/*=================================
    CSS Index Here
==================================*/
/*
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 -------------------*/
@use "sass:math";
/*------------------- 03. Variable-------------------*/
:root {
  --primay-color: #e20454;
  --primay-hover-color: #003a66;
  --secondary-color: #003a66;
  --secon-hover-color: #e20454;
  --body-color: #536184;
  --heading-color: #233152;
  --body-font: 'Urbanist';
  --heading-font: 'Cabin';
  --body-font-size: 16px;
  --body-line-Height: 26px;
  --body-font-weight: 500;
  --heading-font-weight: 700; }

/*------------------- 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;
  box-shadow: none; }

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto; }

ul, ol {
  margin: 0;
  padding: 0; }

a {
  color: var(--primay-color);
  text-decoration: none;
  outline: 0;
  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 {
  transition: all ease 0.4s; }

img {
  border: none;
  max-width: 100%; }

ins {
  text-decoration: none; }

p {
  margin: 0 0 18px 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.4;
  margin: 0 0 15px 0; }

/*-- Section Title --*/
.sectionTitle {
  position: relative;
  line-height: .8;
  margin: 0 0 60px; }
  .sectionTitle .subTitle {
    color: var(--primay-color);
    font-weight: 500;
    font-size: 24px;
    line-height: .9;
    margin: 0 0 17px; }
  .sectionTitle .secTitle {
    font-size: 48px;
    line-height: 58px;
    overflow: hidden;
    margin: 0; }
    .sectionTitle .secTitle span {
      position: relative; }
      .sectionTitle .secTitle span::after {
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 100%;
        height: 2px;
        background: currentColor;
        content: ''; }
  .sectionTitle .white {
    color: #fff; }

/*-- Common Btn --*/
.immiPressBtn {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  height: 58px;
  line-height: 58px;
  border-radius: 4px;
  padding: 0 42px;
  text-align: center;
  border: none;
  outline: none;
  text-transform: capitalize;
  display: inline-block;
  font-family: var(--heading-font);
  background: var(--primay-color);
  color: #ffffff;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  -moz-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(--primay-hover-color);
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-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(--primay-hover-color);
    z-index: -1;
    -webkit-transition: 0.3s ease-in-out;
    -moz-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: 40px;
  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); }

/*---- Keyframes Animation ----*/
@keyframes shine {
  100% {
    left: 125%; } }
@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8); }
  50% {
    box-shadow: 0 0 0 40px transparent; }
  100% {
    box-shadow: 0 0 0 0 transparent; } }
@keyframes halfBounce {
  0%,
    100% {
    transform: scale(0.9); }
  50% {
    transform: scale(1); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes movebounce {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(20px); }
  100% {
    transform: translateY(0px); } }
@keyframes movebounce2 {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px; }
  40% {
    opacity: .5;
    border-width: 2px; }
  65% {
    border-width: 1px; }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px; } }
@keyframes shadows {
  0% {
    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% {
    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); } }
@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
/*------------------- 05. Home One -------------------*/
/*-- Topbar 01 --*/
.topbar01 {
  position: relative;
  background: var(--secondary-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: flex;
    align-items: center;
    position: relative;
    margin-left: -22px; }
    .topbar01 .topBarWrapper .linkText {
      color: #fff;
      margin-left: auto; }
      .topbar01 .topBarWrapper .linkText:hover {
        color: var(--primay-color); }

.infoText {
  position: relative;
  color: #fff;
  border-right: 1px solid var(--body-color);
  padding: 14.5px 72px 13px 0; }
  .infoText i {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin-right: 9px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .infoText.infoText02 {
    border-left: 1px solid var(--body-color);
    padding-left: 28px;
    padding-right: 37px;
    margin-left: 17px; }
    .infoText.infoText02 i {
      font-size: 18px; }
    .infoText.infoText02:hover i {
      color: #fff; }
  .infoText a {
    color: inherit; }
  .infoText:hover a {
    text-decoration: underline; }
  .infoText:hover i {
    color: var(--primay-color); }

.searchBar {
  position: relative;
  padding: 0 0 0 17px; }
  .searchBar [type="search"] {
    width: 234px;
    height: auto;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400; }
    .searchBar [type="search"]::-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    .searchBar [type="search"]::-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    .searchBar [type="search"]::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 1; }
  .searchBar button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    font-size: 24px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .searchBar button:hover {
      color: var(--primay-color); }

.themejunction-header-content .elementor-column {
  min-height: 0; }

.topBarSocial {
  position: relative;
  padding: 16px 26px 12px 40px;
  border-right: 1px solid var(--body-color); }
  .topBarSocial a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 23px; }
    .topBarSocial a .flaticon-twitter {
      font-size: calc(100% + 4px);
      position: relative;
      top: 3px; }
    .topBarSocial a:hover {
      color: var(--primay-color); }

/*-- Header 01 --*/
.header01 {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 73px; }
  .header01 .searchBtn {
    border-color: var(--primay-color);
    margin-left: 20px; }
    .header01 .searchBtn svg {
      fill: var(--primay-color); }
    .header01 .searchBtn:hover svg {
      fill: #fff; }
  .header01 .immiPressBtn {
    margin-left: 60px;
    text-transform: none;
    height: 60px;
    line-height: 60px;
    padding: 0 32px;
    border-radius: 5px; }
  .header01 .popupBtn {
    margin-left: 20px; }
    .header01 .popupBtn:hover {
      border-color: var(--heading-color); }
      .header01 .popupBtn:hover svg {
        fill: var(--heading-color); }

.header01Inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }

header .logo01 {
  position: relative;
  padding: 29px 0; }
  header .logo01 img {
    height: 52px;
    width: auto; }
  header .logo01 .text {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: var(--heading-color);
    text-transform: capitalize; }
    header .logo01 .text:hover {
      color: var(--primay-color); }

.mainMenu {
  position: relative;
  margin-left: auto; }
  .mainMenu ul {
    margin: 0;
    padding: 0; }
    .mainMenu ul li {
      list-style: none;
      display: inline-block;
      position: relative;
      margin: 0 27px 0 0;
      padding: 39px 0 43px; }
      .mainMenu ul li a {
        color: var(--heading-color);
        font-size: 18px;
        font-weight: 700;
        text-transform: capitalize; }
      .mainMenu ul li .sub-menu {
        position: absolute;
        gap: 0;
        top: 80%;
        left: -30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        min-width: 220px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
        background: #fff;
        transition: all .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 {
            padding: 11px 30px;
            font-weight: 600;
            font-size: 16px;
            display: block; }
          .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.current-menu-ancestor > a, .mainMenu ul li .sub-menu li.current-menu-item > a, .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;
            transform: rotate(-90deg); }
          .mainMenu ul li .sub-menu li.current-menu-ancestor > a::after, .mainMenu ul li .sub-menu li.current-menu-item > a::after, .mainMenu ul li .sub-menu li:hover > a::after {
            color: var(--primay-color); }
      .mainMenu ul li.menu-item-has-children > a::after {
        content: "\f10d";
        font-family: flaticon !important;
        font-size: 14px;
        color: inherit;
        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::before {
        position: absolute;
        left: 0;
        bottom: 48px;
        width: 100%;
        height: 1px;
        content: '';
        background: var(--primay-color);
        transition: all .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;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.09);
        background: #fff;
        transition: all .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: 26px;
      display: block;
      border-bottom: 1px solid #E4E4E4; }
      .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; }

header.fixedHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border: none;
  z-index: 99; }

/*-- Hero Section --*/
.heroSection01 {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45); }
  .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, 58, 102, 0.65); }
      .heroSection01 .heroSlider01 .singleSlide .sliderContent {
        margin-left: -22px; }
    .heroSection01 .heroSlider01 .owl-item.active .sliderContent .subTitle {
      animation-delay: 1.8s;
      animation-name: fadeInLeft; }
    .heroSection01 .heroSlider01 .owl-item.active .sliderContent h2 {
      animation-delay: 2.1s;
      animation-name: fadeInLeft; }
    .heroSection01 .heroSlider01 .owl-item.active .sliderContent .immiPressBtn {
      animation-delay: 2.4s;
      animation-name: fadeInUp; }
    .heroSection01 .heroSlider01 .owl-item.active .sliderContent .iconBox01 {
      animation-delay: 2.7s;
      animation-name: fadeInUp; }
    .heroSection01 .heroSlider01 .owl-item.active .hsShape01 {
      animation-delay: 1.3s;
      animation-name: zoomIn; }
    .heroSection01 .heroSlider01 .owl-dots {
      position: absolute;
      right: 90px;
      margin: auto;
      top: 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;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .heroSection01 .heroSlider01 .owl-dots .owl-dot span {
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          position: absolute;
          left: -2.5px;
          top: -2.5px;
          display: block;
          width: calc(25px + 5px);
          height: calc(25px + 5px);
          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;
  max-width: 680px;
  z-index: 5; }
  .sliderContent .subTitle {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin: 0 0 21px; }
  .sliderContent h2 {
    color: #fff;
    font-size: 85px;
    line-height: 95px;
    font-weight: 600;
    margin: 0 0 38px; }

.btnInfo {
  position: relative;
  display: flex; }
  .btnInfo .immiPressBtn {
    height: 60px;
    margin-right: 22px; }

/*-- Icon Box 01 --*/
.iconBox01 {
  position: relative;
  display: block;
  padding: 0 0 0 40px; }
  .iconBox01 .ibBox {
    position: absolute;
    left: 0;
    top: 12px;
    color: #fff;
    font-size: 26px; }
    .iconBox01 .ibBox i {
      display: block;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .iconBox01 .ibTitle {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: block;
    margin: 0 0 0; }
  .iconBox01 p {
    color: #fff;
    font-size: 20px;
    margin: 0; }
  .iconBox01:hover .ibBox i {
    transform: rotateY(360deg); }

.cmIconBxstyle .ibTitle a {
  color: inherit; }

.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 4px 0 0; }
  .serviceItem01 .serContent {
    position: relative;
    background: #fff;
    border-radius: 4px 4px 0 0;
    margin: -40px 0 0;
    padding: 0 41px 36px;
    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: 88px;
      color: #fff;
      background: var(--secondary-color);
      font-size: 40px;
      border-radius: 50%;
      display: inline-block;
      text-align: center;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin: 0 0 24px; }
      .serviceItem01 .serContent .serIcon i {
        display: block;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
    .serviceItem01 .serContent h3 {
      font-size: 28px;
      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(--secon-hover-color); }
  .serviceItem01:hover .serIcon i {
    transform: rotateY(360deg); }
  .serviceItem01 .immiPressBtn {
    background: var(--primay-hover-color);
    border-radius: 0 0 4px 4px; }
  .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: flex;
    justify-content: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    align-items: center;
    border: 6px solid #FFFFFF;
    background: var(--secondary-color); }
    .abVideo .videoBtn .popup_video {
      font-size: 80px;
      display: inline-block;
      color: #fff;
      margin: -147px 0 0 100px;
      border-radius: 50px;
      animation: wave 2s infinite; }
      .abVideo .videoBtn .popup_video:hover {
        color: var(--primay-color);
        transform: scale(1.1); }

.elementor .abVideo img {
  max-width: 100%;
  height: auto;
  border-radius: 6px; }

/*-- Icon Box 02 --*/
.iconBox02 {
  position: relative;
  min-height: 76px;
  padding: 0 0 0 92px; }
  .iconBox02 .ibBox {
    position: absolute;
    left: 0;
    top: 4px;
    background: #fff;
    color: var(--primay-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    width: 77px;
    height: 76px;
    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;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .iconBox02 .ibTitle {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 7px; }
  .iconBox02 p {
    margin: 0; }
  .iconBox02:hover .ibBox i {
    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: #fff;
      border: 2px solid #fff;
      -webkit-transition: all 0.4s ease;
      -o-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;
        -o-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: #fff;
    padding: 27px 25px; }
    .countryItem01 .countryContent h3 {
      font-size: 24px;
      line-height: 34px;
      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);
      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(--secondary-color);
      display: flex;
      align-items: end;
      font-size: 40px;
      color: #fff;
      padding: 0 0 40px 32px;
      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: #fff;
        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 .flaticon-twitter {
          font-size: calc(100% + 4px);
          position: relative;
          top: 3px; }
        .teamItem01 .teamThumb .teamSocial a:hover {
          background: var(--primay-color);
          color: #fff; }
        .teamItem01 .teamThumb .teamSocial a:nth-child(1) {
          -webkit-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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);
          -moz-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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);
          -moz-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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);
          -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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);
          -moz-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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;
      line-height: 30px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin: 0 0 24px; }
      .teamItem01 .teamContent h3 a {
        color: inherit;
        display: inline;
        background: #fff;
        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: #fff;
      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;
      -o-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(0, 58, 102, 0.65);
    -webkit-transition: all 0.4s ease;
    -o-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 {
    animation: fadeInLefts 0.3s linear alternate;
    animation-duration: 0.3s; }
  .teamItem01:hover .teamContent .designation {
    animation: fadeInLefts 0.45s linear alternate;
    animation-duration: 0.45s; }

.teamItem02 {
  position: relative;
  text-align: center;
  margin: 0 0 30px; }
  .teamItem02 .teamThumb {
    position: relative;
    z-index: 2;
    width: 306px;
    height: 306px;
    margin: auto;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .teamItem02 .teamThumb img {
      width: 100%;
      height: 100%;
      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: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
      color: var(--primay-color);
      padding: 0;
      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;
        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);
          -moz-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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);
          -moz-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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);
          -moz-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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);
          -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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);
          -moz-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -ms-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          -o-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(0, 58, 102, 0.5);
      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;
      line-height: 30px;
      -webkit-transition: all 0.4s ease;
      -o-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; }

.teamItemSlider.owl-carousel {
  position: relative; }
  .teamItemSlider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -167px; }
    .teamItemSlider.owl-carousel .owl-nav button {
      width: 60px;
      height: 60px;
      border: 2px solid #fff;
      border-radius: 3px;
      font-size: 40px;
      color: #fff;
      line-height: 65px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      text-align: center;
      margin: 0 0 0 28px; }
      .teamItemSlider.owl-carousel .owl-nav button.owl-prev {
        transform: rotate(180deg); }
        .teamItemSlider.owl-carousel .owl-nav button.owl-prev i {
          position: relative;
          top: 4px; }
      .teamItemSlider.owl-carousel .owl-nav button:hover {
        color: #fff;
        background: var(--primay-color);
        border-color: var(--primay-color); }
  .teamItemSlider.owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px); }
  .teamItemSlider.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 20px 0 0; }
    .teamItemSlider.owl-carousel .owl-dots button {
      width: 10px;
      height: 10px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-radius: 50%;
      margin: 0 5px;
      background: var(--secondary-color); }
      .teamItemSlider.owl-carousel .owl-dots button:hover, .teamItemSlider.owl-carousel .owl-dots button.active {
        background: var(--secon-hover-color); }

/*-- Contact Form --*/
.layerImage img {
  max-width: 100%;
  height: auto; }
.layerImage.move_anim img {
  -webkit-animation: movebounce 3.0s linear infinite;
  animation: movebounce 3.0s linear infinite; }
