/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body{
	padding:0;
 
	margin:0;
	background:#fff;
	position:relative;
	font-family: 'Open Sans', sans-serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Rasa', serif;
}	
p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
	font-size:15px;
	color:#999;
	line-height:1.8em;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- banner --*/

    .btn {
        padding: 5%;
        color: rgb(220 204 82);
        font-size: 20px;
        font-weight: 700;
        background-color: white;
        border: none;
        width: 240px !important;
    
}
.btn:hover{
 
   color: rgb(194, 175, 23);
}
.main-agile {
    position: relative;
}
.agile-top {
    position: absolute;
    z-index: 999;
    width: 100%;
    margin-top: 30px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value (0.5) to change the transparency */
    z-index: -1; /* Ensure the overlay stays behind the banner content */
  }
  


.banner0{
    position: relative;
    z-index: 0; 
	background:url(../images/banner5.jpeg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:548px;
}
.banner{
    position: relative;
    z-index: 0; 
	background:url(../images/banner3.jpeg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:848px;
}
.banner-2{
    position: relative;
    z-index: 0; 
	background:url(../images/banner2.jpeg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:848px;
}
.banner-3{
    position: relative;
    z-index: 0; 
	background:url(../images/banner6.jpeg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:848px;
}
/* .banner-4{
    position: relative;
    z-index: 0; 
	background:url(../images/banner3.jpeg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:848px;
} */





/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");

/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;

  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --black-color: hsl(220, 24%, 12%);
  --black-color-light: hsl(220, 24%, 15%);
  --black-color-lighten: hsl(220, 20%, 18%);
  --white-color: #fff;
  --body-color: #fffffc;

  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Montserrat", sans-serif;
  --normal-font-size: .938rem;

  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-semi-bold: 600;

  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1024px) {
  :root {
    --normal-font-size: 1rem;
  }
}

/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  background-color: white;
}

ul {
  list-style: none;
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

a {
  text-decoration: none;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container1 {
  max-width: 1120px;
  margin-inline: 1.5rem;
}
.logo img{
width: 30%;
}
.sub-menu li a{
color: rgb(56, 98, 78) !important;

}
.sub-menu li a:hover{
   color: #cfd42c !important;
   
}
nav .navbar .links  img{
 width: 520px;
  margin-left: 10px;
}

/* nav .navbar .links .flag img{
  width: 380px;
   margin-left: 10px;
 } */
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 70px;
    background-color: rgba(215, 211, 211, 0.2); 
   
    z-index: 99;
  }
  nav .navbar{
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    /* background: red; */
    padding: 0 50px;
  }
  .navbar .logo a{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  nav .navbar .nav-links{
    line-height: 70px;
    height: 100%;
  }
  nav .navbar .links{
    display: flex;
  }
  nav .navbar .links li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
  }
  nav .navbar .links li a{
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  nav .navbar .links li a:hover{
 
    color: #e3f05c;
 
    font-weight: 500;
  }

  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(180deg);
    }
  nav .navbar .links li .arrow{
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease;
  }
  nav .navbar .links li .sub-menu{
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 40px;
    background: rgb(255, 255, 255) ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: block;
  }
  .navbar .links li .sub-menu li{
    padding: 0 22px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .navbar .links li .sub-menu a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
  }
  .navbar .links li .sub-menu .more-arrow{
    line-height: 40px;
  }
  .navbar .links li .htmlCss-more-sub-menu{
    /* line-height: 40px; */
  }
  .navbar .links li .sub-menu .more-sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
  }
  .links li .sub-menu .more:hover .more-sub-menu{
    display: block;
  }
  .navbar .search-box{
    position: relative;
     height: 40px;
    width: 40px;
  }
  .navbar .search-box i{
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .navbar .search-box .input-box{
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
  }
  .navbar.showInput .search-box .input-box{
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
  }
  .search-box .input-box::before{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
  }
  .search-box .input-box input{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
  }
  .navbar .nav-links .sidebar-logo{
    display: none;
  }
  .navbar .bx-menu{
    display: none;
  }
  @media (max-width:920px) {
    .btn {
        padding: 5%;
        color: rgb(220 204 82);
        font-size: 17px;
        font-weight: 700;
        background-color: white;
        border: none;
        width: 160px !important;
    }
    
    
    nav .navbar{
      max-width: 100%;
      padding: 0 25px;
      background-color: white;
    }
    nav .navbar .logo a{
      font-size: 27px;
    }
    nav .navbar .links li{
      padding: 0 10px;
      white-space: nowrap;
    }
    nav .navbar .links li a{
      font-size: 15px;
    }
  }
  @media (max-width:800px){
    .testimonials{
        margin-bottom: 20% !important;
    }
    nav{
      /* position: relative; */
    }
    .navbar .bx-menu{
      display: block;
    }
    nav .navbar .nav-links{
      position: fixed;
      top: 0;
      left: -100%;
      display: block;
      max-width: 270px;
      width: 100%;
      background:  black;
      line-height: 40px;
      padding: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease;
      z-index: 1000;
    }
    .navbar .nav-links .sidebar-logo{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .sidebar-logo .logo-name{
      font-size: 20px;
      color: #fff;
    }
     
      .navbar .bx-menu{
        font-size: 25px;
        color: #315333;
      }

      .sidebar-logo  i{
        font-size: 25px;
        color: #ffffff;
      }

      
    nav .navbar .links{
      display: block;
      margin-top: 20px;
     
    }
    nav .navbar .links li a{
        color: white !important;
    }
    nav .navbar .links img{
        width: 10%;
        display: flex;
        height: 30px;
        margin-left: 5%;
    
    }
    nav .navbar .links li .arrow{
      line-height: 40px;
    }
  nav .navbar .links li{
      display: block;
    }
  nav .navbar .links li .sub-menu{
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li{
    border-bottom: none;
    background-color: #303030;
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu{
      display: none;
    }
    .navbar .links li .sub-menu .more span{
      /* background: red; */
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
    }
    .links li .sub-menu .more:hover .more-sub-menu{
      display: none;
    }
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu{
      display: none;
    }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu{
        display: block;
      }
      .navbar .nav-links.show1 .links .htmlcss-arrow,
      .navbar .nav-links.show3 .links .js-arrow{
          transform: rotate(180deg);
  }
      .navbar .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
      }
  }
  @media (max-width:370px){
    nav .navbar .nav-links{
    max-width: 100%;
  } 
  }
  nav.scrolled {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    background-color:white; /* Change background color when scrolled */
  }
  
  .navbar .links li a.scrolled {
    color: rgb(53 88 46); /* Change color of navigation links when scrolled */
  }
  .navbar .links li a:hover.scrolled {
    color: rgb(126, 157, 119); /* Change color of navigation links when scrolled */
  }
  .navbar .links li .htmlcss-arrow.scrolled {
    color: rgb(53 88 46); /* Change color of the arrow when scrolled */
  }
  
 
  
  
/*-- banner-text --*/ 
.header-w3layouts{
    position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
    left: 0;
    width: 100%;
}
.agileits-banner-info h3 {
    color: #fff;
    font-size: 70px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.agileits-banner-info {
    text-align: center;
    margin-top: 27em;
}
.agileits-banner-info p {
    color: #fff;
    letter-spacing: 3px;
    font-weight: 200;
    margin: 10px 0;
}

.agileits-banner-info2 h3 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

@media(max-width:750px){
  .agileits-banner-info2 h3 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 4px;
    text-transform: uppercase;
} 
}
.agileits-banner-info2 {
    text-align: center;
    margin-top: 27em;
}
.agileits-banner-info2 p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 200;
    margin: 10px 0;
}
/*-- button --*/
a.view {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    margin: 50px 0 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
a.view i {
    margin-right: 15px;
    font-size: 45px;
    vertical-align: middle;
}
/*-- //button --*/
/*-- down-effect --*/
.thim-click-to-bottom {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
}
.thim-click-to-bottom i {
    color: #fff;
    padding: 20px 10px;
    border: 1px solid;
    border-radius: 20px;
	font-size: 15px;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}
/*-- //down-effect --*/
/*-- slider --*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top:55%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 34px;
    width: 34px;
    background: url(../images/left.png) no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: -62px;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
    left: -58px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display:block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    top: 41%;
    left: 6.5%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 5;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li {
    display: block;
}
/*----*/
.callbacks_tabs a {
    visibility: hidden;
    display: block;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    height: 10px;
    width: 10px;
    display: block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
       background: #eddd5e;
}
/*-- //slider --*/
/*-- //banner-text --*/
/*-- //banner --*/

/*-- about --*/
.wel{
    font-size: 20px;
}
h3.tittle {
    color: #4c7144;
    font-size: 58px;
    text-align: center;
    letter-spacing: 1px;
}
h3.tittle span {
    color: #eddd5e;
}
@media(max-width:992px){
    .welcome-sub-wthree p{
        margin-bottom: 5%;
    }
    .banner_bottom_left{
        font-size: 17px !important;
    }
}






.tittle-style {
    position: relative;
}
.tittle-style:before {
    content: "";
    background: #000;
    width: 7%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 46%;
}
.tittle-style:after {
    content: "";
    background: #eddd5e;
    width: 3%;
    height: 5px;
    position: absolute;
    top: -2px;
    left: 48%;
    border-radius: 6px;
}
.title-div {
    margin-bottom: 50px;
}
.title-div p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #000;
    margin-top: 30px;
    font-size: 17px;
}
.banner-bottom-w3l, .agileits-services, .contact, .team, .what-w3ls{
    padding: 4em 0;
}
.banner_bottom_left h4 {
    font-size: 33px;
    color: #232323;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.banner_bottom_left h4 span{
    color: #56d25b;
}
.banner_bottom_left {
    padding: 0 20px 0 30px;
    border-left: 2px solid #000;
    height:240px;
    position: relative;
}
h6.w3l-style {
    color: #56d25b;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    position: absolute;
    bottom: -37%;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    left: -7.5%;
}
.banner_bottom_left p {
    color: #888;
    line-height: 2em;
    margin-bottom: 1em;
    font-size: 16px;
}
/*-- stats --*/
.stats-info-agile {
    background: url(../images/a3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    padding:0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(10, 10, 10, 0.47);
    -moz-box-shadow: 0px 3px 5px 0px rgba(10, 10, 10, 0.47);
    box-shadow: 0px 3px 5px 0px rgba(10, 10, 10, 0.47);
}
.stats-grid {
    padding: 2em 0;
}
.numscroller {
    font-size: 58px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Rasa', serif;
    line-height: 1;
}
.stats-info-agile p {
    color: #000;
    font-size: 16px;
}
.w3l-right-stats {
    background: rgb(91 140 81);
    width: 33%;
    float: right;
    text-align: center;
}
/*-- //stats --*/
/*-- //about --*/

/*-- video section --*/
.video-w3l {
	background: rgba(0, 0, 0, 0.28);
    min-height:340px;
    text-align: center;
}
.video-w3l h5 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  width: 70%;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 60px;
  /* text-shadow: 6px 4px 2px rgba(10, 10, 10, 0.78); */
  z-index: 1;
  position: relative;
}
.video-w3l i{
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: 60px;
}
/*-- //video section --*/

/*-- services --*/
.wthree-heading h4 {
    font-size: 30px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 18px;
}
.wthree-ser{
    padding:0;
}
.wthree-ser i {
    font-size: 40px;
    color:#000;
    border: 1px solid #000;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 1.7;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius: 50%;
    -moz-border-radius:50%;
}
.agileits-services-grids:nth-child(1) .wthree-ser i {
    color: #eddd5e;
    border: 1px solid #eddd5e;
}
.agileits-services-grids:nth-child(2) .wthree-ser i {
 
    color: #5b8c51;
    border: 1px solid #5b8c51;

}
.agileits-services-grids:nth-child(3) .wthree-ser i{
    color: #b0c1ac;
    border: 1px solid #b0c1ac;
}
.agileits-services-grids p {
    margin-top: 30px;
}
a.w3-buttons {
    color: #fff;
    font-weight: 600;
    padding: 12px 34px;
    background: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 40px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.agileits-services-grids:nth-child(1) a.w3-buttons {
    background:#eddd5e;
}
.agileits-services-grids:nth-child(2) a.w3-buttons {
    background: #5b8c51;
}
.agileits-services-grids:nth-child(3) a.w3-buttons{
    background: #a1b09d;
}
.agileits-services-grids {
    padding: 30px;
    width: 32%;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-services-grids:hover{
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    box-shadow:0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-services-grids:nth-child(2) {
    margin: 0 22px;
}
.agileits-services-row-2{
    margin-top:40px;
}
.agileits-services-row-2 .agileits-services-grids:nth-child(1) .wthree-ser i {
    color: #0079c1;
    border: 1px solid #0079c1;
}
.agileits-services-row-2 .agileits-services-grids:nth-child(2) .wthree-ser i {
    color: #ff4f81;
    border: 1px solid #ff4f81;
}
.agileits-services-row-2 .agileits-services-grids:nth-child(3) .wthree-ser i{
    color: #ffc168;
    border: 1px solid #ffc168;
}
.agileits-services-row-2 .agileits-services-grids:nth-child(1) a.w3-buttons {
    background:#0079c1;
}
.agileits-services-row-2 .agileits-services-grids:nth-child(2) a.w3-buttons {
    background: #ff4f81 ;
}
.agileits-services-row-2 .agileits-services-grids:nth-child(3) a.w3-buttons{
    background: #ffc168;
}
.agileits-services-grids a.w3-buttons:hover, .agileits-services-row-2 .agileits-services-grids a.w3-buttons:hover {
    background:#56d25b;
     -webkit-transition: 0.5s all;
     -moz-transition: 0.5s all;
     -o-transition: 0.5s all;
     -ms-transition: 0.5s all;
     transition: 0.5s all;
 }
/*-- //services --*/

/*-- team --*/
.team {
    background: url(../images/banner5.jpeg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    position: relative;
}
.team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust the alpha value (0.5) to change the transparency */
    z-index: 1; /* Ensure the overlay is behind the content */
}

.team .container {
    position: relative;
    z-index: 2; /* Ensure the content is above the overlay */
    padding: 30px; /* Adjust padding as needed */
    color: #fff; /* Set text color to white */
}
.team h3.tittle {
    color: #fff;
}
.team .tittle-style:before {
    background: #fff;
}
.team-info{
    position: relative;
    overflow: hidden;	
}
.team-info img{
	width:100%;
}
.team-caption h4{
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 1px;
}
.team-caption p{
	color: #FFFFFF;
    font-size: .9em;
    margin: 0;
}
.team-caption ul{
    padding: 0;
    margin-top:20px;
}
.team-caption ul li{
    display: inline-block;
}
.team-caption ul li a {
	color: #333;
    text-align: center;
}
.team-caption ul li a i{
    height: 34px;
    width: 34px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
	border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-caption ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.team-caption ul li a i.fa.fa-twitter:hover{
	background: #55acee;
}
.team-caption ul li a i.fa.fa-rss:hover{
	background: #f26522;
}
.team-caption {
    background: #56d25b;
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.team-info:hover .team-caption{
    background-color: transparent;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    bottom: auto;
}
.team-info:hover .team-caption h4{
	color:#FFFFFF;
}
.team-info:before {
    background-color: rgba(0, 0, 0, 0.459);
    border: 3px solid #56d25b;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.team-info:hover:before {
    opacity: 1;
}
.agileits-team-grid:nth-child(2), .agileits-team-grid:nth-child(4) {
    margin-top: 2em;
}
/*-- //team --*/

/*-- experts --*/
.what-grid {
    margin-top: 20px;
}
.what-left {
    float: left;
    width: 15%;
    text-align: center;
}
.what-right {
    float: right;
    width: 83%;
}
.what-grid1 h4,.what-grid h4 {
    font-size: 1.5em;
    color: #000;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.what-grid1 p,.what-grid p {
    font-size: 14px;
    color: #777;
    padding-top: 10px;
}
.what-grid1 i {
    height: 60px;
    width: 60px;
    margin: 3px;
    font-size: 1.5em;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    background: #56d25b;
    color: #fff;
}
.what-top1 {
    margin: 3em 0;
}
p.w3agile {
    font-size: 14px;
    color: #777;
    width: 70%;
    margin: 0 auto;
	line-height: 28px;
	text-align: center;
}
/*-- //experts --*/

/*-- projects --*/
.gallery-agile-grids {
    padding: 0;
}
/*-- //projects --*/

/*-- testimonials --*/
.testimonials {
    padding-top: 5em;
}
.testimonials-main img {
	margin: 0 auto;
	width: 45%;
	float:left;
    border-radius: 17px;
}
.testimonials-main {
	float: right;
	width: 100%;
}
.inner-testimonials-w3ls {
	position: relative;
}
.testimonial-info-wthree {
	padding:3em 0em 0em 2em;
	width: 50%;
	float:right;
}
.testimonial-info-wthree h5 {
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #5a994d;
    margin-bottom: 30px;
}
.testimonial-info-wthree span {
	display: block;
	margin: 0.8em 0;
	font-size: 17px;
	letter-spacing: 1px;
	
	color: #000;
}
/*-- //testimonials --*/

/*-- contact --*/
/*-- contact address --*/
.contact_grid_right h4 {
    font-size: 25px;
    color: #56d25b;
    margin-bottom: 16px;
}
h5.small-title {
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.address-row {
    margin-top: 35px;
}
.address-left {
    padding: 0;
    text-align: center;
}
.address-row i{
    font-size: 20px;
    color: #000;
}
.address-row h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: 8px;
}
.address-row p a {
    color:#999;
}
.address-row p a:hover{
    color: #56d25b;
} 
.address-right {
    padding: 0 .5em;
}
.map{
    float: right;
   

}
.contact_grids_info {
    width: 40%;
    float:right;
}
/*-- //contact address --*/
/*-- map --*/
.map iframe {
	width: 100%;
    min-height: 630px;
    border: 0;
}
.map {
	padding: 0;
}
/*-- //map --*/
/*-- contact second section --*/
.contact-right p {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
}
.contact-right span,
.contact-right a {
	color: #999;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 1px;
	text-decoration: none;
}
.address-grid h4 {
	font-weight: 600;
	font-size: 1.2em;
	color: rgb(221, 38, 38);
	letter-spacing: 1px;
}
.address-grids span.fa {
    color: #000;
    font-size: 23px;
    float: left;
    width: 60px;
    height: 60px;
    border: 2px solid #56d25b;
    text-align: center;
    line-height: 2.5;
}
.address-left-second {
    padding: 30px 0 0 80px;
}
.contact-right {
    padding-left: 2em;
    float: left;
    width: 65%;
}
.address-grids:nth-child(3), .address-grids:nth-child(5) {
    margin: 30px 0;
}
/*-- //contact second section --*/
/*-- contact form --*/
.form-bg form {
       /* width: 85%; */
       padding: 5%;
       /* float: right; */
   
}
@media(max-width:991px){
.form-bg{
    width: 100%;
    margin-top: 2%;
}
}


@media(min-width:992px){
    .form-bg{
        width: 47%;
    }}

.form-bg input[type="text"], .form-bg input[type="email"], .form-bg textarea {
    width: 100%;
    padding: 16px 16px;
    border: 1px solid #cccccc;
    color: #000;
    outline: none;
    font-weight: 400;
    /* border-radius: 5px; */
    font-size: 15px;
    background-color: #ffffff;
    letter-spacing: 1px;
    /* box-shadow: 0 0 10px rgb(31 29 29 / 10%); */
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.form-bg input[type="text"],
.form-bg input[type="email"] {
	margin-bottom: 1em;
}
.form-bg textarea {
	resize: none;
	height: 100px;
}
.form-bg input[type="submit"] {
  
    background: rgb(75 116 66);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    border: 1px solid #fff;
    outline: none;
    letter-spacing: 2px;
    width: 100%;
    padding: 12px 0;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.form-bg input[type="submit"]:hover {
	background: #ffffff;
	color: #000;
}
.form-bg {
	padding: 2em;
    background: #ffffff;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
 

}
/*-- //contact form --*/
/*-- //contact --*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #111111;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
  }
  
  #footer .footer-top {
    background: #1d1d1d;
    border-bottom: 1px solid #2f2f2f;
    padding: 60px 0 30px 0;
  }
  
  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  
  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
  
    background: rgb(108 152 99);

    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    margin-top: 3%;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background:  rgb(214, 199, 79);
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer-top h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;

  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #eddd5e;
    font-size: 12px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    margin-top: 3%;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    color: #81d33d;
  }
  
  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }
  
  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }
  
  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #5c9f24;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }
  
  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #6ab82a;
  }
  
 
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
  }
  
  @media(min-width:1000px){
    #footer .credits img{
      margin-left: 25%;
      margin-top: 2%;
       
      }
    
  }
  @media(max-width:900px){
    #footer .credits img{
    width: 100%;
       
      }
    
  }

  #footer .credits img{
    padding-top: 10px;
   
    color: #fff;
  }

/*-- bottom-to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow-up.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/


/*--responsive--*/

@media(max-width: 1680px){

}
@media(max-width: 1600px){
    .w3ls-social-icons-2 {
        padding: 60px 80px;
    }
}
@media(max-width: 1440px){
   
    .banner, .banner-2, .banner-3 {
        min-height: 780px;
    }
    .agileits-banner-info {
        margin-top: 20em;
    }
    .w3ls-social-icons-2 {
        width: 35%;
    }
    .agileinfo-newsletter {
        width: 34%;
    }
}
@media(max-width: 1366px){
   
    .video-w3l h5 {
        width: 80%;
    }    
    .contact_grids_info {
        width: 46%;
    }
    .w3ls-social-icons-2 {
        width: 37%;
    }
}
@media(max-width: 1280px){
    .banner, .banner-2, .banner-3 {
        min-height: 750px;
    }
    .agileits-banner-info h3 {
        font-size: 67px;
    }
    .stats-grid {
        padding: 1.5em 0;
    }
    .stats-info-agile {
        min-height: 384px;
    }
    .address-left-second {
        padding: 30px 0 0 50px;
    }
}
@media(max-width: 1080px){
    .contact_grids_info {
        width: 50%;
    }
    .header-w3l ul li {
        width: 30%;
        padding: 11px 0;
    }
    .banner, .banner-2, .banner-3 {
        min-height: 640px;
    }
    .agileits-banner-info h3 {
        font-size: 63px;
    }
    .agileits-banner-info p {
        font-size: 14px;
    }
    .agileits-banner-info {
        margin-top: 17em;
    }
  
    .title-div p {
        width: 90%;
        font-size: 16px;
    }
    .banner_bottom_left p {
        font-size: 14.5px;
    }
    h6.w3l-style {
        left: -14.5%;
    }
    .banner_bottom_left {
        height: 232px;
    }
    .video-w3l h5 {
        width: 93%;
        font-size: 42px;
    }
    .agileits-services-grids:nth-child(2) {
        margin: 0 17px;
    }
    .agileits-services-grids {
        padding: 20px;
    }
    .what-top1 {
        margin: 2em 0;
    }
    .what-grid1 p, .what-grid p {
        font-size: 13.5px;
    }
    .testimonial-info-wthree h5 {
        margin-bottom: 20px;
    }
    .contact_grids_info p {
        font-size: 14px;
    }
    .testimonial-info-wthree {
        padding: 2em 0em 0em 2em;
    }
    .address-grids span.fa {
        font-size: 20px;
        width: 55px;
        height: 55px
    }
    .contact-right {
        padding-left: 1.5em;
        width: 85%;
    }
    .form-bg form {
        width: 100%;
        float: none;
    }
    .w3ls-social-icons-2 {
        width: 44%;
        padding: 55px 80px;
    }
    .agileinfo-newsletter {
        width: 46%;
    }
    .logo2 h2 a {
        font-size: 50px;
    }
    .ftr-menu ul li a {
        font-size: 16px;
    }
    .ftr-menu {
        margin-top: 21px;
    }
    .testimonials {
        padding-top: 4.5em;
    }
}
@media(max-width: 1050px){
    .agileits-banner-info h3 {
        font-size: 60px;
    }
}
@media(max-width: 1024px){
    .contact_grids_info p {
        font-size: 13px;
    }
}
@media(max-width: 991px){
    #menuToggle {
        right: 13%;
    }
    .agileits-banner-info h3 {
        font-size: 57px;
    }
    .agileits-banner-info h3 {
        font-size: 57px;
    }
    .title-div p {
        width: 100%;
        font-size: 15px;
    }
    h3.tittle {
        font-size: 54px;
    }
    .tittle-style:before {
        width: 10%;
        left: 44.5%;
    }
    .tittle-style:after {
        width: 5%;
        left: 47%;
    }
    .banner_bottom_left p {
        font-size: 15px;
    }
    .stats-info-agile {
        min-height: 384px;
        margin-top: 20em;
    }
    h6.w3l-style {
        left: -8%;
        bottom: -60%;
    }
    .banner_bottom_left {
        height: 130px;
    }
    .video-w3l h5 {
        width: 100%;
        font-size: 40px;
    }
    .agileits-services-grids:nth-child(2) {
        margin: 0;
    }
    .agileits-services-grids {
        width: 33%;
    }
    .wthree-ser i {
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 1.9;
    }
    .wthree-heading h4 {
        font-size: 24px;
        margin-top: 21px;
    }
    .agileits-services-grids p {
        margin-top: 20px;
        font-size: 14px;
    }
    a.w3-buttons {
        padding: 12px 30px;
        font-size: 13px;
        margin-top: 30px;
    }
    .agileits-services-row-2 {
        margin-top: 10px;
    }
    .wthree-heading {
        padding: 0 0 0 1em;
    }
    .video-w3l {
        min-height: 380px;
    }
    .agileits-team-grid {
        padding: 0 .5em;
    }
    .what-grid {
        margin-top: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .what-grid img {
        margin: 0 auto;
    }
    .what-grid1 p, .what-grid p {
        font-size: 14px;
    }
    .title-div {
        margin-bottom: 55px;
    }
    .testimonial-info-wthree {
        padding: 0 0 0 2em;
    }
    .testimonial-info-wthree h5 {
        margin-bottom: 10px;
    }
    .testimonial-info-wthree span {
        margin: .5em 0;
        font-size: 15px;
    }
    .testimonial-info-wthree p {
        font-size: 13px;
    }
    .map {
        float: none;
    }
    .map iframe {
        min-height: 350px;
    }
    .contact_grids_info {
        width: 100%;
        float: none;
        margin-top: 40px;
    }
    .contact_grids_info p {
        font-size: 15px;
    }
    .w3ls-social-icons-2 {
        width: 46%;
    }
    .footer-bot {
        margin-top: 10em;
    }
    .agileinfo-newsletter {
        width: 52%;
    }
    .logo2 h2 a {
        font-size: 48px;
        letter-spacing: 2px;
    }
    .ftr-menu ul li a {
        font-size: 15px;
    }
    .ftr-menu ul li {
        margin: 0 8px;
    }
    .logo2 {
        padding: 0;
    }
    .ftr-menu {
        margin-top: 25px;
    }
    .w3layouts-newsletter {
        margin-bottom: 45px;
    }
}
@media(max-width: 900px){
    .header-w3l ul li {
        width: 34%;
    }
    .logo h1 a {
        font-size: 54px;
    }
    .agileits-banner-info h3 {
        font-size: 54px;
    }
    .agileits-banner-info p {
        font-size: 13px;
    }
    .banner, .banner-2, .banner-3 {
        min-height: 600px;
    }
    .agileits-banner-info {
        margin-top: 15em;
    }
    .thim-click-to-bottom {
        bottom: 8%;
    }
    .wthree-heading {
        padding: 0 0 0 1.3em;
    }
    .video-w3l h5 {
        font-size: 35px;
    }    
    .video-w3l {
        min-height: 340px;
    }
    .w3ls-social-icons-2 {
        width: 47%;
        padding: 55px 50px;
    }
}
@media(max-width: 800px){
    .logo {
        padding-left: 20px;
    }
    .logo h1 a {
        font-size: 53px;
        letter-spacing: 3px;
    }
    .header-w3l ul li {
        width: 36%;
        font-size: 14px;
        margin-right: 20px;
    }
    .agileits-banner-info h3 {
        font-size: 48px;
    }
    .agileits-banner-info p {
        font-size: 12px;
    }
    .banner, .banner-2, .banner-3 {
        min-height: 554px;
    }
    .agileits-banner-info {
        margin-top: 13em;
    }
    .map iframe {
        min-height: 320px;
    }
    .w3ls-social-icons-2 {
        padding: 50px 30px;
    }
    .w3ls-social-icons-2 h3 {
        font-size: 30px;
    }    
    .agileinfo-newsletter {
        padding-left: 1.5em;
    }
    .agileinfo-newsletter input[type="email"] {
        width: 70%;
    }
    .agileinfo-newsletter input[type="submit"] {
        width: 28%;
    }
    .ftr-menu ul li {
        margin: 0 6px;
    }
}
@media(max-width: 768px){
    nav{
        position: relative;
    }
    .agile-top {
        margin-top: 20px;
    }
    #menuToggle {
        right: 12%;
        top: 28px;
    }
    .banner-bottom-w3l, .agileits-services, .contact, .team, .what-w3ls {
        padding: 4em 0;
    }
    .testimonials {
        padding-top: 4em;
    }
    h6.w3l-style {
        left: -7.5%;
    }
    .contact_grids_info {
        width: 100%;
    }
    .address-row {
        margin-top: 30px;
    }
    .w3ls-social-icons-2 {
        margin-top: -8em;
    }
}
@media(max-width: 767px){

}
@media(max-width: 736px){
    .wthree-heading h4 {
        font-size: 22px;
    }
    .agileits-team-grid {
        padding: 0 1em;
    }
    .modal-body.modal-body-sub_agile p a {
        display: block;
    }
}
@media(max-width: 667px){
    .logo h1 a {
        font-size: 48px;
    }
    .header-w3l ul li {
        font-size: 13px;
        margin-right: 14px;
    }
    .agileits-banner-info h3 {
        font-size: 45px;
    }
    .agileits-banner-info p {
        font-size: 11px;
        margin: 6px 0;
    }
    a.view i {
        margin-right: 11px;
        font-size: 40px;
    }
    h6.w3l-style {
        left: -8.5%;
    }
    .video-w3l h5 {
        font-size: 32px;
    }
    .agileits-services-grids, .agileits-services-grids:nth-child(2) {
        width: 60%;
        margin: 0 auto;
        float: none;
        padding: 30px;
    }
    .wthree-heading {
        padding: 0;
    }
    h3.tittle {
        font-size: 48px;
    }
    .flex-direction-nav a {
        width: 34px;
        height: 34px;
    }
    .banner_bottom_left {
        height: 144px;
    }
    .logo2 {
        width: 100%;
        text-align: center;
    }
    .ftr-menu {
        margin-top: 25px;
        width: 100%;
        text-align: center;
    }
    .footer-bot {
        margin-top: 7em;
    }
    .wthree-heading h4 {
        font-size: 25px;
        margin-top: 18px;
    }
}
@media(max-width: 640px){
    .logo {
        padding-left: 12px;
    }
    .logo h1 a {
        font-size: 46px;
    }
    #menuToggle {
        right: 8%;
    }
    .header-w3l ul li {
        font-size: 12px;
        margin-right: 10px;
        padding: 10px 0;
        width: 40%;
    }
    .banner, .banner-2, .banner-3 {
        min-height: 530px;
    }
    .agileits-banner-info h3 {
        font-size: 43px;
        letter-spacing: 3px;
    }
    a.view {
        font-size: 15px;
    }
    .testimonials-main img {
        width: 100%;
        float: none;
    }
    .testimonial-info-wthree {
        padding: 2em 0 0;
        width: 100%;
        float: none;
    }
    .flex-direction-nav a {
        width: 35px;
        height: 44px;
        bottom: -12%;
    }
    .testimonials {
        padding-top: 4em;
        padding-bottom: 2em;
    }
    .w3ls-social-icons-2 {
        padding: 40px 30px;
        width: 79%;
    }
    .agileinfo-newsletter {
        padding: 2em;
        width: 100%;
    }
    .w3layouts-newsletter {
        margin-bottom: 0px;
    }
}
@media(max-width: 600px){
    .logo h1 a {
        letter-spacing: 2px;
    }
    .banner, .banner-2, .banner-3 {
        min-height: 500px;
    }
    h6.w3l-style {
        left: -9.5%;
    }
    .video-w3l h5 {
        width: 96%;
    }
    .video-w3l i {
        margin-top: 35px;
    }
    .wthree-heading {
        padding: 0 1em;
    }
    .gallery-agile-grids {
        padding: 0;
        width: 33%;
    }
}
@media(max-width: 568px){
    .logo h1 a {
        font-size: 43px;
    }
    .logo h1 a {
        font-size: 43px;
    }
    .logo h1 a {
        font-size: 43px;
    }
    .title-div p {
        font-size: 14px;
    }
    .banner_bottom_left p {
        font-size: 14px !important;
    }
    .banner_bottom_left {
        padding: 0 0 0 30px;
    }
    .numscroller {
        font-size: 53px;
    }
    .stats-info-agile p {
        font-size: 14px;
    }
    .stats-info-agile {
        min-height: 359px;
    }
    .video-w3l h5 {
        padding-top: 53px;
    }
    .video-w3l h5 {
        font-size: 30px;
    }
    .what-left {
        width: 20%;
    }
    .what-right {
        width: 80%;
    }
}
@media(max-width: 480px){
    .logo img{
        width: 36% !important;
    }
    .logo h1 a {
        font-size: 45px;
    }
    .header-w3l {
        text-align: left;
        margin-top: 17px;
        width: 100%;
    }
    .header-w3l ul li {
        font-size: 11px;
        margin-right: 10px;
        padding: 9px 0;
        width: 25%;
    }
    .agileits-banner-info h3 {
        font-size: 36px;
        letter-spacing: 2px;
    }
    .agileits-banner-info p {
        letter-spacing: 2px;
    }
    .banner, .banner-2, .banner-3 {
        min-height: 460px;
    }
    a.view {
        margin: 35px 0 0;
    }
    .banner-bottom-w3l, .agileits-services, .contact, .team, .what-w3ls {
        padding: 3em 0;
    }
    h3.tittle {
        font-size: 35px;
    }
    .tittle-style:before {
        width: 13%;
        left: 43.5%;
    }
    .tittle-style:after {
        width: 6%;
    }
    .banner_bottom_left {
        height: 185px;
    }
    h6.w3l-style {
        left: -10.5%;
        bottom: -44%;
        font-size: 18px;
    }
    .numscroller {
        font-size: 45px;
    }
    .numscroller {
        font-size: 45px;
    }
    .stats-grid {
        padding: 1em 0;
    }
    .stats-info-agile {
        min-height: 294px;
    }
    .w3l-right-stats {
        width: 37%;
    }
    .video-w3l h5 {
        font-size: 27px;
        padding-top: 25px;
    }
    .video-w3l {
        min-height: 283px;
    }
    .agileits-services-grids, .agileits-services-grids:nth-child(2) {
        width: 90%;
    }
    .what-grid1 p, .what-grid p {
        font-size: 13px;
    }
    .testimonials {
        padding-bottom: 3em;
    }
    .wthree-heading {
        padding: 0 0em;
    }
    .map iframe {
        min-height: 300px;
    }
    .contact_grid {
        width: 50%;
    }
    .contact_grid:nth-child(4){
        margin-top:30px;
    }
    .address-row {
        margin-top: 20px;
    }
    .form-bg {
        padding: 2em;
    }
    .address-left-second {
        padding: 30px 0 0 30px;
    }
    .contact-right span, .contact-right a {
        font-size: 14px;
    }    
    .w3ls-social-icons-2 {
        width: 90%;
    }
    .ftr-menu ul li {
        margin: 0 10px;
        line-height: 2.2;
    }
    p {
        font-size: 14px;
    }
    .copy-right {
        padding-top: 20px;
        margin-top: 20px;
    }
    .ftr-menu {
        margin-top: 18px;
    }
    .agileinfo-newsletter input[type="email"] {
        font-size: .9em;
    }
    .agileinfo-newsletter input[type="submit"] {
        font-size: 13px;
        padding: 12px 0;
    }
    .agileinfo-newsletter {
        padding: 2em 2em 1em;
    }
    .logo2 h2 a {
        font-size: 45px;
    }
}
@media(max-width: 440px){
    .header-w3l ul li {
        width: 30%;
    }
    .thim-click-to-bottom {
        left: 45%;
    }
    .title-div {
        margin-bottom: 30px;
    }
    .banner_bottom_left {
        height: 198px;
    }
    .video-w3l {
        min-height: 272px;
    }
    .video-w3l h5 {
        font-size: 25px;
    }    
    .what-grid1 p, .what-grid p {
        padding-top: 3px;
    }
    .what-right {
        width: 78%;
    }
    .footer-bot {
        padding: 1.5em 0;
    }
}
@media(max-width: 414px){
    .banner_bottom_left p {
        font-size: 13.5px;
    }
    .callbacks_tabs {
        top: 40%;
        left: 3.5%;
    }
    .agileits-team-grid {
        padding: 0 .5em;
    }
    .gallery-agile-grids {
        width: 50%;
    }
    .map iframe {
        min-height: 250px;
    }
    h5.small-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .contact_grids_info p {
        font-size: 13px;
    }
    .address-grids span.fa {
        font-size: 19px;
        width: 50px;
        height: 50px;
    }
    .contact-right p {
        font-size: 16px;
    }    
    .contact-right span, .contact-right a {
        font-size: 12px;
    }
    .w3ls-social-icons-2 {
        padding: 30px 28px;
    }
    .w3ls-social-icons-2 h3 {
        font-size: 26px;
    }
    .ftr-menu ul li a {
        font-size: 14px;
    }
    .copy-right p {
        letter-spacing: 1px;
    }
    .modal-body.modal-body-sub_agile p {
        font-size: 14px;
    }
}
@media(max-width: 384px){
    .banner, .banner-2, .banner-3 {
        min-height: 430px;
    }
    .agileits-banner-info h3 {
        font-size: 32px;
        letter-spacing: 1px;
    }
    a.view {
        font-size: 13px;
    }
    .banner_bottom_left p {
        font-size: 13px;
    }
    h6.w3l-style {
        left: -12.5%;
        bottom: -38%;
    }
    .numscroller {
        font-size: 38px;
    }
    .stats-info-agile p {
        font-size: 12px;
    }
    .stats-info-agile {
        min-height: 260px;
        margin-top: 53%;

    }
    .video-w3l h5 {
        font-size: 23px;
    }
    .video-w3l {
        min-height: 256px;
    }
    .video-w3l {
        min-height: 256px;
    }
    .wthree-heading {
        padding: 0 1em;
    }
    .what-right {
        width: 74%;
    }
    .modal-body.modal-body-sub_agile p {
        font-size: 13px;
    }
}
@media(max-width: 375px){
    .banner_bottom_left {
        height: 238px;
    }
    .video-w3l i {
        margin-top: 22px;
    }
    .agileits-banner-info p {
        font-size: 10px;
    }
    .agileits-banner-info {
        margin-top: 12em;
    }
    .agileits-banner-info {
        margin-top: 12em;
    }
    .thim-click-to-bottom i {
        padding: 13px 6px;
    }
    a.view i {
        margin-right: 7px;
    }
    .agile-top {
        margin-top: 10px;
    }
    .logo h1 a {
        font-size: 42px;
    }
    #menuToggle {
        right: 12%;
        top: 12px;
    }
    .banner-bottom-w3l, .agileits-services, .contact, .team, .what-w3ls {
        padding: 2.5em 0;
    }
    h3.tittle {
        font-size: 38px;
    }
    .tittle-style:after {
        width: 8%;
        left: 46%;
    }
    .tittle-style:before {
        width: 16%;
        left: 41.5%;
    }
    .title-div p {
        font-size: 13px;
        margin-top: 24px;
    }
    .banner_bottom_left h4 {
        font-size: 30px;
    }
    .contact-right {
        padding-left: 1em;
        width: 83%;
    }
    .w3ls-social-icons-2 i {
        font-size: 15px;
        width: 35px;
        height: 35px;
        margin: 0 .3em 0;
    }
    .agileinfo-newsletter h3 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .logo2 h2 a {
        font-size: 40px;
    }
    .ftr-menu ul li {
        margin: 0 7px;
    }
    .form-bg input[type="text"], .form-bg input[type="email"], .form-bg textarea {
        font-size: 14px;
    }
    .form-bg input[type="submit"] {
        font-size: 13px;
        margin-top: 20px;
    }
    .banner, .banner-2, .banner-3 {
        min-height: 400px;
    }
    a.view {
        margin: 24px 0 0;
    }
}
@media(max-width: 320px){
    nav a {
        font-size: 1.1em;
        margin: 25px 0 25px 30px;
    }
    #menuToggle {
        right: 12%;
        top: 15px;
    }
    .logo h1 a {
        font-size: 40px;
    }
    .header-w3l ul li {
        width: 45%;
        font-size: 11px;
    }
    .agileits-banner-info h3 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .agileits-banner-info p {
        letter-spacing: 1px;
    }
    a.view {
        font-size: 12px;
        letter-spacing: 1px;
    }
    a.view i {
        margin-right: 6px;
        font-size: 32px;
    }
    .banner, .banner-2, .banner-3 {
        min-height: 350px;
    }
    .agileits-banner-info {
        margin-top: 10em;
    }
    .callbacks_tabs {
        top: 44%;
    }
    .banner-bottom-w3l, .agileits-services, .contact, .team, .what-w3ls {
        padding: 2em 0;
    }
    .banner_bottom_left h4 {
        font-size: 25px;
        margin-bottom: 6px;
    }
    .banner_bottom_left {
        height: 288px;
    }
    h6.w3l-style {
        left: -15.5%;
        bottom: -27%;
    }
    .numscroller {
        font-size: 34px;
    }
    .stats-grid {
        padding: .5em 0;
    }
    .stats-info-agile p {
        font-size: 11px;
    }
    .stats-info-agile {
        min-height: 201px;
        margin-top: 10.5em;
    }
    .wthree-heading h4 {
        font-size: 23px;
    }
    .agileits-services-grids p {
        margin-top: 13px;
        font-size: 13px;
    }
    a.w3-buttons {
        font-size: 12px;
        margin-top: 20px;
    }
    .agileits-services-grids, .agileits-services-grids:nth-child(2) {
        padding: 16px;
    }
    .agileits-team-grid {
        padding: 0 1em;
        width: 100%;
    }
    .agileits-team-grid:nth-child(2), .agileits-team-grid:nth-child(3), .agileits-team-grid:nth-child(4) {
        margin-top: 2em;
    }
    .what-grid1 i {
        height: 50px;
        width: 50px;
        font-size: 1.3em;
        line-height: 49px;
    }
    .what-grid1 h4, .what-grid h4 {
        font-size: 1.3em;
        letter-spacing: 0px;
    }
    .what-grid1 p, .what-grid p {
        font-size: 12.5px;
    }
    .gallery-agile-grids {
        width: 100%;
    }
    h3.tittle {
        font-size: 35px;
    }
    .testimonials {
        padding-top: 2em;
    }
    .contact_grid {
        width: 100%;
    }
    .contact_grid:nth-child(4), .contact_grid:nth-child(3) {
        margin-top: 30px;
    }
    .w3l-right-stats {
        width: 40%;
    }
    .contact-right {
        width: 80%;
    }
    .contact-right span, .contact-right a {
        letter-spacing: 0px;
    }
    .address-grids:nth-child(3), .address-grids:nth-child(5) {
        margin: 25px 0;
    }
    .w3ls-social-icons-2 {
        width: 97%;
    }
    .agileinfo-newsletter h3 {
        font-size: 25px;
    }
    .agileinfo-newsletter h3 i {
        margin-right: 14px;
    }
    .agileinfo-newsletter {
        padding: 2em 1em 1em;
    }
    .ftr-menu ul li a {
        font-size: 13px;
    }
    .ftr-menu ul li {
        margin: 0 4px;
    }
    .copy-right p {
        font-size: 13px;
    }
    .logo2 h2 a {
        font-size: 38px;
    }
    .modal-body.modal-body-sub_agile input[type="text"], .modal-body.modal-body-sub_agile input[type="email"], .modal-body.modal-body-sub_agile input[type="password"] {
        font-size: 13px;
        margin-bottom: 10px;
    }
}
    

/*--//responsive--*/











.card-span {
    transform: translateY(0) translateZ(0);
    transition: all 0.3s ease-out;
    border:0;
    
    &.hover-top-shadow-lg {
      &:hover,
      &:focus {
        transform: translateY(-0.3125rem) translateZ(0);
      }
    }
    &:hover,
    &:focus {
      transform: translateY(-0.125rem) translateZ(0);
      box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
      background-color: #D9EEDA;

    }
    
  }
  
  
  .flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }  
  .h-100 {
    height: 120% !important;
  }
  .row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
  }

  .row1 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
  }
  .row2 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   
    -ms-flex-wrap: wrap;
 
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
  }
  @media (max-width: 650px) {

    .row2 {
        
        flex-direction: column;
        display: flex;
    }
}
  @media (max-width: 992px) {


 .mb-5{
    width: 100% !important;
 }
    .col-md-3 {
        width: 150%;
    }
    .row1 {
      flex-direction: column;
      width: 100%;
      margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
      }
      .flex-center{
        -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

      }
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  
  .mb-5 {
  margin-bottom: 3rem !important;

 
}



.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); 
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
  
    border-radius: 0.25rem;
  }
  
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  
  .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
  }
  
  .card-title {
    margin-bottom: 0.5rem;
  }
  
  .card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link:hover {
    text-decoration: none;
  }
  
  .card-link + .card-link {
    margin-left: 1rem /* rtl:ignore */;
  }
  
  .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  }
  
  .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
  }
  
  .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
  }
  
  .card-footer:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
  }
  
  .card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
  }
  
  .card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: 0.25rem;
  }
  
