/*
 Theme Name: immiPress
 Theme URI: https://theme-junction.com/html/immiPress/
 Author: Theme-Junction
 Author URI: https://themeforest.net/user/theme-junction/portfolio
 Description: ImmiPress - Immigration and Visa Consulting HTML5 Template
 Version: 1.0
 License:
 License URI: 
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Ignore WP
02. Mixin
03. Variable
04. Typography
05. Home One
06. Home Two
07. Home Three
08. Home Four
09. Page Banner
10. Service Details
11. Team Details
12. Coaching Details
13. Country Details
14. Blog Page
15. Blog Details
16. 404 Page
17. Coming Soon Page
18. Responsive

*/
/*------------------- 02. Mixin -------------------*/
/*------------------- 03. Variable-------------------*/
:root {
  --primay-color: #e94d4e;
  --body-color: #536184;
  --heading-color: #233152;
  --white-color: #ffffff;
  --bg-color: #f5f5f5;
  --border-color-1: rgba(255, 255, 255, 0.3);
  --border-color-2: rgba(83, 97, 132, 0.1);
  --border-color-3: #e4e4e4;
  --body-font: "Poppins";
  --heading-font: "Roboto";
  --body-font-size: 16px;
  --body-line-Height: 1.5;
  --body-font-weight: 400;
  --heading-font-weight: 600;
}

/*------------------- 04. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  color: var(--body-color);
  line-height: var(--body-line-Height);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--primay-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--primay-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

p {
  margin: 0 0 15px 0;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: var(--heading-color);
  text-transform: none;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  line-height: 1.2;
  margin: 0 0 15px 0;
}

h1 {
  font-size: 85px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 24px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

/*-- Section Title --*/
.subTitle {
  color: var(--primay-color);
  font-weight: 500;
  font-size: 24px;
  line-height: 0.9;
  margin: 0 0 17px;
}

.secTitle {
  font-size: 48px;
  line-height: 58px;
  overflow: hidden;
  margin: 0 0 60px;
}
.secTitle span {
  position: relative;
}
.secTitle span::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 2px;
  background: currentColor;
  content: "";
}

.white {
  color: #fff;
}

/*-- Common Btn --*/
.immiPressBtn {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  height: 58px;
  line-height: 58px;
  border-radius: 4px;
  padding: 0 42px;
  text-align: center;
  border: none;
  outline: none;
  text-transform: capitalize;
  display: inline-block;
  background: var(--primay-color);
  color: #ffffff;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.immiPressBtn i {
  display: inline-block;
  font-size: 15px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.immiPressBtn::before, .immiPressBtn::after, .immiPressBtn span::before,
.immiPressBtn span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background: var(--heading-color);
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.immiPressBtn span::before,
.immiPressBtn span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background: var(--heading-color);
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.immiPressBtn::before {
  left: 0;
}
.immiPressBtn::after {
  left: 50%;
}
.immiPressBtn span::before,
.immiPressBtn span::after {
  top: auto;
  bottom: 0;
}
.immiPressBtn span::before {
  left: 25%;
}
.immiPressBtn span::after {
  left: 75%;
}
.immiPressBtn:hover::before, .immiPressBtn:hover::after, .immiPressBtn:hover span::before, .immiPressBtn:hover span::after {
  height: 100%;
}
.immiPressBtn:hover {
  color: #fff;
}

/*--- Back To Top ---*/
#backtotop {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: var(--primay-color);
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 99;
  border-radius: 50%;
  cursor: pointer;
}

#backtotop.activate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.page-padding {
  padding: 120px 0;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 90px;
}

