 @import url('https://fonts.googleapis.com/css?family=Noto Sans:400,500,600,700');

/*----- Default CSS -----*/
body {
   font-family: 'Noto Sans' !important;
  color: #2a2a2a;
  background-color: #fff;
  font-size: 16px; line-height:28px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #2A2A2A;
   font-family: 'Montserrat' sans-serif!important;
}

p {
  line-height: 1.7;
}

a {
    color: #000;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 30px;
}
.tab-content{ border:1px solid #e2e2e2; padding:20px;}
.pb-100 {
  padding-bottom: 50px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.common-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #fff !important;
  background-color: #9C3236 !important;
  padding: 12px 25px;
  font-weight: 500;
}
.logo{max-width:280px; padding-bottom:5px;}
.common-btn:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #2A2A2A;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.common-btn i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.common-btn:hover {
  color: #fff;
}

.common-btn:hover:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.common-btn.two {
  background-color: #C03D30;
}

.common-btn.two:before {
  background-color: #182C4F;
}

.section-title { 
  margin-bottom: 20px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}

.section-title .sub-title {
  display: inline-block;
  font-weight: 500;
  color: #9C3236;
  margin-bottom: 10px;
}

.section-title h2 {
	margin-bottom: 0;
	font-size: 30px;
	padding-bottom: 15px;
	font-family: oswald;
	text-transform: inherit;
	font-weight: 500;
}
.found-item {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px #e2e2e2;
    background: #9C3236 !important;
    padding: 20px;
    border-radius: 15px;
}
.found-item img {
    width: 101px;
    padding: 13px 9px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    height: 100px;
    border-radius: 21px;
    object-fit: cover;
}
.found-item .bottom h3 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.found-item .bottom p {
    margin-bottom: 16px;
    color: #fff;
}
.colorwhite {
 color:#fff!important
}
.section-title h1 {
  margin-bottom: 0;
  font-size: 32px; padding-bottom:15px;
}
.newhb{ padding-bottom:10px; color:#f66300}
.section-title h3 span {
color: #9C3236;
}
blockquote {
    margin: 0 0 1rem;
    background: #ececec;
    padding: 20px;
    color: #9C3236;
    font-size: 19px;
    font-style: italic;
    font-weight: 800;
}
.newh{ font-size:35px; padding:20px 0;  color:#001253; font-weight:800}
.newh span{ color:#f2571a!important; font-weight:800}
.newh1{ font-size:45px; padding:20px 0;  color:#001253; font-weight:800; line-height:60px;}
.newh1 span{ color:#f2571a!important; font-weight:800}
.newh2{ font-size:35px; padding:20px 0;  color:#001253; font-weight:800; line-height:60px; text-align:center}
.newh2 span{ color:#f2571a!important; font-weight:800}
.section-title p {
  margin-top: 8px;
  margin-bottom: 0; 
  margin-left: auto;
    line-height: 30px;
  margin-right: auto; font-size:16px; color:#2a2a2a
}
.mat{ margin-top:20px;}
.section-title.two .sub-title {
  color: #C03D30;
}

.section-title.two h2 {
  color: #182C4F;
}

/*----- Home Demo One CSS -----*/
/*-- Header --*/
.header-area {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #9C3236;
  position: relative;
  z-index: 9;
}

.header-area .left span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 3px;
  color: #fff;
}

.header-area .left a {
  display: inline-block;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid transparent;
   color: #fff;
   padding-left: 20px;
}

.header-area .left a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;

}

.header-area .left a:hover {
  border-bottom: 1px solid #fff;
}

.header-area .right {
  text-align: right;
}

.header-area .right .social-icon {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
      text-align: center;
}

.header-area .right .social-icon li {
  list-style-type: none;
  display: inline-block;
  /*margin-right: 10px;*/
  background: #f66300;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.header-area .right .social-icon li:last-child {
  margin-right: 0;
}

.header-area .right .social-icon li a {
  display: block;
  color: #fff;
  font-synthesis: 20px;
}
.ins{ box-shadow:0 0 10px #e2e2e2; padding:10px; background:#fff; max-width:100%}
.header-area .right .social-icon li a i{
       padding: 7px 7px;
}
.header-area .right .social-icon li a:hover {
  -webkit-transform: translate(0, -3px);
          transform: translate(0, -3px);
}

.header-area .right .nav-flag-dropdown {
  display: inline-block;
  vertical-align: middle;
}

.header-area .right .nav-flag-dropdown .nice-select {
  border: 0;
  height: 25px;
  line-height: 25px;
  background-color: transparent;
  padding-left: 0;
  color: #fff;
  font-size: 14px;
}

.header-area .right .nav-flag-dropdown .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 51%;
}

.header-area .right .nav-flag-dropdown .nice-select ul {
  border-radius: 0;
  left: -50px;
}

.header-area .right .nav-flag-dropdown .nice-select ul li {
  color: #2A2A2A;
}

.header-area .right .dropdown-toggle::after {
  display: none;
}




/*-- Banner --*/
.banner-area-two {
  position: relative;
}
.banner-area-two .banner-slider-item1 {
  background-image: url("../images/slide-1.jpg") !important;
  height: 600px !important;
  background-size: cover !important;
}
.banner-area-two .banner-slider-item2 {
  background-image: url("../images/slide-2.jpg") !important;
  height: 600px !important;
  background-size: cover !important;
}
.banner-area-two .banner-slider-item3 {
  background-image: url("../images/slide-3.jpg") !important;
  height: 600px !important;
  background-size: cover !important;
}
.banner-area-two .banner-slider-item4 {
  background-image: url("../images/slide-4.jpg") !important;
  height: 600px !important;
  background-size: cover !important;
}
.banner-area-two .banner-slider-item {
  background-image: url("../images/banner/banner-bg2.jpg");
  background-size: cover;
 /* background-position: center center;*/
  background-repeat: no-repeat;
  position: relative;
  height:600px ;
}

.banner-area-two .banner-slider-item:before {
 /* position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #180e44;
  opacity: .90;*/
}

.banner-area-two .banner-slider-item .slider-img img {
  position: absolute;
  bottom: 0px;
  right: 65px;
  max-width: 420px;
}

.banner-area-two .banner-shape img {
  position: absolute;
  max-width: 150px;
  z-index: 2;
}

.banner-area-two .banner-shape img:nth-child(1) {
  left: 10px;
  bottom: 10px;
}

.banner-area-two .banner-shape img:nth-child(2) {
  right: 0;
  top: 105px;
}

.banner-area-two .banner-content {
 /* margin-top: 80px;*/
  z-index: 3;

    margin-left: 50px
}
.common-btn2{
   color: #fff !important;
  background-color: #d1550e !important;
}
.banner-area-two .banner-content .common-btn {
  color: #C03D30;
  background-color: #fff;
}

.banner-area-two .banner-content .common-btn:hover {
  color: #fff;
}

.banner-area-two .owl-item.active .banner-content h1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.banner-area-two .owl-item.active .banner-content p {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.banner-area-two .owl-item.active .slider-img img {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

/*.banner-area-two .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 190px;
  right: 0;
  max-width: 1305px;
  margin: 0 auto;
  text-align: left;
}

.banner-area-two .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 6px;
  height: 6px;
  margin: 3px 4px;
  border-radius: 50px;
}

.banner-area-two .owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
  width: 50px;
}*/

.banner-area-two .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    top: 35%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
/*    transform: translate(-50%, -50%);*/
}

.banner-area-two  .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    top: 35%;
    background-color: var(--base-color) !important;
    display: block ;
    padding: 0 .3em !important;
    font-size: 3em ;
    margin: 0;
    cursor: pointer;
    color: #fff;
   /* transform: translate(-50%, -50%);*/
}


/*-- Navbar --*/
.main-nav {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd4f;
          box-shadow: 0px 0px 20px 0px #dddddd4f;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav nav {
  padding: 0;
}

.main-nav nav .navbar-brand {
  margin-right: 0;
  padding: 0;
  padding-top: 10px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.padt{ padding-top:20px;}
.main-nav nav .navbar-brand img {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

 
 

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #9C3236;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 400;
  color: #000;
  font-size: 16px;
 /* margin-left: 12px;
  margin-right: 12px;*/
  text-transform: unset;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
font-family: 'Noto Sans';
}

.main-nav nav .navbar-nav .nav-item a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  left: 0;
  bottom: -4px;
  background-color: #f66300;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #9C3236;
}

.main-nav nav .navbar-nav .nav-item a:hover:before, .main-nav nav .navbar-nav .nav-item a:focus:before, .main-nav nav .navbar-nav .nav-item a.active:before {
  width: 45px;
}

.main-nav nav .navbar-nav .nav-item a i {
  display: inline-block;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-top: 0px solid #9C3236;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #505050;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  background-color: #9C3236;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover:before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #9C3236;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
 color: #2A2A2A;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 27px;
    background: #efefef;
    font-weight: 400;
    font-size: 16px;
  }

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  display: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fff;
    background-color: #f66300;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: unset;
  right: -100%;
  top: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #2A2A2A;
  text-transform: unset;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #fff;
}

.main-nav .dropdown-toggle::after {
  display: none;
}

.main-nav.menu-shrink {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav.menu-shrink nav .navbar-brand {
  padding-top: 0;
}

.main-nav.menu-shrink nav .navbar-brand img {
  max-width: 180px;
}

.main-nav.menu-shrink nav .navbar-brand:before {
  opacity: 0;
  visibility: hidden;
}

.main-nav.menu-shrink nav .navbar-brand:after {
  opacity: 0;
  visibility: hidden;
}

.side-nav .left {
  display: inline-block;
  font-weight: 500;
  color: #005BB5;
  margin-right: 15px;
}

.side-nav .left:hover {
  color: #9C3236;
}
.mega-menu{
      width: 350px !important;
}
.eligibility{ box-shadow:0 0 10px #e2e2e2; padding:10px;}
.new{ font-size:20px!important;}
/*-- Banner --*/
.banner-area {
  height: 900px;
  background-image: url("../images/banner/banner-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ddd;
}

.banner-area .banner-shape img {
  position: absolute;
}

.banner-area .banner-shape img:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.banner-area .banner-shape img:nth-child(2) {
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
}

.banner-area .banner-shape img:nth-child(3) {
  right: 0;
  bottom: 0;
  max-width: 600px;
  z-index: -1;
}

.banner-content {
  position: relative;
  z-index: 1;
  max-width: 830px;
}

.banner-content h1 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 15px;
}

.banner-content p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

/*-- Mission --*/
.v-m{
  padding:0 120px ;
}
.mission-area {
  position: relative; background:#fff
}
.areaorange { 
    /*background: #f66300!important;*/
}
.mission-areablue {
  position: relative; background:#9C3236; padding-bottom:60px;
}

.mission-area1 {
  position: relative; background:#fff
}

.mission-area .mission-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.mission-item {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1; box-shadow: 0 0 10px #e2e2e2;
}
.mission-item img{
  width: 100px; padding:20px 0 0; text-align:center; display:block; margin:0 auto
}

.newp{ font-size:26px!important; line-height:35px; font-weight:300!important}
.mission-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.mission-item .bottom1 {
padding: 8px;  
          /*height: 250px;*/ 
}

.mission-item .bottom1 h3 {
  margin: 5px 0;
  font-size: 20px;
  text-align: center; color:#000
}
.mission-item .bottom {
padding: 8px; 
          /*height: 250px;*/ 
}

.mission-item .bottom h3 {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
 

.mission-item .bottom h3 a:hover {
  color: #9C3236;
}

.mission-item .bottom p {
  margin-bottom: 16px;
}



.projects-item {margin-bottom: 30px;position: relative;-webkit-transition: .5s all ease;transition: .5s all ease;}
/*.projects-item:before {position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.041688)),color-stop(72%,rgba(0,0,0,0.715845)));background: linear-gradient(180deg,rgba(0,0,0,0.041688) 0%,rgba(0,0,0,48%) 72%);transition:all 0.4s;}*/
.projects-item:hover:before {background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.041688)),color-stop(72%,rgba(0,0,0,0.715845)));background: linear-gradient(180deg,rgba(0,0,0,0.041688) 0%,rgba(0,0,0,0.715845) 72%)}
.projects-item img {width: 100%;}
.projects-item .inner {position: absolute;left: 0;bottom: 0;z-index: 1;padding: 15px;width: 100%;transition:all 0.4s;}
.projects-item .inner h3 {    font-size: 17px;margin-bottom: 5px;line-height: 26px;font-weight: 600;}
.projects-item .inner h3 a {color: var(--color-white);}
.projects-item:hover .inner h3 a {}
.projects-item:hover .inner {bottom:10px;}
.projects-item:hover {-webkit-transform: translate(0,-10px);transform: translate(0,-10px);}

.projects-item .inner h3  {
    color: #fff;
}
.projects-item{     cursor: pointer;
/*    border: 7px solid #be5224;*/
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    border-radius: 20px;
  }
    .team-content h3{
font-size: 15px;
margin-bottom: 3px;
    }

.projects-item1 img {
  border-radius: 20px;
}
.projects-item1:before{
      border-radius: 13px;
}
.projects-item1 .inner{
  bottom: auto !important;
}
.projects-item1 .inner h3 {
    color: #211450;
    text-align: center;
    padding: 10px;
           font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 25px;
}
.mission-item a{
        font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 25px;
}
/*-- Donate --*/
.donate-area {
  position: relative;
  overflow: hidden;
}

.donate-area .donate-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 500px;
}

.donate-area .donate-wrap {
  background-image: url("../images/donate-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px 30px;
  z-index: 1; margin:20px 0;
}

.donate-area .donate-wrap:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .95;
  z-index: -1;
}

.donate-area .donate-wrap .donate-left {
  padding-right: 135px;
}

.donate-area .donate-wrap .donate-left h3 {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1.4;
}

.donate-area .donate-wrap .donate-left p {
  margin-bottom: 25px;
}

.donate-area .donate-wrap .donate-left ul {
  margin: 0;
  padding: 0;
}

.donate-area .donate-wrap .donate-left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.donate-area .donate-wrap .donate-left ul li span{
  display: block;
    color: #fff;
    background-color: #9C3236;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
   /* padding-top: 5px;
    padding-bottom: 5px;*/
    margin-bottom: 0;
    padding: 5px
}
.donate-area .donate-wrap .donate-left ul li a {
  display: block;
  color: #2A2A2A;
  background-color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

.donate-area .donate-wrap .donate-left ul li a:hover {
  color: #fff;
  background-color: #005BB5;
}

.donate-area .donate-wrap .donate-left .common-btn {
  margin-top: 25px;
}

.donate-area .donate-wrap .donate-right {
  background-color: #005BB5;
  padding: 40px 30px 40px;
  background-image: url("../images/donate-shape.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.donate-area .donate-wrap .donate-right span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  margin-top: -5px;
}

.donate-area .donate-wrap .donate-right h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.donate-area .donate-wrap .donate-right p {
  color: #fff;
  margin-bottom: 22px;
}

/*-- Volunteer --*/
.volunteer-area1 {
  background-image: url("../images/volunteer-bg1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
      background-attachment: fixed;
  position: relative;
}

.volunteer-area1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  background-color: #fff;
}

.volunteer-area1:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.volunteer-area1 .volunteer-content {
      /* background-color: #9C3236; */
    /* padding: 600px 200px; */
    max-width: 460px;
    position: relative;
    z-index: 1;
    height: 600px;
    /* height: 100%;
 /* background-color: #9C3236;
  padding: 45px 40px 45px;
  max-width: 460px;
  position: relative;
  z-index: 1;*/
}
.volunteer-area {
  background-image: url("../images/volunteer-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
      background-attachment: fixed;
  position: relative;
}

.volunteer-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  background-color: #fff;
}

.volunteer-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  background-color: #fff;
}

.volunteer-area .volunteer-content {
      /* background-color: #9C3236; */
    /* padding: 600px 200px; */
    max-width: 460px;
    position: relative;
    z-index: 1;
    height: 600px;
    /* height: 100%;
 /* background-color: #9C3236;
  padding: 45px 40px 45px;
  max-width: 460px;
  position: relative;
  z-index: 1;*/
}

.volunteer-area .volunteer-content .title {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
}

.volunteer-area .volunteer-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff;
}

.volunteer-area .volunteer-content p {
  color: #fff;
  margin-bottom: 22px;
  color: #fff;
}

.volunteer-area .volunteer-content .common-btn {
  color: #9C3236;
  background-color: #fff;
  border: 1px solid #fff;
}

.volunteer-area .volunteer-content .common-btn:hover {
  color: #fff;
  border: 1px solid #2A2A2A;
}

.volunteer-area .volunteer-content .volunteer-btn {
  margin-left: 10px;
  border: 1px solid #fff;
  background-color: #9C3236;
  color: #fff;
}

.volunteer-area .volunteer-content .volunteer-btn:hover {
  border: 1px solid #2A2A2A;
}

.volunteer-area .volunteer-content .scroll-span {
  font-weight: 700;
  font-size: 60px;
  display: inline-block;
  color: #f2f2f261;
  position: absolute;
}

.volunteer-area .volunteer-content .scroll-span.left {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.volunteer-area .volunteer-content .scroll-span.right {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

/*-- About --*/
 .newp1{ font-size:18px!important;  
    position: relative;
    margin: 20px 0 10px;
    padding-bottom: 11px; color:#f66300; text-transform:uppercase; font-weight:900}
	.newp1:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background: #9C3236;
    bottom: 0;
    left: 0;
}
.about-area { 
  position: relative;
  z-index: 1;
}
.sub_featur2{ padding:50px 0}
.main_headr1b{ padding-bottom:10px;
    font-size: 28px;}
.about-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .97;
  z-index: -1;
}
.about-area.three .about-img-three {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
.about-area.three .about-img-three:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    background-color: #f66300;
    z-index: -1;
}

.pricing-section {
    position: relative;
    padding: 0px 0 80px;
    overflow: hidden;
}
.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid #f00041;
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: #f00041;
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}
.form-control {
    display: block !important;
    width: 100%;
  }
  textarea {
    resize: vertical;
    height: 140px !important;
}
.nice-select{
  display: none !important;
}

.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid #f00041;
  border-radius: 50%;
  font-size: 50px;
  color: #f00041;
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: #40cbb4;
}


.pricing-block .features{
  position: relative;
 /* max-width: 200px;*/
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #2a2a2a;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\2192";
    font-family: "Font Awesome 5 Free";
    margin-top: -8px;
}
.pricing-block .features li.false:before{
 /* color: #e1137b;*/
 /* content: "\f057";*/
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #f00041;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
 color: #f00041;
    background: none;
    border-radius: 0px;
    border-color: #f00041;
}

/*----- Donation CSS -----*/
.help-page-area .help-content {
  background-image: url("../images/donate-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px;
  margin-bottom: 30px;
}

.help-page-area .help-content:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .98;
}

.help-page-area .help-content form {
  position: relative;
  z-index: 1;
}

.help-page-area .help-content .dollar {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.help-page-area .help-content .dollar li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.help-page-area .help-content .dollar li a {
  display: block;
  color: #2A2A2A;
  background-color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

.help-page-area .help-content .dollar li a:hover {
  color: #fff;
  background-color: #2A2A2A;
}

.help-page-area .help-content .form-group {
  margin-bottom: 15px;
}

.help-page-area .help-content .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
}

.help-page-area .help-content .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd3d;
          box-shadow: 0px 0px 20px 0px #dddddd3d;
    border: 1px solid #e2e2e2;
}
.contact-info h3{font-size: 23px;
    padding-bottom: 10px;
    color: #2d1b7d;}
.contact-info p{ position:relative; padding-left:60px; margin-bottom:20px; font-size: 15px;  color:#2a2a2a;
    line-height: 24px;}
.contact-info p a{color:#2a2a2a;  margin-bottom:10px;}
.contact-info p.contact-mail{ padding-top:0px;}
.contact-info p a:hover{ text-decoration:none;}
.contact-info p i{ position:absolute; font-size:18px; top:0; text-align:center; padding-top:10px; width:35px; height:35px; color:#fff; border-radius:50%; background-color: #fed575;
    background: linear-gradient(to bottom right, #f00041, #cf063d);
    background: -moz-linear-gradient(to bottom right, #fed575, #cc924d);
    background: -webkit-linear-gradient(to bottom right, #fed575, #cc924d);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed575', endColorstr='#cc924d',GradientType=0 ); left:0;}

.i-contact-form{ border-radius:10px;;box-shadow: 10px 15px 15px 10px rgba(0,0,0,.2);
 padding:40px; margin-top:0px;}
 .i-contact-form .form-control{ background-color:transparent; border-radius:0; height:50px; border:0;padding: 11px!important;
    background-color: #f8f8f8!important; padding:10px!important}
.i-contact-form .form-control::-webkit-input-placeholder {
color:#201401;
}
.i-contact-form .form-control::-moz-placeholder {
color:#201401;
}
.i-contact-form .form-control:-ms-input-placeholder {
color:#201401;
}
.i-contact-form .form-control:-moz-placeholder {
color:#201401;
}.contat_btn1 {
    background: #007cc1;
    padding: 10px 20px;
    color: #fff;
    margin: auto;
    display: block;
    border: 0;
    border-radius: 7px;
    font-weight: 600;
}
.contact-info{box-shadow: 5px 5px 5px 8px rgb(214 214 214 / 20%);
    padding: 30px; 
    margin-bottom: 25px;}
.contact-info p{color:#2a2a2a; font-weight:400; font-size:17px; line-height:30px;}
 
.help-page-area .help-content .form-group .form-control1 {
  height:140px!important;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd3d;
          box-shadow: 0px 0px 20px 0px #dddddd3d;
    border: 1px solid #e2e2e2;
}
.help-page-area .help-content .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd3d;
          box-shadow: 0px 0px 20px 0px #dddddd3d;
}

.help-page-area .help-content .gateway {
  margin-bottom: 15px;
}

.help-page-area .help-content .gateway h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}

.help-page-area .help-content .gateway .form-check {
  margin-right: 35px;
}

.help-page-area .help-content .gateway .form-check .form-check-label {
  font-weight: 500;
}

.help-page-area .cash-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.help-page-area .cash-content ul {
  margin: 0;
  padding: 0;
}

.help-page-area .cash-content ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.help-page-area .cash-content ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #F00041;
}

.help-page-area .cash-content ul li:last-child {
  margin-bottom: 0;
}

.help-page-area.two .help-content {
  margin-bottom: 0;
}

.help-page-area.two .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.testimonials-area.three .testimonials-item {
  margin-bottom: 30px;
}

.testimonials-area.three .testimonials-item .top {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

.help-content{ box-shadow:0 0 10px #e2e2e2; padding:30px;}

.about-area .about-content {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.about-area .about-content .section-title {
  text-align: left;
}

.about-area .about-content .section-title h2 span {
  color: #f66300;
}

.about-area .about-content .section-title h1 span {
  color: #f66300;
}
 
.ab-img{
      height: 400px;
    object-fit: cover;
} 

.about-area .about-img {
  margin-bottom: 30px;
}

.about-area .about-img img {
  width: 100%;
      border-top: 20px solid #f66300;
    border-right: 20px solid #f66300;
}

/*-- Counter --*/
.counter-area {
  /*background-image: url("../images/counter-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
  background:#fff;
  position: relative;
}
/*
.counter-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9C3236;
  opacity: .65;
}*/

.counter-item {
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #ececec;
  border-radius: 5px;
  padding-top: 52px;
  padding-bottom: 55px;
  margin-bottom: 30px;
}

.counter-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  -webkit-animation: counter-ani-one 5s infinite linear;
          animation: counter-ani-one 5s infinite linear;
}

.counter-item h3 {
  font-size: 50px;
  margin-bottom: 0;
  color: #9C3236;
}

.counter-item p {
  font-weight: 500;
  margin-bottom: 0;
}

@-webkit-keyframes counter-ani-one {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .30;
  }
  100% {
    opacity: 1;
  }
}

@keyframes counter-ani-one {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .30;
  }
  100% {
    opacity: 1;
  }
}
.testimonials-item{

}
/*-- Ideology --*/
.ideology-item {
  text-align: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 30px;
  box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
  border-radius: 20px;
      border: 1px solid #ececec;
}

.ideology-item:hover {
  -webkit-transform: translate(0, 13px) scale(1.05);
        transform: translate(0, 13px) scale(1.05);
}

.ideology-item img {
  width: auto;
  border-radius: 20px 20px 0px 0;
}

.ideology-item .bottom {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 15px;
     border-radius: 0 0 20px 20px;
}

.ideology-item .bottom h3 {
    font-family: 'Noto Sans';
    font-weight: 400;
    font-size: 22px;
    color: #9C3236;
    margin-bottom: 0;
        border-radius: 0px 0px 20px 20px;
}

.ideology-item .bottom p {
  font-size: 16px; font-weight:bold;
  color: #ff8989;
  margin-bottom: 0;
}
.imm{ max-width:90%}

/*-- Events --*/
.events-area {
  position: relative;
}

.events-area .events-shape {
  position: absolute;
  top: -100px;
  right: 0;
  max-width: 500px;
  z-index: -1;
}

.events-inner {
  margin-bottom: 30px;
}

.events-inner .main-wrap {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.events-inner .main-wrap1{
  margin: 0;
  padding: 0; 
}
.newi{ display:block; margin:0 auto; width:100px!important;}
.events-inner .main-wrap li {
  list-style-type: none;
  display: inline-block;
}

.events-inner .main-wrap li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  max-width: 38%;
}
.events-inner .main-wrap1 li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.events-inner .main-wrap li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  margin-left: 10px;
}

.events-inner .main-wrap1 li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-left: 10px;
}
.events-inner .main-wrap li a {
  display: block;
    font-size: 22px;
}
.new{ padding-top:10px; font-size:22px;}
.events-inner .main-wrap li a img {
  width: 100%;
}

.events-inner .main-wrap li p {
  margin-bottom: 0;
}
.events-inner .main-wrap1 li p {
    margin-bottom: 0; 
}
.events-inner .main-wrap li .link-wrap {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.events-inner .main-wrap li .link-wrap li {
  list-style-type: none;
  display: inline-block;
}

.events-inner .main-wrap li .link-wrap li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  max-width: 14%;
}
/*.events-inner .main-wrap1 li .link-wrap li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 98% !important;
          flex: 0 0 98% !important;
  max-width: 98% !important;
}*/
.events-inner .main-wrap1 li .link-wrap li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
    margin-top: -44px;
}
.events-inner .main-wrap li .link-wrap li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
/*.events-inner .main-wrap li .link-wrap1 li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64% !important;
    flex: 0 0 64% !important;
    max-width: 64% !important;
  
}*/

.events-inner .main-wrap li .link-wrap li span {
  display: block;
  color: #fff;
  background-color: #F00041;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.events-inner .main-wrap li .link-wrap li h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.4;
  display: inline-block;
}

.events-inner .main-wrap li .link-wrap li h3 a {
  color: #2A2A2A;
}

.events-inner .main-wrap li .link-wrap li h3 a:hover {
  color: #F00041;
}

.events-item {
  margin-bottom: 30px;
  position: relative;
}

.events-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #f00041), color-stop(81%, rgba(240, 0, 65, 0)));
  background: linear-gradient(0deg, #f00041 7%, rgba(240, 0, 65, 0) 81%);
}

.events-item img {
  width: 100%;
}

.events-item .bottom {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.events-item .bottom ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}

.events-item .bottom ul li {
  list-style-type: none;
  display: inline-block;
}

.events-item .bottom ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16%;
          flex: 0 0 16%;
  max-width: 16%;
}

.events-item .bottom ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  margin-left: 15px;
}

.events-item .bottom ul li span {
  display: block;
  color: #F00041;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  width: 65px;
}

.events-item .bottom ul li h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.4;
  display: inline-block;
}

.events-item .bottom ul li h3 a {
  color: #fff;
  border-bottom: 1px solid transparent;
}

.events-item .bottom ul li h3 a:hover {
  border-bottom: 1px solid #fff;
}

.events-item .bottom p {
  margin-bottom: 0;
  color: #fff;
}

/*-- Subscribe --*/
.subscribe-area {
  background-image: url("../images/subscribe-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.subscribe-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #005BB5;
  opacity: .80;
  z-index: -1;
}

.subscribe-area .subscribe-content {
  margin-bottom: 30px;
}

.subscribe-area .subscribe-content h2 {
  font-size: 30px;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.4;
}

.subscribe-area .subscribe-item {
  position: relative;
  margin-right: 90px;
  margin-bottom: 30px;
}

.subscribe-area .subscribe-item .form-control {
  height: 85px;
  border-radius: 0;
  background-color: #2a2a2ad4;
  padding-left: 20px;
  border: 0;
  color: #fff;
}

.subscribe-area .subscribe-item .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.subscribe-area .subscribe-item ::-webkit-input-placeholder {
  color: #fff;
}

.subscribe-area .subscribe-item :-ms-input-placeholder {
  color: #fff;
}

.subscribe-area .subscribe-item ::-ms-input-placeholder {
  color: #fff;
}

.subscribe-area .subscribe-item ::placeholder {
  color: #fff;
}

.subscribe-area .subscribe-item .common-btn {
  opacity: 1;
  position: absolute;
  top: 16px;
  right: -90px;
  padding: 15px 25px;
}

.subscribe-area .subscribe-item .common-btn:before {
  background-color: #fff;
}

.subscribe-area .subscribe-item .common-btn:hover {
  color: #2A2A2A !important;
}

.subscribe-area .subscribe-item .validation-danger {
  margin-top: 10px;
  color: #fff;
}


/*-- Testimonials --*/
.testimonials-area .section-title {
  margin-bottom: 10px;
}

.testimonials-area .testimonials-item {
  text-align: center;
}

.testimonials-area .testimonials-item .top {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd6b;
          box-shadow: 0px 0px 20px 0px #dddddd6b;
  padding: 20px 35px 30px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
  position: relative; background:#fff
}
.team-area{ background:#f7f7f7; padding:40px 0;}
.team-area.two {
  position: relative;
}
.team-area.two .team-shape {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 500px;
}
.team-area.two .team-item .top ul {
  background-color: #f00041;
}
.team-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  margin-bottom: -10px;
}
.team-area .owl-theme .owl-dots .owl-dot span {
  background: #182c4f;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-area .owl-theme .owl-dots .owl-dot.active span {
  background: #f66300;
  width: 10;
}
.team-item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-item:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.team-item:hover .top ul {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.team-item .top {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #dddddd4f;
    padding: 10px;
}
.team-item .top img {
  width: 100%;
}
.team-item-g .top img {
   
/*    border-radius: 20%;*/
    /* background-color: #c03d30; */
    border-bottom: 11px solid #9C3236;
}
.team-item .top ul {
  margin: 0;
  padding: 0;
  background-color: #c03d30;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 30px 30px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-item .top ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.team-item .top ul li a {
  display: block;
}
.team-item .top ul li a i {
  display: block;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.team-item .top ul li a i:hover {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.team-item .bottom h3 {
  font-size: 20px;
  margin-bottom: 5px; line-height:20px!important
}
.bottom{
    line-height: 22px;}
.bottom span {    color: #9C3236 !important;
    font-size: 14px;
    font-style: italic; line-height:20px!important}
.testimonials-area{ 
  /*background:#f66300*/
       background-image: url(../images/map-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* position: relative; */
    background-color: #dddddd;
}
.testimonials-area .testimonials-item .top:before {
  position: absolute;
  content: '';
  bottom: -30px;
  right: 0;
  left: 0;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  border-left: 35px solid transparent;
  border-top: 45px solid #fff;
  border-right: 35px solid transparent;
}

.testimonials-area .testimonials-item .top i {
  display: inline-block;
  color: #9C3236;
  font-size: 55px;
  margin-bottom: 10px;
}

.testimonials-area .testimonials-item .top p {
  margin-bottom: 0;
  font-size: 18px; 
  font-style: italic;
}

.testimonials-area .content {
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 120px;
}

.testimonials-area .content li {
  list-style-type: none;
  display: inline-block;
}

.testimonials-area .content li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.testimonials-area .content li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
  text-align: left;
}

.testimonials-area .content li img {
  border-radius: 50%;
}

.testimonials-area .content li h3 {
  font-size: 20px;
  margin-bottom: 3px;
}

.testimonials-area .content li span {
  display: block;
  margin-bottom: 5px;
}

.testimonials-area .content li .rating {
  margin: 0;
  padding: 0;
}

.testimonials-area .content li .rating li {
  list-style-type: none;
  display: inline-block;
  margin-left: 0;
}

.testimonials-area .content li .rating li i {
  display: block;
  font-size: 16px;
}

.testimonials-area .content li .rating li i.checked {
  color: #FFC107;
}

.testimonials-area .owl-prev {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  color: #fff !important;
  background-color: #9C3236 !important;
  font-size: 30px !important;
  border-radius: 0 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
     top: -25%;
    right: 55px;
}

.testimonials-area .owl-prev i {
  line-height: 45px;
}

.testimonials-area .owl-prev:hover {
  background-color: #2A2A2A !important;
}

.testimonials-area .owl-next {
  width: 45px;
  height: 45px;
  line-height: 45px !important;
  color: #fff !important;
  background-color: #9C3236 !important;
  font-size: 30px !important;
  border-radius: 0 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
    top: -25%;
  right: 0;
}

.testimonials-area .owl-next i {
  line-height: 45px;
}

.testimonials-area .owl-next:hover {
  background-color: #2A2A2A !important;
}

.testimonials-area .owl-theme .owl-nav {
  margin-top: 0;
}

.ideology-area  .owl-nav button.owl-prev {
    position: absolute;
    left: 30px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.ideology-area   .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block ;
    padding: 0 .3em !important;
    font-size: 3em ;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}
.ideology-area  .owl-prev {
  width: 70px;
  height: 45px;
  line-height: 45px !important;
  color: #fff !important;
  background-color: #9C3236 !important;
  font-size: 30px !important;
  border-radius: 0 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 75%;
  left: 0;
}
.ideology-area .owl-prev {
  width: 70px;
  height: 45px;
  line-height: 45px !important;
  color: #fff !important;
  background-color: #9C3236 !important;
  font-size: 30px !important;
  border-radius: 0 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 75%;
  left: 0;
}

.ideology-area .owl-prev i {
  line-height: 45px;
}

.ideology-area .owl-prev:hover {
  background-color: #2A2A2A !important;
}

.ideology-area  .owl-prev i {
  line-height: 45px;
}

.ideology-area  .owl-prev:hover {
  background-color: #2A2A2A !important;
}

.ideology-area  .owl-next {
  width: 70px;
  height: 45px;
  line-height: 45px !important;
  color: #fff !important;
  background-color: #9C3236 !important;
  font-size: 30px !important;
  border-radius: 0 !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 75%;
  right: 0;
}

.ideology-area  .owl-next i {
  line-height: 45px;
}

.ideology-area  .owl-next:hover {
  background-color: #2A2A2A !important;
}

.ideology-area  .owl-theme .owl-nav {
  margin-top: 0;
}


/*-- Footer --*/
.footer-area {
  background-image: url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
      padding: 50px 0 0;
      overflow: hidden;
}

.footer-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #9C3236;
  opacity: .45;
}

.footer-item {
  position: relative;
  z-index: 1;
  /*margin-bottom: 30px;*/
}

.footer-item h3 {
          font-size: 28px;
    color: #f66300;
    margin-bottom: 15px;
    border-bottom: 1px solid #4d3898;
    padding-bottom: 17px;
    font-family: 'Noto Sans';
}

.footer-item .footer-logo {
  background-color: #fff;
  text-align: center;
  padding: 30px 25px 30px;
}

.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 18px;
}

.footer-item .footer-logo p {
  margin-bottom: 0px;
  color: #9C3236;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-item .footer-logo ul li a {
  display: block;
}

.footer-item .footer-logo ul li a i {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.footer-item .footer-logo ul li a i:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.footer-item .footer-contact p {
  margin-bottom: 10px;
  color: #fff;
}

.footer-item .footer-contact ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-contact ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px; font-size:14px;
    line-height: 24px;
}

.footer-item .footer-contact ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-contact ul li i {
  display: inline-block;
  font-size: 27px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #fff;
}

.footer-item .footer-contact ul li a {
  display: block;
  color: #fff;
  font-weight: 500;
}
 

.footer-item .footer-link ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-link ul li {
     list-style-type: none;
    display: block;
    margin-bottom: 15px;
       border-bottom: 1px solid #4d3898;
    padding-bottom: 8px;
}
.footer-item .footer-link ul li:last-child {
  border-bottom: 0px solid #fff;
}
.footer-item .footer-link ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-link ul li a {
  display: block;
  font-weight: 500;
  color: #fff;
    font-size: 14px;
}

.footer-item .footer-link ul li a i {
  display: inline-block;
  font-size: 16px;
}

.footer-item .footer-link ul li a:hover {
   
}

.footer-item .footer-events .footer-events-inner {
  margin-bottom: 15px;
}

.footer-item .footer-events .footer-events-inner:last-child {
  margin-bottom: 0;
}

.footer-item .footer-events .footer-events-inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-item .footer-events .footer-events-inner ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.footer-item .footer-events .footer-events-inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.footer-item .footer-events .footer-events-inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  margin-left: 15px;
}

.footer-item .footer-events .footer-events-inner ul li span {
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #9C3236;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  max-width: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px;
}

.footer-item .footer-events .footer-events-inner ul li a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
.spl_footer_link{display:block;text-align:center;margin-top:0px;border-top:1px solid #213141;padding-top:13px;}
.spl_footer_link li{
	display: inline-block;
	width: 30%;
	position: relative;
}
.spl_footer_link li:after{display: block;width: 1px;height: 60%;top: 20%;position: absolute;content: '';background-color: #bfbfbf;}
.spl_footer_link li:first-child:after,.spl_footer_link li:nth-child(5):after,.spl_footer_link li:nth-child(9):after,.spl_footer_link li:nth-child(13):after{display:none;}
.spl_footer_link li a{color: #b2c1d0;font-size: 13px;line-height: 27px;font-weight: 400; font-family: 'Roboto';}
.spl_footer_link li a:hover{color:#ff5421}

.footer-item .footer-events .footer-events-inner ul li a:hover {
  color: #9C3236;
}

.copyright-area {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #9C3236; 
  text-align: center;
  position: relative;
  z-index: 1;
}

.copyright-area p {
  margin-bottom: 0;
  color: #fff;
    font-size: 14px;
}

.copyright-area p a {
  display: inline-block;
  font-weight: 700;
  color: #fff;
}

.copyright-area p a:hover {
  color: #9C3236;
}


/*----- Blog Details CSS -----*/
.blog-details-area .details-img {
  margin-bottom: 30px;
}

.blog-details-area .details-img img {
  width: auto;
}

.blog-details-area .details-item .details-info {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-info ul {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.blog-details-area .details-item .details-info ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.blog-details-area .details-item .details-info ul li:last-child {
  margin-right: 0;
}

.blog-details-area .details-item .details-info ul li i {
  display: inline-block;
  color: #9C3236;
  font-size: 16px;
  margin-right: 2px;
}

.blog-details-area .details-item .details-info ul li span {
  display: inline-block;
}

.blog-details-area .details-item .details-info ul li a {
  display: inline-block;
  color: #464646;
}

.blog-details-area .details-item .details-info ul li a:hover {
  color: #9C3236;
}

.blog-details-area .details-item .details-info h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.blog-details-area .details-item .details-info p {
  margin-bottom: 10px;
}

.blog-details-area .details-item .details-info p:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-info blockquote {
  position: relative;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd4f;
          box-shadow: 0px 0px 20px 0px #dddddd4f;
  padding: 40px 30px 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-info blockquote i {
  display: inline-block;
  font-size: 80px;
  color: #182C4F;
  position: absolute;
  top: 32px;
  left: 42px;
  opacity: .05;
}

.blog-details-area .details-item .details-info blockquote h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  color: #9C3236;
  text-align: right;
}

.blog-details-area .details-item .details-info blockquote h3 span {
  color: #464646;
  position: relative;
}

.blog-details-area .details-item .details-info blockquote h3 span:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  top: 10px;
  left: -33px;
  background-color: #9C3236;
}

.blog-details-area .details-item .details-tag {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd3d;
  padding-bottom: 30px;
}

.blog-details-area .details-item .details-tag .left ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-item .details-tag .left ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-details-area .details-item .details-tag .left ul li span {
  font-weight: 600;
  display: inline-block;
  color: #9C3236;
  margin-right: 5px;
}

.blog-details-area .details-item .details-tag .left ul li a {
  color: #9C3236;
  border: 1px solid #9C3236;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 5px;
}

.blog-details-area .details-item .details-tag .left ul li a:hover {
  color: #fff;
  background-color: #9C3236;
}

.blog-details-area .details-item .details-tag .right {
  text-align: right;
}

.blog-details-area .details-item .details-tag .right ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-item .details-tag .right ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-details-area .details-item .details-tag .right ul li span {
  font-weight: 600;
  display: inline-block;
  color: #9C3236;
}

.blog-details-area .details-item .details-tag .right ul li a {
  display: block;
  margin-left: 3px;
}

.blog-details-area .details-item .details-tag .right ul li a i {
  display: block;
  color: #fff;
  background-color: #9C3236;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-details-area .details-item .details-tag .right ul li a i:hover {
  background-color: #182C4F;
}

.blog-details-area .details-item .details-comment {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-comment h3 {
  margin-bottom: 30px;
  font-size: 20px;
}

.blog-details-area .details-item .details-comment h3 span {
  color: #9C3236;
}

.blog-details-area .details-item .details-comment ul {
  margin: 0;
  padding: 0;
}

.blog-details-area .details-item .details-comment ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding: 15px;
  padding-left: 135px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd3d;
          box-shadow: 0px 0px 20px 0px #dddddd3d;
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-comment ul li:last-child {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-comment ul li img {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 100px;
}

.blog-details-area .details-item .details-comment ul li h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .details-comment ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.blog-details-area .details-item .details-comment ul li p {
  margin-bottom: 0;
}

.blog-details-area .details-item .details-comment ul li a {
  display: inline-block;
  color: #fff;
  background-color: #9C3236;
  padding: 4px 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 14px;
}

.blog-details-area .details-item .details-comment ul li a:hover {
  background-color: #182C4F;
}

.blog-details-area .details-item .details-form {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-form h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-form .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  background-color: #fafafa;
  border: 0;
  border-radius: 0;
}

.blog-details-area .details-item .details-form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details-area .details-item .details-form .form-group textarea {
  padding-top: 13px;
  height: auto !important;
}

.blog-details-area .details-item .details-form .common-btn {
  display: block;
  width: 100%;
}

.widget-area .widget-item {
  margin-bottom: 30px;
}

.widget-area .widget-item h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.widget-area .search {
  position: relative;
}

.widget-area .search .form-control {
  height: 50px;
  border: 1px solid #9C3236;
  border-radius: 0;
  padding-left: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.widget-area .search .form-control:focus {
  border: 1px solid #2A2A2A;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget-area .search .btn {
  position: absolute;
  top: 9px;
  right: 14px;
  color: #9C3236;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 20px;
  padding: 0;
}

.widget-area .search .btn:hover {
  color: #2A2A2A;
}

.widget-area .news .inner {
  margin-bottom: 15px;
}

.widget-area .news .inner:last-child {
  margin-bottom: 0;
}

.widget-area .news ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.widget-area .news ul li {
  list-style-type: none;
  display: block;
}

.widget-area .news ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.widget-area .news ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}

.widget-area .news ul li i {
  display: inline-block;
  font-size: 15px;
  color: #9C3236;
  margin-right: 3px;
}

.widget-area .news ul li span {
  display: inline-block;
  font-size: 14px;
}

.widget-area .news ul li h4 {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 5px;
}

.widget-area .news ul li h4 a {
  color: #2A2A2A;
}

.widget-area .news ul li h4 a:hover {
  color: #9C3236;
}

.widget-area .tags h3 {
  margin-bottom: 22px;
}

.widget-area .tags ul {
  margin: 0;
  padding: 0;
}

.widget-area .tags ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
  margin-top: 8px;
}

.widget-area .tags ul li a {
  display: block;
  color: #9C3236;
  border: 1px solid #9C3236;
  padding: 3px 12px;
}

.widget-area .events-item h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.widget-area .events-item h3 a {
  color: #fff;
}

.widget-area .events-item h3 a:hover {
  color: #2A2A2A;
}

.widget-area .events-item p {
  margin-bottom: 10px;
}

.widget-area .events-item .common-btn {
  color: #9C3236;
  background-color: #fff;
}

.widget-area .events-item .common-btn:hover {
  color: #fff;
}

/*----- Contact CSS -----*/
.contact-area {
  position: relative;
}

.contact-area .contact-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 500px;
}

.contact-area #contactForm {
  margin-bottom: 30px;
}

.contact-area #contactForm .form-group {
  margin-bottom: 15px;
}

.contact-area #contactForm .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  padding-left: 15px;
}

.contact-area #contactForm .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-area #contactForm textarea {
  padding-top: 13px;
  height: auto !important;
}

.contact-area #contactForm .list-unstyled {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #dc3545;
}

.contact-area #contactForm .form-check {
  margin-bottom: 15px;
}

.contact-area #contactForm .form-check a {
  display: inline-block;
  color: #9C3236;
}

.contact-area #contactForm .form-check a:hover {
  color: #464646;
}

