/* Base */
html {
  overflow-x:hidden ;
  margin: 5px;
 }

body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 16px; 
  font-family:"Kanit",sans-serif;
}

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Hedvig Letters Sans", serif; }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

body:after {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2); }

.btn {
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 10px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    background: #3c90f7;
    border-color: #3c90f7;
    color: #fff; 
    border-radius: 30px;}
    .btn.btn-primary:hover {
      background: #3c90f7;
      border-color: #3c90f7;
      color: #fff; }
    .btn.btn-primary.btn-black--hover:hover {
      background: #666666;
      color: #fff; }
  .btn.btn-white {
    border-color: #fff;
    color: #3c90f7;
    background: #fff; 
    border-radius: 30px;}
    .btn.btn-white:hover {
      background: transparent;
      border-color: #fff;
      color: #fff; }
  .btn.btn-outline-white {
    border-color: #fff;
    color: #fff; }
    .btn.btn-outline-white:hover {
      background: #fff;
      color: #3c90f7; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  border-radius: 4px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  .form-control:active, .form-control:focus {
    border-color: #3c90f7; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }


  @media (min-width: 768px) {
     } 
  .site-section.site-section-sm {
    padding: 4em 0;  *
    .site-section {
      padding-top: 8em ; }
  }
  
.site-section-heading {
  /* padding-bottom: 20px; */
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem;
 }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }


  /* @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } 
    } */
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer .social a {
    text-decoration: none;
    cursor: pointer; }
  .site-footer p {
    color: rgb(253, 252, 252); 
    font-family: 'Fira Sans', sans-serif;
  }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fffefe; }
  .site-footer a {
    color: rgb(255, 255, 255);
    font-family: 'Fira Sans', sans-serif;
    }
    .site-footer a:hover {
      color: rgb(48, 37, 206); }
  .site-footer ul li {
    margin-bottom: 5px; 
    font-family: 'Segoe UI',  Verdana, sans-serif;}
  .site-footer .footer-heading {
    font-size: 16px;
    color: #000; }
.site-footer .social1 a:hover{
  animation: spin 0.3s all;
}
.social1 ul {
  padding-left:50rem;
}
.copy .col-md-12{
  margin-left: 3rem;
}

@media (max-width:768px){
  .site-footer .row{
padding: 15px;
  }
.social1 ul {
padding-left: 12rem !important;
}
.copy .col-md-12{
  margin-left:  -30px !important;
}

.border-top {
 width: 350px;
}
.location{
  margin-left: -30px;
}

.quick,  .social1 , .contact-foo , .about-foo , .site-footer .container{
  margin-left: -30px ;
}
}
.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.7); }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #71bc42; }
  .ul-check.primary li:before {
    color: #3c90f7; }
  .ul-check li.remove {
    text-decoration: line-through;
    color: #dee2e6; }
    .ul-check li.remove:before {
      color: #dee2e6; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-logo {
  font-size: 20px;
  font-weight: bold; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; 
}
  .site-navbar .site-logo {
    position: relative;
    left: 0;
   }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
   }
    .site-navbar .site-navigation .site-menu .active {
      color: #f9fafc;
      display: inline-block;
      padding: 20px 20px; 
    }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; 
     
    }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      
     }
      .site-navbar .site-navigation .site-menu > li > a {
        /* padding: 20px 17px; */
        color: #000;
        display: inline-block;
        text-decoration: none !important;
        font-family: 'Kanit', sans-serif;
        font-size: 16px;
       }
        .site-navbar .site-navigation .site-menu > li > a:hover {
         color: #71a9ec;
         }
      .site-navbar .site-navigation .site-menu > li.social > a {
        top: 15px;
        display: inline-block;
        position: relative;
        width: 40px;
        height: 20px;
        border: 1px solid #efefef;
        border-radius: 50%; 
        left: 30px;
      }
      .site-navbar  .site-menu .social  a {
      background-color: #000;
      
      }
        .site-navbar .site-navigation .site-menu > li.social > a span {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); 
          color: #fff;
        }
        .site-navbar .site-navigation .site-menu > li.social > a:hover {
          color: #efeff0; 
        }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; 
    }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; 
      }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon';
         }
     
      
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #3c90f7; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }


.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; 
background-color: #fff;}
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: #fff; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #fff; }
  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(15, 15, 15, 0.7) !important; }
    .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
      color: #4d4de4 !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #111111 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        /* color: #f3f3f3 ; */
           color: #68acff !important;  
          }
        
          @media (max-width: 991.98px) {
            .site-navigation {
              text-align: center;
            }
            
            .site-menu {
              display: none;
            }
            
            .site-menu .main-menu .js-clone-nav {
              display: block !important;
            }
            
            .social {
              margin-bottom: 10px;
            }
          }
          
          /* Media Query for Mobile Devices */
          @media (max-width: 767.98px) {
            .site-logo {
              text-align: center;
            }
          
            .site-menu {
              display: block !important;
              position: fixed;
              top: 0;
              left: 0;
              width: 100%;
              height: 100vh;
              background-color: rgba(0, 0, 0, 0.9);
              z-index: 1000;
              text-align: center;
              padding-top: 80px; /* Adjust as needed */
              transition: transform 0.3s ease-in-out;
              transform: translateX(-100%);
            }
          
            .site-menu.open {
              transform: translateX(1);
            }
          
            .site-menu li {
              margin: 20px 0;
            }
          
            .site-menu a {
              color: #fff;
              font-size: 20px;
            }
          
            .site-menu-toggle {
              display: block !important;
              position: fixed;
              top: 20px;
              right: 20px;
              z-index: 1500;
            }
          }

          nav #icon-btn{
float: left;
line-height:80px ;
font-size: 30px;
margin-left: 80px;
cursor: pointer;

display: none;
          }
@media  (max-width:798px){
  nav #icon-btn{
    display:block;
  }
  nav ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color:#f6f6;
    top: 80px;
    left:0;
    text-align: center;
  }
}
/* Blocks */


.slide-item img{
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .slide-item img{
margin-top: 100px;  
/* margin-bottom: 0px; */
}
}
.service {
  background: #ffe1e1;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .service .service-inner {
    border: 1px solid rgba(51, 50, 50, 0.05);
    border-top: none;
    padding: 20px;
    text-align: center; }
    .service .service-inner h3 {
      font-size: 20px;
      color: #000;
      margin-bottom: 0; }
    .service .service-inner p {
      font-size: 14px;
      color: #aaa; }
    .service .service-inner *:last-child {
      margin-bottom: 0; }
  .service:hover {
    position: relative;
    top: -2px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05); }
.service img{
  width: 255px;
  height: 250px;
}
.counter-wrap {
  text-align: center; }
  .counter-wrap .counter {
    font-size: 60px;
    color: #fff; }
    .counter-wrap .counter span {
      color: white; }
  .counter-wrap span {
    color: rgba(255, 255, 255, 0.5); }

.custom-media {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px; }
  .custom-media .text {
    background: #4cb9e4;
    padding: 20px; }
    .custom-media .text h3 {
      color: #fff;
      font-size: 20px; }
  .custom-media .img-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    width: 100%; }

.feature h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700; }

