

/* 

---------------------------------------------

font & reset css

--------------------------------------------- 

*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/* 

---------------------------------------------

reset

--------------------------------------------- 

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div

pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,

s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,

figure, header, nav, section, article, aside, footer, figcaption {

  margin: 0;

  padding: 0;

  border: 0;

  outline: 0;

}



.clearfix:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}



.clearfix {

  display: inline-block;

}



html[xmlns] .clearfix {

  display: block;

}



* html .clearfix {

  height: 1%;

}



ul, li {

  padding: 0;

  margin: 0;

  list-style: none;

}



header, nav, section, article, aside, footer, hgroup {

  display: block;

}



* {

  box-sizing: border-box;

}



html, body {

  font-family: 'Raleway', sans-serif;

  font-weight: 400;

  background-color: #fff;

  font-size: 16px;

  -ms-text-size-adjust: 100%;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



a {

  text-decoration: none !important;

}



h1, h2, h3, h4, h5, h6 {

  margin-top: 0px;

  margin-bottom: 0px;

}



ul {

  margin-bottom: 0px;

}



p {

  font-size: 14px;

  line-height: 25px;

  color: #000;

}



/* 

---------------------------------------------

global styles

--------------------------------------------- 

*/

html,

body {

  background: #fff;

  font-family: 'Raleway', sans-serif;

}



::selection {

  background: #5fb759;

  color: #fff;

}



::-moz-selection {

  background: #5fb759;

  color: #fff;

}

.logo{

 

}

.logo img{

  height: 70px;

  width:70px;



}

@media (max-width: 991px) {

  html, body {

    overflow-x: hidden;

  }

  .mobile-top-fix {

    margin-top: 30px;

    margin-bottom: 0px;

  }

  .mobile-bottom-fix {

    margin-bottom: 30px;

  }

  .mobile-bottom-fix-big {

    margin-bottom: 60px;

  }

}



a.main-stroked-button {

  font-size: 13px;

  border-radius: 25px;

  padding: 11px 25px;

  background-color: transparent;

  border: 2px solid #fff;

  text-transform: uppercase;

  color: #fff;

  font-weight: 600;

  letter-spacing: 1px;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



a.main-stroked-button:hover {

  background-color: #fff;

  color: #5fb759;

}



a.main-filled-button {

  font-size: 13px;

  border-radius: 25px;

  padding: 13px 25px;

  background-color: #fff;

  text-transform: uppercase;

  color: #5fb759;

  font-weight: 600;

  letter-spacing: 1px;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



a.main-filled-button:hover {

  color: #fff;

  background-color: #5fb759;

}



a.main-button-icon {

  font-size: 13px;

  border-radius: 25px;

  padding: 13px 25px;

  background-color: #5fb759;

  text-transform: uppercase;

  color: #fff;

  font-weight: 600;

  letter-spacing: 1px;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



a.main-button-icon i {

  margin-left: 5px;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;

}



a.main-button-icon:hover i {

  padding-left: 5px;

}



button.main-button {

  outline: none;

  border: none;

  cursor: pointer;

  font-size: 13px;

  border-radius: 25px;

  padding: 10px 25px;

  background-color: #fff;

  text-transform: uppercase;

  color: #5fb759;

  font-weight: 600;

  letter-spacing: 1px;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



button.main-button:hover {

  color: #fff;

  background-color: #5fb759;

}



button.main-button-icon {

  border: none;

  outline: none;

  font-size: 13px;

  border-radius: 25px;

  padding: 13px 25px;

  background-color: #5fb759;

  text-transform: uppercase;

  color: #fff;

  font-weight: 600;

  letter-spacing: 1px;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



button.main-button-icon i {

  margin-left: 5px;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;

}



button.main-button-icon:hover i {

  padding-left: 5px;

}



a.text-button-icon {

  text-transform: uppercase;

  color: #1e1e1e;

  font-size: 13px;

  font-weight: 600;

  letter-spacing: 1px;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



a.text-button-icon i {

  margin-left: 5px;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  -o-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;

}



a.text-button-icon:hover {

  color: #5fb759;

}



a.text-button-icon:hover i {

  padding-left: 5px;

}





.section-heading p {

  font-size: 15px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.25px;

  margin-top: 0px;

  margin-bottom: 0px;

}



.section-heading h1 {

  font-size: 32px;

  font-weight: 800;

  letter-spacing: 1px;

  /* margin-top: 20px; */

  margin-bottom: 0px;

}

.section-heading h2 {

  font-size: 32px;
  color: #5fb759;
  font-weight: 800;

  letter-spacing: 1px;

  margin-top: 20px;

  margin-bottom: 0px;

}

.section-heading h3 {

  font-size: 32px;

  font-weight: 800;

  letter-spacing: 1px;

  margin-top: 20px;

  margin-bottom: 0px;

}





/* 

---------------------------------------------

header

--------------------------------------------- 

*/









/* 

---------------------------------------------

banner

--------------------------------------------- 

*/

/* ==== Main CSS === */

.img-fill{

  width: 100%;

  display: block;

  overflow: hidden;

  position: relative;

  text-align: center;

  margin-top: 79px;

}



.img-fill img {

  /* min-height: 100%;

  min-width: 100%;

  position: relative;

  display: inline-block;

  max-width: none; */

  width: 100%;

  object-fit: cover;



}



*,

*:before,

*:after {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.Grid1k {

  padding: 0 15px;

  max-width: 1200px;

  margin: auto;

}



.blocks-box,

.slick-slider {

  margin: 0;

  padding: 0!important;

}



.slick-slide {

  float: left /* If RTL Make This Right */ ;

  padding: 0;

}



/* ==== Slider Style === */

.Modern-Slider .item .img-fill{

  height:100%;

  /* background:#000; */

}



.Modern-Slider .item .info > div{

  display:inline-block!important;

  vertical-align:middle;

}



.Modern-Slider .NextArrow{

  position:absolute;

  top:50%;

  right:30px;

  border:0 none;

  background-color: transparent;

  text-align:center;

  font-size: 36px;

  font-family: 'FontAwesome';

  color:#FFF;

  z-index:5;

  outline: none;

}



.Modern-Slider .NextArrow:before{

  content:'\f105';

}



.Modern-Slider .PrevArrow {

  position:absolute;

  top:50%;

  left:30px;

  border:0 none;

  background-color: transparent;

  text-align:center;

  font-size: 36px;

  font-family: 'FontAwesome';

  color:#FFF;

  z-index:5;

  outline: none;

}



.Modern-Slider .PrevArrow:before{

  content:'\f104';

}



.scroll-down {

  position: absolute;

  left: 50%;

  margin-top: -30px;

  margin-left: -30px;

  z-index: 10;

}



.scroll-down a {

  display: inline-block;

  background-color: #5fb759;

  width: 60px;

  height: 60px;

  text-align: center;

  line-height: 60px;

  border-radius: 50%;

  color: #fff;

  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);

}



ul.slick-dots {

  display: none!important;

}



.Modern-Slider .text-content {

  width: 80%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}



.Modern-Slider .item h3 {

  margin-bottom: 25px;

  font-size: 16px;

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 1px;

  color:#FFF;

  animation:fadeOutRight 1s both;

}



.Modern-Slider .item h5 {

  margin-bottom: 50px;

  font-size: 36px;

  font-weight: 200;

  letter-spacing: 2.5px;

  color:#FFF;

  overflow:hidden;

  animation:fadeOutLeft 1s both;

}



.Modern-Slider .item a {

  margin: 0 5px;

}



.Modern-Slider .item.slick-active h3{

  animation:fadeInDown 1s both 1s;

}



.Modern-Slider .item.slick-active h5{

  animation:fadeInLeft 1s both 1.5s;

}



.Modern-Slider .item.slick-active{

  animation:Slick-FastSwipeIn 1s both;

}



.Modern-Slider .buttons {

  position: relative;

}



.Modern-Slider {background:#000;}





/* ==== Slick Slider Css Ruls === */

.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}

.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}

.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}

.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}

.slick-track{position:relative;top:0;left:0;display:block}

.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}

.slick-loading .slick-track{visibility:hidden}

.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}

.slick-slide.dragging img{pointer-events:none}

.slick-initialized .slick-slide{display:block}

.slick-loading .slick-slide{visibility:hidden}

.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}