.contact-area #contactForm .common-btn {
  opacity: 1;
}

.contact-area #contactForm .text-danger {
  color: #dc3545 !important;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 20px;
}

.contact-area #contactForm .text-success {
  color: #28a745 !important;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 20px;
}

.contact-area .contact-info {
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}

.contact-area .contact-info:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .98;
}

.contact-area .contact-info .inner {
  position: relative;
  z-index: 1;
}

.contact-area .contact-info .inner h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.contact-area .contact-info .inner p {
  margin-bottom: 15px;
}

.contact-area .contact-info .inner ul {
  margin: 0;
  padding: 0;
}

.contact-area .contact-info .inner ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
}

.contact-area .contact-info .inner ul li:last-child {
  margin-bottom: 0;
}

.contact-area .contact-info .inner ul li i {
  font-size: 25px;
  color: #9C3236;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}

.contact-area .contact-info .inner ul li a {
  display: block;
  color: #464646;
  font-weight: 500;
}

.contact-area .contact-info .inner ul li a:hover {
  color: #9C3236;
}

.map-area #map {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
}

/*----- User Form CSS -----*/
.user-form-area {
  background-image: url("../images/user-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
}

.user-form-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2A2A2A;
  opacity: .90;
}

.user-form-area .form-item {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.user-form-area .form-item form {
  margin-bottom: 25px;
}

.user-form-area .form-item form h2 {
  font-size: 38px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  color: #fff;
}

.user-form-area .form-item form h2:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #9C3236;
}

