

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 6px; background:#0a0a0a; 
}

/* Track */
::-webkit-scrollbar-track {
 /* box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(to top, rgba(167,207,74,1), rgba(38,120,192,1));
}


body {
  background-color: #fff;
  color: #333;
}


:root {
  --color-default: #252525;
 /* --color-primary: #71c55d;*/
 --color-primary: #a7cf4a;
 
  --color-secondary: #212529;
}
.max-hight-300{ max-height:300px; width:auto;}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;  font-family:"roboto";
}

h1 {
  color:var( --color-primary);
  font-weight:300!important;
   font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

h2 {
  color:var( --color-primary);
  font-weight: 200;
   font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
h2 span{color:var(--color-secondary); font-weight:500;}
h4{}
.h2 {
color:var(--color-secondary);
  font-family: "roboto";
  font-size: 39px;
  font-weight:300!important;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);

}
.h2 span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
  color: #fff;
}
h4 {
  color: #252525;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 2px;
  text-decoration: none;
  color: #71c55d;
}

a:hover {
  color: #92d283;
}

ul {
  letter-spacing: 1px;
}

li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  
  line-height:25px;
  text-transform: capitalize;
  
}

p {
  color: #000!important;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-bottom: 20px;
  
}
span {
  letter-spacing: 1px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  text-decoration: none;
  font-size: 13px;
}

.fst-italic{ font-style:italic; font-weight:100; font-size:26px; color:#000;}
.text-justify{ text-align:justify;}

.bg-green{background: rgb(208,221,147) fixed 50%;
background: linear-gradient(257deg, rgba(208,221,147,1) 0%, rgba(177,216,135,1) 48%, rgba(131,208,199,1) 100%) fixed 50%;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background:var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  
}
@media (max-width: 991px) {
	.back-to-top {bottom:41px;}


h1 {font-size:26px;}
}

 


.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8bd07b;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  z-index: 997;
  transition: all 0.5s ease;
  padding: 20px 0;
}

#header #logo h1 {
  color: #505050;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #71c55d;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color:var(--color-secondery);
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0;
  font-weight:400;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: var(--color-primary);
 /*& color: #71c55d;*/
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
   text-transform:capitalize;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  text-transform:capitalize;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--color-primary);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


 .navbar .btn-get-started {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display:block;
  padding: 5px 20px;
  border-radius: 50px; height:40px;
  transition: 0.5s;
  margin-left: 10px;
  color:#000;
  border: solid 1px var(--color-primary);
   background: rgb(208,221,147) fixed 50%;
background: linear-gradient(257deg, rgba(208,221,147,1) 0%, rgba(177,216,135,1) 48%, rgba(131,208,199,1) 100%) fixed 50%;
 
}



 .navbar .btn-get-started:hover {
  background: #fff;
  color: var(--color-primary);!important;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}


.navbar .btn-get-started { margin-top:5px!important;}




.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #71c55d;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
 
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #71c55d;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.sub-header{ background: rgb(208,221,147) fixed 50%;
background: linear-gradient(257deg, rgba(208,221,147,1) 0%, rgba(177,216,135,1) 48%, rgba(131,208,199,1) 100%) fixed 50%;
max-height:350px; background-size:cover;
}

section {
  overflow: hidden;
}

.padd-section {
  padding-bottom: 120px;
  padding-top: 120px;
 }

@media (max-width: 992px) {
  .padd-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .sub-header{padding-top:80px!important;}
	  
}

.section-title {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}

/*.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color:#0C0;
}*/

.section-title .separator {
  margin: 0;
}

.separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color:none;
  min-height: 40px;
  margin-top:20px;
 
 
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin:auto;
  letter-spacing: 0;
}

.breadcrumbs ol li {
  letter-spacing: 0;
  font-size: 16px;
 
}
.breadcrumbs ol li a {
 color:var(--color-default)!important;
}


