@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Oswald:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Great+Vibes&family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Kaushan+Script&family=Smooch+Sans:wght@200;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Kaushan+Script&family=Smooch+Sans:wght@200;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@900&display=swap');

body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

html {
  scroll-behavior: smooth;
}

p {
  color:black;
  font-weight: 300;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar-wrap {
  /* position: absolute; */
  z-index: 99;
  width: 100%;
  left: 0;
}

/*.site-navbar-wrap a {
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 20px;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}

.site-navbar .site-logo a {
  font-weight: 200;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.site-nav-text {
  color: #000;
}

.site-nav-logo {
  color: #000;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 6px 3px;
}

.site-navbar .site-navigation .site-menu>li>a {
  /* padding: 20px 10px; */
  /*color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 15px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}*/
.nav-link{
    transition: 0.5s ease-out;
}
/*about*/
.about_sec .white_bg_about {
  background: #fff;
  position: relative;
  padding-top: 30px;
}
.about_sec .container {
  margin-top: -122px;
}
.about_sec i-amphtml-sizer {
  padding-top: 33% !important;
}
.about_sec amp-fit-text div {
  line-height: 2em !important;
  font-size: 17px !important;
}
.about_sec p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  height: 455px;
}
.about_sec h2 {
  margin: 16px auto;
}
.about_sec img {
  width: 450px;
  height: 430px;
}
.about_sec .online_reg a {
  color: #fff;
  line-height: -9px;
  text-align: center;
}
.about_sec .online_reg {
  height: 70px;
  position: fixed;
  text-align: center;
  animation: smooth-blink 0.5s linear infinite,
    background-blink 1s linear infinite;
  line-height: 29px;
  font-size: 21px;
  z-index: 99;
  /* top: 180px; */
  left: 0px;
  /* right: 0px; */
  /* margin: auto; */
}

#Registration-content {
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Registration-content p {
  font-size: 21px;
  padding: 20px;
  color: white;
  height: 50px;
}
/*.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #ffffff;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ffffff;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ffffff;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  /* padding-left: 20px; */
  /*font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 15px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 15px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: rgba(0, 128, 128, 0.39);
}

.sticky-wrapper img {
  visibility: hidden;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: rgb(8, 94, 94);
}




.sticky-wrapper.is-sticky .site-navbar img {
  visibility: visible;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
  padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 800;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #fff;
}*/
 .dropdown:hover .dropdown-menu 
 {
     cursor:pointer;
      display: block;
    }
.nav-item
{
    cursor:pointer;
}
.HomeMainName {
  font-weight: 700;
  font-size: 35px;
  color: rgb(255, 255, 255);
  line-height: 50px;
  padding-left: 40px;
  padding-top: 13px;
  font-family: 'Kaushan Script', cursive;
}

@media only screen and (max-width: 732px) {
  .HomeSliderImage {
    height: 100%;
  }

  .HomeMainName {
    display: none;
  }

  /* .HomeMainImage{
            width: 300%;
          } */
}

