@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&amp;display=swap");

/*----- Default CSS -----*/
body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  color: #757575;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #302c51;
  font-family: "Quicksand", sans-serif;
}

p {
  line-height: 1.7;
}

a {
  transition: 0.5s all ease;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 40px;
}

.pb-70 {
  padding-bottom: 30px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1170px;
}

.common-btn {
  color: #fff;
  background-color: #ff6015;
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
}

.common-btn:hover {
  color: #fff;
  background-color: #302c51;
  transform: translate(0, -5px);
}

.about-paragraph {
  font-size: 16px;
  text-align: justify;
  color: #333;
}

.section-title {
  position: relative;
  width: 100%;
}


.section-title .sub-title {
  display: inline-block;
  color: #ff6015;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
}

.header-area {
  background-color: #8b2500;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 99999;
}

.header-area .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}

.header-area .left ul li:last-child {
  margin-right: 0;
}

.header-area .left ul li i {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}

.header-area .left ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.header-area .left ul li a:hover {
  color: #fff;
}

.header-area .right {
  text-align: right;
  vertical-align: middle;
}

.header-area .right ul {
  display: inline-block;
  margin-right: 20px;
}

.header-area .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.header-area .right ul li:last-child {
  margin-right: 0;
}

.header-area .right ul li span {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-size: 14px;
}

.header-area .right ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

.header-area .right ul li a i {
  line-height: 30px;
}

.header-area .right ul li a:hover {
  color: #fff;
  background-color: #fff;
}

.header-area .right .language {
  vertical-align: middle;
  display: inline-block;
}

.header-area .right .language .nice-select {
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
}

.header-area .right .language .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.header-area .right .language .nice-select ul {
  border-radius: 0;
  box-shadow: 0px 0px 20px 0px #f1f1f1;
}

.header-area .right .language .nice-select ul li {
  font-size: 15px;
  display: block;
  color: #302c51;
  margin-right: 0;
}

.header-area .right .header-search {
  display: inline-block;
}

.header-area .right .header-search #search-btn {
  padding: 0;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  transition: 0.5s all ease;
}

.header-area .right .header-search #search-btn:hover {
  color: #fff;
  border: 1px solid #ff6015;
  background-color: #ff6015;
}

.header-area .right .header-search #close-btn {
  padding: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
  transition: 0.5s all ease;
  font-size: 25px;
  cursor: pointer;
}

.header-area .right .header-search #close-btn:hover {
  color: #ff6015;
  transform: rotate(360deg);
}

.header-area .right .header-search #search-overlay {
  display: none;
  z-index: 999999;
}

.header-area .right .header-search .block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9215686275);
}

.header-area .right .header-search .block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.header-area .right .header-search .centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}

.header-area .right .header-search .centered #search-box {
  position: relative;
}

.header-area .right .header-search .centered #search-box form .form-control {
  height: 50px;
  border: 0;
  border-radius: 5px;
  padding-left: 20px;
}

.header-area .right .header-search .centered #search-box form .form-control:focus {
  border: 0;
  box-shadow: none;
}

.header-area .right .header-search .centered #search-box form .btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #ff6015;
  transition: 0.5s all ease;
  height: 100%;
  padding: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
}

.header-area .right .header-search .centered #search-box form .btn:hover {
  color: #fff;
  background-color: #302c51;
}

.navbar-light .navbar-brand .logo-two {
  display: none;
}

.main-nav {
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.2);
  transition: 0.5s all ease;
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-nav.menu-shrink {
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-nav nav {
  padding: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #ec1f26;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #302c51;
  font-weight: 600;
  margin-left: 12px;
  margin-right: 12px;
  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: #ec1f26;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  background: #ec1f26;
  transition: 0.3s;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  color: #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  position: relative;
  font-weight: 600;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 18px;
  left: 17px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
  animation: rotate360 1s infinite linear;
  border: 2px solid #fff100;
}

.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 {
  padding-left: 30px;
  color: #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  opacity: 1;
  visibility: visible;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: unset;
  right: -100%;
}

.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;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.side-nav a {
    display: inline-block;
    color: #fff;
    background-color: #ec1f26;
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 600;
    margin-right: 4px;
}

.side-nav a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  animation: heart-beat 2s infinite linear;
}

.side-nav a:hover {
  background-color: #ec1f26;
}

@keyframes heart-beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}


.banner-area-two:hover .owl-prev,
.banner-area-two:hover .owl-next {
  opacity: 1;
}

.banner-area-two .owl-item.active .banner-image {
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.banner-area-two .owl-item.active.center .banner-image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
  transition-duration: 4s;

}

.banner-area-two .owl-item.active.center .banner-image img {
  transition-duration: 8s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transform: scale(1) translate(0px, 0px);
}

.banner-area-two .owl-prev {
  position: absolute;
  top: 48%;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 25px !important;
  transition: 0.5s all ease;
  opacity: 0;
  border: 1px solid #fff !important;
}

.banner-area-two .owl-prev i {
  line-height: 50px;
}

.banner-area-two .owl-prev:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.banner-area-two .owl-next {
  position: absolute;
  top: 48%;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 30px !important;
  transition: 0.5s all ease;
  opacity: 0;
  border: 1px solid #fff !important;
}

.banner-area-two .owl-next i {
  line-height: 50px;
}

