/***************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. common styles
* 2. header styles
* 3. slider styles
* 4. contact styles
* 5. gallery styles
* 6. cta styles
* 7. team styles
* 8. footer styles
* 9. about styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. common styles
*/
body {
  font-family: "Poppins";
  color: #81868a;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: -0.02em;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.thm-base-bg {
  background-color: #f9c005;
}

.thm-base-bg-2 {
  background-color: #2da397;
}

.thm-gray-bg {
  background-color: #f1f1f1;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.block-title {
line-height: 40px ;
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 45px;
}

.block-title__title {
  margin: 0;
  color: #012237;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: -15px;
  margin-top: -15px;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #f9c005;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 6.5px 27px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.thm-btn:hover {
  background-color: #fff;
  color: #012237;
}

.post-pagination {
  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;
}

.post-pagination a {
  border-radius: 50%;
  background-color: #f1f1f1;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 8px 19px;
  color: #012237;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.post-pagination a:hover, .post-pagination a.active {
  background-color: #012237;
  color: #fff;
}

.post-pagination a + a {
  margin-left: 15px;
}

.tooltip-inner {
  -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #81868a;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-image: url(../images/preloader.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #f9c005;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
  transition: all .4s ease;
}

.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #012237;
}

.scroll-to-top:hover i {
  color: #fff;
}

/* Cursor Style */
.cursor {
  position: absolute;
  background-color: #fff;
  width: 6px;
  height: 6px;
  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: 10000;
  -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: 10000;
  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);
}

/*
* 2. header styles
*/
.topbar-one {
  background-color: #022c46;
}

.topbar-one .container {
  padding-top: 6.5px;
  padding-bottom: 6.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topbar-one__right, .topbar-one__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-one__right a, .topbar-one__left a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.topbar-one__right a:hover, .topbar-one__left a:hover {
  color: #f9c005;
}

.topbar-one__right a + a, .topbar-one__left a + a {
  margin-left: 25px;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: none;
  text-align: right;
  padding-right: 90px;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 35px 0;
  display: inline-block;
  vertical-align: middle;
}

.header-navigation ul.navigation-box > li + li {
  margin-left: 48px;
}

.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  text-transform: capitalize;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  position: relative;
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #f9c005;
}

.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 911;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #012237;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #f9c005;
}

.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 911;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #012237;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #f9c005;
}

.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.stricked-menu ul.navigation-box > li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.site-header {
  position: relative;
}

.site-header__decor {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.site-header__decor-row {
  margin-left: -7px;
  margin-right: -7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
}

.site-header__decor-single {
  padding-left: 7px;
  padding-right: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33333%;
          flex: 1 1 33.33333%;
  max-width: 33.33333%;
}

[class*=site-header__decor-inner-] {
  position: relative;
}

[class*=site-header__decor-inner-]::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #2da397;
  opacity: 0.9;
}

.site-header__decor-inner-2::before {
  background-color: #f9c005;
}

.site-header__decor-inner-3::before {
  background-color: #7c4bc0;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 90px;
  margin-top: 5px;
}

.header__social a {
  color: #81868a;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header__social a:hover {
  color: #f9c005;
}

.header__social a + a {
  margin-left: 40px;
}

.header__search-btn {
  width: 45px;
  height: 45px;
  border-radius: 56%;
  text-align: center;
  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;
  background-color: #2da397;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  color: #fff;
}

.header__search-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2da397;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header__search-btn:hover {
  color: #fff;
}

.header__search-btn:hover:before {
  left: 0;
}

.header__search-form {
  background-color: #f1f1f1;
  width: 100%;
  max-width: 410px;
  height: 68px;
  position: relative;
  margin-left: 60px;
}

.header__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 30px;
}

.header__search-form button[type=submit] {
  border: none;
  outline: none;
  width: 46px;
  height: 46px;
  border-radius: 56%;
  text-align: center;
  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;
  background-color: #f9c005;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.header__search-form button[type=submit]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #f9c005;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header__search-form button[type=submit]:hover {
  color: #fff;
}

