* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

body {
  font-size: 15px;
  color: rgb(119, 119, 119);
  line-height: 30px;
  font-weight: 400;
  background: center top / cover no-repeat rgb(255, 255, 255);
  font-family: Ubuntu, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container {
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0px auto;
}

.container-fluid {
  padding: 0px;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0px auto;
}

.small-container {
  max-width: 680px;
  margin: 0px auto;
}

.boxed_wrapper {
  position: relative;
  overflow-x: hidden;
  margin: 0px auto;
  width: 100%;
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: all 500ms ease 0s;
}

a:hover {
  text-decoration: none;
  outline: none;
}

input, button, select, textarea {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul, li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

input {
  transition: all 500ms ease 0s;
}

button:focus, input:focus, textarea:focus {
  outline: none;
  box-shadow: none;
  transition: all 500ms ease 0s;
}

p {
  position: relative;
  color: rgb(119, 119, 119);
  font-family: Ubuntu, sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease 0s;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease 0s;
}

.centred {
  text-align: center;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

figure {
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

@keyframes pulse {
  50% {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 30px, rgba(255, 255, 255, 0.1) 0px 0px 0px 60px;
  }
}

@keyframes pulse-2 {
  50% {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 20px, rgba(0, 0, 0, 0.1) 0px 0px 0px 40px;
  }
}
.submit-btn
{
  background: rgb(254, 182, 1)!important;
}

.theme-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  height: 50px;
  padding: 12px 80px 12px 40px;
  background: transparent;
  line-height: 26px;
  color: rgb(254, 182, 1);
  border: 1px solid rgb(254, 182, 1);
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  cursor: pointer;
  z-index: 1;
}

.theme-btn:hover {
  color: rgb(255, 255, 255);
}

.theme-btn::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgb(254, 182, 1);
  border-radius: 30px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.theme-btn:hover::before {
  transform: scale(1, 1);
  transform-origin: left bottom;
}

.theme-btn i {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(254, 182, 1);
  font-size: 15px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  transition: all 900ms ease 0s;
}

.theme-btn:hover i {
  background: transparent;
}

.theme-btn-two {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  border-radius: 30px;
  text-align: center;
  padding: 10px 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.theme-btn-two::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.theme-btn-two:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.theme-btn-two:hover {
  color: rgb(254, 182, 1);
  background: rgb(255, 255, 255);
  box-shadow: rgba(69, 39, 164, 0.5) 0px 0px 15px;
}

.pagination {
  position: relative;
  display: block;
}

.pagination li {
  display: inline-block;
  margin: 0px 6px;
}

.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 38px;
  font-weight: 500;
  border: 1px solid rgb(189, 189, 189);
  border-radius: 50%;
  text-align: center;
  color: rgb(119, 119, 119);
  background: transparent;
  transition: all 500ms ease 0s;
}

.pagination li a:hover, .pagination li a.active {
  color: rgb(255, 255, 255);
  border-color: rgb(254, 182, 1);
  background: rgb(254, 182, 1);
}

.pagination li:last-child a, .pagination li:first-child a {
  background: rgb(34, 34, 34);
  border-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}

.sec-pad {
  padding: 154px 0px 120px;
}

.sec-pad-two {
  padding: 100px 0px !important;
}

.sec-pad-three {
  padding: 200px 0px !important;
}

.sec-pad-four {
  padding: 100px 0px 70px !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: rgb(254, 182, 1);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/preloader.gif");
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  z-index: 99;
  color: rgb(255, 255, 255);
  text-align: center;
  cursor: pointer;
  background: rgb(34, 34, 34);
  transition: all 1s ease 0s;
}

.scroll-top:hover {
  background: rgb(254, 182, 1);
  box-shadow: rgb(34, 34, 34) 2px 2px 0px;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top span {
  color: rgb(255, 255, 255);
}

@-webkit-keyframes shine {
  0% {
    mask-position: 150% center;
  }

  100% {
    mask-position: -50% center;
  }
}

.sec-title {
  position: relative;
  display: block;
}

.sec-title.center {
  text-align: center;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 48px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  padding-bottom: 31px;
  margin-bottom: 31px;
}

.sec-title h2::before {
  position: absolute;
  content: "";
  background: rgb(204, 204, 204);
  width: 130px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.sec-title.center h2::before, .sec-title.center h2::after {
  left: 50%;
  transform: translateX(-50%);
}

.sec-title h2::after {
  position: absolute;
  content: "";
  background: rgb(119, 119, 119);
  width: 45px;
  height: 4px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease 0s;
  mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.6) 50%, rgb(244, 55, 55) 50%, rgb(0, 0, 0) 70%);
  mask-size: 200%;
  animation: 2s ease 0s infinite normal none running shine;
}

.sec-title p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: rgb(119, 119, 119);
  margin: 0px;
}

.sec-title.center h2, .sec-title.center p {
  text-align: center;
}

.margin_left_30 {
  margin-left: 30px !important;
}

.margin_right_30 {
  margin-right: 30px !important;
}

.margin_bottom_30 {
  margin-bottom: 30px !important;
}

.margin_left_100 {
  margin-left: 100px !important;
}

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease 0s;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: rgb(254, 182, 1);
  left: 0px;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease 0s;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  animation-name: fadeInDown;
  animation-duration: 500ms;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.main-header .outer-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.main-header .outer-container .logo-box .logo {
  position: relative;
  padding: 64px 0px 30px;
}

.main-menu {
  position: relative;
  float: left;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  z-index: 2;
  padding: 70px 0px 25px;
  margin: 0px 25px;
  transition: all 300ms ease 0s;
}

.main-menu .navigation > li:last-child {
  margin-right: 0px !important;
}

.main-menu .navigation > li:first-child {
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  color: rgb(0, 0, 0);
  padding: 0px;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 280px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0px;
  background-color: rgb(255, 255, 255);
  transform: translateY(30px);
  box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
  transform-origin: center top;
  transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: rgb(34, 34, 34);
  text-align: left;
  transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul > li > a:hover {
  color: rgb(254, 182, 1);
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: -2px;
  width: 230px;
  z-index: 100;
  display: none;
  padding: 20px 0px;
  background-color: rgb(255, 255, 255);
  transform: translateY(30px);
  box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 6px 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: rgb(34, 34, 34);
  text-align: left;
  transition: all 500ms ease 0s;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
  color: rgb(254, 182, 1);
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a::after {
  font-family: "Font Awesome 5 Free";
  content: "Ã¯â€žâ€¦";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all 500ms ease 0s;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: all 500ms ease 0s;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid rgb(255, 255, 255);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: rgb(55, 134, 255);
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: rgb(254, 182, 1);
  transition: all 300ms ease 0s;
}

.main-header.home-16 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-1 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-3 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-7 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-8 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-9 .menu-area .mobile-nav-toggler .icon-bar, .main-header.home-11 .menu-area .mobile-nav-toggler .icon-bar {
  background: rgb(255, 255, 255);
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

.main-menu .navigation .megamenu {
  width: 500px;
}

.main-menu .navigation .megamenu::before {
  position: absolute;
  content: "";
  background: rgb(229, 229, 229);
  width: 2px;
  height: calc(100% - 60px);
  left: 42%;
  top: 30px;
}

.main-menu .navigation > li > .megamenu li {
  position: relative;
  display: block;
  width: 50%;
  float: left;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: rgb(55, 134, 255);
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
  transform: translateX(101%);
  transition: all 900ms ease 0s;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  transition: all 0.7s ease 0s;
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: rgb(255 183 0);
  padding: 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease 0s;
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: rgb(0 0 0);
  cursor: pointer;
  z-index: 10;
  transition: all 0.9s ease 0s;
}

.mobile-menu-visible .mobile-menu .close-btn {
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  color: rgb(254, 182, 1);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: rgb(0 0 0);
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  border-left: 5px solid rgb(254, 182, 1);
  transition: all 500ms ease 0s;
}

.mobile-menu .navigation li.current > a, .mobile-menu .navigation li > a:hover {
  color: rgb(254, 182, 1);
}

.mobile-menu .navigation li.current > a::before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: rgb(0 0 0);
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  transition: all 500ms ease 0s;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: rgb(254, 182, 1);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  transition: all 500ms ease 0s;
}

.mobile-menu .social-links li a:hover {
  color: rgb(0, 174, 239);
}

div#mCSB_1_container {
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 80px 30px 20px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: rgb(0 0 0);
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgb(0 0 0 / 80%);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
  color: rgb(0 0 0 / 80%);
}

.mobile-menu .contact-info ul li a:hover {
  text-decoration: underline;
}

.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.sticky-header .main-menu .navigation > li {
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 15px 30px !important;
}

.sticky-header .main-menu .navigation > li > a {
  color: rgb(255, 255, 255) !important;
}

.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
  background: transparent;
  color: rgb(0, 0, 0) !important;
}

.sticky-header .logo-box {
  position: relative;
  float: left;
  padding: 8px 0px 7px;
}

.sticky-header .menu-area {
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a::before {
  display: none;
}

.sticky-header .main-menu .navigation > li {
  padding: 0px !important;
  margin: 0px !important;
}

.sticky-header .main-menu .navigation > li::before {
  display: none;
}

.banner-section {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 330px 0px 285px;
}

.banner-section .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  animation-name: slideInDown;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.banner-section .pattern-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.banner-section .content-box {
  position: relative;
  display: block;
  margin-left: 75px;
  z-index: 1;
}

.banner-section .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  font-weight: 500;
  line-height: 73px;
  color: rgb(255, 255, 255);
  margin-bottom: 23px;
}

.banner-section .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 60px;
}

.banner-section .content-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 30px;
  text-align: center;
  padding: 13px 50px;
  z-index: 1;
}

.banner-section .content-box .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-section .content-box .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-section .content-box .btn-box a:hover {
  color: rgb(254, 182, 1);
}

.banner-section .image-box {
  position: relative;
  margin-right: -270px;
  z-index: 1;
}

.banner-section .image-box .image-1 {
  position: absolute;
  left: 0px;
  top: -30px;
}

.banner-section .image-box .image-2 {
  position: absolute;
  right: 0px;
  top: -60px;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.feature-section {
  position: relative;
  padding: 220px 0px 0px;
}

#iamge_block_01 .image-box {
  position: relative;
  margin-top: 35px;
}

#iamge_block_01 .image-box .image {
  position: relative;
  display: inline-block;
  border-radius: 60px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 15px 27px;
}

#content_block_01 .content-box {
  position: relative;
  display: block;
}

#content_block_01 .content-box .sec-title {
  margin-bottom: 66px;
}

#content_block_01 .content-box .inner-box .single-item {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px;
}

#content_block_01 .content-box .inner-box .single-item .bg-layer {
  position: absolute;
  content: "";
  top: 0px;
  left: -101%;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transition: all 0.6s ease 0s;
  background-size: 101% 101%;
}

#content_block_01 .content-box .inner-box .single-item .bg-layer::before {
  position: absolute;
  content: "";
  background: rgba(69, 39, 164, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

#content_block_01 .content-box .inner-box .single-item:hover .bg-layer {
  left: 0px;
}

#content_block_01 .content-box .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: rgb(254, 182, 1);
  margin-bottom: 34px;
  transition: all 500ms ease 0s;
}

#content_block_01 .content-box .inner-box .single-item:hover .icon-box {
  color: rgb(255, 255, 255);
}

#content_block_01 .content-box .inner-box .single-item h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: rgb(85, 85, 85);
  font-weight: 500;
  margin-bottom: 19px;
  transition: all 500ms ease 0s;
}

#content_block_01 .content-box .inner-box .single-item h5 a {
  position: relative;
  display: inline-block;
  color: rgb(85, 85, 85);
}

#content_block_01 .content-box .inner-box .single-item:hover h5, #content_block_01 .content-box .inner-box .single-item:hover h5 a, #content_block_01 .content-box .inner-box .single-item:hover .text {
  color: rgb(255, 255, 255);
}

#content_block_01 .content-box .inner-box .single-item .text {
  position: relative;
  transition: all 500ms ease 0s;
}

.feature-style-two {
  position: relative;
  padding: 110px 0px 100px;
}

.feature-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding: 68px 30px 62px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.feature-block-one:hover .inner-box::before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear 0s;
}

.feature-block-one .inner-box::before {
  content: "";
  width: 493px;
  height: 493px;
  background: rgb(96, 70, 177);
  border-radius: 50%;
  position: absolute;
  top: -330px;
  left: -60px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-style-two .feature-block:nth-child(2) {
  padding-top: 80px;
}

.feature-style-two .feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: rgb(254, 86, 129);
  margin-bottom: 62px;
  padding: 37px 64px 35px 53px;
  z-index: 1;
}

.feature-style-two .feature-block:nth-child(2) .feature-block-one .inner-box .icon-box {
  color: rgb(254, 182, 1);
}

.feature-style-two .feature-block:last-child .feature-block-one .inner-box .icon-box {
  color: rgb(72, 208, 25);
}

.feature-style-two .feature-block-one .inner-box .icon-box .bg-layer {
  position: absolute;
  width: 165px;
  height: 146px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

.feature-block-one .inner-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 18px;
  transition: all 500ms ease 0s;
}

.feature-block-one .inner-box h5 a {
  position: relative;
  display: inline-block;
  color: rgb(34, 34, 34);
}

.feature-block-one .inner-box .text {
  position: relative;
  display: block;
  transition: all 500ms ease 0s;
}

.feature-block-one:hover .inner-box .text, .feature-block-one:hover .inner-box h5, .feature-block-one:hover .inner-box h5 a {
  color: rgb(255, 255, 255);
}

.feature-block-one .inner-box .hover-content {
  position: absolute;
  inset: 0px;
  background: rgb(254, 182, 1);
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear 0s;
}

.feature-block-one .inner-box .hover-content::before {
  content: "";
  width: 493px;
  height: 493px;
  background: rgb(87, 60, 173);
  border-radius: 50%;
  position: absolute;
  top: -260px;
  left: -60px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one .inner-box .hover-content::after {
  content: "";
  width: 602px;
  height: 602px;
  background: rgb(78, 50, 169);
  border-radius: 50%;
  position: absolute;
  top: -295px;
  left: -110px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one:hover .hover-content {
  opacity: 1;
}

.feature-block-one:hover .hover-content::before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear 0s;
}

.feature-block-one:hover .hover-content::after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear 0s;
}

.feature-style-three {
  position: relative;
  background: rgb(249, 249, 249);
  padding: 100px 0px 210px;
}

.feature-style-three .inner-box .content-box {
  position: relative;
  display: block;
}

.feature-style-three .inner-box:first-child {
  margin-bottom: 355px;
}

#content_block_02 .content-box {
  margin-right: 100px;
  padding-top: 137px;
  padding-bottom: 54px;
}

#content_block_03 .content-box {
  margin-left: 100px;
  padding-top: 105px;
  padding-bottom: 88px;
}

#content_block_02 .content-box .text, #content_block_03 .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 63px;
}

#content_block_02 .content-box p, #content_block_03 .content-box p {
  display: block;
  margin-bottom: 30px;
}

#content_block_02 .content-box p:last-child, #content_block_03 .content-box p:last-child {
  margin-bottom: 0px;
}

#content_block_02 .content-box .sec-title h2, #content_block_03 .content-box .sec-title h2 {
  margin-bottom: 57px;
}

#content_block_02 .content-box .btn-box, #content_block_03 .content-box .btn-box {
  position: relative;
  display: flex;
}

#iamge_block_02 .image-box {
  position: relative;
  display: block;
  min-height: 638px;
  z-index: 1;
}

#iamge_block_02 .image-box .bg-layer {
  position: absolute;
  width: 650px;
  height: 860px;
  left: -10px;
  top: -75px;
  background-repeat: no-repeat;
}

#iamge_block_02 .image-box .image-1 {
  position: absolute;
  top: 0px;
  right: 25px;
  z-index: 1;
}

#iamge_block_02 .image-2 {
  position: absolute;
  top: 200px;
  left: 70px;
}

#iamge_block_02 .image, #iamge_block_03 .image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

#iamge_block_03 .image .image-box {
  position: relative;
  display: block;
  min-height: 640px;
  z-index: 1;
}

#iamge_block_03 .image-box .bg-layer {
  position: absolute;
  width: 680px;
  height: 790px;
  left: -75px;
  top: -65px;
  background-repeat: no-repeat;
}

#iamge_block_03 .image-box .image-1 {
  position: absolute;
  top: 0px;
  right: 45px;
  z-index: 1;
}

#iamge_block_03 .image-box .image-2 {
  position: absolute;
  top: 50px;
  left: 0px;
}

.video-section {
  position: relative;
  overflow: hidden;
  background: rgb(249, 249, 249);
  padding: 130px 0px;
}

.video-section .bg-column {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-section .bg-column::before {
  position: absolute;
  content: "";
  background: rgba(69, 39, 164, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.video-section .video-inner {
  position: relative;
  padding: 195px 0px;
  margin-left: 140px;
}

.video-section .video-inner a {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 144px;
  border: 6px solid rgb(255, 255, 255);
  background: transparent;
  font-size: 60px;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50%;
}

.ripple {
  position: absolute;
  left: -6px;
  top: -6px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  box-shadow: rgba(255, 255, 255, 0.64) 0px 0px 0px 0px;
  animation: 5s ease 0s infinite normal none running ripple;
}

.ripple::before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  box-shadow: none;
}

.ripple::after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  box-shadow: none;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 50px;
  }

  100% {
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

@keyframes ripple {
  70% {
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 50px;
  }

  100% {
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
  }
}

#content_block_04 .content-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  margin-left: 70px;
  padding: 90px 30px 100px 100px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#content_block_04 .content-box::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 50000%;
  height: 100%;
  left: 0px;
  top: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#content_block_04 .content-box .text {
  position: relative;
  margin-bottom: 40px;
}

#content_block_04 .content-box .sec-title h2 {
  margin-bottom: 55px;
}

.pricing-section {
  position: relative;
  padding: 110px 0px 100px;
}

.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease 0s;
}

.tabs-box .tab.active-tab {
  display: block;
}

.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px);
}

.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.pricing-section .tab-btn-box .tab-btns {
  position: relative;
  display: block;
}

.pricing-section .tab-btn-box .tab-btns::before {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 40px;
  width: 90px;
  content: "";
  border-radius: 30px;
  border: 1px solid rgb(254, 182, 1);
}

.pricing-section .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  padding-right: 70px;
  min-width: 120px;
  text-align: right;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.pricing-section .tab-btn-box .tab-btns li:last-child {
  padding-right: 0px;
  padding-left: 57px;
  text-align: left;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn::before {
  right: 15px;
}

.pricing-section .tab-btn-box .tab-btns li::before {
  position: absolute;
  top: 5px;
  height: 30px;
  width: 30px;
  background-color: rgb(254, 182, 1);
  border-radius: 30px;
  content: "";
  right: -37px;
  box-shadow: rgba(44, 44, 56, 0.3) 0px 4px 20px;
  transition: all 300ms ease 0s;
}

.pricing-section .tab-btn-box .tab-btns li:last-child::before {
  display: none;
}

.pricing-section .tabs-content {
  position: relative;
  margin-bottom: 120px;
}

.pricing-block-one .pricing-table {
  position: relative;
  display: block;
  border: 1px solid rgb(215, 215, 215);
  transition: all 500ms ease 0s;
}

.pricing-block-one:hover .pricing-table {
  border-color: rgb(254, 182, 1);
}

.pricing-block-one .pricing-table .table-header .title {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(119, 119, 119);
  text-transform: uppercase;
  padding: 34.5px 15px;
}

.pricing-block-one .pricing-table .table-header .price {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  background: rgb(241, 237, 255);
  padding: 22px 15px 6px;
  transition: all 500ms ease 0s;
}

.pricing-block-one:hover .pricing-table .table-header .price {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.pricing-block-one .pricing-table .table-header .price::before {
  position: absolute;
  content: "$";
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  left: 75px;
  top: 18px;
  transition: all 500ms ease 0s;
}

.pricing-block-one:hover .pricing-table .table-header .price span, .pricing-block-one:hover .pricing-table .table-header .price::before {
  color: rgb(255, 255, 255);
}

.pricing-block-one .pricing-table .table-header .price span {
  font-size: 18px;
  font-weight: 500;
  color: rgb(119, 119, 119);
  transition: all 500ms ease 0s;
}

.pricing-section .pricing-column {
  padding: 0px 40px;
}

.pricing-section .tabs-box {
  margin: 0px -40px;
}

.pricing-block-one .pricing-table .table-content {
  position: relative;
  padding: 37px 15px 20px 100px;
  text-align: left;
  min-height: 231px;
}

.pricing-block-one .pricing-table .table-content li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 18px;
  padding: 0px 0px 0px 35px;
}

.pricing-block-one .pricing-table .table-content li::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  left: 0px;
  top: 0px;
}

.pricing-block-one .pricing-table .table-content li:last-child {
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-footer {
  position: relative;
  padding: 21px 15px 70px 110px;
  text-align: left;
}

.pricing-block-one .pricing-table .table-footer .theme-btn-two {
  padding: 10px 40px;
}

.pricing-section .sec-title {
  margin-bottom: 50px;
}

.pricing-section .tabs-content .tab .pricing-column .pricing-block-one .pricing-table .image {
  position: absolute;
  width: 165px;
  height: 175px;
  left: -50px;
  bottom: -50px;
  background-repeat: no-repeat;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.pricing-section .tabs-content .tab .pricing-column:nth-child(2) .pricing-block-one .pricing-table .image {
  width: 140px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.pricing-section .tabs-content .tab .pricing-column:last-child .pricing-block-one .pricing-table .image {
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.testimonial-section {
  position: relative;
  padding: 130px 0px 117px;
}

.testimonial-section .testimonial-block-one {
  position: relative;
}

.testimonial-section .testimonial-block .inner-box {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0px 50px 50px;
  text-align: center;
  z-index: 9;
  margin: 90px 0px 100px;
}

.testimonial-section .testimonial-block .inner-box::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: calc(100% - 80px);
  left: 40px;
  top: -25px;
  height: 100%;
}

.testimonial-section .testimonial-block-one::after, .testimonial-section .testimonial-block-one::before {
  position: absolute;
  left: 30px;
  right: 30px;
  height: 100%;
  bottom: -30px;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 1;
  transition: all 1000ms ease 0s;
  transform: scale(0.5);
}

.testimonial-section .testimonial-block-one::before {
  left: 60px;
  right: 60px;
  bottom: -60px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.testimonial-section .testimonial-carousel .active .testimonial-block-one::before, .testimonial-section .testimonial-carousel .active .testimonial-block-one::after {
  transform: scale(1);
}

.testimonial-section .testimonial-carousel .active .testimonial-block-one::before {
  transition-delay: 300ms;
}

.testimonial-section .testimonial-block .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  margin-bottom: 33px;
  margin-top: -88px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
}

.testimonial-section .testimonial-block .inner-box .image-box img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .testimonial-block .inner-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 32px;
}

.testimonial-section .testimonial-block .inner-box .author-info h5 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 33px;
}

.testimonial-section .testimonial-block .inner-box .author-info h5::before {
  position: absolute;
  content: "";
  background: rgb(204, 204, 204);
  width: 30px;
  height: 3px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.testimonial-section .testimonial-block .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(170, 170, 170);
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  background: rgb(149, 149, 149);
  display: block;
  margin: 0px 5px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.testimonial-section .owl-theme .owl-dots .owl-dot.active span {
  width: 40px;
  height: 4px;
}

.testimonial-section .owl-nav {
  display: none;
}

.testimonial-section .sec-title {
  margin-bottom: 62px;
}

.testimonial-section .image-layer {
  position: absolute;
  left: 0px;
  top: -100px;
  width: 100%;
  height: 1145px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.download-section {
  position: relative;
  overflow: hidden;
  background: rgb(254, 182, 1);
}

.download-section .bg-layer {
  position: absolute;
  width: 1280px;
  height: 345px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

#content_block_05 .content-box {
  position: relative;
  display: block;
  padding: 165px 0px 175px;
}

#content_block_05 .content-box .sec-title h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 53px;
}

#content_block_05 .content-box .sec-title h2::after {
  background: rgb(255, 255, 255);
}

#content_block_05 .content-box .text {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 42px;
  margin-bottom: 47px;
}

#content_block_05 .content-box .download-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  padding: 12px 21px 12px 80px;
}

#content_block_05 .content-box .download-btn a:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 25px;
}

#content_block_05 .content-box .download-btn a span {
  position: relative;
  display: block;
  font-size: 12px;
}

#content_block_05 .content-box .download-btn a i {
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  transition: all 500ms ease 0s;
}

#content_block_05 .content-box .download-btn a:hover i {
  color: rgb(34, 34, 34);
}

#content_block_05 .content-box .download-btn .app-store-btn {
  margin-right: 37px;
}

#iamge_block_04 .image-box {
  position: relative;
  min-height: 595px;
  margin: 120px -55px 0px 30px;
}

#iamge_block_04 .image-box .image-1 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -10px 30px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  z-index: 1;
}

#iamge_block_04 .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.news-section {
  position: relative;
  padding: 110px 0px 80px;
}

.news-section .sec-title {
  margin-bottom: 65px;
}

.news-block-one .inner-box {
  position: relative;
}

.news-block-one .inner-box .image-box {
  position: relative;
  background: rgb(254, 182, 1);
  overflow: hidden;
}

.news-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease 0s;
}

.news-block-one:hover .inner-box .image-box img {
  transform: scale(1.1);
  opacity: 0.2;
}

.news-block-one .inner-box .lower-content {
  position: relative;
  padding: 27px 0px;
}

.news-block-one .inner-box .lower-content .post-date {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(119, 119, 119);
  margin-bottom: 16px;
}

.news-block-one .inner-box .lower-content .post-date i {
  margin-right: 8px;
}

.news-block-one .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 27px;
}

.news-block-one .inner-box .lower-content h3 a {
  color: rgb(34, 34, 34);
}

.news-block-one .inner-box .lower-content h3 a:hover {
  color: rgb(254, 182, 1);
}

.news-block-one .inner-box .lower-content .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: rgb(254, 182, 1);
  border-bottom: 2px solid rgb(254, 182, 1);
}

.news-block-one .inner-box .lower-content .link-btn a:hover {
  color: rgb(34, 34, 34);
}

.subscribe-section {
  position: relative;
  padding-bottom: 60px;
}

#content_block_06 .content-box .sec-title h2 {
  margin-bottom: 54px;
}

#content_block_06 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 44px;
}

#content_block_06 .content-box .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

#content_block_06 .content-box .subscribe-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 30px;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 10px 40px;
}

#content_block_06 .content-box .subscribe-form .form-group input:focus {
  border-color: rgb(254, 182, 1);
}

#content_block_06 .content-box .subscribe-form .form-group button {
  padding: 15px 44px;
}

#content_block_06 .content-box {
  position: relative;
  padding-top: 68px;
}

.main-footer {
  position: relative;
  padding-top: 150px;
}

.main-footer .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-footer .footer-top {
  position: relative;
  padding: 105px 0px 100px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.main-footer .footer-top .footer-logo {
  margin-bottom: 32px;
}

.main-footer .footer-top .about-widget {
  position: relative;
  margin-right: 60px;
  margin-top: -8px;
}

.main-footer .footer-top .about-widget .text {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 27px;
}

.main-footer .footer-top .about-widget .social-links h6 {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: rgb(254, 182, 1);
}

.main-footer .footer-top .about-widget .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.main-footer .footer-top .about-widget .social-links li:last-child {
  margin-right: 0px;
}

.main-footer .footer-top .about-widget .social-links li:first-child {
  margin-right: 30px;
}

.main-footer .footer-top .about-widget .social-links li a {
  font-size: 16px;
  color: rgb(119, 119, 119);
}

.main-footer .footer-top .about-widget .social-links li a:hover {
  color: rgb(254, 182, 1);
}

.main-footer .footer-top .widget-title {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  padding-bottom: 9px;
  margin-bottom: 39px;
}

.main-footer .footer-top .widget-title::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 45px;
  height: 2px;
  left: 0px;
  bottom: 0px;
  mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.6) 50%, rgb(244, 55, 55) 50%, rgb(0, 0, 0) 70%);
  mask-size: 200%;
  animation: 2s ease 0s infinite normal none running shine;
}

.main-footer .footer-top .widget-title::after {
  position: absolute;
  content: "";
  background: rgb(242, 240, 249);
  width: 3px;
  height: 2px;
  left: 36px;
  bottom: 0px;
}

.main-footer .footer-top .links-widget .list li {
  position: relative;
  display: block;
  margin-bottom: 11px;
  padding-left: 18px;
}

.main-footer .footer-top .links-widget .list li:last-child {
  margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .list li a {
  display: inline-block;
  font-size: 16px;
  color: rgb(119, 119, 119);
}

.main-footer .footer-top .links-widget .list li a::before {
  position: absolute;
  content: "Ã¯â€žâ€¦";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: rgb(119, 119, 119);
  font-weight: 700;
  left: 0px;
  top: 0px;
  transition: all 500ms ease 0s;
}

.main-footer .footer-top .links-widget .list li a:hover, .main-footer .footer-top .links-widget .list li a:hover::before, .main-footer .footer-top .contact-widget .list li a:hover {
  color: rgb(254, 182, 1);
}

.main-footer .footer-top .contact-widget .list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 42px;
  color: rgb(119, 119, 119);
  padding-left: 35px;
}

.main-footer .footer-top .contact-widget .list li:first-child {
  margin-bottom: 42px;
}

.main-footer .footer-top .contact-widget .list li a {
  color: rgb(119, 119, 119);
}

.main-footer .footer-top .contact-widget .list li i {
  position: absolute;
  left: 0px;
  top: 13px;
  color: rgb(254, 182, 1);
}

.main-footer .footer-top .contact-widget .widget-title {
  margin-bottom: 33px;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 14px 0px;
  text-align: center;
}

.main-footer .footer-bottom .copyright {
  font-size: 16px;
  color: rgb(254, 182, 1);
}

.main-footer .footer-bottom .copyright a {
  color: rgb(254, 182, 1);
}

.main-footer .footer-bottom .copyright a:hover {
  text-decoration: underline;
}

.main-header .nav-box {
  position: absolute;
  left: 33px;
  top: 10px;
  width: 20px;
  color: rgb(255, 255, 255);
  font-size: 28px;
  padding: 24px 0px 23px;
  transition: all 600ms ease 0s;
}

.main-header .nav-box::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 260px;
  height: 260px;
  left: -160px;
  top: -135px;
  box-shadow: rgba(104, 157, 235, 0.4) 0px 0px 0px 45px;
  border-radius: 50%;
}

.main-header .nav-box .nav-btn {
  position: relative;
  cursor: pointer;
}

.main-header .nav-btn .icon {
  position: relative;
  height: 3px;
  width: 20px;
  float: right;
  display: inline-block;
  margin-bottom: 7px;
  background-color: rgb(255, 255, 255);
  transition: all 300ms ease 0s;
}

.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0px;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: all 0.4s ease-in 0.8s;
  cursor: url("../images/icons/cross-out.png"), pointer;
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.9;
  visibility: visible;
  transition: all 0.8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden auto;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0px;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
}

.close-side-widget {
  color: rgb(23, 104, 221);
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in 0.3s;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-out 1.2s;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: rgb(0, 0, 0);
}

.xs-menu-tools > li {
  display: inline-block;
  margin-right: 15px;
}

.xs-menu-tools > li:last-child {
  margin-right: 0px;
}

.xs-menu-tools > li > a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.sidebar-info-contents {
  position: relative;
}

.close-side-widget {
  position: relative;
  color: rgb(254, 182, 1);
  font-size: 24px;
  transition: all 0.5s ease 0s;
}

.close-side-widget:hover {
  color: rgb(34, 34, 34);
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding: 0px 0px 40px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%;
}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
}

.sidebar-info-contents .content-inner .content-box h4 {
  position: relative;
  font-size: 20px;
  color: rgb(34, 34, 34);
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .content-box .text {
  position: relative;
  font-size: 15px;
  color: rgb(119, 119, 119);
  margin-bottom: 25px;
}

.sidebar-info-contents .content-inner .content-box .theme-btn-two {
  padding: 10px 50px;
}

.sidebar-info-contents .content-inner .contact-info {
  position: relative;
  margin-top: 60px;
}

.sidebar-info-contents .content-inner .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgb(119, 119, 119);
  margin-bottom: 3px;
}

.sidebar-info-contents .content-inner .contact-info ul li a {
  color: rgb(119, 119, 119);
}

.sidebar-info-contents .content-inner .contact-info ul li a:hover {
  color: rgb(254, 182, 1);
}

.sidebar-info-contents .content-inner .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: rgb(34, 34, 34);
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  transition: all 900ms ease 0s;
}

.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: rgb(34, 34, 34);
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid rgb(237, 237, 237);
  transition: all 300ms ease 0s;
}

.sidebar-info-contents .content-inner .social-box li a:hover {
  background: rgb(254, 182, 1);
  border-color: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.banner-style-two {
  position: relative;
  padding: 320px 0px 120px;
}

.banner-style-two .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: rgb(254, 182, 1);
  margin-bottom: 37px;
}

.banner-style-two .content-box h1 {
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 73px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 31px;
}

.banner-style-two .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: rgb(119, 119, 119);
  margin-bottom: 54px;
}

.banner-style-two .content-box .theme-btn-two {
  padding: 15px 50px;
}

.banner-style-two .content-box {
  position: relative;
  margin-right: 50px;
}

.banner-style-two .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1020px;
  background-repeat: no-repeat;
  background-position: center center;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.banner-style-two .image-box {
  position: relative;
  min-width: 690px;
  min-height: 835px;
  margin-top: -240px;
  margin-left: 50px;
}

.banner-style-two .image-box .bg-layer {
  position: absolute;
  width: 550px;
  height: 550px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  border-radius: 50%;
  z-index: -1;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.banner-style-two .image-box .image {
  position: absolute;
}

.banner-style-two .image-box .image-1 {
  left: 0px;
  top: 90px;
}

.banner-style-two .image-box .image-2 {
  left: 100px;
  bottom: 130px;
}

.banner-style-two .image-box .image-3 {
  right: 0px;
  top: 0px;
}

.banner-style-two .image-box .image-4 {
  right: 20px;
  bottom: 110px;
}

.banner-style-two .image-box .image-5 {
  right: 20px;
  top: 340px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.banner-style-two .image-box img {
  max-width: none;
  float: left;
}

.anim-icons {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
}

.anim-icons .icon {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-style-two .anim-icons .icon-1 {
  background: rgb(254, 182, 1);
  width: 60px;
  height: 60px;
  left: 30px;
  bottom: 50%;
  border-radius: 50%;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.banner-style-two .anim-icons .icon-2 {
  background: rgb(149, 186, 241);
  width: 32px;
  height: 32px;
  left: 60px;
  bottom: 30%;
  border-radius: 50%;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-two .anim-icons .icon-3 {
  background: rgb(162, 147, 209);
  width: 85px;
  height: 85px;
  left: -42px;
  bottom: 10%;
  border-radius: 50%;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.service-section {
  position: relative;
  padding-bottom: 50px;
}

.service-section .sec-title {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0px auto;
}

.service-section .sec-title h2 {
  font-weight: 400;
  line-height: 60px;
  padding-bottom: 67px;
  margin-bottom: 61px;
}

.service-section .sec-title .icon-box {
  position: relative;
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  color: rgb(254, 182, 1);
  margin-bottom: 35px;
}

.service-block-one .inner-box {
  position: relative;
  background: rgb(0, 210, 255);
  padding: 44px 20px 48px 30px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 500ms ease 0s;
}

.service-block-one:hover .inner-box {
  background: rgb(254, 182, 1);
}

.service-block-one .inner-box .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-block-one .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: rgb(255, 255, 255);
  top: 35px;
  right: 35px;
}

.service-block-one .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.service-block-one .inner-box h3::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 35px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.service-block-one .inner-box h3 a {
  color: rgb(255, 255, 255);
}

.service-block-one .inner-box .text {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.feature-style-four {
  position: relative;
  padding: 100px 0px 140px;
}

#content_block_07 .content-box h3, #content_block_08 .content-box h3, #content_block_09 .content-box h3, #content_block_10 .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  margin-bottom: 32px;
}

#content_block_07 .content-box .text, #content_block_08 .content-box .text, #content_block_09 .content-box .text, #content_block_10 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 53px;
}

#content_block_07 .content-box .sec-title h2, #content_block_08 .content-box .sec-title h2, #content_block_09 .content-box .sec-title h2, #content_block_10 .content-box .sec-title h2 {
  margin-bottom: 41px;
}

.feature-style-four .inner-box .image-box img {
  width: 100%;
}

#image_block_06 .image-box, #image_block_07 .image-box, #image_block_08 .image-box, #image_block_09 .image-box, #image_block_10 .image-box {
  position: relative;
}

#image_block_06 .image-box .image, #image_block_07 .image-box .image, #image_block_08 .image-box .image, #image_block_09 .image-box .image, #image_block_10 .image-box .image {
  position: relative;
  overflow: hidden;
  background: rgb(254, 182, 1);
}

#image_block_06 .image-box .image img, #image_block_07 .image-box .image img, #image_block_08 .image-box .image img, #image_block_09 .image-box .image img, #image_block_10 .image-box .image img {
  width: 100%;
  transition: all 500ms ease 0s;
}

