* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;



    font-weight: 500;

}
.portfolio-section {
    padding: 50px 0;
    position: relative;
}
.portfolio-menu {
    text-align: center;
}
.portfolio-menu .controls button {
    padding: 10px 20px;
    background: #ff7c00;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0;
}
.portfolio-section .mixitup-control-active {
    background: #12a909 !important;
}
.portfolio-menu .controls button:focus {
        outline: none;
}
.portfolio-item {
    column-count: 4;
    column-gap: 10px;
        overflow: hidden;
}
.portfolio-item li {
        list-style: none;
    position: relative;
    border-radius: 10px;
        margin-bottom: 10px;
}
.portfolio-item li img {
        width: 100%;
    border-radius: 10px;
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    background: #17171729;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.portfolio-item li:hover .portfolio-overlay{
    opacity: 1;
}
.portfolio-overlay svg {
    fill: #fff;
}

.button:focus {
  background-color: #12a909 !important;
    border-color: #ff7c00 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff7c00;
    border-color: #ff7c00;
    box-shadow: none !important;
}
.btn-primary {
    box-shadow: none !important;
}


.pt-80 {

    padding-top: 80px;

}

.mt-80 {

    margin-top: 80px;

}

a:hover {

    text-decoration: none;

}

.container-auto {

    padding: 0 80px;

}

.top-header {

    background: #12a909;

}

.top-header .details {



}



@media only screen and (min-width : 1200px) and (max-width : 1426px) {

    .navbar-light .navbar-nav .nav-link {

        font-size: 16px !important; 

        padding: 6px 10px !important;

    }

   

    

}



.top-header .details a {
   color: #fff;
    display: inline-block;
   /* border-right: 1px solid #fff;*/
    font-weight: 400;
    margin: 10px 0;
    padding: 0 15px;
}
.top-header .details a:first-child {
    padding-left:0px;
}
.top-header .details span {
    color:#fff;
}

.top-header .details a img {
    width: 20px;
}
.top-header .details a:last-child {

    border-right: 0px solid #fff;

}

.top-header .fa {

    font-size: 22px;

    padding-right: 10px;

}

.top-header .socail-icon {

    text-align: right;

 }

.top-header .socail-icon a {

    padding: 5px 0px;

    display: inline-block;

    color: #fff;

}

.bottom-header .navbar-brand {

    padding: 0;

}

.bottom-header .navbar {

    padding: 0;

}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {

    color: #ff7c00;

}

.navbar-light .navbar-nav .nav-link {

    color: #2d2d2d;

    font-size: 16px;

    font-weight: 500;

    padding: 6px 15px;

}
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7c00;
}
.bottom-header .donate-button {
    border-radius: 5px;
    margin-left: 20px;

}


.shutter-out-horizontal {
  -webkit-transition: color 300ms;
  transition: color 300ms;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background: #ff7c00 ;
 border-radius: 6px;
    font-size: 16px;
    text-align: center;
    margin-left: 30px;
}
  .shutter-out-horizontal a {
      color: #fff !important;
  }
  
.shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}
.shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #12a909;
    border-radius: 6px;
    font-size: 16px;

}

/*
#btn{
    padding: 8px 15px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #ff7c00;
    z-index: 1;
    transition: all .5s;
    border-radius: 6px;
    font-size: 16px;
        }

    #btn:before{
            width: 100%;
            height: 100%;
            content: '';
            margin: auto;
            position: absolute;
            top:  -100%;
            left: -100%;
            background: #12a909;
            transition: all .5s;
            z-index: -1;
            
        }
    #btn:hover{
        color: white;
    }
    #btn:hover:before{          
            top: 0;
            left: 0;

    }



*/





.bottom-header .donate-button a {

    color: #fff !important;

}