.breadcrumbs ol li+li {
  padding-left: 10px;
  color:#FFF;
  
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
  
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}






/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block img {
  height: 60px;
  margin-bottom: 30px;
  width: auto;
}

@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}

#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block h4 {
  margin-bottom: 20px;
}

#get-started .feature-block p {
  margin-bottom: 20px;
}

#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

#get-started .feature-block a:hover {
  color: #71c55d;
}







/* About Us Section
--------------------------------*/
#about-us{ /*background:url('../img/pattern_bg_4.png') fixed 50%;*/}


#about-us img {
  max-width: 100%;
}
@media (max-width: 991px) {
 #about-us img {
  max-width: 50%;
  }
}

#about-us .about-content {
  padding-top: 60px;
}

#about-us .about-content h2 {
  color:var(--color-primary);
  font-family: "roboto";
  font-size: 39px;
  font-weight:200;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#about-us h3 {
  color:var(--color-primary);
  font-family: "roboto";
  font-size: 29px;
  font-weight:400;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: capitalize;
}


#about-us .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
  color:var(--color-secondary);
}

#about-us .about-content ul li {
  line-height: 36px;
  font-size:14px;
}

#about-us .about-content ul li .fa {
  padding-right: 20px;
}

#about-us i {
	font-size:24px;
 
}
#about-us h4 {
color:var(--color-primary);
}


.gotobottom {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}




/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#features .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block img {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
}

#features .feature-block p {
  margin-bottom: 0;
}

/* Screenshots Section
--------------------------------*/



#screenshots .swiper-pagination {
  margin-top: 20px; 
   margin-bottom: 20px;
  position: relative;
}

#screenshots .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #71c55d;
}

#screenshots .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #71c55d;
}


/*#screenshots img{filter: grayscale(100%);}*/
#screenshots img:hover{filter: grayscale(0%);}

/* Video Section
--------------------------------*/



#video {
  /*background: url('../img/overlay.png'), url(../img/cta-bg.jpg) fixed 50%;*/
  
background: rgb(208,221,147) fixed 50%;
background: linear-gradient(257deg, rgba(208,221,147,1) 0%, rgba(177,216,135,1) 48%, rgba(131,208,199,1) 100%) fixed 50%;
  background-repeat: no-repeat;
  background-size: cover;
 
  padding:40px 0;
  overflow: hidden;
}

#video .btn-success{ background:var(--color-default); margin-top:25%!important;}


#video h1{ font-size:52px; text-align:left; color:#FFF;}

#video .slide{ padding:10px; height:300px;}

@media (max-width: 991px) {
 #video .slide{ padding:10px; height:auto;}
#video h1{ font-size:32px; text-align:left; color:#FFF;}
#video .btn-success{ margin-top:auto!important;}
  }
}

#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#71c55d 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  /*margin: 153px auto 0;*/
 margin: 0px auto 0;
  position: relative;
  overflow: hidden; z-index:100;
}

#video .overlay .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #71c55d;
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}








/* case study first
--------------------------------*/
#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height:350px;
  overflow: hidden;
  position: relative;
 object-fit:cover;
   background:#036;
   margin-bottom:20px;
}

@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}

/*#team .team-block img {
 height:400px; object-fit:cover; object-position: 0px 0;
}*/

#team .team-block .img-responsive{ object-fit: cover;
  height:350px; object-position:0; width:100%;}

#team .team-block .team-content {
  background: rgba(167, 207, 74, 0.9) none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -100%;
  left:-100%;
  height:100%;
  padding: 30% 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
 
}
#team .team-block .team-content h1{ font-size:24px; margin:5px auto}

#team .team-block .team-content ul {
  display: block;
  width: 100%;
}

#team .team-block .team-content ul li {
  display: inline-block;
}

#team .team-block .team-content ul li a {
  color: #626262;
}