@media(max-width:767px){

  .Modern-Slider .PrevArrow {

    top: 50%;

  

}

  .Modern-Slider .NextArrow  {

    top: 50%;

  

}

}

/*

---------------------------------------------

about

---------------------------------------------

*/



#about {

  padding: 60px 0px 0px 0px;

  position: relative;

  z-index: 9;

}



#about .container {

  border-bottom: 5px solid #f7f7f7;

  padding-bottom: 80px;

}



#about .section-heading {

  margin-bottom: 10px;

}



#about .section-heading h6 {

  color: #5fb759;

  margin-top: 12px;

}



#about .service-item {

  margin-top: 30px;

}



#about .service-item img {

  float: left;

  margin-right: 15px;

  width: 46px;

  height: 46px;

}



#about .service-item h4 {

  font-size: 15px;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.25px;

  line-height: 46px;

}



#about a.main-button-icon {

  display: inline-block;

  margin-top: 60px;

}



#about .right-text-content {

  margin-top: 0px;

}



#about .right-text-content p {

  font-size: 18px;

  line-height: 27px;

  color: #000;

  text-align: justify;

}

.imgae img{

  height: 260px;

  object-fit: cover;

}





/* Features Section Styling */

#features {

  padding-top: 30px;

  padding-bottom: 30px;

}



#features {

  padding: 20px 0;

  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);

}



.feature-card {

  background: #ffffff;

  padding: 15px 25px;

  border-radius: 20px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);

  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

  height: 100%;

  position: relative;

  overflow: hidden;

  border: 1px solid rgba(0,0,0,0.05);

}



.feature-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 15px 35px rgba(95, 183, 89, 0.2);

}