.user-form-area .form-item form h2:after {
  position: absolute;
  content: '';
  width: 40px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -6px;
  margin-left: auto;
  margin-right: auto;
  background-color: #9C3236;
}

.user-form-area .form-item form .form-group {
  margin-bottom: 30px;
}

.user-form-area .form-item form .form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  background-color: #fafafa;
  padding-left: 20px;
  font-size: 15px;
}

.user-form-area .form-item form .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-form-area .form-item form .common-btn {
  padding: 12px 70px;
}

.user-form-area .form-item .user-btn h3 {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 30px;
  color: #fff;
}

.user-form-area .form-item .user-btn h3 a {
  display: inline-block;
  color: #9C3236;
  font-weight: 600;
  margin-left: 5px;
}

.user-form-area .form-item .user-btn h3 a:hover {
  color: #fff;
}

.user-form-area .form-item .user-btn span {
  display: block;
  font-size: 15px;
  position: relative;
  margin-bottom: 25px;
  color: #fff;
}

.user-form-area .form-item .user-btn span:before {
  position: absolute;
  content: '';
  width: 35%;
  height: 1px;
  left: 0;
  top: 11px;
  background-color: #dbdbdb;
}

.user-form-area .form-item .user-btn span:after {
  position: absolute;
  content: '';
  width: 35%;
  height: 1px;
  right: 0;
  top: 11px;
  background-color: #dbdbdb;
}