.layerImage.move_anim_two img {
  -webkit-animation: movebounce2 3.0s linear infinite;
  animation: movebounce2 3.0s 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; }

.contactForm {
  position: relative;
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 63px 38px 62px; }
  .contactForm .subTitle {
    color: var(--primay-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 0.9;
    margin-bottom: 23px; }
  .contactForm .secTitle {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 45px; }
  .contactForm form p {
    margin: 0; }
  .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 #DDDDDD;
    border-radius: 3px;
    background: transparent;
    font-family: var(--heading-font);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 0 20px;
    padding: 0 20px; }
    .contactForm input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).reqError,
    .contactForm textarea.reqError, .contactForm .nice-select.reqError {
      border-color: #f00 !important; }
  .contactForm .nice-select {
    color: rgba(83, 97, 132, 0.6);
    line-height: 50px; }
    .contactForm .nice-select .list {
      margin: 0;
      padding: 0;
      border: none;
      width: 100%;
      border-radius: 0;
      box-shadow: none;
      max-height: 361px;
      overflow: auto;
      -webkit-box-shadow: 0px 15px 55px 0px rgba(42, 46, 52, 0.06);
      -moz-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::placeholder,
  .contactForm textarea::placeholder {
    opacity: .6;
    color: var(--body-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .contactForm input::-moz-placeholder,
  .contactForm textarea::-moz-placeholder {
    opacity: .6;
    color: var(--body-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .contactForm input::-webkit-placeholder,
  .contactForm textarea::-webkit-placeholder {
    opacity: .6;
    color: var(--body-color);
    -webkit-transition: all 0.4s ease;
    -o-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: #536184; }
  .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 .wpcf7-response-output {
    width: 100%;
    padding: 15px;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0; }
  .contactForm input.wpcf7-not-valid, .contactForm textarea.wpcf7-not-valid {
    border: 1px solid #f00 !important; }
  .contactForm .wpcf7-not-valid-tip {
    display: none; }

/*-- Gmaps --*/
.gmaps {
  position: relative;
  line-height: .8; }
  .gmaps iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 524px;
    line-height: .8;
    border: none; }
  .gmaps.grayscale iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%); }

.googleMap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 524px;
  line-height: .8; }

/*-- 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; }
  .coachingItem01 .cItWrapper {
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 6px 0;
    background: #fff; }
    .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(--secondary-color);
        border: 2px solid #fff;
        -webkit-transition: all 0.4s ease;
        -o-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: #fff; }
    .coachingItem01 .cItWrapper .coachingContent {
      position: relative;
      padding: 15px 16px 25px; }
      .coachingItem01 .cItWrapper .coachingContent h3 {
        font-size: 22px;
        line-height: 34px;
        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;
        margin: 0 0 10px; }
      .coachingItem01 .cItWrapper .coachingContent .rmBtn {
        display: inline-block;
        color: var(--heading-color);
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        font-family: var(--heading-font); }
        .coachingItem01 .cItWrapper .coachingContent .rmBtn svg {
          display: inline-block;
          height: 10px;
          margin-left: 19px;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          fill: var(--primay-color); }
        .coachingItem01 .cItWrapper .coachingContent .rmBtn:hover {
          color: var(--primay-color); }
          .coachingItem01 .cItWrapper .coachingContent .rmBtn:hover svg {
            margin-left: 12px; }
  .coachingItem01:hover .cItWrapper .coachingThumb .cPrice {
    background: var(--secon-hover-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;
        color: #fff;
        text-transform: capitalize;
        margin: 33px 0 8px; }
      .testimonialSlider01 .testimonilaItem01 .tsAuthor .tsDesign {
        display: block;
        color: #fff; }
    .testimonialSlider01 .testimonilaItem01 .qutation {
      font-size: 42px;
      line-height: 52px;
      color: #fff;
      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: #fff;
      border-radius: 2px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .testimonialSlider01 .owl-dots button:hover, .testimonialSlider01 .owl-dots button.active {
        background: var(--primay-color); }

.testi_wrap {
  position: relative; }
  .testi_wrap .owl-carousel .owl-nav {
    position: relative;
    text-align: center; }
    .testi_wrap .owl-carousel .owl-nav button {
      width: 60px;
      height: 60px;
      border: 2px solid var(--secondary-color);
      border-radius: 3px;
      font-size: 40px;
      color: var(--secondary-color);
      line-height: 65px;
      transition: all 0.4s ease;
      text-align: center;
      margin: 0 14px; }
      .testi_wrap .owl-carousel .owl-nav button.owl-prev {
        transform: rotate(180deg); }
        .testi_wrap .owl-carousel .owl-nav button.owl-prev i {
          position: relative;
          top: 4px; }
      .testi_wrap .owl-carousel .owl-nav button:hover {
        color: #fff;
        background: var(--secon-hover-color);
        border-color: var(--secon-hover-color); }

/*-- Blog Item --*/
.blogItem01 {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .blogItem01 .blogThumb {
    position: relative; }
    .blogItem01 .blogThumb img {
      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: #fff;
      padding: 16px 15px;
      font-family: var(--heading-font);
      background: var(--secondary-color);
      position: absolute;
      right: 20px;
      bottom: -25px;
      -webkit-transition: all 0.4s ease;
      -o-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: rgba(255, 255, 255, 0.3);
      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;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .blogItem01 .blogContent {
    position: relative;
    padding: 37px 20px; }
    .blogItem01 .blogContent .biMeta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      position: relative;
      text-transform: capitalize;
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 16px; }
      .blogItem01 .blogContent .biMeta svg {
        display: inline-block;
        height: 16px;
        fill: var(--primay-color);
        margin-right: 7px;
        position: relative;
        top: -1px; }
      .blogItem01 .blogContent .biMeta a {
        color: inherit;
        margin-left: 5px; }
        .blogItem01 .blogContent .biMeta a:hover {
          color: var(--primay-color); }
    .blogItem01 .blogContent h3 {
      font-size: 24px;
      line-height: 34px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin: 0 0 18px; }
      .blogItem01 .blogContent h3 a {
        color: inherit;
        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;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .blogItem01 .blogContent h3 a:hover {
          color: var(--primay-color);
          background-size: 0% 1px, 100% 1px; }
    .blogItem01 .blogContent .rmBtn {
      display: inline-block;
      color: var(--heading-color);
      font-size: 16px;
      line-height: 26px;
      font-weight: 700;
      font-family: var(--heading-font); }
      .blogItem01 .blogContent .rmBtn svg {
        display: inline-block;
        height: 10px;
        margin-left: 19px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        fill: var(--primay-color); }
      .blogItem01 .blogContent .rmBtn:hover {
        color: var(--primay-color); }
      .blogItem01 .blogContent .rmBtn:hover svg {
        margin-left: 12px; }
  .blogItem01:hover .blogThumb::after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .blogItem01:hover .blogThumb .pDate {
    background: var(--secon-hover-color); }
  .blogItem01:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15); }

.lb_slider_wrap {
  position: relative; }
  .lb_slider_wrap .owl-carousel .owl-dots {
    position: relative;
    margin: 4px 0 0;
    text-align: center; }
    .lb_slider_wrap .owl-carousel .owl-dots button {
      width: 24px;
      height: 4px;
      margin: 0 6px;
      background: var(--secondary-color);
      border-radius: 2px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .lb_slider_wrap .owl-carousel .owl-dots button:hover, .lb_slider_wrap .owl-carousel .owl-dots button.active {
        background: var(--secon-hover-color); }
  .lb_slider_wrap .owl-carousel .owl-nav {
    position: relative;
    text-align: center; }
    .lb_slider_wrap .owl-carousel .owl-nav button {
      width: 60px;
      height: 60px;
      border: 2px solid var(--secondary-color);
      border-radius: 3px;
      font-size: 40px;
      color: var(--secondary-color);
      line-height: 65px;
      transition: all 0.4s ease;
      text-align: center;
      margin: 0 14px; }
      .lb_slider_wrap .owl-carousel .owl-nav button.owl-prev {
        transform: rotate(180deg); }
        .lb_slider_wrap .owl-carousel .owl-nav button.owl-prev i {
          position: relative;
          top: 4px; }
      .lb_slider_wrap .owl-carousel .owl-nav button:hover {
        color: #fff;
        background: var(--secon-hover-color);
        border-color: var(--secon-hover-color); }

/*-- Footer --*/
.defaultFooter {
  position: relative;
  background-color: var(--secondary-color);
  padding: 22px 0; }
  .defaultFooter .siteInfo {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0; }

.straceThumb {
  position: relative;
  overflow: hidden; }
  .straceThumb img {
    width: 100%;
    height: auto; }

.aboutWidget {
  position: relative;
  margin: 69px -36px 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 32px;
  padding-bottom: 1px; }
  .aboutWidget a {
    display: block;
    margin: 0 0 29px; }
    .aboutWidget a img {
      height: 46px;
      max-width: 100%; }
  .aboutWidget p {
    color: #fff;
    margin-bottom: 37px; }
  .aboutWidget .iconBox02 {
    padding: 0 0 0 64px; }
    .aboutWidget .iconBox02 .ibBox {
      width: 51px;
      height: 50px;
      background: var(--primay-color);
      border-radius: 5px;
      box-shadow: none;
      font-size: 30px;
      color: #fff;
      top: 0; }
      .aboutWidget .iconBox02 .ibBox img {
        height: 30px; }
    .aboutWidget .iconBox02 .ibTitle {
      font-size: 16px;
      line-height: 19px;
      color: #fff;
      margin-bottom: 10px; }
    .aboutWidget .iconBox02 h2 {
      font-size: 18px;
      line-height: 21px;
      color: var(--primay-color);
      margin: 0; }
      .aboutWidget .iconBox02 h2 a {
        color: inherit; }
        .aboutWidget .iconBox02 h2 a:hover {
          color: #fff; }

.serviceMenu {
  position: relative;
  margin: 67px -14px 0 85px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 36px; }

.widgetTitle {
  position: relative;
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 11px;
  margin: 0 0 38px; }
  .widgetTitle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 71px;
    height: 2px;
    content: '';
    background: var(--primay-color); }

.widget {
  position: relative; }
  .widget ul.menu {
    margin: 0;
    padding: 0; }
    .widget ul.menu li {
      color: #fff;
      font-family: var(--heading-font);
      font-size: 18px;
      line-height: 35px;
      margin: 0;
      padding: 0;
      display: block;
      position: relative; }
      .widget ul.menu li a {
        color: inherit;
        padding-left: 16px;
        position: relative; }
        .widget ul.menu li a::after {
          position: absolute;
          left: -1px;
          top: 0;
          bottom: 0;
          margin: auto;
          content: '';
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #fff; }
        .widget ul.menu li a:hover {
          color: var(--primay-color);
          padding-left: 20px; }

.elementor-align-right .widgetTitle::after {
  left: auto;
  right: 0; }

.elementor-align-center .widgetTitle::after {
  left: 0;
  right: 0;
  margin: auto; }

.contactWidget {
  position: relative;
  margin: 67px 0 0 25px; }
  .contactWidget p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 0 0 0px; }
    .contactWidget p span {
      font-size: 17px;
      font-weight: 600;
      display: inline-block; }
  .contactWidget .iconBox01 {
    padding: 0 0 0 38px;
    margin: 0 0 13px; }
    .contactWidget .iconBox01 .ibBox {
      font-size: 25px;
      color: var(--primay-color);
      top: 6px; }
    .contactWidget .iconBox01 p {
      font-family: var(--heading-font);
      font-weight: 400;
      line-height: 26px; }

body[class^="tj-"], body[class*=" tj-"] {
  font-family: var(--body-font) !important; }

.abSocial {
  position: relative;
  margin: 33px 0 0; }
  .abSocial a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    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: #fff; }
    .abSocial a .flaticon-twitter {
      font-size: calc(100% + 4px);
      position: relative;
      top: 3px; }

.brhr {
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 94px 0 26px -25px; }

.copyright {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin: 0; }

.widget.inlineMenu {
  position: relative;
  margin: 0;
  padding: 0;
  border: none; }
  .widget.inlineMenu ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    color: #fff;
    margin-left: 22px; }
    .widget.inlineMenu ul li a {
      display: inline-block;
      color: inherit;
      padding: 0; }
      .widget.inlineMenu ul li a::after {
        display: none; }
      .widget.inlineMenu ul li a:hover {
        color: var(--primay-color);
        padding: 0; }
    .widget.inlineMenu ul li:first-child {
      margin-left: 0; }

/*------------------- 06. Home Two -------------------*/
/*-- Header --*/
.header02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background: transparent; }
  .header02 .mainMenu ul li::after {
    display: none; }
  .header02 .mainMenu > ul > li > a {
    color: #fff; }
  .header02 .mainMenu > ul > li.menu-item-has-children > a::after {
    color: #fff; }
  .header02 .mainMenu ul li::before {
    background: #fff;
    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 li {
    margin-right: 39px; }
  .header02 .popupBtn {
    margin-left: 18px; }
  .header02 .searchBtn {
    border-color: var(--primay-color);
    margin-left: 20px; }
    .header02 .searchBtn svg {
      fill: var(--primay-color); }
    .header02 .searchBtn:hover svg {
      fill: #fff; }

header.fixedHeader.header02 {
  background: var(--secondary-color);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.15); }

.popupBtn {
  width: 60px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .popupBtn svg {
    height: 15px;
    fill: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .popupBtn:hover {
    border-color: var(--primay-color); }
    .popupBtn:hover svg {
      fill: var(--primay-color); }

/*--- Popup Sidebar ---*/
.popupSidebarSsec {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%; }
  .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;
    transition: all .4s ease-in .8s; }
    .popupSidebarSsec .popupSidebarOverlay::before {
      position: absolute;
      right: 0;
      top: 0;
      width: 495px;
      height: 100%;
      content: '';
      background: #fff;
      z-index: 999; }
  .popupSidebarSsec.active .popupSidebarOverlay {
    visibility: visible;
    right: 0;
    opacity: 1;
    transition: all .8s ease-out 0s; }
  .popupSidebarSsec .widgetArea {
    max-width: 495px;
    height: 100%;
    z-index: 9999;
    background: transparent;
    padding: 45px 32px;
    overflow: scroll;
    cursor: auto;
    height: 100%;
    position: fixed;
    right: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    transition: all .2s ease-in .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .popupSidebarSsec .widgetArea .widgetCloser {
      position: fixed;
      right: 15px;
      top: 15px;
      font-size: 20px;
      width: 36px;
      height: 36px;
      border: 1px solid #eaeaea;
      border-radius: 50%;
      z-index: 99;
      color: var(--secondary-color);
      line-height: 40px;
      text-align: center; }
      .popupSidebarSsec .widgetArea .widgetCloser:hover {
        color: var(--secon-hover-color);
        border-color: var(--secon-hover-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(--secondary-color);
      text-align: center; }
    .popupSidebarSsec .widgetArea .iconBox01 .ibTitle {
      font-size: 16px;
      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;
    transition: all .2s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .popupSidebarSsec .searchBar {
    padding: 0;
    max-width: 394px;
    margin: 0 0 28px; }
    .popupSidebarSsec .searchBar [type="search"] {
      height: 52px;
      border: 1px solid #E7E7E7;
      width: 100%;
      font-size: 16px;
      color: #606060;
      padding: 0 25px;
      border-radius: 0 3px 0 3px; }
      .popupSidebarSsec .searchBar [type="search"]::-moz-placeholder {
        color: #606060;
        opacity: 1; }
      .popupSidebarSsec .searchBar [type="search"]::-ms-input-placeholder {
        color: #606060;
        opacity: 1; }
      .popupSidebarSsec .searchBar [type="search"]::-webkit-input-placeholder {
        color: #606060;
        opacity: 1; }
    .popupSidebarSsec .searchBar button {
      width: 60px;
      height: 52px;
      background: var(--primay-color);
      color: #fff;
      font-size: 22px;
      line-height: 54px;
      border-radius: 3px; }
      .popupSidebarSsec .searchBar button:hover {
        color: #fff;
        background: var(--primay-hover-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 .flaticon-twitter {
        font-size: calc(100% + 4px);
        position: relative;
        top: 3px; }
      .popupSidebarSsec .socialItem a:hover {
        color: #fff;
        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(0, 58, 102, 0.7) 0.46%, rgba(0, 58, 102, 0.7) 99.53%); }
  .heroSection02 .container {
    position: relative;
    z-index: 2; }
  .heroSection02 .sliderContent {
    max-width: 100%; }
    .heroSection02 .sliderContent h2 {
      font-weight: 600;
      margin-bottom: 42px;
      animation-delay: 1.5s;
      animation-name: fadeInUp; }
    .heroSection02 .sliderContent p {
      font-size: 18px;
      line-height: 28px;
      color: #fff;
      margin: 0 60px 50px 0;
      animation-delay: 1.7s;
      animation-name: fadeInUp; }
  .heroSection02 .btnInfo {
    align-items: center; }
  .heroSection02 .sliderContent .immiPressBtn {
    animation-delay: 2s;
    animation-name: fadeInUp; }
  .heroSection02 .sliderContent .withText {
    animation-delay: 2.2s;
    animation-name: fadeInUp; }
  .heroSection02 .contactFWrapper02 {
    animation-delay: 2.4s;
    animation-name: fadeInRight; }

.withText {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff; }
  .withText i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    color: var(--primay-color);
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: wave 2s infinite; }
  .withText:hover {
    color: var(--primay-color); }
    .withText:hover i {
      background: var(--primay-color);
      color: #fff; }

.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: #fff;
    border-radius: 4px;
    padding: 54px 32px 48px; }
    .contactFWrapper02 .cwBg .contactForm {
      position: relative;
      background: transparent;
      border-radius: 0;
      padding: 0; }
  .contactFWrapper02 .immiPressBtn {
    background: var(--primay-hover-color); }
  .contactFWrapper02 .immiPressBtn::before, .contactFWrapper02 .immiPressBtn::after, .contactFWrapper02 .immiPressBtn span::before, .contactFWrapper02 .immiPressBtn span::after {
    background: var(--primay-color); }
  .contactFWrapper02 .subTitle {
    color: var(--primay-color);
    font-weight: 500;
    font-size: 24px;
    line-height: 0.9;
    margin-bottom: 23px; }
  .contactFWrapper02 .secTitle {
    font-size: 35px;
    line-height: 40px;
    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(--secondary-color);
      border-radius: 3px;
      font-size: 40px;
      color: var(--heading-color);
      line-height: 65px;
      -webkit-transition: all 0.4s ease;
      -o-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 {
        transform: rotate(180deg); }
        .serviceSlider.owl-carousel .owl-nav button.owl-prev i {
          position: relative;
          top: 4px; }
      .serviceSlider.owl-carousel .owl-nav button:hover {
        color: #fff;
        background: var(--secon-hover-color);
        border-color: var(--secon-hover-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 {
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1); }
  .serviceSlider.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 20px 0 0; }
    .serviceSlider.owl-carousel .owl-dots button {
      width: 10px;
      height: 10px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-radius: 50%;
      margin: 0 5px;
      background: var(--secondary-color); }
      .serviceSlider.owl-carousel .owl-dots button:hover, .serviceSlider.owl-carousel .owl-dots button.active {
        background: var(--secon-hover-color); }

.serviceItem02 {
  position: relative;
  background: #fff;
  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;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .serviceItem02 .serIcon {
    line-height: 70px;
    color: var(--secondary-color);
    font-size: 70px;
    display: inline-block;
    text-align: center;
    margin: 0 30px 23px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .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 {
    transform: rotateY(360deg);
    color: var(--secon-hover-color); }
  .serviceItem02:hover .serviceWrapper::after {
    width: 100px;
    height: 100px; }
  .serviceItem02 .immiPressBtn {
    margin: 0 0 -8px;
    width: 100%;
    border-radius: 0;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding: 0 30px;
    background: transparent;
    border-top: 1px solid #E4E4E4;
    color: var(--heading-color); }
    .serviceItem02 .immiPressBtn:hover {
      border-color: var(--primay-color);
      color: #fff; }
    .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 #fff;
      border-radius: 3px;
      font-size: 40px;
      color: #fff;
      line-height: 65px;
      -webkit-transition: all 0.4s ease;
      -o-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 {
        transform: rotate(180deg); }
        .coachingSlider.owl-carousel .owl-nav button.owl-prev i {
          position: relative;
          top: 4px; }
      .coachingSlider.owl-carousel .owl-nav button:hover {
        color: #fff;
        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); }
  .coachingSlider.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 20px 0 0; }
    .coachingSlider.owl-carousel .owl-dots button {
      width: 10px;
      height: 10px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-radius: 50%;
      margin: 0 5px;
      background: var(--secondary-color); }
      .coachingSlider.owl-carousel .owl-dots button:hover, .coachingSlider.owl-carousel .owl-dots button.active {
        background: var(--secon-hover-color); }

.coachingItem02 {
  position: relative; }
  .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;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .coachingItem02 .coachingContent {
    position: relative;
    padding: 32px 45px 40px 30px;
    background: #fff;
    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;
      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;
      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 --*/
.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(--secondary-color);
      border-radius: 3px;
      font-size: 40px;
      color: var(--secondary-color);
      line-height: 65px;
      -webkit-transition: all 0.4s ease;
      -o-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 {
        transform: rotate(180deg); }
        .countrySlider.owl-carousel .owl-nav button.owl-prev i {
          position: relative;
          top: 4px; }
      .countrySlider.owl-carousel .owl-nav button:hover {
        color: #fff;
        background: var(--secon-hover-color);
        border-color: var(--secon-hover-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 {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .countrySlider.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin: 20px 0 0; }
    .countrySlider.owl-carousel .owl-dots button {
      width: 10px;
      height: 10px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-radius: 50%;
      margin: 0 5px;
      background: var(--secondary-color); }
      .countrySlider.owl-carousel .owl-dots button:hover, .countrySlider.owl-carousel .owl-dots button.active {
        background: var(--secon-hover-color); }

.countryItem02 {
  position: relative;
  background: #fff;
  border-radius: 6px;
  margin: 30px 0 30px; }
  .countryItem02.ciItem02 {
    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: #fff;
      border: 20px solid #fff;
      -webkit-transition: all 0.4s ease;
      -o-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;
        -o-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;
      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);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

.countryItem03 {
  position: relative;
  background: #fff;
  border-radius: 6px;
  margin: 0 0 30px; }
  .countryItem03 .countryThumb {
    position: relative; }
    .countryItem03 .countryThumb img {
      width: 100%;
      height: auto;
      border-radius: 6px 6px 0 0; }
    .countryItem03 .countryThumb .cnFlag {
      width: 100px;
      height: 100px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.04);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      text-align: center;
      border-radius: 50%;
      padding: 18px;
      position: absolute;
      right: 0;
      bottom: -10px;
      left: 0;
      z-index: 3;
      margin: auto; }
      .countryItem03 .countryThumb .cnFlag img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
  .countryItem03 .countryContent {
    position: relative;
    z-index: 2;
    padding: 27px 25px; }
    .countryItem03 .countryContent::after {
      position: absolute;
      top: -40px;
      left: 0;
      height: 94px;
      width: 100%;
      overflow: hidden;
      clip-path: ellipse(52% 50% at 50% 50%);
      background: #ffffff;
      content: "";
      z-index: -1; }
    .countryItem03 .countryContent h3 {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 11px; }
      .countryItem03 .countryContent h3 a {
        color: inherit; }
        .countryItem03 .countryContent h3 a:hover {
          color: var(--primay-color); }
    .countryItem03 .countryContent p {
      font-family: var(--heading-font);
      line-height: 28px;
      margin: 0; }
  .countryItem03:hover .cnFlag {
    border-color: var(--primay-color); }
  .countryItem03:hover .cnFlag img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

/*-- Icon Box 03 --*/
.iconBox03 {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 40px 22px 50px; }
  .iconBox03 .ibBox {
    position: relative;
    background: var(--secondary-color);
    color: #fff;
    display: flex;
    justify-content: 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;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .iconBox03 > span {
    display: block;
    font-size: 18px;
    line-height: 26px;
    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(--secon-hover-color); }
  .iconBox03:hover .ibBox i {
    transform: rotateY(360deg); }

.elementor-align-left .iconBox03 .ibBox {
  margin-left: 0; }

.elementor-align-left .iconBox03 > span {
  min-width: 276px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center; }

.elementor-align-right .iconBox03 .ibBox {
  margin-right: 0; }

.elementor-align-right .iconBox03 > span {
  min-width: 276px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center; }

.mailchimpWidget {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin: 67px 0 0 -35px;
  padding-left: 32px; }
  .mailchimpWidget .widgetTitle {
    margin-bottom: 29px; }
  .mailchimpWidget p {
    color: #fff;
    margin: 0 0 32px; }

.mailForm {
  position: relative;
  padding: 0; }
  .mailForm [type="email"] {
    width: 100%;
    max-width: 306px;
    height: 55px;
    border: none;
    background: #fff;
    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: #fff; }
  .mailForm.mail01 {
    max-width: 545px;
    margin: auto; }
    .mailForm.mail01 [type=email] {
      max-width: 100%;
      height: 60px;
      margin: 0; }
    .mailForm.mail01 .immiPressBtn {
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 0px 4px 4px 0px;
      height: 60px;
      padding: 0 37px; }
      .mailForm.mail01 .immiPressBtn:hover {
        color: #fff; }
    .mailForm.mail01 .immiPressBtn::before, .mailForm.mail01 .immiPressBtn::after, .mailForm.mail01 .immiPressBtn span::before, .mailForm.mail01 .immiPressBtn span::after {
      background: var(--secondary-color); }

.elementor-align-left .mail01 {
  margin-left: 0; }

.elementor-align-right .mail01 {
  margin-right: 0; }

.galleryWidget {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin: 79px 0 0 -35px;
  padding-left: 49px; }
  .galleryWidget .widgetTitle {
    margin-bottom: 40px; }

.galleryShots {
  position: relative; }
  .galleryShots a {
    position: relative;
    display: inline-block;
    width: 86px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 10px 10px 0; }
    .galleryShots a:nth-child(3), .galleryShots a:nth-child(6), .galleryShots a:last-child {
      margin-right: 0; }
    .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;
      transform: scale(0.5);
      -moz-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .galleryShots a:hover::after {
      opacity: .75;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1); }
    .galleryShots a:before {
      width: 40px;
      height: 40px;
      background: transparent;
      color: #fff;
      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 .5s ease;
      -o-transition: all .5s ease;
      transition: all .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: #fff;
  border-bottom: 1px solid rgba(221, 221, 221, 0.6);
  padding: 0 73px; }
  .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:hover > a, .header03 .mainMenu ul li.current-menu-ancestor > a,
  .header03 .mainMenu ul li .sub-menu li.current-menu-ancestor > a,
  .header03 .mainMenu ul li .sub-menu li.current-menu-item > a,
  .header03 .mainMenu ul li .sub-menu li:hover > a {
    color: var(--primay-color); }
    .header03 .mainMenu ul li:hover > a::after, .header03 .mainMenu ul li.current-menu-ancestor > a::after,
    .header03 .mainMenu ul li .sub-menu li.current-menu-ancestor > a::after,
    .header03 .mainMenu ul li .sub-menu li.current-menu-item > a::after,
    .header03 .mainMenu ul li .sub-menu li:hover > a::after {
      color: var(--primay-color); }
  .header03 .mainMenu ul li {
    margin-right: 40px;
    padding: 35px 0 37px; }
  .header03 .immiPressBtn {
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    padding: 0 33px;
    margin-left: 6px; }
  .header03 .popupBtn {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    fill: var(--heading-color);
    border-color: var(--secondary-color); }
    .header03 .popupBtn svg {
      fill: var(--heading-color); }
    .header03 .popupBtn:hover {
      border-color: var(--secondary-color);
      background-color: var(--secondary-color); }
      .header03 .popupBtn:hover svg {
        fill: #ffffff; }
  .header03 .searchBtn {
    border-color: var(--primay-color);
    margin-left: 20px; }
    .header03 .searchBtn svg {
      fill: var(--primay-color); }
    .header03 .searchBtn:hover svg {
      fill: #fff; }

header.fixedHeader.header02 {
  background: var(--secondary-color);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
  border-color: transparent; }

/*-- 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;
      animation-delay: 1.5s;
      animation-name: fadeInLeft; }
    .heroSection03 .sliderContent h2 {
      font-size: 70px;
      line-height: 95px;
      color: var(--heading-color);
      font-weight: 600;
      margin-bottom: 50px;
      animation-delay: 1.7s;
      animation-name: fadeInLeft; }
  .heroSection03 .btnInfo .immiPressBtn {
    animation-delay: 1.9s;
    animation-name: fadeInUp; }
  .heroSection03 .btnInfo .immiPressBtn:last-child {
    background: transparent;
    color: var(--heading-color);
    border: 1px solid var(--secondary-color);
    animation-delay: 2.1s;
    animation-name: fadeInUp; }
    .heroSection03 .btnInfo .immiPressBtn:last-child:hover {
      color: #fff; }
    .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(--secon-hover-color); }

.bannerThumb {
  position: relative;
  max-width: 705px;
  text-align: center; }
  .bannerThumb .heroThumb {
    margin-left: 52px;
    animation-delay: 2.7s;
    animation-name: fadeInUp; }
    .bannerThumb .heroThumb img {
      max-width: inherit; }
  .bannerThumb .bgBorder {
    position: absolute;
    left: -70px;
    top: 46px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    animation-delay: 2.3s;
    animation-name: zoomIn; }
    .bannerThumb .bgBorder img {
      animation: rotated 30s infinite linear;
      max-width: inherit; }
  .bannerThumb .bnFlag {
    position: absolute;
    left: -60px;
    top: 74px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    animation-delay: 2.5s;
    animation-name: fadeIn; }
    .bannerThumb .bnFlag img {
      animation: halfBounce 10s infinite linear;
      max-width: inherit; }

/*-- About Section --*/
.abThumbWrapper {
  position: relative;
  max-width: 595px; }
  .abThumbWrapper .abThumb {
    position: relative;
    margin-bottom: 22px; }
    .abThumbWrapper .abThumb img {
      width: 100%;
      height: auto;
      border-radius: 4px; }
    .abThumbWrapper .abThumb .abContent {
      width: 180px;
      height: 180px;
      background: var(--secondary-color);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 2;
      bottom: -90px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .abThumbWrapper .abThumb .abContent h2 {
        display: block;
        font-size: 35px;
        color: #fff;
        margin: 0 0 5px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .abThumbWrapper .abThumb .abContent h2 sup {
          font-size: inherit;
          top: 0;
          font-style: normal;
          font-weight: normal; }
      .abThumbWrapper .abThumb .abContent p {
        display: block;
        color: #fff;
        margin: 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
      .abThumbWrapper .abThumb .abContent::before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        content: '';
        margin: auto;
        background: var(--primay-color);
        border-radius: 50%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: -1; }
      .abThumbWrapper .abThumb .abContent::after {
        position: absolute;
        left: -12px;
        top: -12px;
        width: calc(100% + 24px);
        height: calc(100% + 24px);
        content: '';
        border-style: dashed;
        border-width: 2px;
        border-color: var(--secondary-color);
        border-radius: 50%;
        -webkit-animation-duration: 1500ms;
        animation-duration: 1500ms;
        -webkit-animation: rotated 10s infinite linear;
        animation-play-state: running;
        animation: rotated 10s infinite linear;
        animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        -webkit-animation-play-state: running;
        animation-play-state: running; }
  .abThumbWrapper:hover .abThumb .abContent h2, .abThumbWrapper:hover .abThumb .abContent p {
    color: #fff; }
  .abThumbWrapper:hover .abThumb .abContent::before {
    width: 100%;
    height: 100%; }
  .abThumbWrapper:hover .abThumb .abContent::after {
    border-color: var(--primay-color); }

.dashicons, .dashicons-before:before {
  vertical-align: middle; }

/*-- Category Box --*/
.coachingItem03 {
  position: relative;
  display: block;
  width: 100%;
  background: #FFFFFF;
  font-family: var(--heading-font);
  overflow: hidden;
  border-radius: 4px;
  z-index: 2;
  padding: 42px 15px 45px; }
  .coachingItem03 i {
    background: var(--body-color);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    margin: 0 auto; }
    .coachingItem03 i::before {
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .coachingItem03 .ctTitle {
    display: block;
    color: var(--heading-color);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 20px;
    line-height: 26px;
    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;
    -o-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: #fff; }
  .coachingItem03:hover i {
    background: #fff;
    color: var(--primay-color); }
    .coachingItem03:hover i::before {
      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);
      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: #fff;
    color: var(--primay-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    width: 85px;
    height: 88px;
    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;
      -o-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 {
    transform: rotateY(360deg); }

/*-- Funfact --*/
.funfact01 {
  position: relative;
  padding: 19px 35px 14px; }
  .funfact01 h2 {
    font-size: 55px;
    line-height: 65px;
    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;
    -o-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: 26px;
        color: var(--heading-color);
        margin: 0;
        padding: 23px 55px 22px 30px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .tmjAccordion .card .card-header .title svg {
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          height: 11px;
          position: absolute;
          right: 26px;
          top: 0;
          bottom: 0;
          fill: var(--heading-color);
          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 {
      transform: rotate(180deg);
      top: -5px; }
    .tmjAccordion .card .card-body {
      margin: 0;
      padding: 0 30px 28px;
      color: var(--body-color); }
    .tmjAccordion .card.active {
      border: 1px solid rgba(221, 221, 221, 0.3);
      box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1); }

/*-- Testimonial --*/
.testimonialSlider02 {
  position: relative; }
  .testimonialSlider02 .testimonilaItem02 {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 45px 52px 68px 40px;
    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; }
    .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(--secondary-color);
      border-radius: 2px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .testimonialSlider02 .owl-dots button:hover, .testimonialSlider02 .owl-dots button.active {
        background: var(--secon-hover-color); }
  .testimonialSlider02 .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px); }
  .testimonialSlider02 .owl-item.active .testimonilaItem02 {
    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: #fff;
      padding: 16px 15px;
      font-family: var(--heading-font);
      background: var(--secondary-color);
      position: absolute;
      z-index: 2;
      right: 11px;
      top: 15px;
      -webkit-transition: all 0.4s ease;
      -o-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: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      transform: skewX(-25deg);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  .blogItem02 .blogContent {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 4px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    padding: 21px 22px 29px; }
    .blogItem02 .blogContent .biMeta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      position: relative;
      text-transform: capitalize;
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 10px; }
      .blogItem02 .blogContent .biMeta svg {
        display: inline-block;
        height: 16px;
        fill: var(--primay-color);
        margin-right: 7px; }
      .blogItem02 .blogContent .biMeta a {
        color: inherit;
        margin-left: 5px; }
        .blogItem02 .blogContent .biMeta a:hover {
          color: var(--primay-color); }
      .blogItem02 .blogContent .biMeta span {
        margin-left: 23px; }
    .blogItem02 .blogContent h3 {
      font-size: 24px;
      line-height: 34px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin: 0 0 24px; }
      .blogItem02 .blogContent h3 a {
        color: inherit;
        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;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .blogItem02 .blogContent h3 a:hover {
          color: 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;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      fill: #fff; }
  .blogItem02 .immiPressBtn::before, .blogItem02 .immiPressBtn::after, .blogItem02 .immiPressBtn span::before, .blogItem02 .immiPressBtn span::after {
    background: var(--secon-hover-color); }
  .blogItem02:hover .blogThumb::after {
    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(--secondary-color);
  padding: 0 68px; }
  .topbar02 .topBarWrapper {
    display: flex;
    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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  padding: 0 68px;
  z-index: 99; }
  .header04 .mainMenu ul li::after {
    display: none; }
  .header04 .mainMenu > ul > li > a {
    color: #fff; }
  .header04 .mainMenu > ul > li.menu-item-has-children > a::after {
    color: #fff; }
  .header04 .mainMenu ul li::before {
    background: #fff;
    width: 0;
    bottom: 0;
    top: 32px;
    margin: auto; }
  .header04 .mainMenu ul li.current-menu-ancestor::before,
  .header04 .mainMenu ul li:hover::before {
    width: 100%; }
  .header04 .mainMenu ul li {
    margin-right: 39px; }
  .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: #fff; }
  .header04 .blanks {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -999; }
  .header04 .popupBtn {
    margin-left: 20px; }

.searchBtn {
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #FFFF;
  border-radius: 3px;
  font-size: 22px;
  display: inline-block; }
  .searchBtn:hover {
    background: var(--primay-color);
    border-color: var(--primay-color); }
  .searchBtn svg {
    height: 30px;
    fill: #fff;
    -webkit-transition: all 0.4s ease;
    -o-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 .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s; }
  .popupSearchSec.active .popupSearchOverlay {
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    top: 0;
    opacity: 1; }
  .popupSearchSec .popSearchBackground {
    background: #fff;
    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;
    -o-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%;
      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: #fff;
          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;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          .popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]::-moz-placeholder {
            color: var(--body-color);
            opacity: .6; }
          .popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]::-ms-input-placeholder {
            color: var(--body-color);
            opacity: .6; }
          .popupSearchSec .popSearchBackground .middleSearch .popupSearchForm input[type="search"]::-webkit-input-placeholder {
            color: var(--body-color);
            opacity: .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;
          -o-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;
    -o-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);
    -moz-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);
      transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
      right: 0;
      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);
      transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
      right: 0;
      transform: rotate(-45deg); }
    .popupSearchSec .popupClose:hover::after {
      transform: rotate(0);
      background: var(--primay-color); }
    .popupSearchSec .popupClose:hover::before {
      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; } }
header.fixedHeader.header04 {
  background: var(--secondary-color);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.15); }

/*-- Hero Slider --*/
.heroSection04 {
  position: relative;
  background: rgba(0, 58, 102, 0.5);
  overflow: hidden; }
  .heroSection04 .heroSlider02 {
    position: relative; }
    .heroSection04 .heroSlider02 .singleSlide {
      background-position: center center;
      background-size: cover;
      position: relative;
      z-index: 5;
      height: 700px; }
      .heroSection04 .heroSlider02 .singleSlide::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 58, 102, 0.5); }
      .heroSection04 .heroSlider02 .singleSlide .sliderContent {
        position: relative;
        max-width: 100%; }
        .heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
          margin-bottom: 41px;
          opacity: 0;
          visibility: hidden;
          -webkit-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: #fff;
          margin: 0 0 50px;
          opacity: 0;
          visibility: hidden;
          -webkit-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);
          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);
          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);
      transform: translateY(0) translateX(0); }
    .heroSection04 .heroSlider02 .owl-item.active .sliderContent p {
      visibility: visible;
      opacity: 1;
      -webkit-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);
      transform: translateY(0) translateX(0); }
    .heroSection04 .heroSlider02 .owl-item.active .sliderContent .popup_video {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0); }
  .heroSection04 .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 4; }
    .heroSection04 .owl-dots button {
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border-radius: 50%;
      margin: 0 10px 0 0;
      display: inline-block; }
      .heroSection04 .owl-dots button:hover, .heroSection04 .owl-dots button.active {
        background: var(--primay-color); }
  .heroSection04 .slNav {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 1296px;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    .heroSection04 .slNav a {
      display: block;
      width: 50px;
      height: 50px;
      margin: 10px 0 10px auto;
      background: rgba(255, 255, 255, 0.5);
      color: var(--heading-color);
      border-radius: 50%;
      font-size: 17px;
      line-height: 52px;
      text-align: center;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: relative;
      z-index: 2; }
      .heroSection04 .slNav a::after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        content: '';
        background: var(--primay-color);
        border-radius: 50%;
        text-align: center;
        width: 0;
        height: 0;
        z-index: -1; }
      .heroSection04 .slNav a:hover {
        color: #fff; }
      .heroSection04 .slNav a:hover::after {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }

/*-- 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;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 6px solid #FFFFFF;
    background: var(--secondary-color);
    padding: 72px 15px 15px 135px; }
    .abFact .abContent h2 {
      font-size: 50px;
      line-height: 60px;
      font-weight: 700;
      color: #fff;
      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: #fff;
      margin: 0; }

/*-- Service Item --*/
.si04 {
  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: #fff;
    font-family: var(--heading-font);
    border: none;
    margin-bottom: -8px; }

/*-- Coaching Item --*/
.ci04 {
  position: relative; }
  .ci04 .coachingThumb {
    border-radius: 6px 6px 0px 6px;
    overflow: visible; }
    .ci04 .coachingThumb::after {
      background: rgba(255, 255, 255, 0.3);
      bottom: 0;
      content: "";
      left: 50%;
      position: absolute;
      right: 51%;
      top: 0;
      opacity: 1;
      pointer-events: none;
      transition: all 500ms linear; }
    .ci04 .coachingThumb::before {
      background: rgba(255, 255, 255, 0.3);
      bottom: 50%;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      opacity: 1;
      pointer-events: none;
      transition: all 600ms linear; }
    .ci04 .coachingThumb img {
      box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
      border-radius: 6px 6px 0px 6px; }
  .ci04:hover .coachingThumb img {
    transform: none; }
  .ci04:hover .coachingThumb::after {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms linear; }
  .ci04:hover .coachingThumb::before {
    top: 0;
    bottom: 0;
    opacity: 0;
    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;
      -o-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;
    background: var(--secondary-color); }

/*-- Faq Accordian --*/
.fqsTitle .subTitle {
  margin-top: 24px; }
.fqsTitle .secTitle {
  margin-bottom: 58px; }

.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;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      height: 56px;
      font-family: var(--heading-font);
      color: var(--heading-color);
      font-size: 16px;
      line-height: 56px;
      font-weight: 600;
      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: #fff; }

/*-- 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;
    color: #fff;
    margin: 0 0 26px; }
  .conInfoWrapper .starRatings {
    position: relative;
    display: flex;
    color: #FFC107;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 14px;
    margin-bottom: 30px; }
  .conInfoWrapper h2 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 18px; }
  .conInfoWrapper h4 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    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: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px; }
    .iconBox05 .ibBox i {
      display: block;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .iconBox05 .ibTitle {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 1px; }
  .iconBox05 p {
    font-size: 22px;
    line-height: 33px;
    font-weight: 400;
    color: #fff;
    font-family: var(--heading-font);
    margin: 0; }
  .iconBox05:hover .ibBox i {
    transform: rotateY(360deg); }
  .iconBox05:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .iconBox05.ib0501 p {
    font-size: 26px; }

/*-- 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(--secondary-color);
        height: 41px;
        border-radius: 4px;
        line-height: 41px;
        text-align: center;
        color: #fff;
        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%);
      transform: translate(-50%, -50%);
      opacity: 0; }
  .blogItem03 .blogContent {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    padding: 21px 35px 29px 25px; }
    .blogItem03 .blogContent .biMeta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      position: relative;
      text-transform: capitalize;
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 15px; }
      .blogItem03 .blogContent .biMeta svg {
        display: inline-block;
        height: 16px;
        fill: var(--primay-color);
        margin-right: 7px; }
      .blogItem03 .blogContent .biMeta a {
        color: inherit;
        margin-left: 5px; }
        .blogItem03 .blogContent .biMeta a:hover {
          color: var(--primay-color); }
      .blogItem03 .blogContent .biMeta span {
        margin-left: 23px; }
        .blogItem03 .blogContent .biMeta span.date svg {
          position: relative;
          top: -2px; }
    .blogItem03 .blogContent h3 {
      font-size: 24px;
      line-height: 34px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      margin: 0 0 19px; }
      .blogItem03 .blogContent h3 a {
        color: inherit;
        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;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        .blogItem03 .blogContent h3 a:hover {
          color: 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(--secondary-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;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      fill: #fff; }
  .blogItem03 .immiPressBtn::before, .blogItem03 .immiPressBtn::after, .blogItem03 .immiPressBtn span::before, .blogItem03 .immiPressBtn span::after {
    background: var(--secon-hover-color); }
  .blogItem03:hover .blogThumb::after {
    -webkit-animation: circle .75s;
    animation: circle .75s; }
  .blogItem03:hover .blogThumb .biCats a {
    background: var(--secon-hover-color); }

/*-- Testimonial --*/
.testimonialSlider02 {
  position: relative; }
  .testimonialSlider02 .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px); }
  .testimonialSlider02 .testimonilaItem03 {
    position: relative;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 45px 195px 45px 40px;
    margin: 0 0 30px; }
    .testimonialSlider02 .testimonilaItem03 .tstRatings {
      display: flex;
      position: relative;
      font-size: 14px;
      letter-spacing: 5px;
      color: var(--primay-color);
      margin: 0 0 5px; }
    .testimonialSlider02 .testimonilaItem03 .quote {
      margin: 0 0 20px;
      letter-spacing: .45px; }
    .testimonialSlider02 .testimonilaItem03 .tsAuthor {
      display: flex; }
      .testimonialSlider02 .testimonilaItem03 .tsAuthor h5 {
        font-size: 20px;
        margin: 0; }
      .testimonialSlider02 .testimonilaItem03 .tsAuthor .tsdesignation {
        margin: 3px 0 0 12px;
        color: var(--primay-color);
        font-weight: 400;
        font-size: 15px; }
    .testimonialSlider02 .testimonilaItem03 .tsThumb {
      position: absolute;
      right: 30px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 120px;
      height: 120px;
      border: 5px solid #fff;
      border-radius: 50%;
      box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1); }
      .testimonialSlider02 .testimonilaItem03 .tsThumb img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .testimonialSlider02 .testimonilaItem03 .tsThumb .quoteIcon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--primay-color);
        position: absolute;
        left: -10px;
        top: -10px; }
        .testimonialSlider02 .testimonilaItem03 .tsThumb .quoteIcon img {
          width: 30px;
          height: 30px; }
  .testimonialSlider02 .owl-item.active .testimonilaItem03 {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); }

/*-- Footer --*/
.mailchimpWidget02 {
  position: relative;
  margin: -12px -77px 0 20px;
  padding: 79px 0 0 30px;
  border: none;
  z-index: 2; }
  .mailchimpWidget02 .widgetTitle {
    margin-bottom: 28px; }
    .mailchimpWidget02 .widgetTitle::after {
      background: #fff; }
  .mailchimpWidget02 p {
    margin: 0 15px 25px 0; }
  .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 img {
      min-height: 551px;
      object-fit: cover; }
    .mailchimpWidget02 .tj-stretch-element-inside-column ::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(--secondary-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, 58, 102, 0.65); }
  .pageBanner .container {
    position: relative;
    z-index: 2; }
  .pageBanner .bannerTitle {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-family: var(--body-font);
    margin: 77px 0 64px; }
  .pageBanner .bannerCon {
    color: #fff;
    margin: -55px 0 64px; }
  .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: 26px;
    margin: 0;
    word-break: break-word;
    padding: 13px 32px 12px 30px; }
    .pageBanner .breadcrumbs a {
      color: inherit; }
      .pageBanner .breadcrumbs a:hover {
        color: var(--primay-color); }
    .pageBanner .breadcrumbs .separate {
      margin: 0 4px; }

/*------------------- 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;
    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-size: 24px;
      line-height: 26px;
      margin: 0 0 26px; }
  .serviceDcon > h4 {
    font-size: 30px;
    line-height: 36px;
    margin: 43px 0 14px; }

.listItem {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }
  .listItem li {
    font-family: var(--heading-font);
    font-size: 18px;
    line-height: 26px;
    position: relative;
    padding: 0 0 0 39px;
    -webkit-transition: all 0.4s ease;
    -o-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;
      -o-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: #FFFFFF;
  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(--secondary-color);
    color: #fff;
    display: flex;
    justify-content: 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;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .iconBox06 .ibTitle {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: all 0.4s ease;
    -o-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(--secon-hover-color); }
  .iconBox06:hover .ibBox i {
    transform: rotateY(360deg); }

.elementor-align-left .iconBox06 .ibBox {
  margin-left: 0; }

.elementor-align-right .iconBox06 .ibBox {
  margin-right: 0; }

.sdFAQ {
  margin-top: 40px; }
  .sdFAQ .card .card-header .title {
    font-size: 20px; }

.sbIconbox {
  margin: 0 0 32px;
  padding-left: 45px;
  position: relative; }
  .sbIconbox .ibBox {
    color: var(--primay-color);
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 5px; }
    .sbIconbox .ibBox i {
      display: block;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .sbIconbox .ibTitle {
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px; }
  .sbIconbox p {
    font-size: 18px;
    color: var(--heading-color);
    margin: 0; }
  .sbIconbox:hover .ibBox i {
    transform: rotateY(360deg); }

/*-- Service Widget --*/
.serviceWidget {
  position: relative;
  background: #F7F7F7;
  border-radius: 4px;
  padding: 39px 28px 26px;
  margin: 0 0 28px; }
  .serviceWidget .widgetTitle {
    color: var(--heading-color);
    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: #fff;
        border-radius: 4px;
        color: var(--heading-color);
        font-family: var(--heading-font);
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        padding: 15px 35px 14px 20px;
        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;
          -o-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: #fff; }
        .serviceWidget ul li a::before {
          font-size: 24px;
          position: absolute;
          right: 13px;
          top: 15px;
          color: currentColor;
          content: "\f124";
          font-family: flaticon !important;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
      .serviceWidget ul li.current-menu-ancestor a, .serviceWidget ul li.current-menu-item a {
        color: #fff; }
        .serviceWidget ul li.current-menu-ancestor a::after, .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 68px;
    min-height: 50px;
    margin: 0 0 21px; }
    .brochureWidget .iconBox02 .ibBox {
      width: 51px;
      height: 50px;
      background: var(--primay-color);
      border-radius: 5px;
      box-shadow: none;
      font-size: 30px;
      color: #fff;
      top: 0; }
      .brochureWidget .iconBox02 .ibBox img {
        height: 30px; }
    .brochureWidget .iconBox02 .ibTitle {
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 10px; }
      .brochureWidget .iconBox02 .ibTitle a {
        color: inherit; }
        .brochureWidget .iconBox02 .ibTitle a:hover {
          color: var(--primay-color); }
    .brochureWidget .iconBox02 p {
      color: var(--body-color);
      font-size: 16px;
      line-height: 19px;
      font-family: var(--heading-font);
      margin: 0; }
    .brochureWidget .iconBox02:last-child .ibBox {
      background: var(--secondary-color); }

/*-- 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(0, 58, 102, 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: #FFFFFF;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      margin: 0 0 15px; }
    .contacInfotWidget .infoContent h2 {
      display: flex;
      align-items: center;
      font-size: 24px;
      line-height: 26px;
      color: #FFFFFF;
      margin: 0; }
      .contacInfotWidget .infoContent h2 i {
        margin-right: 14px;
        width: 45px;
        height: 45px;
        background: #fff;
        border-radius: 50%;
        color: var(--primay-color);
        font-size: 25px;
        display: flex;
        align-items: 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: #fff;
  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 {
    flex: 0 0 auto;
    width: 51.5%; }
  .teamDetailsArea .col-lg-5 {
    flex: 0 0 auto;
    width: 48.5%; }
  .teamDetailsArea .teamDThumb {
    position: relative; }
    .teamDetailsArea .teamDThumb img {
      max-width: 100%;
      border-radius: 6px; }
  .teamDetailsArea h2 {
    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 21px; }
  .teamDContent h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px; }
  .teamDContent h5 {
    color: var(--body-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 20px; }
  .teamDContent ul {
    margin: 0 0 26px;
    padding: 0;
    list-style: none; }
    .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 .flaticon-twitter {
      font-size: calc(100% + 4px);
      position: relative;
      top: 3px; }
    .teamDSocial a:hover {
      border-color: var(--primay-color);
      color: #fff;
      background: var(--primay-color); }

/*-- Skills --*/
.skArea {
  position: relative;
  margin: 0 40px 0 0; }
  .skArea h3 {
    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;
    -o-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;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }

/*-- Contact Area --*/
.tmContact {
  position: relative;
  margin: 0 0 0 0; }
  .tmContact h3 {
    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::placeholder,
    .tmContact .contactForm textarea::placeholder {
      opacity: 1;
      color: var(--body-color);
      -webkit-transition: all 0.4s ease;
      -o-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;
      -o-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;
      -o-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-size: 35px;
    line-height: 50px;
    margin-bottom: 20px; }
  .coachingDConArea > p {
    margin: 0 0 30px; }
  .coachingDConArea .lastItem {
    margin-bottom: 48px; }
  .coachingDConArea > h4 {
    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 {
    flex: 0 0 auto;
    width: 40%; }
  .coachingInfo .col-lg-7 {
    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-size: 24px;
      line-height: 26px;
      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: 26px;
        font-weight: 400;
        margin-bottom: 0px; }
      .coachingInfo .coachingDCon .iconBox01 p {
        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(0, 58, 102, 0.45); }
  .videoBanner .popup_video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 75px; }
    .videoBanner .popup_video::after {
      content: "";
      border: 2px solid #fff;
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: calc(100% + 75px);
      height: calc(100% + 75px);
      border-radius: 50%;
      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 #fff;
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: calc(100% + 75px);
      height: calc(100% + 75px);
      border-radius: 50%;
      animation: zoomBig 3.25s linear infinite;
      animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-delay: .55s;
      animation-delay: .55s; }
    .videoBanner .popup_video:hover {
      color: var(--primay-color);
      transform: scale(1.05); }

.popup_video.vBtn {
  display: inline-block;
  position: relative;
  color: var(--primay-color);
  font-size: 75px; }
  .popup_video.vBtn::after {
    content: "";
    border: 2px solid var(--primay-color);
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(100% + 75px);
    height: calc(100% + 75px);
    border-radius: 50%;
    animation: zoomBig 3s linear infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .popup_video.vBtn::before {
    content: "";
    border: 2px solid var(--primay-color);
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(100% + 75px);
    height: calc(100% + 75px);
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-delay: .55s;
    animation-delay: .55s; }
  .popup_video.vBtn:hover {
    color: var(--primay-color);
    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;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
  .iconBox07 .ibTitle {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: all 0.4s ease;
    -o-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 {
    transform: rotateY(360deg); }

/*------------------- 13. Country Details -------------------*/
.singleCountrySection {
  position: relative;
  padding: 120px 0 105px; }
  .singleCountrySection .serviceDConArea > h3 {
    font-size: 35px;
    line-height: 50px;
    margin: 0 0 20px; }
  .singleCountrySection .serviceDConArea > p {
    margin: 0 0 33px; }
  .singleCountrySection .serviceDConArea > h4 {
    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 #E4E4E4;
    margin: 51px 0 38px; }

.cwIcon.serviceWidget ul li a::before {
  content: "\f122";
  right: 20px; }

.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;
      -o-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: #fff; }
      .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;
        -o-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 100px; }

.blListItem {
  margin-bottom: 30px; }
  .blListItem .blogThumb img {
    width: auto;
    max-width: 100%; }
  .blListItem .blogContent {
    padding: 28px 30px 30px; }
    .blListItem .blogContent .biMeta {
      margin-bottom: 7px; }
      .blListItem .blogContent .biMeta span {
        margin-left: 15px; }
        .blListItem .blogContent .biMeta span.date svg {
          top: -1px;
          position: relative; }
    .blListItem .blogContent h3 {
      font-size: 30px;
      line-height: 40px; }

.cmPagination {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0 0; }
  .cmPagination.text-center {
    justify-content: center; }
  .cmPagination.text-right {
    justify-content: flex-end;
    text-align: right; }
  .cmPagination .pagination {
    display: block;
    width: 100%; }
  .cmPagination a, .cmPagination span {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    width: 45px;
    height: 45px;
    border: 1px solid #DBDBDB;
    background: 0 0;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-weight: 600;
    border-radius: 5px;
    margin: 0 4px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .cmPagination a:hover, .cmPagination a.current, .cmPagination span:hover, .cmPagination span.current {
      background: var(--primay-color);
      color: #fff;
      border-color: var(--primay-color); }

/*-- Sidebar --*/
.sidebar {
  position: relative;
  margin-left: 6px; }
  .sidebar.lft {
    margin-left: 0;
    margin-right: 6px; }
  .sidebar .widget {
    position: relative;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 41px 26px 20px;
    margin: 0 0 30px; }
    .sidebar .widget.widget_search {
      padding: 23px 28px 23px 32px; }
    .sidebar .widget.widget_tag_cloud {
      padding-bottom: 32px; }
    .sidebar .widget h2, .sidebar .widget .widgetTitle {
      position: relative;
      display: block;
      font-size: 24px;
      line-height: 26px;
      color: var(--heading-color);
      padding-bottom: 13px;
      margin-bottom: 30px; }
      .sidebar .widget h2 a, .sidebar .widget .widgetTitle a {
        color: inherit; }
      .sidebar .widget h2::after, .sidebar .widget .widgetTitle::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 58px;
        height: 2px;
        content: "";
        background: var(--primay-color); }
    .sidebar .widget ul {
      margin: 0;
      padding: 0; }
      .sidebar .widget ul li {
        list-style: none;
        font-size: 16px;
        line-height: 26px;
        color: var(--heading-color);
        font-weight: 500;
        margin: 0 0 16px;
        padding: 0 0 16px;
        border-bottom: 1px solid rgba(83, 97, 132, 0.1);
        display: block;
        position: relative; }
        .sidebar .widget ul li a {
          display: inline-block;
          color: inherit;
          padding-left: 0;
          line-height: inherit; }
          .sidebar .widget ul li a::after {
            display: none; }
        .sidebar .widget ul li a:hover {
          color: var(--primay-color);
          padding-left: 0; }
        .sidebar .widget ul li:last-child {
          border-bottom: none;
          margin-bottom: 9px; }
        .sidebar .widget ul li ol, .sidebar .widget ul li ul {
          margin: 16px 0 0; }
          .sidebar .widget ul li ol li, .sidebar .widget ul li ul li {
            border-bottom: none;
            padding-top: 16px;
            padding-bottom: 0;
            padding-left: 15px;
            border-top: 1px solid rgba(83, 97, 132, 0.1); }
            .sidebar .widget ul li ol li:last-child, .sidebar .widget ul li ul li:last-child {
              margin-bottom: 0;
              padding-bottom: 0; }
    .sidebar .widget.widget_categories ul li, .sidebar .widget.widget_categories ol li {
      text-transform: capitalize; }
    .sidebar .widget.cusCat ul li:hover a {
      color: var(--primay-color); }
    .sidebar .widget.cusCat ul li span {
      display: inline-block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      text-align: center;
      background: #FFFFFF;
      font-size: 14px;
      color: var(--primay-color);
      line-height: 30px;
      position: absolute;
      right: 0;
      top: 0; }
  .sidebar .widget ol li a, .sidebar .widget_recent_comments ul li a {
    display: contents; }
  .sidebar select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/select.png) no-repeat calc(100% - 25px) center #FFF;
    font-size: 16px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    padding: 0 22px;
    color: var(--body-color);
    cursor: pointer;
    font-weight: 400;
    border: none;
    outline: none;
    margin: 0 0 20px; }
  .sidebar table {
    width: 100%;
    border: 1px solid rgba(83, 97, 132, 0.1);
    margin: -1px 0 0; }

.rss-date {
  text-transform: uppercase;
  display: block;
  color: var(--heading-color);
  font-weight: 600;
  font-size: 15px;
  margin: 6px 0; }

.widget_rss ul li cite {
  display: block;
  color: var(--heading-color);
  font-weight: 700;
  margin: 6px 0 0; }

.textwidget p {
  margin: 0 0; }
.textwidget img {
  max-width: 100%;
  height: auto;
  margin: 15px 0; }
.textwidget select {
  margin-top: 15px; }

.commentContent table, .blDContent table {
  width: 100%;
  border: 1px solid rgba(83, 97, 132, 0.1);
  margin: 0 0 30px; }

.commentContent table caption, .blDContent table caption, .sidebar table caption {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 600;
  line-height: .8;
  caption-side: top;
  padding: 16px 5px;
  text-align: center;
  border: 1px solid rgba(83, 97, 132, 0.1);
  border-bottom: none;
  text-transform: uppercase; }

.blDContent table thead, .commentContent table tbody, .widget table thead, .sidebar table tbody {
  border-left: 1px solid rgba(83, 97, 132, 0.1); }

.commentContent table tbody tr th, .blDContent table thead tr th, .sidebar table thead tr th {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 700;
  background: transparent;
  text-align: center;
  border-bottom: 1px solid rgba(83, 97, 132, 0.1);
  padding: 8px 2px;
  border-right: 1px solid rgba(83, 97, 132, 0.1);
  border-top: 1px solid rgba(83, 97, 132, 0.1); }

.commentContent table tbody tr td, .blDContent table tbody tr th, .blDContent table tbody tr td, .sidebar table tbody tr td {
  font-size: 14px;
  color: var(--body-color);
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid rgba(83, 97, 132, 0.1);
  border-right: 1px solid rgba(83, 97, 132, 0.1);
  padding: 8px 2px; }

.commentContent table tbody tr td a, .blDContent table tbody tr th a, .blDContent table tbody tr td a, .widget table tbody tr td a {
  color: inherit;
  text-decoration: none; }

.commentContent table tbody tr td a:hover, .blDContent table tbody tr th a:hover, .blDContent table tbody tr td a:hover, .widget table tbody tr td a:hover {
  color: var(--primay-color); }

.wp-calendar-nav {
  margin-top: 10px; }
  .wp-calendar-nav a {
    color: var(--heading-color);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none; }
    .wp-calendar-nav a:hover {
      color: var(--primay-color); }
  .wp-calendar-nav .wp-calendar-nav-prev {
    float: left; }
  .wp-calendar-nav .wp-calendar-nav-next {
    float: right; }

.blListItem.featuredPost {
  background: #F5F5F5;
  box-shadow: none; }

.wp-block-search__label {
  display: none; }

.searchForm, .wp-block-search {
  margin: 0;
  padding: 0;
  position: relative; }
  .searchForm input[type="search"], .wp-block-search input[type="search"] {
    display: block;
    width: 100%;
    height: 55px;
    border-radius: 4px;
    background: #fff;
    padding: 0 15px;
    font-size: 16px;
    color: var(--heading-color);
    font-family: var(--heading-font);
    border: none;
    margin: 0; }
    .searchForm input[type="search"]::-moz-placeholder, .wp-block-search input[type="search"]::-moz-placeholder {
      color: var(--heading-color);
      opacity: 1; }
    .searchForm input[type="search"]::-ms-input-placeholder, .wp-block-search input[type="search"]::-ms-input-placeholder {
      color: var(--heading-color);
      opacity: 1; }
    .searchForm input[type="search"]::-webkit-input-placeholder, .wp-block-search input[type="search"]::-webkit-input-placeholder {
      color: var(--heading-color);
      opacity: 1; }
  .searchForm button, .wp-block-search button {
    border: none;
    background: var(--primay-color);
    width: 64px;
    height: 55px;
    border-radius: 0px 4px 4px 0px;
    padding: 0;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .searchForm button:hover, .wp-block-search button:hover {
      color: #fff;
      background: var(--heading-color); }
  .searchForm.wp-block-search__text-button button, .wp-block-search.wp-block-search__text-button button {
    width: auto;
    padding: 0 20px;
    margin: 0; }

.widget_blog .ppPostItem {
  position: relative;
  min-height: 110px;
  padding: 10px 22px 0 125px;
  margin: 0 0 24px; }
  .widget_blog .ppPostItem img {
    width: 110px;
    height: 110px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0; }
  .widget_blog .ppPostItem .biMeta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 19px; }
    .widget_blog .ppPostItem .biMeta span {
      color: inherit; }
      .widget_blog .ppPostItem .biMeta span.date {
        margin-right: 15px; }
        .widget_blog .ppPostItem .biMeta span.date svg {
          position: relative;
          top: -1px; }
      .widget_blog .ppPostItem .biMeta span svg {
        display: inline-block;
        height: 16px;
        fill: var(--primay-color);
        margin-right: 7px; }
  .widget_blog .ppPostItem h4 {
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 0 0; }
    .widget_blog .ppPostItem h4 a {
      color: inherit;
      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;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .widget_blog .ppPostItem h4 a:hover {
        color: var(--primay-color);
        background-size: 0% 1px, 100% 1px; }

.tagcloud {
  position: relative; }
  .tagcloud a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border: none;
    font-size: 16px !important;
    color: var(--heading-color);
    text-transform: capitalize;
    border-radius: 3px;
    background: #fff;
    padding: 0 19px;
    margin: 0 6px 14px 0;
    font-family: var(--heading-font);
    font-weight: 500; }
    .tagcloud a:hover {
      color: #fff;
      background: var(--primay-color); }

.not-found .searchForm input[type=search] {
  background: #F5F5F5; }

/*------------------- 15. Blog Details -------------------*/
.singleBlog {
  position: relative;
  padding: 120px 0; }
  .singleBlog .blDContent {
    margin-bottom: 40px;
    margin-top: 20px; }
  .singleBlog .spThumb {
    display: inline-block; }

.spThumb, .featured_image.spThumb {
  position: relative;
  margin: 0 0 30px; }
  .spThumb img, .featured_image.spThumb img {
    max-width: 100%;
    border-radius: 5px;
    height: auto;
    width: auto; }
  .spThumb::after, .featured_image.spThumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 58, 102, 0.4); }

.pTitle {
  font-size: 35px;
  line-height: 50px;
  margin: 0 0 17px; }

.biDMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 9px; }
  .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; }

.elementor-align-center .biDMeta {
  justify-content: center; }

.elementor-align-right .biDMeta {
  justify-content: flex-end; }

.wp-block-quote {
  background: #FFFFFF;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 833px;
  padding: 45px 55px 44px 34px;
  position: relative;
  margin: 40px 0; }
  .wp-block-quote::before {
    display: block;
    width: 37px;
    height: 35px;
    background: url(../images/quote.png) no-repeat center center/cover;
    content: '';
    position: relative;
    margin: 0 0 18px; }
  .wp-block-quote p {
    margin: 0 0 14px; }
  .wp-block-quote 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 {
      display: inline-block;
      width: 43px;
      height: 3px;
      background: var(--primay-color);
      border-radius: 2px;
      content: '';
      position: relative;
      top: -6px;
      margin-right: 15px; }

.blDContent {
  position: relative; }
  .blDContent p {
    margin: 0 16px 37px 0; }
  .blDContent .listItem {
    padding-top: 33px; }
    .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 .wp-block-quote, .blDContent blockquote.wp-block-quote {
    background: #FFFFFF;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    max-width: 833px;
    padding: 45px 55px 44px 34px;
    position: relative;
    margin: 40px 0; }
    .blDContent .wp-block-quote::before, .blDContent blockquote.wp-block-quote::before {
      display: block;
      width: 37px;
      height: 35px;
      background: url(../images/quote.png) no-repeat center center/cover;
      content: '';
      position: relative;
      margin: 0 0 18px; }
    .blDContent .wp-block-quote p, .blDContent blockquote.wp-block-quote p {
      margin: 0 0 14px; }
    .blDContent .wp-block-quote cite, .blDContent blockquote.wp-block-quote cite {
      font-weight: 400;
      font-size: 24px;
      line-height: 34px;
      color: var(--heading-color);
      font-family: var(--heading-font);
      font-style: normal; }
      .blDContent .wp-block-quote cite::before, .blDContent blockquote.wp-block-quote cite::before {
        display: inline-block;
        width: 43px;
        height: 3px;
        background: var(--primay-color);
        border-radius: 2px;
        content: '';
        position: relative;
        top: -6px;
        margin-right: 15px; }

.blDThumb {
  position: relative;
  margin: 0 0 0 -52px; }
  .blDThumb img {
    max-width: 100%;
    height: auto;
    border-radius: 5px; }

.singleBlog .blogTag {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 32px 0 22px;
  margin: 0 0 48px; }

.blogTag {
  position: relative; }
  .blogTag h4 {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 0;
    position: relative;
    top: 2px; }
  .blogTag a {
    display: inline-block;
    height: 36px;
    font-size: 15px;
    background: var(--primay-color);
    border-radius: 3px;
    color: #fff;
    padding: 0 15px;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0 0 10px 6px; }
    .blogTag a:hover {
      background: var(--heading-color); }

.psShare {
  position: relative;
  margin-top: -3px; }
  .psShare a {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-size: 14px;
    background: #f8f6f4;
    color: var(--heading-color);
    text-align: center;
    margin-left: 10px; }
    .psShare a:first-child {
      margin-left: 0; }
    .psShare a:hover {
      background: var(--primay-color);
      color: #fff; }
    .psShare a .flaticon-twitter {
      font-size: calc(100% + 4px);
      position: relative;
      top: 3px; }

.elementor .postAuthorBox, .postAuthorBox {
  position: relative;
  background: #f7f7f7;
  padding: 50px  80px 26px 251px;
  border-radius: 4px;
  margin: 50px 0 0;
  min-height: 240px; }
  .elementor .postAuthorBox img, .postAuthorBox img {
    position: absolute;
    top: 34px;
    left: 53px;
    width: 160px;
    height: 160px;
    border-radius: 50%; }
  .elementor .postAuthorBox h3, .postAuthorBox h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 15px; }
    .elementor .postAuthorBox h3 a, .postAuthorBox h3 a {
      color: inherit; }
      .elementor .postAuthorBox h3 a:hover, .postAuthorBox h3 a:hover {
        color: var(--primay-color); }
  .elementor .postAuthorBox p, .postAuthorBox p {
    margin: 0 0 21px; }
  .elementor .postAuthorBox .pabSocial, .postAuthorBox .pabSocial {
    position: relative; }
    .elementor .postAuthorBox .pabSocial a, .postAuthorBox .pabSocial a {
      font-size: 14px;
      line-height: 1;
      display: inline-block;
      color: var(--heading-color);
      margin-right: 15px; }
      .elementor .postAuthorBox .pabSocial a .flaticon-twitter, .postAuthorBox .pabSocial a .flaticon-twitter {
        font-size: calc(100% + 4px);
        position: relative;
        top: 3px; }
      .elementor .postAuthorBox .pabSocial a:hover, .postAuthorBox .pabSocial a:hover {
        color: var(--primay-color); }

.postCommetnListBox {
  position: relative;
  margin: 50px 100px 20px 0; }

.commentHeading {
  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; }
  .commentHeading #cancel-comment-reply-link {
    display: inline-block;
    font-size: calc(100% - 10px);
    text-decoration: underline;
    margin-left: 10px; }
    .commentHeading #cancel-comment-reply-link:hover {
      color: var(--heading-color); }

.commentList {
  margin: 0;
  padding: 0; }
  .commentList li {
    list-style: none; }
    .commentList li .children li {
      margin-left: 38px; }
  .commentList .depth-1:last-child .singleComment {
    border-bottom: none;
    margin-bottom: 0; }

.singleComment {
  position: relative;
  padding: 0 0 30px 101px;
  min-height: 80px;
  margin: 0 0 30px;
  border-bottom: 1px solid #E4E4E4; }
  .singleComment > img {
    width: 80px;
    height: 80px !important;
    object-fit: cover;
    border-radius: 50% !important;
    position: absolute;
    left: 0;
    top: 0; }
  .singleComment .cmAuthor {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 28px;
    margin: 0 0 9px; }
    .singleComment .cmAuthor span {
      display: inline-block;
      font-size: 13px;
      line-height: 1;
      color: #8b8b8b;
      text-transform: lowercase;
      margin: 0 0 0 12px; }
  .singleComment .commentContent {
    margin: 0 0 16px; }
    .singleComment .commentContent p {
      margin: 0 0 20px; }
      .singleComment .commentContent p:last-child {
        margin-bottom: 0; }
  .singleComment .comment-reply-link {
    display: inline-block;
    height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 50%;
    background: var(--primay-color);
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 36px;
    position: relative; }
    .singleComment .comment-reply-link::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 9px 4.5px 0;
      border-color: transparent var(--primay-color) transparent transparent;
      bottom: -2px;
      left: -2px;
      transform: rotate(-45deg);
      transition: all .3s ease; }
    .singleComment .comment-reply-link:hover:after {
      border-right-color: var(--heading-color); }
    .singleComment .comment-reply-link:hover {
      background: var(--primay-hover-color);
      color: #fff; }

.commentForm {
  position: relative; }
  .commentForm .commentHeading {
    margin-bottom: 40px; }
  .commentForm label {
    display: none; }
  .commentForm textarea, .commentForm input {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    width: 100%;
    height: 55px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background: transparent;
    margin: 0 0 24px;
    padding: 0 20px; }
  .commentForm textarea {
    height: 145px;
    padding-top: 14px;
    resize: none;
    margin-bottom: 29px; }
  .commentForm input::placeholder,
  .commentForm textarea::placeholder {
    opacity: 1;
    color: var(--body-color); }
  .commentForm input::-moz-placeholder,
  .commentForm textarea::-moz-placeholder {
    opacity: 1;
    color: var(--body-color); }
  .commentForm input::-webkit-placeholder,
  .commentForm textarea::-webkit-placeholder {
    opacity: 1;
    color: var(--body-color); }
  .commentForm .immiPressBtn {
    padding: 0 31px; }

.postCommetnListBox .commentForm {
  margin-bottom: 41px; }

.commentContent ol, .commentContent ul, .blDContent ol, .blDContent ul {
  margin: 27px 0 32px;
  padding: 0; }

.commentContent ol li, .commentContent ul li, .blDContent ol li, .blDContent ul li {
  list-style: inherit;
  list-style-position: inside;
  margin: 0 0 10px;
  border: none; }

.commentContent code, .blDContent code {
  color: var(--primay-color); }

.commentContent a, .commentContent ol li a, .commentContent ul li a, .blDContent ol li a, .blDContent ul li a {
  color: var(--heading-color); }

.commentContent a:hover, .commentContent ol li a:hover, .commentContent ul li a:hover, .blDContent ol li a:hover, .blDContent ul li a:hover {
  color: var(--primay-color); }

.commentContent ol ol, .commentContent ul ul, .blDContent ol ul, .blDContent ul ol, .blDContent ol ol, .blDContent ul ul {
  padding-left: 15px;
  margin: 10px 0 0; }

.blDContent .has-black-border-color {
  display: flex; }
  .blDContent .has-black-border-color p:last-child {
    margin: 0; }

.blDContent .has-light-green-cyan-background-color {
  display: flex;
  align-items: center;
  margin-top: 24px; }
  .blDContent .has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    margin-bottom: 24px; }
  .blDContent .has-light-green-cyan-background-color p:last-child {
    margin: 0; }

.blDContent .wp-block-navigation .wp-block-page-list {
  margin: 0; }
  .blDContent .wp-block-navigation .wp-block-page-list li {
    margin: 0; }
    .blDContent .wp-block-navigation .wp-block-page-list li ol, .blDContent .wp-block-navigation .wp-block-page-list li ul {
      margin: 0;
      padding: 0; }

.wp-block-query-pagination {
  position: relative;
  margin-bottom: 20px; }
  .wp-block-query-pagination a, .wp-block-query-pagination span {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    height: 38px;
    border: 1px solid #DBDBDB;
    background: 0 0;
    text-align: center;
    line-height: 38px;
    padding: 0 12px;
    font-size: 14px;
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-weight: 500;
    border-radius: 5px;
    margin: 0 2px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .wp-block-query-pagination a:hover, .wp-block-query-pagination a.current, .wp-block-query-pagination span:hover, .wp-block-query-pagination span.current {
      background: var(--primay-color);
      color: #fff;
      border-color: var(--primay-color); }
    .wp-block-query-pagination a.wp-block-query-pagination-previous, .wp-block-query-pagination a.wp-block-query-pagination-next, .wp-block-query-pagination span.wp-block-query-pagination-previous, .wp-block-query-pagination span.wp-block-query-pagination-next {
      margin-bottom: 0;
      margin-top: -16px; }

.wp-block-avatar {
  margin-bottom: 18px; }

.wp-block-post-comments-form,
.wp-block-comments .comment-form {
  position: relative; }
  .wp-block-post-comments-form .commentHeading,
  .wp-block-comments .comment-form .commentHeading {
    margin-bottom: 40px; }
  .wp-block-post-comments-form textarea, .wp-block-post-comments-form input[type=email], .wp-block-post-comments-form input[type=text], .wp-block-post-comments-form input[type=url],
  .wp-block-comments .comment-form textarea,
  .wp-block-comments .comment-form input[type=email],
  .wp-block-comments .comment-form input[type=text],
  .wp-block-comments .comment-form input[type=url] {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    width: 100%;
    height: 55px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background: transparent;
    margin: 0 0 24px;
    padding: 0 20px !important; }
  .wp-block-post-comments-form textarea,
  .wp-block-comments .comment-form textarea {
    height: 145px;
    padding-top: 14px;
    resize: none;
    margin-bottom: 29px; }
  .wp-block-post-comments-form input[type=submit],
  .wp-block-comments .comment-form input[type=submit] {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    border-radius: 4px;
    padding: 0 31px;
    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 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .wp-block-post-comments-form input[type=submit]:hover,
    .wp-block-comments .comment-form input[type=submit]:hover {
      background: var(--heading-color); }

.blDContent .wp-block-calendar {
  margin-bottom: 30px; }
.blDContent .wp-block-search input[type=search] {
  border: 1px solid rgba(83, 97, 132, 0.1); }
.blDContent :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: none;
  padding: 0; }
.blDContent .wp-block-search {
  margin-bottom: 24px; }
.blDContent ul.wp-block-rss.wp-block-rss {
  margin: 0 0 30px;
  list-style: none; }
.blDContent .wp-block-latest-comments,
.blDContent .wp-block-post-template,
.blDContent .wp-block-comment-template {
  list-style: none; }
.blDContent .wp-element-button, .blDContent .wp-block-button__link {
  border-radius: 0;
  margin: 0 20px 30px 0; }
.blDContent .wp-block-cover, .blDContent .wp-block-cover-image {
  margin: 0 0 24px; }
  .blDContent .wp-block-cover.is-light p, .blDContent .wp-block-cover-image.is-light p {
    color: #fff; }
  .blDContent .wp-block-cover p:last-child, .blDContent .wp-block-cover-image p:last-child {
    margin: 0; }
.blDContent .wp-block-file a {
  margin-right: 20px; }
.blDContent .wp-block-media-text {
  margin-bottom: 24px; }
.blDContent .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0; }
.blDContent .aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px; }
.blDContent .alignright {
  float: right;
  clear: both;
  margin: 0.5em 0 0.5em 1em; }
.blDContent .wp-block-image figcaption {
  margin-top: 1em; }
.blDContent .wp-block-button.alignleft {
  float: left;
  margin: 0 1em 1em 0; }
.blDContent .wp-block-button.alignright {
  float: right;
  margin: 1em 0 1em 1em; }
.blDContent .wp-block-cover .wp-block-cover-text {
  color: #fff;
  margin: 0; }
.blDContent .blocks-gallery-caption {
  margin-bottom: 24px; }
.blDContent iframe, .blDContent .twitter-tweet {
  max-width: 100% !important; }
.blDContent .wp-block-media-text.alignwide {
  margin-bottom: 0; }

.wp-block-quote.has-text-align-right::before {
  margin-left: auto !important; }

.PaginInner {
  position: relative;
  display: flex;
  align-items: center; }
  .PaginInner strong {
    color: var(--heading-color);
    margin: 0 6px 0 0; }
  .PaginInner a, .PaginInner .post-page-numbers {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    height: 38px;
    border: 1px solid #DBDBDB;
    background: 0 0;
    text-align: center;
    line-height: 38px;
    padding: 0 14px;
    font-size: 14px;
    font-family: var(--heading-font);
    color: var(--heading-color);
    border-radius: 5px;
    margin: 0 4px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .PaginInner a:hover, .PaginInner a.current, .PaginInner .post-page-numbers:hover, .PaginInner .post-page-numbers.current {
      background: var(--primay-color);
      color: #fff;
      border-color: var(--primay-color); }
    .PaginInner a.wp-block-query-pagination-previous, .PaginInner a.wp-block-query-pagination-next, .PaginInner .post-page-numbers.wp-block-query-pagination-previous, .PaginInner .post-page-numbers.wp-block-query-pagination-next {
      margin-bottom: 0;
      margin-top: -16px; }

.commentContent select,
.blDContent select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/select.png) no-repeat calc(100% - 25px) center #FFF;
  font-size: 16px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  padding: 0 22px;
  color: var(--body-color);
  cursor: pointer;
  font-weight: 400;
  border: 1px solid rgba(83, 97, 132, 0.1);
  outline: none;
  margin: 0 0 30px; }

.commentContent pre, .blDContent pre {
  max-height: 300px;
  overflow: scroll;
  max-width: 100%;
  background: #F5F5F5;
  padding: 25px;
  margin: 25px 0 32px; }

.commentContent dt, .blDContent dt {
  color: var(--heading-color); }

.commentContent dd, .blDContent dd {
  margin-bottom: 20px; }

.comentPaginations a, .comentPaginations span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 15px; }

.commentContent img {
  margin: 10px 0; }

.singleComment.pingbackcomments {
  padding-left: 0; }

.blListItem .blogContent h3,
.bannerTitle {
  word-break: break-all; }

.pageSection .PaginInner {
  margin-top: 20px; }

/*------------------- 16. 404 Page -------------------*/
.errorBanner {
  position: relative; }
  .errorBanner .bannerTitle {
    margin: 93px 0 99px; }
  .errorBanner .breadcrumbs {
    display: none; }

.errorPageSection {
  position: relative;
  padding: 128px 0 112px; }

.errorContent {
  position: relative; }
  .errorContent h1 {
    font-size: 300px;
    line-height: 240px;
    margin: 0 0 32px; }
    .errorContent h1 .animImage {
      top: 14px; }
  .errorContent h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 48px; }
  .errorContent .immiPressBtn {
    padding: 0 34px; }

.blDContent {
  position: relative; }
  .blDContent input[type=password] {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    width: 100%;
    height: 50px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background: transparent;
    margin: 10px 0 0;
    padding: 0 20px !important; }
  .blDContent input[type=submit] {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    padding: 0 31px;
    text-align: center;
    border: none;
    outline: none;
    text-transform: capitalize;
    display: inline-block;
    background: var(--primay-color);
    color: #ffffff;
    z-index: 2;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .blDContent input[type=submit]:hover {
      background: var(--primay-hover-color); }

/*------------------- 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: #fff; }
    .comingSoonContent .mailForm .immiPressBtn::before, .comingSoonContent .mailForm .immiPressBtn::after, .comingSoonContent .mailForm .immiPressBtn span::before, .comingSoonContent .mailForm .immiPressBtn span::after {
      background: var(--primay-hover-color); }

.immiPressCountWrap {
  justify-content: center;
  display: flex;
  font-family: var(--heading-font);
  margin: 0 0 70px; }
  .immiPressCountWrap .countdown-section {
    float: left;
    margin: 0 54px; }
    .immiPressCountWrap .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; }
    .immiPressCountWrap .countdown-section .countdown-period {
      font-weight: 600;
      font-size: 24px;
      line-height: 34px;
      color: var(--heading-color);
      margin: 0;
      text-align: center;
      display: block; }

.themejunction_editor {
  position: relative; }
  .themejunction_editor.disc ul {
    list-style-type: disc; }
  .themejunction_editor.circle ul {
    list-style-type: circle; }
  .themejunction_editor.square ul {
    list-style-type: square; }
  .themejunction_editor.decimal ul {
    list-style-type: decimal; }
  .themejunction_editor.deorgian ul {
    list-style-type: deorgian; }
  .themejunction_editor.trad ul {
    list-style-type: trad-chinese-informal; }
  .themejunction_editor.lannada ul {
    list-style-type: lannada; }
  .themejunction_editor.none ul {
    list-style-type: none; }

.elementor-align-left .immiPressCountWrap {
  justify-content: flex-start; }

.elementor-align-right .immiPressCountWrap {
  justify-content: flex-end; }

body .elementor-widget:not(:last-child) {
  margin-bottom: 0; }

/*-- Custome Cursor --*/
.customeCursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid var(--primay-color);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991; }

.customeCursorDot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: var(--primay-color);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991; }

