.sidebar-contact {
  position: fixed;
  top: 50%;
  left: -350px;
  transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  transition: 0.5s;
}

.sidebar-contact.active {
  left: 0;
  z-index: 100;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  outline: none;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #00bcd4;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.toggle {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: #f00;
  top: 0;
  right: -48px;
  line-height: 48px;
  border-radius: 0px 10px 10px 0px;
  z-index: 100;
}

.toggle:before {
  content: "✖";
  font-family: fontAwesome;
  font-size: 18px;
  color: #fff;
}

.toggle.active:before {
  content: "✉";
}

@media (max-width: 768px) {
  .sidebar-contact {
    width: 100%;
    height: 60%;
    left: -100%;
  }

  .sidebar-contact .toggle {
    top: 45%;
    transform: translateY(-50%);
    transition: 0.5s;
  }

  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    transform: translateY(0);
  }

  .scroll1 {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}





/* 

.deployform {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color:  #df5151;
  cursor: pointer;
  transform-origin: right bottom;
  transition: all 0.35s cubic-bezier(.91,-0.28,.06,1.3),background-color 0.25s ease;
  box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.21);
}

.deployform:hover {
  background-color: darken(v #df5151, 6%);
}

.deployform.open {
  width: 300px;
  height: 350px;
  border-radius: 3px;
  background-color: #fff;
  cursor: default;
}

.deployform.open .icon {
  opacity: 0;
  transition-delay: 0.01s;
}

.deployform.open .cancel {
  opacity: 1;
  transition-delay: 0.25s;
}

.deployform.open form {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}

.deployform .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 45%;
  top: 45%;
  transform: translate(-50%, -50%);
  transition: opacity 0.1s ease;
  transition-delay: 0.2s;
  color: #fff;
  font-size: 18px;
  padding: 4px;
}

.deployform .cancel {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  opacity: 0;
  transition-delay: 0.01s;
  cursor: pointer;
  padding: 6px 10px;
  color: #3c4351;
}

.deployform form {
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.01s;
}

.deployform form input,
.deployform form textarea {
  width: 236px;
  margin-left: 20px;
  margin-top: 10px;
  border: 2px solid #e3e3e3;
  background-color: #f1f1f1;
  border-radius: 2px;
  transition: all 0.2s ease;
}

.deployform form input:hover,
.deployform form input:focus,
.deployform form textarea:hover,
.deployform form textarea:focus {
  border: 2px solid #d7d7d7;
  outline: 0;
}

.deployform form textarea {
  min-height: 80px;
  resize: none;
  padding: 10px;
  font-family: inherit;
}

.deployform form button {
  width: 260px;
  height: 45px;
  margin-left: 20px;
  margin-top: 10px;
  border: none;
  background-color:  #df5151;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.deployform form button:hover {
  background-color: darken( #df5151, 6%);
} */







@import url(https://fonts.googleapis.com/css?family=Anton&display=swap);

.sbuttons {
  bottom: 1%;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 999;
}
.sbutton {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin: 20px auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 1; /* Add z-index value */


}
.sbutton > i {
  font-size: 18px;
  line-height: 50px;
  transition: all .2s;
  transition-delay: 60s;
}
.sbutton:active,
.sbutton:focus,
.sbutton:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}
.sbutton:not(:last-child) {
  width: 60px;
  height: 60px;
  margin: 20px auto 0;
  opacity: 0;
}
.sbutton:not(:last-child) > i {
  font-size: 25px;
  line-height: 60px;
  transition: all .3s ease-in-out;
}
.sbuttons:hover .sbutton:not(:last-child) {
  opacity: 1;
  width: 60px;
  height: 60px;
  margin: 15px auto 0;
}
.sbutton:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.sbutton:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}
.sbutton:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}
.sbutton:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}
.sbutton:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}
.sbutton:not(:last-child):nth-last-child(6) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-left: 10px;
  position: absolute;
  right: 110%;
  bottom: 20%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}


.sbutton.mainsbutton {
  background:  #00e676;
  background: #2ab95d;

}

