/* Base - Genral & Typography */
html {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.8;
  color: #21386a;
  overflow-x: hidden;
}
body img {
  max-width: 100%;
}
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #00c1f3;
  text-decoration: none;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 1.25rem 0;
  color: #21386a;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin: 0;
}
h1, .h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
}
@media only screen and (max-width: 767.96px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
@media only screen and (max-width: 575.96px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
h2, .h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.25rem;
}
@media only screen and (max-width: 767.96px) {
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media only screen and (max-width: 575.96px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
h3, .h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.25rem;
}
@media only screen and (max-width: 575.96px) {
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
h4, .h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media only screen and (max-width: 575.96px) {
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
h5, .h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
}
h6, .h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1px;
  line-height: 1.8;
  color: #21386a;
  margin: 0 0 1.25rem 0;
}
p:last-child {
  margin: 0;
}

/* All Common Styles */
@-webkit-keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes spinLeft {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-webkit-keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spinRight {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.mt-80 {
  margin-top: 80px;
}
@media only screen and (max-width: 767.96px) {
  .mt-80 {
    margin-top: 50px;
  }
}
.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767.96px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
.mt-100 {
  margin-top: 100px;
}
@media only screen and (max-width: 767.96px) {
  .mt-100 {
    margin-top: 80px;
  }
}
.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767.96px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
.mt-150 {
  margin-top: 150px;
}
@media only screen and (max-width: 767.96px) {
  .mt-150 {
    margin-top: 100px;
  }
}
.mb-150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767.96px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}
.pt-80 {
  padding-top: 80px;
}
@media only screen and (max-width: 767.96px) {
  .pt-80 {
    padding-top: 50px;
  }
}
.pb-80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767.96px) {
  .pb-80 {
    padding-bottom: 50px;
  }
}
.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 767.96px) {
  .pt-100 {
    padding-top: 80px;
  }
}
.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767.96px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}
.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 767.96px) {
  .pt-150 {
    padding-top: 100px;
  }
}
.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 767.96px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
.gray-bg {
  background-color: #f5f5f5;
}
.orange-text {
  color: #00c1f3;
}
.blue-bg {
  background-color: #162133;
}
a.boxed-btn,
button.boxed-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: #00c1f3;
  color: #fff;
  padding: 10px 20px;
}
a.bordered-btn,
button.bordered-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  color: #fff;
  border: 2px solid #00c1f3;
  padding: 7px 20px;
}
a.read-more-btn,
button.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #21386a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}
a.read-more-btn:hover,
button.read-more-btn:hover {
  color: #00c1f3;
}

.section-title h3 {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
}
.section-title h3:after {
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #00c1f3;
  margin: 0 auto;
}
.section-title p {
  font-size: 15px;
  width: 530px;
  margin: 0 auto;
  color: #555;
  margin-top: 10px;
  line-height: 1.8;
}
.section-title {
  margin-bottom: 40px;
}

.breadcrumb-text p {
  color: #00c1f3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
  text-align: center;
}
.breadcrumb-text h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}
.breadcrumb-section,
.breadcrumb-section-utlmk {
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  padding-top: 120px;
}
.breadcrumb-section:after,
.breadcrumb-section-utlmk:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0.9;
}

.breadcrumb-section:after {
  background-color: #21386a;
}
.breadcrumb-section-utlmk:after {
  background-color: #2f2f2f;
}

/* Header Styles */
ul.navbar-nav li.nav-item a.nav-link,
ul.navbar-nav li.nav-item.active a.nav-link {
  color: #21386a;
}
.top-header-area {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 25px 0;
}
.top-header-area.white ul.navbar-nav li.nav-item a.nav-link,
.top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
}
ul.navbar-nav li.nav-item a.nav-link,
ul.navbar-nav li.nav-item.active a.nav-link {
  color: #fff;
  font-weight: 700;
  margin-right: 14px;
}
a.navbar-brand img {
  max-width: 150px;
}
nav.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
nav.main-menu ul li {
  display: inline-block;
}
nav.main-menu ul li a {
  color: #fff;
  font-weight: 700;
  display: block;
  padding: 15px;
}
nav.main-menu ul > li {
  position: relative;
}
nav.main-menu ul ul.sub-menu {
  position: absolute;
  background-color: #fff;
  width: 220px;
  padding: 15px 15px;
  margin: 0;
  left: 0;
  top: 50px;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px #555555;
  box-shadow: 0 0 20px #555555;
}
nav.main-menu ul ul.sub-menu li {
  display: block;
  text-align: left;
}
nav.main-menu ul ul.sub-menu li a {
  color: #555;
  font-weight: 600;
  padding: 7px 10px;
  font-size: 13px;
}
nav.main-menu ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}

