@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

:root {
  --bigcontainer: 1520px;
  --spo-black: #000000;
  --spo-yellow: #fffa05;
  --spo-white: #ffffff;
  --Nunito: "Nunito", sans-serif;
  --IBM: "IBM Plex Sans", sans-serif;
  --font-80: 80px;
  --font-50: 50px;
  --font-32: 32px;
  --font-28: 28px;
  --font-24: 24px;
  --font-22: 22px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  scroll-behavior: smooth;
}

.post,
.page {
  margin: 0;
}

.row {
  margin: 0;
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}

body {
  font-family: var(--Nunito);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.bigcontainer {
  width: 100%;
  max-width: var(--bigcontainer);
  margin: 0 auto;
}

/* header css */
.main-head {
  background: var(--spo-yellow);
  padding: 8px 0;
}

.media {
  display: flex;
}

.main-head-content {
  display: flex;
  justify-content: end;
  align-items: center;
  grid-gap: 30px;
}

.commedia {
  border-right: 1px solid #000;
  padding-right: 20px;
  margin-left: 20px;
}

.commedia:first-child {
  margin-left: 0px;
}

.commedia:last-child {
  border-right: 0;
  padding-right: 0px;
}

.signin-btn a {
  background: var(--spo-black);
  color: var(--spo-white);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 15px;
  display: inline-block;
}

.signin-btn a:hover {
  background: var(--spo-white);
  color: var(--spo-black);
  transition: 0.4s all;
}

.call a {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 30px;
}

.call a::after {
  content: "";
  position: absolute;
  background: url(../image/phone-icon.svg) no-repeat center;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-size: cover;
}

.sticky_head {
  background: var(--spo-black);
  position: relative;
}

.head-manu ul li a {
  color: var(--spo-white);
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.head-manu ul li a:hover {
  color: var(--spo-yellow);
}

.head-manu .navbar-nav .nav-link.active,
.head-manu .navbar-nav .show > .nav-link {
  color: var(--spo-yellow);
  font-weight: 700;
}

.head-manu .navbar-nav .nav-item.current-menu-item a {
  color: var(--spo-yellow);
  font-weight: 700;
}

.head-manu .nav-link:focus,
.head-manu .nav-link:hover {
  color: var(--spo-yellow);
  outline: none;
}

.Apply-now-btn a {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--spo-white);
  padding: 15px 30px;
  display: inline-block;
  margin-left: 73px;
}

.Apply-now-btn a:hover {
  background: var(--spo-yellow);
  transition: 0.4s all;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.navbar-brand img {
  position: absolute;
  top: -42px;
}

.head-manu ul li > a:not(.sub-menu li a) {
  padding: 37px 0;
}

.head-manu ul li {
  margin-right: 32px;
}

.head-manu ul li:last-child {
  margin-right: 0px;
}

.sticky_head .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.stick-header {
  position: sticky !important;
  top: 0;
  width: 100%;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
  z-index: 3 !important;
  background: var(--white);
}

.navbar-toggler-icon {
  background-image: none;
  line-height: 1.5em;
  color: var(--spo-white);
}

.sticky_head .navbar-toggler {
  border: 2px solid var(--spo-white);
}

.commedia svg:hover path {
  fill: var(--spo-white);
}

/* home css */
.home-first-banner {
  background: url(../image/spo-banner.png) no-repeat center center;
  background-size: cover;
  min-height: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-heading-title .jointxt {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--IBM);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}

.banner-heading-title .jointxt::after {
  content: "";
  position: absolute;
  background: var(--spo-yellow);
  width: 100px;
  height: 2px;
  right: -120px;
  top: 35px;
}

.banner-heading-title .jointxt::before {
  content: "";
  position: absolute;
  background: var(--spo-yellow);
  width: 100px;
  height: 2px;
  left: -120px;
  top: 35px;
}

.banner-heading-title h1 {
  color: var(--spo-white);
  font-family: var(--IBM);
  font-size: var(--font-80);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.banner-heading-title h1 span {
  color: var(--spo-yellow);
  font-weight: 700;
  font-family: var(--IBM);
  font-size: var(--font-80);
}

.apply-comman a {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--spo-yellow);
  padding: 15px 30px;
  display: inline-block;
}

.apply-comman a:hover {
  background: var(--spo-white);
  transition: 0.4s all;
}

.banner-heading-title {
  text-align: center;
}

.home-second-banner-inn {
  padding: 100px 0;
}

.lft-second-content h2 {
  color: var(--spo-black);
  font-family: var(--IBM);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.lft-second-content h2 span {
  display: block;
  position: relative;
}

.lft-second-content h2 span::after {
  content: "";
  position: absolute;
  background: var(--spo-black);
  width: 250px;
  height: 1px;
  left: 35%;
  top: 35px;
}

.rgt-second-content b {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 20px;
  display: inline-block;
}

.rgt-second-content p {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 0;
}

.home-third-banner-inn {
  background: var(--spo-black);
  padding: 94px 0;
  position: relative;
}

.Calendar-Events-title h2 {
  color: var(--spo-white);
  font-family: var(--IBM);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.View-All a {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
  padding-right: 25px;
}

.View-All a:hover {
  color: var(--spo-yellow);
  transition: 0.4s all;
}

.View-All a::after {
  content: "";
  position: absolute;
  background: url(../image/white-arrow.svg) no-repeat center;
  width: 20px;
  height: 9px;
  top: 7px;
  right: 0px;
  background-size: cover;
}

.View-All a:hover:after {
  background: url(../image/yellow-arrow.svg) no-repeat center;
  width: 20px;
  height: 9px;
  transition: 0.4s all;
}

.Calendar-Events-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.comman-meeting-box {
  background: #1c1c1c;
  padding: 40px 30px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 30px;
  margin-bottom: 30px;
}

.comman-meeting-box:last-child {
  margin-bottom: 0px;
}

.box-comman-content-in h4 {
  color: var(--spo-white);
  font-family: var(--Nunito);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.box-comman-content-in p {
  color: #8e8e8e;
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 0;
}

.box-comman-content-in {
  border-right: 1px solid #fff;
  padding-right: 33px;
}

.box-comman-content-in:last-child {
  border-right: 0;
  padding-right: 0;
}

.box-comman-content-in span {
  color: var(--spo-yellow);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: inline-block;
  display: flex;
  justify-content: center;
}

.box-comman-content-in h3 {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.box-comman-content-in .address {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 236px;
  margin: 0 auto;
}

.location {
  text-align: center;
  margin-bottom: 15px;
}

.box-comman-content-in p.location {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 236px;
  margin: 0 auto;
}

.home-foure-banner-inn {
  padding: 100px 0;
}

.heading-title h2 {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--IBM);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px !important;
}

.heading-title-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
}

.board-media {
  display: flex;
  grid-gap: 15px;
  justify-content: center;
}

.content-board {
  background: var(--spo-white);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 0px 13px 0;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 2;
  position: relative;
  border-bottom: 2px solid var(--spo-black);
}

.content-board h4 {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.content-board p {
  color: #5c5c5c;
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 20px;
  min-height: 36px;
}

.home-five-banner-inn {
  background: url(../image/Police-Organization-banner.png) no-repeat center
    center;
  background-size: cover;
  padding: 100px 0;
}

.five-section-title h2 {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--IBM);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}

.five-section-title p {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  max-width: 636px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.five-section-title .apply-comman {
  text-align: center;
}

.home-six-banner-inn {
  padding: 100px 0;
}

.Our-gallery-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.gallery-title h2 {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--IBM);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.gallery-btn a {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-right: 25px;
}

.gallery-btn a::before {
  content: "";
  position: absolute;
  background: url(../image/Arrow-black.svg) no-repeat center;
  width: 20px;
  height: 9px;
  top: 9px;
  right: -4px;
  background-size: cover;
}

/* .gallery-title {
  padding-left: 250px;
} */

.Our-galler-section-inn {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 25px;
}

.grid-top {
  display: flex;
  grid-gap: 25px;
}

.grid-first,
.lft-grid {
  display: flex;
  flex-direction: column;
  grid-row-gap: 25px;
}

.home-seven-banner-inn {
  background: #f5f5f5;
  padding: 100px 0;
}

.Resources-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
}
.page-template-home-tmpl .Resources-boxes {
  grid-template-columns: repeat(4, 1fr);
}

.Resources-boxes-inn {
  border-bottom: 2px solid var(--spo-black);
  background: var(--spo-white);
  padding: 50px 44px;
  text-align: center;
}

.Resources-boxes-inn p {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}

.Resources-boxes-inn h4 {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 76px;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-template-resources .Resources-boxes-inn h4 {
  min-height: auto;
}

.Download-btn a {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--spo-black);
  padding: 15px 30px;
  display: inline-block;
}

.Download-btn a:hover {
  background: var(--spo-yellow);
  transition: 0.4s all;
  color: var(--spo-black);
}

.home-eight-banner-inn {
  padding: 100px 0 0 0;
}

.heading-news-box {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-news-box-inn {
  border: 1px solid #d2d2d2;
}

.heading-news-box-inn:hover {
  transition: 0.4s all;
  border: 1px solid transparent;
  background: var(--spo-white);
  box-shadow: 0px 0px 80px 0px rgba(0, 4, 54, 0.1);
}

.news-box-dsc {
  padding: 35px;
}

.news-date {
  display: flex;
  margin-bottom: 10px;
}

.news-date a {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-right: 2px solid;
  margin-right: 15px;
  padding-right: 15px;
}

.news-date .admin {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.new-small-title {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 15px;
}

.news-box-dsc p {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}

.news-readmore a {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid var(--spo-yellow);
  background: var(--spo-yellow);
  padding: 15px 30px;
  display: inline-block;
}

.news-readmore a:hover {
  color: var(--spo-white);
  background: var(--spo-black);
  border: 1px solid transparent;
  transition: 0.4s all;
}

.Subscribe-section h2 {
  margin-bottom: 0;
}

.Subscribe-section {
  background: var(--spo-white);
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.15);
  margin-top: 100px;
  padding: 100px 0;
}

.media-images svg:hover path:last-child {
  fill: var(--spo-black);
  transition: 0.4s all;
}

.media-images svg:hover path:first-child {
  fill: var(--spo-white);
  transition: 0.4s all;
}

svg.twitter-icons:hover path:first-child {
  fill: var(--spo-black);
  transition: 0.4s all;
}

svg.twitter-icons:hover path:last-child {
  fill: var(--spo-white);

  transition: 0.4s all;
}

/* footer css */
.footer-section-main {
  background: var(--spo-black);
  padding: 220px 0 0px 0;
  margin-top: -109px;
}

.fisrt-row img {
  width: 188px;
}

.fisrt-row p {
  color: var(--spo-white);
  font-family: var(--Nunito);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: 165%;
  margin-bottom: 0;
  padding-top: 10px;
  max-width: 250px;
}

span.ft-title {
  color: var(--spo-white);
  font-family: var(--IBM);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  display: inline-block;
}

.ft-mail,
.ft-call {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ft-mail a,
.ft-call a {
  color: var(--spo-white);
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ft-mail a:hover,
.ft-call a:hover {
  color: var(--spo-yellow);
}

.third-row ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.third-row ul li {
  margin-bottom: 15px;
}

.third-row ul li a {
  color: var(--spo-white);
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}

.third-row ul li a:hover {
  color: var(--spo-yellow);
  transition: 0.4s all;
}

span.click-btn {
  color: var(--spo-yellow);
  text-align: center;
  font-family: var(--IBM);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  display: inline-block;
  padding-bottom: 30px;
  max-width: 360px;
  margin: 0 auto;
}

.JoinNow-btn a {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--spo-yellow);
  padding: 8px 20px;
  display: inline-block;
}

.JoinNow-btn a:hover {
  background: var(--spo-white);
  transition: 0.4s all;
}

.JoinNow-btn {
  text-align: center;
}

.footer-media-icons {
  display: flex;
}

.fc,
.twi,
.goog,
.ins {
  border-right: 1px solid #595959;
  padding-right: 10px;
  margin-right: 10px;
}

.fc:last-child {
  border-right: 0;
  padding-right: 0px;
}

.footer-media-icons {
  display: flex;
  margin-top: 50px;
}

.footer-section-main-inn-second {
  border-top: 1px solid #424141;
  margin-top: 50px;
}

.footer-section-main-inn-second .bigcontainer {
  padding: 20px 0;
}

.copyright {
  color: var(--spo-white);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.back-to-top button {
  border: none;
  border-radius: 70px;
  background: #353435;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 12%;
  z-index: 99;
  right: 50px;
}

.back-to-top button:hover {
  background: var(--spo-yellow);
  transition: 0.4s all;
}

.back-to-top button:hover svg path {
  fill: var(--spo-black);
  transition: 0.4s all;
}

.back-to-top {
  position: relative;
  bottom: 39px;
}

.fc path:hover,
.twi path:hover,
.goog path:hover,
.ins path:hover,
.wi path:hover {
  fill: var(--spo-white);
  transition: 0.4s all;
}

.ft-mail path:hover:nth-child(1),
.ft-call path:hover:nth-child(1) {
  fill: var(--spo-yellow);
  transition: 0.4s all;
}

.mobile-thitd-images img {
  display: none;
}

.call-btn-mob img {
  display: none;
}

.ft-mail svg:hover path:first-child,
.ft-call svg:hover path:first-child {
  fill: var(--spo-black);
  transition: 0.4s all;
}

.ft-mail svg:hover path:last-child,
.ft-call svg:hover path:last-child {
  fill: var(--spo-yellow);
  transition: 0.4s all;
}

/* 31-10-2023 css */
.third-bann {
  position: absolute;
  top: 0;
  right: -73px;
  height: auto;
}

/* 01-11-2023 css */
.Subscribe-form-section .gform_footer.before {
  display: none !important;
}

.Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  width: 900px;
  margin: 0 auto;
  gap: 10px;
}

.Subscribe-form-section .gform_wrapper.gravity-theme .gfield input.large,
.Subscribe-form-section .gform_wrapper.gravity-theme .gfield select.large {
  padding: 20px;
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 690px;
  border-radius: 0;
  border: 1px solid var(--spo-black);
}

.Subscribe-form-section .gform_wrapper.gravity-theme #field_submit input,
.Subscribe-form-section .gform_wrapper.gravity-theme .gform_footer input {
  align-self: flex-end;
  height: 100%;
  background: var(--spo-black);
  color: var(--spo-white);
  padding: 15px 52px;
  text-align: right;
  font-family: var(--Nunito);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.Subscribe-form-section .gform_wrapper.gravity-theme #field_submit input:hover,
.Subscribe-form-section .gform_wrapper.gravity-theme .gform_footer input:hover {
  background: var(--spo-yellow);
  color: var(--spo-black);
  border: 1px solid var(--spo-black);
  transition: 0.4s all;
}

.Subscribe-form-section .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.Subscribe-form-section .gform_wrapper.gravity-theme .gfield_validation_message,
.Subscribe-form-section .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: 1px solid transparent;
  font-size: 14.992px;
  margin-top: 0;
  padding: 0;
  position: absolute;
  width: inherit !important;
}

.tribe-events .tribe-events-calendar-month__calendar-event {
  background-color: var(--spo-yellow);
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar,
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: var(--spo-yellow);
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: var(--spo-yellow);
  border: 1px solid black;
  height: 12px;
  width: 12px;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected {
  background-color: #e5e6e7;
}

/* 16-11-2023 css */
.tribe-common span {
  color: var(--spo-black) !important;
  font-family: var(--Nunito) !important;
  font-size: var(--font-16) !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.tribe-common .tribe-events-header {
  background: var(--spo-yellow) !important;
  padding: 10px !important;
  gap: 10px;
}

.tribe-common .tribe-events-c-top-bar {
  margin-bottom: 0 !important;
}

.tribe-common .tribe-events-header__events-bar {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.tribe-common .tribe-common-h4 {
  color: var(--spo-black) !important;
  font-family: var(--Nunito) !important;
  font-size: var(--font-28) !important;
  font-style: normal;
  font-weight: 300;
  line-height: normal !important;
  opacity: 1 !important;
}

.tribe-events-calendar-month__header-column {
  padding: 31px 0 11px 0 !important;
}

.tribe-common .tribe-events-header a {
  color: #000;
}

.tribe-common .tribe-events-c-view-selector__list-item-link {
  align-items: start !important;
}

.tribe-common .tribe-events-c-view-selector__content {
  padding: 10px;
}

.tribe-common .tribe-events-c-view-selector__list-item-link {
  padding: 5px;
}

.tribe-common .tribe-common-c-btn-border {
  border: 2px solid #000 !important;
}

.tribe-common .tribe-common-c-btn-border:hover,
.tribe-common .tribe-common-c-btn-border:focus,
.tribe-common .tribe-common-c-btn-border:focus-within {
  background: var(--spo-yellow) !important;
}

.tribe-common button.tribe-events-c-subscribe-dropdown__button-text {
  color: #000 !important;
}

.tribe-common .tribe-events-c-subscribe-dropdown .tribe-common-c-svgicon {
  filter: brightness(0);
}

.tribe-common .datepicker .month.active,
.tribe-common .datepicker .month.active.focused {
  background: var(--spo-yellow) !important;
}

.tribe-common button.tribe-events-c-top-bar__datepicker-button:focus {
  outline: none !important;
}

.tribe-common .tribe-events-header a path {
  fill: #000 !important;
}

.tribe-common .tribe-events-header__messages {
  margin-bottom: 0 !important;
}

.tribe-common .tribe-events-calendar-month__day-cell--selected,
.tribe-common .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-common .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #e5e6e7 !important;
}

.tribe-events-single p.tribe-events-back {
  margin-bottom: 20px;
}

.tribe-events-single h1.tribe-events-single-event-title {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.tribe-events-single .tribe-clearfix {
  margin: 20px 0 30px 0;
}

.tribe-events-single .tribe-clearfix h2 {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}

.tribe-events-single .tribe-events-content p {
  color: #868686;
  font-family: var(--Nunito);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}

.tribe-events-single .tribe-events-c-subscribe-dropdown {
  margin: 20px 0 !important;
}

.tribe-events-single .tribe-events-event-meta.primary,
.tribe-events-single .tribe-events-event-meta.secondary {
  width: 100%;
}

.tribe-events-single .tribe-events-venue-map {
  width: 100%;
}

.tribe-events-single dd.tribe-venue,
.tribe-events-single .tribe-venue-location {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin-bottom: 10px;
}

.tribe-events-single .tribe-events-start-date-label,
.tribe-events-single .tribe-events-start-time-label {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.tribe-events-single .tribe-events-abbr {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
}

.tribe-events-single ul.tribe-events-sub-nav {
  padding-left: 0;
}

/* 17-11-2023 */
.cummswiperimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 1350px !important;
}

.cummswiperimg {
  text-align: center;
}

.bolgdetails-mains {
  padding: 100px 0 0 0;
}

.bolgdetails-mains img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
}

.bolgdetails-mains h1 {
  color: var(--spo-black);
  font-family: var(--IBM);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 50px;
}

.bolgdetails-mains h2 {
  color: var(--spo-black);
  font-family: var(--IBM);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 15px;
}

.bolgdetails-mains h3 {
  color: var(--spo-black);
  font-family: var(--IBM);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 15px;
}

.bolgdetails-mains h4 {
  color: var(--spo-black);
  font-family: var(--IBM);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 15px;
}

.bolgdetails-mains h5 {
  color: var(--spo-black);
  font-family: var(--IBM);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.bolgdetails-mains .bolgdetails-mains-dsc {
  margin-top: 20px;
}

.bolgdetails-mains-dsc p {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.bolgdetails-mains .heading-title h2 {
  font-size: var(--font-50);
  padding-bottom: 0;
  display: none;
}

.bolgdetails-mains .news-date {
  padding-top: 10px;
}

.coman-dsc {
  background: url(../image/banner-executive.png) no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coman-dsc h1 {
  color: #fff;
  text-align: center;
  font-family: var(--IBM);
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.executive-popup .btn {
  background: #000;
  border: none;
  border-radius: 0;
  padding: 10px 70px;
  margin-top: 20px;
}

.flexcenter {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.heading-title-boxes.second-row-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 75%;
  margin: 0 auto;
  padding-top: 50px;
  grid-column-gap: 110px;
  grid-row-gap: 50px;
}

.second-row-grid .img-board img {
  width: 100%;
  height: 375px;
}

.tribe-events-single {
  padding-top: 120px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: 700px;
  padding-bottom: 0;
  padding-top: 130px;
}

.Executive-Board-main-inn img {
    width: 100%;
    height: 375px;
}
.Executive-Board-main-inn .heading-title h2 {
  margin-bottom: 30px !important;
  padding-top: 50px;
}

.heading-title-boxes.gridfourmain {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 110px;
  grid-row-gap: 50px;
}

.Executive-Board-main-inn .content-board {
  max-width: calc(100% - 44px);
}

.Executive-Board-main-inn .home-five-section {
  margin-top: 100px;
}

.Union-Placeholder-btn a {
  color: var(--spo-white);
  text-align: right;
  font-family: var(--Nunito);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--spo-black);
  padding: 15px 30px;
  display: inline-block;
}

.Union-Placeholder-btn a:hover {
  background: var(--spo-yellow);
  color: var(--spo-black);
}

.Union-Placeholder-btn {
  display: flex;
  justify-content: center;
  padding-top: 100px;
}

.subtitlespan {
  display: block;
  color: #5c5c5c;
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 10px;
  text-transform: capitalize;
}

.modal-mainhead .modal-header {
  border: 0;
}

.modal-mainhead .modal-dialog-centered .board-media {
  justify-content: start;
}

.modal-mainhead .modal-dialog-centered .dsc p {
  margin-bottom: 20px;
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal-mainhead .modal-dialog-centered .dsc {
  height: 480px;
  overflow: auto;
  padding-right: 20px;
}
.modal-mainhead .modal-dialog-centered .dsc li {
  margin-bottom: 10px;
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}

.modal-mainhead .modal-dialog-centered .dsc::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.modal-mainhead .modal-dialog-centered .dsc::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.modal-mainhead .modal-dialog-centered .dsc::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.modal-mainhead .modal-dialog-centered .modal-title {
  color: var(--spo-black);
  text-align: center;
  font-family: var(--Nunito);
  font-size: var(--font-22) !important;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  margin-top: 20px;
  text-transform: capitalize;
}

.Get-Involved a {
  border: 1px solid var(--spo-yellow);
  background: var(--spo-yellow);
  color: var(--spo-black);
  font-family: var(--spo-black);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 30px;
  display: inline-block;
}

.Donate-Now a {
  border: 1px solid var(--spo-black);
  background: var(--spo-black);
  color: var(--spo-white);
  font-family: var(--spo-black);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 30px;
  display: inline-block;
}

.Donate-Now a:hover {
  border: 1px solid var(--spo-yellow);
  background: var(--spo-yellow);
  color: var(--spo-black);
  transition: 0.4s all;
}

.Community-slider-btn {
  display: flex;
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 60px;
}

.Resources-main .home-seven-banner-inn {
  background: transparent;
}

.Resources-main .Resources-boxes-inn {
  background: #f5f5f5;
}

.Resources-main .Resources-boxes {
  grid-row-gap: 40px;
}

.Resources-main .Resources-boxes-inn span {
  display: block;
}

.swiper-button-next:after {
  content: "";
  position: absolute;
  background: url(../image/arrow-rgt.svg) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  right: 0;
}

.swiper-button-prev:after {
  content: "";
  position: absolute;
  background: url(../image/Aerrow-lft.svg) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  left: 0;
}

/* 25-01-2023 */
.gallery-main-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.gallery-page-main {
  padding: 100px 0 0px 0;
}

body img.gform_ajax_spinner {
  position: absolute;
}

.home-third-section {
  overflow: hidden;
}

.thitd-images-main img {
  height: 940px;
}

.entry-content
  .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  margin-bottom: 15px;
}

.flexcenter,
.heading-title-boxes.second-row-grid {
  padding-top: 20px;
}

.Union-Placeholder-btn {
  padding-top: 80px;
}

.btn-close:focus {
  box-shadow: none;
}

/* popup css */
.modal-mainhead .modal-header {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.btn-close {
  background: url(../image/Close-square.svg) no-repeat !important;
  border: 0;
  border-radius: 0.375rem;
  opacity: 1;
}

.modal-mainhead .modal-header,
.modal-mainhead .modal-body {
  padding: 0;
}

.modal-mainhead .modal-content {
  padding: 20px 20px 40px 20px;
  gap: 20px;
  border-bottom: 5px solid var(--spo-black);
  border-radius: 0;
}

.modal-mainhead button.btn-close {
  width: 10px;
  height: 10px;
  background-size: cover !important;
}
.minemomento {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 30px;
}
.board-media {
  display: none;
}
.executive-popup .btn {
  margin-top: 0;
}
.modal-dialog-round-img img {
  border: 1px solid #000;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.creativedes a:hover {
  color: var(--spo-yellow);
}
.copyright p {
  margin-bottom: 0;
}
.copyright.creativedes {
  text-align: right;
}
.all-gallery-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 54px;
  grid-gap: 70px;
  padding-top: 50px;
}
.gallery-single-image {
  position: relative;
}
.gallery-single-image::after {
  content: "";
  position: absolute;
  top: -57px;
  left: -54px;
  background: url("../image/galleryafter.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 393px;
  z-index: -1;
  filter: blur(1px);
  transition: all 0.4s;
}
.gallery-single {
  transition: all 0.4s;
}
.gallery-single:hover img,
.gallery-single:hover .gallery-single-image::after {
  transform: scale(0.9);
  transition: all 0.4s;
}
.gallery-single h6 {
  color: var(--spo-black);
  font-family: var(--Nunito);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.gallery-single p {
  color: #5c5c5c;
  font-family: var(--Nunito);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
}

.gallery-single img {
  object-fit: cover;
  transition: all 0.4s;
  margin-bottom: 25px;
  width: 439.51px;
  height: 339.662px;
  border-radius: 10px;
}
/* .gallery-content {
  padding-left: 53px;
} */

.coman-dsc h2 {
  color: var(--spo-white);
  text-align: center;
  font-family: var(--IBM);
  font-size: var(--font-50);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* responsive css */
@media screen and (max-width: 1799px) {
}

@media screen and (max-width: 1699px) {
  .home-third-banner-inn::after {
    width: 660px;
  }

  .home-third-banner-inn {
    overflow-x: hidden;
  }

  .thitd-images-main img {
    height: 940px;
  }
}

@media screen and (max-width: 1599px) {
  :root {
    --bigcontainer: 1380px;
    --font-80: 72px;
    --font-50: 46px;
    --font-28: 26px;
    --font-32: 30px;
    --font-24: 22px;
  }

  .Apply-now-btn a {
    margin-left: 60px;
  }

  .five-section-title p {
    line-height: 160%;
  }

  .SPO-page-main {
    overflow-x: hidden;
  }

  .img-board img,
  .heading-news-box-inn img {
    width: 100%;
    object-fit: scale-down;
  }

  .home-third-banner-inn::after {
    width: 590px;
    background-position: center;
  }

  .Our-galler-section {
    overflow-x: hidden;
  }

  .content-board {
    max-width: 280px;
  }

  .Resources-boxes-inn {
    padding: 35px 35px;
  }

  .box-comman-content-in h4 {
    line-height: 120%;
  }

  .box-comman-content-in p {
    line-height: 140%;
  }

  .thitd-images-main img {
    height: 930px;
  }

  .heading-title-boxes.second-row-grid,
  .heading-title-boxes.gridfourmain {
    grid-column-gap: 70px;
  }

  .cummswiperimg img {
    max-width: 1230px !important;
  }

  .gallery-single img {
    width: 380px;
    height: 100%;
  }
}

@media screen and (max-width: 1499px) {
  .navbar-brand img {
    width: 180px;
  }

  .heading-title-boxes.second-row-grid {
    max-width: 80%;
  }
  .gallery-single img {
    /* margin-bottom: 0; */
    height: 290px;
  }
}

@media screen and (max-width: 1399px) {
  :root {
    --bigcontainer: 1250px;
    --font-80: 68px;
    --font-50: 44px;
    --font-28: 24px;
    --font-22: 21px;
    --font-32: 26px;
  }

  .Apply-now-btn a {
    margin-left: 40px;
  }

  .head-manu ul li a {
    font-size: var(--font-16);
  }

  .Apply-now-btn a {
    padding: 15px 20px;
  }

  .head-manu ul li {
    margin-right: 25px;
  }

  .home-first-banner {
    min-height: 700px;
  }

  .lft-second-content h2 span::after {
    left: 40%;
  }

  .home-third-banner-inn::after {
    width: 550px;
  }

  .box-comman-content-in p {
    line-height: 140%;
  }

  .box-comman-content-in p.location {
    max-width: 100%;
  }

  .comman-meeting-box {
    grid-column-gap: 20px;
  }

  .comman-meeting-box {
    padding: 30px;
  }

  .board-media {
    grid-gap: 10px;
  }

  .content-board {
    max-width: 250px;
  }

  .Our-galler-section-inn img {
    width: 100%;
    object-fit: scale-down;
  }

  .Resources-boxes {
    grid-column-gap: 25px;
  }

  .fisrt-row img {
    width: 180px;
  }

  .heading-news-box {
    grid-column-gap: 30px;
  }

  .banner-heading-title .jointxt::before,
  .banner-heading-title .jointxt::after {
    top: 30px;
  }

  .thitd-images-main img {
    height: 825px;
    object-fit: cover;
    object-position: right;
  }

  .home-third-banner-inn {
    padding: 65px 0;
  }

  .third-bann {
    right: -33px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
    width: 800px;
  }

  .Subscribe-section {
    padding: 80px 0;
  }

  .heading-title h2 {
    margin-bottom: 30px !important;
  }

  .executive-popup .btn {
    padding: 10px 50px;
  }

  .board-media {
    grid-gap: 8px;
  }

  .img-board img {
    width: 300px;
  }

  .Resources-main .Resources-boxes-inn {
    padding: 25px;
  }

  .Resources-main .Resources-boxes {
    grid-row-gap: 25px;
  }

  .cummswiperimg img {
    max-width: 1120px !important;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 40px;
    height: 40px;
  }

  .head-manu ul li > a:not(.sub-menu li a) {
    padding: 30px 0;
  }

  .grid-bottam img {
    height: 240px;
    object-fit: cover !important;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme #field_submit input,
  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_footer input {
    padding: 0 45px 0 30px;
  }
  .Our-gallery-title {
    margin-bottom: 30px;
  }
  .gallery-single img {
    height: 260px;
  }
}

@media screen and (max-width: 1299px) {
  .home-third-banner-inn::after {
    width: 510px;
  }

  .heading-title-boxes.second-row-grid,
  .heading-title-boxes.gridfourmain {
    grid-column-gap: 50px;
  }
  /* .gallery-content {
    padding-left: 45px;
  } */
  .all-gallery-main {
    padding-left: 37px;
  }
}

@media screen and (max-width: 1199px) {
  :root {
    --bigcontainer: 915px;
    --font-18: 16px;
    --font-80: 62px;
    --font-50: 40px;
    --font-32: 26px;
    --font-24: 20px;
  }

  .head-manu ul li > a:not(.sub-menu li a) {
    padding: 25px 0;
  }

  .Apply-now-btn a {
    padding: 10px;
    margin-left: 20px;
  }

  .head-manu ul li a {
    font-size: var(--font-14);
  }

  .navbar-brand img {
    width: 150px;
  }

  .head-manu ul li {
    margin-right: 10px;
  }

  .Apply-now-btn a {
    font-size: 13px;
  }

  .head-manu ul li > a:not(.sub-menu li a) {
    padding: 20px 0;
  }

  .navbar-brand img {
    width: 105px;
  }

  .home-first-banner {
    min-height: 550px;
  }

  .home-second-banner-inn,
  .home-third-banner-inn,
  .home-foure-banner-inn,
  .home-five-banner-inn,
  .home-six-banner-inn,
  .home-seven-banner-inn {
    padding: 80px 0;
  }

  .lft-second-content h2 span::after {
    width: 190px;
    left: 46%;
    top: 30px;
  }

  .rgt-second-content p {
    line-height: 140%;
  }

  .comman-meeting-box {
    padding: 25px;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }

  .box-comman-content-in {
    border-right: 0;
    padding-right: 0;
  }

  .home-third-banner-inn::after {
    width: 410px;
  }

  .heading-title h2 {
    margin-bottom: 30px;
  }

  .heading-title-boxes {
    grid-column-gap: 15px;
  }

  .board-media {
    grid-gap: 5px;
  }

  .five-section-title h2,
  .Our-gallery-title {
    margin-bottom: 30px;
  }

  .five-section-title p {
    line-height: 140%;
    padding-bottom: 30px;
  }

  .Our-galler-section-inn,
  .grid-top {
    grid-column-gap: 15px;
  }

  .grid-first,
  .lft-grid {
    grid-row-gap: 15px;
  }

  .Resources-boxes {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
  }
  .page-template-home-tmpl .Resources-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .Download-btn a {
    font-size: var(--font-20);
    padding: 15px 20px;
  }

  .home-eight-banner-inn {
    padding: 80px 0 0 0;
  }

  .heading-news-box {
    grid-column-gap: 20px;
  }

  .news-box-dsc {
    padding: 20px;
  }

  .new-small-title {
    line-height: 120%;
  }

  .Subscribe-section {
    margin-top: 80px;
  }

  .fisrt-row img {
    width: 120px;
  }

  span.click-btn {
    text-align: left;
  }

  .JoinNow-btn {
    text-align: left;
  }

  .fisrt-row,
  .second-row {
    margin-bottom: 40px;
  }

  .footer-section-main {
    margin-top: -70px;
  }

  .news-readmore a {
    padding: 15px 20px;
  }

  .commedia {
    padding-right: 10px;
    margin-left: 10px;
  }

  .third-bann {
    position: inherit;
  }

  .thitd-images-main img {
    height: 100%;
    width: 100%;
    padding-top: 30px;
  }

  .tribe-common .tribe-common-l-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }

  .footer-section-main {
    padding: 100px 0 0px 0;
  }

  .heading-title-boxes.second-row-grid {
    max-width: 100%;
  }

  .heading-title-boxes.gridfourmain {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
  }
  .content-board p{
    min-height: 20px;
  }
  .img-board img {
    width: 100%;
    object-fit: contain;
  }

  .coman-dsc h1 {
    font-size: 54px;
  }

  .cummswiperimg img {
    max-width: 800px !important;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 30px;
    height: 30px;
  }

  .gallery-main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }

  .gallery-page-main {
    padding: 80px 0 0px 0;
  }

  .grid-bottam img {
    height: 100%;
  }

  /* .gallery-content {
    padding-left: 35px;
  } */
  .gallery-single-image::after {
    top: -27px;
    left: -27px;
    width: 100%;
    height: 100%;
  }
  .gallery-single img {
    height: 184px;
    width: 230px;
    margin-bottom: 15px;
  }
  .all-gallery-main {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .tribe-events-single ul.tribe-events-sub-nav {
    margin-bottom: 0;
  }
  .all-gallery-main {
    padding-left: 27px;
  }
}

@media screen and (max-width: 991px) {
  :root {
    --bigcontainer: 90%;
    --font-80: 56px;
    --font-50: 38px;
  }

  .banner-heading-title h1 {
    margin-bottom: 30px;
  }

  .banner-heading-title .jointxt::before,
  .banner-heading-title .jointxt::after {
    top: 25px;
  }

  .banner-heading-title .jointxt {
    padding-bottom: 10px;
    display: inline-block;
  }

  .lft-second-content {
    padding-bottom: 20px;
  }

  .lft-second-content h2 span::after {
    left: 30%;
  }

  .home-third-banner-inn::after {
    display: none;
  }

  .mobile-thitd-images img {
    display: block;
    margin-top: 30px;
    width: 100%;
  }

  .heading-title-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .heading-title-boxes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .content-board {
    max-width: 300px;
  }

  .heading-news-box {
    grid-column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }

  .Subscribe-section {
    padding: 80px 0;
  }

  .board-media {
    grid-gap: 10px;
  }

  .sticky_head #navbarNavDropdown .nav-link.active,
  .main-header-inner #navbarNavDropdown .nav-link {
    border-bottom: 1px solid var(--spo-white);
  }

  #navbarNavDropdown .nav-link {
    padding: 15px 10px !important;
  }

  .navbar-expand-lg .navbar-collapse {
    padding-top: 50px;
  }

  .head-manu ul li a {
    font-size: 16px;
  }

  .Apply-now-btn a {
    margin-left: 0;
  }

  .Apply-now-btn {
    padding: 20px 0;
  }

  .Apply-now-btn a {
    font-size: 16px;
  }

  .head-manu ul li {
    margin-right: 0px;
  }

  .thitd-images-main img {
    display: none;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
    width: 600px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gfield input.large,
  .Subscribe-form-section .gform_wrapper.gravity-theme .gfield select.large {
    width: 400px;
  }

  .tribe-common .tribe-events-header {
    margin: 0 !important;
  }

  .tribe-common .tribe-common-l-container {
    padding-top: 30px !important;
  }

  .tribe-common .tribe-events-c-nav__list {
    align-items: center;
  }

  .tribe-common
    .tribe-events-calendar-month__day-cell--selected
    .tribe-events-calendar-month__mobile-events-icon--event {
    background-color: var(--spo-yellow) !important;
  }

  .tribe-events-single .tribe-clearfix {
    margin: 20px 0 20px 0;
  }

  .bolgdetails-mains .bolgdetails-mains-dsc {
    padding-bottom: 20px;
  }

  .heading-title-boxes.second-row-grid,
  .heading-title-boxes.gridfourmain {
    grid-column-gap: 30px;
  }

  .Executive-Board-main-inn .content-board {
    max-width: calc(100% - 25px);
  }

  .heading-title-boxes.second-row-grid {
    grid-template-columns: 1fr 1fr;
  }

  .Union-Placeholder-btn {
    padding-top: 80px;
  }

  .Executive-Board-main-inn .home-five-section {
    margin-top: 80px;
  }

  .cummswiperimg img {
    max-width: 85% !important;
  }
  .minemomento {
    display: flex;
    grid-gap: 30px;
    flex-direction: column;
  }
  .mainimgsquare {
    text-align: center;
    width: 50%;
    margin: auto;
  }
  .modal-mainhead .modal-dialog-centered .dsc {
    height: 250px;
  }
  .copyright p {
    margin-bottom: 15px;
  }
  .copyright.creativedes {
    text-align: left;
  }
  .all-gallery-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-content {
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
  }
  .gallery-single img {
    height: 300px;
  }
  .all-gallery-main {
    padding-left: 0;
  }
  .gallery-single-image {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 400px;
  }
  .gallery-single img {
    height: 303px;
    width: 382px;
    margin-bottom: 0;
  }
  .gallery-single-image::after {
    top: -47px;
    left: -47px;
    width: 100%;
    height: 100%;
  }
  .all-gallery-main {
    padding-top: 50px;
  }
  .all-gallery-main {
    grid-gap: 50px;
  }
}

@media screen and (max-width: 800px) {
  :root {
    --font-80: 52px;
    --font-50: 34px;
  }

  .Download-btn a {
    padding: 10px 20px;
  }

  .Resources-boxes-inn {
    padding: 25px;
  }

  .Subscribe-section {
    padding: 80px 30px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme #field_submit input,
  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_footer input {
    padding: 15px 40px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
    width: 580px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gfield input.large,
  .Subscribe-form-section .gform_wrapper.gravity-theme .gfield select.large {
    width: 260px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
    width: 440px;
  }

  .bolgdetails-mains {
    padding: 80px 0;
  }

  .coman-dsc h1 {
    font-size: 48px;
  }

  .coman-dsc {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --font-80: 46px;
    --font-50: 30px;
    --font-22: 20px;
    --font-22: 18px;
    --font-32: 22px;
  }

  .main-head-content {
    grid-gap: 20px;
  }

  .media {
    display: none;
  }

  .banner-heading-title .jointxt::before,
  .banner-heading-title .jointxt::after {
    top: 20px;
    width: 50%;
  }

  .banner-heading-title .jointxt::before {
    left: -90px;
  }

  .banner-heading-title .jointxt::after {
    right: -90px;
  }

  .home-second-banner-inn,
  .home-third-banner-inn,
  .home-foure-banner-inn,
  .home-five-banner-inn,
  .home-six-banner-inn,
  .home-seven-banner-inn {
    padding: 60px 0;
  }

  .lft-second-content h2 span::after {
    left: 32%;
    top: 20px;
  }

  .heading-title-boxes {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-board {
    max-width: 230px;
  }

  .gallery-title {
    padding-left: 0px;
    padding-right: 121px;
  }

  .Resources-boxes-inn {
    padding: 20px;
  }

  .home-eight-banner-inn {
    padding: 60px 0 0 0;
  }

  .heading-news-box {
    grid-template-columns: 1fr;
  }

  .img-board img,
  .heading-news-box-inn img {
    object-fit: cover;
  }

  .Subscribe-section {
    padding: 50px 20px;
  }

  .Subscribe-section {
    margin-top: 60px;
  }

  .footer-section-main {
    margin-top: -150px;
  }

  .footer-media-icons {
    margin-top: 30px;
  }

  .third-row {
    margin-bottom: 40px;
  }

  .apply-comman a {
    padding: 10px 25px;
  }

  .news-readmore a {
    padding: 10px 20px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gfield input.large,
  .Subscribe-form-section .gform_wrapper.gravity-theme .gfield select.large {
    padding: 10px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme #field_submit input,
  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_footer input {
    padding: 13px 30px;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
    width: 420px;
  }

  .tribe-common .tribe-common-l-container {
    padding-bottom: 0px !important;
  }

  .tribe-common .datepicker .month {
    padding: 10px 0 10px 0 !important;
    font-size: 14px !important;
  }

  .tribe-events-single h1.tribe-events-single-event-title {
    font-size: 28px;
  }

  .footer-section-main {
    margin-top: -60px;
  }

  .bolgdetails-mains img {
    height: 300px;
  }

  .swiper-button-prev:after {
    left: -10px;
  }

  .swiper-button-next:after {
    right: -10px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none;
  }

  .cummswiperimg img {
    max-width: 100% !important;
  }

  .gallery-page-main {
    padding: 60px 0 0px 0;
  }

  .gallery-main-grid {
    grid-gap: 20px;
  }
  .Resources-boxes-inn h4 {
    min-height: auto;
  }
  .gallery-single img {
    height: 260px;
  }
  /* .all-gallery-main {
    grid-gap: 10px;
  } */
  .gallery-single-image::after {
    top: -40px;
    left: -7px;
    width: 100%;
    height: 100%;
  }
  .gallery-single img {
    height: 255px;
    width: 302px;
  }
  .heading-title-boxes.gridfourmain {
    grid-template-columns: repeat(2, 1fr);
}
.second-row-grid .img-board img {
    width: 100%;
    max-height: 300px;
    height: auto;
}
.Executive-Board-main-inn img {
    width: 100%;
   max-height: 300px;
    height: auto;
}
}

@media screen and (max-width: 575px) {
  .home-first-banner {
    min-height: 420px;
  }

  :root {
    --font-80: 40px;
    --font-50: 28px;
  }

  .lft-second-content h2 span::after {
    display: none;
  }

  .lft-second-content h2 span {
    display: inline-block;
  }

  .comman-meeting-box {
    padding: 20px;
  }

  .gallery-title {
    padding-left: 0px;
    padding-right: 40px;
  }

  .Our-galler-section-inn,
  .grid-top {
    grid-column-gap: 10px;
  }

  .grid-first,
  .lft-grid {
    grid-row-gap: 10px;
  }

  .Resources-boxes {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
  .page-template-home-tmpl .Resources-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  span.click-btn {
    padding-bottom: 20px;
  }

  .heading-title-boxes {
    grid-template-columns: repeat(1, 1fr);
  }

  .content-board {
    max-width: 90%;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
    width: 100%;
  }

  .tribe-common .tribe-events-c-view-selector__content {
    padding: 5px;
  }

  .tribe-events-single h1.tribe-events-single-event-title {
    font-size: 22px;
  }

  .heading-title-boxes.second-row-grid {
    grid-template-columns: 1fr;
  }

  .Executive-Board-main-inn .content-board {
    max-width: calc(100% - 70px);
  }

  .coman-dsc h1 {
    font-size: 32px;
  }

  .flexcenter {
    display: inline;
  }

  .heading-title-boxes.gridfourmain {
    grid-template-columns: repeat(1, 1fr);
  }

  .Union-Placeholder-btn {
    padding-top: 50px;
  }

  .Executive-Board-main-inn .home-five-section {
    margin-top: 50px;
  }

  .Get-Involved a,
  .Donate-Now a {
    padding: 12px 25px;
  }

  .gallery-main-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .Subscribe-form-section .gform_wrapper.gravity-theme .gform_fields {
    gap: 10px;
  }

  .Subscribe-form-section
    .gform_wrapper.gravity-theme
    .gfield_validation_message,
  .Subscribe-form-section .gform_wrapper.gravity-theme .validation_message {
    position: relative;
  }
  .gallery-single img {
    height: 230px;
  }
  .gallery-single-image::after {
    top: -30px;
    left: 3px;
  }
  .all-gallery-main {
    padding-top: 30px;
  }
  .second-row-grid .img-board img {
    width: 100%;
    max-height: 100%;
    height: auto;
}
.Executive-Board-main-inn img {
    width: 100%;
   max-height:  100%;
    height: auto;
}
}

@media screen and (max-width: 480px) {
  .navbar-brand img,
  .fisrt-row img {
    width: 100px;
  }

  .main-head-content {
    grid-gap: 15px;
  }

  .box-comman-content-in h3 {
    padding-bottom: 10px;
  }

  .gallery-btn a {
    padding-right: 25px;
    display: none;
  }

  .gallery-title {
    padding-right: 0;
  }

  .heading-title h2 {
    font-size: 24px;
  }

  .third-row ul li {
    margin-bottom: 10px;
  }

  .call-btn-mob img {
    display: block;
  }

  .call a,
  .View-All a {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    padding-top: 30px;
  }

  .tribe-events-single .tribe-events-sub-nav {
    flex-direction: column;
    gap: 10px;
  }

  .coman-dsc {
    height: 300px;
  }

  .coman-dsc h1 {
    font-size: 28px;
  }

  .Get-Involved a,
  .Donate-Now a {
    padding: 10px 18px;
  }

  .modal-mainhead .modal-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal-mainhead .modal-content {
    gap: 0;
  }

  .lftty {
    left: 300px !important;
  }
  .modal-dialog-round-img {
    margin-bottom: 20px;
  }
  .back-to-top button {
    bottom: 110px;
  }
  .gallery-single img {
    height: 210px;
    width: 80%;
  }
  .all-gallery-main {
    grid-gap: 35px;
  }
  .gallery-single-image::after {
    top: -38px;
    left: 3px;
  }
}

@media screen and (max-width: 389px) {
  :root {
    --font-80: 36px;
    --font-50: 26px;
    --font-28: 22px;
  }

  .banner-heading-title .jointxt::after {
    right: -70px;
  }

  .banner-heading-title .jointxt::before {
    left: -70px;
  }

  .banner-heading-title .jointxt::before,
  .banner-heading-title .jointxt::after {
    top: 17px;
  }

  .tribe-events-single dd.tribe-venue,
  .tribe-events-single .tribe-venue-location {
    margin-bottom: 5px;
  }

  .Executive-Board-main-inn .content-board {
    max-width: calc(100% - 40px);
  }
  .gallery-single img {
    margin-left: 50px;
  }
  .gallery-single-image::after {
    top: -35px;
    left: 0;
}
}

@media screen and (max-width: 374px) {
  .news-box-dsc {
    padding: 15px;
  }

  .back-to-top {
    bottom: 71px;
  }

  .back-to-top button {
    right: 20px;
  }

  .tribe-common .tribe-common-h6 {
    font-size: 12px;
  }

  .tribe-events-single h1.tribe-events-single-event-title {
    font-size: 20px;
  }

  .tribe-events-single .tribe-clearfix h2 {
    line-height: 140%;
  }

  .Community-slider-btn {
    grid-column-gap: 10px;
  }

  .Get-Involved a,
  .Donate-Now a {
    padding: 10px 10px;
  }

  .lftty {
    left: 240px !important;
  }
  .mainimgsquare {
    text-align: center;
    width: 60%;
    margin: auto;
  }
}
.content-board button.btn.btn-primary:hover {
  background: var(--spo-yellow);
  color: var(--spo-black);
}
