/**=======================================================================
* A Customized  CSS File for websites made with love from
* LWEGATECH Team of developers
* ===========================================================================**/
html,
body{
	font-family: "Quicksand", serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-size: 15px;
	font-weight: 400;
	min-height: 100vh;
}
.container, .container-md{max-width: 1180px !important;}
::selection {background:#29a712;color:#FFF;text-shadow:none;}
::-webkit-selection {background:#29a712; color:#FFF;text-shadow:none;}
::-moz-selection {background:#29a712;color:#FFF;text-shadow:none;}
h1, h2, h3, h4, h5, h6 {font-family: "Quicksand", Arial, sans-serif;font-weight: 600;}
.btn-primary{background-color: #09496D;border-color: #09496D;}
.btn-primary:hover{background-color: #E5A221;border-color: #E5A221;}
.btn-outline-primary{border-color: #09496D !important;color: #09496D;}
.btn-outline-primary:hover{background-color: #09496D;color:#fff;border-color: #09496D;}
.btn-success{background-color: #2EB217;border-color: #2EB217;}
.btn-outline-success{border-color: #2EB217 !important;color: #2EB217;}
.btn-outline-success:hover{background-color: #2EB217;color:#fff;border-color: #2EB217;}
.tdeco{font-family: "Covered By Your Grace", serif;font-weight: 400;}

/** ================================
Menu & Top
=========================================**/
/**Top **/
.menu-section .top-header{font-size: 12px;color: #eee;}
/**Desktop menu **/
.menu-section{box-shadow: 2px 3px 5px rgba(0,0,0,0.1);width: 100%;color:#000;height: 80px;}
nav{margin:0;padding:0;height: 80px;background-color: transparent;display: flex;justify-content: flex-end;align-items: center;font-size: 18px}
nav a{height: 100%;padding: 0 10px 0 ;text-decoration: none;display: flex;align-items: center;color:#000;}
.dropdown label{color:#000;}
.dropdown:hover label{color:#fff;}
nav a:hover, .dropdown:hover, .dropbtn{background:rgba(46, 178, 23, 0.9);color: #fff !important;}
nav .logo{margin-right: auto;height: 80px;}
nav .logo:hover{background-color: transparent;}
nav .logo img{height: 70px;align-self: center;}
#mobilemenu-active{display: none;}
.showmenu, .hidemenu{display: none;}
.link-container{height: 100%;width: 100%;display: flex;flex-direction: row;justify-content: flex-end;}
.dropdown {position: relative;align-items: center;display: flex;padding: 0 20px 0; }
.dropdown i{font-size: small;}
.dropdown-content {display: none;position: absolute;background-color: #f9f9f9;min-width: 250px;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);z-index: 999;top: 80px;left:0;border-top:4px solid #F9B03D;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown-content a {color: black;padding: 8px 16px;text-decoration: none;display: block;text-align: left;font-size: 15px;}
.dropdown-content a:hover {background-color: #2EB217;color: #fff;margin-right: -10px;transition: 0.3s;}
.dropdown input[type="checkbox"] {display: none;}
.top-socials ul{list-style-type: none;padding-left: 0;display: inline-flex;height: 80px;}
.top-socials li{font-size: 19px;}
.top-socials a {height: 100%;padding: 0 5px;text-decoration: none;display: flex;align-items: center;color: #000;}
.top-donate{height: 80px;display: flex;align-items: center;}
.top-donate a{min-width:120px;border-radius: 25px;}

/**sticky Header**/
.sticky-header{background-color: #2EB217F7;position:fixed;z-index: 1020;width: 100%;box-shadow: 2px 3px 5px rgba(0,0,0,0.1);top:0;height: 60px;}
.sticky-header .top-header{height: 0px;display: none;}
.sticky-header nav,  .sticky-header .top-donate, .sticky-header .top-socials{margin:0;padding:0;height: 60px !important;}
.sticky-header nav .logo img{height: 50px;}
.sticky-header .dropdown-content {top: 60px;}
.sticky-header nav a, .sticky-header .dropdown label{color:#fff}
.sticky-header .dropdown-content a {color: black;}
.sticky-header .btn-success{background-color: #2EB217;border-color: #fff;}

/** ============================================================
SLIDES - Ken Burns
==============================================================**/

.btn-one {  position: relative;  display: inline-block;  overflow: hidden;  padding-left: 30px;  padding-right: 30px;  background-color: transparent;  color: var(--abc-black);  font-size: 18px;
	line-height: 60px;  font-weight: 500;  text-transform: capitalize;  border-radius: 0px;  -webkit-transition: all 0.3s linear;  -o-transition: all 0.3s linear;  transition: all 0.3s linear;  z-index: 2;}
  .btn-one:before {  position: absolute;  top: 110px;  left: -50px;  right: -50px;  height: 170px;
	content: "";  background: var(--abc-primary);  -webkit-transform: translateY(-50px);  transform: translateY(-50px);  border-radius: 50%;  transition-duration: 800ms;  z-index: 1;}
  .btn-one:hover:before {  top: 0%;  left: -70px;  right: -70px;}
  .btn-one:after {  content: "";  position: absolute;  top: 0px;left: 0px;  bottom: 0px;  right: 0px;
	border-radius: 0px;  background-color: #ffffff;  opacity: 1;  transform: scaleX(1.0);  transition-duration: 800ms;  z-index: -1;}
  .btn-one:hover:after {  transform: scaleX(0);  transition-duration: 1500ms;}
  .btn-one .txt {  position: relative;  z-index: 1;}
  .btn-one:hover,.btn-one:focus {  color: #ffffff;}
  .btn-one i {  position: relative;  display: inline-block;  padding-left: 5px;  font-size: 12px;  font-weight: 700;}
  .btn-btn {  color: var(--abc-white);  background: var(--abc-primary);  border-radius: 0px;  padding: 11px 24px;  display: inline-block;  box-shadow: inset 0 0 0 0 var(--abc-black);  -webkit-transition: ease-out 0.4s;  -moz-transition: ease-out 0.4s;  transition: ease-out 0.4s;}
  .btn-btn:hover {  color: var(--abc-white);  box-shadow: inset 400px 0 0 0 var(--abc-black);}
  .main-slider {position: relative;display: block;z-index: 10;}
  .slider-buttom-box {position: absolute;right: 20px;bottom: 20px;z-index: 11;}
  .slider-buttom-box a {position: relative;display: flex;align-items: center;justify-content: space-between;width: 230px;height: 50px;background-color: var(--abc-primary);padding: 0 20px;color: #ffffff;font-weight: 500;transition: all 200ms linear;transition-delay: 0.1s;}
  .slider-buttom-box a:hover {background-color: var(--abc-primary);}
  .slider-buttom-box a+a {  margin-top: 10px;}
  .slider-buttom-box a.box-link {  background-color: var(--abc-primary);}
  .slider-buttom-box a.box-link:hover {  background-color: var(--abc-primary);}
  .main-slider .swiper-slide {  position: relative; height:500px;}
  .main-slider .container {  position: relative;  padding-top: 90px;  padding-bottom: 100px; z-index: 30;}
  .main-slider .image-layer {position: absolute;top: 0;left: 0;right: 0;bottom: 0;  background-repeat: no-repeat;  background-size: cover;  background-position: center;  -webkit-transform: scale(1);  transform: scale(1);  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;  transition: transform 7000ms ease, opacity 1500ms ease-in;  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;	z-index: 1;}
  .main-slider .swiper-slide-active .image-layer {  -webkit-transform: scale(1.15);  transform: scale(1.15);}
  .main-slider .image-layer:before {  position: absolute;  top: 0px;  right: 0;  bottom: 0;
  width: 80%;  content: "";  z-index: -1;  background: rgb(26, 28, 35);  background: linear-gradient(to bottom, rgba(2, 28, 58, 0.15) 10%, rgb(47, 175, 25, 0.1), rgb(48, 175, 25,0.05));width: 100%;}
  .main-slider .main-slider-content {position: absolute;  display: block; width: 100%;padding: 50px;max-width: 700px;margin-top: 100px;}
  .main-slider .main-slider-content__inner {  position: relative;  display: block;  overflow: hidden;}
  .main-slider .main-slider-content .big-title {  position: relative;  display: block;  opacity: 0;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
	transform: perspective(400px) rotateY(0deg) translateY(-80px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	z-index: 10;
  }
  .main-slider .swiper-slide-active .main-slider-content .big-title {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
	transform: perspective(400px) rotateY(0deg) translateY(0px);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
  }
  .main-slider .main-slider-content .big-title h2 {color: #000;  font-size: 40px;  line-height: 1.5em;display: inline;background-color: #fff;font-family: "Oswald", helvetica, sans-serif;}
  .main-slider .main-slider-content .big-title h2 span{background-color: #2EB217;color: #fff;padding: 5px;}
  .main-slider .main-slider-content .text {  position: relative;  display: block;  width: 100%;  margin-top: 16px;  opacity: 0;
	-webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
	-ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
	transform: perspective(400px) rotateY(0deg) translateX(80px);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	z-index: 10;
  }
  
  .main-slider .swiper-slide-active .main-slider-content .text {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
	-ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
	transform: perspective(400px) rotateY(0deg) translateX(0px);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
  }
  
  .main-slider .main-slider-content .text p {  color: #ede7e2;  line-height: 28px;  font-weight: 400;
	font-size: 16px;}
  .main-slider .main-slider-content .btns-box {  position: relative;  display: block;  line-height: 0;  opacity: 0;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
	transform: perspective(400px) rotateY(0deg) translateY(80px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	z-index: 10;
  }
  
  .main-slider .main-slider-content .btns-box a {
	background: var(--abc-primary);
  }
  
  .main-slider .swiper-slide-active .main-slider-content .btns-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
	transform: perspective(400px) rotateY(0deg) translateY(0px);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
  }
  .main-slider__nav {  position: absolute;  right: 270px;  bottom: 60px;  transform: translateY(0%) translateX(0);  display: flex;  flex-direction: row;  justify-content: space-between;  align-items: center;  z-index: 100;  width: 140px;}
  
  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {  position: relative;  top: auto;  left: auto;  right: auto;  bottom: auto;  width: 60px;  height: 60px;  display: flex;  justify-content: center;  align-items: center;  font-size: 24px;  color: var(--abc-black);  background-color: rgba(255, 255, 255, 0.4);  border-radius: 0;  margin: 0;  text-align: center;  transition: all 500ms ease;  z-index: 100;}
  .main-slider__nav .swiper-button-next:hover,.main-slider__nav .swiper-button-prev:hover {  color: #ffffff;  background-color: var(--abc-primary);}
  .main-slider__nav .swiper-button-next::after,.main-slider__nav .swiper-button-prev::after {  display: none;}
/** =================================================================
* HOME PAGE
* ===================================================================**/
.home-intro-top{background:#0073a4;color:#fff;font-size: 30px;min-height: 150px;}
.home-intro-top p{height: 100%;line-height: 1.4;justify-content: center;}
.home-intro-mid{background-color:#fff;background-image: url(../images/bg-2.jpg);top:0; padding-top:60px;padding-bottom: 50px;}
.main-img{border:10px solid #2EB217;border-right:0;height: 450px;}
.outer-img{height: 190px;margin-top:-200px;margin-left:200px;}
.home-intro-mid .container{width: 80%;}
.home-intro-mid .container-md{width: 60%;}
.home-intro-mid p{line-height: 1.6;}
.home-intro-mid h2{font-weight: 800;font-size: 40px;}
.home-intro-mid h5{font-weight: 400;margin-bottom:0;color:rgba(46, 178, 23, 0.763);font-size: 36px;}
.home-intro-mid .iprog{height: 350px;object-fit: cover;border-radius: 10px;}
.home-intro-middle{background-color: rgba(46, 178, 23, 0.05);}
.home-intro-middle img{height: 100% !important;object-fit: cover;}
.home-intro-middle .padd-r{margin-left:calc(150px);padding: 20px;}
.home-intro-middle h2{font-weight: 800;font-size: 40px;}
.home-intro-middle .card{min-height: 240px;display: grid;align-content: space-between;margin-bottom: 15px;border-color: rgba(46, 178, 23, 0.295);}
.home-intro-middle .card i{font-size: 40px;color: #2EB217;}
.home-intro-middle .card:hover{background-color: #2EB217;border-color: #2EB217;color: #fff;cursor: pointer;}
.home-intro-middle .card:hover i{color: #fff;}
.home-intro-middle .card:hover .btn-outline-success{color: #fff;border-color: #fff;}


.home-intro-bottom{padding-top:40px;padding-bottom: 40px;background-color: rgba(0, 100, 143, 0.05);}
.home-intro-bottom .intro{max-width: 70%;margin: 0 auto;}
.home-intro-bottom .intro h2{font-weight: 700;font-size:40px;}
.home-intro-bottom .intro h5{font-weight: 400;}
.home-intro-bottom .card{min-height: 100%;background-color: rgba(46, 178, 23, 0.07);}
.home-intro-bottom h3{font-size:28px;font-weight: 700;margin-bottom: 15px;}
.home-intro-bottom .card i{font-size: 40px;color: #2EB217;}
.home-intro-bottom .card:hover{background-color: #2EB217;border-color: #2EB217;color: #fff;cursor: pointer;}
.home-intro-bottom .card:hover i{color: #fff;}
.home-intro-bottom .card:hover .btn-outline-primary{color: #fff;border-color: #fff;}
.home-caction{background: linear-gradient(to right, rgba(253, 175, 58, 0.98), rgba(0, 0, 0, 0.6)), url('../images/slides/wipe-tears-africa-4.jpg') no-repeat;background-size: cover;background-position: center center;min-height: 480px;padding-top:50px;padding-bottom: 20px;color: #f1f1f1;font-size: 18px;font-weight: 300;}
.home-caction .container{width:80%;}
.home-caction h3{font-size: 35px; margin-top:2.5rem;font-weight: 800;color:#FFF}

/** =================================================================
* OTHER PAGE
* ===================================================================**/
.header-wrap{padding: 80px 0 80px 0;}
.header-wrap h1 {color: #fff;display: inline-block;margin-bottom: 10px;border-bottom: solid 3px #ffffff;margin-top:50px;}
.header-wrap nav{height: 20px;justify-content:center;background-color: transparent;font-size: 12px;text-align: center;color:#fff;}
.header-wrap nav a{color:#f8f6f3;padding: 0 3px;}
.header-wrap .breadcrumb-item + .breadcrumb-item::before {color: #fff;}
.header-wrap .breadcrumb-item.active {color: #f9fafa;}
.about-mv{background-color: #d39217;color: #F1F1F1;padding-top: 50px;padding-bottom: 50px;}
.about-mv h2 {font-weight: 800;font-size: 40px;}
.about-mv i{font-size: 40px;margin-right:5px;}
.about-mv .d-flex{border: 1px solid #F1F1F1;border-radius: 10px;height: 100%;}
.about-values{padding-top: 50px;padding-bottom: 50px;}
.about-values .container-md{width: 70%;}
.about-values h2 {	font-weight: 800;	font-size: 40px;  }
.about-values .card .card-body{background-color: #00648F;color:#fff;}
.about-values .card .card-body h5{font-size: 16px;color: #fff;}
.about-why{padding-top: 50px;padding-bottom: 50px;}
.about-why .container{width:50%;margin:0 auto;align-content: center;}
.about-why ul{list-style-type: none;padding-left: 0px;}
.about-why li{margin-bottom: 1em;}
.about-why li i{position: relative;font-size: 40px;color: #064b6b;display: block;float: inline-start;}
.about-why li strong{display: block;font-weight: 600;font-size: large;}
.service-page{padding-top: 50px;padding-bottom: 50px;}
.service-page ul{margin: 0;padding: 0;list-style: none;}
.service-page li{margin-bottom: 8px;}
.service-page li::before{font-family: "bootstrap-icons";content: "\F270";color: #00648F;margin-right:5px;}
.service-page img{height: 400px;border-radius: 10px;box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);object-fit: cover;
	width: 100%;object-position: center;}
.contact-page{padding-top: 50px;padding-bottom: 50px;}
.contact-page i{font-size: 35px;color: #00648F;}

.header-services{min-height: 200px;align-items: center;}
.header-services h1 {margin-top:60px; color: #fff;border-bottom: solid 0px #ffffff; align-self: center;bottom:10px;}
.header-services nav{height: 20px;justify-content:center;background-color: transparent;font-size: 12px;text-align: center;color:#fff;}
.header-services nav a{color:#f8f6f3;padding: 0 3px;}
.header-services .breadcrumb-item + .breadcrumb-item::before {color: #fff;}
.header-services .breadcrumb-item.active {color: #f9fafa;}

/** =================================================================
* founder-section
* ===================================================================**/
.founder-section {padding: 50px 0;background-color: #fff;}
.founder-image-wrapper {position: relative;text-align: center;}
.callout-box {position: absolute;bottom: 20px;left: 20px;background-color: #000;color: #fff;padding: 20px;font-weight: 600;font-size: 20px;max-width: 250px;}
.section-heading {font-size: 50px;font-weight: 800;color: #000;}
.section-subheading {font-size: 30px;font-weight: 300;color: #89aaba;margin: 15px 0;}
.logo-icon {width: 80px;margin-top: 30px;}
.text{font-size: 20px;font-weight: 200;}

/** =================================================================
* team-section
* ===================================================================**/

.team-section {padding: 80px 0;}

.team-header {text-align: center;margin-bottom: 60px;}

.team-header h1 {font-size: 42px;margin-bottom: 20px;color: #222;}

.team-grid {display: grid;grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));gap: 40px; margin-bottom: 80px;}

.team-member {background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease;}

.team-member:hover {transform: translateY(-10px);}
.member-image {height: 350px;overflow: hidden;}
.member-image img {width: 100%;height: 100%;object-fit: cover;}
.member-info {padding: 20px;}
.member-info h3 {font-size: 24px;font-weight: 700;margin-bottom: 5px;}
.member-info p {color: #777;font-size: 16px; }
.values-section {padding: 60px 0;background-color: #fff;}

.values-container {display: grid;grid-template-columns: 1fr 1fr;gap: 60px;align-items: center;}

.values-content h2 {font-size: 42px;line-height: 1.2; margin-bottom: 30px;font-weight: 800;}

.values-content p {color: #666;margin-bottom: 30px;font-size: 16px;}

.contact-info {display: flex;align-items: center;margin-top: 30px;background-color: #f9f9f9;padding: 15px 25px;border-radius: 50px;display: inline-flex;}

.contact-info i {margin-right: 10px;color: #555;}

.contact-info a {color: #333;text-decoration: none;font-weight: 500;}


.skill-bars {padding-left: 40px;}

.skill {margin-bottom: 30px;}

.skill-name {display: flex;justify-content: space-between;margin-bottom: 10px;font-weight: 600;}

.skill-bar {height: 10px;background: #89aaba;border-radius: 5px;position: relative;overflow: hidden;}

.skill-percentage {position: absolute;top: 0;left: 0;height: 100%;background: #29a712;border-radius: 5px; }


/*==========================================================
# FOOTER
==========================================================**/
.footer{padding-top:30px;padding-bottom: 0;background-color: #000;color: #bcdbe8;font-size: 13px;}
.footer .flogo{height: 150px;}
.footer a{color: inherit;text-decoration: none;}
.footer h4{font-size: 20px;font-weight: 700;margin-bottom: 15px;}
.footer .footer-contacts ul{padding: 0;margin:0;list-style: none;}
.footer .footer-contacts li{height: 30px;}
.footer .footer-links ul{padding: 0;margin:0;list-style-type: none;}
.footer .footer-links li{margin-bottom: 8px;}
.footer .footer-links li a{color: inherit;text-decoration: none;}
.footer .footer-links li::before{font-family: "bootstrap-icons";content:"\F285";margin-right:5px;font-size: 10px;}
.footer .footer-links li a:hover{text-decoration: overline;}
.footer .copyright{font-size: 10px;color: #89aaba;}


/*==========================================================
# Loader
==========================================================**/
#preloader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 100, 143, 0.15);	display: flex;justify-content: center;align-items: center;z-index: 9999;}
.bounce-container {display: flex;justify-content: center;align-items: center; }
.bounce-ball {width: 15px;height: 15px;background-color: #21a3ce;border-radius: 50%;margin: 0 5px;animation: bounce 1s infinite; }
.bounce-ball:nth-child(1) {animation-delay: 0s; }
.bounce-ball:nth-child(2) {animation-delay: 0.33s; }
.bounce-ball:nth-child(3) {animation-delay: 0.66s;}
@keyframes bounce {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-50px);
	}
	100% {
	  transform: translateY(0);
	}
}

/*==========================================================
# Back to top button
==========================================================**/
.back-to-top {position: fixed;opacity: 0; visibility: hidden;right: 15px;bottom: 15px;z-index: 99999;    background: #29a712;width: 40px;height: 40px;border-radius: 4px;transition: all 0.4s;}
.back-to-top i {font-size: 24px;color: #fff;padding: 5px;text-align: center;}
.back-to-top:hover {background: #d1760e;color: #fff;}
.back-to-top.active {visibility: visible;opacity: 1;}

/*==========================================================
# Back to top button
==========================================================**/
@media (max-width:400px){
	.mobile-menu{width: 100%;}
}
@media (max-width: 600px) {
	.navbar {display: flex;}
	nav{height: 70px;}
	nav .logo img {height: 50px;}
	.menu-section .top-header {display: none;}
	.top-donate a{min-width:90px;}
	.main-slider .main-slider-content {padding: 10px;max-width: 700px;margin-top: 40px;}
	.main-slider .main-slider-content .big-title h2 {font-size: 26px;line-height: 1.6em;font-weight: 700;}
	.main-slider__nav {	right: 50px;}
	.main-slider .swiper-slide {height: 400px;}
	#hero, #hero .carousel-item {height: 400px;}
	#hero p {width: 90%;font-size: 13px;line-height: inherit; }
	#hero .btn-get-started {padding: 10px;font-size: 12px;}
	.home-intro-top {font-size: 20px;min-height: 150px;text-align: center;}
	.home-intro-top .btn-lg{font-size: 18px;}
	.home-intro-spacer{margin-top: 80px;}
	.home-intro-mid .container {width: 100%;}
	.home-intro-mid h2 {font-size: 24px; }
	.home-intro-mid .btn-lg{font-size: 16px;}
	.home-intro-bottom .text {margin-left: 0px;margin-top: -10px;margin-bottom: 20px;}
	.home-intro-bottom .text h2 {font-size: 20px; }
	.home-intro-bottom .intro {max-width: 100%;}
	.home-intro-bottom .intro h5 {font-weight: 300;font-size: 16px;line-height: inherit;}
	.home-intro-bottom .card {min-height: 230px;}
	.home-intro-bottom h4 {font-size: 19px;font-weight: bold;}
	.header-wrap nav {height: auto;}
	.about-why .container, .home-intro-mid .container, 	.home-intro-mid .container-md{width: 100%;}
	.header-services{padding: 30px 0 30px 0;min-height: 350px;}
	.header-services h1 {margin-top:35%;}
	.home-intro-middle .padd-r{margin-left:unset;padding: 10px;}
	.home-intro-middle .card{min-height: 200px;padding: 6px;}
	.home-intro-middle .card h4{font-size: 18px;}
	.home-intro-middle .card i {font-size: 30px;color: #2EB217;}
	.home-intro-middle .card:hover{background-color: #2EB217;border-color: #2EB217;color: #fff;cursor: pointer;}
	.home-intro-middle .card:hover i{color: #fff;}
	.home-intro-middle .card:hover .btn-outline-success{color: #fff;border-color: #fff;}
	
}

@media (min-width: 768px) {
	.navbar-toggler {border-color: white; }
	.home-intro-middle .padd-r{margin-left:0px;padding: 20px;}
}

@media (max-width: 860px){
	.menu-item{display: none;}
	.mobilebtn{display: block;}
	.link-container{display: block; flex-direction: column;width:250px;position: fixed;top: 0;right: -100%;z-index: 999;background-color:#034267;box-shadow: -10px 0 10px rgba(0,0,0,0.1);transition:0.75s ease-out;}
	nav a{box-sizing: border-box;height: auto;width:100%;padding: 10px 20px;justify-content: flex-start;}
	.showmenu, .hidemenu{display: block;padding:10px;cursor: pointer;}
	#mobilemenu-active:checked ~ .link-container{right:0;}
	#mobilemenu-active:checked ~ #overlay{top:0;left: 0;position: fixed;height: 100%;width:100%;background-color:rgba(32, 11, 6, 0.02);transition:0.5s ease-out;z-index: 998;}
	nav a:hover{background-color:#000;}
	nav .logo:hover{background-color: transparent;}
	/* Dropdown-specific styles */
    .dropdown {position: relative;display: flex;flex-direction: column;}
    .dropdown-content {display: none;flex-direction: column;background-color: #f9f9f9;width: 100%;        box-shadow: none;padding: 0;}
    .dropdown input[type="checkbox"] {display: none;}
    .dropdown input[type="checkbox"]:checked ~ .dropdown-content {display: flex;position: initial;background: rgba(197, 213, 220, 0.374);}
    .dropdown-content a {color: #fcf9f9;;padding: 7px 20px;text-decoration: none;font-size: 14px;}
    .dropdown-content a:hover {background-color: #ddd;}
    .dropdown > label {display: flex;justify-content: space-between;align-items: center;cursor: pointer;      width: 100%;padding: 10px 0px; }
}
  @media (max-width: 768px) {
.founder-content {padding: 0 20px;}
.message-container {padding: 20px;}
        }
        
         @media (max-width: 992px) {
            .values-container {grid-template-columns: 1fr;gap: 40px;}

            .skill-bars {padding-left: 0;}
        }

        @media (max-width: 768px) {
            .team-grid {grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
        }

        @media (max-width: 576px) {
            .team-header h1 {font-size: 32px;}
            
        }