.user-form-area .form-item .user-btn ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.user-form-area .form-item .user-btn ul li:nth-child(2) a {
  background-color: #00acee;
}

.user-form-area .form-item .user-btn ul li:nth-child(3) a {
  background-color: #0e76a8;
}

.user-form-area .form-item .user-btn ul li:nth-child(4) a {
  background-color: #E60023;
}

.user-form-area .form-item .user-btn ul li a {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #3b5998;
  border-radius: 50%;
  font-size: 14px;
}

.user-form-area .form-item .user-btn ul li a i {
  line-height: 30px;
}

.user-form-area .form-item .user-btn ul li a:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

/*----- Donation CSS -----*/
.help-page-area .help-content {
  background-image: url("../images/donate-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px;
  margin-bottom: 30px;
}

.help-page-area .help-content:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .98;
}

.help-page-area .help-content form {
  position: relative;
  z-index: 1;
}

.help-page-area .help-content .dollar {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.help-page-area .help-content .dollar li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.help-page-area .help-content .dollar li a {
  display: block;
  color: #2A2A2A;
  background-color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

.help-page-area .help-content .dollar li a:hover {
  color: #fff;
  background-color: #2A2A2A;
}

.help-page-area .help-content .form-group {
  margin-bottom: 15px;
}

.help-page-area .help-content .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
}
.form-group .form-control1{ height:120px!important} 
.form-group .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd3d;
          box-shadow: 0px 0px 20px 0px #dddddd3d;
    border: 1px solid #e2e2e2;
}

