
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");
/* 1. Theme default css */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #777777;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

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

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

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "DM Sans", sans-serif;
  color: #333333;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: -0.3px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin-top: 10px;
/*  margin: 0px;*/
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  color: #777777;
  margin-bottom: 0;
}

hr {
  border-bottom: 1px solid #f1f1f1;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

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

/*--
    - position Classes
-----------------------------------------*/
.pos-rel {
  position: relative;
}

.pos-abl {
  position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.style-text {
  font-size: 140px;
  line-height: 0.5;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777777;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: -19px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .style-text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .style-text {
    font-size: 60px;
  }
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-video {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  border-radius: 50%;
  font-size: 16px;
  line-height: 80px;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: white;
  background: #378cff;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #00acb1;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
#scrollUp {
  background: #00acb1;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
#scrollUp i {
  color: white;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: white;
}

[data-overlay="dark"]::before {
  background-color: #00acb1;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.header-top-area {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 111;
  top: 0;
}
.header-top-area .header-top {
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
/*   box-shadow: 5px 1px white;*/

}
.main-header-area .border-tops {
  border-top: 1px solid #f1f1f1;
}

.logo-area img {
  max-width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area {
    margin-top: 50px;
  }
}

/* Hamburger-menu */
.hamburger-menu1 {
  display: inline-block;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  padding: 17px 21px 16px 21px;
}
.hamburger-menu > a {
  display: inline-block;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
}

.side-mobile-menu {
  padding-top: 50px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .side-mobile-menu {
    display: block;
  }
}

.offset-sidebar {
  display: block;
}
.offset-sidebar .close-mobile-menu {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offset-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offset-sidebar {
    display: none;
  }
}


.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}
.navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 0px;
  height: 2px;
  left: -30px;
  top: -2px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav .nav-item::before {
    right: -25%;
  }
}
.navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar-nav .nav-item.active {
  color: #333333;
}
.navbar-nav .nav-item.active .nav-link {
  color: #333333;
}
.navbar-nav .nav-item .nav-link {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 70px 0 0;
  padding: 19px 0 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    margin: 0 30px 0 0;
  }
}
.navbar-nav .nav-item .nav-link::after {
  display: none;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #085cbb;
}
.navbar-nav .nav-item .nav-link i {
  font-size: 10px;
}
.navbar-nav .nav-item:hover::before {
  width: 100px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.navbar-nav .nav-item:hover > .nav-link {
  color: #00acb1;
}

.navbar .dropdown-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: -30px;
  padding: 8px 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown-menu .dropdown-item {
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.navbar .dropdown-menu .dropdown-item:hover {
  transform: translatex(5px);
  color: #00acb1;
  background-color: transparent;
  -webkit-transform: translatex(5px);
  -moz-transform: translatex(5px);
  -ms-transform: translatex(5px);
  -o-transform: translatex(5px);
}
.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.navbar .dropdown-submenu .dropdown-item i {
  font-size: 14px;
}
.navbar .dropdown-submenu .dropdown-toggle::after {
  display: none;
}
.navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 {
  left: 100%;
  top: 10%;
  visibility: hidden;
  transform: scaleX(0);
}
.navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 .dropdown-item::after {
  display: none;
}
.navbar .dropdown-submenu .dropdown-menu.dropdown-menu2 .dropdown-item i {
  font-size: 14px;
}
.navbar .dropdown-submenu:hover .dropdown-menu.dropdown-menu2 {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.navbar .navbar-nav .nav-item.active > .nav-link {
  color: #00acb1;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-style-1 .navbar-nav .nav-item .nav-link {
    margin: 0 45px 0 0;
  }
}

.sticky-menu {
  position: fixed;
  width: 100%;
  background: white;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-menu .logo {
  transform: translateY(2px);
}
.sticky-menu .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}
.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #505050;
}

.right-language .language-btn {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.right-language .language-btn i {
  color: #00acb1;
  font-size: 12px;
  font-weight: 300;
}
.right-language .language-btn::after {
  display: none;
}
.right-language .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: white;
  box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  top: 20px;
  text-align: left;
  padding-left: 8px;
}
@media (max-width: 767px) and (orientation: landscape) {
  .right-language .dropdown-menu {
    top: 165px !important;
  }
}
.right-language .dropdown-menu ul li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #767a89;
  line-height: 35px;
  text-transform: uppercase;
}

.right-query {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .right-query {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .right-query {
    display: flex;
  }
}
.right-query li {
  display: flex;
  margin-right: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .right-query li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-query li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-query li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .right-query li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .right-query li:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-query li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .right-query li:last-child {
    margin-right: 0;
  }
}
.right-query .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eff7ff;
  text-align: center;
  line-height: 50px;
  margin-right: 14px;
}
.right-query .icon i {
  color: #00acb1;
  font-size: 16px;
}
.right-query .query-list span {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.right-query .query-list p {
  font-weight: 700;
  line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-2 .main-header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .header-style-2 .main-header-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.right-query2 .icon {
  background: #e8f7ff;
}
.right-query2 .icon i {
  color: #43b9fe;
}
.right-query2 .icon.ic-2 {
  background: #f2e9ff;
}
.right-query2 .icon.ic-2 i {
  color: #7141b1;
}

.advertisement-text {
  padding-top: 8px;
  padding-bottom: 7px;
}
.advertisement-text span {
  color: white;
  font-size: 14px;
  line-height: 30px;
}

.hamburger-menu.hamburger-2 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.102);
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
  line-height: 53px;
}

.search-area.search-area2 .nav-search.search-trigger.header-2-icon {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.102);
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
}
.search-area.search-area2 .nav-search.search-trigger.header-2-icon i {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
}

.menu-style-2 .navbar-nav .nav-item::before {
  display: none;
}
.menu-style-2 .navbar-nav .nav-item .nav-link {
  color: white;
  padding: 32px 0 29px 0;
}
.menu-style-2 .navbar-nav .nav-item:hover .nav-link {
  color: #d2e2ff;
}
.menu-style-2 .navbar-nav .nav-item.active > .nav-link {
  color: #d2e2ff;
}
.menu-style-2 .navbar .dropdown-menu .dropdown-item:hover {
  color: #43b9fe;
}