.main-banner {

    position: relative;
    height: 100%;

}
.main-banner .carousel-item img {
    width: 100%!important;
    height: 490px;
    object-fit: cover;
}
.main-banner p {
        font-weight: 400;
    font-size: 26px;
    color: #fcac60;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;

}
.main-banner .carousel-control-prev {
    width: 5% !important;
}
.main-banner .carousel-control-next {
        width: 11% !important;
}
.main-banner h1 {
    
    font-size: 61px;
    text-transform: capitalize;
    color: #fff;

    font-family: 'Abril Fatface', cursive;

} 

.main-banner .all-button a {

      padding: 8px 15px;
    margin-right: 20px;

}

.main-banner .banner-details {
 
    position: absolute;
    top: 23%;
}/*
.main-banner .carousel-item:before {
    content:'';
        background: #00000087;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}*/
.second_slide {
    animation: customAni 2s ease forwards;
}
@keyframes customAni {
  0% {
    transform: translateY(-100%); /* Start from above the container */
  }
  100% {
    transform: translateY(0); /* End at the normal position */
  }
}
.third_slide {
    animation: customtwo 2s ease 0s normal none;
}
@keyframes customtwo {
  0% {
	transform: translateY(100%);
  }

  100% {
	transform: translateY(0%);
  }
}
.banner_text_new {
        position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.banner_text_new h2 {
        color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 4px 14px 10px black;
}
.main-banner .all-button {

    margin-top: 30px;

}


.all-button a {
border: 1px solid transparent;
    background: #ff7c00;

    color: #fff;

    margin-left: 0px;

    padding: 10px 50px;

    display: inline-block;

    text-transform: uppercase;

    border-radius: 5px;

}

.all-button a.second-btn {

    background: transparent;
    padding: 6px 15px;
    border: 2px solid #fff;

}
.all-button a.second-btn:hover {
    background: #ff7c00;
    border: 2px solid #ff7c00;
}
.main-title {



}

.main-title h2 {

    font-size: 36px;

    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;

    position: relative;

    color: #12a909;

    margin-bottom: 20px;

}

.main-title h2:before {

        content: "";

    position: absolute;

    height: 2px;

    background: #ff7c00;

    width: 65px;

    bottom: -4px;



}

.main-title h4 {
    position: relative;
    font-size: 26px;

    font-weight: 300;

    color: #2d2d2d;
    font-family: 'Fira Sans', sans-serif;
    text-transform: capitalize;

    border-bottom: 1px solid #a5a3a3;

    padding-bottom: 15px;

    margin-bottom: 30px;

}

.main-title h2 span {

    color: #2d2d2d;

    font-size: 36px;

    font-weight: 700;

}

.paragraph {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.about-section {
    position: relative;
    overflow:hidden;
}

.about-section:before {
    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle1.png);
        width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 20px;
}
.about-section:after {
    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle2.png);
        width: 11%;
    height: 36%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 77px;
}









/*.about-section:after {
    content: '';
    background-image: url(../images/dotpattern2.png);
    position: absolute;
    width: 8%;
    height: 18%;
    background-repeat: no-repeat;
    left: 53%;
    top: 20%;

}
*/





.about-section .img-details {

    position: relative;

}

.about-section .img-details .second-img-ab {

        position: absolute;

    right: 0;

    top: 12%;

}

.about-section .img-details .third-img-ab {
    position: absolute;
    left: 0;
    bottom: 13%;
}
.about-section .img-details img.third-img-ab {
    width: 35%;
}
.about-section .img-details img.second-img-ab {
    width: 40%;
}
.p-l-ab{

    padding-left: 50px;

}

.what-we-do {

    background: #f3fbf2;

    padding: 50px 0;

    position: relative;

}

.what-we-do .what-we-do-details {

    

    border-radius: 5px;

    box-shadow: 0px 11px 5px 0px #f7f7f7;

    margin-bottom: 50px;

}
.what-we-do .what-we-do-details img 
{
        border-top-left-radius: 5px;
            border-top-right-radius: 5px;
}
.bg-text-area-whatwedo {
    background: #fff;
     
}
.what-we-do .what-we-do-details h3 {

    padding: 20px 20px 0;

    font-size: 23px;
    color: #2d2d2d;
    font-weight: 600;

}

