/*
  font-family: 'Teko', sans-serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Rubik', sans-serif;
*/
/***

====================================================================
2.	Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
  -webkit-user-drag: none;
}

/***

====================================================================
3.	Global Settings
====================================================================

 ***/
:root {
  --thm-font: "Teko", sans-serif;
  --thm-b-font: "Rubik", sans-serif;
  --thm-base: #ffaa17;
  --thm-base-rgb: 255, 170, 23;
  --thm-black: #222429;
  --thm-text: #686a6f;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0px;
}
/* html{
  cursor: url(../images/update-01-10-2021/shapes/7.png), auto;

} */

.cursor {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  animation: cursorAnim 0.5s infinite alternate;
  pointer-events: none;
}

.cursor::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border: 8px solid gray;
  border-radius: 50%;
  opacity: 0.5;
  top: -11px;
  left: -11px;
  animation: cursorAnim2 0.5s infinite alternate;
}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}
@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.expand {
  animation: cursorAnim3 0.5s forwards;
  border: 1px solid rgb(217,104,56);
}
body {
  font-size: 16px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  line-height: 2.125em;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  top: 0 !important;

}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--thm-base);
}

.theme_color {
  color: var(--thm-base);
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 400;
  margin: 0px 0px 20px;
  background: none;
  line-height: 1.25em;
  font-family: var(--thm-font);
  color: var(--thm-black);
}

h1 {
  font-size: 140px;
}

h2 {
  font-size: 70px;
}

h3 {
  font-size: 60px;
}

h4 {
  font-size: 40px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 26px;
}

input,
select,
button {
  font-family: var(--thm-font);
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

p {
  line-height: 2.125em;
  margin: 0 0 20px;
}

.text {
  line-height: 2.125em;
  margin: 0 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}

.page-wrapper__gradient {
  background: #432ff6;
  background: linear-gradient(100deg, #432ff6 0%, #f174e3 100%);
}
.page-wrapper.boxed-wrapper {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1440px) {
  .page-wrapper.boxed-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .page-wrapper.boxed-wrapper {
    max-width: 95%;
  }
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-btn i {
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin-left: 3px;
}

.centered {
  text-align: center !important;
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--thm-base);
  color: var(--thm-black);
  border-radius: 5px;
  overflow: hidden;
  font-family: var(--thm-font);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 19px 50px 16px;
  z-index: 1;
}

.btn-style-one:hover {
  background: var(--thm-base);
  color: #ffffff;
}

.btn-style-one .btn-curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: var(--thm-black);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
          transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn-style-one:hover .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
          transform: skewX(0deg);
}
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: white;
  background-color: #ffffff;
}
.preloader .icon {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(175, 115, 115, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
  /* -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-animation-name: rotateMe;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateMe;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateMe;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateMe;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; */
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.fa {
  line-height: inherit;
}

/***

====================================================================
4.	Scroll To Top style
====================================================================

***/
.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  color: var(--thm-black);
  font-size: 14px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.whatsapp{
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}

.scroll-to-top:hover {
  color: #ffffff;
}

/***

====================================================================
5.	Main Header style / Header Style One
====================================================================

***/
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 9999;
  background: #fff;
}

/*=== Header Main Box ===*/
.main-header .header-upper {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.boxed-wrapper .main-header .header-upper {
  max-width: 1410px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-header .header-upper .inner-container {
  position: relative;
  display: block;
  padding: 0px 60px;
}

.main-header .header-upper .logo-box {
  position: relative;
  float: left;
  padding: 40px 0px;
  margin-right: 50px;
  z-index: 7;
}

.main-header .header-upper .logo-box .logo {
  position: relative;
  display: block;
}

.main-header .header-upper .logo-box .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 34px;
  z-index: 1;
}

.main-header .other-links {
  position: relative;
  float: right;
  z-index: 7;
}

.main-header .other-links .link-box {
  position: relative;
  float: left;
  padding: 34px 0px;
}

.main-header .other-links .link-box .link {
  position: relative;
  display: block;
  padding-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 60px;
  color: #ffffff;
}
.main-header .other-links .link-box .link .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 44px;
  height: 42px;
  background: url(../images/icons/chat-icon.png) left center no-repeat;
}

.main-header .other-links .link-box .sub-text {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  font-family: var(--thm-font);
  letter-spacing: 0.03em;
}

.main-header .other-links .link-box .number {
  position: relative;
  display: block;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--thm-font);
}

.main-header .other-links .link-box .number:hover {
  text-decoration: underline;
}

.main-header .other-links .call-us {
  position: relative;
}

.main-header .other-links .search-btn {
  position: relative;
  float: left;
  padding: 40px 0px;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .other-links .search-btn button {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
}

.main-header .other-links .search-btn button span {
  vertical-align: middle;
}

.main-header .nav-outer {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  text-align: center;
  width: 100%;
  z-index: 5;
}

.main-header .nav-outer .main-menu {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .boxed-wrapper .main-header .nav-outer .main-menu {
    margin-right: 70px;
  }
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  font-family: var(--thm-font);
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 15px 0px;
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px;
}

.main-menu .navigation > li:last-child:after {
  display: none;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding: 12px 0px;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation li > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-menu .navigation li > a > span {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #ffffff;
}

.main-menu .navigation > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 20px 0px 15px;
  border-radius: 5px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  padding: 0px 25px;
  width: 100%;
  margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #171b27;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: var(--thm-base);
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  z-index: 100;
  display: none;
  background: #ffffff;
  padding: 20px 0px 15px;
  border-radius: 5px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  padding: 0px 25px;
  width: 100%;
  margin-bottom: 5px;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #171b27;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: left;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: var(--thm-base);
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 7px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
  display: none;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}


.cursor {
  position: absolute;
  background-color: rgb(219, 18, 18);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: hidden;
}

.cursor {
  visibility: visible;
}

.cursor.active {
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: RGBA(255, 255, 255, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 999999;
  visibility: hidden;
}

.cursor-follower {
  visibility: visible;
}

.cursor-follower.active {
  opacity: 0.7;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.cursor-follower.close-cursor:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  left: 48%;
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
}

.cursor-follower.close-cursor:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #fff;
  right: 48%;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/***

====================================================================
8.			Mobile Menu
====================================================================

***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 40px;
  cursor: pointer;
  margin-left: 0px;
  color: var(--thm-base);
  margin: 40px 0px 0px;
  display: none;
}

.mobile-nav-toggler .txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  display: none;
}

/***

====================================================================
9.		Lazy Load Settings
====================================================================

***/
img.lazy-image {
  background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
  background-image: none;
}

.owl-theme img.lazy-image.loaded {
  height: auto;
  opacity: 1;
}

/* Default Form Style */
.default-form {
  position: relative;
}

.default-form .row {
  margin: 0 -15px;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .field-inner {
  position: relative;
  display: block;
}

.default-form .field-inner .alt-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  font-size: 20px;
  color: #9b9fa6;
  z-index: 1;
  pointer-events: none;
}

.default-form .form-group .field-label {
  position: relative;
  display: block;
  color: #0f172b;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.default-form .form-group .e-label {
  position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  display: block;
  height: 70px;
  width: 100%;
  font-size: 14px;
  color: #686a6f;
  line-height: 40px;
  font-weight: 400;
  padding: 14px 30px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  border-radius: 7px;
  font-family: var(--thm-b-font);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group :-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group ::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group ::placeholder {
  opacity: 1;
  color: inherit;
}

.default-form .form-group textarea {
  height: 220px;
  resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
  display: inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
  border-color: var(--thm-base);
}

.default-form ::-webkit-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-moz-input-placeholder {
  color: #aaaaaa;
}

.default-form ::-ms-input-placeholder {
  color: #aaaaaa;
}

.default-form label.error {
  color: #ff0000;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  letter-spacing: 1px;
  padding-top: 7px;
  line-height: 24px;
}

/*Custom Select*/
.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 70px;
  padding: 14px 30px;
  line-height: 40px;
  font-family: var(--thm-b-font);
  color: var(--thm-text);
  border-radius: 7px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 10px;
  text-indent: 0px;
  color: var(--thm-black);
}

.form-group .ui-button .ui-icon:before {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 0px !important;
  width: 15px;
  height: 30px;
  display: block;
  color: var(--thm-black);
  line-height: 20px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  z-index: 5;
}

.ui-widget.ui-widget-content {
  background: #f4f5f8;
  border: 1px solid #e9ebee;
  border-top: none;
  font-family: var(--thm-font);
  border-radius: 0;
  padding: 0;
}

.ui-menu .ui-menu-item {
  font-size: 20px;
  border-bottom: 1px solid #e9ebee;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 14px 30px !important;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  background: var(--thm-base);
  margin: 0;
}

/***

====================================================================
11.		Section Title
====================================================================

***/
.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title.centered {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.sec-title .upper-text {
  position: relative;
  display: inline-block;
  line-height: 1.6em;
  font-size: 16px;
  color: #9b9fa6;
  font-weight: 400;
  margin: 0 0 20px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 0.9em;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  margin-bottom: 0px;
}

.sec-title h2 strong {
  font-weight: 700;
}

.sec-title h2 .dot {
  color: var(--thm-base);
  padding-left: 7px;
}

.sec-title .lower-text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 2.125em;
  font-weight: 400;
  color: var(--thm-text);
  padding: 30px 0px 0px;
}

/* section title two */
.sec-title-two {
  margin-bottom: 45px;
}

.sec-title-two p {
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  color: var(--thm-base);
  line-height: 1;
}

.sec-title-two h2 {
  margin: 0;
  font-size: 60px;
  color: var(--thm-black);
  font-weight: 800;
}

/***

====================================================================
12.	Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 120px 0px 90px;
  background: var(--thm-black) url(../images/background/pattern-1.png) center top repeat;
  color: #ffffff;
}

.services-section .sec-title {
  margin-bottom: 30px;
}

.services-section .sec-title h2 {
  color: #ffffff;
}

.services-section .sec-title .lower-text {
  color: #999b9f;
}

.services-section .row {
  counter-reset: slides-num;
}

.services-section .row .service-block {
  counter-increment: slides-num;
}

.services-section .row .service-block .inner-box:before {
  content: "0" counter(slides-num) "";
  position: absolute;
  left: 45px;
  top: 50px;
  font-size: 50px;
  line-height: 1em;
  color: #ffffff;
  opacity: 0.07;
  font-family: var(--thm-font);
  font-weight: 300;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
}

.service-block .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px;
  background: #1c1e22;
  min-height: 100%;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}


.service-block .inner-box:hover {
  background: var(--thm-base);
}

.service-block .inner-box .bottom-curve {
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 100px;
  height: 80%;
  background: var(--thm-black);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(0deg) scaleX(0);
          transform: skewX(0deg) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .bottom-curve {
  -webkit-transform: skewX(-35deg) scaleX(1);
          transform: skewX(-35deg) scaleX(1);
}

.service-block .inner-box .count {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 1em;
  color: #ffffff;
  opacity: 0.07;
  margin-bottom: 40px;
}

.service-block .inner-box .icon-box {
  position: absolute;
  right: 45px;
  top: 50px;
  color: var(--thm-base);
  font-size: 64px;
  line-height: 1em;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block .inner-box:hover .icon-box {
  color: var(--thm-black);
}

.service-block .inner-box h6 {
  position: relative;
  margin: 0;
  margin-top: 90px;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
}

.service-block .inner-box h6 a {
  color: #ffffff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.services-section .row .service-block .inner-box:hover:before,
.service-block .inner-box:hover .count,
.service-block .inner-box:hover h6,
.service-block .inner-box:hover h6 a {
  color: #000;
}

.service-block .inner-box h6 a:hover {
  text-decoration: underline;
}

/* service three block */
.service-block-three {
  padding-top: 90px;
}

.service-block-three__single {
  margin-top: 30px;
  background-color: #eff1f4;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three__single:hover {
  background-color: var(--thm-base);
}

.service-block-three__single .icon-box span {
  font-size: 64px;
  color: var(--thm-base);
  margin-right: 40px;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three__single:hover .icon-box span {
  color: #fff;
}

.service-block-three__single h6 {
  margin: 0;
  color: var(--thm-black);
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-three__single:hover h6 {
  color: #fff;
}

.service-block-three__single h6 a {
  color: inherit;
}


/***

====================================================================
16.		Gallery Section
====================================================================

***/
.gallery-section {
  position: relative;
  padding: 120px 0 90px;
}

.gallery-section .upper-row {
  position: relative;
}

.gallery-section .upper-row .sec-title {
  position: relative;
  float: left;
}

.gallery-section .upper-row .filters {
  position: relative;
  float: right;
  padding-top: 10px;
}

.gallery-section .more-box {
  position: relative;
  display: block;
  padding-top: 20px;
  text-align: center;
  padding-bottom: 10px;
}

/*=== Mixitup Gallery ===*/
.mixitup-gallery .filters {
  position: relative;
  margin-bottom: 40px;
}

.mixitup-gallery .filters .filter-tabs {
  position: relative;
  display: block;
}

.mixitup-gallery .filters li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 40px;
  padding: 0px 0px;
  cursor: pointer;
  color: var(--thm-text);
  font-weight: 300;
  margin: 0 0px 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: var(--thm-font);
}

.mixitup-gallery .filters li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid var(--thm-base);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mixitup-gallery .filters.centered li {
  margin: 0px 15px 10px;
}

.mixitup-gallery .filters li sup {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active {
  color: var(--thm-black);
  font-weight: 400;
  padding-right: 20px;
}

.mixitup-gallery .filters .filter.active sup {
  opacity: 1;
  visibility: visible;
}

.mixitup-gallery .filters li.active:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.mixitup-gallery .gallery-item-two {
  display: none;
}

.mix {
  display: none;
}

.gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.gallery-item .inner-box {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.gallery-item .inner-box .image {
  position: relative;
  border-radius: 7px;
}

.gallery-item .inner-box .image img {
  display: block;
  width: 100%;
  height: auto;
 
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 7px;
}

.gallery-item .inner-box:hover .image img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.gallery-item .cap-box {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-item .inner-box:hover .cap-box {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.gallery-item .cap-box .cap-inner {
  position: relative;
  display: block;
  padding: 25px 35px;
  background: var(--thm-black);
  border-radius: 7px;
}

.gallery-item a.overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-item .cap-box .cat {
  position: relative;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: var(--thm-font);
}

.gallery-item .cap-box .cat span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 48px;
}

.gallery-item .cap-box .cat span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 38px;
  border-bottom: 2px solid var(--thm-base);
}

.gallery-item .cap-box .title {
  position: relative;
  display: block;
}

.gallery-item .cap-box h5 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}

.gallery-item .cap-box h5 a {
  color: #ffffff;
}

.gallery-item .cap-box h5 a:hover {
  text-decoration: underline;
}

.gallery-block-three {
  background-color: #eff1f4;
  padding-top: 120px;
  padding-bottom: 90px;
}

.gallery-item-three {
  margin-bottom: 30px;
}

.gallery-item-three > img {
  width: 100%;
}

.gallery-item-three {
  position: relative;
  overflow: hidden;
}

.gallery-item-three__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-perspective: 370px;
          perspective: 370px;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-item-three:hover .gallery-item-three__content {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.gallery-item-three__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-base);
  opacity: 0.9;
}

.gallery-item-three__content p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.gallery-item-three__content h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  font-weight: 800;
  position: relative;
}

.gallery-item-three__content h3 a {
  color: inherit;
}

/***

====================================================================
17.	Fun Facts Section
====================================================================

***/
.facts-section {
  position: relative;
  padding: 0px 0px 290px;
  background: #1c1e22;
  color: #ffffff;
  z-index: 2;
}

.facts-section.alternate {
  background: var(--thm-black);
  padding-bottom: 50px;
}

.facts-section .jarallax-img,
.facts-section .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}

.facts-section.alternate .image-layer {
  display: none;
}

.fact-counter {
  position: relative;
}

.fact-counter .column {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}

.fact-counter .column .inner {
  position: relative;
  padding: 120px 0px 0px;
}

.fact-counter .column .inner:before {
  position: absolute;
  content: "";
  left: -15px;
  right: -15px;
  top: 0;
  min-width: 100%;
  border-top: 4px solid var(--thm-base);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.fact-counter .column:hover .inner:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fact-counter .column .inner:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 0;
  bottom: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.fact-counter .column:last-child .inner:after {
  display: none;
}

.fact-counter .column .inner .content {
  position: relative;
  text-align: center;
}

.fact-counter .column .inner .count-outer {
  position: relative;
  font-weight: 400;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0px;
  display: block;
  font-family: var(--thm-font);
}

.fact-counter .column .inner .counter-title {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  font-family: var(--thm-font);
  text-transform: uppercase;
}
/***

====================================================================
19.	Team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 120px 0px 90px;
  background: none;
  z-index: 2;
}

.team-section.no-padd-top {
  padding-top: 0;
}

.team-section .carousel-box {
  position: relative;
  margin: 0 -5px;
}

.team-block {
  position: relative;
  margin-bottom: 30px;
}

.team-block .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.team-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 7px;
}

.team-block .inner-box:hover .image-box img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-block .image-box .social-links {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding: 0px 5px;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .inner-box:hover .social-links {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.team-block .image-box .social-links li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px;
}

.team-block .image-box .social-links li a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  background: #ffffff;
  color: var(--thm-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .image-box .social-links li a span {
  vertical-align: middle;
  line-height: 44px;
}

.team-block .image-box .social-links li a:hover {
  background: var(--thm-base);
}

.team-block .lower-box {
  position: relative;
  display: block;
  padding: 30px 0px 0;
}

.team-block .lower-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-weight: 400;
  color: var(--thm-text);
  padding-top: 5px;
  font-family: var(--thm-font);
}

.team-block .lower-box h5 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.05em;
  font-weight: 400;
  margin: 0;
}

.team-block .lower-box h5 a {
  color: var(--thm-black);
}

.team-block .lower-box h5 a:hover {
  text-decoration: underline;
}

.team-section .owl-theme .owl-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 40px;
  display: none;
}

.team-section .owl-theme .owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.team-section .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background: #d3d3d4;
  border: 2px solid #d3d3d4;
  border-radius: 50%;
}

.team-section .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  border-color: var(--thm-base);
}
/***

====================================================================
20.	Parallax Section
====================================================================

***/
.parallax-section {
  position: relative;
  padding: 120px 0px;
  background: #1c1e22;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.parallax-section .jarallax-img,
.parallax-section .image-layer {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}

.parallax-section .content-box {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
}

.parallax-section .content-box .icon-box {
  position: relative;
  display: block;
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  color: var(--thm-black);
  font-size: 54px;
  border-radius: 50%;
  margin: 0 auto 50px;
}

.parallax-section .content-box .icon-box:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
}

.parallax-section .content-box .icon-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--thm-base);
  z-index: 1;
  border-radius: 50%;
}

.parallax-section .content-box .icon-box span {
  position: relative;
  z-index: 2;
}

.parallax-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0px;
}

.parallax-section .content-box h2 span {
  color: var(--thm-base);
}

/***

====================================================================
21.	Sponsors Section
====================================================================

***/
.sponsors-section {
  position: relative;
  padding: 100px 0px;
  background: #ffffff;
}


/***

====================================================================
22.	Agency Section
====================================================================

***/
.agency-section {
  position: relative;
  padding: 120px 0px 80px;
  background: #ffffff url(../images/background/pattern-2.png) left top repeat;
}

.agency-section .sec-title {
  margin-bottom: 40px;
}

.agency-section .featured-block {
  position: relative;
  display: block;
  padding-left: 230px;
  min-height: 117px;
  margin-bottom: 40px;
}

.agency-section .featured-block .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}

.agency-section .featured-block .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 7px;
}

.agency-section .featured-block .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}

.agency-section .left-col {
  position: relative;
  margin-bottom: 30px;
}

.agency-section .left-col .inner {
  position: relative;
  display: block;
  padding-right: 50px;
}

.agency-section .right-col {
  position: relative;
  margin-bottom: 30px;
}

