.modal .modal-content {
  border-radius: 10px !important;
}
#mainName {
  font-family: "Dosis", Arial, sans-serif !important;
  
}
.hero-wrap {
  background-color: #f5f3f3 !important;
  /* clip-path: polygon(0 30%,
  30% 0,
  100% 0,
  100% 70%,
  70% 100%,
  0 100%) !important; */
  /* clip-path: circle(62.7% at 43% 50%) !important; */
  /* clip-path:  polygon(13% 0, 88% 0, 100% 12%, 100% 87%, 89% 100%, 14% 100%, 0 88%, 0 15%) !important; */
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
table td, table th {
  font-size: 14px !important;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    transition: 0.5s;
}
.btn-circle:hover a span {
  color: #17a2b8 !important;
}
.btn-circle a span{
    color: white !important;
}
#footerForm .form-control {
    background-color: transparent !important;
    color:white !important;
    font-size: 15px;
}

#footerForm .form-control:focus {
    border:1px solid white !important;
}
nav a{
  font-size: 16px !important;
}
.logo{
  padding: 12px;
  color: white;
  border-radius: 50%;
  font-size: 19px;
  text-align: center;
  padding-bottom: 9px;
  padding-top: 9px;
  font-family: monospace !important;
}
.logo:nth-child(1){
  background-color: #0084cc;
}
.logo:nth-child(2) {
  background-color: #db8320;
  margin-left: 3px;
}
.logo:nth-child(3){
  background-color: #27a443;
  margin-left: 3px;
}
.logo:nth-child(4){
  background-color: gray;
  margin-left: 3px;
}

.table th, .table td {
  vertical-align: middle !important;
  text-align: center !important;
}

.membership-certificates a {
  margin-left: 10px;
}

.tooltip-inner{
  background-color: #db8320;
  border-color: #3fbbc0;
  padding: 12px;
  font-size: 12px;
  /*border-radius: 12px;*/
}
.tooltip .arrow::before{
  border-bottom-color: #3fbbc0;
  border-top-color: #3fbbc0;
  /* border-left-color: #3fbbc0; */
  /* border-right-color: #3fbbc0; */
}

#dashboardIcon {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 1;
  background-color: lightgray;
  /* padding: 25px 35px 10px 10px; */
  /* padding: 20px; */
  padding: 20px 20px 10px 20px;
  text-align: center;
  /* padding-top: 12px ; */
  border-radius: 50%;
}
#dashboardIcon i {
  font-size: 30px;
  cursor: pointer;
}

#logoutIcon {
  position: fixed;
  top: 80px;
  right: 40px;
  z-index: 1;
  background-color: lightgray;
  /* padding: 25px 35px 10px 10px; */
  /* padding: 20px; */
  padding: 20px 20px 10px 20px;
  text-align: center;
  /* padding-top: 12px ; */
  border-radius: 50%;
}
#logoutIcon i {
  font-size: 30px;
  cursor: pointer;
}
.ti-cursor {
  color: black !important;
}

/* jquery filter */
.dataTables_wrapper .dataTables_filter input {
  border:1px solid lightgray !important;
  color: #777a7d !important;
  font-size: 14px !important;
  border-radius: 4px !important;
}
.dataTables_wrapper .dataTables_filter input:focus {
  outline: none !important;
}
.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, 
.dataTables_wrapper .dataTables_paginate {
  color: #989898 !important;
  font-size: 11px !important;
}
.dataTables_wrapper select {
  color: #989898 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate 
.paginate_button.current {
  border-radius: 50% !important;
  padding-bottom: 3px !important;
}
table.dataTable {
  border-collapse: collapse !important;
}
/* table.dataTable thead th {
  border-bottom-color: inherit !important;
} */
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #dee2e6 !important;
}
@media screen and (max-width:1196px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link  {
    padding-left:8px !important;
  }
  nav a {
    font-size: 14px !important;
  }
}
/* multilevel dropdown */
@media screen and (min-width: 992px) {

    .dropdown-menu .dropdown-toggle:after {
      border-top: .3em solid transparent;
      border-right: 0;
      border-bottom: .3em solid transparent;
      border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
      margin-left: 0;
      margin-right: 0;
    }

    .dropdown-menu li {
      position: relative;
    }

    .nav-item .submenu {
      display: none;
      position: absolute;
      left: 100%;
      top: -7px;
    }

    .nav-item .submenu-left {
      right: 100%;
      left: auto;
    }

    .dropdown-menu>li:hover {
      background-color:#f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
      display: block;
    }
}


 
@media screen and (max-width:768px) {
  .infoTitle {
    font-size: 15px !important;
    padding-top: 10px !important;
  }
  .navbar-collapse {
    margin-top: 15px !important;
  }
  .staff {
    margin: 0 auto !important;
    width:250px;
  }
  .ftco-animate {
    margin-bottom: 12px;
  }
}
@media screen and (max-width:640px) {
  #mainName {
    font-size: 30px !important;
  }
  .navbar-collapse {
    margin-top: 15px !important;
  }
  .membership-certificates a {
    margin-left: 0px;
  }
  .membership-certificates .row {
    padding:8px;
  }
  table td, table th {
    font-size: 14px !important;
  }
  #dashboardIcon {
    right: 10px;
  }

  #logoutIcon {
    top: 66px;
    right: 10px;
  }

  .logo{
    padding: 12px;
    opacity: 0.7;
    color: white;
    border-radius: 50%;
    font-size: 19px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 7px;
  }

  .onBoardDiv{
    display: block !important;
    text-align: center;
  }
  .onBoardDiv div.img{
    margin:0 auto !important;
  }
  .staff .info{
    width: 100% !important;
    margin-left: 2px !important;
  }

  .galleryRow {
    margin:0px !important;
  }

}

