/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */


@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
  font-family: 'futura-bold';
  src: url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  /*-webkit-font-smoothing: antialiased;*/
  font-size: 15px;
  color: #5c5c77;
  
 
 
/*to adjust the width and height of page  */
width: auto!important; overflow-x: hidden!important 
 
}

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e4b;
  font-family: "futura-bold";
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 60px;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 45px;
  }
}

h2, .h2 {
  font-size: 40px;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 25px;
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 20px;
}

@media (max-width: 575px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}

@media (max-width: 575px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}

@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px;
  }
}

 /*Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 900px)   {*/
/*  .container-fluid{*/
/*    margin-top:44%;*/

/*  }*/
/*}*/
/*@media only screen and (max-width: 575px)   {*/
/*  .container-fluid{*/
/*    margin-top:108%;*/

/*  }*/
/*}*/
/*@media only screen and (max-width: 400px) {*/
/*  .container-fluid{*/
/*    margin-top: 132%;*/

/*  }*/
/*}*/
/*@media only screen and (max-width: 380px) {*/
/*  .container-fluid{*/
/*    margin-top: 145%;*/

/*  }*/
/*}*/
/*@media only screen and (max-width: 360px) {*/
/*  .container-fluid{*/
/*    margin-top: 200%;*/

/*  }*/
/*}*/

/* Button style */
.btn {
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 10px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
  background-color:#ffbc3b;
  color:white;
  border-radius: 48px;
}

.btn1 {
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 10px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
  /*background-color:#ffbc3b;*/
  color:white;
  border-radius: 48px;
}

.btn::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 10%;
  z-index: -1;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  background: #ffbc3b;
  color: #fff;
}

.btn-primary::before {
  background: #fff;
}

.btn-primary:active {
  background: #ffbc3b !important;
  color: #ffbc3b;
}

.btn-primary:active::before {
  height: 80%;
}

.btn-primary:hover {
  background: #ffab08;
  color: #ffbc3b;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ffab08;
  border-color: #ffab08;
}

.btn-secondary {
  background: #fff;
  color: #ffbc3b;
  border: 1px solid #fff;
}

.btn-secondary::before {
  background: #ffbc3b;
}

.btn-secondary:active {
  background: #ffbc3b;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline {
  border: 1px solid #ffbc3b;
  color: #ffbc3b;
  background: transparent;
}

.btn-primary-outline::before {
  background: #fff;
}

.btn-primary-outline:hover {
  background: #ffbc3b;
  color: #ffbc3b;
}

.btn-primary-outline:active {
  background: #ffbc3b;
  color: #fff;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #ffcd6e;
  color: #fff;
}

::selection {
  background: #ffcd6e;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #FFDC11; */
  background-color: #627f92;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}


.scroll {
  /*background-color: #fed9ff;*/
  /*width: 600px;*/
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  padding: 20px;
}


.scroll1 {
  /*background-color: #fed9ff;*/
  /*width: 600px;*/
  height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  padding: 20px;
}


ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #ffbc3b;
}

a.text-primary:hover {
  color: #ffbc3b !important;
}

a.text-light:hover {
  color: #ffbc3b !important;
}

h4 {
  transition: .2s ease;
}

a h4:hover {
  color: #ffbc3b;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-title {
  margin-bottom: 30px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height:20%;
}

.border-primary {
  border-color: #ededf1 !important;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  /* position:relative; */
  overflow: hidden;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #e6e6ec;
  opacity: .8;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #ffbc3b !important;
}

.bg-secondary {
  background: #1a1a37 !important;
}

.bg-gray {
  background: #f8f8f8;
}

.text-primary {
  color: #ffbc3b !important;
}

.text-color {
  color: #5c5c77;
}

.text-light {
  color: #8585a4 !important;
}

.text-lighten {
  color: #d6d6e0 !important;
}

.text-muted {
  color: #b5b5b7 !important;
}

.text-dark {
  color: #1e1e4b !important;
}

