h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

p {
	font-family:sans-serif;
    margin: 0;
    font-size: 1em;
    color: black;
    line-height: 1.9em;
    letter-spacing: 1px
}

ul {
	
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
	font-family: sans-serif;
}

a:focus, a:hover {
	text-decoration: none;
	outline: none;
}

html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'BenchNine', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

body a,body span {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family:  sans-serif;
}
a:hover {
    text-decoration: none;
    
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family:  sans-serif;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none !important
}

/*--/header --*/

ul.header-info li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    color:#f3f3f3;
    letter-spacing: 0px;
    font-family:sans-serif;
}

ul.header-info li:nth-child(2) {
    margin: 0 1em;
}

ul.header-info li a {
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
}

/*-- //Reset-Code --*/
.caad-about-banner {
	padding: 2em 0;
}

.heading {
	text-align: center;
}

.caad-page-name h1{
	font-weight: 600;
	letter-spacing: .5px;
	font-size: 30px;
	text-align: center;
	color: #e30000;
	text-transform: uppercase;
	position: relative;
	margin-top: 0;
}

.heading h2 {
	font-weight: 400;
	color: #146eb4;
}

.heading p {
	font-size: 16px;
	margin-top: 20px;
}

/* Top Header */

.container-header1
{
	width: 100%;
	margin: auto;
	padding: 4px;
	box-sizing: border-box;
	background-color:#0E4D92;
}
.container-header2{
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	background-color:Coffee;
}
.caad-name{
	color: #black;
    font-size: 100%;
    font-weight: 600;
    
}

/*//Top Header End  */

/*Payment Page  */

.payment-banner{
	width: 75%;
	background-color: white;
	margin: auto;
	padding: 30px 30px 30px;
	box-sizing: border-box;
	box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
}
.section-border{
	border-bottom: 8px solid #c5dff5;
}
/*//Payment Page End  */

/*  Top NavBar */

.menu-area {
	background: White;
}

.navbar-light .navbar-toggler {
	background-color: White;
	margin-left: 4%;
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid transition !important;
	border: 0 solid rgba(0, 0, 0, .15);
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.mainmenu a, .navbar-default .navbar-nav>li>a, .mainmenu ul li a,
	.navbar-expand-lg .navbar-nav .nav-link {
	color: Blue;
	font-size: 14px;
	font-weight:600;
	text-transform: capitalize;
	padding: 10px 16px;
	font-family: sans-serif;
	display: block !important;
}
 .mainmenu .collapse ul > li:hover > a{
    background: White;
    border-radius:5px;
    color:Blue;
    
}
 .mainmenu .collapse ul ul > li:hover > a{
    background: transparent;
    border-radius:0px;
    color:Blue;
}
.caad-nav{
	padding-top: 10px;
}
.caad-dropdown-icon{
	float: right;
	margin-top: 9px;
    color: Blue;
    font-size: 19px;
	
}
    
/*==========Sub Menu=v==========*/

.mainmenu .collapse ul ul>li:hover>a {
	margin-left: 5px;
	font-weight: 600;
}
.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
	background: White;
}
.mainmenu .collapse ul ul li {
		position: relative;
		padding-left: 10px;
    	padding-right: 10px;
    
	}
.caad-sub-menu {
	    border-bottom: 2px solid white;
}
/******************************Drop-down menu work on hover**********************************/
.mainmenu {
	background: none;
	border: 0 solid;
	margin: 0;
	padding: 0;
	min-height: 20px;
	width: 100%;
}

@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li:hover>ul {
		display: block
	}
	.mainmenu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 250px;
		display: none
	}
	/*******/
	
	.mainmenu .collapse ul ul li:hover>ul {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
		padding: 16px 15px 16px 35px
	}
	.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
		padding: 16px 15px 16px 45px
	}
}

/*  //Top NavBar */

/* Home Page */
.caad-home-banner{
	padding:0px;
}
.container-home-impact{
	
	width: 100%;
	background-color: #ffffff;
	margin: auto;
	padding: 10px 10px 10px;
	box-sizing: border-box;
    
}

