@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

/* #004d43  main company logo color*/
/* #36464e  main company text color*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input:focus,
input:active {
  box-shadow: none !important;
}

img {
  max-width: 100%;
  width: 100%;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

section {
  padding: 3.125rem 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 575.98px) {
  section {
    padding: 1.25rem 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  section {
    padding: 1.875rem 0;
  }
}

.container {
  max-width: 1170px;

}

.fw400 {
  font-weight: 400 !important;
}

.fw600 {
  font-weight: 600 !important;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0px 15px;
    max-width: 100%;
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

header .sub-01 {
  background: #FFF;
  position: relative !important;
}

header .my-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
  padding: 10px 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

header .my-nav .nav-items {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  align-content: center;
  position: relative;
}

header .my-nav .nav-items .menu-toggle {
  top: 1.375rem;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 767.98px) {
  header .my-nav .nav-items .menu-toggle {
    visibility: visible;
    opacity: 1;

  }
}

.bg-success-msg {
  background: #004d43;
}

.container .l-heading,
.container .lead {
  color: #fff;
}

.container .goback {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #e6ffd5;
  color: #004d43;
  border-radius: 8px;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}



header .my-nav .nav-items .menu-toggle .menu-burger {
  width: 30px;
  height: 3px;
  background: #004d43;
  transition: ease-in-out 0.5s;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
  z-index: 99;
}

header .my-nav .nav-items .menu-toggle .menu-burger::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #004d43;
  transition: ease-in-out 0.1s;
  transform: translatey(-10px);
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
}

header .my-nav .nav-items .menu-toggle .menu-burger::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background: #004D43;
  transition: ease-in-out 0.1s;
  transform: translatey(10px);
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
}

header .my-nav .logo {
  width: 30%;
  flex: 1 1 30%;
  max-width: 30%;
}

@media screen and (max-width: 767.98px) {
  header .my-nav .logo {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;

  }
}

header .my-nav .logo img {
  width: 150px;
  /* or any px/rem/% */
  height: auto;
}

header .my-nav .menu-items {
  flex: 1 1 70%;
  max-width: 70%;
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;

  }
}

header .my-nav .menu-items .menu {
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
  transition: ease-in-out 0.5s;
  background: transparent;
}

@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu {
    text-align: left;
    display: none;
    background: #e6ffd5;
  }
}

header .my-nav .menu-items .menu ul li {
  display: inline-block;
  padding: 0px 10px;
}

@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu ul li {
    display: block;
    padding: 10px;
  }
}

header .my-nav .menu-items .menu ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #37474f;
  padding: 0px 18px;
}

@media screen and (max-width: 767.98px) {
  header .my-nav .menu-items .menu ul li a {
    padding: 10px;

  }
}

.og-hf {
  background: #FFF;
  position: fixed;
  height: 66px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.og-hf .my-nav {
  background: #FFF;
}

.menu-burger.active {
  background: rgba(185, 21, 21, 0) !important;
  box-shadow: none !important;
}

.menu-burger.active::before {
  transform: rotate(45deg) !important;
}

.menu-burger.active::after {
  transform: rotate(135deg) !important;
}

.menu.active {
  display: block !important;
  transition: ease-in-out 0.1s;
  background: rgba(0, 0, 0, 0.7);
}

.og-hf .menu.active {
  background: #000;
}

main .slider {
  padding: 0;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  main .slider #carouselExampleIndicators .carousel-item .banner-content {
    display: none;
  }
}

main .slider #carouselExampleIndicators .carousel-item .banner-content h1 {
  color: #36464e;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 1px;
  text-align: left;
  font-weight: 300;
  position: relative;
  margin: 0 0 0.625rem 7.45rem;
}

