/*

Theme Name: Gail
*/

/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

# Normalize

# Typography

# Elements

# Forms

# Navigation

	## Links

	## Menus

# Accessibility

# Alignments

# Clearings

# Widgets

# Content

	## Posts and pages

	## Comments

# Infinite scroll

# Media

	## Captions

	## Galleries

# Woocommerce

# Footer

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/

body {

  margin: 0;

  -webkit-font-smoothing: auto;
font-family: 'Roboto', sans-serif;
  font-family: 300;


}



article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

  display: block;

}



audio,

canvas,

progress,

video {

  display: inline-block;

  vertical-align: baseline;

}



audio:not([controls]) {

  display: none;

  height: 0;

}



[hidden],

template {

  display: none;

}



a {

  background-color: transparent;

}



a:active,

a:hover {

  outline: 0;

}



dfn {

  font-style: italic;

}



mark {

  background: #ff0;

  color: #000;

}



small {

  font-size: 80%;

}



sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



img {

  border: 0;

}



svg:not(:root) {

  overflow: hidden;

}



figure {

  margin: 1em 2.5rem;

}



hr {

  box-sizing: content-box;

  height: 0;

}



button {

  overflow: visible;

}



button,

select {

  text-transform: none;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer;

}



button[disabled],

html input[disabled] {

  cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}



input {

  line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}



fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}



legend {

  border: 0;

  padding: 0;

}



textarea {

  overflow: auto;

}



optgroup {

  font-weight: bold;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



td,

th {

  padding: 0;

}



/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

  clear: both;

  color: #24292e;

  font-weight: 600;

  margin-top: 24px;

  margin-bottom: 15px;

}

h1 {

  font-size: 32px;

  padding-bottom: 10px;

}

h2 {

  font-size: 24px;

  padding-bottom: 0.3em;

  line-height: 1.25;

}

h3 {

  font-size: 18px;

  line-height: 25px;

}

h4 {

  font-size: 16px;

  line-height: 20px;

}

h5 {

  font-size: 14px;

  line-height: 17.5px;

}



p {

  margin-bottom: 1.5em;

}

h1.entry-title {

  font-size: 1.31rem;

}

.blog-head .entry-title {
  display: inline-block;
  width: 92%;
  margin-left: 12px;
  font-family: 'Roboto Slab', serif;
  font-size: 23px;
  font-weight: 300;
      margin-top: 0;
}
.blog-head  .date-div {
    display: inline-block;
    vertical-align: baseline;
}
h3.widget-title {

  font-size: 1.2rem;

}
.blog-head {
    margin-top: 13px;
}



/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

body {

  background: #fff;

  /* Fallback for when there is no custom background color defined. */

}



img {

  height: auto;

  /* Make sure images are scaled correctly. */

  max-width: 100%;

  /* Adhere to container width. */

}



figure {

  margin: 1em 0;

  /* Extra wide images within figure tags don't overflow the content area. */

}



table {

  margin: 0 0 1.5em;

  width: 100%;

}



/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

body:not(.home) header#masthead ,.blog header#masthead {
  position: absolute;
  top: 1%;
  width: 100%;
  padding: 23px 0;
  margin-bottom: 0;
}

body.home header#masthead {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 23px 0;
}




.navbar-brand > a {

  color: rgba(0, 0, 0, 0.9);

  font-size: 1.1rem;

  outline: medium none;

  text-decoration: none;

  color: #fff;

  font-weight: 700;

}



.navbar-brand > a:visited, .navbar-brand > a:hover {

  text-decoration: none;

}



#page-sub-header {

  position: relative;

  padding-top: 5rem;

  padding-bottom: 0;

  text-align: center;

  font-size: 1.25rem;

  background-size: cover !important;

}



body:not(.theme-preset-active) #page-sub-header h1 {

  line-height: 1.6;

  font-size: 4rem;

  color: #563e7c;

  margin: 0 0 1rem;

  border: 0;

  padding: 0;

}



#page-sub-header p {

  margin-bottom: 0;

  line-height: 1.4;

  font-size: 1.25rem;

  font-weight: 300;

}

body:not(.theme-preset-active) #page-sub-header p {

color: #212529;

}

a.page-scroller {

  color: #333;

  font-size: 2.6rem;

  display: inline-block;

  margin-top: 2rem;

}



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

  body:not(.theme-preset-active) #page-sub-header h1 {

    font-size: 3.750rem;

  }

  body:not(.theme-preset-active) #page-sub-header {

    font-size: 1.25rem;

  }

}

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

  #page-sub-header p {

    max-width: 43rem;

    margin: 0 auto;

  }

}

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
body.home #masthead .navbar-nav > li > a {
  color: #5a5459;
  padding: 9px 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
body:not(.home) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 9px 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
      position: relative;
}
body.home #masthead .navbar-nav > li > a:hover{
    color: #a01d1d !important;
    position: relative;
}

.current-menu-item a::after {
  content: " ";
  background-color: #a01d1d;
  width: 85%;
  position: absolute;
  bottom: 0;
  height: 4px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.current-menu-item a {
  color: #fff;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
}
#masthead .navbar-nav > li > a:hover:after{
  content: " ";
  background-color: #a01d1d;
  width: 85%;
  position: absolute;
  bottom: 0;
  height: 4px;
  margin: 0 auto;
  left: 0;
  right: 0;
}



.navbar-brand {

  height: auto;

}



.navbar-toggle .icon-bar {

  background: #000 none repeat scroll 0 0;

}



.dropdown-menu .dropdown-toggle::after {

  border-bottom: 0.3em solid transparent;

  border-left: 0.3em solid;

  border-top: 0.3em solid transparent;

}



/* Small menu. */

.menu-toggle,

.main-navigation.toggled ul {

  display: block;

}



.dropdown-item {

  line-height: 1.2;

  padding-bottom: 0.313rem;

  padding-top: 0.313rem;

}



.dropdown-menu {

  min-width: 12.500rem;

}



.dropdown .open .dropdown-menu {

  display: block;

  left: 12.250em;

  top: 0;

}



.dropdown-menu .dropdown-item {

  white-space: normal;

  background: transparent;

  line-height: 1.6;

}

.dropdown-menu .dropdown-item:hover {

  background: transparent;

}



