* {

  margin: 0px;

  padding: 0px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  margin: 0px;

  padding: 0px;

  font-weight: bold;

}



p {

  margin: 0px;

  padding: 0px;

}



a {

  text-decoration: none;

  transition: 0.5s;

}



body {

  font-family: "Poppins", sans-serif;

  overflow-x: hidden;

  color: #000;

  font-size: 0.85rem;

}



html {

  overflow-x: hidden;

}



ul {

  padding: 0;

  margin: 0;

}



ul li {

  list-style-type: none;

}



.body {

  position: relative;

}



.header {

  position: absolute;

  width: 100%;

  padding: 8px 0 0 0;

  z-index: 2;

  max-width: 1920px;

  left: 0;

  right: 0;

  margin-left: auto;

  margin-right: auto;

}



.header .header-left .logo {

  display: flex;

  justify-content: left;

  align-items: center;

  text-align: left;

}



.header .header-left .logo img {

  width: 100px;

  float: left;

  margin-right: 10px;

}



.header .header-left .logo span.logo-text {

  color: #fff;

  line-height: 28px;

  font-weight: 600;

  text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.6);

  font-size: 16px;

}



.header .header-right {

  display: flex;

  text-align: right;

  justify-content: end;

  align-items: center;

  height: 100%;

}



.header .header-right .header-button {

  display: -webkit-flex;

  padding-right: 5px;

}



.header .header-right .header-button .button {

  border: none;

  padding: 10px 15px;

  border-radius: 5px;

  margin: 0 5px 0 0;

  text-transform: uppercase;

  font-weight: 600;

  background: #fff;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #8b4934;

}



.header .header-right .header-button .button:hover {

  background: #021b99;

  color: #fff;

}



.header .header-right .header-button .button::after {

  content: "";

  font-family: "FontAwesome";

  padding-left: 0px;

}



.header .header-right .header-button .donate {

  background: #8b4934;

  color: #fff;

}



.header .header-right .header-button .donate:hover {

  background: #fff;

  color: #8b4934;

}



.header .header-right .header-social {

  display: inline-block;

  padding-right: 5px;

}



.header .header-right .header-social li {

  display: inline-block;

  padding-right: 5px;

}



.header .header-right .header-social li i.fa {

  color: #fff;

  font-size: 46px;

  transition: all 0.5s ease;

}



.header .header-right .header-social li i.fa:hover {

  color: #8b4934;

}



.header .mobile-buttons {

  padding: 10px 0 0 0;

}



.header .mobile-buttons .header-button .button {

  border: none;

  padding: 10px 15px;

  border-radius: 0px;

  margin: 0 0px 0 0;

  text-transform: uppercase;

  font-weight: 600;

  background: #fff;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #8b4934;

  width: 50%;

  float: left;

  text-align: center;

}



.header .mobile-buttons .header-button .button:hover {

  background: #8b4934;

  color: #fff;

}



.header .mobile-buttons .header-button .button::after {

  content: "";

  font-family: "FontAwesome";

  padding-left: 0px;

}



.header .mobile-buttons .header-button .button.donate {

  background: #8b4934;

  color: #fff;

}



#accordion .btn {

  width: 100%;

  text-align: left;

}



.banner {

  width: 100%;

  max-width: 1920px;

  margin: 0px auto;

}

.banner #banner-slider {

  display: block;

}



.banner-image img {

  height: 290px;

  object-fit: cover;

  object-position: 100% 0;

}



.innerbanner {

  width: 100%;

  max-width: 1920px;

  margin: 0px auto;

}



.innerbanner img {

  height: 290px;

  object-fit: cover;

  object-position: 100% 0;

  margin: 0px auto;

  display: block;

  width: 100%;

}



section.sec-btm-bnr {

  margin: 20px auto;

}



.sec-btm-bnr .btm-bnr-content {

  padding: 20px;

  background: #ffffff;

  min-height: 100px;

  justify-content: center;

  display: flex;

  align-items: center;

  box-shadow: 0px -6px 25px rgb(0 0 0 / 25%);

}



.sec-btm-bnr .btm-bnr-content .bnr-left-content {

  display: flex;

  width: 85%;

}



.sec-btm-bnr .btm-bnr-content .bnr-left-content .sec-img {

  display: inline-block;

  width: 90px;

  margin-right: 15px;

}



.sec-btm-bnr .btm-bnr-content .bnr-left-content .sec-img img {

  width: 100%;

}



.sec-btm-bnr .btm-bnr-content .bnr-left-content .sec-text {

  display: inline-block;

}



.sec-btm-bnr .btm-bnr-content .bnr-left-content h3.title {

  font-weight: 400;

  color: #021b99;

  padding: 10px 0 10px 0;

}



.sec-btm-bnr .btm-bnr-content .bnr-left-content h1.title {

  font-weight: 400;

  color: #021b99;

  padding: 10px 0 10px 0;

  font-size: 32px;

}



.sec-btm-bnr .btm-bnr-content .bnr-left-content p.sec-txt {

  color: #707070;

  font-weight: 400;

}



.sec-btm-bnr .btm-bnr-content .bnr-right-content {

  display: flex;

  float: right;

  width: 15%;

  justify-content: end;

}



.sec-btm-bnr .btm-bnr-content .bnr-right-content .register {

  border: none;

  padding: 10px 15px;

  border-radius: 5px;

  margin: 0 5px 0 0;

  text-transform: uppercase;

  font-weight: 600;

  background: #fff;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #8b4934;

}



.sec-btm-bnr .btm-bnr-content .bnr-right-content .register::after {

  content: "";

  font-family: "FontAwesome";

  padding-left: 0px;

}



.sec-btm-bnr .btm-bnr-content .bnr-right-content .register:hover {

  background: #8b4934;

  color: #fff;

}



.sec-btm-bnr .vision {

  background-color: #ffffff;

  padding: 30px;

  display: flex;

  background: #e5ecf2;

}



.sec-btm-bnr .vision-content h1.title {

  color: #fff;

  text-transform: uppercase;

  font-weight: 800;

  font-size: 78px;

  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);

}



.sec-btm-bnr .vision-content h1.title span {

  -webkit-text-fill-color: transparent;

  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: #fff;

  text-shadow: none;

}



.sec-btm-bnr .vision-content h4 {

  color: #fff;

  font-weight: 400;

  padding: 10px 0;

}



.sec-btm-bnr .vision-content p {

  color: #fff;

  font-weight: 300;

}



.sec-btm-bnr .vision .current-content {

  display: flex;

  width: 85%;

  margin: 0px auto;

  padding: 0px 0px;

}



.sec-btm-bnr .vision .current-content .crt-img {

  display: inline-block;

  width: 90px;

  margin-right: 15px;

}



.sec-btm-bnr .vision .current-content .crt-img img {

  width: 100%;

}



.sec-btm-bnr .vision .current-right {

  display: flex;

  float: right;

  width: 15%;

  justify-content: end;

}



.sec-btm-bnr .vision .current-right .learn-more {

  padding: 10px 15px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #fff;

  background: #8b4934;

  margin: 25px 0 0 0;

  display: inline-block;

  height: 43px;

}



.sec-btm-bnr .vision .current-right .learn-more::after {

  content: "";

  font-family: "FontAwesome";

  padding-left: 0px;

}



.sec-btm-bnr .vision .current-right .learn-more:hover {

  background: #fff;

  color: #8b4934;

}



.sec-btm-bnr .vision .current-content .cr-txt {

  display: inline-block;

}



.sec-btm-bnr .vision .current-content .cr-txt h2 {

  color: #021b99;

  font-weight: 400;

  line-height: 42px;

  font-size: 32px;

}



.sec-btm-bnr .vision .current-content .cr-txt .current-box {

  width: 100%;

  display: block;

  margin: 8px auto;

  padding: 0px 0px;

}



.sec-btm-bnr .vision .current-content .cr-txt .current-box h4 {

  color: #8b4934;

  font-weight: 600;

  font-size: 20px;

}



.sec-btm-bnr .vision .current-content .cr-txt .current-box p {

  color: #696969;

}



.sec-btm-bnr .vision .current-content .current-box .learn-more {

  padding: 10px 15px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #fff;

  background: #8b4934;

  margin: 25px 0 0 0;

  display: inline-block;

}



.sec-btm-bnr .vision .current-content .current-box .learn-more::after {

  content: "\f105";

  font-family: "FontAwesome";

  padding-left: 10px;

}



.sec-btm-bnr .vision .current-content .current-box .learn-more:hover {

  background: #fff;

  color: #8b4934;

}



.owl-item .item-blog img {

  width: 100%;

  height: 257px;

  object-fit: cover;

  object-position: 17% 0;

}



.sec-btm-bnr .vision-content .learn-more {

  padding: 10px 15px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #fff;

  background: #8b4934;

  margin: 25px 0 0 0;

  display: inline-block;

}



.sec-btm-bnr .vision-content .learn-more::after {

  content: "\f105";

  font-family: "FontAwesome";

  padding-left: 10px;

}



.sec-btm-bnr .vision-content .learn-more:hover {

  background: #fff;

  color: #8b4934;

}



section.body-content {

  background: #fafafa;

  padding: 20px 0;

}



section.body-content .body-left-img img {

  width: 100%;

}



section.body-content .body-right-text {

  padding: 0 30px;

  display: block;

  justify-content: center;

  height: 100%;

  text-align: left;

  align-items: center;

}



section.body-content .body-right-text h6.sub-title {

  color: #8b4934;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 10px 0;

}



