@charset "UTF-8";
/* Template Name: Foliz - Responsive Multi-purpose Template
   Author: Themesdesign
   Version: 1.0.0
   Created: May 2019
   File Description: Main Css file of the template
*/
/******************
      Variables
*******************/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500|Poppins:400,500,700");
/******************
       General
*******************/
body {
  color: #C0C0C0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #3d3d40;
}

p {
  color: #8d9094;
  line-height: 1.6;
}

a {
  text-decoration: none !important;
  color: #3d3d40;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #3d3d40;
}

/******************
      Helper
*******************/
.f-8 {
  font-size: 8px;
}

.f-9 {
  font-size: 9px;
}

.f-11 {
  font-size: 11px;
}

.f-12, .hero .hero-countdown .countdown-time div span:last-child,
.half-hero .hero-countdown .countdown-time div span:last-child {
  font-size: 12px;
}

.f-13, .form-control, .navbar .navbar-nav .nav-item .nav-link, .blog .blog-classic .blog-right-tags a, .products .shopping-cart .table tbody tr td p {
  font-size: 13px;
}

.f-14, .btn, .footer li, .blog .blog-classic .blog-right-sidebar .blog-right-search .form-group input {
  font-size: 14px;
}

.f-16, .faq .page-faq .nav .nav-item .nav-link {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18, .features .features-classic .features-number {
  font-size: 18px !important;
}

.f-20, .material-icons .col-md-4 i,
.material-icons .col-sm-6 i,
.etline-icons .col-md-4 i,
.etline-icons .col-sm-6 i {
  font-size: 20px;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-26, .heading h4, .hero .slick-next::before,
.hero .slick-prev::before,
.half-hero .slick-next::before,
.half-hero .slick-prev::before, .faq .page-faq .nav .nav-item .nav-link:before {
  font-size: 26px;
}

.f-28, .icon-box i {
  font-size: 28px;
}

.f-30 {
  font-size: 30px;
}

.f-34 {
  font-size: 34px;
}

.f-36 {
  font-size: 36px;
}

.f-38, .hero .hero-countdown .countdown-time div span:first-child,
.half-hero .hero-countdown .countdown-time div span:first-child {
  font-size: 38px;
}

.f-40 {
  font-size: 40px;
}

.f-48 {
  font-size: 48px;
}

.f-50 {
  font-size: 50px;
}

.text-dark {
  color: #3d3d40 !important;
}

.text-muted {
  color: #8d9094 !important;
}

.text-custom {
  color: #19b798 !important;
}

.text-primary {
  color: #3db9dc !important;
}

.text-warning {
  color: #ffbb44 !important;
}

.text-danger {
  color: #ff5d48 !important;
}

.text-success {
  color: #10c469 !important;
}

.bg-light, .faq .page-faq .accordion .card .card-header, .faq .page-faq .faq-card .card {
  background-color: #f8f8f8 !important;
}

.bg-dark {
  background-color: #3d3d40 !important;
}

.bg-danger {
  background-color: #ff5d48 !important;
}

.bg-custom {
  background-color: #19b798 !important;
}

.bg-primary {
  background-color: #3db9dc !important;
}

.bg-warning {
  background-color: #ffbb44 !important;
}

.border-danger {
  border: 1px solid #ff5d48 !important;
}

.border-custom, .pagination .page-item .page-link:hover {
  border: 1px solid #19b798 !important;
}

.border-primary {
  border: 1px solid #3db9dc !important;
}

.border-warning {
  border: 1px solid #ffbb44 !important;
}

.border-bottom-danger {
  border-bottom-color: #ff5d48 !important;
}

.border-bottom-custom {
  border-bottom-color: #19b798 !important;
}

.border-bottom-primary {
  border-bottom-color: #3db9dc !important;
}

.border-bottom-warning {
  border-bottom-color: #ffbb44 !important;
}

.h-sm {
  height: 60vh;
}

.m-w-300 {
  max-width: 300px;
}

.m-w-484, .heading p {
  max-width: 484px;
}

.m-w-500 {
  max-width: 500px !important;
}

.m-w-600 {
  max-width: 600px !important;
}

.m-w-700 {
  max-width: 700px !important;
}

section {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
}

.dropdown-menu-sm {
  min-width: 12rem;
}

.dropdown-menu-md {
  min-width: 22rem;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .dropdown-menu-sm,
  .dropdown-menu-md {
    min-width: 100%;
  }
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(31, 31, 31, 0.65);
}

.heading h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.heading p {
  position: relative;
  margin: auto;
}

.heading p::after {
  content: "";
  background-color: #19b798;
  position: absolute;
  top: 78px;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 2px;
  width: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .heading p::after {
    top: 100px;
  }
}

.icon-box {
  border: 2px solid #19b798;
  border-radius: 0.25rem;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.icon-box i {
  color: #19b798;
  font-weight: 600;
  height: 70px;
  width: 70px;
  line-height: 70px;
}

.social-links i {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.social-links i:hover, .social-links i:focus, .social-links i:active {
  background-color: #19b798;
  border-color: #19b798 !important;
  color: #ffffff !important;
}

.img-fluid {
  border-radius: 0.25rem;
}

.card-img-top {
  border-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.slick-slide:focus,
a:focus {
  outline: none !important;
}

.slick-prev {
  left: 28px;
  z-index: 9;
}

.slick-prev::before {
  content: "\F141";
  font: normal normal normal 24px/1 "Material Design Icons";
}

.slick-next {
  right: 40px;
}

.slick-next::before {
  content: "\F142";
  font: normal normal normal 24px/1 "Material Design Icons";
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    bottom: 0 !important;
    top: auto;
  }
}

.pagination .page-item .page-link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination .page-item .page-link:hover {
  color: #ffffff !important;
  background-color: #19b798;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/******************
    Component
*******************/
.btn {
  font-weight: 500;
  padding: 8px 22px;
  text-transform: uppercase;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:focus, .btn:hover, .btn:active {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn-xl {
  padding: 13px 50px;
  font-size: 18px;
}

.btn-lg {
  padding: 10px 40px;
  font-size: 16px;
}

.btn-sm {
  padding: 7px 24px;
  font-size: 11px;
}

.btn-square {
  border-radius: 0px;
}

.btn-round {
  border-radius: 6px;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-outline-custom {
  border-color: #19b798;
  background-color: transparent;
  color: #19b798;
}

.btn-outline-custom:hover, .btn-outline-custom:focus, .btn-outline-custom:active {
  border-color: #1ccdab;
  color: #1ccdab;
}

.btn-custom {
  background-color: #19b798;
  color: #ffffff;
}

.btn-custom:hover, .btn-custom:focus {
  background-color: #1ccdab;
  color: #ffffff;
}

.badge-pill {
  background-color: rgba(31, 31, 31, 0.4);
}

.badge {
  font-size: 75%;
  padding: 0.2em 0.6em;
  font-weight: 500;
}

.form-control {
  height: 40px;
  padding: 14px 18px;
  border-radius: 30px;
  border-color: rgba(192, 192, 192, 0.46);
}

.form-control::-webkit-input-placeholder {
  color: #C0C0C0;
}

.form-control:-ms-input-placeholder {
  color: #C0C0C0;
}

.form-control::-ms-input-placeholder {
  color: #C0C0C0;
}

.form-control::placeholder {
  color: #C0C0C0;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #C0C0C0;
}

/******************
        Menu
*******************/
.navbar {
  border-bottom: 1px solid rgba(231, 231, 231, 0.22);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .navbar-brand .l-dark {
  display: none;
}

.navbar .navbar-brand .l-light {
  display: inline-block;
}

.navbar .navbar-nav .nav-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 24px 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.navbar .navbar-nav .nav-item .dropdown-toggle::after {
  content: "\F140";
  font: normal normal normal 24px/1 "Material Design Icons";
  vertical-align: middle;
  border-top: none;
  margin: 0;
  font-size: 15px;
  float: none;
}

.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item:focus .nav-link {
  color: #19b798 !important;
}

.navbar .navbar-nav .dropdown {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-color: transparent;
  border-bottom: 3px solid #19b798;
  border-radius: 0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.navbar .navbar-nav .dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 7px solid #3d3d40;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
  -webkit-box-shadow: -3px 1px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: -3px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.navbar .navbar-nav .dropdown .dropdown-item {
  font-size: 15px;
  padding: 7px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar .navbar-nav .dropdown .dropdown-item:hover, .navbar .navbar-nav .dropdown .dropdown-item:focus {
  background-color: transparent;
  color: #19b798;
}

.navbar .navbar-nav .dropdown:hover .dropdown-menu, .navbar .navbar-nav .dropdown:focus .dropdown-menu {
  display: block;
}

.nav-sticky {
  top: 0;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.nav-sticky .navbar-brand .l-dark {
  display: inline-block;
}

.nav-sticky .navbar-brand .l-light {
  display: none;
}

.nav-sticky .nav-link {
  padding: 20px 14px !important;
  color: #3d3d40 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-sticky .nav-link:hover, .nav-sticky .nav-link:active, .nav-sticky .nav-link:focus {
  color: #ffffff !important;
}

.nav-sticky .dropdown-menu {
  border: none;
}

.nav-sticky .dropdown-menu::before {
  -webkit-box-shadow: -3px 1px 3px 0px rgba(0, 0, 0, 0.06) !important;
          box-shadow: -3px 1px 3px 0px rgba(0, 0, 0, 0.06) !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .navbar {
    background-color: #ffffff;
  }
  .navbar > .container {
    width: 90%;
  }
  .navbar > .container .navbar-brand .l-dark {
    display: inline-block;
  }
  .navbar > .container .navbar-brand .l-light {
    display: none;
  }
  .navbar > .container .navbar-nav .nav-item .dropdown-menu-right::before {
    margin-left: 45px !important;
  }
  .navbar > .container .navbar-nav .nav-item .dropdown-toggle:after {
    float: right;
  }
  .navbar > .container .dropdown .dropdown-menu:before {
    top: 52px;
  }
  .navbar > .container .nav-item .nav-link {
    padding: 16px 0px !important;
    color: #3d3d40;
  }
  .navbar > .container .nav-item .nav-link:hover, .navbar > .container .nav-item .nav-link:active, .navbar > .container .nav-item .nav-link:focus {
    background-color: transparent;
    color: #19b798 !important;
  }
  .navbar > .container button {
    margin: 10px 0px !important;
    font-size: 27px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .nav-item .dropdown-menu-right::before {
    margin-left: 160px !important;
  }
}

/******************
        Hero
*******************/
.height-100 {
  height: 100vh;
  position: relative;
}

.height-75 {
  height: 75vh;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.hero .hero-heading,
.half-hero .hero-heading {
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 700;
}

.hero .hero-img,
.half-hero .hero-img {
  background-size: cover;
  background-position: center;
}

.hero .slick-next,
.hero .slick-prev,
.half-hero .slick-next,
.half-hero .slick-prev {
  background-color: transparent;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.hero .slick-next:hover,
.hero .slick-prev:hover,
.half-hero .slick-next:hover,
.half-hero .slick-prev:hover {
  background-color: #19b798;
}

.hero .home-slider .carousel-control-next,
.hero .home-slider .carousel-control-prev,
.half-hero .home-slider .carousel-control-next,
.half-hero .home-slider .carousel-control-prev {
  width: 5%;
}

.hero .home-slider .carousel-item,
.hero .home-slider .carousel,
.half-hero .home-slider .carousel-item,
.half-hero .home-slider .carousel {
  height: 100vh;
  width: 100%;
}

.hero .home-slider .carousel-item,
.half-hero .home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

.hero .hero-countdown .countdown-time,
.half-hero .hero-countdown .countdown-time {
  color: #ffffff;
}

.hero .hero-countdown .countdown-time div,
.half-hero .hero-countdown .countdown-time div {
  display: inline-block;
}

.hero .hero-countdown .countdown-time div span,
.half-hero .hero-countdown .countdown-time div span {
  width: 170px;
  display: block;
}

.hero .hero-countdown .countdown-time div span:first-child,
.half-hero .hero-countdown .countdown-time div span:first-child {
  font-weight: 500;
}

.hero .hero-landing,
.half-hero .hero-landing {
  background-image: url("../images/hero-landing.jpg");
}

.hero .hero-landing button,
.half-hero .hero-landing button {
  margin-bottom: 56px;
}

.hero .hero-about,
.half-hero .hero-about {
  background-image: url("../images/hero-about.jpg");
}

.hero .hero-service,
.half-hero .hero-service {
  background-image: url("../images/hero-service.jpg");
  background-position: bottom;
}

.hero .hero-faq,
.half-hero .hero-faq {
  background-image: url("../images/hero-faq.jpg");
  background-position: top;
}

.hero .hero-pricing,
.half-hero .hero-pricing {
  background-image: url("../images/hero-pricing.jpg");
  background-position: bottom;
}

.hero .hero-team,
.half-hero .hero-team {
  background-image: url("../images/hero-team.jpg");
  background-position: bottom;
}

.hero .hero-careers,
.half-hero .hero-careers {
  background-image: url("../images/hero-career.jpg");
  background-position: bottom;
}

.hero .hero-clients,
.half-hero .hero-clients {
  background-image: url("../images/hero-client.jpg");
}

.hero .hero-blank,
.half-hero .hero-blank {
  background-image: url("../images/hero-blankPage.jpg");
}

.hero .hero-elements,
.half-hero .hero-elements {
  background-image: url("../images/hero-elements.jpg");
  background-position: bottom;
}

.hero .hero-work,
.half-hero .hero-work {
  background-image: url("../images/hero-work.jpg");
}

.hero .hero-blog,
.half-hero .hero-blog {
  background-image: url("../images/hero-blog.jpg");
  background-position: bottom;
}

.hero .hero-shop,
.half-hero .hero-shop {
  background-image: url("../images/hero-products4.jpg");
}

.hero .hero-contact,
.half-hero .hero-contact {
  background-image: url("../images/hero-contact.jpg");
}

@media (max-width: 767px) {
  .hero-countdown,
  .hero-corporate {
    height: 100% !important;
  }
  .height-100, .height-75 {
    padding: 150px 0 !important;
    height: auto;
  }
  .hero .hero-heading {
    font-size: 28px;
  }
  .half-hero .half-hero-heading {
    font-size: 36px !important;
    margin-bottom: 30px !important;
  }
  .half-hero .half-hero-heading::after {
    display: none;
  }
}

/******************
        Work
*******************/
.work .work-countdown .workBox .work-icon {
  border: 1px solid #19b798;
  background-color: rgba(25, 183, 152, 0.15);
  border-radius: 50%;
  height: 80px;
  width: 80px;
}

.work .work-countdown .workBox .work-icon h1 {
  line-height: 2.3;
}

.work .work-countdown .workBox .work-icon::before {
  right: 79px;
}

.work .work-countdown .workBox .work-icon::after {
  left: 79px;
}

.work .work-countdown .workBox .work-icon::before, .work .work-countdown .workBox .work-icon::after {
  content: " ";
  position: absolute;
  top: 50%;
  border-top: 1px solid #19b798;
  background-color: #ffffff;
  width: 40px;
}

/******************
      About Us
*******************/
.about .pages-about .about-person::after {
  content: "";
  background-color: #19b798;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  height: 2px;
  width: 46px;
}

/******************
    Services
*******************/
.services .services-classic .serviceBox {
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-classic .serviceBox .service-icon {
  width: 80px;
  height: 80px;
}

.services .services-classic .serviceBox .service-icon:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-classic .serviceBox .service-icon i {
  line-height: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-classic .serviceBox:hover {
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.services .services-agency .serviceBox .service-icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-agency .serviceBox:hover .service-content:after {
  top: 0;
  left: 0;
}

.services .services-agency .serviceBox:hover .service-icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.services .services-corporate .serviceBox .service-icon {
  position: absolute;
  top: -25px;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-corporate .serviceBox .service-content {
  padding: 26px 20px 26px 50px;
  border-top: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-corporate .serviceBox .service-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #e7e7e7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-corporate .serviceBox:hover .service-content {
  border-top-color: #19b798;
  border-right-color: #19b798;
}

.services .services-corporate .serviceBox:hover .service-content:before {
  width: 50%;
  background: #19b798;
}

.services .services-corporate .serviceBox:hover .service-icon {
  color: #19b798;
  border-color: #19b798;
}

.services .services-countdown .serviceBox {
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-countdown .serviceBox .service-icon {
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-countdown .serviceBox:hover {
  border-color: #19b798 !important;
}

.services .services-pages .serviceBox {
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services .services-pages .serviceBox:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.services-landing {
  position: relative;
  bottom: 110px;
  left: 0;
  right: 0;
  z-index: 9;
}

.services-landing .card {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-landing .card .service-icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .services-landing {
    position: relative;
    top: 0;
  }
}

/******************
    Features
*******************/
.features .features-classic .features-number {
  background: rgba(25, 183, 152, 0.15);
  border: 2px solid #19b798;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 0.25rem;
}

.features .features-classic .feature-img {
  margin-right: calc((-55vw + 100%) / 2);
}

.features .features-countdown .feature-text::after {
  content: "";
  background-color: #19b798;
  position: absolute;
  top: 38px;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 2px;
  width: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .features-countdown .feature-text::after {
    top: 58px !important;
  }
  .features-landing {
    padding-top: 0px !important;
  }
}

/******************
    Portfolio
*******************/
.portfolio .portfolioFilter a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 0 !important;
  border-bottom: 2px solid transparent;
  position: relative;
}

.portfolio .portfolioFilter a:hover, .portfolio .portfolioFilter a.active {
  color: #19b798;
  border-bottom-color: #19b798;
}

.portfolio .portfolio-classic .effect-portfolio {
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .portfolio-classic .effect-portfolio img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .portfolio-classic .effect-portfolio h5 {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  padding: 16px;
  opacity: 0;
  background-color: rgba(31, 31, 31, 0.6);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .portfolio-classic .effect-portfolio:hover img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.portfolio .portfolio-classic .effect-portfolio:hover h5 {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.portfolio .portfolio-agency .card:before, .portfolio .portfolio-agency .card:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: #ffffff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .portfolio-agency .card:before {
  width: 0;
  height: 1px;
}

.portfolio .portfolio-agency .card:after {
  height: 0;
  width: 1px;
}

.portfolio .portfolio-agency .card .card-img-overlay {
  background-color: rgba(31, 31, 31, 0.8);
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.portfolio .portfolio-agency .card:hover:before, .portfolio .portfolio-agency .card:hover:after {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  opacity: 1;
}

.portfolio .portfolio-agency .card:hover:before {
  width: 40px;
}

.portfolio .portfolio-agency .card:hover::after {
  height: 40px;
}

.portfolio .portfolio-agency .card:hover .card-img-overlay {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}

.portfolio .portfolio-agency:nth-last-child(3) {
  margin-bottom: 0 !important;
}

.portfolio .portfolio-corporate .card {
  cursor: pointer;
}

.portfolio .portfolio-corporate .card .card-img-overlay {
  background-color: rgba(31, 31, 31, 0.8);
  -webkit-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .portfolio-corporate .card .card-img-overlay .card-detail {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio .portfolio-corporate .card:hover .card-img-overlay {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.portfolio .portfolio-portfolio .col-md-4 {
  padding: 0 6px;
}

.portfolio .portfolio-portfolio .portfolio-img {
  margin-bottom: 12px;
}

.portfolio .portfolio-portfolio .portfolio-img .bg-overlay {
  opacity: 0;
  border-radius: 0.25rem;
}

.portfolio .portfolio-portfolio .portfolio-img .bg-overlay .portfolio-detail {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio .portfolio-portfolio .portfolio-img img,
.portfolio .portfolio-portfolio .portfolio-img .bg-overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .portfolio-portfolio .portfolio-img:hover .bg-overlay {
  opacity: 1;
}

.portfolio .portfolio-portfolio .portfolio-img:hover img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.portfolio .portfolio-work .col-md-4 {
  padding: 0 5px;
}

.portfolio .portfolio-work .portfolio-img {
  margin-bottom: 10px;
}

.portfolio .portfolio-work .portfolio-img .bg-overlay {
  border-radius: 0.25rem;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.8s ease-in-out 0s !important;
  transition: all 0.8s ease-in-out 0s !important;
  opacity: 0;
}

.portfolio .portfolio-work .portfolio-img .bg-overlay .portfolio-detail {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.portfolio .portfolio-work .portfolio-img img,
.portfolio .portfolio-work .portfolio-img .bg-overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio .portfolio-work .portfolio-img:hover .bg-overlay {
  opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}

.portfolio .portfolio-work .portfolio-img:hover img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.portfolio-wide .container-fluid {
  width: 86%;
}

.mfp-close:focus,
.mfp-img:focus,
.mfp-arrow:focus {
  outline: none !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .portfolio-wide .container-fluid {
    width: 100% !important;
  }
  .portfolio-portfolio .col-md-4,
  .portfolio-work .col-md-4 {
    padding: 0 15px !important;
  }
  .portfolio-portfolio .col-md-4 .portfolio-img,
  .portfolio-work .col-md-4 .portfolio-img {
    margin-bottom: 15px;
  }
}

.portfolio-work .col-md-4 {
  margin-bottom: 10px;
}

.portfolio-work .portfolioBox::before {
  content: "";
  position: absolute;
  background-color: rgba(31, 31, 31, 0.5);
  top: 63%;
  left: 13%;
  width: 166%;
  height: 181%;
  z-index: 1;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}

.portfolio-work .portfolioBox .porfolio-img .bg-overlay {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.portfolio-work .portfolioBox .portfolioContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.portfolio-work .portfolioBox .portfolioContent .portfolioContent-inner .porfolioIcon {
  margin: auto;
  position: relative;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 5px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
}

.portfolio-work .portfolioBox .portfolioContent .portfolioContent-inner .porfolioIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
}

.portfolio-work .portfolioBox .portfolioContent .portfolioContent-inner .porfolioIcon i {
  line-height: 30px;
}

.portfolio-work .portfolioBox .portfolioContent .portfolioContent-inner .porfolioText {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.portfolio-work .portfolioBox:hover::before {
  opacity: 1;
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}

.portfolio-work .portfolioBox:hover .porfolio-img .bg-overlay {
  opacity: 1;
}

.portfolio-work .portfolioBox:hover .portfolioContent .portfolioContent-inner .porfolioIcon {
  opacity: 1;
}

.portfolio-work .portfolioBox:hover .portfolioContent .portfolioContent-inner .porfolioText {
  opacity: 1;
}

/******************
      Counter
*******************/
.counter {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.counter .counter-agency .icon-box {
  height: 55px;
  width: 55px;
  line-height: 55px;
  background-color: rgba(25, 183, 152, 0.15);
}

.counter-icons i {
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);
}

/******************
      Pricing
*******************/
.pricing .pricing-corporate .pricing-box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing .pricing-corporate .pricing-box .icon-box {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
}

.pricing .pricing-corporate .pricing-box .popular {
  position: absolute;
  right: 11px;
  top: 37px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pricing .pricing-countdown .pricing-box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing .pricing-countdown .pricing-box.active {
  border: 3px solid #19b798;
}

.pricing .pricing-countdown .pricing-second-box .sale-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 94px;
}

.pricing .pricing-countdown .pricing-second-box .sale-box .sale-new {
  position: absolute;
  top: -36px;
  left: -50px;
  background: #19b798;
  padding: 54px 40px 8px 40px;
  width: 266px;
  -webkit-box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing .pricing-landing .pricing-heading::after {
  content: "";
  background-color: #19b798;
  position: absolute;
  top: 45px;
  left: 32px;
  height: 2px;
  width: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pricing .pricing-landing .pricing-box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing .pricing-landing .pricing-box.active {
  background-color: rgba(25, 183, 152, 0.15) !important;
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.pricing .pricing-pages .pricing-box {
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.pricing .pricing-pages .pricing-box ul li {
  border-color: rgba(231, 231, 231, 0.4);
}

.pricing .pricing-pages .pricing-box a {
  font-weight: 500;
}

.pricing .pricing-pages .pricing-second-box {
  border: 2px solid #19b798;
}

.pricing .pricing-pages .pricing-second-box .sale-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 94px;
}

.pricing .pricing-pages .pricing-second-box .sale-box .sale-new {
  position: absolute;
  top: -36px;
  left: -50px;
  background: #19b798;
  padding: 54px 40px 8px 40px;
  width: 266px;
  -webkit-box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
          box-shadow: 3px -4px 13px 3px rgba(0, 0, 0, 0.75);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/******************
        Team
*******************/
.team .team-classic .img-area .img-wrapper img {
  height: 220px;
  width: 220px;
}

.team .team-classic .img-area ul {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 220px;
  width: 220px;
  background-color: rgba(31, 31, 31, 0.4);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team .team-classic .img-area ul li {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.team .team-classic .img-area:hover ul {
  opacity: 1;
}

.team .team-agency img {
  border-radius: 0.18rem;
}

.team .team-corporate .our-team .team-content {
  position: absolute;
  top: 0;
  background: rgba(31, 31, 31, 0.8);
  -webkit-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team .team-corporate .our-team .team-content .team-overlay {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.team .team-corporate .our-team .team-content a:hover {
  color: #19b798 !important;
}

.team .team-corporate .our-team:hover .team-content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.team .team-about .client-detail {
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.team .team-about .client-detail::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: inherit;
}

.team .team-about img {
  height: 70px;
  width: 70px;
}

.team .team-pages .our-team .bg-overlay {
  border-radius: 0.25rem;
  background-color: rgba(31, 31, 31, 0.7);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team .team-pages .our-team .client-detail {
  position: absolute;
  bottom: -85px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.team .team-pages .our-team:hover .bg-overlay {
  opacity: 1;
}

.team .team-pages .our-team:hover .client-detail {
  opacity: 1;
  -webkit-transform: translate3d(0, -85px, 0);
          transform: translate3d(0, -85px, 0);
}

.team .team-clients .client-detail {
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.team .team-clients .client-detail:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background-color: inherit;
}

.team .team-clients .client-detail2:after {
  left: -10px;
}

.team .team-clients img {
  height: 70px;
  width: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .team-about .client-detail::after {
    left: calc(60px + 77px) !important;
  }
  .team-clients .client-detail:after,
  .team-clients .client-detail2:after {
    bottom: -20px;
    top: auto !important;
    right: auto !important;
    left: calc(60px + 77px) !important;
  }
  .team-clients .client-detail2:after {
    top: 0 !important;
  }
}

/******************
     Subscribe
*******************/
.subscribe .subscribe-classic .form-group input {
  border-radius: 30px;
  padding: 10px 125px 10px 16px;
}

.subscribe .subscribe-classic .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  font-size: 13px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.subscribe .subscribe-classic .btn:hover, .subscribe .subscribe-classic .btn:focus, .subscribe .subscribe-classic .btn:active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/******************
      Footer
*******************/
.footer li a {
  color: #adb5bd;
}

.footer li a:hover {
  color: #19b798 !important;
}

.footer .footer-top {
  padding: 70px 0;
}

.footer .footer-top .title {
  letter-spacing: 0.5px;
}

.footer .footer-top .foot-para {
  color: #adb5bd;
}

.footer .footer-top .foot-social i {
  color: #adb5bd;
  border-color: #adb5bd;
}

.footer .footer-top .footer-top-address {
  background-image: url("../images/map.png");
  background-position: center;
  background-size: cover;
}

.footer .footer-top .footer-top-address .foot-contact li {
  color: #adb5bd;
}

.footer .footer-top .footer-top-address strong {
  font-weight: 500;
}

.footer .footer-bottom {
  background-color: rgba(31, 31, 31, 0.4);
}

.footer .footer-bottom .footer-bottom-color {
  color: #adb5bd;
}

/******************
        FAQ
*******************/
.faq .page-faq .nav .nav-item .nav-link {
  padding: 40px 10px !important;
  font-weight: 500;
  margin: 0 10px;
}

.faq .page-faq .nav .nav-item .nav-link:hover, .faq .page-faq .nav .nav-item .nav-link:focus, .faq .page-faq .nav .nav-item .nav-link.active {
  background-color: #e3fbf6 !important;
  color: #19b798 !important;
}

.faq .page-faq .nav .nav-item .nav-link:before {
  content: "\e033";
  font-family: et-line;
  display: block;
  margin-bottom: 10px;
}

.faq .page-faq .accordion .card .card-header h5 i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  border-radius: 0.25rem;
  background-color: #19b798;
}

.faq .page-faq .accordion .card .card-header h5 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: none;
          transform: none;
}

.faq .page-faq .accordion .card .card-header h5 button::after {
  content: "\F140";
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 15px;
  color: #8d9094;
}

.faq .page-faq .accordion .card .card-header h5 button:hover, .faq .page-faq .accordion .card .card-header h5 button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.faq .page-faq .faq-box .faq-num {
  border-radius: 0.25rem;
  background-color: #19b798;
  display: inline-table;
  min-width: 32px;
  line-height: 2;
}

.faq .page-faq .faq-card .card {
  padding: 60px;
}

.faq .page-faq .faq-card .card .card-img-overlay {
  padding: 60px;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.91);
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.faq .page-faq .faq-card .card .card-img-overlay p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateY(-180deg);
          transform: translateY(-50%) rotateY(-180deg);
}

.faq .page-faq .faq-card .card:hover .card-img-overlay {
  opacity: 1;
  -webkit-transform: rotateY(180deg) scale(1, 1);
          transform: rotateY(180deg) scale(1, 1);
}

/******************
      Careers
*******************/
.careers .career-pages .category-job {
  border-radius: 0.25rem;
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.careers .career-pages .category-job:hover {
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.careers .career-details {
  padding: 30px;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

/*************************
    Accordions & Tabs
*************************/
.element-accordions-tabs .element-tabs .tab .nav-tabs {
  font-weight: 500;
}

.element-accordions-tabs .element-tabs .tab1 .nav-tabs {
  border-bottom: 2px solid #19b798;
}

.element-accordions-tabs .element-tabs .tab1 .nav-link::after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border: 13px solid transparent;
  border-top-color: #19b798;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.element-accordions-tabs .element-tabs .tab1 .nav-link:hover, .element-accordions-tabs .element-tabs .tab1 .nav-link:focus, .element-accordions-tabs .element-tabs .tab1 .nav-link.active {
  background-color: #19b798;
  color: #ffffff;
}

.element-accordions-tabs .element-tabs .tab1 .nav-link:focus::after, .element-accordions-tabs .element-tabs .tab1 .nav-link.active::after {
  opacity: 1;
}

.element-accordions-tabs .element-tabs .tab2 .nav-tabs .nav-link {
  border-bottom: 2px solid #e7e7e7 !important;
}

.element-accordions-tabs .element-tabs .tab2 .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -26px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border: 13px solid transparent;
  border-top-color: #19b798;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.element-accordions-tabs .element-tabs .tab2 .nav-tabs .nav-link:hover, .element-accordions-tabs .element-tabs .tab2 .nav-tabs .nav-link:focus, .element-accordions-tabs .element-tabs .tab2 .nav-tabs .nav-link.active {
  border-bottom: 2px solid #19b798 !important;
  color: #19b798;
}

.element-accordions-tabs .element-tabs .tab2 .nav-tabs .nav-link:focus::after, .element-accordions-tabs .element-tabs .tab2 .nav-tabs .nav-link.active::after {
  opacity: 1;
}

.element-accordions-tabs .element-tabs .tab3 .nav-tabs {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.element-accordions-tabs .element-tabs .tab3 .nav-tabs::after, .element-accordions-tabs .element-tabs .tab3 .nav-tabs::before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #19b798;
  height: 0.1em;
  width: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.element-accordions-tabs .element-tabs .tab3 .nav-tabs::after {
  left: -51px;
}

.element-accordions-tabs .element-tabs .tab3 .nav-tabs::before {
  right: -51px;
}

.element-accordions-tabs .element-tabs .tab3 .nav-tabs .nav-link {
  border: transparent !important;
}

.element-accordions-tabs .element-tabs .tab3 .nav-tabs .nav-link:hover .element-accordions-tabs .element-tabs .tab3 .nav-tabs .nav-link:focus, .element-accordions-tabs .element-tabs .tab3 .nav-tabs .nav-link.active {
  background-color: #19b798;
  color: #ffffff;
}

.element-accordions-tabs .element-tabs .tab4 .nav-tabs {
  border: none;
}

.element-accordions-tabs .element-tabs .tab4 .nav-tabs .nav-item .nav-link {
  background: #19b798;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.element-accordions-tabs .element-tabs .tab4 .nav-tabs .nav-item .nav-link:hover, .element-accordions-tabs .element-tabs .tab4 .nav-tabs .nav-item .nav-link.active {
  color: #19b798 !important;
  background: #ffffff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2), -5px -5px 0 0 #19b798;
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2), -5px -5px 0 0 #19b798;
}

.element-accordions-tabs .element-accordions {
  margin-top: 90px;
}

.element-accordions-tabs .element-accordions .accordion1 .accordion .card-title a {
  padding: 14px 22px 14px 72px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.element-accordions-tabs .element-accordions .accordion1 .accordion .card-title a::before {
  content: "\F140";
  font: normal normal normal 24px/1 "Material Design Icons";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  line-height: 2.3;
  font-size: 20px;
  color: #ffffff;
  background: #19b798;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.element-accordions-tabs .element-accordions .accordion1 .accordion .card-title .collapsed {
  background: #ffffff;
}

.element-accordions-tabs .element-accordions .accordion1 .accordion .card-title .collapsed::before {
  content: "\f142";
  background: #ffffff;
  color: #3d3d40;
}

.element-accordions-tabs .element-accordions .accordion1 .accordion .card-title .collapsed:hover {
  color: #19b798;
}

.element-accordions-tabs .element-accordions .accordion2 .accordion .card-title:before {
  content: "";
  border-bottom: 23px solid rgba(0, 0, 0, 0);
  border-left: 16px solid #eee;
  border-top: 24px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
  top: 0px;
  left: 32px;
}

.element-accordions-tabs .element-accordions .accordion2 .accordion .card-title a {
  background-color: #19b798;
  padding: 15px 10px 13px 65px;
}

.element-accordions-tabs .element-accordions .accordion2 .accordion .card-title a::before {
  content: "\F374";
  font: normal normal normal 24px/1 "Material Design Icons";
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 6px;
  font-size: 20px;
  display: inline-block;
  color: #19b798;
  background: #eee;
}

.element-accordions-tabs .element-accordions .accordion2 .accordion .card-title .collapsed::before {
  content: "\F415";
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .element-accordions .accordion2 .card-title:before {
    width: 100% !important;
    height: 100% !important;
  }
  .element-accordions .accordion2 .card-title a::before {
    line-height: 1.9 !important;
    height: 100%;
  }
}

/******************
      Alerts
*******************/
.alert-custom {
  background-color: #e3fbf6;
  border-color: #19b798;
  color: #19b798;
}

.alert-custom .alert-link {
  color: #19b798;
}

.alert-danger {
  background-color: #ffe9e6;
  border-color: #ff5d48;
  color: #ff5d48;
}

.alert-danger .alert-link {
  color: #ff5d48;
}

.alert-primary {
  background-color: #e1f4fa;
  border-color: #3db9dc;
  color: #3db9dc;
}

.alert-primary .alert-link {
  color: #3db9dc;
}

.alert-warning {
  background-color: #fff6e7;
  border-color: #ffbb44;
  color: #ffbb44;
}

.alert-warning .alert-link {
  color: #ffbb44;
}

.alerts .close {
  top: 4px;
}

.alerts .close:focus {
  outline: none;
}

/******************
      Buttons
*******************/
.btn-primary {
  background-color: #3db9dc;
  border-color: #3db9dc !important;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #27b1d8 !important;
  border-color: #27b1d8 !important;
}

.btn-danger {
  background-color: #ff5d48;
  border-color: #ff5d48 !important;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #ff462f !important;
  border-color: #ff462f !important;
}

.btn-warning {
  background-color: #ffbb44;
  border-color: #ffbb44 !important;
  color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus {
  background-color: #ffb22b !important;
  border-color: #ffb22b !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border-color: #3db9dc !important;
  color: #3db9dc;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: transparent !important;
  border-color: #25a7cb !important;
  color: #25a7cb !important;
}

.btn-outline-danger {
  border-color: #ff5d48 !important;
  color: #ff5d48;
}

.btn-outline-danger:hover, .btn-outline-danger:focus {
  background-color: transparent !important;
  border-color: #ff391f !important;
  color: #ff391f !important;
}

.btn-outline-warning {
  border-color: #ffbb44 !important;
  color: #ffbb44;
}

.btn-outline-warning:hover, .btn-outline-warning:focus {
  background-color: transparent !important;
  border-color: #ffac1b !important;
  color: #ffac1b !important;
}

.buttons .btn-gradients .btn1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#0d86ce), to(#00ecbc));
  background-image: linear-gradient(to right, #0d86ce 0%, #00ecbc 100%);
}

.buttons .btn-gradients .btn2 {
  background-image: -webkit-gradient(linear, right top, left top, from(#0d86ce), to(#00ecbc));
  background-image: linear-gradient(to left, #0d86ce 0%, #00ecbc 100%);
}

.buttons .btn-gradients .btn3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0d86ce), to(#00ecbc));
  background-image: linear-gradient(to top, #0d86ce 0%, #00ecbc 100%);
}

.buttons .btn-gradients .btn4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d86ce), to(#00ecbc));
  background-image: linear-gradient(to bottom, #0d86ce 0%, #00ecbc 100%);
}

/******************
        Grid
*******************/
.grid table {
  font-size: 15px;
}

.grid table td {
  padding: 15px;
}

.grid table th {
  font-weight: 500;
}

/******************
      Material
*******************/
.material-icons .col-md-4,
.material-icons .col-sm-6,
.etline-icons .col-md-4,
.etline-icons .col-sm-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8d9094;
  cursor: pointer;
}

.material-icons .col-md-4 i,
.material-icons .col-sm-6 i,
.etline-icons .col-md-4 i,
.etline-icons .col-sm-6 i {
  margin: 8px 12px 0 0;
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.material-icons .col-md-4:hover i, .material-icons .col-md-4:focus i,
.material-icons .col-sm-6:hover i,
.material-icons .col-sm-6:focus i,
.etline-icons .col-md-4:hover i,
.etline-icons .col-md-4:focus i,
.etline-icons .col-sm-6:hover i,
.etline-icons .col-sm-6:focus i {
  color: #19b798;
  border-color: #19b798;
}

.mdi-image-frame,
.mdi-hand-saw,
.mdi-layers-minus,
.mdi-hand-right,
.mdi-hand-left,
.mdi-gamepad-up,
.mdi-gamepad-round-outline,
.mdi-gamepad-round-down,
.mdi-gamepad-round-left,
.mdi-gamepad-round-right,
.mdi-gamepad-round-up,
.mdi-gatsby,
.mdi-gift,
.mdi-grill,
.mdi-keyboard-off-outline,
.mdi-invert-colors-off {
  padding-left: 35px !important;
}

/*********************
      Colored-Icons
**********************/
.colored-icons .icon {
  height: 66px;
  width: 66px;
  margin: 0.7rem 1.4rem 0.7rem 0;
  padding: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.colored-icons .icon:hover, .colored-icons .icon:focus {
  border-color: #3d3d40;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .colored-icons .icon {
    margin: 0.88rem;
  }
}

/******************
       Images
*******************/
.images .media img {
  height: 50px;
  width: 50px;
}

/*********************
        Badges
*********************/
.badge-secondary {
  background-color: rgba(61, 61, 64, 0.4);
  color: #ffffff;
}

.badge-custom {
  border: 1px solid #19b798;
  background-color: #e3fbf6;
  color: #19b798;
}

.badge-danger {
  border: 1px solid #ff5d48;
  background-color: #ffe9e6;
  color: #ff5d48;
}

.badge-primary {
  border: 1px solid #3db9dc;
  background-color: #e1f4fa;
  color: #3db9dc;
}

.badge-warning {
  border: 1px solid #ffbb44;
  background-color: #fff6e7;
  color: #ffbb44;
}

.badges-ex {
  margin-bottom: 115px;
}

.badges-ex img {
  height: 80px;
  width: 80px;
}

.badges-ex .icon {
  position: absolute;
  left: 0;
  top: 10px;
}

.badges-ex .icon:after {
  content: "7";
  position: absolute;
  top: -17%;
  left: 86%;
  padding: 6px 12px;
  border-radius: 50%;
  color: #ffffff;
  background: #19b798;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

/******************
        Map
*******************/
.map .map-responsive {
  padding-bottom: 55%;
}

.map .map-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/******************
      Modals
*******************/
.modal-box .modal .modal-dialog .modal-content {
  border-radius: 25px;
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.modal-box .modal .modal-dialog .modal-content .close {
  height: 33px;
  width: 33px;
  margin-right: -11px;
  margin-top: -11px;
  line-height: 0;
  opacity: 1;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.modal-box .modal .modal-dialog .modal-content .close span {
  position: relative;
  right: 5px;
}

.modal-box .modal .modal-dialog .modal-content .close:focus {
  outline: none;
}

.modal-box .modal .modal-dialog .modal-content .modal-body .icon {
  line-height: 42px;
  height: 50px;
  width: 50px;
  z-index: 1;
}

.modal-box .modal .modal-dialog .modal-content .modal-body .icon:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  height: 45px;
  width: 45px;
  border: 5px solid #19b798;
  border-radius: 50%;
  z-index: -1;
}

/*********************
        Cards
*********************/
.cards .card {
  border-radius: 0.25rem;
}

.cards .card .card-img-overlay {
  background-color: rgba(31, 31, 31, 0.3);
}

/******************
    Progressbars
*******************/
.progresbars .progressbar1 .progress {
  height: 10px;
  overflow: visible;
}

.progresbars .progressbar1 .progress .progress-bar {
  -webkit-animation: animate-positive 2s;
          animation: animate-positive 2s;
}

.progresbars .progressbar1 .progress .progress-bar:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -1px;
  width: 9px;
  background: #ffffff;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.progresbars .progressbar1 .progress .progress-bar .progress-value {
  position: absolute;
  top: -30px;
  right: -25px;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.progresbars .progressbar2 .progress, .progresbars .progressbar3 .progress {
  height: 11px;
  overflow: visible;
}

.progresbars .progressbar2 .progress .progress-bar .progress-value, .progresbars .progressbar3 .progress .progress-bar .progress-value {
  position: absolute;
  top: -40px;
  right: -10px;
  padding: 2px 7px;
  border: 1px solid #3d3d40;
}

.progresbars .progressbar2 .progress .progress-bar .progress-value:after, .progresbars .progressbar3 .progress .progress-bar .progress-value:after {
  content: "";
  border-top: 10px solid #3d3d40;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 26%;
}

.progresbars .progressbar2 .progress .progress-bar.active, .progresbars .progressbar3 .progress .progress-bar.active {
  animation: reverse progress-bar-stripes 0.4s linear infinite;
}

.progresbars .progressbar4 .progress-bar {
  background-image: linear-gradient(60deg, #35b5ae 0%, #96deda 100%);
}

.progresbars .progressbar4 .prog1 .progress {
  height: 6px;
}

.progresbars .progressbar4 .prog2 .progress {
  height: 8px;
}

.progresbars .progressbar4 .prog3 .progress {
  height: 11px;
}

.progresbars .progressbar4 .prog4 .progress {
  height: 13px;
}

/******************
       Tables
*******************/
.tables td,
.tables th {
  font-size: 15px !important;
}

.tables tbody td {
  vertical-align: middle;
  white-space: nowrap;
  color: #8d9094;
  border-top-color: #e7e7e7;
  font-weight: 500;
}

.tables tbody td:first-child {
  white-space: normal;
}

.tables tbody td img {
  height: 40px;
  width: 40px;
}

.tables tbody td i {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tables tbody td .send {
  border-radius: 50%;
  background-color: #ececed;
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.tables tbody td .send:hover {
  background-color: #e3fbf6;
  color: #19b798 !important;
}

.tables tbody td .send:active {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.tables tbody td .menu-dots:hover {
  color: #19b798 !important;
}

.tables .table2 td {
  border: none;
}

.tables .table2 tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.tables .table4 tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.04);
}

/******************
        Blog
*******************/
.blog .card {
  border-radius: 0.25rem !important;
  margin-bottom: 30px;
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.blog .card .blog-details {
  padding: 30px;
}

.blog .card .blog-details h5 {
  font-weight: 500;
}

.blog .blog-classic .blog-right-tags a {
  display: inline-block;
  margin: 6px 2px 0 0;
  padding: 4px 14px;
  border-radius: 30px;
  border: 1px solid #e7e7e7;
  color: #8d9094;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog .blog-classic .blog-right-tags a:hover {
  color: #19b798;
  border-color: #19b798;
}

.blog .blog-classic .blog-right-sidebar .blog-item {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0.25rem;
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.blog .blog-classic .blog-right-sidebar .blog-item h5 {
  font-weight: 500;
}

.blog .blog-classic .blog-right-sidebar .blog-right-search .form-group input {
  border-radius: 30px;
  padding: 10px 38px 10px 16px;
}

.blog .blog-classic .blog-right-sidebar .blog-right-search .form-group i {
  position: absolute;
  top: 8px;
  right: 12px;
}

.blog .blog-classic .blog-right-sidebar .blog-right-categories ul li {
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 12px 18px;
}

.blog .blog-masonry {
  -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.blog .blog-masonry .card {
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 44px 107px -86px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 44px 107px -86px;
}

.blog .blog-masonry .masonry-details {
  padding: 30px;
}

.blog .blog-columns .card-columns {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.blog .blog-singlePost .blog-left-sidebar .blog-details {
  padding: 30px;
  border-radius: 0.25rem;
}

.blog .blog-singlePost .blog-left-sidebar .blog-details blockquote {
  padding: 30px;
  margin: 24px 40px;
}

.blog .blog-singlePost .blog-left-sidebar .blog-details blockquote::after, .blog .blog-singlePost .blog-left-sidebar .blog-details blockquote::before {
  position: absolute;
  color: rgba(25, 183, 152, 0.5);
  font-size: 4.3em;
}

.blog .blog-singlePost .blog-left-sidebar .blog-details blockquote:after {
  content: "⎦";
  top: calc(100% + -56px);
  left: calc(100% + -4px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog .blog-singlePost .blog-left-sidebar .blog-details blockquote:before {
  content: "⎡";
  top: 69px;
  left: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.blog .blog-singlePost .blog-left-sidebar .blog-details .blog-left-tags {
  padding: 30px 0;
}

.blog .blog-singlePost .blog-left-sidebar .blog-details .related-post {
  margin-top: 30px;
}

.blog .blog-singlePost .blog-left-sidebar .blog-details .blog-comments {
  margin: 30px 0;
}

.blog .blog-singlePost .blog-left-sidebar .blog-details .blog-comments img {
  height: 60px;
  width: 60px;
}

.blog .blog-singlePost .blog-left-sidebar .blog-details .leave-reply {
  padding-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .blog-details blockquote {
    margin: 0 !important;
  }
  .blog-columns .card-columns {
    -webkit-column-count: 1 !important;
            column-count: 1 !important;
  }
}

/******************
      Products
*******************/
.products .product-box .box-wrapper {
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
  border-radius: 0.25rem;
}

.products .product-box .box-wrapper .bg-overlay {
  background-color: rgba(31, 31, 31, 0.05);
  height: 94%;
}

.products .product-box .box-wrapper .box-content {
  z-index: 1;
  padding-top: 8px !important;
}

.products .product-box .box-wrapper .box-content:before {
  content: "";
  width: 225%;
  height: 100px;
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  top: -50px;
  left: -13%;
  z-index: -1;
}

.products .product-box .box-wrapper .box-content .buy {
  position: absolute;
  right: 30px;
  top: -82px;
}

.products .product-box .box-wrapper .box-content .buy i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #19b798;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products .product-box .box-wrapper .box-content .buy:hover i {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.products .single-product .single-product-img .slider-nav-img .bg-overlay {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products .single-product .single-product-img .slider-nav-img:hover .bg-overlay {
  opacity: 1;
}

.products .single-product .single-product-detail .nav-tabs .nav-item {
  padding: 9px 30px;
  font-weight: 500;
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products .single-product .single-product-detail .nav-tabs .nav-item:focus, .products .single-product .single-product-detail .nav-tabs .nav-item.active, .products .single-product .single-product-detail .nav-tabs .nav-item:hover {
  background-color: #19b798;
  color: #ffffff !important;
}

.products .single-product .single-product-detail .tab-content .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.products .single-product .single-product-detail .tab-content .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.products .single-product .single-product-detail .tab-content .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #19b798;
  color: #ffffff;
}

.products .shopping-cart .table thead th {
  width: 22%;
  font-weight: 500;
}

.products .shopping-cart .table thead th:first-child {
  width: 34%;
}

.products .shopping-cart .table tbody tr {
  border-color: #e7e7e7 !important;
}

.products .shopping-cart .table tbody tr td img {
  height: 90px;
  width: 90px;
}

.products .shopping-cart .table tbody tr td .mdi-close::before {
  font-size: 20px;
}

.products .shopping-cart .table tbody tr .qty .form-group {
  width: 45%;
}

.products .shopping-cart .table tbody tr .qty .form-group .btn:focus, .products .shopping-cart .table tbody tr .qty .form-group .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

.products .shopping-cart .table tbody tr .qty .mdi::before {
  font-size: 18px;
}

.products .checkout form label {
  font-weight: 500;
}

.products .checkout .order-img {
  height: 80px;
  width: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .shopping-cart .table {
    white-space: nowrap;
  }
  .shopping-cart .table thead th {
    padding-right: 62px;
  }
  .shopping-cart .table thead th:first-child {
    padding-right: 220px !important;
  }
}

/*********************
      Contact-Us
*********************/
.map-responsive iframe {
  height: 600px;
}

.contact-us .contact-info .info-box {
  padding: 30px;
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-us .contact-info .info-box i {
  background-color: #e3fbf6;
  height: 70px;
  width: 70px;
  line-height: 66px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-us .contact-info .info-box:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.contact-us .contact-info .info-box a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-us .contact-info .info-box a:hover {
  color: #19b798 !important;
}

.contact-us .contact-map .contact-form .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-us .contact-map .contact-form .container .form-horizontal {
  padding: 30px;
  -webkit-box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
          box-shadow: rgba(141, 144, 148, 0.2) 0px 40px 90px -30px;
}

.contact-us .contact-map .contact-form .container .form-horizontal .form-group i {
  position: absolute;
  top: 8px;
  left: 10px;
}

.contact-us .contact-map .contact-form .container .form-horizontal .form-control {
  padding: 8px 24px 8px 44px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ff5d48;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #ff5d48;
  color: #ff5d48;
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #10c469;
  font-size: 22px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-us .contact-map .container {
    left: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */