/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Gotham-Book';
  font-style: normal;
  font-weight: normal;
  src: url('../../font/Gotham-Book.eot');
  src: local('../../font/Gotham Book'), local('Gotham-Book'),
    url('../../font/Gotham-Book.woff2') format('woff2'),
    url('../../font/Gotham-Book.woff') format('woff'),
    url('../../font/Gotham-Book.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Light';
  font-style: normal;
  font-weight: normal;
  src: url('../../font/Gotham-Light.eot');
  src: local('../../font/Gotham Light'), local('Gotham-Light'),
    url('../../font/Gotham-Light.woff2') format('woff2'),
    url('../../font/Gotham-Light.woff') format('woff'),
    url('../../font/Gotham-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('../../font/Gotham-Medium.eot');
  src: local('../../font/Gotham Medium'), local('Gotham-Medium'),
    url('../../font/Gotham-Medium.woff2') format('woff2'),
    url('../../font/Gotham-Medium.woff') format('woff'),
    url('../../font/Gotham-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary: #4761FF;
  --secondary: #555555;
  --light: #F1F3FA;
  --dark: #1C2035;
}

body {
  color: #000;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 14px;
  background-color: #fff;
}

a {
  color: #ee651f;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Gotham-Book', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000;

}

h1 {
  font-family: 'Gotham-Medium', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

p {
  text-align: center;
  margin-top: 20px;
}

.txt1 {
  color: #000;
  text-align: center;
  font-size: 50px;
   font-family: 'Gotham-Medium', sans-serif;
  font-weight: bold;
  text-align: center;line-height: 55px;
}

.txt2 {
  color: #ee651f;
  text-align: center;
  font-size: 50px;
   font-family: 'Gotham-Medium', sans-serif;
  font-weight: bold;
}

.txt3 {
  color: #fff;
  text-align: center;
  font-size: 50px;
   font-family: 'Gotham-Medium', sans-serif;
  font-weight: bold;
  text-align: center;
}

.more {
  margin-left: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  background-color: rgba(233, 5, 5, 0.808);
  color: rgb(228, 31, 31);
  border: none;
  cursor: pointer;
  border-radius: 50px;
  width: 300px;
  height: auto;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.more:hover {
  background-color: #ff6633;
}

.more a {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}

.cntgap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  background: rgba(233, 5, 5, 0.808);
  color: #fff;
  border: 1px solid #dfc9ac;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #000;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 9999px;
  transition: all 0.5s;background: rgb(255, 255, 255);
}

#header.header-scrolled {
  background: rgb(255, 255, 255);
  height: 108px;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 2px #eee;

}

#header .logo img {
  padding: 0;
  padding-bottom: 7px;
  margin: 0;
  height: 103px;
}

.contdet {
  margin-top: 10px;
}

#header .container {
  max-width: 95%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.navmob {
  display: none;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
}

.nav-menu {
  margin-left: 20px;
  margin-top: 45px;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding-left: 5px;
  margin-top: 17px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000;
  padding: 1px 10px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #ee651f;
  font-family: "Gotham-Book", sans-serif;

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #ee651f;
  transition: ease all 0.3s;
  font-family: "Gotham-Book", sans-serif;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  z-index: 99;
  opacity: 0;
  min-width: 300px;
  visibility: hidden;
  padding: 0px;
  margin-top: 1px;
  color: #000;
  background: rgba(255, 255, 255, 1);
  transition: ease all 0.6s;
  margin-top: 10px;
  border: 1px solid #ccc;

}

#header.header-scrolled .nav-menu .drop-down ul {
  /*background: rgba(0, 0, 0, 1);*/
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  color: #000;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  position: relative;
  border-bottom: 1px dotted #ee651f;
}

.nav-menu .drop-down ul a {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 900px;
  text-transform: none;
  color: #000;
  border-right: none;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #ee651f;
  padding: 15px 30px;
  box-shadow: none;
  width: 300px;
  border: none;
}