.feature-card::before {

  content: '';

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: linear-gradient(45deg, #5fb759, #339b9e);

  transform: scaleX(0);

  transition: transform 0.4s ease;

  transform-origin: left;

}



.feature-card:hover::before {

  transform: scaleX(1);

}



.feature-icon {

  margin-bottom: 25px;

  position: relative;

  display: inline-block;

  padding: 15px;

  background: rgba(95, 183, 89, 0.1);

  border-radius: 15px;

  transition: all 0.4s ease;

}



.feature-icon img {

  width: 60px;

  height: 60px;

  object-fit: contain;

  transition: all 0.4s ease;

  filter: grayscale(0);

}



.feature-card:hover .feature-icon {

  background: rgba(95, 183, 89, 0.2);

  transform: rotate(5deg);

}



.feature-card:hover .feature-icon img {

  transform: scale(1.1) rotate(-5deg);

}



.feature-content h3 {

  color: #333;

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 20px;

  position: relative;

  transition: all 0.3s ease;

}



.feature-card:hover .feature-content h3 {

  color: #5fb759;

}



.feature-content p {

  color: #000;

  font-size: 16px;

  line-height: 1.7;

  margin: 0;

  transition: all 0.3s ease;

}



/* Responsive Adjustments */

@media (max-width: 991px) {

  .feature-card {

    margin-bottom: 30px;

  }

  #features {

    padding: 60px 0;

  }

}



@media (max-width: 767px) {

  .feature-card {

    padding: 25px 20px;

  }

  

  .feature-content h4 {

    font-size: 20px;

  }

  

  .feature-content p {

    font-size: 14px;

  }

  

  .feature-icon {

    padding: 10px;

  }

  

  .feature-icon img {

    width: 50px;

    height: 50px;

  }

}



/* Responsive Adjustments */

@media (max-width: 991px) {

  .feature-card {

      margin-bottom: 30px;

  }

}



@media (max-width: 767px) {

  #features {

      padding: 60px 0;

  }

  

  .feature-card {

      padding: 25px;

  }

  

  .feature-content h4 {

      font-size: 20px;

  }

  

  .feature-content p {

      font-size: 14px;

  }

}



@media (max-width: 575px) {

  .feature-icon img {

      width: 50px;

      height: 50px;

  }

}







/*

---------------------------------------------

subscribe

---------------------------------------------

*/



#subscribe {

  padding: 80px 0px;

  background-image: url(../images/why-choose-us-banner.jpg);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



#subscribe .section-heading {

  text-align: center;

  color: #fff;

  margin-bottom: 25px;

}



#subscribe p {

  text-align: center;

  font-size: 16px;

  line-height: 27px;

  color: #fff;

  /* margin-bottom: 40px; */

}



#subscribe input {

  width: 100%;

  height: 38px;

  border-radius: 19px;

  border: 1px solid #fff;

  background-color: transparent;

  padding: 0px 20px;

  font-size: 13px;

  color: #fff;

  outline: none;

}



.subscribe-form ::-webkit-input-placeholder { /* Edge */

  color: #fff;

}



.subscribe-form :-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #fff;

}



.subscribe-form ::placeholder {

  color: #fff;

}



@media (max-width: 767px) {

  #subscribe fieldset {

    text-align: center;

    margin-bottom: 20px;

  }

}



/*

--------------------------------------------

services2

--------------------------------------------

*/

#services2 {

  margin-top: 20px;

  padding: 30px 0px;

  /* padding: 120px 0px; */

  /* background-image: url(../images/slide-03.jpg); */

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}

#services2 .section-heading {

  text-align: center;

  color: #fff;

  margin-bottom: 60px;

}



#services2 .item {

  position: relative;

  text-align: center;

}



#services2 .item h3 {

  font-size: 17px;

  font-weight: 700;

  text-transform: uppercase;

  color: #000;

  letter-spacing: 1px;

  margin-top: 22px;

  margin-bottom: 7px;

}





#services2 .item span {

  color: #5fb759;

  font-weight: 500;

  font-size: 20px;

  text-transform: uppercase;

  letter-spacing: 0.5px;

}



#services2 .item .member-thumb {

  position: relative;

}

#services2 .item .member-thumb img{

  height: 250px !important;

  width: 100% !important;

  object-fit: cover;

}

#services2 .item .member-thumb

#services2 .item .hover-effect {

  cursor: pointer;

  position: absolute;

  top: 0;

  bottom: 0;

  width: 100%;

  background-color: rgba(0,0,0,0.95);

  opacity: 0;

  visibility: hidden;

  -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;

}



#services2 .item .hover-content {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

}



#services2 .item:hover .hover-effect {

  opacity: 1;

  visibility: visible;

}



#services2 .item .hover-effect ul li {

  display: inline-block;

  margin: 0px 5px;

}



#services2 .item .hover-effect ul li a {

  width: 32px;

  height: 32px;

  display: inline-block;

  text-align: center;

  line-height: 32px;

  font-size: 14px;

  background-color: #fff;

  border-radius: 50%;

  color: #5fb759;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



#services2 .item .hover-effect ul li a:hover {

  color: #fff;

  background-color: #5fb759;

}



#services2 .owl-carousel {

  padding-bottom: 60px;

}



.owl-dots {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: 0;

}



.owl-dots .owl-dot {

  outline: none;

  height: 10px;

}



.owl-dots .owl-dot span {

  width: 8px;

  height: 8px;

  background-color: #000;

  border-radius: 50%;

  display: inline-block;

  margin: 0px 5px;

  outline: none;

  -webkit-transition: all 0.2s ease 0s;

  -moz-transition: all 0.2s ease 0s;

  -o-transition: all 0.2s ease 0s;

  transition: all 0.2s ease 0s;

}



.owl-dots .active span {

  width: 10px;

  height: 10px;

  margin-bottom: -1px;

}











/* 

---------------------------------------------

contact

--------------------------------------------- 

*/