.card-span {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 0;
  }
  
  .card-span.hover-top-shadow-lg:hover, .card-span.hover-top-shadow-lg:focus {
    -webkit-transform: translateY(-0.3125rem) translateZ(0);
    transform: translateY(-0.3125rem) translateZ(0);
  }
  
  .card-span:hover, .card-span:focus {
    -webkit-transform: translateY(-0.125rem) translateZ(0);
    transform: translateY(-0.125rem) translateZ(0);
    -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
    background-color: #D9EEDA;
  }
  .card-img,
  .card-img-top,
  .card-img-bottom {
    width: 100%;
  }
  
  .card-img,
  .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-span:hover, .card-span:focus {
    -webkit-transform: translateY(-0.125rem) translateZ(0);
    transform: translateY(-0.125rem) translateZ(0);
    -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(22,28,45,0.1) !important;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(22,28,45,0.1) !important;
    background-color: #D9EEDA;
  }
  @media (min-width: 992px) {
    .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
  }
  @media (min-width: 768px) {
    .px-md-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important;
    }
  }
  .pt-6 {
    padding-top: 4rem !important;
  }
  .px-4 {
    padding-right: 3.8rem !important;
    padding-left: 3.8rem !important;
    padding: 8%;
  }
  .h-100 {
    height: 100% !important;
  }
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  
  .card-group > .card {
    margin-bottom: 1rem;
  }
  
  @media (min-width: 576px) {
    .card-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .card-group > .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  .fw-bold {
    font-weight: 700 !important;
    font-size: 55px;

  }
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1240px;
  }

  .fs-1 {
    font-size: 2rem !important;
  line-height: 30px;
  
  margin-bottom: 5%;
  }

  
  .bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;}
    .d-sm-block {
        display: block !important;
      }
  
   


      
