@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
*{
    margin:0;
    padding: 0px;
}
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0;
   color: #081624;
   font-weight: 600;
 }
 
 h1 {
   font-size: 70px;
 }
 
 h2 {
   font-size: 38px;
 }
 
 h3 {
   font-size: 30px;
 }
 
 h4 {
   font-size: 24px;
 }
 
 h5 {
   font-size: 18px;
 }
 
 h6 {
   font-size: 16px;
 }

 img {
   max-width: 100%;
   transition: all .3s ease-out 0s
 }
.container {
	padding-left: 48px;
	padding-right: 48px;
}
 input:focus,
 select:focus,
 button:focus,
 textarea:focus {
   outline: none;
 }
 
 a, a:hover,
 a:focus {
   text-decoration: none;
   outline: none;
   color: inherit;
 }
 
 ul,
 ol {
   padding: 0;
   margin: 0;
   list-style-type: none;
   list-style: none;
 }
 li{
    list-style: none;
    list-style-type: none;
 }
body{
    font-family: 'Poppins', sans-serif;
    color: #000;
    background-color: #fff;
    line-height: 1.5;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.topheader {
  background-color: rgb(255, 153, 0);
}
.topheader p{
  font-family: Merriweather, serif;
  font-size: 13pt;
  font-weight: 500;
  letter-spacing: .25px;
}
.topheader p a{
  padding: 0 23px;
  height: 36px;
  line-height: 34px;
  font-size: 13pt;
}

nav{
  border-bottom-color: rgba(204,204,204,1);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
li.nav-item {
  padding: 10px 5px;
}
li.nav-item a.nav-link{
  font-family: 'PT Sans', sans-serif;
  color: rgba(0,0,0,0.6399999857);
  font-size: 12pt;
  padding: 5px 10px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  font-size: 11pt;
  padding: 10px 10px;
}
.dropdown-item .dropdown-item{
  color: rgba(0,0,0,0.6399999857);
  font-size: 11pt;
  padding: 10px 10px;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: inherit;
  color: rgba(0,0,0,0.8000000119);
  font-size: 11pt;
}
.dropdown-toggle::after {
  border: inherit;
  content: "\f107";
  font-family: 'fontawesome';
  vertical-align: initial;
  color: #000;
  font-size: 14pt;
}
.dotatetitle{
  background-image: url('../images/faithconnector_background_068.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding:200px 0 100px;
}
.dotatetitle h1{
  color: rgba(255,255,255,1);
  font-family: 'PT Sans', sans-serif;
  font-size: 64pt;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0px;
  text-align: center;
}

.pagelogo{
  padding: 250px 30px;
  display: block;
  text-align: center;
}
.pagelogo img{
  width:200px;
  margin:auto;
}

/* form */
.formfield{
  position: relative;
  /* width: 440px; */
  width: 100%;
}
form .form-group {
  transition: background-color 200ms cubic-bezier(0,0,0.2,1);
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 24px;
  page-break-inside: avoid;
  word-wrap: break-word;
}
form .form-group label span{
  font-size: 10pt;
  color: #000;
}
form .formfield input, .formfield textarea.effect-2 {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #dfdfdf;
  color: #000;
  /* width: 440px; */
  width: 100%;
  font-size: 10pt;
}

.formfield.checkarea p input {
	display: inline-block;
	float: left;
	text-align: left;
	width: auto;
	margin: 5px 5px 0px 0px;
}
.effect~.focus-border {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #3399FF;
	transition: 0.4s;
}
.effect:focus~.focus-border {
	width: 100%;
	transition: 0.4s;
	left: 0;
}

.effect-2~.focus-border2 {
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #3399FF;
	transition: 0.4s;
}

.effect-2:focus~.focus-border2 {
	width: 100%;
	transition: 0.4s;
	left: 0;
}

.form-group select{
  color: #000;
  font-size: 10pt;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #888888;
  font-size: 10pt;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #888888;
 font-size: 10pt;
 opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #888888;
 font-size: 10pt;
 opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #888888;
 font-size: 10pt;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: #888888;
 font-size: 10pt;
}

::placeholder { /* Most modern browsers support this now. */
color: #888888;
 font-size: 10pt;
}

input.submitbtn {
  background-color: #303568;
  border-color: #303568;
}
input.submitbtn:hover, input.submitbtn:focus, input.submitbtn:active{
  background-color: #3b4074 !important;
  border-color: #3b4074 !important;
}


/* footer */
.footerbottom.py-4 {
	padding: 2.2rem 0rem !important;
}
.footerlogo img {
	margin: auto;
	display: block;
}
address p {
	color: rgba(33,33,33,1);
	font-family: 'Merriweather', serif;
	font-size: 12pt;
	font-weight: 400;
	white-space: pre-wrap;
	margin-bottom: 0.6rem;
}
address p strong {
	color: rgba(33,33,33,1);
	font-family: 'Merriweather', serif;
	font-size: 12pt;
}
address p a{
  color: rgba(34,46,85,1);
  text-decoration: underline;
}
.socialicon ul li{
  display: inline-block;
  padding: 0px 22px;
}
.socialicon ul li i{
  color: #fff;
}
.footerbottom {
  background-color: rgba(235,235,235,1);
}
.copyright p {
  color: #666666;
  font-size: 8pt;
  vertical-align: baseline;
  font-family: 'PT Sans', sans-serif;
}

.thankyou{
  padding: 250px 30px 100px;
  display: block;
  text-align: center;
}
.donation{
  width: 600px;
  margin: auto;
  display: block;
  padding: 70px 20px;
  border: 1px dashed #303568;
}
.donation h1 {
  font-size: 25pt;
  margin-bottom: 10px;
  color: #303568;
}
.donation p{
  color: #303568;
}
.donation p span{
  color: #000;
}
input.effect.rupeefield{
  padding: 0 10px;
}
form .form-group .formfield i {
  position: absolute;
  left: 0px;
  bottom: 5px;
  color: #000;
  font-size: 10pt;
}

@media (min-width: 320px) and (max-width: 575px){
  .navbar-brand img {width: 180px;}
  .pagelogo img {width: 80px;}
  .pagelogo{padding: 20px; margin-bottom: 25px;}
  .order-first.col-12.col-sm-8.col-md-6 {order: inherit !important;}
  .socialicon ul li{padding: 0px 0px;}
  .socialicon {margin: 0 auto 10px;text-align: center;}
  .copyright p{margin-top:10px; margin-bottom:0px; text-align: center !important;}
  .donation{width: 100%;}
  .dotatetitle{padding: 215px 0px 59px;}
  .dotatetitle h1{font-size: 35pt;}
  .socialicon ul li{padding: 0px 5px;}

  .form-group select{
    color: #000;
    font-size: 8pt;
  }
  
  .donation{width:100%;}
	.donation h1{font-size:13pt; margin-bottom:0px;}
	.thankyou{padding: 100px 30px 0px;}
  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #333333;
    font-size: 8pt;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333333;
   font-size: 8pt;
   opacity:  1;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333333;
   font-size: 8pt;
   opacity:  1;
  }
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333333;
   font-size: 8pt;
  }
  ::-ms-input-placeholder { /* Microsoft Edge */
  color: #333333;
   font-size: 8pt;
  }
  
  ::placeholder { /* Most modern browsers support this now. */
  color: #333333;
   font-size: 8pt;
  }
  .effect-2 ~ .focus-border2{bottom: 0px;}
	
}

@media (min-width: 220px) and (max-width: 575px) {
	.pagelogo {
		display: none;
	}
	.donation{width:100% !important;}
	.donation h1{font-size:13pt; margin-bottom:0px;}
	.thankyou{padding: 100px 30px 0px;}
}