/*
main .slider #carouselExampleIndicators .carousel-item .banner-content h1::after {
  position: absolute;
  content: "";
  right: -70px;
  top: 30px;
  width: 55px;
  height: 0.125rem;
  background: #fff;
}
main .slider #carouselExampleIndicators .carousel-item .banner-content h1::before {
  position: absolute;
  content: "";
  left: -70px;
  top: 30px;
  width: 55px;
  height: 0.125rem;
  background: #fff;
}
*/
main .slider #carouselExampleIndicators .carousel-item .banner-content h1 span {
  display: block;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol {
  margin: 0 0 0.125rem 6.45rem;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol li {
  display: inline-block;
  margin: 0 0 0 1.10rem;
  position: relative;
  padding: 0.3125rem 0.8125rem;
  border: solid 0.0625rem #36464e;
  position: relative;
  transition: all ease-in-out 0.5s;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:hover {
  background: #36464e;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:hover a {
  color: #fff;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:hover:nth-child(1) {
  background: #004d43;
  border-color: #004d43;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:hover:nth-child(1) a {
  color: #fff;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol li a {
  font-size: 0.9375rem;
  color: #36464e;
  text-transform: capitalize;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:nth-child(1) {
  background: #36464e;
}

main .slider #carouselExampleIndicators .carousel-item .banner-content ol li:nth-child(1) a {
  color: #fff;
}

main .slider #carouselExampleIndicators .carousel-indicators li {
  text-indent: unset;
  counter-increment: step-counter;
  position: relative;
  background-color: #fff;
  height: 1.5625rem;
  width: 1.5625rem;
  border-radius: 50%;
  text-align: center;
}

main .slider #carouselExampleIndicators .carousel-indicators li.active {
  background: #004d43;
}

main .slider #carouselExampleIndicators .carousel-indicators li.active::before {
  color: #fff;
}

main .slider #carouselExampleIndicators .carousel-indicators li::after {
  content: unset;
}

main .slider #carouselExampleIndicators .carousel-indicators li::before {
  position: absolute;
  color: #36464e;
  font-size: 0.75rem;
  font-weight: bold;
  content: counter(step-counter);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-01 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}

.bg-01 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #004d43;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bg-01 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #36464e;
}

.bg-01 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}

.bg-01 .wrapper {
  margin: 1.25rem 0;
  position: relative;
  background: #fff;
  border-radius: 0.3125rem;
  text-align: center;
  padding: 1.25rem;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
}

.bg-01 .wrapper .icons {
  display: block;
  margin: 0.3125rem 0;
  position: relative;
}

.bg-01 .wrapper .icons i {
  font-size: 1.875rem;
  color: #004d43;
}

.bg-01 .wrapper .content {
  display: inline-block;
  margin: 0.3125rem 0;
  position: relative;
}

.bg-01 .wrapper .content h4 {
  font-size: 1.125rem;
  color: #36464e;
  display: block;
  margin: 0 0 0.3125rem 0;
}

.bg-01 .wrapper .content p {
  font-size: 0.8125rem;
  color: #666666;
  display: inline-block;
  line-height: 1.5625rem;
  margin: 0.3125rem 0;
}

.bg-02::before {
  position: absolute;
  content: "";
  right: 0;
  width: 80%;
  height: 100%;
  top: 0;
  background: #f5f4f0;
  z-index: 1;
}

.bg-02 .image {
  position: relative;
  z-index: 2;
}

.bg-02 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
  text-align: left;
}

.bg-02 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #004d43;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bg-02 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #36464e;
}

.bg-02 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}

.bg-02 .wrapper {
  position: relative;
  z-index: 2;
  margin: 1.25rem 0;
}

.bg-02 .wrapper .icon {
  display: flex;
  flex-direction: column;
  margin: 0.9375rem 0;
  position: relative;
  align-items: center;
}

.bg-02 .wrapper .icon i {
  display: block;
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  color: #004d43;
  margin: 0 0 0.625rem 0;
  box-shadow: 0 2px 19px 8px rgba(219, 255, 197, 1), 0 1px 19px rgba(219, 255, 197, 1);
}

.bg-02 .wrapper .icon h4 {
  display: inline-block;
  font-size: 1.5625rem;
  color: #004d43;
  font-weight: 600;
  margin: 0 0 0.625rem 0;
}