.site-logo {
  float: left;
  max-width: 150px;
}
ul.sub-menu li:last-child {
  float: none !important;
}
.mean-container .mean-bar {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 15px;
}
.mean-bar a.meanmenu-reveal {
  background-color: #00c1f3;
}
.main-menu-wrap {
  position: relative;
}
.mean-container a.meanmenu-reveal {
  color: #21386a;
}
.mean-container a.meanmenu-reveal span {
  background-color: #21386a;
}
.mean-container .mean-nav ul li a {
  padding: 0.5em 5%;
}
.mean-container .mean-nav ul li li a {
  padding: 0.5em 10%;
}
.mean-container .mean-nav ul li a.mean-expand {
  font-size: 16px;
  height: 10px;
  line-height: 10px;
  width: 15px;
}
.mean-container a.meanmenu-reveal {
  padding: 8px 8px 6px;
}
nav.mean-nav > ul > li:first-child > a {
  border-top: none;
}
.header-icons a {
  color: #fff;
  display: inline-block;
  padding: 10px;
}
.site-logo {
  padding: 6px 0;
}
.top-header-area.sepherate-header ul li > a,
.top-header-area.sepherate-header .header-icons a {
  color: #21386a;
}
nav.main-menu ul ul.sub-menu li {
  display: block;
}
nav.main-menu ul ul.sub-menu li a {
  color: #555;
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
}
nav.main-menu ul li.current-list-item > a {
  color: #00c1f3;
}
nav.main-menu li:hover > a {
  color: #00c1f3;
}
nav.main-menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-header-area .header-icons a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-header-area .header-icons a:hover {
  color: #00c1f3;
}
.sticky-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999 !important;
}
.sticky-wrapper.is-sticky .top-header-area {
  background-color: #21386a;
  padding: 15px 0;
}
.top-header-area {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.navbar-nav {
  margin: 0 auto;
}
.search-area {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5555;
  background-color: #000000f2;
  width: 100%;
  height: 100%;
  text-align: center;
}
span.close-btn {
  position: absolute;
  right: 0%;
  color: #fff;
  top: 5%;
  cursor: pointer;
}
.search-area {
  height: 100%;
}
.search-area div {
  height: 100%;
}
.search-bar {
  height: 100%;
  display: table;
  width: 100%;
}
a.mobile-show {
  display: none;
}
.search-area .search-bar div.search-bar-tablecell {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}
.search-bar-tablecell input {
  border: none;
  padding: 15px;
  width: 60%;
  background-color: transparent;
  border-bottom: 1px solid #00c1f3;
  display: block;
  margin: 0 auto;
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 40px;
  color: #fff;
}
.search-bar-tablecell button {
  border: transparent;
  background-color: transparent;
  font-size: 30px;
  position: absolute;
  top: 47%;
  right: 22%;
}
.search-bar-tablecell button i {
  opacity: 0.5;
  color:#fff;
}
.search-bar-tablecell button:hover {
  background-color: transparent !important;
  border: transparent !important;
  outline: none !important;
}
.search-bar-tablecell button:hover i {
  color:#fff;
  opacity: 0.8;
  transition: 0.3s;
}
.search-bar-tablecell input:focus {
  outline: none;
}
.search-bar-tablecell input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.search-bar-tablecell input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.search-bar-tablecell input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.search-bar-tablecell input::placeholder {
  color: #fff;
  opacity: 0.7;
}

.search-area {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search-area.search-active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.search-bar-tablecell h3 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 7px;
}

/* Footer Styles */
.single-logo-item img {
  max-width: 180px;
  margin: 0 auto;
}
.footer-area {
  background-color: #21386a;
  color: #fff;
  padding: 50px 0;
}
.catalogo-area {
  background-color:#00c1f3;
  color: #fff;
  padding: 50px 0;
}
h2.widget-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}
h2.widget-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #00c1f3;
  content: "";
}
.footer-box p {
  color: #fff;
  opacity: 0.7;
  line-height: 1.8;
}
.footer-box div a {
  color: #fff;
  opacity: 0.7;
  line-height: 1.8;
}
.footer-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-box ul li {
  opacity: 0.7;
  margin-bottom: 10px;
  line-height: 1.8;
}
.footer-box ul li:last-child {
  margin-bottom: 0;
}
.footer-box.subscribe form input[type=checkbox] {
  margin-top: 1px;
  margin-right: 7px;
  position: absolute;
}
.footer-box.subscribe form .checkbox {
  line-height: 1.2;
  font-weight: 200;
  font-size: 13px;
  text-align: justify;
}
.footer-box.subscribe form #em_newsletter[type=email] {
  border-top:1px solid #375391;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 0 0 5px 5px;
  background-color: #162544;
  width: 100%;
  padding: 7px 15px;
  color: #fff;
  font-size: 12px;
}
.footer-box.subscribe form #tel_newsletter[type=text] {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #375391;
  border-right: 1px solid transparent;
  border-radius: 0 5px 0 0;
  background-color: #162544;
  width: 100%;
  padding: 7px 15px;
  color: #fff;
  font-size: 12px;
}
.footer-box.subscribe #nm_newsletter[type=text] {
  border: 1px solid transparent;
  border-radius: 5px 0 0 0;
  background-color: #162544;
  width: 100%;
  padding: 7px 15px;
  color: #fff;
  font-size: 12px;
}
.footer-box.subscribe form #em_newsletter[type=email]:focus{
  outline: none;
  border: 1px solid #00c1f3;
}
.footer-box.subscribe #tel_newsletter[type=text]:focus {
  outline: none;
  border: 1px solid #00c1f3;
}
.footer-box.subscribe #nm_newsletter[type=text]:focus {
  outline: none;
  border: 1px solid #00c1f3;
}