.what-we-do .what-we-do-details p {

        padding: 0px 20px 0;

    font-size: 16px;
        display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.what-we-do .what-we-do-details a {

        margin: 0 20px 20px;

    background: #12a909;

    padding: 6px 20px;

}



.support-a-life  {
position: relative;


}
/*.support-a-life:before {
    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle1.png);
        width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 25%;
}
.support-a-life:after {
    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle2.png);
        width: 11%;
    height: 36%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}
*/
.support-a-life .nav-tabs{

    border-bottom: 0px solid transparent;
        text-align: center;
    display: block;

    margin: 0 auto;

}


.support-a-life .tab li {
    position:relative;
  display: inline-block;

}
.support-a-life .tab li:first-child:before {
       content: "";
    background: #dad8d8;
    position: absolute;
    border-radius: 30px;
    width: 203%;
    height: 100%;
    z-index: -1;
    left: -1px;
}

.support-a-life .tab li a {

   font-size: 16px;

    font-weight: 600;

    display: inline-block;

    color: #383636;

    padding: 11px 47px;

    border-radius: 30px;

}

.support-a-life .tab li a:hover{

    background: #ff7c00;

    color: #fff;

}

.support-a-life .tab .nav-tabs > li .show {

    background: #12a909;

    color: #fff;

}
.support-a-life .tab li a.active {
    background: #ff7c00;
    color: #fff;
}
.support-a-life .tab .tab-content{

        border: none;

    margin-top: 50px;

}

.support-a-life .fade:not(.show) {

    opacity: 1;

}

.support-a-life .support-a-life-details {
    margin-bottom: 30px;
  background: #f1f1f1;

}
.support-a-life .support-a-life-details img {
    object-fit: cover;
    min-height: 238px;
    max-height: 238px;
}
.support-a-life .support-a-life-details .all-button {
        padding-left: 22px;
}
.support-a-life .support-a-life-details h3 {
margin-bottom:10px !important;
  padding: 20px 20px 0;
color: #2d2d2d;
    margin: 0;
    font-size: 20px;
    font-weight: 500;

}

.support-a-life .support-a-life-details p {

      padding-left: 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    color: #000;

}

.support-a-life .support-a-life-details .all-button a{

    padding: 10px 25px 10px 6px !important;
margin-right: 13px;
    font-size: 14px;

    margin-bottom: 30px;
  
    margin-top: 15px;



}

.support-a-life .support-a-life-details a.transparant-bg{

  background: #12a909;

}

.support-a-life .support-a-life-details {

  

}

.contact-section .contact-form {

  background-repeat: no-repeat;

    background-size: cover;

    position: relative;

    text-align: center;

    padding: 50px 275px;

    z-index: 1;

    margin-top: 50px;

}
.contact-section {
    position: relative;
}
.sucsefull-form {
    
}
@media (min-width: 992px) {
.modal-lg {
    max-width: 725px;
}
}

.contact-section .contact-form:before {

  content: '';

      position: absolute;

    background: transparent;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: -1;

}

.contact-section .contact-form h2 {

      font-weight: 400;

    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;

    font-size: 38px;

}

.contact-section .contact-form p {

  color: #fff;
font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
    border-bottom: 1px solid #afadad;

    padding-bottom: 10px;

}
input[type=number] {
  -moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-section .contact-form .form-control{

  background: transparent;

}
.contact-section .contact-form input:focus {
  background-color: #fff;
      border: none;
      box-shadow: none;
}
.contact-section .contact-form textarea:focus {
  background-color: #fff;
      border: none;
      box-shadow: none;
}
.contact-section .contact-form button:hover {
    background: #ff7c00;
}
.contact-section .contact-form button {

  width: 100%;

    background: #12a909;

    border: none;

    font-size: 24px;

    text-transform: uppercase;

}

.top-footer {

  padding: 50px 0 12px;

  background-image: url(../images/footerbg.png);

    background-repeat: no-repeat;

    background-size: cover;
        position: relative;
    background-position: top;

}
.top-footer:before {
    content:'';
    background: #fffffff0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.top-footer .main-title h2 {

  font-size: 25px;

    font-weight: 700;

    padding-bottom: 8px;

}

.top-footer .box-f li {

  list-style: none;

  line-height: 34px;

}
.top-footer .box-f li span {
    height: 56px;
    float: left;
}
.top-footer .box-f li img {
    margin-right: 7px;
}

.top-footer .box-f li a {

      color: #2d2d2d;

    font-size: 19px;

    font-weight: 400;

}
.top-footer .box-f .hover-link li a:hover {
    color: #ff7c00;
}
.top-footer .socail-img img {
margin-right: 25px;
  width: 40px;

}
.form-control:focus {
    color: #495057;
    background-color: #f4f4f4;
    border-color: #ff7c00 !important;
    outline: 0;
    box-shadow: none !important;
}


.bottom-footer {

  background: #12a909;

}

.bottom-footer p {

  margin: 0;
font-weight: 400;
  color: #fff;

    padding: 7px 0;

}

.bottom-footer a {

  color: #fff;
    font-weight: 400;
    padding: 7px 0;

    display: inline-block;

}
.bottom-footer a:hover {
        font-weight: 600;
}
.fixed-socail-icon {

  position: fixed;

  right: 5px;

  top: 60%;

  z-index: 11;

}

.fixed-socail-icon a {

  display: block;

    margin: 20px 0;

}

.fixed-socail-icon img {

  width: 50px;

}

.main-page-bg {

    background-repeat: no-repeat;

    background-size: cover;

    padding: 100px 0;

    text-align: center;

    position: relative;

    z-index: 1;

}

.main-page-bg:before {

    content:'';  

        background: transparent;

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}

.main-page-bg .tiltle {

    position: relative;

}

.main-page-bg .tiltle h1 {
    font-size: 55px;
    color: #ffffff;
    font-family: 'Abril Fatface', cursive;

}

.main-page-bg .tiltle h1 span{

    color: #fff;

}

.main-page-bg .tiltle p {

        font-size: 17px;

    color: #ff7c00;

    font-weight: 400;

}

.main-page-bg .bottom-title {

    position: absolute;

    left: 3%;

    bottom: 8%;

}

.main-page-bg .bottom-title p {
font-weight: 400;
    color: #ff7c00;
    font-size: 18px;
    margin-bottom: 0;

}

.main-page-bg .bottom-title p a {

    color: #fff;

}

.reffer-form .modal-content {
position:relative;
        border-radius: 20px;
    overflow: hidden;
}
.reffer-form .modal-content:before {
    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle1.png);
        width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: -139px;
    left: -76px;
}
.reffer-form .modal-content:after {
    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle2.png);
        width: 17%;
    height: 36%;
    background-repeat: no-repeat;
    right: -32px;
    bottom: -34px;
}

