@font-face {
  src: url(../font/PlusJakartaSans-Regular.ttf);
  font-family: jakarta;
}
@font-face {
  src: url(../font/PlusJakartaSans-SemiBold.ttf);
  font-family: jakarta-bold;
}
@font-face {
  src: url(../font/Axiforma-Bold.ttf);
  font-family: axiforma;
}
@font-face {
  src: url(../font/Axiforma-ExtraBold.ttf);
  font-family: axiforma-bold;
}
@font-face {
  src: url(../font/Axiforma-Light.ttf);
  font-family: axiforma-light;
}
.text-medium {
  font-size: 20px !important;
  margin-top: -10px;
}
ul.eco li {
  display: inline-block;
}
ul.eco {
  margin-top: -20px !important;
}
.slide-captions {
  width: 50%;
}

@media (max-width: 1100px) {
  .point-box {
    height: 400px;
  }
  .service-icon {
    display: none;
  }
}
@media (max-width: 830px) {
  .eco-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #header #logo > a img {
    max-height: 120px;
  }
  .eco {
    display: none;
  }
  h2.text-medium {
    font-size: 15px !important;
  }
  #mainMenu:not(.menu-overlay) nav {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .eco-img img {
    width: 80%;
  }
  .eco-img {
    text-align: center;
  }
  .service-content {
    height: 440px;
  }
}
@media (max-width: 538px) {
  h2.text-medium {
    font-size: 12px !important;
  }
}
@media (max-width: 420px) {
  h2.text-medium {
    font-size: 12px !important;
    line-height: 20px !important;
    margin-top: 5px;
  }
  .text-lg,
  .text-lg span {
    font-size: 26px;
  }
}

.about {
  padding-top: 60px;
}
.heading-text {
  margin-top: 10px;
}
.heading-text h6 {
  color: #f4f4f4;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.heading-text h2 {
  font-family: axiforma;
  text-transform: uppercase;
  color: #f4f4f4;
  font-size: 30px;
}
.heading-text p {
  font-size: 16px;
  color: #f4f4f4;
  margin-top: 10px;
  text-align: center;
}
.heading-text img {
  width: 16px;
  margin-right: 5px;
  margin-top: -2px;
}
.heading-text-bg {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 5px 15px 5px 0px;
  border-radius: 15px;
  display: inline-block;
}
.about-img {
  text-align: left;
}
.event-main img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.event-main {
  border-radius: 20px;
  padding-bottom: 20px;
  border: 1px solid #2a2826;
  margin-bottom: 30px;
  height: 470px;
}
.event-text {
  padding: 0 25px;
  position: relative;
}
.event-text h6 {
  background: rgb(27, 78, 27);
  background: linear-gradient(
    90deg,
    rgba(27, 78, 27, 1) 0%,
    rgb(21 64 21) 100%
  );
  color: #f4f4f4;
  width: 60%;
  font-weight: 600;
  height: 35px;
  top: -60px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  border-radius: 10px;
}
.event-text i {
  margin-right: 8px;
}
.event-text a {
  margin-top: 40px;
  font-size: 20px;
  color: #f4f4f4;
  font-family: axiforma;
  display: block;
}
.event-text p {
  margin-top: 10px;
}

.event-text a.button {
  position: relative;
  margin-top: 18px;
  height: 40px;
  line-height: 45px;
  text-align: center;
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f4f4f4;
  background: linear-gradient(
    90deg,
    rgba(27, 78, 27, 1) 0%,
    rgb(21 64 21) 100%
  );
  border: none;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.about {
  position: relative;
}
.about::after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 338px;
  overflow: hidden;
  position: absolute;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/our-portfolio-bg.png);
}

.about-second {
  background: rgb(44, 50, 48);
  background: linear-gradient(
    176deg,
    rgb(24 24 24) 0%,
    rgba(33, 33, 33, 1) 100%
  );
  color: #f4f4f4;
  padding: 50px 0;
}
.about-second-text h2 {
  font-family: axiforma-light;
  color: #f4f4f4;
}
.about-second-text span {
  font-family: axiforma-bold;
  color: #f4f4f4;
  font-size: 40px;
  margin-top: 7px;
  display: block;
}
.about-second-text p {
  color: #f4f4f4;
  margin-bottom: 30px;
}
.about-second-text a {
  background: linear-gradient(
    90deg,
    rgba(27, 78, 27, 1) 0%,
    rgb(21 64 21) 100%
  );
  padding: 13px 30px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
}