#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active>a,
#header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #ee651f;
  padding: 15px 30px;
  box-shadow: none;
  width: 200px;
  border-bottom: none;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea99";

  }

}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: 100%;
  width:100%;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  transition: 0.4s;
  top: 44px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #ee651f;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\ea99";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
   background: rgba(255, 255, 255, 1);
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #000;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #000;
}

#header .donate {
  background-color: rgba(233, 5, 5, 0.808);
  border: none;
  cursor: pointer;
  border-radius: 50px;
  height: auto;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.3s;
  width: 150px;
  padding: 1px 1px 3px 1px;
  text-align: center;
}

#header .donate a {
  color: #fff;
}

#header .donate:hover {
  background-color: #ff6633;
}

/************Banner************/

#banner {
  width: 100%;
  height: 750px;
  background-image: url("../../images/banner_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;margin-top: -20px;
}

#mobbanner {
  display: none;  
}

.txtbanner {
  width: 50%;
  display: flex;
  align-items: center;
  text-align: left;

}

.txtbanner h1 {
  width: 50%;
  height: 750px;
  font-size: 80px;
  line-height: 85px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: left;
  color: #000;
}

.txtmobbanner {
  text-align: center;
  width: 100%;
}

.txtmobbanner h1 {
  min-height: 100px;
  font-size: 60px;
  line-height: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
}

#contentsec {
  width: 100%;
  min-height: 300px;
  background-image: url("../../images/banner_2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 40px;
  display: block;
}
#contentsecmob {
  display: none;

}

#contentsec .txt1 {
  text-align: left;
}

#contentsec p {
  text-align: left;
  padding-top: 10px;
}

#bgfoundation {
  width: 100%;
  height: 750px;
  background-image: url("../../images/group.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 60px;
}

.foundation {
  padding: 40px 10px;
}

.foundation p {
  margin-bottom: 40px;
}

.foundation .more {
  margin: 0 auto;
  margin-top: 50px 10px 100px 10px;
}

#foundation .txt1 {
  padding-bottom: 15px;
}

#bgfoundation .bgcentr {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 600px;
}

#bgfoundation .bgcentr img {
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
}


/*--------------projects-------------------*/

#projects {
  background-color: #ccc;
  min-height: 100px;
  width: 100%;
  padding: 30px 0px 70px 0px;
}

#projects .txt1 {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
}

.gal .user-image {
  max-width: 435px;
}

/*--------------------------- footer ----------------------------*/

#footer {
  color: #000;
  text-align: center;
  background-color: #fff;
  background-size: cover;
}

.flogo {
  margin-top: 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}

.flogo img {
  max-width: 300px;
  margin: 0 auto;
}

/*----------social----------------*/


.site {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wrapper {
  display: flex;
  flex-direction: row;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
}

.fab {
  margin: auto;

}

.social {
  color: #FFF;
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social:hover {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: all ease 0.5s;
  -moz-transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;

}

.facebook {
  color: #4267B2;
}


.instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;

}

.bg-ico {
  display: flex;
  background-color: #FFF;
  width: 70px;
  height: 70px;
  line-height: 50px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;

}

.bg-ico:hover {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
}

#facebook:hover {
  background-color: #4267B2;
}

#instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);

}


.facebook:hover,
.instagram:hover {
  color: #fff;
  transform: scale(1.3);

}

/*-----------INNER PAGES-------------------*/
.banrhead h1 {
  text-align: right;
  margin-right: 5%;
}

.banrhead h1 .txt1 {
  color: #fff;
}

/*------------------------about------------------------*/
#innerpge .txt1,
#ourvalues .txt1 {
  font-size: 35px;
}

#innerbannerabt {
  background: url(../../images/about_banner.gif) no-repeat center center;
  width: 100%;
  display: block;
  height: 520px; 
  margin-top: 108px;
 object-fit:cover;
  background-size: cover;
}