@media screen and (min-width: 37.5em) {

  .menu-toggle {

    display: none;

  }

}

@media screen and (min-width: 769px) {

  .dropdown-menu li > .dropdown-menu {

    right: -9.875rem;

    top: 1.375rem;

  }

}

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

  .navbar-nav .dropdown-menu {

    border: medium none;

    margin-left: 1.250rem;

    padding: 0;

  }



  .dropdown-menu li a {

    padding: 0;

  }



  #masthead .navbar-nav > li > a {

    padding-bottom: 0.625rem;

    padding-top: 0.313rem;

  }



  .navbar-light .navbar-toggler {

    border: medium none;

    outline: none;

  }

}

.site-main .comment-navigation,

.site-main .posts-navigation,

.site-main .post-navigation {

  margin: 0 0 1.5em;

  overflow: hidden;

}



.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

  float: left;

  width: 50%;

}



.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

  float: right;

  text-align: right;

  width: 50%;

}

.comment-content.card-block {

  padding: 20px;

}



.navigation.post-navigation {

  padding-top: 1.875rem;

}



.post-navigation .nav-previous a,

.post-navigation .nav-next a {

  border: 1px solid #ddd;

  border-radius: 0.938rem;

  display: inline-block;

  padding: 0.313rem 0.875rem;

  text-decoration: none;

}



.post-navigation .nav-next a::after {

  content: " \2192";

}



.post-navigation .nav-previous a::before {

  content: "\2190 ";

}



.post-navigation .nav-previous a:hover,

.post-navigation .nav-next a:hover {

  background: #eee none repeat scroll 0 0;

}



/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

  clip: rect(1px, 1px, 1px, 1px);

  position: absolute !important;

  height: 1px;

  width: 1px;

  overflow: hidden;

  word-wrap: normal !important;

  /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}

.screen-reader-text:focus {

  background-color: #f1f1f1;

  border-radius: 3px;

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

  clip: auto !important;

  color: #21759b;

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: bold;

  height: auto;

  left: 0.313rem;

  line-height: normal;

  padding: 0.938rem 1.438rem 0.875rem;

  text-decoration: none;

  top: 0.313rem;

  width: auto;

  z-index: 100000;

  /* Above WP toolbar. */

}



/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {

  outline: 0;

}



/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {

  display: inline;

  float: left;

  margin-right: 1.5em;

}



.alignright {

  display: inline;

  float: right;

  margin-left: 1.5em;

}



.aligncenter {

  clear: both;

  display: block;

  margin-left: auto;

  margin-right: auto;

}



a img.alignright {

  float: right;

  margin: 0.313rem 0 1.25rem 1.25rem;

}



a img.alignnone {

  margin: 0.313rem 1.25rem 1.25rem 0;

}



a img.alignleft {

  float: left;

  margin: 0.313rem 1.25rem 1.25rem 0;

}



a img.aligncenter {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.wp-caption.alignnone {

  margin: 0.313rem 1.25rem 1.25rem 0;

}



.wp-caption.alignleft {

  margin: 0.313rem 1.25rem 1.25rem 0;

}



.wp-caption.alignright {

  margin: 0.313rem 0 1.25rem 1.25rem;

}



/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

  content: "";

  display: table;

  table-layout: fixed;

}



.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

  clear: both;

}



/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {

  margin: 0 0 1.5em;

  font-size: 0.875rem;

  /* Make sure select elements fit in widgets. */

}

.widget select {

  max-width: 100%;

}



.widget_search .search-form input[type="submit"] {

  display: none;

}



.nav > li > a:focus,

.nav > li > a:hover {

  background-color: #eee;

  text-decoration: none;

}

.half-rule {

  width: 6rem;

  margin: 2.5rem 0;

}

.widget_categories .nav-link {

  display: inline-block;

}



/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

#content.site-content {

  padding-bottom: 3.75rem;

  padding-top: 4.125rem;

}



.sticky .entry-title::before {

  content: '\f08d';

  font-family: "Font Awesome\ 5 Free";

  font-size: 1.563rem;

  left: -2.5rem;

  position: absolute;

  top: 0.375rem;

  font-weight: 900;

}



.sticky .entry-title {

  position: relative;

}



.single .byline,

.group-blog .byline {

  display: inline;

}



.page-content,

.entry-content,

.entry-summary {

  margin: 1.5em 0 0;

}



.page-links {

  clear: both;

  margin: 0 0 1.5em;

}



.page-template-blank-page .entry-content,

.blank-page-with-container .entry-content {

  margin-top: 0;

}



.post.hentry {

  margin-bottom: 4rem;

}



.posted-on, .byline, .comments-link {

  color: #9a9a9a;

}



.entry-title > a {

  color: inherit;

}



/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {

  word-wrap: break-word;

}



.bypostauthor {

  display: block;

}



.comment-body .pull-left {

  padding-right: 0.625rem;

}



.comment-list .comment {

  display: block;

}



.comment-list {

  padding-left: 0;

}



.comments-title {

  font-size: 1.125rem;

}



.comment-list .pingback {

  border-top: 1px solid rgba(0, 0, 0, 0.125);

  padding: 0.563rem 0;

}



.comment-list .pingback:first-child {

  border: medium none;

}



/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

.infinite-scroll.neverending .site-footer {

  /* Theme Footer (when set to scrolling) */

  display: none;

}



/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

  display: block;

}



/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

  border: none;

  margin-bottom: 0;

  margin-top: 0;

  padding: 0;

}



/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

  max-width: 100%;

}



/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

  background: #f1f1f1 none repeat scroll 0 0;

  border: 1px solid #f0f0f0;

  max-width: 96%;

  padding: 0.313rem 0.313rem 0;

  text-align: center;

}

.wp-caption img[class*="wp-image-"] {

  border: 0 none;

  height: auto;

  margin: 0;

  max-width: 100%;

  padding: 0;

  width: auto;

}

.wp-caption .wp-caption-text {

  font-size: 0.688rem;

  line-height: 1.063rem;

  margin: 0;

  padding: 0.625rem;

}



.wp-caption-text {

  text-align: center;

}



/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {

  margin-bottom: 1.5em;

}



.gallery-item {

  display: inline-block;

  text-align: center;

  vertical-align: top;

  width: 100%;

}