.form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd3d;
          box-shadow: 0px 0px 20px 0px #dddddd3d;
}

.help-page-area .help-content .gateway {
  margin-bottom: 15px;
}

.help-page-area .help-content .gateway h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
}

.help-page-area .help-content .gateway .form-check {
  margin-right: 35px;
}

.help-page-area .help-content .gateway .form-check .form-check-label {
  font-weight: 500;
}

.help-page-area .cash-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.help-page-area .cash-content ul {
  margin: 0;
  padding: 0;
}

.help-page-area .cash-content ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.help-page-area .cash-content ul li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  left: 0;
  top: 10px;
  background-color: #9C3236;
}

.help-page-area .cash-content ul li:last-child {
  margin-bottom: 0;
}

.help-page-area.two .help-content {
  margin-bottom: 0;
}

.help-page-area.two .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.testimonials-area.three .testimonials-item {
  margin-bottom: 30px;
}

.testimonials-area.three .testimonials-item .top {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

/*-- FAQ --*/
.faq-area .accordion {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.faq-area .accordion p {
  display: none;
  padding: 20px 25px 20px;
  margin-bottom: 0;
}

.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 20px;
  display: block;
  -webkit-box-shadow: 0px 0px 30px 0px #dddddd42;
          box-shadow: 0px 0px 30px 0px #dddddd42;
  border-radius: 5px;
}

.faq-area .accordion li:first-child {
  border-top: 0;
}

.faq-area .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #2A2A2A;
  padding: 13px 38px 13px 20px;
  border-radius: 5px;
}

