@import url('link href="https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
  color: #52565e;
/*  background: #f0f0f0;*/
background: linear-gradient(#ECEFFE, #CED6FB);

}

h1,
h2,
h3,
h4 {
  font-family: "Dosis", sans-serif;
}

a {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;

  /* Testing Nagab
  ============================== */
.section-mid{
    position: absolute;
    top: 30px;
    margin: 50px auto;
    background-color: #fff;
    

  }
}

.clearfix::after{
  content: '';
  display: block;
  clear: both;

}

/* Header 
================================= */
.navbar-static-top {
  margin: 0;
  border: 0;
  color: #fff;
}

.navbar-top {
  background: #090684;
  font-size: 16px;
  padding: 8px 0;
}
.navbar-top .list-inline {
  margin-bottom: 0;
}
.navbar-top .header-contact li {
  margin-right: 15px;
}
.navbar-top .header-contact li .fa {
  margin-right: 5px;
}

.navbar-main {
  margin-bottom: 0;
  color: #090684;
  background: #fff;
}
.navbar-main .navbar-brand {
  border-bottom: none !important;
  padding: 10px 15px;
}
.navbar-main a:hover,
.navbar-main a:active,
.navbar-main a:focus,
.navbar-main a.is-active {
/*  background: none !important;*/
  color: inherit;
  border-bottom: 2px solid #fff;
}
.navbar-main .submenu {
  position: absolute;
  list-style: none;
  background: #090684;
  padding: 0;
  width: 250px;
  left: -35px;
  visibility: hidden;
  top: 85px;
  -moz-transition: all, 0.05s;
  -o-transition: all, 0.05s;
  -webkit-transition: all, 0.05s;
  transition: all, 0.05s;
}
.navbar-main .submenu li {
  border-top: 1px solid #fff;
}
.navbar-main .submenu li:hover {
  background: #f05b2e;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.navbar-main .submenu li a {
  width: 100%;
  border-bottom: none;
  text-decoration: none;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
}
.navbar-main li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 2px solid transparent;
}
.navbar-main li:hover .submenu {
  top: 62px;
  visibility: visible;
  -moz-transition: all, 0.25s;
  -o-transition: all, 0.25s;
  -webkit-transition: all, 0.25s;
  transition: all, 0.25s;
}
.navbar-main .icon-bar {
  background: #090684;
}

.bar-top{
  padding: 3px 0;
  background: #00601b;
  font-size: 16px;
  max-height: 60px;

}

.dropdown-menu{
  display: block;
  
}

