/*
  Theme Name: Odion - Creative Agency HTML5 Template
  Author: epilogtheme
  Version: 1.0
*/
/* CSS Index 
-----------------------------------
1. Theme default css
2. preloder
3. header-area
4. slider
5. counter
6. about-us-area
7. chosse-us-area
8. service-area
9. testimonial-area
10. blog-area
11. single-blog 
12. fotter-area 
13. section-tittle 
14. breadcrumbs-area 
15. demo-area 
16. team-area
17. blog-filtering
18. pagination-area
19. blog-sidebar-area
20. sidebar-widget
21. blog-details-area 
22. portfolio-area 
23. single-work 
24. contact-box-area 
25. contact-area
26.	contact-map
27.	model-button-animation
28.	404-wrapper
29.	Modal
30. Faq CSS
31. Pricing Table CSS
*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1D1E28;
  font-size: 16px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #4BC3C4;
  text-decoration: none;
}

a,
button {
  color: #4BC3C4;
  outline: medium none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #262339;
  margin-top: 0px;
  font-style: normal;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
}

hr {
  border-bottom: 2px solid rgba(255, 100, 106, 0.3607843137);
  border-top: 0 none;
  margin: 35px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

.clr {
  clear: both;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 10px;
  font-style: normal;
  margin-left: 0;
}

/* button style */
.btn {
  background: #4BC3C4;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding: 10px 30px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: 0.3s;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  box-shadow: none !important;
  border-radius: 30px;
}

.btn:hover {
  background: #000b22;
  color: #fff;
  border-color: #000b22;
}

.active-btn {
  background: #000b22;
  color: #fff;
  border-color: #000b22;
}

.btn:not(:disabled):not(.disabled):active,
:focus {
  color: #4BC3C4;
}

.btn:focus {
  background: #000b22;
  color: #4BC3C4;
  border-color: #000b22;
}

.btn:active {
  color: inherit;
  background: inherit;
}

.theme-bg {
  background: #F3F2F7;
}

.black-bg {
  background: #000b22;
}

.bg-white {
  background-color: #ffffff;
}

.breadcrumb > .active {
  color: #888;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .owl-nav div:hover {
  background: #2B96CC;
  color: #fff;
}

blockquote {
  margin: 50px 0;
  background: #E8F9FB;
  padding: 60px 30px;
  border-left: 4px solid #7354ff;
  padding-bottom: 45px;
}

/* back to top */
#scroll a {
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #4BC3C4;
  list-style-type: none;
  background: transparent;
  margin-right: 20px;
  border: 2px solid #4BC3C4;
  border-radius: 50%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#scroll a:hover {
  background: #4BC3C4;
  color: #ffffff;
  border-color: transparent;
}

/* 2. Preloader */
#loading {
  background-color: #000b22;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
}

.object {
  width: 25px;
  height: 25px;
  background-color: #4BC3C4;
  margin-right: 50px;
  float: left;
  margin-bottom: 50px;
}

.object:nth-child(2n+0) {
  margin-right: 0px;
}

#object_one {
  -webkit-animation: object_one 2s infinite;
  animation: object_one 2s infinite;
}

#object_two {
  -webkit-animation: object_two 2s infinite;
  animation: object_two 2s infinite;
}

#object_three {
  -webkit-animation: object_three 2s infinite;
  animation: object_three 2s infinite;
}

#object_four {
  -webkit-animation: object_four 2s infinite;
  animation: object_four 2s infinite;
}