.header__search-form button[type=submit]:hover:before {
  left: 0;
}

@media (min-width: 1200px) {
  .site-header__header-two .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 100%;
  }
}

.site-header__header-two .header-navigation .container .logo-box {
  left: 60px;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  width: 100%;
}

.site-header__header-two .header-navigation .container .right-side-box {
  right: 60px;
}

.site-header__header-two .header-navigation ul.navigation-box > li {
  padding: 55px 0;
}

.site-header__header-two .header-navigation .main-navigation {
  text-align: center;
  padding-right: 0;
  padding-left: 125px;
}

.site-header__header-two .header__social {
  margin: 0;
}

.site-header__header-two .stricked-menu ul.navigation-box > li {
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-header__home-three {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.site-header__home-three .topbar-one {
  background-color: #95b7d0;
}

.site-header__home-three .header-navigation .main-navigation {

  text-align: center;
  padding-right: 0;
}

.site-header__home-three .header__social a,
.site-header__home-three .header-navigation ul.navigation-box > li > a {
  color: #fff;
}

.site-header__home-three .header__social a:hover,
.site-header__home-three .header-navigation ul.navigation-box > li > a:hover {
  color: #f9c005;
}

.site-header__home-three .header-navigation ul.navigation-box > li.current > a,
.site-header__home-three .header-navigation ul.navigation-box > li:hover > a {
  color: #f9c005;
}

.site-header__home-three .stricked-menu {
  background-color: #012237;
}

.site-header__home-three .header__social {
  margin: 0;
}

.site-header__inner-page .header-navigation .main-navigation {
  padding-right: 55px;
}

.site-header__inner-page .header__search-btn {
  background-color: transparent;
  color: #012237;
}

.site-header__inner-page .header__search-btn::before {
  display: none;
}

/*
* 3. slider styles
*/
.banner-wrapper {
  position: relative;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-wrapper {
    overflow: hidden;
  }
}

.banner-wrapper .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  text-align: right;
  display: none !important;
}

.banner-wrapper .owl-dots .owl-dot {
  position: relative;
  z-index: 991;
}

.banner-wrapper .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: .2;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-wrapper .owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}

.banner-wrapper .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: transparent;
}

.banner-wrapper .owl-carousel .owl-item img {
  width: auto;
}

.banner-wrapper .owl-theme .owl-nav {
  display: none;
  margin: 0;
}

.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__] {
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  background-color: #fff;
  color: #012237;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 91;
}

.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__] i {
  font-size: 22px;
}

.banner-wrapper .banner-carousel-btn [class*=banner-carousel-btn__]::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-carousel-btn__left-btn {
  left: 5%;
}

.banner-carousel-btn__left-btn:before {
  left: 7px;
}

.banner-carousel-btn__left-btn:hover:before {
  left: 0;
}

.banner-carousel-btn__right-btn {
  right: 5%;
}

.banner-carousel-btn__right-btn:before {
  right: 7px;
}

.banner-carousel-btn__right-btn:hover:before {
  right: 0;
}

.banner-one .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
}

.banner-one__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #022c46;
}

.banner-one__slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/patter-1-1.jpg);
  opacity: 0.08;
}

.banner-one__light-color {
  color: #fff;
}