#contact-us .section-heading {

  margin-bottom: 50px;

}



#contact-us .section-heading h6 {

  color: #5fb759;

}



#contact-us .left-text-content ul li {

  margin-bottom: 30px;

}



#contact-us .left-text-content ul li {

  font-size: 19px;

  font-weight: 600;

  letter-spacing: 0.5px;

}



#contact-us .left-text-content ul li img {

  margin-right: 15px;

}



#contact-us {

  padding: 30px 0px;

  background-image: url(../images/dotted-map-bg.png);

  background-position: center center;

  background-repeat: no-repeat;

}



#contact {

  margin-top: 40px;

}



.contact-form input,

.contact-form textarea {

  color: #7a7a7a;

  font-size: 15px;

  border: 1px solid #ddd;

  background-color: #fff;

  width: 100%;

  height: 46px;

  outline: none;

  padding-top: 3px;

  padding-left: 20px;

  padding-right: 20px;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  margin-bottom: 30px;

}



.contact-form textarea {

  height: 150px;

  resize: none;

  padding: 20px;

}



.contact-form ::-webkit-input-placeholder { /* Edge */

  color: #7a7a7a;

}



.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */

  color: #7a7a7a;

}



.contact-form ::placeholder {

  color: #7a7a7a;

}











/* 

---------------------------------------------

footer

--------------------------------------------- 

*/



footer {

  padding: 30px 0px;

  background: rgb(51,155,158);

  background: linear-gradient(145deg, rgba(51,155,158,1) 0%, rgba(104,204,152,1) 100%);

}



footer .left-text-content p {

  color: #fff;

  font-size: 14px;

}



footer .left-text-content a {

  color: #fff;

}



footer .right-text-content {

  float: right;

}



footer .right-text-content p {

  color: #fff;

  font-size: 14px;

  margin-right: 15px;

  text-transform: uppercase;

}



footer .right-text-content ul li {

  display: inline-block;

}



footer .right-text-content ul li a {

  width: 32px;

  height: 32px;

  display: inline-block;

  text-align: center;

  line-height: 32px;

  font-size: 14px;

  background-color: #fff;

  border-radius: 50%;

  color: #5fb759;

  -webkit-transition: all 0.3s ease 0s;

  -moz-transition: all 0.3s ease 0s;

  -o-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



footer .right-text-content ul li a:hover {

  background-color: #5fb759;

  color: #fff;

}



@media (max-width: 992px) {

  footer .left-text-content p {

    text-align: center;

    margin-bottom: 30px;

  }

  footer .right-text-content {

    float: none;

    text-align: center;

  }

}



/* Footer Styles */

.footer-section {

  background: rgb(51,155,158);

  background: linear-gradient(145deg, rgba(51,155,158,1) 0%, rgba(104,204,152,1) 100%);

  color: #fff;

  padding-bottom: 20px;

}



.footer-widget h4 {

  color: #fff;

  font-size: 20px;

  margin-bottom: 25px;

  position: relative;

  padding-bottom: 15px;

}



.footer-widget h4::after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 50px;

  height: 2px;

  background: red;

}



.footer-widget p {

  color: #fff;

  line-height: 1.8;

}



.footer-social a {

  display: inline-block;

  width: 35px;

  height: 35px;

  background: #333;

  color: #fff;

  text-align: center;

  line-height: 35px;

  border-radius: 50%;

  margin-right: 10px;

  transition: all 0.3s ease;

}



.footer-social a:hover {

  background: #007bff;

}



.footer-links {

  list-style: none;

  padding: 0;

  margin: 0;

}



.footer-links li {

  margin-bottom: 12px;

}



.footer-links a {

  color: #fff;

  text-decoration: none;

  transition: all 0.3s ease;

  position: relative;

  padding-left: 15px;

}



.footer-links a:before {

  content: '→';

  position: absolute;

  left: -10px;

  top: 50%;

  transform: translateY(-50%);

  color: #fff;

}



.footer-links a:hover {

  color: #fff;

  padding-left: 20px;

}



.footer-contact {

  list-style: none;

  padding: 0;

  margin: 0;

}



.footer-contact li {

  color: #fff;

  margin-bottom: 15px;

  padding-left: 30px;

  position: relative;



}

.footer-contact li a{

  color: #fff;





}



.footer-contact li a i {

  position: absolute;

  left: 0;

  top: 5px;

  color: #fff;

}



.copyright {

  padding-top: 20px;

  border-top: 1px solid #fff;

}



.copyright p {

  color: #ffff;

  margin: 0;

}



/* Responsive Styles */

@media (max-width: 991px) {

  .footer-widget {

      margin-bottom: 30px;

  }

}



@media (max-width: 767px) {

  .footer-widget h4 {

      font-size: 18px;

  }

  

  .footer-social a {

      width: 30px;

      height: 30px;

      line-height: 30px;

  }

}



/* 

---------------------------------------------

preloader

--------------------------------------------- 

*/

#preloader {

  overflow: hidden;

  background-image: linear-gradient(145deg, #339b9e 0%, #68cc98 100%);

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  position: fixed;

  z-index: 99999;

  color: #fff;

}



#preloader .jumper {

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  display: block;

  position: absolute;

  margin: auto;

  width: 50px;

  height: 50px;

}