#image_block_06 .image-box .image:hover img, #image_block_07 .image-box .image:hover img, #image_block_08 .image-box .image:hover img, #image_block_09 .image-box .image:hover img, #image_block_10 .image-box .image:hover img {
  opacity: 0.5;
  transform: scale(1.05);
}

#content_block_07 .content-box {
  padding-top: 70px;
  margin-right: 30px;
}

#image_block_06 .image-box .bg-layer {
  position: absolute;
  width: 815px;
  height: 755px;
  left: 0px;
  top: -40px;
  background-repeat: no-repeat;
  animation: 15s linear 0s infinite normal none running zoom-fade;
}

.feature-style-four .inner-box {
  position: relative;
}

.feature-style-four .inner-box:first-child {
  margin-bottom: 195px;
}

.feature-style-four .inner-box:nth-child(2) {
  margin-bottom: 120px;
}

#content_block_08 .content-box {
  margin-left: 70px;
}

#image_block_07 .image-box .bg-layer {
  position: absolute;
  width: 785px;
  height: 810px;
  right: 70px;
  top: -60px;
  background-repeat: no-repeat;
  animation: 15s linear 0s infinite normal none running zoom-fade;
}

#image_block_07 .image-box .image {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
}

#image_block_07 .image-box img {
  max-width: none;
  float: right;
  width: auto;
  border-radius: 5px;
}

#content_block_07 .content-box, #content_block_08 .content-box, #content_block_09 .content-box, #content_block_10 .content-box {
  position: relative;
}

#content_block_08 .content-box .image {
  position: relative;
  padding-top: 70px;
}

#image_block_08 .image-box, #image_block_09 .image-box {
  position: relative;
  padding: 0px 100px;
}

#image_block_08 .image-box .image {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
}

#image_block_08 .image-box .image img {
  border-radius: 5px;
  width: 100%;
}

#image_block_08 .image-box::before, #image_block_09 .image-box::before {
  position: absolute;
  content: "";
  background: rgb(249, 250, 250);
  width: 100%;
  height: 595px;
  left: 0px;
  top: 245px;
}

#image_block_08 .image-box .image-content, #image_block_09 .image-box .image-content {
  position: relative;
  padding-top: 45px;
  padding-bottom: 58px;
}

#content_block_07 .content-box .btn-box, #content_block_08 .content-box .btn-box, #content_block_09 .content-box .btn-box, #content_block_10 .content-box .btn-box {
  position: relative;
  display: flex;
}

#image_block_08 .image-box .image-content h3, #image_block_09 .image-box .image-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  margin-bottom: 10px;
}

#image_block_08 .image-box .image-content h3 a, #image_block_09 .image-box .image-content h3 a {
  color: rgb(254, 182, 1);
}

#image_block_08 .image-box .image-content h3 a:hover, #image_block_09 .image-box .image-content h3 a:hover {
  color: rgb(34, 34, 34);
}

#image_block_08 .image-box .image-content .text, #image_block_09 .image-box .image-content .text {
  position: relative;
  font-size: 16px;
}

.feature-style-four .inner-box:nth-child(3) .content-box {
  margin-bottom: 150px;
}

#image_block_09 .lower-image {
  position: relative;
  text-align: center;
  padding-top: 100px;
}

.feature-style-four .inner-box:nth-child(3) {
  margin-bottom: 120px;
}

#image_block_10 .image-box .image {
  position: relative;
  margin-left: -150px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#image_block_10 .image-box .image img {
  float: right;
  max-width: none;
  width: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.feature-style-four .inner-box:last-child .content-box {
  margin-left: 100px;
}

#content_block_10 .content-box .image {
  position: absolute;
  right: 0px;
  bottom: -140px;
}

.management-section {
  position: relative;
  background: rgb(254, 182, 1);
  padding: 110px 0px 73px;
  z-index: 1;
}

.management-section .pattern-bg .pattern-1 {
  position: absolute;
  width: 460px;
  height: 850px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  animation-name: slideInLeft;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.management-section .pattern-bg .pattern-2 {
  position: absolute;
  width: 570px;
  height: 460px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.management-section .sec-title h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 52px;
}

.management-section .sec-title.center h2::after {
  background: rgb(104, 157, 235);
}

.management-section .tabs-content .image-box {
  position: relative;
  background: rgb(254, 182, 1);
  overflow: hidden;
  min-height: 602px;
  max-width: 970px;
  width: 100%;
  margin: 0px auto 55px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 10px 20px 0px;
}

.management-section .tabs-content .image-box img {
  width: 100%;
  transition: all 500ms ease 0s;
}

.management-section .tabs-content .image-box:hover img {
  opacity: 0.5;
  transform: scale(1.05);
}

.management-section .tab-btn-box {
  position: relative;
  margin-bottom: 60px;
}

.management-section .tab-btn-box li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 5px 23px;
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.management-section .tab-btn-box li.active-btn, .management-section .tab-btn-box li:hover {
  background: rgb(104, 157, 235);
}

.management-section .tabs-content {
  position: relative;
  min-height: 700px;
}

.management-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  background: rgb(104, 157, 235);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0px 10px;
}

.management-section .owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  border: 1px solid rgb(255, 255, 255);
  width: 18px;
  height: 18px;
  left: -4px;
  top: -4px;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.management-section .owl-nav {
  display: none;
}

.management-section .tabs-box .tab {
  position: relative;
  display: none;
}

.management-section .tabs-box .tab.active-tab {
  display: block;
}

.management-section .tabs-box .tab {
  transform: scale(0) translateY(0px);
}

.management-section .tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px);
}

.testimonial-style-two {
  position: relative;
  padding: 115px 0px 125px;
}

.testimonial-style-two .sec-title h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  margin-bottom: 32px;
}

#content_block_11 .sec-title h2 {
  margin-bottom: 39px;
}

#content_block_11 .slide-content .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 53px;
}

#content_block_11 .slide-content .author-info {
  position: relative;
  padding: 14px 0px 11px 170px;
}

#content_block_11 .slide-content .author-info .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 128px;
  height: 128px;
}

#content_block_11 .slide-content .author-info .image-box img {
  width: 100%;
}

#content_block_11 .slide-content .author-info .name {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  text-transform: uppercase;
  margin-bottom: 11px;
}

#content_block_11 .slide-content .author-info .designation {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 11px;
}

#content_block_11 .slide-content .author-info .rating li {
  position: relative;
  float: left;
  font-size: 16px;
  color: rgb(255, 198, 0);
}

.testimonial-style-two .owl-dots, .testimonial-style-two .owl-nav {
  display: none;
}

#video_block_01 .video-inner {
  position: relative;
  margin-left: 70px;
  padding: 160px 15px 200px;
  margin-top: 5px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#video_block_01 .video-inner .layer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.6s ease 0s;
}

#video_block_01 .video-inner:hover .layer-bg {
  filter: grayscale(100%);
}

#video_block_01 .video-inner a {
  position: relative;
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background: rgba(69, 39, 164, 0.5);
  text-align: center;
  font-size: 48px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
}

#video_block_01 .video-inner a::before {
  position: absolute;
  content: "";
  border: 6px dashed rgb(255, 255, 255);
  width: 132px;
  height: 132px;
  left: -6px;
  top: -6px;
  border-radius: 50%;
}

#video_block_01 .video-inner .ripple {
  width: 132px;
  height: 132px;
}

.make-difference {
  position: relative;
  padding: 105px 0px 175px;
}

.make-difference .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.make-difference .content-box {
  position: relative;
  margin-right: 60px;
}

#content_block_12 .content-box .single-item {
  position: relative;
  padding: 0px 0px 0px 120px;
  margin-bottom: 55px;
  min-height: 103px;
}

#content_block_12 .content-box .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 86px;
  height: 88px;
  transition: all 500ms ease 0s;
}

#content_block_12 .content-box .single-item:hover .icon-box {
  transform: rotateY(180deg);
}

#content_block_12 .content-box .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 13px;
}

#content_block_12 .content-box .single-item h4 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

#content_block_12 .content-box .single-item h4 a:hover {
  color: rgb(254, 182, 1);
}

.make-difference .sec-title {
  margin-bottom: 66px;
}

#image_block_11 .image-box {
  position: relative;
  margin-right: 70px;
  margin-top: 4px;
  z-index: 1;
}

#image_block_11 .image-box .image {
  position: relative;
  overflow: hidden;
  background: rgb(254, 182, 1);
}

#image_block_11 .image-box img {
  width: 100%;
  transition: all 500ms ease 0s;
}

#image_block_11 .image-box:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}

#image_block_11 .image-box .layer-bg {
  position: absolute;
  width: 510px;
  height: 560px;
  right: -180px;
  bottom: -10px;
  background-repeat: no-repeat;
}

.make-difference .sec-title h2 {
  margin-bottom: 43px;
}

.main-header .menu-area .btn-box {
  position: relative;
  float: left;
  margin: 65px 0px 0px 70px;
}

.main-header .menu-area .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  color: rgb(254, 182, 1);
  line-height: 30px;
  background: rgb(0, 0, 0);
  padding: 5px 30px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

.main-header .menu-area .btn-box a::before {
  position: absolute;
  content: "";
  inset: 0px -50px 0px 0px;
  z-index: -1;
  border-bottom: 50px solid rgb(254, 182, 1);
  border-right: 50px solid transparent;
  transition: all 600ms ease 0s;
  transform: translateX(-100%);
}

.main-header .menu-area .btn-box a::after {
  position: absolute;
  content: "";
  inset: 0px 0px 0px -50px;
  z-index: -1;
  border-left: 40px solid transparent;
  border-bottom: 50px solid rgb(254, 182, 1);
  transition: all 600ms ease 0s;
  transform: translateX(100%);
}

.main-header .menu-area .btn-box a:hover::before {
  transform: translateX(-40%);
}

.main-header .menu-area .btn-box a:hover::after {
  transform: translateX(40%);
}

.main-header .menu-area .btn-box a:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.banner-style-three {
  position: relative;
  padding: 315px 0px 100px;
}

.banner-style-three .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 90%;
  height: 1085px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.banner-style-three .content-box .top-text {
  position: relative;
  display: block;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}

.banner-style-three .content-box h1 {
  position: relative;
  display: block;
  font-size: 40px;
  color: rgb(255, 255, 255);
  line-height: 60px;
  margin-bottom: 39px;
}

.banner-style-three .content-box h1 span {
  font-weight: 700;
}

.banner-style-three .content-box .text {
  position: relative;
  display: block;
  color: rgb(255, 255, 255);
  margin-bottom: 68px;
}

.banner-style-three .content-box .video-box {
  position: relative;
  display: flex;
}

.banner-style-three .content-box .video-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  height: 60px;
  padding: 15px 85px 15px 40px;
  background: transparent;
  line-height: 26px;
  color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  z-index: 1;
}

.banner-style-three .content-box .video-box a:hover {
  color: rgb(254, 182, 1);
}

.banner-style-three .content-box .video-box a::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.banner-style-three .content-box .video-box a i {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgb(254, 182, 1);
  font-size: 15px;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  transition: all 900ms ease 0s;
}

.banner-style-three .content-box .video-box a:hover i {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
}

.banner-style-three .content-box .video-box a:hover::before {
  background: rgb(255, 255, 255);
  transform: scale(1, 1);
  transform-origin: left bottom;
}

.banner-style-three .image-box {
  position: relative;
  margin: 6px -215px 0px 35px;
}

.banner-style-three .image-box .image-1 img {
  position: relative;
  max-width: none;
  float: left;
}

.banner-style-three .image-box .image-2 {
  position: absolute;
  right: 0px;
  top: -95px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.banner-style-three .image-box .image-3 {
  position: absolute;
  left: 0px;
  bottom: 225px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.clients-section {
  position: relative;
  padding: 25px 0px;
}

.clients-section .image-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0px auto;
  transition: all 300ms ease 0s;
}

.clients-section .image-box img:hover {
  opacity: 0.5;
}

.clients-section .owl-nav {
  display: none;
}

.clients-section .sec-title {
  margin-bottom: 93px;
}

.clients-section .owl-dots {
  position: relative;
  margin-top: 95px;
}

.clients-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 3px solid rgb(161, 161, 161);
  border-radius: 50%;
  margin: 0px 7px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.clients-section .owl-theme .owl-dots .owl-dot.active span {
  background: rgb(254, 182, 1);
  border-color: rgb(254, 182, 1);
}

.inside-software {
  position: relative;
  padding: 120px 0px 160px;
}

.inside-software .image-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.inside-software .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 59px;
  padding-right: 100px;
}

.inside-software .content-box {
  position: relative;
  margin-top: 12px;
}

#content_block_13 .content-box .btn-box {
  position: relative;
  display: flex;
  margin-bottom: 93px;
}

#content_block_13 .content-box .btn-box .theme-btn {
  text-transform: uppercase;
}

#content_block_13 .content-box .image-box {
  position: relative;
  margin-right: 10px;
}

#content_block_13 .content-box .image-box img {
  width: 100%;
}

#content_block_13 .content-box .sec-title h2 {
  margin-bottom: 57px;
}

#content_block_14 .feature-block-one .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: rgb(232, 102, 0);
  margin-bottom: 31px;
  transition: all 500ms ease 0s;
}

#content_block_14 .feature-block-one {
  margin-bottom: 50px;
}

.inside-software .inner-content {
  position: relative;
  margin: 0px -15px;
  padding-right: 70px;
}

.inside-software .inner-content .single-column {
  padding: 0px 30px;
}

#content_block_14 .feature-block-one .inner-box {
  padding: 57px 30px 56px;
}

#content_block_14 .feature-block-one .inner-box h5 {
  margin-bottom: 20px;
}

#content_block_14 .feature-block-one .inner-box .hover-content::before {
  left: -100px;
  top: -290px;
}

#content_block_14 .feature-block-one .inner-box .hover-content::after {
  left: -163px;
  top: -340px;
}

#content_block_14 .feature-block-one .inner-box::before {
  left: -107px;
  top: -345px;
}

#content_block_14 .inner-content .single-column:first-child .feature-block-one:last-child .icon-box {
  color: rgb(50, 149, 237);
}

#content_block_14 .inner-content .single-column:last-child .feature-block-one:first-child .icon-box {
  color: rgb(254, 182, 1);
}

#content_block_14 .inner-content .single-column:last-child .feature-block-one:last-child .icon-box {
  color: rgb(39, 206, 0);
}

#content_block_14 .inner-content .single-column:last-child {
  padding-top: 60px;
}

#content_block_14 .inner-content .feature-block-one:hover .icon-box {
  color: rgb(255, 255, 255) !important;
}

.feature-style-five {
  position: relative;
  padding: 110px 0px 150px;
}

#content_block_14 .content-box .sec-title h2 {
  font-size: 32px;
  margin-bottom: 56px;
}

#content_block_14 .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 53px;
}

#content_block_14 .content-box .btn-box .theme-btn {
  text-transform: uppercase;
}

.feature-style-five .inner-box:first-child .image-box {
  position: relative;
  display: block;
  margin: 0px 0px 0px 100px;
}

.feature-style-five .inner-box:first-child .image-box .image-1 {
  position: relative;
}

#image_block_12 .image-box img {
  width: 100%;
}

#image_block_12 .image-box .image {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
}

#image_block_12 .image-box .image-2 {
  position: absolute;
  left: -80px;
  bottom: 50px;
}

.feature-style-five .inner-box {
  position: relative;
  display: block;
  margin-bottom: 240px;
}

.feature-style-five .inner-box:last-child {
  margin-bottom: 0px;
}

.feature-style-five .inner-box:nth-child(2) {
  margin-bottom: 240px;
}

.feature-style-five .inner-box:nth-child(2) .content-box {
  margin-left: 70px !important;
}

.feature-style-five .inner-box:nth-child(2) .image-box .image-1 {
  position: relative;
}

.feature-style-five .inner-box:nth-child(2) .image-box .image-2 {
  position: absolute;
  left: -70px;
  bottom: 50px;
}

.feature-style-five .inner-box:last-child .content-box .text {
  padding-right: 70px;
}

#content_block_14 .content-box {
  position: relative;
  margin: 30px 0px;
}

#image_block_13 .image-box {
  position: relative;
  overflow: hidden;
  background: rgb(254, 182, 1);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px 0px;
}

#image_block_13 .image-box img {
  width: 100%;
  transition: all 500ms ease 0s;
}

#image_block_13 .image-box:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}

.testimonial-style-three {
  position: relative;
  padding: 15px 0px 120px;
}

.testimonial-style-three .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.testimonial-style-three .sec-title {
  max-width: 450px;
  width: 100%;
  padding-bottom: 55px;
}

.testimonial-style-three .sec-title .icon-box {
  position: relative;
  display: inline-block;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 35px;
  color: rgb(225, 225, 225);
}

.testimonial-style-three .testimonial-content {
  position: relative;
  text-align: center;
}

.testimonial-style-three .testimonial-content .image-box {
  position: relative;
  display: inline-block;
  width: 113px;
  height: 113px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  margin-bottom: 42px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 30px 0px;
}

.testimonial-style-three .testimonial-content .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-three .testimonial-content .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 46px;
}

.testimonial-style-three .testimonial-content .author-info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 14px;
}

.testimonial-style-three .testimonial-content .author-info .designation {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(161, 128, 255);
}

.testimonial-style-three .owl-nav {
  display: none;
}

.testimonial-style-three .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 17px;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 10px;
  height: 10px;
  background: rgb(127, 102, 198);
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.testimonial-style-three .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-three .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(255, 255, 255);
}

.testimonial-style-three .thumb-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0px auto;
}

.testimonial-style-three .thumb-box .image {
  position: absolute;
  border-radius: 50%;
  opacity: 0.7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
}

.testimonial-style-three .thumb-box .image img {
  border-radius: 50%;
}

.testimonial-style-three .thumb-box .image-1 {
  left: 10px;
  top: 200px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-three .thumb-box .image-2 {
  left: 350px;
  top: 50%;
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-three .thumb-box .image-3 {
  left: -10px;
  bottom: 100px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-three .thumb-box .image-4 {
  right: 300px;
  top: 150px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-three .thumb-box .image-5 {
  right: -50px;
  top: 140px;
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-three .thumb-box .image-6 {
  right: 50px;
  bottom: 270px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-three .thumb-box .image-7 {
  right: 330px;
  bottom: 100px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.pricing-style-two {
  position: relative;
  background: rgb(248, 246, 255);
  padding: 115px 0px 120px;
}

.pricing-style-two .sec-title {
  margin-bottom: 110px;
}

.pricing-block-two .pricing-table {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgb(254, 182, 1);
  padding: 41px 15px 45px;
  border-radius: 30px;
  transition: all 500ms ease 0s;
}

.pricing-block-two .pricing-table .choice-box {
  position: absolute;
  width: 100%;
  left: -115px;
  top: 40px;
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 30px;
  transform: rotate(-45deg);
  transition: all 500ms ease 0s;
  opacity: 0;
}

.pricing-block-two:hover .pricing-table .choice-box {
  opacity: 1;
}

.pricing-block-two:hover .pricing-table {
  background: rgb(255, 255, 255);
  margin: -30px 0px;
  padding: 71px 15px 75px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.pricing-block-two .pricing-table .table-header .title {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 3px;
  transition: all 500ms ease 0s;
}

.pricing-block-two .pricing-table .table-header .text {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 11px;
  transition: all 500ms ease 0s;
}

.pricing-block-two .pricing-table .table-header .price {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 55px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin: 0px;
  transition: all 500ms ease 0s;
}

.pricing-block-two .pricing-table .table-header .price::before {
  position: absolute;
  content: "$";
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  left: -14px;
  bottom: 16px;
  transition: all 500ms ease 0s;
}

.pricing-block-two .pricing-table .table-header .price span {
  font-size: 14px;
  font-weight: 400;
}

.pricing-block-two .pricing-table .table-content {
  position: relative;
  display: block;
  padding: 5px 0px 17px;
}

.pricing-block-two .pricing-table .table-content li {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
  transition: all 500ms ease 0s;
}

.pricing-block-two .pricing-table .table-content li:last-child {
  margin-bottom: 0px;
}

.pricing-block-two .pricing-table .table-footer a {
  position: relative;
  display: inline-block;
  background: rgb(17, 17, 17);
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px 40px;
  border-radius: 30px;
}

.pricing-block-two:hover .pricing-table .table-header .title, .pricing-block-two:hover .pricing-table .table-header .price, .pricing-block-two:hover .pricing-table .table-header .price::before {
  color: rgb(17, 17, 17);
}

.pricing-block-two:hover .pricing-table .table-header .text, .pricing-block-two:hover .pricing-table .table-content li {
  color: rgb(119, 119, 119);
}

.pricing-block-two:hover .pricing-table .table-footer a {
  background: rgb(254, 182, 1);
}

.subscribe-section.home-3 {
  padding-top: 115px;
}

.main-footer.style-two {
  position: relative;
}

.main-footer.style-two .footer-top .about-widget .text, .main-footer.style-two .footer-top .about-widget .social-links h6, .main-footer.style-two .footer-top .about-widget .social-links li a, .main-footer.style-two .footer-top .widget-title, .main-footer.style-two .footer-top .links-widget .list li a, .main-footer.style-two .footer-top .links-widget .list li a::before, .main-footer.style-two .footer-top .contact-widget .list li, .main-footer.style-two .footer-top .contact-widget .list li a, .main-footer.style-two .footer-bottom .copyright, .main-footer.style-two .footer-bottom .copyright a {
  color: rgb(255, 255, 255);
}

.main-footer.style-two .footer-top .about-widget .social-links li a:hover, .main-footer.style-two .footer-top .links-widget .list li a:hover, .main-footer.style-two .footer-top .links-widget .list li a:hover::before, .main-footer.style-two .footer-top .contact-widget .list li i, .main-footer.style-two .footer-top .contact-widget .list li a:hover {
  color: rgb(0, 156, 255);
}

.main-footer.style-two .footer-top .widget-title::before {
  background: rgb(255, 255, 255);
}

.main-footer.style-two .footer-top .widget-title::after {
  background: rgb(50, 48, 178);
}

.banner-style-four {
  position: relative;
  padding: 285px 0px 180px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.banner-style-four .pattern-bg {
  position: absolute;
  width: 100px;
  height: 245px;
  left: -10px;
  top: 50%;
  opacity: 0.2;
  animation: 3s linear 0s infinite normal none running zoom-fade;
  background-repeat: no-repeat;
}

.banner-style-four .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 34px;
}

.banner-style-four .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 52px;
}

.banner-style-four .content-box .btn-box .video-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  height: 50px;
  padding: 14px 60px 10px 30px;
  background: rgb(1, 136, 231);
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  z-index: 1;
}

.banner-style-four .content-box .btn-box .video-btn:hover {
  background: rgb(255, 255, 255);
  color: rgb(1, 136, 231);
}

.banner-style-four .content-box .btn-box .video-btn i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(255, 255, 255);
  font-size: 15px;
  color: rgb(1, 136, 231);
  border-radius: 50%;
  transition: all 900ms ease 0s;
}

.banner-style-four .content-box .btn-box .video-btn:hover i {
  background: rgb(1, 136, 231);
  color: rgb(255, 255, 255);
}

.banner-style-four .content-box .btn-box .link-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 26px;
  padding: 11px 25.5px;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 30px;
  margin-right: 35px;
  z-index: 1;
}

.banner-style-four .content-box .btn-box .link-btn::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(1, 136, 231);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-style-four .content-box .btn-box .link-btn:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-four .content-box .btn-box .link-btn:hover {
  background: rgb(1, 136, 231);
  border-color: rgb(1, 136, 231);
}

.banner-style-four .content-box .btn-box .link-btn i {
  position: relative;
  top: 2px;
  margin-left: 15px;
}

.banner-style-four .image-box {
  position: relative;
  display: block;
  margin: 0px -200px 0px 150px;
}

.banner-style-four .image-box .layer-bg {
  position: absolute;
  width: 200px;
  height: 345px;
  top: -130px;
  right: 150px;
  background-repeat: no-repeat;
}

.banner-style-four .anim-icons .icon-1 {
  left: 190px;
  top: 80px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.banner-style-four .anim-icons .icon-2 {
  left: 190px;
  bottom: 350px;
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.banner-style-four .anim-icons .icon-3 {
  left: 50%;
  bottom: 250px;
}

.service-style-two {
  position: relative;
  padding: 100px 0px;
}

.service-style-two .sec-title {
  margin-bottom: 55px;
}

.service-block-two {
  position: relative;
  margin-bottom: 50px;
}

.service-block-two .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 15px;
  padding: 63px 30px 56px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.service-block-two .inner-box::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: center top;
  transform: scale(0.9) translateY(20px);
  background-image: -webkit-linear-gradient(0deg, rgb(254, 182, 1) 0%, rgb(2, 137, 231) 100%);
  transition: all 500ms ease 0s;
}

.service-block-two:hover .inner-box::before {
  opacity: 1;
  transform: scale(1) translateY(0px);
  transition: all 1s ease 0s;
}

.service-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: rgb(183, 183, 183);
  margin-bottom: 27px;
  transition: all 500ms ease 0s;
}

.service-block-two .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  padding-bottom: 20px;
  margin-bottom: 24px;
  transition: all 500ms ease 0s;
}

.service-block-two .inner-box h4::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 40px;
  height: 2px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all 500ms ease 0s;
}

.service-block-two .inner-box h4::after {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 4px;
  height: 2px;
  right: 0px;
  left: 50%;
  bottom: 0px;
  margin-left: 12px;
  transform: translateX(-50%);
  transition: all 500ms ease 0s;
}

.service-block-two .inner-box h4 a {
  color: rgb(34, 34, 34);
  display: inline-block;
}

.service-style-two .inner-content {
  position: relative;
  margin: 0px -10px;
}

.service-style-two .inner-content .service-block {
  padding: 0px 25px;
}

.service-block-two .inner-box .text {
  position: relative;
  display: block;
  transition: all 500ms ease 0s;
}

.service-block-two:hover .inner-box .icon-box, .service-block-two:hover .inner-box h4, .service-block-two:hover .inner-box h4 a, .service-block-two:hover .inner-box .text {
  color: rgb(255, 255, 255);
}

.service-block-two:hover .inner-box h4::before {
  background: rgb(255, 255, 255);
}

.service-block-two:hover .inner-box h4::after {
  background: rgb(32, 92, 200);
}

.feature-style-six {
  position: relative;
  padding: 100px 0px;
}

#content_block_15 .content-box {
  position: relative;
  margin: 30px 0px;
}

#content_block_15 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 54px;
}

#content_block_15 .content-box .sec-title h2 {
  margin-bottom: 33px;
}

.feature-style-six .inner-box:first-child .image-box {
  margin-left: 70px;
}

#image_block_14 .image-box {
  position: relative;
}

#image_block_14 .image-box .bg-layer {
  position: absolute;
  width: 750px;
  height: 735px;
  top: -85px;
  left: 235px;
  background-repeat: no-repeat;
}

#image_block_14 .image-box .image-1 img {
  max-width: none;
  float: left;
}

#image_block_14 .image-box .image-2 {
  position: absolute;
  left: -65px;
  bottom: -45px;
}

.feature-style-six .inner-box:first-child {
  margin-bottom: 210px;
}

.feature-style-six .inner-box:last-child .image-box {
  margin-right: 70px;
}

#image_block_15 .image-box {
  position: relative;
}

#image_block_15 .image-box img {
  max-width: none;
  float: right;
}

.testimonial-style-four {
  position: relative;
  padding: 135px 0px 100px;
}

.testimonial-style-four .image-layer {
  position: absolute;
  width: 100%;
  height: 1710px;
  left: 0px;
  top: -600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.testimonial-style-four .sec-title {
  margin-bottom: 50px;
}

.testimonial-style-four .sec-title h2, .testimonial-style-four .sec-title p {
  color: rgb(255, 255, 255);
}

.testimonial-style-four .sec-title h2::after {
  background: rgb(255, 255, 255);
}

.testimonial-style-four .testimonial-inner {
  position: relative;
  max-width: 1830px;
  width: 100%;
  margin: 0px auto;
  left: 210px;
}

.testimonial-style-four .testimonial-content {
  position: relative;
  margin: 25px;
}

.testimonial-style-four .testimonial-content .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  padding: 39px 30px 50px 55px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.testimonial-style-four .testimonial-content .inner-box .icon-box {
  position: absolute;
  top: 60px;
  right: 60px;
}

.testimonial-style-four .testimonial-content .inner-box .author-info {
  position: relative;
  padding: 40px 0px 15px 140px;
  margin-bottom: 28px;
}

.testimonial-style-four .testimonial-content .inner-box .author-info .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
}

.testimonial-style-four .testimonial-content .inner-box .author-info .image-box img {
  border-radius: 50%;
  width: 100%;
}

.testimonial-style-four .testimonial-content .inner-box .author-info .name {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.testimonial-style-four .testimonial-content .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(170, 170, 170);
}

.testimonial-style-four .testimonial-content .inner-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
}

.testimonial-style-four .owl-nav {
  display: none;
}

.testimonial-style-four .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 25px;
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot span {
  position: relative;
  width: 15px;
  height: 15px;
  background: rgb(204, 204, 204);
  border-radius: 50%;
  margin: 0px 10px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.testimonial-style-four .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-four .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(254, 182, 1);
}

.pricing-style-three {
  position: relative;
  padding: 275px 0px 235px;
}

.pricing-style-three .pricing-block-two {
  max-width: 370px;
  width: 100%;
}

.pricing-style-three .inner-box {
  position: relative;
  margin-top: 30px;
  min-height: 485px;
}

.pricing-style-three .tab .pricing-block-two:first-child {
  position: absolute;
  left: 0px;
  top: -80px;
  z-index: 1;
}

.pricing-style-three .tab .pricing-block-two:first-child .pricing-table {
  background: rgb(255, 255, 255);
  margin: -30px 0px;
  padding: 71px 15px 75px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .choice-box {
  opacity: 1;
}

.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-header .title, .pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-header .price, .pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-header .price::before {
  color: rgb(17, 17, 17);
}

.pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-header .text, .pricing-style-three .tab .pricing-block-two:first-child .pricing-table .table-content li {
  color: rgb(119, 119, 119);
}

.pricing-style-three .tab .pricing-block-two:last-child {
  position: absolute;
  top: 0px;
  right: 0px;
}

.pricing-style-three .tab .pricing-block-two:last-child .pricing-table:hover {
  padding: 41px 15px 45px;
  margin: 0px;
  background: rgb(254, 182, 1);
}

.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-header .title, .pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-header .price, .pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-header .price::before {
  color: rgb(255, 255, 255);
}

.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-header .text, .pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-content li {
  color: rgb(255, 255, 255);
}

.pricing-style-three .tab .pricing-block-two:last-child:hover .pricing-table .table-footer a {
  background: rgb(17, 17, 17);
}

.pricing-style-three .tab-btn-box .tab-btns {
  position: relative;
  display: inline-block;
}

.pricing-style-three .tab-btn-box .tab-btns::before {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  height: 40px;
  width: 90px;
  content: "";
  border-radius: 30px;
  border: 1px solid rgb(254, 182, 1);
}

.pricing-style-three .tab-btn-box .tab-btns li {
  position: relative;
  display: inline-block;
  padding-right: 70px;
  min-width: 120px;
  text-align: right;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.pricing-style-three .tab-btn-box .tab-btns li:last-child {
  padding-right: 0px;
  padding-left: 57px;
  text-align: left;
}

.pricing-style-three .tab-btn-box .tab-btns li.active-btn::before {
  right: 15px;
}

.pricing-style-three .tab-btn-box .tab-btns li::before {
  position: absolute;
  top: 5px;
  height: 30px;
  width: 30px;
  background-color: rgb(254, 182, 1);
  border-radius: 30px;
  content: "";
  right: -35px;
  box-shadow: rgba(44, 44, 56, 0.3) 0px 4px 20px;
  transition: all 300ms ease 0s;
}

.pricing-style-three .tab-btn-box .tab-btns li:last-child::before {
  display: none;
}

.pricing-style-three .content-box {
  position: relative;
  margin-right: 100px;
}

.pricing-style-three .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 55px;
}

.main-header .menu-right-content {
  position: relative;
  float: left;
  margin-top: 70px;
  margin-left: 130px;
}

.main-header .menu-right-content .cart-box-outer {
  position: relative;
  display: inline-block;
}

.main-header .menu-right-content .cart-box-outer a {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  color: rgb(255, 255, 255);
}

.main-header .menu-right-content .cart-box-outer a span {
  position: absolute;
  top: -3px;
  right: -9px;
  font-size: 11px;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
}

.main-header .search-box-outer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}

.main-header .search-box-btn {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  background: transparent;
}

.main-header .header-upper.dark .search-box-btn {
  color: rgb(255, 255, 255);
}

.main-header .search-box-outer .dropdown-menu {
  padding: 0px;
  width: 330px;
  background: rgb(255, 255, 255);
  right: 0px;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: rgba(72, 73, 121, 0.15) 7px 5px 30px 0px;
  transition: all 0.5s ease 0s;
  display: block;
  opacity: 0;
  visibility: hidden;
  top: 40px !important;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8, 0.8, 0.8) !important;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1) !important;
}

.main-header .search-panel .form-container {
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid rgb(243, 245, 254);
  border-radius: 3px;
  background: rgb(243, 245, 254);
}

.main-header .search-panel input:focus, .main-header .search-panel select:focus {
  border-color: rgb(243, 245, 254);
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: rgb(17, 17, 17);
  background: rgb(243, 245, 254);
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}

.banner-style-five {
  position: relative;
  padding: 315px 0px 150px;
}

.banner-style-five .pattern-layer {
  position: absolute;
  width: 150px;
  height: 250px;
  left: -10px;
  top: 50%;
  z-index: -1;
  animation: 3s linear 0s infinite normal none running zoom-fade;
  background-repeat: no-repeat;
}

.banner-style-five .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 75%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.banner-style-five .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  font-weight: 500;
  line-height: 72px;
  color: rgb(34, 34, 34);
  margin-bottom: 37px;
}

.banner-style-five .content-box .text {
  position: relative;
  margin-bottom: 46px;
}

.banner-style-five .content-box .btn-box a {
  padding: 15px 30px;
  font-size: 15px;
}

.banner-style-five .content-box .btn-box a i {
  position: relative;
  margin-left: 20px;
  top: 1px;
}

.banner-style-five .image-box {
  position: relative;
  margin-right: -190px;
  margin-left: 70px;
  min-height: 680px;
}

.banner-style-five .image-box .image-1 {
  position: absolute;
  left: 0px;
  top: -130px;
}

.banner-style-five .image-box .image-2 {
  position: absolute;
  top: 60px;
  right: 0px;
}

.banner-style-five .image-box .icon-box .icon-1 {
  position: absolute;
  left: 30px;
  top: -20px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-five .image-box .icon-box .icon-2 {
  position: absolute;
  left: 100px;
  bottom: 80px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-five .image-box .icon-box .icon-3 {
  position: absolute;
  top: -90px;
  right: 130px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.banner-style-five .image-box .icon-box .icon-4 {
  position: absolute;
  top: 30px;
  right: 0px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-five .image-box .icon-box .icon-5 {
  position: absolute;
  bottom: 50px;
  right: 30px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.banner-style-five .content-box {
  position: relative;
  padding-top: 150px;
}

.banner-style-five .anim-icons .icon {
  position: absolute;
}

.banner-style-five .anim-icons .icon-1 {
  left: 140px;
  top: 320px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-five .anim-icons .icon-2 {
  left: 140px;
  bottom: 150px;
}

.banner-style-five .anim-icons .icon-3 {
  left: 40%;
  bottom: 130px;
}

.innovative-idea {
  position: relative;
  padding-bottom: 80px;
}

.innovative-idea .sec-title {
  margin-bottom: 55px;
}

.innovative-idea .single-item {
  position: relative;
  margin-bottom: 30px;
  display: block;
  background: rgb(255, 255, 255);
  padding: 33px 30px 48px;
  border-radius: 25px;
  transition: all 500ms ease 0s;
}

.innovative-idea .single-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.innovative-idea .single-item .inner-box {
  position: relative;
  padding-left: 200px;
  padding-top: 15px;
}

.innovative-idea .single-item .inner-box .icon-box {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 0px;
  font-size: 60px;
  color: rgb(255, 255, 255);
  width: 170px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.innovative-idea .single-item .inner-box .icon-box .bg-layer {
  position: absolute;
  width: 170px;
  height: 160px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.6s ease 0s;
}

.innovative-idea .single-item:hover .inner-box .icon-box .bg-layer {
  filter: grayscale(100%);
  transform: rotateY(180deg);
}

.innovative-idea .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 12px;
}

.innovative-idea .single-item .inner-box h3 a {
  color: rgb(34, 34, 34);
}

.innovative-idea .single-item .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.innovative-idea .single-item .inner-box .text {
  position: relative;
  display: block;
}

.download-apps {
  position: relative;
  padding: 100px 0px;
}

#content_block_16 .content-box .download-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  border-radius: 10px;
  padding: 10px 21px 14px 80px;
}

#content_block_16 .content-box .download-btn a:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 25px;
}

#content_block_16 .content-box .download-btn a span {
  position: relative;
  display: block;
  font-size: 12px;
}

#content_block_16 .content-box .download-btn a i {
  position: absolute;
  left: 30px;
  top: 14px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  transition: all 500ms ease 0s;
}

#content_block_16 .content-box .download-btn a:hover i {
  color: rgb(34, 34, 34);
}

#content_block_16 .content-box .download-btn .app-store-btn {
  margin-right: 40px;
}