.customeCursorHover {
  background: var(--primay-color);
  opacity: 0.4; }

.customeCursorInHover {
  width: 30px;
  height: 30px;
  opacity: .4; }

/*------------------- 18. Responsive -------------------*/
/*------------------- 1. Responsive For Extra large Device -------------------*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .testimonialSlider02 .testimonilaItem03 {
    padding: 45px 170px 45px 30px; }

  .blDThumb {
    margin: 0; }

  .widget_blog .ppPostItem {
    padding-right: 0; }

  .footer_04 .copyRight {
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px; }

  .topbar02 {
    padding: 0; }

  .header04 {
    padding: 0; }
    .header04 .immiPressBtn {
      padding: 0 25px;
      margin-left: 18px; }
    .header04 .mainMenu ul li {
      margin-right: 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;
      margin-left: 10px; }
    .topbar01 .topBarWrapper .infoText.infoText02 {
      padding-left: 18px; }
    .topbar01 .topBarWrapper .topBarSocial {
      padding: 16px 5px 12px 20px; }

  .header01 {
    padding: 0; }
    .header01 .immiPressBtn {
      margin-left: 30px; }

  .mainMenu ul li {
    margin-right: 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%; }

  .aboutWidget {
    margin: 81px -45px 0 0px;
    padding-right: 27px; }

  .serviceMenu {
    position: relative;
    margin: 67px 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;
        object-fit: cover;
        object-position: center; }

  .elementor-widget-tj-strech-image {
    height: 100%; }
    .elementor-widget-tj-strech-image > div {
      height: 100%; }

  .contactFWrapper02 {
    margin: 0; }

  .header03 .mainMenu ul li,
  .header02 .mainMenu ul li {
    margin-right: 18px; }

  .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%; }

  .galleryWidget {
    padding-left: 30px; }

  .footer_02 .serviceMenu {
    margin-right: 50px; }

  .footer_02 .aboutWidget {
    padding-right: 27px; } }
@media (min-width: 1600px) and (max-width: 1900px) {
  .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; } }
@media (min-width: 1200px) and (max-width: 1365px) {
  .mailchimpWidget02 {
    margin: 0;
    padding-left: 0; }

  .mailchimpWidget02 .tj-stretch-element-inside-column {
    display: none; }

  .topbar02 {
    padding: 0; }

  .header04 {
    padding: 0; }
    .header04 .immiPressBtn {
      display: none; }
    .header04 .mainMenu ul li {
      margin-right: 20px; }

  .topbar01 .topLeftShape, .topbar01 .topRightShape {
    display: none; }

  .header01 {
    padding: 0; }
    .header01 .immiPressBtn {
      margin-left: 0;
      padding: 0 25px;
      font-size: 15px; }

  .mainMenu ul li {
    margin-right: 15px; }

  .mainMenu ul li .megaMenu {
    right: -180px; }

  .mainMenu > ul > li:last-of-type > .sub-menu {
    left: auto;
    right: 0; }

  .defaultHeader .mainMenu ul li:nth-last-child(4) .sub-menu li .sub-menu,
  .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; }
    .header03 .mainMenu ul li {
      margin-right: 20px; }
    .header03 .immiPressBtn {
      display: none; }

  .heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
    font-size: 80px; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .coachingItem03 {
    min-height: 249px; }

  .heroSection01 .heroSlider01 .singleSlide {
    height: 700px; }

  .heroSection04 .slNav {
    max-width: 1160px; }

  .heroSection02 {
    padding: 210px 0 120px; }
    .heroSection02 .sliderContent h2 {
      font-size: 75px;
      line-height: 90px; }

  .mailchimpWidget02 .tj-stretch-element-inside-column {
    display: none; } }
@media (min-width: 1400px) and (max-width: 1800px) {
  .mailchimpWidget02 .tj-stretch-element-inside-column {
    display: block;
    min-height: 551px; }

  .mailchimpWidget02 {
    padding-right: 50px; } }
/*------------------- 2. Responsive Desktop Device -------------------*/
@media (max-width: 1199px) {
  .blDContent .wp-block-embed-instagram, .blDContent .wp-block-embed-facebook {
    overflow: hidden; }

  .footer_01 {
    background-position: left center; }

  .heroSection02 {
    padding: 165px 0 90px; }

  .sidebar {
    margin-left: 0; }

  .sidebar.lft {
    margin-right: 0; }

  .blDThumb {
    margin: 0; }

  .postCommetnListBox {
    margin-right: 0; }

  .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 .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; }
      .contactFWrapper02 .cwBg .subTitle {
        font-size: 22px;
        margin-bottom: 12px; }
      .contactFWrapper02 .cwBg .secTitle {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px; }

  /*-- Home One --*/
  .topbar01 .topLeftShape, .topbar01 .topRightShape {
    display: none; }
  .topbar01 .topBarWrapper {
    margin: 0; }
    .topbar01 .topBarWrapper .infoText {
      padding-right: 15px;
      margin-left: 0; }
    .topbar01 .topBarWrapper .infoText.infoText02 {
      padding-left: 18px; }
  .topbar01 .linkText {
    display: none; }
  .topbar01 .topBarSocial {
    padding: 16px 0 12px 20px;
    border-right: none;
    margin-left: auto; }
    .topbar01 .topBarSocial a {
      margin-right: 15px; }
      .topbar01 .topBarSocial a:last-child {
        margin-right: 0; }
  .topbar01 .searchBar {
    padding-left: 15px;
    margin-right: 5px; }
    .topbar01 .searchBar [type="search"] {
      width: 200px; }

  header .logo01 img {
    height: 48px; }

  .header01 {
    padding: 0; }
    .header01 .immiPressBtn {
      display: none; }

  .heroSection01 .heroSlider01 .singleSlide {
    height: 650px; }

  .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; }

  .sectionTitle {
    margin: 0 0 45px; }
    .sectionTitle .subTitle {
      font-size: 22px;
      margin-bottom: 12px; }
    .sectionTitle .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; }

  .coachingItem03 {
    margin: 0 0 24px; }

  .coachingInfo .coachingDCon {
    padding: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .heroSection04 .heroSlider02 .singleSlide {
    height: 600px; }

  .heroSection04 .slNav {
    max-width: 800px; }

  .testimonialSlider02 .testimonilaItem03 {
    padding: 45px 170px 45px 30px; }

  .funfact01 {
    padding-left: 12px;
    padding-right: 12px; }

  .blogItem02 .blogContent .biMeta span {
    margin-left: 15px; }

  .teamItem02 .teamThumb {
    width: 100%;
    height: 100%;
    max-width: 306px;
    max-height: 306px; }

  .contactForm {
    padding: 55px 30px; }

  .tmjAccordion .card .card-body p br {
    display: none; }

  .serviceItem02 p {
    margin-left: 25px;
    margin-right: 25px; }

  .countryTabTabsNav li button {
    font-size: 18px;
    padding: 0 26px; }

  .commentList li .children li {
    margin-left: 15px; }

  .widget_blog .ppPostItem {
    padding: 0;
    margin-bottom: 30px; }
    .widget_blog .ppPostItem img {
      position: relative;
      left: 0;
      top: 0;
      margin: 0 0 15px; }
    .widget_blog .ppPostItem .biMeta {
      margin-bottom: 10px; }

  .comingSoonContent h2 {
    font-size: 60px;
    line-height: 70px; }

  .immiPressCountWrap .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; }

  .aboutWidget {
    margin-left: 0; }

  .serviceMenu {
    margin-left: 35px;
    margin-right: 0; }

  .contactWidget {
    margin-left: 0; }

  .mainMenu > ul > li:nth-last-child(2) > .sub-menu,
  .mainMenu > ul > li:nth-last-child(1) > .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 li {
      margin-right: 15px;
      padding: 33px 0; }
      .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 li,
  .header02 .mainMenu ul li {
    margin-right: 10px; }

  .header03 .popupBtn,
  .header02 .popupBtn {
    margin-left: 10px;
    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; }

  .galleryWidget {
    padding-left: 25px;
    margin-left: -10px; }

  .galleryShots a:nth-child(3), .galleryShots a:nth-child(6), .galleryShots a:last-child {
    margin-right: 10px; }

  .blogItem02 .blogContent .biMeta {
    font-size: 15px; }

  .searchBtn {
    display: none; }

  .header04 .mainMenu ul li {
    margin-right: 15px; }

  .header03 .logo01,
  header .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; } }