#preloader .jumper > div {

  background-color: #fff;

  width: 10px;

  height: 10px;

  border-radius: 100%;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

  position: absolute;

  opacity: 0;

  width: 50px;

  height: 50px;

  -webkit-animation: jumper 1s 0s linear infinite;

  animation: jumper 1s 0s linear infinite;

}



#preloader .jumper > div:nth-child(2) {

  -webkit-animation-delay: 0.33333s;

  animation-delay: 0.33333s;

}



#preloader .jumper > div:nth-child(3) {

  -webkit-animation-delay: 0.66666s;

  animation-delay: 0.66666s;

}



@-webkit-keyframes jumper {

  0% {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  5% {

    opacity: 1;

  }

  100% {

    -webkit-transform: scale(1);

    transform: scale(1);

    opacity: 0;

  }

}



@keyframes jumper {

  0% {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  5% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}









/* 

---------------------------------------------

search

--------------------------------------------- 

*/



#search {

  z-index: 9999;

  position: fixed;

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.95);

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);

  -moz-transform: translate(0px, -100%) scale(0, 0);

  -o-transform: translate(0px, -100%) scale(0, 0);

  -ms-transform: translate(0px, -100%) scale(0, 0);

  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;

}

#search input {

  position: absolute;

  top: 50%;

  width: 100%;

  color: white;

  background: rgba(0, 0, 0, 0);

  font-size: 60px;

  font-weight: 300;

  text-align: center;

  border: 0px;

  margin: 0px auto;

  margin-top: -51px;

  padding-left: 30px;

  padding-right: 30px;

  outline: none;

}

#search .main-button {

  color: #fff;

  position: absolute;

  text-transform: uppercase;

  border-radius: 20px;

  font-size: 13px;

  font-weight: 600;

  padding: 11px 25px;

  letter-spacing: 1px;

  transform: translateX(-15%);

  top: 50%;

  left: 50%;

  margin-top: 61px;

  margin-left: -45px;

  background-color: #5fb759;

  border: black;

}

#search .close {

  border-radius: 50%;

  position: fixed;

  top: 15px;

  right: 15px;

  color: #fff;

  background-color: #5fb759;

  outline: none;

  opacity: 1;

  display: inline-block;

  width: 60px;

  height: 60px;

  text-align: center;

  line-height: 60px;

  font-size: 28px;

}

#search.open {

  -webkit-transform: translate(0px, 0px) scale(1, 1);

  -moz-transform: translate(0px, 0px) scale(1, 1);

  -o-transform: translate(0px, 0px) scale(1, 1);

  -ms-transform: translate(0px, 0px) scale(1, 1);

  transform: translate(0px, 0px) scale(1, 1);

  opacity: 1;

}









/* 

---------------------------------------------

projects

--------------------------------------------- 

*/



#projects .filters {

  margin-top: 20px;

}

#projects .filters ul {

  display: flex ;

      justify-content: center;

      gap: 40px;

}

#projects .filters ul li {

  list-style: none;

  display: block;

  padding: 8px 14px;

  cursor: pointer;

  position: relative;

  font-size: 16px;

  font-weight: 700;

  color: #fff;

  background-color: #00A0E2;

  text-transform: uppercase;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  border-radius: 30px;

}

#projects .filters ul li.active,

#projects .filters ul li:hover {

  background-color: #5fb759;

}

#projects .filters-content {

  margin-top: 50px;

}

#projects .filters-content .grid h3{

  font-size: 20px;

  font-weight: 800;

  letter-spacing: 1px;

  margin-top: 20px;

  margin-bottom: 0px;

}

.item-counter .image{

  text-align: center;

}

.item-counter .image img{

  width: 50px;

  height: 50px;

}

.item-counter h3{

  font-size: 30px;

}

.item-counter p{

font-weight: 800;

  font-size: 20px;

}

#projects .filters-content .show {

  opacity: 1;

  visibility: visible;

  transition: all 350ms;

}

#projects .filters-content .hide {

  opacity: 0;

  visibility: hidden;

  transition: all 350ms;

}



#projects .filters-content .all {

  margin-bottom: 30px;

}



#projects .filters-content .item {

  text-align: center;

  cursor: pointer;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

#projects .filters-content .item:hover {

  opacity: 0.75;

}

#projects .filters-content .item .p-inner {

  padding: 20px 30px;

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

}

#projects .filters-content .item .p-inner h5 {

  font-size: 15px;

}

#projects .filters-content .item .p-inner .cat {

  font-size: 13px;

}

#projects .filters-content .item img {

  width: 100%;

}



#projects {

  padding-top: 30px;

}



#projects .section-heading {

  margin-bottom: 10px;

}



#projects .section-heading h6 {

  color: #5fb759;

}



.areas .item a img{

  width: 100%;

  height: 200px;

  object-fit: cover;

}



.areas .item h3{

  font-size: 18px;

  text-align: center;

  font-weight: 600;

  margin: 10px 0;

}

.areas .item p{

  text-align: center;

  font-size: 15px;

}









.team-item {

  transition: .5s;

  margin-top: 10px;

}



.team-social {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: .5s;

}



.team-social a.btn {

  position: relative;

  margin: 0 3px;

  margin-top: 100px;

  opacity: 0;

}



.team-item:hover {

  box-shadow: 0 0 30px #DDDDDD;

}



.team-item:hover .team-social {

  background: rgba(9, 30, 62, .7);

}



.team-item:hover .team-social a.btn:first-child {

  opacity: 1;

  margin-top: 0;

  transition: .3s 0s;

}



.team-item:hover .team-social a.btn:nth-child(2) {

  opacity: 1;

  margin-top: 0;

  transition: .3s .05s;

}



.team-item:hover .team-social a.btn:nth-child(3) {

  opacity: 1;

  margin-top: 0;

  transition: .3s .1s;

}



.team-item:hover .team-social a.btn:nth-child(4) {

  opacity: 1;

  margin-top: 0;

  transition: .3s .15s;

}



.team-item .team-img img,

.blog-item .blog-img img  {

  transition: .5s;

  height: 200px;

  width: 100%;

  object-fit: cover;

}





@media (max-width: 992px) {

  #projects .filters ul li {

    display: inline-block;

    margin-right: 10px;

    padding: 10px;

    text-align: center;

  }

  #projects .section-heading {

    margin-bottom: 0px;

  }

}



.payment ul{

  display: flex;

  justify-content: center;

  gap: 20px;

  align-items: center;

  margin: 30px 0;

}



.payment ul li img{

  height: 80px;

  width: 100%;

  object-fit: cover;

}

@media(max-width:767px){

  #projects .filters ul {



    gap: 10px;

    flex-direction: column;

}

.Modern-Slider .item .img-fill {



  margin-top: 80px;

}

.payment ul li img {

  height: 53px;

  width: 100%;

  object-fit: cover;

}

}





/* Page Banner Styling */

.page-banner {

  position: relative;

  height: 250px;

  background-image: url('../images/slider-1-new.jpg');

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  display: flex;

  align-items: center;

  margin-top: 80px;

  overflow: hidden;

  width: 100%;

}



.page-banner .banner-overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(45deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);

}



.page-banner .banner-content {

  position: relative;

  text-align: center;

  color: #ffffff;

  z-index: 1;

  padding: 0 15px;

}



.page-banner .banner-content h1 {

  font-size: 30px;

  font-weight: 700;

  margin-bottom: 20px;

  text-transform: uppercase;

  letter-spacing: 2px;

  animation: fadeInDown 1s both;

  word-wrap: break-word;

  max-width: 100%;

}



.page-banner .breadcrumb {

  background: transparent;

  margin: 0;

  padding: 0;

  display: inline-flex;

  animation: fadeInUp 1s both 0.3s;

}



.page-banner .breadcrumb-item {

  font-size: 16px;

  color: #ffffff;

}



.page-banner .breadcrumb-item + .breadcrumb-item::before {

  color: #ffffff;

}



.page-banner .breadcrumb-item a {

  color: #5fb759;

  text-decoration: none;

  transition: all 0.3s ease;

}



.page-banner .breadcrumb-item a:hover {

  color: #ffffff;

}



/* Responsive Styles */

@media (max-width: 991px) {

  .page-banner {

      height: 200px;

  }

  

  .page-banner .banner-content h1 {

      font-size: 30px;

  }

}



@media (max-width: 767px) {

  .page-banner .page-banner {

      height: 200px;

  }

  

  .page-banner .banner-content h1 {

      font-size: 25px;

      margin-bottom: 15px;

  }

  

  .page-banner .breadcrumb-item {

      font-size: 14px;

  }

}



@media (max-width: 575px) {

  .page-banner .page-banner {

      height: 250px;

  }

  

  .page-banner .banner-content h1 {

      font-size: 20px;

  }

}



/* Animation Keyframes */

@keyframes fadeInDown {

  from {

      opacity: 0;

      transform: translateY(-30px);

  }

  to {

      opacity: 1;

      transform: translateY(0);

  }

}



@keyframes fadeInUp {

  from {

      opacity: 0;

      transform: translateY(30px);

  }

  to {

      opacity: 1;

      transform: translateY(0);

  }

}







/* Counter Section Styles */

.counter-section {

  background: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.2)), url('../images/bg-image.jpg');

  background-attachment: fixed;

  background-size: cover;

  position: relative;

}



.section-title {

  color: #000;

  font-size: 36px;

  font-weight: 700;

  margin-bottom: 15px;

}



.section-subtitle {

  color: #666;

  font-size: 18px;

  margin-bottom: 40px;

}



.counter-box {

  background: #ffffff;

  padding: 40px 20px;

  border-radius: 15px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.1);

  text-align: center;

  transition: all 0.3s ease;

  position: relative;

  overflow: hidden;

}



.counter-box::before {

  content: '';

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 3px;

  background: #5fb759;

  transform: scaleX(0);

  transition: transform 0.3s ease;

}



.counter-box:hover::before {

  transform: scaleX(1);

}



.counter-icon {

  width: 60px;

  height: 60px;

  border-radius: 50%;

  background: rgba(95,183,89,0.1);

  margin: 0 auto 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s ease;

}



.counter-icon i {

  font-size: 25px;

  color: #5fb759;

  transition: all 0.3s ease;

}



.counter-box:hover .counter-icon {

  background: #5fb759;

}



.counter-box:hover .counter-icon i {

  color: #ffffff;

}



.counter-number {

  font-size: 30px;

  font-weight: 700;

  color: #000;

  margin-bottom: 10px;

}



.counter-text {

  font-size: 18px;

  color: #000;

  margin: 0;

  font-weight: 500;

}



