/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR HUMANITY      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Urgent cause
6. about section
7. gallery section
8. event section
9. testimonial
10.brand-logo
11.main-footer
12.blog section
13.fact-counter
14.shop page


****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* ==============================
   1. Imported styles
   ==============================
*/




/* @import url(../css/bootstrap.min.css); */
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);

@import url(font-awesome.css);
@import url(icomoon.css);

@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(flexslider.css);

@import url(jquery-ui.css);
@import url(jquery-ui.theme.css);
/* @import url(../css/jquery.fancybox.css); */

@import url(animate.min.css);
@import url(magnific-popup.css);
@import url(imagehover.min.css);


@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,500,700');

@font-face {
  font-family: 'Roboto-light';
  src:url('../fonts/Roboto-Light.ttf');
  font-weight: 300;
}


/* ==============================
   2. Global styles
   ============================== */

body {
  font-family: 'Roboto', sans-serif;
  color:#999;
  overflow-x: hidden;
  /* background-color: forestgreen; */
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5 {
  font-family: 'Roboto Slab', serif;
  color: #303030;
} 

ul {list-style-type: none;}

p {font-family: 'Roboto', sans-serif;font-size: 16px;color: #949494;line-height: 26px;font-family: 'Roboto-light';}
a {text-decoration: none;display: inline-block;outline: none;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}

img {max-width: 100%;display: inline-block;}

button {border:none; outline:none; box-shadow: none; display: block; padding: 0; background: transparent;}
input,textarea {font-family: 'Roboto', sans-serif;display: block; font-size: 16px; line-height: 28px; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.width-100 {
  width: 100%;
}

.boxed_wrapper {
    width: 100%;
    background: #fff;
}
.sec-padd {
  padding: 80px 0;
}
.sec-padd-top {
  padding-top: 80px;
}
.sec-padd-bottom {
  padding-bottom: 80px;
}
.no-padd {
  padding: 0px;
}

.paddt-50 {
  padding-top: 50px;
}

 .overlay3 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -ms-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  
}
.inner-box {
  position: relative;
}
.navbar-nav{
  align-items: center;
}

.list_inline li {
  display: inline-block;
}

.padd-80 {
  padding-top: 80px;
}
.tran3s {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}

.thm-color {
  /* color: #03A9E5; */
  color: #2189ff;
}
.thm-bg{
  background-color: #0b5ed7;
}


.float_left {
    float: left;
}
.float_right {
    float: right;
}

.border-bottom {
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.thm-btn {
  position: relative;
  background: #03A9E5;
  font-size: 14px;
  line-height: 46px;
  border-radius: 4px;
  color: #ffffff;
  border: 2px solid #03A9E5;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0 38px;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.thm-btn:hover {
  background: transparent;
  color: #03A9E5;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn.style-2 {
  background: transparent;
  color: #03A9E5;
  border-color: #03A9E5;
}
.thm-btn.style-2:hover {
  background: #03A9E5;
  color: #fff;
  border-color: #03A9E5;
}

.thm-btn.style-3 {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.thm-btn.style-3:hover {
  background: #FFF;
  color: #03A9E5;
  border-color: #fff;
}



.section-title {
  position: relative;
  margin-bottom: 50px;
}
.section-title h2 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-title h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.section-title h4 {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}

.section-title h2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 136px;
  height: 1px;
  background: url(../images/icons/sec-title-decoration.html);
}
.section-title.center h2:after {
  left: 50%;
  margin-left: -68px;
}

.section-title p {
  margin-top: 25px;
  font-size: 18px;
}

.section-title2 h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
}
.section-title2 h3:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  left: 0;
  background: #03A9E5;
  bottom: 0px;
}

.scroll-top {
  width: 50px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  background: #03A9E5;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader{ 
  position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%;
  z-index:999999;
  background-color:#ffffff; 
  background-position:center center;
  background-repeat:no-repeat; 
  background-image:url(../images/icons/logo.gif);
}
.owl-dot{
  display: inline-block;
  margin-right: 5px;
}
.owl-dot span{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #a3b566;
}
.owl-dot.active span {
  background-color: #2189ff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #292121;
  background: #292121;
}

::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.75);
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.75);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255,255,255,0.75);
}


/*============ social icon ===================*/

.social-icon li {
  display: inline-block;
}
.social-icon li a {
  display: inline-block;
  color: #999;
  margin-right: 15px;
  font-size: 16px;
  transition: .5s ease;
}
.social-icon li a:hover {
  color: #03A9E5;
  transition: .5s ease;
}

/* ====================switch */

.switch-checkbx{
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
}
.switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 100px;
  height: 25px;
  background-color: grey;
  display: inline-block;
  border-radius: 40px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.switch-label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.switch-checkbx:checked + .switch-label{
  background-color: #bada55;
}
.switch-checkbx:checked + .switch-label::after{
  left: calc(100% - 5px);
  transform: translate(-100%,-50%);
}
.switch-label:active::after{
  width: 45px;
}


