@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');
/* --main-color : #BF1E2E; */
:root {
  --main_color : #BF1E2E;
}
html {
    width: 100%;
    height: 100%;
    display: table;
    scrollbar-color: red;  
  }
body{
    width: 100%;
    display: table-cell;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: 'Rubik', sans-serif;
    scrollbar-color: red; 
  }
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
  }
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scrollbar-color: red;
  }
h2 strong,h2 b,p b
{
  color: var(--main_color);
}
img {
    width: 100%;
  }
h6 {
    margin-top: 30px;
  }
input:focus, input:focus-visible{
    outline: none !important;
  }
  textarea:focus, textarea:focus-visible{
    outline: none !important;
    }
    .active{
        color: var(--main_color) !important;
    }
.row {
    margin-left: 0px;
    margin-right: 0px;
  }

#menu-bar {
    color: #ffa890;
  }
.flex {
    display: flex;
  }
/*Header navbar and background image start*/

.bg-img {
  /* The image used */
    background-image:url('../images/background_img.png');
    margin-top: -10px;
    height: 700px;
    width: 100%;
    margin-left:0px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    /* Needed to position the navbar */
    position: relative;
    }
    /*.bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }*/
.navbar {
    /*margin-top: 10px;*/ /*chandan*/
    width: 100%;
    z-index: 9 !important;
    position: absolute;
    background: rgba(255,255,255,.52); /*chandan*/
    padding: 0 !important;
  }
  /*chandan*/
  @media only screen and (max-width: 576px)
  {
    .navbar-toggler {
        font-size: 30px !important;
    }
  }
/*chandan*/
.navbar-brand {
    width: 6%;
  }
.collapse {
    justify-content: flex-end;
    position: relative;
  }
.navbar-nav {
    text-indent: 20px;
  }
.nav-link {
    color: #000;
  }
.nav-link:hover {
    color: var(--main_color);
  }
.dropdown-item {
    text-indent: 0px;
  }
  
.sticky {
    top: 0px;
    margin-top: 10px;
    width: 100%;
    background: aliceblue;
  }
.header-fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%;
    margin-top: 0px !important;
    /* background-color: #fff; */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    background-image: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
    /* background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #B23BFA, #c343e2, #CB43EB, #D244DA, #d845d0, #D93CCE, #DA33DB, #DA28ED, #DA1BD4); */
  }
  .header-fixed .nav-link
  {
    color: #fff;
  }
.font > p {
   font-size: larger;
  }
nav.black {
    background-color: rgb(0, 0, 0, .8);
  }
.btn {
    flex: 1 1 auto;
    padding: 6px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border: 2px solid white;
    background-image: none;
    box-shadow: 0 0 20px #eee;
     border-top-left-radius:18px;
    border-top-right-radius:0px;
    border-bottom-left-radius: 0px; 
    border-bottom-right-radius: 18px;
  }
  .btn-primary
  {
    background-color: var(--main_color) !important;
    font-size: 13px;
    padding: 5px 10px;
  }
/* Demo Stuff End -> */

/* <- Magic Stuff Start */

.btn:hover {
    border-color: transparent;
    color: gold;
    background-position: right center;
    border-top-left-radius:0px;
    border-top-right-radius:18px;
    border-bottom-left-radius: 18px; 
    border-bottom-right-radius: 0px;
     /* change the direction of the change here */
  }
.nav-button {
    border: none;
    color: #DC0BF0;
    background-color: #fff;
    padding: 10px 30px;
    border-top-left-radius:18px;
    border-top-right-radius:0px;
    border-bottom-right-radius: 18px; 
    border-bottom-left-radius: 0px; 
    transition: 0.3s;
  }
.nav-button:hover {
    color: gold;
    background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
    background-color:  #DC0BF0;
    border-top-left-radius:0px;
    border-top-right-radius:18px;
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 18px; 
    transition: 0.3s;
  }
.h1 {
    font-size: 70px;
  }
.font {
    color: aliceblue;
    text-align: center;
    width: 35%;
    margin: auto;
    padding-top: 90px;
  }
.font-button {
    border: none;
    color: #DC0BF0;
    background-color: #fff;
    padding: 10px 30px;
    border-top-left-radius:18px;
    border-top-right-radius:0px;
    border-bottom-right-radius: 18px; 
    border-bottom-left-radius: 0px; 
    transition: 0.3s;
    margin-top: 30px;
  }
.font-button:hover {
    color: aqua;
    background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
    background-color:  #DC0BF0;
    border-top-left-radius:0px;
    border-top-right-radius:18px;
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 18px; 
    transition: 0.3s;
  }

  /*Header navbar and background image end */
 /*video start */

 .iframe-size {
    width: 1200px;
    height: 600px;
  }
.vid-wrapper {
    text-align: center;
  }
.vid-slider {
    margin-top: -150px;
  }
.vid {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    background-size: cover;
  }
.vid::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
h2.vid-head {
    font-size: 20px;
    color: #333;
  }
.video-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    display: none !important;
  }
.video-popup.show-video {
    display: flex !important;
  }
.iframe-wrapper {
    position: relative;
  }
.iframe-wrapper .close-video {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: -20px;
    right: 0;
    background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;
    border-radius: 50%;
    background-size: cover;
  }

  /*video end*/
  /*second-row start*/

.sec-row {
    margin-top: 70px;
  }
.written {
  text-align: left;
  margin-top: 160px;
}
.written h3 strong
{
  color: var(--main_color);
}
.written-button {
    border: none;
    color: #fff;
    /* background-image: linear-gradient(to right, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad); */
    padding: 10px 20px;
    background:linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    border-top-left-radius: 18px;
    border-top-right-radius:0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:18px; 
    transition: 0.3s;
  }
.written-button:hover {
    color: #fff;
  
    border-top-left-radius: 0px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 18px; 
    transition: 0.3s;
  }
.child-selector {
    padding: 0px !important;
  }
.child-selector .col-md-6:nth-child(odd) {
    margin-top: 37px;  
  }
.rcorners {
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0px;
    background: lavender;
    color: black;
    background-position: left top;
    background-repeat: repeat;
    padding: 40px 20px;
    width: 100%;
    transition: 0.3s;
  }
  .rcorners h5 strong
  {
    color: var(--main_color);
  }
.rcorners:hover {
    color: #fff;
    border-top-left-radius: 50px;
    border-top-right-radius:0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:50px;
    background-image: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
    transition: 0.4s;
  }
  .rcorners:hover h5 strong
  {
    color: #fff;
  }  
.rcorners:hover .linked {
    color: #fff;
  }
  .rcorners > p {
    height: 75px;
    overflow: hidden;
  }
  
  .scroll:hover, .text-size:focus, .text-size:active{
  overflow-y: auto;
}
.icone {
    margin-top: -20px;
  }
.icone > span {
    font-size: 40px;
  }
  .linked:link {
    text-decoration: none;
  }

.linked:visited {
    text-decoration: none;
    color: black;
  }

.linked:hover {
    text-decoration: none;
  }

.linked:active {
    text-decoration: none;
  }

  /*second-row end*/
  /*third-row start*/
  .third-row{
    margin-top: 120px;

    }