/* charity 
.charity1 {
  margin-top: 50px;
}

.Homeheading {
  font-weight: 700;
  text-align: center;
  padding-bottom: 5px;
  font-size: 34px;
  letter-spacing: 2px;
  padding-top: 15px;
  font-family: 'Kaushan Script', cursive;
  margin: auto;
}

.charity1text {
  text-align: center;
  word-spacing: 4px;
  font-weight: 700;
  color: #000;
  margin: 20px 20px;
  line-height: 30px;
}

.charity1img {
  width: 90%;
  margin: auto;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(231, 228, 228, 0.37);
  margin-top: 55px;
}

.charity1img img {
  transition: 5s ease-in;
}

.charity1img:hover img {
  transform: scale(1.2);
}

@media only screen and (max-width: 600px) {
  .charity1 {
    margin-top: 20px;
  }

  .charity1img {
    margin-top: 15px;
  }
}

a.animated-button:link,
a.animated-button:visited {
  position: relative;
  display: block;
  margin: 0px auto 0 !important;
  padding: 14px 15px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
  color: #FFF;
  text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
  height: 450%;
}

a.animated-button:link,
a.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: .08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

a.animated-button.thar-three {
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

a.animated-button.thar-three:hover {
  color: rgb(0, 0, 0) !important;
  background-color: transparent;
  text-shadow: nthree;
}

a.animated-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

a.animated-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #F7CA18;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.members-section {
  background-image: linear-gradient(45deg rgb(247, 220, 72), rgb(248, 174, 90));
}

.members-container {
  background-image: url(../images/backgroundwatermark2.png);
  background-size: 57%;
}

.Home-member {
  margin-top: 30px;
  padding-top: 25px;
}

.Home-member-topic {
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  margin: auto;
}

.Homemember-section {
  font-size: 15px;
  font-weight: 600;
}

.member-img {
  width: 200px;
  border-radius: 50%;
  height: 200px;
  display: flex;
  justify-content: center;
  /* position: absolute; 
  padding: 3px;
  border: 3px solid #F7CA18;
  transition: 0.5s;
  background: #F7CA18;
}

.member-img:hover {
  padding: 15px;
}

.GoverningBody {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
}

a.animated-button.thar-one {
  color: rgb(0, 0, 0);
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #F7CA18;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-one:hover {
  color: #000 !important;
  background-color: transparent;
  text-shadow: none;
}

a.animated-button.thar-one:hover:before {
  bottom: 0%;
  top: auto;
  height: 100%;
}

a.animated-button.thar-one:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #F7CA18;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.HomeWork {
  width: 100%;
  text-align: center;
}

.HomeWork a {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  color: #000;
}

.HomeWork:hover a:before {
  opacity: 1;
  visibility: visible;
  background-color: rgb(255, 145, 0);
}

.HomeWork:hover a {
  padding-left: 40px;
}

.HomeWork a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

/* .HomeMark{
          color: rgb(255, 208, 0);
          font-size: 50px;
          padding-top: 40px;
          display:none;
        } 

.close {
  font-size: 1.5rem;
}

.col-6 img {
  opacity: 0.7;
  cursor: pointer;
  margin: 10px;
  /* padding-left: 20px;
          padding-right: 10px; 
  width: 100%;
}

.col-6 img:hover {
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.lifemember {
  font-family: 'Quintessential', cursive;
}

.gallery-box {
  margin: 0 auto;
  max-width: 700px;
  max-height: 100vh;
  background-color: white;
}

.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.transition {
  transition: all 350ms ease-in-out;
}

.r-3-2 {
  width: 100%;
  padding-bottom: 66.667%;
  background-color: #ddd;
}

.image-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Main Styles */
.gallery-wrapper {
  position: relative;
  overflow: hidden;
}

.gallery {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}

.item-wrapper {
  cursor: pointer;
  width: 23%;
  /* arbitrary value */
  display: inline-block;
  background-color: white;
}

.gallery-item {
  opacity: 0.5;
}

.gallery-item.active {
  opacity: 1;
}

.controls {
  font-size: 0;
  border-top: none;
}

.move-btn {
  display: inline-block;
  width: 50%;
  border: none;
  color: rgb(0, 0, 0);
  background-color: transparent;
  padding: 0px 20px;
  font-size: 50px;
}

.move-btn:first-child {
  border-right: none;
}

.move-btn.left {
  cursor: w-resize;
}

.move-btn.right {
  cursor: e-resize;
}