/*============= default-form ===============*/


.default-form {
  position: relative;
}


.default-form .form-box{
  position:relative;
}

.comment-form .form-box{
  padding:25px 25px 0px 25px; 
}

.default-form .form-group{
  position:relative;
  margin-bottom:30px; 
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form p {
  margin-bottom: 6px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height: 50px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid #f4f4f4;
  padding:12px 15px;
  background: #fff;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 115px;
}
.default-form .bootstrap-select {
  border: 1px solid #f4f4f4;
  background: #f7f7f7;
  color: #a2a2a2;
  padding: 10px 0;
  font-size: 16px;
  height: auto;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #03A9E5;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #03A9E5;
  box-shadow: none;
}



.select-box .btn:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 16px;
  color: #03A9E5;
  width: 20px;
  right: 15px;
  top: 50%;
  margin-top: -11px;
}

 

.default-form .bootstrap-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.default-form .g-select {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}
.default-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #949494;
  padding: 13px 15px;
  border: 1px solid #eee;

}

.default-form .bs-caret {
  display: none;
}

.default-form .dropdown-menu {
  border-radius: 0px;
  padding: 0px;
  top: 50px;
  transform: scaleY(0);
      transform-origin: top center;
  transition: .4s ease;
}
.default-form .bootstrap-select.open .dropdown-menu {
  transform: scaleY(1);
  transition: .4s ease;
}

.default-form .dropdown-menu>li>a {
  padding: 8px 15px;
}

.default-form .dropdown-menu>li>a:focus {
  background-color: #fff;
  color: #303030;
}
.default-form .dropdown-menu>li>a:hover {
  background-color: #03A9E5 !important;
  color: #fff !important;
}







/*placeholder*/

.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success {
  color: #03A9E5;
  background: none;
  border: none;
  font-size: 18px;
}



/*** 
=============================================
    page_pagination style
=============================================
***/


.page_pagination {
  position: relative;
  padding-top: 20px;
}
.page_pagination li {
  display: inline-block;
  margin:0 4px;
}
.page_pagination li a {
  width: 55px;
  line-height: 55px;
  border:1px solid rgba(229, 229, 229, 0.57);
  text-align: center;
  color: #252525;
  font-size: 18px;
  border-radius: 4px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
  color:#fff;
  background: #03A9E5;
}

/*=======pagination style-2============*/

.page_pagination2 {
  overflow: hidden;
  display: block;
  padding-bottom: 22px;
  padding-top: 22px;
  margin: 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  margin-top: 30px;
}
.page_pagination2 .button a {
  color: #303030;
  font-size: 18px;
  font-weight: 400;
  transition: all 500ms ease;
}
.page_pagination2 .button a:hover{
    color: #03A9E5;
}
.page_pagination2 .button a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 2px;
}
.page_pagination2 .button.next a i{
  padding-right: 0px;
  padding-left: 0;
}


.page_pagination2 .icon-holder a i {
  color: #252525;
  font-size: 24px;
  position: relative;
  top: 4px;
  transition: all 500ms ease 0s;
}
.page_pagination2 .icon-holder a:hover i{
  color: #03A9E5;
}

/* */
.cform {
  border: #012044 double;
  padding: 10px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.chead {
  margin-bottom: 20px;
  color: #00A8FF;
}
/* */


/* ==============================
   2. header-style
   ============================== */

.top-bar {
  position: relative;
  line-height: 48px;
  z-index: 999;
  background: #fff;
}
.top-bar .thm-btn {
  border-radius: 4px;
  padding: 0px 14px;
  line-height: 28px;
}
.top-bar .clearfix {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar .social-icon li a button{
  margin-bottom: 10px;
  margin-right: 98px;
  margin-left: 5px;
}
.top-bar p {
  display: inline-block;
}

.top-bar .contact-info {
  display: inline-block;
}
.top-bar .contact-info li {
  font-family: 'Roboto-light';
  font-size: 16px;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 26px;
  border-right: 1px solid #f0f0f0;
}

.top-bar .contact-info li span {
  color: #03A9E5;
  margin-right: 10px;
  font-size: 16px;
}
.navbar{
  padding: 0;
}

/* Flags */

#en,#fr,#de,#it,#es { 
  background-image: none;
}

/* ===========header ========== */

/* new header css by ravi */
.cbaf-header{
  background-color: #f8f9fa;
  position: relative;
  transition: all ease-in 0.3s;
}
.cbaf-header.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgb(3, 169, 229);
  box-shadow: 0 3px 7px rgba(3, 169, 229, 0.5);
}
.cbaf-header .h-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cbaf-header .logo{
  width:90px;
  margin:0
}
.cbaf-header .navbar{
  justify-content: space-between;
  padding: 0;
}
.btn-donate{
  background-color: #2189ff;
  border-color: unset;
  font-weight: 600;
  border: none;
}
.btn-donate:focus{
  box-shadow: 0 0 0 .25rem #2189ff;
}
.navbar-light .navbar-toggler {
  color: #2189ff;
  border-color: #2189ff;
}
.navbar-light .navbar-toggler-icon {
  background-image: url('../images/icons/nav-btn.png') !important;
}
.cbaf-header .desk-nav .nav-link{
  padding: 5px 15px;
}

/* res-nav */
.cbaf-header .res-nav{
  position: fixed;
  top: 119px;
  transform: translateX(100vw);
  background-color: #424242;
  color: #fff;
  width: 100vw;
  height: 100vh;
  transition: all 0.5s ease-in-out;
  z-index: 99;
  padding: 20px;
}
.cbaf-header.fixed .res-nav{
  top: 73px;  
}
.fixed-margin{
  padding: 48px;
}
.res-nav.active{
  transform: translateX(0);
}
.res-nav ul.navbar-nav{
  align-items: start;
}
.res-nav ul>li{
  width: 100%;
}
ul.navbar-nav>li>a{
  border-radius: 3px;
}
ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a.active{
  background-color: #2189ff;
  color:#fff !important;
}
.res-nav ul>li>a{
  border-radius: 10px;
  color:#fff !important;
  padding: 12px 20px !important;
  transition: all 0.5s ease-in-out;
}
  /* end-of-res-nav */
/* end of new header css by ravi */

/* hm-slider css starts */
.hm-slider .owl-prev,
.hm-slider .owl-next{
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  color: transparent;
}
.hm-slider:hover .owl-prev,
.hm-slider:hover .owl-next{
  background-color: #00000085;
  border: 2px solid #fff;
}
.hm-slider .owl-prev i,
.hm-slider .owl-next i{
  color: transparent;
}
.hm-slider:hover .owl-prev i,
.hm-slider:hover .owl-next i{
  color: #fff;
}
.hm-slider .owl-prev{
  transform: translate(50%,-50%);
}
.hm-slider .owl-next{
  transform: translate(-50%,-50%);
}
/* hm-slider css end */