.agency-section .right-col .inner {
  position: relative;
  display: block;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab-buttons {
  position: relative;
}

.tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.tabs-box .tabs-content {
  position: relative;
}

.tabs-box .tabs-content .tab {
  position: relative;
  display: none;
}

.tabs-box .tabs-content .active-tab {
  display: block;
}

.default-tabs .tab-buttons .tab-btn {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: var(--thm-black);
  text-align: center;
  padding: 14px 40px 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  letter-spacing: 0.07em;
  border-radius: 7px;
  font-family: var(--thm-font);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.default-tabs .tab-buttons .tab-btn span {
  position: relative;
  display: block;
}

.default-tabs .tab-buttons .tab-btn:last-child {
  margin-right: 0;
}

.default-tabs .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: var(--thm-base);
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.default-tabs .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.default-tabs .tab-buttons .tab-btn:hover,
.default-tabs .tab-buttons .tab-btn.active-btn:hover {
  color: var(--thm-black);
}

.default-tabs .tabs-content {
  position: relative;
  padding-top: 40px;
}

.default-tabs .tabs-content .content {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.default-tabs .tabs-content .active-tab .content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.default-tabs .tabs-content .text {
  position: relative;
  color: var(--thm-text);
  font-size: 16px;
  line-height: 34px;
}

.agency-section .right-col .text {
  position: relative;
  color: var(--thm-text);
  margin-bottom: 50px;
}

.agency-section .featured-block-two {
  position: relative;
  display: block;
  padding-left: 268px;
  min-height: 248px;
  padding-top: 20px;
}

.agency-section .featured-block-two .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 242px;
  border-radius: 50%;
}

.agency-section .featured-block-two .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 50%;
}

.agency-section .featured-block-two .text {
  position: relative;
  top: -5px;
  display: block;
  line-height: 1.5em;
  margin-bottom: 0;
}

.agency-section .featured-block-two .text ul {
  position: relative;
}

.agency-section .featured-block-two .text ul li {
  position: relative;
  line-height: 2.125em;
  margin-bottom: 12px;
  padding-left: 30px;
  color: var(--thm-text);
}

.agency-section .featured-block-two .text ul li:before {
  content: "\f107";
  font-family: "Flaticon";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
}

/***

====================================================================
26.	Services Section
====================================================================

***/

.service-block-two {
  position: relative;
  margin-bottom: 30px;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  padding: 50px 45px 40px;
  background: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 435px;
}

.service-block-two .inner-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover:before {
  background: var(--thm-black);
  bottom: -10px;
}

.service-block-two .inner-box .bottom-curve {
  position: absolute;
  right: -70px;
  bottom: -10px;
  width: 120px;
  height: 120px;
  background: #ffffff;
  opacity: 0.1;
  z-index: 0;
  -webkit-transform: skewX(0deg) scaleX(0);
          transform: skewX(0deg) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .bottom-curve {
  -webkit-transform: skewX(-45deg) scaleX(1);
          transform: skewX(-45deg) scaleX(1);
}

.service-block-two .inner-box .icon-box {
  position: relative;
  display: block;
  color: var(--thm-base);
  font-size: 64px;
  line-height: 1em;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover .icon-box {
  color: var(--thm-base);
}

.service-block-two .inner-box h5 {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0;
}

.service-block-two .inner-box h5 a {
  color: var(--thm-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.service-block-two .inner-box:hover h5,
.service-block-two .inner-box:hover h5 a {
  color: #ffffff;
}

.service-block-two .inner-box h5 a:hover {
  text-decoration: underline;
}

.service-block-two .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  padding: 30px 0px 0px;
  z-index: 1;
}

.service-block-two .inner-box:hover .text {
  color: #ffffff;
}
.service-block-two .inner-box:hover .h-text {
  color: #ffffff;
}
.service-block-two .link-box {
  position: absolute;
  right: 3px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.service-block-two .link-box a {
  position: relative;
  line-height: 30px;
  font-size: 20px;
  color: #ffffff;
}
.service-block-two h6 a{
  color:#000;
}

.gallery-section-two.alternate .owl-theme .owl-dots {
  display: none;
}

.testimonials-four {
  padding-top: 90px;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .testimonials-four {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}

/***

====================================================================
35.	Services Section
====================================================================

***/
.services-section-three {
  position: relative;
  padding: 0px 0px 90px;
  background: #ffffff;
}
.sec-title-seven__title span{
  color:#D96838;
}

.services-section-three.padd-top {
  padding-top: 120px;
}
.padd-tops {
  padding-top: 0px;
}
.services-section-three .services {
  position: relative;
}

.services-section-three__one-page {
  position: relative;
  padding: 120px 0px 90px;
  background-color: var(--thm-black);
  background-image: url(../images/background/contact-bg-1-1.png);
  background-size: cover;
  color: #999b9f;
}

.services-section-three__one-page .sec-title h2 {
  color: #fff;
}

.services-section-three__one-page .service-block-two .inner-box {
  overflow: hidden;
  background-color: #1c1e22;
}

.services-section-three__one-page .service-block-two .inner-box h5 a {
  color: #fff;
}

.services-section-three__one-page .service-block-two .inner-box .bottom-curve,
.services-section-three__one-page .service-block-two:hover .inner-box h5 a,
.services-section-three__one-page .service-block-two:hover .inner-box .icon-box,
.services-section-three__one-page .service-block-two:hover .text {
  color: var(--thm-black);
}

.services-section-three__one-page .service-block-two .link-box {
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.services-section-three__one-page .service-block-two:hover .link-box {
  opacity: 1;
}

.services-section-three__one-page .service-block-two .inner-box:hover::before {
  background-color: var(--thm-base);
}

/***

====================================================================
36.	Discover Section
====================================================================

***/
.discover-section {
  position: relative;
  padding: 120px 0px 90px;
  background: #ffffff;
}

.discover-block {
  position: relative;
  margin-bottom: 30px;
}

.discover-block .inner-box {
  position: relative;
  display: block;
  padding-left: 30px;
}

.discover-block .image-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.discover-block .image-box img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 7px;
}

.discover-block .image-box:hover img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

.discover-block .cap-box {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 330px;
}

.discover-block .cap-inner {
  position: relative;
  display: block;
  padding: 40px 80px 36px 40px;
  background: var(--thm-base);
  border-radius: 7px;
}

.discover-block .cap-inner h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--thm-black);
  line-height: 1em;
  margin: 0;
}

.discover-block .cap-inner .more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
}

.discover-block .cap-inner .more-link a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 16px;
  background: var(--thm-black);
  color: #ffffff;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.discover-block .cap-inner .more-link a:hover {
  opacity: 0.5;
}
/***

====================================================================
38.		We Work Section
====================================================================

***/
.we-work-section {
  position: relative;
  padding: 120px 0 80px;
}

.work-tabs {
  position: relative;
}

.work-tabs .tab-buttons {
  position: relative;
  display: block;
  background: #f4f5f8;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}

.work-tabs .tab-buttons .tab-btn {
  position: relative;
  float: left;
  width: 33.333%;
  line-height: 40px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--thm-black);
  padding: 30px 15px;
  text-transform: uppercase;
  margin: 0;
  font-family: var(--thm-font);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-tabs .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  z-index: 1;
}

.work-tabs .tab-buttons .tab-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0px;
  background: var(--thm-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-tabs .tab-buttons .tab-btn.active-btn:before {
  height: 100%;
}

.work-tabs .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
}

.work-tabs .tabs-content {
  position: relative;
}

.work-tabs .image-col {
  position: relative;
  margin-bottom: 30px;
}

.work-tabs .image-col .inner {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-tabs .tabs-content .image {
  position: relative;
  display: block;
  border-radius: 7px;
}

.work-tabs .tabs-content .image img {
  display: block;
  width: 100%;
 
  height: 300px;
  border-radius: 7px;
}
.work-tabs .tabs-content .image img:hover{
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.work-tabs .text-col {
  position: relative;
  margin-bottom: 30px;
}

.work-tabs .text-col .inner {
  position: relative;
  display: block;
  padding-left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.work-tabs .active-tab .text-col .inner,
.work-tabs .active-tab .image-col .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.work-tabs .tabs-content .text {
  position: relative;
}

.work-tabs .tabs-content .text p {
  position: relative;
  margin-bottom: 30px;
}

.work-tabs .tabs-content .text ul {
  position: relative;
}

.work-tabs .tabs-content .text ul li {
  position: relative;
  line-height: 2.125em;
  margin-bottom: 8px;
  padding-left: 30px;
  font-weight: 400;
}

.work-tabs .tabs-content .text ul li:before {
  content: "\f131";
  font-family: "Flaticon";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
}
/***

====================================================================
43.	Sponsors Section
====================================================================

***/
.sponsors-section-two {
  position: relative;
  padding: 42px 0px 0px;
  background: #ffffff;
  border-top: 1px solid #e9ebee;
}

.sponsors-section-two .title-col {
  position: relative;
  margin-bottom: 30px;
}

.sponsors-section-two .sec-title {
  margin-bottom: 0;
}

.sponsors-section-two .logo-col {
  position: relative;
}

.sponsors-section-two .logo-block {
  position: relative;
  margin-bottom: 30px;
}

.sponsors-section-two .image-box img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0.2;
}

.sponsors-section-two .image-box img:hover {
  opacity: 1;
}

/***

====================================================================
44.		Page Banner
====================================================================

***/
.page-banner {
  position: relative;
  padding: 0;
  color: #ffffff;
  background: var(--thm-black);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-banner .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%); */
}

.page-banner .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  max-width: 100%;
  height: 100%;
  background: url(../images/background/b-shape-1.png) right bottom no-repeat;
  z-index: 1;
}

.page-banner .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  max-width: 100%;
  height: 100%;
  background: url(../images/background/b-shape-2.png) right top no-repeat;
  z-index: 1;
}

.page-banner .banner-inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 3;
}

.page-banner .inner-container {
  position: relative;
  padding: 240px 0px 120px;
}

.page-banner h1 {
  position: relative;
  font-size: 100px;
  color: #ffffff;
  line-height: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.page-banner .page-nav {
  position: relative;
  padding-top: 5px;
  text-align: center;
}

.page-banner .bread-crumb {
  position: relative;
  display: inline-block;
}

.page-banner .bread-crumb li {
  position: relative;
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: #ccd6df;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
  padding-right: 15px;
  margin-right: 15px;
  letter-spacing: 0.1em;
  font-family: var(--thm-font);
}

.page-banner .bread-crumb li:before {
  position: absolute;
  right: -15px;
  width: 30px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  content: "-";
}

.page-banner .bread-crumb li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
  display: none;
}

.page-banner .bread-crumb li a {
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
  color: var(--thm-base);
}

/***

====================================================================
48.	Contact Section
====================================================================

***/
.contact-section {
  position: relative;
  padding: 120px 0px 100px;
  background: #ffffff;
}

.contact-section__one-page {
  padding-bottom: 0;
}

.contact-section .map-box {
  position: relative;
  display: block;
  margin: 0 0 120px;
  border-radius: 7px;
  overflow: hidden;
}