.footer-box.subscribe form input[type=email]::placeholder,
.footer-box.subscribe form input[type=text]::placeholder {
  font-size: 12px;
}
.footer-box.subscribe form button {
  border: none;
  position: absolute;
  top: 35%;
  right: 5%;
  background-color: transparent;
  color: #00c1f3;
  padding: 0;
}
.footer-box.subscribe form button:focus {
  outline: none;
}
.footer-box.subscribe form button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-box.subscribe form button:hover {
  color: #007e9e;
}
.copyright {
  background-color: #21386a;
  border-top: 1px solid #62748f;
}
.copyright p {
  margin: 0;
  color: #fff;
  opacity: 0.7;
  padding: 16px 0;
  font-size: 15px;
}
.copyright a {
  color: #00c1f3;
  font-weight: 700;
}
.copyright a:hover {
  color: #f59d53;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icons ul li {
  display: inline-block;
}
.social-icons ul li a {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  font-weight: 100 !important;
  padding: 16px 10px;
  display: block;
}
.footer-box ul li a {
  color: #fff;
}
.footer-box.pages ul li {
  position: relative;
  padding-left: 20px;
}
.footer-box.pages ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00c1f3;
}

/* Hover Styles */
a.navbar-brand {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.navbar-brand:hover {
  opacity: 0.7;
}
a.boxed-btn,
button.boxed-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.boxed-btn:hover,
button.boxed-btn:hover {
  background-color: #21386a;
  color: #00c1f3;
}
a.bordered-btn,
button.bordered-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.bordered-btn:hover,
button.bordered-btn:hover {
  background-color: #00c1f3;
  color: #fff;
}
ul.sub-menu a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.sub-menu li:hover a {
  color: #00c1f3;
}
.single-tof-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-tof-box:hover {
  -webkit-box-shadow: 0 0 80px #353535;
  box-shadow: 0 0 80px #353535;
}
a.video-play-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.video-play-btn:hover {
  background-color: #333;
  color: #00c1f3;
}

a.tof-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.tof-btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.tof-btn:hover {
  color: #00c1f3;
}
a.tof-btn:hover i {
  margin-left: 10px;
}

.single-logo-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-logo-item:hover {
  opacity: 0.7;
}
.footer-box.pages ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-box.pages ul li:hover a {
  color: #00c1f3;
}

.social-icons ul li:hover a {
  color: #00c1f3;
}
.social-icons ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.social-link-team li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.social-link-team li a:hover {
  background-color: #21386a;
  color: #00c1f3;
}
.counter-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.counter-box:hover {
  -webkit-box-shadow: 0 0 80px #6f6f6f;
  box-shadow: 0 0 80px #6f6f6f;
}
input[type="submit"] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px !important;
}
input[type="submit"]:hover {
  background-color: #21386a;
  color: #00c1f3;
}
div.owl-controls,
.owl-controls div,
div.owl-nav,
.owl-nav div {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div.owl-controls div.owl-nav div:hover {
  opacity: 0.7;
}
.pagination-wrap ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pagination-wrap ul li:hover a {
  background-color: #00c1f3;
}
.icons a i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icons a:hover i {
  color: #00c1f3;
}
.tof-text a.tof-btn {
  margin-top: 15px;
  display: inline-block;
}
.single-pricing-table {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-pricing-table:hover {
  -webkit-box-shadow: 0 0 20px #ddd;
  box-shadow: 0 0 20px #ddd;
}
.product-image img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-image img:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.cart-btn,
a.btn-primary,
a.btn-outline-primary,
button.btn-primary,
button.btn-outline-primary {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.cart-btn:hover,
a.btn-primary:hover,
a.btn-outline-primary:hover,
button.btn-primary:hover,
button.btn-outline-primary:hover {
  background-color: #21386a;
  color: #00c1f3;
}
.recent-posts ul li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.recent-posts ul li:hover {
  opacity: 0.7;
}
ul.sub-menu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.sub-menu li:hover a {
  color: #00c1f3 !important;
}
.sidebar-section ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sidebar-section ul li a:hover {
  opacity: 0.7;
}
.comment-text-body h4 a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.comment-text-body h4 a:hover {
  color: #00c1f3;
}
.service-menu ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-menu ul li a.active {
  font-weight: 600;
  color: #ffe200;
}
.service-menu ul li a:hover {
  color: #ffe200;
}
.single-product-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-product-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

span.close-btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
span.close-btn:hover {
  color: #fff;
}
a.mobile-show.search-bar-icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.mobile-show.search-bar-icon:hover {
  color: #00c1f3;
}

/* Hero Styles */
.hero-bg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero-text {
  display: table;
  height: 100%;
}
.hero-text-tablecell {
  display: table-cell;
}
.hero-area {
  height: 100%;
  position: relative;
  z-index: 1;
}
html, body {
  height: 100%;
}
.hero-area:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #07212e;
  z-index: -1;
  opacity: 0.6;
}
.hero-text p.subtitle {
  color: #21386a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
}
.hero-text h1 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.hero-area div {
  height: 100%;
}
.hero-area div.hero-text {
  height: 100%;
  width: 100%;
}
.hero-area div.hero-text-tablecell {
  height: auto;
  vertical-align: middle;
}
.hero-area div.hero-text-tablecell div {
  height: auto;
  vertical-align: middle;
}
.hero-btns {
  margin-top: 35px;
}
.hero-btns a.bordered-btn {
  margin-left: 15px;
}
.hero-area div.hero-form {
  background-color: #fff;
  text-align: center;
  width: 380px;
  margin: 0 auto;
  margin-right: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px #2d2d2d;
  box-shadow: 0 0 15px #2d2d2d;
  position: absolute;
  right: 30px;
  bottom: -15%;
  height: 600px;
}
input[type="submit"] {
  background-color: #00c1f3;
  color: #21386a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  border: none !important;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 3px;
}
.homepage-slider {
  max-height: 850px;
  height: 100%;
}
.homepage-slider div {
  height: 100%;
}
.homepage-slider div.hero-text {
  display: table;
  width: 100%;
}
.homepage-slider div.hero-text-tablecell {
  height: auto;
  vertical-align: middle;
  display: table-cell;
}
.homepage-slider div.hero-text-tablecell div {
  height: auto;
}
.single-homepage-slider {
  background-size: cover;
  background-position: center;
  background-color: #1212126c;
  position: relative;
  z-index: 1;
}
.single-homepage-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1212126c;
  content: "";
  z-index: -1;
  opacity: 0.7;
}
div.owl-controls,
.owl-controls div,
div.owl-nav,
.owl-nav div {
  height: auto;
  top: 50%;
  color: #00c1f3;
  font-size: 48px;
}
.homepage-slider {
  position: relative;
}
.owl-prev {
  position: absolute;
  left: 60px;
  margin-top: -30px;
}
.owl-next {
  position: absolute;
  right: 60px;
  margin-top: -30px;
}

/* List Styles */
.list-section {
  background-color: #f5f5f5;
}
.list-box {
  overflow: hidden;
  letter-spacing: 0.5px;
}
.list-box .content h3 {
  display: block;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 4px;
}
.list-box .content p {
  margin-bottom: 0px;
  opacity: 0.75;
}
.list-box .list-icon i {
  display: block;
  font-size: 24px;
  margin-right: 15px;
  color: #00c1f3;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 60px;
  border: 2px #00c1f3 dotted;
  border-radius: 999px;
}

/* News Styles */
.produto-box {
  -webkit-box-shadow: 0 0 20px #dddddd;
  box-shadow: 0 0 20px #dddddd;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.produto-box:hover .img-produtos {
  opacity: 1;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 0;
}
.produto-box:hover {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 1.7rem;
}
.produto-box:hover .desc-produto-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 0;
  border-top: 1px solid transparent;
}