.bg-02 .wrapper .icon h5 {
  font-size: 1.125rem;
  color: #36464e;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.bg-03 {
  background: #fafafa;
}

.bg-03 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}

.bg-03 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #004d43;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bg-03 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #36464e;
}

.bg-03 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}

.bg-03 .wrapper {
  display: block;
  margin: 1.25rem 0;
  position: relative;
  background: #fff;
  border-top: 0.3125rem solid #004d43;
  padding: 0.625rem 1.25rem 1.5625rem 1.25rem;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.03), 0 1px 4px rgba(0, 0, 0, 0.04);
}

.bg-03 .wrapper .content {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0.3125rem 0;
  text-align: center;
}

.bg-03 .wrapper .content i {
  display: block;
  margin: 0 0 0.3125rem 0;
  color: #004d43;
}

.bg-03 .wrapper .content i .iconservice {
  display: block;
  color: #004d43;
}

.bg-03 .wrapper .content .iconservice .hashtag {
  display: block;
  fill: #004d43;
  margin: 0.6125rem 0 0.2125rem 0;
}



.bg-03 .wrapper .content i::before {
  font-size: 3.75rem;
}

.bg-03 .wrapper .content h4 {
  font-size: 1.125rem;
  color: #36464e;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 0.3125rem 0;
  position: relative;
  padding: 0 0 1.25rem 0;
}

.bg-03 .wrapper .content h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #004d43;
  height: 0.1875rem;
  width: 100%;
  z-index: 1;
}

.bg-03 .wrapper .content h4::after {
  content: "";
  position: absolute;
  left: 20%;
  width: 1.25rem;
  height: 0.1875rem;
  background: #fff;
  bottom: 0;
  z-index: 2;
}

.bg-03 .wrapper .content p {
  font-size: 0.9375rem;
  color: #666666;
  display: block;
  line-height: 1.5625rem;
  margin: 0.3125rem 0;
}

.bg-04 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}

.bg-04 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #004d43;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bg-04 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #36464e;
}

.bg-04 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}

.bg-04 .wrapper {
  display: block;
  margin: 1.25rem 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 30px 30px 0px;
  background: #fff;
  border-radius: 0.625rem;
  transition: all ease 0.5s;
}

.bg-04 .wrapper .head-content {
  background: #f3f4f7;
  padding: 1.25rem 1.875rem;
  position: relative;
  display: inline-block;
  width: 100%;
}

.bg-04 .wrapper .head-content h4 {
  font-size: 1.125rem;
  color: #36464e;
  text-transform: capitalize;
  font-weight: 600;
}

.bg-04 .wrapper .head-content h5 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #004d43;
}

.bg-04 .wrapper .head-content h5 span {
  font-size: 1rem;
  margin-left: 0.3125rem;
}

.bg-04 .wrapper .inner-content {
  display: inline-block;
  padding: 1.5625rem 1.875rem;
  position: relative;
  margin: 0.625rem 0;
}

.bg-04 .wrapper .inner-content .list-content {
  position: relative;
  display: block;
  margin: 0 auto;
}

.bg-04 .wrapper .inner-content .list-content h5 {
  position: relative;
  padding: 0.625rem 0.9375rem;
  background: #000;
  color: #fff;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  margin: -45px auto 0 auto;
  width: fit-content;
}

.bg-04 .wrapper .inner-content .list-content h5::before {
  content: "";
  position: absolute;
  width: 25px;
  clip-path: polygon(100% 0, 100% 26%, 100% 100%, 0% 100%, 65% 50%, 0% 0%);
  background: #000;
  left: -23px;
  top: 0;
  height: 39px;
  z-index: 1;
}