.faq-area .accordion li a.active {
  color: #fff;
  background-color: #9C3236;
}

.faq-area .accordion li a.active i {
  color: #fff;
  opacity: 0;
}

.faq-area .accordion li a.active i.two {
  opacity: 1;
}

.faq-area .accordion li a i {
  position: absolute;
  top: 19px;
  right: 20px;
  color: #2A2A2A;
  display: inline-block;
  font-size: 18px;
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.faq-area .accordion li a i.two {
  opacity: 0;
}

.faq-area .faq-img {
  margin-bottom: 30px;
}

.faq-area .faq-img img {
  width: 100%;
}

/*----- Error CSS -----*/
.error-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  text-align: center;
}

.error-area .error-content i {
  color: #9C3236;
  display: inline-block;
  font-size: 100px;
}

.error-area .error-content h1 {
  font-size: 130px;
  color: #9C3236;
  margin-bottom: 20px;
}

.error-area .error-content h2 {
  font-size: 25px;
  color: #2A2A2A;
  margin-bottom: 10px;
}

.error-area .error-content p {
  margin-bottom: 20px;
  font-weight: 500;
}

/*----- Coming Soon -----*/
.coming-soon-area {
  height: 100vh;
  text-align: center;
}

.coming-soon-area .soon-item h1 {
  font-size: 100px;
  margin-bottom: 20px;
}

.coming-soon-area .soon-item span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
}

.coming-soon-area .soon-item .coming-inner {
  background-color: #9C3236;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.coming-soon-area .soon-item .coming-inner span {
  display: block;
  font-size: 40px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}

.coming-soon-area .soon-item .coming-inner p {
  margin-bottom: 0;
  color: #fff;
}

/*----- Rules CSS -----*/
.rules-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.rules-area .rules-item img {
  margin-bottom: 30px;
}

.rules-area .rules-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.rules-area .rules-item p {
  margin-bottom: 30px;
}

.rules-area .rules-item p:last-child {
  margin-bottom: 0;
}

/*----- Mission Details CSS -----*/
.mission-details-area .details-img {
  margin-bottom: 30px;
}

.mission-details-area .details-img img {
  width: auto;
  margin-bottom: 20px;
}

.mission-details-area .details-img h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.mission-details-area .details-img p {
  margin-bottom: 10px;
}

.mission-details-area .details-img p:last-child {
  margin-bottom: 0;
}

.mission-details-area .details-img ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

.mission-details-area .details-img ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
}

.mission-details-area .details-img ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0;
  background-color: #9C3236;
}

.mission-details-area .details-img ul li:last-child {
  margin-bottom: 0;
}

.mission-details-area .details-mission {
  margin-bottom: 30px;
}

.mission-details-area .details-mission .inner {
  margin-bottom: 15px;
}

.mission-details-area .details-mission .inner:last-child {
  margin-bottom: 0;
}

.mission-details-area .details-mission .inner ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mission-details-area .details-mission .inner ul li {
  list-style-type: none;
  display: inline-block;
}

.mission-details-area .details-mission .inner ul li:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.mission-details-area .details-mission .inner ul li:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}

.mission-details-area .details-mission .inner ul li h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.mission-details-area .details-mission .inner ul li h3 a {
  color: #2A2A2A;
}

.mission-details-area .details-mission .inner ul li h3 a:hover {
  color: #9C3236;
}

.mission-details-area .details-mission .inner ul li p {
  margin-bottom: 0;
}