section.body-content .body-right-text h2.title {

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



section.body-content .body-right-text p.text {

  color: #696969;

  font-weight: 300;

  line-height: 26px;

}



section.body-content .body-right-text .donate {

  padding: 10px 15px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #fff;

  background: #8b4934;

  margin: 25px 0 0 0;

  display: inline-block;

}



section.body-content .body-right-text .donate::after {

  content: "";

  font-family: "FontAwesome";

  padding-left: 0px;

}



section.body-content .body-right-text .donate:hover {

  background: #fff;

  color: #8b4934;

}



section.body-content .body-right-text .facebtn {

  padding: 10px 15px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  border: 1px solid #1950fa;

  color: #fff;

  background: #1950fa;

  margin: 25px 0 0 0;

  display: inline-block;

}



section.body-content .body-right-text .facebtn::after {

  content: "";

  font-family: "FontAwesome";

  padding-left: 0px;

}



section.body-content .body-right-text .facebtn:hover {

  background: #fff;

  color: #1950fa;

}



section.inner-content {

  background: #fafafa;

  padding: 25px 0;

}



section.inner-content .inner-left-img img {

  width: 100%;

}



section.inner-content .inner-right-text {

  padding: 0 30px;

  display: block;

  height: 100%;

  text-align: left;

}



section.inner-content .inner-right-text h6.inner-title {

  color: #8b4934;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 10px 0;

}



section.inner-content .inner-right-text h1.innermain {

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



section.inner-content .inner-right-text h2 {

  font-weight: 400;

  padding: 10px 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



section.inner-content .inner-right-text h4 {

  font-weight: 400;

  padding: 10px 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



section.inner-content .inner-right-text h5 {

  font-weight: 400;

  padding: 10px 0 15px 0;

  color: #8b4934;

  line-height: 40px;

}



section.inner-content .inner-right-text p.inner-text {

  color: #696969;

  font-weight: 300;

  line-height: 26px;

}



section.inner-content .inner-right-text ul {

  margin: 20px 0px 15px 0px;

}



section.inner-content .inner-right-text ul li {

  width: 100%;

  float: left;

  color: #696969;

  margin: 0 0 15px 0;

  background-image: url(../Images/fillpik.png);

  background-repeat: no-repeat;

  background-position: 0 0px;

  background-size: 22px;

  padding: 0px 10px 0px 30px;

}



section.inner-content .body-left-img img {

  width: 100%;

}



section.inner-content iframe {

  margin: 25px auto;

  display: block;

}



section.inner-content .inner-right-text button.inner-donate {

  padding: 10px 15px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #fff;

  background: #8b4934;

  margin: 25px 0 0 0;

}



section.inner-content .inner-right-text button.inner-donate::after {

  content: "\f105";

  font-family: "FontAwesome";

  padding-left: 10px;

}



section.inner-content .inner-right-text button.inner-donate:hover {

  background: #fff;

  color: #8b4934;

}



.donate-content {

  background: #fafafa;

  padding: 25px 0;

}



.donate-content .donate-right-text {

  padding: 0 30px;

  display: block;

  height: 100%;

  text-align: left;

}



.donate-content .donate-right-text h6.donate-title {

  color: #8b4934;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 10px 0;

}



.donate-content .donate-right-text h1.donatemain {

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #7284dd;

  line-height: 42px;

}



.donate-content .donate-right-text p.donate-text {

  color: #696969;

  font-weight: 300;

  line-height: 26px;

}



.donateholder {

  padding: 25px 0px;

  display: block;

}



.donateholder input[type="text"],

.donateholder select,

.donateholder input[type="tel"],

.donateholder input[type="email"],

.donateholder input[type="password"],

.donateholder input[type="number"] {

  width: 100%;

  border: 1px #8b493440 solid;

  height: 35px;

  font-size: 12px;

  margin: 3px auto;

  border-radius: 5px;

}



.donateholder textarea {

  border: 1px #8b493440 solid;

  font-size: 12px;

  border-radius: 5px;

}



.donateprice p {

  font-size: 14px;

  display: block;

  margin: 5px 0px 5px 0px;
  padding-bottom: 10px;

}



.donateprice ul {

  -ms-flex-pack: justify;

  justify-content: space-between;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  display: -ms-flexbox;

  display: flex;

  margin: 8px 0 9px;

}



.donateprice ul li.chip {

  width: 19%;

  min-height: 44px;

  margin: 3px;

  display: inline-block;

  list-style: none;

  padding: 0px;

}



.donateprice ul li.other {

  width: 19%;

  min-height: 44px;

  margin: 3px;

  display: inline-block;

  list-style: none;

  padding: 0px;

}



.donateprice ul li .price-normal {

  color: #fff;

  background-color: #7284dd;

  border-color: #7284dd;

  width: 100%;

  padding: 5px;

}



.donateprice ul li .price-select {

  color: #fff;

  background-color: #021b99;

  border-color: #021b99;

  width: 100%;

}



.donateprice ul li .bolother {

  margin: 0px auto !important;

}



.donateholder button[type="submit"] {

  padding: 10px 27px;



  border-radius: 5px;



  text-transform: uppercase;



  font-weight: 600;



  transition: all 0.5s ease;



  border: 1px solid #8b4934;



  color: #fff;



  background: #8b4934;



  margin: 0px 0 0 0;



  width: fit-content;



  width: -moz-fit-content;

}



.donateholder button[type="submit"]:hover {

  padding: 10px 27px;



  border-radius: 5px;



  text-transform: uppercase;



  font-weight: 600;



  transition: all 0.5s ease;



  border: 1px solid #021b99;



  color: #021b99;



  background: #fff;



  margin: 0px 0 0 0;



  width: fit-content;



  width: -moz-fit-content;

}



.donateholder button[type="reset"] {

  padding: 10px 27px;



  border-radius: 5px;



  text-transform: uppercase;



  font-weight: 600;



  transition: all 0.5s ease;



  border: 1px solid #8b4934;



  color: #8b4934;



  background: #ffffff;



  margin: 0px 8px 0 0;



  width: fit-content;



  width: -moz-fit-content;

}



.donateholder button[type="reset"]:hover {

  padding: 10px 27px;



  border-radius: 5px;



  text-transform: uppercase;



  font-weight: 600;



  transition: all 0.5s ease;



  border: 1px solid #021b99;



  color: #ffffff;



  background: #021b99;



  margin: 0px 8px 0 0;



  width: fit-content;



  width: -moz-fit-content;

}



.allother {

  width: 100%;

  margin: 0px auto;

  padding: 2%;

  border: 1px #ccc dashed;

  border-radius: 10px;

  overflow: hidden;

  display: block;
  background: #fff;

}



.otherpay {

  width: 100%;

  margin: 10px auto;

  padding: 1% 3%;

  display: block;

  overflow: hidden;

}



.otherpay .otherpayimg {

  width: 10%;

  float: left;

  display: block;

  max-width: 50px;

  margin: 0px 10px 0px 0px;

}



.otherpay .otherpayimg img {

  width: 100%;

  height: auto;

  border-radius: 5px;

}



.otherpay .otherpaycontent {

  width: 87%;

  float: left;

  display: block;

  margin: 0px;

}



.otherpay .otherpaycontent h4 {

  font-size: 14px;

  font-weight: 500;

  margin: 5px 0px;

}



.otherpay .otherpaycontent p {

  font-size: 12px;

  font-weight: 500;

  color: #696969;

}



.otherpay .otherpaycontent p span {

  color: #8b4934;

}



.teamlock {

  margin-bottom: 40px;

}



.login-content {

  background: #fafafa;

  padding: 25px 0;

}



.login-content .login-right-text {

  padding: 0 30px;

  display: block;

  height: 100%;

  text-align: left;

  max-width: 470px;

  width: 100%;

  margin: 0px auto;

}



.login-content .login-right-text h6.login-title {

  color: #8b4934;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 10px 0;

}



.login-content .login-right-text h1 {

  font-weight: 400;

  padding: 0 0 5px 0;

  color: #7284dd;

  line-height: 35px;

}



.errorsubmit{

	font-weight: 600;

	font-size: 12px;

	padding: 10px;

	width: 100%;

	border-radius: 10px;

	background: #ffecec;

    color: #e70000;

    text-align: center;

	margin: 8px auto;

}

.successubmit {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    background: #ffecec;
    color: #1ca30d;
    text-align: center;
    margin: 8px auto;
}


.paylogo{
	background-color: #ffffff;
	display: block;
	border-radius: 5px;
	align-content: center;
	border: 1px solid #dddddd;
	width: 100%;
	margin: 5px 0px;
	padding: 10px;
	
}

.paylogo img{
	
	width: auto;
}



.loginholder {

  padding: 0px;

  display: block;

  margin: 0px auto;

}





.loginholder label {

    color: #696969;

    font-weight: 600;

    font-size: 10px;

    padding-left: 2px;

    text-transform: uppercase;

}







.loginholder input[type="text"], .loginholder select, .loginholder input[type="tel"], .loginholder input[type="email"], .loginholder input[type="number"], .loginholder input[type="password"] {

    width: 100%;

    border: 1px #8b493440 solid;

    height: 38px;

    margin: 3px auto 3px auto;

    border-radius: 5px;

    font-size: 12px;

    color: #696969;

    padding: 0px 6px;

}



.loginholder button[type="submit"] {

  padding: 10px 27px;



  border-radius: 5px;



  text-transform: uppercase;



  font-weight: 600;



  transition: all 0.5s ease;



  border: 1px solid #8b4934;



  color: #fff;



  background: #8b4934;



  margin: 0px 0 0 0;



  width: 100%;



  /*width: -moz-fit-content;*/

}



.loginholder button[type="submit"]:hover {

  padding: 10px 27px;



  border-radius: 5px;



  text-transform: uppercase;



  font-weight: 600;



  transition: all 0.5s ease;



  border: 1px solid #021b99;



  color: #021b99;



  background: #fff;



  margin: 0px 0 0 0;



}



.loginholder p.forgot {

  padding: 10px 0;

  font-weight: 500;

  color: #0d0d0d;

	font-size: 11px;

}



.loginholder p.forgot a {

  text-decoration: underline;

  color: #8b4934;

  font-weight: 500;

}



.loginholder p.forgot a:hover {

  text-decoration: underline;

  color: #0d0d0d;

  font-weight: 500;

}













.loginholder p.sign-up {

  padding: 10px 0;

  font-weight: 500;

  color: #0d0d0d;

}



.loginholder p.sign-up a {

  text-decoration: underline;

  color: #8b4934;

  font-weight: 700;

}



.loginholder p.sign-up a:hover {

  text-decoration: underline;

  color: #0d0d0d;

  font-weight: 700;

}



section.blog {

  padding: 25px 0 25px;

  background: linear-gradient(180deg, #fff0eb 0%, #e8ecff 100%);

}



section.blog h3.sec-title {

  text-align: center;

  font-weight: 400;

  text-transform: capitalize;

  color: #021b99;

  padding: 0 0 50px 0;

}



section.blog #blog-slider .item-blog {

  padding: 10px;

  transition: all 0.5s ease;

}



section.blog #blog-slider .item-blog:hover {

  background: #fff;

}



section.blog #blog-slider .item-blog .inner-content {

  padding: 15px 10px;

}



section.blog #blog-slider .item-blog .inner-content span.post-date {

  color: #8b4934;

  text-transform: uppercase;

  font-size: 12px;

  letter-spacing: 1px;

  padding: 0 0 5px 0;

  float: left;

}



section.blog #blog-slider .item-blog .inner-content p {

  clear: both;

  color: #393838;

}



