﻿
@font-face {
font-family: 'Roboto Slab';
src: url('../fonts/RobotoSlab-Regular');
src: local('RobotoSlab-Regular'), url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
}


body {
    background: #fff;
    font-family: verdana;
    font-size: 14px;
    color: #353535;
}

a{
	color:#92278f;
}
a:hover{
	color:#00AEEF;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    margin-top:10px;
	margin-bottom:10px;
}

h1{
    font-size: 22px;
    color: #000000;
}
h2{
    font-size: 18px;
    color: #000000;
}
h3{
	font-size: 22px;
    color: #92278f;
}
h4{
	font-size: 18px;
    color: #92278f;
	
}
h5{
	font-size: 22px;
    color: #00AEEF;
	
}
h6{
	font-size: 18px;
    color: #00AEEF;
}

.logo{
	display:inline-block;
}

.logo img{
	width: 300px;
    padding: 10px;
    float: left;
}

.logo h1{
	margin-top:0;
	position:relative;
	top:35px;
	display:inline-block;
	text-transform:uppercase;
	left:25px;
	color:#92278f;
}
.give-btn .btn-primary {
    background-color: #9E007E;
    border-color: #9E007E;
    padding: 6px 35px;
}
.give-btn .btn-primary:hover {
    background-color: #92278f;
    border-color: #92278f;
}
.give-btn {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}
.navbar-right{
	float:left !important;
}
nav.navbar.bootsnav{
	background-color:#00aeef;
}

nav.navbar.bootsnav .navbar-nav > li > a {
    color: #fff;
}

.search-box {
    text-align: right;
    margin: 10px 0;
    position: relative;
    top: 10px;
    width: 250px;
    float: right;
}
.search-box input {
    margin-top: 0px;
    padding-left: 40px;
    border-radius: 20px;
}
.search-box .search-icon{
	position: absolute;
    left: 15px;
    top: 14px;
    color: #92278f;
}
.search-box input {
    margin-top: 0px;
    padding-left: 40px;
    border-radius: 20px;
}
.search-box input{
    padding: 10px 35px;
    border: 1px solid #b5b5b5;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    color: #000;
    outline: none;
}

.navbar-brand{
	height:inherit;
}

.navbar-brand{
  padding:0;
}
.wrap-sticky nav.navbar.bootsnav.sticked .logo{
	background-color:#fff;
}
.dropdown-caret {
    color: #fff;
    background-color: #92278f;
    padding: 5px 8px 2px 8px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
}
.dropdown-caret, nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
	display:none;
}
.dropdown-icon{
	padding: 0px !important;
    border: none !important;
    position: absolute !important;
    top: 12px !important;
    right: 5px !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border-top: inherit;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle {
    background-color: inherit;
    color:#fff;
}
nav.navbar.bootsnav .navbar-nav > li > a{
	color:#ffff;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
	color:#92278f;
}
.navbar-nav > li {
    float: none;
    display:inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "|";
    position: absolute;
    top: 14px;
    left: -7px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a{
	text-align:left;
}

.nav > li > a{
	padding: 15px 18px;
	font-size:14px;
}
.dropdown-menu>li>a{
	color: #583D42;
}
.dropdown-menu>li>a:hover {
    color: #;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
   left:0;
}

.carousel-inner .item img{
	 width:100%;
}

.carousel-caption{
    padding: 0px 15px 15px 15px;
    top: 20%;
    margin: 0 auto;
    text-align:center;
    width: 50%;
    bottom:inherit;
}
.carousel-inner>.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
}
.carousel-caption h1{
	font-size: 45px;
	margin-bottom: 10px;
    font-family: verdana;
    font-weight: bold;
    color:#ffffff;
    display: inline-block;
}
.carousel-caption p{
    font-size:14px;
    color:#fff;
} 
.carousel-btn{
    border: 2px solid #92278f;
    background-color: #92278f;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.carousel-btn:hover {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
    transition:0.6s;
}

.welcome-community, .welcome-brochure, .welcome-givetoday{
    width:100%;
    float:left;
    padding:30px 0px;
}
.welcome-community h2{
	margin-top:0;
}
.welcome-brochure{
    background-color: #f3f3f3;	
}
.welcome-brochure h2{
	margin-top:0;
    margin-bottom: 25px;
}
.welcome-brochure h4{
  color:#92278f;
}
.uw-block{
  position: relative;
}
.uw-block .uw-inner-box{
  position: relative;
  display:block;
  overflow: hidden;
} 
.uw-block .uw-inner-box .image{
  position: relative;
}

.uw-block .uw-inner-box .image:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:100%;
  height:80%;
  display:block;
  z-index:1;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
  background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
  background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
  background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.4));
}

.uw-block .uw-inner-box:hover .image:before{
  opacity: 0;
}

.uw-block .uw-inner-box .image img{
  position: relative;
  width:100%;
  display: block;
}

.uw-block .uw-inner-box .image .overlay-box{
  position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
  z-index: 2;
    color: #ffffff;
  visibility: hidden;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  -webkit-transform-origin:left top;
  -ms-transform-origin:left top;
  -moz-transform-origin:left top;
  transform-origin:left top;
  -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.uw-block .uw-inner-box .image .overlay-box:before{
  position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right:0px;
  bottom:0px;
    opacity: 0;
  display: block;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:rgba(146, 39, 143, 0.85);
}

.uw-block .uw-inner-box:hover .image .overlay-box:before{
    opacity: 1;
    visibility: visible;
}

.uw-block .uw-inner-box .image .overlay-box .overlay-inner{
  position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 40px;
}

.uw-block .uw-inner-box .image .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.uw-block .uw-inner-box .image .overlay-box .text{
  position: relative;
  color:#ffffff;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 40px;
}

.uw-block .uw-inner-box .image .overlay-box .read-more{
  position:relative;
  font-size: 13px;
  font-weight: 700;
  color:#ffffff;
  padding-right: 22px;
  text-transform: uppercase;
}

.uw-block .uw-inner-box .image .overlay-box .read-more:after{
  position: absolute;
    content: '';
    left: 100%;
    top: 10px;
    width: 300%;
    height: 1px;
    background-color: rgba(255,255,255,0.20);
}

.uw-block .uw-inner-box .image .overlay-box .read-more .fa{
  position:relative;
  margin-right: 4px;
}

.uw-block .uw-inner-box:hover .image .overlay-box{
    opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.uw-block .uw-inner-box .lower-box{
  position:relative;
  padding: 15px;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.uw-block .uw-inner-box:hover .lower-box{
  background-color: #f9f8fc;
}

.uw-block .uw-inner-box .lower-box .category{
  position: relative;
  color:#443986;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.uw-block .uw-inner-box:hover .lower-box .category{
  color:#ee2d50;
}

.uw-block .uw-inner-box .lower-box h3{
  position: relative;
  color:#222222;
  font-size: 24px;
  margin-top: 0px;
    font-weight: 700;
}

.uw-block .uw-inner-box .lower-box h3 a{
  position: relative;
  color:#00aeef;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.uw-block .uw-inner-box .lower-box h3 a:hover{
  color:#92278f;
}
.donate-btn{
    background-color: #0089d0;
    border-color: #0089d0;	
}
.donate-btn:hover{
    background-color: #92278f;
    border-color: #92278f;	
    transition: 0.5s;
}
.welcome-givetoday img{
   border: 5px solid #00AEEF;
}

.wrapper-Newsletter {
    background-color: #f3f3f3;
    padding-top: 40px;
    width:100%;
    float:left;
}
.newsletter h2 {
    position: relative;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top:0; 
}
.newsletter-subscribe {
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: left;
}
.newsletter-subscribe p {
    text-align: center;
    margin-bottom: 30px;
}
.newsletter-subscribe.text-center input[type="checkbox"] {
    margin: 5px 7px 20px;
        position: relative;
        top: 3px;
}
#newsletterForm .form-control{
    margin-top: 5px;
}
.newsletter-subscribe select {

height: 60px !important;

	 width: 25%;

    margin: 0 auto;

    display: inline-block;
    margin-bottom:-20px;
}

.subscribe-btn {

    border: 1px solid #0089d0;
    text-transform: capitalize;
    color: #fff;
    background-color: #0089d0;
    border-radius: 10px;
    padding: 10px 35px;
    font-size: 16px;
    margin-top: 4px;

}

.subscribe-btn:hover{

	background-color:#92278f;

	border-color:#92278f;

	transition: 0.5s;

}

#newsletterForm .form-control {
    height: 45px;
}

.sub-footer{

	background-color:#00AEEF;

	width:100%;

	float:left;

    padding:50px 0px;

}

.social-icons, .contact-info ul{

  padding-left:0;

  margin-bottom:0;

  list-style-type:none;

}

.social-icons li{

  display:inline-block;

  font-size:16px;

}

.social-icons li a{

  color:#00AEEF;

  padding:10px;

  background-color:#fff;

  border-radius:50%;

}

.social-icons li a .fa-facebook{

  padding:10px 3px;

}

.social-icons li a:hover{

  background-color:#92278f;	

  color:#fff;

}



.contact-info h3{

	color:#fff;

	margin-top:0;

}

.contact-info ul li{

	color:#fff;

}



.footer {

    width: 100%;

    float: left;

    padding: 20px 0px;

    background-color: #151a1d;

}



.footer p {

    color: #a9a9a9;

    margin-bottom: 0;

}

.powered {

    float: right;

}

.footer p {

    color: #a9a9a9;

    margin-bottom: 0;

}



.powered a {

    color: #00AEEF;

}



.footer-logo{

	width:180px;

}

.page-section h1:first-child{
    font-size: 36px;
    font-weight: 700;
}
#validation-registration-form .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.cabinet-heading {
    color: #92278f;
    font-size: 22px;
    margin-bottom: 15px;
}
.proposals-content ul, .pp-content ul {
    line-height: 1.8;
}
.cabinet-left p {
    line-height: 1.6;
    margin-bottom: 16px;
}
.potential-content h6 {
    font-size: 30px;
    margin-bottom: 20px;
}
.cc-naming-list li {
    margin-bottom: 10px;
}
.cc-blue-bg, .cc-purple-bg, .cc-green-bg, .cc-orange-bg, .cc-red-bg{
    padding: 20px 10px;
    text-align: center;
    margin: 20px 0px;
}
.cc-purple-bg {
    background-color: #a41a84;
}
.cc-blue-bg{
    background-color: #00adee;
}
.cc-green-bg{
    background-color: #00af9f;
}
.cc-orange-bg{
    background-color: #fcb033;
}
.cc-red-bg{
    background-color: #ef2e24;
}
.price-heading {
    font-size: 36px;
    color: #ffffffff;
    margin-bottom: 0px;
}
.cc-purple-bg p, .cc-blue-bg p, .cc-orange-bg p, .cc-red-bg p, .cc-green-bg{
    color: #ffffff;
    font-size: 20px;
}
.cc-block img {
    border: 5px solid #ffffff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.potential-three h2{
   color: #00af9f; 
}
.potential-four h3, .potential-four h6{
    color: #fcb033;
}
.cc-red-right h5{
    color: #ef2e24;
}
.fledge-btn {
    text-align: center;
    margin: 20px 0px;
}
.fledge-btn .btn-primary {
    color: #fff;
    background-color: #00aeef;
    border-color: #00aeef;
    padding: 10px 40px;
    font-size: 16px;
    transition: all 0.3s linear;
}
.fledge-btn .btn-primary:hover{
     color: #fff;
    background-color: #92278f;
    border-color: #92278f;
}
.potential-content h4.text-center {
    font-size: 24px;
    margin-bottom: 20px;
}


.contact_contact_info .cancel_pro {
    list-style: disc;
    padding: 0px 0px 0px 20px;
}

.contact_contact_info .cancel_pro li {
    padding: 5px 0px 0px 10px;
    border-bottom: none;
    margin-bottom: 0px;
  }
  .contact_contact_info .cancel-list {
    list-style-type: disc;
    margin-left: 20px;
}
.contact_contact_info .cancel-list li {
    padding-left: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}
.ninza-content h3 {
    margin: 20px 0px 15px;
    font-size: 26px;
}
.nin-img img {
    width: 100%;
    margin-bottom: 20px;
}
.ninza-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
@media (min-width:768px){
    .pvy-col {
        padding-left: 0px;
    }
    .potential-content p.text-center {
        margin: 0px 20%;
        margin-bottom: 30px;
    }
}

@media screen and (min-width:320px) and (max-width:480px){
    .welcome-community h2 {
    line-height: 30px;
    font-size: 25px;
}
    .potential-content h6{
        font-size: 20px;
        line-height: 1.4;
    }
    .price-heading{
        font-size: 24px;
        line-height: 1.3;
    }
}

@media screen and (min-width:320px) and (max-width:767px){

.logo img{

	margin: 0 auto;

    float: inherit;

}

.logo h1{

	    top: 0px;

}

.search-box{

	float: inherit;

    padding-bottom: 15px;

    margin: 0 auto;

    text-align: center;

    top:0;

}

.logo, .logo h1{

	display: block;

    margin: 0 auto;

}

.logo h1{

	padding-bottom:15px;

}

.navbar-nav > li{

	display:block;

}

.dropdown-caret{

	display:block;

}

nav.navbar.bootsnav .navbar-toggle{

	 top: 2px;

	 font-size: 20px;

}

.carousel-caption h1{

	font-size:22px;

}

.carousel-caption p{

	display:none;

}

.read-more-btn{

	width: 100%;

    float: left;

    padding-bottom: 15px;

}

.welcome-brochure img{

	min-height:inherit;

	max-height:inherit;

}

.social-icons, .contact-info{

	margin-top:30px;

}

.footer{

	text-align:center;

}

.powered{

	float:inherit;

}
    .subscribe-btn{
        margin-left: 0px;
    }
.newsletter-subscribe .row {
    margin: 0px;
}

.logo h1{

	left:0px;

	font-size:25px;
    line-height: 30px;

}
    .give-btn{
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 15px;
        text-align: center;
        float: none;
    }
    .del-dots{
        display: none;
    }

}



@media screen and (min-width:768px) and (max-width:991px){

.nav > li > a{

  padding: 15px 9px;

}	

.carousel-caption h1{

	font-size:25px;

}

.carousel-caption{

   top:5%;

}

    .dyerimg-one h1{

        font-size: 17px;

    }

    .dyerimg-one{

        bottom: 38px;

    }

.logo h1{

	font-size:30px;

}

.search-box{

	width:180px;

}
     .uw-block .uw-inner-box .lower-box h3{
        font-size: 20px;
    }

}



@media screen and (min-width:768px) and (max-width:1207px){

	.logo h1{

	top:0px;

}

}

@media screen and (min-width:992px) and (max-width:1199px){

    .uw-block .uw-inner-box .lower-box h3{

        font-size: 20px;

    }

    .navbar-default .navbar-nav > li > a{

        padding: 15px;

    }

}