/*------------------- 3. Responsive For Tab Device -------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .heroSection04 .slNav {
    max-width: 645px; }

  .heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
    font-size: 55px;
    line-height: 66px; }

  .heroSection04 .heroSlider02 .singleSlide {
    height: 600px; }

  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2 {
    font-size: 65px;
    line-height: 75px; }

  .footer_04 .serviceMenu {
    margin-left: 0; }

  .footer_04 .aboutWidget {
    margin-right: 20px; }

  .heroSection02 .sliderContent p {
    margin-right: 30px; }

  .immiPressCountWrap .countdown-section {
    margin: 0 30px; }

  .coachingInfo .col-lg-5 {
    width: 49%; }

  .coachingInfo .col-lg-7 {
    width: 51%; }

  .topbar01 .topBarWrapper .infoText.infoText02 {
    display: none; }

  .topbar01 .topBarSocial {
    border-left: 1px solid var(--body-color); }

  .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; } }
/*------------------- 4. Responsive in Tab -------------------*/
@media (max-width: 991px) {
  .header04 .popupBtn {
    margin-left: 10px; }

  .header02 .immiPressBtn {
    margin-left: 20px; }

  .header01 .searchBtn,
  .header01 .popupBtn {
    margin-left: 10px; }

  .header01 .searchBtn svg {
    height: 24px; }

  .sidebar {
    margin-top: 50px; }

  .sidebar.lft {
    margin-top: 0;
    margin-bottom: 50px; }

  .teamDContent {
    padding: 0; }

  .teamDContent ul li span {
    min-width: 115px; }

  .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; }

  header .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(--secondary-color);
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    margin-left: auto; }
    .menuBtn:hover, .menuBtn.active {
      background: var(--secon-hover-color);
      color: #fff; }
    .menuBtn.mbText {
      width: auto;
      padding: 0 18px;
      background: var(--secon-hover-color); }
      .menuBtn.mbText i {
        display: inline-block;
        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;
    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; }
          .header04 .mainMenu > ul > li > a::after,
          .header03 .mainMenu > ul > li > a::after,
          .header02 .mainMenu > ul > li > a::after,
          header .mainMenu > ul > li > a::after {
            position: absolute !important;
            margin: 0 !important;
            top: 12px !important;
            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;
          box-shadow: 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 {
            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(--secondary-color); }
    .header04 .mainMenu > ul > li > a,
    .header02 .mainMenu > ul > li > a {
      border-color: rgba(255, 255, 255, 0.1); }

  .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); }

  /*-- Mobile Menu --*/
  .aboutWidget {
    margin-left: 0;
    padding-right: 20px; }

  .galleryWidget, .footer_04 .aboutWidget,
  .footer_02 .mailchimpWidget,
  .footer_02 .aboutWidget {
    border: none; }

  .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) {
  .customeCursor, .customeCursorDot {
    display: none; }

  .testimonialSlider02 .testimonilaItem03 {
    padding: 45px 20px 45px 25px; }

  .testimonialSlider02 .testimonilaItem03 .tsThumb {
    margin: 30px 0 0;
    right: auto;
    position: relative; }

  .header03 .searchBtn {
    width: 45px;
    height: 45px;
    line-height: 42px; }

  .tmjAccordion .card .card-header .title svg {
    right: 18px; }

  .teamItem02 .teamThumb {
    width: 100%;
    height: 100%;
    max-width: 306px;
    max-height: 306px; }

  .testimonialSlider01 .testimonilaItem01 .tsAuthor .tsNM {
    margin-top: 25px; }

  .testimonialSlider01 .owl-dots {
    margin-top: 25px; }

  .testimonialSlider01 .testimonilaItem01 .tsAuthor {
    margin-bottom: 30px; }

  #gallery-2 .gallery-item, #gallery-3 .gallery-item, #gallery-4 .gallery-item, #gallery-5 .gallery-item, #gallery-9 .gallery-item, #gallery-8 .gallery-item, #gallery-7 .gallery-item, #gallery-6 .gallery-item {
    width: 100% !important; }

  .blDContent .wp-block-media-text.alignwide {
    display: block; }
    .blDContent .wp-block-media-text.alignwide .wp-block-media-text__content {
      padding: 10px 0 0; }

  .blDContent .wp-block-media-text p {
    margin: 20px 0 0; }

  .elementor .postAuthorBox, .postAuthorBox {
    padding: 50px 30px 26px 30px; }
    .elementor .postAuthorBox img, .postAuthorBox img {
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 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; }

  .widget_blog .ppPostItem {
    padding-right: 0;
    padding-top: 0; }
    .widget_blog .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; }

  .mailForm.mail01 .immiPressBtn {
    padding: 0 15px; }

  .immiPressCountWrap {
    display: block; }
    .immiPressCountWrap .countdown-section {
      float: none;
      margin: 0 0 30px;
      display: block; }

  .comingSoonContent h2 {
    font-size: 48px;
    line-height: 58px; }

  .errorContent {
    overflow: hidden; }
    .errorContent h1 {
      font-size: 200px;
      line-height: 1; }
    .errorContent h2 {
      font-size: 45px;
      line-height: 55px; }

  .borderRight {
    border: none; }

  .contacInfotWidget .infoContent {
    margin-right: 25px; }

  .pageBanner .bannerTitle {
    font-size: 40px;
    line-height: 50px; }

  .topbar02 {
    padding: 0; }
    .topbar02 .topBarWrapper {
      display: block;
      text-align: center; }
    .topbar02 .infoText {
      display: none; }

  .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; }

  .footer_04 .copyRight {
    padding-left: 12px;
    padding-right: 12px; }

  .galleryWidget {
    margin: 25px 0 0;
    border: none;
    padding-left: 0; }

  .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; }
      .contactFWrapper02 .cwBg .subTitle {
        font-size: 22px;
        margin-bottom: 12px; }
      .contactFWrapper02 .cwBg .secTitle {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 30px; }

  .header03 .popupBtn,
  .header02 .popupBtn {
    margin-left: 12px; }
  .header03 .menuBtn.mbText i,
  .header02 .menuBtn.mbText i {
    display: none; }

  .header01 .immiPressBtn {
    display: none; }

  .footer_02 .aboutWidget,
  .aboutWidget {
    margin-right: 0;
    margin-left: 0; }

  .testimonialSlider01 .testimonilaItem01 .qutation {
    font-size: 35px; }

  .sectionTitle {
    margin-bottom: 30px; }
    .sectionTitle .subTitle {
      font-size: 22px; }
    .sectionTitle .secTitle {
      font-size: 30px;
      line-height: 40px; }
      .sectionTitle .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 .owl-dots {
    right: 10px; }

  .heroSection01 .heroSlider01 .singleSlide {
    height: 650px; }

  .heroSection04 .heroSlider02 .singleSlide .sliderContent {
    padding-left: 0; }
    .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 {
    display: none; }

  .topbar01 {
    position: relative; }
    .topbar01 .topBarWrapper {
      display: block;
      margin-left: 0; }
      .topbar01 .topBarWrapper .searchBar {
        padding: 0;
        margin: 10px 0 0;
        border-bottom: 1px solid var(--body-color); }
        .topbar01 .topBarWrapper .searchBar [type="search"] {
          width: 100%; }
      .topbar01 .topBarWrapper .infoText {
        padding: 12px 0;
        border: none; }
      .topbar01 .topBarWrapper .infoText {
        display: none; }
      .topbar01 .topBarWrapper .topBarSocial {
        padding: 10px 0;
        text-align: center;
        border-right: none; }
      .topbar01 .topBarWrapper .linkText {
        display: none; }

  .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(--secondary-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_01 {
    padding-bottom: 25px; }

  .footer_02 .serviceMenu,
  .serviceMenu {
    margin: 20px 0 0;
    border: none; }

  .footer_02 .contactWidget,
  .contactWidget {
    margin: 30px 0 0; }

  .mailchimpWidget {
    margin: 35px 0 0;
    padding: 0;
    border: none; }

  .footer_02 .aboutWidget,
  .aboutWidget {
    border: none;
    padding-right: 0; }

  .copyright {
    text-align: center;
    padding-bottom: 10px; }

  .crMenu {
    text-align: center;
    padding-bottom: 0px; }

  .header03 .logo01,
  header .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; }

  .galleryShots a:nth-child(3), .galleryShots a:nth-child(6), .galleryShots a:last-child {
    margin-right: 10px; }

  .errorPageSection {
    padding: 90px 0 80px; }

  .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; }

  .heroSection04 .slNav {
    max-width: 100%;
    display: flex;
    justify-content: center;
    top: auto;
    transform: none;
    bottom: 20px; }
    .heroSection04 .slNav a {
      width: 40px;
      height: 40px;
      font-size: 14px;
      line-height: 41px;
      margin: 0 10px; }

  .serviceItem02, .countryItem02 {
    margin-left: auto !important;
    margin-right: auto !important; }

  .abThumbWrapper .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  .abThumbWrapper .abThumb .abContent {
    width: 120px;
    height: 120px;
    bottom: -60px; }

  .abThumbWrapper .abThumb .abContent h2 {
    font-size: 30px;
    margin-bottom: 0; }

  .abThumbWrapper .abThumb .abContent p {
    font-size: 14px;
    text-align: center;
    line-height: 1rem;
    padding: 0 15px; }

  .immiPressCountWrap .countdown-section {
    margin-bottom: 20px; }

  .immiPressCountWrap .countdown-section .countdown-amount {
    margin-bottom: 0; } }