@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes object_one {
  25% {
    transform: translate(75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, 75px) rotate(-180deg);
    -webkit-transform: translate(75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, 75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes object_two {
  25% {
    transform: translate(0, 75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, 75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, 75px) rotate(-180deg);
    -webkit-transform: translate(-75px, 75px) rotate(-180deg);
  }
  75% {
    transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes object_three {
  25% {
    transform: translate(0, -75px) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(75px, -75px) rotate(-180deg);
    -webkit-transform: translate(75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(75px, 0) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(75px, 0) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes object_four {
  25% {
    transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
    -webkit-transform: translate(-75px, 0) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translate(-75px, -75px) rotate(-180deg);
    -webkit-transform: translate(-75px, -75px) rotate(-180deg);
  }
  75% {
    transform: translate(0, -75px) rotate(-270deg) scale(0.5);
    -webkit-transform: translate(0, -75px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/* 3. ============================= header-area ======================*/
.header-area {
  background: #fff;
}
.header-area.sticky {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.header-area .logo-area a {
  color: #333;
}
.header-area .logo-area img {
  width: 48px;
  height: 48px;
}
.header-area .main-menu {
  text-align: right;
}
.header-area .main-menu ul li {
  display: inline-block;
  margin: 0 16px;
  position: relative;
}
.header-area .main-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #353535;
  padding: 25px 0;
  display: block;
}
.header-area .main-menu ul li a i::before {
  font-size: 8px;
  color: #888888;
  font-weight: 600;
}
.header-area .main-menu ul li .sub-menu {
  position: absolute;
  width: 210px;
  background-color: #FFF;
  top: 100%;
  text-align: start;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 11;
}
.header-area .main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
}
.header-area .main-menu ul li .sub-menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #353535;
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
}
.header-area .main-menu ul li .sub-menu li a:hover {
  background-color: #4BC3C4;
  color: #fff;
}
.header-area .main-menu ul li .sub-menu li:last-child a {
  border: none;
}
.header-area .main-menu ul li:hover > a {
  color: #4BC3C4;
}
.header-area .main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-area .main-menu ul li.active {
  border-bottom: 4px solid #4BC3C4;
}
.header-area .main-menu ul li.active a {
  color: #4BC3C4;
}
.header-area .header-action-button {
  display: flex;
}
.header-area .header-action-button .header-btn {
  padding: 10px 30px;
}
.header-area .header-action-button .login {
  margin-right: 14px;
}

.header-2 .header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: none;
  padding: 10px 0px;
}
.header-2 .header-area .color-logo {
  display: none;
}
.header-2 .header-area.sticky {
  background: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0;
}
.header-2 .header-area.sticky .color-logo {
  display: block;
}
.header-2 .header-area.sticky .white-logo {
  display: none;
}
.header-2 .header-area.sticky .main-menu ul li a {
  color: #000000;
}
.header-2 .header-area.sticky .main-menu ul li a i::before {
  color: #000000;
}
.header-2 .header-area .main-menu ul li a {
  color: #fff;
}
.header-2 .header-area .main-menu ul li a i::before {
  color: #fff;
}

/* 4. ============================= slider-area ======================*/
.slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: auto;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 16px;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}

.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: white;
}

@media (max-width: 768px) {
  .prev,
  .next {
    padding: 10px;
  }
}
/* 5. ============================= counter_wrapper ======================*/
.counter_wrapper.counter-2 {
  margin-top: 0;
  background: #7354ff;
  background-image: url(../img/Shape.png);
  background-size: contain;
  padding: 60px 0;
}
.counter_wrapper.counter-2 .count_box {
  margin-bottom: 15px;
  margin-top: 15px;
}
.counter_wrapper.counter-2 .count_box:hover h3 {
  color: #353535;
}
.counter_wrapper.counter-2 .count_box:hover i::before {
  color: #353535;
}
.counter_wrapper.counter-2 .count_box:hover p {
  color: #353535;
}
.counter_wrapper.counter-2 .count_box:hover {
  background: #ffffff;
  border-radius: 0;
}
.counter_wrapper .count_box {
  padding: 15px 0;
  border-radius: 5px 5px 30px 30px;
  text-align: center;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.counter_wrapper .count_box i::before {
  font-size: 60px;
  color: #353535;
  transition: 0.3s;
}
.counter_wrapper .count_box h3 {
  font-size: 35px;
  font-weight: 500;
  color: #353535;
  margin: 15px 0;
  transition: 0.3s;
}
.counter_wrapper .count_box p {
  font-size: 18px;
  font-weight: 500;
  color: #353535;
  transition: 0.3s;
}
.counter_wrapper .count_box:hover h3 {
  color: #ffffff;
}
.counter_wrapper .count_box:hover i::before {
  color: #ffffff;
}
.counter_wrapper .count_box:hover p {
  color: #ffffff;
}
.counter_wrapper .count_box:hover {
  background: #4BC3C4;
}

/* 6. ============================= about-us-area ======================*/
.about-us-area .about-image {
  margin-top: 25px;
}
.about-us-area .about-info h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-us-area .about-info p {
  font-size: 14px;
  margin-bottom: 15px;
}
.about-us-area .about-info .indicator-area li {
  margin-bottom: 12px;
  display: flex;
}
.about-us-area .about-info .indicator-area li i::before {
  font-size: 15px;
  color: #4BC3C4;
  margin-right: 15px;
  vertical-align: middle;
}
.about-us-area .about-info .indicator-area li span {
  font-size: 15px;
  font-weight: 500;
}
.about-us-area .about-info .about-btn {
  margin-top: 15px;
}

/* 7. ============================= chosse-us-area ======================*/
.chosse-us-area h2 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}
.chosse-us-area p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}
.chosse-us-area .chosse-info {
  display: flex;
}
.chosse-us-area .chosse-info i::before {
  font-size: 40px;
  background: white;
  padding: 12px;
  color: #000000;
  border-radius: 10px;
  margin-right: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;
  transition: 0.3s;
}
.chosse-us-area .chosse-info .chosse-text h4 {
  font-size: 20px;
  font-weight: 500;
}
.chosse-us-area .chosse-info .chosse-text p {
  text-align: left;
  font-size: 14px;
  margin-top: 0;
}
.chosse-us-area .chosse-info:hover i::before {
  background: #4BC3C4;
  color: #fff;
}

/* 8. ============================= service-area ======================*/
.service-area.service-area-2 .service-text i {
  margin-bottom: 20px;
}
.service-area.service-area-2 .service-text i::before {
  font-size: 50px;
  color: #ffffff;
  transition: 0.3s;
  background: #4BC3C4;
  border-radius: 90%;
  padding: 25px;
}
.service-area.service-area-2 .service-text:hover i::before {
  background: #ffffff;
  color: #4BC3C4;
}
.service-area.service-area-2 .service-text h4 {
  margin-top: 30px;
}
.service-area h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.service-area p {
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}
.service-area .service-img {
  width: 100%;
  height: 100%;
}
.service-area .service-img.shadow {
  box-shadow: 0px 3px 12px 1px rgba(64, 64, 64, 0.1);
}

/* 9. ============================= testimonial-area ======================*/
.testimonial-area {
  background-image: url(../img/world-shape.png);
  background-color: #000b22;
  background-size: contain;
}
.testimonial-area h2 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.testimonial-area p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}
.testimonial-area .testimonial-info .client-area {
  background: #FFFFFF;
  padding: 25px 25px;
  border-radius: 5px;
  margin: 0px 10px;
  /*box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;*/
  outline: none;
}
.testimonial-area .testimonial-info .client-area .client-info {
  display: flex;
  align-items: center;
}
.testimonial-area .testimonial-info .client-area .client-info .client-image {
  margin-right: 20px;
}
.testimonial-area .testimonial-info .client-area .client-info .client-image img {
  display: block;
  border-radius: 90%;
  width: 75px;
  height: 75px;
}
.testimonial-area .testimonial-info .client-area .client-info .client-title h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 0;
}
.testimonial-area .testimonial-info .client-area .client-info .client-title p {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.testimonial-area .testimonial-info .client-area span {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 15px;
  display: block;
}
.testimonial-area .testimonial-info button.slick-prev.slick-arrow {
  position: absolute;
  right: 6%;
  top: -30%;
  color: #fff;
  outline: none;
  padding: 5px 15px;
  background: #7354ff;
  border: none;
  border-radius: 5px;
  width: 40px;
}
.testimonial-area .testimonial-info button.slick-prev.slick-arrow:hover {
  background: #ffffff;
  transition: all 0.3s;
  color: #353535;
}
.testimonial-area .testimonial-info button.slick-next.slick-arrow {
  position: absolute;
  right: 15px;
  top: -30%;
  background: #7354ff;
  color: #fff;
  outline: none;
  padding: 5px 15px;
  border: none;
  border-radius: 5px;
}
.testimonial-area .testimonial-info button.slick-next.slick-arrow:hover {
  background: #ffffff;
  transition: all 0.3s;
  color: #353535;
}

/* 10. ============================= blog-area ======================*/
.blog-area h2 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}
.blog-area p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.blog-area .blog-img {
  width: 100%;
  height: 100%;
}

/* 11. ----------------- single-blog --------------*/
.single-blog {
  margin-bottom: 40px;
}
.single-blog .blog-image {
  overflow: hidden;
}
.single-blog .blog-image img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.single-blog .blog-info {
  padding: 16px;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}
.single-blog .blog-info .blog-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single-blog .blog-info .blog-meta span {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.single-blog .blog-info .blog-meta span:hover {
  color: #4BC3C4;
  transition: all 0.3s;
}
.single-blog .blog-info .blog-meta i {
  color: #222222;
}
.single-blog .blog-info .blog-title {
  font-size: 22px;
  font-weight: 500;
}
.single-blog .blog-info p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
}
.single-blog .blog-info .blog-btn {
  margin-top: 0px;
  padding: 10px 25px;
}
.single-blog:hover .blog-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* 12. ============================= fotter-area ======================*/
.fotter-area .fotter-widget {
  margin-bottom: 30px;
}
.fotter-area .fotter-widget .fotter-logo {
  margin-bottom: 30px;
}
.fotter-area .fotter-widget p {
  font-size: 14px;
  font-weight: 400;
  color: #B6B6B6;
}
.fotter-area .fotter-widget img {
  width: 140px;
  height: 140px;
}
.fotter-area .fotter-widget .social-icon {
  margin-top: 30px;
}
.fotter-area .fotter-widget .social-icon li {
  display: inline-block;
  margin-right: 20px;
}
.fotter-area .fotter-widget .social-icon li a {
  background: #4BC3C4;
  padding: 8px 8px;
  border-radius: 5px;
  transition: 0.3s;
}
.fotter-area .fotter-widget .social-icon li a i::before {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  transition: 0.3s;
}
.fotter-area .fotter-widget .social-icon li a:hover {
  background: #fff;
}
.fotter-area .fotter-widget .social-icon li a:hover i::before {
  color: #4BC3C4;
}
.fotter-area .fotter-widget .fotter-subtitle {
  margin-bottom: 10px;
}
.fotter-area .fotter-widget .fotter-subtitle h5 {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
}
.fotter-area .fotter-widget .fotter-link li {
  margin-bottom: 5px;
}
.fotter-area .fotter-widget .fotter-link li a {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  color: #B6B6B6;
}
.fotter-area .fotter-widget .fotter-link li a:hover {
  color: #4BC3C4;
}
.fotter-area .fotter-widget .contact-info {
  margin-top: 15px;
}
.fotter-area .fotter-widget .contact-info li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  color: #B6B6B6;
}
.fotter-area .fotter-widget .contact-info li i::before {
  font-size: 14px;
  margin-right: 10px;
  color: #B6B6B6;
}
.fotter-area .fotter-widget .subscibe-area {
  margin-top: 30px;
}
.fotter-area .fotter-widget .subscibe-area input {
  padding: 10px 10px;
  margin-bottom: 10px;
  width: 100%;
  color: #B6B6B6;
  border: none;
  border-radius: 5px;
  outline: none;
  background: rgba(159, 159, 159, 0.34);
}
.fotter-area .fotter-widget .subscibe-area input::placeholder {
  color: #fff;
  font-size: 14px;
  opacity: 1;
}
.fotter-area .fotter-widget .subscibe-area .subscribe-btn {
  padding: 12px 20px;
}
.fotter-area .copy-right-area {
  border-top: 1px solid #666;
  padding: 20px 0;
}
.fotter-area .copy-right-area span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #B6B6B6;
}
.fotter-area .copy-right-area a {
  font-size: 15px;
  font-weight: 400;
  color: #B6B6B6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fotter-area .copy-right-area img {
  width: 16px;
  height: 17px;
  margin-right: 10px;
}

/* 13. ----------------- section-title --------------*/
.section-title h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
.section-title p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
  max-width: 580px;
  width: 100%;
  margin: 15px auto 0px auto;
}

