 /*----------------------------------------
General Styles
----------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    color: #637282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 700;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #1968e0;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-weight: 300;
}

hr.hr {
    margin: 50px 0;
    opacity: 0.75;
}

.row-centered {
    text-align: center;
    position: relative;
    width: 100%;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #222;
}

.warpper {
    width: 100%;
    height: 100%;
}

.bg-color {
    background-color: #f8f9f9;
}

.bg-color-1 {
    background-color: #fa6262;
}

/*-------margins padding--------*/

.mg-tp-20 {
    margin-top: 20px;
}

.mg-tp-30 {
    margin-top: 30px;
}

.mg-tp-40 {
    margin-top: 40px;
}

.mg-tp-80 {
    margin-top: 80px;
}

.mg-bt-20 {
    margin-bottom: 20px;
}

.mg-bt-30 {
    margin-bottom: 30px;
}

.mg-bt-40 {
    margin-bottom: 40px;
}

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

.mg-tp-60 {
    margin-top: 60px;
}

.pd-bt-40 {
    padding-bottom: 40px;
}

.pd-bt-60 {
    padding-bottom: 60px;
}

.pd-bt-80 {
    padding-bottom: 80px;
}

.pd-tp-20 {
    padding-top: 20px;
}

.pd-tp-30 {
    padding-top: 30px;
}

.pd-tp-50 {
    padding-top: 50px;
}

.pd-tp-40 {
    padding-top: 40px;
}

.pd-tp-60 {
    padding-top: 60px;
}

.pd-tp-80 {
    padding-top: 80px;
}

.padd-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padd-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padd-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padd-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.padd-bt-0 {
    padding-bottom: 0 !important;
}

.padd-title {
  padding-top:150px;
    padding-bottom: 20px;
 }

/*----------------------------------------
Preloader page
----------------------------------------*/

.notice_cont p {
color: red;
font-size: 13px;
font-weight: 700;
line-height: 20px;
}

#loading-page{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
}
#loading-center-page{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.loader {
 width: 56px;
 height: 56px;
 border: 8px solid rgba(250, 98, 98, 0.25);
 border-top-color: #fa6262;
 border-radius: 50%;
 position: relative;
 animation: rotate 1s linear infinite;
 top: 50%;
 margin: -28px auto 0 auto;
}
@keyframes rotate {
  0% {
    transform: rotate(0); }
    100% {
      transform: rotate(360deg); } }
/*----------------------------------------
aniamtion shapes 
----------------------------------------*/

.shapes-bg{
 display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    overflow: hidden;
    z-index: -99;
}
.circle {
    fill: rgba(250, 98, 98, 0.12);
}

.pentahedron {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: rgba(250, 98, 98, 0.12);
}

.rhombus {
    fill: rgba(250, 98, 98, 0.12);
    stroke: rgba(250, 98, 98, 0.12);
}

.x {
    fill: rgba(250, 98, 98, 0.12);
}

svg {
    display: block;
    width: 24px !important;
    height: 24px !important;
    top: 0;
    position: absolute;
    transform: translateZ(0px);
}


/*----------------------------------------
Navigation
----------------------------------------*/

.navbar-header {
    z-index: 999;
}
.navbar-brand{
    padding: 0;
}
.navbar-header .navbar {
    padding: 0;
}
.navbar-header .navbar.sticky li a, .navbar-header .navbar.sticky .search-box-btn{
  color:#171f3c;  
}

.search-box-btn {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-top: 0px;
    line-height: 50px;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
}

.btn-outer .dropdown-menu {
    top: 50px;
    padding: 0px;
    z-index: 9999999;
    width: 250px;
    left: -200px;
    border-radius: 0px;
    border-top: 3px solid #171f3c;
}

.search-panel .form-container {
    padding: 25px 20px;
}

.search-panel .form-group {
    position: relative;
    margin: 0px;
}

.search-panel input[type="search"] {
    display: block;
    width: 100%;
    color: #777;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    border: none;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.btn-outer .dropdown-toggle::after {
    display: none;
}

.btn-outer {
    padding: 15px 18px;
}

.navbar-header .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    padding: 15px 12px !important;
    font-weight: 500;
    line-height: 50px;
}
.navbar-header  .dark-navbar li a,
 .dark-navbar .search-box-btn{
     color: #171f3c;
}
 

.video-mockup {
    position: absolute;
    right: 0;
    top: 0;
}

