.error
{
    color: #d20023;
}

.main-logo img
{
    width: 100px;
}

.fa-caret-down:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
}


.section-title {
    position: relative;
    margin-bottom: 30px;
}

.event-section .sec-padd {
    padding: 30px 0;
}

.event-section .sec-padd-top {
    padding-top: 30px;
}


.gallery.sec-padd {
    padding: 45px 0;
}

/* video gallery */

.card {
    /* padding:10px; */
    border:none;
  }
  .card-title-cont{
    height: 50px;
    display:flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom:0;
    padding-bottom:0;
  }
  hr {
    margin-top:0;
  }



  .card {
    box-shadow: 0 4px 6px 0 rgb(22 22 26 / 18%);
    border-radius: 0;
    border: 0;
    margin-bottom: 2em;
}
 .card {
    box-shadow: 0 4px 6px rgb(22 22 26 / 18%);
    border-radius: 0;
    border: 0;
    margin-bottom: 2em;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-text
{
    color: #333;
}

.events_tabs
{
    margin-top: 20px;
}

.eventsContentTab
{
    margin-top: 30px;
}

.nav-tabs>li>a
{
    border: none;
    font-weight: 500;
    font-size: 15px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: pointer;
    background-color: #00a295;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.eventTypeTitle
{
    margin-bottom: 20px;
}

.card-title a{
      margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 500;
    color: #ff5722;
    text-align: center;
    border: 1px solid #ff5722;
    padding: 5px 20px 5px 20px;
    border-radius: 6px;
}

.card-title a:hover
{
    color: #fff;
    background: #ff5722;
}

.card-title{
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 500;
    color: #00a295;
    text-align: center;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.text-muted {
    color: #6c757d!important;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.youthEmpInter.team-style-3 .single-team-member .img-box
{
    border-radius: 0% !important;
}

.youthEmpInter.team-style-3 .single-team-member
{
    border: 1px solid #ededed;
}



/*  testimonial  */

.testimonial-bg{
    background-color:#fff;
     border: 5px solid #ee0979;
      font-family: 'Raleway', sans-serif;
     padding: 35px 70px;
     text-align: center;
     position: relative;
 }
 .testimonial-bg:before{
     content: "\f10d";
     font-family: "fontawesome";
     width: 75px;
     height: 75px;
   border: 5px solid #ee0979;
     line-height: 75px;
     background: #fff;
     text-align: center;
     font-size: 50px;
     color: #3c414c;
     position: absolute;
     top: -40px;
     left: 2%;
 }
 .testimonial{
     padding: 0 15px;
 }
 .testimonial .description{
     font-size: 20px;
     font-weight:400;
     font-style: italic;
     color: #848484;
     line-height: 30px;
     padding-bottom: 25px;
     margin-bottom: 15px;
     position: relative;
 }
 .testimonial .description:before{
     content: "";
     width: 75%;
     border-top: 1px solid #ee0979;
     margin: 0 auto;
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
 }
 .testimonial .description:after{
     content: "";
     width: 20px;
     height: 20px;
     background: #fff;
     position: absolute;
     bottom: -10px;
     left: 50%;
     border-bottom: 1px solid #ee0979;
     border-right: 1px solid #ee0979;
     transform: translateX(-50%) rotate(45deg);
 }
 .testimonial .pic{
     width: 100px;
     height: 100px;
     border-radius: 50%;
     margin: 25px auto;
     overflow: hidden;
 }
 .testimonial .pic img{
     width: 100%;
     height: auto;
 }
 .testimonial .title{
   font-family: 'Raleway', sans-serif;
     display: inline-block;
     font-size: 24px;
     font-weight: 700;
     color: #ee0979;
     text-transform: capitalize;
     margin: 0;
 }
 .testimonial .post{
   font-family: 'Raleway', sans-serif;
     display: inline-block;
     font-size: 20px;
     color: #848484;
 }
 .owl-theme .owl-controls{
     margin-top: 10px;
     position: absolute;
     bottom: -20%;
     right: 0;
 }
 .owl-theme .owl-controls .owl-buttons div{
     width: 50px;
     height: 50px;
     line-height: 50px;
     background: #34363b;
     opacity: 1;
     padding: 0;
    display:inline-block;
    margin:0 10px; 
 }
 .owl-prev:before,
 .owl-next:before{
     content: "\f104";
     font-family: "fontawesome";
     font-size: 23px;
     font-weight: 700;
     color: #fff;
 }
 .owl-next:before{
     content:"\f105";
 }
 @media only screen and (max-width:767px){
     .testimonial-bg{ padding: 50px 40px; }
     .owl-theme .owl-controls{ bottom: -22%; }
 }
 @media only screen and (max-width:480px){
     .testimonial-bg:before{
         width: 55px;
         height: 55px;
         line-height: 55px;
         font-size: 40px;
     }
     .testimonial-bg{ padding: 30px 10px; }
     .owl-theme .owl-controls{ bottom: -15%; }
 }
 @media only screen and (max-width:360px){
     .testimonial .title,
     .testimonial .post{
         font-size: 16px;
     }
     .owl-theme .owl-controls{ bottom: -12%; }
 }

 .env_img
 {
    margin-top: 10px;
 }

 .structure
 {
    margin-bottom: 40px;
 }

 .donate-section .donate-form-area
 {
    margin-top: 20px;
 }

 .donation_graph
 {
    margin-top: 20px;
 }

 /* Chart */


 #chartdiv {
    width: 100%;
    height: 500px;
  }
  

  .footer-widget p
  {
    color: #fff;
  }

  .copy-text p
  {
    color: #fff;
  }

  .card-title1 a
  {
    font-size: 23px;
    font-weight: 600;
  }

  .applyBtn
  {
    padding-top: 20px;
    text-align: center;
  }



  /* New Testimonial */

  .testim {
    width: 100%;
    position: relative;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(0%);
    top: 0;
}

.testim .wrap {
position: relative;
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
}

.testim .arrow {
display: block;
position: absolute;
color: #eee;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;    
-ms-transition: all .3s ease-in-out;    
-moz-transition: all .3s ease-in-out;    
-o-transition: all .3s ease-in-out;    
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
color: #ea830e;
}


.testim .arrow.left {
left: 10px;
}

.testim .arrow.right {
right: 10px;
}

.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #eee;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;    
-ms-transition: all .5s ease-in-out;    
-moz-transition: all .5s ease-in-out;    
-o-transition: all .5s ease-in-out;    
transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
background: #ea830e;
border-color: #ea830e;
}

.testim .dots .dot.active {
-webkit-animation: testim-scale .5s ease-in-out forwards;   
-moz-animation: testim-scale .5s ease-in-out forwards;   
-ms-animation: testim-scale .5s ease-in-out forwards;   
-o-animation: testim-scale .5s ease-in-out forwards;   
animation: testim-scale .5s ease-in-out forwards;   
}

.testim .cont {
position: relative;
    overflow: hidden;
}

.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}

.testim .cont > div.inactive {
opacity: 1;
}


.testim .cont > div.active {
position: relative;
opacity: 1;
}


.testim .cont div .img img {
display: block;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
}

.testim .cont div h2 {
color: #ea830e;
font-size: 1em;
margin: 15px 0;
}

.testim .cont div p {
font-size: 1.15em;
color: #000;
width: 80%;
margin: auto;
}

.testim .cont div.active .img img {
-webkit-animation: testim-show .5s ease-in-out forwards;            
-moz-animation: testim-show .5s ease-in-out forwards;            
-ms-animation: testim-show .5s ease-in-out forwards;            
-o-animation: testim-show .5s ease-in-out forwards;            
animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
-webkit-animation: testim-content-in .4s ease-in-out forwards;    
-moz-animation: testim-content-in .4s ease-in-out forwards;    
-ms-animation: testim-content-in .4s ease-in-out forwards;    
-o-animation: testim-content-in .4s ease-in-out forwards;    
animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
-webkit-animation: testim-content-in .5s ease-in-out forwards;    
-moz-animation: testim-content-in .5s ease-in-out forwards;    
-ms-animation: testim-content-in .5s ease-in-out forwards;    
-o-animation: testim-content-in .5s ease-in-out forwards;    
animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
-webkit-animation: testim-hide .5s ease-in-out forwards;            
-moz-animation: testim-hide .5s ease-in-out forwards;            
-ms-animation: testim-hide .5s ease-in-out forwards;            
-o-animation: testim-hide .5s ease-in-out forwards;            
animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
-webkit-animation: testim-content-out .4s ease-in-out forwards;        
-moz-animation: testim-content-out .4s ease-in-out forwards;        
-ms-animation: testim-content-out .4s ease-in-out forwards;        
-o-animation: testim-content-out .4s ease-in-out forwards;        
animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
-webkit-animation: testim-content-out .5s ease-in-out forwards;    
-moz-animation: testim-content-out .5s ease-in-out forwards;    
-ms-animation: testim-content-out .5s ease-in-out forwards;    
-o-animation: testim-content-out .5s ease-in-out forwards;    
animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
0% {
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -webkit-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-moz-keyframes testim-scale {
0% {
    -moz-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -moz-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-ms-keyframes testim-scale {
0% {
    -ms-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -ms-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-o-keyframes testim-scale {
0% {
    -o-box-shadow: 0px 0px 0px 0px #eee;
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    -o-box-shadow: 0px 0px 10px 5px #eee;        
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    -o-box-shadow: 0px 0px 10px 5px #ea830e;        
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    -o-box-shadow: 0px 0px 0px 0px #ea830e;        
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@keyframes testim-scale {
0% {
    box-shadow: 0px 0px 0px 0px #eee;
}

35% {
    box-shadow: 0px 0px 10px 5px #eee;        
}

70% {
    box-shadow: 0px 0px 10px 5px #ea830e;        
}

100% {
    box-shadow: 0px 0px 0px 0px #ea830e;        
}
}

@-webkit-keyframes testim-content-in {
from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -webkit-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-moz-keyframes testim-content-in {
from {
    opacity: 0;
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -moz-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-ms-keyframes testim-content-in {
from {
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -ms-transform: translateY(0);        
    transform: translateY(0);        
}
}

@-o-keyframes testim-content-in {
from {
    opacity: 0;
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

to {
    opacity: 1;
    -o-transform: translateY(0);        
    transform: translateY(0);        
}
}

@keyframes testim-content-in {
from {
    opacity: 0;
    transform: translateY(100%);
}

to {
    opacity: 1;
    transform: translateY(0);        
}
}

@-webkit-keyframes testim-content-out {
from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -webkit-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-moz-keyframes testim-content-out {
from {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -moz-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-ms-keyframes testim-content-out {
from {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    -ms-transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@-o-keyframes testim-content-out {
from {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
    transform: translateY(-100%);        
}
}

@keyframes testim-content-out {
from {
    opacity: 1;
    transform: translateY(0);
}

to {
    opacity: 0;
    transform: translateY(-100%);        
}
}

@-webkit-keyframes testim-show {
from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}
}

@-moz-keyframes testim-show {
from {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}
}

@-ms-keyframes testim-show {
from {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}
}

@-o-keyframes testim-show {
from {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}

to {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}
}

@keyframes testim-show {
from {
    opacity: 0;
    transform: scale(0);
}

to {
    opacity: 1;
    transform: scale(1);       
}
}

@-webkit-keyframes testim-hide {
from {
    opacity: 1;
    -webkit-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
}

@-moz-keyframes testim-hide {
from {
    opacity: 1;
    -moz-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
}
}

@-ms-keyframes testim-hide {
from {
    opacity: 1;
    -ms-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
}
}

@-o-keyframes testim-hide {
from {
    opacity: 1;
    -o-transform: scale(1);       
    transform: scale(1);       
}

to {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
}
}

@keyframes testim-hide {
from {
    opacity: 1;
    transform: scale(1);       
}

to {
    opacity: 0;
    transform: scale(0);
}
}


@media all and (max-width: 500px) {
.testim .arrow {
    font-size: 1.5em;
}

.testim .cont div p {
    line-height: 25px;
}

}


/* End testinmonai; */


/* new company logo */

#client-logos .item {
    margin: 1px;
}

#client-logos2 .item {
    margin: 1px;
}
.cover-wrapper {
    padding: 10px;
}
.client-inners img {
    height: 100%;
    object-fit: contain;
}
.client-inners {
   height: 200px;
    text-align: center;
    padding: 8px;
}
.owl-nav img {
    width: 34px;
}
.owl-prev img {
    position: absolute;
    left: -38px;
    top: 50%;
    margin-top: -20px;
}
.owl-next img {
    position: absolute;
    right: -38px;
    top: 50%;
    margin-top: -20px;
}

.clients-section .owl-carousel .owl-stage-outer {
    padding-top: 10px;
}

#client-logos  .owl-theme .owl-controls {
    margin-top: 10px;
    position: absolute;
    bottom: -20%;
    right: 31px;
}

#client-logos .owl-prev
{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #ff5722;
    padding: 3px 10px 1px 10px;
    background: #ff5722;
}

#client-logos .owl-next
{
    position: absolute;
    top: 20px;
    padding-left: 30px;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #ff5722;
    padding: 3px 10px 1px 10px;
    margin-left: 10px;
    background: #ff5722;
}

#client-logos .owl-controls {
    margin-top: 10px;
    position: absolute;
    bottom: 2%;
    right: 50% !important;
}

/* client log 2 */

#client-logos2  .owl-theme .owl-controls {
    margin-top: 10px;
    position: absolute;
    bottom: -20%;
    right: 31px;
}

#client-logos .owl-prev:before, #client-logos .owl-next:before
{
    display: none;
}

#client-logos2 .owl-prev:before, #client-logos2 .owl-next:before
{
    display: none;
}


#client-logos2 .owl-prev
{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #ff5722;
    padding: 3px 10px 1px 10px;
    background: #ff5722;
}

#client-logos2 .owl-next
{
    position: absolute;
    top: 20px;
    padding-left: 30px;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #ff5722;
    padding: 3px 10px 1px 10px;
    background: #ff5722;
    margin-left: 10px;
}

#client-logos2 .owl-controls {
    margin-top: 10px;
    position: absolute;
    bottom: 2%;
    right: 50% !important;
}



/* crowd funcding */

#crowdFunding .owl-prev
{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #E1E1E1;
    padding: 3px 10px 1px 10px;
    background: hsla(238, 100%, 71%, 1);
    background: linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#696EFF", endColorstr="#F8ACFF", GradientType=1 );
}

#crowdFunding .owl-next
{
    position: absolute;
    top: 20px;
    padding-left: 30px;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid #e1e1e1;
    padding: 3px 10px 1px 10px;
    background: hsla(238, 100%, 71%, 1);
    background: linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#696EFF", endColorstr="#F8ACFF", GradientType=1 );
    margin-left: 10px;
}

#crowdFunding .owl-controls {
    margin-top: 10px;
    position: absolute;
    bottom: 2%;
    right: 50% !important;
}



/* full width gallery  */

/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, .8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d63031;
    transform: scale(1.1, 1.1);
}
/*# Carousel Gallery*/
.plugins {
    text-align: center;
}
.plugins h3 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #111;
}
.plugins a {
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    margin: 10px;
    transition: all 0.2s linear;
}
.plugins a:hover {
    color: #d63031;
}


/* ------ */

.formDiv
{
    border: 1px solid #e1e1e1;
    background: #fffdfd;
    padding: 10px 15px 15px 15px;
}

.form-control:focus
{
    border-color: #717274;
    box-shadow: none;
}


/* ---------------------my account css ----------------------------- */

.col2-right-layout
{
	background: #f5f5f5;
    padding-top: 20px;
}

.my-profile {
    padding: 0px 0px;
    background: #f5f5f5;
}

.my-account-box .item {
    background: #fff;
   /* padding: 11px 30px;*/
    /*border-bottom: solid 1px #e1e1e1;*/
}

.my-account-box p a i {
       margin-right: 10px;
    color: #414142;
    font-size: 20px;
}

.my-account-box p a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
}

.my-account-box .title {
 font-size: 15px;
    position: relative;
    padding-bottom: 15px;
    margin: 2px 0px 10px;
    color: #ff5722;
    line-height: 0;
    font-weight: 900;
    letter-spacing: 1px;
    padding-top: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.my-account-box .title::before {
    content: "";
    width: 100%;
    height: 1px;
   /* background-color: #e1e1e1;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.my-account-box .title::after {
    content: "";
    width: 70px;
    height: 2px;
    left: 0px;
    bottom: -1px;
    position: absolute;
}

.my-address h1 {
    font-weight: 600;
    margin: 0px 0px 30px;
    font-size: 24px;
}

.my-address form .form-group {
    margin-bottom: 20px;
}

.my-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 13px;
    border: 1px solid #CDCDCD;
    outline: none;
    color: #2d2727;
    height: 40px;
    border-radius: 3px;
}

.my-address form textarea {
    min-height: 150px;
}

.my-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.my-address {
    background: #fff;
    padding: 30px 30px;
}

.edit-profile-photo {
    position: relative;
    background: #fff;
    padding: 30px;
    max-width: 100%;
    margin: 0px auto;
}

.edit-profile-photo img {
    max-width: 300px;
    width: 100%;
}

.change-photo-btn {
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    font-size: 13px;
    bottom: 30px;
    left: 30px;
    width: auto;
    background-color: #d20023;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
    line-height: 28px;
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer;
    color: #fff;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.my-account-box {
    margin-bottom: 0px;
}

.my-address {
    margin-bottom: 30px;
}

.change-password {
    padding: 70px 0px;
    background: #f5f5f5;
}

.change-password .txat {
    padding: 30px;
    background: #fff;
}

.change-password .txat p {
    margin-bottom: 0px;
    color: #909090;
}
.button-theme
{
    border: 1px #59b210 solid !important;
}

.my-account-box p
{
    padding: 12px 11px 12px 10px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    margin-top: 10px;
}
.my-account-box p:hover
{
    background-color: #e9ecef;
}

.my-account-box p .logout-a
{
    color: #d20023;
}
.fa-sign-out::before {
    content: "\f08b";
    color: #d20023;
}
.user-name p
{
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.top-main-p
{
    background: #fff;
    padding: 10px 5px 1px 10px;
    margin-bottom: 5px;
}


.add-addres {
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

.add-new-ad {
      font-size: 15px;
    color: #231f20;
    font-weight: 700;
    background: none;
    border: none;
    text-transform: uppercase;
}

.add-new-address-form 
{
       background: #f7f7f7;
    padding: 0px 20px 15px 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}


._4876 {
    border: 1px solid #e1e1e1;
    padding: 5px 9px 10px 10px;
    margin-bottom: 10px;
}

._23478gh strong {
    cursor: pointer;
}
._23478gh .mana-add-p {
    color: #27252599;
    color: #423b3b;
    font-size: 14px;
    letter-spacing: 1px;
}
.btn-delete {
    float: right;
    margin-top: -30px;
}

.adress_type span
{
        text-transform: uppercase;
    font-size: 11px;
    color: #878787;
    vertical-align: middle;
    padding: 4px 7px;
    border-radius: 2px;
    background-color: #f0f0f0;
    font-weight: 500;
    margin-right: 15px;
}


.vendor_name
{
    margin-bottom: 0;
    padding-top: 10px;
}

/*  ---------------..//end my account page css----------------------- */

.profile-dropdown {
     display: inline-block;
     position: relative;
     background: none;
     margin: auto;
     font-weight: bold;
     font-size: 1.3rem;
     border-radius: 0px;
	 border-bottom: 2px solid #414142;
     -webkit-user-select: none;
    /* Chrome all / Safari all */
     -moz-user-select: none;
    /* Firefox all */
        width: 100%;
     -ms-user-select: none;
    /* IE 10+ */
     user-select: none;
         padding: 5px 7px 5px 5px;
    /* Likely future */
}
 .profile-dropdown * {
     -webkit-user-select: none;
    /* Chrome all / Safari all */
     -moz-user-select: none;
    /* Firefox all */
     -ms-user-select: none;
    /* IE 10+ */
     user-select: none;
    /* Likely future */
}
 .profile-dropdown input[type="checkbox"] {
     display: none;
}
 .profile-dropdown input[type="checkbox"]:hover ~ ul {
     display: block;
     animation: pulse 0.5s;
}
 .profile-dropdown input[type="checkbox"]:hover ~ img {
     background: orange;
}
 .profile-dropdown input[type="checkbox"]:hover ~ label {
     background: orange;
}
 .profile-dropdown input[type="checkbox"]:hover ~ label i {
     color: #766a6d;
}
 .profile-dropdown input[type="checkbox"]:hover ~ label:after {
     content: '';
     position: absolute;
     top: 100%;
     right: calc(50% - 10px);
     display: block;
   /*  border-style: solid;
     border-width: 7px 10px 0 10px;
     border-color: orange transparent transparent transparent;*/
     width: 0;
     height: 0;
}
 .profile-dropdown img {
     display: inline-block;
     background: #d9d9d9;
     height: 2.5rem;
     vertical-align: middle;
     margin-right: 1rem;
     margin: 0.5rem 0.75rem 0.5rem 0.5rem;
     border-radius: 50%;
}
 .profile-dropdown span {
    display: inline-block;
    vertical-align: sub;
    width: 100px;
    margin-right: 2rem;
	overflow: visible;
    white-space: nowrap;
    font-size: 13px;
    text-overflow: ellipsis;
	 font-weight: 500;
}
 .profile-dropdown ul {
     display: none;
     list-style: none;
     padding: 0;
     marrgin: 0;
	 background: #f5f5f5;
	 position: absolute;
	 top: 105%;
     right: 0;
     z-index: 9999;
     width: 100%;
     border-radius: 3px;
}
 .profile-dropdown ul li a {
	 display: block;
	 padding: 0.5rem 1rem;
	 text-decoration: none;
	 color: #000;
	 font-size: 13px;
	 font-weight: 400;
}
 .profile-dropdown ul li a i {
     font-size: 1.3rem;
     vertical-align: middle;
     margin: 0 0.75rem 0 -0.25rem;
}
 .profile-dropdown ul li a:hover {
     background: #e5e5e5;
}
 .profile-dropdown ul li:first-child a:hover {
     border-radius: 3px 3px 0 0;
}
 .profile-dropdown ul li:last-child a:hover {
     border-radius: 0 0 3px 3px;
}
 .profile-dropdown > label {
     position: relative;
     height: 0rem;
     display: block;
     text-decoration: none;
     background: transparent;
     color: #333;
     box-sizing: border-box;
     padding: 0;
     float: right;
     border-radius: 0 3px 3px 0;
}
 .profile-dropdown > label i {
     color: #b2b2b2;
     font-size: 1.75rem;
}
 .profile-dropdown:after {
     content: '';
     display: table;
     clear: both;
}


 .background {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     opacity: 0.25;
     z-index: -1;
}

/* .half
{
        margin-left: -25px;
} */


.active-div
{
    background-color: #e9ecef;
}

/* =============================== Member ============================ */

.profileView img
{   
    border-radius: 50%;
    width: 150px;
    max-width: 160px;
    box-shadow: 0 4px 20px 1px rgb(0 0 0 / 6%), 0 1px 4px rgb(0 0 0 / 8%);
    border: 1px solid #e1e1e1;
}

.profileView form label
{
    display: flex;
}


.containers {
    height: 230px;
    position: relative;
    max-width: 320px;
    margin: auto;
}

.containers .imageWrapper {
    border: 1px solid #d7d7d7;
    width: 70%;
    padding-bottom: 70%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.containers .imageWrapper img {
    height: 105%;
    width: initial;
    max-height: 100%;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.file-upload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.file-upload {
    position: relative;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    max-width: 150px;
    text-align: center;
    color: #000;
    font-size: 17px;
    background: transparent;
    border: 1px solid #020202;
    padding: 0;
    display: inline;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 30px;
}
.file-upload:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 75%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
    box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 75%);
    color: #000;
    border-color: #ea5e20;
}
.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 100%;
}

#socilMediaForm
{
    border: 1px solid #e1e1e1;
    padding: 10px 10px 10px 10px;
    background: #f7f7f7;
}

.btn-check:focus+.btn-primary, .btn:focus, .btn-primary:focus
{
    box-shadow: none;
}

.socialMediaDiv .card
{
    padding: 20px 0 20px 0;
}

.socialLinks
{
    border: 1px solid;
    padding: 7px 15px 6px 15px;
    border-radius: 50px;
    font-size: 25px;
}

a.socialLinks:hover
{
    background: #1CD8D2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #93EDC7, #1CD8D2);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #93EDC7, #1CD8D2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #fff;

}

#show_hide_Confirmpassword i , #show_hide_password i
{
    padding-top: 10px;
    color: #000;
}

#show_hide_Confirmpassword .input-group-addon , #show_hide_password .input-group-addon
{
    border: 1px solid #ced4da;
}


.my-order {
    background: #fff;
}

.AddActivityEvent .containers .imageWrapper
{
    width: 100%;
    border-radius: 0;
}

.AddActivityEvent form label
{
    display: flex;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable
{
    text-align: left !important;
}

.note-editable div
{
    width: auto !important;
}

table.dataTable tbody th, table.dataTable tbody td
{
    vertical-align: middle;
}

.data-Venue
{
    border: 1px solid #f9f4f4;
    background: #f9f4f4;
}

.ViewActivityEvent .card-title
{
    margin-bottom: 0.5rem;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

.Countttitle
{
    font-size: 30px;
    font-weight: 800;
}

/* =========== Crowd Funding =============== */

#crowdFunding .owl-prev:before, #crowdFunding .owl-next:before
{
    display: none;
}


#CrowdFund a .fa ,  #CrowdFund a .fa-solid
{
    font-size: 60px;
    color: #fff;
}

#CrowdFund p
{
    color: #fff;
}

#CrowdFund .client-inners {
    border: 1px solid #ccc;
    height: 130px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: hsla(238, 100%, 71%, 1);

background: linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(238, 100%, 71%, 1) 0%, hsla(295, 100%, 84%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#696EFF", endColorstr="#F8ACFF", GradientType=1 );

}


/* ================= Payment Method ====================== */

/* copy text */


.copy-text {
	position: relative;
	padding: 2px;
	border-radius: 10px;
	display: block;
    text-align: center;
	margin-top: 0px;
}
.copy-text input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}
.copy-text button {
	/*padding: 10px;*/
	/*background: #5784f5;*/
	/*color: #fff;*/
	/*font-size: 18px;*/
	/*border: none;*/
	/*outline: none;*/
	/*border-radius: 10px;*/
	/*cursor: pointer;*/
	height: 40px;
padding: 8px 6px;
margin-top: 5px;
}

.copy-text button:active {
	background: #809ce2;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #5c81dc;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #5c81dc;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}

/* ..// end */

.paymentType img
{
    width: 135px;
}

.payLeftDiv
{
    border-right: 1px solid #e1e1e1e1;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #04978b;
    border-color: #dee2e6 #dee2e6 #fff;
}

.embed-responsive-16by9
{
    width: auto;
    height: 200px;
    text-align: center;
    margin: auto;
}

.embed-responsive-16by9 img
{
    width: auto;
    height: 200px;
}


#skillDevPage .embed-responsive-16by9 img
{
    width: auto;
    height: 400px;
}

#skillDevPage .embed-responsive-16by9
{
    width: auto;
    height: 400px;
    text-align: center;
    margin: auto;
}


.slick-slide img {
    display: block;
     /* height: 600px;  */
     width: 100%;
}

.blog-single-post img
{
        height: 600px; 
       width: 100%;
}

/* testimonial */

.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

#Introduction.sec-padd2
{
    padding: 35px 0 30px;
}

#Introduction
{
    padding-top: 50px;
    padding-bottom: 70px;
    background: #4ECDC4;
    background: -webkit-linear-gradient(to right, #556270, #4ECDC4);
    background: linear-gradient(to right, #ced59f, #8dfff7);
}

#Introduction .service__item
{
    box-shadow: 0 4px 6px rgb(22 22 26 / 18%);
}

.ourWorkCrateria .col-xl-4
{
margin-bottom: 10px;
}

#Introduction .service__item:hover .service__item-title {
    background: -webkit-linear-gradient(#c04c1c, #00a295);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.youthEmpInter
{
    background: #EFDEFF;
}

#skillDevPage .embed-responsive-16by9 img
{
    width: 645px;
    max-width: 650px;
}

#skillDevPage .btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

#skillDevPage  .card-text {
    color: #000;
}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px !important;
    line-height: 1;
    opacity: .75;
    color: #ff5722 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.blog-single-post
{
    background: #f8f8f8;
    padding-top: 20px;
}

#HomeTestimonial .slick-slide img
{
    width: 58px !important;
}

/* our causes */
#ourCauses
{
    background: linear-gradient(44.24deg, rgb(194, 206, 232) 0%, rgba(241, 246, 255, 0.6) 100%);
}

@media (max-width:991.98px) {
    #ourCauses .padding {
        padding: 1.5rem
    }
  }
  
  @media (max-width:767.98px) {
    #ourCauses .padding {
        padding: 1rem
    }
  }
  
  #ourCauses .padding {
    padding: 5rem
  }
  
  #ourCauses .card {
   position: relative;
   display: flex;
   width: 350px;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   /*background-color: #fff;*/
   /*background-clip: border-box;*/
   /*border: 1px solid #d2d2dc;*/
   /*border-radius: 11px;*/
   /*-webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);*/
   /*-moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);*/
   /*box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);*/
  }
  
  #ourCauses .card .card-body {
       padding: 1rem 1rem;
  }
  
  #ourCauses .card-body {
    flex: 1 1 auto;
    padding: 1.25rem
  }
  
  
  #ourCauses .profile {
    margin-top: 0px;
    margin-left: 11px;
    border: 1px solid #ff5722;
    border-radius: 6px;
    color: #ff5722;
    padding: 6px 0px 6px 0;
    cursor: pointer;
  }
  
  #ourCauses .profile:hover {
    background: #d2e1e0;
  }
  
  #ourCauses .profile-pic{
    width: 500px !important;
    height: 280px;
  }
  
  #ourCauses .cust-name{
    font-size: 18px;
  }
  
  #ourCauses .cust-profession{
    font-size: 14px;
  }
  
  
  
  #ourCauses .items {
   width: 90%;
   margin: 0px auto;
   margin-top:0px
  }
  
  #ourCauses .slick-slide {
   margin: 10px
  }
  
  #ourCauses  .slick-slide .profile-pic
  {
    width: 500px !important;
  }
  
  #ourCauses  .slick-slide .quote
  {
    width: 30px !important;
  }
  
  .profile-pic
  {
    text-align: center;
    margin: auto;
  }
  
  #ourCauses .post_Name {
    text-align: center;
    padding: 15px 1px 10px 4px;
  }
  

  #socialMedia
  {
       background: #1c1f34;
    border-top: 1px solid #1c1f34;
    padding: 20px 0px 45px 0;
  }

  #envSection
  {
    background-image: url('../images/env-bg.png');
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .newTypeNav .nav.nav-pills
  {
    justify-content: center;
  }

  .urgent-cause2
  {
    background: linear-gradient(44.24deg, rgb(194, 206, 232) 0%, rgba(241, 246, 255, 0.6) 100%);
  }

  .sec_print_media
  {
    background: #fff;
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #00a295;
}

#contact-google-map iframe
{
    width: 100%;
}

.btn_common
{
    border: 1px solid #0d6efd;
    border-radius: 6px;
    padding: 6px 0px 6px 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}

.btn_commo:hover
{
    background: #0d6efd;
    color: #fff;
}

.profile a:hover {
    color: #fff;
    /* background: #0d6efd; */
}

.urgent-cause2 .content p {
    margin-bottom: 0px;
}

.activityHome  .card-body
{
    margin-bottom: -18px;
}

.aboutNgo p
{
        color: #000000;
              margin-bottom: 25px;
    /*text-overflow: ellipsis;*/
    /*word-wrap: break-word;*/
    /*overflow: hidden;*/
    /*max-height: 4.6em !important;*/
    /*text-align: justify;*/
}

.btn-readMore
{
       border: 1px solid #ff5722 !important;
    color: #ffffff !important;
    font-weight: 500;
    background: #ff5722;
}

.btn-readMore:hover
{
           border: 1px solid #ff5722 !important;
    color: #ffffff !important;
    font-weight: 500;
    background: #ff5722 !important;
}

.modal
{
    z-index: 99999;
}

.sortDetails .fas
{
    color: #ff5722;
}

.section-title h2
{
    font-size: 24px;
}


.btn-check:checked+.btn-outline-primary:focus
{
    box-shadow:  none;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow:  none;
}

.btnDonate
{
    margin: auto;
}

.BtnFooterGroup li a:before
{
    display: none;
}


.urgent-cause2 .profile a {
    color: #0d6efd !important;
}
/* -------------- */

.BtnFooterGroup li a:hover:after
{
    background: none !important;
}

.btn-1
{
    color: #fff !important;
    background: #00aeef;
    border: 1px solid #0097cf;
    border-bottom: 3px solid #0097cf;
    font-family: oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 170px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin: 0px 0;
}

.btn-2
{
    color: #fff !important;
    background: #f26522;
    border-color: #b13900;
    border-bottom: 3px solid #b13900;
    font-family: oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 170px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin: 0px 0;
}

.btn-3
{
    color: #fff !important;
    background: #222478;
    border-color: #222478;
    border-bottom: 3px solid #222478;
    font-family: oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 170px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin: 0px 0;
}

.btn-4
{
    color: #fff !important;
    background: #f58221;
    border-color: #b45707;
    border-bottom: 3px solid #b45707;
    font-family: oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 170px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin: 0px 0;
}

.btn-5
{
    color: #fff !important;
    background: #560d7f;
    border-color: #560d7f;
    border-bottom: 3px solid #560d7f;
    font-family: oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 170px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin: 0px 0;
}

.btn-6
{
    color: #fff !important;
    background: #076e0f;
    border-color: #076e0f;
    border-bottom: 3px solid #076e0f;
    font-family: oswald, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 170px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    margin: 0px 0;
}



/* Desktops and laptops ---------- */
@media screen and (min-width: 1224px){
  .tp-bgimg
{
        margin-top: 120px;
}
}
/* Large screens ---------- */
@media screen and (min-width: 1824px){
  .tp-bgimg
{
        margin-top: 120px;
}
}


/* =============== ========================= */



.testim {
    width: 100%;
    position: relative;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(0);
    background: #92FBEF;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #ea830e;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont .userName {
    font-size: 1.15em;
    color: #f35a28;
    width: 80%;
    margin: auto;
}

.testim .cont .userPOst {
       color: #012422;
    width: 80%;
    margin: auto;
    font-size: 17px;
}



.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}


.workCreteria p
{
   height: auto;
}

.workCreteria .card
{
        height: 550px;
}

.textGreen
{
    color: #00a295;
}

.workCreteria .card-img-top
{
    height: 250px;
}


/*.inner-banner*/
/*{*/
/*        background-size: contain !important;*/
/*    background-repeat: no-repeat !important;*/
/*}*/


.changeMakers  .author h4
{
    font-size: 15px;
}

.changeMakers  .author p
{
    font-size: 13px;
}

.footer-bottom p
{
    color: #fff;
}

.footer-bottom p a
{
    color: #ff4747;
}

.slick-dots li button
{
    display: none !important;
}