.section-bg {
  background-color: #191919;
  padding-top: 20px;
  padding-bottom: 40px;
}
.gallery-bg {
  background-color: #191919;
  padding-top: 40px;
  padding-bottom: 40px;
}

.background-cl {
  background-image: url(../images/vision-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #f1f1f1;
  line-height: 27px;
}
.back1,
.back2 {
  padding: 4rem;
}

.back1 h2,
.back2 h2 {
  font-family: axiforma;
  font-size: 26px;
  color: #f4f4f4;
  line-height: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.back1 p {
  color: #f4f4f4;
}
.back2 ul {
  padding-left: 0;
  list-style: none;
}
.back2 ul li {
  margin-bottom: 15px;
}

a.learn-more {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

a.learn-more {
  width: 12rem;
  height: auto;
}

a.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #f1f1f1;
  border-radius: 1.625rem;
}

a.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #010101;
}

a.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

a.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #010101;
  border-right: 0.125rem solid #010101;
  transform: rotate(45deg);
}

a.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #f9f9f9;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

a:hover .circle {
  width: 100%;
}

a:hover .circle .icon.arrow {
  background: #010101;
  transform: translate(1rem, 0);
}

a:hover .button-text {
  color: #010101;
}

#gallery {
  padding-top: 10px;
  background-color: #191919;
}

.img-wrapper {
  position: relative;
  margin-top: 25px;
}
.map-event {
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
  border-radius: 5px;
}

.img-overlay {
  /* background: rgba(0, 0, 0, 0.5); */
  background: rgb(39, 40, 39);
  background: linear-gradient(
    180deg,
    rgba(39, 40, 39, 0.165703781512605) 31%,
    rgba(27, 27, 27, 0.6306897759103641) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 20px;
}
.img-wrapper-2 {
  margin-top: 20px;
}

#overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
  display: none;
}
#nextButton:hover {
  opacity: 0.7;
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  cursor: pointer;
  display: none;
}
#prevButton:hover {
  opacity: 0.7;
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
.gallery-button {
  margin-top: 40px !important;
}
.gallery-button a,
.query-form a {
  background-color: #1b4e1b;
  padding: 10px 35px;
  color: #f1f1f1;
  border-radius: 20px;
}
.query-form i {
  margin-left: 5px;
}
.gallery-button a:hover {
  color: #f1f1f1;
}
.gallery-button i {
  margin-left: 5px;
}
.bootstrap-notify {
  display: none !important;
}
.map {
  margin-top: 27%;
  margin-left: 25px;
}

footer {
  /* background: linear-gradient(176deg, rgb(24 24 24) 0%, rgba(33,33,33,1) 100%); */
  border-top: 1px solid #2a2826;
  background-image: url(../images/footer-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #f1f1f1;
  padding: 60px 0;
}
.foot {
  background-color: #111111;
  color: #f1f1f1;
  padding: 20px 0;
  border-top: 1px solid #ffffff1a;
}
.foot h6 {
  font-size: 14px;
  color: #777;
}
.foot-content img {
  width: 90%;
  text-align: left;
}
.foot-content p {
  font-size: 14px;
  margin-top: 20px;
  color: #f4f4f4;
}
.foot-content h3 {
  font-family: axiforma;
  font-size: 21px;
  color: #f4f4f4;
  text-transform: uppercase;
}
.foot-content ul {
  padding-left: 0px;
  margin-top: 15px;
  list-style: none;
}
.foot-content ul li a {
  color: #f1f1f1;
  font-size: 14px;
}
.foot-content ul li {
  margin-bottom: 9px;
}
.foot-content ul li i {
  margin-right: 8px;
}
.foot-content ul li h6 {
  margin-top: 22px;
  font-size: 18px;
  color: #f4f4f4;
  font-family: axiforma;
}
.foot-text {
  margin-top: 10px;
  margin-left: 30px;
}
.foot-events {
  display: flex;
  margin-top: 25px;
}
.foot-events:hover img {
  transform: scale(1.1);
}
.foot-events-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.foot-events-img img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.5s;
}
.foot-events-text {
  margin-left: 14px;
}
.foot-events-text h5 {
  font-size: 16px;
  font-weight: 600;
}
.foot-events-text h6 {
  font-size: 14px;
}
.foot-contact {
  background: rgb(39, 40, 39);
  background: linear-gradient(
    348deg,
    rgba(39, 40, 39, 1) 0%,
    rgba(27, 27, 27, 1) 63%
  );
  padding: 40px;
  border-radius: 20px;
}
.foot-contact-1 {
  padding-top: 40px;
}
.foot-about {
  margin-top: 20px;
}