.gallery-item .gallery-columns-2 {

  max-width: 50%;

}

.gallery-item .gallery-columns-3 {

  max-width: 33.33333%;

}

.gallery-item .gallery-columns-4 {

  max-width: 25%;

}

.gallery-item .gallery-columns-5 {

  max-width: 20%;

}

.gallery-item .gallery-columns-6 {

  max-width: 16.66667%;

}

.gallery-item .gallery-columns-7 {

  max-width: 14.28571%;

}

.gallery-item .gallery-columns-8 {

  max-width: 12.5%;

}

.gallery-item .gallery-columns-9 {

  max-width: 11.11111%;

}



.gallery-caption {

  display: block;

}



/*--------------------------------------------------------------

# Plugin Compatibility

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Woocommerce

--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {

  width: 8.313rem !important;

}



.variations_form .variations .value > select {

  margin-bottom: 0.625rem;

}



.woocommerce-MyAccount-content .col-1,

.woocommerce-MyAccount-content .col-2 {

  max-width: 100%;

}



/*--------------------------------------------------------------

## Elementor

--------------------------------------------------------------*/

.elementor-page article .entry-footer {

  display: none;

}



.elementor-page.page-template-fullwidth #content.site-content {

  padding-bottom: 0;

  padding-top: 0;

}



.elementor-page .entry-content {

  margin-top: 0;

}



/*--------------------------------------------------------------

## Visual Composer

--------------------------------------------------------------*/

.vc_desktop article .entry-footer {

  display: none;

}



.vc_desktop #content.site-content {

  padding-bottom: 0;

  padding-top: 0;

}



.vc_desktop .entry-content {

  margin-top: 0;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/


body:not(.theme-preset-active) footer#colophon {

  color: #99979c;

  background-color: #181517;

}

.navbar-dark .site-info {

  color: #fff;

}

.copyright {

  font-size: 0.875rem;

  margin-bottom: 0;

  text-align: center;

}



.copyright a, footer#colophon a {

  color: inherit;

}



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

  #masthead .navbar-nav > li > a {

    padding-bottom: 0.938rem;

    padding-top: 0.938rem;

  }

}

/*--------------------------------------------------------------

# Media Query

--------------------------------------------------------------*/
/*--------------------------------------------------------------

# CSS custom

--------------------------------------------------------------*/

.lit-font{
  font-family: 300;
}
li.donate-btn a {
color: #fff !important;
    padding: 10px 25px !important;
    background-color: #26a11d;
    border: 1px solid transparent;
    border-color: transparent;
    text-transform: uppercase;
    font-size: 15px !important;
}
li.donate-btn a:hover{
    background-color: #fff;
    color: #26a11d !important;
    border-color: #26a11d ; 
}
li.donate-btn a:hover:after {
    display: none;
}
li.donate-btn a:hover {
    background-color: #fff;
    color: #26a11d !important;
}
.donate-btn.current-menu-item a::after{
  display: none;
}
input.search-field.form-control {
    border: 1px solid #c5c5c5;
    border-radius: 30px;
    height: 50px;
    width: 100%;
    padding-left: 23px;
    box-shadow: none;
    outline: none;
    color: #000;
}
#search-2 label{
    position: relative;
    width: 80%;
}
.slb_glr{
  font-family: 'Roboto Slab', serif;
  font-weight: 400; 
      font-size: 38px;
}
.slb_glr2{
  font-family: 'Roboto Slab', serif;
  font-weight: 400; 
}
.who_sec1{
	height: 395px;
}
.slb_bld{
  font-family: 'Roboto Slab', serif;
  font-weight: 700; 
}
.wht-txt{
  color: #f5cded;
  font-weight: 300;
}
.bdr-top{
      border-top: 1px solid #e8e8e8;
}
.min-heght{
  min-height:800px;
}
.progrm-img {
    height: 200px;
    overflow: hidden;
}
.progrm-img img {
    object-fit: cover;
    height: 200px;
}
.client-progrm h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 0; 
}
.client-progrm p {
    font-family: 'Roboto Slab', serif;
    color: #4e4e4e;
    font-size: 15px;
}
.progrm-img img {
    height: 198px;
    object-fit: cover;
}
.hover-progrm {
    opacity: 0;
}
.progrm-item {
    box-shadow:0 6px 18px -1px rgba(209,209,209,0.79);
    background-color: #fff;
}
.client-progrm {
    padding: 35px 20px;
}
.client-progrm a {
    color: #a01d1d;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Roboto', serif;
    font-weight: 500;
}
.testi-height{
  min-height: 612px;
}
.client-testi p {
    color: #f2dfef;
    font-size: 24px;
    text-align: center;
    font-family: 'Roboto', serif;
    font-weight: 200;
    line-height: 38px;
}
.client-name h2 {
    color: #f99d26;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', serif;
    font-weight: 400;
}
.testi-height::after {
    background-image: url(http://dev.perfecent.tech/gailmckay-foundation/dropout/wp-content/uploads/2019/07/testi-icon.png) !important;
    content: " " !important;
    position: absolute;
    width: 165px !important;
    height: 144px !important;
    bottom: 6%;
    z-index: 99;
    visibility: visible !important;
}
#owl_custom_testimonial .owl-nav button {
  background-color: #f99d26 !important;
  width: 47px;
  height: 47px;
  border-radius: 50% !important;
  color: #a01d1d !important;
  font-size: 20px !important;
  outline: none;
  border: 1px solid transparent;
}
#owl_custom_testimonial .owl-nav button:hover {
  background-color: transparent !important;
  color: #f99d26 !important;
  border-color: #f99d26;
}
#owl_custom_testimonial .owl-theme .owl-nav {
    margin-top: 0;
}
#owl_custom_testimonial .owl-nav button{
    position: absolute;
    top: 23%;
}
#owl_custom_testimonial button.owl-prev {
    left: -8% !important;
}
#owl_custom_testimonial button.owl-next {
    right: -8% !important;
}
/*div#footer-widget {
    background-image: url(http://dev.perfecent.tech/gailmckay-foundation/dropout/wp-content/uploads/2019/08/footr-bg.png);
    min-height: 440px;
    background-color: transparent !important;
    padding: 7% 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}*/