section.blog #blog-slider .owl-nav {

  display: block;

}



section.blog #blog-slider .owl-nav button {

  width: 45px;

  height: 45px;

  background: #ffffff0;

  border-radius: 0;

  position: absolute;

  top: 30%;

}



section.blog #blog-slider .owl-nav button:hover {

  background: #8b4934;

}



section.blog #blog-slider .owl-nav button.owl-prev {

  left: -40px;

}



section.blog #blog-slider .owl-nav button.owl-prev::before {

  content: "\f104";

  font-family: "FontAwesome";

  font-size: 18px;

}



section.blog #blog-slider .owl-nav button.owl-prev:hover::before {

  color: #fff;

}



section.blog #blog-slider .owl-nav button.owl-next {

  right: -40px;

}



section.blog #blog-slider .owl-nav button.owl-next::before {

  content: "\f105";

  font-family: "FontAwesome";

  font-size: 18px;

}



section.blog #blog-slider .owl-nav button.owl-next:hover::before {

  color: #fff;

}



section.blog #blog-slider .owl-nav button i {

  display: none;

}



.innnerblog {

  padding: 0px;

  background: #fff;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);

  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);

  margin: 20px auto;

  width: 100%;

  border-radius: 5px;



  min-height: 360px;

}



.innnerblog img {

  padding: 0px;

  display: block;

  width: 100%;



  border-radius: 5px 5px 0px 0px;

}



.innnerblog h4 {

  color: #707070;

  padding: 3px 10px 15px 10px;

  font-weight: 600;

  font-size: 14px;

  display: block;

  text-align: left;

}



.innnerblog h6 {

  color: #8b4934;

  padding: 15px 10px 3px 10px;

  font-weight: 600;

  font-size: 10px;

  display: block;

  text-transform: uppercase;

  text-align: left;

}



.register-content {

  background: #fafafa;

  padding: 80px 0;

  margin: 0px auto;

}



.register-content .register-right-text {

  padding: 0 30px;

  display: block;

  height: 100%;

}



.register-content .register-right-text h6.register-title {

  color: #8b4934;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 10px 0;

  text-align: center;

}



.register-content .register-right-text h1.registermain {

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #7284dd;

  line-height: 42px;

  text-align: center;

}



.register-content .register-right-text p.register-text {

  color: #696969;

  font-weight: 300;

  line-height: 26px;

  text-align: center;

}



.registerholder {

  padding: 25px 0px;

  display: block;

  width: 100%;

  max-width: 950px;

  margin: 0px auto;

}



.registerholder fieldset {

  border: 1px solid #dddddd;

  border-radius: 10px;

  padding: 0 20px 10px 20px;

  /* margin: 0 10px 0 10px; */

  background-color: #ffffffb0;

}



.registerholder legend {

  font-size: 14px;

  font-weight: 600;

  color: #999;

  float: none;

  width: fit-content;

  width: -moz-fit-content;

  padding: 5px 5px 0px 5px;

  margin-bottom: 0px;

}



.registerholder label {

  color: #696969;

  font-weight: 600;

  font-size: 10px;

  padding-left: 2px;

  text-transform: uppercase;

}



.registerholder input[type="text"],

.registerholder select,

.registerholder input[type="tel"],

.registerholder input[type="email"],

.registerholder input[type="password"],

.registerholder input[type="number"] {

  width: 100%;

  border: 1px #8b493440 solid;

  height: 30px;

  margin: 3px auto 3px auto;

  border-radius: 5px;

  font-size: 12px;

  color: #696969;

  padding: 0px 6px;

}



.registerholder textarea {

  width: 100%;

  border: 1px #8b493440 solid;

  margin: 5px 0px 5px 0px;

  border-radius: 5px;

  font-size: 12px;

  color: #696969;

  max-width: 400px;

  padding: 0px 6px;

  height: 20px;

}



.registerholder input[type="checkbox"] {

  width: 20px;

  height: 20px;

  margin-right: 8px;

  border: 1px #8b493440 solid;

}



.registerholder .form-check {

  width: 100%;

  margin: 18px auto 3px auto;

}



.registerholder .form-check label {

  padding-top: 2px;

}



.registerholder button[type="submit"] {

  padding: 10px 27px;



  border-radius: 5px;



  text-transform: uppercase;



  font-weight: 600;



  transition: all 0.5s ease;



  border: 1px solid #8b4934;



  color: #fff;



  background: #8b4934;



  margin: 25px 0 0 0;



  width: fit-content;



  width: -moz-fit-content;

}



.registerholder button[type="reset"] {

  padding: 10px 27px;



  border-radius: 5px;



  text-transform: uppercase;



  font-weight: 600;



  transition: all 0.5s ease;



  border: 1px solid #8b4934;



  color: #8b4934;



  background: #ffffff;



  margin: 25px 8px 0 0;



  width: fit-content;



  width: -moz-fit-content;

}



.iti {

  margin: 3px auto;

}



.secall {

  margin: 13px 0px 4px 0px;

}



.dotebox {

  padding: 5% !important;

  border: 1px #ccc dashed;

  border-radius: 10px;

}



.dotebox ul li {

  width: 100%;

  float: left;

  color: #696969;

  margin: 6px 0 7px 0;

  background-image: url(../Images/fillpik.png);

  background-repeat: no-repeat;

  background-position: 0 3px;

  background-size: 16px;

  padding: 0px 10px 0px 21px;

}



.team {

  width: 100%;

  padding: 25px 0;

  margin-bottom: 20px;

  background-color: #fbfbfb;

}



.team .fcontent {

  width: 100%;

  padding: 0px 0;

  margin: 0px auto;

}



.team .fcontent h1 {

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



.team .mainteam {

  width: 100%;

  padding: 0px 0;

  margin: 0px auto;

}



.team .mainteam h3 {

  font-weight: 400;

  padding: 10px 0 10px 0;

  color: #8b4934;

  border-bottom: 1px #cccccc solid;

  margin: 0px 0px 15px 0px;

}



.teamitem {

  padding: 15px;

  background: #fff;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.34);

  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.34);

  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.34);

  margin: 20px auto;

  width: 95%;

  border-radius: 5px;

}



.teamitem img {

  padding: 0px;

  display: block;

  width: 100%;

}



.teamitem h4 {

  color: #021b99;

  padding: 10px 5px 3px 5px;

  font-weight: 600;

  font-size: 16px;

  display: block;

  text-align: left;

}



.teamitem h6 {

  color: #8b4934;

  padding: 5px 5px 3px 5px;

  font-weight: 700;

  font-size: 11px;

  display: block;

  text-transform: uppercase;

  text-align: left;

}



.teamitem p {

  font-size: 13px;

  padding: 0px 5px 3px 5px;

  text-align: left;

  color: #686868;

  display: block;

}



.teamitem a.view {

  padding: 10px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  color: #8b4934;

  margin: 5px 0 0 0;

  display: inline-block;

  text-decoration: none;

  font-size: 12px;

}



.teamitem a.view:hover {

  padding: 10px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  color: #8b4934;

  margin: 5px 0 0 0;

  display: inline-block;

  text-decoration: none;

  font-size: 12px;

}



section.footer {

  background: #686868;

  padding: 50px 0 20px;

}



section.footer .col-sm-3 {

  width: 20%;

}



section.footer h5.ftr-title {

  font-weight: 500;

  color: #e6deda;

  padding: 0 0 15px 0;

}



section.footer ul.ftr-links li {

  padding: 0 0 8px 0;

}



section.footer ul.ftr-links li a {

  color: #e6deda;

  font-weight: 300;

  transitiion: all 0.5s ease;

}



section.footer ul.ftr-links li a:hover {

  color: #fff;

}