.bg-04 .wrapper .inner-content .list-content h5::after {
  content: "";
  position: absolute;
  width: 23px;
  clip-path: polygon(100% 0, 26% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
  background: #000;
  right: -23px;
  top: 0;
  height: 39px;
  z-index: 1;
}

.bg-04 .wrapper .inner-content .list-content .active-plan {
  background: #004d43;
}

.bg-04 .wrapper .inner-content .list-content .active-plan::before,
.bg-04 .wrapper .inner-content .list-content .active-plan::after {
  background: #004d43;
}

.bg-04 .wrapper .inner-content h6 {
  font-size: 0.9375rem;
  color: #36464e;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin: 1.25rem 0 0.625rem 0;
}

.bg-04 .wrapper .inner-content ol .se-color {
  color: #36464e;
}

.bg-04 .wrapper .inner-content ol .se-color i {
  color: #004d43;
}

.bg-04 .wrapper .inner-content ol li {
  display: flex;
  align-items: center;
  margin: 0.625rem 0 0;
  padding: 0.625rem 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-size: 0.9375rem;
  color: #666666;
}

.bg-04 .wrapper .inner-content ol li i {
  padding-right: 0.625rem;
  font-size: 1.125rem;
}

.bg-04 .wrapper .inner-content a {
  margin: 1.25rem auto 0.625rem auto;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 50px 0px;
  position: relative;
  font-size: 0.875rem;
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 0.3125rem 1.25rem;
  color: #36464e;
  font-weight: 600;
  display: block;
  width: fit-content;
}

.bg-04 .wrapper .inner-content .active-a {
  background: #004d43;
  color: #fff;
}

.bg-04 .wrapper .inner-content p {
  display: flex;
  justify-content: center;
  font-size: 0.9375rem;
  color: #36464e;
  text-transform: capitalize;
  margin: 0.9375rem 0 0 0;
  font-weight: 600;
}

.textimonial-clients {
  background-image: url(../images/abt-img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.textimonial-clients::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.textimonial-clients .heading {
  position: relative;
  display: block;
  margin: 1.25rem 0;
  text-align: center;
}

.textimonial-clients .heading h2 {
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  padding-bottom: 0.3125rem;
  margin: 0.625rem 0;
}

.textimonial-clients .heading h2 span {
  color: #004d43;
  margin-right: 0.3125rem;
  position: relative;
  padding-bottom: 0.3125rem;
}

.textimonial-clients .heading h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  height: 0.125rem;
}

.textimonial-clients .wrapper {
  display: block;
  padding: 1.5rem 0;
  margin: 1.25rem 0;
  transition: all ease 0.5s;
  position: relative;
}

.textimonial-clients .wrapper .content {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
}

.textimonial-clients .wrapper .content h3 {
  font-size: 1.125rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 1.25rem;
}

.textimonial-clients .wrapper .content p {
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 1.25rem;
}

.textimonial-clients .wrapper .content a {
  display: block;
  position: relative;
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 3.125rem;
  margin: 0.625rem auto 1.25rem;
}

.textimonial-clients .wrapper .content a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004d43;
  border-radius: 3.125rem;
}

.textimonial-clients .wrapper .content a img {
  position: relative;
  height: 4.375rem;
  width: 4.375rem;
  border-radius: 3.125rem;
  padding: 0.125rem;
}

.textimonial-clients .carousel-indicators li {
  top: 1.25rem;
  height: 0.625rem;
  width: 0.625rem;
  background: #fff;
  border-radius: 3.125rem;
}

.textimonial-clients .carousel-indicators .active {
  background-color: #004d43;
}

.bg-05 {
  padding: 3.125rem 0;
  position: relative;
  overflow: hidden;
}

.black-section {
  background-color: #004d43 !important;
}

.bg-05 {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
  text-align: left;
}

.bg-05 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
  text-align: left;
}

.bg-05 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #004d43;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bg-05 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #36464e;
}

.bg-05 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}