.produto-box h3 {
  font-size: 15px;
  line-height: 1.25em;
  font-weight: 400;
}
.produto-box h3 a {
  color: #21386a;
}
.produto-box {
  margin: 0.7rem;
}
.img-produtos {
  /* height: 300px;
  min-width: 250px; */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  
  border: 1px solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.produto-box:hover .img-produtos img {
  transform: scale(0.98);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-timing-function: linear;
}
.desc-produto-box {
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #e3e3e3;
}
.nm-produto-box {
  min-height: 30px;
}
.pagination-wrap {
  margin-top: 40px;
}
.pagination-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-wrap ul li {
  display: inline-block;
}
.pagination-wrap ul li a {
  color: #6f6f6f;
  font-size: 15px;
  background-color: #f3f3f3;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 5px;
  margin: 3px;
  font-weight: 600;
  border-radius: 50px;
}
.pagination-wrap ul li a.active {
  background-color: #00c1f3;
}
.single-artcile-bg {
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
}
.single-article-text h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.single-article-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #21386a;
}
.comments-list-wrap {
  margin: 100px 0;
}
.comments-list-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}
.comment-template h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 50px;
}
.single-comment-body {
  position: relative;
}
.comment-user-avater {
  position: absolute;
  left: 0;
  top: 0;
}
.comment-user-avater img {
  width: 60px;
  max-width: 60px;
  border-radius: 50%;
}
.comment-text-body {
  padding-left: 80px;
  margin-bottom: 40px;
}
.comment-text-body h4 {
  font-size: 18px;
  font-weight: 600;
}
span.comment-date {
  opacity: 0.5;
  font-size: 80%;
  font-weight: 700;
  margin-left: 5px;
}
.comment-text-body h4 a {
  color: #21386a;
  font-size: 80%;
  margin-left: 10px;
  border-bottom: 1px solid #aaa;
}
.single-comment-body.child {
  margin-left: 75px;
}
.comment-text-body p {
  color: #888;
  line-height: 2;
  margin: 0;
}
.comment-template h4 {
  margin-bottom: 10px;
}
.comment-template > p {
  opacity: 0.7;
  margin-bottom: 30px;
}
.comment-template form p input[type=text] {
  border: 1px solid #ddd;
  width: 49%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #21386a;
}
.comment-template form p input[type=email] {
  border: 1px solid #ddd;
  width: 49%;
  padding: 15px;
  border-radius: 5px;
  font-size: 15px;
  color: #21386a;
  margin-left: 10px;
}
.comment-template form p textarea {
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 15px;
  color: #21386a;
  border-radius: 5px;
  height: 250px;
  resize: none;
  width: 100%;
}
.sidebar-section {
  margin-left: 30px;
}
.sidebar-section h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sidebar-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-section ul li {
  line-height: 1.5;
}
.sidebar-section ul li a {
  color: #555;
  font-size: 15px;
}
.sidebar-section > div {
  margin-bottom: 60px;
}
.sidebar-section > div:last-child {
  margin-bottom: 0;
}
.recent-posts ul li,
.archive-posts ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}
.recent-posts ul li:before,
.archive-posts ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.tag-section ul li {
  display: inline-block;
}
.tag-section ul li a {
  background-color: #ddd;
  padding: 3px 10px;
  display: block;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
}