.contact-section .form-box {
  position: relative;
  display: block;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.contact-section .form-box form .row {
  margin: 0 -10px;
}

.contact-section .form-box form .form-group {
  padding: 0px 10px;
  margin-bottom: 20px;
}

.contact-section .upper-info {
  position: relative;
  margin-bottom: 90px;
}

.contact-section .info-block {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .info-block .inner-box {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  padding: 45px 45px 40px;
  background: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-section .info-block .inner-box:hover {
  background: var(--thm-black);
}

.contact-section .info-block .inner-box h5 {
  font-size: 24px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.1em;
  margin: 0;
}

.contact-section .info-block .inner-box h5 a {
  color: var(--thm-black);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.contact-section .info-block .inner-box:hover h5,
.contact-section .info-block .inner-box:hover h5 a {
  color: #ffffff;
}

.contact-section .info-block .inner-box .text {
  position: relative;
  display: block;
  color: var(--thm-text);
  padding: 30px 0px 0px;
  z-index: 1;
}

.contact-section .info-block .inner-box .text a {
  position: relative;
  color: var(--thm-text);
}

.contact-section .info-block .inner-box:hover .text,
.contact-section .info-block .inner-box:hover .text a {
  color: #999b9f;
}

.contact-section .info-block .inner-box:hover h5 a:hover,
.contact-section .info-block .inner-box:hover .text a:hover {
  text-decoration: underline;
  color: #ffffff;
}


/*--------------------------------------------------------------
	Side Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/
.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--thm-black);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
  background-color: rgba(8, 39, 64, 0.3);
}

.side-menu__block-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  overflow-y: auto;
  background-color: #eceeef;
  z-index: 999999;
  padding: 40px 0;
  padding-top: 20px;
}

@media (max-width: 575px) {
  .side-menu__block-inner {
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  .side-menu__block-inner {
    max-width: 400px;
  }
}

@media (max-width: 375px) {
  .side-menu__block-inner {
    max-width: 300px;
  }
}

.side-menu__block-inner .mCustomScrollBox {
  width: 100%;
}

.side-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 100px;
  padding-right: 40px;
}

.mobile-nav__container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
}

.mobile-nav__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__container li.dropdown ul {
  display: none;
  padding: 10px 0px 0px;
  margin-bottom: 20px;
  padding-left: 0.5em;
}

.mobile-nav__container li.dropdown ul li {
  margin-bottom: 10px;
}

.mobile-nav__container li.dropdown {
  position: relative;
}

.mobile-nav__container li.dropdown > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 25px;
  vertical-align: middle;
}

.mobile-nav__container li > a > span {
  background-color: var(--thm-base);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 40px;
  top: -3px;
  position: relative;
  margin-left: 5px;
}

.mobile-nav__container li.dropdown .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 22px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
  color: #9ca3a9;
  font-size: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: var(--thm-black);
}

.mobile-nav__container li + li {
  margin-top: 10px;
}

.mobile-nav__container li a {
  text-transform: uppercase;
  color: #9ca3a9;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: "Teko", sans-serif;
  position: relative;
  text-decoration: none;
}

.mobile-nav__container li a:hover {
  color: var(--thm-black);
}

.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current-menu-item .dropdown-btn,
.mobile-nav__container li.current .dropdown-btn,
.mobile-nav__container li.current > a {
  color: var(--thm-black);
}

.side-menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

.side-menu__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 57px;
  height: 57px;
  background-color: #fff;
  color: #9ca3a9;
  font-size: 16px;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.side-menu__social a + a {
  margin-left: 10px;
}

.side-menu__social a:hover {
  background-color: #F07714;
  color: var(--thm-black);
}

.side-menu__content {
  padding-left: 100px;
  padding-right: 100px;
}

.side-menu__content p {
  margin: 0;
  font-family: var(--thm-b-font);
  color: #9ca3a9;
}

.side-menu__content p + p {
  margin-top: 30px;
}

.side-menu__content p a {
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none                                                                                                                                                                                                                                                                                                                                          ;
}

.side-menu__content p a:hover {
  color: #ffaa16;
  text-decoration: underline;
}

.side-menu__sep {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 70px;
}


.side-menu__block__copy {
  text-transform: uppercase;
  font-size: 16px;
  color: #9ca3a9;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (max-width: 575px) {
  .side-menu__top,
  .side-menu__content,
  .mobile-nav__container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .side-menu__sep {
    margin-top: 40px;
    margin-bottom: 40px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 480px) {
  .side-menu__top,
  .side-menu__content,
  .mobile-nav__container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .side-menu__sep {
    width: calc(100% - 50px);
  }
  .side-menu__social {
    margin-top: 40px;
  }
  .side-menu__social a {
    width: 45px;
    height: 45px;
  }
}


/* dark mode css */
.body-dark,
.body-dark .page-wrapper.boxed-wrapper {
  background-color: #1c1e22;
}

/* about section dark */
.body-dark .btn-style-two,
.body-dark .default-form .form-group input[type="text"],
.body-dark .default-form .form-group input[type="email"],
.body-dark .default-form .form-group input[type="password"],
.body-dark .default-form .form-group input[type="tel"],
.body-dark .default-form .form-group input[type="url"],
.body-dark .default-form .form-group input[type="file"],
.body-dark .default-form .form-group input[type="number"],
.body-dark .default-form .form-group textarea,
.body-dark .default-form .form-group select,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .discover-section,
.body-dark .services-section-three,
.body-dark .sponsors-section-two,
.body-dark .contact-section{
  background-color: #1c1e22;
}

.body-dark .default-form .form-group input[type="text"],
.body-dark .default-form .form-group input[type="email"],
.body-dark .default-form .form-group input[type="password"],
.body-dark .default-form .form-group input[type="tel"],
.body-dark .default-form .form-group input[type="url"],
.body-dark .default-form .form-group input[type="file"],
.body-dark .default-form .form-group input[type="number"],
.body-dark .default-form .form-group textarea,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .default-form .form-group select {
  border-color: #1c1e22;
}

.body-dark .contact-section .default-form .form-group input[type="text"],
.body-dark .contact-section .default-form .form-group input[type="email"],
.body-dark .contact-section .default-form .form-group input[type="password"],
.body-dark .contact-section .default-form .form-group input[type="tel"],
.body-dark .contact-section .default-form .form-group input[type="url"],
.body-dark .contact-section .default-form .form-group input[type="file"],
.body-dark .contact-section .default-form .form-group input[type="number"],
.body-dark .contact-section .default-form .form-group textarea{
  background-color: #222429;
  border-color: #222429;
}

.body-dark .service-block-two .inner-box,
.body-dark .work-tabs .tab-buttons,
.body-dark .news-block-three .inner-box,
.body-dark .contact-section .info-block .inner-box {
  background-color: #222429;
}

.body-dark .sec-title h2,
.body-dark .gallery-section .sec-title h2,
.body-dark .news-section .sec-title h2,
.body-dark  .sec-title h2,
.body-dark  .feature h5,
.body-dark .gallery-section .mixitup-gallery .filters .filter.active,
.body-dark .agency-section .sec-title h2,
.body-dark .service-block-two .inner-box h5,
.body-dark .team-section .sec-title h2,
.body-dark .work-tabs .tab-buttons .tab-btn,
.body-dark .contact-section .info-block .inner-box h5,
.body-dark .service-details h3,
.body-dark .service-details h4,
.body-dark .project-single h5,
.body-dark .news-block-three .inner-box h4 a,
.body-dark .post-control .control a{
  color: #ffffff;
}

.body-dark,
.body-dark .contact-section .info-block .inner-box .text,
.body-dark .default-form .form-group input[type="text"],
.body-dark .default-form .form-group input[type="email"],
.body-dark .default-form .form-group input[type="password"],
.body-dark .default-form .form-group input[type="tel"],
.body-dark .default-form .form-group input[type="url"],
.body-dark .default-form .form-group input[type="file"],
.body-dark .default-form .form-group input[type="number"],
.body-dark .default-form .form-group textarea,
.body-dark .default-form .form-group select,
.body-dark .form-group .ui-button .ui-icon,
.body-dark .form-group .ui-selectmenu-button.ui-button,
.body-dark .sec-title .lower-text,
.body-dark  .feature .sub-text,
.body-dark .gallery-section .mixitup-gallery .filters li,
.body-dark  .sec-title .lower-text,
.body-dark .team-section .team-block .lower-box .designation,
.body-dark  .featured-block-two .text ul li,
.body-dark .agency-section .right-col .text,
.body-dark .agency-section .featured-block-two .text ul li,
.body-dark .news-section .news-block .lower-box .text,
.body-dark .news-section .news-block .post-meta ul li,
.body-dark .agency-section .default-tabs .tabs-content .text,
.body-dark .service-block-two .text {
  color: #999b9f;
}

.body-dark .about-section .text-column .text .since .txt {
  background-color: #ffffff;
  color: #222429;
}

.body-dark .about-section .text-column .text .since::before {
  background-color: #fff;
  opacity: 0.1;
}

.body-dark .service-block-two .inner-box {
  overflow: hidden;
}

.body-dark .service-block-two .inner-box h5 a {
  color: inherit;
}

.body-dark .work-tabs .tab-buttons .tab-btn::before{
  background-color: var(--thm-base);
}

.body-dark .work-tabs .tab-buttons .tab-btn.active-btn {
  color: var(--thm-black);
}

/* we do section dark */
.body-dark .news-section.alt-bg,
.body-dark .gallery-section-two.alternate{
  background-color: #222429;
  background-image: url(../images/background/we-do-section-bg-dark.jpg);
}

.body-dark .we-do-section .progress-box .bar {
  background-color: rgba(255, 255, 255, 0.1);
}

/* gallery section dark */
.body-dark .gallery-section {
  background-color: #1c1e22;
}

/* trusted section */
.body-dark  .right-col .inner,
.body-dark  .right-col .inner::before {
  background-color: #1c1e22;
}

.body-dark  .feature:hover .count {
  background-color: #fff;
  color: #222429;
}

.body-dark .post-control .inner,
.body-dark .sponsors-section-two,
.body-dark  .feature {
  border-color: rgba(255, 255, 255, 0.1);
}

/* team section dark */
.body-dark .news-section .news-block .lower-box h5,
.body-dark .team-section .team-block .lower-box h5 {
  color: #fff;
}

.body-dark .news-section .news-block .lower-box h5 a,
.body-dark .team-section .team-block .lower-box h5 a {
  color: inherit;
}

.body-dark .team-section .owl-theme .owl-dots .owl-dot span {
  opacity: 0.1;
}

.body-dark .team-section .owl-theme .owl-dots .owl-dot:hover span,
.body-dark .team-section .owl-theme .owl-dots .owl-dot.active span {
  background-color: transparent;
  opacity: 1;
}

/* sponsors section */
.body-dark .sponsors-section {
  background-color: #1c1e22;
}

/* agency section dark */
.body-dark .agency-section {
  background-color: #222429;
  background-image: url(../images/background/we-do-section-bg-dark.jpg);
}

.body-dark .agency-section .default-tabs .tab-buttons .tab-btn span {
  color: #fff;
}

.body-dark .agency-section .default-tabs .tab-buttons .tab-btn.active-btn span {
  color: #222429;
}

/* news section dark */
.body-dark .news-section .news-block .post-meta ul {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
  background-color: #1c1e22;
}

.body-dark .news-section .news-block .lower-box .link-box a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #222429;
}

.body-dark .news-section .news-block .lower-box .link-box a:hover {
  background-color: var(--thm-base);
}



@-webkit-keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

/* login page */
.login-wrapper {
  position: relative;
  min-height: 100vh;
}

.login-wrapper .login-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 630px);
  height: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.login-wrapper .login-content__inner {
  width: 100%;
  max-width: 630px;
  padding-left: 115px;
  padding-right: 115px;
  background-color: #fff;
  -webkit-box-shadow: 9.986px -0.523px 30px 0px rgba(5, 5, 6, 0.1);
          box-shadow: 9.986px -0.523px 30px 0px rgba(5, 5, 6, 0.1);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 10;
}

.login-wrapper form input[type="text"],
.login-wrapper form input[type="email"],
.login-wrapper form input[type="password"] {
  width: 100%;
  border-radius: 8px;
  background-color: #f4f5f8;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  color: #686a6f;
  font-weight: 400;
  font-family: var(--thm-b-font);
  margin-bottom: 20px;
}

.login-wrapper form ::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

.login-wrapper form :-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.login-wrapper form ::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

.login-wrapper form ::placeholder {
  opacity: 1;
  color: inherit;
}

.login-wrapper form p {
  margin: 0;
  color: #686a6f;
  line-height: 2.125;
}

.login-wrapper form p a {
  color: inherit;
}

.login-wrapper form .theme-btn {
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 15px;
}

.login-wrapper .login-content__inner .copyright-text {
  margin-top: auto;
  text-align: center;
  color: #686a6f;
  margin-bottom: 60px;
}

.login-wrapper .logo {
  margin-top: 90px;
  margin-bottom: 140px;
}

.login-wrapper .signup-link {
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-top: 35px;
  font-family: var(--thm-font);
}

.login-wrapper .signup-link a {
  color: var(--thm-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.login-wrapper .signup-link a:hover {
  opacity: 0.7;
}


/* update 01-10-2021 */
/* common css */
.sec-title-six {
  margin-bottom: 54px;
}

.sec-title-six__text {
  color: var(--thm-base);
  font-size: 16px;
  margin: 0;
  line-height: 1;
  margin-bottom: 26px;
}

.sec-title-six__text span {
  padding-bottom: 6px;
  border-bottom: 2px solid currentColor;
}

.sec-title-six__title {
  font-size: 40px;
  font-weight: bold;
  color: var(--thm-black);
  margin: 0;
  line-height: 1;
}

@media (min-width: 992px) {
  .sec-title-six__title {
    font-size: 50px;
  }
}

.sec-title-seven {
  margin-bottom: 50px;
}

.sec-title-seven__title {
  margin: 0;
  color: var(--thm-black);
  font-size: 40px;
  letter-spacing: -0.04em;
  font-weight: bold;
}
.sec-title-seven__title span {
  font-weight: bold;
}

.thm-btn__seven {
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9a61), color-stop(51%, #ff4b82), to(#ff9a61));
  background-image: linear-gradient(to right, #ff9a61 0%, #ff4b82 51%, #ff9a61 100%);
  background-size: 200% auto;
  -webkit-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 11px 49px;
}

.thm-btn__seven:hover {
  color: #fff;
  background-position: 100%;
}


/* header home 6 corporate agency */
.preloader .icon {
  background-size: 170px auto;
}

/* header six */
@media (min-width: 1200px) {
  .header-six .auto-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-six .mobile-nav-toggler {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

@media (min-width: 1200px) {
  .header-six .mobile-nav-toggler {
    display: none;
  }
}



.swiper-slide-active .slider-six__text,
.swiper-slide-active .slider-six__btn {
  -webkit-transform: scaleY(1) translateY(0);
          transform: scaleY(1) translateY(0);
  opacity: 1;
}

.swiper-slide-active .slider-six__title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}



/* Footer seven */
.footer-seven {
  background-color: transparent;
  background-image: url(../images/update-01-10-2021/shapes/footer-bg-1-1.png);
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 60px;
  background-size:cover ;
}

@media (min-width: 1200px) {
  .footer-seven {
    padding-top: 169px;
    padding-bottom: 100px;
  }
}

.footer-seven__widget {
  margin-bottom: 30px;
}

/* @media (min-width: 1200px) {
  .footer-seven__widget {
    margin-bottom: 0;
  }
} */
/* .footer-image img{
  height: 100px;
  width: 100px;
} */

.footer-seven__about__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.875em;
  color: var(--thm-text);
  margin-top: 20px;
}

.footer-seven__about__text a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  line-height: 40px;
  text-decoration: none;
}

.footer-seven__about__text a:hover {
  color: #000;
}

.footer-seven__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--thm-text);;
  margin-bottom: 25px;
}

.footer-seven__links__list li + li {
  margin-top: 6px;
}

.footer-seven__links__list li a {
  color:var(--thm-text);;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  text-decoration: none;
}

.footer-seven__links__list li a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #091045;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.footer-seven__links__list li a:hover {
  color: #000;
}

.footer-seven__links__list li a:hover::before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (min-width: 992px) {
  .footer-seven [class*=col-]:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-seven [class*=col-]:last-child .footer-seven__social {
    margin-top: 27px;
    margin-left:-13px;
  }
}

#navbar{
  position:fixed;
  top:0;
  left:0;
}