div#footer-widget:before {
    background: url(http://dev.perfecent.tech/gailmckay-foundation/dropout/wp-content/uploads/2019/08/footer-line.png);
    width: 100%;
    display: block;
    content: ' ';
    background-size: cover;
    height: 40px;
    background-repeat: no-repeat;
    margin-top: -34px;
}
#footer-widget  h3.widget-title {
    color: #fff;
    font-size: 21px;
    font-family: 'Roboto', serif;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0; 
}
#footer-widget {
    margin-top: -30px !important;
    z-index: 999;
    position: relative;
    background: #181517 !important;
}
#footer-widget .col-12.col-md-2,
#footer-widget .col-12.col-md-3,
#footer-widget .col-12.col-md-4 {
    margin-top: 50px;
}
#media_image-5 .widget-title {
    color: #f99d26 !important;
    font-size: 16px !important;
    font-family: 'Roboto', serif;
    font-weight: 300 !important;
}
section#media_image-5 {
    margin-top: 18%;
}
ul#menu-main-menu-1 a {
    color: #b9b9b9;
    margin: 6px 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Roboto', serif;
    font-weight: 300;
    position: relative;
}
#menu-main-menu-1 li.donate-btn a {
    color: #b9b9b9 !important;
    padding: inherit !important;
    background-color: transparent;
    border: 1px solid;
    border-color: transparent;
    text-transform: inherit;
    font-size: inherit;
}
ul#menu-main-menu-1 a:hover ,ul#menu-main-menu-1 a:focus{
    background: transparent;
    color: #f98c1c;
}
#text-3 .textwidget p strong {
    font-family: 'Roboto', serif;
    font-weight: 700;
}
#text-3 .textwidget {
    color: #b9b9b9;
    font-size: 16px;
    font-weight: 300;
}
#text-3 .textwidget a {
    color: #b9b9b9;
}
#owl_custom_programs .owl-stage-outer {
    padding: 30px 0;
        height: 500px;
}
.logo-slider .vc_item img {
    height: auto;
    width: 77%;
}
.logo-slider .vc_item {
    align-items: center;
    display: flex;
}
.home  #comments{
  display: none;
}
.blog-img img {
    height: 251px;
    object-fit: cover;
    border: 1px solid #e8e8e8;
        transition: all 0.3s ease-out;
}
.client-blog h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
        height: 27px;
    overflow: hidden;
    padding: 0 0 0 0;
}
span.date {
    font-size: 30px;
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
        display: block;
    line-height: 1;
}
span.date-year {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}
.date-content p {
    color: #4e4e4e;
    font-size: 15px;
    font-family: 'Roboto', serif;
    font-weight: 300;
}
.date-blog {
    display: inline-block;
}
.date-title {
    display: inline-block;
    padding-left: 15px;
    width: 85%;
}
.date-title p,.date-title h2 {
    margin: 0;
}
.date-content a {
    color: #a01d1d;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Roboto', serif;
    font-weight: 500;
}
.date-content {
    margin-top: 18px;
}
.client-blog {
    margin-top: 26px;
}
#colophon .container {
    border-top: 1px solid #333a33;
}
footer#colophon p a {
    color: #f99d26;
    text-decoration: underline;
}
section#media_image-5 img {
    width: 147px;
}
.ftr-frm input.wpcf7-submit{
    background-color: #a01d1d;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 44px;
    font-size: 14px;
    margin-top: 9px;
        box-shadow: none;
}