/* formulário de enceramento de orçamento */
.form-orcamento .form-group {
  margin-bottom: inherit;
}
.form-orcamento .form-control {
  height: calc(2.5em + 1.1rem + 2px);
  padding: 1.1rem 0.85rem;
  color: #21386a;
}
.form-orcamento .form-control:focus {
  box-shadow: none;
  border:1px solid #21386a;
}
.form-orcamento .form-control::placeholder {
  color:#abaeb1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 13px;
}

/* formulário para baixar o catálogo */
.form-catalogo form {
  margin-bottom: 0;
}
.form-catalogo form button {
  background-color: transparent;
  color: #21386a;
  outline: none;
  border: none;
  position: absolute;
  top: 28%;
  right: 3%;
  font-size: 20px;
}
.form-catalogo form button:hover {
  background-color: transparent;
  color: #14254a; 
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-catalogo #nome_catalogo {
  border-bottom: 0.5px solid #d9d9d9;
  border-radius: 0.25rem 0.25rem 0 0;
}
.form-catalogo #email_catalogo {
  border-radius: 0 0 0 0.25em;
  border-right: 0.5px solid #d9d9d9;
}
.form-catalogo #tel_catalogo {
  border-radius: 0 0 0.25rem 0;
}
.form-catalogo .form-group {
  margin-bottom: inherit;
}
.form-catalogo #nome_catalogo:focus,
.form-catalogo #email_catalogo:focus,
.form-catalogo #tel_catalogo:focus {
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border:1px solid #21386a;
}