#content_block_16 .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 42px;
  padding-right: 100px;
  margin-bottom: 59px;
}

#content_block_16 .content-box .sec-title h2 {
  margin-bottom: 73px;
}

#image_block_16 .image-box {
  position: relative;
  margin-left: -60px;
  margin-right: 60px;
}

#image_block_16 .image-box .bg-layer {
  position: absolute;
  width: 815px;
  height: 785px;
  top: 0px;
  right: 10px;
  background-repeat: no-repeat;
}

#image_block_16 .image-box .image-1 {
  position: relative;
  left: 40px;
}

#image_block_16 .image-box .image-2 {
  position: absolute;
  left: 0px;
  top: -80px;
  z-index: 1;
}

.download-apps .anim-icons .icon-1 {
  top: 50px;
  right: 50%;
  background-repeat: no-repeat;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.download-apps .anim-icons .icon-2 {
  top: 180px;
  right: 240px;
  background-repeat: no-repeat;
}

.download-apps .anim-icons .icon-3 {
  bottom: 200px;
  right: 240px;
  background-repeat: no-repeat;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.download-apps .anim-icons .icon-4 {
  right: 42%;
  bottom: 100px;
  background-repeat: no-repeat;
}

.application-setup {
  position: relative;
  padding: 75px 0px 100px;
}

.application-setup .sec-title {
  margin-bottom: 95px;
}

.application-setup .single-item {
  position: relative;
}

.application-setup .single-item .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding: 74px 30px 39px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  border-top-left-radius: 50px;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.application-setup .single-item .inner-box::before {
  position: absolute;
  content: "";
  background: rgba(245, 245, 245, 0.5);
  width: 470px;
  height: 470px;
  right: -115px;
  bottom: -470px;
  border-radius: 50%;
  transition: all 500ms ease 0s;
}

.application-setup .single-item:hover .inner-box::before {
  bottom: -270px;
}

.application-setup .single-item .inner-box::after {
  position: absolute;
  content: "";
  background: rgba(245, 245, 245, 0.7);
  width: 470px;
  height: 470px;
  right: -145px;
  bottom: -470px;
  border-radius: 50%;
  z-index: -1;
  transition: all 1500ms ease 0s;
}

.application-setup .single-item:hover .inner-box::after {
  bottom: -330px;
}

.application-setup .single-item .count-box {
  position: absolute;
  left: 80px;
  top: -30px;
  font-size: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-image: -webkit-linear-gradient(-45deg, rgb(9, 46, 241) 0%, rgb(1, 5, 112) 100%);
  border-radius: 50%;
  animation: 3s linear 0s infinite normal none running zoom-fade;
  z-index: 2;
}

.application-setup .single-column:nth-child(2) .single-item .count-box {
  background-image: -webkit-linear-gradient(-45deg, rgb(250, 176, 0) 0%, rgb(205, 132, 0) 100%);
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.application-setup .single-column:last-child .single-item .count-box {
  background-image: -webkit-linear-gradient(-45deg, rgb(159, 243, 0) 0%, rgb(26, 131, 0) 100%);
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.application-setup .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 25px;
}

.application-setup .single-item .inner-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.application-setup .single-item .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.application-setup .single-item .inner-box .text {
  position: relative;
  font-size: 16px;
}

.application-setup .single-column:nth-child(2) {
  padding-top: 70px;
}

.clients-style-two {
  position: relative;
  padding: 25px 0px 55px;
}

.clients-style-two .owl-dots, .clients-style-two .owl-nav {
  display: none;
}

.clients-style-two .inner-container {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  text-align: center;
  padding: 55px 30px;
}

.clients-style-two .inner-container::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: calc(100% - 100px);
  height: 100%;
  left: 50px;
  top: 28px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  z-index: -1;
}

.clients-style-two .image-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0px auto;
  transition: all 300ms ease 0s;
}

.clients-style-two .image-box img:hover {
  opacity: 0.5;
}

.optimization-application {
  position: relative;
  padding: 95px 0px 100px;
}

#content_block_17 .content-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 36px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  margin-bottom: 28px;
}

#content_block_17 .content-box .text {
  position: relative;
  padding-bottom: 49px;
}

#content_block_17 .content-box .text p {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
}

#content_block_17 .content-box .text p:last-child {
  margin-bottom: 0px;
}

#content_block_17 .content-box .list-item {
  display: block;
  margin-bottom: 56px;
}

#content_block_17 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: rgb(34, 34, 34);
  line-height: 30px;
  margin-bottom: 18px;
  padding-left: 45px;
}

#content_block_17 .content-box .list-item li::before {
  position: absolute;
  content: "Ã¯â€¦Å ";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  line-height: 30px;
  color: rgb(236, 95, 13);
  font-weight: 700;
  left: 0px;
  top: 2px;
}

#content_block_17 .content-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 43px;
}

#content_block_17 .content-box {
  position: relative;
  padding: 40px 0px;
}

#image_block_17 .image-box {
  position: relative;
  display: block;
  padding: 0px 60px 0px 140px;
}

#image_block_17 .image-box .image {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
}

#image_block_17 .image-box .image img {
  border-radius: 10px;
}

#image_block_17 .image-box .image-1 img {
  width: 100%;
}

#image_block_17 .image-box .image-1 {
  border-radius: 0px;
}

#image_block_17 .image-box .image-2 {
  position: absolute;
  left: 0px;
  top: 130px;
}

#image_block_17 .image-box .image-3 {
  position: absolute;
  left: 55px;
  bottom: 40px;
}

#image_block_17 .image-box .image-4 {
  position: absolute;
  right: -25px;
  bottom: 70px;
}

.testimonial-style-five {
  position: relative;
  padding: 140px 0px 170px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.testimonial-style-five .pattern-layer1 {
  position: absolute;
  width: 455px;
  height: 930px;
  left: 0px;
  top: 160px;
  background-repeat: no-repeat;
  animation-name: slideInLeft;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.testimonial-style-five .pattern-layer2 {
  position: absolute;
  width: 315px;
  height: 720px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.testimonial-style-five .sec-title h2, .testimonial-style-five .sec-title p {
  color: rgb(255, 255, 255);
}

.testimonial-style-five .sec-title h2::after {
  background: rgb(255, 255, 255);
}

.testimonial-style-five .sec-title {
  margin-bottom: 38px;
}

.testimonial-style-five .testimonial-content .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  padding: 40px 30px 50px 55px;
  border-radius: 20px;
}

.testimonial-style-five .testimonial-content .inner-box .icon-box {
  position: absolute;
  top: 60px;
  right: 60px;
}

.testimonial-style-five .testimonial-content .inner-box .author-info {
  position: relative;
  padding: 40px 0px 15px 140px;
  margin-bottom: 28px;
}

.testimonial-style-five .testimonial-content .inner-box .author-info .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px;
}

.testimonial-style-five .testimonial-content .inner-box .author-info .image-box img {
  border-radius: 50%;
  width: 100%;
}

.testimonial-style-five .testimonial-content .inner-box .author-info .name {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.testimonial-style-five .testimonial-content .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(170, 170, 170);
}

.testimonial-style-five .testimonial-content .inner-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
}

.testimonial-style-five .owl-nav {
  display: none;
}

.testimonial-style-five .owl-dots {
  position: absolute;
  top: -63px;
  right: -7px;
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: rgb(171, 144, 255);
  border-radius: 50%;
  margin: 0px 7px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.testimonial-style-five .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-five .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(255, 255, 255);
}

.subscribe-section.home-5 {
  padding-top: 120px;
}

.banner-style-six {
  position: relative;
  padding: 355px 0px 230px;
}

.banner-style-six .image-shap {
  position: absolute;
  width: 405px;
  height: 445px;
  left: 0px;
  top: 35%;
  background-repeat: no-repeat;
}

.banner-style-six .anim-icons .icon-1 {
  background-image: -webkit-linear-gradient(0deg, rgb(32, 213, 221) 0%, rgb(93, 51, 158) 100%);
  width: 80px;
  height: 80px;
  left: 130px;
  top: 220px;
  border-radius: 50%;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.banner-style-six .anim-icons .icon-2 {
  background-image: -webkit-linear-gradient(0deg, rgb(196, 65, 164) 0%, rgb(102, 73, 172) 100%);
  width: 80px;
  height: 80px;
  left: -30px;
  bottom: 50px;
  border-radius: 50%;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.banner-style-six .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 73%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.banner-style-six .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  margin-bottom: 35px;
}

.banner-style-six .content-box .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 49px;
}

.banner-style-six .content-box .mail-box .form-group {
  position: relative;
  margin: 0px;
}

.banner-style-six .content-box .mail-box .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(254, 182, 1);
  border-radius: 30px;
  font-size: 14px;
  color: rgb(119, 119, 119);
  padding: 10px 200px 10px 30px;
}

.banner-style-six .content-box .mail-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 60px;
  background: rgb(254, 182, 1);
  text-align: center;
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.banner-style-six .content-box {
  position: relative;
  margin-right: 30px;
  padding-top: 25px;
}

.banner-style-six .image-box {
  position: relative;
  display: block;
  margin-right: -220px;
}

.banner-style-six .image-box .user {
  position: absolute;
  border-radius: 50%;
}

.banner-style-six .image-box .user img {
  border-radius: 50%;
}

.banner-style-six .image-box .user-1 {
  left: 30px;
  top: -140px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-six .image-box .user-2 {
  left: 0px;
  top: 85px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-six .image-box .user-3 {
  left: 120px;
  bottom: 40px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-six .image-box .user-4 {
  left: 50%;
  top: -55px;
  transform: translateX(-50%);
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.banner-style-six .image-box .user-5 {
  right: 150px;
  top: -150px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-six .image-box .user-6 {
  right: 35px;
  top: -25px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-six .image-box .user-7 {
  right: 0px;
  bottom: 90px;
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.recruitment-section {
  position: relative;
  padding-bottom: 120px;
}

.recruitment-section .single-item .inner-box {
  position: relative;
  display: block;
  padding: 40px 30px 25px;
  transition: all 500ms ease 0s;
}

.recruitment-section .single-item:hover .inner-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
}

.recruitment-section .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: rgb(254, 182, 1);
  margin-bottom: 34px;
  transition: all 500ms ease 0s;
}

.recruitment-section .single-item:hover .icon-box {
  transform: scale(1.1);
}

.recruitment-section .single-item h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 19px;
}

.recruitment-section .single-item h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.recruitment-section .single-item h3 a:hover {
  color: rgb(254, 182, 1);
}

.recruitment-section .single-item .text {
  position: relative;
  font-size: 16px;
}

.recruitment-section .sec-title h2 {
  margin-bottom: 61px;
}

.recruitment-section .btn-box {
  position: relative;
  display: block;
  margin-top: 48px;
}

.recruitment-section .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  background: rgb(255, 255, 255);
  padding: 10px 43px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}

.recruitment-section .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.recruitment-section .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.recruitment-section .btn-box a:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.project-inquiry {
  position: relative;
  padding-bottom: 50px;
}

.project-inquiry .image-layer {
  position: absolute;
  width: 100%;
  height: 1110px;
  left: 0px;
  top: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.project-inquiry .image-inner {
  position: relative;
  margin-bottom: 180px;
}

.project-inquiry .image-inner .image-box {
  position: relative;
  display: block;
}

.project-inquiry .image-inner .image-box .image-1 {
  position: relative;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
}

.project-inquiry .image-inner .image-box .image-2 {
  position: absolute;
  right: 0px;
  bottom: -50px;
}

.project-inquiry .content-inner .top-content .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 44px;
}

.project-inquiry .content-inner .top-content .btn-box {
  position: relative;
  display: flex;
}

.project-inquiry .content-inner .top-content .btn-box .theme-btn {
  background: rgb(255, 255, 255);
}

.project-inquiry .content-inner .top-content .btn-box .theme-btn {
  text-transform: uppercase;
}

.project-inquiry .content-inner .top-content {
  margin-bottom: 115px;
}

.project-inquiry .content-inner .content-box {
  position: relative;
  padding-top: 80px;
}

.project-inquiry .content-inner .lower-content {
  position: relative;
  margin-left: 60px;
}

.project-inquiry .content-inner .single-item .inner-box {
  position: relative;
  background: rgb(254, 182, 1);
  padding: 46px 30px 51px 35px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.project-inquiry .content-inner .single-item .inner-box::before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.05);
  width: 470px;
  height: 470px;
  right: 20px;
  bottom: -470px;
  border-radius: 50%;
  transition: all 900ms ease 0s;
}

.project-inquiry .content-inner .single-item .inner-box::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.05);
  width: 470px;
  height: 470px;
  right: 35px;
  bottom: -470px;
  border-radius: 50%;
  z-index: -1;
  transition: all 1500ms ease 0s;
}

.project-inquiry .content-inner .single-item:hover .inner-box::before {
  bottom: -230px;
}

.project-inquiry .content-inner .single-item:hover .inner-box::after {
  bottom: -260px;
}

.project-inquiry .content-inner .single-item .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 65px;
  line-height: 65px;
  color: rgb(255, 255, 255);
  margin-bottom: 37px;
}

.project-inquiry .content-inner .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 19px;
}

.project-inquiry .content-inner .single-item .inner-box h3 a {
  color: rgb(255, 255, 255);
}

.project-inquiry .content-inner .single-item .inner-box .text {
  position: relative;
  color: rgb(255, 255, 255);
}

.project-inquiry .content-inner .inner-content .single-item {
  margin-bottom: 60px;
}

.project-inquiry .content-inner .inner-content .single-column {
  padding: 0px 30px;
}

.project-inquiry .content-inner .inner-content {
  position: relative;
  margin: 0px -15px;
  padding-left: 90px;
}

.project-inquiry .content-inner .inner-content .single-column:last-child {
  padding-top: 90px;
}

.project-inquiry .content-inner .inner-content .single-column:first-child .single-item:first-child .inner-box {
  background: rgb(255, 0, 0);
}

.project-inquiry .content-inner .inner-content .single-column:first-child .single-item:last-child .inner-box {
  background: rgb(247, 29, 163);
}

.project-inquiry .content-inner .inner-content .single-column:last-child .single-item:first-child .inner-box {
  background: rgb(16, 165, 0);
}

.project-inquiry .content-inner .inner-content .single-column:last-child .single-item:last-child .inner-box {
  background: rgb(0, 0, 255);
}

.project-inquiry .content-inner .inner-content .single-item .inner-box::before, .project-inquiry .content-inner .inner-content .single-item .inner-box::after {
  background: rgba(255, 255, 255, 0.2);
}

.industries-service {
  position: relative;
  padding-bottom: 120px;
}

.industries-service .list-item li {
  position: relative;
  display: block;
}

.industries-service .list-item li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgb(119, 119, 119);
  padding: 20.5px 0px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.industries-service .list-item li a i {
  position: relative;
  float: right;
  color: rgb(254, 182, 1);
  top: 8px;
}

.industries-service .list-item li a:hover {
  color: rgb(254, 182, 1);
}

.industries-service .inner-content {
  position: relative;
  margin: 0px -15px;
}

.industries-service .inner-content .column {
  padding: 0px 30px;
}

.industries-service .sec-title {
  margin-bottom: 64px;
}

.industries-service .inner-content .btn-box {
  position: relative;
  display: block;
  margin-top: 70px;
}

.industries-service .inner-content .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  background: rgb(255, 255, 255);
  padding: 10px 35px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
}

.industries-service .inner-content .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.industries-service .inner-content .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.industries-service .inner-content .btn-box a:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.video-style-two {
  position: relative;
  background: rgb(242, 238, 255);
  overflow: hidden;
  padding: 110px 0px 120px;
}

.video-style-two .video-inner {
  position: relative;
  display: block;
  max-width: 870px;
  width: 100%;
  background: rgb(254, 182, 1);
  margin: 0px auto;
  padding: 195px 0px;
  text-align: center;
  border-radius: 30px;
}

.video-style-two .video-inner a {
  position: relative;
  display: inline-block;
  font-size: 48px;
  color: rgb(247, 191, 37);
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  animation: 5s ease 0s infinite normal none running pulse;
}

.video-style-two .sec-title {
  margin-bottom: 56px;
}

.video-style-two .vector-image .image-1 {
  position: absolute;
  left: 0px;
  top: 0px;
}

.video-style-two .vector-image .image-2 {
  position: absolute;
  right: 0px;
  top: 0px;
}

.video-style-two .vector-image .image-3 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  animation-name: slideInUp;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.video-style-two .vector-image .image-4 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  animation-name: slideInUp;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.testimonial-style-six {
  position: relative;
  padding: 167px 0px 200px;
}

.testimonial-style-six .owl-dots {
  display: none;
}

.testimonial-style-six .testimonial-content .image-box {
  position: relative;
  margin-left: 70px;
  margin-top: 50px;
}

.testimonial-style-six .testimonial-content .image-box::before {
  position: absolute;
  content: "";
  background: rgb(247, 191, 37);
  width: 100%;
  height: 100%;
  left: -50px;
  top: -50px;
  border-radius: 50%;
}

.testimonial-style-six .testimonial-content .image-box::after {
  position: absolute;
  content: "Ã¯â€žÂ";
  font-family: "Font Awesome 5 Free";
  font-size: 130px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  right: 30px;
  top: 20px;
}

.testimonial-style-six .testimonial-content .image-box .image {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
}

.testimonial-style-six .testimonial-content .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-six .testimonial-content .content-box {
  position: relative;
  display: block;
  margin-left: 50px;
}

.testimonial-style-six .testimonial-content .content-box::before {
  position: absolute;
  content: "Ã¯â€žÅ½";
  font-family: "Font Awesome 5 Free";
  font-size: 70px;
  color: rgb(204, 204, 204);
  font-weight: 700;
  right: 0px;
  bottom: 20px;
}

.testimonial-style-six .testimonial-content .content-box .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 40px;
}

.testimonial-style-six .testimonial-content .content-box .author-info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  margin-bottom: 18px;
}

.testimonial-style-six .testimonial-content .content-box .author-info .designation {
  font-size: 18px;
}

.testimonial-style-six .sec-title {
  margin-left: 50px;
  padding-right: 20px;
}

.testimonial-style-six .inner-box {
  position: relative;
  margin-top: -130px;
}

.testimonial-style-six .testimonial-content .content-box {
  padding-top: 90px;
}

.testimonial-style-six .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: 48px;
}

.testimonial-style-six .owl-nav .owl-prev, .testimonial-style-six .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: rgb(119, 119, 119);
  font-weight: 700;
  margin: 0px 25px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.testimonial-style-six .owl-nav .owl-prev::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  height: 30px;
  width: 2px;
  top: 0px;
  right: -26px;
}

.testimonial-style-six .owl-nav .owl-prev:hover, .testimonial-style-six .owl-nav .owl-next:hover {
  color: rgb(254, 182, 1);
}

.testimonial-style-six .testimonial-content {
  position: relative;
  margin-bottom: 40px;
}

.subscribe-style-two {
  position: relative;
  width: 100%;
  padding: 110px 0px 360px;
  background: rgb(254, 182, 1);
  margin-bottom: -240px;
}

.subscribe-style-two .sec-title h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 54px;
}

.subscribe-style-two .sec-title h2::after {
  background: rgb(255, 255, 255);
}

.subscribe-style-two .content-box {
  position: relative;
  display: block;
  margin: 0px 30px 0px 70px;
}

#content_block_18 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 44px;
}

#content_block_18 .content-box .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

#content_block_18 .content-box .subscribe-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 30px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 25px;
  padding: 10px 40px;
  background: transparent;
}

#content_block_18 .content-box .subscribe-form .form-group input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

#content_block_18 .content-box .subscribe-form .form-group button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  background: rgb(255, 255, 255);
  border-radius: 30px;
  text-align: center;
  padding: 15px 45px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

#content_block_18 .content-box .subscribe-form .form-group button:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 14px;
}

#image_block_18 .image-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 12px;
}

.banner-style-seven {
  position: relative;
  padding: 245px 0px 170px;
}

.banner-style-seven .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 95%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.banner-style-seven .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 44px;
}

.banner-style-seven .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 67px;
}

.banner-style-seven .content-box .mail-box .form-group {
  position: relative;
  margin: 0px 30px 0px 0px;
}

.banner-style-seven .content-box .mail-box .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 30px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  background: transparent;
  padding: 10px 200px 10px 30px;
}

.banner-style-seven .content-box .mail-box .form-group input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
}

.banner-style-seven .content-box .mail-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 60px;
  background: rgb(255, 255, 255);
  text-align: center;
  font-size: 14px;
  color: rgb(254, 182, 1);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.banner-style-seven .image-box {
  position: relative;
  margin-left: 85px;
}

.banner-style-seven .image-box .image {
  position: relative;
  border-top-left-radius: 15px;
}

.banner-style-seven .image-box .image img {
  max-width: none;
  float: left;
  border-top-left-radius: 15px;
}

.banner-style-seven .content-box {
  position: relative;
  padding-top: 90px;
}

.banner-style-seven .anim-icons .icon-1 {
  left: 95px;
  top: 200px;
  background-repeat: no-repeat;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-seven .anim-icons .icon-2 {
  left: 100px;
  bottom: 250px;
  background-repeat: no-repeat;
}

.banner-style-seven .anim-icons .icon-3 {
  left: 45%;
  top: 200px;
  background-repeat: no-repeat;
}

.banner-style-seven .anim-icons .icon-4 {
  left: 38%;
  bottom: 150px;
  background-repeat: no-repeat;
}

.banner-style-seven .anim-icons .icon-5 {
  top: 120px;
  right: 190px;
  background-repeat: no-repeat;
}

.feature-style-seven {
  position: relative;
  padding: 270px 0px 100px;
}

.feature-style-seven .pattern-bg1 {
  position: absolute;
  width: 945px;
  height: 990px;
  left: 0px;
  top: 110px;
  background-repeat: no-repeat;
  animation-name: slideInLeft;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.feature-style-seven .pattern-bg2 {
  position: absolute;
  width: 850px;
  height: 820px;
  right: -40px;
  bottom: -110px;
  background-repeat: no-repeat;
  z-index: -1;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

#content_block_19 .content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: rgb(240, 75, 73);
  margin-bottom: 30px;
}

#content_block_19 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 60px;
}

#content_block_19 .content-box .theme-btn {
  text-transform: uppercase;
}

#content_block_19 .content-box .sec-title h2 {
  margin-bottom: 56px;
}

.feature-style-seven .inner-box:first-child .content-box {
  margin-left: 70px;
}

.feature-style-seven .inner-box:first-child {
  margin-bottom: 115px;
}

.feature-style-seven .inner-box:last-child .content-box .icon-box {
  color: rgb(248, 203, 0);
}

#image_block_19 .image-box, #image_block_20 .image-box {
  position: relative;
}

#image_block_19 .image-box img {
  max-width: none;
  float: right;
}

#image_block_20 .image-box img {
  width: 100%;
}

#image_block_20 .image-box {
  margin-right: -12px;
}

.feature-style-seven .inner-box:last-child .content-box {
  margin-right: 35px;
}

.enterprise-section {
  position: relative;
  padding: 65px 0px;
}

.enterprise-section .sec-title {
  margin-bottom: 76px;
}

.enterprise-section .single-item .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 249, 234);
  overflow: hidden;
  padding: 53px 290px 53px 45px;
  transition: all 500ms ease 0s;
}

.enterprise-section .single-column:first-child .single-item .inner-box {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.enterprise-section .single-item .inner-box:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 30px 0px;
}

.enterprise-section .single-item .inner-box .image-box {
  position: absolute;
  right: 25px;
  bottom: -5px;
}

.enterprise-section .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  padding-bottom: 24px;
  margin-bottom: 28px;
}

.enterprise-section .single-item .inner-box h3::before {
  position: absolute;
  content: "";
  background: rgb(0, 80, 219);
  height: 2px;
  width: 50px;
  left: 0px;
  bottom: 0px;
}

.enterprise-section .single-item .inner-box .text {
  position: relative;
  display: block;
}

.enterprise-section .single-column:nth-child(2) .single-item .inner-box {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.enterprise-section .single-column:nth-child(2) .single-item .inner-box, .enterprise-section .single-column:nth-child(3) .single-item .inner-box {
  background: rgb(243, 239, 255);
  padding: 53px 30px 53px 300px;
}

.enterprise-section .single-column:nth-child(2) .single-item .inner-box .image-box, .enterprise-section .single-column:nth-child(3) .single-item .inner-box .image-box {
  left: 25px;
  bottom: 0px;
}

.enterprise-section .single-column {
  margin-bottom: 30px;
}

.enterprise-section .single-column:nth-child(3) .single-item .inner-box {
  background: rgb(243, 248, 255);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.enterprise-section .single-column:last-child .single-item .inner-box {
  background: rgb(243, 255, 219);
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.device-friendly {
  position: relative;
  padding: 250px 0px 100px;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#content_block_20 .content-box {
  position: relative;
  margin-left: 40px;
  padding-top: 125px;
}

#content_block_20 .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 55px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 29px;
}

.device-friendly .content-box .icon {
  position: absolute;
}

.device-friendly .content-box .icon-1 {
  left: 90px;
  top: 0px;
  background-repeat: no-repeat;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.device-friendly .content-box .icon-2 {
  top: -70px;
  right: 0px;
  background-repeat: no-repeat;
}

.device-friendly .content-box .icon-3 {
  right: -200px;
  top: 130px;
  background-repeat: no-repeat;
}

.device-friendly .content-box .icon-4 {
  right: -30px;
  bottom: -30px;
  background-repeat: no-repeat;
}

.device-friendly .content-box .icon-5 {
  left: 150px;
  bottom: -100px;
  background-repeat: no-repeat;
}

#content_block_20 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 44px;
}

#content_block_20 .content-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  background: rgb(255, 255, 255);
  border-radius: 30px;
  text-align: center;
  z-index: 1;
  padding: 15px 52px;
}

#content_block_20 .content-box .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(1, 0.2);
  z-index: -1;
}

#content_block_20 .content-box .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_20 .content-box .btn-box a:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 14px;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
}

#image_block_21 .image-box img {
  max-width: none;
  float: right;
}

#image_block_21 .image-box {
  position: relative;
  margin-right: -30px;
}

.pricing-style-two.home-7 {
  position: relative;
  padding-top: 85px;
}

.pricing-style-two.home-7::before {
  position: absolute;
  left: 0px;
  bottom: 50%;
  content: "";
  background: rgb(245, 245, 245);
  width: 100%;
  height: 100%;
}

.subscribe-section.home-7, .subscribe-section.home-8 {
  padding-top: 115px;
}

.banner-style-eight {
  position: relative;
  padding: 315px 0px 110px;
}

.banner-style-eight .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1590px;
  width: 95%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.banner-style-eight .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 26px;
}

.banner-style-eight .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 51px;
}

.banner-style-eight .content-box .btn-box .btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  color: rgb(254, 182, 1);
  line-height: 30px;
  font-weight: 500;
  background: rgb(255, 255, 255);
  padding: 15px 33px;
  text-align: center;
  border-radius: 30px;
  margin-right: 30px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

.banner-style-eight .content-box .btn-box .btn-one::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-style-eight .content-box .btn-box .btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-eight .content-box .btn-box .btn-one:hover {
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
}

.banner-style-eight .content-box .btn-box .btn-two {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 60px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.banner-style-eight .content-box .btn-box .btn-two:hover {
  text-decoration: underline;
}

.banner-style-eight .content-box .btn-box .btn-two i {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.banner-style-eight .content-box {
  position: relative;
  margin-top: 38px;
}

.banner-style-eight .image-box img {
  max-width: none;
  float: left;
}

.banner-style-eight .image-box {
  position: relative;
}

.banner-style-eight .image-box .image-2 {
  position: absolute;
  right: -250px;
  bottom: 0px;
}

.reasons-section {
  position: relative;
  padding-bottom: 100px;
}

.reasons-section .sec-title {
  margin-bottom: 48px;
}

.reasons-section .single-item .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  padding: 127px 30px 38px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
  transition: all 500ms ease 0s;
}

.reasons-section .single-item:hover .inner-box {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px 0px;
}

.reasons-section .single-item .inner-box .icon-box {
  position: absolute;
  left: 30px;
  top: 0px;
  font-size: 40px;
  line-height: 80px;
  width: 60px;
  height: 80px;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  text-align: center;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.reasons-section .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 23px;
}

.reasons-section .single-item .inner-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.reasons-section .single-item .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.reasons-section .inner-content {
  position: relative;
  margin: 0px -15px;
}

.reasons-section .inner-content .single-column {
  padding: 0px 30px;
}

.reasons-section .inner-content .single-column:nth-child(2) .single-item .inner-box .icon-box {
  background: rgb(255, 197, 0);
}

.reasons-section .inner-content .single-column:last-child .single-item .inner-box .icon-box {
  background: rgb(255, 6, 0);
}

.feature-style-eight {
  position: relative;
  padding: 30px 0px 50px;
}

.feature-style-eight .pattern-bg .pattern-1 {
  position: absolute;
  width: 1070px;
  height: 980px;
  right: 0px;
  top: 22%;
  background-repeat: no-repeat;
}

.feature-style-eight .pattern-bg .pattern-2 {
  position: absolute;
  width: 890px;
  height: 930px;
  left: 0px;
  bottom: -30px;
  background-repeat: no-repeat;
}

#content_block_21 .content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: rgb(185, 105, 68);
  margin-bottom: 28px;
}

#content_block_21 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 60px;
}

#content_block_21 .content-box .sec-title h2 {
  margin-bottom: 56px;
}

#content_block_21 .content-box .theme-btn {
  text-transform: uppercase;
}

.feature-style-eight .inner-box:nth-child(2) .content-box .icon-box {
  color: rgb(247, 169, 180) !important;
}

.feature-style-eight .inner-box:last-child .content-box .icon-box {
  color: rgb(250, 135, 10) !important;
}

.feature-style-eight .inner-box {
  margin-bottom: 120px;
}

.feature-style-eight .inner-box:first-child .image-box {
  margin-right: 47px;
}

.feature-style-eight .inner-box:nth-child(2) .image-box {
  margin-left: 55px;
}

.feature-style-eight .inner-box:last-child .image-box {
  margin-right: 61px;
  margin-left: -50px;
}

#image_block_22 .image-box {
  position: relative;
}

#image_block_22 .image-box img {
  width: 100%;
}

.customer-management {
  position: relative;
  padding-bottom: 120px;
}

.customer-management .sec-title {
  margin-bottom: 68px;
}

.customer-management .image-box img {
  width: 100%;
}

.customer-management .image-box {
  position: relative;
}

.customer-management .image-box .image-2 {
  position: absolute;
  left: -115px;
  right: -115px;
  bottom: 45px;
}

.testimonial-style-seven {
  position: relative;
  padding: 150px 0px 90px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.testimonial-style-seven::before {
  position: absolute;
  content: "";
  background: url("../images/icons/map-shap.png") center center no-repeat;
  width: 100%;
  height: 670px;
  left: 0px;
  top: 30px;
}

.testimonial-style-seven .testimonial-inner .sec-title h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 39px;
}

.testimonial-style-seven .testimonial-inner .sec-title h2::after {
  background: rgb(255, 255, 255);
}

.testimonial-style-seven .testimonial-inner .testimonial-content .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 53px;
}

.testimonial-style-seven .testimonial-inner .testimonial-content .author-info {
  position: relative;
  padding: 14px 0px 25px 170px;
}

.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 128px;
  height: 128px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .name {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  margin-bottom: 11px;
}

.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .designation {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 11px;
}

.testimonial-style-seven .testimonial-inner .testimonial-content .author-info .rating li {
  position: relative;
  float: left;
  font-size: 16px;
  color: rgb(255, 198, 0);
}

.testimonial-style-seven .testimonial-inner .owl-nav, .testimonial-style-seven .testimonial-inner .owl-dots {
  display: none;
}

.testimonial-style-seven .thumb-box {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-top: 110px;
}

.testimonial-style-seven .thumb-box .thumb-1 {
  position: absolute;
  left: 0px;
  top: -75px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-seven .thumb-box .thumb-2 {
  position: absolute;
  left: -110px;
  bottom: 90px;
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-seven .thumb-box .thumb-3 {
  position: absolute;
  right: 100px;
  top: 0px;
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-seven .thumb-box .thumb-4 {
  position: absolute;
  right: 190px;
  bottom: -45px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.clients-style-three {
  position: relative;
  padding-top: 105px;
}

.clients-style-three .inner-container {
  position: relative;
  padding: 30px 30px 0px;
  text-align: center;
}

.clients-style-three .image-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0px auto;
  transition: all 300ms ease 0s;
}

.clients-style-three .image-box img:hover {
  opacity: 0.5;
}

.clients-style-three .owl-nav, .clients-style-three .owl-dots {
  display: none;
}

.banner-style-nine {
  position: relative;
  padding: 295px 0px 310px;
}

.banner-style-nine .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-style-nine .content-box {
  position: relative;
  margin-top: 70px;
}

.banner-style-nine .content-box .btn-box .btn-one {
  padding: 15px 43px;
}

.dashboard-feature {
  position: relative;
  padding-top: 120px;
}

#content_block_22 .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(112, 0, 224);
  margin-bottom: 31px;
}

#content_block_22 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 51px;
}

#content_block_22 .content-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 68px;
}

#content_block_22 .content-box .theme-btn-two {
  padding: 15px 40px;
}

#content_block_23 .inner-content .feature-block-one .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: rgb(253, 167, 0);
  margin-bottom: 32px;
  transition: all 500ms ease 0s;
}

#content_block_23 .inner-content .feature-block-one:hover .icon-box {
  color: rgb(255, 255, 255) !important;
}

#content_block_23 .inner-content .feature-column:first-child .feature-block-one:last-child .icon-box {
  color: rgb(253, 0, 220);
}

#content_block_23 .inner-content .feature-column:last-child .feature-block-one:first-child .icon-box {
  color: rgb(254, 182, 1);
}

#content_block_23 .inner-content .feature-column:last-child .feature-block-one:last-child .icon-box {
  color: rgb(0, 185, 253);
}

#content_block_23 .inner-content .feature-block-one h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 28px;
  transition: all 500ms ease 0s;
}

#content_block_23 .inner-content .feature-block-one:hover h3, #content_block_23 .inner-content .feature-block-one:hover h3 a {
  color: rgb(255, 255, 255);
}

#content_block_23 .inner-content .feature-block-one h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

#content_block_23 .inner-content .feature-block-one .inner-box {
  padding: 48px 45px 50px 40px;
}

#content_block_23 .inner-content .feature-block-one {
  margin-bottom: 50px;
}

.dashboard-feature .inner-content {
  position: relative;
  margin: 0px -10px;
}

#content_block_23 .inner-content .feature-column {
  padding: 0px 25px;
}

#content_block_23 .inner-content .feature-column:last-child {
  padding-top: 50px;
}

.support-section {
  position: relative;
  padding: 50px 0px 100px;
}

.support-section .sec-title {
  margin-bottom: 50px;
}

.support-section .sec-title h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(112, 0, 224);
  margin-bottom: 31px;
  text-transform: uppercase;
  text-align: center;
}

.support-section .sec-title h2 {
  line-height: 60px;
  margin-bottom: 70px;
}

#content_block_24 .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 60px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 39px;
}

#content_block_24 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 60px;
}

#content_block_24 .content-box .theme-btn {
  height: 60px;
  padding: 17px 80px 17px 40px;
}

#content_block_24 .content-box .theme-btn i {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.support-section .inner-box:last-child .content-box {
  margin-right: 100px;
}

.support-section .inner-box:last-child {
  padding-top: 120px;
}

.support-section .inner-box .image-box {
  margin-right: 52px;
}

#image_block_23 .image-box img {
  width: 100%;
}

.support-section .inner-box:last-child .image-box img {
  max-width: none;
  float: right;
  width: auto;
}

.trusted-section {
  position: relative;
  padding: 20px 0px 120px;
}

.trusted-section .sec-title h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(112, 0, 224);
  margin-bottom: 37px;
}

.trusted-section .image-box {
  position: relative;
  margin-bottom: 100px;
  min-height: 550px;
}

.trusted-section .image-box .image {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.trusted-section .image-box img {
  width: 100%;
}

.trusted-section .fact-counter .inner-box .count-outer span {
  position: relative;
  display: inline-block;
  font-size: 72px;
  line-height: 75px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 17px;
}

.trusted-section .fact-counter .inner-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  color: rgb(254, 182, 1);
  font-weight: 500;
}