.ftr-frm input.subs-email {
    border: 1px solid #2a2a2a;
    background-color: transparent;
    border-radius: 0;
    height: 44px;
    color: #fff;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
.ftr-frm input.subs-email:focus {
    border-color: #fff;
    color: #fff;
}
div.wpcf7-validation-errors ,.wpcf7-not-valid-tip{
    display: none !important;
}
.wpcf7-not-valid {
    border-color: #a01d1d !important;
}
.navbar-brand img {
    width: 80%;
}
.sec1{
      top: -22px;
}
.progrm-item:hover .hover-progrm {
    opacity: 1;
        transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
   -webkit-transition: all 0.6s ease-in-out;
}
.progrm-item:hover .progrm-img img {
    height: 400px;
    object-fit: cover;
}
.progrm-item:hover .client-progrm{
  display: none;
}
.hover-progrm p strong {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px !important;
    color: #fff;
}
.hover-progrm p {
    color: #fff;
    height: 328px;
    overflow: hidden;
}
.hover-progrm ul {
    display: none;
}
.hover-progrm {
    padding: 20px;
}
.hover-progrm a {
    color: #f99d26;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Roboto', serif;
    font-weight: 500;
}
.hover-progrm {
    position: absolute;
    top: 0;
    background-color: #a01d1ddb;
    bottom: 0;
    height: 428px;
}
.progrm-item:hover .progrm-img img, .progrm-item:hover .progrm-img {
    height: 428px;
    object-fit: cover;
       transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-item:hover .blog-img::after {
    background-color: #a01d1ddb;
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.blog-item:hover .blog-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.gray-color{
  color: #4e4e4e;
}
.bdr-rt{
  border-right: 2px solid #64305a ;
}
.breadcrumbs {
  /* background-color: #051525; */
  padding: 30px;
  min-height: 290px;
  text-align: center;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.breadcrumbs h1 {
  font-size: 44px;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  text-align: center;
}
.breadcrumbs span {
  font-family: 'Roboto', serif;
  color: #fff;
  font-size: 18px;
}
span.right-arrow {
  color: #6a1e5c;
  margin: 0 1%;
  vertical-align: middle;
  font-size: 18px;
}
#secondary h3.widget-title {
    position: relative;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px;
        margin-bottom: 30px;
}
section#recent-posts-widget-with-thumbnails-2, section#categories-2, #archives-2 {
    margin: 40px 0;
}

#secondary h3.widget-title:after {
    content: " ";
    background-color: #a01d1d;
    width: 29px;
    position: absolute;
    bottom: -10px;
    height: 5px;
    left: 0;
}
#secondary ul.nav.flex-column li a:hover {
    background-color: transparent;
    color: #a01d1d;
}
#secondary ul.nav.flex-column li a {
  color: #4e4e4e;
  padding-left: 0;
  font-size: 16px;
  font-family: 'Roboto', serif;
}
span.rpwwt-post-title {
  color: #262626;
  font-size: 18px;
  font-family: 'Roboto', serif;
  font-weight: 500;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
}
span.rpwwt-post-title {
  color: #262626;
  font-size: 18px;
  font-family: 'Roboto', serif;
  font-weight: 500;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
}
span.rpwwt-post-title:hover {
    color: #6a1e5c;
}
.rpwwt-post-date {
  color: #4e4e4e;
  font-size: 14px;
}
.blog-cont p {
    color: #4e4e4e;
    font-family: 'Roboto', serif;
    margin: 7px 0 20px 0;
    display: inline-block;
}
.blog a.read-btn {
    background-color: #6a1e5c;
    padding: 13px 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', serif;
    text-decoration: none;
    display: inline-block;
        border: 1px solid transparent;
}
.blog a.read-btn:hover {
    background-color: #fff;
    color: #6a1e5c;
    border-color: #6a1e5c;
}
ul#menu-main-menu-1 .current-menu-item a::after {
    margin: 0 0 !important;
    width: 46px;
    bottom: -5px;
}
.blog .entry-meta {
    display: none;
}
.blog-cont {
    margin: 0 0 20px 0;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 353px;
}
.navigation ul li {
    width: 45px;
    height: 45px;
      /* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);  /* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: 0 16px;
    display: inline-block;
    border: 1px solid #ececec;
    overflow: hidden;
    border-radius: 11px;
}
.navigation ul li a {
    font-size: 18px;
    color: #464646;
    font-family: 'Roboto', serif;
    transform: rotate(45deg);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 7px 17px;
}
.navigation ul {
    list-style: none;
    padding: 0;
}
.navigation ul li.active a {
    color: #fff;
}
.navigation {
    text-align: center;
}
.navigation ul li.active {
    background-color: #6a1e5c;
}
form.search-form label::after {
    content: "\f002";
    font-size: 19px !important;
    font-family: "Font Awesome 5 Free";
    color: #000;
    font-weight: 600;
    position: absolute;
    top: 20%;
    right: 5%;
}
p.authr span {
    color: #6a1e5c;
}
p.authr {
    color: #4e4e4e;
    font-size: 15px;
    margin: 0;
}
p.comment-form-url, p.comment-form-cookies-consent, .form-allowed-tags, .alert-info, p.comment-form-author label, p.comment-form-email label {
    display: none;
}
p.comment-form-author input,p.comment-form-email input {
    height: 52px;
    width: 100%;
    outline: none;
    padding: 10px;
    color: #000;
        border: 1px solid #cecece;
}
p.comment-form-author,p.comment-form-email {
    display: inline-block;
    width: 49%;
}
p.comment-form-author {
    margin-right: 10px;
}
input#commentsubmit {
    background-color: #6a1e5c;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 42px;
    width: 135px;
}
p.form-submit {
    text-align: right;
}
.single .entry-meta {
   display: none;
}
h3#reply-title {
    color: #2e222c;
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
}
div#comments {
    border-top: 1px solid #ebebeb;
    padding-top: 16px;
}
.at-icon {
    fill: #6a1e5c !important;
}
span.at-label {
    display: none;
}
.at-share-btn-elements .at-icon-wrapper {
    background-color: transparent !important;
}
ul#menu-main-menu li.donate-btn {
    margin-left: 18px;
    float: right;
}
.rs-background-video-layer iframe {
	visibility:inherit !important;
}
.progrm-year h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 0;

}
.progrm-year h3 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 0 12px;
    padding: 0;
    letter-spacing: 2px;
    font-size: 0;

}
.progrm-year {
    border-bottom: 5px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 0;
        position: relative;
}
.progrm-re-title {
    padding: 15px 0 0 0;
    border-left: 1px solid #6a1e5c;
}
.progrm-re-title h2 {
    color: #2e222c;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', serif;
    font-weight: 500;
    padding: 0 17px;
    overflow: hidden;
    height: 95px;
        margin-top: 0;
}
.progrm-btm-amt p {
    font-size: 28px;
    color: #a01d1d;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
}
.progrm-btm-amt p {
    font-size: 28px;
    color: #a01d1d;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
}
.progrm-btm-amt {border-bottom: 10px solid #6a1e5c;padding: 17px;width: 94%;}
.progrm-re-title img {
    padding: 17px;
    width: 100%;
    overflow: hidden;
}
.progrm-record {
    position: relative;
}
.progrm-record::after {
    content: " ";
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #6a1e5c;
    top: 36px;
    left: -10px;
    z-index: 999;
}
li.perv-btn a:after {
    content: "\f100";
    font-weight: 900;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
}
li.perv-btn a {
    font-size: 0 !important;
}
.wht-txt2{
  color: #fff;
}
span.org-clr {
    color: #f99d26;
    font-family: 'Roboto Slab', serif;
    font-weight: 900;
}
.dnt-btn .vc_general {
    height: 59px;
    width: 251px;
    font-size: 18px !important;
    font-family: 'Roboto', serif;
    letter-spacing: 1px;
        background-image: none !important;
}
.dnt-btn .vc_general:hover {
    background-color: transparent !important;
    color: #26a11d !important;
    border-color: #26a11d !important;
}
.min-heght3 {
    min-height: 448px;
        top: 63px;
}
.wht-txt2 p {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 26px;
}
.testi-height2 {
    min-height: 612px;
    top: 80px;
}
ul#tabs-258 li::after {
    content: " ";
    border-radius: 50%;
    color: #fff;
    width: 33px;
    height: 32px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-family: 'Roboto', serif;
    font-weight: 700;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
}
ul#tabs-258 li:nth-child(1):after {
    content: "1";
    background-color: #f0416c;
}
ul#tabs-258 li:nth-child(2):after {
    content: "2";
    background-color: #8658b3;
}
ul#tabs-258 li:nth-child(3):after {
    content: "3";
    background-color: #32a6e5;
}
ul#tabs-258 li:nth-child(4):after {
    content: "4";
    background-color: #1abc9c;
}
ul#tabs-258 li:nth-child(5):after {
    content: "5";
    background-color: #1abc5b;
}
ul#tabs-258 li:nth-child(6):after {
    content: "6";
    background-color: #eb34be;
}
ul#tabs-258 li:nth-child(7):after {
    content: "7";
    background-color: #f0416c;
}
ul#tabs-258 li:nth-child(8):after {
    content: "8";
    background-color: #f0416c;
}
ul#tabs-258 li:nth-child(9):after {
    content: "9";
    background-color: #f0416c;
}
ul#tabs-258 li:nth-child(10):after {
    content: "10";
    background-color: #f0416c;
}
.tabs-content h1 {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 11px;
    margin-top: 0;
    padding: 0;
}
ul#tabs-258 {
    margin-bottom: 37px;
}
ul#tabs-258 li::before {content: " ";width: 170px;height: 4px;background-color: #000;position: absolute;top: 44%;left: 81px;}
ul#tabs-258 li:last-child:before {display: none;}
ul#tabs-258 li:nth-child(1):before {
  background: rgba(240,65,109,1);
  background: -moz-linear-gradient(left, rgba(240,65,109,1) 0%, rgba(240,65,109,1) 14%, rgba(133,88,179,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,65,109,1)), color-stop(14%, rgba(240,65,109,1)), color-stop(100%, rgba(133,88,179,1)));
  background: -webkit-linear-gradient(left, rgba(240,65,109,1) 0%, rgba(240,65,109,1) 14%, rgba(133,88,179,1) 100%);
  background: -o-linear-gradient(left, rgba(240,65,109,1) 0%, rgba(240,65,109,1) 14%, rgba(133,88,179,1) 100%);
  background: -ms-linear-gradient(left, rgba(240,65,109,1) 0%, rgba(240,65,109,1) 14%, rgba(133,88,179,1) 100%);
  background: linear-gradient(to right, rgba(240,65,109,1) 0%, rgba(240,65,109,1) 14%, rgba(133,88,179,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0416d', endColorstr='#8558b3', GradientType=1 );
}
ul#tabs-258 li:nth-child(2):before {
  background: rgba(133,88,179,1);
  background: -moz-linear-gradient(left, rgba(133,88,179,1) 0%, rgba(133,88,179,1) 14%, rgba(50,166,229,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,88,179,1)), color-stop(14%, rgba(133,88,179,1)), color-stop(100%, rgba(50,166,229,1)));
  background: -webkit-linear-gradient(left, rgba(133,88,179,1) 0%, rgba(133,88,179,1) 14%, rgba(50,166,229,1) 100%);
  background: -o-linear-gradient(left, rgba(133,88,179,1) 0%, rgba(133,88,179,1) 14%, rgba(50,166,229,1) 100%);
  background: -ms-linear-gradient(left, rgba(133,88,179,1) 0%, rgba(133,88,179,1) 14%, rgba(50,166,229,1) 100%);
  background: linear-gradient(to right, rgba(133,88,179,1) 0%, rgba(133,88,179,1) 14%, rgba(50,166,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8558b3', endColorstr='#32a6e5', GradientType=1 );
}
ul#tabs-258 li:nth-child(3):before {
  background: rgba(50,166,229,1);
  background: -moz-linear-gradient(left, rgba(50,166,229,1) 0%, rgba(50,166,229,1) 14%, rgba(26,188,156,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(50,166,229,1)), color-stop(14%, rgba(50,166,229,1)), color-stop(100%, rgba(26,188,156,1)));
  background: -webkit-linear-gradient(left, rgba(50,166,229,1) 0%, rgba(50,166,229,1) 14%, rgba(26,188,156,1) 100%);
  background: -o-linear-gradient(left, rgba(50,166,229,1) 0%, rgba(50,166,229,1) 14%, rgba(26,188,156,1) 100%);
  background: -ms-linear-gradient(left, rgba(50,166,229,1) 0%, rgba(50,166,229,1) 14%, rgba(26,188,156,1) 100%);
  background: linear-gradient(to right, rgba(50,166,229,1) 0%, rgba(50,166,229,1) 14%, rgba(26,188,156,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a6e5', endColorstr='#1abc9c', GradientType=1 );
}
ul#tabs-258 li:nth-child(4):before {
  background: rgba(26,188,156,1);
  background: -moz-linear-gradient(left, rgba(26,188,156,1) 0%, rgba(26,188,156,1) 14%, rgba(26,188,91,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,188,156,1)), color-stop(14%, rgba(26,188,156,1)), color-stop(100%, rgba(26,188,91,1)));
  background: -webkit-linear-gradient(left, rgba(26,188,156,1) 0%, rgba(26,188,156,1) 14%, rgba(26,188,91,1) 100%);
  background: -o-linear-gradient(left, rgba(26,188,156,1) 0%, rgba(26,188,156,1) 14%, rgba(26,188,91,1) 100%);
  background: -ms-linear-gradient(left, rgba(26,188,156,1) 0%, rgba(26,188,156,1) 14%, rgba(26,188,91,1) 100%);
  background: linear-gradient(to right, rgba(26,188,156,1) 0%, rgba(26,188,156,1) 14%, rgba(26,188,91,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc9c', endColorstr='#1abc5b', GradientType=1 );
}
ul#tabs-258 li:nth-child(5):before {
  background: rgba(26,188,91,1);
  background: -moz-linear-gradient(left, rgba(26,188,91,1) 0%, rgba(26,188,91,1) 14%, rgba(235,52,189,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(26,188,91,1)), color-stop(14%, rgba(26,188,91,1)), color-stop(100%, rgba(235,52,189,1)));
  background: -webkit-linear-gradient(left, rgba(26,188,91,1) 0%, rgba(26,188,91,1) 14%, rgba(235,52,189,1) 100%);
  background: -o-linear-gradient(left, rgba(26,188,91,1) 0%, rgba(26,188,91,1) 14%, rgba(235,52,189,1) 100%);
  background: -ms-linear-gradient(left, rgba(26,188,91,1) 0%, rgba(26,188,91,1) 14%, rgba(235,52,189,1) 100%);
  background: linear-gradient(to right, rgba(26,188,91,1) 0%, rgba(26,188,91,1) 14%, rgba(235,52,189,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc5b', endColorstr='#eb34bd', GradientType=1 );
}
.r-tabs-state-active::after {
    box-shadow: 0 5px 9px -1px rgb(240, 65, 108);
}
.cntct-frm .wpcf7-text {
    padding: 12px 17px;
    border: none;
    border:1px solid #e3e3e3;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border-radius: 0;

}
.Message textarea {
    box-shadow: none;
    resize: none;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-size: 14px;
    color: #000;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}
.smbt-btn {
    background-color: #6a1e5c;
    border-color: #fff;
    border-radius: 0;
    padding: 8px 32px;
    color: #fff;
    height: 49px;
    width: 152px;
    font-weight: 400;
        float: right;
    text-transform: uppercase;
}
.smbt-btn:hover {
    background-color: transparent;
    border-color: #6a1e5c;
    color: #6a1e5c;
}
.cntct-frm .text-center {
    text-align: right !important;
    padding: 0;
}
.cntct-para strong {
    color: #6a1e5c;
}
.map-btm .wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
    padding: 0;
}
.rs-apiready::after,.rs-apiready2 iframe::after {
    position: absolute !important;
    bottom: 50% !important;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    padding-left: 6px;
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 69px;
    color: #a01d1d;
    opacity: 0;
}
.rs-apiready:hover:after,.rs-apiready2 iframe:hover:after{
  opacity: 1;
}
.scholr-frm input,.scholr-frm select {
    width: 100%;
    height: 52px !important;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    margin-bottom: 15px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    color: #000;
}
.scholr-frm label {
    font-family: 'Roboto', serif;
    font-size: 14px;
        color: #636363;
}
.scholr-frm textarea {
    width: 100%;
    height: 98px !important;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    margin-bottom: 15px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    color: #000;
    resize: none;
}
.radio-field span.wpcf7-list-item-label::before,.radio-field span.wpcf7-list-item-label::after {
    border: 1px solid #6a1e5c;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 19px;
    height: 19px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    border-radius: 5px;
}
.radio-field span.wpcf7-list-item-label {
	position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #a01d1d;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}
.radio-field [type="radio"]:checked+span:after, .radio-field [type="radio"].with-gap:checked+span:after {
    background-color: #a01d1d;
}
.radio-field input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.radio-field span.wpcf7-list-item {
    display: block;
        position: relative;
            margin: 0;
}
.radio-field label {
    margin-bottom: 30px;
}
.radio-field2 span.wpcf7-list-item-label {
    color: #898989;
    font-family: 'Roboto', serif;
    font-weight: 400;
    font-size: 16px;
}
.codedropz-upload-container {
    background-color: #f7f7f7;
    padding: 26px;
}
.codedropz-upload-inner h3::before {
    content: "\f093";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 34px;
    color: #868686;
    margin-bottom: 12px;
}
.codedropz-upload-handler {
    margin-bottom: 23px;
}
.codedropz-upload-inner h3 {
    color: #636363;
    font-family: 'Roboto', serif;
    font-size: 16px;
    font-weight: 400;
}
.sbt-btn {
    background-color: #6a1e5c;
    color: #fff !important;
    font-size: 18px !important;
    font-family: 'Roboto', serif;
    font-weight: 500;
    width: 167px !important;
    border: 1px solid transparent !important;
}
.sbt-btn:hover {
    background-color: #fff;
    color: #6a1e5c !important;
    border-color: #6a1e5c !important;
}
.schlr-rt-sec .lit-font p {
    color: #4e4e4e;
    font-weight: 300;
        padding-right: 33px;
}
.schlr-rt-sec > .vc_column-inner >.wpb_wrapper {
    background-color: #f8f8f8;
    padding: 1px 25px !important;
    border-right: 1px solid #e0e0e0;
        padding-right: 0 !important;
}
.lit-font p {
    color: #4e4e4e;
    font-weight: 300;
}
.ul-height ul {
    padding-left: 33px;
    list-style: none;
    height: 390px;
    overflow: auto;
        padding-right: 33px;
}
.ul-height ul li::before {content: "\f058";position: absolute;left: -32px;font-family: "Font Awesome 5 Free";color: #6a1e5c;font-weight: 700;    font-size: 17px;}
.ul-height ul li {
    position: relative;
    margin-bottom: 25px;
}
.schlr-rt-sec .slb_glr2 {
    padding-right: 33px;
}
/* scroll width */
::-webkit-scrollbar {
  width: 10px;
}
/* scroll Track */
::-webkit-scrollbar-track {
  background: transparent; 
} 
/* scroll Handle */
::-webkit-scrollbar-thumb {
  background: #e0e0e0; 
}
/* scroll Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.singl-progrm h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
}
.singl-progrm strong {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 300;
}
.singl-progrm ul li:before {
    content: "\f058";
    position: absolute;
    left: -32px;
    font-family: "Font Awesome 5 Free";
    color: #6a1e5c;
    font-weight: 700;
    font-size: 17px;
}
.singl-progrm ul li {
    position: relative;
    margin-bottom: 9px;
    color: #4e4e4e;
    font-weight: 500;
}
.singl-progrm ul {
    list-style: none;
    padding-left: 34px;
}
.singl-progrm .at-below-post.addthis_tool {
    display: none;
}
a.single-dtn-btn {
    color: #fff;
    padding: 16px 25px;
    background-color: #26a11d;
    border-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    height: 57px;
    display: inline-block;
    font-weight: 500;
    border: 1px solid transparent;
    text-decoration: none;
    margin-top: 21px;
}
a.single-dtn-btn:hover {
    color: #26a11d;
    padding: 16px 25px;
    background-color: #fff;
    font-weight: 500;
    border-color: #26a11d;
}
.full_section{
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 49.6%;
    padding: 4% 0;
    padding-top: 7% !important;
    background-image: url(http://dev.perfecent.tech/gailmckay-foundation/dropout/wp-content/uploads/2019/08/progrm-btn-bg.png?id=240) !important;
    margin-bottom: -47px;
}
.singl-prm-rt img{
	width: 100%;
}

/*--------------------------------------------------------------

# CSS custom end
--------------------------------------------------------------*/
.most-people p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color: #6a1e5c;
}
.vc_row.most-people {
    background: #f7f7f7;
}
.most-people p strong{
    font-weight: 700;
}
.price-to-supp p strong {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 22px;
    color: #a01d1d;
    display: block;
    line-height: 22px;
}
.price-to-supp p{
    font-family: 'Roboto', serif;
    font-weight: 400;
    font-size: 18px;
    color: #4e4e4e;
}
.price-to-supp h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 28px;
    color: #2e222c;
}
.donation-box .vc_column-inner {
    border-radius: 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: rgb(132,22,112);
    background: -moz-linear-gradient(top,  rgba(132,22,112,1) 1%, rgba(122,25,104,1) 50%, rgba(111,29,96,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(132,22,112,1) 1%,rgba(122,25,104,1) 50%,rgba(111,29,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(132,22,112,1) 1%,rgba(122,25,104,1) 50%,rgba(111,29,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841670', endColorstr='#6f1d60',GradientType=0 ); /* IE6-9 */

}
.donation-box h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.donation-box p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.donation-box #tabs,
.donation-box #tabs li {
    background: transparent;
    border: 0;
}
.donation-box #tabs {
    width: 80%;
    margin: auto;
    text-align: center;
}
.donation-box #tabs li a{
    font-family: 'Roboto', serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.donation-box #tabs li a {
    background: #822571;
    padding: 15px;
    border-radius: 30px;
}
.donation-box #tabs li.ui-state-active a{
    color: #7c186a;
    background: #f99d26;
}
.donation-box #tabs label {
    font-family: 'Roboto', serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    padding: 10px 7px;
    border: solid 2px #8f4181;
    transition: all 0.3s;
    color: #fff;
    border-radius: 10px;
    background: #6a175b;
}
.donation-box #tabs input[type="radio"] {
    display: none;
}
.donation-box #tabs input[type="radio"]:checked + label {
    border: solid 2px #f99d26;
    background: #f99d26;
    color: #fff;
}
.donation-box .dntplgn_monthly_donation_select_label{
    display: none;
}
.donation-box .ui-tabs .ui-tabs-panel{
  padding: 3em 0;
}
.donation-box input[type="text"] {
    padding: 15px 10px;
    border: solid 2px #8f4181;
    transition: all 0.3s;
    color: #fff;
    border-radius: 10px;
    background: transparent;
    width: 100%;
}
.donation-box input.dntplgn_submit_button {
    font-family: 'Roboto', serif;
    font-weight: 400;
    font-size: 18px;
    background: #26a11d;
    border: 0;
    width: 70%;
    height: 52px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px;
}
.donation-box .vc_column-inner {
    min-height: 620px;
}
.dntplgn_once_enter_donation_label {
    font-size: 24px;
    color: #fff;
}
#tabs.dntplgn_form_wrapper > ul li{
    width: 40%;
    margin: auto;;
}
#tabs.dntplgn_form_wrapper > ul{
    display: flex;
}