/* 14. ======== breadcrumbs-area ===========*/
.breadcrumbs-area {
  background-image: url(../img/breadcrumb-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumbs-area .breadcrumbs-wrapper {
  background: rgba(0, 0, 0, 0.75);
}

.breadcrumbs-area .breadcrumbs-wrapper .mk-page-title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb {
  padding: 0px 0px;
  background: none;
  margin: 0 auto;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active {
  color: #4BC3C4;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff !important;
}
.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #4BC3C4 !important;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item i::before {
  margin: 0 5px;
}

.breadcrumbs-area .breadcrumbs-wrapper .breadcrumb .breadcrumb-item.active::before {
  display: none;
}

/* 15. ======== demo-area ===========*/
.demo-area .demon-info .demo-item {
  display: flex;
  padding: 15px 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;
  transition: 0.3s;
  border-radius: 10px;
  margin-bottom: 40px;
  padding-right: 0;
}
.demo-area .demon-info .demo-item i::before {
  font-size: 60px;
  margin-right: 20px;
  color: #4BC3C4;
  transition: 0.3s;
}
.demo-area .demon-info .demo-item .content h5 {
  font-size: 18px;
  margin-top: 20px;
  transition: 0.3s;
  color: #222222;
}
.demo-area .demon-info .demo-item .content p {
  transition: 0.3s;
  color: #888888;
}
.demo-area .demon-info .demo-item:hover {
  background: #4BC3C4;
}
.demo-area .demon-info .demo-item:hover i::before {
  color: #fff;
}
.demo-area .demon-info .demo-item:hover .content h5 {
  color: #fff;
}
.demo-area .demon-info .demo-item:hover .content p {
  color: #fff;
}
.demo-area .demon-info .video-area .video-thum {
  position: relative;
  display: inline-block;
}
.demo-area .demon-info .video-area .video-thum .inner-image {
  position: relative;
}
.demo-area .demon-info .video-area .video-thum .inner-image img {
  width: 100%;
  z-index: 1;
}
.demo-area .demon-info .video-area .video-thum a {
  position: absolute;
  background: #4BC3C4;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 100px;
  color: #fff;
  transform: translateY(-50%);
}
.demo-area .demon-info .video-area .video-thum .animate::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 0.7px solid #fff;
  top: 20px;
  left: 20px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  transform: scale(1);
  opacity: 50%;
  animation: 2s ease-in-out 0.5s infinite waveAlarm;
}
.demo-area .demon-info .video-area .video-thum .animate::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 0.7px solid #fff;
  top: 20px;
  left: 20px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  transform: scale(1);
  opacity: 40%;
  animation: 2s ease-in-out infinite waveAlarm;
}