.sbutton.mail {
  background: #ea4335;
}

.sbutton.call {
  background: #1F79FD;
}

.sbutton.whatsapp {
  background: #00e676;
}

.sbutton.whatsapp > i {
  color: white; /* Set the desired color for the WhatsApp icon */
}

.sbutton.whatsapp:hover > i {
  color: white; /* Set the same color as the default state */
}

.sbutton.call > i {
  color: white; /* Set the desired color for the WhatsApp icon */
}

.sbutton.call:hover > i {
  color: white; /* Set the same color as the default state */
}

.sbutton.mail > i {
  color: white; /* Set the desired color for the WhatsApp icon */
}

.sbutton.mail:hover > i {
  color: white; /* Set the same color as the default state */
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #2ab95d;
  text-decoration: none;
}

a:hover {
  color:  #2ab95d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2ab95d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

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

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

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

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #2ab95d;
}

#header .logo img {
  max-height: 100px;
}

/*--------------------------------------------------------------
# Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  margin-left: 30px;
  background: #2ab95d;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.get-started-btn:hover {
  background: #111111;
  color: #fff;
}

@media (max-width: 992px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-bottom: 0px !important;
 
}

.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 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
  white-space: nowrap;
  transition: 0.3s;
}

.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: #2ab95d;
  text-decoration: none;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  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;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
}

.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: #2ab95d;
}

.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%;
  }
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #111111;
  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-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

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

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

.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 li {
  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: #2ab95d;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 82px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

#hero h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2ab95d;
  border: 2px solid #2ab95d;
}

#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
    padding-top: 58px;
  }

  #hero h1 {
    font-size: 28px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}






/*** Header ***/
#header-carousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: rgba(0, 0, 0, .5); */
  z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
  width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

.carousel-inner {
  padding-top: 50px;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 180px;
  }

  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      
  }
  .carousel-inner {
    padding-top: 100px;
  }
}

#header-carousel .carousel-indicators [data-bs-target] {
  width: 60px;
  height: 60px;
  text-indent: 0;
  margin-bottom: 15px;
  border: 2px solid #FFFFFF;
  border-radius: 60px;
  overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

/* .breadcrumb-item+.breadcrumb-item::before {
  color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
} */

.carousel{
  z-index: 1;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #2ab95d;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #0b943f;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #2b2b2b;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #2ab95d;
}

.breadcrumbs ol a:hover {
  color: #fff;
  transition: 0.3s;
}

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

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

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2ab95d;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2ab95d;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  opacity: 1;
  filter: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #2ab95d;
}

.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.about .content .about-btn:hover {
  background: #a9d8f7;
  background: #2ab95d;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #2ab95d;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

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

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 80px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.counts .count-box i {
  position: absolute;
  width: 54px;
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #fff;
  color: #2ab95d;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: #111111;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
  border: 0;
}

.tabs .nav-link {
  border: 1px solid #b9b9b9;
  padding: 15px;
  transition: 0.3s;
  color: #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tabs .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.tabs .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.tabs .nav-link:hover {
  color: #2ab95d;
}

.tabs .nav-link.active {
  background: #2ab95d;
  color: #fff;
  border-color: #2ab95d;
}

@media (max-width: 768px) {
  .tabs .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .tabs .nav-link {
    padding: 15px;
  }

  .tabs .nav-link i {
    font-size: 24px;
  }
}

.tabs .tab-content {
  margin-top: 30px;
}

.tabs .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.tabs .tab-pane ul {
  list-style: none;
  padding: 0;
}

.tabs .tab-pane ul li {
  padding-bottom: 10px;
}

.tabs .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #2ab95d;
}

.tabs .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #076534;
  transition: 0.3s;
  position: relative;
}

.services .icon-box:hover {
  background: #076534;
}

.services .icon-box i {
  float: left;
  color: #2ab95d;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .icon-box h4 a {
  color: #fff;
  transition: 0.3s;
}

.services .icon-box h4 a:hover {
  text-decoration: underline;
}

.services .icon-box .icon-box:hover h4 a {
  color: #2ab95d;
}

