@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Noto Sans", sans-serif;
  background-color: #162251;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.container-fluid {
  width: 80%;
}

.section_space {
  padding: 60px 0;
}

ul li {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 15px;
}

ul li:last-child {
  margin: 0;
}

/*---------------------------------
	typography css start 
---------------------------------*/

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

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

p {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.7;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/

/* dropcap */
.tp-dropcap::first-letter {
  font-size: 90px;
  font-weight: 500;
  float: left;
  text-align: center;
  color: var(--tp-common-white);
  margin-right: 5px;
  line-height: inherit;
  text-transform: capitalize;
  width: 65px;
  height: 85px;
  line-height: 0.8;
}

.class {
  stroke-dasharray: 189px, 191px;
  stroke-dashoffset: 0px;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
.pt-280 {
  padding-top: 280px;
}

.pt-320 {
  padding-top: 320px;
}

/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #fff;
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}



/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
/* hamburger btn */
.tp-hamburger-btn {
  height: 16px;
  width: 22px;
  line-height: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.tp-hamburger-btn span {
  background: var(--tp-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tp-hamburger-btn span::before, .tp-hamburger-btn span::after {
  background: var(--tp-common-black);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  margin-top: 13px;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tp-hamburger-btn span::before {
  margin-top: -7px;
}

.tp-hamburger-btn span::after {
  margin-top: 7px;
  width: 13px;
}

.tp-hamburger-btn.active span {
  background: transparent;
}

.tp-hamburger-btn.active span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tp-hamburger-btn.active span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tp-hamburger-btn-white span {
  background-color: #fff;
}

.tp-hamburger-btn-white span::after, .tp-hamburger-btn-white span::before {
  background-color: #fff;
}


/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/

.tp-offcanvas-area-2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  z-index: 99;
  z-index: 9999;
  padding: 50px 40px;
  overflow-y: scroll;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  background: #0b112b;
  transform: translateX(calc(100% + 80px));
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .tp-offcanvas-area-2 {
    width: 100%;
  }
}

.tp-offcanvas-area-2.opened {
  transform: translateX(0);
}

.tp-offcanvas-top-2 {
  margin-bottom: 40px;
}

.tp-offcanvas-close-btn-2 {
  color: rgba(255, 255, 255, 0.6);
}

.tp-offcanvas-close-btn-2:hover {
  color: var(--tp-common-white);
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


.tp-offcanvas-logo-2 img {
  width: 115px;
}



/*----------------------------------------*/
/*  2.18 Animated Headline css start
/*----------------------------------------*/
.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}

.cd-title h1 {
  font-size: 2.4rem;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }

  .cd-title h1 {
    font-size: 3rem;
  }
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper .app {
  transform: translateY(-10px);
  display: inline-block;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}


/* Ball view 
============= */
#ball .ball-view {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
  text-align: center;
  transform: scale(0);
}

#ball .ball-view i {
  font-size: 19px;
}

/* Ball drag 
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 19px;
  color: #FFF;
  height: 10px;
  line-height: 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f104";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f105";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

/* Ball close 
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  line-height: 1;
  text-align: center;
}

.tp-toggle-btn-box {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.tp-magnetic-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

html[tp-theme=tp-theme-light] #ball {
  color: rgba(0, 0, 0, 0.5);
}

html[tp-theme=tp-theme-light] .cursor-white #ball {
  color: rgba(255, 255, 255, 0.5);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.tp-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-header-mob-space {
    padding: 15px 0;
  }
}

.tp-header-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 0%;
  background-color: rgb(255 255 255 / 16%);
}

.tp-header-hamburger {
  height: 16px;
  line-height: 16px;
}

.tp-header-hamburger .tp-hamburger-btn {
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
}

.tp-header-cv-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black-2);
  background-color: #BCE70C;
  border-radius: 6px;
}

.tp-header-area.tp-header-sticky-cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 98;
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 500ms ease, visibility 500ms ease;
}

.tp-header-area.tp-header-sticky-cloned::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 70, 35, 0.8);
  backdrop-filter: blur(14px);
  z-index: -1;
}

.tp-header-area.tp-header-pinned {
  transform: translateY(0%);
  visibility: visible;
}


#awesome-cursor-circle.hide {
  display: none;
}

/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.main-menu>nav>ul>li {
  list-style: none;
  display: inline-block;
}

.main-menu>nav>ul>li:not(:last-child) {
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu>nav>ul>li:not(:last-child) {
    margin-right: 37px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li:not(:last-child) {
    margin-right: 35px;
  }
}

.main-menu>nav>ul>li>.submenu {
  position: absolute;
  width: 220px;
  z-index: 999;
  padding: 15px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  overflow: hidden;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  backdrop-filter: blur(14px);
  box-shadow: 0px 2px 4px 0px rgba(23, 23, 24, 0.2), 0px -1px 0px 0px rgba(36, 62, 21, 0.5);
  transition-duration: 0.1s;
  transform-origin: top;
  -webkit-transform: perspective(300px) rotateX(-18deg);
  -moz-transform: perspective(300px) rotateX(-18deg);
  -ms-transform: perspective(300px) rotateX(-18deg);
  -o-transform: perspective(300px) rotateX(-18deg);
  transform: perspective(300px) rotateX(-18deg);
}

.main-menu>nav>ul>li>.submenu>li {
  margin: 0;
  display: block;
  margin-bottom: 5px;
  padding: 0 30px;
}

.main-menu>nav>ul>li>.submenu>li:last-child {
  margin-bottom: 0;
}

.main-menu>nav>ul>li>.submenu>li>a {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #000;
  font-family: var(--tp-ff-dmsans);
  position: relative;
  transition: 0.3s;
}

.main-menu>nav>ul>li>.submenu>li>a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 1px;
  width: 0px;
  background-color: #000;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.main-menu>nav>ul>li>.submenu>li:hover a {
  padding-left: 25px;
  color: #000;
}

.main-menu>nav>ul>li>.submenu>li:hover a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}

.main-menu>nav>ul>li>.submenu>li .submenu {
  left: 100%;
  top: 0;
}

.main-menu>nav>ul>li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  -webkit-transform: perspective(300px) rotateX(0deg);
  -moz-transform: perspective(300px) rotateX(0deg);
  -ms-transform: perspective(300px) rotateX(0deg);
  -o-transform: perspective(300px) rotateX(0deg);
  transform: perspective(300px) rotateX(0deg);
}

.main-menu>nav>ul>li:hover>a {
  color: #000;
}

.main-menu>nav>ul>li>a {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 23px 0;
  position: relative;
}

.main-menu>nav>ul>li>a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0%;
  background-color: #Fff;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.main-menu>nav>ul>li:hover>a {
  color: #fff;
}

.main-menu>nav>ul>li:hover>a::after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.counter-row {
  counter-reset: count;
}

.tp-main-menu-mobile {
  padding-top: 80px;
  padding-left: 90px;
  padding-right: 130px;
  overflow-y: scroll;
  scrollbar-width: none;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu-mobile {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-main-menu-mobile {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .tp-main-menu-mobile {
    padding: 60px;
  }
}

.tp-main-menu-mobile::-webkit-scrollbar {
  display: none;
}

.tp-main-menu-mobile .tp-submenu {
  display: none;
}

.tp-main-menu-mobile>nav>ul {
  position: static;
  display: block;
  box-shadow: none;
}

.tp-main-menu-mobile>nav>ul>li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tp-main-menu-mobile>nav>ul>li:last-child {
  border-bottom: none;
}

.tp-main-menu-mobile>nav>ul>li:first-child a {
  border-top: none;
}

.tp-main-menu-mobile>nav>ul>li:first-child a::before {
  display: none;
}

.tp-main-menu-mobile>nav>ul>li.dropdown-opened ul.submenu {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tp-main-menu-mobile>nav>ul>li.has-dropdown>a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tp-common-white);
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  transition: 0.4s;
}

.tp-main-menu-mobile>nav>ul>li.has-dropdown>a .dropdown-toggle-btn svg {
  transition: 0.4s;
}

.tp-main-menu-mobile>nav>ul>li.has-dropdown>a .dropdown-toggle-btn.dropdown-opened svg {
  transform: rotate(135deg);
}

.tp-main-menu-mobile>nav>ul>li.has-dropdown>a .dropdown-toggle-btn:hover {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile>nav>ul>li.has-dropdown>a.expanded {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile>nav>ul>li.has-dropdown>a.expanded .dropdown-toggle-btn.dropdown-opened {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile>nav>ul>li.has-dropdown:hover>a::after {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile>nav>ul>li:last-child a span {
  border-bottom: 0;
}

.tp-main-menu-mobile>nav>ul>li>a {
  display: block;
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  position: relative;
  padding: 17px 0;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--tp-ff-didoneright);
  position: relative;
  padding-left: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-main-menu-mobile>nav>ul>li>a {
    font-size: 30px;
  }
}

.tp-main-menu-mobile>nav>ul>li>a::after {
  font-size: 14px;
  content: "0"counter(count);
  counter-increment: count;
  color: #fff;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 35px;
  transform: rotate(270deg);
}

.tp-main-menu-mobile>nav>ul>li>a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.12);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.5s;
}

.tp-main-menu-mobile>nav>ul>li>a svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.tp-main-menu-mobile>nav>ul>li>a>i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}

.tp-main-menu-mobile>nav>ul>li>a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}

.tp-main-menu-mobile>nav>ul>li>a .tp-text-hover-effect-word {
  display: flex;
  overflow: hidden;
  height: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-main-menu-mobile>nav>ul>li>a .tp-text-hover-effect-word {
    height: 30px;
  }
}

.tp-main-menu-mobile>nav>ul>li>a .tp-text-hover-effect-word span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 3s;
}

.tp-main-menu-mobile>nav>ul>li>a .tp-text-hover-effect-word span::after {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  left: 0;
}

.tp-main-menu-mobile>nav>ul>li img {
  width: 100%;
}

.tp-main-menu-mobile>nav>ul>li>ul {
  padding: 0;
}

.tp-main-menu-mobile>nav>ul>li>ul>li {
  padding: 0;
}

.tp-main-menu-mobile>nav>ul>li>ul>li>a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--tp-ff-didoneright);
}

@media (max-width: 767px) {
  .tp-main-menu-mobile>nav>ul>li>ul>li>a {
    font-size: 22px;
  }
}

.tp-main-menu-mobile>nav>ul>li>ul>li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile>nav>ul>li>ul>li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile>nav>ul>li>ul>li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}

.tp-main-menu-mobile>nav>ul>li:hover>a {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile>nav>ul>li:hover>a::after {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile>nav>ul>li:hover>a .dropdown-toggle-btn i {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile>nav>ul>li:hover>a .tp-text-hover-effect-word span {
  -webkit-transform: translate3d(0, -100%, 0.1px) !important;
  -moz-transform: translate3d(0, -100%, 0.1px) !important;
  -ms-transform: translate3d(0, -100%, 0.1px) !important;
  -o-transform: translate3d(0, -100%, 0.1px) !important;
  transform: translate3d(0, -100%, 0.1px) !important;
}

.tp-main-menu-mobile>nav>ul>li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.tp-main-menu-mobile>nav>ul>li .mega-menu, .tp-main-menu-mobile>nav>ul>li .submenu {
  position: static;
  min-width: 100%;
  padding: 35px 0;
  padding-left: 75px;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-main-menu-mobile>nav>ul>li .mega-menu, .tp-main-menu-mobile>nav>ul>li .submenu {
    padding-left: 0;
  }
}

.tp-main-menu-mobile>nav>ul>li .mega-menu li, .tp-main-menu-mobile>nav>ul>li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
  color: #444D75;
}

.tp-main-menu-mobile>nav>ul>li .mega-menu li a, .tp-main-menu-mobile>nav>ul>li .submenu li a {
  padding: 10px 0;
  display: inline-block;
  transition: 0.3s;
  color: #fff;
  padding-left: 10px;
  font-weight: 300;
}

.tp-main-menu-mobile>nav>ul>li .mega-menu li a:hover, .tp-main-menu-mobile>nav>ul>li .submenu li a:hover {
  color: #656C8D;
  padding-left: 15px;
}

.tp-main-menu-mobile>nav>ul>li .mega-menu li:hover a .dropdown-toggle-btn, .tp-main-menu-mobile>nav>ul>li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tp-common-white);
}

.tp-main-menu-mobile .tp-main-menu-content ul li:not(:last-child) .home-menu-title a {
  border-bottom: none;
}

.tp-main-menu-mobile * ul, .tp-main-menu-mobile * li {
  transition: none !important;
  border-bottom: none;
}


.tp-offcanvas-main-2 .tp-main-menu-mobile>nav>ul>li>a::after {
  display: none;
}

.tp-menu-2 .tp-main-menu-mobile {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 30px;
}

.tp-menu-2 .tp-main-menu-mobile nav>ul>li a {
  font-size: 16px;
  padding: 10px 0;
  padding-left: 0px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-dmsans);
}

.tp-menu-2 .tp-main-menu-mobile>nav>ul>li.has-dropdown>a .dropdown-toggle-btn {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.tp-menu-2 .tp-main-menu-mobile>nav>ul>li.has-dropdown>a .dropdown-toggle-btn svg {
  height: 16px;
  width: 16px;
  color: var(--tp-common-white);
}

.tp-menu-2 .tp-main-menu-mobile>nav>ul>li.has-dropdown>a.expanded {
  color: var(--tp-common-white);
}

.tp-menu-2 .tp-main-menu-mobile>nav>ul>li .mega-menu, .tp-menu-2 .tp-main-menu-mobile>nav>ul>li .submenu {
  padding: 20px 0;
}

.main-menu>nav>ul>li>.has-homemenu {
  width: 1060px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 2px 4px 0px rgba(23, 23, 24, 0.2), 0px -1px 0px 0px rgba(36, 62, 21, 0.5);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.main-menu>nav>ul>li>.has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li>.has-homemenu {
    left: 100px;
  }
}

.homemenu-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-dmsans);
  position: relative;
}

.homemenu-title::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-white);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.homemenu-thumb {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(10, 27, 2, 0.2);
  overflow: hidden;
}

.homemenu-thumb img {
  border-radius: 4px;
  transition: 0.9s;
}

.homemenu:hover .homemenu-thumb img {
  transform: scale(1.1);
}

.homemenu:hover .homemenu-title::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.menu-hover-active>nav>ul>li.active>a {
  color: var(--tp-common-white);
}

.menu-hover-active>nav>ul>li>a {
  color: #656C8D;
}

.menu-hover-active>nav>ul>li.active>a::after {
  color: #fff;
}

.menu-hover-active>nav>ul>li>a::after {
  color: rgba(255, 255, 255, 0.2);
}

.menu-hover-active>nav>ul>li.has-dropdown.active>a .dropdown-toggle-btn {
  color: var(--tp-common-white);
}

.menu-hover-active>nav>ul>li.has-dropdown>a .dropdown-toggle-btn {
  color: rgba(255, 255, 255, 0.2);
}

.p-static {
  position: static;
}

.tp-main-menu-content ul li {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  7.1 About css
/*----------------------------------------*/

h1.tp-hero-title {
  font-weight: 300;
  line-height: 1.3;
  font-family: 'Didone right', serif;
  font-size: 70px;
}

.tp-hero-left-wrapper p {
  color: #fff;
}

.top_hero_tint {
  padding: 150px 0;
  padding-bottom: 60px;
}

.tp-hero-3__shape-1 {
  position: absolute;

}

.tp-about-inner {
  position: relative;
}

.tp-about-inner-border {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-about-inner {
    padding-left: 35px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-about-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .tp-about-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ============round circular btn=============== */
.tp-btn-circle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-block;
  width: 149px;
  height: 149px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;

}

.tp-btn-circle-arrow {
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
  margin-left: 8px;
}

.tp-btn-circle-dot {
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 20px;
  height: 20px;
  background-color: #fb7c00;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.tp-btn-circle:hover {
  color: var(--tp-common-black);
}

.tp-btn-circle:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}



/* ===========new styles========= */

section.tp-about-area.fix {
  padding: 80px 0;
}

.tp-service-3__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.tp-service-3__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
}

.tp-about-desc-content p {
  color: #fff;
}



/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-circle-1 {
  position: absolute;
  top: -230px;
  left: -80px;
}

.tp-footer-circle-1 span {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background: rgb(0 0 0 / 20%);
  filter: blur(150px);
  display: inline-block;
  display: none;
}

.tp-footer-circle-2 {
  position: absolute;
  bottom: 170px;
  right: 230px;
  z-index: -1;
  display: none;
}

.tp-footer-circle-2 span {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  background: rgb(0 0 0 / 20%);
  filter: blur(190px);
  display: inline-block;
}

.tp-footer-circle-3 {
  position: absolute;
  top: 59%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}

.tp-footer-circle-3 span {
  height: 1550px;
  width: 1550px;
  border-radius: 50%;
  background: linear-gradient(179.29deg, rgb(18 28 73) 0.58%, rgb(27 38 76) 40.98%);
  display: inline-block;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-footer-circle-3 span {
    height: 1200px;
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-footer-circle-3 span {
    height: 1100px;
    width: 1100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-footer-circle-3 span {
    height: 940px;
    width: 940px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-circle-3 span {
    height: 700px;
    width: 700px;
  }
}

@media (max-width: 767px) {
  .tp-footer-circle-3 span {
    height: 350px;
    width: 350px;
  }
}

.footer_add_content h4 {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
}

.footer_add_content p {
  font-size: 16px;
  line-height: 1.5;
}

.footer_add_content {
  border-top: 1px solid #ffffff85;
  padding-top: 27px;
  text-align: center;
}

.tp-footer-area .row {
  padding: 65px 0 40px;
}

.tp-copyright-area p {
  margin-bottom: 0;
  font-size: 16px;
}

.tp-copyright-area {
  padding: 10px 0;
}

.tp-footer-btn-box {
  margin: 50px 0;
}


/* =section 1st main= */
.first_main h3.tp-section-title-3.tp_title_anim {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.first_main video.z2 {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.tp-hero-btn.wrap {
  margin-top: 30px;
}


/* =program = */
.tp-hero-3__title {
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.program_indi {
  padding: 40px 30px;
  display: flex;
  background: #2D3866;
  color: #fff;
  border-radius: 30px;
}

.program_indi_icon {
  width: 15%;
  margin-right: 10px;
}

.program_indi_text p {
  color: #fff;
}

.program_indi_text {
  width: 85%;
}

.program_indi_icon img {
  width: 70%;
}

.program_indi_text a {
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #4C40F7;
}

.program_indi_text p {
  margin-bottom: 30px;
}

.program_indi h3.tp-service-3__content-title {
  font-weight: 400;
}


/* =who are we section= */

.who_we_are p:last-child {
  margin-bottom: 0;
}

.who_we_are p {
  font-size: 20px;
}

.who_we_are .row:first-child {
  padding-bottom: 50px;
}

.who_we_are .row.sec_row {
  padding: 50px 0;
}

.who_we_are ul {
  padding-left: 20px;
}

.who_we_are .row:last-child {
  padding-top: 50px;
}

/* =vision= */
.vision_main {
  padding-left: 45px;
}

.vision_main .tp-btn-bounce {
  margin-top: 25px;
  position: relative;
  z-index: 11;
}

.vision_main p {
  font-size: 20px;
}



.vision_main h3.tp-hero-3__title.tp-char-animation {
  padding: 0;
  margin-bottom: 20px;
}

section.vision {
  overflow: hidden;
}

section.vision .main_img {
  overflow: hidden !important;
  width: 100%;
  transition: 1s ease;
  border-radius: 30px;
}

section.vision .main_img:hover {
  transform: scale(1.2) !important;
  transition: 1s ease;
  border-radius: 30px;
}

section.vision .img_col {
  overflow: hidden !important;

}

/* =view more button== */

.tp-hero-3__btn-box a {
  margin-right: 30px;
  flex: 0 0 auto;
}

.tp-btn-blue {
  height: 64px;
  line-height: 64px;
  border-radius: 100px;
  padding: 0 37px;
  padding-right: 27px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  overflow: hidden;
  letter-spacing: -0.01em;
  color: #fff;
  background-color: transparent;
  font-family: var(--tp-ff-dmsans);
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.tp-btn-blue span.text {
  position: relative;
}

.tp-btn-blue span.text::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}

.tp-btn-blue::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4c40f7;
  z-index: -1;
  border-radius: 100px;
  transition: .5s ease;
}

.tp-btn-blue span.icon {
  margin-left: 50px;
}

.tp-btn-blue:hover {
  background-color: transparent;
  color: #fff;
}

.tp-hero-3__btn-box a {
  margin-right: 30px;
  flex: 0 0 auto;
}

.tp-hero-3__btn-box a {
  margin-right: 30px;
  flex: 0 0 auto;
}

.tp-btn-blue:hover::after {
  width: 64px;
  transition: .5s ease;
}

.who_we_are .tp-hero-3__title {
  font-size: 34px;
  line-height: 1.5;
}

.who_we_are .section_header {
  padding: 0;
}

.who_we_are .section_header .tp-hero-3__title {
  line-height: 1;
}

.who_we_are .section_header h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  perspective: 300px;
  color: #ffffffab;
}

/* = */

.tp-hero-2__boder-circle {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  border: 120px solid rgba(255, 255, 255, 0.04);
  display: inline-block;
  position: absolute;
  left: -15%;
  z-index: 1;
  animation-delay: 1s;
  animation-duration: 1s;
  top: 0%;
}

.who_we_are {
  overflow: hidden;
}

.tp-hero-3__boder-circle {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  border: 120px solid rgba(255, 255, 255, 0.04);
  display: inline-block;
  position: absolute;
  right: -15%;
  z-index: 1;
  animation-delay: 1s;
  animation-duration: 1s;
  bottom: 0;
}

.rotating_img img {
  animation: animationglob 5s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.rotating_img img:first-child {
  left: 20%;
  top: 10%;
}

.rotating_img img:last-child {
  right: 20%;
  bottom: 10%;
}

@keyframes animationglob {
  0% {

    transform: rotate(0deg);
  }

  100% {

    transform: rotate(360deg);
  }
}

/* ==================================================
                    testimonial
  ================================================== */
.testimonial .card {
  border: none;
  background: #2D3866;
  border: 1px solid #ffffff3d;
  overflow: hidden;
  transition: 1s ease;
  overflow: hidden;
}

.testimonial .card img {
  transition: 1s ease;
}

.testimonial .card:hover img {
  transform: scaleX(1.2);
}

.testimonial .card_content {
  font-size: 18px;
  padding: 10px;
}

.testimonial .card_content h4 {
  padding: 5px 0 0;
  color: #fff;
  font-weight: 300;
}

.testimonial .card_content p {
  margin-bottom: 5px;
  font-size: 16px;
}

.testimonial .carousel-control-next,
.carousel-control-prev {
  width: 2%;
}

section.patient.testimonial .testimonial .carousel-control-prev {
  left: 0;
}

section.patient.testimonial .testimonial .carousel-control-next {
  right: 0;
}

.testimonial .carousel-control-prev {
  left: -5%;
  opacity: 1;
}

.testimonial .carousel-control-next {
  right: -5%;
  opacity: 1;
}

@media (max-width: 767px) {
  .testimonial .carousel-inner .carousel-item>div {
    display: none;
  }

  .testimonial .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.testimonial .carousel-inner .carousel-item.active,
.testimonial .carousel-inner .carousel-item-next,
.testimonial .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {

  .testimonial .carousel-inner .carousel-item-end.active,
  .testimonial .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .testimonial .carousel-inner .carousel-item-start.active,
  .testimonial .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.testimonial .carousel-inner .carousel-item-end,
.testimonial .carousel-inner .carousel-item-start {
  transform: translateX(0);
}


/*============================program main  block================ */

.program_main_block li:last-child {
  margin-bottom: 0;
}

.tp-project-3__area .row {
  width: 100%;
  padding: 40px 30px;
  border-radius: 40px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #162251;
}

.tp-about-desc-content {
  padding-left: 35px;
}

.tp-portfolio-thumb-img {
  border-radius: 30px;
  overflow: hidden;
}

.tp-portfolio-thumb-img img {
  height: 100%;
  transition: 1s ease;
}

.tp-portfolio-thumb-img img:hover {
  transform: scale(1.2) !important;
  transition: 1s ease;
}

/* ========the team section===== */

.the_team .card {
  text-align: center;
  background: #2D3866;
  border: 2px solid #ffffff9e;
  border-radius: 20px;
  width: 90%;
  margin: auto;
}

.the_team .card-img img {
  margin-top: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.the_team .card_content {
  font-size: 18px;
  padding: 10px;
}

.the_team .card_content h4 {
  padding: 5px 0 0;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
}

.the_team .card_content p {
  margin-bottom: 5px;
  font-size: 16px;
}

/* ===========blog section========== */

.blog .tp-btn-blue {
  height: 50px;
  line-height: 50px;
  margin-top: 8px;
}

.blog {
  background-size: 100%;
  background-repeat: no-repeat;
}

/* =================inner banner=============== */

.inner_banner {
  padding: 150px 0 100px;
}

.inner_banner_main_img img {
  transition: 1s ease;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.inner_banner_main_img img:hover {
  transform: scale(1.15) !important;
  transition: 1s ease;
}

.innar_main_content h1 {
  margin-bottom: 10px;
}

.individual_item {
  z-index: 11;
  position: relative;
  padding: 45px 30px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 60px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #0f183efa;
  min-height: 450px;
  display: flex;
  margin-top: 0px;
}

.individual_item.whatsapp {
  min-height: auto;
  display: block;
}

.individual_item.whatsapp {
  margin-bottom: 0;
}


.innar_main_content {
  padding: 0 20px;
}

.individual_item img {
  border-radius: 20px;
}

.innar_main_content p {
  font-size: 18px;
}

.innar_main_content p:last-child {
  margin-bottom: 0;
}

.inner_main_section {
  padding-top: 140px;
  padding-bottom: 60px;
}

.innar_main_content ul li {
  font-size: 18px;
}

.individual_item .tp-btn-blue span.text {
  font-size: 20px;
}

.individual_item .tp-btn-blue i {
  color: #25D366;
  font-size: 36px;
  margin-top: 5px;
  position: relative;
  top: 5px;
  left: 10px;
}

.individual_item .tp-btn-blue span.icon {
  margin-left: 30px;
}

.individual_item .tp-btn-blue {
  float: right;
}

.individual_item.whatsapp h1 {
  font-size: 34px !important;
  margin: 0;
}


/* =star animation= */

.the_team .stars img {
  height: 30px;
  width: 30px;
  animation-name: twinkle-1;
  animation: twinkle-1 2s infinite;
  position: absolute;
}

.the_team .stars img:last-child {
  right: 7%;
  bottom: 10%;
}

.the_team .stars img:first-child {
  top: 10%;
  left: 10%;
}


@keyframes twinkle-1 {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0.5;
  }
}

/* =offcanvas form= */
.offcanvas_form .form-control {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

.offcanvas_form .form-control::placeholder {
  color: #ffffff57 !important;
  font-size: 16px;
}

.offcanvas_form {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.social_media_icons ul li {
  text-decoration: none;
  list-style: none;
  display: inline;
  padding-right: 10px;
}

.social_media_icons ul {
  margin-top: 31px;
}

.social_media_icons ul li a {
  padding: 4px 8px;
  border-radius: 5px;
}


/* ===========================================
              process flow section
=============================================== */

.process_flow h4 {
  margin: 0;
  color: #fff;
}

.process_flow_main {
  display: flex;
}

.process_flow_indi {
  width: 20%;
}

.process_flow_indi_text h4 {
  background-color: #162251;
  position: relative;
  padding: 10px 5px;
  min-height: 70px;
  width: 100%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 300;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.process_flow_indi_text.last::before {
  display: none;
}


.process_flow_indi_text::before {
  content: "";
  display: block;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: -22px;
  bottom: 204px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 20px solid #4c40f7;
}

.process_flow_indi_text {
  border: 2px solid;
  position: relative;
  padding: 3px;
  border-color: #4c40f7;
  width: 91%;
  border-radius: 5px;
}

.process_flow_indi_text::after {
  height: 100%;
  width: 50%;
  content: "";
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #4c40f7;

}

.tp-hero-2__circle-1 {
  position: absolute;
  top: 15%;
  left: 13%;
  transform: translateX(-50%);
  height: 74px;
  width: 74px;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(148.04deg, rgba(235, 235, 248, 0) 11.69%, rgba(218, 218, 238, 0.1) 83.94%);

}

.tp-hero-2__circle-2 {
  position: absolute;
  top: 82%;
  left: 15%;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(226, 226, 239, 0.14);

}

.tp-hero-2__circle-3 {
  position: absolute;
  top: 16%;
  right: 26%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(148.04deg, rgba(235, 235, 248, 0) 11.69%, rgba(218, 218, 238, 0.14) 83.94%);
  transform: matrix(1, 0, 0, -1, 0, 0);

}

.tp-hero-2__circle-4 {
  position: absolute;
  bottom: 8%;
  right: 6%;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(148.04deg, rgba(235, 235, 248, 0) 11.69%, rgba(218, 218, 238, 0.14) 83.94%);
  transform: rotate(114.63deg);

}

/*============================================================
                purpose and vision section
==============================================================*/

.purpose_vision_main_block {
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.purpose_vision_main_block.diff {
  margin-top: 40px;
}

.purpose_vision_main_block img {
  transition: .5s ease;
}

.purpose_vision_main_img {
  overflow: hidden;
  border-radius: 10px;
}

.purpose_vision_main_block:hover img {
  transform: scale(1.1);
  transition: .5s ease;
}

.purpose_vision_main_block h4 {
  font-size: 28px;
  margin: 10px 0;
}

.purpose_vision_main_text {
  padding: 30px;
  background: #162251;
  border-radius: 10px;
}

.purpose_vision.bg_abtract_img img {
  position: absolute;
  width: 15%;
  animation: animationglob 5s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.purpose_vision.bg_abtract_img img:first-child {
  left: 0%;
  top: 13%;
}

.purpose_vision.bg_abtract_img img:last-child {
  right: 0%;
  bottom: 13%;
}


/* ========================================================
                peopleSayTestimonial
=========================================================== */

.peopleSayTestimonial .carousel-caption_testi .video {
  border-radius: 10px;
  margin-left: -10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-left: -48%;
  width: 300px;
  height: 200px;
}

.top_controls {
  position: absolute;
  right: 10%;
  top: -16%;
  width: 50px;
}

.top_controls button {
  width: 24px;
  opacity: 1;
  background-color: #ff6700 !important;
}

.top_controls a:first-child {
  margin-right: 5px;
}

.peopleSayTestimonial .carousel-caption_testi {
  width: 85%;
  margin: auto;
  background-size: 100%;
  padding: 50px;
  border-radius: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 10px;
  background: #2d3866;
}