/* volunteer section new design by ravi */
.vlnter-sec .vlnter{
  position: relative;
}
.vlnter-sec .vlnter .item{
  padding: 35px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 10px;
}
.vlnter-sec .vlnter .item figure{
  width: 100px;
  border: 2px solid #0060b2;
  margin: 0 auto;
}
.vlnter-sec .vlnter .item .name{
  text-align: center;
}
.vlnter-sec .vlnter .item .name h5{
  text-transform: capitalize;
  color: #61708a;
  font-style: italic;  
}
.vlnter-sec .vlnter .item p{
  /* width: 90%; */
  text-align: justify;
  height: 100px;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  background-color: #a3b566;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.owl-prev i,
.owl-next i {
  line-height: 45px;
  color: #fff;
}
.owl-prev{left: 0px;
  transform: translate(-50%,-50%);
}
.owl-next {right: 0;
  transform: translate(50%,-50%);
}
/* end-of volunteer section new design by ravi */
/* upcoming-events page css starts */
.upcoming-events {
  background-color: #a3b566;
}
.upcoming-events h2{
margin: auto;
}
.upcoming-events .title-cal{
  width: fit-content;
  padding: 5px 15px;
  background-color: #a3b566;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: auto;
  margin-bottom: 16px;
  margin-top: 16px;
  
}
.upcoming-events .title-cal i{
  margin-left: 10px;
}
.upcoming-events .list{
  display: flex;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}
.upcoming-events .list figure {
  margin: 0;
  flex: 0 0 30%;
  overflow: hidden;
}
.upcoming-events .list figure img {
  transition: all 0.5s ease-in-out;
}
.upcoming-events .list:hover figure img {
  transform: scale(1.1);
}
.upcoming-events .list .rgt{
  margin: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.upcoming-events .list .rgt .txt h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.upcoming-events .list .rgt .txt p{
  margin-top: 10px;
}
.upcoming-events .list .rgt span {
  color: #a3b566;
}
/* upcoming-events page css end */

/*** 

====================================================================
    what we do style
====================================================================

***/

.whatwedo {
  background-color: #2189ff;
}
.whatwedo-wrapper{
  position: relative;
}
.whatwedo .whatwedo-wrapper .wedo-head{
  position: absolute;
  top: 0%;
  left: 50%;
  /* box-shadow: 0 5px 14px rgba(0, 0, 0, 0.5); */
  /* box-shadow: 0 0 1rem -.1rem rgba(68,68,68,.51); */
  background-color: #a3b566;
  width: 70%;
  transform: translate(-50%,-50%);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0 20px;
}
.whatwedo .whatwedo-wrapper .wedo-head::before{
  position: absolute;
  content: '';
  box-shadow: 0 0 1rem -.1rem rgba(154,154,154,.51);
  box-shadow: 0 0 1rem -.1rem rgba(68,68,68,.51);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}
.whatwedo .whatwedo-wrapper .wedo-head h2{
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 500;
}
.whatwedo .whatwedo-wrapper .wedo-body{
}
.whatwedo .whatwedo-wrapper .cust{
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 10px;
}
.whatwedo .whatwedo-wrapper .cust img{
  position: inherit;
  transition: all 0.5s ease-in-out;
  top: 0;
  /* transform: translateY(0%); */
}
.whatwedo .whatwedo-wrapper .cust .card-body{
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
.whatwedo .whatwedo-wrapper .cust.active{
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.5);
}
.whatwedo .whatwedo-wrapper .cust.active img{
  /* transform: scale(1,0); */
  transform: translateY(-100%);
}
.whatwedo .whatwedo-wrapper .cust.active .card-body{
  transform: translateY(0%);
  background-color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.underline{
  position: relative;
  width: fit-content;
  margin: auto;
}
.underline::before{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: #2189ff;
}
.whatwedo .whatwedo-wrapper .cust .card-body small{
  color: #424242;
  font-weight: 700;
}
.whatwedo .whatwedo-wrapper .cust .card-body .card-text{
  line-height: 26px;
}
.whatwedo .whatwedo-wrapper .cust .card-text .btn{
  background-color: #a3b566;
  color: #fff;
  border-radius: 30px;
}
.whatwedo .whatwedo-wrapper .cust .card-text figure{
  width: 60px;
  color:#2189ff;
}
.whatwedo .whatwedo-wrapper .cust .card-text figure span::before{
  font-size: 60px;  
}

.whatwedo .whatwedo-wrapper .owl-dot.active span {
  background-color: #fff;
}
/*** 

====================================================================
    urgent-cause style
====================================================================

***/

.urgent-cause2 {
  position: relative;
}
.urgent-cause2.with-bg {
  /* background: #f9f9f9; */
  background: #a3b566;
}
.urgent-cause-slider{
  position: relative;
}
.urgent-cause-slider .owl-prev,
.urgent-cause-slider .owl-next {
  background-color: #2189ff;
}

.urgent-cause2 .item {
  margin-bottom: 30px;
}

.urgent-cause2 .section-title p {
  padding-bottom: 20px;
}
.urgent-cause2.style-2 .cause-list .item {
  margin-bottom: 30px;
  position: relative;
}
.urgent-cause2 .with-mb {
  margin-bottom: 30px;
}
.urgent-cause2 .img-box {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.urgent-cause2 .content {
  position: relative;
  padding: 20px 18px;
  padding-bottom: 30px;
  background: #fff;
  border: 1px solid #f4f4f4;
  border-top: 0px;
}
.urgent-cause2 .content h4 {
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.urgent-cause2 .content .donate {
  font-family: 'Roboto Slab', serif;
  color: #999;
  font-size: 16px;
}
.urgent-cause2 .content .donate span {
  color: #03A9E5;
}
.urgent-cause2 .content p {
  margin-bottom: 30px;
}

.urgent-cause2 .content .thm-btn {
  line-height: 38px;
  border-radius: 0px 19px 19px 19px;
  padding: 0 20px;
  border: 0px;
  padding-right: 10px;
  background: #8dc63f;
  color: #fff;
}
.urgent-cause2 .content .thm-btn i {
  border-left: 1px solid #fff;
  padding: 11px 0 13px;
  padding-left: 8px;
  margin-left: 15px;
}
.urgent-cause2 .content .donator {
  color: #8dc63f;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  margin-top: 10px;
  border-bottom: 1px solid #8dc63f;
  transition: .5s ease;
}

.urgent-cause2 .content:hover .donator {
  color: #8dc63f;
  border-color: #8dc63f;
  transition: .5s ease;
}


/* 
.urgent-cause2 .owl-theme .owl-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin: 0;
  margin-bottom: 80px;
}

.urgent-cause2 .owl-theme .owl-nav [class*=owl-] {
  color: #303030;
  font-size: 15px;
  margin: 0 5px;
  padding: 0;
  background-color: transparent;
  height: 45px;
  border-radius: 50%;
  width: 45px;
  line-height: 41px;
  border: 2px solid #f4f4f4;
  font-weight: 700;
  text-align: center;
  margin-left: 1px;
  display: inline-block;
  transition: color .3s ease;
}

.urgent-cause2 .owl-theme .owl-nav [class*=owl-]:hover {
  color: #8dc63f;
  transition: .5s ease;
} */

/*=======progress bar========*/

.urgent-cause2 .progress-box{
  position: relative;
  height: 7px;
  transition: .7s ease;
  padding: 35px 0 25px;
}

.urgent-cause2 .progress-box .bar{
  position:relative;
  width:100%;
  height:7px;
  background-color: #f7f7f7;
}

.urgent-cause2 .progress-box .bar-inner{
  position:relative;
  display:block;
  width:0%;
  height:7px;
  background-image: url(../images/progress-bg.jpg);
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.urgent-cause2 .progress-box .count-text{
  position:absolute;
  text-align: center;
  right:0px;
  font-family: 'Roboto Slab', serif;
  margin-right:-23px;
  bottom:15px;
  width: 42px;
  border-radius: 5px;
  height: 46px;
  background-image: url(../images/icons/progress-count.png);
  color: #03A9E5;
  background-repeat: no-repeat;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
  opacity:0;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  transition:all 1000ms ease;
}

.urgent-cause2 .progress-box .bar-inner.counted .count-text{
  opacity:1;
}

/*======== cause list style =========*/

.urgent-cause2 .blog-sidebar .facebook-feed {
  background: #ebebeb;
}
.urgent-cause2 .blog-sidebar .facebook-feed .like-people {
  background: #fff;
}

.urgent-cause2.list-style {
  background: #ffffff;
}

.urgent-cause2.list-style .cause-list .item {
  display: block;
}

.urgent-cause2.list-style .cause-list .img-box {
  float: left;
  width: 48%;
}
.urgent-cause2.list-style .cause-list .img-box a {
  display: block;
}
.urgent-cause2.list-style .cause-list .img-box img {
  width: 100%;
}

.urgent-cause2.list-style .content {
  position: relative;
  float: left;
  width: 52%;
  border: 1px solid #f4f4f4;
  padding: 25px 30px 20px;
}


.urgent-cause2.list-style .content p {
  margin-bottom: 25px;
}

/*** 

====================================================================
  Fact Counter two Section
====================================================================

***/

.fact-counter-1{
  position:relative;
  padding: 70px 0px 40px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  color:#ffffff;
}

.fact-counter-1:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background: rgba(0, 0, 0, 0.85);
  z-index:0;
}

.fact-counter-1 .section-title h2 {
  color: #fff;
}
.fact-counter-1 .section-title:before {
  display: none;
}

.fact-counter-1 .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter-1 .column{
  position:relative;
  margin-bottom:40px;
  text-align:center;
  z-index:5;  
}
.fact-counter-1 .item {
  position: relative;
  color: #fff;
  padding: 17px 0 25px;
}

.fact-counter-1 .column .icon {
  font-size: 40px;
  position: relative;
  right: 5px;
  margin-bottom: 5px;
  color: #03A9E5;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fact-counter-1 .count-outer{
  position:relative;
  font-size: 40px;
  font-weight: 400;
  padding: 0px 10px 5px;
  font-family: 'Roboto Slab', Sans-serif;
}

.fact-counter-1 .column .counter-title{
  position:relative;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}

.fact-counter-2{
  position:relative;
  padding: 70px 0px 40px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  overflow:hidden;
  color:#ffffff;
}

.fact-counter-2:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  z-index:0;
}

.fact-counter-2 .section-title h2 {
  color: #fff;
}
.fact-counter-2 .section-title:before {
  display: none;
}

.fact-counter-2 .auto-container{
  position:relative;
  z-index:1;
}

.fact-counter-2 .column{
  position:relative;
  z-index:5;
}
.fact-counter-2 .item {
  position: relative;
  background: #303030;
  border: 1px solid #3f3f43;
  color: #fff;
  padding: 28px 0 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fact-counter-2 .column .icon {
  font-size: 36px;
  position: relative;
  width: 70px;
  margin-top: 13px;
  right: 0;
  float: left;
  text-align: center;
  margin-bottom: 5px;
  color: #03A9E5;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.fact-counter-2 .column .count-area {
  float: left;

}

.fact-counter-2 .count-outer{
  position:relative;
  font-size: 40px;
  font-weight: 400;
  padding: 0px 0px 5px;
  font-family: 'Roboto', Sans-serif;
}

.fact-counter-2 .column .counter-title{
  position:relative;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}


.fact-counter-2 .content {
  background: #fff;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fact-counter-2 .content p.thm-color {
  font-size: 18px;
}

.fact-counter-2 .content h2 {
  font-weight: 700;
  text-transform: uppercase;
}


/*** 

====================================================================
    about style
====================================================================

***/


.about {
  position: relative;
}

.about .text figure{
  float: left;
  margin-right: 20px;
}
.about .text figure img{
  width: 300px; 
}
.about .img-box {
  margin-bottom: 30px;
}

.about .left-column h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.about .left-column p {
  font-size: 15px;
}


/* .about .content {
  margin-bottom: 50px;
} */

.about .content h3 {
  font-weight: 700;
  padding: 15px 0 20px;
}

.about .content ul {
  padding-top: 5px; 
}
.about .content ul li {
  margin: 10px 0;
  font-size: 16px;
  font-family: 'Roboto-light';
}

.about .content ul li i {
  color: #03A9E5;
  margin-right: 10px;
  font-size: 14px;
}


/*** 

====================================================================
    about-2 style
====================================================================

***/

.about-2 {
  position: relative;
}
.section-title h2{
  text-transform: unset;
  width: fit-content;
}
.section-title h2 .sh-1{
  text-transform: uppercase;
}
.section-title h2 .sub-head {
  text-transform:unset;
  color:#686868 !important;
}

/* ravi css */

.v-bar {
  position: ralative;
  padding-left: 20px;
}
.v-bar::before {
  position: absolute;
  content: '';
  height: 90%;
  width: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #686868;
}
.about .section-title{
  margin-bottom: 30px;
}
.about .sec-body figure{
  width: 80%;
  margin: 20px auto;
}
.about .sec-body p{
  text-align: justify;
}



/* end of ravi css*/

.about-2 .content {
  position: relative;
  border: 1px solid #f4f4f4;
  border-top: 0px;
  padding: 25px 20px;
  margin-bottom: 30px;
}

.about-2 .icon_box {
  position: relative;
  font-size: 50px;
  line-height: 50px;
  color: #03A9E5;
  margin-right: 20px;
  padding-right: 15px;
  border-right: 1px solid #f4f4f4;
  float: left;
  margin-bottom: 20px;
}

.about-2 .text {
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.about-2 .text h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.about-2 .text p {
  color: #03A9E5;
}

/*** 

====================================================================
    gallery style
====================================================================

***/

.gallery {
  position: relative;
}

.gallery .inner-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery .item {
  position: relative;
}
.gallery.style-2 .item {
  margin-bottom: 30px;
}

.gallery .item img {
  width: 100%;
}

.gallery .overlay .top {
  position: absolute;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.7);
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 0;
  visibility: hidden;
}

.gallery .item:hover .overlay .top {
  height: 100%;
  transition: .5s cubic-bezier(0.4, 0, 1, 1);
  opacity: 1;
  visibility: visible;
}
.gallery .overlay .top .box {
  display: table;
  width: 100%;
  height: 100%;
}
.gallery .overlay .top .content {
  display: table-cell;
  vertical-align: middle;
}

.gallery .overlay .top a {
  position: relative;
  color: #fff;
  line-height: 41px;
  text-align: center;
  padding: 0 18px;
}
.gallery .overlay .bottom {
  position: absolute;
  left: 20px;
  bottom: -100%;
  right: 20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

.gallery .item:hover .overlay .bottom {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  transition: .9s ease;
  transition-delay: .3s;
}

.gallery .overlay .bottom h4 {
  color: #fff;
  line-height: 28px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.gallery .bottom-content {
  position: relative;
  margin: 20px 0 25px;
}

.gallery .bottom-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.gallery .bottom-content p {
  color: #03A9E5;
}





/*======= gallery filter ==========*/

.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #f4f4f4;
}
.post-filter li {
  padding: 0;
  padding-bottom: 20px;
  margin-right: 30px;
}
.post-filter li.active {
  border-bottom: 2px solid #03A9E5;
}

.post-filter li span {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  line-height: 24px;
  display: block;
  cursor: pointer;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #03A9E5;
  transition: .5s ease;
}

.post-filter li span i {
  font-size: 14px;
  margin-right: 5px;
}

/*** 

====================================================================
    call-out style
====================================================================

***/

.call-out {
  background: #03A9E5;
  padding: 35px 0;
}

.call-outp {
  background: #012044;
  padding: 10px 0; 
}
.call-out .logo {
  margin-top: 23px;
}
.call-out h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.call-outp p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position:relative;
  background: #2b2b2b;
  padding: 25px 0;
}

.main-footer .about-column .default_link {
  text-transform: uppercase;
  color: #03A9E5;
  font-weight: 700;
  transition: .5s ease;
}
.main-footer .about-column .default_link:hover {
  transition: .5s ease;
  color: #03A9E5;
}
.main-footer .about-column .default_link i {
  font-size: 11px;
}



.main-footer .footer-widget {
  margin-top: 30px;
}

.main-footer .section-title {
  margin-bottom: 40px;
}
.main-footer .section-title:before {
  display: none;
}
.main-footer .section-title h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 0;
}

.main-footer .footer-logo {
  margin-bottom: 40px;
  padding-top: 5px;
}




/*============ about-column =================*/

.main-footer .about-column .text{
  margin-bottom:20px;
}
.about-column li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #999;
  line-height: 26px;
  margin-bottom: 14px;
}
.about-column li span {
  font-size: 18px;
  color: #03A9E5;
  position: absolute;
  left: 0;
  top: 6px;
}


/*============ link-column =================*/

.main-footer .link-column li{
  position:relative;
  margin-bottom: 5px;
}

.main-footer .link-column li a{
  position:relative;
  margin-left: 15px;
  color:#999;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
}


.main-footer .link-column li a:hover{
  color: #03A9E5;
}

.main-footer .link-column li a:before {
  content: "\f0dd";
  position: absolute;
  font-size: 16px;
  font-family: FontAwesome;
  left: -19px;
  top: 0px;
  transform: rotate(-90deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
} 

.main-footer .link-column li a:hover:before{
  color: #03A9E5;
  transition: .5s ease-in-out;
}

.main-footer .link-column li a:after {
  content: '';
  position: absolute;
  left: 0px;
  background: transparent;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: .5s ease-in-out;
}
.main-footer .link-column li a:hover:after {
  background-color: #03A9E5;
  transition: .5s ease;
}

/*============ post-column =================*/

.main-footer .post-column .post {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #363636;
}
.main-footer .post-column .post:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.main-footer .post-column .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px; 
  height: 70px;
}

.main-footer .post-column h5 {
  position: relative;
  top: -5px;
  font-size: 16px;
  color: #999;
  line-height: 26px;
}

.main-footer .post-column .post-info {
  color: #949494;
  font-size: 15px;
}



/*============ contact-column =================*/

.main-footer .contact-column {
  position:relative;
}

.main-footer .contact-column .contact-info {
  margin-top: 20px;
}
.main-footer .contact-column .contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #999;
  line-height: 26px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}
.main-footer .post-column .post a, 
.main-footer .contact-column .contact-info li a {
  color: inherit;
}
.main-footer .contact-column .contact-info li span {
  color: #949494;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
.main-footer .contact-column .contact-info li i {
  font-size: 18px;
  color: #03A9E5;
  position: absolute;
  left: 0;
  top: 6px;
}

.main-footer .contact-column .social-icon {
  text-align: center;
  padding-top: 6px;
}






/*===========footer bottom ================*/

.footer-bottom {
  background: #2b2b2b;
  border-top: 1px solid #363636;
  padding: 10px 0;
}
.footer-bottom .copy-text {
  color: #949494;
  font-size: 14px;
}
.footer-bottom .copy-text a {
  color: #03A9E5;
  font-size: 14px;
}

.footer-bottom a {
  color: #03A9E5;
  font-size: 16px;
  transition: .3s ease;
}

/************************** 
* Inner Banner styles 
***************************/
.inner-banner {
  position: relative;
  background: #a0a19b;
  background-size: cover;
}

.inner-banner .bx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.inner-banner h1 {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  color: #fff;
}
/************************** 
* social-media tray styles 
***************************/
.smedia-tray{
  position: fixed;
  top: 30%;
  right: 0;
  width: fit-content;
  z-index: 10;
}
.smedia-tray .t-item {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.smedia-tray .t-item:hover {
  transform: translateX(-10px) ;
}
/* NEW breadcrumb  */
.brdcrm-wrapper{
  background: #fff;
  padding: 19px 0;
  border-bottom: 1px solid #f4f4f4;  
}
.brdcrm-wrapper ol{
  margin: 0;
}
.brdcrm-wrapper ol li,
.brdcrm-wrapper .get-quot{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.brdcrm-wrapper ol li a{
  transition: .3s ease;
  color: #303030;
}  
.brdcrm-wrapper .breadcrumb-item + .breadcrumb-item::before { 
  color: #303030;
  content: "\f105";
  font-family: 'FontAwesome';
  margin: 0 10px;
} 
.brdcrm-wrapper .breadcrumb-item:last-child,
.brdcrm-wrapper .get-quot{
  color: #03A9E5;
}
/*end of NEW breadcrumb  */
 
/***
==============================
   vlnter-sec
============================== 
***/

.vlnter-sec {
  background: #2b2b2b;
}

.vlnter-sec .section-title h2 {
  color: #fff;
}
.vlnter-sec .vlnter .owl-dot span{
  background-color: #a3b566;
}
.vlnter-sec .vlnter .owl-dot.active span {
  background-color: #2189ff;
}

/***
==============================
   volunteer styles
============================== 
***/

.volunteer {
  position: relative;
}

.volunteer p {
  margin-bottom: 15px;
}

.volunteer .default-form textarea {
    height: 132px;
}

.feature-style-one {
  margin-bottom: 55px;
}

.feature-style-one .section-title2 h3 {
  position: relative;
  margin-bottom: 20px;
}
.feature-style-one .section-title2 p,
.feature-style-one .section-title2 ul li{
  text-align: justify;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  color: #949494;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: 'Roboto-light';
}
.list-style-one li strong{
  color: #303030;
}

.list-style-one li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  background: #03A9E5;
  transform: rotate(-45deg)
}

.list-style-one li span {
  color: #303030;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}


/***
==============================
   Contact styles
============================== 
***/


.contact {
  position: relative;
}

.contact .content {
  border: 2px solid #f4f4f4;
  padding: 23px 28px;
  margin-bottom: 50px;
}
.contact .contact-info {
  margin-top: 20px;
}
.contact .contact-info li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  color: #999;
  line-height: 26px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 15px;
}
.contact .contact-info li span {
  color: #03A9E5;
}
.contact .contact-info li i {
  font-size: 18px;
  color: #03A9E5;
  position: absolute;
  left: 0;
  top: 6px;
}

.contact .social-icon {
  padding-top: 6px;
}

.contact .default-form-area {
  /* border: 2px solid #f4f4f4; */
  /* padding: 28px 28px 0; */
  margin-bottom: 50px;
}

.contact .default-form textarea {
  height: 170px;
}


/*** 

====================================================================
  google map Section
====================================================================

***/
.home-google-map #contact-google-map {
  width: 100%;
  height: 450px;
}
.home-google-map2 #contact-google-map {
  width: 100%;
  height: 330px;
}

.home-google-map .gmnoprint {
  display: none;
}

input[type=checkbox]{
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
.volunteer .frm-deco{
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px;
}
.frm-bx,
.donate-form{
  display: none;
}
.frm-bx.active{
  display: block;
}
.frm-bx .mod-btn{
  font-size: 14px;
  font-weight: 500;
}
.more-text{
  display: none;
}

/* checkout-page */
/* checkout-page */
/* checkout-page */

/* category-modal css */
.cat-modal .modal-dialog{
  max-width: 75%;
}
.cat-modal .modal-dialog .modal-content{
  background-color: #a3b566;
  margin: auto;
}
.cat-modal .modal-dialog .modal-content .card{
  margin-bottom: calc(var(--bs-gutter-x) * .5);
  margin-top: calc(var(--bs-gutter-x) * .5);
}
.cat-modal .modal-dialog .modal-header,
.cat-modal .modal-dialog .modal-body,
.cat-modal .modal-dialog .modal-footer{
  background-color: #a3b566;
}
.cat-modal .modal-dialog .modal-body{
  padding:0 1rem;
  /* margin: auto; */
}
.cat-modal .modal-dialog .modal-header,
.cat-modal .modal-dialog .modal-footer{
  border: none;
}
.category-modal .qty-adjuster{
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  width: fit-content;
}
.category-modal .qty-adjuster>*{
  width: 30px;
  height: 33px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: coral;  
}
.toggle-more-text{
  color: rgb(129, 14, 14);
  text-decoration: wavy;
  cursor: pointer;
}
/* end of - category-modal css */
/* cart css starts */
.dcart .offcanvas-header,
.dcart .offcanvas-footer{
  background-color: #012044;
}
.dcart .offcanvas-body{
  background-color: #43c3ea3b;
  padding: 10px;
}
.dcart .offcanvas-body .cart-item{
background-color: #fff;
border-radius: 10px;
margin: 0 0 10px;
}
/* cart css end here */
/* payment acknowledgement page css starts  */
#pay_ackno{
  width: fit-content;
  padding: 30px;
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
  margin: 30px;
  border-radius: 10px;
  background-color: antiquewhite;
}
/* payment acknowledgement page css ends here  */
/* gallery page css starts here */
.gal-body figure{
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
  overflow: hidden;

}
.gal-body figure,
.gal-body figure img,
.gal-body figure .overlay{
  transition: all 0.5s ease-in-out;
}
.gal-body figure .overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;  
  transform: translateX(100%);
  background-color: #00000081;
  transition: all 0.5s ease-in-out;
}
.gal-body figure:hover{
  box-shadow: 0  0 14px rgba(59, 248, 1, 0.5);  
  /* box-shadow: 0 0 14px rgb(132, 196, 5);   */
  box-shadow: 0 0 14px rgb(9, 115, 191);  
}
.gal-body figure:hover img{
  transform: scale(1.2);
}
.gal-body figure:hover .overlay{
  transform: translateX(0);
}
/* gallery page css end here */

.header {
  height: 80px;
  border-radius: 4px 4px 0px 0px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
}

.colorr{ color: #ffffff; }

.subscribe-form {
    background-color: #fff;
    padding: 48px 30px;
    border-radius: 4px;
}