.services .icon-box p {
  margin-left: 70px;
  color:#fff !important;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #2ab95d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2ab95d;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2ab95d;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(17, 17, 17, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
  border-radius: 15px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fceaea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 30px auto 15px auto;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2ab95d;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2ab95d;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #2b2b2b;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.pricing .box h4 {
  font-size: 42px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #2ab95d;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pricing .box .btn-buy:hover {
  border-color: #fff;
}

.pricing .featured {
  background: #2ab95d;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #2ab95d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;

}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2ab95d;
}

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

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


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #2ab95d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px 0 32px 0;
  border-radius: 4px;
}

.contact .info-box i {
  font-size: 32px;
  color: #2ab95d;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f8d4d5;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  border-radius: 4px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #2ab95d;
  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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 25px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

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

.contact .php-email-form input {
  padding: 10px 15px;
}

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

.contact .php-email-form button[type=submit] {
  background: #2ab95d;
  border: 0;
  padding: 10px 32px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

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

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

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

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #2ab95d;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #2ab95d;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #a9d8f7;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #2ab95d;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #2ab95d;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ee9293;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #2ab95d;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #2ab95d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #e34c4d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #2ab95d;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #2ab95d;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #2ab95d;
  background: #2ab95d;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1b1b1b;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #2ab95d;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #2ab95d;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #2ab95d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #a9d8f7;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #2ab95d;
  color: #fff;
  text-decoration: none;
}




























.p-black {
  color: #0a0a0a
}

.p_15 {
  font-size: 12px;
 
  color: #323232
}

.p_14 {
  font-size: 15px
}

.p_17 {
  font-size: 17px
}

.p_18 {
  font-size: 18px!important
}

.p_20 {
  font-size: 20px
}

.p_24 {
  font-size: 24px!important
}

.p-56 {
  font-size: 56px!important
}

.p-48 {
  font-size: 48px!important
}

.p-w-300 {
  font-weight: 400!important
}

.p-weight-300 {
  font-weight: 300
}

.p_lighter {
  font-weight: 300!important;
  line-height: 32px;
  text-transform: capitalize!important
}



.bg_white {
  background: #fff
}

.color_white {
  color: #fff
}

.bg_gray {
  background: #edf3f8
}

.bg_light_gray {
  background: #f7f7f7!important
}

.bg_light_gray_2 {
  background: #F2F2F2
}

.p-l {
  padding-left: 20px
}

.p-0 {
  padding: 0
}

.p-t-06 {
  padding-top: 04px
}

.p-t-10 {
  padding-top: 10px
}

.p-b-10 {
  padding-bottom: 10px
}

.p-t-15 {
  padding-top: 15px
}

.p-b-15 {
  padding-bottom: 15px
}

.p-t-20 {
  padding-top: 20px
}

.p-b-20 {
  padding-bottom: 20px
}

.p-t-25 {
  padding-top: 25px
}

.p-b-25 {
  padding-bottom: 25px
}

.p-t-30 {
  padding-top: 30px
}

.p-b-30 {
  padding-bottom: 30px
}

.p-t-35 {
  padding-top: 0
}

.p-b-35 {
  padding-bottom: 35px
}

.p-t-40 {
  padding-top: 40px
}

.p-b-40 {
  padding-bottom: 40px
}

.p-t-45 {
  padding-top: 45px
}

.p-b-4 {
  padding-bottom: 4px
}

.m-t-24 {
  margin-top: 24px
}

.p-b-45 {
  padding-bottom: 45px
}

.p-t-50 {
  padding-top: 50px
}

.p-b-50 {
  padding-bottom: 50px
}

.p-t-55 {
  padding-top: 55px
}

.p-b-55 {
  padding-bottom: 55px
}

.p-t-60 {
  padding-top: 60px
}

.p-b-60 {
  padding-bottom: 60px
}

.p-t-65 {
  padding-top: 65px
}

.p-b-65 {
  padding-bottom: 65px
}

.p-t-70 {
  padding-top: 70px
}

.p-b-70 {
  padding-bottom: 70px
}

.p-t-75 {
  padding-top: 75px
}

.p-b-75 {
  padding-bottom: 75px
}

.p-t-80 {
  padding-top: 80px
}

.p-b-80 {
  padding-bottom: 80px
}

.p-t-85 {
  padding-top: 85px
}

.p-b-85 {
  padding-bottom: 85px
}

.p-t-90 {
  padding-top: 90px
}

.p-b-90 {
  padding-bottom: 90px
}

.p-t-100 {
  padding-top: 50px
}

.p-b-100 {
  padding-bottom: 100px
}

.padding_space {
  padding: 4px 0 0 0
}

.margin-top-65 {
  margin-top: -65px
}

.m-t-10 {
  margin-top: 10px
}

.m-b-10 {
  margin-bottom: 10px
}

.m-t-15 {
  margin-top: 15px
}

.m-b-15 {
  margin-bottom: 15px
}

.m-t-20 {
  margin-top: 20px
}

.m-b-20 {
  margin-bottom: 20px
}

.m-t-25 {
  margin-top: 25px
}

.m-b-25 {
  margin-bottom: 25px
}

.m-t-30 {
  margin-top: 30px
}

.m-b-30 {
  margin-bottom: 30px
}

.m-t-35 {
  margin-top: 35px
}

.m-b-35 {
  margin-bottom: 35px
}

.m-t-40 {
  margin-top: 40px
}

.m-b-40 {
  margin-bottom: 40px
}

.m-t-45 {
  margin-top: 45px
}

.m-b-45 {
  margin-bottom: 45px
}

.m-t-50 {
  margin-top: 50px
}

.m-b-50 {
  margin-bottom: 50px
}

.m-t-55 {
  margin-top: 55px
}

.m-b-55 {
  margin-bottom: 55px
}

.m-t-60 {
  margin-top: 60px
}

.m-b-60 {
  margin-bottom: 60px
}

.m-t-65 {
  margin-top: 65px
}

.m-b-65 {
  margin-bottom: 65px
}

.m-t-70 {
  margin-top: 70px
}

.m-b-70 {
  margin-bottom: 70px
}

.m-t-75 {
  margin-top: 75px
}

.m-b-75 {
  margin-bottom: 75px
}

.m-t-80 {
  margin-top: 80px
}

.m-b-80 {
  margin-bottom: 80px
}

.m-t-85 {
  margin-top: 85px
}

.m-b-85 {
  margin-bottom: 85px
}

.m-t-90 {
  margin-top: 90px
}

.m-b-90 {
  margin-bottom: 90px
}

.m-t-100 {
  margin-top: 100px
}

.m-b-100 {
  margin-bottom: 100px
}

.m-t-110 {
  margin-top: 110px
}

.m-b-110 {
  margin-bottom: 110px
}


  
.md-modal {
  position: fixed;
  top: 12%;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -moz-backface-visibility: hidden
}
.md-show {
  visibility: visible
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, .45);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s
}
.md-show~.md-overlay {
  opacity: 1;
  visibility: visible
}
.md-content {
  color: #fff;
  background: #edf3f8;
  position: relative;
  border-radius: 3px;
  margin: 0 auto
}
.md-content h3 {
  margin: 0;
  text-align: center;
  opacity: .8;
  border-radius: 3px 3px 0 0
}
.md-effect-1 .md-content {
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s
}
.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
.apply_form_group {
  margin-top: 15px
}
.apply_modal_heading {
  padding: 3px 0 3px 0;
  font-size: 22px;
  background-color: #1888f1;
  color: #fff;
  font-weight: 400
}
.apply_form_group {
  color: #000
}
.apply_form_group .form-group label {
  font-weight: 400;
  padding-top: 7px
}
.apply_form_group .form-group .form-control {
  color: #000
}
.apply_form {
  background-color: #edf3f8;
  padding: 20px 20px 20px 20px
}
.apply_form_group_btn {
  margin-top: 30px
}
.apply_close_btn {
  cursor: pointer;
  margin-right: 12px
}
.contact_us_form_bg_color {
  background: #fff;
  padding: 25px 20px 25px 20px
}
.home_read_more_btn {
  text-transform: capitalize;
  padding: 4px 10px
}
@media (min-width:1200px) {
  #our-partner-slider .owl-next {
      display: block!important
  }
}