.pic {
    background-image: url('../images/xabout_bg.png.pagespeed.ic.ee-T46eXsA.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px;
  }
  .pic >img{
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
    object-fit: cover;
  }

.first-rcorners-2 {
    margin-top:75px;
    margin-right:60px;
  }
.second-rcorners-2 {
    margin-left:60px;
  }
.rcorners-2 {
    background-color: gainsboro;
    height:360px;
    
    width:130px;
    border-top-left-radius: 40px;
    border-top-right-radius:0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:40px; 
    position:relative;
  }
.space {
    border-left:5px solid ;
    border-color: var(--main_color);
  }
.lenth {
    margin-left: 20px;
  }
.row-button-3 {
    border: 1px solid var(--main_color);
    color: var(--main_color);
    padding: 10px 35px;
    background-color: aliceblue;
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
    transition: 0.4s;
    margin: 15px;
  }
.row-button-3:hover {
  background-image: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
    color: white;
    border: 1px solid var(--main_color);
    box-shadow: 5px 10px lightgray;
    transition: 0.4s;
  }
.h1-button-1 {
    text-align: center;
    margin-top: 25px;
 }
.h1-btn-mar-1 {
    text-align: center;
  }
.third-row-button {
    width: 100%;
    text-align: center;
    margin-top: -70px;
  }

.sub-button {
    border: none;
    color: #fff;
    /* background-image: linear-gradient(to right, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad); */
    background-image: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    border-top-left-radius: 15px;
    border-top-right-radius:0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:15px; 
    margin-top: 156px;
    transition: 0.3s;
  }
.sub-button:hover {
    color: #fff;
    /*background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);*/

    border-top-left-radius: 0px;
    border-top-right-radius:15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius:0px; 
    transition: 0.3s;
  }

  /*third-row end*/

  /*activity section start*/

  .activity-bg-img {
        /* The image used */
        background-image: url('../images/19208.jpg');
        margin-top: -10px;
        height: 430px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .activity-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }
    .activity-font {
        color: white;
        text-align: center;
        width: 100%;
        margin: auto;
        /* padding-top: 190px; */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }
    .activity-font-size{
        
       font-size: 80px;
    }
    .activity-font strong
    {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    .ac-mark {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border: none;
        color: white;
        position: absolute;
        padding: 0px 15px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        border-top-left-radius: 23px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 23px;
        transition: 0.3s;
        bottom: -35px;
        float: left;
        left: 20px;
    }
    .ac-mark:hover{
        border-top-left-radius: 0px;
        border-top-right-radius: 23px;
        border-bottom-left-radius: 23px;
        border-bottom-right-radius: 0px;
    }
    .activity-card{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        margin-top: 30px;        
        width: 92%;
        position: relative;
        background: ghostwhite;
        border-top-left-radius: 50px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 50px;
        overflow: hidden;
        transition: 0.3s;
    }
    .activity-card:hover, .activity-card:focus{
        border-top-left-radius: 0px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 0px;
        overflow: hidden;
        transition: 0.3s;
    }
    .a-row{
        width: 30% !important;
    }

  /*activity section end*/

  /*Fourth Row Start*/

#fa-lira-sign {
    margin-left: 65px;
  }
.card-margin {
    margin-top: 20px;
    width: 100%;
  }
.card {
    border-top-left-radius: 50px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 30px;
    transition: 0.3s;
    overflow: hidden;
  }
.card:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
  }
.card-img-top {
    width:100%;
    max-width: 120rem;
    /* max-height: 90vh; */
    /* height: 20em; */
  }
.card-body {
    background: aliceblue;
    
  }
  
.card-title {
    text-align: center;
    margin-top: 0px;
    font-size: 15px;           /*css add 13/01/22 by apurba*/
  }
  .card.slick-slide .card-title
  {
    height: 35px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    line-height: 1.625;
  }
  .card.slick-slide .card-body
  {
    height:200px;
  }
  .card-body .card-text.scroll
  {
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    line-height: 1.625;
  }
.card-flex {
    justify-content: center;
  }
.size {
    font-size: 11px;
    margin-left: 8px;
  }
.progress-bar {
    width:75%
  }
.row-btn {
    width: 41%;
    margin-left: auto;
  }
.btn-right {
    background: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
    color: white;
    border: none;
    margin-top: 20px;
    margin-left: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0px;
    transition: .3s;
  }
.btn-right:hover {
   
    /*background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);*/
    color: #fff;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: 0.3s;
  }

  /*Fourth Row End*/
  /*Fifth Row Start*/

.fifth-row {
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    height: 432px;
  }
.fifth-content-2 {
    position: relative;
    background-image:url('https://d1vdjc70h9nzd9.cloudfront.net/media/campaign/181000/181811/image/5e8dcda9e3f8e.jpeg');
    width: 100%;
    /*chandan*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*chandan*/
  }
.fifth-content-2::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    /* background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
    background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
    background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%); */
    background-color: var(--main_color);
    opacity: 0.6;
    z-index: 0;
  }
.fifth-content {
    text-align: center;
    width: 47%;
    z-index: 1;
    color: white;
  }
.fifth-row-button {
    background-color: #10a0f1;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
    margin-top: 60px;
    transition: 0.3s;
    box-shadow: none;
  }
.fifth-row-button:hover,.fifth-row-button:focus,.fifth-row-button:active {
    background-color: #076296;
    color: #fff;
    border-radius: 20px;
    transition: 0.3s;
}

  /*Fifth Row End*/
  /*Six Row Start*/
.row-margin2 {
    margin-left: 30px;
    margin-top: 70px;
}
.fifth-card{
    margin-top: 30px;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 50px;
}

.img-card {
    border-top-left-radius: 50px;
    height: 100%;
    object-fit: cover;
}
.fifth-card-body {
    border-bottom-right-radius: 50px;
    background: aliceblue;
  }
  .badges-width {
    text-align: right;
    width: 100%;
}
.badges {
  background: var(--main_color);
    border: none;
    color: white;
    padding: 7px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px 0px;
    border-bottom-left-radius: 25px;
}
.badges b
{
  color: #fff;
}
.up-card-title {
    text-align: center;
  }
.up-card-text {
  text-align: center;
  font-size: 15px;
  color: darkgray;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;                         /*css add 13/01/22 by apurba*/
  -webkit-box-orient: vertical;
  display: -webkit-box;
  padding: 0 10px;
  height: 100px;
  overflow-y: auto;
  }
.border-stl {
    text-align: center;
    padding: 15px;
}
.border-right{
    border-right: 2px solid;
    height: 54px;
}

    /*Six Row End*/
    /*Seven Row Start*/

.six-card-text
{
    text-align: center;
    padding: 10px;
}
.text-size {
    font-size: 15px;
    height: 100px;
    overflow-y: hidden;
  }



.six-row {
    text-align: center;
    margin-left: 315px;
    margin-top: 100px;
}
.six-aligen {
  text-align: center;
  margin-top: 100px;
}
.six-col-row {
    width: 100%;
}
.row-card-margin {
  margin-left: 15px;
  width: 100%;
}
.six-card {
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    transition: 0.3s;
}
.six-card:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 0px;
    overflow: hidden;
    transition: 0.3s;
}
.six-card-img-top {
    width:100%;
}
.six-card-body {
  background: aliceblue;
}
.col-six-card {
    width: 100%;
    margin-top: 0px;
}
.seven-row {
  width: 100%;
}
.seven-border {
    border-right:none;
    height: 25px;
    width: 100%;
    position: relative;
} 
.seven-border p,.seven-border p i
{
  color: var(--main_color);
}
/*css add 13/01/22 by apurba*/
/* .seven-border:after {
  content: '|';                             
  position: absolute;
  top: 0;
  right: 0;
} */
/*css add 13/01/22 by apurba*/