.img-cricle {
    position:relative;
}

.img-cricle:before{
        content: '';
    background-image: url(../images/dotpattern1.png);
    position: absolute;
    width: 18%;
    height: 18%;
    background-repeat: no-repeat;
    left: -33px;
    top: -68px;
    background-size: 65px;
}
.img-cricle-heading {
    position:relative; 
}
.img-cricle-heading:before{
        content: '';
    background-image: url(../images/dotpattern2.png);
    position: absolute;
        width: 11%;
    height: 145%;
    background-repeat: no-repeat;
    left: 33%;
    top: -22%;
    background-size: 65px;
    transform: rotate(
80deg);
}
.img-cricle-heading-main {
     position:relative; 
}

.img-cricle-heading-main:before{
        content: '';
    background-image: url(../images/dotpattern1.png);
    position: absolute;
   width: 19%;
    height: 142%;
    background-repeat: no-repeat;
    left: 13%;
    top: -117%;
    background-size: 65px;
    transform: rotate(
-163deg);
}



.reffer-form .modal-header {

    border-bottom:0;

}

.reffer-form .close {

    float: right;

    font-size: 68px;

    font-weight: 700;

    line-height: 1;

    color: #f00;

    text-shadow: 0 1px 0 #fff;
    position: relative;
    top: -21px;
    overflow: hidden;
    opacity: 1;

}
.reffer-form .modal-header{
    padding: 1rem 1rem 0 0;
}