.testimonial-style-eight {
  position: relative;
  padding: 120px 0px 100px;
}

.testimonial-style-eight .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 835px;
  right: 0px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.testimonial-style-eight .sec-title h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(112, 0, 224);
  margin-bottom: 31px;
}

.testimonial-style-eight .sec-title h2 {
  line-height: 60px;
  margin-bottom: 66px;
}

.testimonial-style-eight .testimonial-content {
  position: relative;
  margin-bottom: 100px;
  margin-top: 30px;
}

.testimonial-style-eight .testimonial-content .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center;
  padding: 44px 40px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
}

.testimonial-style-eight .testimonial-content .inner-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 31px;
}

.testimonial-style-eight .testimonial-content .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: rgb(204, 204, 204);
  margin-bottom: 33px;
}

.testimonial-style-eight .testimonial-content .inner-box .author-info .name {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(254, 182, 1);
  margin-bottom: 8px;
}

.testimonial-style-eight .testimonial-content .inner-box .author-info .designation {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 24px;
}

.testimonial-style-eight .testimonial-content .inner-box .author-info .image-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  margin-bottom: -60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.testimonial-style-eight .testimonial-content .inner-box .author-info .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-eight .owl-nav {
  display: none;
}

.testimonial-style-eight .owl-theme .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.testimonial-style-eight .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgb(183, 183, 183);
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.testimonial-style-eight .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-eight .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(254, 182, 1);
}

.clients-style-three.home-9 {
  position: relative;
  padding: 120px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
}

.clients-style-three.home-9 .inner-container {
  padding: 0px;
}

.subscribe-section.home-9 {
  padding-bottom: 110px;
}

.main-footer.style-three {
  position: relative;
  padding-top: 0px;
  background-image: -webkit-linear-gradient(-90deg, rgb(0, 66, 255) 0%, rgb(99, 0, 199) 100%);
}

.main-footer.style-three .footer-top {
  padding-top: 130px;
}

.main-footer.style-three .anim-icons .icon {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.main-footer.style-three .anim-icons .icon-1 {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 85px;
  height: 85px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-2 {
  position: absolute;
  left: 230px;
  top: 25px;
  width: 130px;
  height: 130px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-3 {
  position: absolute;
  left: 20px;
  top: 225px;
  width: 110px;
  height: 110px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-4 {
  position: absolute;
  left: 200px;
  bottom: 185px;
  width: 85px;
  height: 85px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-5 {
  position: absolute;
  left: 75px;
  bottom: 15px;
  width: 130px;
  height: 130px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-6 {
  position: absolute;
  right: 270px;
  top: 60px;
  width: 85px;
  height: 85px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-7 {
  position: absolute;
  right: 15px;
  top: 25px;
  width: 130px;
  height: 130px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-8 {
  position: absolute;
  right: 245px;
  top: 225px;
  width: 110px;
  height: 110px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-9 {
  position: absolute;
  right: 90px;
  bottom: 185px;
  width: 85px;
  height: 85px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.main-footer.style-three .anim-icons .icon-10 {
  position: absolute;
  right: 170px;
  bottom: 15px;
  width: 130px;
  height: 130px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.main-header.home-10 .main-menu .navigation > li > a {
  color: rgb(34, 34, 34);
}

.banner-style-ten {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 295px 0px 90px;
}

.banner-style-ten .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.banner-style-ten .content-box h5 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(131, 68, 197);
  margin-bottom: 26px;
}

.banner-style-ten .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
}

.banner-style-ten .content-box {
  position: relative;
  margin-right: -15px;
}

.banner-style-ten .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 44px;
}

.banner-style-ten .content-box .theme-btn-two {
  padding: 13px 40px;
}

.banner-style-ten .image-box {
  position: relative;
  margin-left: 150px;
}

.banner-style-ten .image-box img {
  max-width: none;
  float: left;
}

.owl-dots-none .owl-dots {
  display: none;
}

.banner-style-ten .image-box .image-2 {
  position: absolute;
  left: -110px;
  bottom: -70px;
}

.banner-style-ten .image-box .image-3 {
  position: absolute;
  left: 180px;
  top: 40px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-ten .image-box .image-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-ten .image-box .image-5 {
  position: absolute;
  top: 150px;
  right: -250px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.banner-style-ten .image-box .image-6 {
  position: absolute;
  bottom: 100px;
  right: -250px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.service-style-three {
  position: relative;
  padding-top: 140px;
}

.service-style-three .image-layer {
  position: absolute;
  width: 345px;
  height: 880px;
  left: 0px;
  bottom: -220px;
  background-repeat: no-repeat;
}

.service-style-three .sec-title h2 {
  line-height: 60px;
  margin-bottom: 135px;
}

.service-block-three {
  position: relative;
  margin-bottom: 140px;
}

.service-block-three .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center;
  padding: 0px 40px 55px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  transition: all 500ms ease 0s;
}

.service-block-three:hover .inner-box {
  transform: translateY(-15px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
}

.service-block-three .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: rgb(255, 255, 255);
  width: 170px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  margin-top: -75px;
  z-index: 1;
  margin-bottom: 32px;
}

.service-block-three .inner-box .icon-box .bg-layer {
  position: absolute;
  width: 170px;
  height: 160px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.6s ease 0s;
}

.service-block-three:hover .inner-box .icon-box .bg-layer {
  filter: grayscale(100%);
  transform: rotateY(180deg);
}

.service-style-three .inner-container {
  position: relative;
  margin: 0px -10px;
}

.service-style-three .single-column {
  padding: 0px 25px;
}

.service-block-three .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 17px;
}

.service-block-three .inner-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.service-block-three .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.service-block-three .inner-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 34px;
}

.service-block-three .inner-box .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  color: rgb(254, 182, 1);
  font-weight: 700;
}

.service-block-three:hover .inner-box .link-btn a {
  color: rgb(255, 1, 1);
}

.service-style-three .single-column:nth-child(2) {
  padding-top: 190px;
}

.service-style-three .single-column:last-child {
  padding-top: 90px;
}

.solve-problem {
  position: relative;
  padding-bottom: 130px;
}

.solve-problem .image-layer {
  position: absolute;
  width: 290px;
  height: 755px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

#content_block_25 .content-box {
  position: relative;
  margin-right: 50px;
  margin-top: 27px;
}

#content_block_25 .content-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 81px;
}

#content_block_25 .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(254, 182, 1);
  margin-bottom: 35px;
}

#content_block_25 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 50px;
}

#content_block_25 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 40px;
}

#content_block_25 .content-box .list-item li::before {
  position: absolute;
  content: "Ã¯â‚¬Å’";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  color: rgb(254, 182, 1);
  left: 0px;
  top: 0px;
}

#content_block_25 .content-box .list-item li:last-child {
  margin-bottom: 0px;
}

#content_block_25 .content-box .list-item {
  margin-bottom: 81px;
}

#image_block_24 .image-box {
  position: relative;
}

#image_block_24 .image-box img {
  max-width: none;
  float: left;
}

.counter-style-two {
  position: relative;
  padding-bottom: 115px;
}

#image_block_25 .image-box {
  position: relative;
  margin-right: 15px;
}

#image_block_25 .image-box img {
  width: 100%;
}

#content_block_26 .content-box h2 {
  line-height: 60px;
  margin-bottom: 60px;
}

#content_block_26 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 50px;
}

#content_block_26 .content-box .counter-inner .counter-block {
  position: relative;
  float: left;
  width: 50%;
}

#content_block_26 .content-box .counter-inner .counter-block .count-outer span {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  margin-bottom: 13px;
}

#content_block_26 .content-box .counter-inner .counter-block .count-outer span::before {
  position: absolute;
  content: "+";
  font-size: 30px;
  font-weight: 600;
  color: rgb(255, 0, 0);
  top: -9px;
  right: -17px;
}

#content_block_26 .content-box .counter-inner .counter-block .inner-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(119, 119, 119);
  font-weight: 500;
  text-transform: uppercase;
}

.marketing-benefits {
  position: relative;
  background: rgb(245, 245, 245);
  padding: 122px 0px 100px;
}

.marketing-benefits::before {
  position: absolute;
  content: "";
  background: rgb(245, 245, 245);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 50%;
}

#content_block_27 .content-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 74px;
}

#content_block_27 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 43px;
}

#content_block_27 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 6px;
  padding-left: 40px;
}

#content_block_27 .content-box .list-item li::before {
  position: absolute;
  content: "Ã¯â‚¬Å’";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  color: rgb(254, 182, 1);
  left: 0px;
  top: 0px;
}

#content_block_27 .content-box .list-item li:last-child {
  margin-bottom: 0px;
}

#content_block_27 .content-box {
  position: relative;
  margin-right: 70px;
}

#image_block_26 .image-box {
  position: relative;
  margin: 95px 50px 0px;
}

#image_block_26 .image-box .bg-layer {
  position: absolute;
  left: -60px;
  top: -60px;
  width: 580px;
  height: 380px;
  background-repeat: no-repeat;
  animation: 15s linear 0s infinite normal none running zoom-fade;
}

#image_block_26 .image-box img {
  position: relative;
  width: 100%;
}

.testimonial-style-nine {
  position: relative;
  width: 100%;
  padding: 200px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.testimonial-style-nine::before {
  position: absolute;
  content: "";
  background: url("../images/icons/map-shap-2.png") center center no-repeat;
  width: 100%;
  height: 415px;
  left: 0px;
  top: 230px;
}

.testimonial-style-nine .testimonial-content {
  position: relative;
  padding: 0px 250px;
}

.testimonial-style-nine .testimonial-content .image-box {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 47px;
}

.testimonial-style-nine .testimonial-content .image-box::before {
  position: absolute;
  content: "Ã¯â€žÂ¶";
  font-family: Flaticon;
  font-size: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background: rgb(253, 159, 38);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  right: -7px;
  bottom: -6px;
  border-radius: 50%;
  z-index: 1;
}

.testimonial-style-nine .testimonial-content .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-nine .testimonial-content .text {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 48px;
  color: rgb(255, 255, 255);
  font-style: italic;
  margin-bottom: 47px;
}

.testimonial-style-nine .testimonial-content .author-info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 1px;
  padding-top: 34px;
}

.testimonial-style-nine .testimonial-content .author-info .name::before {
  position: absolute;
  content: "";
  background: rgb(253, 159, 38);
  height: 2px;
  width: 40px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.testimonial-style-nine .testimonial-content .author-info .designation {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.testimonial-style-nine .owl-nav .owl-prev, .testimonial-style-nine .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 40px;
  width: 65px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  transition: all 500ms ease 0s;
  cursor: pointer;
}

.testimonial-style-nine .owl-nav .owl-prev {
  left: 0px;
}

.testimonial-style-nine .owl-nav .owl-next {
  right: 0px;
}

.testimonial-style-nine .owl-nav .owl-prev:hover, .testimonial-style-nine .owl-nav .owl-next:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
}

.check-work {
  position: relative;
  background: rgb(249, 249, 249);
  padding: 105px 0px 125px;
}

.check-work .inner-box {
  position: relative;
  padding: 0px 100px;
}

.check-work .inner-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 56px;
}

.check-work .inner-box .check-form .form-group {
  position: relative;
  display: block;
  border: 2px solid rgb(254, 182, 1);
  border-radius: 50px;
  padding: 3px;
}

.check-work .inner-box .check-form .form-group::before {
  position: absolute;
  content: "";
  background: rgb(119, 119, 119);
  width: 1px;
  height: 16px;
  top: 30px;
  left: 35%;
  margin-left: 15px;
}

.check-work .inner-box .check-form .form-group input[type="text"], .check-work .inner-box .check-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 10px 50px;
  font-size: 16px;
  max-width: 350px;
  background: transparent;
}

.check-work .inner-box .check-form .form-group button {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  border-radius: 50px;
  text-align: center;
  padding: 20px 57px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.check-work .inner-box .check-form .form-group button::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(131, 68, 197);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.check-work .inner-box .check-form .form-group button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.check-work .inner-box .check-form .form-group button:hover {
  background: rgb(131, 68, 197);
}

.check-work .inner-box .text {
  position: relative;
  margin-top: 54px;
  display: block;
  font-size: 16px;
  text-align: center;
}

.check-work .inner-box .text a {
  color: rgb(34, 34, 34);
  font-weight: 700;
}

.check-work .inner-box .text a:hover {
  text-decoration: underline;
}

.main-footer.style-four {
  position: relative;
  background: rgb(255, 255, 255);
  padding-top: 20px;
  z-index: 1;
}

.main-footer.style-four .pattern-bg {
  position: absolute;
  width: 140px;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.main-footer.style-four::after {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 140px;
  height: 100%;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.news-section.home-10 .news-block-one .inner-box .image-box {
  border: 1px solid rgb(215, 215, 215);
}

.banner-style-11 {
  position: relative;
  padding: 340px 0px 540px;
}

.banner-style-11 .vector-image .image-1 {
  position: absolute;
  left: 55px;
  top: 200px;
}

.banner-style-11 .vector-image .image-2 {
  position: absolute;
  right: 50px;
  top: 200px;
}

.banner-style-11 .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.banner-style-11 .content-box {
  position: relative;
  max-width: 850px;
  margin: 0px auto;
  width: 100%;
}

.banner-style-11 .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 72px;
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}

.banner-style-11 .content-box .text {
  position: relative;
  display: block;
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-bottom: 56px;
}

.banner-style-11 .content-box .btn-box .btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  color: rgb(254, 182, 1);
  line-height: 30px;
  font-weight: 500;
  background: rgb(255, 255, 255);
  padding: 15px 30px;
  text-align: center;
  border-radius: 30px;
  margin-right: 35px;
  z-index: 1;
}

.banner-style-11 .content-box .btn-box .btn-one::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-style-11 .content-box .btn-box .btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-11 .content-box .btn-box .btn-one:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

.banner-style-11 .content-box .btn-box .video-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding: 7px 0px 0px 78px;
  top: -19px;
}

.banner-style-11 .content-box .btn-box .video-btn::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 105px;
  height: 1px;
  right: 0px;
  bottom: 0px;
}

.banner-style-11 .content-box .btn-box .video-btn i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 7px;
}

.organization-section {
  position: relative;
  padding-top: 120px;
}

.organization-section .sec-title {
  margin-bottom: 60px;
}

.organization-section .sec-title h2 {
  margin-bottom: 60px;
}

.organization-section .single-item .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgb(255, 255, 255);
  padding: 70px 30px 44px;
  border-radius: 20px;
  transition: all 500ms ease 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
}

.organization-section .single-item:hover .inner-box {
  transform: translateY(-15px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
}

.organization-section .single-item .inner-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.organization-section .single-item .inner-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.organization-section .single-item .inner-box .left-layer::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: rgb(244, 244, 244);
  transition: all 600ms ease 0s;
}

.organization-section .single-item .inner-box .left-layer::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: rgb(244, 244, 244);
  transition: all 600ms ease 0s;
}

.organization-section .single-item .inner-box .right-layer::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: rgb(244, 244, 244);
  transition: all 600ms ease 0s;
}

.organization-section .single-item .inner-box .right-layer::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: rgb(244, 244, 244);
  transition: all 600ms ease 0s;
}

.organization-section .single-item:hover .inner-box .left-layer::before, .organization-section .single-item:hover .inner-box .left-layer::after {
  height: 100%;
}

.organization-section .single-item:hover .inner-box .right-layer::before, .organization-section .single-item:hover .inner-box .right-layer::after {
  height: 100%;
}

.organization-section .single-item .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: rgb(29, 0, 255);
  margin-bottom: 27px;
}

.organization-section .single-item .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
  padding-bottom: 29px;
}

.organization-section .single-item .inner-box h4::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  height: 2px;
  width: 40px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.organization-section .single-item .inner-box h4 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.organization-section .single-item .inner-box h4 a:hover {
  color: rgb(254, 182, 1);
}

.organization-section .single-item .inner-box .text {
  position: relative;
  display: block;
  font-size: 16px;
}

.organization-section .more-btn {
  position: relative;
  display: block;
  margin-top: 70px;
}

.organization-section .more-btn .theme-btn-two {
  padding: 10px 45px;
}

.security-invisible {
  position: relative;
  padding: 110px 0px 100px;
}

#content_block_28 .content-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 71px;
}

#content_block_28 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 51px;
}

#content_block_28 .content-box {
  position: relative;
  margin-right: 50px;
}

#content_block_28 .content-box .btn-box .theme-btn-two {
  padding: 15px 40px;
}

#image_block_27 .image-box img {
  max-width: none;
}

.feature-style-ten {
  position: relative;
  padding: 135px 0px 95px;
}

.feature-style-ten .sec-title {
  margin-bottom: 65px;
}

#content_block_29 .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 60px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 31px;
}

#content_block_29 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 55px;
}

#content_block_29 .content-box .btn-box .theme-btn {
  height: 60px;
  padding: 17px 80px 17px 40px;
}

#content_block_29 .content-box .btn-box .theme-btn i {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

#image_block_28 .image-box img {
  max-width: none;
}

#content_block_29 .content-box {
  position: relative;
  padding: 105px 0px 119px;
}

.feature-style-ten .inner-container .inner-box:first-child .content-box {
  margin-right: 50px;
}

.feature-style-ten .inner-container .inner-box .content-box .bg-layer {
  position: absolute;
  width: 975px;
  height: 100%;
  top: 0px;
  right: -80px;
  background-repeat: no-repeat;
}

#image_block_28 .image-box .image-box {
  position: relative;
  display: block;
  text-align: center;
}

.feature-style-ten .inner-container .inner-box:first-child .image-box {
  margin-left: 50px;
}

#image_block_28 .image-box .anim-icons .icon-1 {
  position: absolute;
  top: -50px;
  left: 50px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

#image_block_28 .image-box .anim-icons .icon-2 {
  position: absolute;
  top: -50px;
  right: 0px;
}

#image_block_28 .image-box .anim-icons .icon-3 {
  position: absolute;
  right: 100px;
  bottom: -20px;
  z-index: 1;
}

.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box {
  margin-right: 80px;
}

.feature-style-ten .inner-container .inner-box:nth-child(2) .image-box img {
  float: right;
}

.feature-style-ten .inner-container .inner-box:nth-child(2) .content-box {
  margin-left: 50px;
}

.feature-style-ten .inner-container .inner-box:nth-child(2) .content-box .bg-layer {
  left: -100px;
  background-repeat: no-repeat;
}

.feature-style-ten .inner-container .inner-box:nth-child(3) .content-box {
  margin-right: 50px;
}

.feature-style-ten .inner-container .inner-box:nth-child(3) .content-box .bg-layer {
  right: -80px;
  background-repeat: no-repeat;
}

.feature-style-ten .inner-container .inner-box:nth-child(3) .image-box {
  margin-left: 80px;
}

.feature-style-ten .inner-container .inner-box:last-child .content-box {
  margin-left: 70px;
}

.feature-style-ten .inner-container .inner-box:last-child .content-box .bg-layer {
  left: -100px;
  background-repeat: no-repeat;
}

.feature-style-ten .inner-container .inner-box:last-child .image-box {
  margin-right: 100px;
}

.feature-style-ten .inner-container .inner-box:last-child .image-box img {
  float: right;
}

.software-product {
  position: relative;
  padding: 84px 0px 190px;
  width: 100%;
  margin-top: -115px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#content_block_30 .content-box {
  position: relative;
  margin-right: 70px;
  padding-top: 108px;
}

#content_block_30 .content-box .sec-title h2 {
  color: rgb(255, 255, 255);
  line-height: 60px;
  margin-bottom: 71px;
}

#content_block_30 .content-box.black-text .sec-title h2 {
  color: rgb(34, 34, 34);
}

#content_block_30 .content-box .sec-title h2::after {
  background: rgb(255, 255, 255);
}

#content_block_30 .content-box.black-text .sec-title h2::after {
  background: rgb(119, 119, 119);
}

#content_block_30 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 51px;
  padding-right: 35px;
}

#content_block_30 .content-box.black-text .text {
  color: rgb(119, 119, 119);
}

#content_block_30 .content-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  background: transparent;
  border-radius: 30px;
  text-align: center;
  z-index: 1;
  padding: 14px 42px;
}

#content_block_30 .content-box .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(34, 34, 34);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

#content_block_30 .content-box .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_30 .content-box.black-text .btn-box a {
  border: 1px solid rgb(254, 182, 1);
  color: rgb(254, 182, 1);
}

#content_block_30 .content-box.black-text .btn-box a:hover {
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
}

#content_block_30 .content-box .btn-box a:hover {
  border-color: rgb(34, 34, 34);
}

.clients-style-two.home-11 {
  z-index: 1;
}

#image_block_29 .image-box {
  position: relative;
}

#image_block_29 .image-box img {
  max-width: none;
  width: auto;
}

.testimonial-style-ten {
  position: relative;
  padding: 120px 0px;
}

.testimonial-style-ten .user-thumb {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -30px;
}

.testimonial-style-ten .user-thumb .thumb-box {
  position: relative;
  width: 620px;
  height: 620px;
}

.testimonial-style-ten .user-thumb .thumb-box .pattern-bg1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.testimonial-style-ten .user-thumb .thumb-box .pattern-bg2 {
  position: absolute;
  width: 795px;
  height: 415px;
  right: -75px;
  top: 130px;
  background-repeat: no-repeat;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb {
  position: absolute;
  border-radius: 50%;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb img {
  border-radius: 50%;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-2 {
  left: 70px;
  top: 40px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-3 {
  left: 270px;
  top: 10px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-4 {
  left: 125px;
  top: 200px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-5 {
  left: 95px;
  bottom: 35px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-6 {
  right: 120px;
  top: 190px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-7 {
  right: 0px;
  bottom: 140px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-ten .user-thumb .thumb-box .thumb-8 {
  right: 250px;
  bottom: 105px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-ten .content-box .sec-title h2 {
  margin-bottom: 41px;
}

.testimonial-style-ten .content-box {
  position: relative;
  margin-left: 100px;
}

.testimonial-style-ten .content-box .owl-nav {
  display: none;
}

.testimonial-style-ten .content-box .testimonial-content .text {
  position: relative;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 20px;
}

.testimonial-style-ten .content-box .testimonial-content .author-info .rating {
  position: relative;
  margin-bottom: 31px;
}

.testimonial-style-ten .content-box .testimonial-content .author-info .rating li {
  position: relative;
  float: left;
  font-size: 18px;
  color: rgb(255, 204, 67);
}

.testimonial-style-ten .content-box .testimonial-content .author-info .name {
  position: relative;
  font-size: 20px;
  color: rgb(254, 182, 1);
  margin-bottom: 14px;
}

.testimonial-style-ten .content-box .testimonial-content .author-info .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.testimonial-style-ten .owl-theme .owl-dots {
  position: relative;
  margin-top: 40px;
}

.testimonial-style-ten .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgb(215, 215, 215);
  border-radius: 50%;
  transition: all 500ms ease 0s;
  cursor: pointer;
}

.testimonial-style-ten .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-ten .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(254, 182, 1);
}

.testimonial-style-ten .content-box .testimonial-content .author-info {
  position: relative;
}

.testimonial-style-ten .content-box .testimonial-content .author-info::before {
  position: absolute;
  content: "Ã¯â€žÅ½";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 130px;
  color: rgb(233, 233, 233);
  top: 45px;
  right: 0px;
}

.betterlook-section {
  position: relative;
  background: rgb(245, 249, 255);
  padding: 80px 0px;
  overflow: hidden;
}

#content_block_31 .content-box {
  position: relative;
  margin-right: 50px;
}

#content_block_31 .content-box .text {
  position: relative;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 52px;
}

#content_block_31 .content-box .sec-title h2 {
  margin-bottom: 41px;
}

#content_block_31 .content-box .theme-btn-two {
  padding: 15px 40px;
}

#image_block_30 .image-box {
  position: relative;
}

#image_block_30 .image-box img {
  max-width: none;
  width: auto;
}

.betterlook-section .anim-icons .icon-1 {
  position: absolute;
  left: -150px;
  top: -115px;
  width: 400px;
  height: 400px;
  background: rgb(254, 182, 1);
  border-radius: 50%;
  animation: 10s linear 0s infinite normal none running zoom-fade;
}

.betterlook-section .anim-icons .icon-2 {
  position: absolute;
  left: 50%;
  bottom: -120px;
  width: 400px;
  height: 400px;
  background: rgb(254, 182, 1);
  border-radius: 50%;
  animation: 10s linear 0s infinite normal none running zoom-fade;
}

.betterlook-section .pattern-bg1 {
  position: absolute;
  left: -30px;
  bottom: -150px;
  width: 285px;
  height: 390px;
  background-repeat: no-repeat;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.betterlook-section .pattern-bg2 {
  position: absolute;
  top: -120px;
  left: 50%;
  width: 390px;
  height: 390px;
  background-repeat: no-repeat;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.subscribe-section.home-11 {
  padding-top: 110px;
}

.main-header.home-12 .main-menu .navigation > li > a {
  color: rgb(34, 34, 34);
}

.banner-style-12 {
  position: relative;
  padding: 265px 0px 200px;
}

.banner-style-12::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  left: -60px;
  top: -60px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.banner-style-12 .pattern-bg {
  position: absolute;
  width: 160px;
  height: 335px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background-repeat: no-repeat;
}

.banner-style-12 .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.banner-style-12 .content-box {
  position: relative;
  margin-right: 70px;
  margin-top: 23px;
}

.banner-style-12 .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 36px;
}

.banner-style-12 .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 53px;
}

.banner-style-12 .content-box .btn-box .btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  border-radius: 30px;
  text-align: center;
  padding: 14.5px 32px;
  cursor: pointer;
  margin-right: 30px;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.banner-style-12 .content-box .btn-box .btn-one::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-style-12 .content-box .btn-box .btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-12 .content-box .btn-box .btn-one i {
  position: relative;
  font-size: 24px;
  margin-right: 15px;
  top: 4px;
}

.banner-style-12 .content-box .btn-box .btn-one:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

.banner-style-12 .content-box .btn-box .btn-two {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  color: rgb(254, 182, 1);
  line-height: 30px;
  background: rgb(255, 255, 255);
  padding: 15px 43px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

.banner-style-12 .content-box .btn-box .btn-two::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-style-12 .content-box .btn-box .btn-two:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-12 .content-box .btn-box .btn-two:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.banner-style-12 .image-box {
  position: relative;
  margin-right: -162px;
  padding: 50px 0px;
}

.banner-style-12 .image-box .bg-layer {
  position: absolute;
  width: 460px;
  height: 620px;
  top: 0px;
  right: -50px;
  background-repeat: no-repeat;
}

.banner-style-12 .image-box img {
  position: relative;
  width: 100%;
}

.clients-section.home-12 {
  position: relative;
}

.clients-section.home-12 .clients-carousel {
  padding-bottom: 120px;
  border-bottom: 2px solid rgb(235, 235, 235);
}

.designe-process {
  position: relative;
  padding: 80px 0px 90px;
}

.designe-process .sec-title h2 {
  line-height: 60px;
  margin-bottom: 62px;
}

.designe-process .single-item {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.designe-process .single-item .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  padding: 70px 30px 65px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
  transition: all 500ms ease 0s;
}

.designe-process .single-item .inner-box .icon-box {
  position: relative;
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 46px;
  z-index: 1;
}

.designe-process .single-item .inner-box .icon-box::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  transform: rotate(45deg);
  transition: all 500ms ease 0s;
}

.designe-process .single-item:hover .inner-box .icon-box::before {
  transform: rotate(0deg);
}

.designe-process .single-item .inner-box .icon-box::after {
  position: absolute;
  content: "";
  border: 1px dashed rgb(254, 182, 1);
  width: 80px;
  height: 80px;
  left: 0px;
  top: 0px;
  border-radius: 10px;
  z-index: -1;
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box::before {
  background: rgb(52, 199, 0);
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box::after {
  border-color: rgb(52, 199, 0);
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box::before {
  background: rgb(255, 0, 0);
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box::after {
  border-color: rgb(255, 0, 0);
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box::before {
  background: rgb(255, 133, 0);
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box::after {
  border-color: rgb(255, 133, 0);
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box::before {
  background: rgb(255, 0, 255);
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box::after {
  border-color: rgb(255, 0, 255);
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box::before {
  background: rgb(0, 174, 239);
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box::after {
  border-color: rgb(0, 174, 239);
}

.designe-process .single-item .inner-box .icon-box i {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  border: 1px dotted rgb(255, 255, 255);
  font-weight: 700;
}

.designe-process .single-item .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 19px;
}

.designe-process .single-item .inner-box h4 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.designe-process .single-item .inner-box h4 a:hover {
  color: rgb(254, 182, 1);
}

.designe-process .single-item .inner-box .text {
  position: relative;
  display: block;
  font-size: 16px;
}

.designe-process .single-item .inner-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.designe-process .single-item .inner-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
}

.designe-process .single-item .inner-box .left-layer::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: rgb(244, 244, 244);
  transition: all 600ms ease 0s;
}

.designe-process .single-item .inner-box .left-layer::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: rgb(244, 244, 244);
  transition: all 600ms ease 0s;
}

.designe-process .single-item .inner-box .right-layer::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: rgb(244, 244, 244);
  transition: all 600ms ease 0s;
}

.designe-process .single-item .inner-box .right-layer::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 0%;
  display: block;
  background-color: rgb(244, 244, 244);
  transition: all 600ms ease 0s;
}

.designe-process .single-item:hover .inner-box .left-layer::before, .designe-process .single-item:hover .inner-box .left-layer::after {
  height: 100%;
}

.designe-process .single-item:hover .inner-box .right-layer::before, .designe-process .single-item:hover .inner-box .right-layer::after {
  height: 100%;
}

.solution-section {
  position: relative;
  background: rgb(249, 249, 249);
  padding: 100px 0px 120px;
}

.solution-section .sec-title h2 {
  margin-bottom: 60px;
  line-height: 60px;
}

.solution-section .inner-content .inner-box:first-child {
  margin-bottom: 120px;
}

.solution-section .inner-content .inner-box:first-child .content-box {
  margin-left: 30px !important;
}

.solution-section .inner-content .inner-box:last-child .content-box {
  margin-right: 30px !important;
}

#content_block_32 .content-box .sec-title h2 {
  font-size: 32px;
  margin-bottom: 55px;
  line-height: 48px;
}

#content_block_32 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 55px;
}

#content_block_32 .content-box .icon-box {
  position: relative;
  margin-bottom: 41px;
}

#content_block_32 .content-box .icon-box .icon {
  position: relative;
  display: inline-block;
  margin-right: 13px;
}

#content_block_32 .content-box .icon-box .icon:last-child {
  margin-right: 0px;
}

#content_block_32 .content-box .theme-btn {
  text-transform: uppercase;
}

#image_block_31 .image-box {
  position: relative;
}

.solution-section #image_block_31 .image-box img {
  max-width: none;
  width: auto;
  float: right;
}

#image_block_32 .image-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: rgb(254, 182, 1);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
}

#image_block_32 .image-box img {
  max-width: none;
  width: auto;
  transition: all 500ms ease 0s;
}

#image_block_32 .image-box:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}

.designe-process-two {
  position: relative;
  padding: 110px 0px 95px;
}

.designe-process-two .sec-title {
  position: relative;
  max-width: 730px;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 54px;
}

.designe-process-two .sec-title h2 {
  margin-bottom: 44px;
}

.designe-process-two .tab-btn-box {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin: 0px auto;
}

.designe-process-two .tab-btn-box .tab-btns {
  position: relative;
  width: 100%;
  background: rgb(245, 245, 245);
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 100px;
}

.designe-process-two .tab-btn-box .tab-btns li {
  position: relative;
  float: left;
  width: 235px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  background: transparent;
  padding: 15px 20px;
  border-right: 1px solid rgb(255, 255, 255);
  transition: all 500ms ease 0s;
  cursor: pointer;
}

.designe-process-two .tab-btn-box .tab-btns li:last-child {
  border-right: 0px;
}

.designe-process-two .tab-btn-box .tab-btns li.active-btn, .designe-process-two .tab-btn-box .tab-btns li:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.designe-process-two .tabs-content .content-box {
  position: relative;
  margin: 30px 50px 30px 60px;
}

.designe-process-two .tabs-content .content-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  margin-bottom: 37px;
}

.designe-process-two .tabs-content .content-box .text {
  position: relative;
  margin-bottom: 55px;
}

.designe-process-two .tabs-content .content-box .text p {
  font-size: 16px;
  margin-bottom: 30px;
}

.designe-process-two .tabs-content .content-box .text p:last-child {
  margin-bottom: 0px;
}

.designe-process-two .tabs-content .content-box .theme-btn-two {
  padding: 15px 43px;
}

.designe-process-two .tabs-content .image-box {
  position: relative;
  margin-left: 48px;
}

.designe-process-two .tabs-content .image-box::before {
  position: absolute;
  content: "";
  background: rgb(236, 188, 53);
  width: 320px;
  height: 430px;
  right: -35px;
  bottom: -35px;
}

.designe-process-two .tabs-content .image-box img {
  width: 100%;
}

.designe-process-three {
  position: relative;
  background: rgb(245, 245, 245);
  padding: 106px 0px 90px;
}

.designe-process-three .sec-title h2 {
  line-height: 60px;
}

.designe-process-three .inner-content {
  position: relative;
  margin-right: -350px;
}

.designe-process-three .inner-content .single-item {
  position: relative;
  margin: 30px 0px;
}

.designe-process-three .inner-content .single-item .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  padding: 41px 30px 0px 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: all 500ms ease 0s;
}

.designe-process-three .inner-content .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 19px;
}

.designe-process-three .inner-content .single-item .inner-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.designe-process-three .inner-content .single-item .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.designe-process-three .inner-content .single-item .inner-box .text {
  position: relative;
  display: block;
  margin-bottom: 21px;
}

.designe-process-three .inner-content .single-item .inner-box .image-box {
  position: relative;
  display: block;
  text-align: center;
}

.designe-process-three .owl-nav {
  position: absolute;
  top: -80px;
  right: 345px;
}

.designe-process-three .owl-nav .owl-next, .designe-process-three .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  color: rgb(34, 34, 34);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
  cursor: pointer;
  margin: 0px 5px;
  transition: all 500ms ease 0s;
}

.designe-process-three .owl-nav .owl-next:hover, .designe-process-three .owl-nav .owl-prev:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.streamline-section {
  position: relative;
  background: rgb(254, 182, 1);
  padding: 110px 0px 288px;
  margin-bottom: -285px;
}

#content_block_33 .content-box {
  position: relative;
  margin-right: 60px;
}

#content_block_33 .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 60px;
  margin-bottom: 21px;
}

#content_block_33 .content-box.black-text h2 {
  color: rgb(34, 34, 34);
}

#content_block_33 .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-bottom: 35px;
}

#content_block_33 .content-box.black-text .text {
  color: rgb(119, 119, 119);
}

#content_block_33 .content-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  line-height: 30px;
  background: rgb(255, 255, 255);
  padding: 15px 43px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
}

#content_block_33 .content-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(34, 34, 34);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

#content_block_33 .content-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_33 .content-box.black-text a {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

#content_block_33 .content-box a:hover {
  background: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}

#image_block_33 .image-box {
  position: relative;
}

#image_block_33 .image-box img {
  position: relative;
  max-width: none;
  width: auto;
}

.banner-style-13 {
  position: relative;
  padding: 215px 0px 60px;
}

.banner-style-13 .image-shap {
  position: absolute;
  width: 405px;
  height: 445px;
  left: 0px;
  top: 35%;
  background-repeat: no-repeat;
}

.banner-style-13 .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 73%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.banner-style-13 .content-box h1 {
  position: relative;
  display: block;
  font-size: 48px;
  font-weight: 700;
  color: rgb(34, 34, 34);
  line-height: 70px;
  margin-bottom: 44px;
}

.banner-style-13 .content-box h1 span {
  color: rgb(227, 64, 162);
  text-transform: uppercase;
}

.banner-style-13 .content-box .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 63px;
}

.banner-style-13 .content-box .mail-box .form-group {
  position: relative;
  margin: 0px;
}

.banner-style-13 .content-box .mail-box .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(254, 182, 1);
  border-radius: 30px;
  font-size: 14px;
  color: rgb(119, 119, 119);
  padding: 10px 200px 10px 30px;
}