.form-catalogo .form-control {
  border:1px solid #fff;
  height: calc(2.5em + 1.1rem + 2px);
  padding: 1.1rem 0.85rem;
  color: #21386a;
}
.form-catalogo .form-control:focus {
  box-shadow: none;
}
.form-catalogo .form-control::placeholder {
  color:#abaeb1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 13px;
}

.single-team-item {
  position: relative;
}
.single-team-item h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.single-team-item h4 span {
  font-size: 70%;
  display: block;
  margin-top: 10px;
  opacity: 0.7;
}
ul.social-link-team {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
ul.social-link-team li {
  display: inline-block;
}
ul.social-link-team li a {
  color: #fff;
  background-color: #00c1f3;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 5px;
}

/* Estilo da página de Contato*/
.form-title h2 {
  font-size: 25px;
  margin-bottom: 0;
}
.form-title p {
  font-size: 15px;
  line-height: 1.8;
}

/* áread de endereços na página Contato */
.contact-form-wrap {
  background-color: #f7f7f7;
  padding: 45px 30px;
  border-radius: 5px;
}
.contact-form-box {
  padding-left: 40px;
  margin-bottom: 30px;
}
.contact-form-box h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
}
.contact-form-box h4 i {
  position: absolute;
  left: -13%;
  color: #00c1f3;
  top: 2px;
}
.contact-form-box p {
  line-height: 1.8;
  color: #21386a;
}
.contact-form-box span a{
  color: #21386a;
  font-size: 15px
}
.contact-form-box p a {
  color: #21386a;
}
.contact-form-box p a:hover,
.contact-form-box span a:hover {
  color: #00c1f3;
}
.contact-form-wrap .contact-form-box:last-child {
  margin: 0;
}
.contact-form .form-group {
  margin-bottom: inherit;
}
.contact-form .form-control {
  height: calc(2.5em + 1.1rem + 2px);
  padding: 1.1rem 0.85rem;
  color: #21386a;
}
.contact-form .form-textarea {
  display: block;
  width: 100%;
  padding: 1.1rem 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
}
.contact-form textarea:focus {
  box-shadow: none;
  outline: none;
}

.contact-form .form-control:focus,
.contact-form .form-textarea:focus {
  box-shadow: none;
  border: 1px solid #21386a;
}
.contact-form .form-control::placeholder,
.contact-form .form-textarea::placeholder {
  color: #abaeb1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 13px;
}


/* produtos */
a.cart-btn {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  background-color: #00c1f3;
  color: #fff;
}
a.cart-btn i {
  margin-right: 5px;
}
.single-product-img img {
  border-radius: 5px;
  border:1px solid rgb(218, 218, 218);
}
.single-product-content h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8rem;
}
.single-product-content p {
  font-size: 17px;
  color: #555;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.5;
}
.single-product-content h4 {
  font-size: 20px;
  font-weight: 600;
}