.footer-seven__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-seven__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #091045;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .footer-seven__social a {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

.footer-seven__social a + a {
  margin-left: 10px;
}

.footer-seven__social a:hover {
  background-color: #fff;
  color:#091045;
}

.footer-seven__copyright {
  background-color: #091045;
  padding: 10px 0;
}

.footer-seven__copyright p {
  margin: 0;
  font-size: 16px;
  color: #a7a4b3;
}

.sec-title-seven__title img{
  height: 450px;
  margin-bottom: -60px;
}
@media  (max-width:556px){
    .footer-image .explore{
      display: none;
    }
    .services{
      display: none;
    }
    .footer-image img{
      margin-bottom: 10px;
      display: none;
    }
}
/* Testimonials Seven */
.testimonials-seven {
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 1200px) {
  .testimonials-seven {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1400px) {
  .testimonials-seven {
    padding-top: 120px;
    padding-bottom: 210px;
  }
}

.testimonials-seven .sec-title-seven {
  text-align: center;
}

@media (min-width: 1400px) {
  .testimonials-seven .sec-title-seven {
    text-align: left;
    max-width: 366px;
    margin-bottom: 0;
    margin-top: -10px;
  }
}

.testimonials-seven__nav {
  display: none;
}

@media (min-width: 1400px) {
  .testimonials-seven__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}

.testimonials-seven__nav div + div {
  margin-left: 10px;
}

.testimonials-seven__nav span {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 56px;
  height: 56px;
  color: var(--thm-black);
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonials-seven__nav span:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.testimonials-seven .swiper-container {
  overflow: visible;
  padding: 60px;
}

@media (min-width: 1400px) {
  .testimonials-seven .swiper-container {
    left: -60px;
  }
}

.testimonials-seven__slider {
  margin: -60px;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .testimonials-seven__slider-wrapper {
    width: 100%;
    max-width: 1470px;
    position: absolute;
    right: -430px;
    top: 120px;
  }
}

.testimonials-seven__item {
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 40px;
  padding-bottom: 20px;
  height: 480px;
}

@media (min-width: 992px) {
  .testimonials-seven__item {
    padding: 50px;
    padding-bottom: 50px;
    height: 450px;
  }
}

.testimonials-seven__item::after {
  content: '\f15a';
  font-family: "Flaticon";
  font-size: 64px;
  color: var(--thm-base);
  position: absolute;
  top: 40px;
  right: 40px;
}

@media (min-width: 992px) {
  .testimonials-seven__item::after {
    top: 60px;
    right: 60px;
  }
}

.testimonials-seven__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.testimonials-seven__image img {
  border-radius: 50%;
}

.testimonials-seven__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-seven__content {
  margin: 0;
  font-size: 18px;
  line-height: 2em;
  color: var(--thm-text);
  font-style: italic;
  margin-top: 25px;
}

.testimonials-seven__name {
  margin: 0;
  font-size: 18px;
  color: var(--thm-black);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}

.testimonials-seven__designation {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--thm-text);
}

/* sponsor seven */
.sponsor-seven .swiper-container {
  /* border-top: 1px solid #f0eae4; */
  padding-top: 70px;
  padding-bottom: 70px;
}

.sponsor-seven .swiper-container img {
  /* opacity: 0.3; */
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sponsor-seven .swiper-container img:hover {
  opacity: 1;
}



/* Funfact Seven */
.funfact-seven {
  /* padding-top: 100px;
  padding-bottom: 70px; */
}

@media (min-width: 1200px) {
  .funfact-seven {
    /* padding-top: 120px;
    padding-bottom: 90px; */
  }
}

.funfact-seven__item {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
          box-shadow: 0px 20px 60px 0px rgba(42, 40, 51, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.funfact-seven__title {
  font-size: 40px;
  color: var(--thm-black);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding-bottom: 13px;
}

.funfact-seven__text {
  margin: 0;
  color: #579eee;
  letter-spacing: .2em;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.funfact-seven__text::before {
  content: '';
  border-radius: 50%;
  border: 8px solid currentColor;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0.1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.funfact-seven__item:hover .funfact-seven__text::before {
  opacity: 1;
}

@media (min-width: 992px) {
  .funfact-seven [class*=col-]:nth-child(1) .funfact-seven__item {
    margin-left: 0;
  }
}

.funfact-seven [class*=col-]:nth-child(2) .funfact-seven__text {
  color: #ff9a61;
}

.funfact-seven [class*=col-]:nth-child(3) .funfact-seven__text {
  color: #54d6ad;
}

@media (min-width: 992px) {
  .funfact-seven [class*=col-]:nth-child(4) .funfact-seven__item {
    margin-left: auto;
    margin-right: 0;
  }
}

.funfact-seven [class*=col-]:nth-child(4) .funfact-seven__text {
  color: #f15d8a;
}

/* we are kurm*/
.weare-seven{
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .weare-seven {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

/* we are kurm*/
.motive-seven{
  padding-top: 90px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .motive-seven {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

/* service seven */
.service-seven {
  padding-top: 90px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .service-seven {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

.service-seven__item {
  text-align: center;
  border-radius: 5px;
  padding: 50px;
  padding-bottom: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 30px;
  position: relative;
}

.service-seven__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #579eee;
  opacity: 0.2;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-seven__item:hover {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-seven__item:hover::before {
  border-width: 2px;
  opacity: 1;
}

.service-seven__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--thm-black);
  margin-top: 30px;
  margin-bottom: 32px;
  position: relative;
}

.service-seven__title a {
  color: inherit;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-seven__title a:hover {
  color: #579eee;
}

.service-seven__icon {
  width: 108px;
  height: 108px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}

.service-seven__icon::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #579eee;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-seven__icon i {
  position: relative;
  font-size: 63px;
  color: #579eee;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.service-seven__item:hover .service-seven__icon::before {
  opacity: 1;
}

.service-seven__item:hover .service-seven__icon i {
  color: #fff !important;
}

.service-seven__text {
  margin: 0;
  line-height: 2.125;
  font-size: 16px;
  color: var(--thm-text);
  margin-bottom: 27px;
  position: relative;
}

.service-seven__link {
  font-size: 22px;
  color: var(--thm-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
}

.service-seven__item:hover .service-seven__link {
  color: #579eee;
}

.service-seven [class*=col-]:nth-child(2) .service-seven__item::before, .service-seven [class*=col-]:nth-child(6) .service-seven__item::before {
  border-color: #ff9a61;
}

.service-seven [class*=col-]:nth-child(2) .service-seven__icon::before, .service-seven [class*=col-]:nth-child(6) .service-seven__icon::before {
  background-color: #ff9a61;
}

.service-seven [class*=col-]:nth-child(2) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(6) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(2) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(6) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(2) .service-seven__item:hover .service-seven__link,
.service-seven [class*=col-]:nth-child(6) .service-seven__item:hover .service-seven__link
 {
  color: #ff9a61;
}

.service-seven [class*=col-]:nth-child(3) .service-seven__item::before,
.service-seven [class*=col-]:nth-child(7) .service-seven__item::before
 {
  border-color: #54d6ad;
}

.service-seven [class*=col-]:nth-child(3) .service-seven__icon::before, 
.service-seven [class*=col-]:nth-child(7) .service-seven__icon::before 
{
  background-color: #54d6ad;
}

.service-seven [class*=col-]:nth-child(3) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(7) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(3) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(7) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(7) .service-seven__item:hover .service-seven__link,
.service-seven [class*=col-]:nth-child(3) .service-seven__item:hover .service-seven__link
 {
  color: #54d6ad;
}

.service-seven [class*=col-]:nth-child(4) .service-seven__item::before,
.service-seven [class*=col-]:nth-child(8) .service-seven__item::before
 {
  border-color: #f15d8a;
}

.service-seven [class*=col-]:nth-child(4) .service-seven__icon::before,
.service-seven [class*=col-]:nth-child(8) .service-seven__icon::before
 {
  background-color: #f15d8a;
}

.service-seven [class*=col-]:nth-child(4) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(8) .service-seven__title a:hover,
.service-seven [class*=col-]:nth-child(4) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(8) .service-seven__icon i,
.service-seven [class*=col-]:nth-child(4) .service-seven__item:hover .service-seven__link
.service-seven [class*=col-]:nth-child(8) .service-seven__item:hover .service-seven__link
 {
  color: #f15d8a;
}

/* slider seven */
.slider-seven .swiper-slide {
  position: relative;
  padding-top: 150px;

}

@media (min-width: 1200px) {
  .slider-seven .swiper-slide {
    padding-bottom: 140px;
  }
}

@media (min-width: 1400px) {
  .slider-seven .swiper-slide {
    padding-top: 260px;
    padding-bottom: 110px;
  }
}

.slider-seven__round__shape-1 {
  position: absolute;
  color: #ff9a61;
  top: 67px;
  right: 0;
  display: none;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 750ms ease, visibility 750ms ease, -webkit-transform 750ms ease;
  transition: opacity 750ms ease, visibility 750ms ease, -webkit-transform 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease, visibility 750ms ease;
  transition: transform 750ms ease, opacity 750ms ease, visibility 750ms ease, -webkit-transform 750ms ease;
}

.slider-seven__round__shape-1 svg {
  width: 400px;
  height: auto;
}

@media (min-width: 1200px) {
  .slider-seven__round__shape-1 svg {
    width: 600px;
  }
}

@media (min-width: 1400px) {
  .slider-seven__round__shape-1 svg {
    width: 750px;
  }
}

@media (min-width: 768px) {
  .slider-seven__round__shape-1 {
    display: block;
  }
}

@media (min-width: 1400px) {
  .slider-seven__round__shape-1 {
    top: -70px;
  }
}

.slider-seven__round__shape-2 {
  color: var(--thm-base);
  position: absolute;
  top: 67px;
  right: 50px;
  display: none;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
}

.slider-seven__round__shape-2 svg {
  width: 400px;
  height: auto;
}

@media (min-width: 1200px) {
  .slider-seven__round__shape-2 svg {
    width: 600px;
  }
}

@media (min-width: 1400px) {
  .slider-seven__round__shape-2 svg {
    width: 750px;
  }
}

@media (min-width: 768px) {
  .slider-seven__round__shape-2 {
    display: block;
  }
}

@media (min-width: 1200px) {
  .slider-seven__round__shape-2 {
    right: 80px;
  }
}

@media (min-width: 1400px) {
  .slider-seven__round__shape-2 {
    top: 0;
    right: 180px;
  }
}

.slider-seven__round__image {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 91px;
  right: -50px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1800ms ease, visibility 1800ms ease, -webkit-transform 1800ms ease;
  transition: opacity 1800ms ease, visibility 1800ms ease, -webkit-transform 1800ms ease;
  transition: transform 1800ms ease, opacity 1800ms ease, visibility 1800ms ease;
  transition: transform 1800ms ease, opacity 1800ms ease, visibility 1800ms ease, -webkit-transform 1800ms ease;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

@media (min-width: 768px) {
  .slider-seven__round__image {
    display: block;
  }
}

@media (min-width: 1200px) {
  .slider-seven__round__image {
    width: 700px;
    height: 700px;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1400px) {
  .slider-seven__round__image {
    width: 986px;
    height: 986px;
    top: 128px;
    right: -125px;
  }
}

.swiper-slide-active .slider-seven__round__shape-1,
.swiper-slide-active .slider-seven__round__shape-2,
.swiper-slide-active .slider-seven__round__image {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.slider-seven__title {
  margin: 0;
  color: var(--thm-black);
  font-weight: 300;
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.06em;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, visibility 1000ms ease, -webkit-transform 1000ms ease;
  max-width: 516px;
}

.slider-seven__title span {
  font-weight: 500;
}

@media (min-width: 992px) {
  .slider-seven__title {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .slider-seven__title {
    font-size: 90px;
  }
}

.slider-seven__text {
  margin: 0;
  color: var(--thm-text);
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1500ms ease, visibility 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, visibility 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, visibility 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, visibility 1500ms ease, -webkit-transform 1500ms ease;
  max-width: 510px;
}

@media (min-width: 1200px) {
  .slider-seven__text {
    margin-top: 25px;
  }
}

.slider-seven__btn {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 2000ms ease, visibility 2000ms ease, background 500ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, visibility 2000ms ease, background 500ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, visibility 2000ms ease, background 500ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, visibility 2000ms ease, background 500ms ease, -webkit-transform 2000ms ease;
}

.swiper-slide-active .slider-seven__title,
.swiper-slide-active .slider-seven__btn,
.swiper-slide-active .slider-seven__text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateY(0deg);
            transform: perspective(200px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
            transform: perspective(200px) rotateY(360deg);
  }
}

@keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateY(0deg);
            transform: perspective(200px) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
            transform: perspective(200px) rotateY(360deg);
  }
}

@-webkit-keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
            transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
            transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
            transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
            transform: perspective(400px) rotate(-15deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

.slider-seven__shape-1 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-1.png);
  background-repeat: no-repeat;
  width: 326px;
  height: 419px;
  position: absolute;
  top: 105px;
  left: 0;
}

.slider-seven__shape-2 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-2.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 170px;
  left: 307px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: shapeMover;
          animation-name: shapeMover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slider-seven__shape-3 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-3.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  position: absolute;
  left: 723px;
  top: 208px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slider-seven__shape-4 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-4.png);
  background-repeat: no-repeat;
  width: 35px;
  height: 32px;
  position: absolute;
  top: 626px;
  left: 174px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slider-seven__shape-5 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-5.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 660px;
  left: 890px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* mainmenu seven */
.mainmenu-seven {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 1200px) {
  .mainmenu-seven {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    /* min-height: 110px; */
    height: 80px;
  }
}

.mainmenu-seven .mainmenu-seven__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: none !important;
  width: 100% !important;
  padding-top: 40px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 1200px) {
  .mainmenu-seven .mainmenu-seven__inner {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0 !important;
    position: relative;
  }
}

.mainmenu-seven__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainmenu-seven__left .mobile-nav-toggler {
  margin: 0;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .mainmenu-seven__left {
    position: absolute;
    top: 19px;
    left: 50px;
    z-index: 9;
  }
}

.mainmenu-seven__search {
  font-size: 22px;
  color: var(--thm-black);
  height: 42px;
  border-left: 1px solid rgba(var(--thm-black-rgb), 0.2);
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.mainmenu-seven__search button {
  background-color: transparent;
}

.mainmenu-seven__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .mainmenu-seven__right {
    position: absolute;
    top: 34px;
    right: 50px;
    z-index: 9;
  }
}

.mainmenu-seven__right .mobile-nav-toggler {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

.mainmenu-seven__right .mobile-nav-toggler span {
  width: 28px;
  height: 1px;
  background-color: var(--thm-black);
  display: block;
}

.mainmenu-seven__right .mobile-nav-toggler span:nth-child(2) {
  width: 23px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.mainmenu-seven__right .mobile-nav-toggler span:nth-child(3) {
  width: 18px;
}

.mainmenu-seven .main-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  padding-left: 200px;
  padding-right: 15px;
}

@media (min-width: 1550px) {
  .mainmenu-seven .main-menu {
    padding-left: 15px;
  }
}

.mainmenu-seven .auto-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.mainmenu-seven .main-menu .navigation li > a {
  font-size: 16px;
  font-weight: 400;
  color: var(--thm-black);
  text-transform: capitalize;
  text-decoration: none;
}

.mainmenu-seven.fixed-header {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.08);
}
/* contact two */
.contact-two .form-box {
  text-align: left;
}

.contact-two .sec-title {
  margin-bottom: 34px;
}

.contact-two__text {
  max-width: 351px;
  margin: 0;
  font-size: 16px;
  line-height: 34px;
}

.contact-two__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.contact-two__social a {
  color: #686a6f;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-two__social a:hover {
  color: var(--thm-base);
}

.contact-two__social a + a {
  margin-left: 24px;
}

/* contact info two */
.contact-info-two {
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .contact-info-two {
    padding-bottom: 0;
  }
}
.imgflag {
    width : 50px;
    margin-bottom:15px;
}
.contact-info-two__card {
    height: 100%;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction : column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 37px 30px;
  text-align: center;
  border: 1px solid #f4f5f8;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .contact-info-two__card {
    position: relative;
    margin-bottom: -37px;
    z-index: 91;
  }
}

.contact-info-two__card i {
  font-size: 20px;
  color: var(--thm-base);
  margin-right: 20px;
}

.contact-info-two__card a {
  color: var(--thm-black);
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */

/*Training page */

#wrapper {
  position: relative;
  display: flex;
  justify-content:center;
}

.branch {
  position: relative;
  margin-left: 250px;
}
.branch:before {
 
  width: 50px;
  border-top: 2px solid #eee9dc;
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: 1px;
}

.entry {
  position: relative;
  min-height: 60px;
}
.entrys {
  position: relative;
  min-height: 60px;
}
.entrys:before {
  content: "";
  height: 100%;
  border-left: 2px solid #eee9dc;
  position: absolute;
  left: -50px;
}
.entry:before {
  content: "";
  height: 100%;
  border-left: 2px solid #eee9dc;
  position: absolute;
  left: -50px;
}

.entry:after {
  content: "";
  width: 50px;
  border-top: 2px solid #eee9dc;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: 1px;
}
.entry:first-child:before {
  width: 10px;
  height: 50%;
  top: 50%;
  margin-top: 2px;
  border-radius: 10px 0 0 0;
}
.entry:first-child:after {
  height: 10px;
  border-radius: 10px 0 0 0;
}
.entry:last-child:before {
  width: 10px;
  height: 50%;
  border-radius: 0 0 0 10px;
}
.entry:last-child:after {
  height: 10px;
  border-top: none;
  border-bottom: 2px solid #eee9dc;
  border-radius: 0 0 0 10px;
  margin-top: -9px;
}
.entry.sole:before {
  display: none;
}
.entry.sole:after {
  width: 50px;
  height: 0;
  margin-top: 1px;
  border-radius: 0;
}

.entry-2 {
  position: relative;
  min-height: 60px;
}
.entry-2:before {
  content: "";
  height: 100%;
  border-left: 2px solid #eee9dc;
  position: absolute;
  left: -50px;
}
.entry-2:after {
  content: "";
  width: 43px;
  border-top: 2px solid #eee9dc;
  position: absolute;
  left: -92px;
  top: 50%;
  margin-top: 1px;
}

.entry-2:first-child:before {
  width: 10px;
  height: 50%;
  top: 50%;
  margin-top: 2px;
  border-radius: 10px 0 0 0;
}
.entry-2:first-child:after {
  height: 10px;
  border-radius: 10px 0 0 0;
}
.entry-2:last-child:before {
  width: 10px;
  height: 50%;
  border-radius: 0 0 0 10px;
}
.entry-2:last-child:after {
  height: 10px;
  border-top: none;
  border-bottom: 2px solid #eee9dc;
  border-radius: 0 0 0 10px;
  margin-top: -9px;
}
.entry-2.sole:before {
  display: none;
}
.entry-2.sole:after {
  width: 50px;
  height: 0;
  margin-top: 1px;
  border-radius: 0;
}
.entry-2 .label {
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  border: 2px solid #eee9dc;
  border-radius: 5px;
  position: absolute;
  left: -240px;
  top: 50%;
  margin-top: -15px;
}

.entry .label {
  display: block;
  min-width: 150px;
  padding: 5px 10px;
  line-height: 20px;
  text-align: center;
  border: 2px solid #eee9dc;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.procees-section{
    padding: 120px 0px 90px;
}
.rotate-headning{
  position: relative;
}
.code{
  /* position: absolute; */
  transform: translateY(-50%) rotate(90deg);
  top:450px;
  left:98px;
  text-transform: uppercase;
}
.shape{
  position: relative;
}
.slider-seven__shape-1 {
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-1.png);
  background-repeat: no-repeat;
  width: 326px;
  height: 419px;
  position: absolute;
  top: 105px;
  left: 0;
}
.slider-seven__shape-6 {
  background-image: url(../images/update-01-10-2021/shapes/circle.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 450px;
  left: 890px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*Orbit*/

.orbit-wrap {
  height: 25em;
  list-style: none;
  font-size: 1.3em;
}

  .orbit-wrap > li {
      position: absolute;
      left: 60%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }

  @media (max-width: 768px) {
    .orbit-wrap > li {
      left: 50%;
    }
  }

      .orbit-wrap > li:hover ul {
          border-width: 2px;
          border-color: #D96838;
      }

      .orbit-wrap > li:hover ~ li ul {
          border-color: rgba(255, 255, 255, 0.2);
      }

          .orbit-wrap > li:hover ~ li ul li {
              opacity: 0.4;
          }

ul[class^=ring] {
  transition: all 300ms ease-in-out;
}

  ul[class^=ring] li {
      transition: all 300ms ease-in-out;
  }

.ring-0 {
  width: 25em;
  height: 25em;
  -webkit-animation: clockwiseRotate 35s linear infinite;
  animation: clockwiseRotate 35s linear infinite;
}

  .ring-0 i {
      -webkit-animation: counterClockwiseRotate 35s linear infinite;
      animation: counterClockwiseRotate 35s linear infinite;
  }

  .ring-0 > *:nth-of-type(1) {
      -webkit-transform: rotate(95deg) translate(12.5em) rotate(-95deg);
      transform: rotate(95deg) translate(12.5em) rotate(-95deg);
  }

  .ring-0 > *:nth-of-type(2) {
      -webkit-transform: rotate(190deg) translate(12.5em) rotate(-190deg);
      transform: rotate(190deg) translate(12.5em) rotate(-190deg);
  }

  .ring-0 > *:nth-of-type(3) {
      -webkit-transform: rotate(285deg) translate(12.5em) rotate(-285deg);
      transform: rotate(285deg) translate(12.5em) rotate(-285deg);
  }

  .ring-0 > *:nth-of-type(4) {
      -webkit-transform: rotate(380deg) translate(12.5em) rotate(-380deg);
      transform: rotate(380deg) translate(12.5em) rotate(-380deg);
  }

.ring-1 {
  width: 20em;
  height: 20em;
  -webkit-animation: clockwiseRotate 30s linear infinite;
  animation: clockwiseRotate 30s linear infinite;
}

  .ring-1 i {
      -webkit-animation: counterClockwiseRotate 30s linear infinite;
      animation: counterClockwiseRotate 30s linear infinite;
  }

  .ring-1 > *:nth-of-type(1) {
      -webkit-transform: rotate(126.6666666667deg) translate(10em) rotate(-126.6666666667deg);
      transform: rotate(126.6666666667deg) translate(10em) rotate(-126.6666666667deg);
  }

  .ring-1 > *:nth-of-type(2) {
      -webkit-transform: rotate(253.3333333333deg) translate(10em) rotate(-253.3333333333deg);
      transform: rotate(253.3333333333deg) translate(10em) rotate(-253.3333333333deg);
  }

  .ring-1 > *:nth-of-type(3) {
      -webkit-transform: rotate(380deg) translate(10em) rotate(-380deg);
      transform: rotate(380deg) translate(10em) rotate(-380deg);
  }

.ring-2 {
  width: 15em;
  height: 15em;
  -webkit-animation: clockwiseRotate 25s linear infinite;
  animation: clockwiseRotate 25s linear infinite;
}

  .ring-2 i {
      -webkit-animation: counterClockwiseRotate 25s linear infinite;
      animation: counterClockwiseRotate 25s linear infinite;
  }

  .ring-2 > *:nth-of-type(1) {
      -webkit-transform: rotate(47.5deg) translate(7.5em) rotate(-47.5deg);
      transform: rotate(47.5deg) translate(7.5em) rotate(-47.5deg);
  }

  .ring-2 > *:nth-of-type(2) {
      -webkit-transform: rotate(95deg) translate(7.5em) rotate(-95deg);
      transform: rotate(95deg) translate(7.5em) rotate(-95deg);
  }

  .ring-2 > *:nth-of-type(3) {
      -webkit-transform: rotate(142.5deg) translate(7.5em) rotate(-142.5deg);
      transform: rotate(142.5deg) translate(7.5em) rotate(-142.5deg);
  }

  .ring-2 > *:nth-of-type(4) {
      -webkit-transform: rotate(190deg) translate(7.5em) rotate(-190deg);
      transform: rotate(190deg) translate(7.5em) rotate(-190deg);
  }

  .ring-2 > *:nth-of-type(5) {
      -webkit-transform: rotate(237.5deg) translate(7.5em) rotate(-237.5deg);
      transform: rotate(237.5deg) translate(7.5em) rotate(-237.5deg);
  }

  .ring-2 > *:nth-of-type(6) {
      -webkit-transform: rotate(285deg) translate(7.5em) rotate(-285deg);
      transform: rotate(285deg) translate(7.5em) rotate(-285deg);
  }

  .ring-2 > *:nth-of-type(7) {
      -webkit-transform: rotate(332.5deg) translate(7.5em) rotate(-332.5deg);
      transform: rotate(332.5deg) translate(7.5em) rotate(-332.5deg);
  }

  .ring-2 > *:nth-of-type(8) {
      -webkit-transform: rotate(380deg) translate(7.5em) rotate(-380deg);
      transform: rotate(380deg) translate(7.5em) rotate(-380deg);
  }

.ring-3 {
  width: 10em;
  height: 10em;
  -webkit-animation: clockwiseRotate 20s linear infinite;
  animation: clockwiseRotate 20s linear infinite;
}

  .ring-3 i {
      -webkit-animation: counterClockwiseRotate 20s linear infinite;
      animation: counterClockwiseRotate 20s linear infinite;
  }

  .ring-3 > *:nth-of-type(1) {
      -webkit-transform: rotate(126.6666666667deg) translate(5em) rotate(-126.6666666667deg);
      transform: rotate(126.6666666667deg) translate(5em) rotate(-126.6666666667deg);
  }

  .ring-3 > *:nth-of-type(2) {
      -webkit-transform: rotate(253.3333333333deg) translate(5em) rotate(-253.3333333333deg);
      transform: rotate(253.3333333333deg) translate(5em) rotate(-253.3333333333deg);
  }

  .ring-3 > *:nth-of-type(3) {
      -webkit-transform: rotate(380deg) translate(5em) rotate(-380deg);
      transform: rotate(380deg) translate(5em) rotate(-380deg);
  }

ul[class^=ring] {
  border: solid 1px #D96838;
  position: relative;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  box-sizing: content-box;
  /* top:250px; */
}

  ul[class^=ring] li {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1.6em;
      height: 1.6em;
      margin: -0.8em;
  }

/*
center;
*/
.orbit-center {
  z-index: 5;
  font-size: 2em;
  width: 2em;
  height: 2em;
  line-height: 62px;
  text-align: center;
  border-radius: 50%;
}
  .orbit-center img{
      width:60px;
  }
  .mt-100{
      margin-top:100px;
  }

  .orbit-center:hover .orbit-center__icon {
      -webkit-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
  }

.orbit-center__icon {
  -webkit-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
  transition: all 300ms ease-in-out;
}

.orbit-wrap > li.orbit-center:hover ~ li > ul {
  width: 0;
  height: 0;
}

  .orbit-wrap > li.orbit-center:hover ~ li > ul * {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
  }

/* 
animations 
*/
@-webkit-keyframes clockwiseRotate {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes clockwiseRotate {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-webkit-keyframes counterClockwiseRotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}

@keyframes counterClockwiseRotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}
.code-section{
  position: relative;
  padding: 120px 0px 90px;
  background: none;
  z-index: 2;
}
.code-main{
  position: relative;
}
.code-h4{
  position: absolute;
  top:11px;
  text-align: center;
  font-weight: bold;
}
.code-p{
  position: absolute;
  top:106px;
}
.code-h4 span{
  color:#D96838;
}
 @media (max-width: 576px) {
   .mar{
     margin-top:80px;
   }
   .code-p{
     line-height: 23px;
   }
}
/* @media (max-width: 576px) {
  .code-p{
    font-size: 30px;
    margin-left: 60px;
  }
}
@media (max-width: 320px) {
  .code-p{
    font-size: 25px;
    margin-left: 42px;
  }
}
@media (max-width: 768px) {
  .code-p{
    top:0;
    margin-top:46px;
  }
} */
/* @media (max-width: 768px) {
  .code-h4{
    top:0;
  }
  .code-orbit{
    padding-top: 270px;
  }
}
@media (max-width: 576px) {
  .code-h4{
    font-size: 30px;
    margin-left: 60px;
  }
}
@media (max-width: 320px) {
  .code-h4{
    font-size: 25px;
    margin-left: 42px;
  }
} */

.we-hiring img{
  width: 107px;
    height: 107px;
    z-index: 11;
    position: fixed;
    right: 120px;
    top: 0;
    transform-origin: top;
    animation: we-are-hiring infinite linear 2s;
}
@media (max-width: 991px){
  .we-hiring {
     display:none;
  }
}
@keyframes we-are-hiring{
  0%{
    transform:rotate(-20deg);
  }
  50%{
    transform:rotate(20deg);
  }
  100%{
    transform:rotate(-20deg);
  }
}
.sec-title-seven__title img{
  margin-top:-90px;
}
.shap{
  position: relative;
}

/*Home page icon shap set*/
.main-shap{
  position: relative;
  z-index: 0;
}
.inner-shap1, .inner-shap2, .inner-shap3, .inner-shap4, .inner-shap5, .inner-shap6{
  position: absolute;
  height:50px;
  width:50px;
  z-index: 1;
  opacity: 0.5;
  
}
.inner-shap1{
  top:50px;
  left:50%;
  
}
.inner-shap2{
  position: absolute;
  top:500px;
  left:10%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.inner-shap3{
  left:10px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
} 
.inner-shap4{
  top:300px;
  left:90%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
-webkit-animation-name: shapeMover;
  animation-name: shapeMover;
-webkit-animation-timing-function: linear;
  animation-timing-function: linear;
-webkit-animation-duration: 10s;
  animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.inner-shap5{
  top:900px;
  left:10%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
-webkit-animation-name: shapeMover;
  animation-name: shapeMover;
-webkit-animation-timing-function: linear;
  animation-timing-function: linear;
-webkit-animation-duration: 10s;
  animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.inner-shap6{
  top:600px;
  left:50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
-webkit-animation-name: shapeMover;
  animation-name: shapeMover;
-webkit-animation-timing-function: linear;
  animation-timing-function: linear;
-webkit-animation-duration: 10s;
  animation-duration: 10s;
-webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.deco_image{
  position: absolute;
  left:80%;
  animation: updown linear infinite 9s;
}
@keyframes updown {
  0%{
    top:10px;
    transform: scale(1);
  }
  50%{
    top:100px;
    transform: scale(1.5);
  }
  100%{
    top:10px;
    transform: scale(1);

  }
}

/*Training career*/
.single-service {
  margin: 0 0 30px;
  transition: 0.4s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  border-radius: 5px;
  
}
.single-service:hover{
  background: linear-gradient(145deg, #e2e8ec, #ffffff);
  box-shadow: 5px 5px 15px #d1d9e6, -5px -5px 15px #ffffff;
}
.single-service h5 {
  font-size: 16px;
  margin-top: 5px;
  color: #091045;
  font-weight:bold;
}
.build h2{
  font-size: 50px;
}
.build h2 span{
  color:#D96838;
}
.build p {
  font-size: 18px;
    line-height: 1.61;
    letter-spacing: .005em;
    max-width: 540px;
    display: inline-block;
}

.demo-wrap {
  position: relative;
}

.demo-wrap:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.04;
  background-image: url('../images/logo-dark.png');
  background-color: #FCF0EB;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.header-btn{
  position: fixed;
  top:70%;
  left:49%;
}
@media (min-height:820px) and (max-height:683px){
  .header-btn{
    top:77%;
    left:47%;
  }
}
@media (max-width:1440px) and (min-width:1024px){
  .header-btn{
    top:77%;
    left:47%;
  }
}
@media (max-width:1024px) and (min-width:768px){
  .header-btn{
    top:77%;
    left:47%;
  }
}
@media (max-width:768px) and (min-width:425px){
  .header-btn{
    top:77%;
    left:47%;
  }
}
@media (max-width:425px){
  .header-btn{
    top:77%;
    left:44%;
  }
}
.demo-content {
  position: relative;
}
/* .index-header .btn{
  position: fixed;
  margin:auto;
  left:36%;
  bottom:131px;
} */
.index-header {
  position: fixed;
  margin:auto;
  left:48%;
  bottom:212px;
}
@media (min-width:1440px) and (max-width:1024px){
  .index-header {
    position: fixed;
    margin:auto;
    left:44%;
    bottom:132px;
  }
}
@media (max-width: 768px) and (min-width:1024px) {
  .index-header {
    position: fixed;
    margin:auto;
    left:44%;
    bottom:132px;
  }
}
@media (min-width: 512px) and (max-width:768px){
  .index-header {
    position: fixed;
    margin:auto;
    left:44%;
    bottom:132px;
  }
}
@media (max-width: 512px) {
  .index-header {
    position: fixed;
    margin:auto;
    left:36%;
    bottom:132px;
  }
}
@media (min-width: 768px) and (min-width:425px) {
  .index-header {
    position: fixed;
    margin:auto;
    left:46%;
    bottom:132px;
  }
}
@media (min-width: 1024px) and (min-width:1440px) {
  .index-header {
    position: fixed;
    margin:auto;
    left:48%;
    bottom:129px;
  }
}
.index-header img{
  margin: auto;
  position: fixed;
  left:50%;
  top:10px;
  width: 50px;
}
.index-footer img{
  margin: auto;
  position: fixed;
  left:50%;
  bottom:0;
  width: 150px;
}
.index-click{
  margin: auto;
  position: fixed;
  left:39%;
  top:44%;
}
.index-btn {
  width:  380px;
  margin: auto;
}
.index-shap{
  position: relative;
}
.index-shap-img1, .index-shap-img2, .index-shap-img3, .index-shap-img4, .index-shap-img5{
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
  -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  -webkit-animation-duration: 10s;
    animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.index-shap-img1{
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-2.png);
  top: 170px;
  left: 250px;
  
}
.index-shap-img2{
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-3.png);
  top: 340px;
  left: 107px;
}
.index-shap-img3{
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-5.png);
  top: 440px;
  left: 407px;
}
.index-shap-img4{
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-4.png);
  top: 440px;
  left: 80%;
}
.index-shap-img5{
  background-image: url(../images/update-01-10-2021/shapes/slide-seven-shape-1-41.png);
  top: 550px;
  left: 73%;
}
@media (max-width: 567px) {
  .index-shap-img3{
    top: 440px;
  left: 107px;
  }
  .index-shap-img4{
    top: 540px;
  left: 107px;
  }
  
}
@media (max-width: 768px) {
  .index-click{
    left:33%;
  }
  .index-btn {
    width:  380px;
    margin: auto;
  }
}
@media (max-width: 425px) {
  .index-click{
    left:16%;
  }
  .index-btn {
    width:  288px;
    margin: auto;
  }
}
@media (max-width: 320px) {
  .index-click{
    left:4%;
  }
  .index-btn {
    width:  288px;
    margin: auto;
  }
}
.index-fingerprint{
  position: relative;
}

#fingerprint {
  cursor: pointer;
  left: 51%;
  position: absolute;
  top: 610px;
  transform: translate3d(-50%, -50%, 0);
}

#a, #b, #c, #d, #e {
  fill: none;
  stroke: #091045;
  stroke-dashoffset: 0;
  stroke-width: 1;
  transition: all 300ms ease;
}
#a.active, #b.active, #c.active, #d.active, #e.active {
  animation: draw 6s forwards;
}

#a {
  stroke-dasharray: 12.1542625427;
}

#b {
  stroke-dasharray: 19.7911586761;
}

#c {
  stroke-dasharray: 53.0072517395;
}

#d {
  stroke-dasharray: 23.7017784119;
}

#e {
  stroke-dasharray: 8.8374814987;
}

@keyframes draw {
  20% {
    stroke-dashoffset: 40;
  }
  40% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.contact-section .map-box {
  position: relative;
  display: block;
  margin: 0 0 120px;
  border-radius: 7px;
  overflow: hidden;
}
.map-canvas,
.map-iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
}

.map-section__one-page .map-iframe {
  height: 575px;
}


/*New index design 17-05-2022*/