.font-secondary {
  font-family: "futura-bold";
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

.zindex-1 {
  z-index: 1;
}

@media (max-width: 991px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
}

.vertical-align-middle {
  vertical-align: middle;
}

.icon-md {
  font-size: 36px;
}

/* page title */
.page-title-section {
  padding: 200px 0 80px;
}

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px;
}

.custom-breadcrumb li.nasted::before {
  position: absolute;
  font-family: "themify";
  content: "\e649";
  font-size: 20px;
  top: 50%;
  left: -5px;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* /page title */
.list-styled {
  padding-left: 25px;
}

.list-styled li {
  position: relative;
  margin-bottom: 15px;
}

.list-styled li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ffbc3b;
  left: -25px;
  top: 5px;
}

textarea.form-control {
  height: 130px;
  padding: 20px;
}

#map_canvas {
  height: 500px;
}

.top-header {
  font-size: 12px;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
  font-weight: 400;
}

.top-header.hide {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.navigation {
  background: linear-gradient(to right, transparent 50%, #ffbc3b 100%);
  transition: .2s ease;
}

@media (max-width: 991px) {
  .navigation {
    background: #182b45;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #1a1a37;
  }
}

.navbar-nav {
  padding-left: 50px;
  background: #ffbc3b;
  /* background: #43a3cf */
}

@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
    background: #ffbc3b;
  }
}

.nav-bg {
  background-color: #182b45;
}

.nav-item {
  margin: 0 15px;
  position: relative;
}

.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 600;
}

.nav-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  content: "";
  background: #fff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.nav-item:hover::before, .nav-item.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: rgb(2, 1, 1);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 40px 0px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 20px;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #ffbc3b;
  padding: 15px;
  top: 96px;
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  background: #fff;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: unset;
            transform-origin: unset;
  }
}

.navbar .dropdown-menu.show {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navbar .dropdown-menu.show {
    visibility: visible;
    display: block;
  }
}

.navbar .dropdown-item {
  position: relative;
  color: #1e1e4b;
  transition: .2s ease;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
  .navbar .dropdown-item {
    text-align: center;
  }
}

.navbar .dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}

.navbar .dropdown-item:hover {
  color: #ffbc3b;
  background: transparent;
}

.hero-section {
  padding: 250px 0 290px;
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: -123px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear .2s;
  background: transparent;
}

.hero-slider .prevArrow:focus,
.hero-slider .nextArrow:focus {
  outline: 0;
}

.hero-slider .prevArrow:hover,
.hero-slider .nextArrow:hover {
  color: #ffbc3b;
}

.hero-slider .prevArrow {
  right: 60px;
}

.hero-slider .nextArrow {
  right: 0;
}

.hero-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: -100px;
  padding-left: 0;
}

.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.hero-slider .slick-dots li.slick-active button {
  background: #ffbc3b;
}

.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  outline: 0;
}

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #ffbc3b;
  display: inline-block;
}

.feature-blocks {
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 30%;
}

@media (max-width: 1400px) {
  .feature-blocks {
    padding-right: 10%;
  }
}

@media (max-width: 1200px) {
  .feature-blocks {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 30px;
  }
  .feature-blocks h3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .feature-blocks {
    margin-top: 0;
    padding: 50px;
  }
  .feature-blocks h3 {
    font-size: 25px;
  }
}

/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px;
}

.flex-basis-33 {
  flex-basis: 33.3333%;
}

.hover-shadow {
  transition: .3s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15);
}

/* /course */
/* success story */
.success-video {
  min-height: 300px;
}

.success-video .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .success-video .play-btn {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #ffbc3b;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.play-btn i {
  line-height: 80px;
}

.play-btn::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -2;
  transition: .3s ease;
  transition-delay: .2s;
}

.play-btn::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffbc3b;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: .3s ease;
}

.play-btn:hover::before {
  height: 80%;
  width: 80%;
  transition-delay: 0s;
}

.play-btn:hover::after {
  height: 0;
  width: 0;
  transition: 0s ease;
}

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #ffbc3b;
  font-family: "futura-bold";
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase;
}