/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
  }
  
  .recent-blog-posts .post-item .post-img img {
    transition: 0.5s;
  }
  
  .recent-blog-posts .post-item .post-date {
    position: absolute;
    right: 15px;
    bottom: 208px;
    background-color: #e2d257;
    color: rgb(255 255 255);
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}
  .recent-blog-posts .post-item .post-content {
    padding: 30px;
  }
  
  .recent-blog-posts .post-item .post-title {
    font-size: 24px;
    color: #1c2544;
    font-weight: 700;
    transition: 0.3s;
    margin-bottom: 15px;
  }
  
  .recent-blog-posts .post-item .meta i {
    font-size: 16px;
    color: #eddd5e;
  }
  
  .recent-blog-posts .post-item .meta span {
    font-size: 15px;
    color: #838893;
  }
  
  .recent-blog-posts .post-item hr {
    color: #888;
    margin: 20px 0;
  }
  
  .recent-blog-posts .post-item .readmore {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    color: #5b8c51;
    
  }.img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  .recent-blog-posts .post-item .readmore i {
    line-height: 0;
    margin-left: 6px;
    font-size: 16px;
  }
  
  .recent-blog-posts .post-item:hover .post-title,
  .recent-blog-posts .post-item:hover .readmore {
    color: var(--color-primary);
  }
  
  .recent-blog-posts .post-item:hover .post-img img {
    transform: scale(1.1);
  }

  