.banner-area-two .owl-next:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.about-img-box {
  position: relative;
  padding-right: 0px;
}

.about-img-box::before {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    border-left: 10px solid #ec1f26;
    border-top: 10px solid #ec1f26;
    position: absolute;
    top: -19px;
    left: 34px;
}
.about-img-box img {
  max-width: calc(100% - 110px);
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

.about-img-box::after {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    border-right: 10px solid #ec1f26;
    border-bottom: 10px solid #ec1f26;
    position: absolute;
    bottom: -19px;
    right: 34px;
}

.about-area {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

.footer-area {
  background-color: #8b2500;
  position:relative;
}

.footer-area .copyright-area {
  margin-top: 0px;
  border-top: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-area .copyright-area p {
  margin-bottom: 0;
  color: #fff;
}

.footer-area .copyright-area p a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
}

.footer-area .copyright-area p a:hover {
  color: #fff;
}

.footer-item {
  margin-bottom: 30px;
}

.footer-item h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 22px;
}

.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 20px;
}

.footer-item .footer-logo p {
  margin-bottom: 22px;
  font-size: 15px;
  text-align: justify;
  color: #fff;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

.footer-item .footer-logo ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
}

.footer-item .footer-logo ul li a i {
  line-height: 30px;
}

.footer-item .footer-logo ul li a:hover {
  color: #fff;
  background-color: #fff;
}

.footer-item .footer-causes .cause-inner {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer-item .footer-causes .cause-inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-item .footer-causes .cause-inner ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-item .footer-causes .cause-inner ul li {
  list-style-type: none;
  display: inline-block;
}

.footer-item .footer-causes .cause-inner ul li:nth-child(1) {
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-item .footer-causes .cause-inner ul li:nth-child(2) {
  flex: 0 0 65%;
  max-width: 65%;
  margin-left: 15px;
}

.footer-item .footer-causes .cause-inner ul li img {
  border-radius: 5px;
}

.footer-item .footer-causes .cause-inner ul li h3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.footer-item .footer-causes .cause-inner ul li h3 a {
  color: #fff;
}

.footer-item .footer-causes .cause-inner ul li h3 a:hover {
  color: #ff6015;
}

.footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.footer-item .footer-links ul li a {
  display: block;
  color: #fff;
}

.footer-item .footer-links ul li a:hover {
  color: #fff;
}

.footer-item .footer-links ul li a i {
  display: inline-block;
  font-size: 17px;
}

.footer-item .footer-contact .contact-inner {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer-item .footer-contact .contact-inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.footer-item .footer-contact .contact-inner ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.footer-item .footer-contact .contact-inner ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-contact .contact-inner ul li i {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}

.footer-item .footer-contact .contact-inner ul li a {
  display: inline-block;
  color: #fff;
}

.footer-item .footer-contact .contact-inner ul li a:hover {
  color: #ff6015;
}

.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 15px;
  right: 0;
  color: #ffffff;
  background-color: #ec1f26;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  border-radius: 50%;
  border: 1px solid #ff6015;
}

.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.6s;
  font-size: 25px;
  line-height: 45px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top.active {
  right: 1%;
  transform: translateY(-1%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover,
.go-top:focus {
  color: #ffffff;
  border: 1px solid #ec1f26;
  background-color: #ec1f26;
}

.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%;
}

.banner-area-two {
  position: relative;
  width: 100%;
  padding-top: 77px;
}

.our_work_area .icon-box-card {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  width: 100%;
  min-height: 126px;
}

.our_work_area .icon-box-card .icon {
  margin-bottom: 10px;
  text-align: center;
}

.our_work_area {
  padding: 40px 0px 40px;
  position: relative;
  background-color: #f3f5fa;
}

.gm-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url('../images/education.png') no-repeat left top;
  margin-bottom: 10px;
}

.gm-icon1 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url('../images/health.png') no-repeat left top;
  margin-bottom: 10px;
}

.gm-icon2 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url('../images/youth-participation.png') no-repeat left top;
  margin-bottom: 10px;
}

.gm-icon3 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url('../images/livelihood.png') no-repeat left top;
  margin-bottom: 10px;
}

.gm-icon4 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url('../images/strongest-self-woman.png') no-repeat left top;
  margin-bottom: 10px;
}

.gm-icon5 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url('../images/emergency-pituation.png') no-repeat left top;
  margin-bottom: 10px;
}

.our_work_area .icon-box-card:hover {
  transform: translateY(-10px);
  background: #0e3862;
}

.our_work_area .icon-box-card:hover .gm-icon {
  background-position: 0px -40px;
}

.our_work_area .icon-box-card:hover .gm-icon1 {
  background-position: 0px -40px;
}

.our_work_area .icon-box-card:hover .gm-icon2 {
  background-position: 0px -40px;
}

.our_work_area .icon-box-card:hover .gm-icon3 {
  background-position: 0px -40px;
}

.our_work_area .icon-box-card:hover .gm-icon4 {
  background-position: 0px -40px;
}

.our_work_area .icon-box-card:hover .gm-icon5 {
  background-position: 0px -40px;
}

.heading-title h2 {
  font-size: 38px;
  color: #0e3862;
  line-height: 38px;
  font-family: 'AktivGroteskMedium';
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.our_work_area .icon-box-card:hover h3 {
  color: #ffffff;
}

.our_work_area .icon-box-card h3 {
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  font-size: 17px !important;
  padding: 0;
  color: #000;
}



.flip-card-mission-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border-radius: 8px;
  perspective: 1000px;
}