.reffer-form .main-title h2 {
font-size: 25px;
    text-transform: capitalize;
    font-weight: 500;

}

.reffer-form .main-title h2 span {

    font-size: 25px;
        font-weight: 400;


}

.reffer-form .modal-body {
   
    padding: 0 6rem 4rem;

}
.reffer-form .modal-body .main-title {
     position:relative;
}
.reffer-form .modal-body .main-title:before {
        content: '';
    background-image: url(../images/dotpattern2.png);
    position: absolute;
    width: 14%;
    height: 272%;
    background-repeat: no-repeat;
    left: 21%;
    top: -13px;
    transform: rotate(
90deg);
    background-size: 45px;
}



.reffer-form .btn-primary {

    color: #fff;

    background-color: #12a909;
font-weight: 400;

    border: none;

    padding: 6px 36px;

    font-size: 20px;

    text-transform: uppercase;

}

.three-section-page {

    

}

.three-section-page .box-details {

    text-align: center;

    padding: 70px 0;

    background-repeat: no-repeat;

    background-size: cover;

    border-radius: 20px;

    height: 325px;

    margin: 0 auto;

    position: relative;

    z-index: 1;

}

.three-section-page .box-details h3 {

    color: #fff;
padding: 20px 0 5px;
    font-size: 30px;
font-family: 'Abril Fatface', cursive;

}

.three-section-page .box-details p {

    color: #fff;

    font-size: 19px;
        font-weight: 400;

}

.three-section-page .box-details a {
color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.three-section-page .box-details1 {

        position: relative;

}

/*
.three-section-page .box-details1:before {

    content:'';

    position: absolute;

    width: 100%;

    height: 100%;

    background: #fb0a0ae6;

    top: 0;

    left: 0;

    border-radius:20px;

    z-index: -1;

}

.three-section-page .box-details2 {

        position: relative;

}

.three-section-page .box-details2:before {

    content:'';

    position: absolute;

    width: 100%;

    height: 100%;

    background: #12a909e0;

    top: 0;

    left: 0;

    border-radius:20px;

    z-index: -1;

}

.three-section-page .box-details3 {

        position: relative;

}

.three-section-page .box-details3:before {

    content:'';

    position: absolute;

    width: 100%;

    height: 100%;

    background: #ff9601e0;

    top: 0;

    left: 0;

    border-radius:20px;

    z-index: -1;

}
*/
.three-section-page .main-box-t {

    margin-top: 40px;

}

.donate-page .main-box-t .main-title h2 {

    font-size: 22px;

}

.donate-page .main-box-t .main-title h2 span{

    font-size: 22px;

}

.donate-page .main-box-t .payment-method input{

    

}

.donate-page .main-box-t .payment-method label{

    display: inline-block;

    font-size: 17px;

    padding-left: 10px;

}

.donate-page .main-box-t .payment-method .img-box img {

        border-radius: 12px;

    min-height: 342px;

    max-height: 342px;

    width: 100%;

    object-fit: cover;

}

.payment-method {

    margin-top: 50px;

}

.donation-form{

      margin-top: 50px;

      box-shadow: 0 0 20px #d4d1d6;

    padding: 50px;

    border-radius: 12px;

}

.donation-form .btn-primary {
color: #fff;
    background-color: #ff7c00 ;
    border-color: snow;
    border: 0;
    padding: 7px 25px;

}
.donation-form .btn-primary:hover {
    background:#12a909;
}
.about-page .peragraph1 p {

    border-bottom: 1px solid #a5a3a3;

    padding-bottom: 25px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}

.about-page {

    

}

.about-page .main-box-t .main-title h2{

        font-size: 40px;

}

.about-page .main-box-t .main-title h2 span{

        font-size: 40px;

}

.about-page .about-box p {

    font-size: 16px;
    font-family: 'Roboto', sans-serif;

    

}

.about-page .about-box ul li {
font-size: 16px;
    font-family: 'Roboto', sans-serif;

    list-style: none;

    margin-left: 4%;

    position: relative;

    border-top: 1px solid #d4d4d4;

    padding: 16px 0;

}

.about-page .about-box ul li:before {

    content:'';

    position: absolute;

    width: 10px;

    height: 10px;

    background: #ffa931;

    border-radius: 50%;

    left: -25px;

    top: 28px;

}

.about-page .img-box img {

    border-radius: 10px;

        width: 100%;

}

.sticky {

  position: fixed;

  top: 0;

  width: 100%;

  z-index:111;

    background: #fff;

    box-shadow: 0 0 10px #bdbdbd;

}



.sticky + .content {

  padding-top: 60px;

}



#myBtn {

  display: none;

 position: fixed;

    bottom: 20px;

    right: 30px;

    z-index: 99;

    font-size: 18px;

    border: none;

    outline: none;

    background-color: #69cb16;

    color: white;

    cursor: pointer;

    padding: 10px 20px;

}