#innerbannerabt_m {
  background: url(../../images/abtbaner_m.png) no-repeat center center;
  width: 100%;
  display: none;
  height: 520px;
  background-size: cover;
  margin-top: 108px;
}

#innerbannermusic {
  background: url(../../images/music_banner.gif) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: block;
}

#innerbannermusic_m {
  background: url(../../images/music_banner_m.gif) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: none;
}

#innerbannerdonate {
  background: url(../../images/donate_banner.gif) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: block;
}

#innerbannerdonate_m {
  background: url(../../images/donate_banner_m.gif) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: none;
}

#innerbannerdance {
  background: url(../../images/dance_banner.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: block;
}

#innerbannerdance_m {
  background: url(../../images/dance_banner_m.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: none;
}

#innerbannerfilm {
  background: url(../../images/film_banner.gif) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: block;
}

#innerbannerfilm_m {
  background: url(../../images/film_banner_m.gif) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: none;
}

#innerbannertheater {
  background: url(../../images/theater_banner.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: block;
}

#innerbannertheater_m {
  background: url(../../images/theater_banner_m.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: none;
}

#innerbannercontact {
  background: url(../../images/contact_banner.gif) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: block;
}

#innerbannercontact_m {
  background: url(../../images/contact_banner.gif) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: none;
}


#ourvalues {
  width: 100%;
  min-height: 100px;
  background-color: #e0e1e3;
  text-align: center;
}

#ourvalues img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.abtcnt {
  text-align: center;
}

/*--------------------------Staff---------------------------*/
#innerbannerstaff {
  background: url(../../images/staff_banner.jpg) no-repeat center center;
  width: 100%;
  display: block;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
}

#innerbannerstaff_m {
  background: url(../../images/staff_banner_m.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: 520px;
  margin-top: 108px;
  display: none;
}

.staffmembers {
  background-color: #000;
  width: 100%;
  padding-bottom: 0px;
}

.staffmembers .row {
  padding: 0px;
  margin: 0px;

}

.staffmembers .topspc {
  padding-top: 30px;
}

.staff img {
  width: 100%;
}

.staff {
  padding: 0px;
  margin: 0px;
}

.staff h4 {
  background-color: #000;
  text-align: left;
  color: #fff;
  padding: 7px 15px 0px;
  margin: 0px;
  font-weight: lighter;
  font-size: 19px;
}

.staff h6 {
  background-color: #000;
  text-align: left;
  color: #fff;
  padding: 3px 15px 5px;
  margin: 0px;
  font-weight: lighter;
  font-size: 13px;
}

/*------------contact Us------------------*/

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.text-black {
  color: #000;
}

.content {
  font-family: 'Gotham-medium', sans-serif;
}

.form-group .form-control::placeholder {
  color: hsl(0, 2%, 55%);
}

.heading {
  font-size: 2.5rem;
  font-weight: 900;
}

.contact-wrap {
  margin-bottom: 10px;
}

.contact-wrap .form-control {
  border: none;
  font-family: 'Gotham', sans-serif;
  border-bottom: 1px solid #dc764d;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  color: #000;
  background: none;
}

#frmContact {
  margin-top: 10px;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #dc3e00;
}

.contacthead h3 {
  text-align: center;
}

.col-form-label {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-left: -20px;
}

.btn,
.form-control,
.custom-select {
  height: 45px;
}

.custom-select:active,
.custom-select:focus {
  outline: none;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #dc3e00;
}