.flip-sub-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 8px;
}

.flip-card-mission-box:hover .flip-sub-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front img {
  width: 100%;
  height: 300px;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #ec1f26;
  padding: 20px;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-back p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
}

.mission-vission-sec {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.main-tittle-small {
    font-size: 17px;
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
.heading-main {
  color: #000;
  font-size: 23px;
  position: relative;
  font-weight: 800;
  z-index: 1;
  margin-bottom: 15px;
  line-height:30px;
}

.heading-main small {
  color: #ec1f26;
  font-family: 'Playfair Display', serif;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}

.heading-main small::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 41px;
  background: #ec1f26;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

.counter-item {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

.counter-item.fourth1 {
  margin-bottom: 0px !important;
}

.counter-item.fourth1 {
  margin-bottom: 0px !important;
}

.counter-item i {
  display: inline-block;
  color: #ec1f26;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 10px;
}

.counter-item h3 {
  margin-bottom: 6px;
  font-size: 50px;
  color: #ec1f26;
}

.counter-item h3 .target {
  font-size: 35px;
  margin-left: -10px;
}

.counter-item p {
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
  font-size: 19px;
}

.team-card-box {
  position: relative;
  width: 100%;
  padding: 5px;
  border-radius: 8px;
}

.team-tittle-box {
  text-align: center;
  position: relative;
  padding: 10px 15px 0px 15px;
}

.team-tittle-name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 28px;
}

.team-tittle-box p {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  margin-bottom: 3px;
}

.team-card-image img {
  height: 170px;
  width: 170px !important;
  vertical-align: top;
  border: 5px solid #ccc;
  border-radius: 50%;
  box-shadow: none;
  margin: 0 auto;
  text-align: center;
}

.team-card-image {
  position: relative;
  text-align: center;
}

.our-team-area {
  position: relative;
  width: 100%;
  background-color: #f3f5fa;
  padding: 50px 0;
}

.our-team-area:hover .owl-prev,
.our-team-area:hover .owl-next {
  opacity: 1;
}

.our-team-area .owl-prev {
  position: absolute;
  top: 30%;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 25px !important;
  transition: 0.5s all ease;
  opacity: 0;
  border: 1px solid #fff !important;
}

.our-team-area .owl-prev i {
  line-height: 50px;
}

.our-team-area .owl-prev:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.our-team-area .owl-next {
  position: absolute;
  top: 30%;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 25px !important;
  transition: 0.5s all ease;
  opacity: 0;
  border: 1px solid #fff !important;
}

.our-team-area .owl-next i {
  line-height: 50px;
}

.our-team-area .owl-next:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.events-news-sec {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background-color: #f3f5fa;
}

.news-card {
  padding: 40px 85px 40px 50px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 70%;
  position: relative;
  text-align: center;
  width: 60%;
  margin: 2px;
}

.card-news-img {
  z-index: 999;
  position: absolute;
  top: 21%;
  width: 323px;
  right: 0px;
  text-align: right;
}

.tittle-news-text {
  letter-spacing: 0;
  color: #000;
  font-size: 19px;
  line-height: 25px;
  font-weight: 700;
  max-width: 286px;
  margin-bottom: 15px;
}

.news-paragraph {
  font-size: 16px;
  max-width: 262px;
  color: #000;
  margin: 14px 0;
}

.news-read-btn {
  font-size: 17px;
  font-weight: 700;
  color: #ec1f26;
  text-decoration: underline;
}

.news-read-btn:hover {
  text-decoration: none;
}

.news-event-title h4 {
  text-align: left;
  letter-spacing: 0;
  color: #000;
  font-size: 32px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ne-title h4:before {
  background-color: #E5272d;
  content: "";
  display: inline-block;
  height: 2.5px;
  position: relative;
  vertical-align: middle;
  width: 8%;
  margin-right: 10px;
}

.samarthanam-menu {
  background-color: #ec1f26;
  padding: 5px 15px;
  font-size: 14px !important;
  border: 1px solid #ec1f26;
  font-weight: 500 !important;
  letter-spacing: 0.7px;
  float: right;
  line-height: 28px;
  border-radius: 10px;
  margin-top: 5px;
  color: #FFFFFF !important;
  text-transform: uppercase;
  opacity: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: all .6s ease !important;
}

.events-news-sec .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 40px !important;
}

.testimonial-sec {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom:20px;
 background-image:url(../images/testimonial-benner.jpg);
 background-position:center;
 background-repeat:no-repeat;
}
.testimonial-content-box p{
    color:#fff!important;
}
.testimonial-sec::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
}

.testimonial-card-box {
  position: relative;
  width: 100%;
  text-align: center;
  height: max-content;
  max-width: 995px;
  margin: 0 auto;
}

.testimonial-card-box {
  position: relative;
  width: 100%;
  text-align: center;
  height: max-content;
  max-width: 995px;
  margin: 0 auto;
}

.testi-tittle {
  font-size: 26px;
  margin: 14px 0px 7px;
  font-weight: 700;
}

.testimonial-image {
  position: relative;
  text-align: center;
}

.testimonial-image img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  display: inline-block !important;
}