.card-date span {
  font-size: 40px;
}

/* /events */
/* teacher */
.teacher-info {
  width: 70%;
  bottom: 0;
  right: 0;
}

/* /teacher */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #ffbc3b 50%);
  margin-bottom: -170px;
  position: relative;
  z-index: 1;
}

.newsletter-block {
  padding-left: 50px;
}

@media (max-width: 575px) {
  .newsletter-block {
    padding-left: 15px;
  }
}

.input-wrapper {
  position: relative;
}

.input-wrapper button {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-control {
  /*height: 60px;*/
  background: #fff;
  border-radius: 0;
  padding-left: 25px;
  /*margin:20px;*/
}

.form-control:focus {
  border-color: #ffbc3b;
  box-shadow: none;
}

.newsletter-block .form-control {
  height: 90px;
}

.bg-footer {
  background-color: #182b45;
}

.logo-footer {
  margin-top: -20px;
  display: inline-block;
}

.footer {
  border-color: #494a43 !important;
  padding-top: 275px;
}

/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: .1s ease;
}

.filter-controls li.active {
  font-weight: 600;
  color: #ffbc3b;
}

.filter-controls li:hover {
  color: #ffbc3b;
}


.top-header  {

  font-size: 1em;
  padding: 15px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #e0e2e5;
  background: #182b45;
}

.a1{

  color: #007bff;
}


 /*.overlay:before, .header-top-bar, .gray-bg{*/
 /* background: #006768;*/
   /*background: #53c6d9 !important; */
 /*} */

/*# sourceMappingURL=maps/style.css.map */

.contact-block {
  text-align: center;
  border: 5px solid #EEF2F6;
  padding: 50px 25px;
}

.contact-block i {
  font-size: 50px;
  margin-bottom: 15px;
  display: inline-block;
  color: #e12454;
}


.zoom1 {
  /* padding: 50px; */
  /* background-color: green; */
  transition: transform .2s; /* Animation */
  /* width: 200px; */
  /* height: 200px; */
  margin: 0 auto;
}

/* zoom in and out */
.zoom1:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.overlay:before, .header-top-bar, .gray-bg{
  background: #182b45;
  /* background: #53c6d9 !important; */
}

.center {
  text-align: center;
  /* border: 3px solid green; */
}

.section {
  padding: 39px 0;
}

.footer {
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}


/* Animation */

@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0)
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}