/* tabela de carrinho de compra */
.cart-table-wrap table {
  border: 1px solid #f9f9f9;
  width: 100%;
}
.cart-table-wrap thead {
  border-bottom: 1px solid #eee;
}
.cart-table-wrap thead {
  background-color: #efefef;
}
.cart-table-wrap tbody tr td {
  text-align: center;
  border: 1px solid #efefef;
  padding: 10px;
  color: #21386a;
}
.cart-table-wrap tbody td .close-btn {
  color: #21386a;
  font-size: 23px;
}
.cart-table-wrap tbody td .close-btn:hover {
  color: #00c1f3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cart-table-wrap tr th {
  border-right: 1px solid #efefef;
  padding: 15px;
  font-weight: 500;
  text-align: center;
}
.cart-table-wrap td a img {
  max-width: 100px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 5px;
}
.cart-table-wrap td input {
  margin-bottom: 0;
}
.cart-table-wrap .btn-plus {
 border-radius: 0 0.25rem 0.25rem 0;
 line-height: 0;
}
.cart-table-wrap .btn-minus {
 border-radius: 0.25rem 0 0 0.25rem;
 line-height: 0;
}
/* aviso conclusao de orcamento */
.aviso-conclusao {
  text-align: center;
}
.aviso-conclusao p {
  font-size: 18px;
  line-height: 1.8rem;
}
.aviso-conclusao a {
  color: #00c1f3;
  font-weight: 700;
}
.aviso-conclusao a:hover {
  color: #21386a;
}

/* aviso carrinho*/
.aviso-carrinho i {
  font-size: 80px;
  border-radius: 100%;
  margin-bottom: 2rem;
}
.aviso-carrinho {
  padding: 3rem;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  text-align: center;
}
.aviso-carrinho p {
  font-size: 18px;
  line-height: 1.8rem;
}
.aviso-carrinho a {
  color: #00c1f3;
  font-weight: 700;
    text-transform: uppercase;
}
.aviso-carrinho a:hover {
  color: #21386a;
}


/* 404 Page Styles */
.error-text i {
  font-size: 90px;
  margin-bottom: 30px;
}
.error-text h1 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}
.error-text p {
  font-size: 21px;
  margin-bottom: 30px;
}

.product-img-box {
  border: 1px solid #d4d4d4;
  border-radius: 5px;	
  overflow: hidden;
}
.prodcut-img-thumb {
  border: 1px solid #d4d4d4;
  border-radius: 5px;	
  overflow: hidden;
}
.product-content-table {
  padding: 1.5em;
  border: 1px solid #d4d4d4;
  border-radius: 5px;		
}
.product-content-table table td {
  padding: 0.3rem 0.2rem !important;
}
.product-content-table .table thead,
.product-content-table .table tbody {
  text-align: center;
}
.product-content-table .table {
  border-top: none;
}
.product-content-table .table thead th {
  border-bottom: 0;
  border-top:0;
}
.product-content-table .table tbody tr td {
  vertical-align: middle;
}
.product-content-table .table .btn-primary {
  font-size: 12px;
  height: calc(1.7em + 0.75rem + 2px);
}
.product-content-table .table .btn-plus {
 border-radius: 0 0.25rem 0.25rem 0;
}
.product-content-table .table .btn-minus {
 border-radius: 0.25rem 0 0 0.25rem;
}

/* BG MARCAS */
.bg-marcas {
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
}
.bg-marcas.utilimark {
  background-color:#313131;
}
.bg-marcas.duchen {
  background-color:#21386a;
}
.utilimark img {
  width: 65%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.duchen img {
  width: 35%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bg-marcas:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* WhatsApp Botão */
.whatsapp {
  width: 70px;
  height: 70px;
  bottom: 150px;
  right: 50px;
  position: fixed;
  background-color: green;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  -webkit-box-shadow: 1px 9px 16px -4px rgba(0,0,0,0.78); 
  box-shadow: 1px 9px 16px -4px rgba(0,0,0,0.78);
  z-index: 5;
}
.whatsapp:hover {
  transition: all 0.5s;
  background-color: #014601;
  -webkit-box-shadow: none; 
  box-shadow: none;
}
.whatsapp:hover a {
  color: #d1d1d1;
}
.whatsapp a {
  color: #fff;
  font-size: 45px;
}