#myBtn:hover {

  background-color: #555;

}



.three-section-page {
position: relative;
}
.three-section-page:before {
    content: '';
    background-image: url(../images/dotpattern2.png);
    position: absolute;
    width: 8%;
    height: 18%;
    background-repeat: no-repeat;
    left: 40%;
    top: 18%;

}
.our-objective-page {
    position: relative;
}
.our-objective-page:before {
    content: '';
    position: absolute;
    background-image: url(../images/whatwedocircle1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 20px;
} 
.our-objective-page:after {
    content: '';
    position: absolute;
    background-image: url(../images/whatwedocircle2.png);
    width: 11%;
    height: 36%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 77px;
}
.our-document-page {
    position: relative;
}
.our-document-page:before {
    content: '';
    position: absolute;
    background-image: url(../images/whatwedocircle1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 20px;
} 
.our-document-page:after {
    content: '';
    position: absolute;
    background-image: url(../images/whatwedocircle2.png);
    width: 11%;
    height: 36%;
    background-repeat: no-repeat;
    right: 0;
    bottom: 77px;
}

.three-section-page1 .box-details1 {

    text-align: center;
    margin-bottom:30px;

    padding: 50px 0;

    background-repeat: no-repeat;

    background-size: cover;

    border-radius: 20px;


    margin: 0 auto;

    position: relative;

    z-index: 1;

}

.three-section-page1 .box-details1 h3 {

    color: #fff;

    font-size: 30px;

    font-weight: 700;

}

.three-section-page1 .box-details1 p {

    color: #fff;

    font-size: 19px;

}

.three-section-page1 .box-details1 a {

    color: #fff;

    font-size: 19px;

}

.three-section-page1 .box-details1 {

        position: relative;

}

.three-section-page1 .box-details1:before {

    content:'';

    position: absolute;

    width: 100%;

    height: 100%;

    background: gray;

     opacity:.6;

    top: 0;

    left: 0;

    border-radius:20px;

    z-index: -1;

}

.three-section-page1 .box-details1 {

        position: relative;

}

.three-section-page1 .box-details3:before {

    content:'';

    position: absolute;

    width: 100%;

    height: 100%;

    background: gray;

    top: 0;

    opacity:.6;

    left: 0;

    border-radius:20px;

    z-index: -1;

}

.three-section-page1 .box-details3 {

        position: relative;

}

.three-section-page1 .box-details3:before {

    content:'';

    position: absolute;

    width: 100%;

    height: 100%;

    background: gray;

     opacity:.6;

    top: 0;

    left: 0;

    border-radius:20px;

    z-index: -1;

}

.three-section-page1 .main-box-t1 {

    margin-top: 40px;

}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
.tooltip {
  position: relative;
      opacity: 1 !important;
}
.tooltip:before,
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.tooltip:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,.75); 
  border-left: 6px solid transparent;
  content: '';
  height: 0;
  top: 27px;
    left: -17px;
    width: 0;
    transform: rotate(90deg) !important;
}
.tooltip:before {
  background: rgba(0,0,0,.75);
  border-radius: 2px;
  color: #fff;
  content: attr(data-title);
  font-size: 14px;
  padding: 6px 10px;
  top: 15px;
    white-space: nowrap;
    right: 74px;
}