/*----- Go Top CSS -----*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  right: 15px;
  color: #ffffff;
  background-color: #9C3236;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  border: 1px solid #9C3236;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 20px;
  line-height: 45px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top.active {
  bottom: 2%;
  -webkit-transform: translateY(-1%);
          transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
  border: 1px solid #2A2A2A;
  background-color: #2A2A2A;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #fff;
}

.loader .sub-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  margin: auto auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: pre-animate 4.59s ease-in-out infinite;
          animation: pre-animate 4.59s ease-in-out infinite;
}

.loader .sub-loader:before {
  content: '';
  width: 70px;
  height: 70px;
  border: 40px solid #9C3236;
  border-radius: 50%;
  position: absolute;
  animation: pre-animate-two 1.73s ease-in-out infinite both reverse;
}

.loader .sub-loader:after {
  content: '';
  width: 70px;
  height: 70px;
  border: 40px solid #9C3236;
  border-radius: 50%;
  position: absolute;
  animation: pre-animate-two 1.73s ease-in-out infinite both reverse;
  border-color: #005BB5;
  -webkit-animation-delay: -0.86s;
          animation-delay: -0.86s;
}

@-webkit-keyframes pre-animate {
  0%, 100% {
    -webkit-transform: rotateX(8.75deg) rotateY(35deg);
            transform: rotateX(8.75deg) rotateY(35deg);
  }
  50% {
    -webkit-transform: rotateX(35deg) rotateY(-15deg) rotate(90deg);
            transform: rotateX(35deg) rotateY(-15deg) rotate(90deg);
  }
}

@keyframes pre-animate {
  0%, 100% {
    -webkit-transform: rotateX(8.75deg) rotateY(35deg);
            transform: rotateX(8.75deg) rotateY(35deg);
  }
  50% {
    -webkit-transform: rotateX(35deg) rotateY(-15deg) rotate(90deg);
            transform: rotateX(35deg) rotateY(-15deg) rotate(90deg);
  }
}

@-webkit-keyframes pre-animate-two {
  0%, 100% {
    -webkit-transform: translateZ(25px) rotateX(14deg);
            transform: translateZ(25px) rotateX(14deg);
  }
  33% {
    -webkit-transform: translateZ(-25px) scale(0.4);
            transform: translateZ(-25px) scale(0.4);
  }
  66% {
    -webkit-transform: translateZ(-25px);
            transform: translateZ(-25px);
  }
}

@keyframes pre-animate-two {
  0%, 100% {
    -webkit-transform: translateZ(25px) rotateX(14deg);
            transform: translateZ(25px) rotateX(14deg);
  }
  33% {
    -webkit-transform: translateZ(-25px) scale(0.4);
            transform: translateZ(-25px) scale(0.4);
  }
  66% {
    -webkit-transform: translateZ(-25px);
            transform: translateZ(-25px);
  }
}

/*----- Buy Now Btn -----*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #fff;
  background-color: #94be5d;
}
.events-area-three {
    position: relative;
}
.events-area-three .events-shape {
    position: absolute;
    top: 65%;
    right: 0;
    max-width: 500px;
}
.events-area-three .events-heading {
    margin-bottom: 20px;
    margin-top: -5px;
}
 .events-item-two {
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
    z-index: 1; box-shadow:0 0 20px 0 #e2e2e2; padding:20px;
} 
  .events-item-two h3{ font-size:18px; padding-top:10px; color:#f2571a!important}
img {
    max-width: 100%;
}
.events-area-three .events-item-two .main-divide li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
} .why_list_1sa {padding:0;margin:0;list-style:none;line-height: 28px;}
.why_list_1sa li{display:block;font-size:15px;color:#2a2a2a;padding:4px 15px;position:relative;border-bottom:0;float:left;width:100%;}
.why_list_1sa li span {display:block;float:left;width:100%;background:#1c1f26;padding:20px 20px 20px 20px;}
.why_list_1sa li strong {
    color: #fff;margin-bottom:6px;
    display: block;
    font-weight: 600;
    font-size: 17px;}
.why_list_1sa li img {max-width:40px;margin:0 0 10px;}
.why_list_1sa li:last-child{border-bottom:0 solid #373d42}
.why_list_1sa li i{position:absolute;left:0;font-size:15px;margin-top:5px;color:#e49715}
.common-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: 0;
    border-radius: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    color: #fff;
    background-color: #9C3236;
    padding: 10px 15px;
    font-weight: 400;
        font-family: 'Noto Sans';
    font-size: 16px;
}
.events-area-three .events-item-two .main-divide li h3 a {
    color: #2A2A2A;
}
.events-area-three .events-item-two .main-divide li h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.4;
}
.events-area-three .events-item-two .main-divide li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
       max-width: 73%;
    margin-left: 15px;
}


.center-cont{
      color: #9C3236;
    font-size: 24px;
}
.timeline {
  position: relative;
  width: 334px;
  margin: 0 auto;
  /*margin-top: 20px;*/
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 100%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
    padding: 10px 0;
    /*margin-bottom: 10px;*/
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}







.timeline1 {
  position: relative;
width: 334px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline1:before {
  position: absolute;
  left: 0%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline1 li {
  padding: 10px 0;
}

.timeline1 li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 30px 10px 33px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}
.flag img{
  width: 200px;
  /*margin-bottom: 20px*/
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
.spl_footer_link li { 
    width: 100%; 
}
.timeline {
  width: 100%;
  padding: 4em 0 1em 0;
}

.timeline li {
  padding: 2em 0;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;

  text-align: center;
}

.flag-wrapper {
  text-align: center;
}

.flag {
  background: rgb(255,255,255);
  z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
  left: 50%;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: -9px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(245,245,245);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
  margin: 1em 4em 0 4em;
}

}
.pddng10{
    padding: 8px 0;
}
.download-app .cont{
  padding: 50px
}
.help-page-area .help-content form {
    position: relative;
    z-index: 1;
    padding: 35px;
}
/*---------------------------about us----------*/
.title-img-one {
  background-image: url(../images/bg.jpg);
  background-color: #00000069;
    background-blend-mode: overlay;
    background-size: cover;
    object-fit: cover;
}
.page-title-area {
/*  background-size: 100% 100%;*/
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-top: 50px;
    padding-bottom: 50px;
  /*height: 530px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  border-bottom: 1px solid #ddd;*/
}
.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-title-area .title-shape img {
  position: absolute;
}
.page-title-area .title-shape img:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.page-title-area .title-shape img:nth-child(2) {
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
}
.page-title-area .title-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-title-area .title-content h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 8px;
}
.heading__title1 {
    max-width: 100%;
    line-height: 38px;
    position: relative;
    font-size: 28px;
    font-weight: bold;
    color: #077577;
    margin: 0 auto 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 9;
}.heading__title1:after {
    border: 1px solid #f00041;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    left: 0;
} .why_list_1sa {padding:0;margin:0;list-style:none;line-height: 28px;}
.why_list_1sa li{display:block;font-size:17px;padding:3px 13px;position:relative;border-bottom:0;float:left;width:100%;}
.why_list_1sa li span {display:block;float:left;width:100%;background:#1c1f26;padding:20px 20px 20px 20px;}
.why_list_1sa li strong {
 margin-bottom:6px;
    display: block;
    font-weight: 600;
    font-size: 17px;}
.why_list_1sa li img {max-width:40px;margin:0 0 10px;}
.why_list_1sa li i {
      position: absolute;
    left: 0;
    font-size: 17px;
    margin-top: 5px;
    color: #ffcc2a;
}
.page-title-area .title-content ul {
  margin: 0;
  padding: 0;
}
.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}
.page-title-area .title-content ul li:before {
  position: absolute;
  content: "-";
  left: 53px;
  right: 0;
  bottom: 0px;
  color: #fff;
  font-size: 20px;
}
.page-title-area .title-content ul li:last-child:before {
  display: none;
}
.page-title-area .title-content ul li a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.page-title-area .title-content ul li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.page-title-area .title-content ul li a:hover:before {
  width: 25px;
}
.page-title-area .title-content ul li span {
  display: inline-block;
  color: #fff;
}


.mission-area1 {
  position: relative;
}
.mission-area1 .mission-shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.mission-item1 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.mission-item1:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.mission-item1 .bottom1 {
  padding: 28px 30px 30px;
  -webkit-box-shadow: 0 0 20px 0 #dddddd6b;
  box-shadow: 0 0 20px 0 #dddddd6b;
}
.mission-item1 .bottom1 h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.mission-item1 .bottom1 h3 a {
   
    color: #2a2a2a;
    font-size: 29px;
    font-weight: 900;
}
.mission-item1 .bottom1 h3 a:hover {
  color: #f00041;
}
.mission-item1 .bottom1 p {
  margin-bottom: 16px;
}
.navbar-toggler {
    padding: 10px 12px!important;
    border-radius: 1.5rem;
}
#navbarSupportedContent5 ul {
    padding-left: 0;
}
.active-1 {
    background-color: #194486;
}
@media (min-width: 576px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
}
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.side-nav-academics ul li a:after {
    content: url();
    float: right;
    color: #fff;
    margin-right: 0;
    margin-top: 4px;
    -webkit-transition: margin-right .3s ease-out;
    -moz-transition: margin-right .3s ease-out;
    -o-transition: margin-right .3s ease-out;
    transition: margin-right .3s ease-out;
}
.side-nav-academics ul li a {
    text-transform: capitalize!important;
    column-width: 280px;
    border-bottom: 1px solid #99a2aa;
}
.active-1 a {
    color: #FFF!important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
    color: #fff;
      background-color: #f66300;
    border-left: 3px solid #cc5708;
    border-radius: 0
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #ddd !important;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0!important;
    border-bottom: 1px solid #efefef !important;
}

.btn-box{
  position: relative;
  text-align: center;
}

.btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: #f00041;
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.btn-box a:hover{
  color: #ffffff;
}
.mart{ margin-top:20px;}
.inner-box:hover .btn-box a{
 color: #f00041;
    background: none;
    border-radius: 0px;
    border-color: #f00041;
}
.object_lst1{
  list-style-type: none;
    padding-left: 15px;
}
.object_lst1 li i {
    position: absolute;
    left: 0;
    margin-top: 7px;
    font-size: 12px;
    color: #140a46;
}
.object_lst1 li {
     padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    color: #2a2a2a; 
}
.sticky{    position: sticky;
    top: 80px;}