@media screen and (min-width:320px) {
  .service_bar_menu a .text_under_icon {
      visibility: hidden
  }
  
  .footer_full_bg::before {
      background: transparent!important
  }
  
  .footer_full_bg::after {
      display: none
  }
  
  .working_mail p {
      text-align: center
  }
  
  .working_mail_btn {
      text-align: center
  }
  
  .about_box {
      padding: 60px 0 0 0
  }
  
  .round_circle_box {
      display: none
  }
  
  .left_face_content h3,
  .left_face_content p {
      text-align: left
  }
  
  .right_face_content h3,
  .right_face_content p {
      text-align: left
  }
  
  .paddding_right_50 {
      padding-right: 0
  }
  
  .paddding_left_50 {
      padding-left: 0
  }
  
  .text_face_ceneter {
      text-align: left
  }
  
  .responsive_m-b-40 {
      margin-bottom: 40px
  }
   #slider_one{
      height: 300px;
  }
  #sidebar_two, #sidebar_two1{
      top: 20%;
  }
  .respo_left_3
  {
     left: 0;
  }
  .second_row_respo_left_3
  {
    left: 0; 
  }
  .comapny_work_icon .web_deve_in_round
  {
    margin: 0px 0px 80px 0px;
  }

}
@media (min-width:481px) {
  .service_bar_menu a .text_under_icon {
      visibility: hidden
  }
  
  .footer_full_bg::before {
      background: transparent!important
  }
  
  .footer_full_bg::after {
      display: none !important;
  }
  .respo_left_3
 {
  left: 0;
 }
 .second_row_respo_left_3
 {
   left: 0;
 }
 .comapny_work_icon .web_deve_in_round
 {
  margin: 0px 0px 80px 0px;
 }
}
@media only screen and (min-width:768px) {
  .service_bar_menu a .text_under_icon {
      visibility: hidden
  }
  
  .footer_full_bg::before {
      background: transparent!important
  }
  
  .footer_full_bg::after {
      display: none
  }
  
  .kb_caption h1 {
      font-size: 26px
  }
   #sidebar_two1, #sidebar_two{
      top: 30%;
  }
  #slider_one{
      height: 400px;
  }

  .comapny_work_icon .reverse_icon
  {
    top: -45px;
  }
  .respo_left_5
  {
    left: 5rem;
  }
 .respo_left_3
  {
   left: 3rem;
  }
 .second_row_respo_left_3
  {
   left:0;
  }
  .comapny_work_icon .web_deve_in_round
  {
  margin: 0px 0px 0px 0px;
  }
 
}
@media only screen and (min-width:992px) {
  .service_bar_menu a .text_under_icon {
      visibility: visible
  }
  
  .footer_full_bg::before {
      background: #181818!important;
      height: 135%
  }
  
  .footer_full_bg::after {
      display: block
  }
  
  .working_mail p {
      text-align: left
  }
  
  .working_mail_btn {
      text-align: left
  }
  
  .about_box {
      padding: 130px 0 0 0
  }
  
  .kb_caption h1 {
      font-size: 50px
  }
  
  .round_circle_box {
      display: block;
      width: 330px;
      height: 330px;
      margin-top: 95px
  }
  
  .left_face_content h3,
  .left_face_content p {
      text-align: right
  }
  
  .right_face_content h3,
  .right_face_content p {
      text-align: left
  }
  
  .paddding_right_50 {
      padding-right: 50px!important
  }
  
  .paddding_left_50 {
      padding-left: 50px!important
  }
  
  .text_face_ceneter {
      text-align: center
  }
  
  .responsive_m-b-40 {
      margin-bottom: 0
  }
   #sidebar_two1, #sidebar_two{
      top: 30%;
  }
  #slider_one{
      height: 500px;
  }

  
  .comapny_work_icon .reverse_icon
  {
    top: 70px;
  }
 .respo_left_5
 {
  left: 0px;
  }
 .respo_left_3
 {
  left: 0px;
  }
 .second_row_respo_left_3
 {
   left:0;
 }
 .comapny_work_icon .web_deve_in_round
 {
  margin: 0px 0px 0px 0px;
 }

}
@media only screen and (min-width:1200px)and (max-width:1600px) {
  .service_bar_menu a .text_under_icon {
      visibility: visible
  }
  
  .footer_full_bg::before {
      background: #181818!important;
      height: 137%;
  }
  
  .round_circle_box {
      display: block;
      width: 390px;
      height: 390px;
      margin-top: 60px
  }
  .comapny_work_icon .reverse_icon
  {
   top: 70px;
  }
  .respo_left_5
  {
    left: 0px;
  }
  .respo_left_3
  {
   left: 0px;
  }
  .second_row_respo_left_3
  {
   left:0;
  }
  .comapny_work_icon .web_deve_in_round
  {
    margin: 0px 0px 0px 0px;
  }

}
@media only screen and (min-width:1610px)and (max-width:3000px) {
  .service_bar_menu a .text_under_icon {
      visibility: visible
  }
  
  .footer_full_bg::before {
      background: #181818!important;
      height: 137%;
  }
  .comapny_work_icon .reverse_icon
  {
   top: 70px;
  }
  .respo_left_5
  {
   left: 0px;
  }
  .respo_left_3
  {
   left: 0px;
  }
  .second_row_respo_left_3
  {
   left:0;
  }
  .comapny_work_icon .web_deve_in_round
  {
    margin: 0px 0px 0px 0px;
  }

}
.image_right_side {
  margin-top: 100px
}
.why_chooose_bg_color {
  background: #f2f2f2
}
.feature_box p {
  padding: 0 15px 0 15px;
  text-align: justify;
  font-family: 'Poppins-Regular';
  color: #777
}
.test_as_img {
  background: #f2f2f2
}
.test_as_img img {
  margin: 0 auto
}
.z_index_1 {
  z-index: 1
}
.get_quote_the {
  font-size: 15px!important
}
.footer_socail_icon .social-icons_1 li {
  line-height: 42px!important;
  border-radius: 50px;
  width: 40px;
  height: 40px
}
.clients_heading_color {
  font-size: 43px
}
.home_page_feature_box .feature_box {
  height: 300px
}
.selected a.animated-button.thar-three:hover {
  color: #fff!important;
  background-color: transparent;
  z-index: 999999
}
.selected a.animated-button.thar-three {
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(.42, 0, .58, 1);
  
}
.selected a.animated-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
  z-index: -1
}
.selected a.animated-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  content: '';
  color: #000!important;
  background: #3c496a;
  transition: all 0.4s cubic-bezier(.42, 0, .58, 1);
}
.autochagetext {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding-top: 4px;
  color: #2188f1
}