/* 16. ======== team-area ===========*/
.team-area .team-info .team-item {
  box-shadow: rgba(0, 0, 0, 0.08) 2px 2px 10px 1px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.team-area .team-info .team-item img {
  width: 100%;
}
.team-area .team-info .team-item .team-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #4BC3C4;
}
.team-area .team-info .team-item .team-content h5 {
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
  color: #fff;
  text-transform: uppercase;
}
.team-area .team-info .team-item .team-content span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.team-area .team-info .team-item .team-content .social-icon {
  margin-top: 20px;
}
.team-area .team-info .team-item .team-content .social-icon li {
  display: inline-block;
}
.team-area .team-info .team-item .team-content .social-icon li a i::before {
  font-size: 18px;
  margin: 8px;
  transition: 0.3s;
  background: #fff;
  padding: 6px;
  border-radius: 2px;
}
.team-area .team-info .team-item .team-content .social-icon li:hover i::before {
  color: #353535;
}
.team-area .team-info .team-item:hover .team-content h5 {
  color: #353535;
}

/* 17. ======== blog-filtering ===========*/
.blog-filtering .blog-filter-menu .filter-menu-btn {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  background: none;
  color: #222222;
  margin-right: 50px;
  border: 0;
  transition: 0.3s;
}
.blog-filtering .blog-filter-menu .filter-menu-btn:hover {
  color: #4BC3C4;
}
.blog-filtering .blog-filter-menu .active-btn {
  color: #4BC3C4;
}
.blog-filtering .single-blog .blog-info .blog-btn {
  padding: 15px 30px;
}

/* 18. ======== pagination-area ===========*/
.pagination-area .page-item.active .page-link {
  background-color: #4BC3C4;
  border-color: #4BC3C4;
}
.pagination-area .page-link {
  color: #353535;
  padding: 0.5rem 1rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  margin: 5px;
  border-radius: 3px;
}
.pagination-area .page-link:hover {
  background-color: #4BC3C4;
  color: #fff;
}

/* 19. ======== blog-sidebar-area ===========*/
.blog-sidebar-area .blog-filter-menu .filter-menu-btn {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  background: none;
  color: #222222;
  margin-right: 50px;
  border: 0;
  transition: 0.3s;
}
.blog-sidebar-area .blog-filter-menu .filter-menu-btn:hover {
  color: #4BC3C4;
}
.blog-sidebar-area .blog-filter-menu .active-btn {
  color: #4BC3C4;
}
.blog-sidebar-area .single-blog .blog-info .blog-btn {
  padding: 15px 30px;
}

/* 20. ======== sidebar-widget ===========*/
.sidebar-widget .sidebar-widget-item {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 30px;
  margin-bottom: 50px;
}
.sidebar-widget .sidebar-widget-item h3.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-widget .sidebar-widget-item form.post-search {
  position: relative;
  border: 1px solid #666666;
  padding: 10px;
  background: #ECECEC;
  border-radius: 5px;
}
.sidebar-widget .sidebar-widget-item form.post-search input {
  border: 0;
  outline: none;
  box-shadow: none;
  background: none;
  color: #222222;
}
.sidebar-widget .sidebar-widget-item form.post-search button {
  border: none;
  right: 0;
  position: absolute;
  background: none;
  padding-right: 20px;
}
.sidebar-widget .sidebar-widget-item form.post-search button i::before {
  font-size: 16px;
  color: #353535;
}
.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item {
  margin-bottom: 20px;
}
.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item .small-post-item-image {
  margin-right: 15px;
  width: 30%;
}
.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item .small-post-item-image img {
  border-radius: 5px;
}
.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item .small-post-item-content {
  width: 70%;
}
.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item span.post-date {
  font-size: 14px;
  color: #6D6D6D;
}
.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item h3.small-post-item-title {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
}
.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item h3.small-post-item-title a {
  color: #353535;
  text-decoration: none;
}
.sidebar-widget .sidebar-widget-item .small-post-wrapper .small-post-item h3.small-post-item-title a:hover {
  color: #4BC3C4;
}
.sidebar-widget .sidebar-widget-item ul.categories {
  margin: 0px;
  padding: 0px;
}
.sidebar-widget .sidebar-widget-item ul.categories li {
  margin: 12px 0px;
}
.sidebar-widget .sidebar-widget-item ul.categories li a {
  color: #353535;
  font-weight: 400;
  text-decoration: none;
}
.sidebar-widget .sidebar-widget-item ul.categories li a i {
  top: 1.7px;
  position: relative;
}
.sidebar-widget .sidebar-widget-item ul.categories li a i::before {
  vertical-align: middle;
  margin-right: 10px;
}
.sidebar-widget .sidebar-widget-item ul.categories li a:hover {
  transition: all 0.4s ease;
  color: #4BC3C4;
  margin-left: 10px;
}
.sidebar-widget .sidebar-widget-item .related-tag .tag-btn {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 15px 10px;
  color: #353535;
  margin: 5px;
  color: #222222;
  transition: 0.3s;
}
.sidebar-widget .sidebar-widget-item .related-tag .tag-btn:hover {
  color: #4BC3C4;
}