.bor-coment {
  /*margin-left: -12px;*/
  width: 100%;
}
.card-text {
  text-align: center;
  font-size: 15px;
  color: darkgray;
  text-overflow: ellipsis;
  overflow: hidden !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;            /*css add 13/01/22 by apurba*/
  display: -webkit-box;
}

  /*seven Row End*/
  /*Slick-slide Start*/

  .slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-mar {
  margin-top: 115px;
}
.slick-head {
  text-align: center;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin-top: 80px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.card.slick-slide img {
  height: 174px;
  object-fit: cover;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

    /*Slick-slider stop*/
    /*footer start*/


.footer-mar{
    margin-top: 120px;
    background: #116596;      /*css add 13/01/22 by apurba*/
}
.footer{
    width: 100%;
}
.footer a {
    text-decoration: none;
    color: #fff;           /*css add 13/01/22 by apurba*/
}
.footer ul {
    list-style-type: none;
}
.footer li {
    font-size: 13px;  
    line-height: 35px;
}
.form-input {
    border-top-left-radius: 20px;
}
.input-group-text {
  border: none;     /*css add 13/01/22 by apurba*/
    margin-left: -3px;
    border-bottom-right-radius: 20px;
    background: var(--main_color);

}
.footer i {
    color: azure;
}
.input-group {
    cursor: pointer;
    margin-top: 37px;
}
.st-font {
    font-size: 15px;
}
.foo {
    margin-top: 25px;
}
.foo>img{
    width: 25%;
}
.footer h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.footer-end{
    text-align: center;
    color: #fff;                       /*css add 13/01/22 by apurba*/
}

#ic-mar {
    margin: 10px;
    cursor: pointer;
    border: 1px solid var(--main_color);
    color: ghostwhite;
    padding: 7px 8px;
    border-radius: 50%;
   background-color: var(--main_color);
    /* font-size: 20px; */
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    transition: 0.3s;
}
.fa-facebook#ic-mar
{
  line-height: 25px;
}
#ic-mar::before{
    font-size: 17px;
}
#ic-mar:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 4px;
    background-color: unset;
    padding: 4px;
    width:fit-content;
}

.grid-container > div {
   background-color: rgba(255, 255, 255, 0.8);
   width: 75px;
   height: 50px;
}
.grid-container > div >img {
    height: 50px;
     width: 75px;
     object-fit: cover;
}