.bg_white p {
  background-color: #fff!important
}
.collapse_look .panel-title>a,
.panel-title>a:active {
  display: block;
  text-transform: capitalize;
  text-decoration: none
}
.collapse_look .panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
  margin-right: 14px;
  margin-top: 9px
}
.collapse_look .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg)
}
.client_office_name {
  padding-top: 10px!important;
  color: #2380de!important;
  font-weight: 700
}
/* .top_icon_size ul .facebook_color a,
.top_icon_size ul .twitter_color a,
.top_icon_size ul .linkdin_color a{
  color: #323232
} */
.top_icon_size ul .facebook_color a:hover,
.top_icon_size ul .twitter_color a:hover,
.top_icon_size ul .linkdin_color a:hover{
  color: #fff!important
}
.top_icon_size ul .linkdin_color a.animated-button.thar-three:before {
  background-color: #1a6599
}
.top_icon_size ul .twitter_color a.animated-button.thar-three:before {
  background-color: #00aced
}
.bg_cover_img {
  background-image: url(../images/bg_image_two.png);
  background-size: contain;
  background-position: center
}
.bg_light_skyblue {
  background-color: #ddeffe
}
.working_mail .media {
  border: none
}
.working_mail p {
  padding-top: 28px;
  color: #fff;
  font-size: 30px;
  font-family: 'Poppins';
  text-transform: capitalize
}
.working_mail_btn .home_read_more_btn {
  padding: 12px 25px;
  font-family: 'Poppins';
  font-size: 18px;
  background-color: #fff;
  color: #0af;
  border-radius: 5px
}
.working_mail_btn {
  margin-top: 7px
}
.el-base {
  position: relative;
  top: 30px;
  left: 50%;
  height: 90px;
  width: 140px;
  margin-top: -40px;
  margin-left: -70px;
  background: #eac353;
  border-radius: 3px
}
.el-inner-space {
  border-radius: 3px;
  border-top: solid 45px transparent;
  border-right: solid 70px #f7f6de;
  border-bottom: solid 45px #f7f6de;
  border-left: solid 70px #f7f6de
}
.el-flap {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  border-top: solid 45px #3292e0;
  border-right: solid 70px transparent;
  border-left: solid 70px transparent;
  animation: el-open 4s infinite
}
@keyframes el-open {
  0% {
      border-top: solid 45px #3292e0;
      transform: rotateX(0deg);
      transform-origin: center top
  }
  
  40%,
  60% {
      border-top: solid 45px #fad662;
      transform: rotateX(180deg);
      transform-origin: center top
  }
  
  100% {
      border-top: solid 45px #3292e0;
      transform: rotateX(0deg);
      transform-origin: center top
  }
}