.object_lst1 li i{
  padding-right: 10px
}
.nav-pills a:after{
    content: '\f105 ';
        font-family: 'FontAwesome';
    float: right;
    color: #9C3236;
    margin-right: 0;
    margin-top: 4px;
    -webkit-transition: margin-right .3s ease-out;
    -moz-transition: margin-right .3s ease-out;
    -o-transition: margin-right .3s ease-out;
    transition: margin-right .3s ease-out;
}
.nav-link.active:after{
    content: '\f105 ';
        font-family: 'FontAwesome';
    float: right;
    color: #fff;
    margin-right: 0;
    margin-top: 4px;
    -webkit-transition: margin-right .3s ease-out;
    -moz-transition: margin-right .3s ease-out;
    -o-transition: margin-right .3s ease-out;
    transition: margin-right .3s ease-out;
}
.gal-item img {
     width: 100%;
    height: 250px; padding:0;
    transition: all ease-in-out 0.4s;
    object-fit: cover;
  
}
.gal-item .bottom h3 {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.innergal img{
border :15px solid #fff;
}

/*admissions*/
.sub_featur3 {
   
    padding: 50px 0;
    
}
.sub-divider {
    background: #ccc;
       padding: 8px 15px 0px;
    margin-bottom: 10px;
}
.sub-divider h4 {
    font-size: 16px;
    }
    .enqury_form,.enqury_frm1 {width:100%;background:#fff;border:1px solid #ccc;transition:all .4s;font-size:13px;height:44px;color:#727272!important;}
.enqury_form {margin-bottom:15px;padding: 4px 5px;border-radius:4px;}
.enqury_frm1 {padding:12px 10px;margin-bottom:15px;border-radius:4px;}
.enqury_form:hover,.enqury_form:focus,.enqury_frm1:hover,.enqury_frm1:focus{color:#fff;outline:none;border:1px solid #140a46}
.textarea_s1 {height:140px;max-height:140px;max-width:100%}
.enqury_btn1 {margin:auto;/*/*width:160px;*//*display:table;*/*/height:47px;background:#ff5421;border:0;border-radius:4px;color:#fff;    padding: 10px 20px;}
.contact_frm {
    float: none;
    display: table;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
}
.contact_frm {
    display: table;
    float: none;
   
    background: #fff;
    box-shadow: 4px 4px 13px 0 rgb(0 0 0 / 30%);
    border-radius: 7px;
    overflow: hidden;
    padding: 20px;
}

.testimonial-box1 {
    padding: 30px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 310px
}

.testimonial-box1:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    transform: rotate(45deg) translate(42px,0);
    -moz-transform: rotate(45deg) translate(42px,0);
    -webkit-transform: rotate(45deg) translate(42px,0);
    -ms-transform: rotate(45deg) translate(42px,0);
    -o-transform: rotate(45deg) translate(42px,0)
}

.testimonial-box1 .testimonial-text {
    padding: 0;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    /*color: #646464*/
}

.testimonial-box1 .testimonial-top {
    display: flex;
    clear: both;
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: 8px;
    margin-bottom: 8px
}

.testimonial-box1 .testimonial-pic {
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 5px;
    border: 0
}

.testimonial-box1 .testimonial-detail {
    /*align-self: center;*/
    text-align: left;
    padding-top: 0
}

.testimonial-box1 .testimonial-name {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    line-height: 28px
}

.testimonial-box1 .testimonial-quote {
    font-size: 60px;
    position: absolute;
    right: 30px;
    color:#f66300;
    top: 40px;
    line-height: 60px
}

.testimonial-box1 .testimonial-position {
    font-size: 14px;
    text-transform: capitalize;
    color: #b9b9b9;
    font-weight: 300;
    margin-bottom: 2px
}

.star-review {
    margin: 0;
        padding-left: 0;
}

.star-review li {
    font-size: 13px;
    color: #FFC107;
    display: inline-block
}

.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 80px;
    object-fit: cover;
}

.social-med{
    list-style: none;
    position: relative;
    display: flex
;
  justify-content: end;
    padding-left: 0
  }
.social-med {
    list-style: none;
    position: relative;
}

.social-med li {
/*    margin:5px 10px;*/
    float:left;
}

.wp-icon {
     width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    margin-right: 5px;
    background: #30207a;
}

@media(max-width: 991px){
.social-med li {
    margin: 0 !important;
    float: left;
    display: block;
}
.wp-icon {
    width: 40px;
    height: 40px;
    font-size: 14px
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    margin-right: 5px;
    background: #30207a;
}
}
.demo{
    background: #252c44;
}
.our-team{
    text-align: center;
        margin-bottom: 20px;
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}

.our-team img{
    width: 100%;
   
    border: 1px solid #ececec;
    padding: 6px;
    object-fit: cover;
    object-position: top;
      /* min-height: 230px;
    max-height: 230px;*/
    border-radius: 10px 10px 0px 0px;
}

.our-team1 img{
       width: 100%;
  /* max-height: 250px;
    min-height: 250px;*/
    object-fit: cover;
    border: 1px solid #ececec;
    padding: 6px;
    border-radius: 20px 20px 0 0;
}
.sports-img{
      border-radius: 10px !important;
       min-height: auto !important;
    max-height: 100% !important;
}
@media(max-width:1280px) {
  .our-team1 img{
     
    min-height: 220px !important;
     max-height: 220px !important;
}
.team-content h3 {
    font-size: 14px;
}
}
/*@media(min-width:1028px) {
  .our-team1 img{
     
    height: 250px !important;
   
}
}*/
.our-team .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #f76c5e;
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    top: 0;
}
.our-team .social li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
}
.our-team:hover .social li a:hover{
    color: #2a4284;
}
.our-team .team-content{
       padding: 10px 8px;
    background: #fff;
    border: 1px solid #ececec;
    border-top: 0;
        border-radius: 0px 0px 10px 10px;
            box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
   
}
}
.our-team .title{
    font-size: 18px;
    font-weight: bold;
    color: #2a4284;
    text-transform: capitalize;
    margin: 0 0 10px;
    position: relative;
}
/*.our-team .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #9C3236;
    position: absolute;
    bottom: 58px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-team .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #9C3236;
    position: absolute;
    bottom: 58px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}*/

.our-team:hover .title:before,
.our-team:hover .title:after{
    width: 50px;
}
.our-team .post{
    display: inline-block;
    font-size: 14px;
    color:  #f66300;
    text-transform: capitalize;
        line-height: 20px;
}
/*.our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #9C3236;
    margin: 0 auto;
    position: relative;
    top: -5px;
}*/
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}
.downld{
     padding: 30px;
    height: 207px;
    object-position: center;
    cursor: pointer;
    /* border-radius: 0px 30px; */
    border: 3px inset #211450;
    border-radius: 0px 30px;
    background: #dfd6d6;
    
}
.downld h3{
  line-height: 30px;
}

.projects-item1 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top;
}
.grey-s{
     box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    padding: 20px 30px;
    background: #ececec;
    background-image: url(../images/gg1.jpg);
    background-blend-mode: overlay;
}
.white-s{
  box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    padding: 20px;
    background: #fff;
}
.download img{
  height: 350px;
}
.download p{
font-size: 20px;
    line-height: 26px;
}
.text-bg{
   /*  background-image: url(../images/texture.webp);
    background-repeat: no-repeat;
    background-size: cover;*/
    background-image: url("../images/counter-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
 /*   background-blend-mode: overlay;
    background-color: #d95d1d;*/
    padding-bottom: 77px;
}
.text-bg:before{
   position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9C3236;
  opacity: .65;
}
.text1-bg{
 background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
       /* background-blend-mode: overlay;
    background-color: #211450eb;*/
   /* background-blend-mode: overlay;
    background-color: #00000047;*/
/*    background-attachment: fixed;*/
}
.text1-bg:before{
   position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #9C3236;
  opacity: .65;
}
.team-slider .owl-nav{
  display: none;
}
#sports{
  scroll-margin-top: 120px;
}
.bnm-ic i {
    margin-inline: 20px;
    color: #9C3236;
    font-size: 20px;
}
.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 120s linear infinite;
}
.banner-marque {
    padding: 12px 0;
    background: #108ACB;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.banner-marque span{
    color: #fff;
    /* display: inline-block; */
  /* padding-left: 100%; Start from outside the screen */
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.about_wrap2 h2.main_headr1b {
    padding-bottom: 16px;
    margin-bottom: 26px;
    position: relative;
    z-index: 0;
}
.about_wrap2 h2.main_headr1b:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #f66300;
    max-width: 50px;
    bottom: 0;
    border-radius: 20px;
}
.about_wrap2 h4, .tab-pane h4.about_wrap2_inner, .tab-pane h4 {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}
.tab-pane h4.new {
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
}
.about_wrap2 h4:before, .tab-pane h4.about_wrap2_inner:before, .tab-pane h4:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 4px;
    height: 100%;
    background: #2A2A2A;
    bottom: 0;
    border-radius: 20px;
    left: 0;
}
.tab-pane h4.new:before {
    display: none;
}
	.err-bd { border: 1px solid #c21c20 !important; }
.btn-close {
    right: -15px;
    position: absolute;
    top: -16px;
    background: #f66300 !important;
    opacity: 1;
    padding: 0 2px 7px 4px;
    border-radius: 50px;
    color: #fff !important;
    line-height: 32px;
    font-size: 25px !important;
}
@media(max-width:500px){
.btn-close {
          top: -7px;
        right: 42% !important;
}
}