.hover-btn a:hover {
    background-color: #fff!important;
    color: #000!important;
}
/*--------------------------------------------------------------

## Notebook

--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {

  html {

    font-size: 95%;

  }

}



@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  body:not(.home) header#masthead, .blog header#masthead{
  	 position: inherit;
     background: #511646;
  }
  .navbar-toggler{
  	background-color: #fff;
  }
  .current-menu-item a::after {
      content: " ";
      background-color: #f99d26;
      width: 10%;
      position: absolute;
      left: 1%;
      right: inherit;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .home li.donate-btn a{
    color: #5a5459 !important;
  }

}

/*--------------------------------------------------------------

## Netbook

--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

  html {

    font-size: 90%;

  }

}

/*--------------------------------------------------------------

## iPad

--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {

  html {

    font-size: 85%;

  }

}

/*--------------------------------------------------------------

## iPad

--------------------------------------------------------------*/

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

  html {
    font-size: 80%;
  }
  .client-testi p {
    color: #f2dfef;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto', serif;
    font-weight: 200;
    line-height: 24px;
   }
	.testi-item {
	width: 75%;
	margin: auto;
	}
	.current-menu-item a::after{
		left: 4%;
	}
	.site-info, .text-right {
	    text-align: center !important;
	}
  .schlr-rt-sec.for-resp {
    margin-bottom: 90px;
  }
	#owl_custom_testimonial button.owl-prev{
		left: 2% !important;
	}
	#owl_custom_testimonial button.owl-next{
		right: 2% !important;
	}
	#owl_custom_testimonial .owl-nav button{
		width: 30px;
		height: 30px;
	}
	.bdr-rt{
		border: 0px;
	}
	#masthead .collapse.show .navbar-nav > li > a:hover:after{
		display: none;
	}
	#owl_custom_programs .owl-stage-outer{
		height: auto;
	}
	.r-tabs .r-tabs-accordion-title {
    	background: #fff !important;
    	text-align: center;
    	margin: 0 !important;
	}
	#content span.fa-custom{
		margin-bottom: 0px !important;
		background-repeat: no-repeat;
	}
	li.donate-btn a {
	    color: #fff !important;
	    padding: 9px 14px !important;
	    background-color: transparent;
	    border: 0;
	    border-color: transparent;
	    text-transform: capitalize;
	    font-size: 16px !important;
	}
	ul#menu-main-menu li.donate-btn {
	    margin-left: 0;
	    float: none;
	}
	#footer-widget .current-menu-item a::after {
	    display: none;
	}
	#footer-widget{
		margin-top: -70px !important;
	}
	.donation-box #tabs li a{
		font-size: 14px;
	}
	.donation-box #tabs label{
		width: 148px;
	}
	.prog-incarsl .wpb_content_element,
	.prog-incarsl.vc_row {
	    margin-bottom: 0 !important;
	    padding-bottom: 0 !important;
	}
	.dntplgn_once_enter_donation_label{
		font-size: 14px;
	}

}
@media only screen and (max-width: 1024px) and (orientation: landscape){
	#owl_custom_testimonial button.owl-prev{
		left: -2% !important;
	}
	#owl_custom_testimonial button.owl-next{
		right: -2% !important;
	}
}
@media only screen and (max-width: 768px) and (orientation: landscape){
	#footer-widget{
		margin-top: 0px !important;
	}
}
/*--------------------------------------------------------------

## iPad

--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {

  html {
    font-size: 75%;
  }
  .donation-box{
    margin-bottom: 90px;
  }
  #tabs.dntplgn_form_wrapper > ul li{
    width: 50%;
  }

}