/*===============================================
Template Name: mediket - Consulting & Finance HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: mediket
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. mediket Header Top Menu Area Css
02. mediket Nav Menu Area Css 
03. mediket Slider Area Css
04. mediket Section Title Css
05. mediket Service Area css
06. mediket About Area Css
07. mediket Counter Area Css
08. mediket Case Study Area Css
09. mediket Testimonial Area Css
10. mediket Process Area Css
11. mediket Team Area Css
12. mediket Faq Area Css
13. mediket Brand Section Css
14. mediket Call Do Section Css
15. mediket Form Box Css
16. mediket Skill Area Css
17. mediket Blog Area Css
18. mediket footer Area Css
19. mediket Subscribe Area Css
20. mediket Lines CSS
21. mediket Prossess Ber Css
22. mediket Scrollup Section
23. mediket Bounce Animation Css 
24. mediket Animation Dance
25. mediket Breadcumb Area Css
26. mediket abouts_areas Css
27. mediket Feture-Area Css
28. mediket Pricing Section Css
29. mediket Web Development Section CSS
30. mediket Contact  US Css
31. mediket Blog Sidber Widget CSS
32. mediket Case Study Details Css
33. mediket Loader Css
=======================*/

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/





/* button */
.mediox-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: #187495;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  font-size: 16px;
  color: var(--mediox-white, #FFFFFF);
  text-align: center;
  font-weight: 600;
  line-height: 1.75;
  padding: 12px 20.5px;
  cursor: pointer;
  transition: 500ms;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
}
.mediox-btn :hover{
  color: white !important;
}
.mediox-btn::before, .mediox-btn::after {
  content: "";
  background-color: #ff0202;
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
.mediox-btn::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}
.mediox-btn::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}
.mediox-btn:hover::before, .mediox-btn:hover::after {
  width: calc(50% + 6px);
}
.mediox-btn__icon {
  display: inline-flex;
  font-size: 11px;
  color: var(--mediox-white, #FFFFFF);
  transition: all 500ms ease;
}
.mediox-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mediox-btn:hover .mediox-btn__icon {
  transform: rotate(45deg);
}
.mediox-btn--normal {
  border-radius: 10px;
}
.mediox-btn--normal::before {
  border-radius: 10px 0 0 10px;
}
.mediox-btn--normal::after {
  border-radius: 0 10px 10px 0;
}



/* social links */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.social-links a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--mediox-text, #707882);
  border: 1px solid rgba(var(--mediox-border-color-rgb, 217, 225, 235), 0.2);
  border-radius: 50%;
}
.social-links a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover {
  color: var(--mediox-white, #FFFFFF);
  background-color: var(--mediox-base, #33C1ED);
  border-color: var(--mediox-base, #33C1ED);
}


/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: relative;
  background-color: var(--mediox-white, #FFFFFF);
  z-index: 99;
}
.main-header .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1830px;
  box-shadow: 2px 2px 5px 2px #1212122a;
}
.main-header__inner {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 25px 0px;
  }
}
.main-header__logo img {
  max-width: 100%;
  height: auto;
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__sidebar-btn {
  position: relative;
  margin-left: 50px;
  width: 29.71px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 1799px) {
  .main-header__sidebar-btn {
    margin-right: 80px;
  }
}
@media (max-width: 1350px) {
  .main-header__sidebar-btn {
    margin-right: 120px;
  }
}
@media (max-width: 1199px) {
  .main-header__sidebar-btn {
    display: none;
  }
}
.main-header__sidebar-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--mediox-black, #0A2241);
  border-radius: var(--mediox-radius, 20px);
  transition: all 400ms ease;
}
.main-header__sidebar-btn span:nth-child(1) {
  width: 14.48px;
}
.main-header__sidebar-btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}
.main-header__sidebar-btn:hover span {
  width: 100%;
  background-color: var(--mediox-base, #33C1ED);
}
.main-header__nav {
  margin-right: 60px;
}
@media (max-width: 1799px) {
  .main-header__nav {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .main-header__nav {
    margin-right: 0px;
  }
}
.main-header__cart, .main-header__search {
  position: relative;
  font-size: 16px;
  color: var(--mediox-black, #0A2241);
  transition: all 500ms ease;
  line-height: 1;
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--mediox-base, #33C1ED);
}
@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
  .main-header__search::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: var(--mediox-white, #FFFFFF);
  }
}
@media (max-width: 575px) {
  .main-header__search {
    margin-left: 36px;
  }
  .main-header__search::before {
    left: -18px;
  }
}
.main-header__cart {
  margin-left: 40px;
}
@media (max-width: 1799px) {
  .main-header__cart {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .main-header__cart {
    margin-left: 20px;
  }
}
.main-header__call {
  margin-left: 90px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1799px) {
  .main-header__call {
    margin-left: 40px;
  }
}
@media (max-width: 1599px) {
  .main-header__call {
    display: none;
  }
}
.main-header__call__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--mediox-base, #33C1ED);
  background-color: var(--mediox-white2, #ECF0F5);
  transition: all 500ms ease;
}
.main-header__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-header__call:hover .main-header__call__icon {
  color: var(--mediox-white, #FFFFFF);
  background-color: var(--mediox-base, #33C1ED);
}
.main-header__call__title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.357;
}
.main-header__call__number {
  margin: 0;
  font-size: 20px;
  color: var(--mediox-black, #0A2241);
  font-weight: 600;
  line-height: 1.35;
  text-transform: capitalize;
}
.main-header__call__number:hover {
  color: var(--mediox-primary, #2C51A3);
}
.main-header__call__number a {
  color: red;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  font-family: "poppins";
  font-weight: 600;
}
.main-header__call__number a:hover {
  background-size: 100% 1px;
}
.main-header__btn {
  margin-left: 60px;
}
@media (max-width: 1799px) {
  .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 1399px) {
  .main-header__btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-header__btn {
    display: inline-flex;
  }
}
@media (max-width: 991px) {
  .main-header__btn {
    display: none;
  }
}
.main-header--two {
  width: 100%;
  padding: 0 20.5px;
  position: absolute;
  top: 30px;
  left: 0px;
  background-color: transparent;
}
@media (max-width: 575px) {
  .main-header--two {
    padding: 0 15px;
  }
}
.main-header--two .container-fluid {
  max-width: 100%;
  background-color: var(--mediox-white, #FFFFFF);
  border-radius: 10px;
}
@media (min-width: 576px) {
  .main-header--two .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .main-header--two .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1700px) {
  .main-header--two .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 360px) {
  .main-header--two .main-header__logo {
    padding-right: 20px;
  }
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 44px;
  padding-bottom: 44px;
}
.main-header--two .main-header__call {
  position: relative;
}
.main-header--two .main-header__call::before {
  content: "";
  width: 1px;
  height: calc(100% + 2px);
  background-color: var(--mediox-border-color, #D9E1EB);
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
}
@media (max-width: 1799px) {
  .main-header--two .main-header__call::before {
    left: -20px;
  }
}
.main-header--three {
  position: relative;
  background-color: var(--mediox-base, #33C1ED);
  border-top: 19px solid var(--mediox-black, #0A2241);
}
.main-header--three .container-fluid {
  max-width: 1651px;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 23.5px 0px;
  }
}
@media (max-width: 991px) {
  .main-header--three .main-header__inner {
    padding: 24.36px 0px;
  }
}
@media (max-width: 360px) {
  .main-header--three .main-header__inner {
    padding: 28.82px 0px;
  }
}
.main-header--three .main-header__left {
  margin-right: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__left {
    margin-right: 0;
  }
}
.main-header--three .main-header__logo {
  position: relative;
}
.main-header--three .main-header__logo::before {
  content: "";
  width: 330px;
  height: calc(100% + 49.72px);
  background-color: var(--mediox-black, #0A2241);
  position: absolute;
  top: calc(50% - 1px);
  left: -176px;
  transform: translateY(-50%);
}
@media (max-width: 360px) {
  .main-header--three .main-header__logo::before {
    height: calc(100% + 58.72px);
    left: -205px;
  }
}
.main-header--three .main-header__logo a {
  position: relative;
  z-index: 1;
}
@media (max-width: 360px) {
  .main-header--three .main-header__logo img {
    width: 135px;
  }
}
.main-header--three .main-header__logo__shape {
  width: 66px;
  height: 118px;
  position: absolute;
  top: -43px;
  right: -55px;
  background-color: var(--mediox-black, #0A2241);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.000000 118.000000"><g transform="translate(0.000000,118.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M0 1180 l0 -1181 55 13 c195 47 214 78 625 1005 196 443 373 824 393 847 43 47 171 116 216 116 26 0 31 32 31 190 l0 190 -660 0 -660 0 0 -1180z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.000000 118.000000"><g transform="translate(0.000000,118.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M0 1180 l0 -1181 55 13 c195 47 214 78 625 1005 196 443 373 824 393 847 43 47 171 116 216 116 26 0 31 32 31 190 l0 190 -660 0 -660 0 0 -1180z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
@media (max-width: 360px) {
  .main-header--three .main-header__logo__shape {
    top: -48px;
  }
}
.main-header--three .main-header__sidebar-btn {
  margin-left: 120px;
  margin-right: 0;
}
@media (max-width: 1599px) {
  .main-header--three .main-header__sidebar-btn {
    margin-left: 80px;
  }
}
.main-header--three .main-header__sidebar-btn span {
  background-color: var(--mediox-white, #FFFFFF);
}
.main-header--three .main-header__sidebar-btn:hover span {
  background-color: var(--mediox-black, #0A2241);
}
.main-header--three .mobile-nav__btn span {
  background-color: var(--mediox-white, #FFFFFF);
}
.main-header--three .main-header__nav {
  margin-right: 59px;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__nav {
    margin-right: 0px;
  }
}
.main-header--three .main-menu .main-menu__list > li + li {
  margin-left: 38px;
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 38.5px;
  padding-bottom: 38.5px;
}
.main-header--three .main-menu .main-menu__list > li > a,
.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--mediox-white, #FFFFFF);
}
.main-header--three .main-menu .main-menu__list > li.current > a,
.main-header--three .main-menu .main-menu__list > li:hover > a {
  color: var(--mediox-black, #0A2241);
}
.main-header--three .main-header__cart,
.main-header--three .main-header__search {
  color: var(--mediox-white, #FFFFFF);
}
.main-header--three .main-header__cart:hover,
.main-header--three .main-header__search:hover {
  color: var(--mediox-black, #0A2241);
}
.main-header--three .main-header__btn {
  margin-left: 90px;
  background-color: var(--mediox-primary, #2C51A3);
}
.main-header--three .main-header__btn:hover, .main-header--three .main-header__btn:hover .mediox-btn__icon {
  color: var(--mediox-base, #33C1ED);
}
@media (max-width: 1599px) {
  .main-header--three .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header--three .main-header__btn {
    display: inline-flex;
  }
}
@media (max-width: 991px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}
.main-header--three .main-header__btn::before, .main-header--three .main-header__btn::after {
  background-color: var(--mediox-white, #FFFFFF);
}
.main-header--four {
  background-color: transparent;
  border-bottom: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
}
.main-header--four .main-header__logo {
  position: relative;
}
.main-header--four .main-header__logo::before {
  content: "";
  width: 1px;
  height: calc(100% + 62px);
  background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
@media (max-width: 1799px) {
  .main-header--four .main-header__logo::before {
    right: -30px;
  }
}
@media (max-width: 1599px) {
  .main-header--four .main-header__logo::before {
    right: -40px;
  }
}
@media (max-width: 1399px) {
  .main-header--four .main-header__logo::before {
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .main-header--four .main-header__logo::before {
    height: calc(100% + 52px);
    right: -50px;
  }
}
@media (max-width: 412px) {
  .main-header--four .main-header__logo::before {
    right: -35px;
  }
}
@media (max-width: 375px) {
  .main-header--four .main-header__logo::before {
    right: -30px;
  }
}
@media (max-width: 360px) {
  .main-header--four .main-header__logo::before {
    display: none;
  }
}
@media (max-width: 1799px) {
  .main-header--four .main-header__sidebar-btn {
    margin-right: 70px;
  }
}
.main-header--four .main-header__sidebar-btn span {
  background-color: var(--mediox-white, #FFFFFF);
}
.main-header--four .main-header__sidebar-btn:hover span {
  background-color: var(--mediox-base, #33C1ED);
}
.main-header--four .mobile-nav__btn span {
  background-color: var(--mediox-white, #FFFFFF);
}
.main-header--four .main-menu .main-menu__list > li > a,
.main-header--four .main-header__cart,
.main-header--four .main-header__search {
  color: var(--mediox-white, #FFFFFF);
}
.main-header--four .main-menu .main-menu__list > li.current > a,
.main-header--four .main-menu .main-menu__list > li:hover > a {
  color: var(--mediox-base, #33C1ED);
}
.main-header--four .main-header__cart,
.main-header--four .main-header__search {
  color: var(--mediox-white, #FFFFFF);
}
.main-header--four .main-header__cart:hover,
.main-header--four .main-header__search:hover {
  color: var(--mediox-base, #33C1ED);
}
@media (max-width: 1199px) {
  .main-header--four .main-header__search::before {
    background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.4);
  }
}
.main-header--four .main-header__call {
  position: relative;
}
@media (max-width: 1799px) {
  .main-header--four .main-header__call {
    margin-left: 50px;
  }
}
.main-header--four .main-header__call::before {
  content: "";
  width: 1px;
  height: calc(100% + 62px);
  background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
}
@media (max-width: 1799px) {
  .main-header--four .main-header__call::before {
    left: -25px;
  }
}
.main-header--four .main-header__call__title,
.main-header--four .main-header__call__number {
  color: var(--mediox-white, #FFFFFF);
}
.main-header--four .main-header__call__number:hover {
  color: var(--mediox-base, #33C1ED);
}
.main-header--four .main-header__btn::before, .main-header--four .main-header__btn::after {
  background-color: var(--mediox-white, #FFFFFF);
}
.main-header--four .main-header__btn:hover, .main-header--four .main-header__btn:hover .mediox-btn__icon {
  color: var(--mediox-base, #33C1ED);
}
@media (max-width: 1399px) {
  .main-header--four .main-header__btn {
    display: inline-flex;
  }
}
@media (max-width: 1360px) {
  .main-header--four .main-header__btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-header--four .main-header__btn {
    display: inline-flex;
  }
}
@media (max-width: 991px) {
  .main-header--four .main-header__btn {
    display: none;
  }
}

.header-four {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--mediox-white, #FFFFFF);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned.main-header--two {
  background-color: transparent;
  box-shadow: none;
}
.sticky-header--cloned.main-header--two .container-fluid {
  box-shadow: 0px 3px 18px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.07);
}
.sticky-header--cloned.main-header--three {
  background-color: var(--mediox-base, #33C1ED);
}
.sticky-header--cloned.main-header--four {
  border-color: transparent;
  background-color: var(--mediox-black, #0A2241);
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--mediox-black, #0A2241);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mobile-nav__btn:hover span {
  background-color: var(--mediox-base, #33C1ED);
}


.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 39px;
}
.main-menu .main-menu__list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--mediox-black, #0A2241);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.375;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--mediox-base, #33C1ED);
}
.main-menu .main-menu__list > li.current > a {
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list li ul {
  padding: 15px 20px 11px;
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  background-color: var(--mediox-white, #FFFFFF);
  z-index: 99;
  box-shadow: 0px 10px 60px 0px RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  margin-bottom: 4px;
  padding: 7px 25px 8px 15px;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  font-size: 14px;
  color: var(--mediox-black, #0A2241);
  font-weight: 600;
  line-height: 26px;
  display: flex;
  text-transform: capitalize;
  border-radius: 5px;
  transition: 400ms;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 15px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--mediox-white, #FFFFFF);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--mediox-base, #33C1ED);
  color: var(--mediox-white, #FFFFFF);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
/* .main-menu .main-menu__list li ul li > ul ul {
  display: none;
} */

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
  # Megamenu Popup
  --------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--mediox-white, #FFFFFF);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--mediox-black, #0A2241);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--mediox-base, #33C1ED);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--mediox-white, #FFFFFF);
  box-shadow: 0px 10px 60px 0px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  font-size: 16px;
  color: var(--mediox-black, #0A2241);
  font-weight: 600;
  text-transform: capitalize;
}
.demo-one__title:hover {
  color: var(--mediox-base, #33C1ED);
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--mediox-black-rgb, 10, 34, 65), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
@media (max-width: 360px) {
  .demo-one__btns {
    flex-direction: column;
  }
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
}
.demo-one__btn::before, .demo-one__btn::after {
  background-color: var(--mediox-white, #FFFFFF);
}
.demo-one__btn:hover, .demo-one__btn:hover .mediox-btn__icon {
  color: var(--mediox-base, #33C1ED);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .demo-one__btn {
    min-width: 145px;
  }
}
@media (max-width: 360px) {
  .demo-one__btn {
    min-width: 145px;
  }
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase {
  margin-bottom: -20px;
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--mediox-white, #FFFFFF);
  box-shadow: 0px 10px 60px 0px rgba(var(--mediox-black-rgb, 10, 34, 65), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .demo-one__btn {
  min-width: 145px;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--mediox-white, #FFFFFF);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--mediox-black, #0A2241);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__content .main-header__logo--mobile {
  display: none;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 1;
  color: var(--mediox-white, #FFFFFF);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--mediox-base, #33C1ED);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list--two li:first-child {
  border-top: 1px solid RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list > li.current > a,
.mobile-nav__content .main-menu__list > li:hover > a {
  color: var(--mediox-base, #33C1ED);
  text-shadow: 0 0 0.5px currentColor;
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--mediox-white, #FFFFFF);
  font-size: 16px;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li ul li a {
  font-size: 14px;
  font-weight: 500;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--mediox-base, #33C1ED);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--mediox-base, #33C1ED);
  border: none;
  outline: none;
  color: var(--mediox-white, #FFFFFF);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--mediox-white, #FFFFFF);
  color: var(--mediox-black, #0A2241);
}

.mobile-nav__social a {
  width: 32px;
  height: 32px;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  color: var(--mediox-white, #FFFFFF);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--mediox-base, #33C1ED);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--mediox-base, #33C1ED);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--mediox-white, #FFFFFF);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--mediox-white, #FFFFFF);
}
.page-header .container-fluid {
  max-width: 1830px;
}
.page-header__inner {
  position: relative;
  padding-top: 109px;
  padding-bottom: 111px;
  border-radius: var(--mediox-radius, 20px);
}
@media (max-width: 575px) {
  .page-header__inner {
    padding-top: 89px;
    padding-bottom: 91px;
  }
}
.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
}
.page-header__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: RGBA(var(--mediox-white2-rgb, 236, 240, 245), 0.8);
  border-radius: inherit;
}
.page-header .container {
  position: relative;
  z-index: 10;
}
@media (max-width: 575px) {
  .page-header .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.page-header__content {
  text-align: center;
}
.page-header__title {
  margin-bottom: 19px;
  font-size: 45px;
  font-weight: 800;
  text-transform: capitalize;
  line-height: 1.222;
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 35px;
  }
}
@media (max-width: 430px) {
  .page-header__title {
    font-size: 30px;
  }
}

.mediox-breadcrumb {
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 0;
}
.mediox-breadcrumb__icon {
  margin-right: 10px;
  display: inline-flex;
  font-size: 14px;
  color: var(--mediox-base, #33C1ED);
}
.mediox-breadcrumb__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mediox-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--mediox-black, #0A2241);
  text-transform: capitalize;
  line-height: 1.4;
}
.mediox-breadcrumb li:not(:last-of-type)::after {
  content: "\e94b";
  position: relative;
  top: 0;
  margin-left: 7px;
  margin-right: 7px;
  font-family: "icomoon" !important;
  font-size: 12px;
  color: var(--mediox-black, #0A2241);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mediox-breadcrumb li span,
.mediox-breadcrumb li a {
  display: inline-flex;
}
.mediox-breadcrumb li:not(:first-child) span {
  color: var(--mediox-base, #33C1ED);
}
.mediox-breadcrumb li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.mediox-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.mediox-breadcrumb li a:hover {
  color: var(--mediox-base, #33C1ED);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
/* .form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .form-one__group--grid {
    grid-template-columns: 1fr;
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--mediox-font, "Poppins", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 55px;
  outline: none !important;
  border-radius: 10px;
  border: 0;
  background-color: var(--mediox-white2, #ECF0F5) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  color: var(--mediox-text, #707882) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 55px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.form-one .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--mediox-text, #707882);
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--mediox-border-color, #D9E1EB);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  color: var(--mediox-black, #0A2241);
  background-color: var(--mediox-white2, #ECF0F5);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--mediox-base, #33C1ED);
  color: var(--mediox-white, #FFFFFF);
  border-color: var(--mediox-base, #33C1ED);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  background-color: var(--mediox-white2, #ECF0F5);
  font-size: 14px;
  color: var(--mediox-text, #707882);
  font-weight: 500;
  border: none;
  outline: none;
  padding: 0 20px;
  height: 55px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 400ms ease;
}
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--mediox-black, #0A2241);
  border-color: var(--mediox-base, #33C1ED);
}
.form-one textarea {
  height: 143px;
  padding: 10px 20px 0;
} */




/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
/* @keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveHorizontal2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(-13px, 0, 0);
    transform: translate3d(-13px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideLeft {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 202px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 202px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
} */


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
  background-color: var(--mediox-white, #FFFFFF);
  overflow: hidden;
  z-index: 1;
}
.main-slider-one__item {
  position: relative;
  padding-top: 366px;
  padding-bottom: 176px;
  background-color: var(--mediox-white2, #ECF0F5);
  overflow: hidden;
}
@media (max-width: 1299px) {
  .main-slider-one__item {
    padding-top: 320px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__item {
    padding-top: 280px;
  }
}
.main-slider-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.15;
  z-index: 1;
}
.main-slider-one .container {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .main-slider-one .container {
    max-width: 1638px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.main-slider-one__content {
  position: relative;
  max-width: 1048px;
}
@media (max-width: 1599px) {
  .main-slider-one__content {
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__content {
    max-width: 100%;
    top: 150px;
  }
}
.main-slider-one__content__shape-1 {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: -100%;
  left: 44%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  animation: rotate 3s linear infinite;
}
.main-slider-one__content__shape-2 {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 61%;
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  animation: moveHorizontal 2s linear infinite;
}
.main-slider-one__top {
  overflow: hidden;
}
.main-slider-one__sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--mediox-base, #33C1ED);
  letter-spacing: 0.2em;
  line-height: 1.457;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(-100px);
}
@media (max-width: 575px) {
  .main-slider-one__sub-title {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.main-slider-one__title {
  overflow: hidden;
  position: relative;
  margin-bottom: 27px;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.257;
  text-transform: capitalize;
}
@media (max-width: 1599px) {
  .main-slider-one__title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .main-slider-one__title {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .main-slider-one__title {
    font-size: 45px;
  }
}
.main-slider-one__title__inner {
  overflow: hidden;
  position: relative;
  display: table;
  opacity: 0;
  transform: translateY(200px);
}
.main-slider-one__title__image {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.main-slider-one__title__image img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  border-radius: 37px;
}
.main-slider-one__title__video {
  width: 80px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 37px;
  font-size: 24px;
  color: var(--mediox-white, #FFFFFF);
  background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.6);
}
.main-slider-one__title__hover {
  display: block;
}
.main-slider-one__title__hover__box {
  display: block;
  width: calc(10% + 1px);
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background-color: var(--mediox-base, #33C1ED);
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  z-index: 1;
}
.main-slider-one__description {
  max-width: 674px;
  margin-bottom: 41px;
  overflow: hidden;
}
.main-slider-one__text {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.666;
  opacity: 0;
  transform: translateY(150px);
}
@media (max-width: 575px) {
  .main-slider-one__text {
    font-size: 16px;
  }
  .main-slider-one .active .main-slider-one__title__inner {
    font-size: 40px !important
  }
}
.main-slider-one__button {
  overflow: hidden;
}
.main-slider-one__button__inner {
  opacity: 0;
  transform: translateY(150px);
}
.main-slider-one__image {
  position: absolute;
  right: 75px;
  bottom: 0;
  z-index: 1;
  width: 50%;
}
.main-slider-one__image2 {
  position: absolute;
  right: 0;
  bottom: -90px;

  z-index: 1;
  width: 50%;
}
@media (max-width: 1799px) {
  .main-slider-one__image {
    right: 50px;
  }
}
@media (max-width: 1399px) {
  .main-slider-one__image {
    max-width: 480px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__image {
    width: 90%;
    bottom: 190px;
    left: 010px
  }
 
}
@media (max-width: 1299px) {
  .main-slider-one__image2 {
    width: 80%;
    bottom: 150px;
    left: 30px;
  }
 
}
.main-slider-one__image img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
}
.main-slider-one__patients {
  padding: 21.5px 30px 24.5px;
  position: absolute;
  left: -98px;
  bottom: 168px;
  background-color: var(--mediox-white, #FFFFFF);
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1599px) {
  .main-slider-one__patients {
    left: -80px;
    bottom: 140px;
  }
}
.main-slider-one__patients__icon {
  position: relative;
  top: 8px;
  display: inline-flex;
  font-size: 42px;
  color: var(--mediox-base, #33C1ED);
}
.main-slider-one__patients__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-slider-one__patients__number {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
  color: var(--mediox-base, #33C1ED);
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.main-slider-one__patients__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.428;
}
.main-slider-one__shape-1 {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: -100%;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  animation: rotate 3s linear infinite;
}
.main-slider-one__shape-2 {
  display: inline-block !important;
  width: auto !important;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 280px;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  animation: rotate 3s linear infinite;
}
@media (max-width: 1199px) {
  .main-slider-one__shape-2 {
    top: 200px;
  }
}
@media (max-width: 991px) {
  .main-slider-one__shape-2 {
    display: none !important;
  }
}
.main-slider-one__bg-top {
  width: 557px;
  height: 557px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -184px;
  left: -202px;
  transform: rotate(-135deg) translate(100%);
  opacity: 0;
  visibility: hidden;
  border-radius: 260px;
  background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.04);
}
@media (max-width: 1599px) {
  .main-slider-one__bg-top {
    top: -234px;
    left: -252px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__bg-top {
    top: -264px;
    left: -282px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__bg-top {
    top: -284px;
    left: -302px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__bg-top {
    top: -304px;
    left: -322px;
  }
}
.main-slider-one__bg-top__1 {
  width: 435px;
  height: 435px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.05);
}
.main-slider-one__bg-top__2 {
  width: 301px;
  height: 301px;
  border-radius: 50%;
  background-color: RGBA(var(--mediox-primary-rgb, 44, 81, 163), 0.06);
}
.main-slider-one__bg-bottom {
  width: 595px;
  height: 595px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -216px;
  bottom: -197px;
  transform: rotate(45deg) translate(100%);
  opacity: 0;
  visibility: hidden;
  border-radius: 260px;
  background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.1);
  z-index: 2;
}
@media (max-width: 1299px) {
  .main-slider-one__bg-bottom {
    right: -306px;
    bottom: -297px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__bg-bottom {
    right: -336px;
    bottom: -317px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__bg-bottom {
    right: -356px;
    bottom: -337px;
  }
}
.main-slider-one__bg-bottom__1 {
  width: 465px;
  height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.15);
}
.main-slider-one__bg-bottom__2 {
  width: 322px;
  height: 322px;
  border-radius: 50%;
  background-color: RGBA(var(--mediox-base-rgb, 51, 193, 237), 0.2);
}
.main-slider-one .active .main-slider-one__sub-title,
.main-slider-one .active .main-slider-one__title__inner,
.main-slider-one .active .main-slider-one__text,
.main-slider-one .active .main-slider-one__button__inner {
  opacity: 1;
  transform: translateY(0);
  font-family: "Poppins", sans-serif;
}
.main-slider-one .active .main-slider-one__sub-title {
  transition: transform 1400ms ease, opacity 1400ms ease;
}
.main-slider-one .active .main-slider-one__title__inner {
  transition-delay: 900ms;
  transition: transform 1600ms ease, opacity 1600ms ease;

font-size: 70px;
}
.main-slider-one .active .main-slider-one__title__hover__box {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
}
.main-slider-one .active .main-slider-one__title__hover__box--1 {
  left: 0;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--2 {
  left: 10%;
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--3 {
  left: 20%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--4 {
  left: 30%;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--5 {
  left: 40%;
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--6 {
  left: 50%;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--7 {
  left: 60%;
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--8 {
  left: 70%;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--9 {
  left: 80%;
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.main-slider-one .active .main-slider-one__title__hover__box--10 {
  left: 90%;
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}
.main-slider-one .active .main-slider-one__text {
  transition-delay: 1100ms;
  transition: transform 1400ms ease, opacity 1400ms ease;
}
.main-slider-one .active .main-slider-one__button__inner {
  transition-delay: 1400ms;
  transition: transform 1400ms ease, opacity 1400ms ease;
}
.main-slider-one .active .main-slider-one__content__shape-1,
.main-slider-one .active .main-slider-one__content__shape-2,
.main-slider-one .active .main-slider-one__shape-1,
.main-slider-one .active .main-slider-one__shape-2,
.main-slider-one .active .main-slider-one__bg-top,
.main-slider-one .active .main-slider-one__bg-bottom {
  opacity: 1;
  visibility: visible;
  transition: all 1300ms ease;
}
.main-slider-one .active .main-slider-one__content__shape-1 {
  top: -49px;
}
@media (max-width: 1199px) {
  .main-slider-one .active .main-slider-one__content__shape-1 {
    top: -80px;
  }
}
.main-slider-one .active .main-slider-one__content__shape-2 {
  bottom: -76px;
}
.main-slider-one .active .main-slider-one__shape-1 {
  left: 43px;
}
.main-slider-one .active .main-slider-one__shape-2 {
  right: 72px;
}
@media (max-width: 1199px) {
  .main-slider-one .active .main-slider-one__shape-2 {
    top: 200px;
  }
}
.main-slider-one .active .main-slider-one__bg-top {
  transform: rotate(-135deg) translate(0px);
}
.main-slider-one .active .main-slider-one__bg-bottom {
  transform: rotate(45deg) translate(0px);
}

.main-slider-two {
  position: relative;
  overflow: hidden;
  background-color: var(--mediox-white, #FFFFFF);
}
.main-slider-two__carousel {
  position: relative;
  width: 100%;
}
.main-slider-two__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  z-index: 2;
}
@media (min-width: 1200px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 14px;
  }
}
@media (min-width: 1400px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    right: 40px;
  }
}
.main-slider-two__carousel.owl-carousel .owl-nav button {
  background-color: var(--mediox-white, #FFFFFF);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-slider-two__carousel.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
  }
}
.main-slider-two__carousel .mediox-owl__carousel__counter {
  position: absolute;
  top: 50%;
  left: 53px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 1399px) {
  .main-slider-two__carousel .mediox-owl__carousel__counter {
    left: 15px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__carousel .mediox-owl__carousel__counter {
    display: none;
  }
}
.main-slider-two__carousel .mediox-owl__carousel__counter__current {
  position: relative;
  font-size: 26px;
  color: var(--mediox-base, #33C1ED);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1399px) {
  .main-slider-two__carousel .mediox-owl__carousel__counter__current {
    font-size: 23px;
  }
}
.main-slider-two__carousel .mediox-owl__carousel__counter__current::before {
  content: "";
  width: 33px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -53px;
  transform: translateY(-50%);
  background-color: var(--mediox-base, #33C1ED);
}
@media (max-width: 1399px) {
  .main-slider-two__carousel .mediox-owl__carousel__counter__current::before {
    display: none;
  }
}
.main-slider-two__carousel .mediox-owl__carousel__counter__total {
  position: relative;
  font-size: 16px;
  color: var(--mediox-text, #707882);
  font-weight: 600;
  line-height: 1;
}
.main-slider-two__carousel .mediox-owl__carousel__counter__total::before {
  content: "";
  width: 2px;
  height: calc(100% - 5px);
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%) rotate(20deg);
  background-color: var(--mediox-text, #707882);
}
.main-slider-two__item {
  position: relative;
  padding: 30px 141px 0;
  background-color: var(--mediox-white, #FFFFFF);
  overflow: hidden;
}
@media (max-width: 1399px) {
  .main-slider-two__item {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__item {
    padding: 15px 15px 0;
  }
}
.main-slider-two__item__shape {
  width: 100%;
  height: 270px;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--mediox-white2, #ECF0F5);
  z-index: 1;
}
.main-slider-two__item__shape__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
}
.main-slider-two__wrapper {
  position: relative;
  padding-top: 191px;
  padding-bottom: 134px;
  overflow: hidden;
  border-radius: 30px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .main-slider-two__wrapper {
    padding-bottom: 198px;
  }
}
@media (max-width: 1599px) {
  .main-slider-two__wrapper {
    padding-top: 153px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__wrapper {
    padding-bottom: 230px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__wrapper {
    padding-top: 133px;
    padding-bottom: 220px;
  }
}
@media (max-width: 390px) {
  .main-slider-two__wrapper {
    padding-top: 123px;
    padding-bottom: 210px;
  }
}
.main-slider-two__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 30px;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}
.main-slider-two__bg::after {
  content: "";
  width: 100%;
  max-width: 1090px;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2E51A3 6.58%, rgba(46, 81, 163, 0.8) 43.94%, rgba(54, 193, 236, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.main-slider-two .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .main-slider-two .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .main-slider-two .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .main-slider-two .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.main-slider-two__content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.main-slider-two__sub-title {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  color: var(--mediox-base, #33C1ED);
  letter-spacing: 0.2em;
  line-height: 1.457;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-120px);
}
@media (max-width: 575px) {
  .main-slider-two__sub-title {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .main-slider-two__sub-title {
    letter-spacing: 0.05em;
  }
}
.main-slider-two__title {
  margin-bottom: 9px;
  display: inline-block;
  overflow: hidden;
  font-size: 80px;
  color: var(--mediox-white, #FFFFFF);
  font-weight: 800;
  line-height: 1.125;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  opacity: 0;
  transform: translateX(300px);
}
@media (max-width: 1399px) {
  .main-slider-two__title {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .main-slider-two__title {
    font-size: 45px;
  }
}
.main-slider-two__title__overlay-group {
  display: block;
}
.main-slider-two__title__overlay {
  background-color: var(--mediox-base, #33C1ED);
  width: 16.66%;
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  transition: 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2200ms;
  z-index: 1;
}
.main-slider-two__title__overlay:nth-child(2), .main-slider-two__title__overlay:nth-child(4), .main-slider-two__title__overlay:nth-child(6) {
  top: 5px;
}
.main-slider-two__title__overlay:nth-child(2) {
  left: 16.66%;
}
.main-slider-two__title__overlay:nth-child(4) {
  left: 49.98%;
}
.main-slider-two__title__overlay:nth-child(6) {
  left: 83.3%;
}
.main-slider-two__title__overlay:nth-child(1), .main-slider-two__title__overlay:nth-child(3), .main-slider-two__title__overlay:nth-child(5) {
  bottom: 5px;
}
.main-slider-two__title__overlay:nth-child(1) {
  left: 0;
}
.main-slider-two__title__overlay:nth-child(3) {
  left: 33.32%;
}
.main-slider-two__title__overlay:nth-child(5) {
  left: 66.64%;
}
.main-slider-two__text {
  margin-bottom: 51px;
  max-width: 551px;
  font-size: 18px;
  color: var(--mediox-white, #FFFFFF);
  line-height: 1.666;
  opacity: 0;
  transform: translateX(-300px);
}
@media (max-width: 575px) {
  .main-slider-two__text {
    font-size: 16px;
  }
}
.main-slider-two__button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.main-slider-two__button-1, .main-slider-two__button-2 {
  opacity: 0;
  transform: translateY(120px);
}
.main-slider-two__button-1 .mediox-btn::before, .main-slider-two__button-1 .mediox-btn::after {
  background-color: var(--mediox-white, #FFFFFF);
}
.main-slider-two__button-1 .mediox-btn:hover, .main-slider-two__button-1 .mediox-btn:hover .mediox-btn__icon {
  color: var(--mediox-base, #33C1ED);
}
.main-slider-two__button-2 .mediox-btn {
  padding: 11px 20.5px;
  background-color: transparent;
  border: 1px solid var(--mediox-white, #FFFFFF);
}
.main-slider-two__button-2 .mediox-btn::before, .main-slider-two__button-2 .mediox-btn::after {
  content: "";
  background-color: var(--mediox-base, #33C1ED);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
.main-slider-two__button-2 .mediox-btn::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}
.main-slider-two__button-2 .mediox-btn::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}
.main-slider-two__button-2 .mediox-btn:hover {
  border-color: var(--mediox-base, #33C1ED);
}
.main-slider-two__button-2 .mediox-btn:hover::before, .main-slider-two__button-2 .mediox-btn:hover::after {
  width: calc(50% + 6px);
}
.main-slider-two__info {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--mediox-primary, #2C51A3);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 246.000000"><g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8964 2308 c-20 -94 -165 -246 -266 -280 -18 -6 -39 -16 -47 -22 -10 -8 -1085 -13 -3895 -17 -2546 -4 -3898 -9 -3931 -16 -124 -25 -263 -139 -326 -268 l-34 -70 -6 -615 c-4 -338 -11 -635 -16 -660 -15 -73 -64 -160 -123 -219 -75 -76 -92 -88 -190 -129 -18 -8 1284 -11 4423 -11 l4447 -1 0 1170 c0 1004 -2 1170 -14 1170 -8 0 -18 -14 -22 -32z"/> </g> </svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 246.000000"><g transform="translate(0.000000,246.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8964 2308 c-20 -94 -165 -246 -266 -280 -18 -6 -39 -16 -47 -22 -10 -8 -1085 -13 -3895 -17 -2546 -4 -3898 -9 -3931 -16 -124 -25 -263 -139 -326 -268 l-34 -70 -6 -615 c-4 -338 -11 -635 -16 -660 -15 -73 -64 -160 -123 -219 -75 -76 -92 -88 -190 -129 -18 -8 1284 -11 4423 -11 l4447 -1 0 1170 c0 1004 -2 1170 -14 1170 -8 0 -18 -14 -22 -32z"/> </g> </svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .main-slider-two__info {
    display: none;
  }
}
.main-slider-two__info__inner {
  padding: 70px 65.5px 29px 50.5px;
  display: flex;
  align-items: flex-start;
  gap: 110px;
  border-radius: 30px 0 30px 0;
  z-index: 1;
}
.main-slider-two__call {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-slider-two__call::after {
  content: "";
  width: 1px;
  height: 37px;
  background-color: RGBA(var(--mediox-white-rgb, 255, 255, 255), 0.2);
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
}
.main-slider-two__call__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--mediox-base, #33C1ED);
  background-color: var(--mediox-white2, #ECF0F5);
  transition: all 500ms ease;
}
.main-slider-two__call__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-slider-two__call:hover .main-slider-two__call__icon {
  color: var(--mediox-white, #FFFFFF);
  background-color: var(--mediox-base, #33C1ED);
}
.main-slider-two__call__title {
  margin-bottom: 4px;
  font-size: 14px;
  color: var(--mediox-white, #FFFFFF);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.357;
}
.main-slider-two__call__number {
  margin: 0;
  font-size: 20px;
  color: var(--mediox-white, #FFFFFF);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.35;
}
.main-slider-two__call__number:hover {
  color: var(--mediox-base, #33C1ED);
}
.main-slider-two__call__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-slider-two__call__number a:hover {
  background-size: 100% 1px;
}
.main-slider-two__social {
  margin-top: -6px;
}
.main-slider-two__social__title {
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--mediox-white, #FFFFFF);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.357;
}
.main-slider-two__social__title::after {
  content: "";
  width: 37px;
  height: 1px;
  background-color: var(--mediox-white, #FFFFFF);
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
}
.main-slider-two__social__links {
  display: flex;
  align-items: center;
  gap: 19px;
}
.main-slider-two__social__links a {
  display: inline-flex;
  font-size: 14px;
  color: var(--mediox-white, #FFFFFF);
  transition: all 500ms ease;
}
.main-slider-two__social__links a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-slider-two__social__links a:hover {
  color: var(--mediox-base, #33C1ED);
}
.main-slider-two .active .main-slider-two__bg {
  transform: scale(1.2);
}
.main-slider-two .active .main-slider-two__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 900ms;
}
.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 500ms;
}
.main-slider-two .active .main-slider-two__title__overlay:nth-child(2), .main-slider-two .active .main-slider-two__title__overlay:nth-child(4), .main-slider-two .active .main-slider-two__title__overlay:nth-child(6) {
  top: 105%;
}
.main-slider-two .active .main-slider-two__title__overlay:nth-child(1), .main-slider-two .active .main-slider-two__title__overlay:nth-child(3), .main-slider-two .active .main-slider-two__title__overlay:nth-child(5) {
  bottom: 105%;
}
.main-slider-two .active .main-slider-two__text {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 900ms;
}
.main-slider-two .active .main-slider-two__button-1,
.main-slider-two .active .main-slider-two__button-2 {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition-delay: 1000ms;
}
.main-slider-two .active .main-slider-two__button-2 {
  transition-delay: 1100ms;
}

.main-slider-three {
  position: relative;
  overflow: hidden;
  background-color: var(--mediox-black, #2B2B5E);
}
.main-slider-three__carousel {
  position: relative;
  width: 100%;
}
.main-slider-three__carousel-counter {
  width: 150px;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: var(--mediox-white, #FFFFFF);
  border-radius: 10px 10px 0px 0px;
  z-index: 2;
}
.main-slider-three__carousel-counter .slick-list {
  padding: 16px 0 11px;
}
.main-slider-three__carousel-counter .slick-slide {
  position: relative;
  cursor: pointer;
}
.main-slider-three__carousel-counter .slick-current + .slick-slide + .slick-slide {
  text-align: right;
}
.main-slider-three__carousel-counter__text {
  margin: 0;
  position: relative;
  font-size: 16px;
  color: var(--mediox-text, #707882);
  font-weight: 600;
  line-height: 1;
}
.main-slider-three__carousel-counter__text::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: var(--mediox-base, #33C1ED);
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 500ms ease;
}
.main-slider-three__carousel-counter .slick-current + .slick-slide .main-slider-three__carousel-counter__text {
  font-size: 26px;
  color: var(--mediox-base, #33C1ED);
  text-align: center;
}
.main-slider-three__carousel-counter .slick-current + .slick-slide .main-slider-three__carousel-counter__text::after {
  opacity: 1;
}
.main-slider-three__slick-button {
  outline: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(50% + 30px);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--mediox-white, #FFFFFF);
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid RGBA(var(--mediox-border-color-rgb, 217, 225, 235), 0.2);
  z-index: 2;
  transition: all 400ms ease;
}
.main-slider-three__slick-button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-slider-three__slick-button--prev {
  left: 40px;
}
.main-slider-three__slick-button--next {
  right: 40px;
}
@media (max-width: 1199px) {
  .main-slider-three__slick-button {
    display: none !important;
  }
}
.main-slider-three__slick-button:hover {
  color: var(--mediox-white, #FFFFFF);
  background-color: var(--mediox-base, #33C1ED);
  border-color: var(--mediox-base, #33C1ED);
}
.main-slider-three__item {
  padding-top: 374px;
  padding-bottom: 318px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--mediox-black, #0A2241);
}
@media (max-width: 1599px) {
  .main-slider-three__item {
    padding-bottom: 250px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__item {
    padding-top: 350px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__item {
    padding-top: 250px;
    padding-bottom: 220px;
  }
}
@media (max-width: 430px) {
  .main-slider-three__item {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform: scale(1);
  z-index: 1;
  transition: transform 8000ms ease;
}
.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(11, 34, 65, 0.9) 0%, rgba(11, 34, 65, 0.7) 100%);
}
.main-slider-three__container {
  position: relative;
  z-index: 3;
}
.main-slider-three__content {
  position: relative;
  text-align: center;
  z-index: 3;
}
.main-slider-three__top {
  margin-bottom: 17px;
  overflow: hidden;
}
.main-slider-three__sub-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--mediox-base, #33C1ED);
  letter-spacing: 0.2em;
  line-height: 1.457;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(100px);
}
@media (max-width: 575px) {
  .main-slider-three__sub-title {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
.main-slider-three__title {
  margin-bottom: 36px;
  display: inline-block;
  overflow: hidden;
  font-size: 80px;
  color: var(--mediox-white, #FFFFFF);
  font-weight: 800;
  line-height: 1.125;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .main-slider-three__title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .main-slider-three__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__title {
    font-size: 50px;
  }
}
@media (max-width: 430px) {
  .main-slider-three__title {
    font-size: 45px;
  }
}
.main-slider-three__title__inner {
  display: block;
  opacity: 0;
  transform: translateY(300px);
}
.main-slider-three__title__shape {
  position: relative;
}
.main-slider-three__title__shape::after {
  content: "";
  width: 362px;
  height: 30px;
  background-image: url(../images/shapes/main-slider-title-shape-3-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 362px 30px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: -1;
  animation: titleShapeMove 5s infinite;
}
@media (max-width: 991px) {
  .main-slider-three__title__shape::after {
    width: 300px;
    bottom: 5px;
    background-size: 300px 30px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title__shape::after {
    width: 250px;
    background-size: 250px 30px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__title__shape::after {
    width: calc(100% + 30px);
    background-size: calc(100% + 30px) 30px;
  }
}
.main-slider-three__button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.main-slider-three__button-group__inner {
  overflow: hidden;
}
.main-slider-three__button {
  opacity: 0;
  transform: translateY(150px);
}
.main-slider-three__button--1 .mediox-btn::before, .main-slider-three__button--1 .mediox-btn::after {
  background-color: var(--mediox-white, #FFFFFF);
}
.main-slider-three__button--1 .mediox-btn:hover, .main-slider-three__button--1 .mediox-btn:hover .mediox-btn__icon {
  color: var(--mediox-base, #33C1ED);
}
.main-slider-three__button--2 .mediox-btn {
  padding: 11px 20.5px;
  background-color: transparent;
  border: 1px solid var(--mediox-white, #FFFFFF);
}
.main-slider-three__button--2 .mediox-btn::before, .main-slider-three__button--2 .mediox-btn::after {
  content: "";
  background-color: var(--mediox-base, #33C1ED);
  height: calc(100% + 6px);
  width: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: all 500ms ease;
}
.main-slider-three__button--2 .mediox-btn::before {
  left: -5px;
  border-radius: 100px 0 0 100px;
}
.main-slider-three__button--2 .mediox-btn::after {
  right: -5px;
  border-radius: 0 100px 100px 0;
}
.main-slider-three__button--2 .mediox-btn:hover {
  border-color: var(--mediox-base, #33C1ED);
}
.main-slider-three__button--2 .mediox-btn:hover::before, .main-slider-three__button--2 .mediox-btn:hover::after {
  width: calc(50% + 6px);
}

.main-slider-three .slick-active .main-slider-three__bg {
  transform: scale(1.2);
}

.main-slider-three .slick-active .main-slider-three__sub-title,
.main-slider-three .slick-active .main-slider-three__title__inner {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three .slick-active .main-slider-three__title__inner {
  transition: transform 1600ms ease, opacity 1600ms ease;
  transition-delay: 600ms;
}

.main-slider-three .slick-active .main-slider-three__button {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three .slick-active .main-slider-three__button--1 {
  transition-delay: 1000ms;
}

.main-slider-three .slick-active .main-slider-three__button--2 {
  transition-delay: 1100ms;
}

@keyframes titleShapeMove {
  0% {
    width: 0;
  }
  15% {
    width: 362px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 362px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@media (max-width: 991px) {
  @keyframes titleShapeMove {
    0% {
      width: 0;
    }
    15% {
      width: 300px;
    }
    85% {
      opacity: 1;
    }
    90% {
      width: 300px;
      opacity: 0;
    }
    100% {
      width: 0;
      opacity: 0;
    }
  }
}
@media (max-width: 767px) {
  @keyframes titleShapeMove {
    0% {
      width: 0;
    }
    15% {
      width: 250px;
    }
    85% {
      opacity: 1;
    }
    90% {
      width: 250px;
      opacity: 0;
    }
    100% {
      width: 0;
      opacity: 0;
    }
  }
}
@media (max-width: 575px) {
  @keyframes titleShapeMove {
    0% {
      width: 0;
    }
    15% {
      width: calc(100% + 30px);
    }
    85% {
      opacity: 1;
    }
    90% {
      width: calc(100% + 30px);
      opacity: 0;
    }
    100% {
      width: 0;
      opacity: 0;
    }
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}
.sidebar-one__content {
  width: 300px;
  background-color: #187495;
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar-one__content::-webkit-scrollbar {
  display: none;
}
.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: var(--mediox-white, #FFFFFF);
  cursor: pointer;
  transition: all 400ms ease;
}
.sidebar-one__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__close:hover {
  color: var(--mediox-base, #33C1ED);
}
.sidebar-one__item:not(:last-child) {
  margin-bottom: 35px;
}
.sidebar-one__title {
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--mediox-white2, #ECF0F5);
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
}
.sidebar-one__about__text {
  margin: 0;
  color: var(--mediox-border-color, #D9E1EB);
}
.sidebar-one__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-one__info__list li {
  display: flex;
  font-size: 16px;
  color: var(--mediox-border-color, #D9E1EB);
  font-weight: 500;
  line-height: 1.2;
}
.sidebar-one__info__list li + li {
  margin-top: 20px;
}
.sidebar-one__info__list li .sidebar-one__info__icon {
  position: relative;
  font-size: 18px;
  color: var(--mediox-base, #33C1ED);
  margin-right: 12px;
}
.sidebar-one__info__list li .sidebar-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__info__list li .sidebar-one__info__icon--location {
  top: 4px;
}
.sidebar-one__info__list li address {
  margin: 0;
  color: inherit;
  line-height: 1.75;
  text-transform: capitalize;
}
.sidebar-one__info__list li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar-one__info__list li a:hover {
  background-size: 100% 1px;
}
.sidebar-one__info__list li a:hover {
  color: var(--mediox-base, #33C1ED);
}
.sidebar-one .social-links a {
  border: 0;
  width: 33px;
  height: 33px;
  background-color: var(--mediox-base, #33C1ED);
  color: var(--mediox-white, #FFFFFF);
}
.sidebar-one .social-links a:hover {
  color: var(--mediox-base, #33C1ED);
  background-color: var(--mediox-white, #FFFFFF);
}
.sidebar-one__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-one__newsletter__input {
  outline: 0;
  border: 0;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  font-size: 14px;
  color: var(--mediox-border-color, #D9E1EB);
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 15px;
  background-color: rgba(var(--mediox-white-rgb, 255, 255, 255), 0.1);
  border-radius: 6px 0 0 6px;
  transition: all 400ms ease;
}
.sidebar-one__newsletter__input:focus {
  color: var(--mediox-white, #FFFFFF);
}
.sidebar-one__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 19px;
  color: var(--mediox-white, #FFFFFF);
  width: 50px;
  height: 50px;
  background-color: var(--mediox-base, #33C1ED);
  border-radius: 0 6px 6px 0;
  transition: all 400ms ease;
}
.sidebar-one__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__newsletter__btn:hover {
  color: var(--mediox-base, #33C1ED);
  background-color: var(--mediox-white, #FFFFFF);
}

.sidebar__single {
  padding: 30px;
  background-color: var(--mediox-white2, #ECF0F5);
  border-radius: var(--mediox-radius, 20px);
}
@media (max-width: 1199px) {
  .sidebar__single {
    padding: 30px 25px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 16px;
  margin-bottom: 30px;
}
.sidebar__form__title {
  margin-bottom: 25px;
}
.sidebar__search {
  display: flex;
  align-items: center;
  position: relative;
  height: 59px;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  border: 0;
  font-size: 16px;
  color: var(--mediox-text, #707882);
  font-weight: 400;
  width: 100%;
  height: 100%;
  background-color: var(--mediox-white, #FFFFFF);
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--mediox-primary, #2C51A3);
  border-color: var(--mediox-base, #33C1ED);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--mediox-base, #33C1ED);
  transition: all 400ms ease;
  z-index: 1;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  color: var(--mediox-primary, #2C51A3);
}
.sidebar__posts {
  margin-bottom: 0;
}
.sidebar__posts-title {
  margin-bottom: 30px;
}
.sidebar__posts__item {
  display: flex;
  gap: 16px;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  width: 80px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.sidebar__posts__content {
  position: relative;
  top: 2px;
  right: -1px;
  width: calc(100% - 80px);
}
.sidebar__posts__meta {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.sidebar__posts__meta a {
  display: inline-flex;
  align-items: center;
  color: var(--mediox-text, #707882);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.sidebar__posts__meta a:hover {
  color: var(--mediox-base, #33C1ED);
}
.sidebar__posts__meta__icon {
  display: inline-block;
  margin-right: 11px;
  font-size: 12px;
  color: var(--mediox-base, #33C1ED);
}
.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__posts__title {
  margin: 0;
  font-size: 18px;
  color: var(--mediox-black, #0A2241);
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.555;
}
.sidebar__posts__title:hover {
  color: var(--mediox-base, #33C1ED);
}
@media (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sidebar__posts__title {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .sidebar__posts__title {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .sidebar__posts__title {
    font-size: 14px;
  }
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__categories {
  margin-top: -12px;
  margin-bottom: -12px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 6px;
}
.sidebar__categories li a {
  position: relative;
  padding: 8px 0;
  color: var(--mediox-text, #707882);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: var(--mediox-white2, #ECF0F5);
  border-radius: 6px;
}
.sidebar__categories li a::before, .sidebar__categories li a::after {
  background-color: var(--mediox-base, #33C1ED);
}
.sidebar__categories li a::before {
  border-radius: 6px 0 0 6px;
}
.sidebar__categories li a::after {
  border-radius: 0 6px 6px 0;
}
.sidebar__categories li a span {
  color: var(--mediox-black, #0A2241);
  font-weight: 400;
  transition: all 500ms ease;
}
.sidebar__categories li a:hover {
  padding: 8px 12px;
  color: var(--mediox-white, #FFFFFF);
}
.sidebar__categories li a:hover span {
  color: var(--mediox-white, #FFFFFF);
}
.sidebar__tags-wrapper {
  padding-bottom: 31px;
}
.sidebar__tags-wrapper .sidebar__title {
  margin-bottom: 29px;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__tags a {
  padding: 7px 12.35px;
  font-size: 14px;
  color: var(--mediox-black, #0A2241);
  line-height: 1.142;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 5px;
  background-color: var(--mediox-white, #FFFFFF);
}
.sidebar__tags a:hover {
  color: var(--mediox-white, #FFFFFF);
}
.sidebar__tags a::before, .sidebar__tags a::after {
  background-color: var(--mediox-base, #33C1ED);
}
.sidebar__tags a::before {
  border-radius: 5px 0 0 5px;
}
.sidebar__tags a::after {
  border-radius: 0 5px 5px 0;
}
.sidebar__comments-wrapper .sidebar__title {
  margin-bottom: 29.1px;
}
.sidebar__comments {
  padding-top: 2px;
  margin-bottom: 0px;
}
.sidebar__comments li {
  display: flex;
  align-items: center;
  gap: 21px;
}
.sidebar__comments li:not(:last-of-type) {
  margin-bottom: 31px;
}
.sidebar__comments__icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--mediox-base, #33C1ED);
  font-size: 20px;
  color: var(--mediox-white, #FFFFFF);
  border-radius: 50%;
  transition: all 500ms ease;
}
.sidebar__comments__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .sidebar__comments__icon {
  color: var(--mediox-white, #FFFFFF);
  background-color: var(--mediox-primary, #2C51A3);
}
.sidebar__comments__title {
  margin: 0;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  font-size: 16px;
  line-height: 1.562;
  font-weight: 500;
  color: var(--mediox-text, #707882);
}
.sidebar__comments__title:hover {
  color: var(--mediox-base, #33C1ED);
}
.sidebar__comments__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__comments__title a:hover {
  background-size: 100% 1px;
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}
.service-sidebar__info {
  padding: 30px;
  background-color: var(--mediox-white2, #ECF0F5);
  border-radius: var(--mediox-radius, 20px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__info {
    padding: 25px;
  }
}
@media (max-width: 412px) {
  .service-sidebar__info {
    padding: 25px;
  }
}
.service-sidebar__nav {
  margin: 0;
}
.service-sidebar__nav li + li {
  margin-top: 20px;
}
.service-sidebar__nav li a {
  position: relative;
  display: block;
  padding: 17.5px 30px;
  font-family: var(--mediox-font, "Poppins", sans-serif);
  font-size: 20px;
  color: var(--mediox-black, #0A2241);
  font-weight: 400;
  line-height: 1.35;
  text-transform: capitalize;
  background-color: var(--mediox-white, #FFFFFF);
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__nav li a {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 412px) {
  .service-sidebar__nav li a {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 360px) {
  .service-sidebar__nav li a {
    font-size: 17px;
  }
}
.service-sidebar__nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 48px);
  background-color: var(--mediox-black, #0A2241);
  transition: all 500ms ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__nav li a::before {
    height: calc(100% - 44px);
  }
}
@media (max-width: 412px) {
  .service-sidebar__nav li a::before {
    height: calc(100% - 44px);
  }
}
.service-sidebar__nav li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-20px);
  z-index: 1;
  background-color: var(--mediox-base, #33C1ED);
  border-radius: 6px 0px 0px 6px;
  transition: all 500ms ease;
}
.service-sidebar__nav li.current a {
  color: var(--mediox-base, #33C1ED);
  text-shadow: 0 0 1px currentColor;
}
.service-sidebar__nav li.current a::before {
  opacity: 0;
}
.service-sidebar__nav li.current a::after {
  transform: translateX(0px);
}
.service-sidebar__nav li:hover a {
  color: var(--mediox-base, #33C1ED);
}
.service-sidebar__nav li:hover a::before {
  opacity: 0;
}
.service-sidebar__nav li:hover a::after {
  transform: translateX(0px);
}
.service-sidebar__contact {
  position: relative;
  margin-top: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
  border-radius: 30px;
}
.service-sidebar__contact__bg {
  position: relative;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: calc(100% + 5px);
  height: calc(100% - 153px);
  clip-path: polygon(0 35%, 100% 0%, 100% 99%, 0% 100%);
  background-color: var(--mediox-base, #33C1ED);
  border-radius: 0px 0px 30px 30px;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__contact__bg {
    height: calc(100% - 135px);
  }
}
@media (max-width: 412px) {
  .service-sidebar__contact__bg {
    height: calc(100% - 135px);
  }
}
.service-sidebar__contact__bg__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.15;
}
.service-sidebar__contact__inner {
  padding: 156px 30px 41px;
  position: relative;
  z-index: 11;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__contact__inner {
    padding: 135px 20px 41px;
  }
}
@media (max-width: 412px) {
  .service-sidebar__contact__inner {
    padding: 135px 20px 41px;
  }
}
.service-sidebar__contact__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 36px;
  color: var(--mediox-base, #33C1ED);
  background-color: var(--mediox-white, #FFFFFF);
  border-radius: 50%;
  margin: 0 auto 24px;
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease;
}
.service-sidebar__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-sidebar__contact:hover .service-sidebar__contact__icon {
  color: var(--mediox-white, #FFFFFF);
  background-color: var(--mediox-primary, #2C51A3);
}
.service-sidebar__contact__time {
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--mediox-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.625;
  text-transform: capitalize;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__contact__time {
    font-size: 15px;
  }
}
@media (max-width: 412px) {
  .service-sidebar__contact__time {
    font-size: 15px;
  }
}
.service-sidebar__contact__number {
  font-size: 30px;
  color: var(--mediox-white, #FFFFFF);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__contact__number {
    font-size: 22px;
  }
}
@media (max-width: 412px) {
  .service-sidebar__contact__number {
    font-size: 22px;
  }
}
.service-sidebar__contact__number:hover {
  color: var(--mediox-primary, #2C51A3);
}
.service-sidebar__contact__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-sidebar__contact__number a:hover {
  background-size: 100% 1px;
}
.service-sidebar__company + .service-sidebar__company {
  margin-top: 20px;
}
.service-sidebar__company {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--mediox-white2, #ECF0F5);
  padding-right: 30px;
  border-radius: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__company {
    gap: 20px;
    padding-right: 25px;
  }
}
@media (max-width: 412px) {
  .service-sidebar__company {
    gap: 20px;
    padding-right: 25px;
  }
}
.service-sidebar__company__btn {
  width: 59px;
  height: 59px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--mediox-white, #FFFFFF);
  line-height: 1.35;
  background-color: var(--mediox-base, #33C1ED);
  border-radius: 10px 0 0 10px;
  transition: all 400ms ease;
}
.service-sidebar__company__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__company__btn {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 412px) {
  .service-sidebar__company__btn {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
}
.service-sidebar__company__btn:hover {
  background-color: var(--mediox-primary, #2C51A3);
}
.service-sidebar__company__title {
  font-family: var(--mediox-font, "Poppins", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-sidebar__company__title {
    font-size: 16px;
  }
}
@media (max-width: 412px) {
  .service-sidebar__company__title {
    font-size: 16px;
  }
}



/*================================
<--  mediket Topbar Area Css -->
==================================*/

/* .topber_area {
  background-color: #0495ff;
  padding: 11px 30px  11px 48px;
  position: relative;
  z-index: 1;
}
.topber_area:before {
  position: absolute;
  content: '';
  left: 0;
  height: 100%;
  width: 50%;
  background: #dceaa2;
  top: 0;
  z-index: -1;
}
.style-two.topber_area:before {
  left: -21px;
  width: 52%;
  transform: skewX(38deg);
}

.topber-text p {
  margin: 0;
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
}

.topber-text p img {
  margin-right: 10px;
}

.header-address-info {
  text-align: right;
}

.header-address-info p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}

.header-address-info p span i {
  margin-right: 10px;
  font-size: 13px;
}

span.right_info {
  margin-left: 28px;
} */

/*================================
<--  mediket Nav Menu Area Css -->
==================================*/



/*
<!-- ============================================================== -->
<!-- Start Feature Section-->
<!-- ============================================================== -->*/

.feature-serction {
  padding: 100px 0 70px;
  position: relative;
  background: #eef7ff;
  margin-top: -50px;
  z-index: 1;
  
}

.feature-single-box {
  padding: 033px;
  background-color: #187495;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}

.feature-single-box:before {
  position: absolute;
  left: 0;
  top: 90px;
  height: 1px;
  width: 100%;
  content: '';
  z-index: 1;
  background: #ffffff40;
  transition: 0.5s;
}
.feature-single-box:hover:before {
  background: #fff;
}
.feature-head {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 49px;
}
.head-title h2 {
  margin: 0;
  transition: 0.5s;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  line-height: 31px;
  font-family: "Poppins", sans-serif;
}

.mediket-icon img {
  padding: 40px 0 32px;
  transition: 0.5s;
}

.feature-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Poppins";
  border-bottom: 1px dashed #ffffff52;
  padding-top: 12px;
  padding-bottom: 11px;
}
.feature-list ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.feature-list ul li p {
  margin: 0;
}

.feature-content span {
  color: #187495;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: 0.5s;
}

.feature-content h3 {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
}

span.mddle-pd {
  padding: 0 5px 0 2px;
  font-size: 30px;
  color: var(--primary-color);
}

.feature-content p {
  color: #65677a;
  display: inline-block;
  padding: 10px 0 0;
  transition: 0.5s;
}

.feature-single-box:hover .head-title h2,
.feature-single-box:hover .feature-content h3,
.feature-single-box:hover .feature-content h5,
.feature-single-box:hover .feature-content span,
.feature-single-box:hover .feature-content p,
.feature-single-box:hover .mediket-link i,
.feature-single-box:hover .feature-content h4 {
  color: #fff;
}

/* Box-2 */
.bx-2.feature-single-box {
  padding: 29px 40px 39px;
  background: #187495;
}

.bx-2.feature-single-box .mediket-hover-box {
  background-color: #041c33;;
}

.feature_list_icon {
  margin: 14px 0 29px;
}

.feature-content span.experts {
  display: inline-block;
  transition: 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.feature-content h4 {
  transition: 0.5s;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 7px 0 0;
}

.feature-content h4 span {
  transition: 0.5s;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  margin-left: 10px;
}

.feature-btn {
  margin-top: 38px;
}

.feature-btn a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 22px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 8px 38px;
}

.feature-btn a i {
  padding-left: 7px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}

.feature-single-box:hover .feature-btn a {
  background: #fff;
  color: #0495ff;
}

.feature-shape {
  position: absolute;
  bottom: -40px;
  right: -30px;
}

/* bx-3 */

.feature-single-box.bx-3 {
  background: #187495;
  padding: 29px 40px 40px;
}

.feature-single-box.bx-3 .feature-head {
  padding: 0 0 40px;
}

.bx-3 .head-title h2 {
  color: #041c33;
}
.feature-content p {
  font-size: 16px;
  line-height: 26px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
  padding: 15px 0 13px;
}

.call_info {
  gap: 20px;
  display: flex;
  align-items: center;
}

.call-info_info i {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #187495;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.call-info_info i:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  right: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #187495;
  text-align: center;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: 0.5s;
}

.call-info_text h5 {
  font-size: 16px;
  color: #187495;
  font-weight: 400;
  font-family: "Poppins";
  margin: 4px 0 0;
}

.call-info_text span {
  font-size: 14px;
  color: #041c33;
  font-weight: 400;
  position: relative;
  z-index: 1;
  padding-left: 18px;
}
.call-info_text span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color:  #187495;
  transition: 0.5s;
}

.feature-single-box.bx-3 .feature-btn {
  margin-top: 62px;
}

.feature-single-box.bx-3 .feature-btn a {
  background-color: transparent;
  color: #187495;
  font-weight: 400;
  border: 1px solid #041c33;
}

.feature-single-box.bx-3:hover .feature-btn a {
  color: #0495ff;
  background: #fff;
  border: 1px solid#fff;
}

.feature-shape2 {
  position: absolute;
  bottom: -39%;
  right: -25%;
  z-index: -1;
}

.mediket_icon img {
  transition: 0.5s;
  width: 50px;
}
.mediket_icon3 img{
  width: 65px;
}
.feature-single-box:hover .mediket_icon img {
  filter: brightness(0) invert(1);
}

.bx-2.feature-single-box .mediket_icon img {
  filter: brightness(0) invert(1);
}

.bx-3.feature-single-box .mediket_icon img {
  filter: brightness(0) invert(0);
}

.bx-3.feature-single-box:hover .mediket_icon img {
  filter: brightness(0) invert(1);
}

.bx-3.feature-single-box:hover .call-info_text span:before {
  background: #fff;
}

.bx-3.feature-single-box:hover .call-info_info i:after {
  border: 2px solid #187495;
}

.bx-3.feature-single-box:hover .call-info_info i {
  color: #187495;
  background: #fff;
}
.cardtext{
  color: white;
  font-family: "Poppins", sans-serif;
}


/* Box-hover */

.mediket-hover-box {
  background-color: #041c33;
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 20px 0 0px 20px;
}
.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 20px 20px 0;
}

.feature-single-box:hover .mediket-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- Start mediket About Section-->
<!-- ============================================================== -->*/

.about-serction {
  padding: 110px 0 110px;
  position: relative;
  z-index: 1;
  background: url(../images/main-home/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-serction .mediket-btn a {
  margin-top: 50px;
}

.about_list_item {
  border-left: 1px solid rgba(4, 28, 51, 0.10196078431372549);
  padding: 24px 0 25px 45px;
}

.about_experience {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about_experience h2.abut_count {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background-color: #041c33;
  line-height: 110px;
  text-align: center;
}

.about_experience h3 {
  font-size: 20px;
  line-height: 26px;
  color: #041c33;
  font-weight: 500;
}

p.about_qute {
  padding-left: 20px;
  margin: 29px 0 29px;
  position: relative;
}

p.about_qute:before {
  position: absolute;
  content: '';
  left: 0;
  top: 7px;
  height: 66px;
  width: 2px;
  background: #0495ff;
}

.about-service-list ul li {
  display: block;
  padding: 0 0 3px;
  font-size: 16px;
  line-height: 34px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
}

.about-service-list ul li i {
  font-size: 18px;
  color: var(--secondary-color);
  display: inline-block;
  padding-right: 9px;
  top: 1px;
  position: relative;
}

/* Mediket Author */
.mediket-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.mediket-author:before {
  position: absolute;
  left: -45px;
  top: -30px;
  background: rgba(4,28,51,0.10196078431372549);
  content: '';
  height: 1px;
  width: 100%;
}

.author-bio h3 {
  font-size: 18px;
  line-height: 34px;
  color: #041c33;
  font-weight: 500;
  margin: 0;
}

.author-bio span {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
}

/* About Left Side */

.about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.about-thumb img {
  border-radius: 20px;
}

.about-shape img {
  border-radius: 10px;
  margin-top: 40px;
}

/* ===========================================
    Start Mediket Button
=============================================== */

.mediket-btn a {
  padding: 13px 36px;
  display: inline-block;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #187495;
  background-color: #187495;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}
.mediket-btn a:after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0495ff;
  background-image: url(../images/main-home/mask-btn2.png);
  -webkit-mask: url(../images/main-home/mask-btn2.png);
  mask: url(../images/main-home/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
}

.mediket-btn a i {
  padding-left: 7px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  display: inline-block;
}

.mediket-btn a:hover:after {
  animation: mask_animation 0.7s steps(22) forwards;
}

.mediket-btn a:hover {
  color:white;
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

/* ***********************
  Section Title
************************* */

.mediket-section-title h4 {
  color: Red;
  padding: 0;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.mediket-section-title h4:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 0;
  top: 1px;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: wooo 3.5s infinite;
}

.mediket-section-title h1 {
  margin: 0;
  font-size: 36px;
  line-height: 46px;
  color: #041c33;
  font-weight: 600;
}

.mediket-section-title p {
  padding: 21px 0 18px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffffa1;
  font-weight: 400;
}

.mediket-section-title.style_two h1 {
  color: #fff;
}

/* section tiele home 2 */

.mediket-section-title.home-2 h1 {
  margin: 0;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  font-family: "Poppins";
}

.mediket-section-title.style-three span {
  color: var(--brand-color);
  position: relative;
  z-index: 1;
}
.mediket-section-title.style-three span:after {
  position: absolute;
  content: "";
  bottom: -28px;
  left: 0;
  height: 32px;
  width: 100%;
  background: url('../images/home-two/title-shape.png');
  animation: bg-anim 5s linear infinite;
  background-repeat: no-repeat;
}
.mediket-section-title.style-three h4 {
  color: var(--brand-color);
}
.mediket-section-title.style-three h4:before{
  background: url(../images/home-two/subtitle-shape.png);
}
.mediket-section-title.style-three h4:before {
  background: url(../images/home-two/subtitle-shape.png);
  width: 16px;
}


/*
<!-- ============================================================== -->
<!-- Start mediket Section -->
<!-- ============================================================== -->*/


/* Service Section */

.service-section {
  padding: 75px 0 98px;
  background: #041c33;
}

.single-service-box {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  transition: 0.5s;
  overflow: hidden;
  background: #162C41;
  padding: 30px 30px 30px;
  border-radius: 20px;
}

.single_service_inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.service-content h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.service-content p {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff99;
  margin: 13px 0 25px;
}
.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: rgba(255,255,255,0.10196078431372549);
  text-align: center;
  position: absolute;
  right: 30px;
  line-height: 46px;
  top: 30px;
  transition: 0.5s;
}

.single-service-box:hover .service-icon {
  background: #ffffff;
}
.single-service-box:hover .service-icon img {
  filter: brightness(0) invert(0);
}

.service_btn a {
  padding: 9px 22px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  background: #2E4254;
  border-radius: 22px;
}

.single-service-box:hover .service_btn a {
  color: #187495;
  background: #ffffff;
}


/*
<!-- ============================================================== -->
<!-- Start Why Choose Us Section -->
<!-- ============================================================== -->*/

.why-choose-us-serction {
  padding: 120px 0 70px;
  background: url(../images/main-home/why-choose-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.why-choose-us-serction .mediket-section-title p {
  padding: 17px 0 0;
  color: #616161;
  width: 76%;
}

.border_solid {
  position: relative;
  z-index: 1;
  margin-top: 38px;
  padding-top: 38px;
}

.border_solid:before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 97%;
  background: rgba(4,28,51,0.10196078431372549);
  height: 1px;
  left: 10px;
  top: 0;
}

.mediket-choose-box {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.mediket-choose-icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #041c33;
  line-height: 67px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: 0.5s;
}
.mediket-choose-box:hover .mediket-choose-icon {
  background: #0495ff;
}
.mediket-choose-box:hover .mediket-choose-icon img {
  filter: brightness(0) invert(1);
}
.choose_content h4 {
  font-size: 20px;
  color: #041c33;
  font-weight: 500;
  margin: 0 0 7px;
}

/* choose appoinment */

.contact-with-mediket {
  background: url(../images/main-home/choose_aptmn_img.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 50px 34px 42px;
  border-radius: 10px;
  position: relative;
  top: 130px;
}

.style-2.contact-with-mediket {
  top: 110px;
  z-index: 2;
}


.appoinment_contnet h2 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  margin-top: 22px;
}

.appoinment_contnet p {
  font-size: 16px;
  color: #ffffff9e;
  margin: 17px 0 192px;
}


/*
<!-- ============================================================== -->
<!-- Start Why Choose Us Section -->
<!-- ============================================================== -->*/

.case_study_sextion {
  background: #041c33;
  padding: 171px 0 120px 40px;
}
.case_study_sextion.style-2 {
  padding: 120px 0 120px 40px;
}
.case_item_left_side {
  padding: 0 75px 0 0;
}

.case_thumb {
  position: relative;
  z-index: 1;
  border: solid 1px #1fb0e4;
  border-radius: 14px
}

.case_thumb:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(3,27,51,0) 0%, rgba(3,27,51,0) 50%, rgba(3,27,51,0.9999999999999999) 88%, rgba(3,27,51,0.9999999999999999) 100%);
  border-radius: 15px;
  opacity: 0.6;
}

.case_thumb a img {
  width: 100%;
}

.case_study_content {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: 0.5s;
}

.case_study_content h3 a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  margin: 15px 0 0;
}

.case_study_content h3 a:hover {
  color: #1fb0e4;
}

.case_study_content span {
  font-size: 14px;
  color: white;
  font-weight: 400;
  font-family: "Poppins";
  background: #1fb0e4;
  padding: 9px 30px;
  border-radius: 18px;
  transition: 0.5s;
}
.case_study_content span:hover {
  background: #ffffff;
  color: #187495;
}

/* choose right side */

.choose_right_side {
  position: relative;
  z-index: 1;
}

.case_list_item {
  padding-top: 19px;
  margin-top: 29px;
  position: relative;
}

.case_list_item:before {
  background: rgba(255,255,255,0.10196078431372549);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 68%;
  height: 1px;
}

.case_list_item ul li {
  display: block;
  padding: 0 0 3px;
  font-size: 16px;
  line-height: 34px;
  color: #ffffffb8;
  font-weight: 400;
  font-family: "Poppins";
}

.case_list_item ul li i {
  font-size: 18px;
  color: #1fb0e4;
  display: inline-block;
  padding-right: 9px;
  top: 1px;
  position: relative;
}

/* Owl Nav */

.case_list .owl-nav {
  position: absolute;
  right: -23%;
  bottom: 23%;
  display: flex;
  gap: 10px;
}

.case_list .owl-prev {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.case_list .owl-next i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    background-color: rgba(0, 103, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;

}
.case_list .owl-prev i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  color: #fff;
  background-color: rgba(0, 103, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  transform: rotate(180deg);
}
.case_list .owl-prev i:hover, .owl-next i:hover {
  background: #1fb0e4;
  color: var(--light);
}

/* counter box */

.counter-single-box {
  background: #1fb0e4;
  display: inline-block;
  padding: 35px 35px 17px;
  width: 200px;
  text-align: center;
  border-radius: 15px;
  position: absolute;
  right: 70px;
  bottom: -37%;
}

.odometer-wrapper.counter-box-title {
  display: flex;
  align-items: center;
  padding: 18px 0 6px;
  justify-content: center;
}
.odometer-wrapper.counter-box-title h1 {
  font-size: 36px;
  font-weight: 500;
  color: var(--title-color);
  display: inline-block;
  margin: 0;
  font-family: "Poppins";
}
.counter-desc p {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  color: #041c33;
  font-weight: 400;
}

/*
<!-- ============================================================== -->
<!-- Start mediket Team Section -->
<!-- ============================================================== -->*/
.team-section {
  padding: 108px 0 90px;
  position: relative;
  background: url(../images/main-home/team_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.team-section .top-mediket-section {
  margin-bottom: 0;
}

.team-section .text-right {
  margin-top: 59px;
}

.team-section .mediket-shape {
  position: absolute;
  right: 350px;
  text-align: right;
  z-index: -1;
}
.team-single-box {
  padding: 52px 30px 30px;
  border-radius: 10px;
  background-color: #EDF7FF;
  text-align: center;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 20px 50px rgba(212,228,242,0.6));
  background-image: linear-gradient(180deg, rgba(237,247,255,0) 0%, rgba(255,255,255,0.8) 86%);
  margin-bottom: 30px;
}

.team-single-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-top: 2px solid var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
  transition: all linear 0.5s;
}

.team-single-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  border-bottom: 2px solid var(--secondary-color);
  border-right: 2px solid var(--secondary-color);
  transition: all linear 0.5s;
}

.team-single-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
}

.team-single-box:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
}

.team-thumb {
  position: relative;
  z-index: 21;
  display: inline-block;
}

.team-thumb::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 280px;
  height: 280px;
  z-index: 2;
  border: 1px solid #00000012;
  transition: all linear 0.5s;
  border-radius: 50%;
}
.team-single-box:hover .team-thumb::before {
  border: 12px solid var(--secondary-color);
}

.social-icon {
  border-top: 1px solid #00000012;
  margin-top: 30px;
  padding-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  padding-right: 9px;
  list-style: none;
}

.social-icon ul li a {
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--primary-color);
  transition: 0.5s;
  display: inline-block;
  border: 1px solid #00000030;
}
.social-icon ul li a:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--light);
}

.team-thumb img {
  border-radius: 25px;
}

.team-content h5 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  background: var(--secondary-color);
  display: inline-block;
  padding: 7px 30px;
  border-radius: 20px;
}

.team-content h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 47px 0 3px;
}

/*all Team hover*/

.upp.style-2 .team-single-box2:hover .social-icon2 ul li a {
  opacity: 1;
  transform: translateY(0px);
  overflow: hidden;
  visibility: visible;
}

.social-icon2 ul li a:hover i {
  color: #fff;
}

.social-icon2 ul li a:hover:before {
  transform: scale(1);
}

.upp.style-2 .team-single-box2:hover .team-thumb:before {
  height: 100%;
}

.upp.style-2.team-section .mediket-shape {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: -1;
}

/* Wood Animation */

span.wood-animation img {
  animation: wooo 3.5s infinite;
}

/*wood animation*/
@keyframes wooo {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}

/* Left Animation */

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}



/*
<!-- ============================================================== -->
<!-- Start mediket Subcribe Section-->
<!-- ============================================================== -->*/

.mediket-subscribe {
  background: url(../images/main-home/subscribe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 60px;
}

.subscribe-content {
  display: flex;
  align-items: center;
}

.subscribe-title h1 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 600;
}

.subscribe_right_side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-single-box.bx-1 {
  position: inherit;
  background: transparent;
  padding: 0;
  width: inherit;
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-single-box.bx-1 .counter_icon img {
  filter: brightness(0) invert(1);
}
.counter-single-box.bx-1 .odometer-wrapper.counter-box-title {
  padding: 0
}
.counter-single-box.bx-1 .odometer-wrapper.counter-box-title h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  margin-top: -8px;
}
.counter-single-box.bx-1 .counter-desc p {
  color: #ffff;
  margin: 0;
  font-size: 30px;
}
.mediket-button a {
  padding: 14px 38px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  display: inline-block;
  background: var(--primary-color);
  border-radius: 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid transparent;
}

.mediket-button a:hover {
  color: var(--light);
  border: 1PX solid #fff;
}

.mediket-button a i {
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  transform: rotate(-50deg);
  display: inline-block;
}

.mediket-button a .mediket-btn__hover {
  background: var(--light);
}

/*
<!-- ============================================================== -->
<!-- Start Appoinment Section-->
<!-- ============================================================== -->*/

.appoinment-section {
  padding: 120px 48px 120px;
  position: relative;
  background: #041C34;
}

.appoinment-section.style-2 {
  background: #fff;
}
.contact_thumb img {
  width: 100%;
}

.contact-form-box {
  padding: 92px 75px 97px;
  background: #1E3348;
  border-radius: 20px;
}

.form-box {
  position: relative;
  z-index: 1;
}

.form-box:before {
  width: 1px;
  height: 25px;
  background-color: rgba(255,255,255,0.14901960784313725);
  position: absolute;
  content: '';
  left: 61px;
  top: 16px;
}

.form-box input::placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

.form-box input {
  width: 100%;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 75px;
  outline: 0;
  display: inline-block;
  border-radius: 28px;
  background-color: rgba(255,255,255,0.10196078431372549);
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  border: 0;
}

.form-box input:focus, button:focus {
  outline-color: transparent;
  border: 0 !important;
}

.form-box i {
  position: absolute;
  left: 30px;
  top: 20%;
  font-size: 15px;
  line-height: 26px;
  color: #0495ff;
}

.form-box select {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  padding: 0 75px;
  outline: 0;
  display: inline-block;
  border-radius: 28px;
  background-color: rgba(255,255,255,0.10196078431372549);
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  border: 0;
}

.form-box select option {
  background: var(--brand-color)!important;
  color: var(--primary-color);
}

.check_bx {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 27px;
}
.check_bx p {
  font-size: 15px;
  color: #ffffff8a;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}
.check_bx input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

/* Submit Button */

button.submit-btn {
  padding: 12px 38px;
  display: inline-block;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid #0495ff;
  background-color: var(--primary-color);
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

button.submit-btn:after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0495ff;
  background: url(../images/main-home/mask-btn2.png);
  mask: url(../images/main-home/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
}

button.submit-btn i {
  padding-left: 7px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  display: inline-block;
}

button.submit-btn:hover:after {
  animation: mask_animation 0.7s steps(22) forwards;
}

.button.submit-btn:hover {
  color: var(--secondary-color);
}



/*
<!-- ============================================================== -->
<!-- Start Testimonial Section -->
<!-- ============================================================== -->*/
.testimonial-section {
  padding: 110px 0 10px;
  background: url(../images/main-home/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.testimonial-section.style-4 {
  background: url(../images/main-home/why-choose-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.testi-thumb {
  position: relative;
  z-index: 1;
  right: 8%;
  bottom: -10px;
}

/* countr single box bx2 */

.counter-single-box.bx-2 {
  border-radius: 30px;
  background-color: rgb(255 255 255 / 74%);
  border: 2px solid rgba(255,255,255,0.8);
  bottom: 6%;
  left: 49%;
  width: 250px;
  padding: 30px 54px 15px;
}

.counter-single-box.bx-2 .counter_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background-color: #0495ff;
  display: inline-block;
}

.counter-single-box.bx-2 .counter_icon img {
  width: 40%;
}

.testi-content {
  padding: 40px 40px 18px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  filter: drop-shadow(0px 20px 50px rgba(212,228,242,0.6));
  background-image: linear-gradient(180deg, rgb(255 255 255 / 55%) 0%, rgb(255 255 255 / 67%) 86%);
}

.testi-content:before {
  content: "";
  position: absolute;
  left: 72px;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 30px solid #ffffffc2;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transition: .5s;
}

.testi-quote {
  margin-bottom: 21px;
}

.testi-desc p {
  font-size: 18px;
  line-height: 34px;
  color: #616161;
  font-weight: 400;
}

ul.testi-rating li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  color: #ffba00;
  padding: 5px 0 18px;
  margin-right: 5px;
}

.user-info {
  display: flex;
  align-items: center;
  padding: 45px 0 0;
}
.people-pic img {
  width: auto;
  margin-right: 20px;
}

.user-name h4 {
  font-size: 20px;
  color: #041c33;
  font-weight: 500;
  margin: 0;
}

.user-name h6 {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
  font-family: "Poppins";
  margin: 12px 0 0;
}


/* Owl Dots */

.owl-dots {
  text-align: center;
  padding: 30px 0 0;
}

.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  display: inline-block;
  margin-right: 7px;
}

.owl-dot.active {
  position: relative;
  z-index: 1;
}

.active.owl-dot:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Testimonial  Shape */

.testi-shp img {
  width: inherit;
  position: absolute;
  top: 6%;
  left: 38%;
  animation: wooo 3.5s infinite;
}



/*
<!-- ============================================================== -->
<!-- Start Brnad Section-->
<!-- ============================================================== -->*/

.marquee-section {
  background: var(--secondary-color);
  padding: 45px 0 50px;
}

.marquee {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.marquee-single-box {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
  -webkit-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}

.marquee-content h2 {
  display: inline-block;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.marquee-content h2 span img {
  margin: -6px 30px 0 20px;
  display: inline-block;
  -webkit-animation: rotateme 8s linear infinite;
  animation: rotateme 8s linear infinite;
}

/* Key Frames */

.scroll {
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}


/*
<!-- ============================================================== -->
<!-- Start mediket Blog Section-->
<!-- ============================================================== -->*/

.blog-section {
  padding: 110px 0 80px;
  background: #EEF7FF;
}

.blog-section.style_two {
  background: #fff;
}

.blog-single-box {
  margin-bottom: 30px;
}

.blog-thumb {
  position: relative;
  z-index: 1;
}

.blog-thumb img {
  width: 100%;
}

.blog-content {
  background: #fff;
  padding: 0 0 17px;
  border-radius: 0 0 10px 10px;
}

.blogs-category {
  background: var(--brand-color);
  padding: 12px 30px;
  position: relative;
  z-index: 1;;
}

.blogs-category:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: var(--secondary-color);
  height: 100%;
  width: 0;
  transition: 0.5s;
}
.blog-single-box:hover .blogs-category:before {
  width: 100%;
}
.blog-single-box:hover .blogs-category ul li{
  color: #fff;
}

.blogs-category ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
  transition: 0.5s;
}

.blog_text {
  padding: 0 30px 0;
}

.blog-title h2 a {
  display: inline-block;
  padding: 15px 0 0;
  transition: 0.5s;
  font-size: 22px;
  line-height: 32px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
}

.blog-title h2 a:hover {
  color: var(--secondary-color);
}

.mediket-button.btn2 {
  border-top: 1px solid rgb(41 136 228 / 16%);
  margin-top: 25px;
  padding-top: 27px;
}

.mediket-button.btn2 a {
  padding: 3px 25px;
  background: #EDF7FF;
  font-size: 12px;
  line-height: 34px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
}
.mediket-button.btn2 a i {
  font-size: 9px;
  margin-left: 6px;
  transform: rotate(-59deg);
}
.mediket-button.btn2 a:hover {
  color: var(--light);
}

.mediket-button a .mediket-btn__hover {
  background: var(--secondary-color);
}

.blog-single-box:hover .mediket-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog-section.style_two .blog-content {
  background: #eef7ff;
}
.blog-section.style_two .mediket-button.btn2 a {
  background: #fff;
}

/*
<!-- ============================================================== -->
<!-- Start mediket Brand Section-->
<!-- ============================================================== -->*/

.brand-section {
  padding: 0 0 110px;
  text-align: center;
  background: #EEF7FF;
}
.brand-section.style-2 {
  background: #fff;
}
.brand-section.style-3 {
  padding: 108px 0 110px;
}
.brand-section.style-4 {
  background: #fff;
}
.row.brand_solid {
  border-bottom: 1px solid rgba(4,28,51,0.10196078431372549);
  margin: 0;
  margin-bottom: 50px;
  padding-bottom: 42px;
}

.brand-thumb img {
  width: auto;
}

.upp.brand-section {
  padding: 60px 0 120px;
}


/*
<!-- ============================================================== -->
<!-- Start mediket Footer Section-->
<!-- ============================================================== -->*/

.footer-section {
  padding: 117px 0 34px;
  background: var(--primary-color);
  position: relative;
  z-index: 1;
}

.footer-section.boxed {
  border-radius: 30px;
  margin-bottom: 60px;
}

.footer-section:before {
  position: absolute;
  left: 0;
  bottom: 90px;
  border-top: 1px solid rgba(255, 255, 255, 0.14901960784313725);
  height: 1px;
  width: 100%;
  content: '';
}

.footer_widget_upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
  padding-bottom: 40px;
  margin-bottom: 25px;
}

.footer_title h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  padding-left: 70px;
  margin: 0;
  position: relative;
}

.footer_title h2:before {
  position: absolute;
  content: '';
  left: 0;
  top: 17px;
  width: 60px;
  height: 2px;
  background-color: #dceaa2;
}

.footer_widget_anytime_alarm {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 7px;
}

.anytime_alarm i {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(255,255,255,0.10196078431372549);
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #D2E09B;
}

.footer_widget_anytime_alarm p {
  font-size: 16px;
  color: #ffffff80;
  font-weight: 400;
  margin: 0;
}

.company-info-desc p {
  padding: 6px 0 11px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff9c;
  font-weight: 400;
  width: 96%;
}

.subscribe_form {
  position: relative;
}

.subscribe_form input {
  width: 100%;
  padding: 0 25px;
  outline: 0;
  display: inline-block;
  border-radius: 0;
  transition: 0.5s;
  height: 66px;
  background-color: rgba(255,255,255,0);
  border: 1px solid rgba(243,246,243,0.15);
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  border-radius: 0 35px 35px 0;
  margin: 27px 0 30px;
}

.subscribe_form input::placeholder {
  font-size: 16px;
  color: #ffffff;
  font-family: "Poppins";
}

.subscribe_form button {
  color: #fff;
  text-align: center;
  position: absolute;
  right: 12px;
  border: 0;
  outline: 0;
  top: 41px;
  display: inline-block;
  border: 0;
  background: transparent;
  transition: 0.5s;
  width: 36px;
  line-height: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #0495ff;
}

.subscribe_form button i {
  font-size: 15px;
  font-weight: 600;
}

.subscribe_form input:focus,
button:focus {
  outline-color: var(--secondary-color);
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.mediket-social-icon a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  transition: 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(234,247,243,0);
  border: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  line-height: 34px;
  margin-right: 7px;
}

.mediket-social-icon a:hover {
  background: var(--secondary-color);
  color: var(--light);
}

/* widget */

h4.widget-title {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 0 0 22px;
}

/*footer menu*/
.menu-quick-link-content {
  padding: 4px 0 0;
}

ul.footer-menu li {
  display: block;
  list-style: none;
  margin-bottom: 8px;
}

ul.footer-menu li a {
  display: inline-block;
  transition: 0.5s;
  font-size: 14px;
  color: #ffffff75;
  font-weight: 400;
  font-family: "Poppins";
  position: relative;
  z-index: 1;
}

ul.footer-menu li a:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #048ff5;
  opacity: 0;
  transition: 0.5s;
}

ul.footer-menu li a:hover:before {
  opacity: 1;
}

ul.footer-menu li a:hover {
  color: var(--light);
  padding-left: 20px;
}

.mediket-info h5 {
  font-size: 15px;
  line-height: 26px;
  color: #f3f6f3;
  font-weight: 400;
  font-family: "Poppins";
}

.mediket-info:nth-child(2) {
  margin-top: 15px;
}

.mediket-info:nth-child(3) {
  margin-top: -3px;
}

/* Footer Shape */

.footer-thumb1 {
  position: absolute;
  bottom: 91px;
  right: 28px;
  text-align: right;
  z-index: -1;
}

/* Footer Bottom */

.row.footer-btm {
  margin-top: 145px;
  position: relative;
  z-index: 1;
}

/* Social Icon */

.mediket-company-desc p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.footer-bottom-menu ul li {
  display: inline-block;
  margin-left: 30px;
}

.footer-bottom-menu ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff94;
  font-weight: 400;
  font-family: "Poppins";
  display: inline-block;
}


/*======================================
Start  Home Two Csss
========================================*/

.boxed {
  position: relative;
  width: calc(100% - 122px);
  margin: 0 60px;
  height: 100%;
  left: 0;
  z-index: 1;
}

/* ===============================
  Start Hero Section Two
================================== */

.hero-section.hero_two {
  background: url(../images/home-two/banner_bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 850px;
  background-size: cover;
  border-radius: 30px;
}

.style-two.hero-content {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.hero-arrow-shape {
  position: absolute;
  bottom: 28px;
  left: 52%;
}
.hero-content.style-two h1 {
  font-weight: 500;
}

.hero-content.style-two h4 {
  margin: 0 0 20px;
  font-size: 15px;
  color: #dceaa2;
  font-weight: 400;
  background: #dceaa21f;
  display: inline-block;
  padding: 11px 22px;
  border-radius: 20px;
}
.hero-content.style-two p {
  font-size: 17px;
  line-height: 27px;
  margin: 17px 0 43px;
  width: 85%;
}
.style-two .mediket-service-bx {
  margin-top: 40px;
}
.style-two .mediket-hero-icon {
  margin-right: 15px;
}
.style-two .mediket-hero-content h5 {
  font-size: 15px;
  color: #dceaa2;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";
  margin: 0;
}
.hero-thumb.hero_img-two {
  margin-top: 6px;
  margin-left: -170px;
}
.hero-thumb.hero_img-two .hero-shapes:nth-child(2) {
  left: 84%;
  top: 20%;
}

/* ===============================
  Start About Section Style Two
================================== */

.about-serction.style-2 {
  padding: 120px 0 120px;
  background: #ffff;
}
.about-thumb.style-2 {
  margin-left: 0;
}
.about_right_side {
  margin-left: -49px;
}
.style-2.about-serction .mediket-section-title p {
  padding: 21px 0 0;
  font-size: 17px;
  line-height: 27px;
  color: #041c33a8;
  font-weight: 400;
  width: 59%;
}
.style-2.about-serction .mediket-btn a {
  margin-top: 26px;
}
.mediket-section-title h4{
  color: #1fb0e4;
}
/* counter  */

.counter-right-side.bx-2 {
  background: #e9f4ff;
  border-radius: 15px;
  margin-top: 30px;
}
.about-counter-single-box {
  text-align: left;
  padding: 38px 43px 35px;
  position: relative;
  z-index: 1;
}
.about-counter-single-box:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  background-color: #041c3338;
  z-index: -1;
}
.about-counter-single-box.bx-2:before {
  display: none;
}

.odometer-wrapper.counter-box-title2 h1 {
  font-size: 50px;
  color: #041c33;
  font-weight: 700;
  font-family: "Poppins";
  display: inline-block;
  vertical-align: middle;
}
.counter-desc2 p {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #041c33;
  font-weight: 400;
}
.about-thumb.right_side {
  margin-top: -190px;
  left: 50px;
}

/* ===============================
  Start Service Section Style Two
================================== */
.service-section.style-2 {
  padding: 75px 0 90px;
  border-radius: 30px;
}

.single-service-box.bx-2 {
  border-radius: 15px;
  background-color: #061e34;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 50px 30px 50px;
  margin-bottom: 30px;
}
.single-service-box.bx-2:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #11283D;
}
.single-service-box.bx-2 .service-icon {
  text-align: center;
  position: inherit;
  right: 0;
  line-height: 95px;
  top: 0;
  transition: 0.5s;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #ffffff0f;
  margin-bottom: 25px;
}
.single-service-box.bx-2:hover .service-icon img {
  filter: brightness(1);
}

.single-service-box.bx-2 .service-content h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}

.single-service-box.bx-2 .service-content p {
  margin: 28px 0 38px;
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

h2.service_number {
  font-size: 60px;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffffde;
  color: transparent;
  -webkit-mask-image: linear-gradient(-75deg, rgb(255 255 255 / 15%) 50%, #f4f4f43d 50%, rgba(255, 255, 255, 0.15) 70%);
  -webkit-mask-size: 200%;
  animation: shine 3s infinite;
  font-family: "Poppins";
  position: absolute;
  top: 35px;
  right: 39px;
}
.single-service-box.bx-2 .header-button a {
  padding: 11px 30px;
  background: transparent;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin: 0;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  border: 1px solid #ffffff26;
}
.single-service-box.bx-2 .header-button a i {
  font-size: 16px;
  font-weight: 600;
}
.single-service-box.bx-2 .mediket-hover-btn {
  background-color: var(--secondary-color);

}

/* ===============================
  Start Team Section Style Two
================================== */

.team-section.style-2 {
  background: var(--light-color);
  padding: 110px 0 25px;
}

.team-section.style-3 {
  padding: 110px 0 85px;
}

.team-single-boxs {
  margin-bottom: 30px;
}

.team-thumbs {
  position: relative;
}

.team-thumbs img {
  width: 100%;
}

.team-single-boxs .social-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  opacity: 0;
  transition: 0.5s;
}
.team-single-boxs:hover .social-icon{
  opacity: 1;
  right: 30px;
}
.team-single-boxs .social-icon ul li {
  display: block;
  padding-right: 9px;
  list-style: none;
  margin-bottom: 8px;
}

.team-single-boxs .social-icon ul li a {
  width: 45px;
  line-height: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #031B33;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  border: 1px solid #00000030;
  text-align: center;
}
.team-single-boxs .social-icon ul li a:hover {
  background: var(--brand-color);
  color: #031B33;
}

.team-single-boxs .team-btn {
  float: right;
  margin-top: -28px;
}

.team-single-boxs .team-btn a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #041c33;
  border: 1px solid rgba(13,18,36,0.15);
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.team-single-boxs:hover .team-btn a {
  background: var(--secondary-color);
}

.team-single-boxs .team-content h2 {
  margin: 35px 0 3px;
  font-size: 20px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
}
.team-single-boxs .team-content h5 {
  background: transparent;
  display: inline-block;
  padding: 4px 0 0;
  border-radius: 20px;
  font-size: 16px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
}

/* ===============================
  Start Marquee Section Style Two
================================== */

.marquee-section.style-2 {
  background: #fff;
  padding: 45px 0 115px;
}
.marquee-content.style-2 h2 {
  display: inline-block;
  font-size: 72px;
  line-height: 27px;
  text-transform: uppercase;
  color: #041c33;
  font-weight: 500;
}

.marquee-content.style-2 h2 span img {
  margin: 0 55px 0 37px;
  display: inline-block;
  animation: wooo 3.5s infinite;
}

/* ===============================
  Start Testimonal Section Style Two
================================== */

.testimonial-section.style-2 {
  background: #041c33;
  border-radius: 30px;
  padding: 105px 0 120px;
  overflow: hidden;
}

.testimonial-section.style_inner_page {
  position: relative;
  border-radius: 0;
}

.testimonial-section.style-2 .mediket-section-title {
  margin-left: 100px;
}

.testimonal-thumb {
  position: absolute;
  top: 117px;
  left: 115px;
}

.testimonal-thumb img {
  border-radius: 15px;
}

ul.rating {
  display: flex;
  align-items: center;
  margin: 24px 0 68px;
}

.rating li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  color: #dceaa2;
  margin-right: 7px;
}

ul.rating h5 {
  margin: 0;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

.testi_main_bx {
  margin-left: 265px;
}

.testi-single-box.bx-2 {
  background: rgba(23,46,67);
  padding: 40px 43px 40px 40px;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
}

.testi-single-box.bx-2 .user-info {
  padding: 30px 0 0;
  border-top: 1px solid #ffffff2b;
  margin-top: 28px;
}

.testi-contents p {
  font-size: 17px;
  line-height: 27px;
  color: #ffffffa3;
  font-weight: 500;
  font-family: "Poppins";
}

.testi-single-box.bx-2 .user-name h4 {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}
.testi-single-box.bx-2 .user-name h6 {
  margin: 5px 0 0;
  font-size: 16px;
  color: #ffffffb3;
  font-weight: 400;
  font-family: "Poppins";
}
.testi-single-box.bx-2 .people-pic img {
  width: auto;
  margin-right: 8px;
}

/* ======================================
  Start Pricing Section Style Two
========================================= */

.pricing-section {
  padding: 108px 0 90px;
}
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}

.pricing-toggle span {
  font-size: 20px;
  color: #041c33;
  font-weight: 500;
}
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 36px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #007aff;
  transition: 0.4s;
  border-radius: 18px;
}
.slider:before {
  position: absolute;
  content: "";
  left: 7px;
  bottom: 3px;
  transition: 0.4s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #041c33;
}
input:checked + .slider {
  background-color: #dceaa2;
}
input:checked + .slider:before {
  transform: translateX(26px);
}
h2.price-yearly {
  display: none;
}

/* prcing single item */

.pricing-single-item {
  border-radius: 15px;
  background-color: #E7F5FF;
  padding: 42px 40px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
span.popular {
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
  transition: 0.5s;
}
h3.pricing-plan2 {
  font-size: 25px;
  color: #041c33;
  font-weight: 500;
  margin: 8px 0 32px;
  transition: 0.5s;
}
.pricing-plan h2 {
  font-size: 45px;
  line-height: 31px;
  color: #041c33;
  font-weight: 700;
  font-family: "Poppins";
  transition: 0.5s;
}
.pricing-plan h2 span {
  font-size: 17px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
  transition: .5s;
}
.pricing-feature {
  border-top: 1px solid #0902021f;
  margin-top: 41px;
  padding-top: 42px;
  padding-bottom: 33px;
}
.pricing-feature ul li {
  font-size: 16px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 10px;
  transition: .5s;
}
.pricing-feature ul li:nth-child(4) {
  color: #919191;
}
.pricing-feature ul li:nth-child(5) {
  color: #919191;
}
.pricing-feature ul li:nth-child(6) {
  color: #919191;
}
.pricing-feature ul li:nth-child(4) i {
  color: #919191;
}
.pricing-feature ul li:nth-child(5) i {
  color: #919191;
}
.pricing-feature ul li:nth-child(6) i {
  color: #919191;
}
.pricing-feature ul li i {
  color: #048ff5;
  margin-right: 15px;
  position: relative;
  top: 2px;
  transition: 0.5s;
}
.pricing-single-item:hover .mediket-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pricing-single-item .header-button a {
  padding: 11px 120px;
  color: #041C34;
  font-family: "Poppins";
  background: transparent;
  border-radius: 30px;
  border: 1px solid #07010138;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.pricing-single-item:hover .header-button a {
  background: #fff;
  border: 1px solid #fff;
}
.pricing-single-item:hover .pricing-plan h2,  
.pricing-single-item:hover h3.pricing-plan2,
.pricing-single-item:hover .pricing-plan h2 span,
.pricing-single-item:hover .pricing-feature ul li,
.pricing-single-item:hover .pricing-feature ul li i {
  color: #fff;
}
.pricing-single-item:hover span.popular {
  color: #dfe6ec;
}
.pricing-single-item:hover .pricing-feature ul li:nth-child(4),
.pricing-single-item:hover .pricing-feature ul li:nth-child(5), 
.pricing-single-item:hover .pricing-feature ul li:nth-child(6), 
.pricing-single-item:hover .pricing-feature ul li:nth-child(4) i,
.pricing-single-item:hover .pricing-feature ul li:nth-child(5) i,
.pricing-single-item:hover .pricing-feature ul li:nth-child(6) i {
  color: #dfe6ec;
}
.pricing-single-item:hover .pricing-feature {
  border-top: 1px solid #dfe6ec;
}

/* ======================================
  Start Service Section Style Three
========================================= */

.service-section.style-3 {
  background: url(../images/home-two/service_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 90px 90px;
  border-radius: 30px;
}
.service-section.style-3 .mediket-section-title.home-2 {
  padding-left: 140px;
}
.service-section.style-3 .mediket-section-title h4 {
  padding: 0 0 18px 25px;
}

.single-service-box.bx-3 {
  background: transparent;
  padding: 0;
}

.single-service-box.bx-3 .service-thumb {
  position: relative;
  z-index: 1;
  height: 520px;
  overflow: hidden;
}
.single-service-box.bx-3 .service-thumb:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  background: rgba(4,28,51,0.8);
  transition: 0.5s;
}
.single-service-box.bx-3 .service-thumb:hover:before {
  height: 100%;
}
.service-thumb img {
  width: 250px;
}

.service-contents {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 35px 0;
  transition: 0.5s;
  opacity: 0;
}

.service-thumb:hover .service-contents {
  opacity: 1;
  top: 50%;
}
.service-contents span {
  font-size: 15px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
  background: var(--brand-color);
  padding: 9px 20px;
  border-radius: 19px;
}
.service-contents h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin: 37px 0 22px;
}
.service-contents p {
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}
.service_btns {
  margin-top: 50px;
}
.service_btns a {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #ffffff;
  line-height: 70px;
}
.service_btns a i {
  font-size: 18px;
  font-weight: 700;
}

/* service secton style 4 */
.service-section.style-4 {
  background: url(../images/main-home/team_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 90px 90px;
  border-radius: 30px;
}
.service-section.style-4 .single-service-box {
  background: var(--light);
  position: relative;
  z-index: 1;
}
.service-section.style-4 .single-service-box:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--primary-color);
  transition: .5s;
  z-index: -1;
}
.service-section.style-4 .single-service-box:hover:before {
  width: 100%;
}
.service-section.style-4 .single-service-box .service-icon {
  background-color: rgba(4,28,51,0.10196078431372549);
}

.service-section.style-4 .single-service-box .service-thumb img {
  width: inherit;
}
.service-section.style-4 .single-service-box .service-content h3 {
  color: #041c33 ;
  transition: 0.5s;
}
.service-section.style-4 .single-service-box .service-content p {
  color: #041c3382;
  transition: 0.5s;
}
.service-section.style-4 .single-service-box .service_btn a {
  color: #041c33;
  background-color: rgba(4,28,51,0.058823529411764705);
}
.service-section.style-4 .single-service-box:hover .service_btn a {
  color: #fff;
  background-color: var(--secondary-color);
}
.service-section.style-4 .single-service-box:hover .service-content p, 
.service-section.style-4 .single-service-box:hover .service-content h3, 
.service-section.style-4 .single-service-box:hover .service_btn a{
  color: var(--light);
}
.service-section.style-4 .single-service-box:hover .service-icon {
  background-color: var(--secondary-color);
}
.service-section.style-4 .single-service-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}


/*
<!-- ============================================================== -->
<!-- Start Breatcome Secttion -->
<!-- ============================================================== -->*/

.breatcome-section {
  background: url(../images/resource/breatcome.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 448px;
  margin-top: 100px;
  position: relative;
}
.breatcome-section .hero-socail-icon {
  left: 14px;
  bottom: 97px;
}

.breatcome-content h1 {
  font-size: 60px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 18px;
}

ul.breatcome-item li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 10px 0 0;
}

ul.breatcome-item li a {
  transition: 0.5s;
  padding: 0 8px 0 0;
  position: relative;
  z-index: 1;
  font-size: 17px;
  color: #0495ff;
  font-weight: 600;
  font-family: "Poppins";
}

ul.breatcome-item li a:hover {
  color: var(--secondary-color);
}

ul.breatcome-item li a i {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-left: 6px;
}

/*
<!-- ============================================================== -->
<!-- Start Pagination btn -->
<!-- ============================================================== -->*/

.pagination-btn {
  margin: 30px 0 27px;
}
.pagination-btn ul li {
  display: inline-block;
  margin-right: 8px;
}
.pagination-btn ul li a {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: rgba(255,255,255,0.8196078431372549);
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  color: #041c33;
  font-weight: 700;
  font-family: "Poppins";
}
.pagination-btn ul li a:hover {
  background: var(--secondary-color);
  color: var(--light);
}
.pagination-btn ul li:first-child a {
  background: var(--secondary-color);
  color: var(--light);
}









/*Tab Items
=======================*/

/* Tap Style */

.tab {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.tabs li {
  line-height: 38px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

/* Box Style */

.upp.style-2 .testi-single-box {
  padding: 58px 50px 38px;
}

.upp.style-2 .user-info {
  padding: 35px 50px 35px 35px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  background-image: inherit;
  margin: 30px 25px 0 0;
  border-radius: 15px;
}

.upp.style-2 .user-name h4 {
  font-size: 24px;
  font-weight: 600;
}

.upp.style-2 .user-name h6 {
  text-align: left;
  font-size: 17px;
  text-transform: capitalize;
}

.upp.style-2 .testi-desc p {
  font-size: 20px;
  color: #65677a;
  line-height: 32px;
  font-family: "Albert Sans";
  font-style: inherit;
  padding: 5px 0 0;
}

.upp.style-2 ul.testi-rating li {
  font-size: 19px;
  letter-spacing: 5px;
}

/* Style Testi-bg */

.row.testi-bg {
  padding-top: 100px;
}

.upp.style-2 .testi-bg .user-info {
  padding: 12px 0 0;
  background-color: inherit;
  border: 0;
  background-image: inherit;
  margin: 30px 25px 0 0;
  border-radius: 15px;
}

.upp.style-2 .testi-bg .testi-single-box {
  padding: 5px 45px 40px;
}

/*********************************
    - Special Skill bar area -
**********************************/
.skill-serction {
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}

.skill-serction .mediket-shape-cntr {
  top: 0;
}

.prossess-ber-plugin {
  padding: 40px 0 0;
}

.prossess-ber-plugin span {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
}

.barfiller {
  width: 100%;
  height: 3px;
  background: rgba(0, 37, 112, 0.2);
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  border-radius: 5px;
}

span.fill {
  background: var(--primary-color) !important;
  border-radius: 5px;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -37px;
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.barfiller.tip777:after {
  border: solid;
  border-color: rgba(255, 183, 77, 0.9) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 100%;
  z-index: 9;
}
.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

/* Blog List */

.mediket-section.blg-list {
  background: #ffff;
  padding: 120px 0 110px;
}

.blog-single-box.blog_lists {
  display: flex;
  background: #ecf7ff;
}
.blog-single-box.blog_lists .blog-thumb {
  flex-shrink: 0;
}
.blog-single-box.blog_lists .blog-thumb img {
  height: 325px;
}
span.date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 23px;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
}
.blog-single-box.blog_lists .blog-content {
  background: #ecf7ff;
  padding: 50px 0 44px;
  border-radius: 0;
}


.blog-single-box.blog_lists .blogs-category {
  background: transparent;
  padding: 5px 18px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(4,28,51,0.18);
  display: inline-block;
  border-radius: 20px;
  margin-left: 30px;
}
.blog-single-box.blog_lists .blogs-category:before {
  display: none;
}
.blog-single-box.blog_lists .blogs-category ul li {
  margin-right: 15px;
  color: #041c33;
}

.blog-single-box.blog_lists .blogs-category ul li:last-child {
  margin-right: 0;
}
.blog-single-box.blog_lists .mediket-button.btn2 a {
  background: #041c33;
  color: #ffff;
}


/* Blog Details */

.search-bx {
  position: relative;
  z-index: 1;
  padding: 0 0 10px;
}

.search-bx input {
  padding: 10px 25px;
  width: 100%;
  height: 60px;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #ffffff;
}

.search-bx input::placeholder {
  font-size: 15px;
  color: #21222b;
  font-weight: 400;
  font-family: "Poppins";
}

.search-bx button.subscribe-btn {
  border: 0;
  background: var(--secondary-color);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #0495ff;
}

/* Category Box */

.mediket-category-items {
  margin-bottom: 30px;
}

.category-content {
  padding-left: 20px;
}

.category-content h4 {
  margin: 0;
}

.category-content h4 a {
  display: inline-block;
  transition: 0.5s;
  font-size: 17px;
  line-height: 24px;
  color: #041c33;
  font-weight: 700;
  font-family: "Poppins";
}

.category-content h6 {
  margin: 11px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #0495ff;
  font-weight: 400;
  font-family: "Poppins";
}

.category-content h4 a:hover {
  color: var(--secondary-color);
}

.mediket-category-items.upp {
  margin: 0 0 15px;
}

.post-content.upp {
  border: 0;
}

/* Blog Post Comment */

.blog-post-comment {
  padding: 90px 0 0;
}

.post-comment {
  display: flex;
  padding: 30px 0 0;
}

.post-content {
  margin: 0px 0 0px 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}

h4.post-title {
  font-size: 20px;
  font-weight: 600;
}

.post-content h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0 14px;
}

p.posts-reply {
  font-size: 16px;
  color: #65677a;
}

.post-comment2 {
  display: flex;
  padding: 40px 0 0;
  margin-left: 80px;
}

/* ====================================================
   Start Blog Details Css
======================================================= */
.mediket-section.blg-list.details {
  padding: 120px 0 120px;
}
.blog-details_itm {
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid rgba(0,24,25,0.1);
  padding: 20px 35px 0;
  position: relative;
}
.blog-details_itm:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 73px;
  height: 1px;
  width: 100%;
  border: 1px solid rgba(0,24,25,0.1);
}
.blog-content {
  transition: .5s;
}
.blog-meta {
  padding: 8px 0 16px;
}
.blog-meta span {
  padding-left: 25px;
  padding-right: 0;
  font-size: 16px;
  color: #041c33ab;
  font-weight: 400;
  font-family: "Poppins";
}
.blog-meta span:last-child {
  padding-left: 50px;
}
.blog-meta span.left {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.blog-meta span.left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #0495ff;
}
.blog-meta span a i {
  color: #0495ff;
  margin-right: 5px;
}
.blog-meta span a {
  color: #575f66;
  transition: .5s;
  display: inline-block;
}
.blog-meta span a:hover {
  color: #0495ff;
}

.blog-content-text.text-left h2 {
  margin: 0  0 15px;
  font-size: 28px;
  line-height: 42px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
}
h3.blog-dtls-title3 {
  font-size: 28px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
  margin: 53px 0 17px;
}
p.qouik {
  margin-right: 33px;
}
p.qouik2 {
  margin: 21px 57px 42px 0;
}
p.desc-style1 {
  margin-right: 82px;
}

.blog-details-thumb img {
  width: 100%;
}
/*blog tetails items*/

.blog-details-single-items {
  background: #F5F6F8;
  display: flex;
  padding: 40px 179px 41px 40px;
}
.blog-details-single-items .blog-icon {
  float: left;
  padding: 0;
  margin-right: 25px;
  margin-top: 8px;
}

.blog-details-content p {
  font-size: 18px;
  line-height: 30px;
  color: #041c33;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins";
  overflow: hidden;
}

.blog-details-bio span {
  font-size: 15px;
  color: #0495ff;
  font-weight: 400;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
.blog-details-bio span:before {
  width: 50px;
  height: 1px;
  background-color: #0495ff;
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
}


h2.blog-dtls-title3 {
  font-size: 34px;
  color: #171717;
  font-weight: 700;
  margin: 56px 0 18px;
}



/* blog details list thumb */

.blog-details-list-item {
  margin-top: 18px;
  margin-bottom: 47px;
}

h3.blog-details-list-title {
  font-size: 24px;
  color: #171717;
  font-weight: 700;
  margin-bottom: 17px;
}

ul.blog-details-list li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
}

ul.blog-details-list img {
  margin-right: 10px;
}

/*blog social*/
.blog-social-tags a {
  border-radius: 4px;
  background-color: #f3f4f8;
  display: inline-block;
  text-align: center;
  padding: 5px 24px;
  font-size: 14px;
  color: #001819;
  font-weight: 400;
  font-family: "Poppins";
  margin-right: 8px;
}
.blog-social-tags a:hover {
  background: var(--secondary-color);
  color: var(--light);
}
.blog-details-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}

.single-blog-social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h3.blog-dtls-title3.two {
  margin: 40px 0 17px;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-blog-social-icon ul li i {
  font-size: 13px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  transition: .5s;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #1773ea;
}

.single-blog-social-icon ul li:nth-child(2) i {
  background: #00a9e8;
}
.single-blog-social-icon ul li:nth-child(3) i{
  background: #0270ad;
}
.single-blog-social-icon ul li:nth-child(4) i{
  background: #b7081b;
}

.single-blog-social-icon ul li:hover i {
  background: var(--primary-color);
}


/* Comment CSS */
.details_rcnt {
  border-radius: 5px;
  background-color: #f3f4f8;
  padding: 34px 30px 10px;
  margin-bottom: 30px;
  margin-top: 60px;
}
.details_rcnt.style-two {
  text-align: right;
}
.details_rcnt.style-two  .category-content {
  padding-left: 0;
  padding-right: 20px;
}
.details_rcnt .category-content h4 a {
  display: inline-block;
  transition: 0.5s;
  font-size: 18px;
  line-height: 26px;
  color: #041c33;
  font-weight: 600;
  font-family: "Poppins";
}
.pagination-btns a {
  display: inline-block;
  font-size: 18px;
  color: #041c33;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 23px;
}
.pagination-btns a i {
  font-size: 14px;
  position: relative;
  top: -2px;
}

.blog-details-comment {
  margin-bottom: 20px;
  position: relative;
  background: #F5F6F8;
  border-bottom: 1px solid rgba(0,24,25,0.10196078431372549);
  padding-bottom: 12px;
  margin-top: 35px;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 25px;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content h2 {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 28px;
  color: #041c33;
  font-weight: 400;
}
.blog-details-comment-reply a {
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
  position: absolute;
  right: 0;
  top: -4px;
}
.reply .blog-details-comment-reply a {
  right: -45px;
}

.blog-details-comment-reply a i {
  margin-right: 10px;
  color: var(--secondary-color);
}

.blog-details-comment.reply {
  margin-left: 90px;
  border: 0;
  padding-bottom: 0;
  margin-right: 40px;
}

/* commet form */
.comment-bx {
  background-color: #f3f4f8;
  border-radius: 5px;
  padding: 47px 60px 60px;
  margin-top: 30px;
}
.comment-form {
  margin-top: 56px;
}
.comment-title h3 {
  margin-bottom: 27px;
  font-size: 24px;
  color: #041c33;
  font-weight: 500;
  font-family: "Poppins";
}
.comment-title.two h3 {
  margin: 73px 0 35px;
}
#comment-msg-box {
  width: 100%;
  transition: .5s;
  height: 170px;
  background-color: #ffffff;
  border: 0;
  padding: 21px 25px;
}

#comment-msg-box::placeholder {
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
}
input.comment-box {
  border: 1px solid rgba(23,23,23,0.1);
  width: 100%;
  margin-bottom: 30px;
  padding: 25px;
  height: 56px;
  border-radius: 5px;
  background-color: #ffffff;
}

input.comment-box::placeholder {
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
}
.check_bx.two {
  margin: 20px 0 26px;
}
.check_bx.two p {
  font-size: 16px;
  color: #041c338f;
  font-weight: 400;
  font-family: "Poppins";
}

/*form button*/
.comment-form .submit-comment {
  padding: 14px 22px;
  margin-left: 15px;
  border: 0;
  transition: .5s;
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  border-radius: 8px;
  background-color: #0495ff;
  width: 199px;
}
.comment-form .submit-comment:hover {
  background: var(--primary-color);
  color: var(--light);
}












/*
<!-- ============================================================== -->
<!-- Start About Inner Page Secttion -->
<!-- ============================================================== -->*/

.style-3.about-section {
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
}

.style-3 .about-thumb img {
  border-radius: 30px 30px 0px 0;
}

.style-3 .counter-right-side {
  display: flex;
  background: var(--secondary-color);
  justify-content: center;
  width: 549px;
  padding: 30px 0 20px;
  border-radius: 0 0 30px 30px;
}

.style-3 .odometer-wrapper.counter-box-title {
  border-bottom: 0;
  padding: 0;
}

.style-3 .odometer-wrapper.counter-box-title h1 {
  font-size: 45px;
}

.style-3 .counter-desc p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px 0 0;
}

/* About Services */

ul.about-mediket-services li {
  display: block;
  list-style: none;
  position: relative;
  color: var(--primary-color);
  padding: 0 0px 20px 25px;
  position: relative;
}

ul.about-mediket-services li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--secondary-color);
}

.style-3.about-section .mediket-btn {
  padding: 28px 0 0;
}

.style-3.about-section .mediket-shape {
  position: absolute;
  right: 10px;
  bottom: 154px;
  text-align: right;
  z-index: -1;
}

/*
<!-- ============================================================== -->
<!-- Start Mission & Vission Section -->
<!-- ============================================================== -->*/

.mission-vission-section {
  padding: 0 0 90px;
}

.mission-vission-single-box {
  padding: 38px 35px 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.m_v-ssion {
  align-items: center;
}

.m_v-ssion-icon {
  margin-right: 15px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  transition: 0.5s;
}

.m_v-ssion-title h3 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0;
  transition: 0.5s;
}

.m_v-ssion-desc p {
  font-size: 17px;
  color: #65677a;
  display: inline-block;
  padding: 25px 0 0;
  transition: 0.5s;
}

.mission-vission-single-box:hover {
  border: 2px solid var(--primary-color);
}

.mission-vission-single-box:hover .m_v-ssion-title h3 {
  color: var(--secondary-color);
}

.mission-vission-single-box:hover .m_v-ssion-icon {
  background: var(--bs-primary-bg-subtle);
}

.mission-vission-single-box:hover .m_v-ssion-desc p {
  color: #97a9bf;
}

.mission-vission-single-box .mediket-hover-box {
  background-color: var(--primary-color);
}

.mission-vission-single-box .hover-bx {
  border-radius: 16px 0 0px 16px;
}

.mission-vission-single-box .hover-bx4 {
  border-radius: 0 16px 16px 0;
}

.mission-vission-single-box:hover .mediket-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- Start Services Pages Section -->
<!-- ============================================================== -->*/

.services-section {
  padding: 120px 0 90px;
}

.single-services-box {
  padding: 38px 35px 32px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-bottom: 30px;
}

.services-icon {
  width: 70px;
  height: 70px;
  line-height: 57px;
  text-align: center;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}

.services-icon img {
  transition: all 0.5s ease-in-out;
}

.services-icon span img {
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.services-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  transition: 0.5s;
}

.services-desc p {
  color: #65677a;
  padding: 25px 0 32px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.srvce-btn a {
  padding: 0 0 0;
  font-size: 15px;
  color: #65677a;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 10px 0 0;
}

.srvce-btn a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: var(--secondary-color);
  transition: 0.5s;
}

.srvce-btn a i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.single-services-box:hover .services-icon img {
  opacity: 0;
  transform: translateY(-200%);
}

.single-services-box:hover .services-icon span img {
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(-13px);
}

.upp.single-services-box:hover .services-icon span img {
  transform: translateY(-20px);
}

.single-services-box:hover .srvce-btn a:before {
  width: 100%;
}

.single-services-box:hover .srvce-btn a {
  color: var(--secondary-color);
}

.single-services-box:hover .srvce-btn a i {
  left: 84px;
  opacity: 1;
}

.single-services-box:hover .services-title h3 {
  color: var(--secondary-color);
}

/*
<!-- ============================================================== -->
<!-- Start mediket Section -->
<!-- ============================================================== -->*/

.mediket-section {
  padding: 120px 0 120px;
  background: #eef7ff;
}

.mediket-thumb img {
  border-radius: 32px;
}

.mediket-title h2 {
  font-size: 28px;
  font-weight: 700;
  padding: 25px 0 21px;
}

p.mdy-pd {
  padding: 8px 0 30px;
}

/* mediket single box */

.mediket-single-box {
  padding: 35px 30px 20px;
  background-color: rgba(243, 248, 253, 0.30196078431372547);
  border: 2px solid #ffffff;
  border-radius: 15px;
  margin-bottom: 30px;
}

.mediket-icons {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-right: 30px;
}

.mediket-content {
  overflow: hidden;
}

.mediket-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
}

.mediket-content p {
  color: #65677a;
}

/* mediket  Blog */
.mediket-blog {
  background: var(--secondary-color);
  padding: 30px 40px 14px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.blog-icon {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
  margin-right: 30px;
  margin-top: -15px;
}

.blog-desc p {
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  padding: 0 0 0 24px;
}

.mediket-blog .mediket-hover-box {
  background-color: var(--primary-color);
}

.mediket-blog .hover-bx {
  border-radius: 15px 0 0px 15px;
}

.mediket-blog .hover-bx4 {
  border-radius: 0 15px 15px 0;
}

.mediket-blog:hover .mediket-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*****************************
 Faq Accordion
*******************************/
.faq-section {
  background: url(../images/home-two/service_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.style-0.breatcome-section {
  margin-top: 0px;
}

.tab_container {
  overflow: hidden;
  padding: 105px 0 0;
}

.accordion-content h2 {
  font-size: 28px;
  font-weight: 700;
}

.accordion-content p {
  color: #002570;
  padding: 20px 0 32px;
}

.accordion li {
  list-style: none;
  padding: 0px 0px 25px;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color) !important;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  padding: 16px 20px 16px 25px;
  border-radius: 15px;
  z-index: 1;
}

.accordion li a span {
  font-size: 20px;
  color: var(--secondary-color);
  padding: 0 15px 0 0px;
  position: relative;
  z-index: 1;
}

.accordion li a span:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -765px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.accordion li p {
  display: none;
  padding: 24px 15px 10px 25px;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.accordion a:before {
  width: 3px;
  height: 15px;
  background: var(--secondary-color);
  position: absolute;
  right: 41px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.accordion a:after {
  width: 15px;
  height: 3px;
  background: var(--secondary-color);
  position: absolute;
  right: 35px;
  content: " ";
  top: 28px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

/* Active */

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  background: #fff;
}

.accordion a.active:before {
  display: none;
}

.accordion a.active {
  background: var(--primary-color);
  color: #fff !important;
  border: 2px solid var(--primary-color);
}

.accordion li a.active span {
  color: #fff;
}

.accordion li a.active span:before {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

/* STyle 2 */

.faq-section .tab_container {
  padding: 105px 0 60px;
}

.style-2.accordion li p {
  display: none;
  padding: 24px 15px 30px 25px;
  margin: 0;
  background: #eef5ff;
  overflow: hidden;
  font-size: 16px;
  border-top: 0;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.style-2.accordion li a span {
  padding: 0 0px 0 0px;
}

.style-2.accordion li a span:before {
  right: -584px;
}

.style-2.accordion li a.active span:before {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/* Active */

.style-2.accordion a.active {
  background: #eef5ff;
  color: var(--primary-color) !important;
  border: 2px solid #fff;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid #fff;
  padding: 18px 20px 22px 25px;
}

/* Accordion Style 2 */

.accordion2 li {
  list-style: none;
  padding: 0px 0px 25px;
}

.accordion2 li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color) !important;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  padding: 16px 20px 16px 25px;
  border-radius: 15px;
  z-index: 1;
}

.accordion2 li a span {
  font-size: 20px;
  color: var(--secondary-color);
  padding: 0 15px 0 0px;
  position: relative;
  z-index: 1;
}

.accordion2 li a span:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -584px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.style-2.accordion2 li a span {
  padding: 0 0px 0 0px;
}

.accordion2 li p {
  display: none;
  padding: 24px 15px 30px 25px;
  margin: 0;
  background: #eef5ff;
  overflow: hidden;
  font-size: 16px;
  border-top: 0;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.accordion2 a:before {
  width: 3px;
  height: 15px;
  background: var(--secondary-color);
  position: absolute;
  right: 41px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.accordion2 a:after {
  width: 15px;
  height: 3px;
  background: var(--secondary-color);
  position: absolute;
  right: 35px;
  content: " ";
  top: 28px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

/* Active */

.accordion2 a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  background: #fff;
}

.accordion2 a.active:before {
  display: none;
}

.accordion2 a.active {
  background: #eef5ff;
  color: var(--primary-color) !important;
  border: 2px solid #fff;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid #fff;
  padding: 18px 20px 22px 25px;
}

.accordion2 li a.active span:before {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

/* Style upp */

.upp.faq-section .tab_container {
  padding: 0px 0 95px;
}
.upp.style-2.accordion li a {
  font-size: 18px;
}

.upp.style-2.accordion li a span:before {
  right: -1245px;
}

/* ================
mediket Category box
======================= */

h3.category-title {
  padding: 0px 0 14px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 24px;
  color: #041c33;
  font-weight: 600;
}
h3.category-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #0c5adb;
  transition: 0.5s;
}

h3.category-title:hover:before {
  width: 100%;
}

/* box */
.side_brs {
  margin-right: 25px;
}

.mediket-category-box {
  padding: 30px 35px 24px;
  border-radius: 0;
  background-color: #f3f4f8;
  border: 2px solid #ffffff;
  margin-bottom: 30px;
}

ul.mediket-service li {
  padding: 13px 24px 13px;
  height: 56px;
  display: block;
  list-style: none;
  border-radius: 0;
  background-color: #fff;
  border: 0;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

ul.mediket-service li:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--primary-color);
  transition: 0.5s;
  border-radius: 0;
}

ul.mediket-service li a {
  transition: 0.5s;
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
}

ul.mediket-service li a i {
  padding: 0 12px 0 0;
  font-size: 17px;
  display: inline-block;
  color: var(--secondary-color);
  transition: 0.5s;
}

ul.mediket-service li:hover:before {
  width: 100%;
  left: 0;
}

ul.mediket-service li:hover a {
  color: #fff;
}

ul.mediket-service li:hover a i {
  color: #fff;
}

/* list category  */

ul.list_category li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 7px;
}
ul.list_category li a {
  display: inline-block;
  font-size: 13px;
  color: #041c33;
  font-weight: 400;
  font-family: "Poppins";
  padding: 5px 15px;
  background: #fff;
  border-radius: 5px;
}

.mediket-btn.style_inner {
  margin-top: 30px;
}
/* Download Button */

.download-btn a {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  background: var(--primary-color);
  width: 100%;
  color: #fff;
  padding: 15px 23px;
  border-radius: 5px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.download-btn a i {
  font-size: 22px;
  position: relative;
  top: 2px;
  padding-right: 7px;
}

.download-btn a span i {
  float: right;
  display: inline-block;
  font-size: 17px;
  padding: 0;
  transition: 0.5s;
}

a.active-btn {
  background: var(--secondary-color);
}

span.dwnlod-hvr i {
  position: absolute;
  right: 22px;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50px);
}

.download-btn a:hover span i {
  opacity: 0;
  transform: translateY(-200%);
}

.download-btn a:hover span.dwnlod-hvr i {
  opacity: 1;
  transform: translateY(15px);
}

/* Compani contact */

.mediket-company-contact {
  background: url(../images/resource/company-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 55px 40px 50px;
  border-radius: 20px;
}

.call-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.call-icon:before {
  position: absolute;
  content: "";
  top: 35px;
  left: 35px;
  right: 0;
  margin: auto;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #0495ff;
  animation: zoomBig2 2.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.mediket-category-content h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  padding: 28px 0 0;
  color: #fff;
}
.mediket-category-content h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins";
  padding: 4px 0 20px;
  color: #fff;
}

.mediket-category-content p {
  font-size: 16px;
  color: #fff;
  font-family: "Poppins";
}

.mediket-category-content p i {
  color: var(--secondary-color);
  padding: 0 8px 0 0;
  display: inline-block;
}

@keyframes zoomBig2 {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 7px;
  }
  40% {
    opacity: 0.5;
    border-width: 5px;
  }
  65% {
    border-width: 4px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

/* Contact Button */

.mediket-contact-btn a {
  padding: 15px 30px;
  font-family: "Poppins";
  background: var(--secondary-color);
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-top: 52px;
}

.mediket-contact-btn a i {
  padding-left: 5px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.mediket-contact-btn a .mediket-hover-btn {
  background-color: var(--primary-color);
}

.mediket-contact-btn a .hover-btn {
  border-radius: 5px 0 0px 5px;
}

.mediket-contact-btn a .hover-btn4 {
  border-radius: 0 5px 5px 0;
}

.mediket-contact-btn a:hover .mediket-hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Custom Scroll  */

.custom-scroll {
  width: auto;
  width: 100%;
  height: 2030px;
  padding: 0 20px 0 0;
  text-align: left;
  background: transparent;
  overflow-y: auto;
  overflow-x: hidden;
  display: inline-block;
}

.custom-scroll .accordion li a span:before {
  right: -730px;
}

.custom-scroll .mediket-content p {
  font-size: 16px;
}

.mediket-section.blg-list .custom-scroll {
  height: 1665px;
}

/*
<!-- ============================================================== -->
<!-- Start Project Section-->
<!-- ============================================================== -->*/

.project-section {
  padding: 120px 0 0px;
}

.project-thumb {
  position: relative;
  z-index: 1;
}

.project-thumb img {
  width: 100%;
  border-radius: 18px;
}

.project-content {
  padding: 25px 30px 10px;
  position: relative;
  border-radius: 20px;
  background-image: linear-gradient(
    180deg,
    #007dff 0%,
    #e5f1ff 74%,
    #e5f1ff 100%
  );
  border: 2px solid #ffffff;
  bottom: 92px;
  width: 84%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.project-content h5 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.project-content h2 {
  font-size: 22px;
  padding: 0px 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.project-content p {
  font-size: 16px;
  color: #65677a;
  font-family: "Poppins";
}

.project-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 20px;
  background-color: #002570;
  border: 2px solid #ffffff;
  color: #fff;
  position: absolute;
  top: 43px;
  right: 79px;
  opacity: 0;
  transition: 0.5s;
}

.single-project-box:hover .project-icon a {
  right: 20px;
  opacity: 1;
}

.single-project-box:hover .project-content {
  bottom: 130px;
}

/* Owl  Nav */

.project-list .owl-prev i,
.project-list .owl-next i {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.project-section .mediket-shape {
  right: 0px;
}

.project-section .project-list .owl-dots {
  text-align: center;
  padding: 0px 0 40px;
  margin-top: -92px;
}

/* Owl Active */

.active.center .single-project-box .project-icon a {
  right: 20px;
  opacity: 1;
}

.active.center .single-project-box .project-content {
  bottom: 130px;
}

/* *********************
Project Details
********************** */

.doctors-service {
  padding: 22px 25px 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  display: flex;
  margin-bottom: 25px;
}

.doctor-content {
  padding: 0 0 0 12px;
}

.doctor-content h5 {
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins";
  margin: 0;
}
.doctor-content h3 {
  font-size: 18px;
  margin-top: 8px;
}

.doctor-content h3 a {
  font-weight: 700;
  transition: 0.5s;
}

.doctor-content h3 a:hover {
  color: var(--secondary-color);
}

/****************************** 
Start Contact Inner Page   
*******************************/

.mediket-appoinment {
  padding: 120px 0 108px;
}

.mediket-appoinment .mediket-section-title {
  margin-bottom: 39px;
}

/* contact info item */

.row.contact-info_item {
  margin: 0;
  background: url(../images/resource/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}

.mediket-appoinment .contact-form-box {
  padding: 0;
  background: transparent;
  border-radius: 20px;
}

.mediket-appoinment .form-box input {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
  outline: 0;
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: "Poppins";
  height: 58px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgba(27,52,52,0.1);
}
.mediket-appoinment .form-box input::placeholder {
  color: #868681;
}
.mediket-appoinment .form-box input:focus, button:focus {
  outline-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.mediket-appoinment .form-box textarea {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(27,52,52,0.1);
  padding: 12px 20px 0;
}
.mediket-appoinment .form-box textarea::placeholder {
  color: #868681;
}
.mediket-appoinment .check_bx p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #868681;
  font-weight: 400;
  font-family: "Poppins";
}
.mediket-appoinment .check_bx {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 37px;
  margin-top: 17px;
}
.mediket-appoinment button.submit-btn {
  padding: 15px 25px;
  border-radius: 5px;
}

.contact-service-box {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding: 60px 0 14px;
}
.contact-service-box:before {
  position: absolute;
  right: 0;
  top: 92px;
  content: '';
  width: 2px;
  height: 130px;
  background-color: rgba(255,255,255,0.5019607843137255);
}
.contact-service-box.last:before {
  display: none;
}

.contact-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffff;
  padding-bottom: 50px;
  margin-bottom: 45px;
}

.contact-title h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  color: #65677a;
}

.contact-icon img{
  position: relative;
  z-index: 1;
}
.contact-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  background-color: #ffff;
  display: inline-block;
  font-size: 25px;
  color: var(--secondary-color);
  position: relative;
}
.contact-icon:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  z-index: 1;
  top: -10px;
  left: -10px;
  margin: auto;
  right: 0;
  border: 2px solid #ffff;
  text-align: center;
}
.contact-address h2 {
  margin: 30px 0 12px;
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}

.contact-address span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
}
.google-map {
  overflow: hidden;
}

/* Map Section */
.row.appoinment.align-items-center {
  padding: 100px 0 0;
}

/* Error Section */

.error-section {
  padding: 90px 170px 90px;
  position: relative;
  z-index: 1;
}

.error-service-content {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-content {
  text-align: center;
}

.error-content h1 {
  font-size: 200px;
  color: #002570;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
  width: 596px;
  height: 280px;
  line-height: 280px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  display: inline-block;
}

.error-content h1 span {
  color: var(--secondary-color);
}

.error-content h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 0 18px;
}

.error-content p {
  color: #65677a;
}

.error-content .mediket-button.text-right {
  text-align: center !important;
  padding: 25px 0 0;
}

.error-content a.mediket-btn {
  background-color: var(--secondary-color);
  color: #fff;
}

.error-shape {
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: -1;
}

/* Team Details Section */

/* Team details Section 
==============================*/

.team-details-area {
  padding: 100px 0 68px;
}

.team-details {
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}

.team-details-thumb img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;
}

/* Team details content */

.team-details-content {
  padding: 0 0 0 35px;
}

.team-details-title h2 {
  color: #0e0e0e;
  font-size: 30px;
  font-weight: 700;
}

.team-details-title p {
  font-size: 16px;
  margin: 10px 0 0;
  color: var(--secondary-color);
  font-weight: 600;
}

.team-details-content-text ul li {
  margin-bottom: 17px;
  display: block;
  color: #65677a;
}

.team-details-content-text ul li span {
  font-weight: 500;
  margin-right: 15px;
  font-size: 17px;
  color: var(--primary-color);
}

.team-details-content-icon a {
  margin: 3px;
  background: var(--secondary-color);
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.5s;
  border: 1px solid var(--secondary-color);
}

.team-details-content-icon a:hover {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.skill-wrapper h6 {
  margin-bottom: 8px;
  margin-top: 20px;
}

.team-detail-title h2 {
  font-size: 35px;
  font-weight: 600;
}

.team-detail-title p {
  font-size: 16px;
  font-weight: 400;
  color: #63636b;
  margin-top: 40px;
}

/* Skill section */

.head-title h3 {
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 800;
  padding: 0px 0 15px;
}
.contact-form-box.inner_page {
  padding: 47px 30px 38px;
}
.contact-form-box.inner_page .form-box:before {
  display: none;
}
.contact-form-box.inner_page .form-box input {
  padding: 0 25px;
}
.contact-form-box.inner_page #comment-msg-box {
  background-color: rgba(255,255,255,0.10196078431372549);
  border-radius: 10px;
}
.contact-form-box.inner_page textarea#comment-msg-box::placeholder {
  color: #fff;
}
.contact-form-box.inner_page .submit-button {
  margin-top: 22px;
}


/*
<!-- ============================================================== -->
<!-- Start nav button-->
<!-- ============================================================== -->*/

.nav-btn.navSidebar-button {
  display: inline-block;
}
.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.4;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
  padding: 30px;
}
.close-side-widget i {
  color: var(--secondary-color);
  font-size: 28px;
  display: block;
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.xs-bg-black {
  background-color: #cda274;
}
.row.padding-two {
  padding: 35px 0 11px 15px;
}
.contact-info h2 {
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 5px;
}

ul.list-style-one li {
  display: inline-flex;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  font-size: 15px;
}

ul.list-style-one li span {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary-color);
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}
ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: var(--primary-color);
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

ul.social-box li a:hover {
  color: #fff;
  background: var(--secondary-color);
}
.content-thumb-box {
  padding-bottom: 12px;
}
.content-thumb-box img {
  width: 92%;
  border-radius: 10px;
}

.nav-btn.navSidebar-button span i {
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: #0495ff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  transition: 0.5s;
}
.nav-btn.navSidebar-button span i:hover {
  background: #dceaa2;
  color: #041c33;
}
/*=============================================
  Search Popup
===============================================
***/

.search-box-btn i {
  display: inline-block;
  color: var(--primary-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background: #d7e8fc;
}

.style-2 .search-box-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(215, 231, 251, 0);
  border: 1px solid #002570;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primary-color);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search:before {
  position: absolute;
  content: "";
  left: -6px;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid var(--secondary-color);
  border-right: 5px solid #fff;
  border-left: 5px solid var(--secondary-color);
  height: 74px;
  width: 76px;
  border-radius: 50%;
  animation: spin 10s infinite alternate linear,
    glow 5s infinite alternate linear;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 22px;
  color: var(--primary-color);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .style-two.close-search:before {
  position: inherit;
  border: 0;
}

.flaticon-multiply:before {
  content: inherit;
}
button.close-search i {
  font-size: 25px;
  color: #fff;
  display: inline-block;
}
span.flaticon-multiply i {
  display: inline-block;
  color: var(--secondary-color);
}

/* Spin Animation */
/* 
@keyframes "spin" {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes "spin" {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes "spin" {
  0% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes "spin" {
  0% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
} */

/*============================
/* Scroll Up Css 
==============================*/

#progress {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  z-index: 99999;
  cursor: pointer;
}

.progress.hide {
  display: none !important;
  transition: 0.5s !important;
}

#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);
}

#container {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/* Start  Curser pointer CSS */

.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid #00ffff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}
.cursor2 {
  position: fixed;
  width: 4px;
  height: 4px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(3);
  background: white;
  mix-blend-mode: difference;
  border: none;
}

.grow-small {
  transform: scale(1.7);
}

/* ================ All Animation CSS ===================*/

.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
from {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

to {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob {
  0% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

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

  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }
}
@keyframes float-bob2 {
  0% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }

  50% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
  }

  100% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px);
  }
}
@keyframes float-bob3 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

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

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

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

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }

  50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }

  100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);
  }
}
@keyframes float-bob6 {
  0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }

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

  100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
  }
}
@keyframes movebounce {
  0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

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

  100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }

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

  100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
  }
}

/*--==============================================->
<!-- Consen Animation Dance -->
==================================================-*/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
      -webkit-transform: scale(0.5);
  }

  100% {
      -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
      -webkit-transform: scale(0.5);
  }

  100% {
      -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
      -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
      -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
      left: 0;
  }

  100% {
      left: 100%;
  }
}




/* End curser point */

/*===========================
<-- itpro Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  transition: all 1s 1s ease;
  width: 48px;
  height: 48px;
}

.loader:before,
.loader:after {
  content: "";
  display: block;
  border: 32px solid transparent;
  border-top-color: #00ffff;
  position: absolute;
  left: 0;
  top: 0;
  animation: weld-rotate 2s infinite ease-in;
}
.loader:before {
  border-color: transparent transparent transparent var(--secondary-color);
  animation-delay: 0.5s;
}
@keyframes weld-rotate {
  0%,
  25% {
    transform: rotate(0deg);
  }
  50%,
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 100);
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

/* Responsive */

@media (min-width: 1300px) and (max-width: 1370px) {
  .service-section .swiper {
    height: 530px !important;
  }
}

/* large Desktop */

@media (min-width: 1601px) and (max-width: 1770px) {
  .service-section .swiper {
    height: 480px !important;
  }
}




/* about us */
.about-img{
  width: 100%;
  margin-bottom: 50px;
}

/* faqs */
.faqs-tital h2{
  color: #1fb0e4;
  margin-bottom: 25px;
}

.ko-faq-section{
  padding: 50px 0 0px;
    background: url(../images/main-home/why-choose-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ko-accordion-item-header {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.ko-accordion-item-header::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgMThMMTUgMTJMOSA2IiBzdHJva2U9IiMwNDdDQzEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s ease;

}
.ko-accordion-item-header.active::after {
  content: "";
  transform: rotate(90deg);
}

.ko-faq-section h2 {
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 10px;
}
.ko-container {
  width: 80%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}
.ko-faq-section .ko-container > p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.ko-accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.ko-accordion-item-header {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.ko-accordion-item-header.active::after {
  content: "";
  transform: rotate(90deg);
}
.ko-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.ko-accordion-item-body-content {
  padding: 10px 20px;
}
.ko-faq-accordion {
  margin-bottom: 20px;
}
.ko-ask-qus h3 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}
.ko-ask-qus p {
  margin-bottom: 20px;
}

.ask_imag{
  margin-top: 50px;
  margin-bottom: 0;
  width: 100% !important;
}

.ask-cl h3{
  color: black;
  margin-bottom: 20px;
}

.testi_imag{
  margin-top: 30px;
    width: 700px !important;
}
.design-by:hover{
 transition: text-decoration 0.5s ease-in-out;
 color: white;
}
.design-by{
  color: rgb(147, 255, 104);
}

/* Product Side bar */
.product-side img{
  width: 100px;
  margin-right: 18px;
}