.bg_light_black {
  background-color: #313131
}
.footer_1_contact .media {
  border: none;
  margin-top: 0
}
.footer_1_contact .media .media-body>p {
  margin-bottom: 0;
  font-size: 14px
}
.footer_full_bg::before {
  content: '';
  position: absolute;
  background: #181818;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1
}
.footer_full_bg::after {
  content: url(../images/footer_logo_img.png);
  position: absolute;
  background-color: #181818;
  left: 0;
  top: 43%;
 
      padding: 10px 7px 0px 9px;
  left: -8%;
  background-repeat: no-repeat;
  transform: rotate(138deg);
}
.footer_full_bg {
  z-index: 999
}
.top_icon_size ul li:first-child {
  border-left: 1px solid #dddddd8f
}
.top_icon_size ul li {
  border-right: 1px solid #dddddd8f
}
.top_icon_size ul .get_quot_btn {
  width: auto;
  font-size: 12px;
  padding: 0 6px 0 4px
}
.top_icon_size ul .get_quot_btn a {
  padding: 2px 10px 1px 10px;
  display: inline!important;
  background-color: #0af;
  border-radius: 3px
}
.right_side_navbar {
  margin-right: -65px
}
.working_mail_btn .btn-light:hover {
  background-color: #9b9b9b;
  color: #fff
}
.get_quot_btn a.animated-button.thar-three:before {
  border-radius: 3px
}
.service_tabing_icon {
  background-color: #073f88
}
.service_bar_menu a img {
  margin: 0 auto
}
.service_check_content li::before {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  left: 0
}
.service_check_content li {
  list-style: none;
  margin-left: 30px;
  color: #0af;
  font-family: 'Poppins-Medium';
  padding: 30px 0 0 0
}
.service_check_content li p {
  color: #777;
  font-family: 'Poppins-Medium';
  padding: 10px 0 0 0
}
.service_check_content li span {
  color: #777;
  line-height: 25px
}
.center_blue_line .bg_red {
  margin: 0 auto
}
.center_blue_line .heading p {
  padding: 8px 0 8px 0
}
.service_info_img {
  padding: 40px 0 0 0
}
.change_colro_between_content {
  color: #00aaff!important
}
.left_right_font h3 {
  font-size: 19px;
  font-weight: 800;
}
.left_right_font p {
  padding: 10px 0 0 0;
   font-weight: 500;
  color: #777
}
.round_circle_box {
  background: #f8f9fa;
  border-radius: 50%;
  position: absolute;
  border: 5px solid #fff
}
.logo_center img {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto
}
.top_left img {
  position: absolute;
  left: 30px;
  height: 80px;
  width: 80px;
  background: #47c660;
  border-radius: 50px;
  border: 6px solid #fff;
  padding: 6px
}
.top_right img {
  position: absolute;
  right: 30px;
  height: 80px;
  width: 80px;
  background: #50d4ec;
  border-radius: 50px;
  border: 6px solid #fff;
  padding: 6px
}
.bottom_left img {
  position: absolute;
  left: -26px;
  height: 80px;
  width: 80px;
  background: #4d4d4d;
  border-radius: 50px;
  border: 6px solid #fff;
  padding: 6px;
  bottom: 95px
}
.bottom_right img {
  position: absolute;
  right: -26px;
  height: 80px;
  width: 80px;
  background: #6d6e72;
  border-radius: 50px;
  border: 6px solid #fff;
  padding: 6px;
  bottom: 95px
}
.center_under_logo img {
  position: absolute;
  height: 80px;
  width: 80px;
  background: #36a29e;
  border-radius: 50px;
  border: 6px solid #fff;
  padding: 6px;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: 0 auto
}
#page_banner .page-header p a,
#page_banner .page-header p a:hover {
  color: #fff
}

.seo_serive_p p
{
 height: 100% !important;
 max-height: 100% !important;
}


@media screen and (min-width: 1200px) {
  .text_face_ceneter{
    padding-top:90px;
  }
  
}








.sec-title{
  position:relative;
  /* z-index: 1; */
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #2ab95d;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

/* .list-style-one li a:hover{
  color: #44bce2;
} */

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #2ab95d;
}

.btn-style-one:hover{
  background-color: #2ab95d;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 44px solid #2ab95d;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* .about-section .image-column .video-link .link:hover{
  background-color: #191e34;
} */

@media only screen and (max-width: 768px) {
  .about-section .content-column .inner-column{
    padding-top: 100px;
  }
}


a{
  text-decoration: none !important;
}









/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 100px 0 100px 0;
  background: #f7f7f7;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
  /* background-image: url(https://img.freepik.com/premium-vector/health-care-medical-pattern-innovation-concept-background-design-abstract-geometric-hexagons_230610-1181.jpg?w=2000);
  background-image: url(assets/img/leo/bg/1.png); */
  /* background-position: center; */
  background-size: cover;
  background-repeat: no-repeat;
  /* background: linear-gradient(
    rgba(0, 0, 0, 0.7), 
    rgba(0, 0, 0, 0.7)
  ); */


  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(assets/img/bg.jepg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
  
}

.breadcrumbs h2 {
  font-size: 34px;
  font-weight: 700;
  color: #ffffff
}

.breadcrumbs h4{
  font-size: 20px;
  color: #ffffff
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
}

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

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


.breadcrumbs li{
  color: #ffffff;
}













.section_our_solution .row {
  align-items: center;
}

.our_solution_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution_cards_box .solution_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-height: 320px;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
  background: #309df0;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
  color: #fff;
}

/* .solution_cards_box .solution_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
} */

.solution_cards_box .solution_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title div {
  color: #212121;
  font-size: 1.1rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.solution_card:hover .solu_title div{
  color: #ffffff;
}

.solution_card .solu_description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.solution_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(
    140deg,
    #42c3ca 0%,
    #42c3ca 50%,
    #42c3cac7 75%
  ) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content div {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.our_solution_content p {
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
  top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .our_solution_category {
    width: 100%;
    margin: 0 auto;
  }

  .our_solution_category .solution_cards_box {
    flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .our_solution_category .solution_cards_box {
    flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }

  .our_solution_category {
    /* width: 80%; */
    margin: 0 auto;
  }
}


.solu_description{
  color: #000;
}


.text {
  text-align: justify;
}




    /* Basic styling for the image */
    .product-img {
      height: auto;
      transition: transform 0.3s ease;
      cursor: pointer;
  }

  /* Zoom effect on hover */
  .product-img:hover {
      transform: scale(1.1); /* Adjust scale factor for desired zoom level */
  }