.bg-05 .team-wrapper {
  position: relative;
  margin: 1.875rem 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.bg-05 .team-wrapper .team-content {
  padding: 0.625rem 0.9375rem;
  text-align: center;
  display: block;
}

.bg-05 .team-wrapper .team-content h3 {
  font-size: 1.25rem;
  color: #36464e;
  font-weight: normal;
}

.bg-05 .team-wrapper .team-content p {
  font-size: 1rem;
  color: #666666;
  display: block;
  margin: 0 0 0.3125rem 0;
}

.bg-05 .team-wrapper .team-content ul li {
  display: inline-block;
  margin: 0.3125rem 0 0 0.3125rem;
  position: relative;
}

.bg-05 .team-wrapper .team-content ul li a {
  position: relative;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #efefef;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0.75rem;
  color: #004d43;
  transition: all 0.3s;
  -webkit-transition: all 0.4s;
  z-index: 2;
  overflow: hidden;
}

.bg-05 .team-wrapper .team-content ul li a:hover {
  color: #fff;
}

.bg-05 .team-wrapper .team-content ul li a:hover::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.bg-05 .team-wrapper .team-content ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0.6);
  border-radius: 50%;
  z-index: -1;
  background: #004d43;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}

.bg-06 {
  padding: 3.125rem 0;
  position: relative;
  background: #e6ffd5;
  overflow: hidden;
}

.bg-06 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}

.bg-06 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #004d43;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bg-06 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #36464e;
}

.bg-06 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}

.bg-06 .blog-sub {
  position: relative;
  margin: 20px 0px;
  padding: 20px 0px;
}

.bg-06 .blog-sub .blog-content {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  position: relative;
  display: block;
  overflow: hidden;
}

.bg-06 .blog-sub .blog-content-section {
  padding: 20px 25px;
  background: #fff;
  border: solid 1px #eee8e8;
  border-top: 0;
  display: block;
  width: 100%;
}

.bg-06 .blog-sub .blog-content-section .blo-content-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #36464e;
  padding: 3px 0px;
}

.bg-06 .blog-sub .blog-content-section .blo-content-title p {
  padding: 3px 0px;
  line-height: 27px;
  color: #666666;
}

.bg-06 .blog-sub .blog-content-section .blog-admin {
  margin: 5px 0px;
}

.bg-06 .blog-sub .blog-content-section .blog-admin ol li {
  display: inline-block;
  color: #004d43;
  font-size: 15px;
  margin: 0 5px 0 0;
}

.bg-06 .blog-sub .blog-content-section .blog-admin ol li i {
  padding: 0 5px 0 0;
}

.abt-01 {
  padding: 3.125rem 0;
  background: url(../images/abt-img/abt-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.abt-01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #004d43;
  opacity: 0.6;
  left: 0;
  top: 0;
  z-index: -1;
}

.abt-01 .seting {
  padding: 20px 0px;
  text-align: center;
}

.abt-01 .seting h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin: 10px 0px;
}

.abt-01 .seting ol li {
  display: inline-block;
  padding: 20px 0px;
  font-size: 16px;
  color: #dddddd;
}

.abt-01 .seting ol li i {
  color: #dddddd;
  margin: 0 10px;
}

.bg-001 {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.bg-001 .heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  position: relative;
  z-index: 2;
  transition: all ease-in 0.5s;
}

.bg-001 .heading span {
  display: block;
  margin: 0 0 0.625rem 0;
  color: #004d43;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bg-001 .heading h2 {
  font-size: 1.5625rem;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  color: #36464e;
}

.bg-001 .heading p {
  font-size: 0.8125rem;
  display: block;
  margin: 0.625rem 0;
  text-transform: capitalize;
  color: #666666;
}

.bg-001 .contact-box {
  position: relative;
  display: block;
  margin: 20px 0px;
  padding: 20px 0px;
}

.bg-001 .contact-box .my-form {
  position: relative;
  display: block;
}

.bg-001 .contact-box .my-form .form-group {
  padding: 20px 0px;
  margin: 0px;
}

.bg-001 .contact-box .my-form .form-group textarea {
  height: 150px !important;
}

.bg-001 .contact-box .my-form .form-group .link a {
  background: #004d43;
  display: inline-block;
  padding: 8px 26px;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  text-transform: uppercase;
}