/* Home-Catogory Type */

.caad-home-catogory-services-grids:nth-child(odd) {
    background: aliceblue;
}
.caad-home-catogory-services-grids {
    text-align: center;
}
.caad-home-catogory-services-grids {
    background: #d0e3f5;
}
.caad-home-catogory-services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.caad-home-catogory-services-grids:nth-child(odd) {
    background: aliceblue;
}
.caad-home-catogory-services-grids {
    text-align: center;
}
.caad-home-catogory-services-grids {
    background: #d0e3f5;
}
.caad-home-catogory-services-grids h4 {
    font-size: 0.8em;
    color: #000;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: capitalize;
}
.caad-home-catogory-services-grids span {
    font-size: 2em;
    color: #0076BE;
}
.caad-home-catogory-services-grids {
    text-align: center;
}

/* //Home-Catogory Type End */

.container-home1 {
	width: 100%;
	margin: auto;
	padding: 30px 30px 30px;
	box-sizing: border-box;
}
.container-home2 {
	width: 100%;
	margin: auto;
	padding: 30px 30px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 0px rgba(158, 158, 158, 0.75);
	margin-bottom:2%;
}

/* About Page */
.container-abt {
	width: 90%;
	margin: auto;
	padding: 30px 30px 30px;
	box-sizing: border-box;
	box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
}
.caad-about-section{
	background-color: aliceblue;
	border-radius:10px;
}
.caad-abt-title{
	font-weight: 600;
	margin-bottom: 0.5%;
}
.caad-abt-content{
	font-family: sans-serif;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0.5px;
	line-height: 1.9em;
}
.caad-corpo-title{
	padding-left:15px;
	font-weight: 600;
	margin-bottom: 0.5%;
}
/* //About Page */


/* Contact Page */

.container-contact{
	width: 75%;
    background-color: #d0e3f5;
    margin: auto;
    padding: 30px 30px 30px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
    margin-top: 5%;
}
.container-contact h4{
	font-weight:600;
}
.contact-info{
	 margin-top:4%;
}
.contact-icon {
    font-size: 24px;
    color: #ff0707;
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom:2%;
    }
    
    .contact-info p{
    font-family: sans-serif;
    margin: 0;
    font-size: 1em;
    color: black;
    line-height: 20px;
    letter-spacing: 1px;
    }
.main_grid_contact {
    background: #f7f7f7;
    padding: 5em 5em 0em 5em;
}

.main_grid_contact label {
    color: #28a745;
    letter-spacing: 1px;
    font-size: 1.2em;
}

.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
    outline: none;
    padding: 12px 12px;
    font-size: 15px;
    color: #777;
    background: #fff;
    width: 100%;
    letter-spacing: 1px;
    border: 2px solid #ebeeef;
    border-radius: 0px;
}

.main_grid_contact textarea {
    min-height: 100px;
    margin: 1em 0em;
    resize: none;
    font-family:sans-serif;
}

.main_grid_contact .input-group1 input[type="submit"] {
    outline: none;
    font-size:20px;
    color: #fff;
    background: #0077c8;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px
    
}

.main_grid_contact .input-group1 input[type="submit"]:hover {
       background: #ff0000;
}

.map {
    padding: 0;
}

.map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.main_grid_contact h6 {
    color: #464646;
    font-weight: 600;
    text-transform: capitalize;
    font-family: sans-serif;
    
}
    
/* //Contact Page */

/* Our Programs Page */

.our-prgm-title {
	color: #0E4D92;
	text-align: center;
	margin-top: 2%;
    margin-bottom: 1%;
    font-weight:600;
}
.our-prgm-title2{
	color: #0E4D92;
	text-align: center;
	margin-bottom: 1%;
}

.our-prgm-sub-title {
	color: #0E4D92;
	text-align: center;
	margin-bottom: 1%;
	
}
.our-prgm-iner-sec{
	padding-top: 1em;
	padding-bottom: 1em;
}
.our-prgm-content{
	background-color: aliceblue;
	padding: 25px;
	border-radius: 25px;
}

.our-prgm-content p{
	font-size: 14px;
	text-align: justify;
	
}
.our-prgm-content ul{
	font-size: 14px;
	text-align: justify;
	font-family:sans-serif;
}
.our-prgm-iner-sec{
	
}

.our-prgm-list{
	font-family: sans-serif;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 1px;
    line-height: 1.9em;
}

/* Our Programs Page */

/* Log In Page */
.background-banner
{
	padding: 2em 0;
}
.container-login {
	width: 100%;
	margin: auto;
	border-radius: 20px;
	background-color: white;
	padding: 30px 30px 30px;
	box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
}

.log-bg {
    background-image: url(/iamges/aboutbanner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.form-mar {
    margin: 10%;
}
.login-form .form-group {
    margin-bottom: 10px;
}
.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    font-family: sans-serif;
}
.login-form .btn.btn-primary {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    line-height: 50px;
    padding: 0;
}
	
	
/* //Log In Page */

/*Back to Top  */
#button {
  display: inline-block;
  background-color: #0077c8;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  font-size: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #0E4D92;
}
#button:active {
  background-color: red;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 100%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 100%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
/* Back to Top End Here */


* {
	box-sizing: border-box;
}


.icon {
	padding: 19px;
	background: #0077c8;
	color: white;
	min-width: 50px;
	text-align: center;
	border-right: 5px solid #1e652a;
}

.input-field {
	width: 100%;
	padding: 10px;
}

.contact-sumit-btn{
    outline: none;
    font-size: 20px;
    color: #fff;
    background: #0077c8;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase
	
}
.btn-primary{
	border-radius: 10px;
    padding: 0.4em 1.5em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: sans-serif;
    font-size: 16px;
    background: #0077c8;
}
.home-impact-title{
	color: #0077c8;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 2px solid #0077c8;
}
.caad-impcat-row img{
	float:left;
}

.caad-imapct-detail{
	display: table;
    padding-left: 20px;
}
.caad-imapct-detail P{
	font-size: 15px;
    letter-spacing: 0px;
}
.caad-footer{
	background-color:#166295;
}

/*  Copy-right*/

.copy-right {
	text-align: center;
    padding: 8px;
    background: #0E4D92;
}
.copy-right p {
	color: #fff;
	letter-spacing: 2px;
	font-size: 15px;
}
.copy-right p a {
	color: #fff;
	transition: .5s all ease;
}
.copy-right p a:hover {
	margin-left: 5px;
    font-weight: 600;
}
/*  //Copy-right*/

.caad-prgm-text{
	font-size: 15px;
    color: #1c1c1c;
    line-height: 24px;
    text-align: justify;
    font-family: sans-serif;
}
.caad-prgm-heading{
	font-size: 26px;
    color: brown;
    font-weight: bold;
    font-family: sans-serif;
}
.caad-prgm-sub-heading{
	font-size: 18px;
    color: brown;
    line-height: 24px;
    font-family: sans-serif;
}
.caad-home-quote{
    padding: 2em;
    background-color: aliceblue;
}

/*  Doante Page */


input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.container-donate {
	width: 80%;
	margin: auto;
	padding: 30px 30px 30px;
	font-family:sans-serif;
	box-sizing: border-box;
	box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
}

label.form-label {
	display: inline-block;
	width: 30%;
	font-weight: 400;
	letter-spacing: 1px;
	vertical-align: top;
	font-family: sans-serif;
	
}

.form-input {
	display: inline-block;
	width: 69%;
}

ul.field-list li {
	margin: 15px 0px;
	 list-style: none;
}

select {
	width: 99%;
	padding: 7px 10px;
	background-color: #8080802b;
	border: none;
}

.dob select {
	width: 33%;
}

input[type="text"], input[type="tel"] {
	padding: 7px 10px;
	box-sizing: border-box;
	background-color: #8080802b;
	border: none;
	width: 99%;
	color: #0f0e10;
	font-family: sans-serif;
}

span.form-sub-label input[type="text"], input[type="tel"] {
	margin: 10px 0px 20px;
	width: 49%;
}

span.form-required {
	color: red;
}

label.form-label1 {
	display: inline-block;
	margin: 15px 0px;
	letter-spacing: 1px;
	font-family: sans-serif;
}

label.type-of-test {
	display: inline-block;
	width: 188px;
	margin-bottom: 10px;
	margin-left: 10px;
	letter-spacing: 1px;
	font-weight: 100;
	font-size: 16px;
}

textarea {
	width: 99%;
	background-color: #f7f7f7;
	border: none;
	font-family: sans-serif;
}

input[type="submit"] {
	display: block;
	margin: auto;
	padding: 10px 25px;
	margin-top: 25px;
	background-color: #0077c8;
	color: white;
	border: none;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: 0;
	cursor: pointer;
	border-radius: 30px
}

input[type="submit"]:hover {
	background-color: #0077c8;
	color: white;
}

input.year {
	width: 31% !important;
	padding: 6px;
}

input[type="email"] {
	padding: 7px;
	background-color: #8080802b;
	border: 0;
	width: 99%;
	color: #0f0e10;
}

span.form-sub-label {
	position: relative;
}

label.form-sub-label1 {
	position: absolute;
	bottom: -30px;
	left: 15px;
	min-height: 14px;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 1px;
}

input[type="checkbox"] {
	margin: 0px 0 0;
	vertical-align: middle;
	height: 47px;
	width: 16px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #024d88;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #024d88;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #024d88;
}

:-moz-placeholder { /* Firefox 18- */
	color: #024d88;
}

#sendmessage {
	color: darkgreen;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
}

#errormessage {
	color: red;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
}
.donate-banner{
	padding:2em 0;
}
.caad-donate-btn{
	background-color: Blue;
    border: none;
    color: White;
    padding: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 12px 0px;
    border-radius: 8px;
}
.caad-donate-btn:hover {
  background-color: Blue;
  color: white;
}
.caad-add-more{
	background-color: #0077c8;
    border: none;
    color: white;
    height: 54px;
    width: 150px;
    font-weight: 500;
    border-radius: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.input-amount {
	padding: 7px 10px;
    box-sizing: border-box;
    background-color: #f7f7f7;
    border: none;
    width: 99%;
    color: #0f0e10;
    font-family: sans-serif;
    border: 2px solid #b7bec6;
    border-left: none;
}

/* //Donate Page */


#map-canvas {
    height: 450px;
    width: 100%;
    background-color: grey;
}
.caad-impact{
	background-color: white;
	padding:1%;
}

.caad-impact i{
	color: #0077c8;
	padding-left: 36%;
}
.caad-impact p{
	color: #0077c8;
    font-weight: 700;
    text-align:center;
    font-family:sans-serif;
}


/*-- //header --*/