/* 21. ======== blog-details-area ===========*/
.blog-details-area .blog-info .full-blog .blog-content .blog-meta {
  display: flex;
  justify-content: space-between;
}
.blog-details-area .blog-info .full-blog .blog-content .blog-meta a {
  color: #000;
  margin-top: 16px;
  font-size: 15px;
}
.blog-details-area .blog-info .full-blog .blog-content .blog-meta a i:before {
  font-size: 14px;
  margin-right: 6px;
}
.blog-details-area .blog-info .full-blog .blog-content .blog-title {
  margin: 15px 0;
}
.blog-details-area .blog-info .full-blog .blog-content .blog-title a {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}
.blog-details-area .blog-info .full-blog .blog-content .blog-title a i::before {
  font-size: 15px;
  color: #4BC3C4;
  margin-right: 10px;
}
.blog-details-area .blog-info .full-blog .blog-content h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 30px;
}
.blog-details-area .blog-info .full-blog .blog-content blockquote {
  margin: 50px 0;
  background: #E8F9FB;
  padding: 60px 30px;
  border-left: 4px solid #4BC3C4;
  padding-bottom: 45px;
}
.blog-details-area .blog-info .full-blog .blog-content blockquote p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
.blog-details-area .blog-info .full-blog .blog-content blockquote span {
  font-size: 14px;
  font-weight: 500;
}
.blog-details-area .blog-info .full-blog .blog-content .blog-sp-image {
  margin-bottom: 50px;
}
.blog-details-area .comment-area {
  margin-top: 100px;
}
.blog-details-area .comment-area h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}
.blog-details-area .comment-area .comment-list-wrapper .comment-list .author-image {
  margin-right: 20px;
}
.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .author-name {
  font-size: 16px;
  margin: 0;
  margin-right: 40px;
  display: flex;
  align-items: center;
}
.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .comment-date a {
  font-size: 14px;
  font-weight: 400;
  color: #353535;
}
.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .comment-date a i::before {
  font-size: 16px;
  color: #353535;
  margin-right: 4px;
}
.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .comment-reply-link {
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid #4BC3C4;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
.blog-details-area .comment-area .comment-list-wrapper .comment-list .comment-text .comment-reply-link:hover {
  background: #4BC3C4;
  color: #fff;
}
.blog-details-area .comment-form h4 {
  font-size: 20px;
  font-weight: 500;
}
.blog-details-area .comment-form form .form-group .form-control {
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  box-shadow: none;
  outline: none;
  border: 1px solid #707070;
  border-radius: 0;
  color: #888888;
}

/* 22. ======== portfolio-area ===========*/
.portfolio-area .item-menu button {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  background: none;
  color: #6D6D6D;
  padding: 0;
  margin-right: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
}
.portfolio-area .item-menu button:hover {
  background: #4BC3C4;
  color: #fff;
}
.portfolio-area .item-menu button.is-checked {
  color: #fff;
  background: #4BC3C4;
}

table.project-details-table {
  width: 100%;
}

table.project-details-table tr td {
  border: 1px solid #ddd;
  padding: 10px;
}

h3.project-details-title {
  margin-bottom: 20px;
}

/* 23. ======== single-work ===========*/
.single-work {
  margin-bottom: 40px;
}
.single-work .wrapper .thumb img {
  width: 100%;
}
.single-work .wrapper .thumb .thumb-content {
  position: absolute;
  top: 90%;
  transform: translateY(-90%);
  left: 0;
  right: 0;
  transition: 0.3s;
}
.single-work .wrapper .thumb .thumb-content p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-work .wrapper .thumb .thumb-content span {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
.single-work .wrapper .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.single-work .wrapper .content p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-work .wrapper .content span {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
.single-work .wrapper .content .project-btn {
  margin-top: 30px;
  background: #fff;
  color: #4BC3C4;
  padding: 13px 35px;
  font-size: 18px;
}
.single-work .wrapper .content .project-btn:hover {
  color: #fff;
  background: #4BC3C4;
  border-color: #4BC3C4;
}
.single-work .wrapper:hover .thumb::before {
  background: linear-gradient(0deg, #FF363D 0%, #000000 100%);
  opacity: 0.7;
}
.single-work .wrapper:hover .thumb-content {
  display: none;
}
.single-work .wrapper:hover .content {
  visibility: visible;
  opacity: 1;
}

/* 24. ======== contact-box-area ===========*/
.contact-box-area {
  margin-top: 130px;
  margin-bottom: 60px;
}

.contact-box-area .single-contact-box {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  margin-bottom: 40px;
  min-height: 250px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact-box-area .single-contact-box:hover .mete-title i::before {
  background: #4BC3C4;
  color: #fff;
}

.contact-box-area .single-contact-box .meta-content {
  margin-top: 40px;
}

.contact-box-area .single-contact-box:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.contact-box-area .single-contact-box .mete-title {
  margin-top: 30px;
}

.contact-box-area .single-contact-box .mete-title i::before {
  font-size: 30px;
  color: #ffffff;
  padding: 16px 20px;
  background: #4BC3C4;
  border-radius: 5px;
  transition: 0.3s;
}

.contact-box-area .single-contact-box .mete-title h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  color: #353535;
  margin-bottom: 25px;
}

.contact-box-area .single-contact-box .meta-content p {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #353535;
}

/* 25. ======== contact-area-area ===========*/
.contact-area {
  margin-top: 50px;
  padding: 80px 0 60px;
  background: url(../img/contactus_bg.png) no-repeat;
  background-size: cover;
}

.contact-area form h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.contact-area form input {
  padding: 10px 10px;
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}

.contact-area form .form-group textarea {
  padding: 8px 10px;
  border: 1px solid #d8d8d8;
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-btn {
  background: linear-gradient(87deg, #00FFF5 0%, #1DE5FF 100%);
  border-radius: 8px;
  margin-bottom: 20px;
}

p.form-message.error {
  color: red;
  margin-top: 20px;
}

p.form-message.success {
  color: green;
  margin-top: 20px;
}

/* 26. ======== contact-map ===========*/
.contact-map {
  min-height: 500px;
  position: relative;
  /*	  &::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background: #222222;
  	opacity: 0.65;
    height: 100%;
    width: 100%;
   }*/
}
.contact-map iframe {
  width: 100%;
  min-height: 500px;
  border: 0;
}
.contact-map .video-thum {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.contact-map .video-thum a {
  background: #fff;
  border-radius: 50%;
  height: 70px !important;
  width: 70px !important;
  display: block;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.contact-map .video-thum a i::before {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.contact-map .video-thum .animate::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 0.7px solid #fff;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  transform: scale(1);
  opacity: 50%;
  animation: 2s ease-in-out 0.5s infinite waveAlarm;
  margin: 0 auto;
}
.contact-map .video-thum .animate::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 30px;
  border-radius: 50%;
  position: absolute;
  border: 0.7px solid #fff;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  transform: scale(1);
  opacity: 40%;
  animation: 2s ease-in-out infinite waveAlarm;
  margin: 0 auto;
}
.contact-map .video-thum p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-top: 50px;
}

/* 27. ======== model-button-animation ===========*/
@keyframes waveAlarm {
  0% {
    transform: scale(1);
    opacity: 40%;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* 28. ======== 404-wrapper ===========*/
.bl-404-wrapper {
  padding: 50px 0;
}
.bl-404-wrapper h1 {
  font-size: 150px;
  font-weight: bold;
}
.bl-404-wrapper h3 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 26px;
  font-size: 34px;
}
.bl-404-wrapper a.go-back {
  margin-bottom: 50px;
}

/* 29. ======== Modal CSS ===========*/
div#signinModal {
  top: 50%;
  transform: translateY(-50%);
}
div#signinModal .modal-header .close {
  margin: -0.7rem -1rem -1rem auto;
}

div#signupModal {
  top: 38%;
  transform: translateY(-38%);
}
div#signupModal .modal-header .close {
  margin: -0.7rem -1rem -1rem auto;
}

form.form-signin-signup input[type=email],
form.form-signin-signup input[type=password],
form.form-signin-signup input[type=text] {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 0;
  height: 40px;
}
form.form-signin-signup input[type=email]:focus,
form.form-signin-signup input[type=password]:focus,
form.form-signin-signup input[type=text]:focus {
  border: 1px solid #4BC3C4;
  box-shadow: none;
}
form.form-signin-signup button {
  padding: 13px 15px;
  font-size: 20px;
  font-weight: 400;
}

/* 30. ======== Faq CSS ===========*/
.faq-area a {
  color: #262339;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.faq-area a:hover {
  text-decoration: none;
}
.faq-area a.focus {
  text-decoration: none;
}
.faq-area .card {
  border: none;
  border-radius: 0.25rem;
  margin-bottom: 15px;
}
.faq-area .card-header {
  background-color: #F3F2F7;
  border-bottom: none;
  padding: 16px 20px;
  transition: 0.3s;
}
.faq-area .card-header a i {
  position: absolute;
  right: 24px;
  top: 20px;
  display: none;
}
.faq-area .card .card-header a[aria-expanded=true] i.fas.fa-minus,
.faq-area .style-faq .card .card-header a[aria-expanded=false] i.fas.fa-plus {
  display: block;
}

/* 31. ======== Pricing Table CSS ===========*/
.pricing-area .pricing-wrap {
  padding: 33px 20px 40px 20px;
  transition: all 0.6s ease 0s;
  border-top: 6px solid #fff;
  box-shadow: 0px 0px 17px 7px rgba(200, 200, 200, 0.1803921569);
  background: #fff;
  margin-bottom: 30px;
}
.pricing-area .pricing-wrap:hover {
  border-top: 6px solid #364675;
}
.pricing-area .pricing-wrap:hover .price-btn i {
  color: #fff;
}
.pricing-area .pricing-wrap.active {
  border-top: 6px solid #364675;
}
.pricing-area .pricing-wrap.active .price-btn {
  background: #000b22;
}
.pricing-area .price-content h5 {
  font-size: 20px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #353535;
}
.pricing-area .price-content p.price-number {
  font-size: 48px;
  color: #4BC3C4;
  font-weight: 700;
  margin: 30px;
}
.pricing-area .price-content .price-btn {
  margin-top: 30px;
}
.pricing-area .price-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-area .price-content ul li {
  color: #353535;
  line-height: 40px;
}
.pricing-area .price-content .price-icon i:before {
  font-size: 60px;
  background: #364675;
  color: #fff;
  padding: 15px;
  border-radius: 90%;
}

.about_us {
  width: 100%;
}
.about_us .head_banner {
  margin: 0;
  padding: 0;
}
.about_us .head_banner img {
  width: 100%;
}
.about_us .tab_change {
  width: 100%;
}
.about_us .tab_change .tab_cont {
  height: 67px;
  background: #f9fbff;
  box-shadow: 2px 5 10px 0px rgba(25, 102, 252, 0.1);
  border-radius: 7px;
  margin-top: -34px;
  position: relative;
  display: flex;
}
.about_us .tab_change .tab_cont .img_left {
  width: 34px;
  height: 34px;
  margin: 17px 0 17px 27px;
}
.about_us .tab_change .tab_cont .tabs {
  position: relative;
  width: 100%;
}
.about_us .tab_change .tab_cont .tabs .tab-list {
  display: flex;
  white-space: nowrap;
  margin-left: 83px;
}
.about_us .tab_change .tab_cont .tabs .tab_dj {
  width: 240px;
  display: flex;
  justify-content: space-between;
}
.about_us .tab_change .tab_cont .tabs .tab-item {
  cursor: pointer;
  user-select: none;
  padding: 22px 0px;
}
.about_us .tab_change .tab_cont .tabs .tab-item.active {
  color: #0052d9;
  border-bottom: 2px solid #0052d9;
}
.about_us .tab_change .tab_cont .tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #0052d9;
  transition: left 0.3s ease;
}
.about_us .tab_change .tab_cont .tabs .tab-content {
  padding: 20px;
}
.about_us .tab_content .tab_first .tab_title {
  margin-top: 83px;
}
.about_us .tab_content .tab_first .wx_p {
  margin-top: 83px;
}
.about_us .tab_content .tab_first .wx_p p {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 33px;
}
.about_us .tab_content .tab_first .time_shaft {
  width: 100%;
  background: url("https://malloss.dupmarket.com/website/img/about/mb.png");
  background-size: 100% 100%;
}
.about_us .tab_content .tab_first .time_shaft .tab_title {
  padding-top: 83px;
}
.about_us .tab_content .tab_first .time_shaft .image_container img {
  height: 393px;
  margin: 108px auto 0 auto;
  display: block;
  transition: transform 0.3s ease;
}
.about_us .tab_content .tab_first .time_shaft .an_img {
  padding: 15px;
  width: 20%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.about_us .tab_content .tab_first .time_shaft .an_img img {
  width: 33px;
  cursor: pointer;
}
.about_us .tab_content .tab_first .bg_center {
  width: 100%;
  height: 100px;
  background: url("https://malloss.dupmarket.com/website/img/about/bgc.png");
}
.about_us .tab_content .tab_first .bg_center .bg_container {
  display: flex;
  justify-content: space-between;
}
.about_us .tab_content .tab_first .bg_center .bg_img_back {
  width: auto;
  display: flex;
}
.about_us .tab_content .tab_first .bg_center .bg_img_back img {
  width: 35px;
  height: 33px;
  margin: 24px 12px 43px 0;
}
.about_us .tab_content .tab_first .bg_center .bg_img_back .nr_p p:nth-child(1) {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 24px 0 8px 0;
}
.about_us .tab_content .tab_first .bg_center .bg_img_back .nr_p p:nth-child(2) {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
}
.about_us .tab_content .tab_first .commpany_js img {
  width: 100%;
  display: block;
  margin: 125px auto 0 auto;
}
.about_us .tab_content .tab_second {
  width: 100%;
  margin-top: 83px;
}
.about_us .tab_content .tab_second .news_zx {
  height: auto;
  margin-bottom: 100px;
}
.about_us .tab_content .tab_last .grid_conten {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 67px;
  width: 100%;
  margin-top: 83px;
}
.about_us .tab_content .tab_last .grid_conten .conten_box {
  width: 100%;
  height: 267px;
  background: #f9fbff;
  border-radius: 7px;
  cursor: pointer;
}
.about_us .tab_content .tab_last .grid_conten .conten_box img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 33px auto 0 auto;
}
.about_us .tab_content .tab_last .grid_conten .conten_box p {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  text-align: center;
  margin-top: 15px;
}
.about_us .tab_content .tab_last .grid_conten .conten_box .p_text {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 17px;
  margin: 18px auto;
  width: 152px;
  display: block;
}
.about_us .tab_content .tab_last .grid_conten .conten_box .hover-line {
  position: relative;
  width: 167px;
  height: 2px;
  background-color: #0052d9;
  overflow: hidden;
  margin: 17px auto 0 auto;
}
.about_us .tab_content .tab_last .grid_conten .conten_box .hover-line::before,
.about_us .tab_content .tab_last .grid_conten .conten_box .hover-line::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #cccccc;
  z-index: 1;
}
.about_us .tab_content .tab_last .grid_conten .conten_box .hover-line::before {
  left: 0;
  width: 50px;
}
.about_us .tab_content .tab_last .grid_conten .conten_box .hover-line::after {
  right: 0;
  width: 50px;
}
.about_us .tab_content .tab_last .grid_conten .conten_box .hover-line:hover .middle {
  width: 100%;
}
.about_us .tab_content .tab_last .grid_conten .conten_box:hover .hover-line::before {
  opacity: 0.1;
}
.about_us .tab_content .tab_last .grid_conten .conten_box:hover .hover-line::after {
  opacity: 0.1;
}
.about_us .tab_content .tab_last .grid_conten .conten_box:hover .p_text {
  color: #0052d9;
}
.about_us .tab_content .tab_last .grid_conten .conten_box:hover {
  box-shadow: 10px 10px 5px rgba(25, 102, 252, 0.1);
}
.about_us .map_img {
  width: 100%;
  margin: 83px 0 83px 0;
}
.about_us .map_img img {
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 1600px) {
  .tab_title {
    margin-top: 100px !important;
  }
  .wx_p {
    margin-top: 83px !important;
  }
  .about_us .map_img img {
    height: 480px;
  }
}
@media screen and (max-width: 1600px) {
  .tab_title {
    margin-top: 100px !important;
  }
}
.w1200 {
  width: 1200px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .w1440 {
    width: 1440px;
    display: block;
    margin: 0 auto;
  }
}
.title-des {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-des .title {
  display: flex;
  align-items: center;
}
.title-des .title .icon {
  width: 16px;
  height: 16px;
}
.title-des .title .text {
  margin: 0 10px;
  font-weight: 500;
  font-size: 24px;
}
.title-des .des {
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.f_tankage .page_boxs {
  max-height: 620px;
  overflow: hidden;
}
.f_tankage .grid_conten {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 33px;
  width: 100%;
}
.f_tankage .grid_conten .conten_box {
  width: 100%;
  background: #f9fbff;
  border-radius: 7px;
  cursor: pointer;
}
.f_tankage .grid_conten .conten_box img {
  width: 100%;
  height: 167px;
  object-fit: cover;
  border-radius: 7px;
}
.f_tankage .grid_conten .conten_box p {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  height: 21px;
  line-height: 21px;
  display: block;
  text-align: center;
  margin-top: 20px;
}
.f_tankage .grid_conten .conten_box .item-title {
  width: 240px;
  margin: 0 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.f_tankage .grid_conten .conten_box .bottom_right {
  display: flex;
  align-items: center;
  justify-content: end;
  width: auto;
  margin-right: 13px;
  margin-top: 35px;
  padding-bottom: 22px;
}
.f_tankage .grid_conten .conten_box .bottom_right img {
  width: 17px;
  height: 17px;
}
.f_tankage .grid_conten .conten_box .bottom_right p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 0;
  margin-left: 3px;
  margin-bottom: 0;
}
.f_tankage .grid_conten .conten_box:hover {
  box-shadow: 10px 10px 5px rgba(25, 102, 252, 0.1);
}
.f_tankage .hx {
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin-top: 33px;
}
.f_tankage .f_page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 33px;
}
.f_tankage .f_page p {
  font-weight: 400;
  font-size: 14px;
  color: #323233;
  line-height: 20px;
  margin-bottom: 4px;
}
.f_tankage .f_page .pagination {
  margin-left: 20px;
}

.detail_box {
  position: relative;
  display: none;
}
.detail_box .detail_content {
  width: 100%;
  height: auto;
  background: #f9fbff;
  box-shadow: 2px 5 10px 0px rgba(25, 102, 252, 0.1);
  border-radius: 7px;
}
.detail_box .title p {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  padding-top: 50px;
}
.detail_box .title .btm_text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.detail_box .title .btm_text img {
  width: 17px;
  height: 17px;
}
.detail_box .title .btm_text p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 13px;
  padding-top: 0;
}
.detail_box .title .btm_text p:nth-child(2) {
  margin-left: 5px;
}
.detail_box .title .btm_text p:nth-child(3) {
  margin-left: 17px;
}
.detail_box .hx {
  width: 90%;
  height: 1px;
  background: #e7e7e7;
  margin: 33px auto 0 auto;
}
.detail_box .go_back {
  position: absolute;
  right: 67px;
  top: -10px;
  cursor: pointer;
}
.detail_box .go_back img {
  width: 113px;
}
.detail_box .content_box {
  margin: 34px 67px 0 67px;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
}
.detail_box .content_box img {
  width: 100%;
  margin-top: 17px;
}
.detail_box .btm_right_db {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 17px 67px 0 0;
  padding-bottom: 41px;
}
.detail_box .btm_right_db p {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
}
.detail_box .btm_right_db img {
  width: 27px;
  height: 28px;
  margin-left: 8px;
}

.free-trial {
  position: relative;
  width: 100%;
  height: 10.4166666667vw;
  background-size: 100% 100%;
  background-image: url("https://malloss.dupmarket.com/website/img/home/free-trial.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-trial .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.free-trial .content .des {
  font-weight: 500;
  font-size: 18px;
}
.free-trial .content .btn-list {
  display: flex;
}
.free-trial .content .btn-list .free-trial-btn {
  margin-left: 40px;
  width: 180px;
  height: 54px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.free-trial .content .btn-list .free-trial-btn img {
  width: 24px;
  height: 24px;
  display: none;
}
.free-trial .content .btn-list .free-trial-btn:hover {
  border: none;
  background: linear-gradient(90deg, #ff3d3c 0%, #ffa25a 100%);
}
.free-trial .content .btn-list .free-trial-btn:hover img {
  display: block;
}
.free-trial .ewm_img {
  width: 267px;
  height: 283px;
  background: linear-gradient(180deg, #609fff 0%, #1c75ff 100%);
  box-shadow: 0px 5 13px 1px rgba(0, 36, 134, 0.2);
  border-radius: 7px 7px 7px 7px;
  position: absolute;
  top: -30%;
  right: 25%;
  z-index: 99;
}
.free-trial .ewm_img .close {
  width: 10px;
  height: 10px;
  display: block;
  color: #fff;
  margin: 10px 10px 12px 248px;
  cursor: pointer;
}
.free-trial .ewm_img .texts {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}
.free-trial .ewm_img .ewm_img_box {
  width: 133px;
  height: 133px;
  background: #609fff;
  border: 2px solid #ffffff;
  border-radius: 7px 7px 7px 7px;
  margin: 13px auto 0 auto;
}
.free-trial .ewm_img .ewm_img_box img {
  width: 123px;
  height: 123px;
  display: block;
  margin: 3px auto;
  border-radius: 7px 7px 7px 7px;
}
.free-trial .ewm_img .phone {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.solution-dialog {
  position: relative;
  align-items: center;
}
.solution-dialog .modal-dialog {
  width: 520px;
  min-height: 600px;
  padding: 0;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.solution-dialog .modal-header {
  display: none;
}
.solution-dialog .modal-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-dialog .fold-card {
  width: 165px;
  height: 36px;
  position: absolute;
  right: 20px;
  top: -12px;
  background-image: url("https://malloss.dupmarket.com/website/img/fold-card.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-dialog .fold-card .des {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.solution-dialog .fold-card .logo {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.solution-dialog .title {
  width: 100%;
  padding: 60px 0 60px 60px;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 33px;
}
.solution-dialog .solution-line {
  width: 400px;
  min-height: 32px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
}
.solution-dialog .solution-line .prepend {
  width: 48px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-dialog .solution-line .prepend .logo {
  width: 24px;
  height: 24px;
}
.solution-dialog .solution-line .split {
  width: 1px;
  height: 24px;
  background: #e7e7e7;
}
.solution-dialog .solution-line .solution-ipnut {
  flex: 1;
  border: none;
}
.solution-dialog .solution-line .solution-ipnut .form-control {
  box-shadow: none;
  padding: 0 20px;
}
.solution-dialog .text-danger {
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  top: 100%;
}
.solution-dialog .submitSolution {
  margin: 55px 0;
  width: 400px;
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 40px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background: #96bbf8;
  cursor: pointer;
}
.solution-dialog .submitSolution img {
  width: 20px;
  height: 20px;
}
.solution-dialog .submitSolution.active {
  background: linear-gradient(90deg, #658DFF 0%, #CA41FC 100%);
}

#solutionDialog {
  display: none;
}

#consultNow {
  display: none;
}

@media screen and (max-width: 1600px) {
  .free-trial .content {
    width: 1080px;
  }
  .free-trial .content .des {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .free-trial {
    height: 125px;
  }
  .free-trial .content .des {
    font-size: 14px;
  }
}

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