@media (max-width: 991px) {

  .counter-section {

      padding: 60px 0;

  }

  .counter-number {

      font-size: 36px;

  }

  .counter-text {

      font-size: 16px;

  }

}



@media (max-width: 767px) {

  .counter-section {

      padding: 40px 0;

  }

  #about .section-heading {

    margin-bottom: 10px;

    margin-top: 13px;

}

  .counter-box {

    padding: 15px 20px;

}

.section-title {

  color: #000;

  font-size: 30px;

  font-weight: 700;

  margin-bottom: 15px;

}

.section-heading h1 {

  font-size: 25px;

}



.section-heading h2 {

  font-size: 23px;

}

}



/* Service Area Styles */

/* Enhanced Typography Styles */

.service-content-main .section-title {

  font-size: 26px;

  font-weight: 700;

  color: #2c3e50;

  margin-bottom: 25px;

  line-height: 1.3;

  position: relative;

  padding-bottom: 15px;

  width: 100%;

  text-align: center;

}



.service-content-main .section-title::after {

  content: '';

  position: absolute;

  bottom: 0;

  left: 40%;

  width: 200px;

  height: 4px;

  background: linear-gradient(to right, #5fb759, #4a9246);

  border-radius: 2px;

}



.service-content .lead {

  font-size: 17px;

  line-height: 1.6;

  color: #000;

  font-weight: 500;

  margin-bottom: 15px;

  text-align: justify;

  hyphens: auto;

}

.service-content .lead::first-letter{

  font-size: 25px;

  color: #4a9246;

}

.service-content .lead a{

  color: #4a9246;

  font-weight: 700;

}

.service-features {

  margin: 30px 0;

  padding-left: 0;

  list-style: none;

}



.service-features li {

  font-size: 17px;

  color: #34495e;

  margin-bottom: 15px;

  display: flex;

  align-items: center;

}



.service-features li i {

  color: #5fb759;

  margin-right: 12px;

  font-size: 20px;

}



.text-center .section-title {

  text-align: center;

}



.text-center .section-title::after {

  left: 50%;

  transform: translateX(-50%);

}



.section-subtitle {

  font-size: 18px;

  color: #666;

  text-align: center;

  margin-bottom: 40px;

  font-weight: 500;

}



@media (max-width: 991px) {

  .service-content .section-title {

      font-size: 32px;

  }

  

  .service-content .lead {

      font-size: 18px;

  }

}



@media (max-width: 767px) {

  .service-content .section-title {

      font-size: 28px;

      text-align: center;

  }

  

  .service-content .section-title::after {

      left: 50%;

      transform: translateX(-50%);

  }

  

  .service-features li {

      font-size: 16px;

  }



  .service-content-main .section-title::after {



    left: 153px;



}

.service-content-main .section-title::after {



  width:80px;



}

}

.service-area {

  background: #f8f9fa;

}







.service-features li {

  margin-bottom: 15px;

  font-size: 16px;

  color: #000;

}



.service-features i {

  color: #5fb759;

  margin-right: 10px;

}



.feature-card {

  background: #fff;

  padding: 20px;

  border-radius: 10px;

  box-shadow: 0 5px 20px rgba(0,0,0,0.05);

  transition: all 0.3s ease;

  height: 100%;

}



.feature-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 10px 30px rgba(0,0,0,0.1);

}



.icon-box {

  width: 70px;

  height: 70px;

  background: rgba(95,183,89,0.1);

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

}

.feature-card p{

  font-size: 18px;

  color: #000;

  font-weight: 500;

}

.icon-box i {

  font-size: 30px;

  color: #5fb759;

}



.process-card {

  background: #fff;

  padding: 30px;

  border-radius: 10px;

  box-shadow: 0 5px 20px rgba(0,0,0,0.05);

  text-align: center;

  position: relative;

  height: 100%;

}



.process-card .process-number {

  font-size: 34px;

  font-weight: 700;

  color: rgba(95, 183, 89, 0.8);

  position: absolute;

  top: -15px;

  left: 20px;

}

.para-cus{

  color: #000;

  font-size: 17px;

  text-align: justify;

  hyphens: auto;

}

.para-cus a{

  color: #4a9246;

  font-weight: 700;

}

.process-card h4{

  color: #5fb759;

  font-size: 23px;

  font-weight: 600;

}

.process-card p{

  font-size: 17px;

}

.btn-primary {

  background: #5fb759;

  border-color: #5fb759;

  padding: 12px 25px;

  border-radius: 5px;

  transition: all 0.3s ease;

}



.btn-primary:hover {

  background: #4a9246;

  border-color: #4a9246;

  transform: translateY(-2px);

}



.btn-outline-primary {

  color: #5fb759;

  border-color: #5fb759;

  padding: 12px 25px;

  border-radius: 5px;

  transition: all 0.3s ease;

}



.btn-outline-primary:hover {

  background: #5fb759;

  color: #fff;

  transform: translateY(-2px);

}



@media (max-width: 991px) {

  .service-area {

      padding: 60px 0;

  }

  

  .service-content-main .section-title{

    font-size: 22px;

  }

  

  .service-content {

      margin-bottom: 40px;

  }

}



@media (max-width: 767px) {

  .service-area {

      padding: 40px 0;

  }

  

  .feature-card, .process-card {

      margin-bottom: 20px;

  }

  

  .cta-buttons .btn {

      display: block;

      margin-bottom: 15px;

  }

}