section.footer p.ftr-text {

  color: #e6deda;

  font-weight: 300;

}



section.footer ul.socail-link {

  display: inline-block;

  padding-right: 5px;

}



section.footer ul.socail-link li {

  display: inline-block;

  padding-right: 5px;

}



section.footer ul.socail-link li i.fa {

  color: #fff;

  font-size: 24px;

  transition: all 0.5s ease;

}



section.footer ul.socail-link li i.fa:hover {

  color: #fff;

}



.footer p.copyright {

  text-align: center;

  font-size: 12px;

  padding: 50px 0 0 0;

  color: #e6deda;

  font-weight: 300;

}



.footer p.copyright a {

  color: #ffffff;

  text-decoration: underline;

}

.footer p.copyright a:hover {

  color: #e6deda;

  text-decoration: underline;

}



.header .header-right .header-menu {

  display: inline-block;

}



.header .header-right .header-menu .topnav .top-menu {

  width: 20%;

  position: absolute;

  right: 0;

  top: 0;

  background: rgba(133, 147, 222, 0.8);

  text-align: center;

  padding: 30px 20px 100px;

  z-index: 99999;

  transform: translate(0px, -1000px);

  transition: all 0.5s ease; /*min-height: 100vh;*/

}



.header .header-right .header-menu a.icon {

  border: 1px solid #fff;

  padding: 10px;

  width: 40px;

  height: 40px;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

}



.header .header-right .header-menu .menu-open .top-menu {

  transform: translate(0px, 0px);

}



.header .header-right .header-menu .top-menu a.menu-logo {

  float: left;

  text-align: left;

}



.header .header-right .header-menu .top-menu a.menu-logo img {

  width: 80px;

}



.header .header-right .header-menu .top-menu ul.menu {

  clear: both;

}



.header .header-right .header-menu .top-menu ul.menu li a {

  color: #fff;

  text-transform: uppercase;

  padding: 7px 0;

  transition: all 0.5s ease;

  font-size: 13px;

  font-weight: 600;

  line-height: 20px;

}



.header .header-right .header-menu .top-menu ul.menu li a:hover {

  color: #8b4934;

}



.header .header-right .header-menu .top-menu a.icon {

  position: absolute;

  right: 30px;

  border: 1px solid #fff;

  padding: 10px;

  width: 40px;

  height: 40px;

  display: flex;



  justify-content: center;

  align-items: center;

  text-align: center;

}



.header .header-right .header-menu .top-menu a.icon img {

  width: 16px;

}



.btn:focus,

.btn:active,

button:focus,

button:active {

  outline: none !important;



  box-shadow: none !important;

}



#image-gallery .modal-footer {

  display: block;

}



.thumb {

  margin-top: 15px;



  margin-bottom: 15px;

}



.gallery {

  padding: 80px 0;

  background: #fafafa;

}

.gallery .sec-title h1 {

  text-transform: uppercase;

  font-weight: normal;

  color: #021b99;

  margin: 0 0 20px 0;

}

.gallery .col-sm-4 {

  float: left;

}

.gallery .col-sm-4 .inner {

  padding: 0px;

  border: 10px solid #fff;

  margin: 5px;

  box-shadow: 1px 1px 10px #eee;

  overflow: hidden;

  height: 260px;

}

.gallery .col-sm-4 .inner img {

  width: 100%;

  transition: all 1s ease;

  object-fit: cover;

}

.gallery .col-sm-4 .inner img:hover {

  transform: scale(1.3);

}



.gallery .gap img {

  height: 144px !important;

  width: 100%;

  object-fit: cover;

  object-position: 0% 0;

}



.news {

  width: 100%;

  background: #fafafa;

  padding: 80px 0;

  margin: 0px auto;

}



.news h1 {

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



.newsholder {

  margin: 20px 0px;

  width: 100%;

  padding: 10px;

  display: block;

  background-color: #ffffff;

  overflow: hidden;

  box-shadow: 0px 0px 9px rgb(0 0 0 / 9%);

  min-height: 157px;

}



.newsholder .imgholder {

  width: 20%;

  display: block;

  border: 1px solid #eee;

  padding: 8px;

  background-color: #ffffff;

  margin: 5px 0px;

  max-width: 100px;

  height: auto;

  float: left;

}



.newsholder .imgholder img {

  display: block;

  width: 100%;

}



.newsholder .news-content {

  padding: 0px 15px;

  float: left;

  width: 80%;

  display: block;

}



.newsholder .news-content span.news-date {

  color: #8b4934;

  text-transform: uppercase;

  font-size: 12px;

  letter-spacing: 1px;

  padding: 0 0 5px 0;

}



.newsholder .news-content h5 {

  clear: both;

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #021b99;

  font-size: 16px;

}



.newsholder .news-content .read {

  background: #8b4934;

  color: #fff;

  padding: 10px;

  border-radius: 5px;

  margin: 5px 0px;

  text-transform: uppercase;

  font-weight: 600;

  font-size: 12px;

  display: inline-block;

}



.newsholder .news-content .read:hover {

  background: #021b99;

  color: #fff;

  padding: 10px;

  border-radius: 5px;

  margin: 5px 0px;

  text-transform: uppercase;

  font-weight: 600;

}



.newsholder .news-content .button::after {

  content: "\f105";

  font-family: "FontAwesome";

  padding-left: 10px;

}



section.thanks {

  background: #ffffff;

  padding: 80px 0;

}



section.thanks .thanks-text {

  padding: 0 30px;

  display: block;

  height: 100%;

  text-align: center;

}



section.thanks .thanks-text .thanksimag {

  padding: 15px;

  display: block;

  max-width: 120px;

  width: 100%;

  margin: 10px auto;

}



section.thanks .thanks-text .thanksimag img {

  width: 100%;

  height: auto;

  display: block;

}



section.thanks .thanks-text h1.thanksmain {

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



section.thanks .thanks-text h6 {

  color: #8b4934;

  font-weight: 500;

  line-height: 36px;

  font-size: 18px;

}



section.thanks .thanks-text p.thanksoth {

  color: #696969;

  line-height: 26px;

}



section.thanks table {

  margin: 15px auto;

  text-align: left;

  font-size: 14px;

  width: 100%;

  max-width: 650px;

  background-color: #ffffff;

  border-radius: 10px;

  border: 0px solid;

}



section.thanks table tr:hover {

  cursor: pointer;

  background-color: #f4f6ff;

  -webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);

  box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);

}