.btn {
  border: none;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2rem;
  font-family: 'Gotham-medium', sans-serif;
  text-transform: uppercase;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.btn-primary {
  background-color: rgba(233, 5, 5, 0.808);
  color: #fff;
  padding: 15px 20px;
}

.btn:hover {
  color: #fff;
  background: #dc3e00;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #dc3e00;
}

.contact-wrap {
  -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-top: 50px;

}

.contact-wrap .col-form-label {
  font-size: 14px;
  color: #111;
  margin: 10 10 10px 10;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  font-family: 'Gotham-medium', sans-serif;
}

.contact-wrap .form,
.contact-wrap .contact-info {
  padding: 40px;
}

.contact-wrap .contact-info {
  margin-left: 12px;
  color: #e7e7e7;
}

.contact-wrap .contact-info ul li {
  margin-bottom: 15px;
  color: #efefef;
}

.contact-wrap .contact-info ul li .wrap-icon {
  font-size: 20px;
  color: #dc3e00;
  margin-top: 5px;
}

.contact-wrap .form {
  background-color: transparent;
}

.contact-wrap .form h3 {
  color: #111;
  font-family: 'Gotham', sans-serif;
  font-size: 20px;
  margin-bottom: 50px;
}

.contact-wrap .contact-info {
  background: #3c3d3f;
  margin-right: 0px;
  width: 100%;
}

.contact-wrap .contact-info h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.contact-wrap .contact-info h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}

label.error {
  font-size: 12px;
  color: red;
}

#message {
  resize: vertical;
}

#form-message-warning,
#form-message-success {
  display: none;
}

#form-message-warning {
  color: #B90B0B;
}

#form-message-success {
  color: #55A44E;
  font-size: 18px;
  font-weight: bold;
}

.emailto {
  font-family: 'Gotham-medium', sans-serif;
}

.emailto a {
  color: #fff;
}

.emailto a:hover {
  color: #000000;
}

input[type="radio"] {
  border-color: #333;
}

.donatethead h3 {
  text-align: left;
}

.success {
  margin-top: 50px;
  text-align: center;
}

/*------------------album page---------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: sans-serif;
}

/* Masonry collage without any gap */
.gallery {
  column-count: 5;
  /* desktop columns */
  column-gap: 0;
  /* ✅ no gap */
  width: 100%;
  line-height: 0;
  padding-top: 10px;
  /* avoids micro spacing issues */
}

.gallery1 {
  column-count: 3;
  /* desktop columns */
  column-gap: 0;
  /* ✅ no gap */
  width: 100%;
  line-height: 0;
  padding-top: 10px;
  /* avoids micro spacing issues */
}

.gallery img,
.gallery1 img {
  width: 100%;
  height: auto;
  /* ✅ natural image size */
  display: block;
  break-inside: avoid;
  /* prevent splitting */
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

/* strong smooth zoom */
.gallery img:hover,
.gallery1 img:hover {
  transform: scale(1.6);
  z-index: 10;
}

.gallery img:hover,
.gallery1 img:hover {
  transform: scale(1.6);
  outline: 3px solid rgba(255, 255, 255, 0.15);
}

/* responsiveness */
@media (max-width:1200px) {

  .gallery,
  .gallery1 {
    column-count: 4;
  }
}

@media (max-width:900px) {

  .gallery,
  .gallery1 {
    column-count: 3;
  }
  .gallery img:hover,
.gallery1 img:hover {
  transform: scale(1.0);
}
#innerpge .txt1,
#ourvalues .txt1 {
  font-size: 30px;
}

.donatesec, .contactsec{margin-top: -30px;}

}
@media (max-width:768px) {

 
  #contentsec {
    display: none; 
  }

   
.contentsecmobimg img{
  width: 100%;
  height: auto;
}
  .gallery,
  .gallery1 {
    column-count: 2;
  }
   
}


@media (max-width:600px) {

  .gallery,
  .gallery1 {
    column-count: 1;
  }
}

@media (max-width:350px) {

  .gallery,
  .gallery1 {
    column-count: 1;
  }
}

/*--------------------------------------------------------------*/