.foot-icons {
  margin-bottom: 20px;
}
.foot-icons ul li {
  display: inline;
}
.foot-icons ul li:last-child {
  padding: 0;
}
.foot-icons ul li a i {
  color: #f9f9f9;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 50%;
}
.foot-icons ul li a i:hover {
  background-color: #151414;
  transition: all 0.5s ease-in-out;
}
h3.footer-heading {
  font-size: 28px;
}
.vertex{
  text-align: end;
}
.vertex a{
  color: #f1f1f1;
}
@media (max-width: 1200px) {
  div#slider {
    top: -160px !important;
  }
  .about-second {
    margin-top: -160px;
  }
  #header .header-inner #logo a > img,
  #header #header-wrap #logo a > img {
    width: 80%;
  }
  #mainMenu nav {
    top: -70px;
  }
}
@media (max-width: 992px) {
  .slide-captions {
    display: none;
  }
  #mainMenu nav {
    top: 20px;
  }
  .about-second-text h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .slide-captions {
    display: none;
  }
  .about-second-text h2 {
    margin-bottom: 15px;
  }
}

.header-bg {
  background-image: url(../images/inner-banners/service-banners.jpg);
  color: #fff;
  background-size: cover;
  padding: 130px 0px;
  /* display: flex; */
  height: 350px;
  position: relative;
  top: -120px;
}
.header-content {
  margin-top: 40px;
}
.header-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: axiforma-bold;
  color: #f4f4f4;
  font-weight: 700;
}
.header-content ul li {
  display: inline-block;
  margin-right: 7px;
}
.header-content ul {
  padding: 0;
}
.header-content ul li a {
  color: #fff;
}
.header-content ul li i {
  font-size: 14px;
  margin-right: 5px;
}
.header-content ul li i.fa-angle-right {
  margin-right: 12px;
}
.about-page-section {
  margin-top: -120px;
}
.heading-text-margin {
  margin-bottom: -5px;
  margin-top: 0px;
}
img.fia-logo {
  margin-top: 20px;
}
.events-page {
  background-color: #191919;
  margin-top: -120px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.homo {
  background-color: #191919;
  padding-top: 40px;
  padding-bottom: 40px;
}
.homo-text h3,
.homo-text-2 h3 {
  color: #f4f4f4;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "axiforma-bold";
}
.homo-text-2 {
  margin-left: 20px;
}
.homo-text p {
  color: #f4f4f4;
  text-align: justify;
  margin-right: 20px;
}
.homo-text-2 p {
  color: #f4f4f4;
  text-align: justify;
}
.homo-img img {
  border-radius: 20px;
}
.homo-img-2 img {
  border-radius: 20px;
}
.homo-margin {
  margin-top: 80px;
}
.msp-statement {
  background-image: url(../images/statement-bg.png);
  background-size: cover;
  padding-top: 40px;
}
.governing {
  background-image: url(../images/fia-bg.jpg);
  background-size: cover;
  margin-top: -10px;
  margin-bottom: -30px;
  padding: 50px 0;
}
.motor-mission {
  margin-top: -120px;
}
.mission-text {
  margin-top: -18px;
}
.mission-img {
  margin-top: 30px;
}
.member {
  padding-bottom: 90px;
  background-color: #191919;
  color: #f4f4f4;
  padding-top: 20px;
}
.member-text {
  background: linear-gradient(348deg, rgba(39, 40, 39, 1) 0%, rgba(27, 27, 27, 1) 63%);
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  height: 320px;
}
.member-text h3{
  font-family: 'axiforma';
  font-size: 20px;
  margin-top: 10px;
  color: #f4f4f4;
}
.member-text p{
  color: #f4f4f4;
}
.member-text h6{
  color: #f4f4f4;
  font-size: 14px;
  font-family: axiforma;
}

.objectives {
  background-color: #191919;
  color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 40px;
}
.contact-map {
  background-image: url(../images/form-bg.jpg);
  background-size: cover;
  color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 70px;
}
.objective-main {
  border: 1px solid #777;
  border-radius: 5px;
  margin-bottom: 40px;
}
.objective-points {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 30px;
}
.objective-points h3 {
  font-family: "axiforma-bold";
  font-size: 30px;
  color: #f4f4f4;
}
.objective-points {
  margin-left: 20px;
}
.objective-points ul {
  list-style: none;
  padding: 0;
}
.objective-points ul li i {
  margin-right: 8px;
}
.objective-points ul li {
  margin-top: 20px;
}
.shine img {
  border-radius: 5px;
}
.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg) translateX(-150%);
  z-index: 1;
}