@media (max-width: 575px) {
  .blogItem02 .blogContent .biMeta svg {
    margin-right: 4px; }

  .blogItem02 .blogContent .biMeta span {
    margin-left: 12px; }

  .testimonialSlider01 .testimonilaItem01 .qutation {
    font-size: 24px;
    line-height: 40px; }

  .contactForm {
    padding: 50px 25px; }
    .contactForm .subTitle {
      font-size: 20px;
      margin: 0px 0px 10px 0px; }
    .contactForm .secTitle {
      font-size: 26px;
      margin-bottom: 30px; }

  .blListItem .blogContent h3 {
    font-size: 24px;
    line-height: 30px; }

  .blListItem .blogContent .biMeta span.date {
    margin-right: 15px; }

  .blListItem .blogContent .biMeta span:last-child {
    margin-left: 0; }

  .blListItem .blogContent {
    padding-left: 20px;
    padding-right: 20px; }

  .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: 32px;
    line-height: 40px;
    margin: 60px 0 48px; }

  .heroSection04 .heroSlider02 .singleSlide {
    height: 450px; }

  .heroSection04 .heroSlider02 .singleSlide .sliderContent h2 {
    font-size: 34px;
    line-height: 48px;
    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,
  .serviceItem02,
  .countryItem02,
  .serviceItem02.si04,
  .countryItem02.ciItem02 {
    max-width: 306px;
    margin-left: auto;
    margin-right: auto; }

  .blogItem02,
  .serviceItem01,
  .blogItem01,
  .blogItem03,
  .coachingItem02,
  .teamItem01 {
    max-width: 416px;
    margin-left: auto;
    margin-right: auto; }

  .iconBox03 {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }

  .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 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: auto;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 0; }
    .heroSection01 .heroSlider01 .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 0 4px; }
      .heroSection01 .heroSlider01 .owl-dots .owl-dot span {
        left: 0;
        top: 0;
        width: 10px;
        height: 10px; }

  .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: 0;
    margin-right: 15px; }
    .biDMeta span.date {
      margin-left: 15px; }

  .pTitle {
    font-size: 30px;
    line-height: 45px; }

  .widget_blog .ppPostItem {
    padding: 0;
    margin-bottom: 30px; }
    .widget_blog .ppPostItem img {
      position: relative;
      left: 0;
      top: 0;
      margin: 0 0 15px; }
    .widget_blog .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; }

  .blogItem03 .blogContent .biMeta span {
    margin-left: 10px; }

  .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; }
  .header03 .immiPressBtn,
  .header02 .immiPressBtn {
    display: none; }
  .header03 .searchBtn,
  .header02 .searchBtn {
    margin-left: 10px; }
    .header03 .searchBtn svg,
    .header02 .searchBtn svg {
      height: 24px; }

  .withText span {
    display: none; }

  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2,
  .sliderContent h2 {
    font-size: 40px;
    line-height: 52px; }

  .heroSection03 .sliderContent h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px; }

  .heroSection01 .heroSlider01 .singleSlide .sliderContent h2 {
    max-width: 300px; }

  .sectionTitle {
    margin: 0 0 30px; }

  .abVideo .videoBtn {
    left: -235px;
    bottom: -265px; }
    .abVideo .videoBtn .popup_video {
      font-size: 50px;
      margin: -230px 0 0 185px; } }

/*# sourceMappingURL=main.css.map */