/*----------------------------video --------------------------*/
.video-container {
  width: 100%;
  overflow: hidden;margin-top: 100px;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

/*-----------Responsive-------------------*/

@media (max-width: 1350px) {
  .txtbanner h1 {
    width: 55%;
    height: 700px;
    font-size: 70px;
    line-height: 75px;

  }

  #innerbannerabt,
  #innerbannermusic,
  #innerbannerdonate,
  #innerbannerdance,
  #innerbannerfilm,
  #innerbannertheater,
  #innerbannercontact {
    margin-top: 80px;
    background-size: 100% auto;
    min-height: 400px;
  }

  .banrhead h1 {
    text-align: right;
    margin-right: 5%;
    margin-top: 10%;
  }
}

@media (max-width: 1250px) {
  .txtbanner h1 {
    width: 60%;
  }

  #innerbannerabt,
  #innerbannermusic,
  #innerbannerdonate,
  #innerbannerstaff,
  #innerbannerdance,
  #innerbannerfilm,
  #innerbannertheater,
  #innerbannercontact {
    margin-top: 60px;
    background-size: 100% auto;
    min-height: 400px;
  }

  .banrhead h1 {
    text-align: right;
    margin-right: 5%;
    margin-top: 10%;
  }
}

@media (max-width: 1150px) {

  #innerbannerabt,
  #innerbannermusic,
  #innerbannerdonate,
  #innerbannerdance,
  #innerbannerfilm,
  #innerbannertheater,
  #innerbannercontact,
  #innerbannerstaff {
    margin-top: 50px;
    background-size: 100% auto;
    min-height: 400px;
  }

  .banrhead h1 {
    text-align: right;
    margin-right: 5%;
    margin-top: 5%;
  }
}

@media (min-width: 992px) {
  #syst {
    display: block;
  }

  #mob {
    display: none;
  }

  .txtbanner {
    width: 80%;

  }

}

@media (max-width: 991px) {

  #syst {
    display: none;
  }

  #mob {
    display: block;
  }

  .txtbanner {
    width: 85%;

  }

  .txtbanner h1 {
    font-size: 70px;
    line-height: 80px;
  }

  #contentsec h1 {
    font-size: 60px;
    line-height: 60px;
  }

  #innerbannerabt,
  #innerbannermusic,
  #innerbannerdonate,
  #innerbannerdance,
  #innerbannerfilm,
  #innerbannertheater,
  #innerbannercontact,
  #innerbannerstaff {
    display: none;
  }

  #innerbannerabt_m,
  #innerbannermusic_m,
  #innerbannerdonate_m,
  #innerbannerdance_m,
  #innerbannerfilm_m,
  #innerbannertheater_m,
  #innerbannercontact_m,
  #innerbannerstaff_m {
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover;
  }


   #contentsecmob h2 .txt1{
    font-size: 40px; line-height: 43px;
  }
   #contentsecmob{
    display: block; padding-bottom: 0px;
  }
  #contentsec{display: none;}
}

@media (max-width:800px) {
  #contentsec .txt1 {
    font-size: 45px;
    line-height: 49px;
  }

  .txtbanner {
    width: 90%;

  }

  .txtbanner h1 {
    font-size: 70px;
    line-height: 80px;
  }

  #projects .txt1 {
    font-size: 45px;
    line-height: 49px;
  }
}