/* fade in and out */
.App {
  font-family: sans-serif;
  text-align: center;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 1200ms ease-out, transform 600ms ease-out,
    visibility 1200ms ease-out;
  will-change: opacity, transform, visibility;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/* Just for presentational purposes, please disregard in your own implementation */
.App {
  max-width: 100%;
  padding: 1em;
}

.box {
  padding: 50px;
  margin: 20px 0;
}

.box span {
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
}

html {
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}

.clr1{
  background-color: #56bdc9;
}



/* body{
  font-size: 30px;
  font-family: sans-serif;
  background: #ebebeb;
} */



.clr1{
    background-color: #ffbc3b;
}

.img-fluid{

max-width: 100%;
height: 250px;

}

.card-body{
  flex: 1 1 auto;
  padding: 0.0rem;
}


/* /////// For Small Slider///////////// */
* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {
  vertical-align: middle;
  margin-top: 20px;
  margin-right: 30px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.corosel_clr, .dot:hover {
  background-color: #ffbc3b;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


/************* section2 cards start upcoming evenmt ****************/
.cause-card{
  margin: 15px 20px;
  
}
.cause-card img{
  height: 520px;
  object-fit: cover;
  -o-object-fit: cover;
  
}

@media(max-width:768px){
  .cause-card{
     display: none;
  }
}
.block-title{
padding: 15px 20px;
border-bottom: 2px solid deepskyblue;
}
.cause-para{
display: inline-block;
}
.cause:hover .block-title{
  color:deepskyblue;
}


.ER-slider:hover >h5, .don-form:hover #don_heading>b{
  color:deepskyblue !important;
}

.ER-slider img{
  width: 100%; 
  height: 320px;   
}
.don-form{
  background-color: black;
  padding: 23px;
  border-radius: 48px;
  font-size: smaller;
  height: 380px;
}
.don-form input{
  width: 100%;
}

/************* section1 start ****************/
section{
  width: 100%;  
 }
 #slider_section .carousel-item img{
     margin-left:10px ;
     width: 100vw;
     height: 700px;
     /* object-fit: cover; */
 }
 .round-img{   
     border-radius: 50%;
 }
 /*.form-group input{*/
 /*    padding: 12px;*/
 /*}*/
 #upcoming_events{
     /*border: 1.5px dotted deepskyblue;*/
     padding: 10px;
     margin: 5px;
     /* background-color: blanchedalmond; */
 }
 #upcoming_events .title{
  color: rgb(237, 245, 248);
  background-color: rgb(12, 86, 128);
  padding: 2px 5px;
  text-align: center;
  margin-bottom: 5px;
 }
 
 #upcoming_events .content{
     display: block;
 }
 
 #upcoming_events:hover .events b{
     color: deepskyblue;
 }
 /*#upcoming_events:hover .event-overlay {
     position: absolute; 
     bottom: 0; 
     background: rgb(0, 0, 0);
     background: rgba(0, 0, 0, 0.8); /* Black see-through 
     color: #f1f1f1; 
     width: 100%;
     transition: .5s ease;
     opacity:0.5;
     font-size: 20px;
     padding: 10px;
     /* height: 25px; 
     text-align: center;
   }*/
 
 #upcoming_events img{
        height: 240px;
        padding-left:41px;
    }
    .upcoming-events img{
        border-radius: 5px;
        margin-right: 10px;
    }
 
   .card{
       padding: 10px;
   }


   /************* section2 cards end ****************/

/************* section3  child cards start ***************/
/*#child_story:hover .card,#Activity_card:hover .card,#donors_card:hover .card{*/
/*  background-image: linear-gradient(grey,deepskyblue) ;*/
/*}*/

#donors_card .card-desc,#child_story .card-desc, #Activity_card .card-desc{
  text-align: left;
  /* word-break: break-all;
  hyphens: manual; */
}

#owl_child_slider, #owl_donar_slider, #activity{
  /* border: 2px dotted black; */
  text-align: center;
  padding: 10px;
  height: auto;
}
@media (max-width:1200px){
  #owl_child_slider, #owl_donar_slider,#activity{
      height: 900px;
  }
}
@media (max-width:768px){
  #owl_child_slider, #owl_donar_slider,#activity{
      height: auto;
  }

  footer {
font-size: small;
  }
}

.card img{
  display: block;
  width: 100%;
  height: 400px;
}
.card:hover  ,#owl_child_slider:hover, #owl_donar_slider:hover{
  left:0;
  right: 100%;
  transition: .8s ease; 

}

.card-name{
  font-weight: bold;
}

#child_story:hover  h5,#Activity_card:hover  h5,#donors_card:hover h5{
  color: deepskyblue;
}
.owl-dots{
  margin-top: 2px !important;
}

.photo_gal {
  padding: 10px;
  margin: 5px;
}
.photo_gal img{
height: 150px;
width: 150px;
margin: 5px;
border: 1px solid deepskyblue;
}

/************* section3 child cards end ****************/

/* blink function */


.blink{
  /*width:400px;*/
  /*height: 50px;*/
    /* color: rgb(238, 8, 46); */
  /*padding: 15px;	*/
  text-align: center;
  /*line-height: 50px;*/
  
  animation: blink 1s linear infinite;
}

@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 3;}
}


.main{
 
  margin: 0 auto;
  background: white;
  padding:10px;
 
}


#ajaxbtn{
  background: #6c5ce7;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 13px 6px;
  border-radius: 4px;
  cursor: pointer;
  margin: 92px;
}
#ajaxbtn:disabled {
  background: #7f8c8d;
  color: #2c3e50;
  cursor: default;
}

#loadData{
  padding:10px;
}