.feature .img-wrap {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  background: #fff; }
  .feature .img-wrap img {
    position: absolute;
    width: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.testimonial {
  background: #fff;
  padding: 20px;
  border: 1px solid rgb(222, 231, 233);
  background: rgb(222, 231, 233);
  border-radius: 20px;
  width: 350px; 
  height: 400px;
}
  .testimonial .img-fluid i{
    font-size: 35px;
    /* margin-bottom: 30px; */
    color: #f1e8e8;
    }
.testimonial .circle { 
   background: rgb(255, 152, 56);
   /* background: lightblue; */
    border-radius: 50%;
    width: 70px;
    height: 70px;
   margin-left: 120px;
   padding-top: 25px;
   margin-top: -50px;
}
  .testimonial blockquote {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
   }
    .testimonial blockquote .quote {
      color: #696868; }

      .grad{
        background-image: url("images/test-bg.jpg");
        margin-top: 40px;
      }


.blog-entry {
  text-align: center; }
  .blog-entry h2 {
    font-size: 16px;
    font-weight: 700; }
  .blog-entry p {
    font-size: 14px; }
  .blog-entry .post-meta {
    background: #fff;
    padding: 2px 4px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    text-align: center;
    font-size: 13px; }
    .blog-entry .post-meta [class*="icon-"] {
      color: #3c90f7; }
    .blog-entry .post-meta > span {
      margin: 8px; }

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* Blog */
.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff; }
  .sidebar-box *:last-child {
    margin-bottom: 0; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none; }
  .categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .categories li a, .sidelink li a {
    display: block; }
    .categories li a span, .sidelink li a span {
      position: absolute;
      right: 0;
      top: 0;
      color: #ccc; }
  .categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000;
        text-transform: uppercase;
        font-size: 14px; }
        .comment-list li .comment-body .reply:hover {
          color: #000;
          background: #e3e3e3; }

.search-form {
  background: #f7f7f7;
  padding: 10px; }
  .search-form .form-group {
    position: relative; }
    .search-form .form-group input {
      padding-right: 50px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em; }
  .post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem; }

.card-title {
  font-size: 1.4rem;
  color: #000; }

.team img {
  border-radius: 50%;
  margin-bottom: 20px; }

.team h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000; }

.team .position {
  margin-bottom: 30px;
  color: #aaa; }

 .site-section .section-heading{
  font-size: 19px;
  font-family: 'Kanit', sans-serif;
  color: #0f0f0f;
  }
  .site-section .about{
    margin-bottom: 6rem;
   
  }
  .site-section .about h3{
  font-family: 'Kanit',sans-serif;
  font-size: 30px;
  }

  .Project .heading h2{
    font-size: 25px;
    font-family: 'Noto Sans', sans-serif;
  }

  /* Slideshow */

/* Hide all slides by default */
.mySlides {
  display: none;
  opacity: 0; /* Initially set opacity to 0 */
  transition: opacity 3s ease; /* Apply transition for opacity */
  width:433px;
  height:239px;
}

/* Show the first slide by default */
.mySlides:first-child {
  display: block;
  opacity: 1;
}

@media screen and (max-width:768px) {
  .clients img{
 width: 100%;
 height: 100%;
 
  }
}
/*   Achievements  */


.container1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}

.container1 .item {
  
  /* margin: 10px; */
  text-align: center;
  margin-top: 60px;

  border-radius: 10px;
}

.container1 .item img {
 
  width: 250px;
  height: 230px;
  transition: transform .5s ease-in-out;
  box-shadow: 0 3px 6px  rgb(27, 27, 27, .5);
}

.container1 .item p {
  margin-top: 5px;
  margin: 18px;
}
/* 

.container1 .item:hover{
  border:1px solid #4d4de4 ;
}  */

.container1 img:hover{
  transform: scale(1.2);
}
.container4 {
  display: flex;
  margin-left: 50px;
}

.card {
  height: 250px;
  /* width: 300px; */
  box-shadow: 5px 5px 20px black;
  margin: 30px;
  overflow: hidden;
}

.card img {
  height: 250px;
  width: 250px;
  border-radius: 3px;
}

.intro {
  height: 70px;
  width: 250px;
  padding: 6px;
  box-sizing: border-box;
  position: absolute;
  background: rgb(27, 27, 27, .5);
  color: white;
  bottom: 0;
  transition: .3s all ease-in-out;
  overflow-y: auto; /* new style */
}
.intro::-webkit-scrollbar {
  width: 5px; /* adjust the width as needed */
}

.intro::-webkit-scrollbar-track {
  background-color: rgba(27, 27, 27, 0.5);
}

.intro::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 2px;
}

.intro h1 {
  margin: 10px;
}

.intro p {
  margin: 10px;
  visibility: hidden;
  opacity: 0;
  line-height: 17px;
}

.card:hover {
  cursor: pointer;
  /* transition: all 0.4s ease-in-out; */
}

.card:hover .intro {
  height: 220px;
  bottom: 0;
  /* background: black; */
}

.card:hover p {
  opacity: 1;
  visibility: visible;
  transition: .3s all ease-in-out;
}

.card:hover img {
  transform: scale(1.1) rotate(-3deg);
}


@media screen and (max-width:768px){
  .site-logo img{
    margin-left: 100px;
  }
}
@media screen and (max-width:768px){
.service {
  width: 100%;
  height: 330px;
  margin-top: -80px;
  margin-bottom: 11.5rem;
}
.service .service-inner{
  border-bottom: navajowhite;
}
}
.img-thumbnail{
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.gallery{
margin: 10px 50px;
/* columns: 4; */
}
.gallery img{
transition: 1s;
padding: 15px;
width: 200px;
height: 200px;
}
.gallery img:hover{
/* filter: grayscale(100%); */
transform: scale(1.1);
}
@media screen and (max-width:760px) {
.gallery{
  columns: 2;
}

}

.gallery-item {
padding: 0;
display: block;
margin: 0;
}
.gallery-item img {
width: 100%;
}

/* Activity */

.cause {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px solid #1f76bd;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  margin-left: 20px;
  height: 450px;
}

.cause .cause-progress {
  margin: 0 10px 15px;
  border: 1px solid #1f76bd;
  border-radius: 3px;
}

.cause .cause-progress .progress-bar {
  background: #1f76bd;
  box-shadow: none;
}

.cause .cause-img {
  margin-bottom: 15px;
  width: 100%;
  height: 200px;
}

.cause .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

.cause .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 13px;
  margin-bottom: 15px;
  min-height: 115px;
}

.cause:hover {
  background: #f0f0f0;
  color: #144d7b;
  border-color: #144d7b;
}

.donation-pg .Bank{
height: 400px;
}
.donation-pg .Bank h2{
padding: 20px;
font-weight: 700;
}

.donation-pg .Bank ul li{
  padding: 8px;
}
.donation-pg .Bank  p{
  background: rgb(228, 102, 28);
  color: white;
}
.donation-pg .Bank span{
color: yellow;
padding-left: 9rem;
}
/* donate button */

.donate-btn{
  background: rgb(255, 98, 7);
  border: none;
  border-radius: 30px;
padding: 10px 25px !important;
margin-right: -100px;
margin-left: 40px;
font-size: 17px;
transition: .3s ease-in-out;
}
.donate-btn:hover{
  background: rgb(245, 121, 49);
} 


/* Media Queries */
@media (max-width:768px){
  header .site-logo{
    display: inline;
  }
header .site-logo img{
width: 100px;
height: 100px;
}
header .logo-text img{
width: 200px;
height: 50px;
margin-left: 0;
}
.slide-item{
  height:  400px;
}
.grad{
  margin-top: -80px;
}
.about .img-bg img{
  width: 100%;
}
.about .parag p{
 padding: 10px;
 margin-bottom: -30px;
}
.list ul{
  padding-left: 0;
}
}
@media (max-width:768px){
.donation-pg .Bank{
    margin-left: -20px !important;
    height: auto;
}
}