/*----------------------------------------
Hero
----------------------------------------*/

.hero {
    /*padding-bottom: 150px;*/
    padding-bottom: 52px;
    position: relative;
}

.hero-text {
    padding-top: 90px;
    /*padding-top: 190px;*/
    padding-bottom: 40px;
}

.hero-text h2 {
    font-size: 50px;
    color: #171f3c;
    line-height: 55px;
    font-weight: 700;
}

.hero-text span {
    font-size: 35px;
    line-height: 55px;
    font-weight: 600;
    color: #fa6262;
    white-space:pre;

}

.hero-text p {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 300;
}

/*----------------------------------------
Footer
----------------------------------------*/
.btn.btn-facebook:hover, .btn.btn-facebook:focus, .btn.btn-facebook:active{
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn.btn-twitter:hover,  .btn.btn-twitter:focus, .btn.btn-twitter:active {
  color: white;
  background-color: #55acee;
  border-color: #55acee;
}

.btn.btn-google-plus:hover, .btn.btn-google-plus:focus, .btn.btn-google-plus:hover{

  color: white;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.btn.btn-instgram:hover, .btn.btn-instgram:focus, .btn.btn-instgram:hover{

  color: white;
  background-color: #9b6954;
  border-color: #9b6954;
}
.subscribe-form{
  margin-top: 25px;
}
.list-social {
  padding-top: 15px;
}
.list-social li{
    display: inline-block;
    margin-right: 10px;
}
.list-social a{
  background-color: #fff;
  width:35px;
  color:#fa6262;
  line-height: 35px;
  font-size: 14px;
  padding: 0;
  border-radius: 100%;
  height: 35px;
}
.list-social a i{
  line-height: 35px;
}

.footer-top{
    padding:40px 0;
 background-color: #171f3c;  
}

.footer-bottom{
    background-color: #0e142a;  
  padding-top: 12px;
  padding-bottom: 12px;
}
.copyright {
  text-align: center;
}

.copyright p {
  margin: 0px auto;
  padding: 0px;
  color: #8688a4;
  font-size: 14px;
}


footer p.error-message {
  color: #e10438;
  margin-top:5px;
  margin-bottom:5px;
}

footer p.sucess-message {
  color: #4ec952;
  margin-top:5px;
  margin-bottom:5px;
}
.footer-inner span{
  line-height: 45px;
  font-size: 13px;

}
#scrollUp{
  background: #fa6262;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;    
  bottom: 30px;
  color: #ffffff;
  height: 50px;
  font-size: 30px;
  line-height: 3;
  right: 30px;
  line-height:50px;
  text-decoration: none;
  text-align: center;
  width: 50px;
}
.logo-footer img{
    margin-bottom: 25px;
}
.text-footer p{
    color: #adafc7;
}
.footer-top h5{
  color:#fff;
    font-size: 16px;
}
.footer-top .list-menu a{
    line-height: 28px;
  color: #adafc7;  
}
.list-contact li{
  color:#adafc7; 
    line-height: 32px;
}


/*bhavika*/
.logo_img{
        width: 140px;
      }
      .navbar-header .navbar{
        position: absolute;
        top: 15px;
        box-shadow: none;
      }
      .hero-text h2{
        font-size: 30px;
        color: #171f3c;
        line-height: 55px;
        font-weight: 700;
      }
      .hero-text h2 span.bold_head{
        font-size: 45px;
        line-height: 55px;
        font-weight: 600;
        color: #ec4613;
        white-space: pre;
      }
      .hero-text span {
        font-size: 35px;
        line-height: 55px;
        font-weight: 600;
        color: #ec4613;
        white-space:pre;
      }
      .btn {
        padding: 10px 24px;
      }
      .btn-red {
        background-color: #171f3c;
        color: #fff;
        box-shadow: 0 3px 5px rgba(23, 31, 60, 0.18);
      }
      .btn-red:focus {
        background-color: #171f3c;
        color: #fff;
        box-shadow: 0 3px 5px rgba(23, 31, 60, 0.18);
      }
      .btn-red:hover {
        background-color: #e7452c;
        color: #fff;
        box-shadow: 0 3px 5px rgba(23, 31, 60, 0.18);
      }
      .message-details .custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control:focus {
        background-image: linear-gradient(0deg,#a9a9a9 2px,rgba(157, 160, 160, 0) 0),linear-gradient(0deg,#b5b5b5 1px,transparent 0) !important;
      }
      #myModal .modal-content{
        border-radius: 10px;
      }
      #myModal .modal-header{
        position: absolute;
        width: 100%;
        padding: 0;
      }
      #myModal .modal-header button.close{
        position: relative;
        top: 25px;
        right: 30px;
        font-size: 25px;
        border: 1px solid #ccc;
        padding: 1px 7px;
        border-radius: 29px;
        z-index: 99;
      }
      #myModal .modal-body{
        padding: 0;
      }
      .pledge_img img{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        height: 100%;
        width: 100%;
      }
      .pledge_form{
        padding: 25px;
      }
      .pledge_form h3{
        text-align: center;
        margin-bottom: 30px;
        color: #ec4613;
      }
      .modal-lg {
        /*max-width: 1080px;*/
        max-width: 1180px;
      }
      .gender_option{
        /*display: flex;*/
        display: inline-block;
        align-items: center;
        margin-bottom: 15px;
      }
      .gender_option .gender{
        /*width: 20% !important;*/
      }
      .gender_option .radio-inline{
        width: 100%;
      }
      .gender_option .radio-inline label{ 
        margin-right: 0;
      }
      .gender_option .radio-inline label{
        width: auto !important;
      }
      #registration_form label {
        font-size: 14px;
        margin-left: 1.5rem;
        width: 92%;
        width: calc(100% - 1.5rem);
        margin-bottom: 0;
            position: relative;
    z-index: 999;
      }
      #registration_form input.form_input {
        margin-left: 0;
        width: 100%;
        margin-left: 1.5rem;
        width: 92%;
        width: calc(100% - 1.5rem);
        font-size: 13px;
      }
      .prefix{
        position: absolute;
        /*top: 40px;*/
        top: 30px;
    left: 14px;
    color: #637282;
      }
      #registration_form select{
        margin-left: 1.5rem;
        width: 92%;
        width: calc(100% - 1.5rem);
        font-size: 13px;
      }
      .selectdiv::before {
        content: '>';
        font: 14px "Consolas", monospace;
        color: #aaa;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        padding: 0 0 2px;
        position: absolute;
        pointer-events: none;
        right: 18px;
        bottom: 8px;
      }
      .regi_checkbox a{
        color: #e7452c;
      }
      .pledge_btn{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
      }
      .pledge_btn a{
        background: #e7452c;
        text-align: center;
        padding: 9px 25px;
        border-radius: 4px;
      }
      .pledge_btn a:hover{
        color: #fff;
      }
      .address .addressfooter{
        font-size: 14px;
      }
      .social_icons .list-inline-item i{
        color: #fff;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
        border: 1px solid #fff;
        -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
      }
      .social_icons .list-inline-item i:hover{
        border-radius: 20px;
      }
      .fa-facebook-f{
        background: #4e71a8;
      }
      .fa-linkedin-in{
        background: #3186b0;
      }
      .fa-twitter{
        background: #52a7e9;
      }
      .fa-instagram{
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
      }
      .swal2-container .swal2-popup .swal2-header .swal2-title {
        font-size: 18px;
      }
      .swal2-container .swal2-popup .swal2-content {
        font-size: 14px;
        line-height: 1.5;
      }
      .swal2-container .swal2-popup .swal2-actions .swal2-confirm {
        margin-bottom: 0;
        font-size: 13px !important;
        margin: 0 2px;
        text-transform: capitalize;
        font-weight: 600;
        border-radius: 2px !important;
        background-color: #0084bf;
        color: #ffffff;
        padding: 2px 24px;
      }
      .swal2-container .swal2-popup {
        width: 30em;
      }
      .swal2-popup #swal2-content{
        color: #000;
        font-weight: 500;
      }
      .error{
        margin-left: 1.5rem;
        width: 92%;
        width: calc(100% - 1.5rem);
        font-size: 12px;
        color: red;
      }
      .pledge_img{
        height: 100%;
      }

      .covid19_img{
        width: 60px;
        margin-left: 10px;
        animation: rotation 8s infinite linear;
      }
      @keyframes rotation {
        from {
          transform: rotate(0deg);
        }
        to {
          transform: rotate(359deg);
        }
      }

      p.donate_cont{
font-size: 14px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
      }

      .addressfooter a{
            color: #5e627c;
      }

      