.bg-001 .contact-box .my-form .form-group .form-control {
  height: 50px;
  font-size: 14px;
  padding: 12px 15px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bg-001 .contact-box ul li {
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  color: #36464e;
  line-height: 27px;
  margin: 20px 0px;
  position: relative;
  padding: 0 0 0 55px;
}

.bg-001 .contact-box ul li:nth-child(3) {
  padding-top: 12px;
}

.bg-001 .contact-box ul li:nth-child(3)::before {
  content: "";
}

.bg-001 .contact-box ul li:nth-child(2) {
  padding-top: 12px;
}

.bg-001 .contact-box ul li:nth-child(2)::before {
  content: "";
}

.bg-001 .contact-box ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  height: 40px;
  width: 40px;
  background: #004d43;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  font-family: "Font Awesome 5 Pro";
}

footer {
  padding: 3.125rem 0;
  background: #082330;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  footer {
    padding: 1.25rem 0;
  }
}

footer .wrapper {
  margin: 1.25rem 0;
  position: relative;
}

footer .wrapper .content {
  position: relative;
  display: block;
}

footer .wrapper .content h2 {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
}

footer .wrapper .content p {
  font-size: 0.875;
  display: inline-block;
  margin: 0.625rem 0;
  color: #C5CDD9;
}

footer .wrapper .content .social-media {
  position: relative;
  display: block;
  margin: 0 0 0.625rem 0;
}

footer .wrapper .content .social-media ol li {
  display: inline-block;
  padding: 0 0.625rem;
}

footer .wrapper .content .submit-card {
  margin: 0.625rem 0;
  position: relative;
  display: inline-block;
}

footer .wrapper .content .submit-card .form-group .form-control {
  position: relative;
  border-radius: 1.25rem;
  width: 80%;
  border: none;
  height: 2.5rem;
}

footer .wrapper .content .submit-card .form-group i {
  position: absolute;
  right: -0.625rem;
  top: 0;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 1.25rem;
  border-radius: 1.25rem;
  background: #fff;
}

footer .wrapper .content ul li {
  display: block;
  margin: 0.625rem 0;
  color: #C5CDD9;
  padding-bottom: 0.3125rem;
  font-size: 1.125rem;
}

footer .wrapper .content ul li a {
  color: #C5CDD9;
}

footer .wrapper .content ol li {
  display: block;
  margin: 0.625rem 0;
  color: #C5CDD9;
  padding-bottom: 0.3125rem;
}

footer .wrapper .content ol li a i {
  display: block;
  margin: 0.625rem 0;
  color: #C5CDD9;
  padding-bottom: 0.3125rem;
}

.end-footer {
  background: #041721;
  padding: 0.625rem 0;
  position: relative;
  color: #C5CDD9;
}

.end-footer .copy-right {
  position: relative;
  display: block;
  padding: 0.525rem 0;
  text-align: center;

}

.end-footer .copy-right ul li {
  display: inline-block;
  padding: 0 1.25rem 0 0;
  font-size: 0.875rem;
}

.end-footer .copy-right ul li a {
  color: #C5CDD9;
}

.end-footer .copy-right ol li {
  font-size: 0.8125rem;
}

.end-footer .copy-right ol li a {
  font-weight: bold;
  color: #004d43;
  margin-left: 0.625rem;
}

.service-bx4 {
  display: block;
  margin: 0;
  padding: 0;
}

.service-bx4 ul {
  margin: 0;
  padding: 0;
}

.service-bx4 .services-bx4-content {
  /*    border: 1px solid #004d43;*/
  height: 260px;
  list-style: outside none none;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 0 1px 0 0;
  position: relative;
  text-align: center;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: 25%;
  float: left;
  text-align: center;
}

.service-bx4 .bx4-3col {
  width: 33.333%;
  border: 0px none;
  height: 200px;
}

