/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body  {
    background-color: #fff;
    font: 15px 'Oswald', sans-serif;
    font-weight: 300;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-align: left;
    width: 100%;
    height: 100%;
    text-align: center;
}

a {
  color: #4eb478;
}

a:hover {
  color: #72c393;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight:300;
}

.wrap {
  max-width: 1440px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.black{
	color:#000 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #4eb478;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #6bc08e;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header-sticky-wrapper{
    margin-top: -46px;
    /* background-color: rgba(0,0,0,0.8); */
    z-index: 9999999;
    display: block;
    position: relative;
}
#header {
  height: 46px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: rgba(0,0,0,0.8);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.nav-coniner {
    position: absolute;
    right: 15%;
    bottom: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-coniner .carousel-control-next,
.nav-coniner .carousel-control-prev{
    background-color: rgba(0,0,0,0.8);
    background-image: none;
    border-radius: 50%;
	margin:0.5rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 17px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #72c393;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: #444444;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #4eb478;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    background: #00000073;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #444444;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #4eb478;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(43, 43, 43, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


@media (max-width: 768px) {
#carouselExampleIndicators{
    border-bottom: 1px solid #ccc;
}
#carouselExampleIndicators .carousel-item:first-child{
	background-position: 85% top;
}
#header-sticky-wrapper {
    display: none;
}
  .carousel-item {
  height: 270px;
  min-height: 270px;
}
.nav-coniner {
    right: 10%;
    bottom: 20%;
}
.nav-coniner .carousel-control-next, .nav-coniner .carousel-control-prev  {
    width: 25px;
    height: 25px;
    padding: 0.5rem;
}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fafdfb;
}

.title {
    font-size: 90px;
    letter-spacing: -2px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
	margin-bottom:1.5rem;
}
@media only screen and (max-width: 767px){
.title {
    font-size: 64px;
}
section {
    padding: 30px 0;
}
}
.title span {
    color: #0a8346;
}
.small-title {
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase;
}
.font-22{
	font-size:22px;
	line-height:1.3;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-box {
    margin-bottom: 2.5rem;
}
.team-box img {
    border-radius: 50%;
    margin:0;
    box-shadow: 0 0 0 1px #fff inset;
}
.team-box h4{
    font-size: 22px;
}
.fancy-round{
	position:relative;
}
.teamOverlay {
    border: 5px solid #D6D6D6;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 0 0 10px rgb(248 248 248 / 30%) inset;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

@media (max-width: 768px) {

}

@media (max-width: 575px) {

}

/*--------------------------------------------------------------
# Parallax Images
--------------------------------------------------------------*/
.parallax-bg{
	background-attachment: fixed !important;
	width: 100%;
    height: 480px;
    padding: 0;
    margin: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    border-top: 10px solid rgba(255,255,255,0.3);
    border-bottom: 10px solid rgba(255,255,255,0.3);
    color: #fff;
    position: relative;
    background-size: cover;
}
@media (max-width: 768px) {
body #parallax-2 {
    background-attachment: scroll !important;
    height: 380px;
    background-position: 68% center;
}
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.title-btn{
    padding: 10px;
    background: #07a957;
    color: #fff;
    width: 160px;
    margin: 25px auto 50px;
    font-size: 25px;
    border: 0px solid #9f9a9a;
    border-radius: 25px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicebox h2{
    font-size: 44px;
    text-transform: uppercase;
    position: relative;
}
.serviceImage {
    border: 5px solid rgb(0, 166, 81);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgb(244 243 242 / 30%) inset;
    /* box-shadow: 0 0 0 10px rgb(210 181 91 / 30%) inset; */
    width: 220px;
    height: 220px;
    transition: all 0.5s ease-in-out 0s;
    margin: 20px auto 30px;
}
.serviceImage h4{
    text-align: center;
    padding-top: 90px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.8s ease-in-out 0s;
}
.serviceImage:hover h4 {
    opacity: 1;
    transform: scale(1);
}
.serviceImage:hover {
    box-shadow: 0 0 0 110px rgb(255 255 255 / 90%) inset;
}
.servicebox ul {
    list-style: none;
    padding: 0;
}
.servicebox ul li{
    font-size: 22px;
    padding: 1px 15px;
}
@media (max-width: 767px) {
 .servicebox{
    margin-bottom: 3rem;
}
}

/*--------------------------------------------------------------
# Parallax Image 2
--------------------------------------------------------------*/
#parallax-2{
	background-attachment: fixed !important;
	text-align: center;
	width: 100%;
    height: 480px;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    border-top: 10px solid rgba(255,255,255,0.3);
    border-bottom: 10px solid rgba(255,255,255,0.3);
    color: #fff;
    position: relative;
    background-size: cover;
}

@media (max-width: 767px) {
.parallax-bg {
    height: 250px;
	background-attachment: scroll!important;
}
}

/*--------------------------------------------------------------
# Our Products
--------------------------------------------------------------*/
.statItem{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border: 5px solid #19ae62;
    max-width: 250px;
    height: 250px;
    margin: 1.5rem auto !important;
    margin-top: 0px !important;
}
.statInfo {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    background: #19ae62;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	
}
.statInfo h3{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    font-size: 24px;
    margin: 0 auto;
    padding:0;
    font-weight: 700;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgb(0 0 0 / 30%);
}
.statInfo p{
    color: #fff;
    padding: 10px 5px 3rem;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    border-top: 0px solid rgba(255,255,255,0.5);
}
.statThumb{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    box-shadow: inset 0 0 0 15px rgb(255 255 255 / 50%);
    transform-origin: 95% 40%;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
	z-index:99;
}
.statThumb:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 100px;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgb(50,50,50);
    box-shadow: 0 0 3px rgb(255 255 255 / 90%);
}
.statGrid:after, .statItem:before {
    content: '';
    display: table;
}
.statItem:hover .statThumb {
    box-shadow: inset 0 0 0 15px rgb(25 174 98), 0 1px 3px rgb(25 174 98);
    transform: rotate(
-110deg
);
}
.vbox-item a{
    width: 100%;
    display: block;
    border-radius: 50%;
}
.vbox-item img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid rgba(0, 166, 81, 0.9);
    margin-bottom: 2.5rem;
}
/*--------------------------------------------------------------
# PROMOTIONS AND SPECIALS
--------------------------------------------------------------*/
#accordion .card {
	border:0;
}
#accordion .card .card-header{
    padding: 0;
    border: 0;
    background: transparent;
}
#accordion .card .card-header button{
    cursor: pointer;
    display: block;
    margin: 5px 0;
    background: #dbf0e5;
    border-radius: 30px;
    border-bottom: 6px solid #109c54;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    display: block;
    color: #000;
    outline: none;
    padding: 10px;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.5s ease-in-out 0s;
    font-weight: 300;
}
#accordion .card .card-header button[aria-expanded="true"],
#accordion .card .card-header button:hover,
#accordion .card .card-header button:focus{
    background: #78be9a;
    color: #fff;
    outline: 0;
    box-shadow: none;
}
.accTitle {
    font-size: 54px;
    color: #088243;
    margin-left: 0;
    margin-bottom: 0;
    text-align: right;
}
.accText {
    margin: 10px 0 10px 0;
    font-size: 19px;
    text-align: left;
}


@media (max-width: 767px) {
  .accTitle,
  .accText {
    text-align:center;
}
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contactbox {
    display: flex;
    align-items: flex-start;
}
.contactbox .text {
    padding-left: 17px;
    font-size: 18px;
	text-align:left;
}
.contactbox i{
    font-size: 30px;
}

.contact .info-box {
  color: #444444;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #4eb478;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #cbe9d8;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

/*.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}*/

.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 {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #4eb478;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form .submitbtn:hover {
  background: #45a36c;
}
.contact .php-email-form .submitbtn {
    background: #929191;
    /* background: #D2B55B; */
    border-radius: 20px;
    padding: 4px 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    border: none;
    margin: 0 0 10px 0;
    line-height: 21px;
    text-align: center;
    outline: none;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer{
    padding-bottom: 60px;
}
 .social-links a{
    display: inline-flex;
    margin: 10px 5px 10px 5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ababab;
    /* background-color: #e1cf96; */
    transition: all 0.6s ease-in-out;
    align-items: center;
    justify-content: center;
}
 .social-links a:hover,
  .social-links a:focus{
    background-color: #000;
}
.social-links a i{
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
}


.socialmediakit{
  border: 1px solid #000;
}
.likedin.custom-fb-footer {
  background-color: #4267B2;
  border: 1px solid #4267B2;
}
.custom-fb-footer, .custom-yt-footer {
  text-align: left;
}
.custom-fb-footer {
  background-color: #4267B2;
  padding: 9px 10px;
  color: #fff;
  border: 1px solid #4267B2;
  border-top: 0;
}
.custom-footer {
  background-color: #4267B2;
  padding: 9px 10px;
  color: #fff;
  border: 1px solid #4267B2;
  border-top: 0;
  text-align: center;
  font-size: 18px;
}
.custom-footer p,
.custom-footer a{
  color: #fff;
  border-bottom: 1px dotted;
}
.custom-footer i{
  font-size: 23px;
  line-height: 1.3;
}
.custom-footer p:hover,
.custom-footer a:hover{
  color: black;
  border-bottom: 1px dotted;
}
.custom-insta-footer {
  background-color: #E4405F;
  padding: 9px 10px;
  color: #fff;
  border: 1px solid #E4405F;
  border-top: 0;
}