/* the animations */
/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* expand */
.tooltip.expand:before {
  transform: scale3d(.2,.2,1);
  transition: all .2s ease-in-out;
}
.tooltip.expand:after {
  transform: translate3d(0,6px,0);
  transition: all .1s ease-in-out;
}
.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.tooltip.expand:hover:after {
  transition: all .2s .1s ease-in-out;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.buttonab {
    background: #ff7c00;
    color: #fff;
    margin-left: 0px;
    padding: 10px 50px 10px 30px !important;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    transition: all 0.5s;
}
.buttonab:hover span {
    left:0;
    transition: all 0.5s;
}
.buttonab span {
 position: relative;
    left: 10px;
}
.buttonab:hover span:after {
  opacity: 1;
}
.buttonab span:after {
    content: '';
    position: absolute;
    transition: 0.5s;
    opacity: 0;
    background-image: url(../images/fast-forward1.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 10px;
        top: 5px;
    background-size: 13px;
}
.tab-content .buttonab span:after {
    content: '';
    position: absolute;
    transition: 0.5s;
    opacity: 0;
    background-image: url(../images/fast-forward1.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-left: 10px;
    top: 4px;
    background-size: 13px;
}
.tab-content .buttonab:hover span:after {
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1401px) {
    .support-a-life .support-a-life-details .all-button a {
        font-size: 10px;
    }
}
@media (min-width: 1117px) and (max-width: 1341px) {
    .contact-section .contact-form {
            padding: 50px 152px;
    }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    
    background-size: 100% 100%;
}
.carousel-control-next, .carousel-control-prev {
   opacity:1 !important; 
}

.main-banner .carousel-control-prev {
    width: 3% !important;
    height: 40px;
    background: #464040fa no-repeat center center;
    top: 50%;
    left: 1%;
}

.main-banner .carousel-control-next {
    width: 3% !important;
    height: 40px;
    background: #464040fa no-repeat center center;
    top: 50%;
        right: 1%;
}
.main-banner .carousel-control-prev:hover,
.main-banner .carousel-control-next:hover {
    background: #ff7c00 no-repeat center center;
}
.whatwedocircle-pattrn {
    position:relative;
}
.whatwedocircle-pattrn:before {
    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle1.png);
        width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 20px;
    
}
.whatwedocircle-pattrn:after {
    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle2.png);
        width: 6%;
    height: 36%;
    background-repeat: no-repeat;
    right: 0;
        bottom: -104px;
        visibility: hidden;
}

.whatwedocircle-pattrn-donate{
    position:relative;
}

.whatwedocircle-pattrn-donate:before {
 /*   content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle1.png);
        width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 20px;*/
}
.whatwedocircle-pattrn-donate:after {
/*    content:'';
    position:absolute;
        background-image: url(../images/whatwedocircle2.png);
        width: 11%;
    height: 36%;
    background-repeat: no-repeat;
    right: 0;
    bottom: -60px;*/
}






.whatwedocircle-pattrn-icon2 {
    position:relative;
}
.whatwedocircle-pattrn-icon2:before{
    content:'';
    position:absolute;
    background-repeat: no-repeat;
    background-image: url(../images/w-icon-2.png);
    width: 26%;
    height: 100%;
    right: 0;
    top: 10%;
    background-size: 100%;
}
.whatwedocircle-pattrn-icon1 {
    position:relative;
}
.whatwedocircle-pattrn-icon1:before{
    content:'';
    position:absolute;
    background-repeat: no-repeat;
    background-image: url(../images/w-icon-1.png);
        width: 17%;
    height: 100%;
    right: 0;
    top: -3%;
    background-size: 100%;
}
.whatwedocircle-pattrn-icon3 {
    position:relative;
}
.whatwedocircle-pattrn-icon3:before{
    content:'';
    position:absolute;
    background-repeat: no-repeat;
    background-image: url(../images/w-icon-3.png);
    width: 18%;
    height: 100%;
    right: 0;
    top: 10%;
    background-size: 100%;
}
.whatwedocircle-pattrn-icon4 {
    position:relative;
}
.whatwedocircle-pattrn-icon4:before{
    content:'';
    position:absolute;
    background-repeat: no-repeat;
    background-image: url(../images/w-icon-4.png);
    width: 21%;
    height: 100%;
    right: 0;
    top: 10%;
    background-size: 100%;
}
.whatwedocircle-pattrn-icon5 {
    position:relative;
}
.whatwedocircle-pattrn-icon5:before{
    content:'';
    position:absolute;
    background-repeat: no-repeat;
    background-image: url(../images/w-icon-5.png);
    width: 21%;
    height: 100%;
    right: 0;
    top: 10%;
    background-size: 100%;
}
.whatwedocircle-pattrn-icon6 {
    position:relative;
}
.whatwedocircle-pattrn-icon6:before{
    content:'';
    position:absolute;
    background-repeat: no-repeat;
    background-image: url(../images/w-icon-6.png);
    width: 10%;
    height: 100%;
    right: 53px;
    top: 10%;
    background-size: 100%;
}


.img-cricle-heading-mainab-index {
     position:relative; 
}
.what-we-do .img-cricle-heading-mainab-index:before{
        content: '';
    background-image: url(../images/dotpattern2.png);
    position: absolute;
       width: 35%;
    height: 142%;
    background-repeat: no-repeat;
        left: 6%;
    top: -7%;
    background-size: 65px;

}
.img-cricle-heading-mainab-index:before{
        content: '';
    background-image: url(../images/dotpattern2.png);
    position: absolute;
       width: 35%;
    height: 142%;
    background-repeat: no-repeat;
        left: 1%;
    top: -7%;
    background-size: 65px;

}
/*.carousel-control-next, .carousel-control-prev {
    opacity:1 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-size: 18px;
    background-position: center;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 35px;
    
    background-size: 100% 100%;
    opacity: 1;
}
.carousel-control-next-icon:hover {
     background: #ff7c00 no-repeat center center;
}
.carousel-control-prev-icon:hover {
     background: #ff7c00 no-repeat center center;
}*/


/*#navbar .nav-item > .nav-link.active  {
    color: #ff7c00;
}*/

.dropdown-menu a:hover {
        color: #ff7d01;
            background: transparent;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.fixed-socail-icon img {  
 
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.fixed-socail-icon img:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.copy-right {
    position: relative;
    top: 8px;
}



.banner-details .output {

  color:white;
}
.banner-details .output .typing-pera {
    font-size: 61px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Abril Fatface', cursive;
   
}
.banner-details .output {
    height: 155px;
}
/* Cursor Styling */

.banner-details .cursor::after {
  content:'';
  display:inline-block;
  margin-left:3px;
  background-color:white;
  animation-name:blink;
  animation-duration:0.5s;
  animation-iteration-count: infinite;
}
.banner-details h1.cursor::after {
  height:24px;
  width:13px;
}
.banner-details p.cursor::after {
  height:13px;
  width:6px;
}

@keyframes blink {
  0% {
    opacity:1;
  }
  49% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:0;
  }
}





.reffer-form input[type=text] {
  font-weight: 400;
}
.reffer-form input[type=number] {
  font-weight: 400;
}
.reffer-form input[type=message] {
  font-weight: 400;
}
textarea.form-control {
    height: auto;
    font-weight: 600 !important;
}
@media (max-width:768px) {
    .top-footer .socail-img {
        text-align: center !important;
    }
    
    .qr-img{
        width:100% !important;
    }
    
    .support-a-life .tab li:first-child:before{
        width: 160%;
    }
}