/* Header and Navigation Styles */

.header-area {

  background: #fff;

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 100;

  box-shadow: 0 2px 15px rgba(0,0,0,0.1);

}



.header-area .main-nav {

  min-height: 80px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 0 15px;

}

.header-area .main-nav .nav {

  margin-left: auto;

  display: flex;

  align-items: center;

}



.header-area .main-nav .nav li {

  padding: 0 15px;

  position: relative;

}



.header-area .main-nav .nav li a {

  color: #5fb759;

  font-weight: 700;

  display: block;

  font-size: 18px;

  transition: 0.4s all;

}

.header-area .main-nav .nav li a:hover{

  color: #4a9246;

  letter-spacing: 0.2px;

}

/* Submenu Styles */

.header-area .main-nav .nav li.submenu {

  position: relative;

}



.header-area .main-nav .nav li.submenu ul {

  position: absolute;

  width: 400px;

  background: #fff;

  top:40px;

  left: 0;

  opacity: 0;

  visibility: hidden;

  border-radius: 5px;

  box-shadow: 0 5px 15px rgba(0,0,0,0.1);

  transform: translateY(10px);

  transition: all 0.3s ease;

  padding: 0;

  margin: 0;

}



.header-area .main-nav .nav li.submenu:hover ul {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}



.header-area .main-nav .nav li.submenu ul li {

  padding: 0;

  border-bottom: 1px solid #f5f5f5;

}



.header-area .main-nav .nav li.submenu ul li a {

  padding: 6px 20px;

  font-size: 14px;

  display: block;

  color: #1e1e1e;

  transition: all 0.3s ease;

}



.header-area .main-nav .nav li.submenu ul li a:hover {

  background: #f8f9fa;

  color: #5fb759;

  padding-left: 25px;

}

/* Menu Trigger Style */

.menu-trigger {

  display: none;

  cursor: pointer;

  padding: 10px;

}



.menu-trigger span {

  display: block;

  width: 25px;

  height: 2px;

  background: #1e1e1e;

  margin: 5px 0;

  transition: all 0.3s ease;

}

/* Mobile Menu Styles */

@media (max-width: 991px) {

  .header-area .main-nav .nav {

      display: none;

      position: absolute;

      top: 80px;

      left: 0;

      width: 100%;

      background: #fff;

      padding: 0;

      margin: 0;

      box-shadow: 0 5px 15px rgba(0,0,0,0.1);

  }



  .header-area .main-nav .nav.active {

      display: block;

  }



  .header-area .main-nav .nav li {

      padding: 0;

      border-bottom: 1px solid #eee;

  }



  .header-area .main-nav .nav li a {

      padding: 15px 20px;

  }



  .header-area .main-nav .nav li.submenu ul {

      position: static;

      width: 100%;

      opacity: 1;

      visibility: visible;

      box-shadow: none;

      transform: none;

      display: none;

      background: #f8f9fa;

  }



  .header-area .main-nav .nav li.submenu.active ul {

      display: block;

  }



  .menu-trigger {

      display: block !important;

  }

}



/* Desktop Navigation */

@media (min-width: 992px) {

  .menu-trigger {

      display: none;

  }



  .header-area .main-nav .nav {

      display: flex;

      align-items: center;

      margin: 0;

  }



  .header-area .main-nav .nav li.submenu ul {

      position: absolute;

      width: 400px;

      top: 40px;

      left: 0;

      background: #fff;

      border-radius: 8px;

      box-shadow: 0 5px 20px rgba(0,0,0,0.1);

      opacity: 0;

      visibility: hidden;

      transform: translateY(10px);

      transition: all 0.3s ease;

  }



  .header-area .main-nav .nav li.submenu:hover ul {

      opacity: 1;

      visibility: visible;

      transform: translateY(0);

  }

}





@media (max-width: 991px) {

    .menu-trigger {

        display: block;

    }



    .header-area .main-nav .nav {

        display: none;

        position: absolute;

        top: 80px;

        left: 0;

        width: 100%;

        background: #fff;

        padding: 0;

        max-height: calc(100vh - 80px);

        overflow-y: auto;

        box-shadow: 0 5px 15px rgba(0,0,0,0.1);

    }



    .header-area .main-nav .nav.active {

        display: block;

    }



    .header-area .main-nav .nav li {

        padding: 0;

        border-bottom: 1px solid #eee;

    }



    .header-area .main-nav .nav li a {

        padding: 15px 20px;

        display: block;

        color: #1e1e1e;

        font-size: 16px;

    }



    .header-area .main-nav .nav li.submenu ul {

        display: none;

        background: #f8f9fa;

        padding: 0;

    }



    .header-area .main-nav .nav li.submenu.active ul {

        display: block;

    }



    .header-area .main-nav .nav li.submenu ul li a {

        padding: 12px 30px;

        font-size: 14px;

        color: #1e1e1e;

        border-bottom: 1px solid #eee;

    }



    /* Menu Trigger Animation */

    .menu-trigger.active span:nth-child(1) {

        transform: rotate(45deg) translate(5px, 5px);

    }



    .menu-trigger.active span:nth-child(2) {

        opacity: 0;

    }



    .menu-trigger.active span:nth-child(3) {

        transform: rotate(-45deg) translate(5px, -5px);

    }

}