.transparent-header {
  position: sticky;
  left: 0;
  right: 0;
  z-index: 111;
  top: 0;
}
.transparent-header .main-header-area .front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.transparent-header .main-header-area .back {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.transparent-header .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.transparent-header .main-header-area.sticky-menu .front {
  display: none;
  opacity: 0;
}
.transparent-header .main-header-area.sticky-menu .back {
  display: inline-block;
  opacity: 1;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item::before {
  display: none;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #141d38;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item:hover > .nav-link {
  color: #43b9fe;
}
.transparent-header .main-header-area.sticky-menu .navbar-nav .nav-item.active > .nav-link {
  color: #43b9fe;
}
.transparent-header .main-header-area.sticky-menu .quote-border-btn {
  color: white;
  border-color: #141d38;
}
.transparent-header .main-header-area.sticky-menu .quote-border-btn:hover {
  color: white;
  background: #333333;
}

.left-content .login-btn {
  color: white;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  padding-right: 13px;
  margin-right: 13px;
}
.left-content .login-btn::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.102);
  width: 1px;
  height: 11px;
  right: 0;
  top: 5px;
  z-index: 1;
}
.left-content .login-btn i {
  margin-right: 3px;
  font-weight: 300;
}
.left-content .right-language .language-btn {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.left-content .right-language .language-btn i {
  color: white;
  font-weight: 300;
  font-size: 14px;
}

.footer__social-two a {
  color: white;
  font-size: 14px;
  margin-left: 15px;
}
.footer__social-two a:hover {
  color: #141d38;
}

.menu-style-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-style-3 {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .menu-style-3 {
    justify-content: end;
  }
}
.menu-style-3 .navbar-nav .nav-item::before {
  display: none;
}
.menu-style-3 .navbar-nav .nav-item .nav-link {
  color: black;
  padding: 32px 0 29px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .menu-style-3 .navbar-nav .nav-item .nav-link {
    margin: 0 40px 0 0;
  }
}
.menu-style-3 .navbar-nav .nav-item:hover .nav-link {
  color: #00acb1;
}
.menu-style-3 .navbar-nav .nav-item.active .nav-link {
  color: black;
}
.menu-style-3 .navbar .dropdown-menu .dropdown-item:hover {
  color: #00acb1;
}

.quote-border-btn {
  background-color: black;
  color: white;
  border: 2px solid white;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  line-height: 1;
  padding: 21px 38px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quote-border-btn:hover {
  color: #333333;
  background: white;
  border-color: black;
}

.page-title-area {
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 502px;
  position: relative;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-area {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .page-title-area {
    min-height: 400px;
  }
}
.page-title-area::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  opacity: 0.922;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-title-wrapper {
  position: relative;
  z-index: 2;
}
.page-title-wrapper .page-title {
  font-size: 60px;
  z-index: 1;
    color: #fff;
}
.page-title-wrapper p{
    color: #ffffff96;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-wrapper .page-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}

ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li a {
  color: #999999;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding-right: 15px;
  margin-right: 13px;
  position: relative;
  z-index: 1;
}
ul.breadcrumb li a::before {
  content: "";
  position: absolute;
  background: #a7d8db;
    width: 1px;
    height: 10px;
    right: 0;
    top: 4px;
    z-index: 1;
}

.breadcrumb-bg {
  border-radius: 6px;
  background: #ffffff47;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 17px 39px;
  width: 221px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transform: translateY(144px);
  -webkit-transform: translateY(144px);
  -moz-transform: translateY(144px);
  -ms-transform: translateY(144px);
  -o-transform: translateY(144px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb-bg {
    transform: translateY(129px);
    -webkit-transform: translateY(129px);
    -moz-transform: translateY(129px);
    -ms-transform: translateY(129px);
    -o-transform: translateY(129px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-bg {
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-bg {
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    padding: 10px 30px;
  }
}

.title-area2 {
  min-height: 500px;
}
.title-area2::before {
  background: black;
  opacity: 0.4;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .title-area2 {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area2 {
    min-height: 350px;
  }
}
@media (max-width: 767px) {
  .title-area2 {
    min-height: 350px;
  }
}
.title-area2 ul.breadcrumb {
  margin-bottom: 10px;
}
.title-area2 ul.breadcrumb li::before {
  background: rgba(255, 255, 255, 0.102);
}
.title-area2 ul.breadcrumb li a {
  color: rgba(255, 255, 255, 0.5);
}

.title-area3 {
  min-height: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .title-area3 {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-area3 {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .title-area3 {
    min-height: 400px;
  }
}
.title-area3::before {
  display: none;
}
.title-area3 ul.breadcrumb {
  margin-bottom: 6px;
  margin: auto 0 auto auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  width: unset;
  display: inline-block;
}
@media (max-width: 767px) {
  .title-area3 ul.breadcrumb {
    margin-top: 25px;
  }
}
.title-area3 ul.breadcrumb li {
  display: inline-block;
    color: #fff;
}
.title-area3 ul.breadcrumb li::before {
  background: #999999;
}
.title-area3 ul.breadcrumb li a {
  color: #efefef;
}

.slide-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -450px;
  width: 440px;
  padding: 30px 50px;
  height: 100%;
  display: block;
  background-color: white;
  color: white;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #00acb1;
}
.open-mobile-menu a.active {
  background: #00acb1;
}

.close-mobile-menu {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #f7f7f7;
  padding: 10px 20px;
}
.close-mobile-menu a {
  color: black;
  position: relative;
  z-index: 2;
  font-size: 16px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.side-mobile-menu ul li a:hover {
  color: #00acb1;
  padding-left: 5px;
}
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #00acb1;
}
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #00acb1;
  border-color: #00acb1;
}
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}
.side-mobile-menu ul li ul li:hover > a {
  color: #00acb1;
  padding-left: 20px;
}
.side-mobile-menu ul li ul li:hover > a:before {
  background: #00acb1;
  border-color: #00acb1;
}
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid white;
  border-radius: 50%;
}
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}
.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

.offset-sidebar {
  position: relative;
}
.offset-sidebar .scrollbar-hidden::-webkit-scrollbar {
  display: none !important;
}
.offset-sidebar .offset-sidebar-bg {
  position: absolute;
  bottom: -250px;
  left: 65%;
  transform: translateX(-50%);
  width: 170%;
  height: 380px;
}
.offset-sidebar .offset-sidebar-bg img {
  max-width: 100%;
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-top: 40px;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.offset-widget .info-widget p {
  color: #999999;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 35px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}
.offset-widget .info-widget .city-widget-item i {
  width: 50px;
  color: red;
}
.offset-widget .offset-social-link {
  margin-bottom: 80px;
}
.offset-widget .social-icons {
  width: auto;
  display: flex;
  justify-content: start;
}
.offset-widget .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 10px;
}
.offset-widget .social-icons a:last-child {
  margin-right: inherit;
}
.offset-widget .social-icons a.fb {
  background: #1877f2;
}
.offset-widget .social-icons a.ttr {
  background: #1da1f2;
}
.offset-widget .social-icons a.yh {
  background: #410093;
}
.offset-widget .social-icons a.yt {
  background: #cd201f;
}
.offset-widget .social-icons i {
  color: white;
  font-size: 14px;
}
.offset-widget .slidebar-address {
  margin-bottom: 40px;
}
.offset-widget .slidebar-address span {
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 10px;
}
.offset-widget .slidebar-address p {
  margin-top: 16px;
  max-width: 180px;
  font-size: 16px;
}
.offset-widget .offset-sidebar-btn {
  width: 100%;
  text-align: center;
}
.offset-widget .offset-sidebar-btn i {
  margin-left: 10px;
}

.fw-bold {
  font-weight: 700;
}

.fw-semi {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-normal {
  font-weight: 400;
}

.fw-light {
  font-weight: 300;
}

.fw-thin {
  font-weight: 100;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f7f7f7;
}

.grey-bg2 {
  background: whitesmoke;
}

.white-bg {
  background: white;
}

.black-bg {
  background: black;
}

.heding-bg {
  background: #333333;
}

.heding-bg2 {
  background: #141d38;
}

.heding-bg3 {
  background: #00787b;
}

.theme-bg {
  background: #00acb1;
}

.theme-bg2 {
  background: #43b9fe;
}

.black-soft-bg {
  background: #222222;
}

.violet-bg {
  background: #7141b1;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: white;
}

.text-black {
  color: black;
}

.text-theme {
  color: #00acb1;
}

.text-theme2 {
  color: #43b9fe;
}

.text-body {
  color: #777777;
}

.text-heding {
  color: #333333;
}

.text-heding2 {
  color: #141d38;
}

.text-heding3 {
  color: #00787b;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "DM Sans", sans-serif;
}

.heding-font {
  font-family: "DM Sans", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.theme-gradient-1 {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.theme-gradient-2 {
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
}

.theme-gradient-bg1 {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.theme-gradient-bg2 {
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
}

/* Menu Search
-------------------------------------------------------*/
.header-2-icon {
  color: white;
}

.nav-search.search-trigger.header-2-icon {
  color: #333333;
  display: inline-block;
  font-size: 20px;
  background-color: #efefef;
  padding: 19px 21px 14px 21px;
}

.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}
@media (max-width: 767px) {
  .search-wrap .search-field-holder {
    width: 100%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .search-wrap .main-search-input {
    padding: 0 10px;
    font-size: 16px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 767px) {
  input.main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }

  25% {
    right: 100px;
    top: 0px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 0px;
    top: 200px;
  }

  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #00acb1;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #00acb1;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #00acb1;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #00acb1;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #00acb1;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #00acb1;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-100px) rotate(180deg);
  }

  66% {
    transform: translateX(200px) rotate(-90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
/*--
	-theme-btn
----------------------------------------*/
.theme_btn {
  overflow: hidden;
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 22px 36px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  transition: opacity 0.3s !important;
}
.theme_btn i {
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme_btn:hover {
  color: white;
  background-image: -moz-linear-gradient(0deg, #02d3d9 0%, #00acb1 100%);
  background-image: -webkit-linear-gradient(0deg, #02d3d9 0%, #00acb1 100%);
  background-image: -ms-linear-gradient(0deg, #02d3d9 0%, #00acb1 100%);
}
.theme_btn:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.theme_btn2 {
  background: #43b9fe;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}
.theme_btn2:hover {
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
}

.quote-btn {
  background: #eff7ff;
  border-radius: 45px;
  color: #00acb1;
  padding: 17px 36px;
}
.quote-btn:hover {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.border_btn {
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: white;
  padding: 22px 38px;
  background: rgba(220, 20, 20, 0);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.border_btn:hover, .border_btn.active {
  color: white;
  border-color: #00acb1;
  background: transparent;
}
.border_btn.active:hover {
  color: #00acb1;
  background-color: transparent;
}

.quote-btn2 {
  background: #43b9fe;
  border-radius: 45px;
  color: white;
  padding: 17px 36px;
}
.quote-btn2:hover {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.subscribe-btn {
  background: #43b9fe;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  border-radius: 40px;
  padding: 4px 36px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subscribe-btn:hover {
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
}

.theme_btn3 {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 21px 40px;
}
.theme_btn3 i {
  margin-left: 10px;
}

.section-title {
  position: relative;
  z-index: 1;
}

.semi-title {
  color: #00acb1;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0px;
  position: relative;
  z-index: 1;
  padding-left: 14px;
  margin-bottom: 18px;
}
.semi-title.title-line::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(90deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(90deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(90deg, #00acb1 0%, #378cff 100%);
  width: 2px;
  height: 14px;
  left: 0;
  top: 1px;
  z-index: 1;
}
@media (max-width: 769px) {
  .semi-title {
    margin-top: 40px;
  }
  .semi-title.title-line::before {
    left: 40%;
  }
  .semi-title::before {
    left: 0 !important;
  }
}

.semi-title2 {
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  -webkit-text-fill-color: transparent;
  padding-left: 0;
}

.sect-title {
  font-size: 60px;
  line-height: 1.17;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sect-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sect-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sect-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sect-title {
    font-size: 32px;
  }
}

.paragraph-title {
  color: #777777;
  font-size: 18px;
  line-height: 28px;
}
.paragraph-title strong {
  color: #333333;
  font-weight: 700;
}

.sub-title {
  font-size: 24px;
}

.s-sub-title {
  font-size: 30px;
}

.main-slider {
  position: relative;
  top: -190px;
}

.slider-bg {
  position: relative;
  top: 0;
  background: -webkit-linear-gradient(0deg, #eff4f7, #c0d1d9 100%);
  background-size: cover;
  min-height: 972px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg {
    min-height: 750px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg {
    min-height: 750px;
  }
}
@media (max-width: 767px) {
  .slider-bg {
    min-height: 850px;
  }
}
.slider-bg .slider-right {
  padding-top: 198px;
}
@media (max-width: 767px) {
  .slider-bg .slider-right {
    padding-top: 80px;
  }
}
.slider-bg .slider-right img {
  width: unset;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-bg .slider-right img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg .slider-right img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg .slider-right img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-bg .slider-right img {
    width: 100%;
  }
}

.main-title-one {
  color: #333333;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-one {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-one {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .main-title-one {
    font-size: 50px;
  }
}
.main-title-one span {
  font-weight: 100;
  letter-spacing: -0.6px;
}

.slider__content {
  padding-top: 144px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .slider__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.slider__content p.pretitle-p {
  margin-bottom: 13px;
}
.slider__content p.aftertitle-p {
  margin-bottom: 50px;
}
.slider__content .main-title-one {
  margin-bottom: 34px;
}

#slider-one .owl-item.active p {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}

#slider-one .owl-item.active h1 {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

#slider-one .owl-item.active .theme_btn {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

#slider-one .owl-item.active .slider-right {
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight2;
  animation-delay: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #slider-one .owl-item.active .slider-right {
    animation-name: fadeIn;
  }
}
@media (max-width: 767px) {
  #slider-one .owl-item.active .slider-right {
    animation-name: fadeIn;
  }
}

.main-slider-area .owl-nav button {
  border: 2px solid rgba(255, 255, 255, 0.06) !important;
  width: 64px;
  height: 64px;
  line-height: 64px !important;
  display: inline-block;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  color: rgba(255, 255, 255, 0.06) !important;
}
.main-slider-area .owl-nav button i {
  font-size: 18px;
}
.main-slider-area .owl-nav button.owl-prev {
  left: 60px;
}
.main-slider-area .owl-nav button.owl-next {
  right: 60px;
}
.main-slider-area .owl-nav button.owl-prev:hover, .main-slider-area .owl-nav button.owl-next:hover {
  color: white !important;
  border-color: #00acb1;
  background: #00acb1;
}
@media (max-width: 767px) {
  .main-slider-area .item .slider-right {
    margin-top: 130px;
  }
}
@media (max-width: 578px) {
  .main-slider-area .item .slider-right {
    margin-top: 50px;
  }
}

.owl-dots {
  position: absolute;
  z-index: 11;
  left: 40px;
  bottom: 40px;
}
.owl-dots button.owl-dot {
  border: 1px solid #777777;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 15px;
}
.owl-dots button.owl-dot.active {
  border-color: #00acb1;
  background-color: #00acb1;
}

.slider-bg2 {
  background: url(../img/slider/home2-bg.html) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 760px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg2 {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg2 {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .slider-bg2 {
    min-height: 700px;
  }
}

.slider__content2 {
  padding-top: 191px;
}
@media (max-width: 767px) {
  .slider__content2 {
    padding-top: 100px;
  }
}

.video-slide {
  border-radius: 6px;
  margin-bottom: 25px;
}
.video-slide .popup-video {
  background: white;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  color: white;
}
.video-slide .popup-video i {
  font-size: 14px;
  font-weight: 700;
  color: #7141b1;
  transform: translateY(-15px) translateX(1px);
}
.video-slide .popup-video:hover {
  background: #7141b1;
}
.video-slide .popup-video:hover i {
  color: white;
}
.video-slide h6 {
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.video-slide.home3 {
  display: flex;
  padding: 20px 50px;
  background: white;
    color: #00acb1;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.video-slide.home3 .popup-video {
  background: #00acb1;
  width: 0px;
  height: 0px;
  margin-right: 20px;
  color: black;
  animation: none;
}
.video-slide.home3 i {
  font-size: 14px;
  font-weight: 700;
  color: #00acb1;
  transform: translateY(3px) translateX(-10px) !important;
}
.video-slide.home3 .popup-video:hover {
  background: #7141b1;
}
.video-slide.home3 .popup-video:hover i {
  color: #7141b1 !important;
}
.video-slide.home3 h6 {
  color: #00acb1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 575px) {
  .video-slide.home3 {
    display: flex;
  }
}

@media (max-width: 767px) {
  .btn-list {
    display: flex;
    flex-direction: column;
  }
  .btn-list .btn-list a.theme_btn {
    margin-right: 15px !important;
    margin-bottom: 0 !important;
  }
}

.main-title-two {
  color: white;
  font-size: 80px;
  line-height: 1.14;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-two {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-two {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .main-title-two {
    font-size: 45px;
  }
}

.inquery-select .nice-select.select-box {
  border: 0;
  border-radius: 0;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #999999;
  padding-left: 35px;
  padding-right: 0;
}
.inquery-select .nice-select.select-box::after {
  display: none;
}
@media (max-width: 767px) {
  .inquery-select .nice-select.select-box.open .list {
    width: 100%;
  }
}

.slider-form {
  display: flex;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background: white;
  margin-right: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-form {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-form {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-form {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slider-form {
    margin-right: 0;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}
.slider-form .input-box {
  position: relative;
  z-index: 3;
}
.slider-form .input-box::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #333333;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slider-form .input-box::before {
    left: 15px;
  }
}
.slider-form .input-box.email::before {
  content: "\f0e0";
  left: 15px;
}
.slider-form .input-box.email::after {
  content: " ";
  background: rgba(119, 119, 119, 0.2);
  width: 1px;
  height: 15px;
  left: 0;
  top: 39%;
  position: absolute;
  z-index: 1;
}
.slider-form .input-box.select-sub::before {
  content: "\f02d";
  left: 16px;
}
@media (max-width: 767px) {
  .slider-form .input-box.select-sub::before {
    top: 35px;
  }
}
.slider-form .input-box.select-sub::after {
  content: " ";
  background: rgba(119, 119, 119, 0.2);
  width: 1px;
  height: 15px;
  left: 0;
  top: 39%;
  position: absolute;
  z-index: 1;
}
.slider-form input {
  border: 0;
  background: transparent;
  height: 70px;
  color: #999999;
  font-size: 16px;
  width: 168px;
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
.slider-form input::placeholder {
  color: #999999;
}
.slider-form input::-moz-placeholder {
  color: #999999;
}
.slider-form input::-o-placeholder {
  color: #999999;
}
.slider-form input::-webkit-placeholder {
  color: #999999;
}
.slider-form input.email {
  padding-left: 39px;
}
@media (max-width: 767px) {
  .slider-form input {
    width: 100%;
    padding-left: 40px;
  }
}
.slider-form .subscribe-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  height: 52px;
  transform: translate(24px, 10px);
  -webkit-transform: translate(24px, 10px);
  -moz-transform: translate(24px, 10px);
  -ms-transform: translate(24px, 10px);
  -o-transform: translate(24px, 10px);
  line-height: 45px;
  padding: 4px 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-form .subscribe-btn {
    transform: translate(15px, 10px);
    -webkit-transform: translate(15px, 10px);
    -moz-transform: translate(15px, 10px);
    -ms-transform: translate(15px, 10px);
    -o-transform: translate(15px, 10px);
  }
}
@media (max-width: 767px) {
  .slider-form .subscribe-btn {
    position: relative;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider-form .inquery-select .nice-select.select-box {
    padding-left: 40px;
  }
}

.slider-bg-three {
/*  clip-path: polygon(100% 0, 100% 92%, 50% 100%, 0 92%, 0 0);*/
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 700px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.slider-bg-three::before {
  content: "";
  /*  background-image: -webkit-linear-gradient(319deg, #292c2c 0%, #02d3d9 100%);
    background-image: -webkit-linear-gradient(319deg, #292c2c 0%, #02d3d9 100%);*/
        opacity: 0.6;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-bg-three .item::before {
  content: "";
/*    background-image: -webkit-linear-gradient(319deg, #292c2c 0%, #02d3d9 100%);
    background-image: -webkit-linear-gradient(319deg, #292c2c 0%, #02d3d9 100%);*/
        opacity: 0.6;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-bg-three {
    min-height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-bg-three {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .slider-bg-three {
    min-height: 600px;
  }
}

.main-title-three {
  color: rgba(0, 0, 0, 0.5);
  font-size: 70px;
  line-height: 1;
  color: white;
/*    color: #333;*/
  /* this is the fallback */
  -webkit-text-stroke: 1px white;
/*  -webkit-text-fill-color: transparent;*/
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-title-three {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-title-three {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .main-title-three {
    font-size: 45px;
  }
}

.btn-list a.theme_btn {
  border-radius: 6px;
  background: #00ACB1;
  margin-right: 30px;
  padding-right: 40px;
  padding-left: 40px;
}
.btn-list .video-slide {
  margin-bottom: 0;
}
.btn-list .video-slide .popup-video {
  background: white;
}
.btn-list .video-slide .popup-video i {
  color: #00acb1;
  transform: translateY(-30px);
}
.btn-list .video-slide .popup-video:hover i {
  color: white;
}
.btn-list .video-slide h6 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn-list a.theme_btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .btn-list .video-slide {
    justify-content: center;
  }
}

.slider__content3 {
  position: relative;
    margin-top: 240px;
    margin-bottom: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider__content3 {
    margin-top: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content3 {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  .slider__content3 {
    margin-top: 180px;
  }
}
@media (max-width: 500px) {
  .slider__content3 {
    margin-top: 180px;
  }
  .slider__content3 p {
    padding: 0 20px;
  }
}

.about-video-wrapper {
  position: relative;
  z-index: 1;
}
.about-video-wrapper .popup-video {
  position: absolute;
  z-index: 5;
  right: 100px;
  top: 19px;
}
@media (max-width: 767px) {
  .about-video-wrapper .popup-video {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
.about-video-wrapper .img-one {
  position: relative;
  z-index: 1;
  margin-top: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-video-wrapper .img-one {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-video-wrapper .img-one {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-video-wrapper .img-one {
    width: 100%;
    margin-top: 0;
  }
}
.about-video-wrapper .img-two {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -145px;
  border: 10px solid white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-video-wrapper .img-two {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-video-wrapper .img-two {
    display: none;
  }
}

.about-text-wrapper {
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-text-wrapper {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .about-text-wrapper {
    padding-left: 0;
  }
  .about-text-wrapper .style-text {
    top: -30px !important;
    left: 0 !important;
  }
}
.about-text-wrapper .style-text {
  left: 52px;
}

.quote-paragraph {
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(46, 46, 46, 0.06);
  padding: 24px 72px 23px 30px;
  margin-top: 35px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .quote-paragraph {
    padding: 24px 15px 23px 15px;
    margin-top: 15px;
  }
}
.quote-paragraph h6 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}
.quote-paragraph h6 span {
  color: #00acb1;
  font-weight: 400;
}

.service-box {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-box {
    display: block;
  }
}
@media only screen and (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
  .service-box {
    display: flex;
  }
}
.service-box li {
  position: relative;
  z-index: 1;
}
.service-box li:first-child {
  padding-right: 50px;
  margin-right: 50px;
}
.service-box li:first-child::before {
  content: "";
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 50px;
  z-index: 1;
}
@media (max-width: 769px) {
  .service-box li::before {
    display: none !important;
  }
}

.box-one {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.box-one .icon-a1 {
  margin-right: 20px;
}
.box-one .sub-title {
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .box-one .sub-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-one .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .box-one .sub-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-text-wrapper2 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-text-wrapper2 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about-text-wrapper2 {
    padding-right: 0;
  }
}
.about-text-wrapper2 .text-list.border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.about-text-wrapper2 .text-list li {
  position: relative;
  z-index: 1;
}
.about-text-wrapper2 .text-list li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 18px;
  color: #43b9fe;
  left: 0;
  top: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}
.about-text-wrapper2 .text-list li:hover::before {
  color: white;
  background: #7141b1;
}

.services-list {
  padding-left: 70px;
  margin-bottom: 32px;
}
.services-list h5 {
  margin-bottom: 12px;
}

.about-author2 {
  font-size: 14px;
  color: #333333;
  margin-top: 18px;
}
.about-author2 .text-vilet {
  color: #7141b1;
}

.about-img-wrapper {
  position: relative;
  z-index: 1;
}
.about-img-wrapper .img-one {
  margin-top: -100px;
  padding-right: 25px;
}
.about-img-wrapper .img-two {
  margin-top: 110px;
}

.experience-box {
  background: url(../img/about/about-bg1.html) no-repeat;
  width: 211px;
  height: 180px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 36px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float-bob-y 5s infinite linear;
  -webkit-animation: float-bob-y 5s infinite linear;
}
.experience-box h3 {
  color: white;
  font-size: 30px;
  line-height: 1;
}
.experience-box p {
  color: white;
  font-size: 14px;
}

.about-text-wrapper3 span {
  color: #777777;
  margin-bottom: 5px;
  display: inline-block;
}
.about-text-wrapper3 h2 {
  color: #00787b;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .about-text-wrapper3 h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .about-text-wrapper3 .cerficate-list-one img {
    width: 100%;
    margin-right: 0;
  }
}

.founder-quote {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 70px;
  align-items: center;
  padding-left: 15px;
}
.founder-quote img {
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .founder-quote {
    grid-gap: 15px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .founder-quote {
    display: block;
    padding-left: 0;
  }
  .founder-quote img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .founder-quote {
    display: block;
    padding-left: 0;
  }
  .founder-quote img {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .founder-quote {
    align-items: inherit;
  }
  .founder-quote img {
    max-width: 100%;
  }
  .founder-quote .about-text-wrapper3 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 1200px) {
  .founder-quote {
    align-items: center;
  }
  .founder-quote img {
    max-width: 100%;
    margin-right: 0;
  }
  .founder-quote .about-text-wrapper3 {
    margin-right: 0;
    margin-left: 0;
  }
}
.founder-quote span {
  display: inline-block;
  margin-bottom: 5px;
}
.founder-quote h3 {
  color: #00787b;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .founder-quote h3 {
    font-size: 32px;
  }
}

.approch-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .approch-quote {
    align-items: flex-start !important;
  }
}
.approch-quote .approch-top-item {
  position: relative;
/*  max-width: 315px;*/
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
}
.approch-quote .approch-top-item .layer-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.approch-quote .approch-top-item .layer-img img {
  max-width: 100%;
}
.approch-quote .approch-top-item .title {
  color: #00787b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.approch-quote .approch-top-item p {
  color: #777777;
  font-size: 16px;
}
.approch-quote .approch-card {
  position: relative;
  width: 100%;
  max-width: 315px;
  padding: 0px;
  border-radius: 5px;
  overflow: hidden;
}
.approch-quote .approch-card img{width: 100%;}
.approch-quote .approch-card .layer-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.approch-quote .approch-card .layer-img img {
  max-width: 100%;
}
.approch-quote .approch-card .approch-card-title {
  color: white;
  font-size: 20px;
  line-height: 50px;
  margin-top: -20px !important;
  z-index: 1;
  position: relative;
}
.approch-quote .approch-card p {
  z-index: 1;
  position: relative;
  color: #a8b0ca;
  font-size: 16px;
  margin-bottom: 20px;
}
.approch-quote .approch-card .approch-readmore {
  color: #526296;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
}


.call {
  display: flex;
}
.call .icon {
  text-align: center;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 13px;
}
.call .icon i {
  color: white;
  font-size: 16px;
}
.call .number span {
  color: #999999;
  font-size: 14px;
  line-height: 1;
}
.call .number p {
  color: #00787b;
  line-height: 1;
}

.experience-box2 {
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  padding: 40px 34px;
  position: absolute;
  z-index: 2;
  left: -85px;
  right: 0;
  width: 180px;
  bottom: 30px;
}
.experience-box2 img {
  margin-bottom: 27px;
}
.experience-box2 h3 {
  color: white;
  font-size: 30px;
  margin-bottom: 1px;
}
.experience-box2 p {
  color: white;
  font-size: 14px;
}
.experience-box2::before {
  content: "";
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.experience-box2::after {
  content: "";
  border-radius: 6px;
  background: white;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.experience-box2 .inner-content {
  position: relative;
  z-index: 2;
}

.feature-img .read-more {
  background: white;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #00acb1;
  padding: 21px 45px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.feature-img .read-more i {
  color: #00acb1;
  margin-left: 12px;
}
.feature-img .read-more:hover {
  color: white;
  background: #00acb1;
}
.feature-img .read-more:hover i {
  color: white;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feature-img .read-more {
    padding: 21px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feature-img .read-more {
    padding: 21px 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-img .read-more {
    padding: 21px 25px;
  }
}
@media (max-width: 767px) {
  .feature-img .read-more {
    padding: 21px 15px;
  }
}

.core-feature2 {
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.core-feature2 .feature-content {
  padding: 35px 40px 35px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-feature2 .feature-content {
    padding: 35px 19px 35px 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-feature2 .feature-content {
    padding: 35px 19px 35px 19px;
  }
}
@media (max-width: 767px) {
  .core-feature2 .feature-content {
    padding: 35px 15px 35px 15px;
  }
}
.core-feature2 .feature-content h4 {
  margin-bottom: 13px;
}
.core-feature2 .feature-content p {
  line-height: 26px;
}
.core-feature2:hover .read-more {
  opacity: 1;
}

.about-core-bg {
  position: relative;
  z-index: 1;
}
.about-core-bg::before {
  content: "";
  position: absolute;
  background: #f8f8f8;
  width: 100%;
  min-height: 523px;
  left: 0;
  top: 0;
  z-index: -1;
}

.btn-list2 .theme_btn {
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  padding: 22px 41px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-list2 .theme_btn:hover {
  color: white;
  background: #00acb1;
}
.btn-list2 .theme_btn:hover i {
  color: white;
}
.btn-list2 .border-btn {
  color: #00acb1;
  border: 2px solid #f2f2f2;
  background: white;
  padding: 22px 41px;
}
.btn-list2 .border-btn i {
  color: #00acb1;
  margin-left: 13px;
}

.about-video-area {
  border-bottom: 1px solid #f0f0f0;
}

.about-video-wrapper2 {
  position: relative;
  z-index: 1;
}
.about-video-wrapper2 .popup-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: white;
}
.about-video-wrapper2 .popup-video i {
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  -webkit-text-fill-color: transparent;
}
.about-video-wrapper2 .popup-video:hover {
  background: #00acb1;
}
.about-video-wrapper2 .popup-video:hover i {
  -webkit-background-clip: unset;
  background-image: unset;
  background-image: unset;
  background-image: unset;
  -webkit-text-fill-color: unset;
  color: white;
}

.about-services-img {
  position: relative;
  z-index: 1;
}
.about-services-img img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.about-services-img .img-two {
  border: 10px solid white;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -127px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-services-img .img-two {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-services-img .img-two {
    display: none;
  }
}

.about-services-text p {
  font-size: 18px;
  line-height: 28px;
}
.about-services-text .plan-box {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 22px;
  padding-top: 29px;
  padding-bottom: 29px;
}
.about-services-text .plan-box img {
  margin-right: 20px;
}
.about-services-text .plan-box h5 {
  padding-right: 140px;
  line-height: 1.45;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-services-text .plan-box h5 {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .about-services-text .plan-box h5 {
    padding-right: 0;
  }
}
.about-services-text .plan-box a {
  color: #c4c4c4;
  font-size: 18px;
  font-weight: 300;
}
.about-services-text .plan-box a:hover {
  color: #00acb1;
}

.service-title-1 {
  font-size: 40px;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-title-1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .service-title-1 {
    font-size: 32px;
  }
}

.services-area {
  margin-bottom: -30px;
}

.services-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
.services-title .style-text {
  top: -28px;
  left: -7px;
}
@media (max-width: 769px) {
  .services-title .style-text {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 769px) {
  .services-title .semi-title::before {
    left: 40% !important;
  }
}

.custom-container-1 {
  max-width: 1615px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 15px;
}

.text-list {
  padding: 0;
  margin: 0;
}
.text-list li {
  font-size: 18px;
  line-height: 40px;
  position: relative;
  z-index: 1;
    padding-left: 30px;
}
.text-list li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 18px;
  color: #00acb1;
  left: 0;
  top: 0;
  z-index: 1;
}

.single-services {
  background-color: white;
  padding: 50px 50px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services {
    padding: 50px 25px 40px;
  }
}
@media (max-width: 767px) {
  .single-services {
    padding: 50px 25px 40px;
  }
}
.single-services .s-icon {
  margin-bottom: 17px;
  display: inline-block;
}
.single-services .s-icon img {
  display: inline-block;
  max-width: 100%;
}
.single-services h6 {
  color: #d2d2d2;
  font-size: 14px;
  margin-bottom: 18px;
}
.single-services .sub-title {
  margin-bottom: 26px;
}

.brand-bg {
  background: url(../img/brand/brand-bg-1.html) no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 162px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-bg {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .brand-bg {
    padding-bottom: 60px;
  }
}

.brand-title .title-line {
  display: inline-block;
  padding-left: 0;
}
.brand-title .title-line::before {
  left: -14px;
}
.brand-title .title-line::after {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(90deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(90deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(90deg, #00acb1 0%, #378cff 100%);
  width: 2px;
  height: 14px;
  right: -14px;
  top: 1px;
  z-index: 1;
}

.brand-item {
  text-align: center;
}
.brand-item .brand-img {
  display: inline-block;
  text-align: center;
}
.brand-item .brand-img img {
  display: block;
  width: unset;
}
.brand-item .brand-img .front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.brand-item .brand-img .back {
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.brand-item .brand-img:hover .front {
  display: none;
}
.brand-item .brand-img:hover .back {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

.services-title2 {
  position: relative;
  z-index: 1;
}
.services-title2 .style-text {
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.single-services2 {
  border: 1px solid #eaeaea;
  background: white;
  padding: 50px 57px 43px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-services2 {
    padding: 50px 30px 43px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services2 {
    padding: 50px 15px 43px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services2 {
    padding: 50px 15px 43px 15px;
  }
}
@media (max-width: 767px) {
  .single-services2 {
    padding: 40px 15px 33px 15px;
  }
}
.single-services2 .s-icon {
  margin-right: 22px;
  margin-bottom: 22px;
}
.single-services2 .sub-title {
  line-height: 1.5;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services2 .sub-title {
    font-size: 20px;
  }
}
.single-services2 p {
  margin-bottom: 25px;
}

.read-more {
  color: #cecece;
  font-size: 16px;
  font-weight: 700;
}
.read-more:hover {
  color: #43b9fe;
}

.link-text {
  padding-top: 12px;
}

.get-btn {
  color: #43b9fe;
  font-size: 14px;
  border-bottom: 1px solid #43b9fe;
}
.get-btn:hover {
  color: #00acb1;
  border-color: #00acb1;
}

.brand-border {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 22px;
}
.brand-border .brand-item {
  position: relative;
  z-index: 1;
}
.brand-border .brand-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  z-index: 1;
  opacity: 0;
}
.brand-border .brand-item:hover::before {
  opacity: 1;
}
.brand-border .owl-item.active.center .brand-item::before {
  opacity: 1;
}

.services-area-three {
  position: relative;
  z-index: 5;
  margin-top: -120px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-area-three {
    margin-top: 0;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area-three {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .services-area-three {
    margin-top: 0;
    padding-top: 60px;
  }
}

.single-services3 {
  border-radius: 6px;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 30px 42px 30px;
  position: relative;
  z-index: 1;
}
.single-services3:hover{
    background-color: #00ACB1;
}
.single-services3 img{
    width: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-services3 {
    padding: 50px 13px 42px 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services3 {
    padding: 50px 10px 42px 10px;
  }
}
.single-services3::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  width: 100%;
  height: 0;
  border-radius: 0 0 10px 10px;
  top: 95%;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-services3 h5 {
  margin-bottom: 14px;
    text-transform: uppercase;
}
.single-services3:hover h5 {
  color: #f8f8f8;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services3 h5 {
    font-size: 16px;
  }
}
.single-services3 p {
  margin-bottom: 24px;
}
.single-services3 .read-more i {
  margin-left: 5px;
}
.single-services3:hover::before {
  top: 100%;
  height: 2px;
}
.single-services3:hover .read-more {
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  -webkit-text-fill-color: transparent;
}

.single-services.s-border {
  border: 2px solid #f2f2f2;
  border-radius: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-services.s-border {
    padding: 30px 30px 30px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services.s-border {
    padding: 50px 35px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-services.s-border .sub-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-services.s-border .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .single-services.s-border .sub-title {
    font-size: 20px;
  }
}

.tool-box {
  border-radius: 6px;
  padding: 50px 41px 39px 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tool-box {
    padding: 50px 25px 39px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tool-box {
    padding: 50px 10px 39px 10px;
  }
}
.tool-box img {
  margin-bottom: 27px;
}
.tool-box h5 {
  margin-bottom: 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tool-box p {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tool-box .number {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.039);
  line-height: 0.2;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tool-box:hover {
  background-color: #333333;
}
.tool-box:hover h5,
.tool-box:hover p {
  color: white;
}
.tool-box:hover .number {
  opacity: 1;
}

.filter-bg {
  background: #f8f8f8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filter-bg .prev-content h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .filter-bg .next-box .author-img {
    margin-left: 0;
    margin-right: 20px;
  }
}

.service-page.chose-us-area .chose-box .chose-content {
  padding-right: 20px;
}
@media (max-width: 976px) {
  .service-page.chose-us-area .chose-box {
    padding: 24px 15px;
  }
  .service-page.chose-us-area .chose-content {
    margin-bottom: 10px;
  }
  .service-page.chose-us-area .number-text {
    margin-bottom: 0;
  }
}

.process-bg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(67, 67, 67, 0.04);
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-bg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .process-bg {
    display: block;
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-bg {
    grid-template-columns: repeat(2, 1fr);
  }
}
.process-bg li {
  position: relative;
  z-index: 1;
}
.process-bg li::before {
  content: "\f054";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #999999;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.process-bg li:nth-child(2) {
  padding-left: 14px;
}
.process-bg li:nth-child(2)::before {
  right: 16px;
}
@media (max-width: 767px) {
  .process-bg li:nth-child(2)::before {
    right: 32px;
  }
}
.process-bg li:nth-child(3) {
  padding-left: 30px;
}
.process-bg li:nth-child(3)::before {
  right: 2px;
}
@media (max-width: 767px) {
  .process-bg li:nth-child(3)::before {
    right: 30px;
  }
}
.process-bg li:last-child {
  padding-left: 44px;
}
.process-bg li:last-child::before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-bg li {
    padding-left: 0;
  }
  .process-bg li:nth-child(2), .process-bg li:nth-child(3), .process-bg li:last-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .process-bg li {
    padding-left: 0;
  }
  .process-bg li:nth-child(2), .process-bg li:nth-child(3), .process-bg li:last-child {
    padding-left: 0;
  }
}

.work-process {
  display: flex;
  align-items: center;
  padding: 25px 6px 25px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .work-process {
    padding: 25px 6px 25px 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .work-process {
    padding: 25px 6px 25px 10px;
  }
}
.work-process .process-icon {
  margin-right: 19px;
}
.work-process h6 {
  font-size: 14px;
  line-height: 20px;
  padding-right: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .work-process h6 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-process h6 {
    padding-right: 0;
  }
}
.work-process span {
  float: right;
  font-size: 16px;
  font-weight: 300;
}

.process-bg2 {
  background: url(../img/proces-bg1.jpg) no-repeat;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-bg2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .process-bg2 {
    margin-top: 0;
  }
}
.process-bg2::before {
  content: "";
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.process-bg2 .white-title {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}

.process-box .icon {
  background: white;
  width: 160px;
  height: 160px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  line-height: 158px;
  margin-bottom: 22px;
}
.process-box .icon.ic-2, .process-box .icon.ic-4 {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
.process-box .icon.ic-2::before, .process-box .icon.ic-4::before {
  content: "";
  position: absolute;
  background: url(../img/arrow-1.png) no-repeat;
  width: 100px;
  height: 21px;
  left: -140px;
  top: 0;
  z-index: 1;
}
.process-box .icon.ic-2::after, .process-box .icon.ic-4::after {
  content: "";
  position: absolute;
  background: url(../img/arrow-2.png) no-repeat;
  width: 100px;
  height: 21px;
  right: -150px;
  top: 55px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .process-box .icon.ic-2::before, .process-box .icon.ic-4::before {
    left: -100px;
  }
  .process-box .icon.ic-2::after, .process-box .icon.ic-4::after {
    right: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-box .icon.ic-2, .process-box .icon.ic-4 {
    margin-top: 0;
  }
  .process-box .icon.ic-2::before, .process-box .icon.ic-4::before {
    display: none;
  }
  .process-box .icon.ic-2::after, .process-box .icon.ic-4::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .process-box .icon.ic-2, .process-box .icon.ic-4 {
    margin-top: 0;
  }
  .process-box .icon.ic-2::before, .process-box .icon.ic-4::before {
    display: none;
  }
  .process-box .icon.ic-2::after, .process-box .icon.ic-4::after {
    display: none;
  }
}
.process-box .icon.ic-4::after {
  display: none;
}
.process-box p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 6px;
}

.owl-nav {
  position: absolute;
  z-index: 111;
}
.owl-nav button {
  color: #333333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: white;
  width: 50px;
  height: 50px;
}
.owl-nav button.owl-prev {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.owl-nav button.owl-next {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.portfolio-bg {
  position: relative;
  z-index: 1;
}
.portfolio-bg::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 100%;
  height: 400px;
  left: 0;
  top: 0;
  z-index: -1;
}
.portfolio-bg .owl-item.active.center .portfolio-wrapper::before {
  background-image: unset;
  background: #00acb1;
  opacity: 0.902;
  height: 100%;
  clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
}
.portfolio-bg .owl-item.active.center .portfolio-wrapper .brand-logo {
  top: 45px;
}
.portfolio-bg .owl-item.active.center .portfolio-wrapper .single-portfolio {
  bottom: 40px;
}
@media (max-width: 767px) {
  .portfolio-bg .owl-item.active.center .portfolio-wrapper .single-portfolio {
    bottom: 15px;
  }
}
.portfolio-bg .owl-item.active.center .portfolio-wrapper .pf-btn {
  transform: scale(1);
}

.nav-style-1 {
  position: relative;
  z-index: 5;
}
.nav-style-1 .owl-carousel .owl-stage-outer {
  margin-top: 135px;
}
.nav-style-1 .owl-nav {
  left: auto;
  right: 19.8%;
  top: -135px;
}
.nav-style-1 .owl-nav button.owl-prev {
  color: #333333;
  background: white;
  margin-right: 10px;
}
.nav-style-1 .owl-nav button.owl-prev:hover {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.nav-style-1 .owl-nav button.owl-next {
  color: #333333;
  background: white;
}
.nav-style-1 .owl-nav button.owl-next:hover {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.portfolio-section-title {
  margin-bottom: -76px;
  position: relative;
  z-index: 1;
}
.portfolio-section-title .style-text {
  left: -6px;
  top: -23px;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.portfolio-wrapper::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  opacity: 0.961;
  width: 100%;
  height: 0;
  clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-wrapper img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .portfolio-wrapper img {
    width: 100%;
  }
}
.portfolio-wrapper .brand-logo {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: -120px;
  display: inline-block;
  width: unset;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper .brand-logo {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper .brand-logo {
    left: 15px;
  }
}
.portfolio-wrapper .single-portfolio {
  padding: 0;
  position: absolute;
  left: 40px;
  top: auto;
  bottom: -60px;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper .single-portfolio {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper .single-portfolio {
    left: 15px;
    bottom: 10px;
  }
}
.portfolio-wrapper .single-portfolio span {
  color: white;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0;
  margin-bottom: 3px;
}
.portfolio-wrapper:hover::before {
  background-image: unset;
  background: #00acb1;
  opacity: 0.902;
  height: 100%;
  clip-path: polygon(0% -65%, 0% 100%, 99% 100%);
}
.portfolio-wrapper:hover .brand-logo {
  top: 45px;
}
.portfolio-wrapper:hover .single-portfolio {
  bottom: 40px;
}
.portfolio-wrapper:hover .pf-btn {
  transform: scale(1);
}

.pf-btn {
  color: #333333;
  background: white;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pf-btn:hover {
  color: white;
  background: #00acb1;
}

.portfolio-title {
  font-size: 24px;
  line-height: 1.5;
}

.portfolio-wrapper2 {
  position: relative;
  z-index: 1;
}
.portfolio-wrapper2::before {
  content: "";
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-wrapper2 .img-fluid {
  width: 100%;
}
.portfolio-wrapper2 .portfolio-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio-wrapper2 .portfolio-content p {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
}
.portfolio-wrapper2 .portfolio-content .portfolio-title {
  font-size: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper2 .portfolio-content .portfolio-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper2 .portfolio-content .portfolio-title {
    font-size: 20px;
  }
}
.portfolio-wrapper2 .portfolio-content a {
  display: inline-block;
  position: absolute;
  bottom: 45px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .portfolio-wrapper2 .portfolio-content {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-wrapper2 .portfolio-content {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrapper2 .portfolio-content {
    padding: 30px 15px;
  }
}
.portfolio-wrapper2:hover::before {
  height: 100%;
}
.portfolio-wrapper2:hover .portfolio-content {
  opacity: 1;
}

.gf_btn {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background-color: white;
  line-height: 1;
  padding: 15px 28px 13px 28px;
  margin: 5px 8px;
}
.gf_btn.active {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.portfolio-slide-area.nav-style-1 .owl-carousel .owl-stage-outer {
  margin-top: 34px;
}
.portfolio-slide-area.nav-style-1 .owl-nav {
  left: auto;
  right: 0;
  top: -79px;
}
.portfolio-slide-area.nav-style-1 .owl-nav button.owl-prev,
.portfolio-slide-area.nav-style-1 .owl-nav button.owl-next {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.feature-area {
  padding-bottom: 15px;
}

.single-feature {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1200px) {
  .single-feature {
    margin-bottom: 30px;
  }
}
.single-feature::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  width: auto;
  height: 124px;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-feature .feature-content {
  display: flex;
  align-items: center;
  padding: 36px 30px;
  border: 1px solid #f0f0f0;
  background: white;
}
.single-feature .feature-content h6 {
  margin-right: 61px;
  line-height: 26px;
}
.single-feature .feature-content.fc-3 h6 {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-feature .feature-content {
    padding: 36px 10px;
  }
}
@media (max-width: 767px) {
  .single-feature .feature-content {
    padding: 36px 10px;
  }
  .single-feature .feature-content h6 {
    margin-right: 10px;
  }
}
.single-feature:hover .feature-content {
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.single-feature:hover::before {
  bottom: -10px;
}
@media (max-width: 576px) {
  .single-feature .feature-content {
    flex-direction: row-reverse !important;
    justify-content: start !important;
  }
  .single-feature .feature-content .f-icon {
    margin-right: 30px;
  }
}

.core-bg {
  background: #f9f9f9;
}

.core-content {
  border-radius: 6px;
  background: white;
  padding: 40px 30px 40px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .core-content {
    padding: 55px 15px 60px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-content {
    padding: 55px 15px 60px 15px;
  }
}
.core-content h4 {
  color: #999999;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-content h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .core-content h4 {
    font-size: 20px;
  }
}
.core-content h3 {
  color: #00787b;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .core-content h3 {
    font-size: 24px;
  }
}
.core-content p {
  margin-bottom: 0px;
}

.core-feature .read-more {
  color: white;
  display: block;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  width: 100%;
  padding: 13px 20px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.core-feature .read-more i {
  margin-left: 5px;
}
.core-feature:hover, .core-feature.active {
  margin-bottom: 20px;
}
.core-feature:hover .read-more, .core-feature.active .read-more {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
}
.core-feature:hover .core-content, .core-feature.active .core-content {
  background: #eff1f4;
}

.testimonial-img-wrapper {
  margin-right: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-img-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-img-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-img-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-img-wrapper .pattern {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-img-wrapper .pattern {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .pattern {
    width: 100%;
  }
}
.testimonial-img-wrapper .images {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-img-wrapper .images.one {
  top: 50px;
  left: 150px;
  animation: scale-up-one infinite 6s ease-in-out;
  -webkit-animation: scale-up-one infinite 6s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .images.one {
    left: 0;
  }
}
.testimonial-img-wrapper .images.two {
  top: 100px;
  right: 10px;
  animation: scale-up-one infinite 8s ease-in-out;
  -webkit-animation: scale-up-one infinite 8s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .images.two {
    top: 20px;
  }
}
.testimonial-img-wrapper .images.three {
  left: -12px;
  bottom: 153px;
  animation: scale-up-one infinite 6s ease-in-out;
  -webkit-animation: scale-up-one infinite 6s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .images.three {
    bottom: 40px;
  }
}
.testimonial-img-wrapper .images.four {
  bottom: 46px;
  right: 43px;
  animation: scale-up-one infinite 10s ease-in-out;
  -webkit-animation: scale-up-one infinite 10s ease-in-out;
}
@media (max-width: 767px) {
  .testimonial-img-wrapper .images.four {
    bottom: 0;
  }
}
.testimonial-img-wrapper .images.five {
    border-radius: 50%;
    /* background: white; */
    /* box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1); */
    width: 300px;
    height: 220px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    line-height: 115px;
    overflow: visible;
}

.testimonial-img-wrapper .images.five p{
    margin-top: 20px;
    font-size: 22px;
    font-weight: 800;
    color: white;

}

.testimonial-img-wrapper .images.five p .designation{
   margin-top: 20px;
    font-size: 15px;
    font-weight: 200;
    color: white;

}


.testimonial-text-wrapper .style-text {
  left: -9px;
  top: -28px;
}
.testimonial-text-wrapper .quote-paragraph {
  overflow: hidden;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  padding: 33px 44px 36px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-text-wrapper .quote-paragraph {
    padding: 33px 10px 36px 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-text-wrapper .quote-paragraph {
    padding: 33px 10px 36px 10px;
  }
}
.testimonial-text-wrapper .quote-paragraph .author {
  float: left;
  margin-right: 25px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .testimonial-text-wrapper .quote-paragraph .author {
    float: none;
    margin-bottom: 15px;
  }
}
.testimonial-text-wrapper .quote-paragraph .author img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-text-wrapper .quote-paragraph .quote-text {
  overflow: hidden;
}
.testimonial-text-wrapper .quote-paragraph .quote-text p {
  color: white;
  margin-bottom: 18px;
}
.testimonial-text-wrapper .quote-paragraph .quote-text h6 {
  color: white;
}
.testimonial-text-wrapper .quote-paragraph .quote-text h6 span {
  color: #b0d3ff;
}
@media (max-width: 578px) {
  .testimonial-text-wrapper .section-title {
    margin-top: 40px !important;
  }
}

.testimonial-text-wrapper2 {
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 37px 57px 40px 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper2 {
    padding: 37px 15px 40px 15px;
  }
}
@media (max-width: 767px) {
  .testimonial-text-wrapper2 {
    padding: 37px 15px 40px 15px;
  }
}
.testimonial-text-wrapper2 h5 {
  color: #777777;
  font-weight: 400;
  line-height: 1.54;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper2 h5 {
    font-size: 18px;
  }
}
.fixed-77-logo{
      position: absolute;
    z-index: 9;
    margin-top: 21px;
    height: 100px;
    float: right;
    right: 10px;
}
.testimonial-text-wrapper2 .quote-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.author-box {
  display: flex;
  align-items: center;
}
.author-box img {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
  width: unset !important;
}
.author-box .author-content p {
  font-size: 14px;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-top: 5px;
}

.rating a {
  font-size: 16px;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  -webkit-text-fill-color: transparent;
}

.testimonial-area2.nav-style-1 .owl-nav {
  top: -125px;
}
.testimonial-area2.nav-style-1 .owl-nav button.owl-next,
.testimonial-area2.nav-style-1 .owl-nav button.owl-prev {
  border-radius: 6px;
  background: #f4f4f4;
}
.testimonial-area2.nav-style-1 .owl-nav button.owl-next:hover,
.testimonial-area2.nav-style-1 .owl-nav button.owl-prev:hover {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.testimonial-area2 .owl-item.active.center .testimonial-text-wrapper2 {
  border-color: #1e6fd7;
}

.testimonial-bg3 {
  position: relative;
  z-index: 5;
  margin-top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-bg3 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-bg3 {
    margin-top: 0;
  }
}

.testimonial-text-wrapper3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-text-wrapper3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .testimonial-text-wrapper3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonial-text-wrapper3 .icon-big {
  margin-bottom: 27px;
}
.testimonial-text-wrapper3 .sub-title {
  line-height: 1.48;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .testimonial-text-wrapper3 .sub-title {
    font-size: 20px;
  }
}
.testimonial-text-wrapper3.count-line::before {
  background: #e9e9e9;
  width: 1px;
  height: 220px;
  left: auto;
  right: -15px;
  top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-text-wrapper3.count-line::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial-text-wrapper3.count-line::before {
    display: none;
  }
}
.testimonial-text-wrapper3.count-line::after {
  display: none;
}

.blog-section-title {
  margin-bottom: -76px;
  position: relative;
  z-index: 1;
}
.blog-section-title .style-text {
  left: -6px;
  top: -12px;
}

.blogs {
  background: white;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
.blogs__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.blogs__thumb img {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blogs .tag {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 55%;
  z-index: 2;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .blogs .tag {
    top: 51%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs .tag {
    top: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blogs .tag {
    top: 40% !important;
  }
}
@media (max-width: 578px) {
  .blogs .tag {
    top: 40% !important;
  }
}
@media (max-width: 500px) {
  .blogs .tag {
    top: 70% !important;
  }
}
.blogs p {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.blogs p i {
  margin-right: 1px;
}
.blogs .blog-title:hover {
  color: #00acb1;
  text-decoration: underline;
}
.blogs__content {
  padding-left: 30px;
}
.blogs:hover .blogs__thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.blog-title {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-nav .owl-nav {
  right: 0;
}

.blogs-2 {
  position: relative;
  z-index: 1;
}
.blogs-2 .blogs__thumb {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative;
  z-index: 1;
}
.blogs-2 .blogs__thumb::before {
  content: "";
  position: absolute;
  border-radius: 6px;
  background-image: -moz-linear-gradient(90deg, black 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, transparent 100%);
  opacity: 0.702;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blogs-2 .blogs-2-meta {
  margin-bottom: 6px;
}
.blogs-2 .blogs-2-meta span {
  color: white;
  font-size: 14px;
}
.blogs-2 .blog-title {
  color: white;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .blogs-2 .blog-title {
    font-size: 20px;
  }
}
.blogs-2 .blog-title:hover {
  color: #00acb1;
}
.blogs-2 .blogs__content {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 43px;
}
@media (max-width: 767px) {
  .blogs-2 .blogs__content {
    left: 0;
  }
}

.blogs-2-meta span {
  color: #777777;
}
.blogs-2-meta span:first-child {
  position: relative;
  z-index: 1;
  padding-right: 14px;
  margin-right: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-2-meta span:first-child {
    padding-right: 8px;
    margin-right: 8px;
  }
}
.blogs-2-meta span:first-child::before {
  content: "";
  position: absolute;
  background: white;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 10px;
  z-index: 1;
}

.blogs-3 {
  overflow: hidden;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .blogs-3 {
    margin-bottom: 20px;
  }
}
.blogs-3 .blogs__thumb {
  float: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .blogs-3 .blogs__thumb {
    float: none;
    margin-right: 0;
  }
  .blogs-3 .blogs__thumb img {
    width: 100%;
  }
}
.blogs-3 .sub-title {
  color: #141d38;
  line-height: 1.45;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .blogs-3 .sub-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-3 .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blogs-3 .sub-title {
    font-size: 20px;
  }
}
.blogs-3 .sub-title:hover {
  color: #00acb1;
}
.blogs-3 .blogs-2-meta {
  margin-bottom: 6px;
}
.blogs-3 .blogs-2-meta span {
  color: #777777;
}
.blogs-3 .blogs-2-meta span:first-child::before {
  background: #dbdbdb;
}
.blogs-3 .blogs__content {
  padding-left: 0;
  overflow: hidden;
  padding-top: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .blogs-3 .blogs__content {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-3 .blogs__content {
    margin-top: 8px;
    padding-top: 0;
  }
}

.blog-pl-border {
  padding-left: 65px;
  position: relative;
  z-index: 1;
}
.blog-pl-border::before {
  content: "";
  background-color: #ebebeb;
  position: absolute;
  left: 25px;
  top: 0;
  width: 1px;
  height: 95%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .blog-pl-border {
    padding-left: 15px;
  }
  .blog-pl-border::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-pl-border {
    padding-left: 15px;
  }
  .blog-pl-border::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-pl-border {
    padding-left: 15px;
  }
  .blog-pl-border::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .blog-pl-border {
    padding-left: 15px;
  }
  .blog-pl-border::before {
    display: none;
  }
}

.blog-area-3 .blogs-2 .tag {
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  padding: 8px 16px;
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 2;
}
.blog-area-3 .blogs-2 .blogs__thumb {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.blog-area-3 .blogs-2 .blogs__content {
  bottom: 38px;
  padding-left: 0;
  left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-3 .blogs-2 .blogs__content {
    left: 10px;
  }
}
@media (max-width: 767px) {
  .blog-area-3 .blogs-2 .blogs__content {
    left: 10px;
  }
}
.blog-area-3 .blogs {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.blog-area-3 .blogs .blogs__thumb {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}
.blog-area-3 .blogs .tag {
  border-radius: 4px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-3 .blogs .tag {
    top: 41%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area-3 .blogs .tag {
    top: 58%;
  }
}
.blog-area-3 .blogs .blog-title {
  color: #00787b;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-3 .blogs .blogs__content {
    padding-left: 10px;
  }
}

.blog-4 {
  border: 2px solid #f3f3f3;
}
.blog-4 .blog__thumb {
  position: relative;
  z-index: 1;
}
.blog-4 .blog__thumb .popup-video {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.blog-4 .tag {
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  padding: 8px 19px;
  left: 50px;
  right: auto;
  top: auto;
  bottom: -13px;
}
@media (max-width: 767px) {
  .blog-4 .tag {
    left: 0;
  }
}
.blog-4 .blog-title4 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-4 .blog-title4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-4 .blog-title4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog-4 .blog-title4 {
    font-size: 20px;
  }
}
.blog-4 p {
  font-size: 16px;
  line-height: 26px;
}
.blog-4 .blog-content {
  padding: 0 50px 15px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-4 .blog-content {
    padding: 0 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .blog-4 .blog-content {
    padding: 0 5px 15px 5px;
  }
}
.blog-4 .blogs__meta {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 25px;
}
.blog-4 .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
}
.blog-4 .owl-nav button {
  position: absolute;
}
.blog-4 .owl-nav button i {
  font-size: 30px;
}
.blog-4 .owl-nav button i:hover {
  color: white;
}
.blog-4 .owl-nav button.owl-prev {
  left: 40px;
}
.blog-4 .owl-nav button.owl-next {
  left: auto;
  right: 40px;
}

.blog-title4 {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
}

.blogs__meta span {
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.blogs__meta span:nth-child(2) {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 25px;
  margin-right: 25px;
}
.blogs__meta span:nth-child(2)::before {
  content: "";
  position: absolute;
  background: #d0d0d0;
  width: 1px;
  height: 10px;
  top: 4px;
  left: 0;
  z-index: 1;
}
.blogs__meta span:nth-child(2)::after {
  content: "";
  position: absolute;
  background: #d0d0d0;
  width: 1px;
  height: 10px;
  top: 4px;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .blogs__meta span:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.commentor {
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 50px;
  bottom: -27px;
  display: inline-block;
  z-index: 1;
  padding: 10px 35px 10px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.commentor img {
  width: 40px !important;
  height: 40px;
  display: inline-block !important;
}
@media (max-width: 767px) {
  .commentor {
    right: 0;
  }
}

.quote-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 35px 58px 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .quote-box {
    display: block;
    padding: 60px 15px 58px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quote-box {
    display: flex;
  }
}
.quote-box::before {
  content: "";
  position: absolute;
  background: url(../img/blog/quote-white-1.html) no-repeat;
  right: 30px;
  top: 36px;
  width: 146px;
  height: 151px;
  z-index: -1;
}
.quote-box .quote-icon {
  width: 78px;
  height: 80px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .quote-box .quote-icon {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .quote-box .blog-title4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-box .blog-title4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .quote-box .blog-title4 {
    font-size: 20px;
  }
}

.news-details-left {
  border: 2px solid #f3f3f3;
  padding: 42px 40px 45px 40px;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-details-left {
    padding: 42px 20px 45px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-details-left {
    padding: 42px 20px 45px 20px;
  }
}
@media (max-width: 767px) {
  .news-details-left {
    padding: 42px 0 45px 0;
    border-right: 0;
    border-left: 0;
  }
}

.news-boxes {
  overflow: hidden;
}
.news-boxes .box-img {
  float: left;
  margin-right: 30px;
  margin-top: 12px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .news-boxes .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.news-boxes p {
  margin-bottom: 30px;
}

.blog-block {
  padding: 48px 84px 38px 84px;
  border: 2px solid #f4f4f4;
  margin-bottom: 53px;
  border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-block {
    padding: 48px 20px 38px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-block {
    padding: 25px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .blog-block {
    padding: 25px 15px 20px 15px;
  }
}
.blog-block .icon {
  color: white;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  margin-bottom: 25px;
}
.blog-block h3 {
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-block h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-block h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog-block h3 {
    font-size: 20px;
  }
}
.blog-block h5 {
  margin-bottom: 3px;
}

.share-social .tag-list a {
  border: 2px solid #f4f4f4;
  background: transparent;
}
@media (max-width: 767px) {
  .share-social .tag-list a {
    padding: 10px 18px;
    margin: 5px 2px;
  }
}
.share-social .author__social a {
  color: #b9b9b9;
  font-size: 18px;
  margin-left: 27px;
}
.share-social .author__social a:hover {
  color: #00acb1;
}

.more-post {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 42px;
  padding-bottom: 30px;
}

.authors-desc {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  padding: 39px 35px 17px 39px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .authors-desc {
    padding: 25px 10px 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .authors-desc {
    padding: 25px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .authors-desc {
    padding: 39px 15px 17px 15px;
  }
}
.authors-desc .author-img {
  float: left;
  margin-right: 38px;
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .authors-desc .author-img {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .authors-desc .author-img {
    float: none;
    margin-right: 0;
  }
  .authors-desc .author-img img {
    width: 100%;
  }
}
.authors-desc .author-content {
  overflow: hidden;
  margin-top: 23px;
}
.authors-desc .author-content h3 {
  font-size: 36px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .authors-desc .author-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .authors-desc .author-content h3 {
    font-size: 20px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
.comment-box .comment-content {
  overflow: hidden;
  margin-top: 15px;
}
.comment-box .comment-content h5 {
  margin-bottom: 3px;
}
.comment-box .reply {
  font-size: 14px;
  border: 2px solid #f3f3f3;
  font-weight: 400;
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (max-width: 767px) {
  .comment-box .reply {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
.comment-box .reply:hover {
  color: white;
  background: #00acb1;
}

.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 2px solid #f3f3f3;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .prev-box .prev-content h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .prev-box .prev-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .prev-box .prev-content h3 {
    font-size: 20px;
  }
}

.contact-bg {
  position: relative;
  z-index: 1;
}
.contact-bg::before {
  content: "";
  position: absolute;
  background: url(../img/contact/dot-map-bg1.html) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.short-info {
  padding: 25px 30px;
  border-radius: 10px;
}
.short-info .icon {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.short-info .info-content {
  overflow: hidden;
}
.short-info h6 {
  color: white;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.short-info h5 {
  color: white;
}
.short-info .text-col {
  color: #a9c8ee;
}

.contact-input-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 52px 44px 30px 47px;
  margin-top: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-input-wrapper {
    padding: 52px 15px 20px 15px;
  }
}
@media (max-width: 767px) {
  .contact-input-wrapper {
    padding: 52px 5px 30px 5px;
  }
}

.contact-form input {
  color: #999999;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: whitesmoke;
  position: relative;
  width: 100%;
  height: 60px;
  z-index: 1;
  padding-left: 30px;
}
.contact-form input::placeholder {
  color: #999999;
}
.contact-form input::-moz-placeholder {
  color: #999999;
}
.contact-form input::-webkit-placeholder {
  color: #999999;
}
.contact-form input::-o-placeholder {
  color: #999999;
}
.contact-form input::-ms-placeholder {
  color: #999999;
}
.contact-form textarea {
  color: #999999;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: whitesmoke;
  position: relative;
  width: 100%;
  height: 200px;
  z-index: 1;
  padding-left: 30px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}
.contact-form textarea::placeholder {
  color: #999999;
}
.contact-form textarea::-moz-placeholder {
  color: #999999;
}
.contact-form textarea::-webkit-placeholder {
  color: #999999;
}
.contact-form textarea::-o-placeholder {
  color: #999999;
}
.contact-form textarea::-ms-placeholder {
  color: #999999;
}

.job-select {
  color: #333333;
  font-size: 14px;
  border: 1px solid transparent;
  background: whitesmoke;
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  z-index: 1;
  padding-left: 30px;
  line-height: 54px;
  border-radius: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  z-index: 5;
}
.job-select::after {
  border: 0;
  content: "\f078";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 14px;
  font-weight: 300;
  right: 30px;
  top: 18%;
  transform: translateY(-20%);
  z-index: 1;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
}
.job-select.open .list {
  width: 100%;
}
.job-select.open::after {
  top: 88%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.form-btn {
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  line-height: 1;
  padding: 22px 35px;
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #0062ff 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #0062ff 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #0062ff 100%);
  border: 0;
}
.form-btn:hover {
  background-image: -moz-linear-gradient(0deg, #378cff 0%, #00acb1 100%);
  background-image: -webkit-linear-gradient(0deg, #378cff 0%, #00acb1 100%);
  background-image: -ms-linear-gradient(0deg, #378cff 0%, #00acb1 100%);
}

.map-area iframe {
  width: 100%;
  min-height: 440px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .map-area iframe {
    min-height: 350px;
  }
}

.map-area2 iframe {
  width: 100%;
  min-height: 593px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-area2 iframe {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .map-area2 iframe {
    min-height: 400px;
  }
}

.form-btn2 {
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
}
.form-btn2:hover {
  background: #02218f;
}

.contact-bg2 {
  position: relative;
  z-index: 1;
}
.contact-bg2::before {
  content: "";
  position: absolute;
  background: url(../img/contact/dot-map-bg2.html) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-bg2 .short-info {
  background-color: #0a59bb;
}

.form-btn3 {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  border-radius: 6px;
}

.get-update .contact-form input {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  background: white;
  height: 64px;
  color: #aeaeae;
  font-size: 16px;
  padding-left: 54px;
}
.get-update .contact-form input::placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::-webkit-placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::-moz-placeholder {
  color: #aeaeae;
}
.get-update .contact-form input::-o-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea {
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  background: white;
  height: 140px;
  color: #aeaeae;
  font-size: 16px;
  padding-left: 54px;
}
.get-update .contact-form textarea::placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::-webkit-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::-moz-placeholder {
  color: #aeaeae;
}
.get-update .contact-form textarea::-o-placeholder {
  color: #aeaeae;
}
.get-update .contact-form .nice-select.job-select {
  background: transparent;
  border: 1px solid #f2f2f2;
  padding-left: 54px;
}
.get-update .input-box {
  position: relative;
  z-index: 1;
}
.get-update .input-box:before {
  content: "\f007";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #00acb1;
  left: 28px;
  top: 17px;
  z-index: 2;
}
.get-update .input-box.mail-input::before {
  content: "\f0e0";
}
.get-update .input-box.sub-input::before {
  content: "\f02d";
}
.get-update .input-box.text-input::before {
  content: "\f040";
}

.contact-bg3 {
  position: relative;
  z-index: 1;
}
.contact-bg3::before {
  content: "";
  position: absolute;
  background: url(../img/contact/dot-map-bg3.html) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-bg3 .short-info {
  background: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-bg3 .short-info .front {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-bg3 .short-info .back {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact-bg3 .short-info h6 {
  color: #777777;
}
.contact-bg3 .short-info h5 {
  color: #333333;
}
.contact-bg3 .short-info:hover {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.contact-bg3 .short-info:hover .front {
  display: none;
  opacity: 0;
}
.contact-bg3 .short-info:hover .back {
  display: inline-block;
  opacity: 1;
}
.contact-bg3 .short-info:hover h6 {
  color: white;
}
.contact-bg3 .short-info:hover h5 {
  color: white;
}

.contact-map iframe {
  min-height: 600px;
  width: 100%;
  margin-bottom: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map iframe {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .contact-map iframe {
    min-height: 400px;
  }
}

.contact-short-info {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-short-info::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-short-info::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-short-info::before {
    display: none;
  }
}
.contact-short-info .ab-2 {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.contact-short-info .adress-box {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
.contact-short-info .adress-box .icon-link {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.contact-short-info .adress-box .icon-link i {
  color: white;
}
.contact-short-info .theme_btn3 {
  width: 100%;
  text-align: center;
}
.contact-short-info .theme_btn3 i {
  margin-left: 18px;
}

.comment-form .contact-form {
  border: 2px solid #f4f4f4;
  border-radius: 6px;
  background-color: white;
  padding: 48px 48px 31px 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-form .contact-form {
    padding: 25px 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .comment-form .contact-form {
    padding: 48px 0px 31px 0px;
  }
}
.comment-form .input-box {
  position: relative;
  z-index: 1;
}
.comment-form .input-box::before {
  content: "\f007";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #333333;
  right: 28px;
  top: 17px;
  z-index: 2;
}
.comment-form .input-box.mail-input::before {
  content: "\f0e0";
}
.comment-form .input-box.text-input::before {
  content: "\f040";
}
.comment-form .input-box.sub-input::before {
  content: "\f0ac";
}
.comment-form .input-box input {
  color: #999999;
  border: 2px solid #f4f4f4;
  border-radius: 6px;
  background: transparent;
}
.comment-form .input-box input::placeholder {
  color: #999999;
}
.comment-form .input-box input::-webkit-placeholder {
  color: #999999;
}
.comment-form .input-box input::-moz-placeholder {
  color: #999999;
}
.comment-form .input-box input::-o-placeholder {
  color: #999999;
}
.comment-form .input-box textarea {
  color: #999999;
  border: 2px solid #f4f4f4;
  border-radius: 6px;
  height: 154px;
  background: transparent;
}
.comment-form .input-box textarea::placeholder {
  color: #999999;
}
.comment-form .input-box textarea::-webkit-placeholder {
  color: #999999;
}
.comment-form .input-box textarea::-moz-placeholder {
  color: #999999;
}
.comment-form .input-box textarea::-o-placeholder {
  color: #999999;
}

.form-btn4 {
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  width: unset;
  padding: 23px 45px;
}

.single-cases-wrapper {
  position: relative;
  z-index: 1;
}
.single-cases-wrapper .pf-btn {
  background: #7141b1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transform: translateY(0) scale(0);
  -webkit-transform: translateY(0) scale(0);
  -moz-transform: translateY(0) scale(0);
  -ms-transform: translateY(0) scale(0);
  -o-transform: translateY(0) scale(0);
  opacity: 0;
}
.single-cases-wrapper .pf-btn i {
  color: white;
  font-size: 18px;
}
.single-cases-wrapper .pf-btn:hover {
  background: #43b9fe;
}
.single-cases-wrapper .single-case {
  opacity: 0;
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-cases-wrapper:hover .single-case {
  opacity: 1;
  transform: translate(1);
  -webkit-transform: translate(1);
  -moz-transform: translate(1);
  -ms-transform: translate(1);
  -o-transform: translate(1);
}

.single-case {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 25px 40px 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-case {
    padding: 15px 15px 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-case {
    padding: 15px 15px 15px 15px;
  }
}
.single-case h6 {
  margin-bottom: 10px;
}
.single-case h4 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-case h4 {
    font-size: 20px;
  }
}
.single-case p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.case-info span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.case-info span b {
  color: #141d38;
}
.case-info span:first-child {
  margin-right: 25px;
}

.case-bg2 {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ebebeb;
}
.case-bg2::before {
  content: "";
  position: absolute;
  background: #00787b;
  width: 100%;
  height: 460px;
  left: 0;
  top: 0;
  z-index: -1;
}
.case-bg2.nav-style-1 .owl-nav {
  left: auto;
  right: 0;
  top: -123px;
}
.case-bg2.nav-style-1 .owl-nav button.owl-prev,
.case-bg2.nav-style-1 .owl-nav button.owl-next {
  color: white;
  background: rgba(255, 255, 255, 0.102);
  margin-right: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.case-bg2.nav-style-1 .owl-nav button.owl-prev:hover,
.case-bg2.nav-style-1 .owl-nav button.owl-next:hover {
  color: #333333;
  background: white;
}
.case-bg2 .text a {
  text-decoration: underline;
}
.case-bg2 .text a:hover {
  color: #43b9fe;
}

.core-feature-title {
  margin-bottom: -88px;
}

.cases-wrapper2 {
  border-radius: 6px;
  background: white;
/*  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);*/
}
.cases-wrapper2 img {
  display: inline-block;
  margin-bottom: 28px;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}
.cases-wrapper2 h6 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
.cases-wrapper2 h5 {
  margin-bottom: 14px;
    padding-right: 20px;
}
.cases-wrapper2 h6,
.cases-wrapper2 h5,
.cases-wrapper2 p {
  padding-left: 30px;
    padding-right: 20px;
}
.cases-wrapper2 .read-more {
  padding: 13px 30px 12px 30px;
  margin-top: 24px;
  display: block;
  border-top: 1px solid #f1f1f1;
  color: #00787b;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cases-wrapper2 .read-more i {
  color: #00787b;
}
.cases-wrapper2:hover .read-more {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
}
.cases-wrapper2:hover .read-more i {
  color: white;
}

.case-detail-title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .case-detail-title {
    font-size: 24px;
  }
}

.case-details-wrapper .case-detail-title {
  margin-bottom: 19px;
}
.case-details-wrapper .big-img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.case-details-wrapper .med-text {
  line-height: 1.43;
  margin-bottom: 57px;
}

.letter-box {
  overflow: hidden;
  margin-top: 52px;
  margin-bottom: 11px;
}
.letter-box .a-tag {
  color: #00acb1;
  font-size: 50px;
  font-weight: 700;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
  text-transform: uppercase;
  margin-right: 30px;
  transform: translateY(7px);
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
}

.vision-wrapper h5 {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 22px;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  -webkit-text-fill-color: transparent;
}

.cs-img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.counter-bg {
  background: #f9f9f9;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .counter-bg {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .counter-bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.count-img-wrapper {
  position: relative;
  z-index: 1;
}
.count-img-wrapper .count-box1 {
  background: url(../img/counter/count-2.html) no-repeat;
  width: 200px;
  min-height: 400px;
  position: absolute;
  z-index: 1;
  right: 78px;
  top: 214px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-img-wrapper .count-box1 {
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-img-wrapper .count-box1 {
    top: 27%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .count-img-wrapper .count-box1 {
    top: 0;
    min-height: 100%;
    width: 100%;
    right: 0;
    left: 0;
  }
}
.count-img-wrapper .count-box1::before {
  content: "";
  border-radius: 10px;
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  opacity: 0.902;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .count-img-wrapper .count-box1 {
    top: 100px;
  }
}
.count-img-wrapper .count-box1 img {
  margin-bottom: 16px;
  margin-top: 60px;
}
.count-img-wrapper .count-box1 h3 {
  color: white;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 3px;
}
.count-img-wrapper .count-box1 p {
  color: white;
  font-size: 14px;
  line-height: 1;
}
.count-img-wrapper .count-box1 .pf-btn {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-img-wrapper {
    margin-bottom: 30px;
  }
  .count-img-wrapper .count-big1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .count-img-wrapper {
    margin-bottom: 30px;
  }
  .count-img-wrapper .count-big1 {
    width: 100%;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .count-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .count-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-content-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-content-wrapper {
    padding-left: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .count-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

.count-wrapper {
  border-top: 1px solid #ebebeb;
  padding-top: 50px;
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-wrapper {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .count-wrapper {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
  }
}

.count-box {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 24px 30px 25px 30px;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .count-box {
    margin-bottom: 20px;
  }
}
.count-box h3 {
  color: #333333;
  font-size: 30px;
}
.count-box p {
  font-size: 14px;
}

.counter-bg2 {
  position: relative;
  z-index: 3;
}

.count-text2 h3,
.count-text2 .counter {
  font-size: 60px;
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-text2 h3,
  .count-text2 .counter {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .count-text2 h3,
  .count-text2 .counter {
    font-size: 32px;
  }
}
.count-text2 p {
  margin-bottom: 7px;
  margin-top: 4px;
}

.count-line {
  position: relative;
  z-index: 1;
}
.count-line::before {
  content: "";
  position: absolute;
  background-color: #eaeaea;
  position: absolute;
  left: -15px;
  top: 15px;
  width: 1px;
  height: 100px;
  z-index: 1;
}
.count-line::after {
  content: "";
  position: absolute;
  background-color: #eaeaea;
  position: absolute;
  right: -15px;
  top: 15px;
  width: 1px;
  height: 100px;
  z-index: 1;
}

.counter-borders {
  border-top: 1px solid #ececec;
}

.count-text3 {
  border-radius: 6px;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  justify-content: space-between;
  padding: 23px 30px;
}
.count-text3 .counter-content h3 {
  font-size: 30px;
  color: #333333;
}

.count-text4 h3 {
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .count-text4 h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .count-text4 h3 {
    font-size: 30px;
  }
}
.count-text4.count-line::before {
  background-color: rgba(255, 255, 255, 0.2);
  height: 82px;
  top: 6px;
}
.count-text4.count-line::after {
  background-color: rgba(255, 255, 255, 0.2);
  height: 82px;
  top: 6px;
}
.count-text4.before-none::after {
  display: none;
}
@media (max-width: 992px) {
  .count-text4::before {
    display: none;
  }
  .count-text4::after {
    display: none;
  }
}
.count-text4.before-none::after {
  display: none;
}

.count-bar {
  border-radius: 6px;
  padding: 50px 45px 42px 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .count-bar {
    padding: 50px 20px 42px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-bar {
    padding: 50px 20px 42px 20px;
  }
}
.count-bar .chart {
  width: 76px;
  height: 76px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 70px;
  margin-bottom: 33px;
  position: relative;
  z-index: 1;
}
.count-bar .chart::before {
  content: "";
  border: 5px solid #3188fa;
  position: absolute;
  left: -2px;
  top: -2px;
  width: 80px;
  height: 80px;
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.count-bar h5 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .count-bar h5 {
    font-size: 18px;
  }
}

.plan-section-ttile .style-text {
  top: -24px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.text-strong {
  color: #7141b1;
  text-decoration: underline;
}

.plan {
  border: 1px solid #ececec;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding-top: 50px;
}

.plan-header .icon {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.plan-header .icon::before {
  content: "";
  border-radius: 50%;
  background-image: -moz-linear-gradient(-45deg, white 0%, #f0f4f9 100%);
  background-image: -webkit-linear-gradient(-45deg, white 0%, #f0f4f9 100%);
  background-image: -ms-linear-gradient(-45deg, white 0%, #f0f4f9 100%);
  position: absolute;
  left: 19px;
  top: 13px;
  width: 100px;
  height: 100px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.plan-header h6 {
  color: #43b9fe;
  font-size: 14px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}
.plan-header .price {
  color: #141d38;
  font-size: 80px;
  margin-bottom: 15px;
}
.plan-header .price span {
  font-size: 14px;
  font-weight: 400;
}
.plan-header .price .text-body-color {
  color: #777777;
}
.plan-header:hover .icon::before {
  left: 0;
  top: 0;
}

.plan-body {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.plan-body li {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}
.plan-body li.delet {
  color: #d3d3d3;
}

.plan-footer .border_btn {
  color: #141d38;
  display: inline-block;
  border: 1px solid #ececec;
  font-size: 16px;
  font-weight: 700;
  padding: 21px 45px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.plan-footer .border_btn:hover {
  color: white;
  background: #085cbb;
  border-color: #085cbb;
}

.yearly-price {
  display: none;
}

.price-btn {
  color: #00acb1;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-decoration: underline;
  border: 0;
  background: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .price-btn {
    font-size: 40px;
  }
  .price-btn::before {
    right: 25px;
  }
}
.price-btn::before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 pro";
  font-size: 32px;
  font-weight: 300;
  right: -45px;
  top: 10px;
  z-index: 1;
}

.team-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
}
.team-wrapper .team-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
  display: inline-block;
}
.team-wrapper .team-thumb img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
}
.team-wrapper .team-thumb::before {
  content: "";
  border-radius: 50%;
  background-color: #43b9fe;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: -1;
}
.team-wrapper .team-thumb::after {
  content: "";
  border-radius: 50%;
  background-color: #7141b1;
  position: absolute;
  right: 3px;
  top: 59px;
  width: 80px;
  height: 80px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-wrapper h6 {
  color: #43b9fe;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 7px;
}
.team-wrapper .theme-col {
  color: #777777;
}
.team-wrapper:hover .team-thumb::after {
  right: -25px;
}

.team-icon-wrapper {
  bottom: 17px;
  position: absolute;
  right: 7px;
  transition: 0.3s;
}
.team-icon-wrapper .team-icon {
  text-align: center;
  transition: 0.3s;
  padding: 0;
  opacity: 1;
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.team-icon-wrapper .team-icon a {
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  border-radius: 50%;
  color: white;
  padding: 0 7px;
}
.team-icon-wrapper .team-icon a:first-child, .team-icon-wrapper .team-icon a:nth-child(2), .team-icon-wrapper .team-icon a:nth-child(3), .team-icon-wrapper .team-icon a:nth-child(4) {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-icon-wrapper .team-icon a.plus {
  color: #333333;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.team-icon-wrapper .team-icon:hover {
  padding: 0 0 0 9px;
}
.team-icon-wrapper .team-icon:hover a:first-child, .team-icon-wrapper .team-icon:hover a:nth-child(2), .team-icon-wrapper .team-icon:hover a:nth-child(3), .team-icon-wrapper .team-icon:hover a:nth-child(4) {
  opacity: 1;
  display: inline-block;
}
.team-icon-wrapper .team-icon:hover a:last-child {
  color: white;
  background: transparent;
}

.team-area2 .team-wrapper {
  padding-left: 0;
}
.team-area2 .team-wrapper .team-thumb::before {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.team-area2 .team-wrapper .team-thumb::after {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.team-area2 .team-wrapper .team-icon {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.team-area2 .team-wrapper .team-content {
  padding-left: 12.6%;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .team-area2 .team-wrapper .team-content {
    padding-left: 0;
    text-align: center;
  }
}

.adress-box {
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
.adress-box .icon-link {
  width: 54px;
  height: 54px;
  background: white;
  border: 2px solid #f4f4f4;
  text-align: center;
  line-height: 54px;
  margin-right: 20px;
  margin-top: 5px;
  border-radius: 6px;
}
.adress-box .icon-link i {
  color: #00acb1;
  font-size: 16px;
}

.team-skill-wrapper .teams-title {
  margin-bottom: 42px;
}

.comic-progress-bar .p-title {
  margin-bottom: 2px;
}
.comic-progress-bar .progress {
  height: 19px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #ececec;
  overflow: visible;
  width: 100%;
}
.comic-progress-bar .progress .progress-bar {
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  width: 70%;
  height: 10px;
  margin-top: 12px;
  margin-left: 0;
  overflow: visible;
  position: relative;
}
.comic-progress-bar .progress .progress-bar span {
  -webkit-background-clip: text;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  text-align: right;
  margin-top: -52px;
  position: absolute;
  right: -140px;
  -webkit-text-fill-color: transparent;
}

.teams-title {
  font-size: 26px;
}

.team-bot-border {
  border-bottom: 1px solid #e8e8e8;
}

.border-img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.certifacate-list {
  padding: 0;
  margin: 0;
  justify-content: space-between;
  padding-right: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .certifacate-list {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .certifacate-list {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .certifacate-list li {
    margin-bottom: 20px;
  }
}
.certifacate-list li img {
  width: 100%;
}

.journey-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 22px 60px;
}
@media (max-width: 767px) {
  .journey-box {
    display: block;
    grid-gap: 22px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .journey-box {
    display: grid;
    grid-gap: 22px 30px;
  }
}

.right-content h2 {
  color: #00acb1;
  font-size: 80px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-content h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .right-content h2 {
    font-size: 35px;
  }
}
.right-content p {
  margin-bottom: 23px;
}
.right-content h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .right-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .right-content h4 {
    font-size: 18px;
  }
}
.right-content .read-more {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.right-content .read-more:hover {
  color: #00acb1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .left-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .left-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .left-content {
    padding-right: 0;
  }
  .left-content img {
    width: 100%;
  }
}
.left-content img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.chose-box {
  padding: 24px 40px 28px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .chose-box {
    padding: 24px 20px 28px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chose-box {
    padding: 24px 15px 28px 15px;
  }
}
@media (max-width: 767px) {
  .chose-box {
    padding: 24px 15px 28px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .chose-box .chose-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .chose-box .chose-content {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .chose-box .chose-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .chose-box .chose-content {
    padding-right: 0;
  }
}
.chose-box .chose-content p {
  line-height: 1.6;
  margin-top: 13px;
}
.chose-box .number-text {
  color: #00acb1;
  font-size: 60px;
}

.project-details-widget {
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.project-details-widget .case-widget-title {
  padding-left: 40px;
  padding-top: 36px;
}
.project-details-widget .theme_btn3 {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
}
.project-details-widget .theme_btn3 i {
  padding-left: 6px;
}

.project-info {
  padding-left: 40px;
  margin-bottom: 20px;
}
.project-info li {
  display: block;
  font-size: 14px;
  padding: 11px 0;
}
.project-info li:nth-child(2) {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.widget {
  border: 2px solid #f3f3f3;
  padding: 25px 25px 20px 25px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget {
    padding: 40px 15px 30px 15px;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 30px 15px 20px 15px;
  }
}

.widget-title-box {
  position: relative;
  z-index: 1;
}
.widget-title-box::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-title-box::after {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  width: 80px;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.widget-sub-title {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.widget-sub-title2 {
  font-size: 20px;
}

.widget-categories ul li a {
  color: #999999;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  font-weight: 700;
}
.widget-categories ul li a:hover {
  color: #333333;
  text-decoration: underline;
}

.widget-subscribe .contact-form textarea {
  height: 140px;
  padding-top: 15px;
}
.widget-subscribe .contact-form .form-btn {
  width: 100%;
}

.widget-post .blog-post {
  display: flex;
  align-items: center;
  padding-right: 58px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .widget-post .blog-post {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget-post .blog-post {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-post .blog-post {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .widget-post .blog-post {
    padding-right: 0;
  }
}
.widget-post .blog-post img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.widget-post .blog-post .post-content {
  margin-left: 20px;
}

.widget.widget-banner-add {
  border: 0;
  background: url(../img/services/banne-1.html) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.widget.widget-banner-add::before {
  content: "";
  position: absolute;
  background: #083d58;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.widget.widget-banner-add .banner-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.widget.widget-banner-add p {
  color: #adbbc2;
}
.widget.widget-banner-add .theme_btn {
  padding-left: 50px;
  padding-right: 50px;
}

.widget-author-content h5 {
  margin-bottom: 14px;
  margin-top: 22px;
}
.widget-author-content .author__social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-author-content .author__social a {
  color: white;
  background: #d4d4d4;
  width: 30px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  margin: 0 5px;
}
.widget-author-content .author__social a.fb {
  background: #1877f2;
}
.widget-author-content .author__social a.ttr {
  background: #1da1f2;
}
.widget-author-content .author__social a.lkdin {
  background: #1877f2;
}
.widget-author-content .author__social a.ggl {
  background: #cd201f;
}
.widget-author-content .author__social a:hover {
  background: #d4d4d4 !important;
  color: #333333;
}

.widget-search .subscribe-form {
  position: relative;
  z-index: 1;
}
.widget-search .subscribe-form input {
  color: #999999;
  height: 60px;
  padding-left: 22px;
  background: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.widget-search .subscribe-form input::placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::-webkit-placeholder {
  color: #999999;
}
.widget-search .subscribe-form input::-o-placeholder {
  color: #999999;
}
.widget-search .subscribe-form .widget-btn {
  border: 0;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  width: 60px;
  padding: 17px 0;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  z-index: 1;
}
.widget-search .subscribe-form .widget-btn i {
  font-size: 14px;
}

.widget-post .post-list {
  padding: 0;
  margin: 0;
}
.widget-post .post-list li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.widget-post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}
.widget-post .post-content h6 a:hover {
  color: #00acb1;
}

.widget-categories-list ul li a {
  background: #f8f8f8;
  width: 100%;
  display: block;
  padding: 14px 14px 14px 20px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.widget-categories-list ul li a span {
  font-size: 14px;
  font-weight: 700;
  background: #efefef;
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
}
.widget-categories-list ul li a:hover span {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.tag-list a {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  background: #f4f4f4;
  display: inline-block;
  padding: 10px 26px;
  margin: 5px 4px;
  line-height: 1;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tag-list a:hover {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.widget-add .banner-content img {
  width: 100%;
}

.page-navigation .page-link {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid gb(238, 238, 238);
  background: rgba(246, 246, 246, 0);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 7px;
  padding: 0;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .page-navigation .page-link {
    width: 35px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-navigation .page-link {
    width: inherit;
    height: inherit;
    line-height: inherit;
  }
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.page-navigation .page-link:hover {
  color: white;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}

.faq-que-list .accordion-item {
  border: 1px solid #e7e7e7;
  background-color: transparent;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 21px 30px 19px 30px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 15px;
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: unset;
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f068";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\f067";
}
.faq-que-list .accordion-item .accordion-body {
  padding: 0;
  padding: 0 30px 24px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 0 20px 24px 20px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 0 15px 24px 15px;
  }
}

.faq-bg-area {
  position: relative;
  z-index: 1;
}
.faq-bg-area::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  opacity: 0.941;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.faq-bg-area .faq-que-list .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-bg-area .faq-que-list .accordion-item:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.faq-bg-area .faq-que-list .accordion-item .accordion-button {
  color: white;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .faq-bg-area .faq-que-list .accordion-item .accordion-button {
    padding-left: 0;
    padding-right: 15px;
  }
}
.faq-bg-area .faq-que-list .accordion-item .accordion-button::before {
  color: white;
  right: 0;
}
.faq-bg-area .faq-que-list .accordion-item .accordion-body {
  padding: 0 30px 20px 0;
}
@media (max-width: 767px) {
  .faq-bg-area .faq-que-list .accordion-item .accordion-body {
    padding: 0 15px 20px 0;
  }
}
.faq-bg-area .faq-que-list .accordion-item .accordion-body p {
  color: rgba(255, 255, 255, 0.8);
}

.video-wrapper {
  border: 10px solid white;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
  min-height: 570px;
  position: relative;
  z-index: 3;
  margin-bottom: -285px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-wrapper {
    margin-bottom: 60px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    margin-bottom: 60px;
    min-height: 400px;
  }
}
.video-wrapper .popup-video {
  background: white;
  width: 120px;
  height: 120px;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.video-wrapper .popup-video i {
  font-size: 20px;
  line-height: 120px;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -o-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  -webkit-text-fill-color: transparent;
}

.footer__social a {
  color: white;
  font-size: 14px;
  background-color: #164964;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 6px;
}
.footer__social a:first-child {
  background: #1877f2;
}
.footer__social a:nth-child(2) {
  background: #1da1f2;
}
.footer__social a:nth-child(3) {
  background: #0a66c2;
}
.footer__social a:last-child {
  background: #cd201f;
}
.footer__social a:hover {
  color: white;
  background-color: #00acb1;
}

.footer__widget p {
  color: #969696;
  margin-bottom: 15px;
}
.footer__widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}
.footer__widget .widget-title::before {
  content: "";
  position: absolute;
  background: #363636;
  width: 60px;
  height: 2px;
  left: 0;
  top: 100%;
  z-index: 1;
}
.footer__widget address.address-box {
  margin-bottom: 26px;
}
.footer__widget address span {
  color: #bababa;
  display: block;
  line-height: 26px;
}

.fot-list {
  padding: 0;
  margin: 0;
}
.fot-list a {
  color: #bababa;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.fot-list a::before {
  content: "";
  position: absolute;
  background: #00acb1;
  width: 5px;
  height: 1px;
  left: -20px;
  top: 50%;
  z-index: 1;
  opacity: 0;
}
.fot-list a:hover {
  color: white;
  transform: translateX(13px);
  -webkit-transform: translateX(13px);
  -moz-transform: translateX(13px);
  -ms-transform: translateX(13px);
  -o-transform: translateX(13px);
}
.fot-list a:hover::before {
  opacity: 1;
}
.fot-list.fot-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.subscribe-form .input-box {
  position: relative;
  z-index: 1;
}
.subscribe-form .input-box::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: white;
  font-weight: 113px;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.subscribe-form .input-box.mail-input::before {
  content: "\f0e0";
}
.subscribe-form input {
  border: 0;
  color: #6d6d6d;
  font-size: 16px;
  width: 100%;
  height: 60px;
  padding-left: 45px;
  background: #2b2b2b;
}
.subscribe-form input::placeholder {
  color: #6d6d6d;
}
.subscribe-form input::-webkit-placeholder {
  color: #6d6d6d;
}
.subscribe-form input::-moz-placeholder {
  color: #6d6d6d;
}
.subscribe-form input::-o-placeholder {
  color: #6d6d6d;
}
.subscribe-form .subscribe-btn {
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -o-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  text-transform: capitalize;
  padding: 20px 0;
  border: 0;
}
.subscribe-form .subscribe-btn:focus {
  box-shadow: 0;
}
.subscribe-form .subscribe-btn i {
  margin-left: 10px;
}
.subscribe-form .subscribe-btn:hover {
  background-image: -webkit-linear-gradient(0deg, #0e72e3 0%, #02218f 100%);
  background-image: -moz-linear-gradient(0deg, #0e72e3 0%, #02218f 100%);
  background-image: -o-linear-gradient(0deg, #0e72e3 0%, #02218f 100%);
}

.copyright h6 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}
.copyright h6 a {
  color: #333333;
  font-weight: 700;
}
.copyright.copy-line::before {
  left: -90px;
  top: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .copyright.copy-line::before {
    left: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .copyright.copy-line::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright.copy-line::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .copyright.copy-line::before {
    display: none;
  }
}

.copy-line {
  position: relative;
  z-index: 1;
}
.copy-line::before {
  content: "";
  background-color: #ededed;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 1px;
  z-index: 1;
}

.footer-a2 {
  background-color: #211e3b;
}
.footer-a2 .footer__widget address span {
  color: #9c99b0;
}
.footer-a2 .footer__widget p {
  color: #9c99b0;
}
.footer-a2 .footer__widget .widget-title::before {
  background-image: -moz-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
  background-image: -ms-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
}
.footer-a2 .fot-list a {
  color: #9c99b0;
}
.footer-a2 .fot-list a::before {
  background: white;
}
.footer-a2 .fot-list a:hover {
  color: white;
}
.footer-a2 .subscribe-form input {
  background: #f4f4f4;
}
.footer-a2 .subscribe-form input::placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-webkit-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-o-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form input::-ms-placeholder {
  color: #333333;
}
.footer-a2 .subscribe-form .input-box.mail-input::before {
  color: #333333;
}
.footer-a2 .subscribe-form .subscribe-btn {
  border-radius: 0;
  background: #43b9fe;
}
.footer-a2 .subscribe-form .subscribe-btn:hover {
  background: #00acb1;
}

.copy-right-a2 .copyright h6 {
  color: white;
}
.copy-right-a2 .copyright h6 a {
  color: white;
}
.copy-right-a2 .footer__social a {
  color: white;
  background: rgba(0, 0, 0, 0.102);
}
.copy-right-a2 .footer__social a:hover {
  color: #43b9fe;
  background: white;
}

.footer-a3 {
  background: url(../img/footer/footer-bg3.html) no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-a3::before {
  content: "";
  background: rgba(0, 13, 59, 0.902);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-a3 .footer__widget address span {
  color: rgba(255, 255, 255, 0.6);
}
.footer-a3 .footer__widget p {
  color: rgba(255, 255, 255, 0.6);
}
.footer-a3 .footer__widget .widget-title::before {
  background: rgba(255, 255, 255, 0.102);
}
.footer-a3 .fot-list a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-a3 .fot-list a::before {
  background: white;
}
.footer-a3 .fot-list a:hover {
  color: white;
}
.footer-a3 .subscribe-form input {
  color: #333333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: white;
}
.footer-a3 .subscribe-form input::placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-webkit-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-o-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form input::-ms-placeholder {
  color: #333333;
}
.footer-a3 .subscribe-form .input-box.mail-input::before {
  color: #333333;
}
.footer-a3 .subscribe-form .subscribe-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #02d3d9 100%);
}
.footer-a3 .subscribe-form .subscribe-btn:hover {
  background: #02218f;
}

.copy-white {
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
}

.footer-a4 {
  background: url(../img/footer/footer-bg3.html) no-repeat;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-a4::before {
  content: "";
  background: rgba(34, 34, 34, 0.902);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-a4 .footer__widget address span {
  color: #bababa;
}
.footer-a4 .footer__widget p {
  color: #bababa;
}
.footer-a4 .footer__widget .widget-title::before {
  background-color: #363636;
}
.footer-a4 .fot-list a {
  color: #bababa;
}
.footer-a4 .fot-list a::before {
  background: white;
}
.footer-a4 .fot-list a:hover {
  color: white;
}
.footer-a4 .subscribe-form input {
  color: #333333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: white;
}
.footer-a4 .subscribe-form input::placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-webkit-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-o-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form input::-ms-placeholder {
  color: #333333;
}
.footer-a4 .subscribe-form .input-box.mail-input::before {
  color: #333333;
}
.footer-a4 .subscribe-form .subscribe-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.footer-a4 .subscribe-form .subscribe-btn:hover {
  background: #02218f;
}

.footer-a5 .footer__widget address span {
  color: #777777;
}
.footer-a5 .footer__widget p {
  color: #777777;
}
.footer-a5 .footer__widget .widget-title {
  color: #333333;
}
.footer-a5 .footer__widget .widget-title::before {
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.footer-a5 .fot-list a {
  color: #777777;
}
.footer-a5 .fot-list a::before {
  background: #00acb1;
}
.footer-a5 .fot-list a:hover {
  color: #00acb1;
}
.footer-a5 .subscribe-form input {
  color: #333333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #f4f4f4;
}
.footer-a5 .subscribe-form input::placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-moz-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-webkit-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-o-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form input::-ms-placeholder {
  color: #333333;
}
.footer-a5 .subscribe-form .input-box.mail-input::before {
  color: #333333;
}
.footer-a5 .subscribe-form .subscribe-btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.footer-a5 .subscribe-form .subscribe-btn:hover {
  background: #02218f;
}
.footer-a5 .copyright.copy-line::before {
  left: -109px;
  top: 50%;
}

.copyright-area3 .footer__social a {
  color: white;
  background: rgba(0, 0, 0, 0.102);
  border-radius: 6px;
}
.copyright-area3 .footer__social a:hover {
  color: #00acb1;
  background: white;
}

.sub-form2 input {
  border-radius: 6px;
  background-color: #2b2b2b;
  height: 60px;
}
.sub-form2 .subscribe-btn {
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #00acb1 0%, #378cff 100%);
}
.sub-form2 .subscribe-btn:hover {
  background: #00acb1;
}

/*# sourceMappingURL=main.css.map */
.page-title-area{position: relative;}
.page-title-area::after {
  content: "";
    background-image: -webkit-linear-gradient(319deg, #292c2c 0%, #02d3d9 100%);
    background-image: -webkit-linear-gradient(319deg, #292c2c 0%, #02d3d9 100%);
        opacity: 0.6;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}


.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.contact-short-info{
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
    padding: 25px;
}
.box__st{
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    justify-content: center;
    display: flex;
}
.box__st span{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    line-height: 60px;
    background: #00acb1;
    text-align: center;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
}
.box__st h6{
    display: inline-block;
    font-weight: 500;
    width: 80%;
    padding-left: 20px;
    line-height: 20px;
}