#ajaxbtn1{
  background: #6c5ce7;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 13px 6px;
  border-radius: 4px;
  cursor: pointer;
  margin: 42px;
}
#ajaxbtn1:disabled {
  background: #7f8c8d;
  color: #2c3e50;
  cursor: default;
}


#loadData1{
  padding:90px;
  margin:10px;
 
}



#ajaxbtn2{
  background: #6c5ce7;
  color: #fff;
  border: 0;
  outline: 0;
  font-size: 18px;
  padding: 10px 50px;
  border-radius: 4px;
  cursor: pointer;
  margin: 42px;
}
#ajaxbtn2:disabled {
  background: #7f8c8d;
  color: #2c3e50;
  cursor: default;
}


#loadData2{
  padding:90px;
  margin:10px;
}

.event_bold{

  /* font-weight: 600; */
  color:deepskyblue;
}



#scrollUp {
    background: #dc3545  none repeat scroll 0 0;
    bottom:  75px;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}


/*zoom in and zoom out*/

.zoom-in-out-box {
  /*margin: 24px;*/
  /*width: 50px;*/
  /*height: 50px;*/
  /*background: #f50057;*/
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}




/*Social Media*/

/*body {margin:0;height:1000px;}*/

/*social media */

/*body {margin:0;height:1000px;}*/

.icon-bar {
  position: fixed;
   /*left: 150px; */
  top: 50%;
  display: flex;
  right: 0%;
  /* width: 200px; */
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-20%);
  width:50px;
  z-index: 10;
}

.icon-bar a {
  display: block;
  text-align: left;
  /*padding: 10px;*/
  /* margin: 2px; */
  padding-top: 1px;
  padding-left: 7px;
  padding-right: 0px;

  transition-timing-function: linear;
  transform: translate(-0px, 0px);
  color: white;
  font-size: 25px;
  
}

/* .icon-bar a:hover {
  background-color: #808080;
  
} */

.icon-bar a i {
	background-color: white;
	height: 40px;
	width: 40px;
	color: black;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
}



.icon-bar a i.fa-facebook {
  color:#3B5998;
  /*padding: 6px 1px;*/

 }

  .icon-bar a i.fa-youtube {
  color:#bb0000;
 }


 .icon-bar a i.fa-instagram {
  color:#d6249f;
 }


 .icon-bar a i.fa-whatsapp {
  color:#25D366;
 }

.facebook:hover {
  width: 100px;
}

/*.twitter:hover {*/
/*  width: 100px;*/
/*}*/

/*.google:hover {*/
/*  width: 100px;*/
/*}*/

/*.linkedin:hover {*/
/*  width: 100px;*/
/*}*/

/*.youtube:hover {*/
/*  width: 100px;*/
/*}*/

/*.fa-instagram:hover {*/
/*  width: 100px;*/
/*}*/


.facebook {
  /*background: #3B5998;*/
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  /*background: #bb0000;*/
  color: white;
}

.whatsapp {
  /* background: #bb0000; */
  color: blue;
}

/*.content {*/
/*  margin-left: 75px;*/
/*  font-size: 30px;*/
/*}*/

.instagram {
  /* background: #125688;
  color: white; */


    /*background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);*/
    /*background-image: linear-gradient(45deg, rgb(64, 93, 230), rgb(88, 81, 219), rgb(131, 58, 180), rgb(193, 53, 132), rgb(225, 48, 108), rgb(253, 29, 29));*/
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}


.col-6 {
  height: 200px;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(36 16 16 / 50%);


}

.overlay-pro {
  /* position: fixed;
  display: none; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0,0,0,0.5); */
  z-index: 2;
  cursor: pointer;
  opacity: 1;
}



.processing {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #FFDC11; */
  background-color: #627f92;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .5;
}


.text-center{
  text-align: center;
}
.text-white{
  color: #fff;
}

.display-block{
  /* display: block;
  width:100%; */
}

.processing-icon{
  position: absolute;
  top: 46%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.processing-text{
  position: absolute;
  top: 52%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}