.login-right-img {
    background: url(../images/log.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 100px;
}

.top-head-wthree span {
    color: #ffff;
    letter-spacing: 2px;
    font-weight: 600;
}

.top-head-wthree a {
    color: #ffff;
    letter-spacing: 2px;
}

.top-content-info {
    position: relative;
    margin: 0 0 0em 0;
}

.log-in a {
    border-radius: 10px;
    padding: 0.4em 1.5em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-family: sans-serif;
    font-size: 16px;
    background: #0077c8;
    margin-top: 4%;
}

.log-in a:hover {
    background: #0077c8;
    color:#ffffff;
}

.top-content-left h6 {
    color: #fff;
    font-size: 0.9em;
    text-decoration: underline;
}

.callnumber h6 {
    color: #fff;
    font-weight: 300;
}

.top-head-wthree {
    background: #0077c8;
    padding: 0px 10px;
}

a.request {
    padding: 0 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

a.request:nth-child(2) {
    border-left: 1px solid #ddd;
}

.login-right-img {
    padding-top: 2em;
}

/*--/banner-info--*/

.cont-btn a {
    border-radius: 15px;
    border: 2px ;
    padding: 10px 20px;
    background-color: #0077c8;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
    letter-spacing: 1px;
}

.cont-btn a:hover {
    background: red;
    border: 2px solid red;
}

.cont-btn {
    margin-top: 1rem;
    
}

.mian-content {
    position: relative;
}


.top-content-left {
    padding: 0;
    margin-top: 0.5em;
}

.social-icons li {
    list-style: none;
    display: inline-block;
}

ul.social-icons {
    margin-top: 0em;
}

ul.social-icons li a span {
    color: white;
    font-size: 14px;
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    display: block;
    border: 2px solid #ddd;
    display: inline-block;
    border-radius: 50%;
}

ul.social-icons li a span:hover {
    color: #fbbc05;
}

.land-gd {
    float: left;
    width: 48%;
    margin-left: 23em;
}

.land-image {
    float: left;
    width: 22%;
}

.land-content {
    float: left;
    width: 73%;
}

.land-content h4 {
    color: #fff;
    font-size: 1.2em;
}

.top-content-right {
    margin-top: 5px;
    margin-bottom: 5px;
}

.land-image i {
    color: #fbbc05;
    font-size: 1.5em;
}

/*-- /banner-info --*/


	/*--footer--*/

.footer-grid h3 {
    color: #ffffff;
    font-weight: 400;
    font-family:sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.footer-text p{
	 margin-top: 10%;
    color: #f3f3f3;
}

.phone {
    margin-top: 20px;
}

ul.links {
    float: left;
    width: 100%;
}

.contact-info h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.9;
    color: #ffffff;
}



.footer-text button.btn2 {
    color: #28a745;
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 15%;
}

.footer-grid form {
    border: 1px solid #585a5d;
    width: 100%;
    margin-top: 20px;
}

ul.social_section_1info li {
    display: inline-block;
}

ul.social_section_1info {
    margin-top: 15px;
}

ul.social_section_1info a {
    color: #808080;
    margin-right: 10px;
    font-size: 15px;
}

ul.social_section_1info a:hover {
    color: #fff;
}

.phone p a {
    color: #808080;
}

.phone p a:hover {
    color: #fff;
}

ul.links li {
    list-style-type: none;
    margin: 10px 0;
}

ul.links li a {
    color: #f3f3f3;
    font-family: sans-serif;
    font-size: 16px;
    transition: .5s all ease;
}

ul.links li a:hover {
    margin-left: 2px;
    font-weight: 600;
}


.owl-item.active {
    padding: 15px;
    border: 1px solid #e4e4e4;
}

	/*--//footer--*/


	/*--responsive--*/

	@media(max-width:1440px) {
    .freebies figure {
        height: 500px;
        max-height: 482px;
        margin: 0;
    }

	@media(max-width:1366px) {
        .freebies figure {
            max-height: 463px;
            margin: 0;
        }
        .top-header{
            width: 101%;
        }
}

	@media ( max-width :1281px) {
		.freebies figure {
			max-height: 424px;
			margin: 0;
		}
		.top-header {
			width: 118%;
		}
		.land-gd {
			margin-left: 30em;
		}
		.mainmenu a, .navbar-default .navbar-nav>li>a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link{
    		padding: 10px 13px;
		}
	}
	
	@media ( max-width :1200px) {
	
	}
	
	@media ( max-width :1080px) {
		.inner-page {
			min-height: 215px;
		}
		.freebies figure {
			max-height: 360px;
			margin: 0;
		}
		.feedback-top {
			padding: 2em;
		}
	}
	@media ( max-width :1050px) {
		.freebies figure {
			max-height: 348px;
			margin: 0;
		}
	}
	
	@media ( max-width :1024px) {
		h3.tittle {
			font-size: 3em;
		}
		.main_grid_contact {
			padding: 7em 2em;
		}
		.inner-page {
			min-height: 200px;
		}
		.login-right-img {
			height: 86px;
		}
	
		.freebies figure {
			max-height: 339px;
			margin: 0;
		}
		.about-in .card {
			padding: 2em 0.5em;
		}
		.top-header {
			width: 136%;
		}
		.land-gd {
			margin-left: 22em;
		}
		.Cadd-Logo {
			width: 8%;
		}
	}
	
	@media ( max-width :991px) {
		.footer-grid {
			margin-top: 1.5em;
		}
		.about-in {
			margin-top: 1em;
		}
		.team-info {
			float: left;
			width: 50%;
			margin-bottom: 2em;
		}
		.progress-one {
			margin-top: 1em;
		}
		.freebies figure {
			max-height: 324px;
			margin: 0;
		}
		.address-info {
			margin-top: 2em;
		}
		.main_grid_contact {
			padding: 5em 2em;
		}
		.newsright {
			margin: 0 auto;
			width: 70%;
		}
		a.request {
			padding: 0 15px;
		}
		.navbar-nav .dropdown-menu {
			text-align: left;
		}
		.top-content-left {
			padding: 0;
			margin: 0.5em 0;
			text-align: left;
		}
		.copy-right p {
			font-size: 14px;
		}
	}

	@media ( max-width :900px) {
	.freebies figure {
		max-height: 305px;
		margin: 0;
	}
	.container-header1 {
		display: none;
	}
	.caad-donate {
		display: none;
	}
	
	@media ( max-width :800px) {
		.caad-nav {
			padding-top:0px;
		 	margin-top: 1%;
    		margin-bottom: 2%;
		}
		.navbar-light .navbar-toggler{
			font-size: 16px;
		}
		a.navbar-brand {
			font-size: 28px;
			margin-top:10px;
		}
		.caad-title {
			flex: 0 0 100%;
			max-width: 100%
		}
		.caad-home-catogory-services-grids {
			flex: 0 0 33.3333%;
			max-width: 33.3333%;
			padding: 1em;
		}
		.home-impact-banner {
			flex: 0 0 50%;
			max-width: 50%;
			padding: 1em;
		}
		.caad-home-carousel {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.caad-home-quote {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.caad-home-abt {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.caad-home-vdo {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.caad-abt-legal {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.caad-abt-vdo {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.main_grid_contact {
			padding: 5em 2em;
		}
		.freebies figure {
			max-height: 264px;
			margin: 0;
		}
		.top-social-icons {
			padding: 0;
		}
		.land-gd {
			float: right;
			width: 25%;
			margin-left: 23em;
		}
		.our-prgm-content{
			max-width:100%;
			flex:100%;
		}
	}
	
	@media ( max-width :768px) {
		.freebies figure {
			max-height: 250px;
			margin: 0;
		}
		.stats_info {
			text-align: center;
			padding: 2em 0;
		}
		.bottom-bg p {
			width: 100%;
		}
		.home-impact-banner {
			flex: 0 0 100%;
			max-width: 100%;
			padding: 1em;
		}
		.impact-logo {
			width: 50%;
		}
		.impact-value {
			width: 50%;
			padding: 1em;
		}
		.land-gd {
			float: right;
			width: 26x%;
			margin-left: 23em;
		}
		.our-prgm-title {
			font-size: 16px;
		}
		.our-prgm-title2{
			font-size: 14px;
		}
		.our-prgm-sub-title{
			font-size: 18px;
		}
	}
	@media ( max-width :767px) {
		a.navbar-brand {
			font-size:14px;
		}
		.aboutright {
			-ms-flex: 0 0 50%;
			flex: 1 0 50%;
			max-width: 152%;
		}
		.container-abt{
			padding: 10px 0px 0px;
		}
		.caad-corpo-title{
			font-size: 17px;
		}
		
		#toTop {
			display: none;
			text-decoration: none;
			margin-right: 60px;
			position: fixed;
			bottom: 115px;
			right: 4%;
			overflow: hidden;
			z-index: 999;
			width: 40px;
			height: 40px;
			border: none;
			text-indent: 100%;
			background: url(../images/move_up.png) no-repeat 0px 0px;
		}
		.main_grid_contact {
			padding: 3em 2em;
		}
		.land-gd {
			float: left;
			width: 50%;
			margin-left: 20em;
		}
		.container-header1 {
			display: none;
		}
		.top-info {
			display: none;
		}
		.caad-about-banner {
			padding: 1em 0px;
		}
		.caad-add-more {
			margin-top: 5%;
			text-align: center;
		}
	}

	@media ( max-width :736px) {
		.slide-window .slide-wrapper .slide .slide-caption h3 {
			margin: 0rem;
			font-size: 2rem;
		}
		.log-in pb-md-5 pb-3 {
			padding-top: 1rem;
			margin-left: 90px;
		}
		ul.header-info li:nth-child(2) {
			margin: 0 0em;
		}
		.log-in a {
			margin-top: 0px;
		}
	}
	
	@media ( max-width :700px) {
		.land-gd {
			margin-left: 30em;
		}
		
	@media ( max-width :667px) {
		.middle-grids .card-body {
			padding: 6em 2em;
			margin-bottom: 1em;
		}
		.inner-page {
			min-height: 160px;
		}
		.log-in a {
			margin-top: 0px;
		}
		.container-donate {
			width: 602px;
		}
		label.type-of-test {
			width: 153px;
		}
		.caad-page-name h1{
			margin-bottom: 1em;
		}
	}
		
	@media ( max-width :640px) {
		.caad-vdo-dgn {
			width: 100%;
			margin-top: 15px;
		}
		.main_grid_contact {
			padding: 3em 2em;
		}
		.inner-page {
			min-height: 160px;
		}
		.cont-btn a {
			padding: 0.3em 1.5em;
			font-size: 1em;
		}
		.log-in a {
			margin-top: 0px;
		}
		.copy-right p {
			font-size: 13px;
		}
		.container-donate {
			width: 560px;
			margin: auto;
			padding: 30px 15px 20px;
		}
		label.type-of-test {
			width: 150px;
		}
		.heading p {
			width: 100%;
		}
		input[type="submit"] {
			margin-top: 56px;
		}
	}
	
	@media screen and (max-width: 600px) {
		.caad-about-banner {
			background-position: 70% center;
		}
		label.type-of-test {
			display: inline-block;
			width: 150px;
		}
		input[type="submit"] {
			margin-top: 56px;
		}
	}
	
	@media ( max-width :568px) {
		.log-in {
			padding-left: 25%;
		}
		.log-in a {
			margin-top: 0px;
		}
		.land-content h4 {
			font-size: 1em;
		}
		ul.header-info li:nth-child(2) {
			margin: 0 0em;
			margin-right: 30px:
		}
		.top-head-wthree {
			padding: 0.3em 0.5em;
		}
		ul.header-info li {
			font-size: 18px;
			text-align: left;
		}
		.newsright {
			margin: 0 auto;
			width: 90%;
		}
		.about-in .card h5.card-title {
			font-size: 1.4em;
		}
		h4.sub-tittle {
			margin: 1.2em 0 0 0;
			font-size: 0.8em;
			color: #0077c8;
			letter-spacing: 1px;
		}
		.land-gd {
			margin-left: 20em;
		}
		.top-header {
			width: 56%;
		}
		.copy-right p {
			letter-spacing: 1px;
		}
		.container-donate {
			width: 450px;
		}
		label.type-of-test {
			width: 44%;
		}
		label.form-sub-label1 {
			position: absolute;
			bottom: -28px;
			left: 5px;
			font-size: 13px;
			display: block;
		}
		input[type="submit"] {
			margin-top: 56px;
		}
	}
	
	@media ( max-width :480px) {
		h3.tittle {
			font-size: 2.5em;
		}
		.bottom-last {
			min-height: 200px;
		}
		.stats_info i {
			font-size: 2em;
		}
		.stats_info p {
			font-size: 2.5em;
		}
		.container-donate {
			width: 430px;
			padding: 17px 10px 20px;
		}
		.caad-page-name h1{
			font-size: 32px;
		}
		input[type="submit"] {
			margin-top: 56px;
		}
	}
	
	@media ( max-width :440px) {
		h3.tittle {
			font-size: 2.2em;
		}
		.team-content h3 {
			font-size: 1.2em;
		}
		.top-content-right {
			padding: 0;
		}
		.stats_info i {
			margin-top: 0.5em;
		}
		.freebies figure {
			max-height: 231px;
			margin: 0;
		}
		.cont-btn a {
			padding: 0.4em 1.5em;
			font-size: 0.8em;
		}
		.land-gd {
			margin-left: 14em;
		}
		.top-header {
			width: 100%;
		}
	}
	
	@media ( max-width :414px) {
		.a.navbar-brand {
    		font-size: 13px;
    	}
		h3.tittle {
			font-size: 2em;
		}
		.team-info {
			float: left;
			width: 80%;
			margin-bottom: 2em;
			margin-left: 2em;
		}
		.form-input {
			width: 100%;
		}
		.container-donate {
			width: 350px;
		}
		label.form-label {
			width: 100%;
			margin-bottom: 7px;
		}
		input.year {
			width: 41% !important;
		}
		label.form-sub-label1 {
			bottom: -25px;
			left: 9px;
			font-size: 13px;
			letter-spacing: 1px;
		}
		.heading h2 {
			font-size: 22px;
		}
		.dob select {
			width: 42%;
		}
		select.day {
			width: 47px;
		}
		label.type-of-test {
			width: 42%;
		}
		input[type="submit"] {
			margin-top: 56px;
		}
	}
		
		@media ( max-width :387px) {
		.a.navbar-brand {
    		font-size: 13px;
    	}
		h3.tittle {
			font-size: 2.5em;
		}
		.newsright input[type="email"] {
			width: 64%;
		}
		.newsright input[type="submit"] {
			width: 35%;
			border-radius: 0px;
		}
		.caad-page-name h1{
			margin-bottom: 20px;
			font-size: 30px;
		}
	}
	
	@media ( max-width :375px) {
		.a.navbar-brand {
    		font-size: 13px;
    	}
		h3.tittle {
			font-size: 2.3em;
		}
		.land-gd {
			margin-left: 13em;
		}
		.container-donate {
			width: 320px;
		}
		label.type-of-test {
			width: 43%;
			margin-left: 5px;
		}
		label.form-sub-label1 {
			bottom: -25px;
		}
		input.year {
			width: 39% !important;
		}
		.heading h2 {
			font-size: 20px;
		}
		.heading p {
			font-size: 15px;
			margin-top: 15px;
		}
		span.form-sub-label input[type="text"] {
			margin: 0px 0px 20px;
		}
	}
	
	@media ( max-width :375px) {
		a.navbar-brand {
    		font-size: 13px;
	}
	
	@media ( max-width :320px) {
		.caad-name{
		font-size:11px;
		}
		.a.navbar-brand {
    		font-size: 11px;
    	}
		h3.tittle {
			font-size: 2em;
		}
		.copy-right p {
			font-size: 12px;
		}
		.copy-right {
			padding: 11px 0;
		}
		.caad-page-name h1{
			margin-bottom: 20px;
			font-size: 24px;
		}
		.container-donate {
			width: 270px;
			padding: 15px 5px 15px;
		}
		.heading h2 {
			font-size: 17px;
		}
		.heading p {
			font-size: 13px;
			margin-top: 15px;
		}
		.dob select {
			width: 38%;
		}
		span.form-sub-label input[type="text"] {
			margin: 0px 0px 21px;
			width: 99%;
		}
		input.year {
			width: 40% !important;
			margin-top: 0px !important;
		}
		label.type-of-test {
			width: 92%;
			margin-left: 7px;
			font-size: 14px;
		}
		input[type="email"] {
			width: 93.5%;
		}
		select.day {
			width: 47px !important;
		}
		textarea {
			width: 97%;
		}
		input[type="text"] {
			width: 99%;
		}
		label.form-label1 {
			margin: 8px 0px;
		}
		.copyright p {
			font-size: 14px;
		}
	}

/*--//responsive--*/