.shine:hover::before {
  transform: skewX(-25deg) translateX(250%);
  transition: transform 1s;
}

.contact-box h3,
.contact-box a,
.contact-box h4 {
  color: #f4f4f4;
}
.contact-box img {
  width: 55px;
}
.contact-box h3 {
  font-family: axiforma;
  font-size: 20px;
  margin-top: 20px;
}
.contact-box h4 {
  font-family: axiforma;
  font-size: 16px;
}
.contact-box i {
  margin-right: 6px;
}
.contact-box {
  border: 1px solid #2a2826;
  padding: 30px;
  border-radius: 7px;
  height: 320px;
}
.contact-box a {
  display: block;
}

.input-container {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.input-container input[type="text"],
.input-container textarea , .input-container input[type="email"], .input-container input[type="tel"]{
  font-size: 16px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #f4f4f4;
  padding: 5px 0;
  background-color: transparent;
  outline: none;
}
.input-container textarea {
  height: 140px;
}

.input-container .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccc;
  transition: all 0.3s ease;
  pointer-events: none;
}

.input-container input[type="text"]:focus ~ .label,
.input-container input[type="text"]:valid ~ .label ,
.input-container input[type="tel"]:focus ~ .label,
.input-container input[type="tel"]:valid ~ .label ,
.input-container input[type="email"]:focus ~ .label,
.input-container input[type="email"]:valid ~ .label {
  top: -20px;
  font-size: 14px;
  color: #f4f4f4;
}
.input-container textarea:focus ~ .label {
  top: -20px;
  font-size: 14px;
  color: #f4f4f4;
}

.input-container .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #1b4e1b;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.query-form-btn button {
  background-color: #054f1f;
  padding: 8px 45px;
  border-radius: 20px;
  border: none;
  color: #f4f4f4;
}

.input-container input[type="text"]:focus ~ .underline,
.input-container input[type="text"]:valid ~ .underline,
.input-container input[type="tel"]:focus ~ .underline,
.input-container input[type="tel"]:valid ~ .underline,
.input-container input[type="email"]:focus ~ .underline,
.input-container input[type="email"]:valid ~ .underline{
  transform: scaleX(1);
}
textarea:focus,
input:focus {
  color: #f4f4f4;
  font-size: 16px;
}
.services-main {
  margin-top: -120px;
}
.services-heading p {
  text-align: left;
}
.general-points ul {
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.general-points i,
.official-points i {
  margin-right: 6px;
}
.general-points li {
  margin-top: 20px;
}
.homo-text h4 {
  color: #f4f4f4;
  font-size: 18px;
}
.official-points ul {
  padding: 0;
  list-style: none;
  margin-top: 15px;
  color: #f4f4f4;
}
.official-points li {
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .objectives-img img,
  .homo-img img,
  .homo-img-2 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .homo-main {
    text-align: center;
  }
  .homo-img,
  .homo-img-2 {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .event-main {
    height: 530px;
  }
  .header-content h2 {
    font-size: 20px;
  }
  .header-bg {
    background-position: top;
  }
}
@media (max-width: 575px) {
  .gallery_item.gallerypopup {
    text-align: center;
  }
  .shine::before {
    display: none;
  }
}

.what-bg {
  background-image: url(../images/inner-banners/what-we-d0.jpg);
}
.service-bg {
  background-image: url(../images/inner-banners/service-bg.jpg);
}
.gallery-back {
  background-image: url(../images/inner-banners/gallery-bg.jpg);
}
.contact-bg {
  background-image: url(../images/inner-banners/contact-bg.jpg);
}
.events-bg {
  background-image: url(../images/inner-banners/events-bg.jpg);
}