/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #609455;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background:black;
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}

.section-title3 {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

.section-title3::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 10;
  background: #609455;
}

.section-title3::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  bottom: -13px;
  right: calc(25% - 13px);
  background:black;
  border: 10px solid #FFFFFF;
  border-radius: 28px;
}

.section-title3.text-center::before {
  left: 25%;
}

.section-title.text-center::after {
  left: calc(50% - 13px);
}



.text-end {
    text-align: right !important;
  }
  @media (min-width: 992px) {
    .col-lg-6 {
      flex: 0 0 auto;
      width: 50%;
    }}
.col-6 img{
    padding: 2%;
}

    
.hero-wrap {
    width: 100%;
    position: relative; }
    .hero-wrap .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      opacity: .6;
      width: 50%;
      background: #82ae46; }
    .hero-wrap .slider-text {
      color: #fff;
      position: relative; }
      .hero-wrap .slider-text .breadcrumbs {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 3px;
        margin-bottom: 0;
        z-index: 99;
        font-weight: 300; }
        .hero-wrap .slider-text .breadcrumbs span {
          color: white; }
          .hero-wrap .slider-text .breadcrumbs span a {
            color: #fff; }
      .hero-wrap .slider-text .bread {
        font-weight: 800;
        color: #fff;
        font-size: 30px;
        font-family: "Poppins", Arial, sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase; }
      .hero-wrap .slider-text .btn-primary {
        border: 1px solid rgba(255, 255, 255, 0.4);
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px; }
        .hero-wrap .slider-text .btn-primary:hover, .hero-wrap .slider-text .btn-primary:focus {
          background: #fff !important;
          color: #000000; }
    .hero-wrap.hero-bread {
      padding: 10em 0; }

      
.ftco-product .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
    position: relative; }
  
  .product {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0; }
    @media (max-width: 991.98px) {
      .product {
        margin-bottom: 30px; } }
    .product .img-prod {
      position: relative;
      display: block;
      overflow: hidden; }
      .product .img-prod .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        background: #82ae46;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .product .img-prod span.status {
        position: absolute;
        top: 0;
        left: 0;
        padding: 2px 10px;
        color: #fff;
        font-weight: 300;
        background: #82ae46;
        font-size: 12px; }
      .product .img-prod img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .product .img-prod:hover img, .product .img-prod:focus img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .product .img {
      display: block;
      height: 500px; }
    .product .icon {
      width: 60px;
      height: 60px;
      background: #fff;
      opacity: 0;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .product .icon span {
        color: #000000; }
    .product:hover .icon {
      opacity: 1; }
    .product:hover .img-prod .overlay {
      opacity: 0; }

    .product .text {
     
      position: relative;
      width: 100%; }
      .product .text h3 {
        font-size: 14px;
        padding-top: 5%;
        margin-bottom: 5px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Poppins", Arial, sans-serif; }
        .product .text h3 a {
          color: #6b9b61;
          font-weight: 600;}
      .product .text p.price {
        margin-bottom: 0;
        color: #82ae46;
        font-weight: 400; }
        .product .text p.price span.price-dc {
          text-decoration: line-through;
          color: #b3b3b3; }
        .product .text p.price span.price-sale {
          color: #82ae46; }
      .product .text .pricing {
        width: 100%;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .product .text .bottom-area {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        opacity: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .product .text .bottom-area a {
          color: #fff;
          width: 100%;
          background: #82ae46;
          width: 40px;
          height: 40px;
          margin: 0 auto;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        .product .text .bottom-area .m-auto {
          margin: 0 auto; }
    .product:hover {
      -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07); }
      .product:hover .pricing {
        opacity: 0; }
      .product:hover .text .bottom-area {
        opacity: 1; }
  
  .product-details h3 {
    font-size: 30px;
    font-weight: 400; }
  
  .product-details .price span {
    font-size: 30px;
    color: #000000; }
  
  .product-details button i {
    color: #000000; }
  
  .product-details .quantity-left-minus {
    background: transparent;
    padding: 0 15px; }
  
  .product-details .quantity-right-plus {
    background: transparent;
    padding: 0 15px; }
  
  .product-details button, .product-details .form-control {
    height: 40px !important;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #82ae46;
    padding: 10px 20px;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 14px; }
    .product-details button:hover, .product-details button:focus, .product-details .form-control:hover, .product-details .form-control:focus {
      text-decoration: none;
      outline: none; }
  
  .product-details .form-group {
    position: relative; }
    .product-details .form-group .form-control {
      padding-right: 40px;
      color: #000000;
      background: transparent !important; }
      .product-details .form-group .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #4d4d4d; }
      .product-details .form-group .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: #4d4d4d; }
      .product-details .form-group .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: #4d4d4d; }
      .product-details .form-group .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: #4d4d4d; }
    .product-details .form-group .icon {
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #000000; }
      .product-details .form-group .icon span {
        color: #000000; }
      @media (max-width: 767.98px) {
        .product-details .form-group .icon {
          right: 10px; } }
    .product-details .form-group .select-wrap {
      position: relative; }
      .product-details .form-group .select-wrap select {
        font-size: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-transform: uppercase;
        letter-spacing: 2px; }
  
  .ftco-cart button i {
    color: #82ae46; }
  
  .ftco-cart .quantity-left-minus {
    background: transparent;
    padding: 16px 20px; }
  
  .ftco-cart .quantity-right-plus {
    background: transparent;
    padding: 16px 20px; }
  
  .ftco-cart button, .ftco-cart .form-control {
    height: 54px !important;
    text-align: center;
    bordeR: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
    padding: 0;
    font-size: 14px; }
  
  .ftco-cart .form-group {
    position: relative; }
    .ftco-cart .form-group .form-control {
      padding-right: 40px; }
    .ftco-cart .form-group .icon {
      position: absolute;
      top: 50%;
      right: 20px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #82ae46; }
      .ftco-cart .form-group .icon span {
        color: #82ae46; }
      @media (max-width: 767.98px) {
        .ftco-cart .form-group .icon {
          right: 10px; } }
    .ftco-cart .form-group .select-wrap {
      position: relative; }
      .ftco-cart .form-group .select-wrap select {
        font-size: 14px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
  
  .ftco-cart .info label {
    font-size: 13px;
    color: #000000; }
    .text-center {
        text-align: center !important;}
        .product-category li {
            display: inline-block;
            font-weight: 400;
            font-size: 16px;
          }
          .product-category li a.active {
            background: #82ae46;
            color: #fff;
          }
          .product-category li a {
            color: #82ae46;
            padding: 5px 20px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
          }
          a {
            -webkit-transition: .3s all ease;
            /* -o-transition: .3s all ease;
            transition: .3s all ease; */
            color: #82ae46;
          }
          .btn2{
            font-size: 15px;
  padding: 4%;
  background-color: #a0be9b;
  border: none;
  border-radius: 5px;
  color: white;
          }

       
          
#fh5co-timeline {
    padding: 7em 0;
  }
  @media screen and (max-width: 768px) {
    #fh5co-timeline {
      padding: 3em 0;
    }
  }
  #fh5co-timeline .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }
  #fh5co-timeline .timeline:before {
    top: 110px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #434343;
    left: 50%;
    margin-left: 0px;
  }
  @media screen and (max-width: 768px) {
    #fh5co-timeline .timeline:before {
      margin-left: -64px;
    }
  }
  @media screen and (max-width: 480px) {
    #fh5co-timeline .timeline:before {
      margin-left: -64px;
    }
  }
  @media screen and (max-width: 768px) {
    #fh5co-timeline .timeline .timeline-heading {
      margin-bottom: 30px;
    }
  }
  #fh5co-timeline .timeline .timeline-heading > div h3 {
    display: inline-block;
    padding: 7px 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: bold;
    color: #fff;
    position: relative;
 
    background: #434343;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  @media screen and (max-width: 768px) {
    #fh5co-timeline .timeline .timeline-heading > div h3 {
      float: left;
      margin-bottom: 0;
    }
  }
  #fh5co-timeline .timeline .timeline-heading h3 {
    color: #609456;
    margin-bottom: 2%;
    text-align: center;
  }
  #fh5co-timeline p{
    text-align: center;
  margin-bottom: 3%;
    font-size: 17px;
  }
 
  #fh5co-timeline .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    #fh5co-timeline .timeline > li {
      margin-bottom: 4em;
    }
  }
  #fh5co-timeline .timeline > li:before, #fh5co-timeline .timeline > li:after {
    content: " ";
    display: table;
  }
  #fh5co-timeline .timeline > li:after {
    clear: both;
  }
  #fh5co-timeline .timeline > li > .timeline-panel {
    width: 45%;
    float: left;
    margin-bottom: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  @media screen and (max-width: 768px) {
    #fh5co-timeline .timeline > li > .timeline-panel {
      width: 85% !important;
    }
  }
  @media screen and (max-width: 480px) {
    #fh5co-timeline .timeline > li > .timeline-panel {
      width: 75% !important;
    }
    #fh5co-timeline .timeline > li > .timeline-panel:before {
      top: 30px;
    }
    #fh5co-timeline .timeline > li > .timeline-panel:after {
      top: 31px;
    }
  }
  #fh5co-timeline .timeline > li > .timeline-badge {
    color: #fff;
    width: 40px;
    height: 2vh;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -21px;
    background-color: #eae2a3;
 
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  @media screen and (max-width: 768px) {
    #fh5co-timeline .timeline > li > .timeline-badge {
      margin-left: -10px !important;
    }
  }
  @media screen and (max-width: 992px) {
    #fh5co-timeline .timeline > li > .timeline-badge {
      margin-left: -10px !important;
    }
  }
  #fh5co-timeline .timeline > li > .timeline-badge i {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    font-size: 18px;
  }
  #fh5co-timeline .timeline > li.timeline-unverted {
    text-align: right;
  }
  @media screen and (max-width: 768px) {
    #fh5co-timeline .timeline > li.timeline-unverted {
      text-align: left;
      padding-top: 10%;
    }
  }
  #fh5co-timeline .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }
  #fh5co-timeline .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  #fh5co-timeline .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  #fh5co-timeline .timeline-title {
    margin-top: 0;
  }
  #fh5co-timeline .company {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold;
  }
  #fh5co-timeline .timeline-body > p,
  #fh5co-timeline .timeline-body > ul {
    margin-bottom: 0;
  }
  #fh5co-timeline .timeline-body > p + p {
    margin-top: 5px;
  }
  @media (max-width: 992px) {
    #fh5co-timeline ul.timeline:before {
      left: 90px;
    }
    #fh5co-timeline ul.timeline > li > .timeline-panel {
      width: calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      width: -webkit-calc(100% - 200px);
    }
    #fh5co-timeline ul.timeline > li > .timeline-badge {
      left: 15px;
      margin-left: 0;
      top: 16px;
    }
    #fh5co-timeline ul.timeline > li > .timeline-panel {
      float: right;
    }
    #fh5co-timeline ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
    }
    #fh5co-timeline ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
    }
  }
 
  .section-title h1{
    font-size: 38px;
  font-weight: bold;
  margin-top: 4%;
  margin-bottom: 1%;
  }
  .target{
    text-align: center;
  margin-bottom: 3%;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #9dbe97;
  padding: 2%;
  width: 80%;
  margin-left: 10%;

  }
  .text-center2 .mission{
    font-size: 22px;
    text-align: center;
  color: black;
  font-weight: 600;
  margin-top: 2%;
  margin-bottom: 1%;
  }
 /* #sec1 {
  margin-top: 3% !important;
 } */
 #sec2 h5{
    font-size: 25px;
 }
 .text-primary{
    color: #609455;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
 
 }
  .container-fluid.facts {
    position: relative;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust the opacity (last value) as needed */
    z-index: 1; /* Ensure the overlay is above the background image */
    pointer-events: none; /* Allow clicks to pass through the overlay to the content below */
}

.container-fluid.facts h5 {
    position: relative;
    z-index: 2; /* Ensure the text is above the overlay */
}

.container-fluid.facts::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/carousel-5.jpg);
    background-size: cover;
    z-index: 0; /* Ensure the background image is behind the overlay */
}



/********************/
/*     Services     */
/********************/
.services .card {
	padding: 20px;
    margin-bottom: 3%;
	border-radius: 0;
  
	border: 2px solid white;
  transition: transform 0.3s ease;
}

.services .card:hover {
	border: 10px solid;
	transform: scale(1.01);
	border-image-slice: 1;
	border-width: 2px;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px #5f9155;
  transform: scale(1.05);

}

#card2{
    box-shadow: 0px 0px 8px rgba(45, 44, 44, 0.3);
    margin: 4%;
    padding: 1.5%;
    transition: transform 0.3s ease;

}
#card2:hover{
  transform: scale(1.05);

}
.missionimg{
  width: 12%;
  margin-left: 44%;
}
.py-22{
  text-align: center;
  margin-top: 3%;
}
.vision{
    text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
}
.mb-3{
    margin-bottom: 2%;
  font-size: 27px;
  font-weight: 600;
  color: #5f9154;
}

#green{
    background-color: #85ae7c;
    margin: 2%;
    color: white;
}

#green p{
    color: white;
    padding: 3%;
}




/********************/
/*     Services     */
/********************/
.services .card1 {
	padding: 20px;
  margin-bottom: 3%;
  height: 55vh;
  border-radius: 0;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15); */
  border: 2px solid #9dbc97;


}

.services .card1:hover {

	transform: scale(1.05);
	
}
.card1 img{
    width: 17%;
    margin-left: 40%;
}
.card1 h4{text-align: center;}






/* ---------------------------------------------
/* Contact Page Style */
/* --------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
 
}

.contact-page p {
  margin-bottom: 50px;
}
@media(min-width:1200px){
  .contact-page .item {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    background-color: #fff;
    display: inline-block;
    min-width: 520px;
  } 
}
@media(max-width:750px){
  .contact-page .item {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    background-color: #fff;
    display: inline-block;
    width: 300px;
  } 
}



.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #6b9b61;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: white;
  border: 1px solid #6b9b61;
  color: #6b9b61;
}

.links1{
    font-size: 20px;
 
    border-radius: 0px;
  /* background-color: aqua; */
  border: 1px solid #5c8d52;
  padding: 1.2%;

  /* margin-right: %; */
margin-left: 2%;
}





#serv p{
    /* color: black; */
    border-left: 2px solid #efdf5e;
  padding: 4%;
}

.contactus h4{

    font-size: 22px;
    margin-bottom: 2%;
}

.contactus {
  margin-bottom: 3%;
  text-align: center;
  background-color: transparent;
  padding: 1%;
  margin-left: 42%;
  color: white;
  z-index: 1;
  position: relative;
  z-index: 2;
  width: 15%;
  border: none;
  font-size: 17px;
 
  margin-top: 2%;
  transition: all .5s;
  border: 1px solid white;
}
.qrcode{
  width: 70%;
}

@media(max-width:750px){
  .qrcode{
    width: 50%;
  }

  .contactus {
    margin-bottom: 3%;
    text-align: center;
    background-color: transparent;
    padding: 1%;
    margin-left: 22%;
    color: white;
    z-index: 1;
    position: relative;
    z-index: 2;
    width: 55%;
    border: none;
    font-size: 17px;
    margin-top: 2%;
    transition: all .5s;
    border: 1px solid white;}
}
.contactus:hover{
 background-color: white;
 border: none;
 color: #5f9154;
}

/* 

.ftco-services .services .icon img{
 width: 25%;
 margin-bottom: 8%;
}
.container1 {
    max-width: 1370px;
  }
  @media (min-width: 1200px) {
    .container1 {
        margin-left:7%;
      width: 1320px;
      margin-top: 5%;
    }
  }
  .media-body span{
    font-size: 12px;
  } */
  