/*css add 13/01/22 by apurba*/
.r-width p{
  color: #fff;
}
.w-hours p{
  color: #fff;
}
.foo{
  color: #fff;
}
.ca-width li{
  color: #fff;
}
.st-font{
  color: #fff;
}
/*css add 13/01/22 by apurba*/


      /*footer end*/
   

      /*About_us Section Start*/ 
      .about-content{
        position: relative;
      }
    .about-head{
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      justify-content: center;
      transform: translate(-50%, -50%);
      height: 100%;
      width: 100%;
    }
    .about-img{
      object-fit: cover;
      height: 500px;
    }
    .about-bg-img {
        /* The image used */
        background-image: url('../images/about-background.jpg');
        margin-top: -10px;
        height: 400px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .about-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }
    .about-font {
        color: white;
        text-align: center;
        width: 100%;
        margin: auto;
        padding-top: 190px;
        position: absolute;
        z-index: 1;
    }
    .about-font-size{
        
       font-size: 80px;
    }

      /*About section End*/
      /*contact Section Start*/
      .contact-head{
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        justify-content: center;
        transform: translate(-50%, -50%);
        /* height: 100%; */
        width: 100%;
      }
      .contact-content{
        position: relative;
      }
      .contact-img{
        max-height: 500px;
        object-fit: cover;
      }
      .contact-bg-img {
        /* The image used */
        background-image: url('../images/contactus-background.jpg');
        margin-top: -10px;
        height: 400px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .contact-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }
    .contact-font {
        color: white;
        text-align: center;
        z-index: 1;

    }
    .contact-font-size{
        
       font-size: 80px;
    }
    .contact-font-size strong
    {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    .radious-map
    {
        width: 100%;
        margin-top: 60px;
    }

    .con-section
    {
        margin-top: 40px;
    }
    .contact-textarea
    {
        width:100%;
        height: 100px;
        margin-top: 20px;
        border: 2px solid var(--main_color);
        padding-left: 5px;
        padding-top: 30px;
        border-top-left-radius: 0px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 0px;
        transition: 0.3s;
    }
    .contact-textarea:hover, .contact-textarea:active, .contact-textarea:focus{
        border: 2px solid #008b8b; 
        border-top-left-radius: 30px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 30px;
        transition: 0.3s;
    }
    .contact-input{
        width:100%;
        height: 50px;
        margin-top: 20px;
        border: 2px solid var(--main_color);
        padding-left: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 0px;
        transition: 0.3s;
    }
    .contact-input:hover, .contact-input:active, .contact-input:focus{
        border: 2px solid #008b8b; 
        border-top-left-radius: 20px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px; 
        /* transition: s; */
    }
    .contact-bar
    {
        border: 2px solid var(--main_color);
        border-top-left-radius: 0px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 0px;
        padding: 15px;
    }
    .contact-bar  h3 strong
    {
      color: var(--main_color);
    }
    .contact-button{
        border: none;
        color: #fff;
        /* background-image: linear-gradient(to right, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad); */
        background:linear-gradient(315deg,#009ff8 0%,#ffa890 74%);;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 16px;
        border-top-left-radius: 15px;
        border-top-right-radius:0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius:15px; 
        transition: 0.3s;
    }
    .con-icon{
        font-size: 40px !important;
    }
    .con-btn{
        margin-top: 70px;
    }
    .address-details{
       width: 20%;
       text-align: center;
    }
    .div-containt{
        align-items: center; 
        justify-content: space-between;
    }
    .mar-contact{
        margin-top:90px;
    }
    #contact-icon{
        font-size: 25px;
        color: var(--main_color);
    }
    .address{
        width: 80%;
    }
    .address > p{
        margin-bottom: 0;
    }

        /*contact Section End*/
        /*Blog section start*/
      .blog-head{
          position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        justify-content: center;
        transform: translate(-50%, -50%);
        /* height: 100%; */
        width: 100%;
      }
      .blg-content{
        position: relative;
      }
      .blog-img{
        max-height: 500px;
        object-fit: cover;
      }
    .blog-bg-img {
        /* The image used */
        background-image: url('../images/charlein-gracia--Ux5mdMJNEA-unsplash.jpg');
        margin-top: -10px;
        height: 400px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .blog-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }
    .blog-font {
        color: white;
        text-align: center;
        width: 100%;
        /* margin: auto; */
        /* padding-top: 190px; */
        /* position: absolute; */
        z-index: 1;
    }
    .blog-font-size{
        
       font-size: 80px;
    }
    .blog-font strong
    {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    .blog-mar{
        margin-top: 115px;
    }
    .blog-card-width{

        width: 100%;
        text-align: -webkit-center;
    }
    .item-card .image-box
    {
        height: 20em;
    }
    .blog-card{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        margin-top: 30px;        
        width: 70%;
        position: relative;
        background: ghostwhite;
        border-top-left-radius: 50px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 50px;
        overflow: hidden;
        transition: 0.3s;
    }
    .blog-card:hover, .blog-card:focus{
        border-top-left-radius: 0px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 0px;
        overflow: hidden;
        transition: 0.3s;
    }
    .blog-card-body
    {
        margin-top: 25px;
        padding: 27px;
    }
    .blog-card-title
    {
        text-align: left;
    }
    .blog-card-text
    {
        text-align: left;
    }
    .blog-mark {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border: none;
        color: white;
        position: absolute;
        padding: 0px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        border-top-left-radius: 23px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 23px;
        left: 30px;
        bottom: -40px;
        transition: 0.3s;
    }
    .blog-mark {
         margin-top: 0px !important; 
    }
    .blog-mark:hover{
        border-top-left-radius: 0px;
        border-top-right-radius: 23px;
        border-bottom-left-radius: 23px;
        border-bottom-right-radius: 0px;
    }
    .blog-mark-h1{
        margin-bottom:0px;
    }
    .blog-mark-p{
        margin-top:0px;
    }

    .blog-mark-color {
        background: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
    }
    .search{
        height: 50px;
        background:white ;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 10px;
    }
    .search-btn{
        color: darkgray;
        float: right;
        width: 40px;
        height: 30px;
        background:none ;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search a{
        text-decoration: none;
    }

    .search-txt{
        border: none;
        background: none;
        outline: none;
        float: left;
        padding: 0;
        color:#000 ;
        font-size: 17px;
        line-height: 30px;
        width: 100%;
    }

    .fas fa-search{
        font-weight: 100;
        font-size: 30px;

    }
    .button {
      border: none;
      color: white;
      padding: 10px 6px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      margin: 7px 0px;
      cursor: pointer;
      width: 100%;
      border-top-left-radius: 20px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 20px;
      transition: 0.3s;
    }
    .button:hover{
        border-top-left-radius: 0px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 0px;
    }
    .button:focus{
        outline: none;
        
    }
    .button2 {
        background-color: #008CBA;
    }
    .search-box{
       background-color: #16a0ef;
        border: 4px solid #16a0ef;
        padding: 18px;
        margin-top: 35px;
        border-top-left-radius: 35px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 35px;
    }
    .catagory{
        border: 3px solid #16a0ef;
        margin-top: 20px;
        padding: 21px;
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
        background-color: #16a0ef;
    }
    .text-white{
        color: white;
    }
    .icon-box >div>img{
        height: 25%;
        width: 25%;
    }
    .recent-post-head{
        align-items: center;
        width: 100%;
        border: 3px solid #16a0ef;
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
        padding: 20px;
        margin-top: 30px;
       background-color: #16a0ef;
    }
    .recent-post-head{
        color: white;
    }
    .image-left{
        margin: 1em 0;
    }
    .image-left
    {
        display: flex;
        align-items: center;
    }
    .image-left img
    {
        margin-right: 1em;
        float: left; /* fallback */
        width: 30%;
    }
    .recent-post{
        margin-top: -15px;
    }
    .recent-post p{
        font-size: 13px;
        color: lightgray;
    }
    .recent-post h6{
        color: white;
    }
    .grid-container-inst {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-gap: 7px;
        background-color: unset;
        padding: 9px;
        width: fit-content;
    }
    .grid-container-inst > div >img {
        /* width: 60px; */
        object-fit: cover;   
        border: 1px solid;

    }
    .blog-tag:hover{
         cursor: grab;
    }
    .blog-tag:focus{
        outline: none;
    }
    .blog-tag{
        text-align: center;
        border: 2px solid darkgray;
        background: white;
        color: indigo;
        padding: 0px;
        border-radius: 7px;
        cursor: grab;
    }
    .center {
      text-align: center;
      margin-top: 75px;
    }

    .pagination {
      display: inline-block;
    }

    .pagination a {
      color: black;
      float: left;
      padding: 8px 16px;
      text-decoration: none;
      transition: background-color .3s;
      border: 1px solid #ddd;
      margin: 0 4px;
      border-top-left-radius: 12px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 12px;
    }

    .pagination a.active {
      background: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
      color: white  !important;
      border: 1px solid transparent;
      border-top-left-radius: 12px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 12px;
    }
    .pagination a:hover:not(.active) {background-color: #ddd;}
    .bolog-details{
        margin-top: 25px;
    }
    .blog-details-card{
        margin-top: -20px;
    }
    .b-top{
        margin-top: 30px;
    }
    .d-p{
        padding: 20px;
        border: 7px solid darkmagenta;
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
    .d-p p{
        line-height: 27px;
    }
    .d-p p strong:before{
        content: '\275D';
        font-size: 35px;
        color: navy;
    }
    .d-p p strong:after{
        content: '\275E';
        font-size: 35px;
        color: navy;
    }

    /*Blog section start*/
    
    /*Donate Section Start*/
    .donate-head{
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      justify-content: center;
      transform: translate(-50%, -50%);
      /* height: 100%; */
      width: 100%;
    }
    .donate-content{
      position: relative;
    }
    .donate-img{
      max-height: 500px;
      object-fit: cover;
    }
    .donate-button{
      border: none;
    color: #fff;
    background: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
    padding: 12px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
    transition: 0.3s;
    }
     .donate-bg-img {
        /* The image used */
        background-image: url('../images/40Z_2012.w020.n001.886A.p30.886.jpg');
        margin-top: -10px;
        height: 400px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .donate-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
       background: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
        opacity: 0.6;
        z-index: 0;
    }
    .donate-font {
        color: white;
        text-align: center;
        z-index: 1;
    }
    .donate-font strong
    {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    .d-head{
      margin-top: 100px;
    }
    .donate-font-size{
        
       font-size: 80px;
    }

    .two-input{
        display: flex;
    }
    .input-form{
        margin-top: 50px;
        padding: 100px;
    }
    .group{
        padding: 30px;
        border: 2px solid var(--main_color);
        border-top-left-radius: 75px;
        border-bottom-right-radius: 75px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .form-group>input{
        height: 50px;
    }
    .form-group >select{
        height: 50px;
    }
    .file-pay{
        justify-content: center;
        width: 100%;
        display: flex;
    }
    .file-pay-wi{
        width: 80%;
        text-align: center;
    }
    .don-button{
        border: none;
        color: #fff;
        background-image: linear-gradient(to right, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
        padding: 12px 11px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 16px;
        border-top-left-radius: 18px;
        border-top-right-radius:0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius:18px; 
        transition: 0.3s;
    }
    .don-button:hover {
    color: aqua;
    background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
    background-color:  #DC0BF0;
    border-top-left-radius:0px;
    border-top-right-radius:18px;
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 18px; 
  }
    
    .donate-button:hover {
    color: #fff;
    background: linear-gradient(60deg,#009ff8 0%,#ffa890 74%);
    border-top-left-radius:0px;
    border-top-right-radius:18px;
    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 18px; 
  }
  .form-donate{
    border-top-left-radius:20px;
    border-top-right-radius:0px;
    border-bottom-left-radius: 0px; 
    border-bottom-right-radius: 20px; 
    border: 2px solid var(--main_color);
    transition: 0.3s;
  }
  .form-donate:hover{
    border-top-left-radius:0px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px; 
    border-bottom-right-radius: 0px;
    border: 2px solid #008b8b; 
  }
  .form-donate:focus{
    border-top-left-radius:0px;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px; 
    border-bottom-right-radius: 0px;
    border: 2px solid #008b8b; 
  }
  select:focus-visible{
    outline: none;
  }
.d-btn{
  width: 100%;
  transition: 0.3s !important;
}
.d-btn:hover{
  background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
  outline: none;
}
.d-btn:active{
  background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
  outline: none;
}
.d-btn:focus{
  background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
  outline: none;
  border-color: none !important;
  border: none !important;
  box-shadow: none !important;
}

.up-btn{
  transition: 0.3s !important;
  margin-top: 10px;
}
.up-btn:hover{
  background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
  }
  .up-btn:active{
    background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
    outline: none;
  }
  .up-btn:focus{
    background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
    outline: none;
    border-color: none !important;
    border: none !important;
    box-shadow: none !important;
  }

.close-btn{
width: 27%;
margin-left: auto;
padding-right: 20px;
padding-bottom: 10px;

}
.close-btn > .btn-primary{
  transition: 0.3s !important;
}

.close-btn > .btn-primary:hover{
background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
}
.close-btn > .btn-primary:active{
  background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
  outline: none;
}
.close-btn > .btn-primary:focus{
  background-image: linear-gradient(to left, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
  outline: none;
  border-color: none !important;
  border: none !important;
  box-shadow: none !important;
}

    /*Donate Section End*/

    /*volunteer section start*/

        .volunteer-bg-img {
        /* The image used */
        background-image: url('../images/volunteer-2055043.png');
        margin-top: -10px;
        height: 430px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .volunteer-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }
    .volunteer-font {
        color: white;
        text-align: center;
        width: 100%;
        margin: auto;
        padding-top: 100px;
        position: absolute;
        z-index: 1;
    }
    .volunteer-font-size{
        
       font-size: 80px;
    }
    .vol-head{
        text-align: center;
    }
    .vol-head >h3 >strong{
        text-shadow: 1px 1px deeppink;
    }
    .comments{
        padding: 4%;
    }
    .g-size{
        font-size: 19px;
    }
    .g-size p
    {
      margin-right: 10px;
    }
    .from-size{
        font-size: 22px;
        color: #1da1ed;
    }
    .volun-button{
    border: none;
    color: #fff;
    background-image: linear-gradient(to right, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
    padding: 12px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    border-top-left-radius: 18px;
    border-top-right-radius:0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius:18px; 
    transition: 0.3s;
  }
  .volun-button:hover{
    color: aqua;
    border-top-left-radius: 0px;
    border-top-right-radius:18px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius:0px;
  }
  .vol-btn{
    text-align: center;
  }

    /*volunteer section end*/

    /*Adoption section Start*/

    .adoption-child-bg-img {
        /* The image used */
        background-image: url('../images/happy-parents-laughing-together-with-daughter.jpg');
        margin-top: -10px;
        height: 430px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .adoption-child-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }
    .adoption-child-font {
        color: white;
        text-align: center;
        width: 100%;
        margin: auto;
        padding-top: 100px;
        position: absolute;
        z-index: 1;
    }
    .adoption-child-font-size{
        
       font-size: 80px;
    }
    .f-l-big p::first-letter {
        font-size: 200%;
        color: #8A2BE2;
    }
    .f-l-big{
        padding: 40px;
        font-style: oblique;
        font-variant-caps: petite-caps;
        font-size: 20px;
    }

    .adoption{
        margin-top: 5%;
    }
    .image-slider {
        z-index: 0;
        margin: 0 auto;
        padding: 20px;
        width: 100%;
    }

    .image-slide {
        height: 85vh;
        margin: 0 auto;
   }

    .slick-slide.slick-center {
          transform: scale(1.2);
          transition: transform .8s 0.4s cubic-bezier(.84, 0, .08, .99);
    }

    .slick-slide {
          transition: transform .7s cubic-bezier(.84, 0, .08, .99);
          margin-top: 22px !important;            }

    .slider-control {
          margin: 0%;
          position: absolute;
          z-index: 2;
          bottom: 4%;
          left: 15%;
          transform: translate(-50%, -50%);
          display: flex;
    }

    .text-slider-wrapper {
          z-index: 2;
          position: absolute;
          width: 100%;
          top: 59%;
    }

    .text-slider {
          margin: 0%;
          padding: 3%;
          height: 23vh;
    }

    .text-slide h1 {
          color: deepskyblue;
          font-size: 16px;
          font-style: oblique;
          font-weight: bold;
    }

    
    .counter{
        margin-top: 110px;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    #shiva
    {
        width: 240px;
        height: 245px;
        border: 1px solid lightgrey;
        background-color: aliceblue;
        border-top-left-radius: 55px;
        border-bottom-right-radius: 55px;
        transition: 0.3s;
        color: #8a16c4;
    }
    #shiva:hover {
        color: white;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        box-shadow: 10px 10px lightgrey;
    }
    .count
    {
        margin-top: 50px;
        font-size: 37px;
        font-weight: bold;
        text-align: center;
    }
    #shiva >h1{
        font-weight: bold;
        text-align: center;
    }

    
    #btnPrev {
      float:left;
      margin-bottom:20px;
      color: #fff;
      
    }
    #btnPrev:before {
        content:'\f104';
        font-family:FontAwesome;
        padding-right:4px;
      }
    #btnNext {
      float:right;
      margin-bottom:20px;
      color: #fff;
    }
    #btnNext:after {
        content:'\f105';
        font-family:FontAwesome;
        padding-left:4px;
      }
    #btnPrev, #btnNext {
      background:transparent;
      border:none;
      outline:none;
      font-size:1em;
      cursor:pointer;
      font-family:"Roboto Condensed", sans-serif;
      text-transform:uppercase;
      transition:all 0.3s ease;
    }
    #btnPrev, #btnNext:hover {
        font-weight:bold;
    }
    .catagory > .mar-contact{
        margin-top: 9px !important;
    }
    .catagory > .mar-contact > .address-details{
        color: aliceblue;
    }
    .catagory > .mar-contact > .address{
        color: aliceblue;
    }
    .catagory > .div-containt > .address a{
        color: lightskyblue;
    }
    .catagory > .div-containt > .address a:hover{
        color: darkblue;
    }
    .catagory > .div-containt > .address p{
        color: aliceblue;
    }
    .catagory > .div-containt > .address-details{
        color: aliceblue;
    }

    .img-wrapper {  
      width: 265px;
      overflow: hidden; 
    }

    .inner-img {
      transition: 0.3s;
    }

    .inner-img:hover {
      transform: scale(1.1);
    }

    /* Other styling elements, that are not necessary for the example */

    .img-wrapper {
        display: inline-block;
        box-sizing: border-box;
        border-top-left-radius: 20%;
        border-top-right-radius: 0%;
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 20%;
    }
    .img-wrapper img{
        object-fit: cover;
    }
    .adopt-img{
        margin-top: 10%;
    }
    .adopt-button{
        border: none;
        color: #fff;
        background-image: linear-gradient(to right, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 16px;
        border-top-left-radius: 18px;
        border-top-right-radius:0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius:18px; 
        transition: 0.3s;
    }
    
    .adopt-btn-center{
        width: 100%;
        justify-content: center;
        margin-top: 75px;
    }
    .adopt-head{
        color: darkmagenta;
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        text-shadow: 1px 1px deeppink;
    }
    .adopt-head >h3 >strong{
        text-shadow: 1px 1px deeppink;
    }

    .no-gutters{
  justify-content: center;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}

.form-wizard {
  color: slateblue;
  padding: 30px;
  border: 4px solid;
  border: 10px solid #C444E3;
  border-top-left-radius: 75px;
  border-bottom-right-radius: 75px;
  box-shadow: rgb(147 15 214 / 60%) 6px 2px 16px 0px, rgb(235 229 229 / 80%) -6px -2px 16px 0px;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #9c27b0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  -webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
  background-color: #31bc5f;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #d70b0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
      background-color: deepskyblue;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.form-wizard .form-control {
  font-weight: 300;
  height: auto !important;
  padding: 15px;
  background-color: #f5f5f5;
  border: none;
  color: #00008b;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.0.3s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #d65470;
  top: -18px;
  transition: 0.0.3s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
  width: 25%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #f3f3f3;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
  background-color: #dddddd;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #d65470;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #d65470;
  left: 50%;
  width: 50%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}


.wizard-section{
  margin-top: 65px;
}

    /*Adoption form End*/

   /*gallery section start*/
   .gallery-head{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .glry-content{
    position: relative;
  }
  .gallery-img{
    max-height: 500px;
    object-fit: cover;
  }
   .gallery-bg-img {
        /* The image used */
        background-image: url('../images/wepik-2021710-94535.jpg');
        margin-top: -10px;
        height: 430px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .gallery-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }
    .gallery-font {
        color: white;
        text-align: center;
        width: 100%;
        z-index: 1;
    }
      .gallery-font strong
    {
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    .g-vid-btn{
        border: none;
        color: #fff;
        background-image: linear-gradient(to right, #642ff9, #8530f3, #9e34ed, #b23be7, #c343e2, #cb43dc, #d244d6, #d845d0, #d93cc7, #da33bf, #da28b6, #da1bad);
        padding: 12px 60px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 16px;
        border-top-left-radius: 18px;
        border-top-right-radius:0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius:18px; 
        transition: 0.3s;
    }
    .g-vid-btn:hover{
        color: aqua;
        
        border-top-left-radius:0px;
        border-top-right-radius:18px;
        border-bottom-right-radius: 0px; 
        border-bottom-left-radius: 18px; 
        transition: 0.3s;
    }
    .gallery-font-size{
        
       font-size: 80px;
    }   
    .vid-button{
        width: 100%;
    }
   /*gallery section end*/

   /*adoption-child start*/
    .activity-head{
      /* position: relative; */
      /* top: 50%; */
      /* left: 50%; */
      text-align: center;
      justify-content: center;
      /* transform: translate(-50%, -50%); */
      height: 100%;
      width: 100%;
    }
    .act-content{
      position: relative;
    }
    .activity-img{
      max-height: 500px;
      object-fit: cover;
    }
    .activity-details-bg-img {
        /* The image used */
        background-image: url('../images/duy-pham-Cecb0_8Hx-o-unsplash.jpg');
        margin-top: -10px;
        height: 400px;
        width: 100%;
        margin-left:0px;

        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
        /* Needed to position the navbar */
        position: relative;
    }
    .activity-details-bg-img::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-image: -moz-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -webkit-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        background-image: -ms-linear-gradient(-89deg, #9300ff 0%, #d500ff 100%);
        opacity: 0.6;
        z-index: 0;
    }
    .activity-details-font {
        color: white;
        text-align: center;
        width: 100%;
        margin: auto;
        padding-top: 100px;
        position: absolute;
        z-index: 1;
    }
    .activity-details-font-size{
        
       font-size: 80px;
    }
        #demo {
            background: linear-gradient(112deg, lightblue 50%, lightgray 50%);
            max-width: 900px;
            margin: auto;
        }
       
        .carousel-caption {
            position: initial;
            z-index: 10;
            padding: 5rem 8rem;
            color: rgba(78, 77, 77, 0.856);
            text-align: center;
            font-size: 1.2rem;
            font-style: italic;
            font-weight: bold;
            line-height: 2rem
        }

        

        .carousel-caption img {
            width: 6rem;
            border-radius: 5rem;
            margin-top: 2rem
        }

        

        #image-caption {
            font-style: normal;
            font-size: 1rem;
            margin-top: 0.5rem
        }

        

        .carousel-control-prev {
            justify-content: flex-start
        }

        .carousel-control-next {
            justify-content: flex-end
        }

        .carousel-control-prev,
        .carousel-control-next {
            transition: none;
            opacity: unset
        }

   /*adoption-child end*/

   /*Gallery section start*/

   .carousel.indicators .carousel-item {
        height: 130px;
        overflow: hidden;
    }
    .carousel.indicators .carousel-item a {
        display: block;
        float: left;
        width: 25%;
    }
    .carousel.indicators .carousel-item a.active img {
        border-bottom: 5px solid red;
    }
    .carousel.indicators .carousel-item a:not(:first-child) {
        padding-left: 5px;
    }
    .carousel.indicators .carousel-item a img {
        height: 125px;  
        border-bottom: 5px solid white;
    }

.rounded-circle {
    width: 40px;
    height: 40px;
    padding: 8px;
    cursor: pointer;
    
}
.merri {
    font-family: 'Merriweather', serif;
}
.open  {
    font-family: 'Open Sans', sans-serif;
}



.cdc-horizontal-carousel {
    padding: 20px;
    padding-bottom: 5px;
}

.carousel-text {
    
    font-size: 14px!important;
    
}
.carousel-text h3 {
        font-size: 24px!important;
    }
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
    position: absolute;
}
/*.carousel-control-next-icon {
    right: 35px;
}

.carousel-control-prev-icon {
    left: 35px;
}*/

/*.carousel-control-next {
    right: -30px;
}

.carousel-control-prev {
    left: -30px;
}
*/
.carousel-control-prev, .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    margin-right: 10px;
}



.carousel-control-prev, .carousel-control-next {
    opacity: 1;

}
.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 45px;
    height: 45px;
}





.collapse.half {
  position: relative;
  display: block;
  height: auto!important;
  max-height: 12em;
  overflow: hidden;
}
.collapsing.half {
  position: relative;
}
.collapsing.half {
    position: relative;
    min-height: 12em;
}
.collapse.half.in {
    max-height: none;
}
.collapse.half:after, .collapsing.half:after {
  content: '';
  position: absolute;
  right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.collapse.half.in:after {
    display: none;
}
*[data-toggle=collapse][aria-expanded=false] .show-less {
  display: none;
}
*[data-toggle=collapse][aria-expanded=true] .show-more {
  display: none;
}

    /*images start*/
.mt100 {
    margin-top: 100px;
}

.image-holder{
    height: 200px;
}


/*Body of the Panel when it expands*/
.panel .panel-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: auto;
}

/*Image size and transition*/
.panel .panel-body a img {
    display: block;
    margin: 0;
    width: 100%;
    height: 150px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*Transform scale effect when you hover over*/
.panel .panel-body a.zoom:hover img {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -moz-transform: scale(1.3);
}

/*Zoom Button*/
.panel .panel-body a.zoom span.overlay {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}

/*Zoom Button and Tint Overlay*/
.panel .panel-body a.zoom:hover span.overlay {
    display: block;
    visibility: visible;
    opacity: 0.55;
    -moz-opacity: 0.55;
    -webkit-opacity: 0.55;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/*Zoom Button*/
.panel .panel-body a.zoom:hover span.overlay i {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    font-size: 2.25em;
    color: #fff !important;
    text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}
.modal-header{
    padding: 0rem 1rem;
}
.modal-header button:focus{
    outline: none;
}
.modal-dialog {
    margin: auto;
    max-width: 650px;
    margin-top: 1%;
}

.modal-body img{
    max-height: 330px;
}
    
    /*images end*/


    .portfolioR{
    margin-top: 6%; 
}   
.portfolioR-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 18.5rem;
  padding: 10px;
}

.portfolioR-box img {
  width: 100%;
  height: 100%;
}

/*oculto el texto de cada item*/
.portfolioR-box .portfolioR-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolioR-box:hover .portfolioR-info {
  opacity: 1;
  transition-duration: 0.4s;
  transition-property: all;
}

.portfolioR-box:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition-duration: 0.3s;
    transition-property: all;
}

.portfolioR-box::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolioR-box .portfolioR-info::after {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #f51515eb;
    border-right: 3px solid #df1a1a;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}


.portfolioR-box .portfolioR-info::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid #5a4fd6;
    border-left: 3px solid #0a55a1;
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolioR-box .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolioR-box .portfolio-links a {
    color: #45505b;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolioR-box .portfolio-links a:hover {
    color: #148af9;
}
   /*gallery section end*/

      .about-believe{
                padding-bottom: 6%;
            }
            .activity{
                padding-bottom: 6%;
            }
            .act-header{
                width: 100%;
                justify-content: center;
                display: flex;
                padding-bottom: 2%;
            }
            .carousel-banner{
              object-fit: cover;
            }
            /* #carousel .carousel-item.boat {
              background-image: url("../images/4866642.jpg");
            }

            #carousel .carousel-item.sea {
              background-image: url("../images/4866642.jpg");
            }

            #carousel .carousel-item.river {
              background-image: url("../images/4866642.jpg");
            } */
            .banner-content{
              position: absolute;
              left: 10%;
              top: 10%;
            }
            .banner-content.new
            {
              position: absolute;
              left: 10%;
              top: 5%;          
            }
            .banner-content.new .caption
            {
                background-color: rgba(87, 38, 90, 0.5);
                padding: 40px;
                color: white;
                animation-duration: 0.3s;
                animation-delay: 0.3s;
                border-radius: 16px;
            }
            @media screen and (max-width:768px) {
              .banner-content.new
              {
                position: absolute;
                left: 50%;
                top: 50%;  
                transform: translate(-50%,-50%);
                width: calc(100% - 40px);        
              } 
            }
            @media screen and (max-width:500px) {
              .banner-content.new
              {
                position: absolute;
                left: 50%;
                top: 50%;  
                transform: translate(-50%,-50%);
                width: calc(100% - 5px);        
              } 
              .banner-content.new .caption
              {
                padding: 20px;
              }
            }
            @media screen and (max-width:425px) {
              .banner-content.new
              {
                position: absolute;
                left: 50%;
                top: 50%;  
                transform: translate(-50%,-50%);
                width: calc(100% - 5px);        
              } 
              .banner-content.new .caption
              {
                padding: 20px;
              }
            }
            
            .activity-content{
              position: absolute;
              left: 5%;
              top: 8%;
            }
            .I-height{
              height: 70vh !important;
            }
            .carousel .carousel-item {
              height: 70vh !important;/*chandan*/
              width: 100%;
              min-height: 350px;
              background: no-repeat center center scroll;
              background-size: cover;
            }
           

            .carousel .carousel-inner .carousel-item {
              transition: -webkit-transform 0.3s ease;
              transition: transform 0.3s ease;
              transition: transform 0.3s ease, -webkit-transform 0.3s ease;
            }

            .carousel .carousel-item .caption {
                background-color: rgba(87, 38, 90, 0.5);
                padding: 40px;
                color: white;
                animation-duration: 0.3s;
                animation-delay: 0.3s;
                border-radius: 16px;
            }

            
            .carousel .caption h2 {
              animation-duration: 0.3s;
              animation-delay: 0.3s;
            }

            .carousel .caption p {
              animation-duration: 0.3s;
              animation-delay: 0.3s;
            }
            .carousel-control-next-icon, 
            .carousel-control-prev-icon {
                display: inline-block;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-color: var(--main_color);
                background-size: auto;
                opacity: 0.3;
            }
            .carousel-control-next-icon, 
            .carousel-control-prev-icon:hover{
                opacity: 1;
            }
            .carousel .caption a {
              animation-duration: 0.3s;
              animation-delay: 0.4s;
            }
            

            /* Button */
            .delicious-btn {
              display: inline-block;
              min-width: 160px;
              height: 60px;
              color: #ffffff;
              border: none;
              border-left: 3px solid #1c8314;
              border-radius: 0;
              padding: 0 30px;
              font-size: 16px;
              line-height: 58px;
              font-weight: 600;
              -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
              text-transform: capitalize;
              background-color: #40ba37;
            }

            .delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
              font-size: 16px;
              font-weight: 600;
              color: #ffffff;
              background-color: #1c8314;
              border-color: #40ba37;
            }
            .fadeInDown{
                margin-left: 40%;
            }

            #demoD {
                background: linear-gradient(112deg, lightgray 50%, aqua 50%);
                max-width: 900px;
                margin: auto;
                border-radius: 5%;
        }

        .carousel-caption {
            position: initial;
            z-index: 10;
            padding: 3rem 5rem;
            color: rgba(78, 77, 77, 0.856);
            text-align: center;
            font-size: 1.2rem;
            font-style: italic;
            font-weight: bold;
            line-height: 2rem
        }

        

        .carousel-caption img {
            width: 12rem;
            border-radius: 6rem;
            margin-top: 2rem
        }

        

        #image-caption {
            font-style: normal;
            font-size: 1rem;
            margin-top: 0.5rem
        }

        

        .carousel-control-prev {
            justify-content: flex-start
        }

        .carousel-control-next {
            justify-content: flex-end
        }

        .carousel-control-prev,
        .carousel-control-next {
            transition: none;
            opacity: unset
        }
        .carousel-caption p:before{
            content: '\275D';
            font-size: 68px;
            color:#1f6af7;
        }

        .variants {
          display: flex;
          justify-content: center;
          align-items: center;
        }
  
        .variants > div {
          margin-right: 5px;
        }
  
        .variants > div:last-of-type {
          margin-right: 0;
        }
  
        .file {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
        }
  
        .file > input[type='file'] {
          display: none
        }
  
        .file > label {
          font-size: 1rem;
          font-weight: 300;
          cursor: pointer;
          outline: 0;
          user-select: none;
          border: none;
          color: #fff;
          background: linear-gradient(315deg,#009ff8 0%,#ffa890 74%);
          padding-left: 40px;
          padding-right: 40px;
          padding-top: 10px;
          padding-bottom: 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-top-left-radius: 18px;
          border-top-right-radius:0px;
          margin: 6px 2px;
          border-bottom-left-radius: 0px;
          border-bottom-right-radius:18px; 
          transition: 0.3s;
        }
  
        .file > label:hover {
          color: aqua;
          background: linear-gradient(65deg,#009ff8 0%,#ffa890 74%);
          border-top-left-radius:0px;
          border-top-right-radius:18px;
          border-bottom-right-radius: 0px; 
          border-bottom-left-radius: 18px; 
           transition: 0.3s;
        }
  
        .file > label > i {
          padding-right: 5px;
        }
  
        .file--upload > label {
          color: #fff;
          border-color: hsl(204, 86%, 53%);
        }
  
        .file--upload > label:hover {
          border-color: hsl(204, 86%, 53%);
          background-color: hsl(204, 86%, 96%);
        }
  
        .file--upload > label:active {
          background-color: hsl(204, 86%, 91%);
        }
        [type="radio"]:checked,
        [type="radio"]:not(:checked) {
            position: absolute;
            /* left: -9999px; */
            opacity: 0;
        }
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid rgb(255, 0, 0);
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: rgb(255, 0, 0);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
  
        @keyframes pulse {
          0% {
            color: hsl(48, 100%, 67%);
          }
          50% {
            color: hsl(48, 100%, 38%);
          }
          100% {
            color: hsl(48, 100%, 67%);
          }
        }
/*chandan start*/
.coustom_style .carousel-inner img
{
    height: 100%;
    object-fit: cover;
}
.nav-item .nav-link
{
    cursor: pointer;
}
/* .header-fixed .nav-item .nav-link
{
  color: #000;
} */
section.activity
{
    margin-top: 10rem;
}
.slick-head.slick-mar.textleft
{
    margin: 20px 0 30px 0;
}
@media screen and (max-width: 767px)
{
    .slick-head.slick-mar.textleft
    {
        text-align: left !important;
    }    
}
.margin-top-10rem
{
    margin-top: 10rem;
}
.margin-top-10rem .row-margin2,.margin-top-10rem .six-aligen
{
    margin-top: 0 !important;
}
.margin-top-10rem .row-margin2 h2 b,.margin-top-10rem .six-aligen h2 b
{
  color: var(--main_color);
}
.margin-top-10rem .six-aligen.change-margin
{
    margin-bottom: 35px;
}
.margin-top-10rem .six-aligen.change-margin h2
{
    margin: 15px 0;
    color: var(--main_color);
}
.margin-top-10rem.mar-btn
{
    margin-bottom: 9rem !important;
}
.item-card .dtlBox .descptionTxt p{
  margin-bottom: 0;
}
.item-card .dtlBox .descptionTxt .scroll{
  overflow-y: auto !important;
}
.item-card {
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding: 20px 10px 25px 10px;
transition: 0.4s ease-in-out;
position: relative;
margin-bottom: 20px;
border-radius: 10px;
}

.image-box {
  position: relative;
cursor: pointer;
/* object-fit: contain; */
margin-bottom: 10px;
height: 14em;
}
.image-box img {
width: 100%;
height: 100%;
object-fit: cover;
border: 1px solid var(--main_color);
}

.dtlBox h4.product-name {
padding: 0;
text-align: center;
margin: 0;
min-height: 40px;
line-height: 20px;
font-family: 'Livvic', sans-serif;
font-weight: 600;
font-size: 17px;
color: var(--main_color);
}
.descptionTxt
{
    text-align: center;
    /* height: 5rem; */
    font-size: 13.3px;
    font-family: cursive;
    color: #666;
}
.item-card .col-six-card
{
    /* color: #DE73DB; */
    font-size: 14px;
}
.item-card .col-six-card
.item-card .btnBox
{
  padding: 10px 0 10px 0px;
}
.item-card:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.type2
{
    border: 0.1px solid var(--main_color);
}
.type2 .image-box {
cursor: pointer;
/* object-fit: contain; */
margin-bottom: 10px;
height: 9em;
text-align: center;
}
.type2 .dtlBox
{
  height: 100px;
  overflow-y: auto;

}
.type2 .dtlBox::-webkit-scrollbar
{
  width: 0;
}
.type2 .dtlBox
{
  scrollbar-width: 0;
}
.type2 .image-box img {
width: 140px;
height: 140px;
object-fit: cover;
border-radius: 50%;
margin: 0 auto;
}
.type2 .descptionTxt
{
    text-align: center;
    height: auto !important;
    font-size: 13.3px;
    font-family: cursive;
    color: #666;
}
.type2 .descptionTxt p
{
    margin-bottom: 0px !important;
    text-transform: capitalize;
}
.type2 .descptionTxt .dtltype
{
    font-size: 15px;
    /*font-weight: bold;*/
    color: #000;
    letter-spacing: .5px;
    font-family: sans-serif;
}
.about-font strong
{
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}

/* Track */
::-ms-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #009ff8; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.carousel.indicators .carousel-item a
{
    cursor: pointer !important;
}
.titlee
{
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: #403da1;
}
.mr-t-20
{
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
}
.descptionTxt .customTitle
{
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Rubik';
}
.item-card.custom
{
    background: linear-gradient(45deg,#777AF8,#DF7AEC);
    padding-bottom: 20px;
}
.item-card.custom img
{
    border-top-left-radius:  10px;
    border-top-right-radius: 10px ;
}
.item-card.custom:hover
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.image-box.custom
{
    height: 20em;
    cursor: default;
}
.item-card.custom .descptionTxt
{
    color: #fff !important;
}
.customTitle
{
    color: #fff !important;
}
/*modal start*/
#myModal .modal-header
{

    padding: 8px 1rem 6px 1rem;
        color: #403da1;
}
#myModal .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 10px;
    width: 50px;
    float: right;
}
#myModal .imgBox
{
    text-align: center;
}
#myModal .imgBox img
{
    width: 220px;
}
ul.navBar,ul.navBar li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.navBar li a
{
    color: #fff;
    font-weight: normal;
}
.smallitemBox
{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 13px;
    color: #000;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.smallitemBox img
{
    width: 100px;
    border-radius: 5px;
}
.smallitemBox h6
{
    margin-top: 0;
    font-weight: normal;
    font-family: sans-serif;
    text-transform: capitalize;
    color: var(--main_color);
}
.smallitemBox p
{
    font-size: 12px;
    color: #666;
}
.smallitemBox .imgBox
{
    margin-right: 10px;
}
/*modal end*/
/**/
/*chandan end*/
.ca-width hr{
    margin: 0;
}


.end-point{
  border-top: 1px dashed #fff;
}

.blog-mark-img{
  position: relative;
}
.blg-more{
  padding: 15px;
}
.Volunteer_banner
{
  position: relative;
}

.Volunteer_banner .input-form .d-flex
{

}
.carousel.slide
{
  width: 100%;
}
.container.donate .card.mini .card-body
{
  height: 100px;
  overflow-y: auto;
}
.d-flex .custom-control.custom-checkbox
{
  margin: 0 10px;
}
.container-fuild,.about-content,.act-content,.blg-content,.glry-content,.donate-content,.contact-content,.Volunteer_banner
{
  margin-top: 83px;
}
@media screen and (max-width:991px) {
  .new_content
  {
    margin-top: 95px;
  } 
}
@media screen and (max-width:767px) {
  .new_content
  {
    margin-top: 64px;
  } 
}
@media screen and (max-width:576px) {
  .new_content
  {
    margin-top: 0;
  } 
}