#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
 
}
#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
 
}
#team .team-block .team-content ul li a i{
 font-size:36px;
  color:#FFF;
}
#team .team-block .team-content ul li a i:hover{
 
  color:#000;
}

#team .team-block .team-content ul li a .fa:hover {
  color: #71c55d;
}

#team .team-block .team-content ul>span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .team-block:hover .team-content {
  bottom: 0px;
  left:0;
  transition: all 0.5s ease-in-out 0s;
}





/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}

#testimonials .testimonials-content::before {
  color: #71c55d;
  content: "\f10e";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}

#testimonials .top-top>h2 {
  font-family: "Roboto"sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#testimonials .top-top>h4 {
  font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#testimonials .btm-btm ul li {
  float: left;
  margin: 0 8px;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  background: #ddd none repeat scroll 0 0;
  cursor: pointer;
  height: 12px !important;
  width: 12px !important;
  border: 0;
  content: "";
}

#testimonials .btm-btm .active {
  background: #71c55d;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.carousel-indicators li {
  margin: 0;
}






/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}

#blog h3{ padding:10px 0 0}
#blog .block-blog img {
  width: 100%;
}
#blog .block-blog-thamp img {  width: 100%;  height:250px;  object-fit:cover;  background-position:top;}
#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
 
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
  

}


#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing:0;
}

#blog .block-blog .content-blog h4 a:hover {
  color: #71c55d;
}

#blog .block-blog .content-blog>span {
  float: left;
  font-size: 12px;
}

#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #71c55d;
}

/* Newsletter Section
--------------------------------*/
#newsletter {
 /*background: rgba(0, 0, 0, 0) url(../img/newsletter-bg2.webp) no-repeat center top fixed;*/
 background:var(--color-secondary);
 
  background-size: cover;
  
}

#newsletter .overlay {
  /* background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);*/
  height: 100%;
  width: 100%;
}

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}

#newsletter .form-control:focus {
  border-color: #71c55d;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #71c55d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background:var(--color-primary);
  border-radius: 50px;
  float: left;
  height: 55px;
  line-height: 55px;
  margin-left: 10px;
  margin-right: 10px;
  width: 55px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter ul li:hover {
  background: #55b03f;
}

#newsletter ul li i {
  color: #fff;
  line-height: 0;
  font-size:24px;
  
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: 32px;
  color: #71c55d;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 18px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding: 20px 0;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #71c55d;
  color: #fff;
  line-height: 1;
  padding: 8px 0 0px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #55b03f;
  color: #fff;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea,
#contact .php-email-form select
{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border:none;
  border-bottom:#cecece solid 1px;

}

#contact .php-email-form input:focus,
#contact .php-email-form textarea:focus,
#contact .php-email-form select:focus
{
  border-color: #71c55d;
}

#contact .php-email-form input, #contact .php-email-form select {
  padding: 15px 15px;
}

#contact .php-email-form textarea {
  padding: 15px 15px;
}

#contact .php-email-form button[type=submit] {
  background:var(--color-primary);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type=submit]:hover {
  background: #92d283;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
/*  background: #2a2c30;*/
background:#fff;
  padding-top: 50px;
}

.footer .footer-logo .navbar-brand {
  color: #000;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}

.footer .footer-logo p {
  color: #000;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top:20px;
}

.footer .list-menu>h4 {
  color:#000;
  padding-bottom: 20px;
  color:var(--color-primary);
  font-size:18px;}

.footer .list-menu ul li a {
  color:var( --color-secondery);
  font-size: 14px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
  font-weight:400;
}
.footer .list-menu ul li a:hover { color:#000;}

.footer .copyrights {
  background: #fff;
  margin-top: 50px;
  text-align: center;
  padding: 25px;
}

@media (max-width: 991px) {
	.footer .copyrights {margin-bottom: 50px;margin-top: 10px;}
}


.footer .copyrights p,
.footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}

.footer .copyrights p a,
.footer .copyrights .credits a {
  letter-spacing: 0;
  color: #71c55d;
}
.footer i{ font-size:18px;
  color:var(--color-primary);}


.clear-fix{ clear:both;}
.text-left{ text-align:left!important;}
.text-right{ text-align:right!important;}
#myBtn{border-radius:25px; position:absolute; left:50%; top:25%; z-index:10; width:55px; padding:10px; text-align:center; border:none;}


/*--------------hero div in up-------------------------------------*/



#hero {
  width: 100%;
  height: calc(100vh - 40px);
  background: url(../img/hero-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  height:100vh;
  
  
}




#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before,
#hero .carousel-item::after 
{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item { 
  
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100vh - 00px);
  background-size: cover;
 

}

/*#hero .carousel-item::before {
  content: "";
   height: calc(100vh -00px);
  background: url(../img/hero-bg.png) center bottom no-repeat;
  /*background-color: rgba(0, 0, 0, 0.7);*/
/*}*/

/*#hero .carousel-item::after  {
  
  content: "";
  background: rgba(0, 0, 0, 0.3);
  height: calc(100vh -40px);
  z-index:-1;
 
}*/


#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 0px;
  right: 0px;
  width:100%;
}

#hero .container {
  text-align: left;
  
}


#hero h2 span{ color:var(--color-primary);}


@media (max-width: 768px) {
  #hero h2 {
    font-size:24px!important;
    line-height:1;
	padding:0;
  }
  #hero .p { 
 width:100%;
  font-size:24px!important;
  line-height: 1;
  text-align:center;
  color: #fff!important;
  padding:0 1%; 
   text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
 
}

  
}

#hero .p { 
 width:100%;
  font-size:28px;
  line-height: 1.2;
  text-align:center;
  color: #fff!important;
  padding:0 10%; 
   text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
 
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight:500;
  font-family:"roboto";
  text-align:center;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.7);
  
}



@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
}



#hero .carousel-fade {
  overflow: hidden;
}

#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
  
}

#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
  color: #0C3;
  
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 42px;
  line-height: 1;
  font-weight:bold!important;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

 #hero .btn-get-started {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display:block;
  padding: 0px 20px;
  border-radius: 50px;
  transition: 0.5s;
 color: #fff;
  background: rgb(208,221,147) fixed 50%;
background: linear-gradient(257deg, rgba(208,221,147,1) 0%, rgba(177,216,135,1) 48%, rgba(131,208,199,1) 100%) fixed 50%;
 
  
}

#hero .btn-get-started:hover {
  background: #6C9;
  color:var(--color-default);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq{}

.faq .row{ display:flex; gap:0;}
.faq .row .section-title
{}


.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  /*border-bottom: 1px solid #eee;*/
  border-bottom:1px solid var(--color-primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #e03a3c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
  letter-spacing:0;
}

.faq .faq-list i {
  font-size: 34px;
  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:var( --color-default);
  font-weight:400;
  font-size:20px;
  line-height:30px;
  letter-spacing:0px;
  
}