.testimonial-card-box .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  font-size: 22px;
  color: #000;
}

.testimonial-card-box .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  font-size: 22px;
  color: #000;
}

.text-left.paragraph-text {
  font-size: 15px;
  color: #000;
}

.card-one-event {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}

.date-top-sec {
  width: 62px;
  height: 45px;
  text-align: center;
  margin-bottom: -2px;
  background: #ff6015;
}

.date-lower-sec {
  text-align: center;
  background: #ff6015;
  margin-top: 2px;
  width: 62px;
  height: 45px;
}

.date-top-sec p {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
}

.date-lower-sec p {
  margin-top: 3px;
  margin-bottom: -10px;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 200;
  padding-top: 2px;
}

.description-sec {
  width: 83%;
  float: left;
  margin-left: 20px;
}

a.event-title {
  color: #000;
  font-weight: 800;
  font-size: 16px;
  display: block;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.events-btn {
  letter-spacing: 0;
  color: #ec1f26;
  font-size: 16px;
  text-decoration: underline;
  line-height: 23px;
}

.gallery-sec {
  position: relative;
  width: 100%;
  padding: 40px 0;
}


.gallery-card-box {
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s all ease;
}

.gallery-card-box:hover {
  transform: translate(0, -10px);
}

.gallery-card-box:hover img {
  border-radius: 0;
}

.gallery-card-box:hover:before {
  transform: scale(1);
  opacity: 0.8;
  visibility: visible;
  border-radius: 10px;
}

.gallery-card-box:hover i {
  opacity: 1;
  visibility: visible;
}

.gallery-card-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  transition: 0.5s all ease;
  transform: scale(0.8);
  visibility: hidden;
  border-radius: 30px 30px 0 30px;
}

.gallery-card-box img {
  width: 100%;
  border-radius: 4px;
  height: 200px;
  transition: 0.5s all ease;
}

.gallery-card-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  color: #fff;
  font-size: 40px;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}

.btn-more-sec {
  position: relative;
  margin-top: 15px;
}

.view-btn {
  color: #fff;
  background: #ec1f26;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 17px;
}

.page-title-area {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ec1f26;
  opacity: 0.55;
}

.page-title-area .title-item {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 106px;
}

.page-title-area .title-item h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 5px;
}

.page-title-area .title-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
  position: relative;
}

.page-title-area .title-item ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 10px;
  left: 60px;
  background-color: #fff;
  transition: 0.5s all ease;
  animation: rotate360 1s infinite linear;
  border: 2px solid #ff6015;
}

.page-title-area .title-item ul li:last-child:before {
  display: none;
}

.page-title-area .title-item ul li a {
  display: inline-block;
  color: #fff;
}

.page-title-area .title-item ul li a:hover {
  color: #ff6015;
}

.page-title-area .title-item ul li span {
  display: inline-block;
  color: #fff;
}

.title-bg-one {
  background-image: url("../images/about-us-copy.jpg");
}

.gallery-page-sec {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.contact-info-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-info-area .contact-info {
  margin-bottom: 30px;
  text-align: center;
}

.contact-info-area .contact-info i {
  display: inline-block;
  color: #ff6015;
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-info-area .contact-info span {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5px;
}

.contact-info-area .contact-info a {
  display: block;
  color: #302c51;
  font-size: 17px;
  font-weight: 600;
}

.contact-info-area .contact-info a:hover {
  color: #ff6015;
}

.contact-area #contactForm {
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.contact-area #contactForm h2 {
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: -5px;
}

.contact-area #contactForm p {
  margin-bottom: 30px;
}

.contact-area #contactForm .form-group {
  margin-bottom: 15px;
  position: relative;
}

.contact-area #contactForm .form-group label {
  margin-bottom: 0;
}

.contact-area #contactForm .form-group label i {
  position: absolute;
  top: 40px;
  right: 12px;
  display: inline-block;
  font-size: 17px;
  color: #ff6015;
}

.contact-area #contactForm .form-group label a {
  color: #ff6015;
  transition: 0.5s all ease;
}

.contact-area #contactForm .form-group label a:hover {
  color: #2e9a7a;
}

.contact-area #contactForm .form-group .form-check {
  display: inline-block;
}

.contact-area #contactForm .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  padding-left: 20px;
  font-size: 15px;
  border: 1px solid #ccc;
}

.contact-area #contactForm .form-group .form-control:focus {
  border: 1px solid #ccc;
  box-shadow: none;
}

.contact-area #contactForm .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.contact-area #contactForm .form-group .list-unstyled {
  font-size: 15px;
  margin-top: 10px;
  color: #dc3545;
}

.contact-area #contactForm .common-btn {
  width: 100%;
  text-align: center;
  display: block;
  transition: 0.5s all ease;
  opacity: 1;
  background: #ff6015;
  color: #fff;
}

.contact-area #contactForm .text-danger {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 22px;
  color: #dc3545;
}

.contact-area #contactForm .text-success {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 22px;
  color: #28a745;
}

.map-area #map {
  width: 100%;
  display: block;
  height: 400px;
  border: 0;
}

.about-sec-page {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.events-sec-page {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.main-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.events-tittle-header p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  margin-bottom: 10px;
}

.events-details-img {
  position: relative;
  padding-top: 30px;
}

.blog-details-area .details-item .details-img img {
  margin-bottom: 20px;
  width:100%;
  border-radius:8px;
}

.blog-details-area .details-item .details-img h2 {
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.blog-details-area .details-item .details-img ul {
  margin-bottom: 10px;
}

.blog-details-area .details-item .details-img ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}

.blog-details-area .details-item .details-img ul li:last-child {
  margin-right: 0;
}

.blog-details-area .details-item .details-img ul li i {
  display: inline-block;
  font-size: 16px;
  color: #ff6015;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.blog-details-area .details-item .details-img ul li a {
  display: inline-block;
  color: #757575;
}

.blog-details-area .details-item .details-img ul li a:hover {
  color: #ff6015;
}

.blog-details-area .details-item .details-img p {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: justify;
  color: #000;
}

.blog-details-area .details-item .details-img .img {
  padding-top: 20px;
}

.blog-details-area .details-item .details-img .img img {
  width: 100%;
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-img .img p {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-img blockquote {
  background-color: #f9f9f9;
  padding: 30px 30px 30px 60px;
  font-size: 18px;
  font-weight: 600;
  color: #302c51;
  position: relative;
  margin-left: 35px;
  margin-bottom: 25px;
}

.blog-details-area .details-item .details-img blockquote i {
  position: absolute;
  top: 45px;
  left: -35px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
  color: #ff6015;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5490196078);
  font-size: 30px;
  border-radius: 50%;
}

.blog-details-area .details-item .details-img .img-area {
  padding-top: 20px;
}

.blog-details-area .details-item .details-img .img-area img {
  margin-bottom: 30px;
  width: 100%;
}

.blog-details-area .details-item .details-share {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-share .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
}

.blog-details-area .details-item .details-share .left ul li:last-child {
  margin-right: 0;
}

.blog-details-area .details-item .details-share .left ul li span {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}

.blog-details-area .details-item .details-share .left ul li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ff6015;
  border: 1px solid #ff6015;
  border-radius: 50%;
  font-size: 15px;
}

.blog-details-area .details-item .details-share .left ul li a i {
  line-height: 30px;
}

.blog-details-area .details-item .details-share .left ul li a:hover {
  color: #fff;
  background-color: #ff6015;
}

.blog-details-area .details-item .details-share .right {
  text-align: right;
}

.blog-details-area .details-item .details-share .right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.blog-details-area .details-item .details-share .right ul li:before {
  position: absolute;
  content: ",";
  color: #ff6015;
  top: -5px;
  right: -7px;
  font-size: 20px;
}

.blog-details-area .details-item .details-share .right ul li:first-child:before {
  display: none;
}

.blog-details-area .details-item .details-share .right ul li:last-child {
  margin-right: 0;
}

.blog-details-area .details-item .details-share .right ul li:last-child:before {
  display: none;
}

.blog-details-area .details-item .details-share .right ul li span {
  display: inline-block;
  font-weight: 600;
}

.blog-details-area .details-item .details-share .right ul li a {
  display: inline-block;
  color: #ff6015;
}

.blog-details-area .details-item .details-share .right ul li a:hover {
  color: #302c51;
}

.blog-details-area .details-item .details-comment {
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-comment h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-comment ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 130px;
  margin-bottom: 30px;
}

.blog-details-area .details-item .details-comment ul li:last-child {
  margin-bottom: 0;
  margin-left: 70px;
}

.blog-details-area .details-item .details-comment ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.blog-details-area .details-item .details-comment ul li h4 {
  font-size: 17px;
  margin-bottom: 5px;
}

.blog-details-area .details-item .details-comment ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.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: #ff6015;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-details-area .details-item .details-comment ul li a:hover {
  color: #302c51;
}

.blog-details-area .details-item .details-post {
  background-color: #fafafa;
  padding: 50px 50px 50px;
}

.blog-details-area .details-item .details-post h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: -5px;
}

.blog-details-area .details-item .details-post .form-group {
  position: relative;
  margin-bottom: 15px;
}

.blog-details-area .details-item .details-post .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #ff6015;
  font-size: 20px;
}

.blog-details-area .details-item .details-post .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  border: 0;
  background-color: #fff;
  padding-left: 45px;
  font-size: 15px;
}

.blog-details-area .details-item .details-post .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}

.blog-details-area .details-item .details-post .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}

.blog-details-area .details-item .details-post .common-btn {
  transition: 0.5s all ease;
  width: 100%;
  display: block;
}

.widget-area .admin {
  background-color: #fafafa;
  padding: 30px 30px 30px;
  text-align: center;
}

.widget-area .admin img {
  border-radius: 50%;
  margin-bottom: 15px;
}

.widget-area .admin h4 {
  margin-bottom: 12px;
  font-size: 18px;
}

.widget-area .admin span {
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
}

.widget-area .admin ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.widget-area .admin ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #ff6015;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5490196078);
  border-radius: 50%;
  font-size: 15px;
}

.widget-area .admin ul li a i {
  line-height: 30px;
}

.widget-area .admin ul li a:hover {
  color: #fff;
  background-color: #ff6015;
}

.widget-area .widget-item {
  margin-bottom: 30px;
}

.widget-area .widget-item:last-child {
  margin-bottom: 0;
}

.widget-area .widget-item h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.widget-area .search {
  position: relative;
}

