/* =======================================================================

======================================================================= */
/* ===================================== Import Less ================================== */
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);


/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #545454; }

strong {
  font-family: 'Roboto', sans-serif; }

body {
  background-color: #f1f1f145 !important;
  font-family: 'Bree Serif', serif, Tahoma;
  color: #6A6A6A;
  overflow-x: hidden; }

.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    text-transform: uppercase; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  padding: 10px;
  text-align: left;
  background-color: #02020285;
  border-top:1px #ff6f00 solid;
  color:#fbfafa;
  background-image: linear-gradient(to bottom right, #129fdc, #02020285);
  }
  .page-nav ul {
    float: none;
     }
  @media screen and (max-width: 576px) {
    .page-nav {
      padding-top: 23px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 23px; } }
  .page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #fbfafa; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #fbfafa; }
    .page-nav ul li a {
      color: #fbfafa; }

.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #6655e8;
  border-color: #6655e8; }
  .btn-primary:hover {
    background-color: #6655e8 !important;
    border-color: #6655e8 !important; }
  .btn-primary:active {
    background-color: #6655e8 !important;
    border-color: #6655e8 !important; }
  .btn-primary:focus {
    background-color: #6655e8 !important;
    border-color: #6655e8 !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

/* =================== Header Style Starts Here =================== */
header .header-top {
  background-color: #FFF;
  padding: 10px; }
  header .header-top .bonto ul {
    float: right; }
    header .header-top .bonto ul li {
      float: left;
      padding: 10px;
      text-transform: uppercase; }
      header .header-top .bonto ul li p {
        font-size: .7rem;
        font-weight: 600; }
    header .header-top .bonto ul .donta-btn {
      background-color: #ff5722;
      color: #FFF;
      padding: 5px 15px;
      border-radius: 5px; }
    header .header-top .bonto ul .voltterr-btn {
      background-color: #f78d15;
      color: #FFF;
      padding: 5px 15px;
      border-radius: 5px; }
header .headwe-nav {
  background-color: #fafafa; }
  header .headwe-nav .nav-div .navbar {
    padding: 0px; }
  header .headwe-nav .nav-div .navbar-nav {
    padding: 20px 0px; }
    header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link {
      text-transform: uppercase;
      font-size: .8rem;
      font-weight: 600;
      padding: 0px 25px;
      color: #fff;
      border-right: 1px solid #7774745c; }
      header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link:hover {
        color: #f78d15; 
		
		}
    header .headwe-nav .nav-div .navbar-nav .nav-item .active {
      color: #f78d15; }
  header .headwe-nav .social-div ul {
    float: right; }
    header .headwe-nav .social-div ul li {
      float: left;
      padding: 18px 10px; }

.scroll-to-fixed-fixed {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

/* =================== Slider Style Starts Here =================== */
.slider {
  position: relative; }

.slider-captions {
  position: absolute;
  bottom: 132px;
  text-align: center; }

@media screen and (max-width: 1050px) {
  .slider-captions {
    bottom: 100px !important; }

  width: 90%;
  text-align: center;
  float: none;
  margin: auto;
  .slider-captions .slider-title {
    font-size: 42px; } }
@media screen and (max-width: 810px) {
  .slider-captions {
    bottom: 50px !important; }

  .slider-captions .slider-title {
    font-size: 32px; } }
@media screen and (max-width: 572px) {
  .slider-captions {
    display: none; } }
.slider-title {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px; }

.slider-text {
  margin-bottom: 20px;
  color: #fff; }

.slider-img {
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
  position: relative; }

.slider-img img {
  position: relative;
  z-index: -1; }

.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff; }

.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff; }

.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px; }

.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px; }

.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto; }

.slider .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 10px 10px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  float: left; }

.slider .owl-dots .owl-dot.active span {
  background-color: #fff; }

.slider .owl-dots .owl-dot.active span, .slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

.slider .col-lg-offset-2 {
  float: none;
  margin: auto; }

/* =================== Header Style Starts Here =================== */
.about-us {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .about-us {
      padding: 30px 10px; } }
  .about-us .diag-ro {
    margin: 0px;
    margin-top: 20px; }
    .about-us .diag-ro h4 {
      margin-bottom: 20px; }
    .about-us .diag-ro .about-diag {
      display: flex;
      flex: 1;
      padding: 10px;
      margin: auto; }
      .about-us .diag-ro .about-diag .icon {
        margin: auto;
        padding: 15px 20px; }
        .about-us .diag-ro .about-diag .icon i {
          font-size: 1.8rem;
          color: #CCC; }
      .about-us .diag-ro .about-diag .tex {
        flex-grow: 1; }
        .about-us .diag-ro .about-diag .tex h5 {
          font-weight: 600;
          color: #f78d15; }
        .about-us .diag-ro .about-diag .tex p {
          text-transform: uppercase;
          font-size: .8rem; }
  .about-us .abut-detail h4 {
    margin-bottom: 20px; }
  .about-us .abut-detail p {
    text-indent: 20px;
    line-height: 28px;
    margin-bottom: 15px; }

/* =================== Header Style Starts Here =================== */
.services {
  padding: 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .services {
      padding: 30px 10px; } }
  .services .service-row .servic-col {
    text-align: center; }
    .services .service-row .servic-col .servic-round {
      width: 90px;
      height: 90px;
      background-color: #f78d15;
      color: #FFF;
      float: none;
      margin: auto;
      border-radius: 50px;
      margin: auto;
      text-transform: uppercase;
      margin-bottom: 30px;
      border: 4px solid #FFF;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
      .services .service-row .servic-col .servic-round p {
        padding-top: 33px;
        font-weight: 600;
        font-size: .8rem; }

/* =================== Causes Style Starts Here =================== */
.causes {
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .causes {
      padding: 30px 10px; } }
  .causes .cuses-row .causen-ccover {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 30px 15px;
    margin-bottom: 20px; }
  .causes .cuses-row .caus-img {
    text-align: center; }
    .causes .cuses-row .caus-img img {
      width: 120px;
      border-radius: 50%;
      border: 5px solid #ff5722;
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
      margin-bottom: 20px; }
  .causes .cuses-row .caus-info .left-info {
    float: left;
    font-weight: 600;
    font-size: .8rem; }
  .causes .cuses-row .caus-info .rit-info {
    float: right;
    font-weight: 600;
    font-size: .8rem; }
  .causes .cuses-row .caus-detail {
    text-align: center;
    margin-top: 20px; }
    .causes .cuses-row .caus-detail h4 {
      font-size: 1.2rem; }
  .causes .cuses-row .donat-btn {
    margin-top: 20px;
    text-align: center;
    text-align: center; }
    .causes .cuses-row .donat-btn .btn {
      width: 60%;
      background-color: #f78d15;
      border: #f78d15;
      text-transform: uppercase;
      font-weight: 600; }
      .causes .cuses-row .donat-btn .btn i {
        margin-right: 10px; }

/* =================== Upcomming Style Starts Here =================== */
.upcomming {
  background-color: #FFF;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .upcomming {
      padding: 30px 10px; } }
  .upcomming .events-row .event-card {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-bottom: 20px; }
    .upcomming .events-row .event-card .event-detail {
      padding: 20px;
      text-align: center; }
      .upcomming .events-row .event-card .event-detail h6 {
        margin-top: 20px;
        font-size: 1.2rem; }
    .upcomming .events-row .event-card .plac-dat {
      border-top: 1px solid #CCC; }
      .upcomming .events-row .event-card .plac-dat .colplac {
        font-size: .9rem;
        padding: 10px; }
        .upcomming .events-row .event-card .plac-dat .colplac p {
          font-size: .8rem; }
      .upcomming .events-row .event-card .plac-dat .colplacll {
        border-right: 1px  solid #CCC; }
    .upcomming .events-row .event-card:hover {
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

/* =================== We are Making Style Starts Here =================== */
.we-are-making .text-part {
  padding: 60px;
  padding-left: 20px; }
  .we-are-making .text-part h3 {
    padding-top: 10px; }
  .we-are-making .text-part .count {
    margin-top: 30px; }
    .we-are-making .text-part .count .count-sing {
      text-align: center; }
      .we-are-making .text-part .count .count-sing i {
        font-size: 2rem;
        margin-bottom: 20px;
        color: #f78d15; }
      .we-are-making .text-part .count .count-sing h2 {
        color: #ff5722; }

/* =================== Blog Style Starts Here =================== */
.blog {
  padding: 50px;
  background-color: #ffffff; }

@media screen and (max-width: 990px) {
  .blog {
    padding: 0px 10px; } }
@media screen and (max-width: 1199px) {
  .blog .container {
    max-width: 100%; } }
.blog .blog-singe {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 2px;
  background-color: #FFF;
  margin-bottom: 30px; }

.blog .blog-singe .blog-img-tab {
  padding: 0px; }

.blog .blog-singe .blog-content-tab {
  padding: 15px; }

.blog .blog-singe .blog-content-tab h2 {
  font-size: 19px; }

.blog .blog-singe .blog-content-tab i {
  margin-right: 10px;
  font-size: 12px; }

.blog .blog-singe .blog-content-tab i small {
  margin-left: 5px;
  font-size: 100%; }

.blog .blog-singe .blog-content-tab .blog-desic {
  margin-top: 8px;
  font-size: 12px;
  text-indent: 20px;
  margin-bottom: 10px; }

.blog .blog-singe .blog-content-tab a {
  color: #ff5722;
  font-size: 12px; }

.blog .blog-singe .blog-content-tab a i {
  margin-left: 15px;
  font-size: 13px; }

.blog-row {
  margin-top: 20px; }

/* =================== Footer Style Starts Here =================== */
.footer-cont {
  background-color: #212121;
  color: #FFF;
  padding: 50px; }
  @media screen and (max-width: 940px) {
    .footer-cont {
      padding: 30px 10px; } }
  .footer-cont .footer-top {
    padding-bottom: 40px; }
    .footer-cont .footer-top .foot-logo h2 {
      color: #FFF;
      font-weight: 600;
      margin-top: 25px; }
    .footer-cont .footer-top .foot-addr ul {
      float: right; }
      .footer-cont .footer-top .foot-addr ul li {
        float: left;
        padding: 10px; }
        .footer-cont .footer-top .foot-addr ul li i {
          margin-right: 2px; }
  .footer-cont .foot-botom .fotter-coo h5 {
    color: #f78d15;
    font-size: 1rem;
    margin-bottom: 20px; }
  .footer-cont .foot-botom .fotter-coo ul li {
    font-size: .9rem;
    padding: 10px 3px; }
    .footer-cont .foot-botom .fotter-coo ul li i {
      margin-right: 5px; }
  .footer-cont .foot-botom .fotter-coo .gallery-row {
    margin-top: 5px; }
    .footer-cont .foot-botom .fotter-coo .gallery-row .gall-col {
      padding: 5px; }

.footer-ablove {
  padding: 30px;
  background-color: #ff5722;
  color: #FFF;
  font-size: 1.5rem; }

.footer-ablove .btn {
  float: right;
  background-color: #FFF; }

/* =================== Copyroght Starts Here =================== */
.copy {
  padding: 20px;
  background-color: #191616;
  color: #FFF; }

.copy a {
  color: #FFF; }

.copy span {
  float: right; }

.copy span i {
  margin-right: 20px; }

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd; }
  .cop-ck h2 {
    font-size: 1.2rem;
    margin-bottom: 20px; }

/* ===================================== Basic CSS ==================================== */
@media screen and (max-width: 991px) {
  .we-are-making .text-part {
    text-align: center; }

  .we-are-making .text-part .count .count-sing {
    margin-bottom: 20px; }

  .headwe-nav .container {
    padding: 10px; }

  header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link {
    padding: 10px;
    border-right: 0px; } }

/*# sourceMappingURL=style.css.map */
/*# Custom CSS */

@keyframes glow {
  from {
    box-shadow: 0 0 5px -10px #f2e559;
  }
  to {
    box-shadow: 0 0 3px 3px #f2e559;
  }
}
.nav-link
{
	
	transition: box-shadow 0.6s linear;
	
}

.nd_options_section {
    text-align: center;
}
.nd_options_line_height_0 {
    line-height: 0;
}
.nd_options_text_align_center {
    text-align: center;
}
.nd_options_section {
    width: 100%;
    float: left;
}
.nd_options_display_inline_block {
    display: inline-block;
}
.about-us
{
	padding-bottom:0 !important
}
blockquote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
blockquote {
  margin-left: 0;
  padding-left: 1em;
  border-left: 3px solid #ff8b14;
  font-weight: bold;
}
blockquote:hover
{
	color:#ff8b14;
	border-left: 3px solid #02020285;
}
ol {
  list-style: none;
  counter-reset: steps;
  margin-left: 6rem;
}
ol li {
  counter-increment: steps;
}
ol li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: #ff6f00;
  color: white;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}
ol ol li::before {
  background: darkorchid;
}
ol li:hover:before {
  background: #02020285;
}
.animated-border-button {
  
  border: none;
  outline: none;
  position: relative;
  border-radius:15px;
}

.animated-border-button:before,
.animated-border-button:after {
	
  border: 0 solid transparent;
  transition: all 1s;
  content: '';
  height: 0;
  position: absolute;
  width: 20%;
  height:20%
}

.animated-border-button:before {
  border-top: 2px solid #ff6f00;
  border-right: 2px solid #ff6f00;
  right: 0;
  top: -4px;
}

.animated-border-button:after {
  border-bottom: 2px solid #0026e0;
  border-left: 2px solid #0026e0;
  bottom: -4px;
  left: 0;
}

.animated-border-button:hover:before,
.animated-border-button:hover:after {
	border-radius:75%;
	width: 100%;
	height:100%
  
}
.center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.animated-border-button1 {
  
  border: none;
  outline: none;
  position: relative;
  border-radius:15px;
}

.animated-border-button1:before,
.animated-border-button1:after {
	
  border: 0 solid transparent;
  transition: all 1s;
  content: '';
  height: 0;
  position: absolute;
  width: 20%;
  height:20%
}

.animated-border-button1:before {
  border-top: 2px solid red;
  border-right: 2px solid red;
  right: 0;
  top: -4px;
}

.animated-border-button1:after {
  border-bottom: 2px solid #0026e0;
  border-left: 2px solid #0026e0;
  bottom: -4px;
  left: 0;
}

.animated-border-button1:hover:before,
.animated-border-button1:hover:after {
	width: 70%;
	height:70%
  
}
.fix-icon {
    display: inline-block;
    position: fixed;
    bottom: 50px;
    right: 20px;
    float:right;
    z-index: 999999;
}
.fix-icon-item {
    height: 95px;
    width: 75px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    
}
.fix-icon-item {
    animation: bounce 1s infinite alternate;
    animation-duration: 1s;
    -webkit-animation: bounce 1s infinite alternate;
    
}
.fix-icon1 {
    
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.footer_graph {
    width: 100%;
    height: 61px;
    background: url(../images/footer-graph.png) no-repeat 120px top;
    margin-bottom: -2px;
    margin-top: 27px;
}
.fac_header {
    width: 46%;
    border-bottom: 2px solid #ff6f00;
    font-size: 1.2rem;
	color:#0c0c0b
}
.pull-right
{
	float:right;
	
}
.image_br_pg
{
	border-radius:10px;
	padding:10px;
}
.image_br_pg:hover
{
   box-shadow: 0 4px 8px 0 #222,0 4px 10px 0 #888;
}
.donate-sticky {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}
.donate-sticky {
    top: 55%;
    left: 0;
    position: fixed;
    max-width: 10%;
    z-index: 9;
	color:#fff;
    background: #04a4eae0;
	padding-bottom: 5px;
    padding-top: 5px;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	text-align: right;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
	
	
}
.donate-sticky span img {
    max-width: 40px;
   
}
.donate-sticky span img {
    
    vertical-align: sub;
    margin-left: 8px;
}
.donate-sticky span a {
    font-size: 14px;
}
.donate-sticky span a {
	writing-mode: vertical-rl;
	text-orientation: upright;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-family: Poppins,sans-serif;
    letter-spacing: .81px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.donate-sticky span {
    padding-right: 15px;
    padding-left: 10px;
}
.donate-sticky:hover
{
	 box-shadow: 0 4px 8px 0 #222,0 4px 10px 0 #888;
}
.gallery_img
{
	border-radius:10px;
	cursor:pointer;
}
.gallery_img:hover
{
	 box-shadow: 0 4px 8px 0 #222,0 4px 10px 0 #888;
}
.sticky_top {
    top: 0%;
    left:35%;
    position: fixed;
    z-index: 9;
	color:#fff;
    background: #04a4eae0;
	padding: 15px;
	text-align: right;
    -webkit-border-radius: 0 0 100% 100%;
    -moz-border-radius: 0 0 100% 100%;
    border-radius: 0 0 100% 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: "OpenSansRegular", Helvetica, Arial, sans-serif;
	box-shadow: 0 4px 8px 0 #222,0 4px 10px 0 #888;
	
	
}
.sticky_top span img {
    max-width: 40px;
   
}
.sticky_top span img {
    
    vertical-align: sub;
    margin-left: 8px;
}
.sticky_top span a {
    font-size: 14px;
}
.sticky_top span a {
	font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-family: Poppins,sans-serif;
    letter-spacing: .81px;
    padding-top: 20px;
    padding-bottom: 5px;
}
.sticky_top span {
    padding-right: 15px;
    padding-left: 10px;
}
.footer_social_i
{
	
	color: #fff;
    font-size: 1.5em;
	cursor:pointer;
	
}
.footer_social_i:hover
{
	 border-radius:50%;
	 box-shadow: 0 4px 8px 0 #222,0 4px 10px 0 #888;
}
.joint_btn{
	position: relative;
	text-decoration: none;
	padding:10px;
	overflow: hidden;
	background: rgba(255,255,255,.1);
	box-shadow: 0 5px 5px rgba(0,0,0.2);
}
.joint_btn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.1);
}
.joint_btn:after{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);
	transition: 0.5s;
	transition-delay: 0.5s;
}
.joint_btn:hover:after{
	left: 100%;
}
.joint_btn span{
	position: absolute;
	display: block;
	transition: 0.5s ease;
}
.joint_btn span:nth-child(1)
{
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}
.joint_btn:hover span:nth-child(1)
{
	width: 100%;
	transform: translateX(100%);
}
.joint_btn span:nth-child(3)
{
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background: #fff;
}
.joint_btn:hover span:nth-child(3)
{
	width: 100%;
	transform: translateX(-100%);
}
.joint_btn span:nth-child(2)
{
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	background: #fff;
}
.joint_btn:hover span:nth-child(2)
{
	height: 100%;
	transform: translateY(100%);
}
.joint_btn span:nth-child(4)
{
	bottom: 0;
	right: 0;
	width: 1px;
	height: 0;
	background: #fff;
}
.joint_btn:hover span:nth-child(4)
{
	height: 100%;
	transform: translateY(-100%);
}
.glass{
	/* background styles */
	
	display: inline-block;
	/* text styles */
	text-decoration: none;
	overflow:hidden;
	box-shadow: 0px 1px 4px -2px #333;
	text-shadow: 0px -1px #333;
	
}
.glass:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 2px;
	width: calc(100% - 4px);
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.2));
}

.nav-div,
.main-nav,
.drop-nav {
	 background: #2c3e50;
	 
}

.main-nav {
 
  list-style: none;
  align-items: center;
  z-index: 999;
}
/* New CSS >>>>>>>>>>>>>>>>>> */
.main-nav a, .main-nav a:focus {
 
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  
 
}
.main-nav a i, .main-nav a:focus i {
  line-height: 0;
  margin-left: 5px;
}
.main-nav a:hover, .main-nav .active, .main-nav .active:focus, .main-nav li:hover > a {
  color: #3fbbc0;
}
.drop-nav{
	margin: 0;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}
.navbar-nav
{
	padding:0 !important;
}

/* End of New CSS >>>>>>>>>>>>>>>>>> */
  .main-nav > li {
    float: left;
    position: relative;
	padding:10px;
	
  }
  .main-nav li:first-child {
    border-left: none;
  }
  .main-nav a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
  }
.dropdown,
.flyout {
  position: relative;
}

.drop-nav,
.flyout-nav {
  position: absolute;
  display: none;
}

.dropdown:hover > .drop-nav,
.flyout:hover > .flyout-nav {
  display: block;
}
.flyout-nav {
  left: 100%;
  top: 0;
}
.flyout:hover a,
.flyout-nav {
  background: #395066;
}



  
.p_img
{
	box-shadow: 0 5px 5px rgba(0,0,0.2);
}
.p_ul
{
	
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;

}
.p_ul li
{
	margin-left:20px;
	padding:10px !important;
	color: #000;
    font-size: 13px;
	list-style: circle inside none;
	
}
.round_cor
{
	background-color: rgb(18 159 220);
    border-radius: 70%;
    animation: fadein_keyframes .5s both;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.1);
    

}
.lightboxed:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}
.img_zoom:hover
{
	-webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
.star{
  background: url('../assets/images/pages/new.svg') no-repeat left top;
  height: 34px;
  padding-top: 7px;
  padding-left: 44px;
}