section.thanks table td,

section.thanks table th {

  color: #696969;

  padding: 10px;

  border-right: 0px #c3c3c3 solid;

}



section.thanks table th {

  font-weight: 600;

}



section.thanks a.backhome {

  padding: 10px 15px;

  border-radius: 5px;

  text-transform: uppercase;

  font-weight: 600;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #fff;

  background: #8b4934;

  margin: 25px 0 0 0;

  display: inline-block;

}



section.thanks a.backhome:hover {

  border: 1px solid #8b4934;

  color: #8b4934;

  background: #fff;

}



.project {

  width: 100%;

  background: #fafafa;

  padding: 40px 0;

  margin: 0px auto;

}



.project h1 {

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



.projectholder {

  margin: 15px auto;

  width: 100%;

  padding: 16px;

  display: block;

  background-color: #ffffff;

  overflow: hidden;

  border: 1px #e6deda solid;

  min-height: 165px;

  border-radius: 15px;

}



.projectholder:hover {

  background-color: #fafafa;

  box-shadow: 0px 0px 9px rgb(0 0 0 / 9%);

}



.projectholder h5 {

  font-weight: 400;

  font-size: 19px;

  width: 100%;

}



.projectholder h5 a {

  color: #021b99;

  text-decoration: none;

  padding: 0 0 16px 0;

  display: block;

}



.projectholder:hover h5 a {

  color: #696969;

  text-decoration: none;

}



.projectholder a.viewdetails {

  color: #8b4934;

  font-size: 16px;

  font-weight: 500;

  padding: 10px 8px;

  border-top: 1px #d9d9d9 solid;

  display: block;

  text-decoration: none;

}



.projectholder:hover a.viewdetails {

  color: #7284dd;

  text-decoration: none;

}



.projectholder .button::after {

  content: "\f105";

  font-family: "FontAwesome";

  padding-left: 10px;

  float: right;

}



.prodetails {

  width: 100%;

  background: #fafafa;

  padding: 40px 0;

  margin: 0px auto;

}



.prodetails h3 {

  font-size: 12px;

  color: #8b4934;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 4px 0;

}



.prodetails h1 {

  font-size: 1.7rem;

  font-weight: 400;

  padding: 0 0 15px 0;

  color: #021b99;

  line-height: 42px;

}



a.backlist {

  font-size: 11px;

  padding: 10px 15px;

  border-radius: 5px;

  text-decoration: none;

  text-transform: uppercase;

  font-weight: 600;

  background: #fff;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #8b4934;

  margin: 0px 0px 0px 0px;

  display: block;

  float: right;

}



a.backlist:hover {

  text-decoration: none;



  background: #8b4934;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #ffffff;

}



a.backlist::before {

  content: "\f104";

  font-family: "FontAwesome";

  padding-right: 10px;

}



a.rabi {

  font-size: 11px;

  padding: 10px 15px;

  border-radius: 5px;

  text-decoration: none;

  text-transform: uppercase;

  font-weight: 600;

  background: #fff;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #8b4934;

  margin: 0px 0px 0px 0px;

  display: block;

}



a.rabi:hover {

  text-decoration: none;



  background: #8b4934;

  transition: all 0.5s ease;

  border: 1px solid #8b4934;

  color: #ffffff;

}



.datasection {

  border-top: 1px #d9d9d9 solid;

  padding: 16px;

}



.datasection2 {

  border-bottom: 1px #d9d9d9 solid;

  padding: 16px;

  margin-bottom: 16px;

}



.datafull {

  width: 100%;

  display: block;

  padding: 0px;

  margin: 0px auto;

}



.datafull h3 {

  font-size: 12px;

  color: #999999;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 0px 0 8px 0;

}



.datafull h2 {

  font-size: 16px;

  color: #393838;

  font-weight: 400;

  padding: 0px;

}



.datafull h2 strong {

  font-size: 16px;

  color: #393838;

  font-weight: 600;

  padding: 8px 0px;

  display: block;

}



.datafull p strong {

  font-size: 16px;

  color: #393838;

  font-weight: 600;

}



.datafull ul {

  padding: 0px;

  margin: 0px;

}



.datafull ul li {

  width: 100%;

  float: left;

  color: #696969;

  margin: 6px 0 7px 0;

  background-image: url(../Images/fillpik.png);

  background-repeat: no-repeat;

  background-position: 0 3px;

  background-size: 16px;

  padding: 0px 10px 0px 21px;

}



.datafull h5 {

  font-size: 16px;

  color: #8b4934;

  font-weight: 400;

  padding: 0px;

}



.datafull p {

  font-size: 16px;

  color: #393838;

  font-weight: 400;

  padding: 0px;

}



.datafull p a {

  font-size: 16px;

  color: #0d6efd;

  font-weight: 400;

  padding: 0px;

  text-decoration: underline;

}



.datafull p a:hover {

  font-size: 16px;

  color: #393838;

  font-weight: 400;

  padding: 0px;

  text-decoration: none;

}



.datahalf {

  width: 100%;

  display: block;

  background-color: #ffffff;

  overflow: hidden;

  border: 1px #e6deda solid;

  padding: 16px;

  border-radius: 15px;

  margin: 8px auto;

  min-height: 106px;

}



.datahalf h3 {

  font-size: 12px;

  color: #999999;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 0px 0 8px 0;

}



.datahalf h2 {

  font-size: 16px;

  color: #393838;

  font-weight: 400;

  padding: 0px;

}



.datahalf h5 {

  font-size: 16px;

  color: #8b4934;

  font-weight: 400;

  padding: 0px;

}



.datahalf h4 {

  font-size: 12px;

  color: #696969;

  font-weight: 400;

  padding: 4px 0px 0px 0px;

}



.datahalf h5 a img {

  width: 16px;

  height: auto;

  display: inline;

  margin-right: 4px;

}



.datahalf h5 a {

  font-size: 16px;

  color: #393838;

  font-weight: 400;

  padding: 0px;

  text-decoration: underline;

}



.datahalf h5 a:hover {

  font-size: 16px;

  color: #393838;

  font-weight: 400;

  padding: 0px;

  text-decoration: none;

}



.datalist {

  width: 100%;

  display: block;

  overflow: hidden;

  padding: 0px;

  margin: 0px auto;

}



.datalist h2 strong {

  font-size: 16px;

  color: #393838;

  font-weight: 600;

  padding: 8px 0px;

  display: block;

}



.datalist p strong {

  font-size: 16px;

  color: #393838;

  font-weight: 600;

  padding: 8px 0px;

  display: block;

}



.datalist h3 {

  font-size: 12px;

  color: #999999;

  font-weight: 500;

  letter-spacing: 2px;

  text-transform: uppercase;

  padding: 0px 0 8px 0;

}



.datalist ul {

  padding: 0px;

  margin: 0px;

}



.datalist ul li {

  width: 100%;

  float: left;

  color: #696969;

  margin: 6px 0 7px 0;

  background-image: url(../Images/fillpik.png);

  background-repeat: no-repeat;

  background-position: 0 3px;

  background-size: 16px;

  padding: 0px 10px 0px 21px;

}



/* Code profile */

/* Overview */



.overview h1 {

    font-weight: 400;

    padding: 0 0 15px 0;

    color: #021B99;

    line-height: 42px;

}











.menu-container {

    max-width: 400px;

    margin: 0 auto;

    /* background-color: #fff; */

  }

  

  .menu-list {

    list-style: none;

    margin: 25px 0;

  }

  

  .menu-item {

    border-bottom: 1px solid #e0e0e0;

  }

  

  .menu-item:last-child {

    border-bottom: none;

  }

  

  .menu-item a {

    display: flex;

    justify-content: space-between;

    align-items: center;

    text-decoration: none;

    color: #8B4934;

    padding: 10px 10px 10px 10px;

    font-size: 12px;

  }

  

  .menu-item a:hover {

    background-color: #fff;

  }



.menu-item a::after {

    content: "\f105";

    font-family: 'FontAwesome';

    padding-left: 10px;

    float: right;

}















  

  .arrow {

    font-size: 18px;

    color: #8B4934;

  }



  /* overview close */

  /* personal information */

  .profile-container {

    max-width: 900px;

    margin: 0 auto;

    background-color: white;

    border-radius: 10px;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    padding: 20px;

}





.profile-container button[type="submit"] {

    padding: 10px 27px;

    border-radius: 5px;

	font-size: 12px;

    text-transform: uppercase;

    font-weight: 600;

    transition: all 0.5s ease;

    border: 1px solid #8b4934;

    color: #fff;

    background: #8b4934;

    margin: 0px 0 0 0;

    width: fit-content;

    width: -moz-fit-content;

	

}







.profile-header {

    display: flex;

    align-items: center;

    margin-bottom: 20px;

}



.profile-avatar {

    width: 80px;

    height: 80px;

    background-color: #003399;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 32px;

    color: white;

}



.profile-info h3 {

    font-size: 22px;

    margin-left: 8px;

    font-weight: 600;

    color: #003399;

	etter-spacing: -0.5px;

}



.profile-info p {

    margin-left: 8px;

    color: #8B4934;

    font-size: 14px;

}





.contact-info div {

    margin: 5px 0;

	font-size: 12px;

}



.donation-history {

    margin-top: 20px;

    padding: 20px;

    border: 1px solid #b8b8b8;

    border-radius: 8px;

	

}

.contact-info {

    display: flex;

    gap: 8px;

    align-items: center;

    color: #4a4a4a;

    margin-left: 8px;

}



.contact-item {

    display: flex;

    align-items: center;

    gap: 8px;

}



.icon {

    color: #757575;

}



.edit-icon {

    color: #29B572;

    font-size: 16px;

    cursor: pointer;

}



.contact-item span {

    margin-right: 5px;

}



.contact-item:not(:last-child)::after {

    content: '|';

    margin-left: 0px;

    color: #e0e0e0;

}



.donation-history h2 {

    color: #003399;

    margin-bottom: 0px;

}



.donation-item {

    margin: 16px 0px; 

    padding: 0px;

    border-bottom: 1px solid #e0e0e0;

}



.donation-item p {

    margin-bottom: 0px;

	font-size: 14px;

}



.donation-details {

    margin-top: 4px;

    padding-left: 4px;

}



.donation-details .dilcol  {

    width: 80%;

	display: block;

	padding: 8px;

	font-size: 12px;

	

}



.donation-details .dilcol h4 {

    margin: 0px;

	font-size: 12px;

	color: #686868;

	font-weight: 500;

}



.donation-details .dilcol p {

    margin: 0px;

	font-size: 12px;

	color: #7284DD;

}





.amount {

    color: #29B572 !important;

    font-weight: 700;

}

.overview{

  background-color: #fafafa;

  padding: 30px;

}



@media only screen and (max-width: 379px) and (min-width: 240px) {

    .contact-info

    {

        display: table;

    }



}



@media only screen and (min-width: 380px) and (max-width: 479px) {



}