.nav-menu{
  background-color: white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.nav-menu{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu li{
  height: 10px;
}

.nav-menu a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex; 
  align-items: center;
  color: black;
}

.nav-menu 

/* Home Slider 
================================= */
.carousel-home img {
  width: 100%;
}
.carousel-home .carousel-control {
  background: #090684;
  height: 80px;
  width: 40px;
  top: 50%;
  margin-top: -40px;
  -moz-transition: width, 0.3s;
  -o-transition: width, 0.3s;
  -webkit-transition: width, 0.3s;
  transition: width, 0.3s;
}
.carousel-home .carousel-control .fa {
  font-size: 2.5em;
  padding-top: 12px;
}
.carousel-home .carousel-control:hover {
  width: 50px;
}
.carousel-home .carousel-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.carousel-home .carousel-title {
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.carousel-home .carousel-subtitle {
  font-size: 25px;
  text-transform: uppercase;
}
.carousel-home .btn {
  margin-top: 30px;

}

.carousel-home .carousel-btn{
  background: #c20229;
  border: none;
  border-radius: 8px;
  padding: 8px 25px;
  border: 1px solid transparent;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.carousel-home .carousel-para{
  width: 80%;
  margin-top: 20px;
  font-size: 20px;
  text-align: left;
  padding-left: 20px;
  color: #fff;
  border-left: 8px solid #f05b2e;
}

.section-home {
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .carousel-home .carousel-para {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .carousel-home .carousel-para {
    width: 100%;
  }
}



/* Post Slider
================================= */
.page-wrapper a:hover{
  color: #185b91;
}

.post-slider{
/*  border: 1px solid #1f76bd;*/

}

..post-slider .slider-title{
  text-align: center;
  margin: 30px auto;
}

.post-slider .prev{
  position: absolute;
  top: 50%;
  left: 30px;
  text-size: 2em;
  cursor: pointer;
  color: #115c9b;
}

.post-slider .next{
  position: absolute;
  top: 50%;
  right: 30px;
  text-size: 2em;
  color: #115c9b;
}

.post-slider .post-wrapper{
  width: 84%;
  height: 350px;
  margin: 0 auto;
  padding: 10px 0 0 0;
/*  border: 1px dashed #1f76bd;*/
  overflow: hidden;

}

.post-slider .post-wrapper .post{
  width: 300px;
  height: 330px;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  box-shadow: 1rem 1rem 1rem -1rem #a0a0a033;
  border-radius: 8px;
}

.post-slider .post-wrapper .post .slider-image{
  width: 100%;
  height: 200px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.post-slider .post-wrapper .post .post-info{
  padding: 0 10px;

}



/* Blog
================================= */

.blog{
  width: 90%;
  margin: 15px auto 15px;
  border: 1px solid #522d80;
  position: relative;
}



.blog .blog-content{
  width: 70%;
  float: left;
  border: 1px solid red;
}
.post{  
  margin: 10px auto;
  border-radius: 10px;
  background: #fff;
  border: 1 solid red;
}

.blog .blog-content .post .blog-image{
  width: 40px;
  height: 100%;
  float: left;
  border-radius: 10px 0 0 10px;
}

.blog .blog-content .post .post-preview{
  width: 60px;
  padding: 10px;
  float: right;

}


.blog .blog-content .recent-blog-title{
  margin: 20px;
}

.blog .sidebar{
  width: 30%;
  float: left;
  border: 1px dashed blue;
  height: 300px;
}

.blog .blog-content .blog-post .btn-readmore {
  background: transparent;
  color: #115c9b;
  border-radius: 8px;
  padding: 10px 25px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 1px solid #115c9b;
}

.blog .blog-content .blog-post .btn-readmore:hover{
  background: #115c9b;
  color: #fff;
  border-radius: 8px;
  padding: 10px 25px;
  text-decoration: none;
  
}

.main-content{
  background-color: #fff;
  border-radius: 8px;
  width: inherit;
  margin: 0 2px 15px 2px;
}

.post-title{
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.post-img{
  max-width: inherit;
  padding: 10px;
}

.post-content{
  padding: 30px;

}

.post-footer{
  border-top: 1px solid #e0e0e0 ;
  margin-top: 10px;
  padding: 20px;
}


/* home/ about-us 
================================= */
.about-lsm{
  background: #f0f0f0;
  margin: 50px 0;
}

.about-box{
  background: #fff;
  display: flex;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.about-box .about-col{
}

.about-col img{
  width: 100%;
  height: 100%;
}

.about-col .about-wrapper{
  margin: 30px;
}

.about-col .about-btn{
  margin: 30px;
}

.about-col .about-btn a{
  text-decoration: none;
}

.about-col .about-btn a:hover{
  text-decoration: none;
}
.about-wrapper .about-title h2{
  margin-bottom: 25px;
}

.about-wrapper .about-content p{
  font-size: 15px;
}

.about-us {
  margin: 30px 0;
}

.about-us-col {
  height: 325px;
  padding: 25px;
  text-align: center;
  background-color: #038120;
  background-image: url();
  background-size: 100%; 
  color: #fff;
}

.about-us-col:hover{
  background-color: #115c9b;
  

}
.about-us-col .col-icon-wrapper {
  min-height: 80px;
}
.about-us-col .col-title {
  text-transform: uppercase;
}
.about-us-col .col-details {
  text-align: justify;
  margin-bottom: 25px;
  min-height: 80px;
}

.post-img{
  width: 40;
  margin: 20px;
  height: inherit;
}

.card-preview{
 
  position: relative;
  padding: 10px;
  width: 60;
 
}

.btn-card{
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.btn-news {
  background: transparent;
  color: #1f76bd;
  border-radius: 6px;
  padding: 8px 25px;
  border: 1px solid #1f76bd;
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.btn-news:hover {
  background: #1f76bd;
  color: #fff;
}

.newsSearch{
  max-width: inherit;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin: 0 0 15px 0;
  position: relative;
} 

.newsSearch .newsSearch-title{
  margin-top: 0;
}

.newsSearch.topics .{

}

.newsSearch.topics ul{
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;

}

.newsSearch.topics ul li a{
  padding: 10px 0px 10px 0px;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s;
}

.newsSearch.topics ul li a:hover{
  padding-left: 10px;
  transition: all 0.3s;
}

.text-input{
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  outline: none;
  color: #444;
  border: 1px solid #e0e0e0;
  font-size: 1.2em;
}

/* home/ about-us 
================================= */
.projects-lsm{
  background: #f0f0f0;
  margin: 50px 0;
}

.projects-box{
  background: #fff;
  display: flex;
}

.projects-box .projects-col{
/*  margin: 20px;*/

}

.projects-col img{
  width: 100%;
  height: 100%;
}

.projects-col .projects-wrapper{
  margin: 30px;
}

.projects-wrapper .projects-title h2{
  margin-bottom: 25px;
}

.projects-wrapper .projects-content p{
  font-size: 15px;
}

/* home/reasons 
================================= */
.home-reasons {
  margin: 30px 0;
  background: #fff;
  padding-bottom: 30px;
}

.reasons-col {
  position: relative;
  overflow: hidden;
}
.reasons-col img {
  width: 100%;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.reasons-col .reasons-titles {
  position: absolute;
  bottom: 0;
  text-align: center;
  background: rgba(31, 118, 189, 0.8);
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  height: 125px;
  padding: 25px 0;
}
.reasons-col .reasons-title {
  font-weight: bold;
}
.reasons-col .on-hover {
  position: absolute;
  top: 0;
  bottom: 125px;
  width: 100%;
  padding: 25px;
  color: #fff;
  text-align: justify;
  background: rgba(31, 118, 189, 0.9);
  border-bottom: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.reasons-col:hover .on-hover {
  visibility: visible;
  opacity: 1;
  padding: 50px;
  -moz-transition: all, 1s;
  -o-transition: all, 1s;
  -webkit-transition: all, 1s;
  transition: all, 1s;
}
.reasons-col:hover img {
  -moz-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
  -webkit-transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
  transform: perspective(1.1) scale3d(1.1, 1.1, 1.1);
}

/* home/causes
================================= */
.cause {
  padding-bottom: 15px;
  margin-bottom: 30px;
  box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.2), 4px 2px 2px 0 rgba(0, 0, 0, 0.19);
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
/*   border-radius: 10px;*/
   background: #fff;
}

.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%;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
/*  border-radius: 10px 10px 0 0;*/
}

.cause .cause-img:hover{
  filter: brightness(70%);
  transform: scale(1.0);
}
.cause .cause-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #090684;
}
.cause .cause-details {
  text-align: justify;
  padding: 0 15px;
  font-size: 15px;
  margin-bottom: 15px;
  min-height: 115px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cause .cause-details:hover {
  border-color: #090684;
}

/* Team 
================================= */
.team-member {
  background: #2c2e31;
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  border-radius: 10px;
}
.team-member .thumnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.team-member .thumnail img:hover{
  filter: grayscale();
}

.team-member .member-name {
  font-weight: bold;
}
.team-member .member-position {
  padding: 0 15px 5px;
}

.map-top {
  background: #115c9b;
  height: 10px;
}

/*Login Box
================================= */

.loginbox{
  background-color: #fff; 
  max-width: 800px; 
  margin:auto; 
  margin-top: 100px;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-radius: 10px;
}

.bottombar{
  position: absolute;
}

#text{
  height: 30px;
  width: 300px;
  border-radius: 4px;
  border: solid 1px #888;
  padding: 4px;
  font-size: 14px;
  background-color: #ecebee;
}

#button{
  height: 30px;
  width: 300px;
  border-radius: 4px;
  background-color: rgb(59, 89, 152);
  padding: 4px;
  font-size: 14px;
  color: #fff;
  border-width: 0;
}



/* about/ Why-Us
============================= */

.why-us {
  padding: 20px 0;
  background: url("../images/about_img.jpeg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.why-us::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
/*  right: 0;*/
  top: 0;
/*  bottom: 0;*/
  background: rgba(8, 10, 11, 0.7);
}

.why-us .why-wrapper{
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  opacity: 0.6;
  margin: 60px;
}


.why-main{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.why-main .why-column{
  display: flex;
  flex-direction: column;
  width: 450px;
  margin: 4px;

}

.why-column .why-items{
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  align-items: center;
}

.why-items .why-icon{
  color: #f05b2e;
  font-size: 30px;
  border: 1px solid #090684;
  padding: 4px 10px;
  
}

.why-items .why-content{
  margin-left: 20px;
}

.why-content .why-title h4{
  margin: 2px;
  font-size: 20px;
  font-weight: 600;
  color: #f05b2e;
}

@media (max-width: 992px) {
  .why-main {
    flex-wrap: wrap;
  }
}


/* About-Mission 
=================================*/
.ourmission{
  background: url("../images/about_img.jpeg") no-repeat;
  background-position: center center;
  background-size: cover;
  background: #fff;
  position: relative;

}

.mission-wrapper{
  display: flex;
  justify-content: space-around;
 
  background: #fff;
}

.mission-wrapper .mission-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.mission-box .mission-title h2{
  color: #f05b2e;
  text-align: center; 
  font-weight: 500;
   width: 400px;
}

.mission-box .mission-details{
  width: 100%;
  border-top: 2px solid #f05b2e;
  padding: 10px 40px;
  font-size: 15px;
  text-align: center;
  margin: 8px auto;
}

.mission-wrapper .vision-box{
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width: 992px){

  .mission-wrapper{
  flex-direction: column;
}

.mission-wrapper .mission-box{
  width: 80%;
}

.mission-box .mission-details{
 
  padding: 10px 10px;

}


}



/* About-Values 
=================================*/
.our-values{
  margin: 50px 0;
}

.values-wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.values-wrapper .values-box{
  background: #fff;
  text-align: center;
  padding: 18px 18px;
  border-top: 1px solid #f05b2e;
  transition: all 0.3s ease;
  display: flex;
  position: relative;
  overflow: hidden;
}

/*.values-wrapper .values-box:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  height: 8px;
  width: 8px;
  background: #f05b2e;
  background: url("../images/arrow.png");

}*/

.values-wrapper .values-box h2{
  color: #f05b2e;
  font-size: 20px;
  padding-left: 30px;
}

.values-wrapper .values-box img{
  height: 60px;
  padding-left: 20px;
}

.values-wrapper .values-box:hover{
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
  transform: scale(1.01);
  cursor: pointer;

  .values-wrapper .values-box img{
    opacity: 0;
  }
}

.values-box .values-content{
  position: absolute;
  inset: 0;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;    
  background: rgba(31, 118, 190, 0.9);
  color: #fff;
  transition: 0.5s ease-in-out;
}

.values-box .values-content p{
  font-size: 15px;
}
.values-box .values-content.slide-down{
  transform: translateY(-100%);
}

.values-box:hover .values-content.slide-down{
  transform: translateY(0);
}

/* Our Services
=================================*/

/*.our-service{
  background: linear-gradient(45deg, blueviolet, red);
  padding: 40px 0;

}*/

.service-box{
  background: #fff;
  padding: 10px;
  margin: 30px 0; 

}

.service-wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin: 30px;
}

.service-box .title-details{
  max-width: 800px;
  margin: 0px auto 25px;
  text-align: center;
}

.service-wrapper .service-item{
  position: relative;
}

.service-wrapper .service-item img{
  width: 100%;
}

.service-item .service-topic h2{
  position: absolute;
  color: #f3f3f3;
  background: #090684;
  padding: 6px 6px 6px 13px;  
}

/* Pages 
================================= */
.page-heading {
  background: url('../images/heading-img.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.heading-wrapper .heading-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;   
  height: 100%; 
  background:  rgba(8, 10, 11, 0.6);
  viewport-fit: inherit;
  color: #fff;
}

.page-heading .title-under {
  background: #fff;
}

.page-description {
  font-size: 15px;
}

.main-container {
  margin-bottom: 50px;
}

/* Product page
================================ */

.products-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin:20px 20px;
}

.products-wrapper{
  position: relative;
  overflow: hidden;
}

.products-wrapper > img{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.products-wrapper > .products-content{
  position: absolute;
  inset: 0;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;    
  background: rgba(31, 118, 189, 0.7);
  color: #fff;
}

.products-wrapper .products-content a{
  text-decoration: none;
}

.products-wrapper > .products-title{
  position: absolute;
  inset: 0;
  padding: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: end;

}

.products-wrapper > .products-btn{
  position: absolute;
  inset: 0;
}

.products-wrapper > .products-title.fade{
  opacity: 1;
}

.products-wrapper:hover > .products-title.fade{
  opacity: 0;
}

.products-wrapper > img,
.products-wrapper > .products-content{
  transition: 0.5s ease-in-out;
}

.bottom-content{
  position: absolute;
  bottom: 10px;
}

.products-wrapper:hover img.blur{
  filter: blur(5px);
}

.products-wrapper:hover img.zoomIn{
  transform: scale(1.1);
}

.products-wrapper .products-content.fade{
  opacity: 0;
}

.products-wrapper:hover .products-content.fade{
  opacity: 1;
}

.products-wrapper .products-content.slide-left{
  transform: translateY(-100%);
}

.products-wrapper:hover .products-content.slide-left{
  transform: translateY(0);
}

/* Products Code Protected
=================================== */
/*
.products-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin:20px 20px;
}

.products-wrapper{
  position: relative;
  overflow: hidden;
}

.products-wrapper > img{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.products-wrapper > .products-content{
  position: absolute;
  inset: 0;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;    
  background: rgba(31, 118, 189, 0.7);
  color: #fff;
}

.products-wrapper .products-content a{
  text-decoration: none;
}

.products-wrapper > .products-title{
  position: absolute;
  inset: 0;
  padding: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: end;

}

.products-wrapper > .products-btn{
  position: absolute;
  inset: 0;
}

.products-wrapper > .products-title.fade{
  opacity: 1;
}

.products-wrapper:hover > .products-title.fade{
  opacity: 0;
}

.products-wrapper > img,
.products-wrapper > .products-content{
  transition: 0.5s ease-in-out;
}

.products-wrapper:hover img.blur{
  filter: blur(5px);
}

.products-wrapper:hover img.zoomIn{
  transform: scale(1.1);
}

.products-wrapper .products-content.fade{
  opacity: 0;
}

.products-wrapper:hover .products-content.fade{
  opacity: 1;
}

.products-wrapper .products-content.slide-left{
  transform: translateX(-100%);
}

.products-wrapper:hover .products-content.slide-left{
  transform: translateX(0);
}*/


/* News Letter
=================================*/
.subscribe{
  padding: 10px;
  background-color: #038126;
}

.subscribe .subs-content{
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.subscribe .subs-content h2{
  margin-bottom: 20px;
  color: #fff;
}

.subscribe .subs-content .form-control{
  height: 40px;
  border-radius: 10px 0 0 10px;
  border-color: transparent;
}

.subscribe .subs-content .btn{
  height: 40px;
  border-radius: 0 10px 10px 0;
  border-color: #fff;
  border-width: 2px;
  background-color: #038126;
  color: #fff;
}

.subscribe .subs-content .btn:hover{
  background-color: #05541b;
}


===========================*/


.home-newsletter{
  padding: 20px 0;
  background: #115c9b;
}

.home-newsletter .single{
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 0;
}

.home-newsletter .single h2{
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-newsletter .single .form-control{
  height: 44px;
  max-width: 600px;
/*  background: rgba(255, 255, 255, 0.7);*/
  border-color: transparent;
  border-radius: 50px; 
  margin-bottom: 20px;
  position: absolute;
}

.home-newsletter .single .form-control.focus{
  box-shadow: none;
  border-color: #243c4f;
}

.home-newsletter .single .btn{
  min-height: 40px;
  border-radius: 50px;
  background: #1f76bd;
  z-index: 8;
  color: #fff;
  padding: 0 30px;
  position: relative;
  top: 0;
  bottom: 0;
  margin: 2px;
  right: -210px;
}

.home-newsletter .single .btn:hover{
  background: #fff;
  border-color: #115c9b;
  border-width: 2px;
  color: #115c9b;
}

.home-newsletter .single .icon{
  position: absolute;
  left: 2px;
}


/* footer 
================================= */

.footer-section{
  background: #2c2e31;
}

.footer-section .footer-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer-box{
  color: #fff;
  width: 50%;
  margin: 10px;
}

.footer-box .footer-header h2{
}

.footer-box img{
  margin: 10px 0;
}

.footer-wrapper .footer-box ul{
  padding-left: 0;
}

.footer-wrapper .footer-box ul li{
  list-style: none;
  text-decoration: none;
  padding: 0px 10px 10px 0;
}

.footer-wrapper .footer-box i{
  border-radius: 10px;
}

.footer-box .footer-details ul{
  margin: 16px 0;
}

.footer-box .footer-details i{
  background: #f05b2e;
  padding: 5px 6px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 12px;
}

.footer-box .footer-socials{
  display: flex;
  align-items: center;
}

.footer-box .footer-details ul li{
  padding-bottom: 0px;
}

.footer-socials .footer-icon{
  font-size: 16px;
  color: #fff;
  background: #f05b2e;
  padding: 5px;
  line-height: 12px;
  text-align: center;
  margin: 0 10px 10px 0;
  transition: 0.4s ease;
}

.footer-floor{
  background: #000;
  padding: 16px;
  color: #fff;
  text-align: center;
}

.footer-socials .footer-icon:hover{
  background: #fff;
  color: #f05b2e;
}

@media (max-width: 992px){

.footer-section .footer-wrapper{
  flex-direction: column;
}
}

@media (max-width: 768px){

.footer-box{
  width: 50%;
}

}

















.footer-top {
  background: #7a7a7b;
  height: 40px;
}

.main-footer {
  background: #7a7a7b;
  color: #fff;
}
.main-footer .footer-main {
  padding: 30px 0;
}
.main-footer .footer-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-footer .footer-title .title-under {
  background: #fff;
  margin: 15px 0;
  text-align: left;
}
.main-footer .footer-title .title-under:after {
  margin: 0;
  background: #fff;
}
.main-footer .footer-content {
  text-align: justify;
  font-size: 13px;
}
.main-footer .tweet {
  font-size: 13px;
}
.main-footer .tweet:after {
  content: "";
  height: 1px;
  display: block;
  background: #115c9b;
  width: 150px;
  margin: 15px auto;
}
.main-footer .tweet:last-child:after {
  display: none;
}

.footer-bottom {
  background: #2c2e31;
  padding: 3px;
}

.footer-form .form-group {
  margin-bottom: 5px;
}
.footer-form .form-control {
  background: #fff;
  color: #00601b;
  border: 0;
  border-radius: 0;
  margin-bottom: 5px;
  border: 1px solid #fff;
  resize: none;
}
.footer-form .btn-submit {
  border-radius: 0;
  background: #f05b2e;
  text-transform: uppercase;
  border: 1px solid #fff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.footer-form .btn-submit:hover {
  background: #fff;
}
.footer-form input:-moz-placeholder,
.footer-form textarea:-moz-placeholder {
  color: #fff;
}
.footer-form input::-moz-placeholder,
.footer-form textarea::-moz-placeholder {
  color: #fff;
}
.footer-form input:-ms-input-placeholder,
.footer-form textarea:-ms-input-placeholder {
  color: #fff;
}
.footer-form input::-webkit-input-placeholder,
.footer-form textarea::-webkit-input-placeholder {
  color: #fff;
}




/* Pages/Gallery 
================================= */
.gallery-item {
  padding: 0;
  display: block;
  margin: 0;
}
.gallery-item img {
  width: 100%;
}

.contact-items {
  margin-top: 30px;
}
.contact-items .contact-item {
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 16px;
}
.contact-items .contact-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #038126;
  vertical-align: middle;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}
.contact-items .contact-icon .fa {
  vertical-align: sub;
  font-size: 20px;
  margin-top: 7px;
}

/* contact 
================================= */
.contact-map {
  height: 350px;
  background: #ccc;
}

form .alert {
  display: none;
}

/* Causes 
================================= */
.cause-carousel {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* =============================================================================
	Module
========================================================================== */
.btn-primary {
  background: #fff;
  border: none;
  color: #090684;
  border-radius: 8px;
  padding: 8px 25px;
  border: 1.5px solid #090684;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.btn-primary:hover {
  background: #090684;
  color: #fff;
  border: 1px solid #090684;
}

.btn-secondary {
  background: #fd5814;
  color: #fff;
  border-radius: 8px;
  padding: 8px 25px;
}
.btn-secondary:hover {
  background: #d74c13;
  color: #fff;
}

.btn-service {
  background: #fff;
  border: none;
  border-radius: 8px;
  color: #090684;
  padding: 8px 25px;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.btn-service:hover {
  background: #090684;
  color: #fff;
}


.title-style-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
}

.title-style-2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 25px;
}
.title-style-2 .title-under {
  display: block;
  margin: 5px 0;
}
.title-style-2 .title-under:after {
  margin: 0;
  margin-top: 10px;
}

.title-under {
  display: block;
  margin: 5px auto;
  background: #090684;
  height: 1px;
  width: 280px;
}
.title-under:after {
  content: '';
  display: block;
  width: 100px;
  background: inherit;
  height: 2px;
  margin: 0 auto;
  margin-top: 10px;
}

/* Modal
================================= */
.form-control {
  border-radius: 0;
  box-shadow: none;
}

/* Tabeles
================================= */
.table-style-1 thead {
  background: #1f76bd;
  border-bottom: 1px solid #144d7b;
  color: #fff;
}
.table-style-1 td,
.table-style-1 th {
  border-bottom: 1px solid #1f76bd;
}

.table-style-2 thead {
  background: #115c9b;
  border-bottom: 1px solid #144d7b;
  color: #fff;
}
.table-style-2 tbody tr:nth-child(even) {
  background: #1f76bd;
  color: #fff;
}
.table-style-2 td,
.table-style-2 th {
  border-bottom: 1px solid #1f76bd;
}

/* Tabs
================================= */
.nav-tabs {
  border-bottom-color: #1f76bd;
  margin-bottom: 15px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #1f76bd;
  color: #fff;
}

.nav-tabs > li > a {
  border-radius: 0;
}

.nav-tabs > li > a:hover {
  border-color: #1f76bd #1f76bd #1f76bd #115c9b;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: #115c9b;
  color: #fff;
}

/* Accordion
================================= */
.panel-default {
  border-color: #1f76bd;
  border-radius: 0;
}
.panel-default > .panel-heading {
  background: #1f76bd;
  color: #fff;
}
.panel-default > .panel-heading:hover {
  background: #115c9b;
}

/* Modal
================================= */
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  background: #1f76bd;
  color: #fff;
}
.modal .modal-header .close {
  font-style: 26px;
}

.lightbox {
  position: relative;
  display: block;
  overflow: hidden;
}
.lightbox img {
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.lightbox .on-hover {
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  background: rgba(31, 118, 189, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover .hover-caption {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 5px;
  right: 5px;
  font-style: 18px;
  display: block;
  font-family: "Dosis", sans-serif;
  bottom: -50px;
  -moz-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  -webkit-transition: all, 0.6s;
  transition: all, 0.6s;
}
.lightbox .on-hover:before {
  content: "";
  display: block;
  width: 46px;
  height: 48px;
  position: absolute;
  background: url('../images/icons/zoom-icon.png?1428101315');
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -24px;
}
.lightbox:hover .on-hover {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.lightbox:hover .on-hover .hover-caption {
  bottom: 25px;
}
.lightbox:hover img {
  -moz-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  -webkit-transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
  transform: perspective(1.15) scale3d(1.15, 1.15, 1.15);
}

/* Ow carousel
================================= */
.owl-next,
.owl-prev {
  width: 32px;
  height: 32px;
  padding-top: 5px;
  border: 2px solid;
  text-align: center;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
.owl-next:hover,
.owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.owl-next {
  left: auto;
  right: 0;
}

/* =============================================================================
	Responsive
========================================================================== */
/* Large devices (large desktops, 1200px and Down) */
@media (max-width: 1200px) {
  .about-us-col {
    padding: 15px;
  }

  .reasons-col:hover .on-hover {
    padding: 15px;
  }

  .reasons-col:hover .on-hover {
    padding: 25px;
  }
}
/* Medium devices (desktops, 992px and Donw) */
@media (max-width: 992px) {
  .carousel-home .carousel-title {
    font-size: 36px;
  }
  .carousel-home .carousel-subtitle {
    font-size: 18px;
  }
  .carousel-home .btn {
    margin-top: 15px;
  }

  .about-box {
    flex-direction: column;
  }
  .about-us-col {
    margin-bottom: 25px;
  }

  .about-box{
    flex-direction: column;
  }

  .team-member {
    margin-bottom: 25px;
  }

  .reasons-col {
    margin-bottom: 25px;
  }

  .footer-col {
    margin-bottom: 50px;
  }

  .page-heading::before{
  height: 43%;
 }

   .values-wrapper{
    padding: 40px;

  }

  .mission-wrapper .mission-box{
  flex-direction: column;
  padding: 10px;
  margin: 0px auto;
  }

  .mission-box .mission-title h2{
  text-align: center;
  }

.mission-box .mission-details{
  width: 100%;
  }

   .page-heading::before{
  height: 23%;
  }

}

/* Small devices (tablets, 768px and Down) */
@media (max-width: 768px) {
  .header-contact {
    text-align: center;
  }
  .header-contact li {
    margin: 0 !important;
  }

  .header-social {
    text-align: center;
  }

  .navbar-main #navbar {
    float: none !important;
  }
  .navbar-main #navbar a {
    border-bottom: none;
  }
  .navbar-main .navbar-brand {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .navbar-main .submenu {
    position: initial;
    display: none;
    width: 100%;
  }
  
  .navbar-main .navbar-header img {
    margin-top: 8px;
}


  .navbar-main li:hover .submenu,
  .navbar-main li:active .submenu,
  .navbar-main li:focus .submenu {
    display: block;
  }
  .navbar-main li:hover .submenu li,
  .navbar-main li:active .submenu li,
  .navbar-main li:focus .submenu li {
    background: #115c9b;
    border-top-color: #1f76bd;
  }

  .carousel-home .carousel-title {
    font-size: 32px;
  }
  .carousel-home .carousel-subtitle {
    font-size: 16px;
  }
  .carousel-home .carousel-control {
    background: #1f76bd;
    height: 40px;
    width: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .carousel-home .carousel-control .fa {
    font-size: 1.5em;
    padding-top: 4px;
  }

  .col-form {
    margin-bottom: 25px;
  }

  .about-box {
    flex-direction: column;
  }

  .values-wrapper{
    padding: 20px;
  }

  .mission-wrapper .mission-box{
  flex-direction: column;
  padding: 10px;
  margin: 0px auto;
  }

  .mission-box .mission-title h2{
  text-align: center;
  }

.mission-box .mission-details{
  width: 100%;
  }

  .page-heading::before{
  height: 23%;  
  }



}


/* Extra Small devices (tablets, 480px and Down) */
@media (max-width: 480px) {
  .carousel-home .carousel-title {
    font-size: 16px;
    margin: 0;
  }
  .carousel-home .carousel-subtitle {
    font-size: 14px;
    margin: 0;
  }
  .carousel-home .carousel-indicators {
    bottom: 0;
  }
}
/* =============================================================================
	Animations
========================================================================== */
.animate-onscroll {
  visibility: hidden;
}

.animated {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.animated.fadeIn {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* Card Page Test
====================================== */
.card-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  padding: 25px;
}

.card-box{
  background: #446180;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 1.5rem;
}

.card-box img{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  border: 1px solid rgba(230, 250, 104, 1.0);;
  object-fit: cover;
  transition: 2s ease;
}

  .card-box img:hover{
    transform: translateX(20px);
  }

  .card-box h2{
    color: rgba(230, 250, 104, 1.0);
  }

  /* Portfolio
  ============================== */

  .service-filter{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.5rem;
    margin-top: 2rem !important;
  }

  .filter-item{
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
  }

  .active-filter{
    background: #f05b2e;
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
  }

  .portfolio{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
    justify-content: center;
    gap: 1.5rem;
  }

  .portfolio-box{
    background: ;
    box-shadow: 0 4px 14px hsl(355deg, 25%, 15% / 10%);
    padding: 15px;
    border-radius: 0.5rem;
  }

  .portfolio-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
  }

  .portfolio-category{
    font-weight: 500;
    text-transform: uppercase;
    color: #f05b2e;
  }

  .portfolio-title{
    font-size: 1.3rem;
    font-weight: 600;
    display: webkit-box;
    webkit-line-clamp: 2;

  }

  /*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabz {
  border: 0;
  display: flex;
  flex-direction: column;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-align: left;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin: 30px 0;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

.section-services{
  margin: 40px 0;
  background: #fff;
  padding: 40px 0;
}

.tab-gap{
  padding-left: 0;
}

.our-team{
  margin-bottom: 30px;
}

.our-team-title{
  margin-bottom: 10px;
}

.swiper-box{
  display: flex;
  align-items: center;
  justify-content: center;

}
.card-list .card-item{
  list-style: none;
}

.card-list .card-item .card-link{
  width: 400px;
  display: block;
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}

.card-list .card-item .card-link:hover{
  border-color: #5372F0;
}

.card-list .card-link .card-image{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: none;
  border-radius: 10px;
}

.card-list .card-link .badge{
  color: #5372F0;
  padding: 8px 16px;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 16px 0 18px;
  background: #DDE4FF;

}

.card-list .card-link .badge.stations{
  color: #B22485;
  background: #F7DFF5;
}

.card-list .card-link .badge.tanks{
  color: #B25A2B;
  background: #FFE3D2;
}

.card-list .card-link .badge.meters{
  color: #205C20;
  background: #D6F8D6;
}

.card-list .card-link .badge.pumps{
  color: #856404;
  background: #fff3cd;
}

.card-list .card-link .card-title{
  font-size: 2rem;
  color: #000;
  font-weight: 600;
}

.card-list .card-link .card-button{
  height: 35px;
  width: 35px;
  color: #5372F0;
  border-radius: 50%;
  margin: 30px 0 5px;
  border: 2px solid #5372F0;
  cursor: pointer;
  background: none; 
  transform: rotate(-45deg);
}

.card-list .card-link:hover .card-button{
  color: #fff;
  background: #5372F0;
}


.card-shadow{
  width: 300px;
  height: 200px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 40px 40px;
  background-color: #fff;
}

@keyframes slide{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-100%);
  }
}

.logos{
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

/*.logos:before,
.logos:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
}

.logos:before{
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
  content: "";
  z-index: 2;
}

.logos:before{
  fight: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  content: "";
  z-index: 2;
}*/

.logos:hover .logos-slide{
  animation-play-state: paused;
}

.logos-slide{
  white-space: nowrap;
  animation: 16s slide infinite linear;
}
.logos-slide img{
/*  height: 50px;*/
  margin: 0 10px;
}

.product-section{
  margin: 30px 0;
}

.product-box{
  display: flex;
  background: #fff;
  margin: 20px 0;
}

.product-img{
  max-width: 30%;
  padding: 20px;
}

.product-content{
  padding: 20px;
}

.product{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  justify-content: center;
}

.grid-card{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  background: #fff;
  margin: 10px;
}

..grid-card:hover{
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.12);

}

.grid-card img{
  max-width: 90%;
  margin: 10px;
/*  border-radius: 10px 10px 0 0;*/
}

.grid-card p{
  margin-top: 0;
  font-weight: 600;
}