.banner-style-13 .content-box .mail-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 60px;
  background: rgb(254, 182, 1);
  text-align: center;
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.banner-style-13 .anim-icons .icon-1 {
  background-image: -webkit-linear-gradient(0deg, rgb(32, 213, 221) 0%, rgb(93, 51, 158) 100%);
  width: 80px;
  height: 80px;
  left: 120px;
  bottom: 100px;
  border-radius: 50%;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.banner-style-13 .anim-icons .icon-2 {
  background-image: -webkit-linear-gradient(0deg, rgb(254, 64, 160) 0%, rgb(98, 66, 170) 100%);
  width: 145px;
  height: 145px;
  top: 60px;
  right: 60px;
  border-radius: 50%;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.banner-style-13 .image-box {
  position: relative;
  margin-left: 100px;
}

.banner-style-13 .image-box img {
  max-width: none;
  float: left;
}

.award-section {
  position: relative;
  padding: 140px 0px 65px;
}

.award-section .content-box {
  position: relative;
  background-image: -webkit-linear-gradient(-90deg, rgb(0, 128, 207) 0%, rgb(53, 59, 145) 100%);
  padding: 35px 50px 48px 260px;
  border-radius: 100px;
}

.award-section .content-box .award-image {
  position: absolute;
  left: -100px;
  top: -140px;
  width: 375px;
  height: 375px;
}

.award-section .content-box .text {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
}

.award-section .content-box h1 {
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
}

.chooseus-section {
  position: relative;
  padding: 70px 0px 50px;
}

.chooseus-section .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 55px;
}

.chooseus-section .inner-box .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 35px;
}

.chooseus-section .inner-box .list-item li:last-child {
  margin-bottom: 0px;
}

.chooseus-section .inner-box .list-item li::before {
  position: absolute;
  content: "Ã¯â€¦Å ";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  color: rgb(254, 182, 1);
  font-weight: 700;
  left: 0px;
  top: 0px;
}

.feature-style-11 {
  position: relative;
  padding: 175px 0px 100px;
}

.feature-style-11 .sec-title.center h2 {
  margin-bottom: 74px;
}

#content_block_34 .content-box .top-title {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  padding: 5px 15px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 34px;
}

.feature-style-11 .inner-content .inner-box:nth-child(2) .content-box .top-title {
  background: rgb(128, 198, 5);
}

.feature-style-11 .inner-content .inner-box:nth-child(3) .content-box .top-title {
  background: rgb(255, 5, 5);
}

.feature-style-11 .inner-content .inner-box:nth-child(4) .content-box .top-title {
  background: rgb(5, 128, 198);
}

.feature-style-11 .inner-content .inner-box:last-child .content-box .top-title {
  background: rgb(255, 187, 5);
}

#content_block_34 .content-box .top-title i {
  margin-right: 5px;
}

#content_block_34 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 35px;
}

#content_block_34 .content-box .list-item li::before {
  position: absolute;
  content: "Ã¯ÂËœ";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: rgb(254, 182, 1);
  font-size: 16px;
  left: 0px;
  top: 0px;
}

#content_block_34 .content-box .list-item li:last-child {
  margin-bottom: 0px;
}

#content_block_34 .content-box .sec-title h2 {
  margin-bottom: 51px;
}

.feature-style-11 .inner-content .inner-box .image-box {
  position: relative;
}

.feature-style-11 .inner-content .inner-box {
  margin-bottom: 120px;
}

.feature-style-11 .inner-content .inner-box:last-child {
  margin-bottom: 0px;
}

.feature-style-11 .inner-content .inner-box:first-child .image-box img, .feature-style-11 .inner-content .inner-box:nth-child(3) .image-box img, .feature-style-11 .inner-content .inner-box:last-child .image-box img {
  position: relative;
  float: left;
}

.feature-style-11 .inner-content .inner-box:nth-child(2) .image-box img, .feature-style-11 .inner-content .inner-box:nth-child(4) .image-box img {
  position: relative;
  float: right;
}

.feature-style-11 .inner-content .inner-box:first-child .image-box .bg-layer {
  position: absolute;
  width: 1005px;
  height: 945px;
  top: -120px;
  right: 30px;
  background-repeat: no-repeat;
}

.feature-style-11 .inner-content .inner-box:nth-child(2) .image-box .bg-layer {
  position: absolute;
  width: 1010px;
  height: 805px;
  left: 30px;
  top: -150px;
  background-repeat: no-repeat;
}

.feature-style-11 .inner-content .inner-box:nth-child(3) .image-box .bg-layer {
  position: absolute;
  width: 1030px;
  height: 750px;
  right: 30px;
  top: -110px;
  background-repeat: no-repeat;
}

.feature-style-11 .inner-content .inner-box:nth-child(4) .image-box .bg-layer {
  position: absolute;
  width: 1030px;
  height: 920px;
  left: 30px;
  top: -110px;
  background-repeat: no-repeat;
}

.feature-style-11 .inner-content .inner-box:nth-child(4) {
  margin-bottom: 205px;
}

.feature-style-11 .inner-content .inner-box:last-child .image-box .bg-layer {
  position: absolute;
  width: 1040px;
  height: 505px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

#image_block_34 .image-box {
  position: relative;
}

#image_block_34 .image-box img {
  max-width: none;
  width: auto;
}

.crm-programming {
  position: relative;
  padding: 115px 0px 120px;
}

.crm-programming .sec-title h2 {
  margin-bottom: 74px;
}

.crm-programming .image-layer {
  position: absolute;
  left: 0px;
  top: -190px;
  right: 0px;
  width: 100%;
  height: 1195px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.crm-programming .single-item {
  position: relative;
  max-width: 270px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.crm-programming .single-item .piechart {
  position: relative;
  margin-bottom: 34px;
}

.crm-programming .single-item .piechart span {
  position: absolute;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  color: rgb(34, 34, 34);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.crm-programming .single-item .piechart span::after {
  color: rgb(34, 34, 34);
  content: "%";
  font-size: 60px;
  font-weight: 700;
}

.crm-programming .single-item .text {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.pricing-style-four {
  position: relative;
  padding: 110px 0px 150px;
}

.pricing-style-four .pricing-table {
  position: relative;
  width: 33.3333%;
  float: left;
  text-align: center;
}

.pricing-style-four .pricing-table .table-header .title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(57, 62, 149);
  text-transform: uppercase;
  margin-bottom: 17px;
}

.pricing-style-four .pricing-table .table-header .price {
  position: relative;
  display: block;
  font-size: 72px;
  font-weight: 500;
  line-height: 70px;
  color: rgb(61, 65, 91);
  margin-bottom: 5px;
}

.pricing-style-four .pricing-table .table-header .price span {
  font-size: 48px;
}

.pricing-style-four .pricing-table .table-header .text {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
}

.pricing-style-four .pricing-table .table-header {
  position: relative;
  padding: 47px 15px 38px;
  border-bottom: 1px solid rgb(225, 225, 225);
  border-right: 1px solid rgb(225, 225, 225);
}

.pricing-style-four .pricing-table:last-child .table-header {
  border-right: none;
}

.pricing-style-four .pricing-inner {
  position: relative;
  border: 1px solid rgb(225, 225, 225);
}

.pricing-style-four .pricing-table .table-content li {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(254, 182, 1);
  padding: 25px 15px;
  background: rgb(245, 245, 245);
}

.pricing-style-four .pricing-table:first-child .table-content li:first-child, .pricing-style-four .pricing-table:first-child .table-content li:nth-child(2), .pricing-style-four .pricing-table:first-child .table-content li:nth-child(3), .pricing-style-four .pricing-table:nth-child(2) .table-content li:first-child, .pricing-style-four .pricing-table:nth-child(2) .table-content li:nth-child(2) {
  color: rgb(119, 119, 119);
}

.pricing-style-four .pricing-table .table-content li:nth-child(2n+1) {
  background: rgb(255, 255, 255);
}

.pricing-style-four .pricing-table .table-footer {
  position: absolute;
  left: 0px;
  bottom: -123px;
  width: 100%;
}

.pricing-style-four .pricing-table .table-footer a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  border: 1px solid rgb(225, 225, 225);
  text-align: center;
  border-radius: 30px;
  background: transparent;
  padding: 14px 30px;
  z-index: 1;
}

.pricing-style-four .pricing-table .table-footer a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(252, 0, 0);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.pricing-style-four .pricing-table .table-footer a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.pricing-style-four .pricing-table .table-footer a:hover {
  background: rgb(252, 0, 0);
  border-color: rgb(252, 0, 0);
  color: rgb(255, 255, 255);
}

.pricing-style-four .feature-inner h2 {
  position: relative;
  display: flex;
  font-size: 30px;
  line-height: 36px;
  color: rgb(252, 0, 0);
  padding: 15px;
  min-height: 248px;
  align-items: center;
  text-align: center;
}

.pricing-style-four .feature-inner .list {
  position: relative;
  border: 1px solid rgb(225, 225, 225);
}

.pricing-style-four .feature-inner .list li {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 25px 15px 25px 60px;
  background: rgb(245, 245, 245);
}

.pricing-style-four .feature-inner .list li:nth-child(2n+1) {
  background: rgb(255, 255, 255);
}

.pricing-style-four .sec-title h2 {
  margin-bottom: 73px;
}

.testimonial-style-11 {
  position: relative;
  padding: 90px 0px 100px;
}

.testimonial-style-11 .inner-container {
  position: relative;
  display: block;
  padding: 100px;
}

.testimonial-style-11 .inner-container .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-style-11 .inner-container .sec-title {
  position: relative;
  display: block;
  padding: 0px 30px;
}

.testimonial-style-11 .inner-container .sec-title::before {
  position: absolute;
  content: "Ã¯â€žÅ½";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 72px;
  top: 50px;
  right: 0px;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
}

.testimonial-style-11 .inner-container .sec-title h2 {
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.5) 0px 5px 5px;
}

.testimonial-style-11 .inner-container .sec-title h2::after {
  background: rgb(34, 34, 34);
}

.testimonial-style-11 .testimonial-inner {
  position: relative;
  display: block;
  padding: 25px 70px 145px 30px;
  text-align: center;
}

.testimonial-style-11 .testimonial-inner .testimonial-content {
  position: relative;
  margin-top: 20px;
}

.testimonial-style-11 .testimonial-inner .testimonial-content .image-box {
  position: relative;
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin-bottom: 23px;
}

.testimonial-style-11 .testimonial-inner .testimonial-content .image-box::before {
  position: absolute;
  content: "";
  background: rgb(26, 46, 229);
  width: 100%;
  height: 100%;
  left: -15px;
  top: -15px;
  border-radius: 50%;
}

.testimonial-style-11 .testimonial-inner .testimonial-content .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-11 .testimonial-inner .testimonial-content .text {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 41px;
}

.testimonial-style-11 .testimonial-inner .testimonial-content .author-info .name {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  margin-bottom: 6px;
}

.testimonial-style-11 .testimonial-inner .testimonial-content .designation {
  position: relative;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

.testimonial-style-11 .testimonial-inner .owl-prev, .testimonial-style-11 .testimonial-inner .owl-next {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin: 0px 25px;
  transition: all 500ms ease 0s;
}

.testimonial-style-11 .testimonial-inner .owl-prev:hover, .testimonial-style-11 .testimonial-inner .owl-next:hover {
  color: rgb(254, 182, 1);
}

.testimonial-style-11 .testimonial-inner .owl-prev::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 2px;
  height: 30px;
  top: 0px;
  right: -25px;
}

.testimonial-style-11 .testimonial-inner .owl-nav {
  position: relative;
  display: block;
  margin-top: 25px;
}

.testimonial-style-11 .anim-icons .icon-1 {
  left: 170px;
  top: 140px;
  background-repeat: no-repeat;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-11 .anim-icons .icon-2 {
  left: 50px;
  bottom: 150px;
  background-repeat: no-repeat;
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

.testimonial-style-11 .anim-icons .icon-3 {
  top: 200px;
  right: 20px;
  background-repeat: no-repeat;
  animation: 10s linear 0s infinite normal none running zoom-fade;
}

.main-header.style-two {
  position: relative;
}

.main-header.style-two .outer-container {
  top: 50px;
}

.main-header.style-two .outer-container .main-box {
  position: relative;
  background: rgb(254, 182, 1);
  padding: 0px 30px;
  border-radius: 50px;
}

.main-header.style-two .outer-container .main-box::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: calc(100% - 220px);
  height: 100%;
  left: 110px;
  top: 22px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  z-index: -1;
  border-radius: 50px;
}

.main-header.style-two .outer-container .logo-box .logo {
  padding: 25px 0px 24px;
}

.main-header.style-two .main-menu .navigation > li {
  position: relative;
  padding: 34px 0px 36px;
  margin: 0px 25px;
}

.main-header.style-two .main-menu .navigation > li::before {
  position: absolute;
  content: "";
  background: rgb(62, 203, 255);
  width: 0%;
  height: 4px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease 0s;
}

.main-header.style-two .main-menu .navigation > li.current::before, .main-header.style-two .main-menu .navigation > li:hover::before {
  width: 100%;
}

.main-header.style-two .menu-area .btn-box {
  margin-top: 25px;
}

.main-header.style-two .menu-area .btn-box a {
  padding: 10px 38px;
  font-weight: 500;
  font-size: 16px;
}

.banner-style-14 {
  padding: 280px 0px 100px;
}

.banner-style-14 .content-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 60px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 27px;
}

.banner-style-14 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 33px;
}

.banner-style-14 .content-box .mail-box {
  margin-bottom: 70px;
}

.banner-style-14 .content-box .mail-box .form-group {
  position: relative;
  max-width: 570px;
  width: 100%;
  margin: 0px auto;
}

.banner-style-14 .content-box .mail-box .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(254, 182, 1);
  border-radius: 30px;
  font-size: 14px;
  color: rgb(119, 119, 119);
  padding: 10px 200px 10px 30px;
}

.banner-style-14 .content-box .mail-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 60px;
  background: rgb(254, 182, 1);
  text-align: center;
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.banner-style-14 .content-box .image-box {
  position: relative;
}

.banner-style-14 .content-box .image-box .image-1 {
  position: relative;
  margin: 0px -15px;
}

.banner-style-14 .content-box .image-box .image-2 {
  position: absolute;
  left: -150px;
  top: 20px;
}

.banner-style-14 .content-box .image-box .image-3 {
  position: absolute;
  right: -150px;
  top: 30px;
}

.banner-style-14 .content-box .image-box img {
  width: 100%;
}

.clients-section .trusted-box {
  position: relative;
  display: inline-block;
  margin-top: 80px;
  font-size: 16px;
  background: rgb(235, 235, 235);
  color: rgb(46, 46, 46);
  padding: 15px 60px;
  border-radius: 30px;
}

.awesome-features {
  position: relative;
  padding: 85px 45px 110px;
}

.awesome-features .feature-block-two {
  position: relative;
  margin: 30px 15px;
}

.feature-block-two .inner-box {
  position: relative;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 30px;
  padding: 82px 30px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  transition: all 500ms ease 0s;
}

.feature-block-two:hover .inner-box {
  background: rgb(254, 182, 1);
}

.feature-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: rgb(34, 34, 34);
  margin-bottom: 59px;
  transition: all 500ms ease 0s;
}

.feature-block-two .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  margin-bottom: 15px;
  transition: all 500ms ease 0s;
}

.feature-block-two .inner-box h3 a {
  color: rgb(254, 182, 1);
}

.feature-block-two .inner-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 42px;
}

.feature-block-two:hover .inner-box .icon-box, .feature-block-two:hover .inner-box h3, .feature-block-two:hover .inner-box h3 a, .feature-block-two:hover .inner-box .text {
  color: rgb(255, 255, 255);
}

.feature-block-two .inner-box .link-btn {
  position: relative;
  top: 25px;
}

.feature-block-two .inner-box .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 1500ms ease 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.feature-block-two:hover .inner-box .link-btn a {
  opacity: 1;
  transform: scale(1, 1);
}

.awesome-features .sec-title {
  margin-bottom: 45px;
}

.awesome-features .owl-nav {
  display: none;
}

.awesome-features .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 100px;
}

.awesome-features .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgb(204, 204, 204);
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.awesome-features .owl-theme .owl-dots .owl-dot.active span, .awesome-features .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(254, 182, 1);
}

.feature-style-12 {
  position: relative;
  background: rgb(247, 247, 247);
  padding: 110px 0px 120px;
}

.feature-style-12 .sec-title h2 {
  margin-bottom: 93px;
}

#image_block_35 .image-box {
  position: relative;
}

#image_block_35 .image-box img {
  width: 100%;
}

#content_block_35 .content-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 53px;
  max-width: 400px;
}

#content_block_35 .content-box .text {
  position: relative;
  margin-bottom: 54px;
}

#content_block_35 .content-box .text p {
  font-size: 16px;
  margin-bottom: 30px;
}

#content_block_35 .content-box .text p:last-child {
  margin-bottom: 0px;
}

.feature-style-12 .inner-box {
  margin-bottom: 120px;
}

.feature-style-12 .inner-box:last-child {
  margin-bottom: 0px;
}

.userfree-section {
  position: relative;
  background: rgb(254, 182, 1);
  padding: 110px 0px 120px;
}

.userfree-section .pattern-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.userfree-section .content-box .text {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 29px;
}

.userfree-section .content-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 36px;
}

.userfree-section .content-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  color: rgb(254, 182, 1);
  line-height: 30px;
  font-weight: 500;
  background: rgb(255, 255, 255);
  padding: 15px 40px;
  text-align: center;
  z-index: 1;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

.userfree-section .content-box .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.userfree-section .content-box .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.userfree-section .content-box .btn-box a:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.powerful-management {
  position: relative;
  padding: 110px 0px 120px;
}

#content_block_36 .content-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 60px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 30px;
}

#content_block_36 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 56px;
}

#content_block_36 .content-box .theme-btn-two {
  padding: 15px 27px;
}

.powerful-management .inner-box {
  position: relative;
  margin-left: 30px;
}

#content_block_37 .inner-box .company-list li {
  position: relative;
  float: left;
  width: 33.333%;
  margin-bottom: 30px;
}

#content_block_37 .inner-box .company-list li a {
  position: relative;
  display: inline-block;
  width: 190px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  background: rgb(255, 255, 255);
  color: rgb(119, 119, 119);
  padding: 60px 15px 51px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

#content_block_37 .inner-box .company-list li .company-logo {
  margin-bottom: 19px;
}

#content_block_37 .inner-box .company-list li .company-logo img {
  width: auto;
  transition: all 500ms ease 0s;
}

#content_block_37 .inner-box .company-list li a:hover .company-logo img {
  transform: scale(1.1);
}

#content_block_37 .inner-box .company-list li:nth-child(2), #content_block_37 .inner-box .company-list li:nth-child(5) {
  top: 30px;
}

.powerful-management .sec-title h2 {
  margin-bottom: 70px;
}

.subscribe-style-three {
  position: relative;
  padding: 110px 0px 100px;
}

.subscribe-style-three .pattern-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.subscribe-style-three .subscribe-form .form-group {
  position: relative;
  margin: 0px;
  display: block;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(204, 204, 204);
  padding: 18px 40px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.subscribe-style-three .subscribe-form .form-group::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 8px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.subscribe-style-three .subscribe-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 170px 10px 20px;
  background: transparent;
  font-size: 18px;
  border-radius: 30px;
}

.subscribe-style-three .subscribe-form .form-group button {
  position: absolute;
  overflow: hidden;
  top: 18px;
  right: 23px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  border: 2px solid rgb(254, 182, 1);
  border-radius: 30px;
  text-align: center;
  padding: 13px 33px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.subscribe-style-three .subscribe-form .form-group button::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(34, 34, 34);
  transition: all 0.4s ease 0s;
  transform: scale(1, 0.2);
  z-index: -1;
}

.subscribe-style-three .subscribe-form .form-group button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.subscribe-style-three .subscribe-form .form-group button:hover {
  background: rgb(34, 34, 34);
}

.subscribe-style-three .sec-title h2 {
  margin-bottom: 64px;
}

.subscribe-style-three .inner-box .text {
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 62px;
}

.main-footer.style-five {
  position: relative;
}

.main-footer.style-five .about-widget .text {
  color: rgb(0 0 0);
  margin-bottom: 21px;
}

.main-footer.style-five .about-widget .phone {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: rgb(255, 255, 255);
}

.main-footer.style-five .about-widget .phone a {
  color: rgb(255, 255, 255);
}

.main-footer.style-five .about-widget .phone a:hover {
  text-decoration: underline;
}

.main-footer.style-five .about-widget .phone i {
  margin-right: 20px;
}

.main-footer.style-five .footer-top .footer-logo {
  margin-bottom: 17px;
}

.main-footer.style-five .footer-top .about-widget {
  margin-right: 25px;
}

.main-footer.style-five .footer-top .widget-title {
  color: rgb(0 0 0);
  font-size: 22px;
  margin-bottom: 25px;
}

.main-footer.style-five .footer-top .widget-title::before, .main-footer.style-five .footer-top .widget-title::after {
  display: none;
}

.main-footer.style-five .footer-top .links-widget .list li {
  padding: 0px;
  margin-bottom: 5px;
}

.main-footer.style-five .footer-top .links-widget .list li a {
  color: rgb(0 0 0);
}

.main-footer.style-five .footer-top .links-widget .list li a:hover {
  text-decoration: underline;
}

.main-footer.style-five .footer-top .links-widget .list li a::before {
  display: none;
}

.main-footer.style-five .footer-top .contact-widget .contact-info li {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(0 0 0);
  margin-bottom: 6px;
}

.main-footer.style-five .footer-top .contact-widget .contact-info li:last-child {
  margin-bottom: 0px;
}

.main-footer.style-five .footer-top .contact-widget .contact-info li a {
  display: inline-block;
  color: rgb(0 0 0);
}

.main-footer.style-five .footer-top .contact-widget .contact-info li a:hover {
  text-decoration: underline;
}

.main-footer.style-five .footer-top .contact-widget .contact-info li i {
  margin-right: 20px;
}

.main-footer.style-five .footer-top .contact-widget .contact-info {
  position: relative;
  margin-bottom: 18px;
}

.main-footer.style-five .footer-top .contact-widget .social-links li {
  position: relative;
  float: left;
  margin-right: 10px;
}

.main-footer.style-five .footer-top .contact-widget .social-links li:last-child {
  margin-right: 0px;
}

.main-footer.style-five .footer-top .contact-widget .social-links li a {
  position: relative;
  display: inline-block;
  color: rgb(0 0 0);
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  text-align: center;
  border: 1px solid rgb(0 0 0);
  border-radius: 50%;
}

.main-footer.style-five .footer-top .contact-widget .social-links li a:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
}

.main-footer.style-five .footer-top {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 70px;
}

.main-footer.style-five .footer-bottom .copyright, .main-footer.style-five .footer-bottom .copyright a {
  color: rgb(255, 255, 255);
}

.main-footer.style-five .footer-bottom .copyright a:hover {
  text-decoration: underline;
}

.main-footer.style-five .footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  margin-right: 35px;
}

.main-footer.style-five .footer-bottom .footer-nav li::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 1px;
  height: 16px;
  top: 8px;
  right: 0px;
}

.main-footer.style-five .footer-bottom .footer-nav li:last-child::before {
  display: none;
}

.main-footer.style-five .footer-bottom .footer-nav li:last-child {
  padding: 0px;
  margin: 0px;
}

.main-footer.style-five .footer-bottom .footer-nav li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: rgb(0 0 0);
}

.main-footer.style-five .footer-bottom .footer-nav li a:hover {
  text-decoration: underline;
}

.main-footer.style-five .footer-bottom {
  padding: 19px 0px;
}

.main-footer.style-five .anim-icons .icon-1 {
  left: 0px;
  bottom: 150px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
  z-index: 1;
}

.main-header.home-15 {
  position: relative;
}

.main-header.home-15 .main-menu .navigation > li > a {
  color: rgb(34, 34, 34);
}

.main-header.home-15 .search-box-btn, .main-header.home-15 .menu-right-content .cart-box-outer a {
  color: rgb(34, 34, 34);
  font-size: 16px;
}

.main-header.home-15 .menu-right-content .cart-box-outer a:hover, .main-header.home-15 .search-box-btn:hover {
  color: rgb(254, 182, 1);
}

.main-header.home-15 .menu-right-content .cart-box-outer a span {
  right: 5px;
  top: -10px;
  background: rgb(254, 182, 1);
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
}

.main-header.home-15 .menu-area .btn-box {
  margin: 0px 0px 0px 30px;
  float: none;
  display: inline-block;
  top: 12px;
}

.main-header.home-15 .menu-area .btn-box a {
  padding: 10px 37px;
  font-size: 16px;
  font-weight: 600;
}

.main-header.home-15 .menu-right-content {
  margin-left: 50px;
  margin-top: 40px;
}

.main-header.home-15 .main-menu .navigation > li {
  margin: 0px 20px;
}

.main-header.home-15 .search-box-outer {
  margin-left: 0px;
  margin-right: 30px;
}

.main-header.home-15 .outer-container .logo-box .logo {
  padding-top: 61px;
}

.banner-style-15 {
  position: relative;
  padding: 195px 0px 110px;
}

.banner-style-15 .content-box {
  position: relative;
  max-width: 730px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding-bottom: 38px;
}

.banner-style-15 .content-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  color: rgb(254, 182, 1);
  margin-bottom: 24px;
}

.banner-style-15 .content-box .text {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 47px;
  padding: 0px 40px;
}

.banner-style-15 .content-box .btn-box .btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: rgb(254, 182, 1);
  background: transparent;
  border: 1px solid rgb(254, 182, 1);
  text-align: center;
  padding: 14px 42px;
  border-radius: 30px;
  margin: 0px 15px;
  z-index: 1;
}

.banner-style-15 .content-box .btn-box .btn-one::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-style-15 .content-box .btn-box .btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-15 .content-box .btn-box .btn-one:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.banner-style-15 .content-box .btn-box .video-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: rgb(34, 34, 34);
  background: rgb(227, 241, 249);
  padding: 15px 80px 15px 45px;
  border-radius: 30px;
  margin: 0px 15px;
}

.banner-style-15 .content-box .btn-box .video-btn i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
}

.banner-style-15 .content-box .btn-box .video-btn:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.banner-style-15 .image-box img {
  width: 100%;
}

.banner-style-15 .anim-icons .icon-1 {
  left: 100px;
  top: 370px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-15 .anim-icons .icon-2 {
  left: 100px;
  top: 50%;
}

.banner-style-15 .anim-icons .icon-3 {
  left: 100px;
  bottom: 0px;
}

.banner-style-15 .anim-icons .icon-4 {
  right: 100px;
  bottom: 0px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-15 .anim-icons .icon-5 {
  right: 100px;
  top: 50%;
}

.banner-style-15 .anim-icons .icon-6 {
  right: 240px;
  top: 200px;
}

.work-section {
  position: relative;
  padding-bottom: 110px;
}

.work-section .sec-title {
  margin-bottom: 60px;
}

.work-section .sec-title h2 {
  margin-bottom: 60px;
}

.work-section .single-item .inner-box {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 60px 40px 80px 50px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  transition: all 500ms ease 0s;
}

.work-section .single-item:hover .inner-box {
  transform: translateY(-15px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 30px 0px;
}

.work-section .single-item .inner-box .pattern-bg {
  position: absolute;
  width: 250px;
  height: 240px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
}

.work-section .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 29px;
  padding-bottom: 40px;
}

.work-section .single-item .inner-box h3::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 40px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.work-section .single-item .inner-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.work-section .single-item .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.work-section .single-item .inner-box .text {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 15px;
}

.work-section .single-item .inner-box .icon-box {
  position: absolute;
  right: 40px;
  bottom: 25px;
  font-size: 70px;
  line-height: 70px;
  color: rgb(11, 170, 189);
}

.work-section .single-column:nth-child(2) .single-item .inner-box .icon-box {
  color: rgb(186, 0, 118);
}

.work-section .single-column:last-child .single-item .inner-box .icon-box {
  color: rgb(254, 182, 1);
}

.work-section .single-item .inner-box .link-btn {
  position: absolute;
  left: 60px;
  bottom: -24px;
  transform: scale(0, 0);
  transition: all 500ms ease 0s;
}

.work-section .single-item:hover .inner-box .link-btn {
  transform: scale(1, 1);
}

.work-section .single-item .inner-box .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.work-section .feature-btn {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 103px;
}

.work-section .feature-btn .theme-btn-two {
  padding: 15px 33px;
}

.feature-style-13 {
  position: relative;
  padding-bottom: 230px;
}

#content_block_38 .content-box .sec-title {
  margin-bottom: 50px;
}

#content_block_38 .content-box .sec-title h2 {
  line-height: 60px;
  margin-bottom: 71px;
}

#content_block_38 .content-box .lower-content .single-item {
  position: relative;
  padding: 0px 0px 0px 100px;
  margin-bottom: 41px;
}

#content_block_38 .content-box .lower-content .single-item .icon-box {
  position: absolute;
  left: 0px;
  top: 5px;
  color: rgb(254, 182, 1);
  font-size: 35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: rgb(241, 237, 255);
  border-radius: 50%;
}

#content_block_38 .content-box .lower-content .single-item:last-child .icon-box {
  background: rgb(255, 241, 225);
  color: rgb(189, 110, 22);
}

#content_block_38 .content-box .lower-content .single-item h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 18px;
}

#content_block_38 .content-box .lower-content .single-item h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

#content_block_38 .content-box .lower-content .single-item h3 a:hover {
  color: rgb(254, 182, 1);
}

#content_block_38 .content-box .lower-content .single-item .text {
  position: relative;
  font-size: 16px;
}

.feature-style-13 .inner-box .content-box {
  position: relative;
  margin-top: 52px;
}

#image_block_36 .image-box {
  position: relative;
}

#image_block_36 .image-box img {
  position: relative;
  width: 100%;
}

#image_block_36 .image-box .bg-layer {
  position: absolute;
  width: 990px;
  height: 920px;
  left: 70px;
  top: -80px;
  background-repeat: no-repeat;
}

.feature-style-13 .inner-box:first-child {
  margin-bottom: 105px;
}

.feature-style-13 .inner-box:last-child .content-box .lower-content .single-item:first-child .icon-box {
  background: rgb(237, 255, 250) !important;
  color: rgb(254, 182, 1) !important;
}

.feature-style-13 .inner-box:last-child .image-box {
  margin-right: 44px;
}

#image_block_37 .image-box {
  position: relative;
}

#image_block_37 .image-box img {
  position: relative;
}

#image_block_37 .image-box .bg-layer {
  position: absolute;
  width: 1010px;
  height: 750px;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.feature-style-13 .anim-icons .icon-1 {
  background-image: -webkit-linear-gradient(0deg, rgb(254, 64, 160) 0%, rgb(98, 66, 170) 100%);
  width: 145px;
  height: 145px;
  left: 100px;
  top: 0px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px 0px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.feature-style-13 .anim-icons .icon-2 {
  background-image: -webkit-linear-gradient(0deg, rgb(254, 64, 160) 0%, rgb(98, 66, 170) 100%);
  width: 145px;
  height: 145px;
  right: 100px;
  bottom: 120px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px 0px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.case-studies {
  position: relative;
  padding: 110px 0px 130px;
  background-image: -webkit-linear-gradient(-90deg, rgb(61, 0, 255) 0%, rgb(254, 182, 1) 100%);
}

.case-studies .sec-title h2, .case-studies .sec-title p {
  color: rgb(255, 255, 255);
}

.case-studies .sec-title h2 {
  margin-bottom: 60px;
}

.case-studies .sec-title {
  margin-bottom: 74px;
}

.case-studies .sec-title h2::after {
  background: rgb(255, 255, 255);
}

.case-studies .outer-container {
  position: relative;
  max-width: 1680px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

.case-block-one .inner-box {
  position: relative;
  text-align: center;
}

.case-block-one .inner-box .image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

.case-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease 0s;
}

.case-block-one:hover .inner-box .image-box img {
  opacity: 0.2;
  transform: scale(1.1);
}

.case-block-one .inner-box .image-box .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.case-block-one .inner-box .image-box .box a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin: 0px 25px;
  opacity: 0;
}

.case-block-one .inner-box .image-box .box a:hover {
  color: rgb(0, 174, 239);
}

.case-block-one:hover .inner-box .image-box .box a {
  opacity: 1;
  transform: translateX(0px) !important;
}

.case-block-one .inner-box .image-box .box a:last-child {
  transform: translateX(10px);
}

.case-block-one .inner-box .image-box .box a:first-child {
  transform: translateX(-10px);
}

.case-block-one .inner-box .image-box .box a::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 2px;
  height: 30px;
  top: 4px;
  right: -28px;
  opacity: 0;
  transition: all 500ms ease 0s;
}

.case-block-one:hover .inner-box .image-box .box a::before {
  opacity: 1;
}

.case-block-one .inner-box .image-box .box a:last-child::before {
  display: none;
}

.case-block-one .inner-box .lower-content {
  position: relative;
  padding: 39px 15px 34px;
  border-bottom: 1px solid rgb(0, 174, 239);
  transition: all 500ms ease 0s;
}

.case-block-one:hover .inner-box .lower-content {
  border-color: rgb(255, 255, 255);
}

.case-block-one .inner-box .lower-content h2 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 6px;
}

.case-block-one .inner-box .lower-content h2 a {
  display: inline-block;
  color: rgb(255, 255, 255);
}

.case-block-one .inner-box .lower-content h2 a:hover {
  color: rgb(0, 174, 239);
}

.case-block-one .inner-box .lower-content .text {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.case-studies .owl-nav {
  display: none;
}

.case-studies .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 70px;
}

.case-studies .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgb(0, 174, 239);
  margin: 0px 5px;
  transition: all 500ms ease 0s;
  cursor: pointer;
}

.case-studies .owl-theme .owl-dots .owl-dot.active span, .case-studies .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(255, 255, 255);
  width: 30px;
}

.counter-style-three {
  position: relative;
  padding: 110px 0px 140px;
}

.counter-style-three .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 90px;
  right: 0px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
}

.counter-style-three .sec-title {
  margin-bottom: 86px;
}

.counter-style-three .sec-title h2 {
  margin-bottom: 60px;
}

.counter-style-three .inner-box {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 240px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  text-align: center;
  padding: 60px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 15px 20px 30px 0px;
}

.counter-style-three .inner-box::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transition: all 500ms ease 0s;
  transform: scale(0, 0);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px 0px;
}

.counter-style-three .inner-box:hover::before {
  transform: scale(1, 1);
}

.counter-style-three .inner-box::after {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 270px;
  height: 270px;
  left: 0px;
  top: -5px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
  z-index: -1;
}

.counter-style-three .inner-box .layer-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
  transition: all 500ms ease 0s;
}

.counter-style-three .inner-box:hover .layer-bg {
  opacity: 0;
}

.counter-style-three .inner-box .count-outer span {
  position: relative;
  display: block;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  color: rgb(254, 182, 1);
  margin-bottom: 3px;
  transition: all 500ms ease 0s;
}

.counter-style-three .inner-box .text {
  position: relative;
  font-size: 20px;
  transition: all 500ms ease 0s;
}

.counter-style-three .inner-box:hover .count-outer span, .counter-style-three .inner-box:hover .text {
  color: rgb(255, 255, 255) !important;
}

.counter-style-three .counter-block:nth-child(2) .inner-box .count-outer span {
  color: rgb(255, 3, 3);
}

.counter-style-three .counter-block:nth-child(3) .inner-box .count-outer span {
  color: rgb(74, 172, 36);
}

.counter-style-three .counter-block:last-child .inner-box .count-outer span {
  color: rgb(60, 0, 255);
}

.counter-style-three .anim-icons .icon-1 {
  left: 130px;
  top: 230px;
}

.counter-style-three .anim-icons .icon-2 {
  right: 140px;
  top: 170px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.counter-style-three .anim-icons .icon-3 {
  right: 100px;
  bottom: 0px;
}

.testimonial-style-12 {
  position: relative;
  padding: 110px 0px 100px;
}

.testimonial-style-12 .sec-title h2 {
  line-height: 60px;
  margin-bottom: 52px;
}

.testimonial-style-12 .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 835px;
  right: 0px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.testimonial-style-12 .testimonial-content {
  position: relative;
  text-align: center;
  margin: 80px 0px 50px;
}

.testimonial-style-12 .testimonial-content .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  padding: 0px 30px 60px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
}

.testimonial-style-12 .testimonial-content .inner-box .author-info .image-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
  margin-bottom: 26px;
  margin-top: -55px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.testimonial-style-12 .testimonial-content .inner-box .author-info .image-box img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-12 .testimonial-content .inner-box .author-info .name {
  position: relative;
  font-size: 18px;
  color: rgb(254, 182, 1);
  margin-bottom: 8px;
}

.testimonial-style-12 .testimonial-content .inner-box .author-info .designation {
  position: relative;
  font-size: 16px;
}

.testimonial-style-12 .testimonial-content .inner-box .author-info {
  position: relative;
  margin-bottom: 34px;
}

.testimonial-style-12 .testimonial-content .inner-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
}

.testimonial-style-12 .testimonial-content .inner-box .icon-box {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  border-radius: 50%;
  transform: translateX(-50%);
}

.testimonial-style-12 .owl-nav {
  display: none;
}

.testimonial-style-12 .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.testimonial-style-12 .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgb(183, 183, 183);
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.testimonial-style-12 .owl-theme .owl-dots .owl-dot.active span, .testimonial-style-12 .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(254, 182, 1);
}

.pricing-style-four.home-15 {
  padding: 0px 0px 220px;
}

.check-website {
  position: relative;
  background: rgb(254, 182, 1);
  overflow: hidden;
  padding: 115px 0px;
  z-index: 1;
}