.publication-whole-page {
  background-image: url(../images/publiationbg1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
}

.publication-whole-page p {
  font-weight: 800;
  color: #000;
  line-height: 30px;
  font-size: 16px;
}

.Editor {
  background-image: linear-gradient(45deg, #ff8a8a, #fff785);
  border-radius: 10px;
  max-width: 400px;
  min-width: 200px;
  margin: auto;
  padding: 10px;
  display: block;

}

.Editor img {
  transition: 0.5s ease-in-out;
  border-radius: 50%;
  display: block;
}

.editorsspeech {
  font-weight: 800;
  color: #000;
  line-height: 30px;
  font-size: 16px;
}

.EditorsQuote {
  font-size: 55px;
  font-weight: 100;
  line-height: 35px;
}

.colon {
  font-size: 500px;
  color: rgba(253, 85, 85, 0.342);
  position: absolute;
  font-family: 'Darker Grotesque', sans-serif;
}

.top-colon {
  margin-top: -350px;
}

.bottom-colon {
  margin-top: -420px;
  margin-left: 515px;
}

@media only screen and (max-width: 768px) {
  .bottom-colon {
    display: none;
  }
}

.memberbutton {
  background-image: linear-gradient(45deg, rgb(255, 117, 117), rgb(255, 202, 103));
  color: white;
}

.footerlogo {
  max-width: 250px;
}


@media only screen and (max-width: 732px) {
  .footerlogo {
    max-width: 200px;
  }
}

.footer-01 {
  background: #004687;

  z-index: 0;
  overflow: hidden;
  
   
}

/*.footer-01:after {
  position: absolute;
  top: -300px;
  left: -100px;
  width: 800px;
  content: '';
  
  background-position: center center;
  background-size: cover;
  z-index: -1;
  opacity: .05;
}*/

.footer-01 a {
  color: #F7CA18;
}

.footer-01 p {
  color: white;
}

.footer-01 .copyright {
  color: white;
  color: white;
}

.footer-01 .footer-heading {
  font-size: 14px;

  color: White;
  position: relative;
}

.footer-01 .footer-heading:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 40px;
  height: 2px;
  background: #F7CA18;
}

.footer-01 ul.list-unstyled li a {
  color: white;
}

.footer-01 .block-21 .text .heading a {
  color: white;
}

.footer-01 .block-21 .meta>div a {
  color: #F7CA18;
}

.footer-01 .block-23 ul li {
  color: white;
}

.footer-01 .block-23 ul li a {
  color: white;
}

.footer-01 .block-23 ul li .icon {
  color: white;
}

.footer-01 .ftco-footer-social li a {
  background: #F7CA18;
  color: #fff;
}

.downfooter {
  background:#012169;
  width: 100%;
  height:30px;
  padding: 8px 0px;
  
}
.icon{
  color: #ddd;
  font-size: 15px;
  font-weight: bolder;
}

.pageheading {
  font-size: 30px;
  color: rgb(0, 0, 0);
  text-align: center;
 
  font-weight: 600;
}

@media only screen and (max-width: 732px) {
  .pageheading {
    font-size: 23px;
    margin-top: -60px;
  }
}

.contact-body {
  margin-top: 90px;
}

.contacttopic {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.contacttext {
  font-size: 15px;
  text-align: left;
  font-weight: 700;
  color: #000;
}

.map {
  border: 10px solid rgb(243, 230, 230);
}

.redunderline {
  border-bottom: 2px solid red;
}
.c {
 
  background-color:#EBCBBC;
  
}
.c
{
 border:4px solid #C2B280;
 min-height:230px !important;
 }
/*.image-flip:hover .backside,
.image-flip.hover .backside {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
  -webkit-transform: rotateY(180deg);                                                                                               
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}*/

.mainflip {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
  position: relative;
}

.frontside {
  position: relative;
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
  margin-bottom: 30px;
}

.backside {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;
  -o-transition: 1s;
  -o-transform-style: preserve-3d;
  -ms-transition: 1s;
  -ms-transform-style: preserve-3d;
  transition: 1s;
  transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
  max-height: 250px;
}

.backside .card .card-text a {
  font-size: 12px;
  color: #black !important;
  
}

.frontside .card .card-title,
.backside .card .card-title {
  color: #3A3B3C!important;
}
.hide1 {
  opacity: 0;
  left: -100%;
}

.show {
  opacity: 1;
  left: 0;
}

.frontside .card .card-body img {
  width: 90%;
  height: 150px;
  /* border-radius: 100%;*/
}

  .owl-carousel .item img {
    width: 100%;  /* Ensure the image takes up the full width of the container */
    height: auto;  /* Maintain aspect ratio */
  }
  
  .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact_page .fa {
    float: right;
    background: #112e16;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    font-size: 20px;
    margin: auto;
  }
  .contact_page h3 {
    color: #112e16;
    font-size: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
  }
  .contact_page img {
    width: 400px;
  }
  /*.contact_page a {
    color: #9c3c09;
  }*/
  .contact_page a:hover {
    color: #000;
  }
  .innerpage .container {
    min-height: 550px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .innerpage .container h2 {
    text-align: center;
    background: linear-gradient(
      to right,
      #ffffff 26%,
      #e3c264 51%,
      rgb(255, 255, 255) 75%
    );
    line-height: 45px;
    margin-bottom: 10px;
    color: #000;
  }
  .innerpage .container h5 {
   /* text-align: center;*/
    padding-bottom: 0px;
    line-height: 30px;
    color: #112e16;
    font-weight: bold;
    font-size: 15px;
  }
  .innerpage .container h6 {
   /* text-align: center;*/
    padding-bottom: 0px;
    line-height: 5px;
    color: #112e16;
    font-weight: bold;
    font-size: 12px;
  }
  .innerpage .container h5 a {
    color: #000000;
    font-weight: bold;
  }
  .innerpage .inner_img {
    float: none;
    margin-left: 35px;
    margin-bottom: 15px;
    width: 500px;
    height: 400px;
    background: #fff;
    padding: 5px; /* border: dotted 1px #b9b9b9; */
    object-fit: cover;
    object-position: top;
  }
  .innerpage .principal_img {
    float: right;
    margin-left: 35px;
    margin-bottom: 15px;
    width: 360px;
    height: 448px;
    background: #fff;
    padding: 5px; /* border: dotted 1px #b9b9b9; */
    object-fit: cover;
    object-position: top;
  }
  .innerpage h3 {
    text-align: center;
    line-height: 35px;
    color: #f4120b;
  }
  .innerpage ul {
    margin-left: 15px;
  }
  .innerpage ul li {
    text-align: justify;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    list-style-type: disc;
    font-family: OpenSans-Regular;
  }
  .clr {
    clear: both;
  }
  .clr20 {
    clear: both;
    height: 20px;
  }
  .happy-clients .heading-sec {
    margin-bottom: 50px;
  }
  .engagement-blk {
    width: max-content;
    margin: auto;
    max-width: 100%;
  }
  .happy-clients {
    padding: 50px 0px 50px 0px;
  }
  .engagement-blk img {
    height: 120px;
    /* filter: grayscale(1); */
  }
  .engagement-blk:hover img {
    filter: grayscale(0);
  }
  .slider-right-img img {
    width: 100%;
    height: 540px;
    object-fit: contain;
  }
  .sliderarea:before {
    content: "";
    width: 80px;
    height: 80px;
    border: 5px solid #f90;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -30px;
    -webkit-animation-name: tm-animation-floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
  }
  .sliderarea:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 5px solid #f90;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 40px;
    -webkit-animation-name: tm-animation-floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
  }
  
  .slider-right-img:before {
    content: "";
    width: 40px;
    height: 40px;
    border: 3px solid #f90;
    border-radius: 50%;
    position: absolute;
    bottom: 20%;
    left: -10%;
    -webkit-animation-name: tm-animation-floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
  }
  .tech-partners img {
    width: 71%;
  }
  .setHeight {
    min-height: 400px;
    text-align: right;
  }
  @media (max-width: 767.98px) {
    .happy-clients {
      padding: 50px 0px 0px 0px;
    }
  }
  .engagement-blk {
    /* position: relative; */
    height: 300px;
  }
  @media (max-width: 575.98px) {
  .engagement-blk p {
    /* position: absolute; */
    font-size: 14px;
    text-align: center;
    color: #00358e;
    font-weight: bold;
  }
  .engagement-blk {
    /* position: relative; */
    height: 300px;
  }
}
/* The Popup Div */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color:#8B0000;
  color: white;
  padding: 15px;
  text-align: center;
  display: none; /* Hidden by default */
  z-index: 9999;
  font-family: Arial, sans-serif;
  height:200px
}

.popup p {
  font-size: 1.2rem;
  margin: 0;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.close-btn:hover {
  color: black;
}

/* Make popup responsive */
@media screen and (max-width: 768px) {
  .popup {
    padding: 10px;
  }

  .popup p {
    font-size: 1rem;
  }

  .close-btn {
    font-size: 25px;
    top: 5px;
    right: 10px;
  }
}
.gap {
  padding: 120px 0;
  font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.count-text {
  background-color: #FFC000;
  padding: 40px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 20px;
}

.count-text.two {
  background-color:	#FFC000;
}

.count-text.three {
  background-color: #FFC000;
}

.count-text.for {
  background-color: #CAF1F6;
  margin-bottom: 0;
}

.count-text h2,
.count-text span {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.count-text p {
  font-size: 16px;
}

.count-text i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: 10px;
  top: 10px;
}

.count-text:hover i img {
  transform: rotate3d(1, 1, 1, 360deg);
}
.count-text {
  position: 30px;
  border-radius: 30px;
}

 .count-text h2 {
  font-weight: 800;
}

 .count-text p,
 .count-text h2,
 .count-text span {
  color: #fff;
}
.count-text {
  border-radius: 30px;
  width: fit-content;
  position: absolute;
  top: 57%;
  left: -10%;
}
}
@media screen and (max-width: 400px) {
  .popup {
    padding: 10px;
  }

  .popup p {
    font-size: 1rem;
  }

  .close-btn {
    font-size: 25px;
    top: 5px;
    right: 10px;
  }
}
.gap {
  padding: 120px 0;
  font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.count-text {
  background-color: #FFC000;
  padding: 40px;
  border-radius: 40px;
  position: relative;
  margin-bottom: 20px;
}

.count-text.two {
  background-color:	#FFC000;
}

.count-text.three {
  background-color: #FFC000;
}

.count-text.for {
  background-color: #CAF1F6;
  margin-bottom: 0;
}

.count-text h2,
.count-text span {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.count-text p {
  font-size: 16px;
}

.count-text i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: 10px;
  top: 10px;
}

.count-text:hover i img {
  transform: rotate3d(1, 1, 1, 360deg);
}
.count-text {
  position: 30px;
  border-radius: 30px;
}

 .count-text h2 {
  font-weight: 800;
}

 .count-text p,
 .count-text h2,
 .count-text span {
  color: #fff;
}
.count-text {
  border-radius: 30px;
  width: fit-content;
  position: absolute;
  top: 57%;
  left: -10%;
}


  