/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
    width: 100%;
}

.service-item:hover .service-text {
    background: rgba(15, 66, 41, .6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #FFFFFF;
}

.service-item:hover .service-text p {
    color: var(--light);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


.container3 {
    display: flex;
    max-width: 1540px ;
    margin-left: 10%;
    gap: 17rem;
  }
  
  .sidebar {
    width: 200px;
    color: white;
    box-shadow: 0 1px 3px rgba(77, 73, 73, 0.4);
    font-size: 18px;
    padding: 20px;
    /* border-right: 1px solid black; */
  }
  
  .sidebar h3 {
    margin-bottom: 10px;
  }

  
  
  .sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .sidebar ul li {
    padding: 10px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: background-color 0.3s ease;
    color: #4f8e52;
  }
  
  .sidebar ul li:hover {
    background-color: #a5c79e;
    color: white;
  }
  
  .sidebar ul li.active {
    background-color: #4F8E52;
    color: white;
  }

  .slider-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Adjust as needed */
    margin: 0 auto;
}


.slide p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  width: 25%;
  cursor: pointer;
  margin-left: 12%;
  color: #619257 !important;
  text-align: center;
}

.slide p:hover {
color: rgb(94, 92, 92);
}



.slider1{
  width: 40%;
     display: flex;
 
    overflow: hidden;
}
.slide {
    flex: 0 0 auto;
}



img {
    max-width: 50%;
    height: auto;
}
.product-category{
  text-align: center;
  padding-top: 3%;
  font-size: 27px;
  font-weight: 600;
  color: #4f8e52;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(79, 142, 82);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 18px;
    z-index: 1;
}

.prev {
    left: -80px;
}

.next {
    right: 250px;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
}






.more{
  margin-left: 17%;
  width: 15%;
  padding: 5px;
  font-size: 15px;
  color: #4f8e52;
  margin-top: 2%;
  background-color: white;
  border: 1px solid #4f8e52;
}

.more:hover{
  background-color: #4f8e52;
  color: white;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 20px;
  transition: 0.3s;
  color: #21413c;
  border: 1px solid #efefef;

  margin-bottom: 1%;
}

.features .nav-link:hover {
  color: #dccc47;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 2px 5px rgba(55, 52, 52, 0.12);
  border: none;
}

.features .nav-link.active h4 {
  color: #609455;
}

.features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}
.features .feature-block{
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media(min-width:1200px){

  .features .nav-item{
  width: 650px;

}


}
@media(max-width:750px){
  .text-light {
   
          font-size: 24px !important;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.btnnn{
  width: 20%;
  padding: 7px;
  font-size: 17px;

  color: #5f9155;
  border: none;
  background-color: white;

  font-weight: 600;
}














/*** Products ***/
.product {
  background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/product-bg.png) left bottom no-repeat;
  background-size: auto;
}

.product-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
  margin: 0 10px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
  background: #FFFFFF;
  color: var(--primary);
}
.bg-white {
  background-color: #fff !important;
  z-index: 1 !important;
}
.mt-n5 {
  margin-top: -3rem !important;

}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 5%;
    padding-right: 5%;
    padding-left: 5%;
  padding-left: 8%;
  padding-right: 7%;
  width: 80%;
  margin-left: 10%;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #9cdc66;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
 
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #5c9f24;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
.text-center h3{
  padding-bottom: 3%;
}

.brief
{
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 3%;
  /* border-left: 3px solid #ecdc5d; */

}

.brief2{
  text-align: center;
  padding: 2%;

}
.fresh{
  padding-left: 5%;
  font-weight: bold;
  color: #4c7144;
  font-size: 20px;

}
.fresh1{
  padding-right: 5%;
  font-weight: bold;
  color: #4c7144;
  font-size: 20px;

}

.title-div1 {
  margin-bottom: 50px;
}
.summ{
  padding-left: 5%;
  padding-right: 10%;
  margin-top: 1%;

}

@media(max-width:750px){
.wel {
  font-size: 18px !important; 
line-height: 3.4rem !important;
}
.overseasabt{
  margin-top: 5% !important; 
}
.sidebar{
 
    width: 280px;

}
.contact-page #contact-form{
  margin-left: 1%;
}
.timeline-panel img {
  width: 20% !important;
  /* margin-right: 42%; */
  margin-bottom: 10% !important;
  /* padding-bottom: %; */
  position: absolute;
  top: -10% !important;
  margin-top: -3% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

#fh5co-timeline p{
  padding-bottom: 7% !important;
}
}

.boldd{
  font-weight: bold;
  font-size: 16px;
}

.timeline-panel img{
  width: 10%;
  /* margin-right: 42%; */
 margin-bottom: 3%;
 position: absolute;
 top: -40%; /* Move the image 50% down from the top of the container */
 left: 50%; /* Move the image 50% from the left of the container */
 transform: translate(-50%, -50%); /* Translate the image back by half of its own width and height */

}