.check-website .vactor-bg-1 {
  position: absolute;
  width: 437px;
  height: 528px;
  left: 0px;
  bottom: -15px;
  background-repeat: no-repeat;
}

.check-website .vactor-bg-2 {
  position: absolute;
  width: 783px;
  height: 553px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-repeat: no-repeat;
}

.check-website .inner-container {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  text-align: center;
}

.check-website .inner-container .subscribe-form .form-group {
  position: relative;
  margin-bottom: 42px;
}

.check-website .inner-container .subscribe-form .form-group input[type="text"] {
  position: relative;
  width: 100%;
  height: 70px;
  background: rgb(255, 255, 255);
  border-radius: 40px;
  padding: 15px 230px 15px 50px;
  font-size: 16px;
  color: rgb(119, 119, 119);
  border: 3px solid rgb(255, 255, 255);
  transition: all 500ms ease 0s;
}

.check-website .inner-container .subscribe-form .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgb(0, 174, 239);
  font-size: 18px;
  font-weight: 500;
  padding: 15px 30px;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 40px;
  width: 200px;
  height: 70px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.check-website .inner-container .subscribe-form .form-group input:focus {
  border-color: rgb(0, 174, 239);
}

.check-website .sec-title h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 68px;
}

.check-website .sec-title h2::after {
  background: rgb(255, 255, 255);
}

.check-website .inner-container .text {
  position: relative;
  font-size: 16px;
  color: rgb(221, 221, 221);
}

.check-website .inner-container .text a {
  color: rgb(221, 221, 221);
  font-weight: 700;
}

.check-website .inner-container .text a:hover {
  color: rgb(255, 255, 255);
}

.check-website .anim-icons .icon-1 {
  left: 0px;
  top: -200px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.clients-section.home-15 {
  padding: 120px 0px 115px;
}

.free-estimate {
  position: relative;
  padding: 170px 0px 25px;
}

.free-estimate .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 478px;
  right: 0px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.free-estimate .inner-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 60px;
  color: rgb(34, 34, 34);
  font-weight: 500;
}

.free-estimate .inner-box .btn-box {
  margin-top: 33px;
}

.free-estimate .inner-box .btn-box .theme-btn-two {
  padding: 15px 30px;
}

.main-header.home-16 {
  position: relative;
}

.main-header.home-16 .menu-area .btn-box {
  margin: 62px 0px 0px 30px;
}

.main-header.home-16 .menu-area .btn-box a {
  padding: 10px 38px;
  font-size: 16px;
  font-weight: 500;
}

.banner-style-16 {
  position: relative;
  padding: 240px 0px 180px;
}

.banner-style-16 .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1435px;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-style-16 .upper-box .content-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  height: 50px;
  padding: 12px 77px 12px 32px;
  background: transparent;
  line-height: 26px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  z-index: 1;
}

.banner-style-16 .upper-box .content-box .btn-box a::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s;
}

.banner-style-16 .upper-box .content-box .btn-box a i {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(255, 255, 255);
  font-size: 15px;
  color: rgb(254, 182, 1);
  border-radius: 50%;
  transition: all 900ms ease 0s;
}

.banner-style-16 .upper-box .content-box .btn-box a:hover {
  color: rgb(254, 182, 1);
}

.banner-style-16 .upper-box .content-box .btn-box a:hover::before {
  background: rgb(255, 255, 255);
  transform: scale(1, 1);
  transform-origin: left bottom;
}

.banner-style-16 .upper-box .content-box .btn-box a:hover i {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
}

.banner-style-16 .content-box h1 {
  position: relative;
  font-size: 48px;
  font-weight: 500;
  color: rgb(0 0 0);
  line-height: 72px;
  margin-bottom: 42px;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px;
}

.banner-style-16 .content-box .text {
  position: relative;
  font-size: 16px;
  color: rgb(254, 254, 254);
  margin-bottom: 44px;
}

.banner-style-16 .image-box {
  position: relative;
  margin: 0px -309px 0px -30px;
}

.banner-style-16 .image-box img {
  width: 100%;
}

.banner-style-16 .upper-box .content-box .btn-box {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}

.banner-style-16 .content-box .share-box a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: rgb(255, 255, 255);
  margin-right: 52px;
}

.banner-style-16 .content-box .share-box a:hover {
  color: rgb(0, 174, 239);
}

.banner-style-16 .content-box .share-box a:last-child {
  margin-right: 0px;
}

.banner-style-16 .content-box .share-box a i {
  position: relative;
  font-size: 36px;
  margin-right: 25px;
  top: 7px;
}

.banner-style-16 .upper-box {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-style-16 .lower-box {
  position: relative;
  display: block;
  text-align: center;
}

.banner-style-16 .lower-box .timer {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 91px;
}

.banner-style-16 .lower-box .cs-countdown {
  position: relative;
  text-align: center;
  margin-bottom: 61px;
}

.banner-style-16 .lower-box .cs-countdown .count-col {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0px 42px;
}

.banner-style-16 .lower-box .cs-countdown .count-col:first-child {
  margin-left: 0px;
}

.banner-style-16 .lower-box .cs-countdown .count-col:last-child {
  margin-right: 0px;
}

.banner-style-16 .lower-box .cs-countdown .count-col span {
  position: relative;
  display: block;
  font-size: 74px;
  color: rgb(255, 255, 255);
  line-height: 75px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 17px;
}

.banner-style-16 .lower-box .cs-countdown .count-col h3 {
  position: relative;
  margin: 0px auto;
  font-size: 22px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.banner-style-16 .lower-box .btn-box .btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  color: rgb(19, 29, 39);
  line-height: 30px;
  font-weight: 500;
  background: rgb(255, 255, 255);
  padding: 15px 48px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  margin: 0px 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px;
}

.banner-style-16 .lower-box .btn-box .btn-two {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 30px;
  font-weight: 500;
  background: rgb(18, 2, 80);
  padding: 15px 42px;
  text-align: center;
  border-radius: 30px;
  margin: 0px 15px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px;
}

.banner-style-16 .lower-box .btn-box .btn-one::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(18, 2, 80);
  transition: all 0.4s ease 0s;
  transform: scale(1, 0.2);
  z-index: -1;
}

.banner-style-16 .lower-box .btn-box .btn-one:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-16 .lower-box .btn-box .btn-two::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  transform: scale(1, 0.2);
  z-index: -1;
}

.banner-style-16 .lower-box .btn-box .btn-two:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-16 .lower-box .btn-box .btn-one:hover {
  background: rgb(18, 2, 80);
  color: rgb(255, 255, 255);
}

.banner-style-16 .lower-box .btn-box .btn-two:hover {
  background: rgb(255, 255, 255);
  color: rgb(18, 2, 80);
}

.banner-style-16 .anim-icons .icon-1 {
  left: 110px;
  top: 110px;
  z-index: 1;
}

.banner-style-16 .anim-icons .icon-2 {
  left: 90px;
  top: 45%;
  z-index: 1;
}

.banner-style-16 .anim-icons .icon-3 {
  left: 50%;
  top: 50%;
  z-index: 1;
}

.transactions-work {
  position: relative;
  padding: 60px 0px 140px;
}

#content_block_39 .content-box .sec-title h2 {
  margin-bottom: 47px;
}

.transactions-work .content-box {
  position: relative;
  margin-top: 48px;
}

#content_block_39 .content-box h5 {
  position: relative;
  font-size: 18px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  margin-bottom: 37px;
}

#content_block_39 .content-box .text {
  position: relative;
  margin-bottom: 54px;
}

#content_block_39 .content-box .text p {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
}

#content_block_39 .content-box .text p:last-child {
  margin-bottom: 0px;
}

#content_block_39 .content-box .theme-btn-two {
  font-size: 18px;
  padding: 15px 38px;
}

#content_block_40 .inner-box .single-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 75px;
}

#content_block_40 .inner-box .single-item:nth-child(2) {
  margin-left: 150px;
}

#content_block_40 .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