/*-- Preloader --*/
.preloader {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--heading-color);
  /* spinner-1 styles */
}
.preloader .spinner-eff {
  width: 76px;
  height: 76px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  overflow: hidden;
}
.preloader .spinner-eff:before, .preloader .spinner-eff:after {
  content: "";
  display: block;
}
.preloader .spinner-eff .bar {
  width: 0;
  height: 0;
  border: 38px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.5;
  z-index: -2;
}
.preloader .spinner-eff .bar-top {
  border-top: 38px solid var(--primay-color);
  -webkit-animation: rotation-top 3.6s linear 0s infinite;
  animation: rotation-top 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-right {
  border-right: 38px solid var(--primay-color);
  -webkit-animation: rotation-right 3.6s linear 0s infinite;
  animation: rotation-right 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-bottom {
  border-bottom: 38px solid var(--primay-color);
  -webkit-animation: rotation-bottom 3.6s linear 0s infinite;
  animation: rotation-bottom 3.6s linear 0s infinite;
}
.preloader .spinner-eff .bar-left {
  border-left: 38px solid var(--primay-color);
  -webkit-animation: rotation-left 3.6s linear 0s infinite;
  animation: rotation-left 3.6s linear 0s infinite;
}
@-webkit-keyframes rotation-top {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes rotation-top {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes rotation-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes rotation-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes rotation-bottom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes rotation-bottom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes rotation-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
@keyframes rotation-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}
.preloader .immiPressBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 0;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
}
.preloader .immiPressBtn:hover {
  color: var(--primay-color);
}
.preloader .immiPressBtn::before,
.preloader .immiPressBtn::after,
.preloader .immiPressBtn span::before,
.preloader .immiPressBtn span::after {
  background: #fff;
}

/*---- Keyframes Animation ----*/
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px transparent;
            box-shadow: 0 0 0 40px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes wave {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: 0 0 0 40px transparent;
            box-shadow: 0 0 0 40px transparent;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
}
@-webkit-keyframes halfBounce {
  0%, 100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes halfBounce {
  0%, 100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes movebounce2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@-webkit-keyframes shadows {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
@keyframes shadows {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animate-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes animate-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@-webkit-keyframes fadeInLefts {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLefts {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLefts {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.layerImage img {
  max-width: 100%;
  height: auto;
}
.layerImage.move_anim img {
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}
.layerImage.move_anim_two img {
  -webkit-animation: movebounce2 3s linear infinite;
  animation: movebounce2 3s linear infinite;
}
.layerImage.rotate_anim img {
  -webkit-animation: rotated 20s infinite linear;
  animation: rotated 20s infinite linear;
}
.layerImage.rotate_anim2 img {
  -webkit-animation: animationFrames 20s infinite linear;
  animation: animationFrames 20s infinite linear;
}

/*------------------- 05. Home One -------------------*/
/*-- Topbar 01 --*/
.topbar01 {
  position: relative;
  background: var(--heading-color);
}
.topbar01 .topLeftShape {
  position: absolute;
  left: 78px;
  bottom: -2px;
}
.topbar01 .topLeftShape svg {
  height: 27.5px;
  stroke: var(--heading-color);
}
.topbar01 .topRightShape {
  position: absolute;
  right: 78px;
  bottom: -2px;
}
.topbar01 .topRightShape svg {
  height: 27.5px;
  stroke: var(--heading-color);
}
.topbar01 .topBarWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: -22px;
}
.topbar01 .topBarWrapper .linkText {
  color: var(--white-color);
  margin-left: auto;
  padding: 16px 0 12px 0;
}
.topbar01 .topBarWrapper .linkText:hover {
  color: var(--primay-color);
}

.infoText {
  position: relative;
  color: var(--white-color);
  padding: 14.5px 72px 13px 0;
}
.infoText i {
  display: inline-block;
  color: var(--white-color);
  font-size: 20px;
  margin-right: 9px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.infoText.infoText02 {
  padding-left: 28px;
  padding-right: 37px;
}
.infoText.infoText02 i {
  font-size: 18px;
}
.infoText.infoText02:hover i {
  color: var(--white-color);
}
.infoText a {
  color: inherit;
}
.infoText:hover a {
  text-decoration: underline;
}
.infoText:hover i {
  color: var(--primay-color);
}

.searchBar {
  position: relative;
  padding: 16px 17px 15px 17px;
  border-left: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
}
.searchBar [type=search] {
  width: 234px;
  height: auto;
  border: none;
  background: transparent;
  outline: none;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 400;
}
.searchBar [type=search]::-moz-placeholder {
  color: var(--white-color);
  opacity: 1;
}
.searchBar [type=search]::-ms-input-placeholder {
  color: var(--white-color);
  opacity: 1;
}
.searchBar [type=search]::-webkit-input-placeholder {
  color: var(--white-color);
  opacity: 1;
}
.searchBar button {
  position: absolute;
  right: 10px;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--white-color);
  background: transparent;
  border: none;
  outline: none;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.searchBar button:hover {
  color: var(--primay-color);
}

.topBarSocial {
  position: relative;
  padding: 15px 40px 15px 40px;
  border-left: 1px solid var(--body-color);
  border-right: 1px solid var(--body-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.topBarSocial a {
  display: inline-block;
  font-size: 18px;
  color: var(--white-color);
}
.topBarSocial a:hover {
  color: var(--primay-color);
}

/*-- Header 01 --*/
header.header {
  position: relative;
  z-index: 5;
}

.header01 {
  position: relative;
  background: var(--white-color);
  padding: 0 73px;
}
.header01.header-absolute {
  background: transparent;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 5;
}
.header01.header-absolute:not(.fixedHeader) .mainMenu > ul > li > a {
  color: var(--white-color);
}
.header01.header-absolute:not(.fixedHeader) .mainMenu > ul > li.current-menu-ancestor > a,
.header01.header-absolute:not(.fixedHeader) .mainMenu > ul > li:hover > a {
  color: var(--primay-color);
}
.header01 .immiPressBtn {
  margin-left: 60px;
  text-transform: none;
  height: 60px;
  line-height: 60px;
  padding: 0 32px;
  border-radius: 5px;
}

.header01Inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo01 {
  position: relative;
  padding: 29px 0;
}
.logo01 img {
  height: 52px;
  width: auto;
}

.mainMenu {
  position: relative;
  margin-left: auto;
}
.mainMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
  row-gap: 10px;
}
.mainMenu ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 39px 0 43px;
}
.mainMenu ul li a {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.mainMenu ul li .sub-menu {
  display: block;
  position: absolute;
  gap: 0;
  top: 80%;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 220px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  background: var(--white-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 4;
}
.mainMenu ul li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  width: 100%;
}
.mainMenu ul li .sub-menu li::after, .mainMenu ul li .sub-menu li::before {
  display: none;
}
.mainMenu ul li .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 11px 20px;
}
.mainMenu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: -20%;
}
.mainMenu ul li .sub-menu li:hover .sub-menu {
  top: -1px;
}
.mainMenu ul li .sub-menu li:hover > a {
  color: var(--primay-color);
}
.mainMenu ul li .sub-menu li.menu-item-has-children > a::after {
  position: absolute;
  right: 20px;
  margin: 0;
  top: 12px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainMenu ul li .sub-menu li:hover > a::after {
  color: var(--primay-color);
}
.mainMenu ul li.menu-item-has-children > a::after {
  content: "\f10e";
  font-family: flaticon_immipress !important;
  font-size: 14px;
  display: inline-block;
  position: relative;
  margin: 0 0 0 2px;
  top: 2px;
}
.mainMenu ul li:hover > .sub-menu {
  pointer-events: inherit;
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.mainMenu ul li::after {
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--primay-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.mainMenu ul li.current-menu-ancestor::after, .mainMenu ul li:hover::after {
  top: 37px;
  opacity: 1;
}
.mainMenu ul li::before {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--primay-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.mainMenu ul li.current-menu-ancestor::before, .mainMenu ul li:hover::before {
  bottom: 41px;
  opacity: 1;
}
.mainMenu ul li .megaMenu {
  position: absolute;
  gap: 0;
  top: 80%;
  right: -100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
  background: var(--white-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9;
  width: 1050px;
  padding: 30px;
}
.mainMenu ul li:hover > .megaMenu {
  pointer-events: inherit;
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.mgmenuItem {
  position: relative;
}
.mgmenuItem img {
  height: auto;
  max-width: 100%;
}
.mgmenuItem .title {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 30px 0 20px;
}
.mgmenuItem .Servicemenu {
  margin: 0;
  padding: 0;
}
.mgmenuItem .Servicemenu a {
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  border-bottom: 1px solid var(--border-color-3);
}
.mgmenuItem .Servicemenu a:hover {
  padding-left: 5px;
  color: var(--primay-color);
}
.mgmenuItem .Servicemenu a:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.menuBtn {
  display: none;
}

.header01.fixedHeader,
.header02.fixedHeader,
.header03.fixedHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--white-color);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border: none;
  z-index: 99;
}

/*-- Hero Section --*/
.sliderContent {
  position: relative;
  max-width: 710px;
  width: 100%;
  z-index: 5;
}

.heroSection01 {
  position: relative;
  overflow: hidden;
}
.heroSection01 .heroSlider01 {
  position: relative;
}
.heroSection01 .heroSlider01 .singleSlide {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 5;
  height: 850px;
}
.heroSection01 .heroSlider01 .singleSlide::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.45);
}
.heroSection01 .heroSlider01 .singleSlide .sliderContent {
  margin-left: -22px;
}
.heroSection01 .heroSlider01 .owl-item.active .sliderContent .subTitle {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.heroSection01 .heroSlider01 .owl-item.active .sliderContent h2 {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.heroSection01 .heroSlider01 .owl-item.active .sliderContent .immiPressBtn {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.heroSection01 .heroSlider01 .owl-item.active .sliderContent .iconBox01 {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.heroSection01 .heroSlider01 .owl-item.active .hsShape01 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.heroSection01 .heroSlider01 .owl-dots {
  position: absolute;
  right: 90px;
  margin: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.heroSection01 .heroSlider01 .owl-dots .owl-dot {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  background: #d9d9d9;
  border-radius: 50%;
  margin: 12px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.heroSection01 .heroSlider01 .owl-dots .owl-dot span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: -2.5px;
  top: -2.5px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--primay-color);
  visibility: hidden;
  opacity: 0;
}
.heroSection01 .heroSlider01 .owl-dots .owl-dot:hover span, .heroSection01 .heroSlider01 .owl-dots .owl-dot.active span {
  visibility: visible;
  opacity: 1;
}

.sliderContent {
  position: relative;
  z-index: 5;
}
.sliderContent .subTitle {
  color: var(--white-color);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0 0 21px;
}
.sliderContent h2 {
  color: var(--white-color);
  font-size: 85px;
  line-height: 95px;
  font-weight: 500;
  margin: 0 0 38px;
}

.btnInfo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btnInfo .immiPressBtn {
  height: 60px;
  margin-right: 22px;
}

/*-- Icon Box 01 --*/
.iconBox01 {
  position: relative;
  padding: 0 0 0 40px;
}
.iconBox01 .ibBox {
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--white-color);
  font-size: 26px;
}
.iconBox01 .ibBox i {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.iconBox01 .ibTitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--white-color);
  display: block;
  margin: 0 0 0;
}
.iconBox01 p {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.iconBox01:hover .ibBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.hsShape01 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: block;
  width: 682px;
  height: 734px;
}

/*-- Service Item --*/
.serviceItem01 {
  position: relative;
}
.serviceItem01 .serThumb {
  position: relative;
  z-index: 2;
}
.serviceItem01 .serThumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.serviceItem01 .serContent {
  position: relative;
  background: var(--white-color);
  border-radius: 4px;
  margin: -40px 0 0;
  padding: 0 41px 36px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.serviceItem01 .serContent .serIcon {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 2;
  line-height: 1;
  color: var(--white-color);
  background: var(--heading-color);
  font-size: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 24px;
}
.serviceItem01 .serContent .serIcon img,
.serviceItem01 .serContent .serIcon i {
  display: block;
  line-height: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.serviceItem01 .serContent .serIcon img {
  max-width: 40px;
}
.serviceItem01 .serContent h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 17px;
}
.serviceItem01 .serContent h3 a {
  color: inherit;
}
.serviceItem01 .serContent h3:hover {
  color: var(--primay-color);
}
.serviceItem01 .serContent p {
  font-family: var(--heading-font);
  margin: 0;
}
.serviceItem01:hover .serIcon {
  background: var(--primay-color);
}
.serviceItem01:hover .serIcon img,
.serviceItem01:hover .serIcon i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.serviceItem01 .immiPressBtn {
  background: var(--heading-color);
}
.serviceItem01 .immiPressBtn::before,
.serviceItem01 .immiPressBtn::after,
.serviceItem01 .immiPressBtn span::before,
.serviceItem01 .immiPressBtn span::after {
  background: var(--primay-color);
}

/*-- About Video --*/
.abVideo {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.abVideo img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.abVideo .videoBtn {
  position: absolute;
  left: -157px;
  bottom: -177px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 6px solid var(--white-color);
  background: var(--heading-color);
}
.abVideo .videoBtn .popup_video {
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 1;
  display: inline-block;
  color: var(--white-color);
  margin: -147px 0 0 100px;
  border-radius: 50px;
  -webkit-animation: wave 2s infinite;
          animation: wave 2s infinite;
}
.abVideo .videoBtn .popup_video:hover {
  color: var(--primay-color);
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*-- Icon Box 02 --*/
.iconBox02 {
  position: relative;
  padding: 0 0 0 92px;
}
.iconBox02 .ibBox {
  position: absolute;
  left: 0;
  top: 4px;
  background: var(--white-color);
  color: var(--primay-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  width: 77px;
  height: 76px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.iconBox02 .ibBox i {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.iconBox02 .ibTitle {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 7px;
}
.iconBox02 p {
  margin: 0;
}
.iconBox02:hover .ibBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*-- Service Item --*/
.countryItem01 {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 0 30px;
}
.countryItem01 .countryThumb {
  position: relative;
  overflow: hidden;
}
.countryItem01 .countryThumb img {
  width: 100%;
  height: auto;
}
.countryItem01 .countryThumb .cnFlag {
  width: 109px;
  height: 109px;
  background: var(--white-color);
  border: 2px solid var(--white-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  border-radius: 50%;
  padding: 22px 0 0 25px;
  position: absolute;
  right: -35px;
  bottom: -41px;
}
.countryItem01 .countryThumb .cnFlag img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.countryItem01:hover .cnFlag {
  background: #eeeeee;
  right: -29px;
  bottom: -36px;
}
.countryItem01:hover .cnFlag img {
  width: 40px;
  height: 40px;
}
.countryItem01 .countryContent {
  position: relative;
  background: var(--white-color);
  padding: 27px 25px;
}
.countryItem01 .countryContent h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 10px;
}
.countryItem01 .countryContent h3 a {
  color: inherit;
}
.countryItem01 .countryContent h3 a:hover {
  color: var(--primay-color);
}
.countryItem01 .countryContent p {
  font-family: var(--heading-font);
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}

/*-- Team Member --*/
.teamItem01 {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}
.teamItem01 .teamThumb {
  position: relative;
}
.teamItem01 .teamThumb img {
  width: 100%;
  height: auto;
}
.teamItem01 .teamThumb .share {
  position: absolute;
  right: -71px;
  top: -60px;
  z-index: 2;
  width: 167px;
  height: 166px;
  border-radius: 50%;
  text-align: center;
  background: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 40px;
  color: var(--white-color);
  padding: 0 0 40px 32px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.teamItem01 .teamThumb .share svg {
  width: 40px;
  height: 40px;
}
.teamItem01 .teamThumb .teamSocial {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.teamItem01 .teamThumb .teamSocial a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--white-color);
  color: var(--primay-color);
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  margin: 0 0 8px;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  -moz-transform: translate3d(0, -20px, 0);
  -webkit-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  -o-transform: translate3d(0, -20px, 0);
}
.teamItem01 .teamThumb .teamSocial a:hover {
  background: var(--primay-color);
  color: var(--white-color);
}
.teamItem01 .teamThumb .teamSocial a:nth-child(1) {
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem01 .teamThumb .teamSocial a:nth-child(2) {
  -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem01 .teamThumb .teamSocial a:nth-child(3) {
  -webkit-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem01 .teamThumb .teamSocial a:nth-child(4) {
  -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem01 .teamThumb .teamSocial a:nth-child(5) {
  -webkit-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem01 .teamContent {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
}
.teamItem01 .teamContent h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 24px;
}
.teamItem01 .teamContent h3 a {
  color: inherit;
  display: inline;
  background: var(--white-color);
  border-radius: 0px 4px 4px 0px;
  padding: 10px 28px 9px 23px;
}
.teamItem01 .teamContent h3 a:hover {
  color: var(--primay-color);
}
.teamItem01 .teamContent .designation {
  display: inline-block;
  color: var(--body-color);
  background: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0px 0 4px 0px;
  padding: 3px 21px 5px 23px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.teamItem01::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 49, 82, 0.65);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}
.teamItem01:hover::after {
  visibility: visible;
  opacity: 1;
}
.teamItem01:hover .teamThumb .share {
  visibility: hidden;
  opacity: 0;
}
.teamItem01:hover .teamThumb .teamSocial a {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
.teamItem01:hover .teamContent h3 {
  -webkit-animation: fadeInLefts 0.3s linear alternate;
          animation: fadeInLefts 0.3s linear alternate;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.teamItem01:hover .teamContent .designation {
  -webkit-animation: fadeInLefts 0.45s linear alternate;
          animation: fadeInLefts 0.45s linear alternate;
  -webkit-animation-duration: 0.45s;
          animation-duration: 0.45s;
}

.teamItem02 {
  position: relative;
  text-align: center;
}
.teamItem02 .teamThumb {
  position: relative;
  z-index: 2;
  width: 306px;
  height: 306px;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.teamItem02 .teamThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.teamItem02 .teamThumb .share {
  position: absolute;
  left: 15px;
  bottom: 35px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  color: var(--primay-color);
  padding: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.teamItem02 .teamThumb .share svg {
  width: 18px;
  height: 18px;
  fill: var(--primay-color);
}
.teamItem02 .teamThumb .teamSocial {
  position: absolute;
  left: 15px;
  bottom: 34px;
  z-index: 2;
}
.teamItem02 .teamThumb .teamSocial a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 46px;
  background: #fff;
  color: var(--primay-color);
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  margin: 0 5px 0 0;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
}
.teamItem02 .teamThumb .teamSocial a .flaticon-twitter {
  font-size: calc(100% + 4px);
  position: relative;
  top: 3px;
}
.teamItem02 .teamThumb .teamSocial a:hover {
  background: var(--primay-color);
  color: #fff;
}
.teamItem02 .teamThumb .teamSocial a:nth-child(1) {
  -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem02 .teamThumb .teamSocial a:nth-child(2) {
  -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem02 .teamThumb .teamSocial a:nth-child(3) {
  -webkit-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem02 .teamThumb .teamSocial a:nth-child(4) {
  -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem02 .teamThumb .teamSocial a:nth-child(5) {
  -webkit-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.teamItem02 .teamThumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: rgba(35, 49, 82, 0.65);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
}
.teamItem02 .teamContent {
  position: relative;
  padding: 28px 0 0;
}
.teamItem02 .teamContent h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 9px;
}
.teamItem02 .teamContent h3 a {
  color: inherit;
}
.teamItem02 .teamContent h3 a:hover {
  color: var(--primay-color);
}
.teamItem02 .teamContent .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.teamItem02:hover .teamThumb::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.teamItem02:hover .teamThumb .share {
  visibility: hidden;
  opacity: 0;
}
.teamItem02:hover .teamThumb .teamSocial a {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}

.teamPageSection .teamItem02,
.teamPageSection .teamItem01 {
  margin-bottom: 30px;
}

/*-- Contact Form --*/
.animThumb {
  position: absolute;
  right: 114px;
  top: 12px;
  -webkit-animation: animationFrames 20s infinite linear;
          animation: animationFrames 20s infinite linear;
}

.contactForm {
  position: relative;
}
.contactForm input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.contactForm textarea, .contactForm .nice-select {
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  width: 100%;
  height: 52px;
  border: 1px solid rgba(83, 97, 132, 0.6);
  border-radius: 3px;
  background: transparent;
  font-family: var(--heading-font);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 15px;
}
.contactForm input:not([type=submit]):not([type=radio]):not([type=checkbox]).reqError,
.contactForm textarea.reqError, .contactForm .nice-select.reqError {
  border-color: #f00 !important;
}
.contactForm .input-box {
  margin: 0 0 20px;
}
.contactForm .error {
  color: #f00;
}
.contactForm .nice-select {
  color: rgba(83, 97, 132, 0.6);
  line-height: 50px;
  margin: 0 0 20px;
}
.contactForm .nice-select .list {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: 361px;
  overflow: auto;
  -webkit-box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
  box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
}
.contactForm .nice-select .option {
  font-size: 14px;
  color: var(--body-color);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2px 25px;
}
.contactForm .nice-select.open {
  color: var(--body-color);
}
.contactForm .nice-select::after {
  border-bottom: 1.5px solid var(--body-color);
  border-right: 1.5px solid var(--body-color);
  height: 8px;
  right: 16px;
  width: 8px;
  margin-top: -5px;
}
.contactForm textarea {
  height: 165px;
  padding-top: 12px;
  resize: none;
  margin-bottom: 9px;
}
.contactForm input::-webkit-input-placeholder, .contactForm textarea::-webkit-input-placeholder {
  opacity: 0.6;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactForm input::-moz-placeholder, .contactForm textarea::-moz-placeholder {
  opacity: 0.6;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactForm input:-ms-input-placeholder, .contactForm textarea:-ms-input-placeholder {
  opacity: 0.6;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactForm input::-ms-input-placeholder, .contactForm textarea::-ms-input-placeholder {
  opacity: 0.6;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactForm input::placeholder,
.contactForm textarea::placeholder {
  opacity: 0.6;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactForm input::-moz-placeholder,
.contactForm textarea::-moz-placeholder {
  opacity: 0.6;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactForm input::-webkit-placeholder,
.contactForm textarea::-webkit-placeholder {
  opacity: 0.6;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contactForm input:focus:not([type=submit]):focus:not([type=radio]):focus:not([type=checkbox]),
.contactForm textarea:focus,
.contactForm .nice-select.open {
  border-color: rgb(83, 97, 132);
}
.contactForm input:focus::-webkit-input-placeholder, .contactForm textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}
.contactForm input:focus::-moz-placeholder, .contactForm textarea:focus::-moz-placeholder {
  opacity: 1;
}
.contactForm input:focus:-ms-input-placeholder, .contactForm textarea:focus:-ms-input-placeholder {
  opacity: 1;
}
.contactForm input:focus::-ms-input-placeholder, .contactForm textarea:focus::-ms-input-placeholder {
  opacity: 1;
}
.contactForm input:focus::placeholder,
.contactForm textarea:focus::placeholder {
  opacity: 1;
}
.contactForm input:focus::-moz-placeholder,
.contactForm textarea:focus::-moz-placeholder {
  opacity: 1;
}
.contactForm input:focus::-webkit-placeholder,
.contactForm textarea:focus::-webkit-placeholder {
  opacity: 1;
}
.contactForm .nice-select .option:hover,
.contactForm .nice-select .option.focus,
.contactForm .nice-select .option.selected.focus {
  background: transparent;
  color: var(--primay-color);
}
.contactForm .immiPressBtn {
  padding: 0 39px;
  margin-top: 20px;
}
.contactForm .con_message {
  display: block;
  width: 100%;
  display: none;
  padding: 15px;
  border-radius: 0;
  border-width: 2px;
  margin: 15px 0 0;
}

/*-- Gmaps --*/
.gmaps {
  position: relative;
}
.gmaps iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 524px;
  line-height: 0.8;
  border: none;
}
.gmaps::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

/*-- Coaching Item --*/
.animImage {
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin: auto;
  text-align: center;
  z-index: -1;
  -webkit-animation: rotated 20s infinite linear;
  animation: rotated 20s infinite linear;
}

.coachingItem01 {
  position: relative;
  margin-bottom: 30px;
}
.coachingItem01 .cItWrapper {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 0;
  background: var(--white-color);
}
.coachingItem01 .cItWrapper .coachingThumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.coachingItem01 .cItWrapper .coachingThumb img {
  width: 100%;
  height: auto;
}
.coachingItem01 .cItWrapper .coachingThumb .cPrice {
  width: 109px;
  height: 109px;
  background: var(--heading-color);
  border: 2px solid var(--white-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  border-radius: 50%;
  padding: 21px 0 0 16px;
  position: absolute;
  right: -35px;
  bottom: -41px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  color: var(--white-color);
}
.coachingItem01 .cItWrapper .coachingContent {
  position: relative;
  padding: 15px 16px 25px;
}
.coachingItem01 .cItWrapper .coachingContent h3 {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
  margin: 0 0 8px;
}
.coachingItem01 .cItWrapper .coachingContent h3 a {
  color: inherit;
}
.coachingItem01 .cItWrapper .coachingContent h3 a:hover {
  color: var(--primay-color);
}
.coachingItem01 .cItWrapper .coachingContent p {
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
.coachingItem01:hover .cItWrapper .coachingThumb .cPrice {
  background: var(--primay-color);
}
.coachingItem01 .immiPressBtn {
  border-radius: 0 0 5px 5px;
  padding: 0 27px;
  background: var(--heading-color);
}
.coachingItem01 .immiPressBtn::before,
.coachingItem01 .immiPressBtn::after,
.coachingItem01 .immiPressBtn span::before,
.coachingItem01 .immiPressBtn span::after {
  background: var(--primay-color);
}

/*-- Testimonial --*/
.testimonialSlider01 {
  position: relative;
}
.testimonialSlider01 .testimonilaItem01 {
  position: relative;
  text-align: center;
}
.testimonialSlider01 .testimonilaItem01 .tsAuthor {
  position: relative;
  margin: 0 0 40px;
}
.testimonialSlider01 .testimonilaItem01 .tsAuthor img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid var(--primay-color);
  display: inline-block;
}
.testimonialSlider01 .testimonilaItem01 .tsAuthor .tsNM {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: var(--white-color);
  text-transform: capitalize;
  margin: 33px 0 8px;
}
.testimonialSlider01 .testimonilaItem01 .tsAuthor .tsDesign {
  display: block;
  color: var(--white-color);
}
.testimonialSlider01 .testimonilaItem01 .qutation {
  font-size: 42px;
  line-height: 52px;
  color: var(--white-color);
  font-weight: 500;
  font-family: var(--heading-font);
}
.testimonialSlider01 .owl-dots {
  position: relative;
  margin: 34px 0 0;
  text-align: center;
}
.testimonialSlider01 .owl-dots button {
  width: 24px;
  height: 4px;
  margin: 0 6px;
  background: var(--white-color);
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonialSlider01 .owl-dots button:hover, .testimonialSlider01 .owl-dots button.active {
  background: var(--primay-color);
}

/*-- Blog Item --*/
.blogItem01 {
  position: relative;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem01.sticky {
  border-top: 3px solid var(--primay-color);
}
.blogItem01 .blogThumb {
  position: relative;
  z-index: 1;
}
.blogItem01 .blogThumb a {
  display: inline-block;
}
.blogItem01 .blogThumb a img {
  max-width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.blogItem01 .blogThumb .pDate {
  display: block;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 16px;
  color: var(--white-color);
  padding: 16px 15px;
  font-family: var(--heading-font);
  background: var(--heading-color);
  position: absolute;
  right: 20px;
  bottom: -25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem01 .blogThumb .pDate span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}
.blogItem01 .blogThumb::after {
  background: var(--border-color-1);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem01 .blogContent {
  position: relative;
  padding: 37px 20px;
}
.blogItem01 .blogContent .entry-title {
  font-size: 24px;
  line-height: 1.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 15px;
}
.blogItem01 .blogContent .entry-title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primay-color)), to(var(--primay-color))), -webkit-gradient(linear, left top, left bottom, from(var(--primay-color)), to(var(--primay-color)));
  background-image: linear-gradient(var(--primay-color), var(--primay-color)), linear-gradient(var(--primay-color), var(--primay-color));
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem01 .blogContent .entry-title a:hover {
  color: var(--primay-color);
  background-size: 0% 1px, 100% 1px;
}
.blogItem01 .blogContent .post_excerpt p:last-child {
  margin-bottom: 0;
}
.blogItem01 .blogContent .tj-post__btn {
  margin-top: 20px;
}
.blogItem01 .blogContent .rmBtn {
  display: inline-block;
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-family: var(--heading-font);
}
.blogItem01 .blogContent .rmBtn i {
  display: inline-block;
  margin-left: 10px;
  color: var(--heading-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem01 .blogContent .rmBtn:hover {
  color: var(--primay-color);
}
.blogItem01 .blogContent .rmBtn:hover i {
  margin-left: 15px;
  color: var(--primay-color);
}
.blogItem01:hover .blogThumb::after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem01:hover .blogThumb .pDate {
  background: var(--primay-color);
}
.blogItem01:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.blogItem01.format-gallery .blogThumb::after {
  display: none;
}
.blogItem01.blListItem {
  margin-bottom: 40px;
}
.blogItem01.blListItem .blogThumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blogItem01.blListItem .blogContent {
  padding: 25px 30px 30px;
}

.blogItem01 .tj-post__video,
.singleBlog .tj-post__video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.blogItem01 .tj-post__video .popup_video,
.singleBlog .tj-post__video .popup_video {
  width: 90px;
  height: 90px;
  background-color: var(--primay-color);
  color: var(--white-color);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  line-height: 1;
  -webkit-animation: animate-pulse 3s linear infinite;
          animation: animate-pulse 3s linear infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem01 .tj-post__video .popup_video:hover,
.singleBlog .tj-post__video .popup_video:hover {
  background-color: var(--white-color);
  color: var(--primay-color);
}
.blogItem01 .tj-post__gallery .owl-nav button,
.singleBlog .tj-post__gallery .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: var(--heading-color);
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem01 .tj-post__gallery .owl-nav button.owl-next,
.singleBlog .tj-post__gallery .owl-nav button.owl-next {
  left: auto;
  right: 25px;
}
.blogItem01 .tj-post__gallery .owl-nav button:hover,
.singleBlog .tj-post__gallery .owl-nav button:hover {
  background-color: var(--primay-color);
  color: var(--white-color);
}

.post_category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.post_category .category {
  display: inline-block;
  background-color: var(--primay-color);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
  color: var(--white-color);
  padding: 15px 30px;
  border-radius: 4px;
}

.tj__pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.tj__pagination ul li .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #dbdbdb;
  background-color: transparent;
  font-size: 16px;
  line-height: 1;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  border-radius: 5px;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tj__pagination ul li .page-numbers:hover, .tj__pagination ul li .page-numbers.current {
  background-color: var(--primay-color);
  border-color: var(--primay-color);
  color: var(--white-color);
}

.wp-block-quote,
blockquote {
  background-color: var(--bg-color);
  border-radius: 4px;
  max-width: 100%;
  padding: 45px 35px;
  position: relative;
  margin: 40px 0;
  border: none;
}
.wp-block-quote.has-text-align-right,
blockquote.has-text-align-right {
  padding: 45px 35px;
  border: none;
}
.wp-block-quote::before,
blockquote::before {
  display: block;
  width: 37px;
  height: 35px;
  background: url(../images/icons/quote.svg) no-repeat center center/cover;
  content: "";
  position: relative;
  margin: 0 0 18px;
}
.wp-block-quote p,
blockquote p {
  margin: 0 0 14px;
}
.wp-block-quote cite,
blockquote cite {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-style: normal;
}
.wp-block-quote cite::before,
blockquote cite::before {
  display: inline-block;
  width: 43px;
  height: 3px;
  background: var(--primay-color);
  border-radius: 2px;
  content: "";
  position: relative;
  top: -6px;
  margin-right: 15px;
}

.biMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.biMeta i {
  margin-right: 5px;
  color: var(--primay-color);
}
.biMeta a {
  color: inherit;
}
.biMeta a:hover {
  color: var(--primay-color);
}

/*-- Footer --*/
.widgetTitle {
  position: relative;
  display: block;
  color: var(--white-color);
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 11px;
  margin: 0 0 40px;
}
.widgetTitle::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 2px;
  content: "";
  background: var(--primay-color);
}

.sidebar_widget.widget_block .wp-block-archives__label,
.sidebar_widget.widget_block .wp-block-search__label {
  position: relative;
  display: block;
  color: var(--heading-color);
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 11px;
  margin: 0 0 30px;
}
.sidebar_widget.widget_block .wp-block-archives__label::before,
.sidebar_widget.widget_block .wp-block-search__label::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 2px;
  content: "";
  background: var(--primay-color);
}
.sidebar_widget.widget_block .wp-block-heading {
  position: relative;
  display: block;
  color: var(--heading-color);
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 11px;
  margin: 0 0 30px;
  font-weight: 500;
}
.sidebar_widget.widget_block .wp-block-heading::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 2px;
  content: "";
  background: var(--primay-color);
}

footer .footer_widget {
  position: relative;
  margin-bottom: 40px;
}
footer .footer_widget .widgetTitle {
  position: relative;
  display: block;
  color: var(--white-color);
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 11px;
  margin: 0 0 30px;
}
footer .footer_widget .widgetTitle::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 2px;
  content: "";
  background: var(--primay-color);
}
footer .footer_widget.widget_block .wp-block-archives__label,
footer .footer_widget.widget_block .wp-block-search__label,
footer .footer_widget.widget_block .wp-block-heading {
  position: relative;
  display: block;
  color: var(--white-color);
  font-size: 24px;
  font-weight: var(--heading-font-weight);
  line-height: 1.2;
  padding-bottom: 11px;
  margin: 0 0 30px;
}
footer .footer_widget.widget_block .wp-block-archives__label::before,
footer .footer_widget.widget_block .wp-block-search__label::before,
footer .footer_widget.widget_block .wp-block-heading::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 71px;
  height: 2px;
  content: "";
  background: var(--primay-color);
}
footer .footer_widget.aboutWidget .logo {
  display: block;
  margin: 0 0 30px;
}
footer .footer_widget.aboutWidget .logo img {
  height: 46px;
  max-width: 100%;
}
footer .footer_widget.aboutWidget .desc {
  max-width: 290px;
  width: 100%;
  color: var(--white-color);
  margin-bottom: 35px;
}
footer .footer_widget.aboutWidget .iconBox02 {
  padding: 0 0 0 64px;
}
footer .footer_widget.aboutWidget .iconBox02 .ibBox {
  width: 51px;
  height: 50px;
  background: var(--primay-color);
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 30px;
  color: var(--white-color);
  top: 0;
}
footer .footer_widget.aboutWidget .iconBox02 .ibBox img {
  height: 30px;
}
footer .footer_widget.aboutWidget .iconBox02 .ibTitle {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 10px;
}
footer .footer_widget.aboutWidget .iconBox02 h2 {
  font-size: 18px;
  line-height: 21px;
  color: var(--primay-color);
  font-weight: 500;
  margin: 0;
}
footer .footer_widget.aboutWidget .iconBox02 h2 a {
  color: inherit;
}
footer .footer_widget.aboutWidget .iconBox02 h2 a:hover {
  color: var(--white-color);
}
footer .footer_widget.widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer_widget.widget_nav_menu ul li {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
footer .footer_widget.widget_nav_menu ul li a {
  color: inherit;
  padding-left: 15px;
}
footer .footer_widget.widget_nav_menu ul li a::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--white-color);
}
footer .footer_widget.widget_nav_menu ul li a:hover {
  color: var(--primay-color);
  padding-left: 20px;
}
footer .footer_widget.widget_nav_menu ul li a:hover::after {
  background-color: var(--primay-color);
}
footer .footer_widget .iconBox01 {
  padding: 0 0 0 38px;
  margin: 0 0 13px;
}
footer .footer_widget .iconBox01:last-child {
  margin: 0;
}
footer .footer_widget .iconBox01 .ibBox {
  font-size: 25px;
  color: var(--primay-color);
  top: 6px;
}
footer .footer_widget .iconBox01 .ibTitle {
  font-weight: 500;
}
footer .footer_widget .iconBox01 p {
  font-family: var(--heading-font);
  font-weight: 400;
  line-height: 1.5;
}

.contactWidget p {
  font-size: 16px;
  line-height: 28px;
  color: var(--white-color);
  margin: 0 0 0px;
}
.contactWidget p span {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}

.abSocial {
  position: relative;
  margin: 33px 0 0;
}
.abSocial a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  font-size: 20px;
  border-radius: 5px;
  text-align: center;
  margin-right: 6px;
}
.abSocial a:hover {
  background: var(--primay-color);
  border-color: var(--primay-color);
  color: var(--white-color);
}

.copyright {
  font-size: 16px;
  line-height: 1.5;
  color: var(--white-color);
  margin: 0;
  text-align: center;
}

.footer_bottom_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.footer_01 {
  position: relative;
  background-color: var(--heading-color);
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer_01 .footer_top {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
.footer_01 .footer_top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 300%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background-color: var(--border-color-1);
}
.footer_01 .footer_top .footer1_col_2 {
  padding-left: 60px;
  border-left: 1px solid var(--border-color-1);
}
.footer_01 .footer_top .footer1_col_3 {
  padding-left: 35px;
  border-left: 1px solid var(--border-color-1);
}
.footer_01 .footer_bottom {
  padding: 25px 0;
}

.footer_02 {
  position: relative;
  background-color: var(--heading-color);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer_02 .footer_top {
  padding-top: 120px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--border-color-1);
}
.footer_02 .footer_top .footer2_col_2 {
  padding-left: 40px;
  padding-right: 40px;
  border-left: 1px solid var(--border-color-1);
  border-right: 1px solid var(--border-color-1);
}
.footer_02 .footer_top .footer2_col_3 {
  padding-left: 20px;
}
.footer_02 .footer_top .footer2_col_4 {
  padding-left: 40px;
  border-left: 1px solid var(--border-color-1);
}
.footer_02 .footer_bottom {
  padding: 25px 0;
}
.footer_02 .widgetTitle {
  margin-bottom: 30px;
}
.footer_02 .aboutWidget .abSocial {
  margin: 0;
}
.footer_02 .aboutWidget .abSocial a {
  margin-bottom: 0;
}

.mailchimpWidget {
  position: relative;
}
.mailchimpWidget p {
  color: var(--white-color);
  margin: 0 0 32px;
}

.mailForm {
  position: relative;
  padding: 0;
}
.mailForm [type=email] {
  width: 100%;
  max-width: 306px;
  height: 55px;
  border: none;
  background: var(--white-color);
  border-radius: 4px;
  outline: none;
  font-size: 16px;
  color: #c1c1c1;
  display: block;
  font-weight: 400;
  padding: 0 20px;
  margin: 0 0 20px;
}
.mailForm [type=email]::-moz-placeholder {
  color: #c1c1c1;
  opacity: 1;
}
.mailForm [type=email]::-ms-input-placeholder {
  color: #c1c1c1;
  opacity: 1;
}
.mailForm [type=email]::-webkit-input-placeholder {
  color: #c1c1c1;
  opacity: 1;
}
.mailForm button:hover {
  color: var(--primay-color);
}
.mailForm .immiPressBtn::before,
.mailForm .immiPressBtn::after,
.mailForm .immiPressBtn span::before,
.mailForm .immiPressBtn span::after {
  background: var(--white-color);
}

.tj-stretch-element-inside-column {
  height: 100%;
}
.tj-stretch-element-inside-column .straceThumb {
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.tj-stretch-element-inside-column .straceThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.crMenu {
  position: relative;
}
.crMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.crMenu ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  color: var(--white-color);
  margin-left: 22px;
}
.crMenu ul li a {
  display: inline-block;
  color: inherit;
}
.crMenu ul li a:hover {
  color: var(--primay-color);
}
.crMenu ul li:first-child {
  margin-left: 0;
}

/*------------------- 06. Home Two -------------------*/
/*-- Header --*/
.header02 {
  position: relative;
  z-index: 2;
  background-color: var(--heading-color);
}
.header02 .mainMenu ul li::after {
  display: none;
}
.header02 .mainMenu > ul > li > a {
  color: var(--white-color);
}
.header02 .mainMenu > ul > li.menu-item-has-children > a::after {
  color: var(--white-color);
}
.header02 .mainMenu ul li::before {
  background: var(--white-color);
  width: 0;
  bottom: 0;
  top: -3px;
  margin: auto;
}
.header02 .mainMenu ul li.current-menu-ancestor::before, .header02 .mainMenu ul li:hover::before {
  bottom: 0;
  width: 100%;
}
.header02 .mainMenu ul {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.header02 .popupBtn {
  margin-left: 50px;
}
.header02.header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background: transparent;
}
.header02.header-absolute .mainMenu > ul > li > a {
  color: var(--white-color);
}
.header02.header-absolute .mainMenu > ul > li.menu-item-has-children > a::after {
  color: var(--white-color);
}
.header02.header-absolute .mainMenu ul li::before {
  background: var(--white-color);
}
.header02.fixedHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--white-color);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border: none;
  z-index: 99;
}
.header02.fixedHeader .mainMenu > ul > li > a {
  color: var(--white-color);
}
.header02.fixedHeader .mainMenu > ul > li.menu-item-has-children > a::after {
  color: var(--white-color);
}
.header02.fixedHeader .mainMenu ul li::before {
  background: var(--white-color);
}

.header02.fixedHeader {
  background-color: var(--heading-color);
}

.popupBtn {
  width: 60px;
  height: 55px;
  border: 1px solid var(--primay-color);
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupBtn svg {
  height: 15px;
  fill: var(--primay-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popupBtn:hover {
  border-color: var(--white-color);
}
.popupBtn:hover svg {
  fill: var(--white-color);
}

/*--- Popup Sidebar ---*/
.popupSidebarSsec .popupSidebarOverlay {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  cursor: url(../images/close.png), auto;
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.popupSidebarSsec .popupSidebarOverlay::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 495px;
  height: 100%;
  content: "";
  background: var(--white-color);
  z-index: 999;
}
.popupSidebarSsec.active .popupSidebarOverlay {
  visibility: visible;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}
.popupSidebarSsec .widgetArea {
  max-width: 495px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: transparent;
  padding: 45px 32px;
  overflow: auto;
  cursor: auto;
  height: 100%;
  position: fixed;
  right: 0;
  visibility: hidden;
  opacity: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in 0.2s;
  transition: all 0.2s ease-in 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.popupSidebarSsec .widgetArea .widgetCloser {
  position: fixed;
  right: 35px;
  top: 25px;
  font-size: 20px;
  width: 36px;
  height: 36px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  z-index: 99;
  color: var(--heading-color);
  line-height: 34px;
  text-align: center;
}
.popupSidebarSsec .widgetArea .widgetCloser:hover {
  color: var(--primay-color);
  border-color: var(--primay-color);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popupSidebarSsec .widgetArea .aboutWidgetArea {
  position: relative;
}
.popupSidebarSsec .widgetArea .aboutWidgetArea .wdLogo {
  position: relative;
  margin-bottom: 29px;
}
.popupSidebarSsec .widgetArea .aboutWidgetArea .wdLogo img {
  max-width: 100%;
  height: 52px;
}
.popupSidebarSsec .widgetArea .aboutWidgetArea > p {
  color: #606060;
  font-family: var(--heading-font);
  margin: 0 30px 28px 0;
}
.popupSidebarSsec .widgetArea .aboutWidgetArea > h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 21px;
}
.popupSidebarSsec .widgetArea .iconBox01 {
  padding-left: 65px;
  min-height: 50px;
  margin-bottom: 17px;
}
.popupSidebarSsec .widgetArea .iconBox01 .ibBox {
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 54px;
  border: 1px solid #eaeaea;
  font-size: 25px;
  color: var(--heading-color);
  text-align: center;
}
.popupSidebarSsec .widgetArea .iconBox01 .ibTitle {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
}
.popupSidebarSsec .widgetArea .iconBox01 p {
  color: #606060;
  font-size: 16px;
  font-family: var(--heading-font);
  line-height: 28px;
  font-weight: 400;
}
.popupSidebarSsec .widgetArea .iconBox01 p a {
  color: inherit;
}
.popupSidebarSsec .widgetArea .iconBox01 p a:hover {
  color: var(--primay-color);
}
.popupSidebarSsec.active .widgetArea {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition: all 0.2s ease-out 1.2s;
  transition: all 0.2s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.popupSidebarSsec .searchBar {
  padding: 0;
  max-width: 100%;
  margin: 0 0 28px;
  border: none;
}
.popupSidebarSsec .searchBar form {
  position: relative;
}
.popupSidebarSsec .searchBar form [type=search] {
  border: 1px solid #e7e7e7;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: var(--body-color);
  padding: 14px 61px 14px 20px;
  border-radius: 3px;
}
.popupSidebarSsec .searchBar form [type=search]::-moz-placeholder {
  color: #606060;
  opacity: 1;
}
.popupSidebarSsec .searchBar form [type=search]::-ms-input-placeholder {
  color: #606060;
  opacity: 1;
}
.popupSidebarSsec .searchBar form [type=search]::-webkit-input-placeholder {
  color: #606060;
  opacity: 1;
}
.popupSidebarSsec .searchBar form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  width: 60px;
  height: 100%;
  background: var(--primay-color);
  color: var(--white-color);
  font-size: 22px;
  line-height: 1;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.popupSidebarSsec .searchBar form button:hover {
  color: var(--white-color);
  background: var(--heading-color);
}
.popupSidebarSsec .socialItem {
  padding: 0;
  margin: 30px 0 30px;
}
.popupSidebarSsec .socialItem a {
  width: 45px;
  height: 45px;
  border: 1px solid var(--body-color);
  border-radius: 4px;
  color: var(--body-color);
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  margin-right: 6px;
}
.popupSidebarSsec .socialItem a:hover {
  color: var(--white-color);
  background: var(--primay-color);
  border-color: var(--primay-color);
}
.popupSidebarSsec iframe {
  display: block;
  width: 100%;
  border: none;
  height: 264px;
  border-radius: 3px;
}

/*-- Hero Banner --*/
.heroSection02 {
  padding: 254px 0 167px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.heroSection02::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(270.56deg, rgba(35, 49, 82, 0.7) 0.46%, rgba(35, 49, 82, 0.7) 99.53%);
}
.heroSection02 .container {
  position: relative;
  z-index: 2;
}
.heroSection02 .sliderContent h2 {
  font-weight: 600;
  margin-bottom: 42px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.heroSection02 .sliderContent p {
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  font-weight: 500;
  margin: 0 60px 50px 0;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.heroSection02 .btnInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroSection02 .sliderContent .immiPressBtn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.heroSection02 .sliderContent .withText {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.heroSection02 .contactFWrapper02 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.withText {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white-color);
}
.withText i {
  width: 60px;
  height: 60px;
  line-height: 1;
  font-size: 25px;
  color: var(--primay-color);
  background: var(--white-color);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: wave 2s infinite;
          animation: wave 2s infinite;
}
.withText:hover {
  color: var(--primay-color);
}
.withText:hover i {
  background: var(--primay-color);
  color: var(--white-color);
}

.contactFWrapper02 {
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  background: transparent;
  margin: 0 0 0 94px;
  padding: 11px 13px;
}
.contactFWrapper02 .cwBg {
  background: var(--white-color);
  border-radius: 4px;
  padding: 54px 32px 48px;
}
.contactFWrapper02 .immiPressBtn {
  background: var(--heading-color);
}
.contactFWrapper02 .immiPressBtn::before,
.contactFWrapper02 .immiPressBtn::after,
.contactFWrapper02 .immiPressBtn span::before,
.contactFWrapper02 .immiPressBtn span::after {
  background: var(--primay-color);
}
.contactFWrapper02 .secTitle {
  margin-bottom: 38px;
}

/*-- Service Item --*/
.serviceSlider.owl-carousel {
  position: relative;
}
.serviceSlider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -137px;
}
.serviceSlider.owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  border: 2px solid var(--heading-color);
  border-radius: 3px;
  font-size: 40px;
  color: var(--heading-color);
  line-height: 65px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  margin: 0 0 0 28px;
}
.serviceSlider.owl-carousel .owl-nav button.owl-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.serviceSlider.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  top: 4px;
}
.serviceSlider.owl-carousel .owl-nav button:hover {
  color: var(--white-color);
  background: var(--primay-color);
  border-color: var(--primay-color);
}
.serviceSlider.owl-carousel .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}
.serviceSlider.owl-carousel .owl-item.active .serviceItem02 {
  -webkit-box-shadow: 0px 9px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 9px 35px rgba(0, 0, 0, 0.1);
}

.ServicePageSection .page_section_header {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.ServicePageSection .page_section_header .secTitle {
  margin: 0;
}
.ServicePageSection .serviceItem01,
.ServicePageSection .serviceItem03 {
  margin-bottom: 30px;
}

.serviceItem02 {
  position: relative;
  background: var(--white-color);
  margin: 15px 0 30px;
  border-radius: 5px;
}
.serviceItem02 .serviceWrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 5px;
  padding: 43px 0 0;
}
.serviceItem02 .serviceWrapper::after {
  position: absolute;
  left: -50px;
  top: -47px;
  width: 0;
  height: 0;
  content: "";
  background: var(--primay-color);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.serviceItem02 .serIcon {
  max-width: 70px;
  min-height: 63px;
  max-height: 70px;
  line-height: 70px;
  color: var(--heading-color);
  font-size: 70px;
  display: inline-block;
  text-align: center;
  margin: 0 30px 23px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.serviceItem02 .serIcon img {
  max-width: 70px;
}
.serviceItem02 h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
}
.serviceItem02 h3 a {
  color: inherit;
}
.serviceItem02 h3 a:hover {
  color: var(--primay-color);
}
.serviceItem02 p {
  margin: 0 30px 35px;
}
.serviceItem02:hover .serIcon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  color: var(--primay-color);
}
.serviceItem02:hover .serviceWrapper::after {
  width: 100px;
  height: 100px;
}
.serviceItem02 .immiPressBtn {
  margin: 0 0 -7px;
  width: 100%;
  border-radius: 0;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  padding: 0 30px;
  background: transparent;
  border-top: 1px solid var(--border-color-3);
  color: var(--heading-color);
}
.serviceItem02 .immiPressBtn:hover {
  border-color: var(--primay-color);
  color: var(--white-color);
}
.serviceItem02 .immiPressBtn:hover::before, .serviceItem02 .immiPressBtn:hover::after, .serviceItem02 .immiPressBtn:hover span::before, .serviceItem02 .immiPressBtn:hover span::after {
  background: var(--primay-color);
  height: 100%;
}

/*-- Coaching Item --*/
.coachingSlider.owl-carousel {
  position: relative;
}
.coachingSlider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -167px;
}
.coachingSlider.owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  border: 2px solid var(--white-color);
  border-radius: 3px;
  font-size: 40px;
  color: var(--white-color);
  line-height: 65px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  margin: 0 0 0 28px;
}
.coachingSlider.owl-carousel .owl-nav button.owl-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.coachingSlider.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  top: 4px;
}
.coachingSlider.owl-carousel .owl-nav button:hover {
  color: var(--white-color);
  background: var(--primay-color);
  border-color: var(--primay-color);
}
.coachingSlider.owl-carousel .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}

.coachingPageSction .coachingItem01,
.coachingPageSction .coachingItem02 {
  margin-bottom: 30px;
}

.coachingItem02 {
  position: relative;
  margin-bottom: 30px;
}
.coachingItem02 .coachingThumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0px 6px;
}
.coachingItem02 .coachingThumb img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.coachingItem02 .coachingContent {
  position: relative;
  padding: 32px 45px 40px 30px;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0px 5px;
  margin: -90px 58px 0 0;
}
.coachingItem02 .coachingContent h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 13px;
}
.coachingItem02 .coachingContent h3 a {
  color: inherit;
}
.coachingItem02 .coachingContent h3 a:hover {
  color: var(--primay-color);
}
.coachingItem02 .coachingContent p {
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}
.coachingItem02 .immiPressBtn {
  border-radius: 0px 0px 4px 4px;
  padding: 0 32px;
  margin-right: 58px;
  background: var(--body-color);
}
.coachingItem02 .immiPressBtn::before,
.coachingItem02 .immiPressBtn::after,
.coachingItem02 .immiPressBtn span::before,
.coachingItem02 .immiPressBtn span::after {
  background: var(--primay-color);
}
.coachingItem02:hover .coachingThumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*-- Country Item --*/
.countryPageSection.section-padding {
  padding-top: 120px;
  padding-bottom: 65px;
}
.countryPageSection .page_section_header {
  margin-bottom: 60px;
  max-width: 610px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.countryPageSection .page_section_header .secTitle {
  margin-bottom: 0;
}

.countrySlider.owl-carousel {
  position: relative;
}
.countrySlider.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -167px;
}
.countrySlider.owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  border: 2px solid var(--heading-color);
  border-radius: 3px;
  font-size: 40px;
  color: var(--heading-color);
  line-height: 65px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  margin: 0 0 0 28px;
}
.countrySlider.owl-carousel .owl-nav button.owl-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.countrySlider.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  top: 4px;
}
.countrySlider.owl-carousel .owl-nav button:hover {
  color: var(--white-color);
  background: var(--primay-color);
  border-color: var(--primay-color);
}
.countrySlider.owl-carousel .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}
.countrySlider.owl-carousel .owl-item.active .countryItem02 {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.countryItem02 {
  position: relative;
  background: var(--white-color);
  border-radius: 6px;
  margin: 30px 0 30px;
}
.countryItem02.ciItem02 {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 55px;
}
.countryItem02 .countryThumb {
  position: relative;
}
.countryItem02 .countryThumb img {
  width: 100%;
  height: auto;
  border-radius: 6px 6px 0 0;
}
.countryItem02 .countryThumb .cnFlag {
  width: 130px;
  height: 130px;
  background: var(--white-color);
  border: 20px solid var(--white-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  right: 0;
  top: -65px;
  left: 0;
  margin: auto;
}
.countryItem02 .countryThumb .cnFlag img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.countryItem02 .countryContent {
  position: relative;
  padding: 27px 25px;
}
.countryItem02 .countryContent h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 11px;
}
.countryItem02 .countryContent h3 a {
  color: inherit;
}
.countryItem02 .countryContent h3 a:hover {
  color: var(--primay-color);
}
.countryItem02 .countryContent p {
  font-family: var(--heading-font);
  line-height: 28px;
  margin: 0;
}
.countryItem02:hover .cnFlag img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*-- Icon Box 03 --*/
.iconBox03 {
  position: relative;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px 22px 50px;
}
.iconBox03 .ibBox {
  position: relative;
  background: var(--body-color);
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 45px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 49px;
}
.iconBox03 .ibBox i {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.iconBox03 > span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  font-weight: 600;
  color: var(--primay-color);
  margin: 0 0 20px;
}
.iconBox03 > span::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  content: "";
  background: #dbdbdb;
}
.iconBox03 > span::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  content: "";
  background: #dbdbdb;
}
.iconBox03 .ibTitle {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 21px;
}
.iconBox03 p {
  margin: 0;
}
.iconBox03:hover .ibBox {
  background: var(--primay-color);
}
.iconBox03:hover .ibBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.galleryShots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.galleryShots a {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 80px;
  border-radius: 3px;
  overflow: hidden;
}
.galleryShots a img {
  width: 100%;
  height: 100%;
}
.galleryShots a::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--primay-color);
  opacity: 0;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galleryShots a:hover::after {
  opacity: 0.75;
  -ms-transform: scale(1);
      transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.galleryShots a:before {
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  content: "+";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.galleryShots a:hover:before {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/*------------------- 07. Home Three -------------------*/
/*-- Header --*/
.header03 {
  position: relative;
  width: 100%;
  z-index: 5;
  background: var(--white-color);
  border-bottom: 1px solid rgba(221, 221, 221, 0.6);
  padding: 0 73px;
}
.header03.header-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: transparent;
}
.header03.header-absolute:not(.fixedHeader) .mainMenu > ul > li > a {
  color: var(--white-color);
}
.header03.header-absolute:not(.fixedHeader) .mainMenu > ul > li.current-menu-ancestor > a,
.header03.header-absolute:not(.fixedHeader) .mainMenu > ul > li:hover > a {
  color: var(--primay-color);
}
.header03.fixedHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--white-color);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border: none;
  z-index: 99;
}
.header03 > svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: var(--heading-color);
  height: 100px;
}
.header03 svg.last {
  fill: var(--primay-color);
  z-index: -1;
  left: 10px;
}
.header03 .logo01 {
  padding: 24px 0 23px;
}
.header03 .mainMenu ul li::before,
.header03 .mainMenu ul li::after {
  display: none;
}
.header03 .mainMenu ul li .sub-menu li a,
.header03 .mainMenu > ul > li > a {
  color: var(--body-color);
}
.header03 .mainMenu > ul > li.current-menu-ancestor > a,
.header03 .mainMenu > ul > li:hover > a,
.header03 .mainMenu ul li .sub-menu li:hover > a {
  color: var(--primay-color);
}
.header03 .mainMenu ul li {
  padding: 35px 0 37px;
}
.header03 .immiPressBtn {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  padding: 0 33px;
  margin-left: 60px;
}
.header03 .popupBtn {
  margin-left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 3px;
}
.header03 .popupBtn:hover {
  border-color: var(--heading-color);
}
.header03 .popupBtn:hover svg {
  fill: var(--heading-color);
}

/*-- Banner --*/
.heroSection03 {
  padding: 53px 0 67px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(100% 201.97% at 100% 52.24%, rgba(255, 255, 255, 0) 45.36%, rgba(233, 77, 78, 0.06) 100%);
}
.heroSection03 .sliderContent {
  z-index: 2;
}
.heroSection03 .sliderContent .subTitle {
  color: var(--primay-color);
  margin-bottom: 24px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.heroSection03 .sliderContent h2 {
  font-size: 70px;
  line-height: 95px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 50px;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.heroSection03 .btnInfo .immiPressBtn {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.heroSection03 .btnInfo .immiPressBtn:last-child {
  background: transparent;
  color: var(--heading-color);
  border: 1px solid var(--heading-color);
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.heroSection03 .btnInfo .immiPressBtn:last-child:hover {
  color: var(--white-color);
}
.heroSection03 .btnInfo .immiPressBtn:last-child::after, .heroSection03 .btnInfo .immiPressBtn:last-child::before, .heroSection03 .btnInfo .immiPressBtn:last-child span::after, .heroSection03 .btnInfo .immiPressBtn:last-child span::before {
  background: var(--heading-color);
}

.bannerThumb {
  position: relative;
  max-width: 705px;
  text-align: center;
}
.bannerThumb .heroThumb {
  margin-left: 52px;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.bannerThumb .heroThumb img {
  max-width: inherit;
}
.bannerThumb .bgBorder {
  position: absolute;
  left: -70px;
  top: 46px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.bannerThumb .bgBorder img {
  -webkit-animation: rotated 30s infinite linear;
          animation: rotated 30s infinite linear;
  max-width: inherit;
}
.bannerThumb .bnFlag {
  position: absolute;
  left: -60px;
  top: 74px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
.bannerThumb .bnFlag img {
  -webkit-animation: halfBounce 10s infinite linear;
          animation: halfBounce 10s infinite linear;
  max-width: inherit;
}

/*-- About Section --*/
.abThumbWrapper {
  position: relative;
  max-width: 595px;
}

.abThumb {
  position: relative;
  margin-bottom: 22px;
}
.abThumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.abThumb .mdLogo {
  width: 160px;
  height: 160px;
  background: var(--white-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  bottom: -80px;
}
.abThumb .mdLogo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*-- Category Box --*/
.coachingItem03 {
  position: relative;
  display: block;
  width: 100%;
  background: var(--white-color);
  font-family: var(--heading-font);
  overflow: hidden;
  border-radius: 4px;
  z-index: 2;
  padding: 42px 15px 45px;
}
.coachingItem03 img,
.coachingItem03 i {
  background: var(--body-color);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: var(--white-color);
  margin: 0 auto;
}
.coachingItem03 img::before,
.coachingItem03 i::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.coachingItem03 img {
  padding: 15px;
  min-height: 90px !important;
  border-radius: 50% !important;
}
.coachingItem03 .ctTitle {
  display: block;
  color: var(--heading-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin: 20px 0 0;
}
.coachingItem03::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  background: var(--primay-color);
  z-index: -1;
}
.coachingItem03:hover::after {
  height: 100%;
}
.coachingItem03:hover .ctTitle {
  color: var(--white-color);
}
.coachingItem03:hover i {
  background: var(--white-color);
  color: var(--primay-color);
}
.coachingItem03:hover i::before {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*-- Service Item --*/
.serviceItem03 {
  position: relative;
}
.serviceItem03 .serThumb img {
  border-radius: 5px 5px 0px 0px;
}
.serviceItem03 .serContent {
  border-radius: 0;
}
.serviceItem03 .serContent .serIcon {
  background: var(--body-color);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.serviceItem03:hover .serContent .serIcon {
  background: var(--primay-color);
}
.serviceItem03 .immiPressBtn {
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  background: var(--body-color);
}

/*-- Icon Box 02 --*/
.iconBox04 {
  position: relative;
  min-height: 88px;
  margin: 0 0 32px;
  padding: 4px 0 0 120px;
}
.iconBox04 .ibBox {
  position: absolute;
  left: 0;
  top: 4px;
  background: var(--white-color);
  color: var(--primay-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 45px;
  width: 85px;
  height: 88px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.iconBox04 .ibBox i {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.iconBox04 .ibTitle {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 15px;
}
.iconBox04 p {
  font-family: var(--heading-font);
  margin: 0;
}
.iconBox04:hover .ibBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*-- Funfact --*/
.funfact01 {
  position: relative;
  padding: 19px 35px 14px;
}
.funfact01 h2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 500;
  margin: 0 0 12px;
}
.funfact01 h2 sup {
  font-size: inherit;
  top: 0;
  font-style: normal;
}
.funfact01 h5 {
  color: var(--body-color);
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}

/*-- Accordian --*/
.tmjAccordion {
  position: relative;
}
.tmjAccordion .card {
  padding: 0;
  margin: 0 0 17px;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid rgba(221, 221, 221, 0.35);
  background: transparent;
}
.tmjAccordion .card .card-header {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}
.tmjAccordion .card .card-header .title {
  position: relative;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--heading-color);
  margin: 0;
  padding: 23px 55px 22px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmjAccordion .card .card-header .title svg {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 11px;
  position: absolute;
  right: 26px;
  top: 0;
  fill: var(--heading-color);
  bottom: 0;
  margin: auto;
}
.tmjAccordion .card.active .card-header .title, .tmjAccordion .card:hover .card-header .title {
  color: var(--primay-color);
}
.tmjAccordion .card.active .card-header .title svg, .tmjAccordion .card:hover .card-header .title svg {
  fill: var(--primay-color);
}
.tmjAccordion .card.active .card-header .title svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: -5px;
}
.tmjAccordion .card .card-body {
  margin: 0;
  padding: 0 20px 28px;
  color: var(--body-color);
}
.tmjAccordion .card.active {
  border: 1px solid rgba(221, 221, 221, 0.3);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

/*-- Testimonial --*/
.testimonialSlider02 {
  position: relative;
}
.testimonialSlider02 .testimonilaItem02 {
  position: relative;
  background: var(--white-color);
  border-radius: 5px;
  padding: 45px 52px 68px 30px;
  margin: 0 0 30px;
}
.testimonialSlider02 .testimonilaItem02 .tsAuthor {
  position: relative;
  min-height: 80px;
  padding: 10px 0 0 96px;
  margin: 0 0 24px;
}
.testimonialSlider02 .testimonilaItem02 .tsAuthor img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
}
.testimonialSlider02 .testimonilaItem02 .tsAuthor .tsNM {
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  margin: 0 0 0px;
}
.testimonialSlider02 .testimonilaItem02 .tsAuthor .tsDesign {
  display: block;
  font-weight: 500;
}
.testimonialSlider02 .testimonilaItem02 .quoteIcon {
  width: 75px;
  height: 75px;
  position: absolute;
  right: 46px;
  top: 45px;
}
.testimonialSlider02 .testimonilaItem02 .quoteIcon img {
  width: 100%;
  height: 100%;
}
.testimonialSlider02 .testimonilaItem02 .qutation {
  margin: 0;
}
.testimonialSlider02 .owl-dots {
  position: relative;
  margin: 4px 0 0;
  text-align: center;
}
.testimonialSlider02 .owl-dots button {
  width: 24px;
  height: 4px;
  margin: 0 6px;
  background: var(--heading-color);
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonialSlider02 .owl-dots button:hover, .testimonialSlider02 .owl-dots button.active {
  background: var(--primay-color);
}
.testimonialSlider02 .owl-stage-outer {
  height: calc(100% + 30px);
  margin: -15px;
  padding: 15px;
  width: calc(100% + 30px);
}
.testimonialSlider02 .owl-item.active .testimonilaItem02 {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

/*-- Blog Item --*/
.blogItem02 {
  position: relative;
}
.blogItem02 .blogThumb {
  position: relative;
  overflow: hidden;
}
.blogItem02 .blogThumb img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.blogItem02 .blogThumb .pDate {
  display: block;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 16px;
  color: var(--white-color);
  padding: 16px 15px;
  font-family: var(--heading-font);
  background: var(--heading-color);
  position: absolute;
  z-index: 2;
  right: 11px;
  top: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem02 .blogThumb .pDate span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}
.blogItem02 .blogThumb::after {
  position: absolute;
  top: 0px;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(var(--border-color-1)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--border-color-1) 100%);
  -webkit-transform: skewX(-25deg);
      -ms-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem02 .blogContent {
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  padding: 21px 22px 29px;
}
.blogItem02 .blogContent h3 {
  font-size: 24px;
  line-height: 34px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 24px;
}
.blogItem02 .blogContent h3 a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--heading-color)), to(var(--heading-color))), -webkit-gradient(linear, left top, left bottom, from(var(--heading-color)), to(var(--heading-color)));
  background-image: linear-gradient(var(--heading-color), var(--heading-color)), linear-gradient(var(--heading-color), var(--heading-color));
  display: inline;
  background-position: 100% 100%, 0 100%;
  background-size: 0% 2px, 100% 2px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem02 .blogContent h3 a:hover {
  color: var(--primay-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primay-color)), to(var(--primay-color))), -webkit-gradient(linear, left top, left bottom, from(var(--primay-color)), to(var(--primay-color)));
  background-image: linear-gradient(var(--primay-color), var(--primay-color)), linear-gradient(var(--primay-color), var(--primay-color));
}
.blogItem02 .blogContent p {
  margin: 0;
}
.blogItem02 .immiPressBtn {
  background: var(--body-color);
  border-radius: 0px 0px 4px 4px;
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: 400;
  padding: 0 38px;
}
.blogItem02 .immiPressBtn svg {
  display: inline-block;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: var(--white-color);
}
.blogItem02 .immiPressBtn::before,
.blogItem02 .immiPressBtn::after,
.blogItem02 .immiPressBtn span::before,
.blogItem02 .immiPressBtn span::after {
  background: var(--primay-color);
}
.blogItem02:hover .blogThumb::after {
  -webkit-animation: 1s ease 0s 1 normal none running shine;
          animation: 1s ease 0s 1 normal none running shine;
}
.blogItem02:hover .blogThumb .pDate {
  background: var(--primay-color);
}

/*------------------- 08. Home Four -------------------*/
/*-- Topbar --*/
.topbar02 {
  position: relative;
  background: var(--heading-color);
  padding: 0 68px;
}
.topbar02 .topBarWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.topbar02 .infoText {
  border: none;
  padding: 15px 0 14px;
  margin-right: 43px;
}
.topbar02 .infoText i {
  font-size: 15px;
  top: 3px;
  margin-right: 11px;
}
.topbar02 .infoText:last-child {
  margin-right: 0;
}
.topbar02 .topBarSocial {
  border: none;
  margin-left: auto;
  padding: 14px 0 13px;
}
.topbar02 .topBarSocial a {
  font-size: 20px;
  margin: 0 0 0 20px;
}
.topbar02 .topBarSocial a:first-child {
  margin-left: 0;
}

/*-- Header --*/
.header04 {
  padding: 0 68px;
}
.header04.header-absolute {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: transparent;
  z-index: 5;
}
.header04.header-absolute .mainMenu > ul > li > a {
  color: var(--white-color);
}
.header04.header-absolute .mainMenu > ul > li.menu-item-has-children > a::after {
  color: var(--white-color);
}
.header04.header-absolute .mainMenu ul li::before {
  background: var(--white-color);
}
.header04.header-absolute .searchBtn {
  border-color: var(--white-color);
}
.header04.header-absolute .searchBtn svg path {
  fill: var(--white-color);
}
.header04.header-absolute .searchBtn:hover {
  border-color: var(--primay-color);
}
.header04.fixedHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--heading-color);
  -webkit-box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
          box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
  border: none;
  z-index: 99;
}
.header04.fixedHeader .mainMenu > ul > li::before {
  background: var(--white-color);
}
.header04.fixedHeader .mainMenu > ul > li > a {
  color: var(--white-color);
}
.header04.fixedHeader .mainMenu > ul > li.menu-item-has-children a::after {
  color: var(--white-color);
}
.header04.fixedHeader .searchBtn {
  border-color: var(--white-color);
}
.header04.fixedHeader .searchBtn svg path {
  fill: var(--white-color);
}
.header04.fixedHeader .searchBtn:hover {
  border-color: var(--primay-color);
}
.header04 .mainMenu ul li::after {
  display: none;
}
.header04 .mainMenu > ul > li > a {
  color: var(--body-color);
}
.header04 .mainMenu > ul > li.menu-item-has-children > a::after {
  color: var(--body-color);
}
.header04 .mainMenu ul li::before {
  background: var(--body-color);
  width: 0;
  bottom: 0;
  top: 32px;
  margin: auto;
}
.header04 .mainMenu ul li:hover::before {
  width: 100%;
}
.header04 .immiPressBtn {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  padding: 0 33px;
  margin-left: 28px;
}
.header04 .immiPressBtn:hover {
  color: var(--primay-color);
}
.header04 .immiPressBtn::before,
.header04 .immiPressBtn::after,
.header04 .immiPressBtn span::before,
.header04 .immiPressBtn span::after {
  background: var(--white-color);
}
.header04 .blanks {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
}

.searchBtn {
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border: 1px solid var(--body-color);
  border-radius: 3px;
  font-size: 22px;
  display: inline-block;
  margin-left: 45px;
}
.searchBtn svg path {
  fill: var(--body-color);
}
.searchBtn:hover {
  background: var(--primay-color);
  border-color: var(--primay-color);
}
.searchBtn:hover svg path {
  fill: var(--white-color);
}
.searchBtn svg {
  height: 30px;
  fill: var(--white-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*-- Popup Search ---*/
.popupSearchSec {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.popupSearchSec .popupSearchOverlay {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.6);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: url(../images/close.png), auto;
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.popupSearchSec.active .popupSearchOverlay {
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  top: 0;
  opacity: 1;
}
.popupSearchSec .popSearchBackground {
  background: var(--white-color);
  width: 100%;
  height: 300px;
  top: -100%;
  z-index: 99;
  position: fixed;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
  transition: all 0.6s cubic-bezier(0.9, 0.03, 0, 0.96) 0.7s;
}
.popupSearchSec .popSearchBackground .middleSearch {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: relative;
  z-index: 2;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm {
  position: relative;
  max-width: 600px;
  margin: auto;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type=search] {
  position: relative;
  padding: 0 20px;
  border-radius: 50px;
  background: var(--white-color);
  border: 1px solid rgba(83, 97, 132, 0.6);
  color: var(--body-color);
  font-size: 15px;
  display: block;
  width: 100%;
  height: 58px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type=search]::-moz-placeholder {
  color: var(--body-color);
  opacity: 0.6;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type=search]::-ms-input-placeholder {
  color: var(--body-color);
  opacity: 0.6;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type=search]::-webkit-input-placeholder {
  color: var(--body-color);
  opacity: 0.6;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type=search]:focus {
  border-color: var(--body-color);
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type=search]:focus::-moz-placeholder {
  opacity: 1;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type=search]:focus::-ms-input-placeholder {
  opacity: 1;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type=search]:focus::-webkit-input-placeholder {
  opacity: 1;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm button[type=submit] {
  position: absolute;
  right: 20px;
  bottom: 0;
  border: none;
  outline: none;
  z-index: 2;
  font-size: 25px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.popupSearchSec .popSearchBackground .middleSearch .popupSearchForm button[type=submit]:hover {
  color: var(--primay-color);
}
.popupSearchSec.active .popSearchBackground {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.5s;
}
.popupSearchSec .popupClose {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 26px;
  height: 26px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate3d(0, -70px, 0);
  -moz-transform: translate3d(0, -70px, 0);
  -webkit-transform: translate3d(0, -70px, 0);
}
.popupSearchSec .popupClose::after {
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: var(--body-color);
  -webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popupSearchSec .popupClose::before {
  content: " ";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background-color: var(--body-color);
  -webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  right: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popupSearchSec .popupClose:hover::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background: var(--primay-color);
}
.popupSearchSec .popupClose:hover::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background: var(--primay-color);
}
.popupSearchSec.active .popupClose {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInGo {
  0% {
    opacity: 0.1;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes fadeInGo {
  0% {
    opacity: 0.1;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@-webkit-keyframes fadeOutGo {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@keyframes fadeOutGo {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@-webkit-keyframes fadeOutGo2 {
  0% {
    opacity: 0.8;
    width: 100%;
  }
  100% {
    opacity: 0.14;
    width: 0;
  }
}
@keyframes fadeOutGo2 {
  0% {
    opacity: 0.8;
    width: 100%;
  }
  100% {
    opacity: 0.14;
    width: 0;
  }
}
/*-- Hero Slider --*/
.heroSection04 {
  position: relative;
  overflow: hidden;
}
.heroSection04 .heroSlider02 {
  position: relative;
}
.heroSection04 .heroSlider02 .singleSlide {
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 5;
  height: 950px;
}
.heroSection04 .heroSlider02 .singleSlide::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 49, 82, 0.6);
}
.heroSection04 .heroSlider02 .singleSlide .sliderContent {
  position: relative;
}
.heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
  max-width: 730px;
  margin-bottom: 41px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
      transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.heroSection04 .heroSlider02 .singleSlide .sliderContent p {
  max-width: 650px;
  font-size: 18px;
  line-height: 28px;
  color: var(--white-color);
  font-weight: 500;
  margin: 0 0 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(120px);
  -ms-transform: translateX(120px);
      transform: translateX(120px);
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
  -webkit-transition: opacity 2200ms ease, -webkit-transform 2200ms ease;
  transition: opacity 2200ms ease, -webkit-transform 2200ms ease;
  transition: transform 2200ms ease, opacity 2200ms ease;
  transition: transform 2200ms ease, opacity 2200ms ease, -webkit-transform 2200ms ease;
}
.heroSection04 .heroSlider02 .singleSlide .sliderContent .immiPressBtn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
      transform: translateY(120px);
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
  -webkit-transition: opacity 2400ms ease, -webkit-transform 2400ms ease;
  transition: opacity 2400ms ease, -webkit-transform 2400ms ease;
  transition: transform 2400ms ease, opacity 2400ms ease;
  transition: transform 2400ms ease, opacity 2400ms ease, -webkit-transform 2400ms ease;
}
.heroSection04 .heroSlider02 .singleSlide .sliderContent .popup_video {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
      transform: translateY(120px);
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
  -webkit-transition: opacity 2500ms ease, -webkit-transform 2500ms ease;
  transition: opacity 2500ms ease, -webkit-transform 2500ms ease;
  transition: transform 2500ms ease, opacity 2500ms ease;
  transition: transform 2500ms ease, opacity 2500ms ease, -webkit-transform 2500ms ease;
}
.heroSection04 .heroSlider02 .owl-item.active .sliderContent h2 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
}
.heroSection04 .heroSlider02 .owl-item.active .sliderContent p {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
}
.heroSection04 .heroSlider02 .owl-item.active .sliderContent .immiPressBtn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
}
.heroSection04 .heroSlider02 .owl-item.active .sliderContent .popup_video {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
}
.heroSection04 .prevArrow {
  position: absolute;
  left: 39px;
  top: 46%;
  z-index: 2;
}
.heroSection04 .prevArrow svg {
  fill: #cfcfcf;
  height: 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.heroSection04 .prevArrow:hover svg {
  fill: var(--white-color);
}
.heroSection04 .nextArrow {
  position: absolute;
  right: 39px;
  top: 46%;
  z-index: 2;
}
.heroSection04 .nextArrow svg {
  fill: #cfcfcf;
  height: 70px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.heroSection04 .nextArrow:hover svg {
  fill: var(--white-color);
}

/*-- About Thumb --*/
.abFact {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  max-width: 597px;
}
.abFact::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 49, 82, 0.2);
}
.abFact img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.abFact .abContent {
  position: absolute;
  z-index: 2;
  left: -140px;
  bottom: -156px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 6px solid var(--white-color);
  background: var(--heading-color);
  padding: 72px 15px 15px 135px;
}
.abFact .abContent h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: var(--white-color);
  margin: 0 0 15px;
}
.abFact .abContent h2 sup {
  font-size: inherit;
  top: 0;
  font-style: normal;
}
.abFact .abContent h5 {
  font-size: 30px;
  line-height: 32px;
  color: var(--white-color);
  margin: 0;
}

/*-- Service Item --*/
.si04 {
  -webkit-box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.si04 .serviceWrapper::after {
  display: none;
}
.si04 .immiPressBtn {
  background: var(--body-color);
  color: var(--white-color);
  font-family: var(--heading-font);
  font-weight: 500;
  border: none;
  margin-bottom: -8px;
}

/*-- Coaching Item --*/
.ci04 {
  position: relative;
}
.ci04 .coachingThumb {
  border-radius: 6px 6px 0px 6px;
  overflow: visible;
}
.ci04 .coachingThumb::after {
  background: var(--border-color-1);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.ci04 .coachingThumb::before {
  background: var(--border-color-1);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
}
.ci04 .coachingThumb img {
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 0px 6px;
}
.ci04:hover .coachingThumb img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ci04:hover .coachingThumb::after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.ci04:hover .coachingThumb::before {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
}
.ci04 .coachingContent {
  border-radius: 5px 0px 0px 5px;
  margin: -90px 0 0 60px;
}
.ci04 .coachingContent::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  border-radius: 5px 0px 0px 5px;
  background: var(--primay-color);
}
.ci04:hover .coachingContent::after {
  height: 100%;
}
.ci04 .immiPressBtn {
  margin: 0 0 0 60px;
}

/*-- Faq Accordian --*/
.faqTabTabsNav {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}
.faqTabTabsNav li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 20px 0;
}
.faqTabTabsNav li button {
  border: 1px solid var(--body-color);
  border-radius: 5px;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 56px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  text-transform: capitalize;
  text-align: center;
  background: transparent;
  padding: 0 20px;
}
.faqTabTabsNav li button:hover, .faqTabTabsNav li button.active {
  border-color: var(--primay-color);
  background: var(--primay-color);
  color: var(--white-color);
}

/*-- Contact Info --*/
.conInfoWrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 62px 115px 60px 58px;
  border-radius: 4px;
}
.conInfoWrapper h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: var(--white-color);
  margin: 0 0 26px;
}
.conInfoWrapper .starRatings {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffc107;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: 14px;
  margin-bottom: 30px;
}
.conInfoWrapper h2 {
  font-size: 48px;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 18px;
}
.conInfoWrapper h4 {
  font-size: 20px;
  color: var(--white-color);
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 51px;
}

/*-- Icon Box 02 --*/
.iconBox05 {
  position: relative;
  min-height: 65px;
  margin: 0 0 28px;
  padding: 0 0 29px 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.iconBox05 .ibBox {
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 45px;
}
.iconBox05 .ibBox i {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.iconBox05 .ibTitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--white-color);
  margin: 0 0 1px;
}
.iconBox05 p {
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  color: var(--white-color);
  font-family: var(--heading-font);
  margin: 0;
}
.iconBox05:hover .ibBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.iconBox05:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.iconBox05.ib0501 p {
  font-size: 26px;
  font-weight: 500;
}

/*-- Blog Item --*/
.blogItem03 {
  position: relative;
}
.blogItem03 .blogThumb {
  position: relative;
  overflow: hidden;
}
.blogItem03 .blogThumb img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}
.blogItem03 .blogThumb .biCats {
  position: absolute;
  top: 15px;
  right: 11px;
  z-index: 2;
}
.blogItem03 .blogThumb .biCats a {
  display: block;
  background: var(--body-color);
  height: 41px;
  border-radius: 4px;
  line-height: 41px;
  text-align: center;
  color: var(--white-color);
  font-size: 18px;
  text-transform: capitalize;
  padding: 0 34px;
  margin: 0 0 5px;
}
.blogItem03 .blogThumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  opacity: 0;
}
.blogItem03 .blogContent {
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  padding: 21px 35px 29px 25px;
}
.blogItem03 .blogContent h3 {
  font-size: 24px;
  line-height: 34px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 19px;
}
.blogItem03 .blogContent h3 a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--heading-color)), to(var(--heading-color))), -webkit-gradient(linear, left top, left bottom, from(var(--heading-color)), to(var(--heading-color)));
  background-image: linear-gradient(var(--heading-color), var(--heading-color)), linear-gradient(var(--heading-color), var(--heading-color));
  display: inline;
  background-position: 100% 100%, 0 100%;
  background-size: 0% 2px, 100% 2px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blogItem03 .blogContent h3 a:hover {
  color: var(--primay-color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primay-color)), to(var(--primay-color))), -webkit-gradient(linear, left top, left bottom, from(var(--primay-color)), to(var(--primay-color)));
  background-image: linear-gradient(var(--primay-color), var(--primay-color)), linear-gradient(var(--primay-color), var(--primay-color));
}
.blogItem03 .blogContent p {
  margin: 0;
}
.blogItem03 .immiPressBtn {
  background: var(--body-color);
  border-radius: 0px 0px 4px 4px;
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: 400;
  padding: 0 38px;
  width: 100%;
}
.blogItem03 .immiPressBtn svg {
  display: inline-block;
  height: 10px;
  margin-left: 11px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: var(--white-color);
}
.blogItem03 .immiPressBtn::before,
.blogItem03 .immiPressBtn::after,
.blogItem03 .immiPressBtn span::before,
.blogItem03 .immiPressBtn span::after {
  background: var(--primay-color);
}
.blogItem03:hover .blogThumb::after {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
.blogItem03:hover .blogThumb .biCats a {
  background: var(--primay-color);
}

/*-- Footer --*/
.footer_04 {
  position: relative;
  background-position: left center;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer_04 .footer_top {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border-color-1);
}
.footer_04 .footer_top .footer4_col_1,
.footer_04 .footer_top .footer4_col_2,
.footer_04 .footer_top .footer4_col_3,
.footer_04 .footer_top .footer4_col_4 {
  margin-top: 80px;
}
.footer_04 .footer_top .footer4_col_2 {
  padding-left: 60px;
  border-left: 1px solid var(--border-color-1);
}
.footer_04 .footer_top .footer4_col_3 {
  padding-left: 35px;
  border-left: 1px solid var(--border-color-1);
}
.footer_04 .footer_top .footer4_col_4 {
  padding-left: 30px;
  border-left: 1px solid var(--border-color-1);
}
.footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 {
  border: none;
  margin-top: 0;
  padding-top: 80px;
}
.footer_04 .footer_bottom .copyRight {
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 5%;
  padding-left: 35px;
}
.footer_04 .footer_bottom .copyRight .footer_bottom_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.mailchimpWidget02 {
  z-index: 2;
}
.mailchimpWidget02 p {
  margin: 0 15px 25px 0;
}
.mailchimpWidget02 .widgetTitle::after {
  background: var(--white-color);
}
.mailchimpWidget02 .mailForm [type=email] {
  max-width: 100%;
}
.mailchimpWidget02 .immiPressBtn {
  height: 50px;
  line-height: 50px;
}
.mailchimpWidget02 .tj-stretch-element-inside-column {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.mailchimpWidget02 .tj-stretch-element-inside-column .straceThumb {
  height: auto;
}
.mailchimpWidget02 .tj-stretch-element-inside-column .straceThumb img {
  min-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mailchimpWidget02 .tj-stretch-element-inside-column .straceThumb::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

/*------------------- 09. Page Banner -------------------*/
.pageBanner {
  position: relative;
  background-color: var(--heading-color);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pageBanner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.55);
}
.pageBanner .container {
  position: relative;
  z-index: 2;
}
.pageBanner .bannerTitle {
  font-size: 48px;
  line-height: 1.2;
  color: var(--white-color);
  font-family: var(--body-font);
  margin: 100px 0;
}
.pageBanner .breadcrumbs {
  display: inline-block;
  background: #f8f8fa;
  border-radius: 5px 5px 0px 0px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 13px 30px 12px 26px;
}
.pageBanner .breadcrumbs a {
  color: inherit;
}
.pageBanner .breadcrumbs a:hover {
  color: var(--primay-color);
}
.pageBanner .breadcrumbs span {
  margin: 0 4px;
}

body.absolute_header .pageBanner {
  padding-top: 110px;
}

/*------------------- 10. Service Details -------------------*/
.singleServiceSection {
  position: relative;
  padding: 120px 0 105px;
}

.serviceDConArea {
  position: relative;
  margin: 0 6px 0 0;
}

.serviceDThumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 0 38px;
}
.serviceDThumb img {
  width: 100%;
  height: auto;
}
.serviceDThumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 49, 82, 0.4);
}

.serviceDcon {
  position: relative;
}
.serviceDcon h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
.serviceDcon p {
  margin: 0 0 39px;
}
.serviceDcon img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.serviceDcon .sDcon {
  position: relative;
  padding: 28px 0 0 8px;
}
.serviceDcon .sDcon h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 26px;
}
.serviceDcon > h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  margin: 43px 0 14px;
}

.listItem {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.listItem li {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 39px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 15px;
}
.listItem li i {
  color: var(--heading-color);
  font-size: 24px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 1px;
}
.listItem li:hover {
  color: var(--primay-color);
}
.listItem li:hover i {
  color: var(--primay-color);
}

.iconBox06 {
  position: relative;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px 22px 55px;
  margin: 0 0 20px;
}
.iconBox06 .ibBox {
  position: relative;
  background: var(--body-color);
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 34px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.iconBox06 .ibBox i {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.iconBox06 .ibTitle {
  font-size: 20px;
  line-height: 34px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 9px;
}
.iconBox06 p {
  margin: 0;
}
.iconBox06:hover .ibTitle {
  color: var(--primay-color);
}
.iconBox06:hover .ibBox {
  background: var(--primay-color);
}
.iconBox06:hover .ibBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.sdFAQ {
  margin-top: 40px;
}
.sdFAQ .card .card-header .title {
  font-size: 20px;
}

/*-- Service Widget --*/
.serviceWidget {
  position: relative;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 39px 28px 26px;
  margin: 0 0 28px;
}
.serviceWidget .widgetTitle {
  color: var(--heading-color);
  font-weight: 500;
  padding-bottom: 13px;
  margin: 0 0 29px;
}
.serviceWidget .widgetTitle::after {
  width: 55px;
}
.serviceWidget ul {
  margin: 0;
  padding: 0;
}
.serviceWidget ul li {
  list-style: none;
  display: block;
  margin: 0 0 14px;
}
.serviceWidget ul li a {
  display: block;
  background: var(--white-color);
  border-radius: 4px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding: 14px 35px 15px 15px;
  -webkit-filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 45px rgba(0, 0, 0, 0.1));
  position: relative;
  overflow: hidden;
}
.serviceWidget ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px;
  content: "";
  background: var(--primay-color);
  z-index: -1;
}
.serviceWidget ul li a:hover::after {
  width: 100%;
}
.serviceWidget ul li a:hover {
  color: var(--white-color);
}
.serviceWidget ul li a::before {
  font-size: 24px;
  line-height: 1;
  position: absolute;
  right: 13px;
  top: 15px;
  color: currentColor;
  content: "\f124";
  font-family: flaticon_immipress !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.serviceWidget ul li.current-menu-item a {
  color: var(--white-color);
}
.serviceWidget ul li.current-menu-item a::after {
  width: 100%;
}

/*-- Brochure --*/
.brochureWidget {
  position: relative;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 32px 28px 11px;
  margin: 0 0 28px;
}
.brochureWidget .iconBox02 {
  padding: 0 0 0 64px;
  min-height: 50px;
  margin: 0 0 21px;
}
.brochureWidget .iconBox02 .ibBox {
  width: 51px;
  height: 50px;
  background: var(--primay-color);
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 30px;
  color: var(--white-color);
  top: 0;
}
.brochureWidget .iconBox02 .ibBox img {
  height: 30px;
}
.brochureWidget .iconBox02 .ibTitle {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}
.brochureWidget .iconBox02 h2 {
  font-size: 18px;
  line-height: 21px;
  color: var(--primay-color);
  font-weight: 500;
  margin: 0;
}
.brochureWidget .iconBox02 h2 a {
  color: inherit;
}
.brochureWidget .iconBox02 h2 a:hover {
  color: var(--heading-color);
}
.brochureWidget .iconBox02.bwib02 .ibBox {
  background: var(--body-color);
}
.brochureWidget .iconBox02.bwib02 h2 {
  color: var(--body-color);
  font-size: 16px;
  line-height: 19px;
}

/*-- Contact Info --*/
.contacInfotWidget {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: hidden;
}
.contacInfotWidget::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 49, 82, 0.7);
}
.contacInfotWidget .infoContent {
  position: relative;
  z-index: 2;
  margin: 0 78px 17px 0;
  padding: 19px 20px 27px 28px;
  background: var(--primay-color);
  border-radius: 0px 0px 15px 0px;
}
.contacInfotWidget .infoContent .ibTitle {
  color: var(--white-color);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 15px;
}
.contacInfotWidget .infoContent h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 1.5;
  color: var(--white-color);
  font-weight: 500;
  margin: 0;
}
.contacInfotWidget .infoContent h2 i {
  margin-right: 14px;
  width: 45px;
  height: 45px;
  background: var(--white-color);
  border-radius: 50%;
  color: var(--primay-color);
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacInfotWidget img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: auto;
  text-align: center;
  display: block;
}

/*------------------- 11. Team Details -------------------*/
.teamDetailsSection {
  position: relative;
  padding: 120px 0;
}

.teamDetailsArea {
  position: relative;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin: 0 110.5px 101px;
  padding: 65px 65px 80px;
}
.teamDetailsArea .col-lg-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 51.5%;
}
.teamDetailsArea .col-lg-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48.5%;
}
.teamDetailsArea .teamDThumb {
  position: relative;
}
.teamDetailsArea .teamDThumb img {
  max-width: 100%;
  border-radius: 6px;
}
.teamDetailsArea h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin: 31px 0 20px;
}
.teamDetailsArea p {
  font-family: var(--heading-font);
  margin: 0 140px 0 0;
}

.teamDContent {
  position: relative;
  padding: 26px 0 0 26px;
}
.teamDContent h3 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.teamDContent h5 {
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
}
.teamDContent ul {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}
.teamDContent ul li {
  font-size: 16px;
  line-height: 40px;
  font-family: var(--heading-font);
}
.teamDContent ul li span {
  display: inline-block;
  color: var(--heading-color);
  font-weight: 500;
  min-width: 178px;
}

.teamDSocial {
  position: relative;
}
.teamDSocial a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: transparent;
  color: var(--heading-color);
  border: 1px solid var(--heading-color);
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  margin: 0 6px 0 0;
}
.teamDSocial a:hover {
  border-color: var(--primay-color);
  color: var(--white-color);
  background: var(--primay-color);
}

/*-- Skills --*/
.skArea {
  position: relative;
  margin: 0 40px 0 0;
}
.skArea h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 33px;
}

.singleSkill {
  position: relative;
  margin: 20px 0 0;
}
.singleSkill p {
  margin: 0 0 9px;
}
.singleSkill .bar {
  position: relative;
  height: 14px;
  background: #dce6ff;
  width: 100%;
  border-radius: 7px;
}
.singleSkill .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 14px;
  border-radius: 7px;
  background: var(--primay-color);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
}
.singleSkill .bar-inner.counted .count-text {
  opacity: 1;
}
.singleSkill .count-text {
  position: absolute;
  right: 9px;
  bottom: 23px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*-- Contact Area --*/
.tmContact {
  position: relative;
  margin: 0 0 0 0;
}
.tmContact h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 33px;
}
.tmContact .contactForm {
  position: relative;
}
.tmContact .contactForm input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.tmContact .contactForm textarea,
.tmContact .contactForm .contactForm .nice-select {
  border: 1px solid #dddddd;
  height: 55px;
  font-size: 16px;
  font-family: var(--body-font);
}
.tmContact .contactForm input::-webkit-input-placeholder, .tmContact .contactForm textarea::-webkit-input-placeholder {
  opacity: 1;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmContact .contactForm input::-moz-placeholder, .tmContact .contactForm textarea::-moz-placeholder {
  opacity: 1;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmContact .contactForm input:-ms-input-placeholder, .tmContact .contactForm textarea:-ms-input-placeholder {
  opacity: 1;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmContact .contactForm input::-ms-input-placeholder, .tmContact .contactForm textarea::-ms-input-placeholder {
  opacity: 1;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmContact .contactForm input::placeholder,
.tmContact .contactForm textarea::placeholder {
  opacity: 1;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmContact .contactForm input::-moz-placeholder,
.tmContact .contactForm textarea::-moz-placeholder {
  opacity: 1;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmContact .contactForm input::-webkit-placeholder,
.tmContact .contactForm textarea::-webkit-placeholder {
  opacity: 1;
  color: var(--body-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tmContact .contactForm textarea {
  height: 145px;
  border-radius: 4px;
}

/*------------------- 12. Coaching Details -------------------*/
.singleCoachingSection {
  position: relative;
  padding: 120px 0;
}

.swIcon.serviceWidget ul li a::before {
  content: "\f122";
  right: 17px;
}

.coachingDConArea {
  position: relative;
  margin: 0 6px 0 0;
}
.coachingDConArea h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 20px;
}
.coachingDConArea > p {
  margin: 0 0 30px;
}
.coachingDConArea .lastItem {
  margin-bottom: 48px;
}
.coachingDConArea > h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  margin: 46px 0 9px;
}

.coachingInfo {
  position: relative;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 30px 30px 30px;
  margin: 0 0 46px;
}
.coachingInfo .col-lg-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40%;
}
.coachingInfo .col-lg-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
}
.coachingInfo .coachingDThumb {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.coachingInfo .coachingDThumb img {
  width: 100%;
  height: auto;
}
.coachingInfo .coachingDThumb::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 49, 82, 0.3);
}
.coachingInfo .coachingDCon {
  position: relative;
  padding: 35px 0 0 0;
}
.coachingInfo .coachingDCon h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.coachingInfo .coachingDCon > p {
  margin: 0 0 40px;
}
.coachingInfo .coachingDCon .iconBox01 {
  margin: 0 0 32px;
  padding-left: 45px;
}
.coachingInfo .coachingDCon .iconBox01 .ibBox {
  color: var(--primay-color);
  font-size: 30px;
  top: 5px;
}
.coachingInfo .coachingDCon .iconBox01 .ibTitle {
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0px;
}
.coachingInfo .coachingDCon .iconBox01 p {
  font-weight: 500;
  font-size: 18px;
  color: var(--heading-color);
}

.videoBanner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.videoBanner img {
  width: 100%;
  height: auto;
}
.videoBanner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35, 49, 82, 0.35);
}
.videoBanner .popup_video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  color: var(--white-color);
  font-size: 75px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.videoBanner .popup_video::after {
  content: "";
  border: 2px solid var(--white-color);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(100% + 75px);
  height: calc(100% + 75px);
  border-radius: 50%;
  -webkit-animation: zoomBig 3s linear infinite;
          animation: zoomBig 3s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.videoBanner .popup_video::before {
  content: "";
  border: 2px solid var(--white-color);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(100% + 75px);
  height: calc(100% + 75px);
  border-radius: 50%;
  -webkit-animation: zoomBig 3.25s linear infinite;
          animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.videoBanner .popup_video:hover {
  color: var(--primay-color);
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/*-- Icon Box --*/
.borderRight {
  border-right: 1px solid rgba(83, 97, 132, 0.4);
}

.iconBox07 {
  position: relative;
  padding: 0 22px 6px;
  margin: 0;
}
.iconBox07 .ibBox {
  position: relative;
  color: var(--heading-color);
  display: inline-block;
  text-align: center;
  font-size: 65px;
  margin: 0 0 15px;
}
.iconBox07 .ibBox i {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.iconBox07 .ibTitle {
  font-size: 20px;
  line-height: 34px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 9px;
}
.iconBox07 p {
  margin: 0;
}
.iconBox07:hover .ibBox {
  color: var(--primay-color);
}
.iconBox07:hover .ibBox i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/*------------------- 13. Country Details -------------------*/
.singleCountrySection {
  position: relative;
  padding: 120px 0 105px;
}
.singleCountrySection .serviceDConArea > h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  margin: 0 0 20px;
}
.singleCountrySection .serviceDConArea > p {
  margin: 0 0 33px;
}
.singleCountrySection .serviceDConArea > h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  margin: 43px 0 14px;
}
.singleCountrySection .scDThumb {
  position: relative;
}
.singleCountrySection .scDThumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.singleCountrySection .schr {
  border-bottom: 1px solid var(--border-color-3);
  margin: 51px 0 38px;
}

.cwIcon.serviceWidget ul li a::before {
  content: "\f122";
  right: 17px;
}

.countryTabTabsNav {
  position: relative;
  margin: 0 0 32px;
  padding: 0;
  border: none;
}
.countryTabTabsNav li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.countryTabTabsNav li button {
  outline: none;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 55px;
  background: #f6f6f6;
  border-radius: 4px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 55px;
  text-transform: capitalize;
  text-align: center;
  padding: 0 31px;
  position: relative;
}
.countryTabTabsNav li button:hover, .countryTabTabsNav li button.active {
  background: var(--primay-color);
  color: var(--white-color);
}
.countryTabTabsNav li button::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 10.5px 0 10.5px;
  border-color: var(--primay-color) transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: -1;
}
.countryTabTabsNav li button:hover::after, .countryTabTabsNav li button.active::after {
  bottom: -9px;
  opacity: 1;
}

/*------------------- 14. Blog Page -------------------*/
.blogPageSection {
  position: relative;
  padding: 120px 0 80px;
}
.blogPageSection .tj__pagination {
  margin-bottom: 40px;
}

.blogItem01.biMB {
  margin-bottom: 24px;
}

/*-- Sidebar --*/
.sidebar {
  position: relative;
  margin-left: 6px;
}
.sidebar.lft {
  margin-left: 0;
  margin-right: 6px;
}
.sidebar .sidebar_widget {
  position: relative;
  background: var(--bg-color);
  border-radius: 4px;
  padding: 35px 25px;
  margin: 0 0 40px;
}
.sidebar .sidebar_widget.widget_search {
  padding: 25px;
}
.sidebar .sidebar_widget .widgetTitle {
  color: var(--heading-color);
  font-weight: 500;
  padding-bottom: 13px;
  margin-bottom: 30px;
}
.sidebar .sidebar_widget .widgetTitle::after {
  width: 58px;
}
.sidebar .sidebar_widget.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar_widget.widget_categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
  color: var(--primay-color);
  font-weight: 500;
  position: relative;
}
.sidebar .sidebar_widget.widget_categories ul li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--border-color-2);
}
.sidebar .sidebar_widget.widget_categories ul li:not(:last-of-type) a {
  margin: 0;
}
.sidebar .sidebar_widget.widget_categories ul li a {
  display: inline-block;
  line-height: inherit;
  margin: 0;
  color: var(--heading-color);
}
.sidebar .sidebar_widget.widget_categories ul li a:hover {
  color: var(--primay-color);
}
.sidebar .sidebar_widget.widget_categories ul li > ul {
  width: 100%;
  margin-left: 20px;
  padding-top: 21px;
  margin-top: 20px;
  border-top: 1px solid var(--border-color-2);
}
.sidebar .sidebar_widget .tagcloud a {
  font-size: 16px !important;
}

.searchForm {
  margin: 0;
  padding: 0;
  position: relative;
}
.searchForm input[type=search] {
  display: block;
  width: 100%;
  height: 55px;
  border-radius: 4px;
  background: var(--white-color);
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  font-family: var(--heading-font);
  border: none;
  margin: 0;
}
.searchForm input[type=search]::-moz-placeholder {
  color: rgba(83, 97, 132, 0.6);
  opacity: 1;
}
.searchForm input[type=search]::-ms-input-placeholder {
  color: rgba(83, 97, 132, 0.6);
  opacity: 1;
}
.searchForm input[type=search]::-webkit-input-placeholder {
  color: rgba(83, 97, 132, 0.6);
  opacity: 1;
}
.searchForm button {
  border: none;
  background: var(--primay-color);
  width: 64px;
  height: 55px;
  border-radius: 0px 4px 4px 0px;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: var(--white-color);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.searchForm button:hover {
  color: var(--white-color);
  background: var(--heading-color);
}

.ppPostItem {
  position: relative;
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.ppPostItem:not(:last-of-type) {
  margin-bottom: 25px;
}
.ppPostItem .post_thumb {
  width: 110px;
  height: 110px;
  display: inline-block;
}
.ppPostItem .post_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.ppPostItem .post_content {
  width: calc(100% - 125px);
}
.ppPostItem .post_content .post_title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 0 0;
}
.ppPostItem .post_content .post_title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primay-color)), to(var(--primay-color))), -webkit-gradient(linear, left top, left bottom, from(var(--primay-color)), to(var(--primay-color)));
  background-image: linear-gradient(var(--primay-color), var(--primay-color)), linear-gradient(var(--primay-color), var(--primay-color));
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ppPostItem .post_content .post_title a:hover {
  color: var(--primay-color);
  background-size: 0% 1px, 100% 1px;
}

.tagcloud {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  color: var(--heading-color);
  text-transform: capitalize;
  border-radius: 3px;
  background: var(--white-color);
  padding: 11px 20px;
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 500;
}
.tagcloud a:hover {
  color: var(--white-color);
  background: var(--primay-color);
}

/*------------------- 15. Blog Details -------------------*/
.singleBlog {
  position: relative;
  padding: 120px 0;
}

.single-blog-tag-share {
  border-top: 1px solid var(--border-color-2);
  padding-top: 31px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.single-blog-tag-share .tj-tag {
  width: calc(100% - 170px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
.single-blog-tag-share .tj-tag .tag__title {
  font-size: 24px;
  margin-bottom: 0;
  max-width: 67px;
  width: 100%;
  line-height: 1.6;
}
.single-blog-tag-share .tj-tag .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.single-blog-tag-share .tj-tag .tagcloud a {
  display: inline-block;
  background-color: var(--primay-color);
  color: var(--white-color);
  font-size: 16px !important;
  text-transform: capitalize;
  padding: 8px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-blog-tag-share .tj-tag .tagcloud a:hover {
  background-color: var(--heading-color);
}
.single-blog-tag-share .shear-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.single-blog-tag-share .shear-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primay-color);
  background-color: transparent;
  border-radius: 50%;
  color: var(--primay-color);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.single-blog-tag-share .shear-link a:hover {
  background-color: var(--primay-color);
  color: var(--white-color);
}
.single-blog-tag-share.no-social-share .tj-tag {
  width: 100%;
}

.blog-details__pagination {
  padding-top: 31px;
  padding-bottom: 30px;
  border-top: 1px solid var(--border-color-2);
  border-bottom: 1px solid var(--border-color-2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.blog-details__pagination .tj_pagination-post {
  max-width: 48%;
  width: 100%;
  min-height: 145px;
  border-radius: 4px;
  overflow: hidden;
}
.blog-details__pagination .tj_pagination-post.next {
  margin-left: auto;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner {
  padding: 35px 25px;
  background-color: var(--bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-blog-img {
  max-width: 85px;
  width: 100%;
  height: 85px;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-blog-img a {
  display: inline-block;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-blog-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_nav {
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: var(--primay-color);
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_nav i {
  margin-right: 10px;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_title .title {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner.next_post {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner.next_post .tj-content {
  text-align: end;
}

.spThumb {
  position: relative;
  margin: 0 0 39px;
}
.spThumb img {
  max-width: 100%;
  border-radius: 5px;
  height: auto;
  width: auto;
}

.pTitle {
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  margin: 0 0 17px;
}

.biDMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 17px;
}
.biDMeta svg {
  display: inline-block;
  height: 16px;
  fill: var(--primay-color);
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.biDMeta a {
  color: inherit;
  margin-left: 5px;
}
.biDMeta a:hover {
  color: var(--primay-color);
}
.biDMeta span {
  margin-left: 24px;
}
.biDMeta span svg {
  position: relative;
  top: -1px;
}

.blDContent {
  position: relative;
}
.blDContent p {
  margin: 0 16px 37px 0;
}
.blDContent blockquote p:last-child {
  margin: 0;
}
.blDContent .listItem {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blDContent .listItem li {
  color: var(--heading-color);
  padding-left: 45px;
  margin-bottom: 24px;
}
.blDContent .listItem li i {
  font-size: 30px;
  top: -2px;
}
.blDContent .listItem li:hover {
  color: var(--primay-color);
}
.blDContent .sbITitle {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 24px;
}
.blDContent p.sbText {
  margin-right: 95px;
}

.blDThumb {
  position: relative;
  margin: 0 0 0 -52px;
}
.blDThumb img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.postCommetnListBox {
  position: relative;
  margin: 50px 100px 20px 0;
}

.commentHeading {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 13px;
  margin: 0 0 36px;
  position: relative;
}
.commentHeading::after {
  width: 70px;
  height: 3px;
  background: var(--primay-color);
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.tj-latest__comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tj-latest__comments ul .singleComment .tj-comment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color-2);
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__avatar {
  max-width: 120px;
  width: 100%;
  height: 120px;
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text {
  width: calc(100% - 140px);
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text .avatar__name h5 {
  line-height: 1;
  margin-bottom: 5px;
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text .avatar__name h5 a {
  color: var(--heading-color);
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text .avatar__name h5 a:hover {
  color: var(--primay-color);
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text .avatar__name span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text p {
  margin-bottom: 25px;
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text .comment__reply .comment-reply-link {
  color: var(--primay-color);
  font-size: 16px;
  padding: 5px 20px;
  border: 1px solid var(--primay-color);
  text-decoration: none;
}
.tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text .comment__reply .comment-reply-link:hover {
  background-color: var(--primay-color);
  color: var(--white-color);
}
.tj-latest__comments ul .singleComment .children {
  padding-left: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  list-style: none;
}

.commentForm {
  position: relative;
}
.commentForm .commentHeading {
  margin-bottom: 40px;
}
.commentForm textarea,
.commentForm input {
  font-size: 16px;
  font-weight: 400;
  color: var(--heading-color);
  width: 100%;
  height: 55px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: transparent;
  margin: 0 0 24px;
  padding: 0 18px;
}
.commentForm textarea:focus,
.commentForm input:focus {
  border-color: var(--primay-color);
}
.commentForm textarea {
  height: 145px;
  padding-top: 14px;
  resize: none;
  margin-bottom: 30px;
}
.commentForm textarea:focus {
  border-color: var(--primay-color);
}
.commentForm input::-webkit-input-placeholder, .commentForm textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(83, 97, 132, 0.6);
}
.commentForm input::-moz-placeholder, .commentForm textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(83, 97, 132, 0.6);
}
.commentForm input:-ms-input-placeholder, .commentForm textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(83, 97, 132, 0.6);
}
.commentForm input::-ms-input-placeholder, .commentForm textarea::-ms-input-placeholder {
  opacity: 1;
  color: rgba(83, 97, 132, 0.6);
}
.commentForm input::placeholder,
.commentForm textarea::placeholder {
  opacity: 1;
  color: rgba(83, 97, 132, 0.6);
}
.commentForm input::-moz-placeholder,
.commentForm textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(83, 97, 132, 0.6);
}
.commentForm input::-webkit-placeholder,
.commentForm textarea::-webkit-placeholder {
  opacity: 1;
  color: rgba(83, 97, 132, 0.6);
}
.commentForm .immiPressBtn {
  padding: 0 31px;
}
.commentForm .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.commentForm .comment-form-cookies-consent input[type=checkbox] {
  width: auto;
  height: auto;
  margin: 5px 10px 0 0;
}

/*------------------- 16. 404 Page -------------------*/
.errorBanner {
  position: relative;
}
.errorBanner .bannerTitle {
  margin: 93px 0 99px;
}
.errorBanner .breadcrumbs {
  display: none;
}

.errorPageSection {
  position: relative;
  padding: 120px 0 120px;
}

.errorContent {
  position: relative;
}
.errorContent h1 {
  font-size: 300px;
  line-height: 1;
  margin: 0 0 32px;
}
.errorContent h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  margin: 0 0 48px;
}
.errorContent .immiPressBtn {
  padding: 0 34px;
}
.errorContent .animImage {
  top: 14px;
}

/*------------------- 17. Coming Soon Page -------------------*/
.comingPageSection {
  position: relative;
  padding: 165px 0 140px;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  border-top: 1px solid #e3e3e3;
}

.comingSoonContent {
  position: relative;
}
.comingSoonContent h2 {
  font-size: 70px;
  line-height: 100px;
  margin: 0 0 55px;
}
.comingSoonContent .mailForm {
  max-width: 545px;
  margin: auto;
}
.comingSoonContent .mailForm [type=email] {
  max-width: 100%;
  height: 60px;
}
.comingSoonContent .mailForm .immiPressBtn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px 4px 4px 0px;
  height: 60px;
  padding: 0 37px;
}
.comingSoonContent .mailForm .immiPressBtn:hover {
  color: var(--white-color);
}
.comingSoonContent .mailForm .immiPressBtn::before,
.comingSoonContent .mailForm .immiPressBtn::after,
.comingSoonContent .mailForm .immiPressBtn span::before,
.comingSoonContent .mailForm .immiPressBtn span::after {
  background: var(--heading-color);
}

.commoncount {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--heading-font);
  margin: 0 0 70px;
}
.commoncount .countdown-section {
  float: left;
  margin: 0 54px;
}
.commoncount .countdown-section .countdown-amount {
  text-align: center;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  color: var(--heading-color);
  margin: 0 0 10px;
  display: block;
}
.commoncount .countdown-section .countdown-period {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--heading-color);
  margin: 0;
  text-align: center;
  display: block;
}

/*------------------- 18. Responsive -------------------*/
/*------------------- 1. Responsive For Extra large Device -------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .blDThumb {
    margin: 0;
  }
  .ppPostItem {
    padding-right: 0;
  }
  .heroSection04 .prevArrow {
    left: 28px;
  }
  .heroSection04 .nextArrow {
    right: 28px;
  }
  .topbar02 {
    padding: 0;
  }
  .header04 {
    padding: 0;
  }
  .header04 .immiPressBtn {
    padding: 0 25px;
    margin-left: 18px;
  }
  .header04 .mainMenu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .heroSection01 .heroSlider01 .singleSlide .sliderContent {
    margin-left: 0;
  }
  .topbar01 .topLeftShape {
    left: 5px;
    bottom: -10px;
  }
  .topbar01 .topLeftShape svg {
    width: 70px;
  }
  .topbar01 .topRightShape {
    right: 5px;
    bottom: -10px;
  }
  .topbar01 .topRightShape svg {
    width: 70px;
  }
  .topbar01 .topBarWrapper {
    margin: 0;
  }
  .topbar01 .topBarWrapper .infoText {
    padding-right: 15px;
  }
  .topbar01 .topBarWrapper .searchBar {
    padding: 15px;
  }
  .topbar01 .topBarWrapper .searchBar [type=search] {
    width: 225px;
  }
  .topbar01 .topBarWrapper .infoText.infoText02 {
    padding-left: 15px;
  }
  .topbar01 .topBarWrapper .topBarSocial {
    padding: 16px 15px 12px 15px;
  }
  .header03,
  .header01 {
    padding: 0;
  }
  .header03 .immiPressBtn,
  .header01 .immiPressBtn {
    margin-left: 30px;
  }
  .mainMenu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu,
  .mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
  .serviceMenu {
    position: relative;
    margin: 79px 15px 0 45px;
  }
  .contactWidget {
    margin-left: 0;
  }
  .tj-stretch-element-inside-column {
    height: 100%;
  }
  .tj-stretch-element-inside-column .straceThumb {
    height: 100%;
  }
  .tj-stretch-element-inside-column .straceThumb img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .contactFWrapper02 {
    margin: 0;
  }
  .header03 .mainMenu ul,
  .header02 .mainMenu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .header02 .popupBtn {
    margin-left: 35px;
  }
  .header03 {
    padding: 0 15px;
  }
  .header03 .immiPressBtn {
    padding: 0 22px;
  }
  .header03 > svg {
    left: -90px;
  }
  .header03 svg.last {
    left: -80px;
  }
  .heroSection03 .sliderContent h2 {
    font-size: 60px;
    line-height: 85px;
  }
  .bannerThumb .heroThumb {
    margin-left: 0;
  }
  .bannerThumb .heroThumb img {
    max-width: 75%;
  }
  .bannerThumb .bgBorder {
    left: 0;
  }
  .bannerThumb .bgBorder img {
    max-width: 100%;
  }
  .bannerThumb .bnFlag {
    left: 0;
  }
  .bannerThumb .bnFlag img {
    max-width: 100%;
  }
  .footer_02 .serviceMenu {
    margin-right: 50px;
  }
  .footer_02 .aboutWidget {
    padding-right: 27px;
  }
}
@media (min-width: 1801px) and (max-width: 1900px) {
  .topbar01 .topRightShape,
  .topbar01 .topLeftShape {
    bottom: -10px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .header03 > svg {
    left: -50px;
  }
  .header03 svg.last {
    left: -40px;
  }
  .topbar01 .topLeftShape {
    left: 15px;
    bottom: -5px;
  }
  .topbar01 .topLeftShape svg {
    width: 120px;
    height: auto;
  }
  .topbar01 .topRightShape {
    right: 15px;
    bottom: -5px;
  }
  .topbar01 .topRightShape svg {
    width: 120px;
    height: auto;
  }
  .header01 {
    padding: 0 45px;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 {
    border-left: 1px solid var(--border-color-1);
    padding-top: 0;
    margin-top: 80px;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 .tj-stretch-element-inside-column {
    display: none;
  }
  .footer_04 .footer_bottom .copyRight {
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 {
    border-left: 1px solid var(--border-color-1);
    padding-top: 0;
    margin-top: 80px;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 .tj-stretch-element-inside-column {
    display: none;
  }
  .footer_04 .footer_bottom .copyRight {
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .mailchimpWidget02 {
    margin: 0;
    padding-left: 0;
  }
  .heroSection04 .prevArrow {
    left: 20px;
  }
  .heroSection04 .nextArrow {
    right: 20px;
  }
  .heroSection04 .heroSlider02 .singleSlide {
    height: 800px;
  }
  .heroSection04 .heroSlider02 .sliderContent {
    padding-left: 80px;
  }
  .mailchimpWidget02 .tj-stretch-element-inside-column {
    display: none;
  }
  .topbar02 {
    padding: 0;
  }
  .header04 {
    padding: 0;
  }
  .topbar01 .topLeftShape,
  .topbar01 .topRightShape {
    display: none;
  }
  .header01 {
    padding: 0;
  }
  .header01 .immiPressBtn {
    margin-left: 30px;
    padding: 0 25px;
    font-size: 15px;
  }
  .mainMenu ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .mainMenu ul li .megaMenu {
    right: -180px;
  }
  .mainMenu > ul > li:last-of-type > .sub-menu {
    left: auto;
    right: 0;
  }
  .mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu,
  .mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu,
  .mainMenu ul li:nth-last-child(3) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
  .header03 {
    padding: 0;
  }
  .header03 > svg {
    left: -75px;
  }
  .header03 svg.last {
    left: -65px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .coachingItem03 {
    min-height: 249px;
  }
  .heroSection01 .heroSlider01 .singleSlide {
    height: 700px;
  }
  .heroSection04 .heroSlider02 .singleSlide {
    height: 750px;
  }
  .heroSection02 {
    padding: 210px 0 120px;
  }
  .heroSection02 .sliderContent h2 {
    font-size: 75px;
    line-height: 90px;
  }
  .footer_01 .footer_top .footer1_col_2,
  .footer_01 .footer_top .footer1_col_3 {
    border: none;
  }
  .footer_01 .footer_top .footer1_col_2 {
    padding-left: 40px;
  }
  .footer_01 .footer_top .footer1_col_3 {
    padding-left: 0;
  }
  .header04 .searchBtn {
    margin-left: 30px;
  }
  .footer_04 .footer_top .footer4_col_1,
  .footer_04 .footer_top .footer4_col_2,
  .footer_04 .footer_top .footer4_col_3,
  .footer_04 .footer_top .footer4_col_4 {
    border: none;
  }
  .footer_04 .footer_top .footer4_col_2 {
    padding-left: 40px;
  }
  .footer_04 .footer_top .footer4_col_3 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_4 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 {
    border: none;
    padding-top: 0;
    margin-top: 80px;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 .tj-stretch-element-inside-column {
    display: none;
  }
  .footer_04 .footer_bottom .copyRight {
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
/*------------------- 2. Responsive Desktop Device -------------------*/
@media (max-width: 1199px) {
  .footer_01 {
    background-position: left center;
  }
  .heroSection02 {
    padding: 190px 0 120px;
  }
  .sidebar {
    margin-left: 0;
  }
  .sidebar.lft {
    margin-right: 0;
  }
  .blDThumb {
    margin: 0;
  }
  .postCommetnListBox {
    margin-right: 0;
  }
  .blDContent .wp-block-quote,
  .blDContent blockquote.wp-block-quote {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blDContent p,
  .blDContent p.sbText {
    margin-right: 0;
  }
  .teamDetailsArea {
    margin: 0 0 60px;
    padding: 65px 25px 80px;
  }
  .skArea {
    margin: 0;
  }
  .coachingDConArea,
  .serviceDConArea {
    margin: 0;
  }
  .mailchimpWidget02 p,
  .abSocial a:last-child {
    margin-right: 0;
  }
  .mailchimpWidget02 .tj-stretch-element-inside-column {
    display: none;
  }
  .mailchimpWidget.mailchimpWidget02 {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
  }
  .conInfoWrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .conInfoWrapper .starRatings {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 8px;
  }
  .iconBox05 p {
    word-wrap: break-word;
  }
  .heroSection04 .prevArrow {
    left: 20px;
  }
  .heroSection04 .nextArrow {
    right: 20px;
  }
  .heroSection04 .heroSlider02 .singleSlide {
    height: 700px;
    padding-top: 90px;
  }
  .heroSection04 .heroSlider02 .singleSlide .sliderContent {
    padding-left: 50px;
  }
  .heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
    font-size: 65px;
    line-height: 75px;
  }
  .abFact .abContent {
    left: -160px;
    bottom: -180px;
    padding: 65px 15px 15px 160px;
  }
  .topbar02 {
    padding: 0;
  }
  .header04 {
    padding: 0;
  }
  .header04 .immiPressBtn {
    display: none;
  }
  .bannerThumb .heroThumb {
    margin-left: 0;
  }
  .bannerThumb .heroThumb img {
    max-width: 70%;
  }
  .bannerThumb .bgBorder {
    left: 0;
  }
  .bannerThumb .bgBorder img {
    max-width: 100%;
  }
  .bannerThumb .bnFlag {
    left: 0;
  }
  .bannerThumb .bnFlag img {
    max-width: 100%;
  }
  .contactFWrapper02 {
    margin: 0 -15px;
  }
  .contactFWrapper02 .cwBg {
    padding-left: 22px;
    padding-right: 22px;
  }
  /*-- Home One --*/
  .topbar01 .topLeftShape,
  .topbar01 .topRightShape {
    display: none;
  }
  .topbar01 .topBarWrapper {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .topbar01 .topBarWrapper .infoText {
    padding-right: 15px;
    margin-left: 0;
  }
  .topbar01 .topBarWrapper .infoText.infoText02 {
    padding-left: 15px;
  }
  .topbar01 .topBarWrapper .linkText {
    margin-left: 0;
  }
  .topbar01 .topBarSocial {
    padding: 16px 0 12px 0;
    border-right: none;
    margin-left: auto;
    gap: 15px;
  }
  .topbar01 .searchBar {
    padding-left: 15px;
  }
  .topbar01 .searchBar [type=search] {
    width: 200px;
  }
  .logo01 img {
    height: 48px;
  }
  .header01 {
    padding: 0;
  }
  .header01 .immiPressBtn {
    display: none;
  }
  .heroSection01 .heroSlider01 .singleSlide {
    height: 700px;
  }
  .heroSection01 .heroSlider01 .singleSlide .sliderContent {
    margin-left: 0;
  }
  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2 {
    font-size: 75px;
    line-height: 85px;
  }
  .serviceItem01 .serContent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .secTitle {
    font-size: 40px;
    line-height: 50px;
  }
  .iconBox02 {
    margin: 24px 0 0;
  }
  .qutation br {
    display: none;
  }
  .hideM {
    display: none;
  }
  .heroSection01 .heroSlider01 .owl-dots {
    right: 20px;
  }
  .header03 {
    padding: 0;
  }
  .header03 .immiPressBtn {
    display: none;
  }
  .coachingInfo .coachingDCon {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .countryTabTabsNav li button {
    font-size: 18px;
    padding: 0 26px;
  }
  .commentList li .children li {
    margin-left: 15px;
  }
  .ppPostItem .post_thumb {
    width: 80px;
    height: 80px;
  }
  .ppPostItem .post_content {
    width: calc(100% - 95px);
  }
  .comingSoonContent h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .commoncount .countdown-section {
    margin: 0 30px;
  }
  .iconBox07 {
    padding: 0 0 6px;
  }
  .coachingInfo .col-lg-5 {
    width: 45%;
  }
  .coachingInfo .col-lg-7 {
    width: 55%;
  }
  .serviceDcon .sDcon {
    padding: 0;
  }
  .contacInfotWidget .infoContent {
    margin-right: 25px;
  }
  .serviceMenu {
    margin-left: 35px;
    margin-right: 0;
  }
  .contactWidget {
    margin-left: 0;
  }
  .mainMenu > ul > li:last-of-type > .sub-menu {
    left: auto;
    right: 0;
  }
  .blogItem03 .blogContent {
    padding-left: 22px;
    padding-right: 22px;
  }
  .blogItem03 .blogContent .biMeta {
    font-size: 15px;
  }
  .blogItem03 .blogContent .biMeta span {
    margin-left: 10px;
  }
  .blogItem03 .blogContent .biMeta svg {
    margin-right: 5px;
  }
  .heroSection03 .sliderContent h2 {
    font-size: 50px;
    line-height: 65px;
  }
  .mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu,
  .mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu,
  .mainMenu ul li:nth-last-child(3) .sub-menu li .sub-menu,
  .mainMenu ul li:nth-last-child(4) .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
  }
  .mainMenu ul li .megaMenu {
    width: 950px;
    right: -80px;
  }
  .header02 .mainMenu ul li .megaMenu {
    right: -160px;
  }
  .header01 {
    padding: 0;
  }
  .header01 .immiPressBtn {
    display: none;
  }
  .header01 .mainMenu ul {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .header01 .mainMenu ul li {
    padding: 33px 0;
  }
  .header01 .mainMenu ul li::before {
    bottom: 33px;
  }
  .header01 .mainMenu ul li::after {
    top: 33px;
  }
  .header01 .mainMenu ul li a {
    font-size: 17px;
  }
  .coachingItem02 .immiPressBtn,
  .coachingItem02 .coachingContent {
    margin-right: 30px;
  }
  .ci04 .immiPressBtn,
  .ci04 .coachingContent {
    margin-right: 0;
    margin-left: 30px;
    padding-right: 30px;
  }
  .heroSection02 .sliderContent h2 {
    font-size: 60px;
    line-height: 70px;
  }
  .footer_02 .aboutWidget {
    padding-right: 18px;
    margin-right: -20px;
  }
  .footer_02 .serviceMenu {
    margin: 79px 25px 0 20px;
  }
  .mailchimpWidget {
    margin-left: -25px;
    padding-left: 25px;
  }
  .header03 .mainMenu ul,
  .header02 .mainMenu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .header03 .popupBtn,
  .header02 .popupBtn {
    margin-left: 20px;
    width: 50px;
    height: 50px;
  }
  .header03 .mainMenu > ul > li > a,
  .header02 .mainMenu > ul > li > a {
    font-size: 16px;
  }
  .contactFWrapper02 {
    margin-right: 0;
  }
  .header03 > svg {
    left: -115px;
    height: 94px;
  }
  .header03 svg.last {
    left: -105px;
  }
  .header03 .mainMenu ul li .megaMenu {
    right: -145px;
  }
  .testimonialSlider02 .testimonilaItem02 {
    padding-right: 30px;
  }
  .blogItem02 .blogContent .biMeta {
    font-size: 15px;
  }
  .header03 .logo01,
  .logo01 {
    padding: 23px 0;
  }
  .header03 .mainMenu ul li,
  .mainMenu ul li {
    padding: 33px 0;
  }
  .header01 .mainMenu ul li:hover::after {
    top: 35px;
  }
  .header01 .mainMenu ul li:hover::before {
    bottom: 35px;
  }
  .iconBox03 .ibTitle {
    font-size: 22px;
  }
  .footer_01 .footer_top {
    padding-bottom: 40px;
  }
  .footer_01 .footer_top .footer1_col_2,
  .footer_01 .footer_top .footer1_col_3 {
    border: none;
  }
  .footer_01 .footer_top .footer1_col_2 {
    padding-left: 40px;
  }
  .footer_01 .footer_top .footer1_col_3 {
    padding-left: 0;
  }
  .footer_02 .footer_top .footer2_col_2 {
    padding-left: 20px;
    padding-right: 0;
    border: none;
  }
  .footer_02 .footer_top .footer2_col_3 {
    padding-left: 0;
  }
  .footer_02 .footer_top .footer2_col_4 {
    padding-left: 0;
    border: none;
  }
  body.absolute_header .pageBanner {
    padding-top: 95px;
  }
  .header04 .searchBtn {
    margin-left: 20px;
  }
  .footer_04 .footer_top {
    padding-bottom: 40px;
  }
  .footer_04 .footer_top .footer4_col_1,
  .footer_04 .footer_top .footer4_col_2,
  .footer_04 .footer_top .footer4_col_3,
  .footer_04 .footer_top .footer4_col_4 {
    border: none;
  }
  .footer_04 .footer_top .footer4_col_2 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_3 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_4 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 {
    border: none;
    padding-top: 0;
    margin-top: 80px;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 .tj-stretch-element-inside-column {
    display: none;
  }
  .footer_04 .footer_bottom .copyRight {
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .footer_02 .footer_top {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
/*------------------- 3. Responsive For Tab Device -------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 45px;
  }
  .header02 .popupBtn {
    margin-left: 20px;
  }
  .footer_04 .serviceMenu {
    margin-left: 0;
  }
  .footer_04 .aboutWidget {
    margin-right: 20px;
  }
  .heroSection04 .heroSlider02 .singleSlide .sliderContent p {
    max-width: 550px;
  }
  .heroSection02 .sliderContent p {
    margin-right: 30px;
  }
  .commoncount .countdown-section {
    margin: 0 30px;
  }
  .coachingInfo .col-lg-5 {
    width: 49%;
  }
  .coachingInfo .col-lg-7 {
    width: 51%;
  }
  .topbar01 .topBarSocial {
    border-left: none;
    margin-left: 0;
  }
  .heroSection02 .sliderContent h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .footer_02 .contactWidget {
    margin-left: 0;
  }
  .heroSection03 .sliderContent h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .heroSection03 .btnInfo .immiPressBtn {
    padding: 0 21px;
  }
  .header03 > svg {
    left: -70px;
    height: 95px;
  }
  .header03 svg.last {
    left: -60px;
  }
  .header04 .immiPressBtn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    margin-left: 12px;
  }
  .footer_01 .footer_top {
    padding-bottom: 40px;
  }
  .footer_01 .footer_top .footer1_col_2,
  .footer_01 .footer_top .footer1_col_3 {
    border: none;
  }
  .footer_01 .footer_top .footer1_col_2 {
    padding-left: 0;
  }
  .footer_01 .footer_top .footer1_col_3 {
    padding-left: 0;
  }
  .footer_widget .widgetTitle {
    margin-bottom: 30px;
  }
  .footer_02 .footer_top {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .footer_02 .footer_top .footer2_col_2 {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .footer_02 .footer_top .footer2_col_3 {
    padding-left: 0;
  }
  .footer_02 .footer_top .footer2_col_4 {
    padding-left: 0;
    border: none;
  }
  .blogPageSection {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .blogPageSection .sidebar {
    border-top: 1px solid var(--border-color-2);
    padding-top: 50px;
    margin-top: 10px;
  }
  .singleBlog {
    padding: 100px 0 60px 0;
  }
  .singleBlog .sidebar {
    border-top: 1px solid var(--border-color-2);
    padding-top: 50px;
    margin-top: 50px;
  }
  .errorPageSection {
    padding: 100px 0;
  }
  .errorPageSection h1 {
    font-size: 250px;
  }
  .page-padding {
    padding: 100px 0;
  }
  .countryPageSection.section-padding {
    padding-top: 100px;
    padding-bottom: 45px;
  }
  body.absolute_header .pageBanner {
    padding-top: 95px;
  }
  .topbar02 .infoText {
    margin-right: 20px;
  }
  .footer_04 .footer_top {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .footer_04 .footer_top .footer4_col_1,
  .footer_04 .footer_top .footer4_col_2,
  .footer_04 .footer_top .footer4_col_3,
  .footer_04 .footer_top .footer4_col_4 {
    border: none;
    margin-top: 0;
  }
  .footer_04 .footer_top .footer4_col_2 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_3 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_4 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 .tj-stretch-element-inside-column {
    display: none;
  }
  .footer_04 .footer_bottom .copyRight {
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
/*------------------- 4. Responsive in Tab -------------------*/
@media (max-width: 991px) {
  .sidebar.lft {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .teamDContent {
    padding: 0;
  }
  .teamDContent ul li span {
    min-width: 120px;
  }
  .teamDetailsArea p {
    margin-right: 0;
  }
  .skArea {
    margin: 0 0 30px;
  }
  .iconBox07 {
    padding-bottom: 30px;
  }
  .coachingDConArea,
  .serviceDConArea {
    margin: 0 0 50px;
  }
  .footer_04 .copyRight {
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
  .mailchimpWidget02 {
    margin: 0;
  }
  .searchBtn {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    margin-left: 10px;
  }
  .iconBox04 {
    padding: 0 0 0 105px;
  }
  .sliderContent h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .coachingItem02,
  .blogItem02,
  .iconBox03,
  .blogItem01,
  .coachingItem01,
  .teamItem01,
  .serviceItem01 {
    margin: 0 0 24px;
  }
  .logo01 {
    padding: 25px 0;
  }
  .header01 .immiPressBtn {
    display: inline-block;
    margin-left: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 15px;
  }
  .header03 .popupBtn,
  .popupBtn {
    width: 50px;
    height: 50px;
  }
  /*-- Mobile Menu --*/
  .menuBtn {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    padding: 0;
    position: relative;
    margin: 0;
    background: var(--heading-color);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    margin-left: auto;
  }
  .menuBtn:hover, .menuBtn.active {
    background: var(--primay-color);
    color: #fff;
  }
  .menuBtn.mbText {
    width: auto;
    padding: 0 18px;
    background: var(--primay-color);
  }
  .menuBtn.mbText i {
    margin-right: 8px;
  }
  .menuBtn span {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    top: -1px;
    font-weight: 600;
  }
  .header04 .mainMenu,
  .header03 .mainMenu,
  .header02 .mainMenu,
  header .mainMenu {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(29, 35, 58, 0.08);
            box-shadow: 0 0 50px 0 rgba(29, 35, 58, 0.08);
    border-radius: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    display: none;
    z-index: 99;
  }
  .header04 .mainMenu > ul,
  .header03 .mainMenu > ul,
  .header02 .mainMenu > ul,
  header .mainMenu > ul {
    display: block;
    width: 100%;
  }
  .header04 .mainMenu > ul > li,
  .header03 .mainMenu > ul > li,
  .header02 .mainMenu > ul > li,
  header .mainMenu > ul > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header04 .mainMenu > ul > li > a,
  .header03 .mainMenu > ul > li > a,
  .header02 .mainMenu > ul > li > a,
  header .mainMenu > ul > li > a {
    width: 100%;
    display: block;
    padding: 11px 20px;
    border-top: 1px solid #eee;
    color: var(--body-color);
  }
  .header04 .mainMenu > ul > li.menu-item-has-children a::after,
  .header03 .mainMenu > ul > li.menu-item-has-children a::after,
  .header02 .mainMenu > ul > li.menu-item-has-children a::after,
  header .mainMenu > ul > li.menu-item-has-children a::after {
    position: absolute;
    margin: 0;
    top: 12px;
    right: 20px;
  }
  .header04 .mainMenu > ul > li::after, .header04 .mainMenu > ul > li::before,
  .header03 .mainMenu > ul > li::after,
  .header03 .mainMenu > ul > li::before,
  .header02 .mainMenu > ul > li::after,
  .header02 .mainMenu > ul > li::before,
  header .mainMenu > ul > li::after,
  header .mainMenu > ul > li::before {
    display: none;
  }
  .header04 .mainMenu > ul > li .sub-menu,
  .header04 .mainMenu > ul > li .megaMenu,
  .header03 .mainMenu > ul > li .sub-menu,
  .header03 .mainMenu > ul > li .megaMenu,
  .header02 .mainMenu > ul > li .sub-menu,
  .header02 .mainMenu > ul > li .megaMenu,
  header .mainMenu > ul > li .sub-menu,
  header .mainMenu > ul > li .megaMenu {
    display: none;
    position: relative;
    top: 0;
    left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
    transition: none;
    min-width: 100%;
  }
  .header04 .mainMenu > ul > li .sub-menu li,
  .header04 .mainMenu > ul > li .megaMenu li,
  .header03 .mainMenu > ul > li .sub-menu li,
  .header03 .mainMenu > ul > li .megaMenu li,
  .header02 .mainMenu > ul > li .sub-menu li,
  .header02 .mainMenu > ul > li .megaMenu li,
  header .mainMenu > ul > li .sub-menu li,
  header .mainMenu > ul > li .megaMenu li {
    padding: 0;
    border: none;
  }
  .header04 .mainMenu > ul > li .sub-menu li a,
  .header04 .mainMenu > ul > li .megaMenu li a,
  .header03 .mainMenu > ul > li .sub-menu li a,
  .header03 .mainMenu > ul > li .megaMenu li a,
  .header02 .mainMenu > ul > li .sub-menu li a,
  .header02 .mainMenu > ul > li .megaMenu li a,
  header .mainMenu > ul > li .sub-menu li a,
  header .mainMenu > ul > li .megaMenu li a {
    width: 100%;
    display: block;
    padding: 11px 20px;
    padding-left: 35px;
    border-top: 1px solid #eee;
  }
  .header04 .mainMenu > ul > li .sub-menu li .sub-menu li a,
  .header04 .mainMenu > ul > li .megaMenu li .sub-menu li a,
  .header03 .mainMenu > ul > li .sub-menu li .sub-menu li a,
  .header03 .mainMenu > ul > li .megaMenu li .sub-menu li a,
  .header02 .mainMenu > ul > li .sub-menu li .sub-menu li a,
  .header02 .mainMenu > ul > li .megaMenu li .sub-menu li a,
  header .mainMenu > ul > li .sub-menu li .sub-menu li a,
  header .mainMenu > ul > li .megaMenu li .sub-menu li a {
    padding-left: 45px;
  }
  .header04 .mainMenu > ul > li .sub-menu li.menu-item-has-children > a::after,
  .header04 .mainMenu > ul > li .megaMenu li.menu-item-has-children > a::after,
  .header03 .mainMenu > ul > li .sub-menu li.menu-item-has-children > a::after,
  .header03 .mainMenu > ul > li .megaMenu li.menu-item-has-children > a::after,
  .header02 .mainMenu > ul > li .sub-menu li.menu-item-has-children > a::after,
  .header02 .mainMenu > ul > li .megaMenu li.menu-item-has-children > a::after,
  header .mainMenu > ul > li .sub-menu li.menu-item-has-children > a::after,
  header .mainMenu > ul > li .megaMenu li.menu-item-has-children > a::after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header04 .mainMenu > ul > li .sub-menu .sub-menu,
  .header04 .mainMenu > ul > li .megaMenu .sub-menu,
  .header03 .mainMenu > ul > li .sub-menu .sub-menu,
  .header03 .mainMenu > ul > li .megaMenu .sub-menu,
  .header02 .mainMenu > ul > li .sub-menu .sub-menu,
  .header02 .mainMenu > ul > li .megaMenu .sub-menu,
  header .mainMenu > ul > li .sub-menu .sub-menu,
  header .mainMenu > ul > li .megaMenu .sub-menu {
    top: 0;
    left: 0;
  }
  .header04 .mainMenu > ul > li .megaMenu,
  .header03 .mainMenu > ul > li .megaMenu,
  .header02 .mainMenu > ul > li .megaMenu,
  header .mainMenu > ul > li .megaMenu {
    width: 100%;
    right: auto;
    padding: 20px;
  }
  .header04 .mainMenu > ul > li .megaMenu .mgmenuItem,
  .header03 .mainMenu > ul > li .megaMenu .mgmenuItem,
  .header02 .mainMenu > ul > li .megaMenu .mgmenuItem,
  header .mainMenu > ul > li .megaMenu .mgmenuItem {
    margin: 0 0 30px;
  }
  .header04 .mainMenu > ul > li:hover > .sub-menu,
  .header03 .mainMenu > ul > li:hover > .sub-menu,
  .header02 .mainMenu > ul > li:hover > .sub-menu,
  header .mainMenu > ul > li:hover > .sub-menu {
    pointer-events: inherit;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .header04 .mainMenu,
  .header02 .mainMenu {
    background: var(--heading-color);
  }
  .header04 .mainMenu > ul > li > a,
  .header02 .mainMenu > ul > li > a {
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
  }
  .header04 .mainMenu > ul > li.menu-item-has-children a::after,
  .header02 .mainMenu > ul > li.menu-item-has-children a::after {
    color: var(--white-color);
  }
  .header01 .mainMenu ul li:nth-last-child(1) .sub-menu li .sub-menu,
  .header01 .mainMenu ul li:nth-last-child(2) .sub-menu li .sub-menu,
  .header01 .mainMenu ul li:nth-last-child(3) .sub-menu li .sub-menu,
  .header01 .mainMenu ul li:nth-last-child(4) .sub-menu li .sub-menu {
    left: 0;
    right: auto;
  }
  .mainMenu ul li .sub-menu li:hover .sub-menu {
    top: 0;
  }
  .header04 .menuBtn {
    background: var(--primay-color);
  }
  .header01.header-absolute:not(.fixedHeader) .mainMenu > ul > li > a,
  .header03.header-absolute:not(.fixedHeader) .mainMenu > ul > li > a {
    color: var(--body-color);
  }
  /*-- Mobile Menu --*/
  .serviceMenu {
    margin-left: 30px;
    margin-right: 0;
  }
  .footer_04 .serviceMenu,
  .footer_02 .serviceMenu {
    border-right: none;
  }
  .contactWidget {
    margin-left: 0;
  }
  .abSocial a {
    margin-right: 4px;
  }
  .blogItem03 {
    margin: 0 0 24px;
  }
  .iconBox07 {
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------- 5. Responsive For Mobile Device -------------------*/
@media (max-width: 767px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
  }
  h3,
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 20px;
  }
  .iconBox03 > span::before,
  .iconBox03 > span::after {
    width: 50px;
  }
  .container-sm,
  .container {
    max-width: 100%;
  }
  .singleComment {
    padding-left: 0;
  }
  .singleComment > img {
    position: relative;
    margin: 0 0 25px;
  }
  .commentList li .children li {
    margin-left: 15px;
  }
  .ppPostItem {
    padding-right: 0;
    padding-top: 0;
  }
  .ppPostItem .biMeta span.date {
    margin-right: 15px;
  }
  .teamDContent {
    padding: 50px 0 0;
  }
  .teamDetailsArea .col-lg-7,
  .teamDetailsArea .col-lg-5 {
    width: 100%;
  }
  .comingPageSection {
    padding: 90px 0 70px;
  }
  .comingSoonContent .mailForm .immiPressBtn {
    padding: 0 15px;
  }
  .commoncount {
    display: block;
  }
  .commoncount .countdown-section {
    float: none;
    margin: 0 0 30px;
    display: block;
  }
  .comingSoonContent h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .borderRight {
    border: none;
  }
  .contacInfotWidget .infoContent {
    margin-right: 25px;
  }
  .pageBanner .bannerTitle {
    font-size: 40px;
  }
  .topbar02 {
    padding: 0;
  }
  .topbar02 .topBarWrapper {
    padding: 5px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topbar02 .topBarWrapper .infoText {
    margin: 0;
    padding: 5px 0;
  }
  .topbar02 .topBarWrapper .topBarSocial {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding: 5px 0;
  }
  .abFact .abContent {
    left: -210px;
    bottom: -255px;
    padding: 50px 15px 15px 185px;
  }
  .abFact .abContent h2 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .abFact .abContent h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .conInfoWrapper {
    margin: 40px 0 0;
  }
  .conInfoWrapper .starRatings {
    font-size: 35px;
  }
  .countrySlider.owl-carousel .owl-nav,
  .coachingSlider.owl-carousel .owl-nav,
  .serviceSlider.owl-carousel .owl-nav {
    position: relative;
    top: 0;
    text-align: center;
    margin: 20px 0 0;
  }
  .coachingItem02 .immiPressBtn,
  .coachingItem02 .coachingContent {
    margin-right: 30px;
  }
  .ci04 .immiPressBtn,
  .ci04 .coachingContent {
    margin-right: 0;
    margin-left: 30px;
    padding-right: 30px;
  }
  .contactFWrapper02 {
    margin: 50px 0 0;
  }
  .contactFWrapper02 .cwBg {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header03 .popupBtn,
  .header02 .popupBtn {
    margin-left: 12px;
  }
  .header01 .immiPressBtn {
    display: none;
  }
  .footer_02 .aboutWidget {
    margin-right: 0;
    margin-left: 0;
  }
  .testimonialSlider01 .testimonilaItem01 .qutation {
    font-size: 35px;
  }
  .secTitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .secTitle br {
    display: none;
  }
  .sliderContent .subTitle {
    font-size: 20px;
  }
  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2,
  .heroSection03 .sliderContent h2,
  .sliderContent h2 {
    font-size: 55px;
    line-height: 65px;
    max-width: 450px;
  }
  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2 br,
  .heroSection03 .sliderContent h2 br,
  .sliderContent h2 br {
    display: none;
  }
  .heroSection01 .heroSlider01 .owl-dots {
    right: 10px;
  }
  .heroSection01 .heroSlider01 .singleSlide {
    height: 650px;
  }
  .heroSection04 .heroSlider02 .singleSlide {
    height: 550px;
    padding-top: 40px;
  }
  .heroSection04 .heroSlider02 .singleSlide .sliderContent {
    padding-left: 25px;
    padding-right: 25px;
  }
  .heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
    font-size: 40px;
    line-height: 52px;
    max-width: 430px;
    margin-bottom: 30px;
  }
  .heroSection04 .heroSlider02 .singleSlide .sliderContent p {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .heroSection04 .prevArrow,
  .heroSection04 .nextArrow {
    left: 0;
  }
  .heroSection04 .prevArrow svg,
  .heroSection04 .nextArrow svg {
    height: 35px;
  }
  .heroSection04 .nextArrow {
    right: 0;
    left: auto;
  }
  .topbar01 {
    position: relative;
  }
  .topbar01 .topBarWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    row-gap: 15px;
    padding: 15px 0;
  }
  .topbar01 .topBarWrapper .searchBar {
    padding: 0;
    margin: 0 0;
    border-bottom: 1px solid var(--body-color);
    border-left: none;
    border-right: none;
    width: 100%;
  }
  .topbar01 .topBarWrapper .searchBar [type=search] {
    width: 100%;
  }
  .topbar01 .topBarWrapper .infoText {
    padding: 0;
    border: none;
  }
  .topbar01 .topBarWrapper .infoText.infoText02 {
    padding: 0;
  }
  .topbar01 .topBarWrapper .topBarSocial {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: none;
    border-left: none;
    margin-left: 0;
  }
  .topbar01 .topBarWrapper .linkText {
    padding: 0;
  }
  .bannerThumb {
    text-align: center;
    margin: auto;
  }
  .bannerThumb .heroThumb {
    margin: 45px 0 0;
  }
  .bannerThumb .heroThumb img {
    max-width: 65%;
  }
  .bannerThumb .bgBorder {
    left: 0;
    top: 30px;
  }
  .bannerThumb .bgBorder img {
    max-width: 100%;
  }
  .bannerThumb .bnFlag img {
    max-width: 80%;
  }
  .heroSection02 {
    padding: 150px 0 80px;
  }
  .heroSection02 .sliderContent h2 {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .heroSection02 .sliderContent p {
    margin-bottom: 32px;
  }
  .heroSection02 .btnInfo .immiPressBtn {
    padding: 0 25px;
    margin: 0 15px 0 0;
  }
  .header03 > svg {
    display: none;
  }
  .header03.fixedHeader,
  .header03 {
    background: var(--heading-color);
  }
  .header03.fixedHeader .popupBtn:hover,
  .header03 .popupBtn:hover {
    border-color: var(--primay-color);
  }
  .header03.fixedHeader .popupBtn:hover svg,
  .header03 .popupBtn:hover svg {
    fill: var(--primay-color);
  }
  .tmjAccordion .card .card-body br {
    display: none;
  }
  .testimonialSlider02 .testimonilaItem02 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .testimonialSlider02 .testimonilaItem02 .quoteIcon {
    right: 15px;
    width: 70px;
    height: auto;
  }
  .footer_02 .serviceMenu {
    margin: 20px 0 0;
    border: none;
  }
  .crMenu {
    text-align: center;
    padding-bottom: 0px;
  }
  .header03 .logo01,
  .logo01 {
    padding: 15px 0;
  }
  .heroSection01 .heroSlider01 .singleSlide {
    height: 550px;
  }
  .animImage {
    top: 60px;
  }
  .serviceMenu {
    padding-bottom: 0;
  }
  .brhr {
    margin-top: 65px;
  }
  .testimonialSlider01 .testimonilaItem01 .qutation {
    font-size: 30px;
    line-height: 45px;
  }
  .teamItem01 .teamThumb .share {
    right: -95px;
    top: -85px;
    padding: 0 0 35px 26px;
  }
  .teamItem01 .teamThumb .share svg {
    width: 30px;
    height: 30px;
  }
  .teamItem01 .teamContent h3 a {
    padding: 10px 20px 9px 15px;
  }
  .teamItem01 .teamContent .designation {
    padding: 3px 18px 5px 18px;
  }
  .contactFWrapper .secTitle {
    margin-bottom: 30px;
  }
  .footer_02 {
    padding-top: 0;
  }
  .heroSection03 .sliderContent h2 {
    max-width: 80%;
  }
  .heroSection03 {
    padding: 80px 0;
  }
  .gmaps iframe {
    height: 450px;
  }
  .serviceDcon .sDcon {
    padding: 20px 0 0;
  }
  .singleBlog,
  .blogPageSection,
  .singleCoachingSection,
  .singleServiceSection,
  .singleCountrySection {
    padding: 80px 0 70px;
  }
  .coachingItem03 {
    min-height: 249px;
  }
  .faqTabTabsNav {
    margin: 0 0 20px;
  }
  .faqTabTabsNav li {
    margin: 0 10px 10px 0;
  }
  .faqTabTabsNav li button {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 15px;
  }
  .countryTabTabsNav li button {
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    padding: 0 17px;
    margin-bottom: 10px;
  }
  .footer_01 .footer_top {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .footer_01 .footer_top .footer1_col_2,
  .footer_01 .footer_top .footer1_col_3 {
    border: none;
  }
  .footer_01 .footer_top .footer1_col_2 {
    padding-left: 0;
  }
  .footer_01 .footer_top .footer1_col_3 {
    padding-left: 0;
  }
  footer .footer_widget .widgetTitle {
    margin-bottom: 20px;
  }
  footer .footer_widget.aboutWidget .logo {
    margin-bottom: 20px;
  }
  footer .footer_widget.aboutWidget .desc {
    margin-bottom: 25px;
  }
  .footer_bottom_wrapper {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_02 .footer_top {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .footer_02 .footer_top .footer2_col_2 {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .footer_02 .footer_top .footer2_col_3 {
    padding-left: 0;
  }
  .footer_02 .footer_top .footer2_col_4 {
    padding-left: 0;
    border: none;
  }
  .blogPageSection {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .blogPageSection .blogItem01.blListItem .blogThumb iframe {
    height: 250px;
  }
  .blogPageSection .blogItem01.blListItem .blogThumb .post_category {
    top: 15px;
    right: 15px;
  }
  .blogPageSection .blogItem01.blListItem .blogThumb .post_category .category {
    font-size: 15px;
    padding: 12px 15px;
  }
  .blogPageSection .blogItem01.blListItem .blogThumb .tj-post__video .popup_video {
    width: 60px;
    height: 60px;
    font-size: 35px;
  }
  .blogPageSection .blogItem01.blListItem .blogContent {
    padding: 20px 15px 25px;
  }
  .blogPageSection .blogItem01.blListItem .blogContent .biMeta {
    row-gap: 5px;
  }
  .blogPageSection .blogItem01.blListItem .blogContent .entry-title {
    font-size: 20px;
  }
  .blogPageSection .sidebar {
    border-top: 1px solid var(--border-color-2);
    padding-top: 50px;
    margin-top: 10px;
  }
  .singleBlog {
    padding: 80px 0 40px 0;
  }
  .singleBlog .spThumb {
    margin-bottom: 25px;
  }
  .singleBlog .spThumb iframe {
    height: 250px;
  }
  .singleBlog .single-blog-tag-share {
    gap: 25px;
  }
  .singleBlog .single-blog-tag-share .tj-tag {
    width: 100%;
    gap: 10px;
  }
  .singleBlog .single-blog-tag-share .tj-tag .tag__title {
    font-size: 20px;
  }
  .singleBlog .blog-details__pagination .tj_pagination-post {
    max-width: 350px;
  }
  .singleBlog .tj-latest__comments ul .singleComment .tj-comment__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
  .singleBlog .tj-latest__comments ul .singleComment .tj-comment__wrap .comment__text {
    width: 100%;
  }
  .singleBlog .tj-latest__comments ul .singleComment .children {
    padding-left: 20px;
  }
  .singleBlog .sidebar {
    border-top: 1px solid var(--border-color-2);
    padding-top: 50px;
    margin-top: 50px;
  }
  .errorPageSection {
    padding: 80px 0;
  }
  .errorPageSection h1 {
    font-size: 200px;
    margin-bottom: 0;
  }
  .errorPageSection h2 {
    font-size: 40px;
  }
  .page-padding {
    padding: 80px 0;
  }
  .ServicePageSection .page_section_header {
    margin-bottom: 40px;
  }
  .countryPageSection.section-padding {
    padding-top: 80px;
    padding-bottom: 25px;
  }
  body.absolute_header .pageBanner {
    padding-top: 80px;
  }
  .footer_04 .footer_top {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .footer_04 .footer_top .footer4_col_1,
  .footer_04 .footer_top .footer4_col_2,
  .footer_04 .footer_top .footer4_col_3,
  .footer_04 .footer_top .footer4_col_4 {
    border: none;
    margin-top: 0;
  }
  .footer_04 .footer_top .footer4_col_2 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_3 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_4 {
    padding-left: 0;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
  .footer_04 .footer_top .footer4_col_4.tj_subscriber_widget_2 .tj-stretch-element-inside-column {
    display: none;
  }
  .footer_04 .footer_bottom .copyRight {
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 575px) {
  .countryTabTabsNav li button:hover::after,
  .countryTabTabsNav li button.active::after {
    bottom: -6px;
  }
  .faqTabTabsNav li button {
    font-size: 14px;
  }
  .comingSoonContent h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  .coachingItem03 {
    min-height: auto;
  }
  .coachingInfo .col-lg-7,
  .coachingInfo .col-lg-5 {
    width: 100%;
  }
  .pageBanner .bannerTitle {
    font-size: 30px;
    margin: 70px 0;
  }
  .heroSection04 .heroSlider02 .singleSlide {
    height: 510px;
  }
  .heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
    font-size: 32px;
    line-height: 42px;
    max-width: 430px;
    margin-bottom: 25px;
  }
  .heroSection04 .heroSlider02 .singleSlide .sliderContent p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .coachingDConArea h3,
  .singleCountrySection .serviceDConArea > h3,
  .serviceDcon h3 {
    font-size: 30px;
  }
  .coachingInfo .coachingDCon,
  .serviceDcon .sDcon {
    padding: 40px 0 0;
  }
  .coachingItem01,
  .countryItem01,
  .countryItem02,
  .countryItem02.ciItem02 {
    max-width: 345px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .blogItem02,
  .serviceItem01,
  .blogItem01,
  .blogItem03,
  .coachingItem02,
  .teamItem01 {
    max-width: 416px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .iconBox03 {
    max-width: 345px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .iconBox06 {
    max-width: 272px;
    margin-left: auto;
    margin-right: auto;
  }
  .conInfoWrapper {
    padding-left: 22px;
    padding-right: 22px;
  }
  .heroSection02 .sliderContent h2 {
    max-width: 100%;
  }
  .heroSection02 .sliderContent p {
    margin-right: 0;
  }
  .heroSection01 .heroSlider01 .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin: 10px 0;
  }
  .heroSection01 .heroSlider01 .owl-dots .owl-dot.active {
    background-color: var(--primay-color);
  }
  .heroSection01 .heroSlider01 .owl-dots .owl-dot.active span {
    display: none;
  }
  .preloader .immiPressBtn {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
  .preloader .middleGif img {
    max-width: 41%;
  }
  .heroSection03 .btnInfo .immiPressBtn:last-child {
    margin-left: 10px;
    padding: 0 20px;
  }
  .heroSection01 .btnInfo {
    display: block;
  }
  .heroSection01 .btnInfo .immiPressBtn {
    margin: 0 0 10px;
  }
  .biDMeta span {
    margin-left: 15px;
  }
  .pTitle {
    font-size: 30px;
    line-height: 45px;
  }
  .ppPostItem {
    padding: 0;
    margin-bottom: 30px;
  }
  .ppPostItem img {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 0 15px;
  }
  .ppPostItem .biMeta {
    margin-bottom: 10px;
  }
  .errorContent h1 {
    font-size: 150px;
    line-height: 1;
  }
  .iconBox05 p {
    font-size: 20px;
  }
  .blogItem03 .blogContent {
    padding-left: 22px;
    padding-right: 22px;
  }
  .blogItem03 .blogContent .biMeta {
    font-size: 15px;
  }
  .heroSection03 .sliderContent .subTitle,
  .sliderContent .subTitle {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .blogItem03 .blogContent .biMeta svg {
    margin-right: 5px;
  }
  .testimonialSlider02 .testimonilaItem02 .quoteIcon {
    top: 15px;
    width: 45px;
  }
  .heroSection03 .btnInfo .immiPressBtn {
    padding: 0 20px;
    margin: 0;
    font-size: 16px;
  }
  .popupSidebarSsec .widgetArea .aboutWidgetArea > p {
    margin-right: 0;
  }
  .header04 .logo01 img {
    height: 42px;
  }
  .header03 .logo01 img,
  .header02 .logo01 img {
    height: 40px;
  }
  .header03 .menuBtn span,
  .header02 .menuBtn span {
    font-size: 14px;
  }
  .header03 .menuBtn.mbText,
  .header02 .menuBtn.mbText {
    padding: 0 12px;
  }
  .header03 .popupBtn,
  .header02 .popupBtn {
    width: 45px;
    height: 45px;
    margin-left: 12px;
  }
  .withText span {
    display: none;
  }
  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2,
  .sliderContent h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2 br,
  .sliderContent h2 br {
    display: none;
  }
  .heroSection03 .sliderContent h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2 {
    max-width: 300px;
  }
  .secTitle {
    margin: 0 0 30px;
  }
  .abVideo .videoBtn {
    left: -245px;
    bottom: -280px;
  }
  .abVideo .videoBtn .popup_video {
    font-size: 50px;
    width: 50px;
    margin: -240px 0 0 175px;
    height: 50px;
  }
  .blog-details__pagination .tj_pagination-post {
    max-width: 100%;
  }
}/*# sourceMappingURL=immipress-core.css.map */