.widget-area .search .form-control {
  height: 50px;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 15px;
  border: 0;
  background-color: #fff;
  border: 1px solid #000;
}

.widget-area .search .form-control:focus {
  border: 1px solid #000;
  box-shadow: none;
}

.widget-area .search .btn {
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #ff6015;
  transition: 0.5s all ease;
}

.widget-area .search .btn:hover {
  color: #302c51;
}

.widget-area .post .post-inner {
  margin-bottom: 15px;
}

.widget-area .post .post-inner:last-child {
  margin-bottom: 0;
}

.widget-area .post .post-inner ul {
  display: flex;
  flex-wrap: wrap;
}

.widget-area .post .post-inner ul li {
  list-style-type: none;
  display: inline-block;
}

.widget-area .post .post-inner ul li:nth-child(1) {
  flex: 0 0 28%;
  max-width: 28%;
}

.widget-area .post .post-inner ul li:nth-child(2) {
  flex: 0 0 67%;
  max-width: 67%;
  margin-left: 15px;
}

.widget-area .post .post-inner ul li h4 {
  font-size: 16px;
  margin-bottom: 3px;
}

.widget-area .post .post-inner ul li h4 a {
  color: #302c51;
}

.widget-area .post .post-inner ul li h4 a:hover {
  color: #ff6015;
}

.widget-area .post .post-inner ul li p {
  margin-bottom: 0;
  font-size: 14px;
}

.widget-area .post .post-inner ul li p a {
  display: inline-block;
  color: #757575;
}

.widget-area .post .post-inner ul li p a:hover {
  color: #ff6015;
}

.widget-area .common-right-content ul li {
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #f5f2f2;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  transition: 0.5s all ease;
}

.widget-area .common-right-content ul li:hover {
  margin-left: 5px;
}

.widget-area .common-right-content ul li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff6015;
}

.widget-area .common-right-content ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget-area .common-right-content ul li a {
  display: block;
  color: #302c51;
}

.widget-area .common-right-content ul li a:hover {
  color: #ff6015;
}

.widget-area .instagram .instagram-item {
  position: relative;
}

.widget-area .instagram .instagram-item img {
  width: 100%;
}

.widget-area .instagram .instagram-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #302c51;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: 0.5s all ease;
}

.widget-area .instagram .instagram-item a {
  display: inline-block;
  color: #fff;
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}

.widget-area .instagram .instagram-item:hover:before {
  opacity: 0.7;
  visibility: visible;
  transform: scale(1);
}

.widget-area .instagram .instagram-item:hover a {
  visibility: visible;
  opacity: 1;
}

.event-area.four {
  background-image: unset;
}

.event-area.four:before {
  display: none;
}

.families-sec-page {
  position: relative;
  padding: 40px 0;
  width: 100%;
}

.video-gallry-box iframe {
  position: relative;
  width: 100%;
  border: 4px solid #fff;
  border-radius: 11px;
}

.videoes-sec-page {
  position: relative;
  width: 100%;
  background-color: #f3f5fa;
  padding: 50px 0;
}