.banner-one__title {
  font-size: 140px;
  line-height: 120px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -.04em;
  margin: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__tag-line {
  margin: 0;
  font-size: 50px;
  font-family: "Satisfy";
  color: white;
  text-decoration: underline;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  margin-bottom: 55px;
}

.banner-one__btn {
  font-size: 18px;
  padding: 21.5px 59.5px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__person {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.05);
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__scratch {
  position: absolute;
  right: -5%;
  top: 20%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one [class*=banner-one__bubble-] {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.banner-one__bubble-1 {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #1888c9;
  top: 20%;
  left: -3%;
  -webkit-animation-name: bubbleMoveOne;
          animation-name: bubbleMoveOne;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.banner-one__bubble-2 {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #7c4bc0;
  right: 35%;
  top: 20%;
  -webkit-animation-name: bubbleMoveTwo;
          animation-name: bubbleMoveTwo;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.banner-one__bubble-3 {
  position: absolute;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 24px solid #33a9bb;
  right: 35%;
  bottom: 10%;
  -webkit-animation-name: globeRotate;
          animation-name: globeRotate;
  -webkit-animation-duration: 10s !important;
          animation-duration: 10s !important;
}

.banner-one .active .banner-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.banner-one .active .banner-one__tag-line {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.banner-one .active .banner-one__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.banner-one .active .banner-one__person {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.banner-one .active .banner-one__scratch {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.banner-one__cta {
  width: 100%;
  max-width: 544px;
  background-color: #2da397;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  padding-left: 60px;
  padding-right: 60px;
}

.banner-one__cta-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.banner-one__cta-icon:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-one__cta-icon:hover:before {
  left: 0;
}

.banner-one__cta-icon i {
  line-height: 70px;
  color: #2da397;
  font-size: 38px;
}

.banner-one__cta-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 30px;
}

.banner-one__cta-text {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}

.banner-one__cta a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-one__cta a:hover {
  color: #f9c005;
}

.banner-one__cta-link {
  color: #fff;
  font-size: 32px;
}

.banner-two .container {
  position: relative;
  padding-top: 200px;
  padding-bottom: 245px;
}

.banner-two__slide {
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-two__light-color {
  color: #fff;
}

.banner-two__title {
  font-size: 100px;
  line-height: 100px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -.04em;
  margin: 0;
  margin-bottom: 60px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-two__tag-line {
  margin: 0;
  font-size: 40px;
  font-family: "Satisfy";
  color: white;
  text-decoration: underline;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  margin-bottom: 30px;
}

.banner-two__btn {
  font-size: 18px;
  padding: 21.5px 59.5px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-two .active .banner-two__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.banner-two .active .banner-two__tag-line {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.banner-two .active .banner-two__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bubbleMoveOne {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  20% {
    -webkit-transform: translateX(20px) translateY(-20px);
            transform: translateX(20px) translateY(-20px);
  }
  40% {
    -webkit-transform: translateX(40px) translateY(-40px);
            transform: translateX(40px) translateY(-40px);
  }
  80% {
    -webkit-transform: translateX(20px) translateY(-20px);
            transform: translateX(20px) translateY(-20px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}

@keyframes bubbleMoveOne {
  0% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  20% {
    -webkit-transform: translateX(20px) translateY(-20px);
            transform: translateX(20px) translateY(-20px);
  }
  40% {
    -webkit-transform: translateX(40px) translateY(-40px);
            transform: translateX(40px) translateY(-40px);
  }
  80% {
    -webkit-transform: translateX(20px) translateY(-20px);
            transform: translateX(20px) translateY(-20px);
  }
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}

@-webkit-keyframes bubbleMoveTwo {
  0% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px);
  }
  20% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
            transform: scale(1.1) translateX(20px) translateY(20px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
            transform: scale(1.2) translateX(40px) translateY(40px);
  }
  80% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
            transform: scale(1.1) translateX(20px) translateY(20px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px);
  }
}

@keyframes bubbleMoveTwo {
  0% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px);
  }
  20% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
            transform: scale(1.1) translateX(20px) translateY(20px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
            transform: scale(1.2) translateX(40px) translateY(40px);
  }
  80% {
    -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
            transform: scale(1.1) translateX(20px) translateY(20px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
            transform: scale(1) translateX(0px) translateY(0px);
  }
}

@-webkit-keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
            transform: perspective(200px) rotateX(0deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(360deg);
            transform: perspective(200px) rotateX(360deg);
  }
  51% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
            transform: perspective(200px) rotateX(0deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
            transform: perspective(200px) rotateY(360deg);
  }
}

@keyframes globeRotate {
  8% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
            transform: perspective(200px) rotateX(0deg) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(360deg);
            transform: perspective(200px) rotateX(360deg);
  }
  51% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
            transform: perspective(200px) rotateX(0deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(200px) rotateY(360deg);
            transform: perspective(200px) rotateY(360deg);
  }
}

.slider-three {
  padding-top: 310px;
  padding-bottom: 210px;
  margin-top: 47px;
  position: relative;
  background-color: #012237;
}

.slider-three__title {
  font-size: 80px;
  line-height: 80px;
  color: #000;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0;
  margin-bottom: 20px;
}

.slider-three__tag-line {
  margin: 0;
  font-size: 34px;
  font-family: "Satisfy";
  color: #1e1e1e;
  text-shadow:1px 1px #f3f3f3;
  margin-bottom: 15px;
}

.slider-three__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  font-weight: 50;
  color: #000;
}

[class*=slider-three__icon-] {
  position: absolute;
}

.slider-three__icon-1 {
  top: 15%;
  left: 10%;
  -webkit-animation-name: bubbleMoveTwo;
          animation-name: bubbleMoveTwo;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.slider-three__icon-2 {
  bottom: 10%;
  left: 0;
  -webkit-animation-name: bubbleMoveOne;
          animation-name: bubbleMoveOne;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.slider-three__icon-3 {
  top: 20%;
  left: 45%;
  -webkit-animation-name: globeRotate;
          animation-name: globeRotate;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slider-three__icon-4 {
  bottom: 15%;
  left: 55%;
  -webkit-animation-name: bubbleMoveOne;
          animation-name: bubbleMoveOne;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.slider-three__icon-5 {
  top: 15%;
  right: 30%;
  -webkit-animation-name: bubbleMoveTwo;
          animation-name: bubbleMoveTwo;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

/*
* 4. contact styles
*/
.google-map__contact {
  display: block;
  width: 100%;
  height: 560px;
  border: none;
  outline: none;
}

.contact-info-one {
  padding-top: 120px;
}

.contact-info-one__title {
  margin: 0;
  color: #012237;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 55px;
}

.contact-info-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #81868a;
  margin-top: -15px;
  margin-bottom: -10px;
}

.contact-info-one__icon {
  width: 112px;
  height: 112px;
  background-color: #f9c005;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.contact-info-one__icon::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #f9c005;
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 50%;
}

.contact-info-one__icon i {
  font-size: 54px;
  color: #fff;
}

.contact-info-one [class*=col-lg-]:nth-child(2) .contact-info-one__icon {
  background-color: #2da397;
}

.contact-info-one [class*=col-lg-]:nth-child(2) .contact-info-one__icon::before {
  border-color: #2da397;
}

.contact-info-one [class*=col-lg-]:nth-child(3) .contact-info-one__icon {
  background-color: #7c4bc0;
}

.contact-info-one [class*=col-lg-]:nth-child(3) .contact-info-one__icon::before {
  border-color: #7c4bc0;
}

.contact-info-one__single {
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: white;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: -webkit-box-shadow .4s ease;
  transition: -webkit-box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
  padding-top: 48px;
  padding-bottom: 48px;
}

.contact-info-one__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.contact-info-one__single:hover .contact-info-one__icon:before {
  left: 0;
}

.contact-one {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .contact-one .container {
    max-width: 800px;
  }
}

.contact-one__title {
  font-size: 60px;
  font-weight: bold;
  color: #012237;
  margin: 0;
  margin-bottom: 45px;
}


.contact-one .row.low-gutters {
  margin-left: -5px;
  margin-right: -5px;
}

.contact-one .row.low-gutters > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.contact-one__btn {
  padding: 22px 72px;
}

.contact-one__btn:hover {
  background-color: #012237;
  color: #fff;
}

/*
* 5. gallery styles
*/
.gallery-one {
  padding-top: 100px;
  padding-bottom: 10px;
}


.gallery-one__single {
  margin-bottom: 30px;
  position: relative;
}

.gallery-one__single > img {
  width: 100%;
}

.gallery-one__single:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9c005;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.gallery-one__single:hover::before {
  opacity: 0.9;
}

.gallery-one__single:hover .gallery-one__popup {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.gallery-one__popup {
  font-size: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(50%);
  transform: translateX(-50%) translateY(50%);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.gallery-one__popup i {
  color: #fff;
}


.cta-one {
  background-color: #f8ed31;
  padding-top:50px;
  padding-bottom: 50px;
}

.cta-one .container {
  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;
}

.cta-one__title {
  margin: 0;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-top: -10px;
}

.cta-one__btn {
  font-size: 16px;
  color: #fff;
  background-color: #012237;
  padding: 21.5px 47.5px;
}

.cta-one__home-one {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
}

.cta-one__home-one::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8ed31;
  opacity: 0.3;
}

.cta-one__home-one .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.cta-one__home-one .cta-one__title {
  font-size: 60px;
  margin-bottom: 60px;
  text-shadow:2px 2px #000;
}

.cta-two .container-fluid {
  padding: 0;
}

.cta-two .thm-base-bg-2 .cta-two__icon span i {
  color: #2da397;
}

.cta-two__single {
  padding-left: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 116px;
  padding-bottom: 116px;
}


.cta-five {
  position: relative;
  background-image: url(../images/cta-map-1-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #95b7d0;
  padding: 120px 0;
}

.cta-five__title {
  margin: 0;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}

.cta-five__text {
  margin: 0;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}

.cta-five__btn {
  padding: 21.5px 68px;
  font-size: 18px;
  margin-top: 50px;
}

[class*=cta-five__members-] {
  width: 71px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 50%;
  -webkit-animation-name: bubbleMoveTwo;
          animation-name: bubbleMoveTwo;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.cta-five__members-1 {
  top: 10%;
  left: 25%;
}

.cta-five__members-2 {
  top: 45%;
  left: 25%;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

.cta-five__members-3 {
  bottom: 10%;
  left: 12%;
}

.cta-five__members-4 {
  top: 15%;
  right: 15%;
}

.cta-five__members-5 {
  top: 45%;
  right: 5%;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

.cta-five__members-6 {
  bottom: 15%;
  right: 25%;
}

[class*=cta-five__bubble-] {
  background-color: #f8ed31;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  width: 47px;
  height: 47px;
  position: absolute;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  text-align: center;
  line-height: 47px;
}

[class*=cta-five__bubble-] i.fa-rocket {
  font-size: 18px;
}

.cta-five__bubble-1 {
  top: 40%;
  left: 10%;
}

.cta-five__bubble-2 {
  bottom: 30%;
  right: 10%;
}


/*
* 8. team styles
*/
.team-one {
  padding-bottom: 90px;
  padding-top: 120px;
}

.team-one__single {
  margin-bottom: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-one__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.team-one__single:hover .team-one__image > img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.team-one__image {
  text-align: center;
  margin-bottom: -103px;
}

.team-one__image img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.team-one__content {
  text-align: center;
  border: 2px solid #f1f1f1;
  padding-bottom: 30px;
  padding-top: 135px;
  padding-left: 40px;
  padding-right: 40px;
}

.team-one__social {
  background-color: #f1f1f1;
  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;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.team-one__social a {
  font-size: 14px;
  color: #81868a;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-one__social a:hover {
  color: #f9c005;
}

.team-one__social a + a {
  margin-left: 28px;
}

.team-one__name {
  font-size: 18px;
  font-weight: 600;
  color: #012237;
  margin: 0;
  margin-bottom: -5px;
}

.team-one__name a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-one__name a:hover {
  color: #f9c005;
}

.team-one__designation {
  font-size: 12px;
  text-transform: uppercase;
  color: #81868a;
  letter-spacing: .2em;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-one__text {
  margin: 0;
  font-size: 14px;
  color: #81868a;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: -10px;
}

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

.team-details .team-one__image {
  margin-bottom: 0;
}

.team-details .team-one__image img {
  border-radius: 0;
}

.team-details .team-one__content {
  padding-top: 30px;
}

.team-details .team-one__designation {
  margin-bottom: 0;
}

.team-details__title {
  margin: 0;
  color: #012237;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.team-details__text {
  margin: 0;
  color: #81868a;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

.team-details__subtitle {
  margin: 0;
  color: #012237;
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.team-details__certificate-list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.team-details__certificate-list li + li {
  margin-left: 25px;
}

.progress-one__single + .progress-one__single {
  margin-top: 20px;
}

.progress-one__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #012237;
  line-height: 1em;
}

.progress-one__percent {
  margin: 0;
  font-size: 20px;
  color: #f9c005;
  font-family: "Satisfy";
  line-height: 1em;
}

.progress-one__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.progress-one__bar {
  width: 100%;
  height: 5px;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}

.progress-one__bar span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2da397;
  height: 100%;
}

.team-tab {
  position: relative;
  background-color: #022c46;
}

.team-tab:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/patter-1-1.jpg);
  opacity: 0.08;
}

.team-tab .container {
  position: relative;
}

.team-tab__content {
  padding-right: 80px;
}

.team-tab__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team-tab__title {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.team-tab__designation {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2em;
  color: #94a2ab;
  margin: 0;
}

.team-tab__text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  color: #94a2ab;
  margin-top: 10px;
  margin-bottom: 20px;
}

.team-tab__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team-tab__social a {
  font-size: 18px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-tab__social a:hover {
  color: #f9c005;
}

.team-tab__social a + a {
  margin-left: 38px;
}

.team-tab .progress-one__bar {
  background-color: rgba(255, 255, 255, 0.2);
}

.team-tab .progress-one__percent {
  color: #fff;
}

.team-tab .progress-one__title {
  color: #fff;
}

.team-tab__btn {
  font-size: 18px;
  padding: 21.5px 47.5px;
  margin-top: 40px;
}

.team-tab__tab-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: 20%;
  border: none;
}

.team-tab__tab-navs img {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #012237;
  -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.2);
  width: 82px;
  opacity: 0.4;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-tab__tab-navs .active img {
  opacity: 1;
}

.team-tab__tab-navs li + li {
  margin-left: 10px;
}

.about {
  position: relative;
  padding: 50px 0;
}

.about__circle {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.about__more-link {
  margin-top: 30px;
  padding: 21.5px 68px;
  background-color: #012237;
  color: #fff;
}

.about__more-link:hover {
  background-color: #f9c005;
  color: #fff;
}

.about__single {
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 30px;
}

.about__single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.about__single:hover .about__content {
  opacity: 1;
}

.about__content {
  width: calc(100% - 40px);
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.8;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about__content::before {
  content: '';
  width: 30px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.about__title {
  font-size: 16px;
  font-weight: 600;
  color: #012237;
  margin: 0;
  line-height: 1em;
  margin-bottom: 8px;
}

.about__title a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about__title a:hover {
  color: #2da397;
}

.about__text {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #81868a;
  line-height: 1em;
  letter-spacing: .2em;
}

/*
* 13. footer styles
*/
.site-footer {
  background-color: #022c46;
}

.site-footer__bottom {
  background-color: #012237;
}

.site-footer__bottom .container {
  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;
}

.site-footer__copy {
  color: #94a3ac;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.site-footer__copy a {
  color: #f9c005;
  margin-left: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer__copy a:hover {
  color: #fff;
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0;
  padding-right: 70px;
  padding-left: 30px;
  position: relative;
}

.site-footer__social::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100000px;
  height: 100%;
  background-color: #022c46;
}

.site-footer__social a {
  color: #94a3ac;
  font-size: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  z-index: 10;
}

.site-footer__social a:hover {
  color: #f9c005;
}

.site-footer__social a + a {
  margin-left: 40px;
}

.site-footer__scroll-top {
  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: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute !important;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.site-footer__scroll-top i {
  font-size: 22px;
  color: #012237;
}

.site-footer__scroll-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer__scroll-top:hover {
  color: #f9c005;
}

.site-footer__scroll-top:hover:before {
  left: 0;
}

.footer-widget {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-widget .list-unstyled {
  margin: 0;

}

.footer-widget__text {
  margin: 0;
  font-size: 15px;
  line-height: 30px;
  color: #94a3ac;
  margin-top: -10px;
}

.footer-widget__about {
  position: relative;
}

.footer-widget__about::before {
  content: '';
  width: 100000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -60px;
  background-color: #012237;
}

.footer-widget__about * {
  position: relative;
}

.footer-widget__title {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 48px;
}

.footer-widget__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

.footer-widget__gallery {
  position: relative;
  left: -35px;
  padding-right: 52px;
}

.footer-widget__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-top: -10px;
}

.footer-widget__gallery-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33333%;
          flex: 1 1 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

.footer-widget__gallery-list li a {
  display: block;
}

.footer-widget__gallery-list li a img {
  width: 100%;
}

.footer-widget__btn-block {
  margin-top: 30px;
}

.footer-widget__btn-block .thm-btn:nth-child(2) {
  background-color: #2da397;
  margin-left: 10px;
}

.footer-widget__btn-block .thm-btn:nth-child(2):hover {
  background-color: #fff;
  color: #012237;
}

.footer-widget__link {
  padding-right: 60px;
  position: relative;
  left: -20px;
}

.footer-widget__link-list li {
  line-height: 1em;
}

.footer-widget__link-list li + li {
  margin-top: 20px;
}

.footer-widget__link-list li a {
  color: #94a3ac;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__link-list li a:hover {
  color: #f9c005;
}

.footer-widget__course-list li + li {
  margin-top: 38px;
}

.footer-widget__course-list li h2 {
  margin: 0;
  font-size: 15px;
  color: #94a3ac;
  font-weight: 500;
  margin-bottom: 10px;
}

.footer-widget__course-list li h2 a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__course-list li p {
  margin: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

/*
* 17. about styles
*/
.about-one {
  padding: 120px 0;
  position: relative;
  border-bottom: 2px solid #f1f1f1;
}

.about-one__circle {
  position: absolute;
  right: 10%;
  bottom: -3%;
}

.about-one__img {
  position: relative;
  margin-bottom: 45px;
}

.about-one__img:before {
  content: '';
  width: 197px;
  height: 268px;
  position: absolute;
  top: -40%;
  left: -10%;
  background-image: url(../images/dot-pattern-1-2.png);
  background-position: 0 0;
  z-index: 10;
}

.about-one__text {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #81868a;
  margin-bottom: 60px;
}

.about-one__btn {
  padding: 21.5px 68px;
  font-size: 16px;
}

.about-one__btn:hover {
  background-color: #012237;
  color: #fff;
}

.about-one__review {
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 33.5px 0;
}

.about-one__review-count {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  color: #012237;
  line-height: 1em;
}

.about-one__review-stars {
  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;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-one__review-stars i {
  color: #f9c005;
  font-size: 20px;
}

.about-one__review-stars i + i {
  margin-left: 10px;
}

.about-one__review-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.about-one__about-page {
  border-bottom: 1px solid #f1f1f1;
}

.about-one__about-page .about-one__img:before {
  top: auto;
  bottom: -40%;
}