#content_block_40 .inner-box .single-item .box {
  position: relative;
  padding: 27px 15px 24px 70px;
  background: rgb(255, 255, 255);
  /* max-width: 280px; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
}

#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-1 {
  position: absolute;
  width: 65px;
  height: 169px;
  top: -9px;
  right: -62px;
  background-repeat: no-repeat;
}

#content_block_40 .inner-box .single-item .box .pattern-bg .pattern-2 {
  position: absolute;
  width: 258px;
  height: 80px;
  top: -21px;
  right: -42px;
  z-index: -1;
  background-repeat: no-repeat;
}

#content_block_40 .inner-box .single-item .count-box {
  position: absolute;
  left: 0px;
  top: 13px;
  width: 136px;
  height: 116px;
  line-height: 115px;
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.6s ease 0s;
}

#content_block_40 .inner-box .single-item .box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  line-height: 30px;
  margin-bottom: 10px;
}

#content_block_40 .inner-box .single-item .box h4 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

#content_block_40 .inner-box .single-item .box h4 a:hover {
  color: rgb(254, 182, 1);
}

#content_block_40 .inner-box .single-item .box .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

#content_block_411 .inner-box .single-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 75px;
}

#content_block_411 .inner-box .single-item:nth-child(2) {
  margin-left: 150px;
}

#content_block_411 .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

#content_block_411 .inner-box .single-item .box {
  position: relative;
  padding: 27px 15px 24px 70px;
  background: rgb(255, 255, 255);
  max-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
}

#content_block_411 .inner-box .single-item .box .pattern-bg .pattern-1 {
  position: absolute;
  width: 65px;
  height: 169px;
  top: -9px;
  right: -62px;
  background-repeat: no-repeat;
}

#content_block_411 .inner-box .single-item .box .pattern-bg .pattern-2 {
  position: absolute;
  width: 258px;
  height: 80px;
  top: -21px;
  right: -42px;
  z-index: -1;
  background-repeat: no-repeat;
}

#content_block_411 .inner-box .single-item .count-box {
  position: absolute;
  left: 0px;
  top: 13px;
  width: 136px;
  height: 116px;
  line-height: 115px;
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.6s ease 0s;
}

#content_block_411 .inner-box .single-item .box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  line-height: 30px;
  margin-bottom: 10px;
}

#content_block_411 .inner-box .single-item .box h4 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

#content_block_411 .inner-box .single-item .box h4 a:hover {
  color: rgb(254, 182, 1);
}

#content_block_411 .inner-box .single-item .box .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

#content_block_412 .inner-box .single-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 75px;
}

#content_block_412 .inner-box .single-item:nth-child(2) {
  margin-left: 150px;
}

#content_block_412 .inner-box .single-item:last-child {
  margin-bottom: 0px;
}

#content_block_412 .inner-box .single-item .box {
  position: relative;
  padding: 27px 15px 24px 70px;
  background: rgb(255, 255, 255);
  max-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
}

#content_block_412 .inner-box .single-item .box .pattern-bg .pattern-1 {
  position: absolute;
  width: 65px;
  height: 169px;
  top: -9px;
  right: -62px;
  background-repeat: no-repeat;
}

#content_block_412 .inner-box .single-item .box .pattern-bg .pattern-2 {
  position: absolute;
  width: 258px;
  height: 80px;
  top: -21px;
  right: -42px;
  z-index: -1;
  background-repeat: no-repeat;
}

#content_block_412 .inner-box .single-item .count-box {
  position: absolute;
  left: 0px;
  top: 13px;
  width: 136px;
  height: 116px;
  line-height: 115px;
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.6s ease 0s;
}

#content_block_412 .inner-box .single-item .box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  line-height: 30px;
  margin-bottom: 10px;
}

#content_block_412 .inner-box .single-item .box h4 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

#content_block_412 .inner-box .single-item .box h4 a:hover {
  color: rgb(254, 182, 1);
}

#content_block_412 .inner-box .single-item .box .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.crypto-service {
  position: relative;
  padding: 110px 0px 140px;
}

.crypto-service .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.crypto-service .single-item .inner-box {
  position: relative;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 20px;
  padding: 65px 30px 56px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
  transition: all 500ms ease 0s;
}

.crypto-service .single-item:hover .inner-box {
  transform: translateY(-15px);
  background: rgb(245, 245, 245);
}

.crypto-service .single-item .inner-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
  transition: all 500ms ease 0s;
}

.crypto-service .single-item:hover .inner-box .icon-box {
  transform: scale(1.1);
}

.crypto-service .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 27px;
}

.crypto-service .single-item .inner-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.crypto-service .single-item .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.crypto-service .single-item .inner-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
}

.crypto-service .single-item .inner-box .btn-box {
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
}

.crypto-service .single-item .inner-box .btn-box .theme-btn-two:hover {
  background: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.crypto-service .sec-title h2 {
  margin-bottom: 66px;
  line-height: 60px;
}

.crypto-service .inner-content {
  position: relative;
  margin: 0px -15px;
}

.crypto-service .inner-content .single-column {
  padding: 0px 30px;
}

.timeline-work {
  position: relative;
  padding: 105px 0px 115px;
}

.timeline-work .sec-title h2 {
  line-height: 60px;
  margin-bottom: 82px;
}

.timeline-work .inner-content .single-item {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}

.timeline-work .inner-content .single-item:first-child, .timeline-work .inner-content .single-item:nth-child(3), .timeline-work .inner-content .single-item:last-child {
  padding-top: 51px;
}

.timeline-work .inner-content .single-item .year {
  position: relative;
  display: inline-block;
  width: 232px;
  height: 232px;
  line-height: 150px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: 43px solid rgb(184, 206, 0);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: rgb(34, 34, 34);
  margin-bottom: 133px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px inset;
  transition: all 1500ms ease 0s;
}

.timeline-work .inner-content .single-item:hover .year {
  transform: rotate(360deg);
}

.timeline-work .inner-content .single-item:nth-child(2) .year, .timeline-work .inner-content .single-item:nth-child(4) .year {
  margin-bottom: 56px;
}

.timeline-work .inner-content .single-item:nth-child(2) .year {
  border-color: rgb(253, 187, 13);
}

.timeline-work .inner-content .single-item:nth-child(4) .year {
  border-color: rgb(235, 29, 47);
}

.timeline-work .inner-content .single-item:nth-child(3) .year {
  border-color: rgb(93, 168, 240);
}

.timeline-work .inner-content .single-item:last-child .year {
  border-color: rgb(168, 16, 126);
}

.timeline-work .inner-content .single-item .year::before {
  position: absolute;
  content: "";
  background: rgb(184, 206, 0);
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%, 50% 0%);
}

.timeline-work .inner-content .single-item:first-child .year::before, .timeline-work .inner-content .single-item:nth-child(3) .year::before, .timeline-work .inner-content .single-item:last-child .year::before {
  top: -70px;
}

.timeline-work .inner-content .single-item:nth-child(3) .year::before {
  background: rgb(93, 168, 240);
}

.timeline-work .inner-content .single-item:last-child .year::before {
  background: rgb(168, 16, 126);
}

.timeline-work .inner-content .single-item:nth-child(4) .year::before {
  background: rgb(235, 29, 47);
}

.timeline-work .inner-content .single-item:nth-child(2) .year::before, .timeline-work .inner-content .single-item:nth-child(4) .year::before {
  bottom: -70px;
  transform: rotate(180deg);
}

.timeline-work .inner-content .single-item:nth-child(2) .year::before {
  background: rgb(253, 187, 13);
}

.timeline-work .inner-content .single-item:first-child::after, .timeline-work .inner-content .single-item:nth-child(3)::after, .timeline-work .inner-content .single-item:last-child::after {
  bottom: 133px;
}

.timeline-work .inner-content .single-item .text {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 74px;
}

.timeline-work .inner-content .single-item:nth-child(2) .text, .timeline-work .inner-content .single-item:nth-child(4) .text {
  margin: 0px;
}

.timeline-work .inner-content .single-item .month {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(163, 195, 0);
}

.timeline-work .inner-content .single-item .month::before {
  position: absolute;
  content: "";
  background: rgb(208, 210, 219);
  width: 1px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-work .inner-content .single-item:first-child .month::before, .timeline-work .inner-content .single-item:nth-child(3) .month::before, .timeline-work .inner-content .single-item:last-child .month::before {
  top: -94px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month::before, .timeline-work .inner-content .single-item:nth-child(4) .month::before {
  bottom: -38px;
}

.timeline-work .inner-content .single-item .month::after {
  position: absolute;
  content: "";
  background: rgb(184, 206, 0);
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.timeline-work .inner-content .single-item:first-child .month::after, .timeline-work .inner-content .single-item:nth-child(3) .month::after, .timeline-work .inner-content .single-item:last-child .month::after {
  top: -40px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month::after, .timeline-work .inner-content .single-item:nth-child(4) .month::after {
  bottom: 15px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month::after {
  background: rgb(253, 187, 13);
}

.timeline-work .inner-content .single-item:nth-child(4) .month::after {
  background: rgb(235, 29, 47);
}

.timeline-work .inner-content .single-item:nth-child(3) .month::after {
  background: rgb(93, 168, 240);
}

.timeline-work .inner-content .single-item:last-child .month::after {
  background: rgb(168, 16, 126);
}

.timeline-work .inner-content .single-item:nth-child(2) .month, .timeline-work .inner-content .single-item:nth-child(4) .month {
  margin-bottom: 80px;
  padding-bottom: 52px;
}

.timeline-work .inner-content .single-item:nth-child(2) .month {
  color: rgb(253, 187, 13);
}

.timeline-work .inner-content .single-item:nth-child(4) .month {
  color: rgb(235, 29, 47);
}

.timeline-work .inner-content .single-item:nth-child(3) .month {
  color: rgb(93, 168, 240);
}

.timeline-work .inner-content .single-item:last-child .month {
  color: rgb(168, 16, 126);
}

.take-control {
  position: relative;
  width: 100%;
  padding: 103px 0px 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.take-control .sec-title h2 {
  color: rgb(0 0 0);
  line-height: 60px;
  margin-bottom: 50px;
}

.take-control .sec-title h2::after {
  background: rgb(0 0 0);
}

.take-control .single-item .inner-box {
  position: relative;
  padding: 55px 0px 20px 255px;
  margin-bottom: 54px;
}

.take-control .single-column:nth-child(3) .single-item .inner-box, .take-control .single-column:last-child .single-item .inner-box {
  padding: 55px 255px 20px 0px;
}

.take-control .single-item .inner-box .image-box {
  position: absolute;
  top: 0px;
}

.take-control .single-column:first-child .single-item .inner-box .image-box, .take-control .single-column:nth-child(2) .single-item .inner-box .image-box {
  left: 0px;
}

.take-control .single-column:last-child .single-item .inner-box .image-box, .take-control .single-column:nth-child(3) .single-item .inner-box .image-box {
  right: 0px;
}

.take-control .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
}

.take-control .single-item .inner-box h3 a {
  display: inline-block;
  color: rgb(0 0 0);
}

.take-control .single-item .inner-box h3 a:hover {
  color: rgb(0, 174, 239);
}

.take-control .single-item .inner-box .text {
  position: relative;
  font-size: 16px;
  color: rgb(0 0 0);
}

.team-section {
  position: relative;
  padding: 80px 0px 110px;
}

.team-block-one .inner-box {
  position: relative;
  background: rgb(235, 235, 235);
  padding: 25px;
  text-align: center;
  border-radius: 200px 200px 45px 45px;
}

.team-block-one .inner-box .image-box {
  position: relative;
  background: rgb(254, 182, 1);
  border-radius: 50%;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease 0s;
}

.team-block-one:hover .inner-box .image-box img {
  transform: scale(1.1);
}

.team-block-one .inner-box .lower-content {
  position: relative;
  padding: 35px 15px 11px;
}

.team-block-one .inner-box .lower-content h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.team-block-one .inner-box .lower-content h2 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.team-block-one .inner-box .lower-content h2 a:hover {
  color: rgb(254, 182, 1);
}

.team-block-one .inner-box .lower-content .designation {
  position: relative;
  font-size: 15px;
}

.team-block-one .inner-box .lower-content .icon-1 {
  position: absolute;
  left: 7px;
  top: -77px;
  background: rgb(19, 29, 39);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.team-block-one .inner-box .lower-content .icon-2 {
  position: absolute;
  right: -4px;
  top: -115px;
  background: rgb(255, 0, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.team-section .owl-nav {
  display: none;
}

.team-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 70px;
}

.team-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgb(5, 8, 11);
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  border: none;
  transition: all 500ms ease 0s;
}

.team-section .owl-theme .owl-dots .owl-dot.active span, .team-section .owl-theme .owl-dots .owl-dot span:hover {
  background: rgb(254, 182, 1);
  width: 50px;
  border-radius: 5px;
}

.team-section .sec-title h2 {
  line-height: 60px;
  margin-bottom: 68px;
}

.news-section.home-16 {
  background: rgb(245, 245, 245);
  overflow: hidden;
  z-index: 1;
}

.news-section.home-16 .pattern-bg .pattern-1 {
  position: absolute;
  width: 600px;
  height: 580px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.news-section.home-16 .pattern-bg .pattern-2 {
  position: absolute;
  width: 390px;
  height: 580px;
  right: 0px;
  bottom: -130px;
  background-repeat: no-repeat;
}

.news-section.home-16 .news-block-one .image-box img {
  transform: scale(1.01);
}

.news-section.home-16 .news-block-one:hover .image-box img {
  transform: scale(1.1);
}

.news-section.home-16 .news-block-one .image-box {
  border: 1px solid rgb(215, 215, 215);
}

.subscribe-style-five {
  position: relative;
  padding: 185px 0px 120px;
}

.subscribe-style-five .image-box {
  position: relative;
  margin-top: 8px;
}

#image_block_38 .image-box .bg-layer {
  position: absolute;
  width: 592px;
  height: 480px;
  top: -80px;
  right: 0px;
  background-repeat: no-repeat;
}

#image_block_38 .image-box img {
  position: relative;
  width: 100%;
}

.subscribe-style-five #image_block_38 .image-box img {
  max-width: none;
  width: auto;
  float: right;
}

.subscribe-style-five .content-box {
  position: relative;
  margin-left: 70px;
}

#content_block_41 .content-box .sec-title h2 {
  margin-bottom: 54px;
}

#content_block_41 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 44px;
}

#content_block_41 .content-box .subscribe-form .form-group {
  position: relative;
  margin: 0px;
}

#content_block_41 .content-box .subscribe-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 2px solid rgb(221, 221, 221);
  border-radius: 30px;
  font-size: 16px;
  padding: 10px 30px;
  margin-bottom: 30px;
  transition: all 500ms ease 0s;
}

#content_block_41 .content-box .subscribe-form .form-group input:focus {
  border-color: rgb(254, 182, 1);
}

#content_block_41 .content-box .subscribe-form .form-group .theme-btn-two {
  padding: 15px 43px;
  font-size: 16px;
}

.main-footer.style-six {
  position: relative;
}

.main-footer.style-six .about-widget .apps-download h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(0 0 0);
  margin-bottom: 36px;
}

.main-footer.style-six .about-widget .download-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(0 0 0);
  background: rgb(254, 182, 1);
  border: 2px solid rgb(0 0 0);
  border-radius: 10px;
  padding: 8px 21px 10px 61px;
  z-index: 1;
}

.main-footer.style-six .about-widget .download-btn a:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 25px;
}

.main-footer.style-six .about-widget .download-btn a span {
  position: relative;
  display: block;
  font-size: 10px;
}

.main-footer.style-six .about-widget .download-btn a i {
  position: absolute;
  left: 24px;
  top: 11px;
  font-size: 30px;
  color: rgb(0 0 0);
  transition: all 500ms ease 0s;
}

.main-footer.style-six .about-widget .download-btn a:hover i {
  color: rgb(34, 34, 34);
}

.main-footer.style-six .about-widget .download-btn .app-store-btn {
  margin-right: 25px;
}

.main-footer.style-six .footer-top .about-widget {
  margin-right: 0px;
  margin-bottom: -30px;
}

.main-footer.style-six .about-widget .text {
  margin-bottom: 29px;
}

.main-footer.style-six .footer-top {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.main-footer.style-six .footer-top::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 400px;
  height: 2px;
  left: 0px;
  bottom: -2px;
}

.main-footer.style-six .copyright {
  position: relative;
  text-align: center;
  background: rgb(211, 154, 10);
  font-size: 16px;
  color: rgb(255, 255, 255);
  padding: 20px 0px;
  margin-top: 80px;
}

.main-footer.style-six .copyright a {
  color: rgb(255, 255, 255);
}

.main-footer.style-six .copyright a:hover {
  text-decoration: underline;
}

.main-header.home-17 .main-menu .navigation > li > a {
  color: rgb(34, 34, 34);
}

.main-header.home-17 .menu-area .btn-box a {
  padding: 10px 38px;
  font-size: 16px;
  font-weight: 500;
}

.main-header.home-17 .menu-area .btn-box {
  margin-top: 60px;
}

.banner-style-17 {
  position: relative;
  overflow: hidden;
  padding: 190px 0px 100px;
}

.banner-style-17 .image-shap {
  position: absolute;
  width: 405px;
  height: 445px;
  left: 0px;
  top: 35%;
  background-repeat: no-repeat;
}

.banner-style-17::after {
  position: absolute;
  content: "";
  background: url("../images/icons/map-shap-6.png") no-repeat;
  width: 1010px;
  height: 530px;
  left: 80px;
  top: 140px;
  z-index: -2;
}

.banner-style-17 .anim-icons .icon-1 {
  background-image: -webkit-linear-gradient(0deg, rgb(32, 213, 221) 0%, rgb(93, 51, 158) 100%);
  width: 80px;
  height: 80px;
  left: 80px;
  bottom: 100px;
  border-radius: 50%;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.banner-style-17 .image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 1055px;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}

.banner-style-17 .content-box .mail-box .form-group {
  position: relative;
  margin-bottom: 41px;
}

.banner-style-17 .content-box .mail-box .form-group input[type="email"] {
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid rgb(149, 149, 149);
  border-radius: 30px;
  font-size: 14px;
  color: rgb(119, 119, 119);
  padding: 10px 200px 10px 30px;
  transition: all 500ms ease 0s;
}

.banner-style-17 .content-box .mail-box .form-group input:focus {
  border-color: rgb(254, 182, 1);
}

.banner-style-17 .content-box .mail-box .form-group button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 170px;
  height: 60px;
  background: rgb(254, 182, 1);
  text-align: center;
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.banner-style-17 .content-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 72px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 51px;
}

.banner-style-17 .content-box h1 span {
  display: block;
  font-weight: 400;
}

.banner-style-17 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 55px;
}

.banner-style-17 .content-box .download-btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgb(34, 34, 34);
  border-radius: 10px;
  padding: 8px 21px 10px 61px;
  z-index: 1;
}

.banner-style-17 .content-box .download-btn a:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 25px;
}

.banner-style-17 .content-box .download-btn a span {
  position: relative;
  display: block;
  font-size: 10px;
}

.banner-style-17 .content-box .download-btn a i {
  position: absolute;
  left: 24px;
  top: 11px;
  font-size: 30px;
  color: rgb(255, 255, 255);
  transition: all 500ms ease 0s;
}

.banner-style-17 .content-box .download-btn a:hover i {
  color: rgb(34, 34, 34);
}

.banner-style-17 .content-box .download-btn .app-store-btn {
  margin-right: 30px;
}

.banner-style-17 .image-box {
  position: relative;
  margin-left: 100px;
}

.banner-style-17 .image-box img {
  max-width: none;
  float: left;
}

.banner-style-17 .content-box {
  padding-top: 16px;
}

.rider-section {
  position: relative;
  padding: 100px 0px 135px;
}

.rider-section .inner-content .inner-box:first-child .image-box {
  position: relative;
  margin-right: 42px;
}

.rider-section .inner-content .inner-box:last-child .image-box {
  position: relative;
  margin-left: 103px;
}

#image_block_39 .image-box {
  position: relative;
}

#image_block_39 .image-box img {
  width: 100%;
}

#content_block_42 .content-box h2 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  border-bottom: 1px solid rgb(169, 169, 169);
  margin-bottom: 57px;
}

#content_block_42 .content-box span {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(254, 182, 1);
  margin-bottom: 31px;
}

#content_block_42 .content-box .text {
  position: relative;
  margin-bottom: 63px;
}

#content_block_42 .content-box .text p {
  margin-bottom: 30px;
}

#content_block_42 .content-box .text p:last-child {
  margin-bottom: 0px;
}

#content_block_42 .content-box .btn-box {
  position: relative;
  display: block;
}

#content_block_42 .content-box .btn-box .theme-btn {
  border-color: rgb(119, 119, 119);
  height: 60px;
  color: rgb(119, 119, 119);
  padding: 16px 80px 16px 40px;
}

#content_block_42 .content-box .btn-box .theme-btn:hover {
  border-color: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

#content_block_42 .content-box .btn-box .theme-btn i {
  top: 4px;
  right: 5px;
}

#content_block_42 .content-box .btn-box .theme-btn-two {
  margin-right: 30px;
  padding: 15px 41px;
  float: left;
}

.rider-section .sec-title {
  margin-bottom: 60px;
}

.rider-section .sec-title h2 {
  font-size: 48px;
  margin-bottom: 60px;
}

.rider-section .inner-content .inner-box:first-child {
  margin-bottom: 125px;
}

.whereyou-section {
  position: relative;
  padding: 100px 0px;
}

.whereyou-section .bg-layer {
  position: absolute;
  width: 1076px;
  height: 963px;
  top: 90px;
  right: 0px;
  background-repeat: no-repeat;
}

.whereyou-section .sec-title {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 54px;
}

.whereyou-section .sec-title h2 {
  font-size: 48px;
  margin-bottom: 59px;
}

#content_block_43 .content-box .tab-btn-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

#content_block_43 .content-box .tab-btns {
  position: relative;
  display: inline-block;
  background: rgb(255, 255, 255);
  overflow: hidden;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
}

#content_block_43 .content-box .tab-btns li {
  position: relative;
  display: inline-block;
  font-size: 40px;
  background: rgb(255, 255, 255);
  border-radius: 30px;
  padding: 10px 47px;
  transition: all 500ms ease 0s;
  cursor: pointer;
}

#content_block_43 .content-box .tab-btns li.active-btn {
  background: rgb(125, 125, 125);
  color: rgb(255, 255, 255);
}

#content_block_43 .content-box .estimate-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

#content_block_43 .content-box .estimate-form .form-group i {
  position: absolute;
  top: 22px;
  right: 30px;
  font-size: 16px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  z-index: 1;
}

#content_block_43 .content-box .estimate-form .form-group input[type="text"] {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 30px;
  padding: 10px 70px 10px 30px;
  transition: all 500ms ease 0s;
}

#content_block_43 .content-box .estimate-form .form-group input:focus {
  border-color: rgb(254, 182, 1);
}

#content_block_43 .content-box .estimate-form .btn-box button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  height: 60px;
  padding: 17px 80px 17px 40px;
  background: rgb(254, 182, 1);
  line-height: 26px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(254, 182, 1);
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease 0s;
}

#content_block_43 .content-box .estimate-form .btn-box button::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

#content_block_43 .content-box .estimate-form .btn-box button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_43 .content-box .estimate-form .btn-box button:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
}

#content_block_43 .content-box .estimate-form .btn-box button i {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(255, 255, 255);
  font-size: 15px;
  color: rgb(254, 182, 1);
  border-radius: 50%;
  transition: all 900ms ease 0s;
}

#content_block_43 .content-box .estimate-form .btn-box button:hover i {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

#content_block_43 .content-box .estimate-form .btn-box {
  position: relative;
  padding-top: 10px;
}

#content_block_43 .content-box {
  position: relative;
}

.whereyou-section .image-box {
  margin-left: 50px;
}

#image_block_40 .image-box {
  position: relative;
}

#image_block_40 .image-box img {
  width: 100%;
  max-width: 100%;
  float: none;
}

.whereyou-section #image_block_40 .image-box img {
  position: relative;
  max-width: none;
  float: left;
  width: auto;
}

.whereyou-section .anim-icons .icon-1 {
  left: 140px;
  top: 300px;
  background-repeat: no-repeat;
  animation-name: slideInLeft;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.ridesharing-section {
  position: relative;
  padding: 45px 0px 125px;
}

.ridesharing-section .single-item .inner-box .image-box {
  position: relative;
  min-height: 155px;
  margin-bottom: 35px;
}

.ridesharing-section .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 28px;
}

.ridesharing-section .single-item .inner-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.ridesharing-section .single-item .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.ridesharing-section .single-item .inner-box .text {
  position: relative;
  font-size: 16px;
}

.ridesharing-section .sec-title {
  margin-bottom: 78px;
}

.ridesharing-section .sec-title h2 {
  font-size: 48px;
  margin-bottom: 59px;
}

#default_image_block .image-box {
  position: relative;
}

#default_image_block .image-box img {
  width: 100%;
}

.news-style-two {
  position: relative;
  padding: 100px 0px;
}

.news-style-two .sec-title h2 {
  font-size: 48px;
  margin-bottom: 88px;
}

.news-style-two .inner-content {
  position: relative;
  margin: 0px -15px;
  padding: 0px 60px;
}

.news-style-two .news-block {
  padding: 0px 30px;
}

.news-block-two .inner-box {
  position: relative;
  display: block;
  text-align: center;
}

.news-block-two .inner-box .image-box {
  position: relative;
  overflow: hidden;
  background: rgb(254, 182, 1);
  border: 1px solid rgb(215, 215, 215);
  border-radius: 20px;
}

.news-block-two .inner-box .image-box img {
  width: 100%;
  transform: scale(1.01);
  border-radius: 20px;
  transition: all 500ms ease 0s;
}

.news-block-two:hover .inner-box .image-box img {
  opacity: 0.2;
  transform: scale(1.1);
}

.news-block-two .inner-box .lower-content {
  position: relative;
  overflow: hidden;
  background: rgb(255, 255, 255);
  margin: 0px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 23px 30px 20px;
}

.news-block-two .inner-box .lower-content::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease 0s;
}

.news-block-two:hover .inner-box .lower-content::before {
  height: 100%;
  top: 0px;
}

.news-block-two .inner-box .lower-content .post-date {
  position: relative;
  font-size: 16px;
  margin-bottom: 6px;
  transition: all 500ms ease 0s;
}

.news-block-two .inner-box .lower-content .post-date i {
  margin-right: 10px;
}

.news-block-two .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: rgb(34, 34, 34);
}

.news-block-two .inner-box .lower-content h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.news-block-two:hover .inner-box .lower-content h3, .news-block-two:hover .inner-box .lower-content .post-date, .news-block-two:hover .inner-box .lower-content h3 a {
  color: rgb(255, 255, 255);
}

.download-apps.home-17 {
  position: relative;
  padding: 145px 0px 50px;
}

.download-apps.home-17::before {
  position: absolute;
  content: "";
  background: rgb(248, 247, 252);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 50%;
}

.download-apps.home-17 .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 675px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

.download-apps.home-17 .image-box {
  margin-right: 60px;
}

.main-header.style-three {
  position: relative;
}

.main-header.style-three .header-top {
  position: relative;
  background: rgb(254, 182, 1);
  width: 100%;
  padding: 10px 0px;
}

.main-header.style-three .header-top .inner-container li {
  position: relative;
  display: inline-block;
}

.main-header.style-three .header-top .inner-container .header-info li {
  margin-right: 20px;
}

.main-header.style-three .header-top .inner-container .header-info li:last-child {
  margin-right: 0px;
}

.main-header.style-three .header-top .inner-container .header-info li i {
  font-size: 14px;
  color: rgb(133, 95, 254);
  margin-right: 10px;
}

.main-header.style-three .header-top .inner-container .header-nav li {
  margin-right: 45px;
}

.main-header.style-three .header-top .inner-container .header-nav li:last-child {
  margin-right: 0px;
}

.main-header.style-three .header-top .inner-container li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.main-header.style-three .header-top .inner-container li a:hover {
  text-decoration: underline;
}

.main-header.style-three .header-upper {
  position: relative;
}

.main-header.style-three .header-upper .main-box {
  position: relative;
  background: rgb(255, 255, 255);
  margin: 0px -35px;
  padding: 0px 35px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.main-header.style-three .main-menu .navigation > li > a {
  color: rgb(119, 119, 119);
}

.main-header.style-three .outer-container .logo-box .logo {
  padding: 35px 0px 34px;
}

.main-header.style-three .main-menu .navigation > li {
  padding: 45px 0px;
}

.main-header.style-three .main-menu .navigation > li::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 100%;
  height: 5px;
  transform: scale(0, 0);
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease 0s;
}

.main-header.style-three .main-menu .navigation > li.current::before, .main-header.style-three .main-menu .navigation > li:hover::before {
  transform: scale(1, 1);
}

.main-header.style-three .menu-area .btn-box {
  margin-top: 36px;
}

.main-header.style-three .menu-area .btn-box a {
  padding: 10px 42px;
  font-size: 16px;
  font-weight: 500;
}

.banner-style-18 {
  position: relative;
  padding: 215px 0px 345px;
  background: linear-gradient(90deg, rgb(15, 9, 70) 0%, rgb(66, 38, 158) 50%, rgb(15, 9, 70) 100%);
}

.banner-style-18 .content-box {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin-top: 108px;
}

.banner-style-18 .content-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 72px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 35px;
}

.banner-style-18 .content-box .text {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin-bottom: 65px;
}

.banner-style-18 .content-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  color: rgb(34, 34, 34);
  line-height: 30px;
  background: rgb(255, 255, 255);
  padding: 15px 50px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

.banner-style-18 .content-box .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-style-18 .content-box .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-18 .content-box .btn-box a:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.banner-style-18 .image-box img {
  width: 100%;
}

.banner-style-18 .anim-icons .icon-1 {
  left: 120px;
  top: 180px;
  animation: 2s linear 0s infinite normal none running zoom-fade;
}

.banner-style-18 .anim-icons .icon-2 {
  left: 65px;
  bottom: 300px;
}

.banner-style-18 .anim-icons .icon-3 {
  left: 420px;
  top: 220px;
}

.domain-section {
  position: relative;
}

.domain-section .inner-container {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 95px 100px;
  margin-top: -275px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px 0px;
}

.domain-section .sec-title h2 {
  margin-bottom: 78px;
}

.domain-section .search-form .form-group {
  position: relative;
  margin-bottom: 51px;
}

.domain-section .search-form .form-group input[type="text"] {
  position: relative;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  border: 3px solid rgb(255, 255, 255);
  padding: 15px 230px 15px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  transition: all 500ms ease 0s;
}

.domain-section .search-form .form-group input:focus {
  border-color: rgb(254, 182, 1);
}

.domain-section .search-form .form-group button {
  position: absolute;
  top: 10px;
  overflow: hidden;
  right: 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  text-align: center;
  padding: 25px 45px;
  cursor: pointer;
  border-radius: 10px;
  z-index: 1;
  transition: all 500ms ease 0s;
}

.domain-section .search-form .form-group button::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(34, 34, 34);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.domain-section .search-form .form-group button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.domain-section .search-form .form-group button:hover {
  background: rgb(34, 34, 34);
}

.domain-section .domain-name {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.domain-section .domain-name li {
  position: relative;
  float: left;
  text-align: center;
  width: 20%;
}

.domain-section .domain-name li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: rgb(119, 119, 119);
}

.domain-section .domain-name li a span {
  font-size: 24px;
  font-weight: 700;
  color: rgb(34, 34, 34);
}

.domain-section .domain-name li:first-child a span {
  color: rgb(254, 182, 1);
}

.domain-section .domain-name li:nth-child(2) a span {
  color: rgb(255, 182, 0);
}

.domain-section .domain-name li:nth-child(4) a span {
  color: rgb(255, 0, 0);
}

.domain-section .domain-name li:last-child a span {
  color: rgb(84, 254, 0);
}

.best-hosting {
  position: relative;
  padding: 143px 0px 100px;
}

.best-hosting .sec-title h3 {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  margin-bottom: 16px;
}

.best-hosting .sec-title h2 {
  color: rgb(254, 182, 1);
  margin-bottom: 69px;
}

.best-hosting .single-item .inner-box {
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 15px;
  min-height: 420px;
  padding: 53px 30px 52px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  transition: all 500ms ease 0s;
}

.best-hosting .single-item:hover .inner-box {
  transform: translateY(-15px);
}

.best-hosting .single-item .inner-box .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  opacity: 0;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all 500ms ease 0s;
}

.best-hosting .single-item:hover .inner-box .bg-layer {
  opacity: 1;
}

.best-hosting .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  color: rgb(158, 206, 28);
  margin-bottom: 32px;
}

.best-hosting .single-column:nth-child(2) .single-item .icon-box {
  color: rgb(255, 0, 0);
}

.best-hosting .single-column:last-child .single-item .icon-box {
  color: rgb(255, 182, 0);
}

.best-hosting .single-item h3 {
  position: relative;
  display: block;
  font-size: 23px;
  line-height: 36px;
  color: rgb(34, 34, 34);
  margin-bottom: 36px;
}

.best-hosting .single-item h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.best-hosting .single-item h3 a:hover {
  color: rgb(254, 182, 1);
}

.best-hosting .single-item .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
}

.best-hosting .single-item .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgb(215, 215, 215);
  border-radius: 50%;
  z-index: 1;
}

.best-hosting .single-item:hover .link-btn a {
  background: rgb(254, 182, 1);
}

.best-hosting .single-item .link-btn {
  position: absolute;
  left: 50px;
  bottom: -23px;
}

.best-hosting .single-column {
  padding: 0px 35px;
}

.best-hosting .inner-content {
  position: relative;
  margin: 0px -20px;
}

.increase-website {
  position: relative;
  padding: 85px 0px 50px;
}

.increase-website .content-box {
  position: relative;
  margin: 0px 70px;
  padding-top: 60px;
}

#content_block_44 .content-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 60px;
  color: rgb(34, 34, 34);
  margin-bottom: 64px;
}

#content_block_44 .content-box .text {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 50px;
}

#content_block_44 .content-box .btn-box .theme-btn {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
  font-size: 16px;
  height: 60px;
  font-weight: 400;
  padding: 17px 80px 17px 35px;
  z-index: 1;
}

#content_block_44 .content-box .btn-box .theme-btn::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(34, 34, 34);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

#content_block_44 .content-box .btn-box .theme-btn:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_44 .content-box .btn-box .theme-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 20px 0px;
}

#content_block_44 .content-box .btn-box .theme-btn i {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
  top: 4px;
  right: 5px;
}

.increase-website .image-box {
  margin: 0px -380px 0px 30px;
}

#image_block_41 .image-box {
  position: relative;
}

#image_block_41 .image-box .image img {
  width: 100%;
}

#image_block_41 .image-box .image-2 {
  position: absolute;
  left: 0px;
  bottom: 110px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
}

#image_block_41 .image-box .image-3 {
  position: absolute;
  left: 310px;
  top: -40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
}

.domain-prices {
  position: relative;
  padding: 65px 0px 50px;
}

.domain-prices .domain-name, .domain-prices .pricing-inner {
  position: relative;
  border: 1px solid rgb(245, 245, 245);
}

.domain-prices .domain-name li, .domain-prices .pricing-inner .pricing-table li {
  position: relative;
  display: block;
  text-align: center;
  padding: 24px 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: rgb(119, 119, 119);
  background: rgb(255, 255, 255);
}

.domain-prices .domain-name li:nth-child(2n+1), .domain-prices .pricing-inner .pricing-table li:nth-child(2n+1) {
  background: rgb(245, 245, 245);
}

.domain-prices .domain-name li.heading, .domain-prices .pricing-inner .pricing-table li.heading {
  font-size: 24px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  padding: 28px 15px;
  background: linear-gradient(0deg, rgb(82, 89, 254) 0%, rgb(68, 39, 164) 100%);
}

.domain-prices .pricing-inner .pricing-table {
  position: relative;
  float: left;
  width: 33.3333%;
}

.domain-prices .pricing-inner .pricing-table:nth-child(2) li.heading {
  background: linear-gradient(0deg, rgb(68, 39, 164) 0%, rgb(82, 89, 254) 100%);
}

.domain-prices .domain-name li:nth-child(2) {
  color: rgb(1, 128, 207);
}

.domain-prices .domain-name li:nth-child(3) {
  color: rgb(1, 182, 48);
}

.domain-prices .domain-name li:nth-child(4) {
  color: rgb(255, 29, 66);
}

.domain-prices .domain-name li:nth-child(5) {
  color: rgb(108, 51, 148);
}

.domain-prices .domain-name li:nth-child(6) {
  color: rgb(38, 34, 35);
}

.domain-prices .domain-name li:nth-child(7) {
  color: rgb(250, 104, 1);
}

.domain-prices .domain-name li:last-child {
  color: rgb(1, 69, 198);
}

.domain-prices .sec-title h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  margin-bottom: 15px;
}

.domain-prices .sec-title h2 {
  color: rgb(254, 182, 1);
  margin-bottom: 60px;
}

.service-style-four {
  position: relative;
  padding-top: 65px;
}

.service-style-four .sec-title h3 {
  position: relative;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  margin-bottom: 15px;
}

.service-style-four .sec-title h2 {
  color: rgb(254, 182, 1);
  margin-bottom: 138px;
}

.service-style-four .service-block:nth-child(2) .service-block-three .inner-box .icon-box::before {
  background: url("../images/icons/icon-bg-1.png");
}

.service-style-four .service-block:nth-child(3) .service-block-three .inner-box .icon-box::before {
  background: url("../images/icons/icon-bg-4.png");
}

.service-style-four .service-block:nth-child(4) .service-block-three .inner-box .icon-box::before {
  background: url("../images/icons/icon-bg-2.png");
}

.service-style-four .service-block:nth-child(5) .service-block-three .inner-box .icon-box::before {
  background: url("../images/icons/icon-bg-6.png");
}

.service-style-four .service-block:last-child .service-block-three .inner-box .icon-box::before {
  background: url("../images/icons/icon-bg-5.png");
}

.service-style-four .service-block {
  padding: 0px 22px 0px 23px;
}

.service-style-four .inner-content {
  position: relative;
  margin: 0px -7px 0px -8px;
}

.service-style-four .service-block-three .inner-box {
  padding: 0px 50px 55px;
  max-height: 315px;
}

.service-style-four .service-block-three .inner-box .link-btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.service-style-four .service-block-three .inner-box .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  width: 40px;
  height: 40px;
  line-height: 42px;
  background: rgb(254, 182, 1);
  text-align: center;
  border-radius: 50%;
  transform: scale(0, 0);
}

.service-style-four .service-block-three:hover .inner-box .link-btn a {
  transform: scale(1, 1);
}

.service-style-four .service-block-three {
  margin-bottom: 160px;
}

.managed-wordpress {
  position: relative;
  padding: 82px 0px 70px;
}

.managed-wordpress .image-layer {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 100%;
  height: 755px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

#content_block_45 .content-box .sec-title h2 {
  color: rgb(255, 255, 255);
  line-height: 60px;
  margin-bottom: 78px;
}

#content_block_45 .content-box.black-text .sec-title h2 {
  color: rgb(34, 34, 34);
}

#content_block_45 .content-box .sec-title h2::after {
  background: rgb(255, 255, 255);
}

#content_block_45 .content-box.black-text .sec-title h2::after {
  background: rgb(119, 119, 119);
}

#content_block_45 .content-box .text {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  color: rgb(255, 255, 255);
  margin-bottom: 51px;
}

#content_block_45 .content-box.black-text .text {
  color: rgb(119, 119, 119);
}

#content_block_45 .content-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  color: rgb(254, 182, 1);
  line-height: 30px;
  background: rgb(255, 255, 255);
  padding: 15px 47px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

#content_block_45 .content-box .btn-box a::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

#content_block_45 .content-box .btn-box a:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_45 .content-box.black-text .btn-box a {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

#content_block_45 .content-box.black-text .btn-box a:hover {
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

#content_block_45 .content-box .btn-box a:hover {
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
}

.managed-wordpress .content-box {
  position: relative;
  margin-top: 42px;
}

.managed-wordpress .image-box {
  margin-right: 50px;
}

#image_block_42 .image-box {
  position: relative;
}

#image_block_42 .image-box img {
  width: 100%;
}

.testimonial-style-nine.home-18 {
  position: relative;
  padding-bottom: 110px;
}

.testimonial-style-nine.home-18::before {
  display: none;
}

.testimonial-style-nine.home-18 .testimonial-content .text, .testimonial-style-nine.home-18 .testimonial-content .author-info .designation {
  color: rgb(119, 119, 119);
}

.testimonial-style-nine.home-18 .testimonial-content .author-info .name {
  color: rgb(254, 182, 1);
}

.testimonial-style-nine.home-18 .owl-nav .owl-prev, .testimonial-style-nine.home-18 .owl-nav .owl-next {
  background: transparent;
  border: 1px solid rgb(254, 182, 1);
  color: rgb(254, 182, 1);
}

.testimonial-style-nine.home-18 .owl-nav .owl-prev:hover, .testimonial-style-nine.home-18 .owl-nav .owl-next:hover {
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
}

.subscribe-style-five.home-18 {
  position: relative;
  padding-top: 187px;
  padding-bottom: 75px;
}

.subscribe-style-five.home-18::before {
  position: absolute;
  content: "";
  background: rgb(245, 245, 245);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 50%;
}

.subscribe-style-five.home-18 .image-box {
  margin-top: 50px;
}

.subscribe-style-five.home-18 .image-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

.subscribe-style-five.home-18 .content-box .subscribe-form .form-group input[type="email"] {
  background: transparent;
}

.donate-popup {
  position: fixed;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: all 700ms ease 0s;
}

.donate-popup.popup-visible {
  top: 0px;
  visibility: visible;
  opacity: 1;
}

.donate-popup .close-donate {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 30px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  cursor: pointer;
  z-index: 5;
}

.donate-form-area {
  margin-top: 100px;
  margin-bottom: 100px;
  background: rgb(242, 242, 242);
  padding: 57px;
  border: 3px solid rgb(254, 182, 1);
}

.donate-form-area h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  color: rgb(34, 34, 34);
  margin-bottom: 40px;
  text-transform: capitalize;
}

.donate-form-area h4 {
  font-size: 24px;
  color: rgb(68, 68, 68);
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: capitalize;
}

.donate-form-area h3 {
  font-weight: 400;
  margin-top: 38px;
  color: rgb(68, 68, 68);
  margin-bottom: 28px;
  text-transform: capitalize;
}

.donate-form-area .form-group input {
  width: 100%;
  padding: 0px 15px;
  border: 1px solid rgb(244, 244, 244);
  transition: all 500ms ease 0s;
}

.donate-form-area .form-group input:focus {
  border: 1px solid rgb(254, 182, 1);
}

.chicklet-list {
  background: rgb(255, 255, 255);
  padding: 30px 30px 25px;
}

.chicklet-list li {
  padding: 0px 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.chicklet-list input {
  font-size: 16px;
  line-height: 40px;
  border: 2px solid rgb(254, 182, 1);
  padding: 0.55em 0.55em 0.55em 0.8em;
  margin-bottom: 0px;
}

.chicklet-list input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.chicklet-list label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(244, 244, 244);
  color: rgb(0, 0, 0);
  padding: 8px 27px;
  text-align: center;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.1s ease-out 0s;
}

.chicklet-list :checked + label {
  background: rgb(254, 182, 1);
  color: rgb(247, 247, 247);
  text-shadow: none;
}

.chicklet-list li.other-amount {
  width: 38%;
  float: right;
}

.chicklet-list li span {
  position: absolute;
  left: -30px;
  top: 9px;
  font-size: 16px;
  color: rgb(48, 48, 48);
}

.chicklet-list input[type="text"] {
  height: 40px;
}

.donate-form-area .form-bg {
  background: rgb(255, 255, 255);
  padding: 30px 30px 15px;
}

.donate-form-area .default-form .form-group {
  margin-bottom: 15px;
}

.donate-form-area .default-form .form-group p {
  margin-bottom: 5px;
}

.donate-form-area .payment-option {
  position: relative;
  margin-top: 20px;
  margin-bottom: 35px;
}

.donate-form-area .payment-option li {
  display: inline-block;
  color: rgb(48, 48, 48);
  font-size: 15px;
  margin-right: 10px;
}

.donate-form-area .payment-option .checkbox input {
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
}

.donate-form-area .payment-option .checkbox label {
  position: relative;
  cursor: pointer;
}

.main-header.home-19 {
  position: relative;
}

.main-header.home-19 .main-menu .navigation > li > a {
  color: rgb(34, 34, 34);
}

.main-header.home-19 .menu-area .btn-box button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  color: rgb(254, 182, 1);
  line-height: 30px;
  background: rgb(255, 255, 255);
  font-weight: 500;
  padding: 10px 45px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease 0s;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 10px;
}

.main-header.home-19 .menu-area .btn-box button::before {
  position: absolute;
  content: "";
  inset: 0px -50px 0px 0px;
  z-index: -1;
  border-bottom: 50px solid rgb(254, 182, 1);
  border-right: 50px solid transparent;
  transition: all 600ms ease 0s;
  transform: translateX(-100%);
}

.main-header.home-19 .menu-area .btn-box button::after {
  position: absolute;
  content: "";
  inset: 0px 0px 0px -50px;
  z-index: -1;
  border-left: 40px solid transparent;
  border-bottom: 50px solid rgb(254, 182, 1);
  transition: all 600ms ease 0s;
  transform: translateX(100%);
}

.main-header.home-19 .menu-area .btn-box button:hover::before {
  transform: translateX(-40%);
}

.main-header.home-19 .menu-area .btn-box button:hover::after {
  transform: translateX(40%);
}

.main-header.home-19 .menu-area .btn-box button:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.main-header.home-19 .menu-area .btn-box {
  margin: 60px 0px 0px 65px;
}

.banner-style-19 {
  position: relative;
  padding: 370px 0px 180px;
}

.banner-style-19 .image-bg {
  position: absolute;
  width: 380px;
  height: 135px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  animation-name: slideInLeft;
  animation-duration: 3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.banner-style-19 .image-box {
  position: relative;
  margin: 35px -175px 0px 200px;
}

.banner-style-19 .image-box .bg-layer {
  position: absolute;
  width: 960px;
  height: 866px;
  left: -155px;
  top: -230px;
  background-repeat: no-repeat;
}

.banner-style-19 .image-box img {
  position: relative;
  width: 100%;
}

.banner-style-19 .content-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 73px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 38px;
}

.banner-style-19 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 43px;
}

.banner-style-19 .content-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
}

.banner-style-19 .content-box .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-style-19 .content-box .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.banner-style-19 .content-box .btn-box a.btn-one {
  color: rgb(255, 255, 255);
  background: linear-gradient(45deg, rgb(43, 148, 255) 0%, rgb(69, 40, 165) 100%);
  padding: 15px 40px;
  margin-right: 17px;
}

.banner-style-19 .content-box .btn-box a.btn-two {
  border: 2px solid rgb(215, 215, 215);
  color: rgb(34, 34, 34);
  padding: 13px 37px;
}

.banner-style-19 .content-box .btn-box a.btn-two:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
  border-color: rgb(254, 182, 1);
}

.banner-style-19 .anim-icons .icon-1 {
  left: -30px;
  top: 60%;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.ourmission-section {
  position: relative;
  padding: 50px 0px 205px;
}

.ourmission-section .sec-title {
  margin-bottom: 60px;
}

.ourmission-section .single-item {
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 36px 30px 48px 40px;
  margin-bottom: 15px;
  transition: all 500ms ease 0s;
}

.ourmission-section .single-item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
}

.ourmission-section .single-item .inner-box {
  position: relative;
  padding: 11px 0px 0px 220px;
}

.ourmission-section .single-item .inner-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 70px;
  color: rgb(255, 255, 255);
  width: 170px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  z-index: 1;
  margin-bottom: 32px;
}

.ourmission-section .single-item .inner-box .icon-box .bg-layer {
  position: absolute;
  width: 170px;
  height: 160px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  z-index: -1;
  transition: all 0.6s ease 0s;
}

.ourmission-section .single-item:hover .inner-box .icon-box .bg-layer {
  filter: grayscale(100%);
  transform: rotateY(180deg);
}

.ourmission-section .single-item .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 13px;
}

.ourmission-section .single-item .inner-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.ourmission-section .single-item .inner-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.ourmission-section .single-item .inner-box .text {
  position: relative;
  font-size: 16px;
}

.popular-causes {
  position: relative;
  background: rgb(254, 182, 1);
  padding: 80px 0px 120px;
}

.popular-causes .image-bg {
  position: absolute;
  width: 540px;
  height: 385px;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

#content_block_46 .content-box .sec-title h2 {
  color: rgb(255, 255, 255);
  margin-bottom: 27px;
}

#content_block_46 .content-box .sec-title h2::after {
  background: rgb(255, 255, 255);
}

#content_block_46 .content-box h3 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  margin-bottom: 23px;
}

#content_block_46 .content-box .text {
  position: relative;
  display: block;
  color: rgb(255, 255, 255);
  line-height: 28px;
  margin-bottom: 56px;
}

#content_block_46 .content-box .link-btn {
  position: absolute;
  top: 15px;
  right: 30px;
}

#content_block_46 .content-box .link-btn a {
  position: relative;
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
}

#content_block_46 .content-box .btn-box .btn-one {
  margin-right: 17px;
}

#content_block_46 .content-box .btn-box .btn-one, #content_block_46 .content-box .btn-box .btn-two {
  position: relative;
  float: left;
  overflow: hidden;
  font-size: 14px;
  color: rgb(255, 255, 255);
  background: rgb(34, 34, 34);
  text-align: center;
  padding: 10px 30px;
  transition: all 500ms ease 0s;
  cursor: pointer;
  border-radius: 30px;
  z-index: 1;
}

#content_block_46 .content-box .btn-box .btn-two {
  background: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
}

#content_block_46 .content-box .btn-box .btn-one::before, #content_block_46 .content-box .btn-box .btn-two::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(0, 174, 239);
  transition: all 0.4s ease 0s;
  transform: scale(1, 0.2);
  z-index: -1;
}

#content_block_46 .content-box .btn-box .btn-one:hover::before, #content_block_46 .content-box .btn-box .btn-two:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_46 .content-box .btn-box .btn-one:hover, #content_block_46 .content-box .btn-box .btn-two:hover {
  color: rgb(255, 255, 255);
  background: rgb(0, 174, 239);
}

#content_block_46 .content-box .link-btn a:hover {
  text-decoration: underline;
}

#content_block_46 .content-box .progress-content .price li {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: rgb(255, 255, 255);
}

#content_block_46 .content-box .progress-content .price li:last-child {
  float: right;
}

#content_block_46 .content-box .progress-content .price {
  position: relative;
  margin-bottom: 32px;
}

#content_block_46 .content-box .single-progress-box {
  position: relative;
  margin-bottom: 18px;
}

#content_block_46 .content-box .single-progress-box .progress {
  position: relative;
  background-color: rgb(255, 255, 255);
  height: 6px;
  border-radius: 0px;
  overflow: visible;
}

#content_block_46 .content-box .single-progress-box .progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  background: 0% 0% / cover no-repeat rgb(119, 74, 255);
  height: 6px;
  box-shadow: none;
  border-radius: 0px;
  transition: all 3s ease 0s;
  width: 0px;
}

#content_block_46 .content-box .single-progress-box .progress-bar .value-holder {
  position: absolute;
  bottom: 12px;
  right: -17px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 14px;
}

#content_block_46 .content-box .single-progress-box .progress-bar .value-holder::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 16px;
  height: 16px;
  top: 31px;
  right: 5px;
  border: 1px solid rgb(118, 73, 253);
  border-radius: 50%;
}

#image_block_43 .image-box {
  position: relative;
  margin: 0px 50px;
  min-height: 420px;
}

#image_block_43 .image-box .bg-layer {
  position: absolute;
  width: 305px;
  height: 305px;
  left: -110px;
  bottom: -120px;
  background-repeat: no-repeat;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#image_block_43 .image-box .image {
  position: absolute;
  left: 0px;
  top: -180px;
  background: rgb(254, 182, 1);
  border-radius: 20px;
}

#image_block_43 .image-box .image img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease 0s;
}

#image_block_43 .image-box .image:hover img {
  opacity: 0.5;
}

.weworks-section {
  position: relative;
  padding: 120px 0px 50px;
}

#content_block_47 .content-box .sec-title h2 {
  margin-bottom: 43px;
}

#content_block_47 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 45px;
}

.weworks-section .content-box {
  padding-top: 70px;
}

#content_block_47 .content-box .upper-box {
  position: relative;
  margin-bottom: 160px;
  margin-right: 30px;
}

#content_block_47 .content-box .counter-inner .single-counter-box {
  position: relative;
  margin-bottom: 77px;
}

#content_block_47 .content-box .counter-inner .single-counter-box .count-outer span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 12px;
}

#content_block_47 .content-box .counter-inner .single-counter-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  padding-top: 14px;
}

#content_block_47 .content-box .counter-inner .single-counter-box h3::before {
  position: absolute;
  content: "";
  background: rgb(175, 175, 175);
  width: 30px;
  height: 1px;
  left: 0px;
  top: 0px;
}

#content_block_48 .inner-box .single-item {
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
  padding: 40px 40px 44px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  transition: all 500ms ease 0s;
}

#content_block_48 .inner-box .single-item:hover {
  background: rgb(254, 182, 1);
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 25px 0px;
}

#content_block_48 .inner-box .single-item .icon-box {
  position: relative;
  display: inline-block;
  min-height: 125px;
  margin-bottom: 28px;
}

#content_block_48 .inner-box .single-item h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 19px;
  transition: all 500ms ease 0s;
}

#content_block_48 .inner-box .single-item h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

#content_block_48 .inner-box .single-item .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  transition: all 500ms ease 0s;
}

#content_block_48 .inner-box .single-item:hover h3, #content_block_48 .inner-box .single-item:hover h3 a, #content_block_48 .inner-box .single-item:hover .text {
  color: rgb(255, 255, 255);
}

#content_block_48 .inner-box .single-column {
  padding: 0px 35px;
}

#content_block_48 .inner-box .single-item::before {
  content: "";
  width: 493px;
  height: 493px;
  background: rgb(96, 70, 177);
  border-radius: 50%;
  position: absolute;
  top: -330px;
  left: -60px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#content_block_48 .inner-box .single-item::after {
  content: "";
  width: 493px;
  height: 493px;
  background: rgba(96, 70, 177, 0.5);
  border-radius: 50%;
  position: absolute;
  top: -230px;
  left: -60px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#content_block_48 .inner-box .single-item:hover::before, #content_block_48 .inner-box .single-item:hover::after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear 0s;
}

#content_block_48 .inner-box {
  position: relative;
}

#content_block_48 .inner-box .bg-layer {
  position: absolute;
  width: 805px;
  height: 730px;
  top: 50px;
  right: 0px;
  background-repeat: no-repeat;
}

.social-fundraising {
  position: relative;
  padding: 105px 0px 100px;
}

.social-fundraising .content-box {
  position: relative;
  margin-left: 100px;
  margin-top: 47px;
}

#content_block_49 .content-box h5 {
  position: relative;
  font-size: 18px;
  color: rgb(34, 34, 34);
  text-transform: uppercase;
  margin-bottom: 25px;
}

#content_block_49 .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 60px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  margin-bottom: 40px;
}

#content_block_49 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 52px;
}

#content_block_49 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
  padding-left: 35px;
}

#content_block_49 .content-box .list-item li::before {
  position: absolute;
  content: "Ã¯â€žÂ";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: rgb(254, 182, 1);
  font-size: 16px;
  left: 0px;
  top: 0px;
}

#content_block_49 .content-box .list-item {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.social-fundraising .image-box {
  margin-left: -35px;
}

#image_block_44 .image-box {
  position: relative;
}

#image_block_44 .image-box .bg-layer {
  position: absolute;
  width: 1025px;
  height: 780px;
  top: -50px;
  right: -80px;
  background-repeat: no-repeat;
}

#image_block_44 .image-box img {
  position: relative;
  width: 100%;
}

.campaing-section {
  position: relative;
  padding: 70px 0px 120px;
}

#content_block_50 .content-box h5 {
  position: relative;
  font-size: 18px;
  color: rgb(34, 34, 34);
  margin-bottom: 25px;
}

#content_block_50 .content-box h2 {
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 60px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  margin-bottom: 40px;
}

#content_block_50 .content-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 42px;
}

#content_block_50 .content-box .list-item li {
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
  padding-left: 35px;
}

#content_block_50 .content-box .list-item li::before {
  position: absolute;
  content: "Ã¯â€žÂ";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: rgb(254, 182, 1);
  font-size: 16px;
  left: 0px;
  top: 0px;
}

.campaing-section .content-box {
  position: relative;
  margin-top: 47px;
}

#content_block_50 .content-box .list-item {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.campaing-section .image-box {
  margin-left: 16px;
  margin-top: 90px;
}

#image_block_45 .image-box {
  position: relative;
}

#image_block_45 .image-box img {
  width: 100%;
}

.donate-section {
  position: relative;
  background: linear-gradient(130deg, rgb(254, 182, 1) 15%, rgb(255, 0, 0) 100%);
  padding: 95px 0px 115px;
}

#content_block_51 .content-box .upper-box h2 {
  position: relative;
  font-size: 36px;
  line-height: 60px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 24px;
}

#content_block_51 .content-box .upper-box .text {
  position: relative;
  font-size: 18px;
  color: rgb(255, 255, 255);
  margin-bottom: 41px;
}

#content_block_51 .content-box .upper-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 30px;
  z-index: 1;
}

#content_block_51 .content-box .upper-box .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  transform: scale(1, 0.2);
  z-index: -1;
}

#content_block_51 .content-box .upper-box .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_51 .content-box .upper-box .btn-box a.btn-one {
  border: 1px solid rgb(255, 255, 255);
  padding: 14px 36px;
  margin-right: 25px;
}

#content_block_51 .content-box .upper-box .btn-box a:hover {
  background: rgb(255, 255, 255) !important;
  color: rgb(254, 182, 1) !important;
}

#content_block_51 .content-box .upper-box .btn-box a.btn-two {
  background: rgb(59, 14, 9);
  padding: 15px 58px;
}

#content_block_51 .content-box .upper-box {
  position: relative;
  margin-bottom: 60px;
}

.select-box .ui-state-default {
  position: relative;
  display: block;
  background: transparent;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  outline: none medium;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgb(255, 255, 255) !important;
}

.select-box .ui-selectmenu-button span.ui-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 60px;
  height: 48px;
  text-indent: 0px;
  margin: 0px;
}

.select-box .ui-selectmenu-button span.ui-icon::before {
  color: rgb(255, 255, 255);
  content: "Ã¯â€žâ€¡";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  overflow: visible;
  position: absolute;
  right: 20px;
  top: 14px;
  transition: all 500ms ease 0s;
}

.select-box .ui-state-default {
  width: 100% !important;
}

.ui-selectmenu-open .ui-widget-content {
  border: none;
  background: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
}

.ui-selectmenu-open .ui-widget-content .ui-state-focus {
  border: none;
  background: rgb(254, 182, 1);
  font-weight: normal;
  color: rgb(255, 255, 255);
}

.ui-selectmenu-open .ui-menu .ui-menu-item {
  border-bottom: 1px solid rgb(239, 235, 234);
  position: relative;
  margin: 0px;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  transition: all 500ms ease 0s;
}

.ui-selectmenu-open .ui-menu .ui-menu-item:last-child {
  border-bottom: none;
}

.select-box .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 20px 150px 20px 20px;
  height: 60px;
  text-align: left;
  margin-right: 0px;
}

.ui-selectmenu-menu .ui-menu {
  transform: scaleY(0);
  transform-origin: center top;
  transition: all 0.5s ease 0s;
}

.ui-selectmenu-open .ui-menu {
  transform: scaleY(1);
  top: 100%;
}

.ui-selectmenu-menu {
  transform: scaleY(0);
  transform-origin: center top;
  display: block;
}

.ui-selectmenu-open {
  transform: scaleY(1);
}

#content_block_51 .content-box .donation-box .select-box {
  position: relative;
  margin-bottom: 30px;
}

#content_block_51 .content-box .donation-box .select-box .text {
  position: absolute;
  top: 14px;
  right: 53px;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

#content_block_51 .content-box .donation-box .select-box .text::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 1px;
  height: 60px;
  left: -35px;
  top: -14px;
}

#content_block_51 .content-box .donation-box {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  padding: 50px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 10px;
}

#content_block_51 .content-box .donation-box .btn-box a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  width: 270px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  z-index: 1;
}

#content_block_51 .content-box .donation-box .btn-box a::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(1, 0.2);
  z-index: -1;
}

#content_block_51 .content-box .donation-box .btn-box a:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_51 .content-box .donation-box .btn-box a:hover {
  background: rgb(254, 182, 1);
}

#content_block_51 .content-box .donation-box .btn-box button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 170px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: rgb(246, 255, 0);
  font-size: 16px;
  color: rgb(34, 34, 34);
  border-radius: 10px;
  transition: all 500ms ease 0s;
  cursor: pointer;
  z-index: 1;
}

#content_block_51 .content-box .donation-box .btn-box button::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(254, 182, 1);
  transition: all 0.4s ease 0s;
  transform: scale(0.2, 1);
  z-index: -1;
}

#content_block_51 .content-box .donation-box .btn-box button:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

#content_block_51 .content-box .donation-box .btn-box button:hover {
  background: rgb(254, 182, 1);
  color: rgb(255, 255, 255);
}

.donate-section .image-box {
  margin-top: 25px;
}

#image_block_46 .image-box {
  position: relative;
}

#image_block_46 .image-box img {
  width: 100%;
}

.donate-section .pattern-box .pattern-1 {
  position: absolute;
  width: 110px;
  height: 190px;
  left: 0px;
  top: 150px;
}

.donate-section .pattern-box .pattern-2 {
  position: absolute;
  width: 257px;
  height: 375px;
  top: 0px;
  right: 0px;
}

.events-section {
  position: relative;
  padding: 100px 0px;
}

#content_block_52 .content-box .sec-title {
  margin-bottom: 73px;
}

#content_block_52 .content-box .bx-viewport {
  min-height: 530px !important;
}

#content_block_52 .content-box .events-slide .single-item .inner-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(183, 183, 183);
  border-radius: 10px;
  padding: 36px 150px 42px 40px;
  margin-bottom: 40px;
  transition: all 500ms ease 0s;
}

#content_block_52 .content-box .events-slide .single-item:hover .inner-box {
  border-color: rgb(255, 255, 255);
}

#content_block_52 .content-box .events-slide .single-item .inner-box::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  transform-origin: center top;
  transform: scale(0.9) translateY(20px);
  background: linear-gradient(-90deg, rgb(254, 182, 1) 0%, rgb(1, 126, 254) 100%);
  transition: all 500ms ease 0s;
}

#content_block_52 .content-box .events-slide .single-item:hover .inner-box::before {
  opacity: 1;
  transform: scale(1) translateY(0px);
  transition: all 1s ease 0s;
}

#content_block_52 .content-box .events-slide .single-item .date {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 30px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  padding: 41px 47px 30px 30px;
  transition: all 500ms ease 0s;
}

#content_block_52 .content-box .events-slide .single-item .date::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgb(254, 182, 1) 0%, rgb(1, 126, 254) 100%);
  width: 4px;
  height: 80px;
  left: -22px;
  top: 34px;
}

#content_block_52 .content-box .events-slide .single-item:hover .date {
  color: rgb(255, 255, 255);
}

#content_block_52 .content-box .events-slide .single-item .date span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
}

#content_block_52 .content-box .events-slide .single-item .info-box {
  position: relative;
  margin-bottom: 9px;
}

#content_block_52 .content-box .events-slide .single-item .info-box li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 40px;
  transition: all 500ms ease 0s;
}

#content_block_52 .content-box .events-slide .single-item .info-box li:last-child {
  margin-right: 0px;
}

#content_block_52 .content-box .events-slide .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  transition: all 500ms ease 0s;
}

#content_block_52 .content-box .events-slide .single-item h4 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

#content_block_52 .content-box .events-slide .single-item:hover .info-box li, #content_block_52 .content-box .events-slide .single-item:hover h4, #content_block_52 .content-box .events-slide .single-item:hover h4 a {
  color: rgb(255, 255, 255);
}

#content_block_52 .content-box .sec-title h2 {
  margin-bottom: 43px;
}

.events-section .inner-column .inner-box {
  position: relative;
  margin-top: 126px;
  padding-top: 144px;
}

#video_block_02 .inner-box .btn-box {
  position: absolute;
  display: flex;
  right: 0px;
  top: 0px;
}

#video_block_02 .inner-box .image-box {
  position: relative;
  margin-right: -138px;
}

#video_block_02 .inner-box .image-box .pattern-bg .pattern-1 {
  position: absolute;
  width: 160px;
  height: 160px;
  left: 35px;
  top: -25px;
  background-repeat: no-repeat;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

#video_block_02 .inner-box .image-box .pattern-bg .pattern-2 {
  position: absolute;
  width: 160px;
  height: 160px;
  right: 30px;
  top: 50px;
  background-repeat: no-repeat;
  animation: 4s linear 0s infinite normal none running zoom-fade;
}

#video_block_02 .inner-box .image-box img {
  position: relative;
  width: 100%;
}

#video_block_02 .inner-box .video-btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
}

#video_block_02 .inner-box .video-btn a {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(0deg, rgb(254, 182, 1) 15%, rgb(255, 0, 0) 100%);
  animation: 5s ease 0s infinite normal none running pulse-2;
}

.news-style-three {
  position: relative;
  padding: 80px 0px 125px;
}

.news-style-three .sec-title {
  margin-bottom: 70px;
}

.news-style-three .inner-content {
  position: relative;
  margin: 0px 30px;
}

.news-style-three .sec-title p a {
  font-size: 16px;
  color: rgb(254, 182, 1);
}

.news-style-three .sec-title p a:hover {
  text-decoration: underline;
}

.news-block-three .inner-box .image-box {
  position: relative;
  overflow: hidden;
  background: rgb(254, 182, 1);
  border-radius: 25px;
}

.news-block-three .inner-box .image-box img {
  width: 100%;
  border-radius: 25px;
  transition: all 500ms ease 0s;
}

.news-block-three:hover .inner-box .image-box img {
  transform: scale(1.1);
  opacity: 0.2;
}

.news-block-three .inner-box .lower-content {
  position: relative;
  background: rgb(255, 255, 255);
  margin: 0px 35px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 29px 30px 33px;
}

.news-block-three .inner-box .lower-content::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease 0s;
}

.news-block-three:hover .inner-box .lower-content::before {
  height: 100%;
  top: 0px;
}

.news-block-three .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 42px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 500ms ease 0s;
}

.news-block-three:hover .inner-box .lower-content h3 a, .news-block-three:hover .inner-box .lower-content h3, .news-block-three:hover .inner-box .lower-content .text {
  color: rgb(255, 255, 255);
}

.news-block-three .inner-box .lower-content .text {
  position: relative;
  font-size: 16px;
  transition: all 500ms ease 0s;
}

.clients-style-four {
  position: relative;
  padding: 115px 0px 70px;
}

.clients-style-four .image-layer {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

.clients-style-four .image-box img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0px auto;
  transition: all 300ms ease 0s;
}

.clients-style-four .image-box:hover img {
  transform: scale(1.05);
}

.clients-style-four .owl-nav {
  display: none;
}

.main-header.style-four {
  position: relative;
}

.main-header.style-four .search-box-btn, .main-header.style-four .menu-right-content .cart-box-outer a {
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.main-header.style-four .menu-right-content .cart-box-outer a span {
  right: 5px;
  top: -10px;
  background: rgb(34, 34, 34);
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
}

.main-header.style-four .menu-area .btn-box {
  margin: 0px 0px 0px 28px;
  float: none;
  display: inline-block;
  top: 12px;
}

.main-header.style-four .menu-area .btn-box a {
  padding: 10px 37px;
  font-size: 16px;
  font-weight: 600;
}

.main-header.style-four .menu-right-content {
  margin-left: 50px;
  margin-top: 35px;
}

.main-header.style-four .main-menu .navigation > li {
  margin: 0px 25px;
}

.main-header.style-four .search-box-outer {
  margin-left: 0px;
  margin-right: 30px;
  top: -3px;
}

.main-header.style-four .menu-right-content .nav-btn {
  position: relative;
  width: 20px;
  display: inline-block;
  cursor: pointer;
  margin-left: 48px;
  z-index: 1;
}

.main-header.style-four .menu-right-content .nav-btn .icon {
  position: relative;
  height: 2px;
  width: 20px;
  float: right;
  display: block;
  margin-bottom: 4px;
  background-color: rgb(255, 255, 255);
  transition: all 300ms ease 0s;
}

.main-header.style-four .menu-right-content .nav-btn .icon:last-child {
  width: 10px;
  margin-bottom: 0px;
}

.main-header.style-four .menu-right-content .nav-btn:hover .icon:last-child {
  width: 20px;
}

.main-header.style-four .outer-container .logo-box .logo {
  padding: 50px 0px 30px;
}

.main-header.style-four .main-menu .navigation > li {
  padding-top: 59px;
}

.page-title {
  position: relative;
  padding: 325px 0px 260px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.page-title .content-box .title-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 60px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  padding-bottom: 44px;
  margin-bottom: 30px;
}

.page-title .content-box .title-box h1::before {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 130px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.page-title .content-box .title-box h1::after {
  position: absolute;
  content: "";
  background: rgb(234, 234, 234);
  width: 45px;
  height: 4px;
  left: 0px;
  bottom: 0px;
}

.page-title .content-box .title-box p {
  font-size: 16px;
  color: rgb(255, 255, 255);
  margin: 0px;
}

.page-title .content-box .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  padding-right: 40px;
  margin-right: 15px;
}

.page-title .content-box .bread-crumb li a {
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.page-title .content-box .bread-crumb li a:hover {
  text-decoration: underline;
}

.page-title .content-box .bread-crumb li:before {
  position: absolute;
  content: "\f101";
  font-size: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: rgb(255, 255, 255);
  top: 2px;
  right: 0px;
}

.page-title .content-box .bread-crumb li:last-child {
  padding: 0px;
  margin: 0px;
}

.page-title .content-box .bread-crumb li:last-child::before {
  display: none;
}

.page-title .content-box .bread-crumb {
  position: relative;
  margin-top: 23px;
}

.page-title .anim-icons .icon-1 {
  left: 50%;
  top: 260px;
  animation: 3s linear 0s infinite normal none running zoom-fade;
}

.page-title .anim-icons .icon-2 {
  left: 60%;
  bottom: 150px;
}

.page-title .anim-icons .icon-3 {
  top: 200px;
  right: 400px;
}

.page-title .anim-icons .icon-4 {
  background-image: -webkit-linear-gradient(0deg, rgb(254 183 1) 0%, rgb(239 172 1) 100%);
  width: 145px;
  height: 145px;
  right: 460px;
  bottom: -30px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px 0px;
  animation: 5s linear 0s infinite normal none running zoom-fade;
}

.our-history {
  position: relative;
  padding: 150px 0px 120px;
}

#content_block_53 .content-box .text p {
  font-size: 16px;
  margin-bottom: 30px;
}

#content_block_53 .content-box .text p:last-child {
  margin-bottom: 0px;
}

#content_block_53 .content-box .text {
  position: relative;
  margin-bottom: 61px;
}

#content_block_53 .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(252, 0, 0);
  margin-bottom: 28px;
}

#content_block_53 .content-box .sec-title h2 {
  margin-bottom: 51px;
}

.our-history .image-box {
  margin-right: -93px;
  margin-top: 84px;
}

#image_block_47 .image-box {
  position: relative;
}

#image_block_47 .image-box img {
  width: 100%;
}

.clients-style-four.style-five {
  padding: 155px 0px 40px;
}

.faq-section {
  position: relative;
  padding: 150px 0px 120px;
}

.faq-section .faq-sidebar {
  position: relative;
  background: rgb(255, 255, 255);
  padding: 51px 30px 55px 50px;
  margin-right: 30px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 30px 0px;
}

.faq-section .faq-sidebar h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 38px;
}

.faq-section .faq-sidebar .online-purchase a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: rgb(254, 182, 1);
  font-weight: 500;
  line-height: 22px;
  border-bottom: 1px solid rgb(254, 182, 1);
  margin-bottom: 21px;
}

.faq-section .faq-sidebar .list-item li {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.faq-section .faq-sidebar .list-item li:last-child {
  margin-bottom: 0px;
}

.faq-section .faq-sidebar .list-item li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: rgb(119, 119, 119);
}

.faq-section .faq-sidebar .list-item li a:hover {
  color: rgb(254, 182, 1);
}

.faq-section .accordion-box {
  position: relative;
}

.faq-section .accordion-box .block {
  position: relative;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
  border-radius: 10px;
  padding: 0px 28px;
}

.faq-section .accordion-box .block:last-child {
  margin-bottom: 0px;
}

.faq-section .accordion-box .block .acc-btn h4 {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(119, 119, 119);
  padding: 20px 30px 19px 0px;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.faq-section .accordion-box .block .acc-btn.active h4 {
  color: rgb(254, 182, 1);
  padding-top: 29px;
}

.faq-section .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-top: 6px;
  padding-bottom: 27px;
}

.faq-section .accordion-box .block .acc-content.current {
  display: block;
}

.faq-section .accordion-box .block .content .text {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding-right: 40px;
}

.faq-section .accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 16px;
  right: 25px;
  font-size: 14px;
  color: rgb(254, 182, 1);
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease 0s;
  z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer {
  color: rgb(34, 34, 34);
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer i::before {
  position: relative;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0px;
  content: "Ã¯ÂÂ¨";
}

.faq-section .faq-content .sec-title h2 {
  font-size: 30px;
  margin-bottom: 48px;
}

.question-section {
  position: relative;
  padding: 110px 0px 120px;
}

.question-section .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.question-section .sec-title {
  margin-bottom: 56px;
}

.question-section .question-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.question-section .question-form .form-group:last-child {
  margin-bottom: 0px;
}

.question-section .question-form .form-group input[type="text"], .question-section .question-form .form-group input[type="email"], .question-section .question-form .form-group textarea {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 13px;
  color: rgb(119, 119, 119);
  background: rgb(255, 255, 255);
  transition: all 500ms ease 0s;
}

.question-section .question-form .form-group textarea {
  height: 150px;
  resize: none;
  border-radius: 15px;
}

.question-section .question-form .form-group input:focus, .question-section .question-form .form-group textarea:focus {
  border-color: rgb(254, 182, 1);
}

.pricing-section.pricing-page {
  position: relative;
  padding-top: 150px;
}

.pricing-style-four.pricing-page {
  padding-bottom: 240px;
}

.error-section {
  padding: 160px 0px 130px;
}

.error-section .content-box .error-image {
  position: relative;
  display: inline-block;
  margin-bottom: 127px;
}

.error-section .content-box h1 {
  position: relative;
  font-size: 48px;
  line-height: 60px;
  color: rgb(254, 182, 1);
  font-weight: 700;
  margin-bottom: 56px;
}

.error-section .content-box .text {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 48px;
}

.error-section .content-box .btn-box .theme-btn-two {
  padding: 13px 30px;
  font-weight: 400;
}

.designe-process.service-page {
  padding: 145px 0px 90px;
}

.designe-process.service-page .image-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 950px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.designe-process-three.service-page {
  background: rgb(249, 249, 249);
}

.sidebar-page-container {
  position: relative;
  padding: 150px 0px 120px;
}

.sidebar-page-container .blog-content .single-blog-content .inner-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  margin-bottom: 70px;
}

.sidebar-page-container .blog-content .single-blog-content .image-box {
  position: relative;
  overflow: hidden;
  background: rgb(254, 182, 1);
}

.sidebar-page-container .blog-content .single-blog-content .image-box img {
  width: 100%;
  transition: all 500ms ease 0s;
}

.sidebar-page-container .blog-content .single-blog-content:hover .image-box img {
  opacity: 0.5;
  transform: scale(1.05);
}

.sidebar-page-container .blog-content .single-blog-content .lower-content {
  position: relative;
  padding: 41px 40px 0px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box {
  position: relative;
  padding-bottom: 33px;
  border-bottom: 1px solid rgb(214, 214, 214);
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box .post-date {
  position: relative;
  font-size: 16px;
  color: rgb(119, 119, 119);
  margin-bottom: 18px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box .post-date i {
  margin-right: 10px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 27px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box h3 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box h3 a:hover {
  color: rgb(254, 182, 1);
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .upper-box .text {
  position: relative;
  font-size: 16px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box {
  position: relative;
  padding: 20px 0px 40px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .left-content {
  position: relative;
  padding: 9px 0px 11px 65px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .left-content .admin-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .left-content .admin-image img {
  width: 100%;
  border-radius: 50%;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .left-content .admin-name {
  position: relative;
  font-size: 14px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li:last-child {
  margin-right: 0px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: rgb(119, 119, 119);
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li a:hover {
  color: rgb(254, 182, 1);
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share .social-links {
  position: absolute;
  right: 0%;
  bottom: -30px;
  width: 105px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 500ms ease 0s;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share:hover .social-links {
  opacity: 1;
  right: 0%;
  visibility: visible;
  transform: translateY(0px);
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share .social-links a {
  font-size: 14px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share .social-links li {
  margin-right: 15px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content li.share .social-links li:last-child {
  margin-right: 0px;
}

.sidebar-page-container .blog-content .single-blog-content .lower-content .lower-box .right-content {
  margin-top: 11px;
}

.sidebar-page-container .blog-content .pagination-wrapper {
  position: relative;
  display: block;
  padding-top: 10px;
}

.sidebar-page-container .sidebar .sidebar-search .form-group {
  position: relative;
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-search .form-group input[type="search"] {
  position: relative;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  font-size: 14px;
  padding: 10px 50px 10px 30px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
}

.sidebar-page-container .sidebar .sidebar-search .form-group button {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 14px;
  font-weight: 700;
  color: rgb(254, 182, 1);
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease 0s;
}

.sidebar-page-container .sidebar .sidebar-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 19px;
}

.sidebar-page-container .sidebar .sidebar-search {
  position: relative;
  margin-bottom: 73px;
}

.sidebar-page-container .sidebar .sidebar-categories ul li {
  position: relative;
  display: block;
}

.sidebar-page-container .sidebar .sidebar-categories ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: rgb(119, 119, 119);
  padding: 20px 30px 22px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.sidebar-page-container .sidebar .sidebar-categories ul li:last-child a {
  border-bottom: none;
}

.sidebar-page-container .sidebar .sidebar-categories ul li a span {
  float: right;
}

.sidebar-page-container .sidebar .sidebar-categories ul li a:hover {
  color: rgb(254, 182, 1);
}

.sidebar-page-container .sidebar .sidebar-categories {
  position: relative;
  margin-bottom: 41px;
}

.sidebar-page-container .sidebar .sidebar-post .post {
  position: relative;
  padding: 0px 0px 18px 100px;
  margin-bottom: 13px;
  min-height: 110px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.sidebar-page-container .sidebar .sidebar-post .post:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.sidebar-page-container .sidebar .sidebar-post .post .image {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 80px;
  height: 80px;
  background: rgb(254, 182, 1);
  border-radius: 10px;
}

.sidebar-page-container .sidebar .sidebar-post .post .image img {
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease 0s;
}

.sidebar-page-container .sidebar .sidebar-post .post:hover .image img {
  opacity: 0.5;
}

.sidebar-page-container .sidebar .sidebar-post .post h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 2px;
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a {
  display: inline-block;
  color: rgb(34, 34, 34);
}

.sidebar-page-container .sidebar .sidebar-post .post h5 a:hover {
  color: rgb(254, 182, 1);
}

.sidebar-page-container .sidebar .sidebar-post .post .post-date {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.sidebar-page-container .sidebar .sidebar-post .sidebar-title {
  margin-bottom: 45px;
}

.sidebar-page-container .sidebar .sidebar-post {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-page-container .sidebar .sidebar-tags .widget-content .tag-list {
  position: relative;
  margin: 0px -5px;
}

.sidebar-page-container .sidebar .sidebar-tags .widget-content ul li {
  position: relative;
  float: left;
  margin: 0px 5px 20px;
}

.sidebar-page-container .sidebar .sidebar-tags .widget-content ul li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: rgb(119, 119, 119);
  border: 2px solid rgb(235, 235, 235);
  border-radius: 30px;
  text-align: center;
  padding: 8px 29px;
}

.sidebar-page-container .sidebar .sidebar-tags .widget-content ul li a:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(254, 182, 1);
  background: rgb(254, 182, 1);
}

.sidebar-page-container .sidebar .sidebar-tags .sidebar-title {
  margin-bottom: 49px;
}

.sidebar-page-container .sidebar .sidebar-tags {
  position: relative;
  margin-bottom: 43px;
}

.sidebar-page-container .sidebar .sidebar-instagram .image-list {
  position: relative;
  margin: 0px -10px;
}

.sidebar-page-container .sidebar .sidebar-instagram .image-list .image {
  position: relative;
  float: left;
  width: 110px;
  height: 100px;
  border-radius: 5px;
  background: rgb(254, 182, 1);
  margin: 0px 10px 20px;
}

.sidebar-page-container .sidebar .sidebar-instagram .image-list .image img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease 0s;
}

.sidebar-page-container .sidebar .sidebar-instagram .image-list .image:hover img {
  opacity: 0.5;
}

.sidebar-page-container .sidebar .sidebar-instagram .sidebar-title {
  margin-bottom: 38px;
}

.sidebar-page-container .blog-single-content .image-box img {
  width: 100%;
}

.sidebar-page-container .blog-single-content .post-details {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
  margin-bottom: 70px;
}

.sidebar-page-container .blog-single-content .inner-box {
  position: relative;
  padding: 41px 40px 0px;
}

.sidebar-page-container .blog-single-content .inner-box .upper-box .post-date {
  position: relative;
  font-size: 16px;
  color: rgb(119, 119, 119);
  margin-bottom: 18px;
}

.sidebar-page-container .blog-single-content .inner-box .upper-box .post-date i {
  margin-right: 10px;
}

.sidebar-page-container .blog-single-content .inner-box .upper-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin-bottom: 27px;
}

.sidebar-page-container .blog-single-content .inner-box .upper-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 54px;
}

.sidebar-page-container .blog-single-content .inner-box .upper-box blockquote {
  position: relative;
  display: block;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 43px;
  padding: 29px 0px 31px 50px;
}

.sidebar-page-container .blog-single-content .inner-box .upper-box blockquote::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 20px;
  z-index: -1;
}

.sidebar-page-container .blog-single-content .inner-box .upper-box blockquote::after {
  position: absolute;
  content: "";
  background: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  left: 5px;
  top: 0px;
  border-radius: 20px;
  z-index: -1;
}

.sidebar-page-container .blog-single-content .inner-box .two-column .image-box {
  margin-right: -16px;
}

.sidebar-page-container .blog-single-content .inner-box .two-column .image-box img {
  width: 100%;
}

.sidebar-page-container .blog-single-content .inner-box .two-column .text {
  margin-left: 30px;
}

.sidebar-page-container .blog-single-content .inner-box .two-column .text p {
  font-size: 16px;
  margin-bottom: 30px;
}

.sidebar-page-container .blog-single-content .inner-box .two-column .text p:last-child {
  margin-bottom: 0px;
}

.sidebar-page-container .blog-single-content .inner-box .two-column .text {
  margin: 7px 0px 0px 30px;
}

.sidebar-page-container .blog-single-content .inner-box .upper-box {
  border-bottom: 1px solid rgb(214, 214, 214);
  padding-bottom: 39px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box {
  position: relative;
  padding: 20px 0px 40px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .left-content {
  position: relative;
  padding: 9px 0px 11px 65px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .left-content .admin-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .left-content .admin-image img {
  width: 100%;
  border-radius: 50%;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .left-content .admin-name {
  position: relative;
  font-size: 14px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content {
  margin-top: 11px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li a {
  color: rgb(119, 119, 119);
  z-index: 1;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li:last-child {
  margin-right: 0px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li a:hover {
  color: rgb(254, 182, 1);
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links {
  position: absolute;
  right: 0%;
  bottom: -30px;
  width: 105px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 500ms ease 0s;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share:hover .social-links {
  opacity: 1;
  right: 0%;
  transform: translateY(0px);
  visibility: visible;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links a {
  font-size: 14px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links li {
  margin-right: 15px;
}

.sidebar-page-container .blog-single-content .inner-box .lower-box .right-content li.share .social-links li:last-child {
  margin-right: 0px;
}

.sidebar-page-container .blog-single-content .author-box {
  position: relative;
  background: rgb(254, 182, 1);
  padding: 35px 40px;
  border-radius: 20px;
  margin-bottom: 67px;
}

.sidebar-page-container .blog-single-content .author-box .author-inner {
  position: relative;
  padding: 14px 175px 7px 0px;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .author-thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 10px;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .author-thumb img {
  width: 100%;
  border-radius: 10px;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .inner {
  position: relative;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 19px;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .inner .text {
  position: relative;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links {
  position: absolute;
  top: 4px;
  right: 0px;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links li:last-child {
  margin-right: 0px;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: rgb(255, 255, 255);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
}

.sidebar-page-container .blog-single-content .author-box .author-inner .inner .social-links li a:hover {
  background: rgb(255, 255, 255);
  color: rgb(254, 182, 1);
}

.sidebar-page-container .blog-single-content .comments-area .comment {
  position: relative;
  padding: 0px 100px;
}

.sidebar-page-container .blog-single-content .comments-area .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: -9px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}

.sidebar-page-container .blog-single-content .comments-area .comment .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-info .name {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: rgb(34, 34, 34);
  margin-bottom: 6px;
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-info .date {
  position: relative;
  font-size: 14px;
  color: rgb(187, 187, 187);
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-info {
  position: relative;
  margin-bottom: 13px;
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .text {
  position: relative;
  font-size: 14px;
  line-height: 28px;
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner {
  position: relative;
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn {
  position: absolute;
  top: -4px;
  right: -15px;
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: rgb(254, 182, 1);
  z-index: 1;
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn a:hover {
  text-decoration: underline;
}

.sidebar-page-container .blog-single-content .comments-area .comment .comment-inner .replay-btn a:hover {
  color: rgb(254, 182, 1);
}

.sidebar-page-container .blog-single-content .comments-area .sec-title h2, .sidebar-page-container .blog-single-content .comments-form-area .sec-title h2 {
  font-size: 30px;
  margin-bottom: 68px;
}

.sidebar-page-container .blog-single-content .comments-area .comment {
  position: relative;
  margin-bottom: 67px;
}

.sidebar-page-container .blog-single-content .comments-area .comment.replay-comment {
  margin-left: 100px;
}

.sidebar-page-container .blog-single-content .comments-area .comment:last-child {
  margin-bottom: 0px;
}

.sidebar-page-container .blog-single-content .comments-area {
  position: relative;
  margin-bottom: 58px;
}

.sidebar-page-container .blog-single-content .comments-form-area .form-group {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-page-container .blog-single-content .comments-form-area .form-group:last-child {
  margin-bottom: 0px;
  padding-top: 10px;
}

.sidebar-page-container .blog-single-content .comments-form-area .form-group input[type="text"], .sidebar-page-container .blog-single-content .comments-form-area .form-group input[type="email"], .sidebar-page-container .blog-single-content .comments-form-area .form-group textarea {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 13px;
  color: rgb(119, 119, 119);
  background: rgb(255, 255, 255);
  transition: all 500ms ease 0s;
}

.sidebar-page-container .blog-single-content .comments-form-area .form-group textarea {
  height: 120px;
  resize: none;
  border-radius: 15px;
  display: block;
}

.sidebar-page-container .blog-single-content .comments-form-area .form-group input:focus, .sidebar-page-container .blog-single-content .comments-form-area .form-group textarea:focus {
  border-color: rgb(254, 182, 1);
}

.sidebar-page-container .blog-single-content .comments-form-area .form-group .theme-btn-two {
  padding: 10px 44px;
}

.contact-section {
  position: relative;
  padding: 160px 0px 100px;
}

.contact-section .info-content .single-info-box {
  position: relative;
  padding: 0px 30px;
}

.contact-section .info-content .single-info-box .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.contact-section .info-content .single-info-box .icon-box img {
  position: relative;
  width: auto;
  transition: all 500ms ease 0s;
}

.contact-section .info-content .single-info-box:hover .icon-box img {
  transform: scale(1.05);
}

.contact-section .info-content .single-info-box h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: rgb(34, 34, 34);
  font-weight: 500;
  margin: 18px;
}

.contact-section .info-content .single-info-box .text {
  position: relative;
  font-size: 16px;
  margin-bottom: 14px;
}

.contact-section .info-content .single-info-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: rgb(254, 182, 1);
}

.contact-section .info-content .single-info-box a:hover {
  text-decoration: underline;
}

.contact-section .info-content, .contact-section .image-container {
  position: relative;
  margin-bottom: 110px;
}

.contact-section .contact-form-area .form-inner .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .contact-form-area .form-inner .form-group i {
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 15px;
  font-weight: 700;
  color: rgb(119, 119, 119);
  z-index: 1;
}

.contact-section .contact-form-area .form-inner .form-group input[type="text"], .contact-section .contact-form-area .form-inner .form-group input[type="email"], .contact-section .contact-form-area .form-inner .form-group textarea {
  position: relative;
  width: 100%;
  height: 60px;
  background: rgb(255, 255, 255);
  padding: 10px 60px 10px 30px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
  transition: all 500ms ease 0s;
}

.contact-section .contact-form-area .form-inner .form-group textarea {
  height: 200px;
  resize: none;
  border-radius: 20px;
}

.contact-section .contact-form-area .form-inner .form-group input:focus, .contact-section .contact-form-area .form-inner .form-group textarea:focus {
  border-color: rgb(254, 182, 1);
}

.contact-section .contact-form-area .form-inner .message-btn {
  margin: 0px;
}

.contact-section .contact-form-area .form-inner .message-btn .theme-btn-two {
  padding: 13px 38px;
  font-weight: 400;
}

.contact-section .contact-form-area .sec-title h2 {
  margin-bottom: 63px;
}

.map-section {
  position: relative;
}

.map-section .google-map {
  position: relative;
  margin-bottom: -150px;
}

.map-section #contact-google-map {
  position: relative;
  width: 100%;
  height: 700px;
}

.page-title.style-two {
  position: relative;
  background: rgb(254, 182, 1);
  padding: 260px 0px 150px;
}

.main-footer.style-seven {
  background: rgb(254, 182, 1);
  padding-top: 50px;
}

.owl-nav-none .owl-nav {
  display: none !important;
}

.application-layout-2 .single-item, .organization-layout-2 .single-item {
  margin-top: 30px;
  margin-bottom: 30px;
}

.work-layout-2 .single-item {
  margin: 30px 0px;
}

.work-section .owl-item:nth-child(2n+1) .single-item .icon-box {
  color: rgb(186, 0, 118);
}

.work-section .owl-item:nth-child(3n+1) .single-item .icon-box {
  color: rgb(254, 182, 1);
}

.application-setup .three-column-carousel .owl-item:nth-child(2n+1) .single-item .count-box {
  background-image: -webkit-linear-gradient(-45deg, rgb(250, 176, 0) 0%, rgb(205, 132, 0) 100%);
}

.application-setup .three-column-carousel .owl-item:nth-child(3n+1) .single-item .count-box {
  background-image: -webkit-linear-gradient(-45deg, rgb(159, 243, 0) 0%, rgb(26, 131, 0) 100%);
}

.service-layout-5 .service-block-three {
  margin: 100px 0px 50px;
}

.recruitment-section .three-column-carousel .single-item {
  margin: 30px 0px;
}

.reasons-section .three-column-carousel .single-item {
  margin: 30px 0px;
}

.reasons-section .three-column-carousel .owl-item:nth-child(2n+1) .single-item .icon-box {
  background: rgb(255, 197, 0);
}

.reasons-section .three-column-carousel .owl-item:nth-child(3n+1) .single-item .icon-box {
  background: rgb(255, 6, 0);
}

.best-hosting .three-column-carousel .single-item {
  margin: 30px 0px;
}

.best-hosting .three-column-carousel .owl-item:nth-child(2n+1) .single-item .icon-box {
  color: rgb(255, 0, 0);
}

.best-hosting .three-column-carousel .owl-item:nth-child(3n+1) .single-item .icon-box {
  color: rgb(255, 182, 0);
}

.counter-style-three .four-item-carousel .inner-box {
  margin: 50px 0px;
}

.pricing-style-two .three-column-carousel .pricing-block-two {
  margin: 50px 0px;
}

.software-product.elements {
  margin: 0px;
}

.three-column-carousel .feature-block-one {
  margin: 30px 0px;
}

.service-style-two.elements {
  padding: 100px 0px 50px;
}

.service-style-four.elements .three-column-carousel .service-block-three {
  margin: 100px 0px 30px;
}

.team-page-1 {
  padding-top: 140px;
}

.team-page-1 .team-block-one {
  margin-bottom: 30px;
}

.team-style-two {
  position: relative;
  display: block;
  padding: 150px 0px 100px;
}

.team-block-two {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-block-two .image-box {
  position: relative;
  display: block;
  background: rgb(254, 182, 1);
  overflow: hidden;
}

.team-block-two .image-box img {
  width: 100%;
  transition: all 300ms ease 0s;
}

.team-block-two:hover .image-box img {
  transform: scale(1.1);
  opacity: 0.5;
}

.team-block-two .image-box::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(69, 39, 164, 0.8);
  content: "";
  transition: transform 0.6s ease 0s;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
}

.team-block-two:hover .image-box::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}

.team-block-two .content-box {
  position: relative;
  display: block;
}

.team-block-two .content-box span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: Muli, sans-serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background: rgb(254, 182, 1);
  height: 23px;
  vertical-align: middle;
  text-align: center;
  padding: 0px 7px;
  margin-bottom: 12px;
}

.team-block-two .content-box h4 {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: rgb(52, 38, 60);
  margin-bottom: 18px;
}

.team-block-two .content-box h4 a {
  position: relative;
  display: inline-block;
  color: rgb(52, 38, 60);
}

.team-block-two .content-box h4 a:hover {
  color: rgb(254, 182, 1);
}

.team-block-two .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.team-block-two .content-box .team-social li {
  position: relative;
  display: inline-block;
  margin-right: 17px;
}

.team-block-two .content-box .team-social li:last-child {
  margin-right: 0px;
}

.team-block-two .content-box .team-social li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: rgb(52, 38, 60);
}

.team-block-two .content-box .team-social li a:hover {
  color: rgb(254, 182, 1);
}

.team-style-three {
  position: relative;
  padding: 150px 0px 100px;
}

.team-block-three .inner-box {
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 30px 0px;
}

.team-block-three .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgb(254, 182, 1);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%, 0% 0%);
}

.team-block-three .inner-box .image-box .social-links {
  position: absolute;
  left: -20px;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease 0s;
}

.team-block-three:hover .inner-box .image-box .social-links {
  left: 15px;
  opacity: 1;
}

.team-block-three .inner-box .image-box .social-links li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.team-block-three .inner-box .image-box .social-links li:last-child {
  margin-bottom: 0px;
}

.team-block-three .inner-box .image-box .social-links li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.team-block-three .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease 0s;
}

.team-block-three .inner-box:hover .image-box img {
  opacity: 0.2;
}

.team-block-three .inner-box .lower-content {
  position: relative;
  display: block;
  padding: 14px 12px 27px;
}

.team-block-three .inner-box .lower-content h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: rgb(46, 46, 46);
  margin-bottom: 2px;
}

.team-block-three .inner-box .lower-content h5 a {
  position: relative;
  display: inline-block;
  color: rgb(46, 46, 46);
}

.team-block-three .inner-box .lower-content h5 a:hover {
  color: rgb(254, 182, 1);
}

.team-block-three .inner-box .lower-content .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(254, 182, 1);
}

.service-details {
  position: relative;
  padding: 150px 0px 100px;
}

.service-details .service-sidebar {
  position: relative;
  display: block;
  margin-right: 30px;
}

.service-details .service-sidebar .sidebar h3 {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: rgb(46, 46, 46);
  margin-bottom: 21px;
}

.service-details .service-sidebar .sidebar .text {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.service-details .service-sidebar .sidebar .list li {
  position: relative;
  display: block;
  background: rgb(245, 245, 245);
  border-bottom: 1px solid rgb(255, 255, 255);
}

.service-details .service-sidebar .sidebar .list li a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 30px;
  font-weight: 400;
  color: rgb(46, 46, 46);
  transition: all 500ms ease 0s;
}

.service-details .service-sidebar .sidebar .list li::before {
  position: absolute;
  content: "";
  background: rgb(254, 182, 1);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease 0s;
}

.service-details .service-sidebar .sidebar .list li.active::before, .service-details .service-sidebar .sidebar .list li:hover::before {
  width: 100%;
  right: 0px;
}

.service-details .service-sidebar .sidebar .list li.active a, .service-details .service-sidebar .sidebar .list li:hover a {
  color: rgb(255, 255, 255);
}

.service-details .service-sidebar .sidebar .list li:last-child {
  margin-bottom: 0px;
  border-bottom: none !important;
}

.service-details .service-sidebar .sidebar .list li::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background: rgb(1, 136, 231);
  width: 5px;
  height: 100%;
  opacity: 0;
  transition: all 500ms ease 0s;
}

.service-details .service-sidebar .sidebar .list li.active::after, .service-details .service-sidebar .sidebar .list li:hover::after {
  opacity: 1;
}

.service-details .service-details-content {
  position: relative;
}

.service-details .service-details-content .text p {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.service-details .service-details-content .image-box {
  position: relative;
  display: block;
  margin-bottom: 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px;
}

.service-details .service-details-content .image-box img {
  width: 100%;
}

.service-details .service-details-content .inner-box h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: rgb(46, 46, 46);
  font-weight: 600;
  margin-bottom: 15px;
}

.service-details .service-details-content .two-column {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.service-details .service-details-content .two-column .image-box {
  margin-bottom: 0px;
}

.service-details .service-details-content .bottom-content .list-item li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0px 0px 0px 34px;
}

.service-details .service-details-content .bottom-content .list-item li:last-child {
  margin-bottom: 0px;
}

.service-details .service-details-content .bottom-content .list-item li::before {
  position: absolute;
  content: "Ã¯â€žÅ½";
  font-family: Flaticon;
  font-size: 16px;
  color: rgb(254, 182, 1);
  font-weight: 600;
  left: 0px;
  top: 0px;
}

.pricing-style-four.paricing-page-3 {
  padding: 150px 0px 250px;
}

.pricing-style-three.pricing-page-4 {
  padding-bottom: 0px;
}

.portfolio-section {
  position: relative;
  padding: 150px 0px 70px;
}

.portfolio-block-one {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.portfolio-block-one .image-box {
  position: relative;
  display: block;
  background: rgb(254, 182, 1);
}

.portfolio-block-one .image-box img {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease 0s;
}

.portfolio-block-one:hover .image-box img {
  opacity: 0.2;
}

.portfolio-block-one .image-box .content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding: 0px 15px;
  transform: translate(-50%, -50%);
}

.portfolio-block-one .image-box .content-box .inner {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 600ms ease 0s;
}

.portfolio-block-one:hover .image-box .content-box .inner {
  opacity: 1;
  transition-delay: 500ms;
  transform: scale(1, 1);
}

.portfolio-block-one .image-box .content-box .title {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  margin-bottom: 12px;
}

.portfolio-block-one .image-box .content-box h3 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.portfolio-block-one .image-box .content-box h3 a {
  color: rgb(255, 255, 255);
}

.portfolio-section .filter-btns li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: rgb(34, 34, 34);
  padding: 8px 35px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease 0s;
  text-align: center;
}

.portfolio-section .filter-btns li.active, .portfolio-section .filter-btns li:hover {
  background: rgb(229, 229, 229);
}

.portfolio-section .filter-btns {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.portfolio-details {
  position: relative;
  padding: 150px 0px 100px;
}

.portfolio-details .image-content .title-box {
  position: relative;
  display: block;
  margin-bottom: 64px;
}

.portfolio-details .image-content .title-box span {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: rgb(40, 35, 49);
  margin-bottom: 20px;
}

.portfolio-details .image-content .title-box h2 {
  position: relative;
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  color: rgb(40, 35, 49);
}

.portfolio-details .image-content .image {
  position: relative;
  display: block;
  background: rgb(254, 182, 1);
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-details .image-content .image img {
  width: 100%;
  opacity: 1;
  transition: all 900ms ease 0s;
}

.portfolio-details .image-content .image:hover img {
  opacity: 0.2;
  transform: scale(1.1);
}

.portfolio-details .content-box {
  position: relative;
  display: block;
  margin-left: 40px;
}

.portfolio-details .content-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: rgb(34, 34, 34);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.portfolio-details .content-box p {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(119, 119, 119);
  margin-bottom: 37px;
}

.portfolio-details .content-box .info-list li {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgb(119, 119, 119);
  padding: 22px 0px 17px;
  border-bottom: 1px solid rgb(243, 243, 243);
}

.portfolio-details .content-box .info-list li a {
  position: relative;
  display: inline-block;
  color: rgb(119, 119, 119);
}

.portfolio-details .content-box .info-list li a:hover {
  text-decoration: underline;
}

.portfolio-details .content-box .info-list span {
  position: relative;
  display: inline-block;
  max-width: 50%;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: rgb(119, 119, 119);
}

.portfolio-details .content-box .info-list {
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.portfolio-details .content-box .social-icons li {
  position: relative;
  display: inline-block;
  margin-right: 23px;
}

.portfolio-details .content-box .social-icons li:last-child {
  margin-right: 0px;
}

.portfolio-details .content-box .social-icons li a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: rgb(187, 177, 195);
}

.portfolio-details .content-box .social-icons li a:hover {
  color: rgb(254, 182, 1);
}

.portfolio-details .load-more-option a {
  position: relative;
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
  color: rgb(119, 119, 119);
  text-shadow: rgba(0, 0, 0, 0.2) 0px 10px 3px;
}

.portfolio-details .load-more-option {
  position: relative;
  display: block;
  padding-top: 80px;
}

.portfolio-details .load-more-option a:hover {
  color: rgb(254, 182, 1);
}

.portfolio-details .upper-box {
  position: relative;
  margin-bottom: 100px;
}

.portfolio-details .upper-box .image {
  position: relative;
  display: block;
  background: rgb(254, 182, 1);
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-details .upper-box .image img {
  width: 100%;
  opacity: 1;
  transition: all 900ms ease 0s;
}

.portfolio-details .upper-box .image:hover img {
  opacity: 0.2;
  transform: scale(1.1);
}

.feature-style-three.elements {
  padding: 200px 0px 300px;
}

.menu_fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
