body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #050708;
}
a {
  color: #050708;
  font-size: 14px;
  transition-duration: 0.4s;
}
a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition-duration: 0.4s;
  font-size: inherit;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.col-1by5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.pad-none {
  padding-left: 0px;
  padding-right: 0px;
}
.pad-left-none {
  padding-left: 0;
}
.pad-right-none {
  padding-right: 0;
}
.pad-5-row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.pad-5-row > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.white-bg {
  background: #fff;
}
.blue-bg {
  background: #103a70 !important;
}
p {
  font-weight: 300;
  font-size: 18px;
  color: #050708;
  line-height: 23.61px;
  margin-bottom: 25px;
}
p.alt {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px;
}
/*  Commomn styles end */
.contentDiv {
  width: 300px;
  height: 1000px;
  background-color: #ff0000;
}
button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover, button.back-to-top:active, button.back-to-top:focus, {
  outline: 0 !important;
}
button.back-to-top::before, button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #10B48E;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}
button.back-to-top.show::after, button.back-to-top.show::before {
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color: #003a70;
  position: relative;
  top: -24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0 1.5px 2.2px rgba(0, 0, 0, 0.02), 0 3.5px 5.3px rgba(0, 0, 0, 0.028), 0 6.6px 10px rgba(0, 0, 0, 0.035), 0 11.8px 17.9px rgba(255, 255, 255, 0.04), 0 22.1px 33.4px rgba(0, 0, 0, 0.05), 0 53px 80px rgba(255, 255, 255, 0.07);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
.loading-popup .modal-dialog {
  width: 600px;
  margin: 125px auto;
}
.loading-popup .modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px;
}
.loading-popup .modal-content {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  box-shadow: none;
  border-radius: 0px;
  border: none;
}
.loading-popup .modal-header .close {
  margin-top: 0px;
  position: absolute;
  top: 8px;
  z-index: 999;
  right: 8px;
  opacity: 1;
  background-color: #bc1a20;
  border-radius: 29px;
  width: 25px;
  height: 25px;
  color: #fff;
  font-weight: 400;
}
.loading-popup .modal-body h2 {
  font-size: 26px;
  font-weight: 600;
  text-shadow: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #134d92;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
}
.loading-popup .modal-body .popup-selection-box {
  cursor: pointer;
  padding: 22px 0 10px;
  width: 100%;
  text-decoration: none;
  background-color: #bc1a20;
  border-radius: 5px;
  display: block;
  height: 125px;
  text-align: center;
  transition-duration: 0.4s;
  border: 2px solid #fff;
}
.loading-popup .modal-body .popup-selection-box:hover {
  border: 2px solid #d6e5ec;
  transition-duration: 0.4s;
}
.popup-selection-box img {
  width: 55px;
}
.popup-selection-box p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 23.61px;
  margin-bottom: 25px;
}
.loading-popup .modal-body {
  position: relative;
  padding: 18px 30px;
}
.loading-popup .footer {
  padding-bottom: 12px;
  padding-top: 15px;
}
.loading-popup .footer h3 {
  font-size: 19px;
  color: #bc1a20;
  margin-bottom: 20px;
  margin-top: 0px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
.loading-popup .footer p {
  color: #003a70;
  font-size: 16px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-weight: 400;
}
/* header styles start */
.header-top {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 0px;
  background-color: #00446c;
}
.top-mail {
  float: left;
  margin-top: 12px;
}
.top-mail a {
  color: #fff;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}
.top-mail a:hover {
  color: #469caa;
}
.contact-top {
  float: right;
}
.contact-top a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-left: 50px;
}
.contact-top a:hover {
  color: #469caa;
}
.contact-top img {
  width: 24px;
  margin-right: 15px;
}
.log-out-btn {
  border-radius: 0px;
  padding: 11px 17px;
  color: #fff !important;
  background-color: #434141;
}
.top-evaluation {
  border-radius: 0px;
  padding: 11px 17px;
  color: #fff !important;
  background-color: #bc1a20;
}
.top-evaluation:hover {
  color: #fff !important;
  background-color: #042e60;
}
.top-evaluation img {
  width: 25px;
  padding-left: 5px;
}
header {
  position: static;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
}
.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand > img {
  display: block;
  width: 130px;
}
.navbar-right {
  float: right !important;
  margin-right: -30px;
  margin-top: 21px;
}
.navbar-default .navbar-nav > li > a {
  color: #00446c;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #bc1a20;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #bc1a20;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #bc1a20;
  background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #00446c;
  white-space: nowrap;
  text-transform: uppercase;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bc1a20;
}
/*  header styles end  */
/* banner style start */
.carousel-caption {
  right: 44%;
  left: 7%;
  text-align: left;
  bottom: 20%;
  border-bottom: 3px solid #fff;
  padding: 15px 30px 25px 31px;
  background-color: rgba(255, 255, 255, 0.6);
}
.carousel-caption h2 {
  font-size: 40px;
  font-weight: 600;
  text-shadow: none;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #134d92;
  font-family: 'Source Sans Pro', sans-serif;
}
.carousel-caption p {
  font-weight: 500;
  font-size: 18px;
  color: #bc1a20;
  line-height: 25px;
  margin-bottom: 4px;
  text-shadow: none;
  margin-top: 12px;
}
.carousel-caption .banner-btn {
  padding: 10px 25px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  background-color: #bc1a20;
  font-weight: 600;
}
.carousel-caption .banner-btn:hover {
  background-color: #00446c;
}
/* banner style end */
/* search section style start*/
.search-section {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 0px;
  background-color: #fff;
  width: 100%;
  float: left;
  box-shadow: inset 0 0 0 1px rgba(143, 160, 241, .2), 0 10px 20px rgba(225, 232, 255, 0.59);
}
.search-inner {
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 5px;
}
.search-section .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eff0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.search-section .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: none;
}
.search-section .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: transparent;
  border-color: transparent;
}
.search-section .btn-default {
  color: #333;
  background-color: #fff;
  padding: 11px 15px;
  font-size: 15px;
  font-weight: 500;
}
.search-section button {
  background-color: #e00108;
  border: none;
  padding: 12px 34px;
  color: #fff;
  width: 100%;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 600;
}
/* search section style end*/
/* call-to-action style start */
.call-to-action .container-fluid {
  padding: 0;
}
.call-to-action-corner {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/left-box-bg.jpg");
}
.corner-left {
  background-image: url("../img/left-box-bg.jpg");
}
.corner-right {
  background-image: url("../img/right-box-bg.jpg");
}
.call-to-action-center {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/center-box-bg.jpg");
}
.call-to-action-corner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(188, 26, 32, 0.9);
}
.single-call-to-action {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 25px;
}
.single-call-to-action .icon-box, .single-call-to-action .content-box {
  display: inline-block;
  vertical-align: top;
}
.single-call-to-action .icon-box {
  width: 50px;
  position: relative;
  bottom: 15px;
}
.single-call-to-action .icon-box .fa {
  font-size: 30px;
  color: #fff;
}
.single-call-to-action .content-box {
  text-align: left;
  padding-left: 15px;
}
.single-call-to-action .content-box h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0px;
}
.single-call-to-action .content-box p {
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.single-call-to-action .content-box .thm-btn.inverse {
  background-color: transparent;
  padding: 7px 22px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 25px;
}
.single-call-to-action .content-box .thm-btn.inverse:hover {
  background-color: #0d4da3;
  border: 2px solid #fff;
  border-radius: 25px;
}
.call-to-action-center::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 68, 108, 0.9);
}
/* call-to-action style start */
/* home-about-section style start */
.home-about-section {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 100%;
  z-index: 999;
  box-shadow: none;
  margin-bottom: 0px;
  border-radius: 5px;
  overflow: hidden;
  background-image: url("../img/bg2.png");
  padding: 40px 0px;
  background-repeat: repeat;
  background-position: inherit;
  background-attachment: fixed;
}
.home-about {
  padding: 50px 30px;
  background-color: transparent;
  display: inline-block;
  float: left;
  width: 100%;
}
.home-about h2 {
  font-size: 28px;
  margin-top: 0px;
  color: #334562;
  margin-bottom: 23px;
}
.home-about p {
  font-weight: 400;
  font-size: 15px;
  color: #393939;
  line-height: 28px;
  margin-bottom: 23px;
  text-align: justify;
}
.home-about a {
  font-size: 14px;
  color: #35114f;
  text-transform: uppercase;
  font-weight: 500;
}
/* home-about-section style end */
/* quick-contact-section style start */
.quick-contact-section {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/quick-contact-bg.jpg");
  display: inline-block;
  float: left;
  width: 100%;
  background-position: center;
}
.quick-form {
  float: right;
  background-color: rgb(188, 26, 32);
  padding: 40px 40px;
}
.quick-form .form-control .bootstrap-select {
  width: 100% !important;
}
.quick-form h2 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0px;
}
.quick-form .form-control {
  display: block;
  width: 100%;
  padding: 6px 0px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: 1px solid #fff !important;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
}
.quick-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.quick-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.quick-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.quick-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.quick-form .dropdown-toggle {
  background-color: transparent;
  color: #fff;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  outline: none;
  padding-left: 0px;
  border-bottom: 1px solid #fff;
}
.quick-form .dropdown-toggle.btn-default:hover {
  color: #fff;
  outline: none;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.quick-form .dropdown-toggle.btn-default:active {
  color: #fff;
  outline: none;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.quick-form .common-btn {
  float: right;
  padding: 10px 25px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  background-color: #bc1a20;
  font-weight: 600;
}
.quick-form .btn-group.bootstrap-select {
  width: 100% !important;
}
/* quick-contact-section style end */
/* donar-section start*/
.donar-section {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.donar-box {
  border-radius: 0px;
  top: 52px;
  left: 97px;
  width: 465px;
  position: absolute;
  padding: 60px 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.donar-box h2 {
  font-size: 30px;
  font-weight: 700;
  color: #484848;
  margin-top: 0px;
  margin-bottom: 15px;
}
.donar-box p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 20px;
}
.free-sell-btn {
  color: #fff !important;
  background-color: #bc1a20;
  padding: 10px 35px;
  border-radius: 0px;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
}
.free-sell-btn:hover {
  color: #fff;
  background-color: #1e2c47;
  padding: 10px 35px;
  border-radius: 0px;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 700;
}
/*donar-section end*/
/*  events-page-section styles start  */
.blog-area {
  background-color: #fafafa;
  padding: 35px 0px 15px 0px;
  margin-bottom: 0px;
  display: inline-block;
  float: left;
  width: 100%;
  background-image: url("../img/bg2.png");
  background-repeat: repeat;
  background-position: inherit;
  background-attachment: fixed;
}
.blog-area h2 {
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #334562;
  margin-bottom: 1px;
  text-align: center;
}
.blog-area p {
  font-weight: 400;
  font-size: 15px;
  color: #393939;
  line-height: 28px;
  margin-bottom: 22px;
  text-align: center;
}
.blog-wrapper {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
  transition: .3s;
}
.blog-wrapper.home-blog-wrapper:hover {
  box-shadow: 10px 20px 30px rgba(0, 0, 0, .12);
}
.blog-thumb {
  margin-bottom: 20px;
}
.meta-info ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.meta-info ul li:first-child::before {
  display: none;
}
.meta-info ul li::before {
  border: 1px solid #999;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: -4px;
  position: absolute;
  top: 6px;
  width: 5px;
}
.blog-content.home-blog h2 {
  font-size: 17px;
  margin-bottom: 12px;
  margin-top: 14px;
  text-align: left;
  font-weight: bolder;
}
.blog-content p {
  font-weight: 400;
  font-size: 15px;
  color: #393939;
  line-height: 25px;
  margin-bottom: 8px;
  text-align: left;
}
.link-box p {
  font-size: 16px;
  color: #af1f31;
  text-align: left;
}
.blog-details-page-right-section h2 {
  margin-top: 0px;
}
.pagination-section {
  float: right;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.pagination-section .pagination > li > a, .pagination-section .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #003a70;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #003a70;
  border-radius: 0px;
}
.pagination-section .page-link:hover {
  background-color: #bc1a20 !important;
  color: #fff !important;
}
/*  events-page-section styles end  */
/*testimonial-section*/
.testimonial-section {
  display: inline-block;
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  background-image: url("../img/testimonial-bg.jpg");
  text-align: center;
}
.owl-carousel .testiomnial-owl img {
  display: inline-block;
  width: auto;
  background-color: #fff;
  height: 109px;
  border-radius: 50%;
  border: 5px solid #fff;
  text-align: center;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 8px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #cc3538;
}
.testimonial-section h2 {
  color: #fff;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 3px;
  text-align: center;
  font-size: 25px;
}
.testimonial-section h3 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 8px;
}
.testimonial-section h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 21px;
  margin-bottom: 15px;
}
.testimonial-section p {
  color: #fff;
  margin-bottom: 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
}
/*testimonial-section*/
/* our-institutions style start*/
.our-institutions {
  padding-bottom: 40px;
  padding-top: 20px;
}
.our-institutions h2 {
  color: #334562;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 25px;
}
/* our-institutions style end*/
/* footer styles start */
.subscribe {
  background-color: #bc1a20;
  padding: 33px 0px;
}
.subscribe h2 {
  font-size: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 6px;
  margin-bottom: 0px;
  color: #fff;
  float: left;
  font-weight: 500;
}
.newsletter .content .form-control {
  height: 50px;
  border-color: #ffffff;
  border-radius: 0;
  color: #3a0a5c;
}
.newsletter .content.form-control:focus {
  box-shadow: none;
  border: 2px solid #243c4f;
}
.newsletter .content .btn {
  min-height: 50px;
  border-radius: 0;
  background: #00446c;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 11px 25px;
}
.newsletter .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  float: right;
  width: 580px;
}
.footer-section {
  background-color: #003a70;
  padding: 40px 0px;
}
.footer-logo {
  width: 150px;
}
.footer-section h2 {
  font-size: 20px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
}
.footer-section h3 {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  margin-bottom: 9px;
}
.footer-section ul {
  list-style: none;
  padding-left: 0px;
}
.footer-section ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.footer-section ul li a:hover {
  color: #1ab4bc;
  font-weight: 400;
}
.footer-section p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 21px;
  margin-bottom: 10px;
  text-align: left;
  margin-top: 20px;
}
.footer-about-btn {
  font-weight: 500;
  font-size: 15px !important;
  color: #1ab4bc !important;
  margin-bottom: 25px;
  display: inline-block;
}
.social ul li {
  float: left;
  padding-right: 7px;
}
.social ul li a {
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 34px;
  text-align: center;
  border-radius: 29px;
  background-color: transparent;
  color: #fff !important;
  border: 2px solid #fff;
  font-size: 15px !important;
}
.social ul li a:hover {
  background-color: #bc1a20;
  color: #fff !important;
  border: 2px solid #fff;
}
.footer-bottom {
  background-color: #012c55;
  text-align: center;
  padding: 10px 0px;
}
.footer-bottom p {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 23.61px;
  margin-bottom: 0px;
}
/*  footer styles end  */
/********************* Inner pages style start ******************************************************************/
/* inner pages style start */
.inner-page-body header {
  position: static;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  background-color: #181d21;
}
.inner-page {
  position: relative;
}
.inner-banner-text {
  position: absolute;
  bottom: 25px;
  right: 50px;
}
.inner-banner-text ul {
  list-style: none;
  padding-left: 0px;
}
.inner-banner-text ul li {
  float: left;
}
.inner-banner-text ul li a {
  color: #fff;
  font-size: 13px;
}
.inner-banner-text ul li > strong {
  font-weight: 400;
  color: #fff;
  padding: 0px 5px;
}
.inner-banner-text h2 {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 3px;
}
/* inner pages style end */
/* volunteers pages style start */
.volunteers-section {
  background-image: url("../img/bg2.png");
  padding: 40px 0px;
  background-repeat: repeat;
  background-position: inherit;
  background-attachment: fixed;
}
.volunteers-section h1 {
  font-size: 28px;
  margin-top: 0px;
  color: #334562;
  margin-bottom: 0px;
  text-align: center;
}
.volunteers-section p {
  font-weight: 400;
  font-size: 15px;
  color: #393939;
  line-height: 28px;
  margin-bottom: 22px;
  text-align: center;
}
.our-team {
  padding: 20px 15px;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(143, 160, 241, .2), 0 10px 20px rgba(221, 227, 246, 0.59);
  border-bottom: 2px solid #ebeced;
  background-image: url("../img/pattern-9.png");
  background-color: #fff;
  background-position: center;
}
.our-team .picture {
  display: inline-block;
  height: 111px;
  width: 125px;
  margin-bottom: 1px;
  z-index: 1;
  position: relative;
}
.team-content h3 {
  font-size: 17px;
  margin-bottom: 5px;
  text-align: center;
  color: #003a70;
  margin-top: 0px;
}
.our-team .title {
  font-weight: 400;
  font-size: 15px;
  color: #575757;
  line-height: 19px;
  margin-bottom: 0px;
  text-align: center;
}
.our-team .title span {
  color: #bc1a20;
  font-weight: 500;
}
.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #e00108;
  position: absolute;
  bottom: 133%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.our-team:hover .picture::before {
  height: 100%;
}
.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.our-team .picture img {
  width: 80%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}