.ftco-footer{
  position: relative;
  background-image: url("Appreciation Letters.jpg");  /* Chrome 10-25, Safari 5.1-6 */
  
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#0084cc;
    opacity: 0.9;
 
}
#par{
  font-size: 120%;
}



.logo {
  animation: color-animation 4s linear infinite;
}

.logo1 {
  --color-1: #0084cc;
  --color-2: #db8320;
  --color-3: #27a443;
}

.logo2 {
  --color-1: #DBAD4A;
  --color-2: #ACCFCB;
  --color-3: #17494D;
}

.logo3 {
  --color-1: #ACCFCB;
  --color-2: #E4A9A8;
  --color-3: #ACCFCB;
}

.logo4 {
  --color-1: #0084cc;
  --color-2: #db8320;
  --color-3: #27a443;
}
/* Here are just some visual styles. 🖌 */



.title {
  font-family: "Montserrat", sans-serif;
  font-weight: 19;
  font-size: 2.5vw;
  text-transform: uppercase;
}

.btn{
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: white;
  background-color: #db8320;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px white;
}

.btn:hover {background-color: #0084cc}
.btn:active {
  background-color: #0084cc;
  
}



@import url(http://fonts.googleapis.com/css?family=Raleway);
h1{
text-align: center;
}
#main {
width: 950PX;
margin: 50PX auto;
font-family: raleway;
}
#container {
width: 834px;
float: left;
border-radius: 10px;
font-family: raleway;
border: 2px solid #ccc;
padding: 10px 40px 11px;
margin: 16PX;
}
h2 {
background-color: #FEFFED;
text-align: center;
border-radius: 10px 10px 0 0;
margin: -10px -40px;
padding: 15px;
}
hr {
border: 0;
border-bottom: 1px solid #ccc;
margin: 10px -40px;
margin-bottom: 30px;
}
input[type=submit]{
width: 100%;
margin-top: 20px;
background-color: #FFBC00;
color: white;
border: 1px solid #FFCB00;
padding: 10px;
font-size: 20px;
cursor: pointer;
margin-bottom: 0px;
transition: all .2s ease-in-out;
}
input[type=number]{
width: 90%;
padding: 10px;
margin-top: 20px;
border: 1px solid #ccc;
padding-left: 5px;
font-size: 17px;
font-family: raleway;
}
input[type=submit]:hover{
transform: scale(1.1);
}
.box-shadow-preview{
position: relative;
background-color: #FFFFFF;
border-width: 7px;
border-style: solid;
border-color: white;
border-radius: 0px;
box-shadow: 0px 5px 17px 1px #99A3AD, 0px 0px 40px #EEEEEE;
}
.charity{
background-color: #fff;
border: 1% solid #ccc;
width: 23%;
height: 250px;
margin-left: 1%;
margin-right: 1%;
box-shadow: 0 0 5px rgba(0, 121, 193, 1);
float: left;
}
.donate{
margin-bottom: 30px;
width: auto;
height: 250px;
}
.charity img{
width: 150px;
height: 100px;
padding: 25px 25px 0 25px;
}
.charity p{
text-align: center;
}
.charity p a {
text-decoration: none;
color: rgb(0, 92, 132);
font-weight: 600;
}
.simplePopup {
display:none;
position:fixed;
border: 4px solid #FD703F;
background:#fff;
z-index:3;
width: 290px;
min-width: 290px;
padding: 12px;
text-align: center;
}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
}
.simplePopup h3{
text-align: center;
font-family: raleway;
}
.simplePopup b{
font-size: 30px;
}
.simplePopup img{
position: relative;
background-color: #FFFFFF;
border-width: 7px;
border-style: solid;
border-color: rgb(253, 112, 63);
border-radius: 0px;
width: 100px;
}
.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:1;
}

#return {
width: 492px;
height: 350px;
float: left;
border-radius: 10px;
font-family: raleway;
border: 2px solid #ccc;
padding: 10px 40px 11px;
margin: 16PX;
}
#return h3#success {
text-align: center;
font-size: 24px;
margin-top: 50px;
color: green;
}
#return P {
margin-left: 122px;
}
#return .back_btn {
margin-top: 51px;
text-align: center;
}
#btn {
width: 100%;
background-color: #FFBC00;
color: white;
border: 2px solid #FFCB00;
padding: 10px 70px;
font-size: 20px;
cursor: pointer;
border-radius: 5px;
margin-bottom: 15px;

}
a{
text-decoration:none;
color: cornflowerblue;
}
#formget{
float: right;
}
#return h3#fail{
text-align: center;
font-size: 24px;
margin-top: 50px;
color: red;
}


.ftco-heading-3{
  color: orange;
  font-weight: 300;
}

.animh2{
  color: black; 
font-family: "arial";
font-size: 3em;
margin: 10px 0 0 10px;
white-space: nowrap;
overflow: hidden;
width: 100%;
animation: animtext 4s steps(80, end); 
transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
@keyframes animtext { 
from {
   width: 0;
  transition: all 2s ease-in-out;
} 
}

h2{
     color: black; 
  font-family: "arial";
  font-size: 3em;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation: animtext 4s steps(80, end); 
   transition: all cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
@keyframes animtext { 
  from {
      width: 0;
     transition: all 2s ease-in-out;
  } 
}