.Award-page-sec {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.award-text-box {
  position: relative;
  width: 100%;
  padding: 15px 3px;
  text-align: center;
}

.award-img {
  position: relative;
}

.p-3 {
  padding: 1rem !important;
}

.tittle-award {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  line-height: 26px;
}

.btn-read-more-award {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  line-height: 25px;
}

.award-box-image-text-box {
  position: relative;
  width: 100%;
  border: 2px solid #ff6015;
  padding: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.term-condition-page {
  position: relative;
  width: 100%;
  padding: 50px 0;
}

.condition-title {
  font-size: 31px;
  font-weight: 700;
  color: #000;
}

.condition-para {
  font-size: 15.5px;
  color: #000;
  text-align: justify;
  margin-bottom: 15px;
}

.condition-sub-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
}

.nominee-sec-page {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.bloodGroup.bs-select-hidden {
  display: block !important;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6B6A75;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nominee-sec-page .input-box {
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
}

.nice-select.bloodGroup.bs-select-hidden {
  display: none !important;
}

.control-label {
  display: block;
  color: #000;
  margin-bottom: 5px;
}

.nominee-sec-page .country-code {
  position: absolute;
  top: 0px;
  height: 45px;
  border-right: 1px solid #000;
  text-align: center;
  width: 50px;
  font-size: 14px;
  left: 0px;
  color: #666;
  line-height: 45px;
}

.input-box input {
  color: #000;
  border: 1px solid #000 !important;
  background: #fff;
  border-radius: 10px;
  height: 45px;
  padding: 7px 15px;
  width: 100%;
}

.nominee-sec-page .mob_no {
  padding-left: 55px !important;
}

.input-box .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #125a94;
}

.news-sec-page {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.news-text-content-box {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 1px 0 14px rgb(0 0 0 / 30%);
  border-radius: 8px;
  padding: 5px;
  margin-bottom:20px;
}

.news-img img {
  width: 100%;
  position: relative;
}

.news-text-box {
  position: relative;
  padding: 12px 4px;
}
.news-text-box p{
  font-size: 15px;
  color: #000;
}

.news-tittle-text {
  position: relative;
  font-size: 21px;
  color: #000;
  font-weight: 700;
}

.event-page-sec {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.events-img img {
  width: 100%;
}

.events-card-box-image {
  position: relative;
  width: 100%;
  border-radius: 0px;
  padding: 0px;
  text-align: center;
  margin-bottom: 20px;
}

.logo-one {
  height: 115px;
}

.navbar-brand.nav-logo {
  padding-top: 1px;
  padding-bottom: 1px;
}

.activities-names a {
  font-size: 18px;
  color: #000;
}

.activities-names {
  text-align: center;
  padding-top: 11px;
  position: relative;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}



.events-sec-page:hover .owl-prev,
.events-sec-page:hover .owl-next {
  opacity: 1;
}

.events-sec-page .latest-events-slider .owl-prev {
  position: absolute;
  top: 43%;
  left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 20px !important;
  transition: 0.5s all ease;
  opacity: 1;
  border: 1px solid #fff !important;

}

.events-sec-page .latest-events-slider .owl-prev i {
  line-height: 40px;
}

.events-sec-page .latest-events-slider .owl-prev:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.events-sec-page .latest-events-slider .owl-next:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.events-sec-page .latest-events-slider .owl-next {
  position: absolute;
  top: 43%;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 20px !important;
  transition: 0.5s all ease;
  opacity: 1;
  border: 1px solid #fff !important;
}

.events-sec-page .latest-events-slider .owl-next i {
  line-height: 40px;
}

.evnets-image-box {
  position: relative;
}

.evnets-image-box img {
  position: relative;
  width: 100% !important;
  height: 250px !important;
  border-radius: 1px;
}

.events-sec-page {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.events-sec-page .owl-theme .owl-nav {
  margin-top: 0px;
}

.activities-page-sec {
  position: relative;
  width: 100%;
  padding: 40px 0;
}


.events-news-sec:hover .owl-prev,
.events-news-sec:hover .owl-next {
  opacity: 1;
}

.events-news-sec .latest-news-slider .owl-prev {
  position: absolute;
  top: 43%;
  left: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 20px !important;
  transition: 0.5s all ease;
  opacity: 1;
  border: 1px solid #fff !important;

}

.events-news-sec .latest-news-slider .owl-prev i {
  line-height: 40px;
}

.events-news-sec .latest-news-slider .owl-prev:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.events-news-sec .latest-news-slider .owl-next:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.events-news-sec .latest-news-slider .owl-next {
  position: absolute;
  top: 43%;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 20px !important;
  transition: 0.5s all ease;
  opacity: 1;
  border: 1px solid #fff !important;
}

.events-news-sec .latest-news-slider .owl-next i {
  line-height: 40px;
}


.testimonial-sec:hover .owl-prev,
.testimonial-sec:hover .owl-next {
  opacity: 1;
}

.testimonial-sec .testimonial-slider .owl-prev {
  position: absolute;
  top: 43%;
  left: 45px;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #000 !important;
  background-color: transparent !important;
  font-size: 20px !important;
  transition: 0.5s all ease;
  opacity: 1;
  border: 1px solid #000 !important;

}

.testimonial-sec .testimonial-slider .owl-prev i {
  line-height: 40px;
}

.testimonial-sec .testimonial-slider .owl-prev:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.testimonial-sec .testimonial-slider .owl-next:hover {
  color: #fff !important;
  background-color: #ec1f26 !important;
  border: 1px solid #ec1f26 !important;
}

.testimonial-sec .testimonial-slider .owl-next {
  position: absolute;
  top: 43%;
  right: 45px;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  color: #000 !important;
  background-color: transparent !important;
  font-size: 20px !important;
  transition: 0.5s all ease;
  opacity: 1;
  border: 1px solid #000 !important;
}

.testimonial-sec .testimonial-slider .owl-next i {
  line-height: 40px;
}

.events-img img {
  position: relative;
  width: 100%;
  height: 250px !important;
}

.copyright-area-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: right;
}

.copyright-area-content ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.copyright-area-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -13px;
  width: 1px;
  height: 14px;
  background-color: #fff;
}

.copyright-area-content ul li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}


.header-area .right ul li .facebook-icon {
  background-color: #365493 !important;
  color: #fff;
}

.header-area .right ul li .twitter-icon {
  background-color: #3CF !important;
  color: #fff;
}

.header-area .right ul li .youtube-icon {
  background-color: #CB2027 !important;
  color: #fff;
}

.header-area .right ul li .insta-icon {
  background-color: #774430 !important;
  color: #fff;
}

.footer-item .footer-logo ul li .facebook-icon {
  background-color: #365493 !important;
  color: #fff;
}

.footer-item .footer-logo ul li .twitter-icon {
  background-color: #3CF !important;
  color: #fff;
}

.footer-item .footer-logo ul li .youtube-icon {
  background-color: #CB2027 !important;
  color: #fff;
}

.footer-item .footer-logo ul li .insta-icon {
  background-color: #774430 !important;
  color: #fff;
}

.footer-logo-img {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}

.footer-logo-img img {
  height: 150px;
}

.work-details-page {
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.work-details-img img {
  width: 100%;
  border-radius: 8px;
}

.work-paragraph {
  font-size: 16px;
  color: #000;
  text-align: justify;
}

.work-details-tittle {
  font-size: 26px;
  color: #000;
  font-weight: 700;
  margin-bottom: 13px;
}

.login__section--inner.account__login {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 8px;
  border: 5px solid #ec1f26;
}
.login__section--inner.payment.account__login {
    position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 8px;
  border: 5px solid #ec1f26; 
}
.account__login--header {
  position: relative;
  padding-bottom: 25px;
}

.login__section-page {
  position: relative;
  padding: 40px 0;
}

.account__login--input {
  width: 100%;
  height: 47px;
  border: 1px solid #000;
  border-radius: .5rem;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}

.form-box {
  position: relative;
}

.form-box .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 52px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #ec1f26;
}

.account__login--remember.position__relative {
  position: relative;
  padding-bottom: 10px;
}

.checkout__checkbox--input {
  position: absolute;
  left: 0;
  top: 37%;
  transform: translatey(-50%);
  opacity: 1;
  cursor: pointer;
  z-index: 999;
  height: 17px;
  width: 17px;
  border: 1px solid #000;
  border-radius: .3rem;
}

.checkout__checkbox--label {
  padding-left: 28px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: #000;
}
.account__login--header__title.h3.mb-10 {
  font-size: 24px;
  color: #ec1f26;
  font-weight: 800;
  border-bottom: 4px solid red;
  display: inline;
}

.account__login--forgot {
  font-weight: 600;
  color: #ec1f26;
  font-size: 15px;
  padding: 0;
  background: inherit;
  border: 0;
}

.account__login--btn.primary__btn {
  background-color: #ec1f26;
  color: #fff;
  font-size: 16px;
  outline: none;
  border: none;
  padding: 0px 25px;
  height: 47px;
  line-height: 47px;
  width: 100%;
  margin-top: 10px;
  border-radius: 16px;
}

.account__login--signup__text {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding-top: 10px;
  margin-bottom: 0px;
}

.account__login--signup__text a {
  color: #ec1f26;
}
.checkout_form_box {
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 24px;
  max-width: 800px;
  border-radius: 8px;
  margin: 0 auto;
  border: 5px solid #ec1f26;
}
.checkout_title_name {
  margin-top: 0;
  font-size: 17px;
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  padding: 12px 15px 12px;
  background: #ec1f26;
  color: #fff;
  text-align: center;
}
.checkout__page--area{
  padding: 40px 0;
  position: relative;
}
.form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 15px;
  text-transform: unset;
  color: #232323;
  cursor: pointer;
}
.form-login .form-control {
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 4px;
}
.form-login .form-control:focus-visible{
 border-width: none!important;
 border-color: none!important;
 outline: none!important;
  
}
.checkout_form_box .form-group {
  margin-bottom: 15px;
}
.checkout__page--area.donate-form .form-group {
  margin-bottom: 15px;
}
.form-group.donate-btn-sub{
    margin-top:15px!important;
    margin-bottom:0px!important
}
.checkout__page--area.donate-form .form-control {
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 4px;
}
.donation-form-box.donation-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 5px solid #ec1f26;
}
.Donate-title.h3-sm.fw-5.mb-3 {
  padding-bottom: 12px;
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 800;
}
.donate-btn-submit {
  background: #ec1f26;
  border: none;
  padding: 9px 27px;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 24px;
  cursor: pointer;
}
.e-book-sec-page{
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.e-book-card-box {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 5px solid #ec1f26;
}
.patrika-sec-page{
    position:relative;
    width:100%;
    padding:40px 0;
}
.patrika-title {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight:600;
    color:#000;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 10px;
}
.patrika-card-box {
    position: relative;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 0px;
    border-radius: 5px;
    border: 4px solid #ec1f26;
}
.patrika-tittle-box {
    position: relative;
    padding: 10px 10px;
    text-align: center;
}
.patrika-img img{
    height:400px;
    width:100%;
}
.news-img {
    position: relative;
    width: 100%;
}
.news-img img{
    position: relative;
    width: 100%;
    height: 225px;
}
.bg_inside_divider {
    background-image: url(../images/background-image-mandir.svg);
    background-size: 134px 22px;
    height: 20px;
    display: block;
    z-index: 1;
    transform: scale(1, -1);
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    top: -10px;
}
.background_pattern-bg1{
       background-image: url(../images/bg-image1.svg);
       background-position: left -100% top;
       background-repeat:repeat;
}
.image_bottom_inside_divider {
    background-image: url(../images/background-image-mandir.svg);
    background-size: 134px 22px;
    bottom: 0!important;
    height: 19px;
    z-index: 1;
    transform: scale(-1, 1);
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
}
.patrika_price357 {
    position: relative;
    bottom: 0;
    text-align: center;
    right: 10px;
    margin: 0px 0px 10px 0px;
}
.nominee-sec-page .input-box .nice-select.form-control.dropdown-flield {
    line-height: 31px;
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    border-radius: 10px;
}
.form-nomini-box {
    position: relative;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    border: 4px solid #ec1f26;
    border-radius: 11px;
    padding: 20px;
}
button.btn.evnt-btn {
    background: #ec1f26;
    color: #fff;
    padding: 8px 77px;
}

a.btn.evnt-btn {
    float: right;
    background: #ec1f26;
    color: #fff;
    padding: 8px 25px;
}
.form-nomini-box .nomi-tittle{
    text-align:center;
}
.form-nomini-box .nomi-tittle {
    text-align: center;
    margin-bottom: 16px;
}
.news-card.down-text1{
    display:none;
}