.our-team:hover .picture img {
  box-shadow: 0 0 0 9px #f7f5ec;
  transform: scale(0.7);
}
.blood-group {
  margin-top: 15px;
}
.blood-group img {
  width: 50px;
}
/* volunteers pages style end */
/* registration pages style start */
.registration-donar-section {
  background-image: url("../img/bg2.png");
  padding: 40px 0px;
  background-repeat: repeat;
  background-position: inherit;
  background-attachment: fixed;
}
.registration-donar-form {
  padding: 30px;
  box-shadow: inset 0 0 0 1px rgba(143, 160, 241, .2), 0 10px 20px rgba(213, 220, 247, .59);
  background-color: #fff;
}
.registration-donar-form h1 {
  font-size: 28px;
  margin-top: 0px;
  color: #334562;
  margin-bottom: 1px;
  text-align: center;
}
.registration-donar-form p {
  font-weight: 400;
  font-size: 15px;
  color: #393939;
  line-height: 28px;
  margin-bottom: 22px;
  text-align: center;
}
.registration-donar-form .form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #3f3a64;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: none;
}
.registration-donar-form label {
  font-size: 14px;
  font-weight: 500;
  color: #003a70;
}
.upload-image-box {
  margin-bottom: 30px;
}
.upload-profile-img {
  width: 134px;
  height: 134px;
  background-color: #ededed;
  border-radius: 50%;
  border: 2px solid #f4f4f4;
  text-align: center;
  line-height: 122px;
  overflow: hidden;
}
.input-container {
  max-width: 400px;
  background-color: #ededed;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-top: 45px;
}
/*input[type="file"] {
  display: none;
}*/
.file-info {
  font-size: 15px;
  padding: 10px 15px;
}
.browse-btn {
  background: #be171e;
  color: #fff;
  min-height: 35px;
  padding: 9px 19px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}