@media (max-width: 768px) {
  #header {
    height: auto;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 5px 0;
    background: 100% 100%;
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    margin: 5px;
    height: 77px;
  }

    #header.header-scrolled {
      background: rgba(255, 255, 255, 1);
      height: auto;
      color: #fff;
      padding: 10px 0;
      box-shadow: 0px 3px 10px #ccc;
    }

    .navpc1 {
      display: none;
    }

    .navmob {
      max-width: 370px;
    }

    .navmob {
      display: block;
      height: 50px;
      background-color: #333;
      color: #fff;
      margin-top: 0px;
      padding-top: 15px;
    }

    #banner {
      height: 600px;
      display: none;
    }

    #mobbanner {
      display: block;
    }

    #mobbanner img {
      width: 100%;
      margin-bottom: -20px;
    }

    .txtmobbanner {
      font-size: 40px;
      line-height: 50px;
      text-align: center;margin-top: 3%;
    }

    #contentsec {
      padding: 20px 10px 0px;
    }

    #contentsec .txt1 {
      font-size: 40px;
      line-height: 45px;
      text-align: left;
    }

    #contentsecmob .more,#foundation .more{
      margin: 0 auto;margin-top: 20px; margin-bottom: 20px;max-width: 250px;font-size: 18px;
    }

    #foundation .txt1 {
      font-size: 40px;
      line-height: 45px;
      margin-top: -30px;
      text-align: left;
      padding: 0px 10px;
    }

    .foundation {
      padding: 40px 10px 15px 10px;

    }

    .foundation p {
      margin-bottom: 20px;
      text-align: left;
    }

    .foundation .more {
      margin: 10px 0px 0px 0px;
    }

    #projects .txt1 {
      font-size: 40px;
      line-height: 45px;
      text-align: left;
      padding: 0px 10px 10px;
    }

    .gal {
      padding: 0px 10px;
    }

    .contact-wrap {
      margin-bottom: 0px;
    }

    .cntinfo {
      padding: 0px;
      margin-left: -12px;
    }
    .video-container {
margin-top: 80px;
}
#innerbannerabt_m,
  #innerbannermusic_m,
  #innerbannerdonate_m,
  #innerbannerdance_m,
  #innerbannerfilm_m,
  #innerbannertheater_m,
  #innerbannercontact_m,
  #innerbannerstaff_m {   
    height: 300px;
  }
  #foundation .txt1,#projects .txt1{
   margin-bottom: 15px;text-align: center;
  }

  }

  @media (max-width: 680px) {
    .txtbanner h1 {
      margin: 0 auto;
     
    }

    .txtbanner {
      height: 600px;
      width: 100%;
    }
  }

  @media (max-width: 575px) {

    .navmob {
      max-width: 80%;
    }

  }

  @media (max-width: 520px) {
    #submit-btn {
      max-width: 250px;
    }

    .txtbanner h1 {
      font-size: 60px;
      line-height: 60px;
    }

    .txtmobbanner h1 {
      font-size: 50px;
      line-height: 50px;
    }
  }

  @media (max-width: 480px) {

    .txtbanner h1 {
      font-size: 50px;
      line-height: 50px;
    }

    .txtbanner {
      width: 100%
    }

    .banrhead h1 .txt1 {
      font-size: 35px;
      line-height: 35px;
    }
  }

  @media (max-width: 420px) {
    .txtmobbanner {
      margin-top: 3%;
    }

    .txtmobbanner h1 {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 0px;
    }

    #submit-btn {
      width: 270px;
    }

    #footer .flogo img {
      max-width: 250px;
    }

    #submit-btn {
      max-width: 200px;
      margin: 0 auto;
    }

    .wrapper {
      max-width: 100%;
      overflow: hidden;
    }

    .bgcentr img {
      width: 100%;
    }

  }

  @media (max-width: 380px) {

    .more {
      padding: 10px 20px;
      max-width: 250px;
    }

    .txtmobbanner {
      margin-top: 1%;
    }

    .txtmobbanner h1 {
      font-size: 40px;
      line-height: 40px;

    }
      #contentsecmob .txt1,#foundation .txt1,#projects .txt1{
    font-size: 35px; line-height: 40px;
  }

  }

  @media (max-width: 330px) {
    .navmob {
      max-width: 95%;
    }

    .content-item {
      height: 320px;
      width: 100%;
    }

    .content-item img {
      height: 320px;
      width: 100%;
    }
    .txtmobbanner {
      margin-top: 1%;
    }

    .txtmobbanner h1 {
      font-size: 35px;
      line-height: 35px;
    }
  }
  @media (max-width: 330px) {
    #banner {
      margin-top: -35px;
    }

  }