.faq .faq-list a.collapsed:hover {
 color:var(--color-primary);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

.faq .whychoose{ 
  min-height:400px;
   max-height:300px;
   width:auto;
background-size:90%;
background-position:bottom;
background-repeat:no-repeat;

}

.faq .row .section-title h1{ font-size:50px; position:sticky; top:2rem;}
.faq h2{ font-size:30px; font-weight:400;}
.faq h1 span{ color:var(--color-primary); font-weight:300;}





/*-sweeper------------*/



 .swiper {
  margin: 80px 40px 80px 40px;
  overflow: hidden;
  text-align:justify;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 24px;
  color: var(--color-secondary);
}

 .swiper-button-prev {
  left: 0px; 
}

 .swiper-button-next {
  right: 0px;
}

 .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

 .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--color-secondary);
}

 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 1200px) {
 .swiper {
    margin: 60px 60px 40px 60px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .swiper {
    margin: 40px 40px 20px 40px;
  }
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments { background:#f8fff7;
/*border-bottom:solid 1px var(--color-primary);
border-top:solid 1px var(--color-primary);*/
  overflow: hidden;
  padding-bottom:20px;
}

.departments .nav-tabs {  
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 10px;
  transition: 0.3s;
  color:var(--color-secondary);
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 16px;
  letter-spacing:0px;
  line-height:20px;
}

.departments .nav-link:hover {
  color: var(--color-primary);
}

.departments .nav-link.active {
  color:var(--color-primary);
  border-color:var(--color-primary);
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding:0px 30px;
 border-radius: 4px;
  color: #fff;
}

.why-us .icon-boxes h3 {
  font-weight:300;
  font-size:20px;
  margin-bottom:10px;
  color:var(--color-default);
  font-family: "roboto";

  
}


.why-us .content h2{
  color:var(--color-primary);
  font-family: "roboto";
  font-size: 39px;
  font-weight:200;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.why-us .content h5{
  color:var(--color-primary);
  font-family: "roboto";
  font-size: 48px;
  font-weight:200;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}




.why-us .content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
  color: #252525;
}



.why-us .content p {
  margin-bottom:10px;
  text-align:justify;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
 /* background: #fff;*/
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding:10px;
  width: 100%;
  border:solid 1px #ccc;
}

.why-us .icon-boxes .icon-box:hover { border:solid 1px var(--color-primary);}


.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}



.mobile-app{ display:none;}
.pc-app{}

@media (max-width: 992px) {
	.mobile-app{ display: block;}
.pc-app{ display:none;}

}

.twiterdiv{ width:100%;max-height:350px!important; margin-bottom:10px; overflow: scroll;}


.points{
font-weight:500;
  font-size:16px;
  margin-top:2px;
   border-radius: 10px;
  
  padding:20px;
  color:var(--color-default);
  font-family: "roboto";
 background: rgb(208,221,147) fixed 50%;
background: linear-gradient(160deg, rgba(208,221,147,1) 0%, rgba(177,216,135,1) 48%, rgba(131,208,199,1) 100%) fixed 50%;
background-size:cover;
border:3px solid #FFF;
text-transform:capitalize;
}



/*--------------------------------------------------------------
# Services Cards Section
--------------------------------------------------------------*/
.services-cards {
  background: #f7f9fc;
}

.services-cards .card-item {
  border: 1px solid rgba(27, 47, 69, 0.1);
  background: #fff;
  position: relative;
  border-radius: 0;
}

.services-cards .card-item .card-bg {
  min-height:150px;
  background-size: cover;
  background-repeat: no-repeat;
}

.services-cards .card-item .card-body {
  padding:10px!important;
}

.services-cards .card-item h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--color-primary);
  line-height:1;
  letter-spacing:1px!important;
  
}

.services-cards .card-item p { padding:0!important;
  color: var(--color-secondary);
  line-height:1.3!important;
  margin: 0;
}

/*--------------------------------------------------------------
# case study
--------------------------------------------------------------*/
.case-study{ padding:0}

.case-study .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom:0px;
padding:0; line-height:1; letter-spacing:1px;
}

.case-study .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom:0px;
}
.case-study .icon-boxes h2 {
  margin:0px;
}
.case-study .icon-boxes li {font-size:16px!important;}

.case-study .icon-box {
  margin-top: 40px;
}

.case-study .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.case-study .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.case-study .icon-box:hover .icon i {
  color: #fff;
}

.case-study .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.case-study .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.case-study .icon-box .title a:hover {
  color: #1977cc;
}

.case-study .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 16px;
}


.case-study .video-box {
  background: url("../img/case-std.jpg") center center no-repeat;
  background-size: cover;
  min-height: 300px;
}

.case-study .video-box img {width:100%; height:auto!important;}

.case-study .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}