.browse-btn:hover {
  background: #4ec0b4;
}
@media (max-width: 300px) {
  button {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .file-info {
    display: block;
    margin: 10px 5px;
  }
}
.submit-btn-pro {
  color: #fff !important;
  background-color: #bc1a20;
  transition-duration: 0.4s;
  padding: 14px 29px;
  border-radius: 0px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  border: none;
}
.submit-btn-pro:hover {
  color: #fff !important;
  transition-duration: 0.4s;
  background-color: #003a70;
  padding: 14px 29px;
  border-radius: 0px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  border: none;
}
/* registration pages style end */
/* request-cancel-list-section style start */
.request-cancel-list-section {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 40px;
}
.request-cancel-list-box {
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(143, 160, 241, .2), 0 10px 20px rgba(213, 220, 247, .59);
  margin-bottom: 30px;
  background-color: #f9f9f9;
  position: relative;
}
.card-body {
  border: 1px solid #eaebee;
  padding: 50px 20px 30px 20px;
  background-color: #fff;
  
}
.bg4{
  background-image: url(../img/bg4.jpg);
    background-repeat: repeat;
    background-size: cover;
}
.bg3{
  background-image: url(../img/bg3.jpg);
    background-repeat: repeat;
    background-size: cover;
}
.cmnt-pick {
  text-align: center;
  background-color: #cfcfcf;
  padding: 9px 5px;
  background-image: url("../img/bg2.png");
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.imp {
  font-weight: 500 !important;
  color: #bc1a20 !important;
}
.cmnt-pick img {
  height: auto;
  border-radius: 50%;
  width: 55px;
  text-align: center;
}
.date-comment {
  position: absolute;
  top: 32px;
  right: 32px;
}
.date-comment p {
  color: #bc1a20 !important;
  font-weight: 500 !important;
}
.share-btn {
  background-color: #003a70;
  float: right;
  border: 5px solid #ebeced;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.cmnt-pick p {
  font-size: 15px;
  margin-bottom: 5px;
  text-align: center !important;
  color: #003a70 !important;
  margin-top: 0px;
  font-weight: 500;
}
.card-body h4 {
  font-size: 17px;
  margin-bottom: 6px;
  text-align: left;
  color: #003a70;
  margin-top: 0px;
}
.card-body p {
  font-weight: 600;
  font-size: 17px;
  color: #000;
  line-height: 29px;
  margin-bottom: 3px;
  text-align: left;
}
/* request-cancel-list-section style start */
/********************* Inner pages style end *******************************/
/* media Query */
/* Define mobile styles */
@media (max-width: 767px) {
  .col-1by5 {
    width: 100%;
  }
  .pad-none {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad-left-none {
    padding-left: 15px;
  }
  .pad-right-none {
    padding-right: 15px;
  }
  button.back-to-top.show {
    right: 4px;
  }
  .navbar-brand > img {
    display: block;
    width: 88px;
  }
  .notice marquee ul li {
    line-height: 3;
    margin-right: 15px;
  }
  .loading-popup .footer {
    padding-bottom: 12px;
    padding-top: 0px;
  }
  .popup-selection-box p {
    font-size: 15px;
    line-height: 23.61px;
    margin-bottom: 25px;
  }
  .navbar-default .navbar-toggle {
    border-color: #134d92;
    border-radius: 0px;
    margin-top: 18px;
  }
  .top-mail {
    float: none;
    margin-top: 12px;
    text-align: center;
  }
  .search-section .form-control {
    margin-bottom: 5px;
  }
  .donar-box {
    border-radius: 0px;
    top: 52px;
    left: 97px;
    width: auto;
    position: static;
    padding: 60px 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .contact-top {
    float: none;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .contact-top a {
    color: #fff;
    margin-left: 0;
  }
  .loading-popup .modal-dialog {
    width: 346px;
    margin: 125px auto;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #bc1a20;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-right {
    float: left !important;
    margin-right: 0px;
    margin-top: 15px;
  }
  .carousel-caption {
    right: 7%;
    left: 7%;
    bottom: 5%;
    border-bottom: 3px solid #fff;
    padding: 5px 19px 10px 21px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .carousel-caption p {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 1px;
    text-shadow: none;
    margin-top: 4px;
  }
  .carousel-caption h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .carousel-caption .banner-btn {
    padding: 6px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    background-color: #134d92;
    font-weight: 600;
  }
  .quick-form .bootstrap-select {
    width: 100%;
  }
  .quick-form .common-btn {
    float: none;
    width: 100%;
  }
  .subscribe h2 {
    font-size: 27px;
    margin-top: 6px;
    margin-bottom: 8px;
    color: #fff;
    float: left;
    text-align: center;
  }
  .newsletter .input-group {
    width: 344px;
  }
  .social {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .quick-form .btn-group.bootstrap-select {
    width: 100% !important;
  }
  .inner-banner-text {
    position: absolute;
    bottom: -2px;
    right: 41px;
  }
  .inner-banner-text ul li a {
    color: #fff;
    font-size: 12px;
  }
  .inner-banner-text h2 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
  }
}
/* tablet screens */
@media all and (min-width: 768px) and (max-width: 980px) {
  .header-margin {
    padding-right: 20px !important;
    font-size: 11px !important;
  }
  .carousel-caption {
    right: 20%;
    left: 7%;
    text-align: left;
    bottom: 11%;
  }
  .single-call-to-action .content-box p {
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    min-height: 52px;
    display: inline-block;
    float: left;
  }
  .social {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 27px;
  }
  .subscribe h2 {
    margin-bottom: 0px;
    color: #fff;
    float: none;
    font-weight: 500;
    text-align: center;
  }
  .newsletter .input-group {
    width: 100%;
    margin-top: 10px;
  }
  .donar-box {
    border-radius: 0px;
    top: 31px;
    left: 47px;
    width: 677px;
    position: absolute;
    padding: 21px 21px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .donar-box h2 {
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .donar-box p {
    text-align: center;
    font-size: 16px;
    margin-bottom: -2px;
    line-height: 20px;
  }
  .quick-form {
    float: none;
    background-color: rgb(188, 26, 32);
    padding: 40px 40px;
  }
  .quick-form .btn-group.bootstrap-select {
    width: 100% !important;
  }
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-1by5 {
    width: 20%;
  }
  .carousel-caption {
    right: 36%;
    left: 7%;
    text-align: left;
    bottom: 20%;
    border-bottom: 3px solid #fff;
    padding: 15px 30px 25px 31px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .top-course-list-box h2 {
    color: #334562;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 8px;
    min-height: 38px;
  }
  .quick-form .btn-group.bootstrap-select {
    width: 100% !important;
  }
  .subscribe h2 {
    font-size: 23px;
  }
  .donar-box {
    border-radius: 0px;
    top: -1px;
  }
}
@media all and (max-width: 980px) {}
/* Large screens*/
@media (min-width: 1200px) {
  .col-1by5 {
    width: 20%;
  }
  .container {
    width: 1290px;
  }
}
/*custom screen media */
@media (max-width: 359px) {}