.service-bx4 .services-bx4-content .service-item-inner {
  overflow: hidden;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.service-bx4 .services-bx4-content .service-item-inner .services-bx4-icon {
  margin-top: 80px;
  font-size: 60px;
  line-height: 60px;
  color: #212121;
  text-align: center;
  display: block;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.service-bx4 .services-bx4-content .service-item-inner .services-bx4-icon a {
  color: #212121;
}

.service-bx4 .services-bx4-content .service-item-inner .services-bx4-title {
  margin: 0 40px;
}

.service-bx4 .services-bx4-content .service-item-inner .services-bx4-desc {
  color: #fff;
  display: none;
  padding: 5px 10px;
}

.service-bx4 .services-bx4-content .service-item-inner .services-bx4-title h3 {
  font-size: 13px;
  line-height: 24px;
  margin-top: 22px;
}

.service-bx4 .services-bx4-content .service-item-inner .services-bx4-title h3 a {
  color: #212121;
  text-transform: uppercase;
}

.service-bx4 .services-bx4-content:hover {
  background: none repeat scroll 0 0 #004d43;
  border-color: #004d43;
}

.service-bx4 .services-bx4-content:hover .service-item-inner {
  background: none repeat scroll 0 0 #004d43;
  bottom: -7px;
  left: -7px;
  position: absolute;
  right: -7px;
  top: -7px;
  z-index: 9;
}

.service-bx4 .services-bx4-content:hover .service-item-inner .services-bx4-desc {
  display: block;
}

.service-bx4 .services-bx4-content:hover .service-item-inner .services-bx4-icon {
  margin-top: 60px;
}

.service-bx4 .services-bx4-content:hover .service-item-inner .services-bx4-title h3 a,
.service-bx4 .services-bx4-content:hover .service-item-inner .services-bx4-icon a,
.service-bx4 .services-bx4-content:hover .service-item-inner .services-bx4-icon .hashtag svg {
  color: #fff;
  fill: #fff;
}

.service-bx4 .services-bx4-content .service-item-inner .services-bx4-icon .hashtag svg {
  fill: #004d43;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .service-bx4 .services-bx4-content {
    width: 50%;
  }

  .service-bx4 {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .service-bx4 {
    padding: 40px 0;
  }

  .service-bx4 .services-bx4-content {
    width: 100%;
  }
}

.text-center {
  text-align: center !important;
}

.text-centerhas {
  text-align: center !important;
  margin-top: 0px;

}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.btn-border-white,
.btn-border-black,
.btn-bg-black,
.btn-bg-white {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -o--webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
}

.btn-bg-white {
  border: 3px solid #fff;
  background-color: #fff;
  color: #212121 !important;
}

.btn-bg-white:hover {
  background-color: transparent;
  color: #fff !important;
}

.btn-radius,
.border-radius {
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
}

.call-to-action {
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: center;
  background-size: inherit;
  -webkit-background-size: inherit;
}

.sp-top-bottom40 {
  padding: 40px 0 !important;
}

.page-section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.page-section.scroll,
.safari .page-section,
.chrome .page-section {
  background-attachment: scroll !important
}

.page-section.bgrepeat {
  background-repeat: repeat !important;

}

@media only screen and (max-width: 1024px) {
  .page-section {
    background-attachment: scroll;
  }
}

.grey-section {
  background-color: #f9fff5 !important;
}

.sp-top-bottom60 {
  padding: 60px 0 !important;
}

.side-line {
  clear: both;
  display: inline-block;
  padding: 0 5em !important;
  position: relative;
}

.side-line:before,
.side-line:after {
  border-bottom: 0.1em solid #1B2B3B;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 4em;
}

.side-line.white-line:before,
.side-line.white-line:after {
  border-bottom: 1px solid #dfdfdf;
}

.side-line.sm-line:before,
.side-line.sm-line:after {
  border-bottom: 1px solid #1B2B3B;
}

.side-line:after {
  right: 0;
}

.side-line:before {
  left: 0;
}

.hs1 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
}



/*Animated block*/
.animated-item {
  position: relative;
  width: 25%;
  padding: 20px;
  overflow: hidden;
  display: table;
  float: left;
  overflow: hidden;
  text-align: center;
  transition: background 0.2s linear 0s;
  -webkit-transition: background 0.2s linear 0s;
  -moz-transition: background 0.2s linear 0s;
  -o-transition: background 0.2s linear 0s;
  -ms-transition: background 0.2s linear 0s;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.animated-item:hover {
  background-color: #004d43;
  color: #fff;

}

.animated-item:hover .side-line:before,
.animated-item:hover .side-line:after {
  border-color: #fff;
}

.animated-item:hover .section-title-1 h2::after {
  background-color: #fff
}

.ai-cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.ai-inner {
  position: relative;
  overflow: hidden;
  max-height: 100%;
}

.ai-intro {
  position: relative;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(23, 17, 22, 17);
}

.ai-icon {
  margin-bottom: 10px;
  font-size: 50px;

}

.animated-item:hover .ai-icon {
  color: #fff;
}

.animated-item:hover .hashtag svg {
  color: #fff;
  fill: #fff;
}


.ai-descr {
  opacity: 0;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(1.000, 0.000, 0.580, 1.000);

}

/* Service hover */

.no-mobile .animated-item:hover .ai-intro {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);

}

.no-mobile .animated-item:hover .ai-descr {
  opacity: 1;
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

@media only screen and (max-width: 767px) {
  .animated-item {
    width: 100%;
  }
}

.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
  width: 0;
  height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clients-grids {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  border-left: 1px solid rgba(127, 127, 127, 0.15);
  border-top: 1px solid rgba(127, 127, 127, 0.15);
  float: left;
  position: relative;
  width: 100%;
  z-index: 2;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.grids-item {
  border: 0 none;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
}

.clients-logo {
  background-color: #fff;
  border-bottom: 1px solid rgba(127, 127, 127, 0.15);
  border-right: 1px solid rgba(127, 127, 127, 0.15);
  padding-bottom: 25%;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  width: 100%;
}

.clients-logo .table {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.item-centered {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  -webkit-transform: translate3d(0px, -50%, 0px);
  -moz-transform: translate3d(0px, -50%, 0px);
  -o-transform: translate3d(0px, -50%, 0px);
  width: 100%;
}

.grids-item img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.clients-logo img {
  display: block;
  margin: 0 auto;
  position: static;
  width: auto;
}

.clients-logo .table>i {
  color: #7f7f7f;
  font-style: normal;
  line-height: 22.4px;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50% !important;
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  width: 100%;
}

.clients-logo i {
  bottom: 0 !important;
  top: auto !important;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s !important;
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s !important;
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s !important;
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s !important;
  height: 22px;
}

.clients-logo:hover .item-centered img {
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
}

.clients-logo:hover i {
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.clients-logo:hover {
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  .col-1 {
    width: 50%;
  }

  .half-height {
    padding-bottom: 50%;
  }

  .client-logo .table {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .client-grid .grid-item img {
    height: 100px !important;
  }
}

@media only screen and (max-width: 480px) {
  .col-1 {
    width: 100%;
  }

  .half-height {
    padding-bottom: 100%;
  }

  .client-logo .table {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }

  .client-grid .grid-item img {
    height: 100px !important;
  }
}

button,
.button-3d,
.button-o {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #004d43 !important;
  font-weight: normal !important;
  letter-spacing: 1px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


.button.button-pasific {
  color: #004d43;
}

.button-3d.button-pasific {
  color: #fff;
  -webkit-box-shadow: 0 5px 0 #004d43;
  -moz-box-shadow: 0 5px 0 #004d43;
  box-shadow: 0 5px 0 #004d43;
}

.button-3d:hover.button-pasific {
  -webkit-box-shadow: 0 3px 0 #004d43;
  -moz-box-shadow: 0 3px 0 #004d43;
  box-shadow: 0 3px 0 #004d43;
}

.button-o.button-pasific {
  background: #004d43;
}

.button-o.button-pasific:hover {
  color: #004d43 !important;
}

.button-md {
  font-size: 11px;
  padding: 12px 25px;
}

.button-md.button-rounded,
.button-rounded.button-md {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.button.button-white,
.button-3d.button-white {
  background-color: #004d43;
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */