/* -------begin customization-------- */
.main-header {
  margin: 10px 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}
.main-header .header-row {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}
.main-header .header-col {
  margin-top: 0;
}
.main-header .header-menu-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
.main-header .header-menu-col .navbar-nav {
  align-items: center;
}
@media (max-width: 991px) {
  .main-header .header-menu-col .navbar-nav {
    align-items: flex-start;
  }
}
.main-header .header-menu-col .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 400;
  color: #0A0809;
  text-transform: capitalize;
  font-family: "Poppins";
  padding: 0.6rem 1rem;
}
.main-header .header-menu-col .navbar-nav .nav-link:hover {
  color: #FF6946;
}
@media (max-width: 1199px) {
  .main-header .header-menu-col .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .main-header .header-menu-col .navbar-nav .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .main-header .header-menu-col .navbar-nav .nav-item.nav-button {
    background: rgb(255, 105, 69);
    background: linear-gradient(360deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
    border-radius: 50px;
  }
  .main-header .header-menu-col .navbar-nav .nav-item.nav-button a.nav-link {
    color: #fff;
    font-weight: 500;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
  }
}
.main-header .header-status-wrapper .status-indication {
  font-size: 17px;
  color: #0A0809;
}
.main-header .header-status-wrapper .status-sign {
  display: inline-block;
  -webkit-border-radius: 100px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: linear-gradient(360deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
  border-radius: 100%;
  margin-left: 10px;
  vertical-align: text-bottom;
  animation: glowing 1500ms infinite;
}
@media (max-width: 1199px) {
  .main-header .header-status-wrapper .status-sign {
    margin: 0px 0px 4px 10px;
  }
}
@media (max-width: 575px) {
  .main-header .header-status-wrapper {
    display: none;
  }
}
.main-header .navbar-toggler {
  background: linear-gradient(360deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
  border-radius: 5px;
  border: 0;
}
.main-header .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 1199px) {
  .main-header {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .main-header .header-menu-wrapper {
    order: 1;
  }
  .main-header .navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    top: 66px;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .main-header .nav-item {
    width: 100%;
    border-bottom: 1px solid #E7EAF0;
    padding: 7px 10px;
  }
}
@media (max-width: 576px) {
  .main-header .header-logo-wrapper img {
    max-width: 220px;
  }
}

.navbar-toggler-icon {
  background-size: 70%;
}

.talk-us {
  background: rgb(235, 102, 59);
  background: linear-gradient(360deg, rgb(235, 102, 59) 0%, rgb(234, 107, 60) 25%, rgb(234, 107, 60) 55%, rgb(232, 146, 69) 85%, rgb(232, 157, 72) 100%);
  padding: 100px 0 70px;
  position: relative;
}
@media (max-width: 991px) {
  .talk-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.talk-us .container {
  position: relative;
  z-index: 99;
}
.talk-us .talk-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .talk-us .talk-title .double-title-txt {
    font-size: 50px;
  }
}
.talk-us .talk-title .talk-title-op {
  background: rgb(232, 157, 72);
  background: linear-gradient(0deg, rgba(232, 157, 72, 0) 12%, rgba(227, 78, 27, 0.2) 52%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 991px) {
  .talk-us .talk-title .talk-title-op {
    font-size: 90px;
  }
}
.talk-us .talk-subtitle p {
  color: #fff;
  font-size: 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .talk-us .talk-subtitle p {
    font-size: 20px;
  }
}
.talk-us .footer-talk {
  margin-top: 40px;
}
.talk-us .footer-talk .voice-recorder-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.talk-us .footer-talk .voice-recorder-wrap .connect-vc-line, .talk-us .footer-talk .voice-recorder-wrap .vc-top-logo {
  display: none;
}
.talk-us .footer-talk .voice-recorder-wrap .vc-content {
  margin: 40px auto 40px;
  max-width: 570px;
}
@media (max-width: 576px) {
  .talk-us .footer-talk .voice-recorder-wrap .vc-content {
    margin: 0px auto;
  }
}
.talk-us .footer-talk-bg {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.talk-us .footer-talk-bg .footer-wifi {
  position: absolute;
  top: -110px;
  left: 6%;
}

.site-footer .footer-widget-area {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 110px 0 0px;
}
@media (max-width: 1600px) {
  .site-footer .footer-widget-area {
    padding: 20px 0 0;
  }
}
.site-footer .footer-content-section {
  margin-bottom: 70px;
}
@media (max-width: 576px) {
  .site-footer .footer-content-section {
    margin-bottom: 0px;
  }
}
.site-footer .footer-col p,
.site-footer .footer-col a,
.site-footer .footer-col p a,
.site-footer .footer-col li a,
.site-footer .footer-col-logo p,
.site-footer .footer-col-logo p a {
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  font-weight: normal;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .site-footer .footer-col p,
  .site-footer .footer-col a,
  .site-footer .footer-col p a,
  .site-footer .footer-col li a,
  .site-footer .footer-col-logo p,
  .site-footer .footer-col-logo p a {
    font-size: 16px;
  }
}
.site-footer .footer-col-logo .widget_footer_logo {
  margin-bottom: 12px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .site-footer .footer-col-logo .widget_footer_logo {
    padding-right: 0px;
  }
}
.site-footer .footer-col-logo .footer-phone {
  margin: 0;
}
.site-footer .footer-col-logo .footer-phone a {
  font-size: 26px;
  text-decoration: none;
  color: #FF6946;
  font-weight: 500;
  letter-spacing: -1px;
}
.site-footer .footer-col-logo .footer-phone a:hover {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .site-footer .footer-col-logo .footer-phone a {
    font-size: 22px;
  }
}
.site-footer .footer-col-logo .company-name {
  color: #FF6946;
  font-weight: bold;
}
.site-footer .footer-col-logo .footer-address {
  margin: 20px 0;
}
.site-footer .footer-col-logo .footer-address p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 991px) {
  .site-footer .footer-col-logo {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .site-footer .footer-col-logo {
    text-align: left;
  }
}
.site-footer .wp-block-social-links {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .site-footer .wp-block-social-links {
    margin-bottom: 10px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .site-footer .wp-block-social-links {
    justify-content: flex-start;
  }
}
.site-footer .wp-block-social-links .wp-social-link {
  border: 1px solid #FF6946;
  border-radius: 100%;
  height: 37px;
  width: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .wp-block-social-links .wp-social-link a {
  display: inline-flex;
}
.site-footer .wp-block-social-links .wp-social-link svg {
  color: #FF6946;
  fill: #FF6946;
}
.site-footer .widget_footer_digital_logo {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .site-footer .footer-col {
    flex: 0 0 50%;
    margin-bottom: 40px;
  }
}
.site-footer .footer-col .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-col .menu li {
  margin-bottom: 30px;
}
.site-footer .footer-col .menu li a:hover {
  color: #FF6946;
}
@media (max-width: 1199px) {
  .site-footer .footer-col .menu li {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-col .menu li {
    margin-bottom: 15px;
  }
}
.site-footer .widget-title {
  font-size: 26px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 25px;
  color: #000000;
}
@media (max-width: 1199px) {
  .site-footer .widget-title {
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .site-footer .widget-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.site-footer .footer-col-cpy {
  border-top: 2px solid #909191;
  padding: 15px 0 20px;
  margin: 0;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site-footer .footer-col-cpy {
    justify-content: center;
    text-align: center;
  }
}
.site-footer .footer-col-cpy p, .site-footer .footer-col-cpy a, .site-footer .footer-col-cpy li a {
  font-size: 16px;
  color: #1D1D1B;
}
@media (max-width: 991px) {
  .site-footer .footer-col-cpy p, .site-footer .footer-col-cpy a, .site-footer .footer-col-cpy li a {
    font-size: 15px;
  }
}
.site-footer .footer-col-cpy .menu-footer-menu-5--container ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer .footer-col-cpy .menu-footer-menu-5--container ul {
    justify-content: center;
    margin-top: 10px;
  }
}
.site-footer .footer-col-cpy .menu-footer-menu-5--container ul li {
  margin: 0;
}
.site-footer .footer-col-cpy .menu-footer-menu-5--container ul li:last-child a {
  border: 0;
}
.site-footer .footer-col-cpy .menu-footer-menu-5--container ul li a {
  padding: 0 10px;
  border-right: 1px solid #707070;
}

body {
  font-family: "Ubuntu";
}

a:hover,
a .nav-link:hover {
  color: #FF6946;
}

p {
  font-size: 20px;
  color: #0A0809;
  margin-bottom: 0;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.headline-text .main-title {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .headline-text .main-title {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .headline-text .main-title {
    font-size: 40px;
  }
}
.headline-text .main-subtitle {
  background-color: #fff;
}
.headline-text .main-subtitle p {
  font-size: 20px;
  color: #0A0809;
}
@media (max-width: 576px) {
  .headline-text .main-subtitle p {
    font-size: 18px;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='6' viewBox='0 0 7 6'%3E%3Cpath id='Polygon_10' data-name='Polygon 10' d='M3.5,0,7,6H0Z' transform='translate(7 6) rotate(180)' fill='%23000'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% center;
}

.gd-text {
  background: linear-gradient(360deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gd-span span {
  background: rgb(253, 112, 69);
  background: linear-gradient(360deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.form-group {
  margin-bottom: 25px;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  min-width: 220px;
  font-size: 18px;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .btn {
    font-size: 17px;
    min-width: 200px;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 16px;
    min-width: 180px;
  }
}

.btn-primary {
  background-color: transparent;
  border: transparent;
  color: #000;
  box-shadow: none;
  position: relative;
  z-index: 9;
  transition: all 0.2s ease-in-out;
}
.btn-primary:hover {
  background-color: transparent;
  color: #000;
}
.btn-primary:hover:after {
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.btn-primary:hover:before {
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.btn-primary:after {
  content: "";
  display: inline-block;
  border: 3px solid #FF6946;
  position: absolute;
  z-index: 9;
  height: 29px;
  width: 41px;
  border-left: 0;
  border-top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
.btn-primary:before {
  content: "";
  display: inline-block;
  border: 3px solid #FF6946;
  position: absolute;
  z-index: 9;
  height: 29px;
  width: 84px;
  border-right: 0;
  border-bottom: 0;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}

/* Pulse Animation */
.pulse-animation {
  position: relative;
  display: block;
  background-color: transparent;
  height: 130px;
  width: 130px;
  padding: 0;
}
.pulse-animation span {
  z-index: 999;
}
.pulse-animation:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 105, 70, 0.5);
  border-radius: 50%;
  transition: all 200ms;
  z-index: -1;
  animation: pulse-border 2s ease-out infinite;
}
.pulse-animation:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 105, 70, 0.8);
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 3s ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.double-title {
  position: relative;
}
.double-title .double-title-op {
  font-size: 90px;
  line-height: 1.1;
  background: transparent linear-gradient(0deg, #1D1D1B 20%, #575756 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .double-title .double-title-op {
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .double-title .double-title-op {
    font-size: 55px;
  }
}
.double-title .double-title-txt {
  position: absolute;
  left: 5px;
  bottom: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .double-title .double-title-txt {
    font-size: 40px;
  }
}
.double-title.title-black {
  position: relative;
  width: 100%;
}
.double-title.title-black .double-title-txt {
  color: #1D1D1B;
}
.double-title.op-black .double-title-op {
  background: transparent linear-gradient(180deg, rgba(239, 243, 244, 0.9490196078) 0%, rgba(242, 245, 246, 0.9607843137) 21%, #FFFFFF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.double-title.op-white .double-title-op {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(253, 253, 253) 13%, rgba(241, 244, 245, 0.9332107843) 67%, rgba(237, 241, 242, 0.5) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.double-title.center {
  text-align: center;
}
.double-title.center .double-title-txt {
  left: 0;
  right: 0;
}

.bg-orange-gradient {
  background: linear-gradient(45deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
}

/* Orbit Animation */
.circle-orbit-container {
  position: relative;
  top: 25px;
  left: 25px;
  height: 610px;
  width: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.circle-orbit-container .orbit-icon-dots {
  position: absolute;
  top: 0;
  left: 0;
}
.circle-orbit-container .orbit-icon-darrow {
  position: absolute;
  right: 0;
  top: 50px;
}
.circle-orbit-container .orbit-icon-arrows {
  position: absolute;
  bottom: 30px;
  left: 0px;
}
.circle-orbit-container .center-orbit-wrapper {
  width: 130px;
  height: 130px;
}
.circle-orbit-container #inner-orbit {
  position: absolute;
  top: 31%;
  left: 31%;
  width: 37%;
  height: 37%;
  border: 3px solid #E8E8E8;
  border-radius: 100%;
  animation: spin-right 7s linear infinite;
}
.circle-orbit-container #inner-orbit .inner-orbit-cirlces {
  position: absolute;
  top: 140px;
  left: -6px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.circle-orbit-container #middle-orbit {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  border: 3px solid #E8E8E8;
  border-radius: 100%;
  animation: spin-right 15s linear infinite;
}
.circle-orbit-container #middle-orbit .middle-orbit-cirlces {
  position: absolute;
  top: -15px;
  left: 50%;
  height: 80px;
  width: 80px;
  border-radius: 100%;
}
.circle-orbit-container #middle-orbit .middle-orbit-cirlces-2 {
  top: 30%;
  left: -30px;
}
.circle-orbit-container #middle-orbit .middle-orbit-cirlces-3 {
  top: 88%;
  left: 30%;
}
@media (max-width: 1400px) {
  .circle-orbit-container #middle-orbit .middle-orbit-cirlces-3 {
    top: 90%;
  }
}
.circle-orbit-container #middle-orbit .middle-orbit-cirlces-4 {
  top: 50%;
  left: auto;
  right: -40px;
}
.circle-orbit-container #outer-orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #E8E8E8;
  border-radius: 100%;
  animation: spin-right 25s linear infinite;
}
.circle-orbit-container #outer-orbit .outer-orbit-cirlces {
  position: absolute;
  top: -12px;
  left: 125px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.circle-orbit-container #outer-orbit .outer-orbit-cirlces-1 {
  height: 80px;
  width: 80px;
}
.circle-orbit-container #outer-orbit .outer-orbit-cirlces-2 {
  top: 56px;
  left: 80%;
}
.circle-orbit-container .circle-dots {
  background: linear-gradient(360deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
  height: 30px !important;
  width: 30px !important;
}

@media (max-width: 1199px) {
  .circle-orbit {
    display: none;
  }
  .intro2-section .intro-figure {
    display: block !important;
  }
}
@keyframes spin-right {
  100% {
    transform: rotate(360deg);
  }
}
.bg-grey {
  background-color: #EDF1F2 !important;
}

.bg-grey .double-title.op-black .double-title-op {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(253, 253, 253) 13%, rgba(241, 244, 245, 0.9332107843) 67%, rgba(237, 241, 242, 0.5) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.bg-white {
  background-color: #fff !important;
}

.bg-white .double-title.op-black .double-title-op {
  background: transparent linear-gradient(180deg, rgba(239, 243, 244, 0.9490196078) 0%, rgba(242, 245, 246, 0.9607843137) 21%, #FFFFFF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.voice-recorder-wrap {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  padding: 45px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 576px) {
  .voice-recorder-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.voice-recorder-wrap .connect-vc-line {
  position: absolute;
  right: 50%;
  transform: rotate(-5deg);
  top: -50px;
  z-index: -1;
}
@media (max-width: 992px) {
  .voice-recorder-wrap .connect-vc-line {
    display: none;
  }
}
.voice-recorder-wrap .vc-top-logo {
  position: absolute;
  top: -70px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 9;
  height: 120px;
  width: 120px;
}
@media (max-width: 992px) {
  .voice-recorder-wrap .vc-top-logo {
    display: none;
  }
}
.voice-recorder-wrap .vc-content {
  margin: 80px auto 10px;
}
.voice-recorder-wrap .vc-content .vc-header h6 {
  font-size: 27px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .voice-recorder-wrap .vc-content .vc-header h6 {
    font-size: 20px;
  }
}
.voice-recorder-wrap .vc-content .vc-header h6:after {
  content: "";
  display: block;
  height: 1px;
  background: #FF6946;
  width: 80%;
  margin: 6px auto;
}
.voice-recorder-wrap .vc-content .vc-header p {
  font-size: 18px;
  color: #000;
}
@media (max-width: 576px) {
  .voice-recorder-wrap .vc-content .vc-header p {
    font-size: 16px;
  }
}
.voice-recorder-wrap .vc-content .vc-timeline {
  margin: 45px 0 60px;
}
.voice-recorder-wrap .vc-content .vc-controls .myProgress {
  width: 100%;
  background-color: #BEBBBA;
  cursor: pointer;
  border-radius: 10px;
}
.voice-recorder-wrap .vc-content .vc-controls .myBar {
  width: 40%;
  height: 5px;
  background-color: #FF6946;
  border-radius: 10px;
  position: relative;
}
.voice-recorder-wrap .vc-content .vc-controls .myBar:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -7px;
  border-radius: 100px;
  border: 4px solid #FF6946;
}
.voice-recorder-wrap .vc-content .vc-controls .vc-volume svg {
  fill: #7E8F9A;
}
.voice-recorder-wrap .vc-content .vc-controls .vc-info-ctn {
  color: #7E8F9A;
}
.voice-recorder-wrap .vc-content .vc-controls .vc-record-unrecord,
.voice-recorder-wrap .vc-content .vc-controls .vc-play-pause {
  background: #FF6946;
  margin: 0 7px;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}
.voice-recorder-wrap .vc-content .vc-controls .vc-record-unrecord:hover,
.voice-recorder-wrap .vc-content .vc-controls .vc-play-pause:hover {
  cursor: pointer;
  background: #7E8F9A;
  transition: all 0.2s ease-in-out;
}
.voice-recorder-wrap .vc-content .vc-controls .vc-record-unrecord > svg,
.voice-recorder-wrap .vc-content .vc-controls .vc-play-pause > svg {
  fill: #fff;
  height: 25px;
  width: 25px;
}
.voice-recorder-wrap .vc-content .vc-re-record {
  background: #7E8F9A;
}
@media (max-width: 576px) {
  .voice-recorder-wrap .vc-content .vc-re-record {
    font-size: 18px;
  }
}
.voice-recorder-wrap .vc-content .vc-re-record svg {
  height: 23px;
  width: 19px;
}
.voice-recorder-wrap .vc-content .vc-re-record:hover {
  cursor: pointer;
  color: #fff;
  background: #FF6946;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .voice-recorder-wrap .vc-content .vc-record-submit {
    font-size: 18px;
  }
}
.voice-recorder-wrap .vc-content .vc-record-submit:hover {
  cursor: pointer;
  background: #7E8F9A;
  transition: all 0.3s ease-in-out;
}

.round-btn, a.round-btn, button.round-btn {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  padding: 10px 15px 10px;
  border-radius: 27px;
  box-shadow: 0 3px 6px #D6D6D6;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  background-color: #FF6946;
  width: 100%;
  max-width: 220px;
}

.contactPage .talk-us {
  display: none;
}

.site-contact-wrapper {
  padding: 240px 0 180px;
  background-image: url("../img/dots-left.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
@media (max-width: 1199px) {
  .site-contact-wrapper {
    padding: 200px 0 200px;
  }
}
@media (max-width: 576px) {
  .site-contact-wrapper {
    padding: 100px 0;
  }
}
.site-contact-wrapper .contact-form-wrapper {
  max-width: 700px;
  padding-right: 50px;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .site-contact-wrapper .contact-form-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .site-contact-wrapper .contact-form-wrapper {
    padding-right: 0;
    max-width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .site-contact-wrapper .voice-recorder-wrap {
    max-width: 500px;
    margin: 90px auto 0;
  }
  .site-contact-wrapper .voice-recorder-wrap .vc-content {
    margin: 30px auto 40px;
  }
}

.contact-content .contact-subtitle {
  max-width: 740px;
  position: relative;
}

.contact-form {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .contact-form .wpcf7 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-form {
    margin-top: 30px;
  }
}
.contact-form .btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contact-form .btn {
    margin-top: 10px;
  }
}

.intro-section {
  padding: 180px 0 70px;
  background-image: url("../img/intro-dots-bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
@media (max-width: 1199px) {
  .intro-section {
    padding-top: 140px;
  }
}
@media (max-width: 576px) {
  .intro-section {
    padding-top: 100px;
  }
}
.intro-section .home-intro-section-row {
  align-items: center;
}
.intro-section .intro-content {
  max-width: 500px;
}
.intro-section .intro-content:after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background-color: #FF6946;
  margin-top: 45px;
}
@media (max-width: 576px) {
  .intro-section .intro-content:after {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .intro-section .intro-figure {
    max-width: 400px;
    margin: 70px auto 0;
  }
}
.intro-section .sponserd-logos {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .intro-section .sponserd-logos img {
    max-width: 100px;
    max-height: 50px;
    margin: 10px 0;
  }
}
@media (max-width: 576px) {
  .intro-section .sponserd-logos {
    margin-top: 30px;
  }
}

.robo-section {
  margin-bottom: 110px;
}
.robo-section .intro-figure {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .robo-section .intro-figure {
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .robo-section .robo-content {
    margin-top: 30px;
  }
}
.robo-section .robo-content .robo-title {
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .robo-section .robo-content .robo-title {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .robo-section .robo-content .robo-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .robo-section .robo-content .robo-title br {
    display: none;
  }
}
.robo-section .robo-content p {
  color: #757F80;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .robo-section .robo-content p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.robo-section .robo-content .robo-btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .robo-section .robo-content .robo-btn {
    margin-top: 15px;
    font-size: 16px;
    min-width: 120px;
  }
}

.gd-bg-orange {
  background: linear-gradient(to top right, #FC7046 0%, #F4AD33 100%);
}

.gd-bg-purple {
  background: rgb(224, 44, 144);
  background: linear-gradient(45deg, rgb(224, 44, 144) 0%, rgb(102, 36, 128) 100%);
}

.gd-bg-blue {
  background: rgb(67, 184, 255);
  background: linear-gradient(45deg, rgb(67, 184, 255) 0%, rgb(51, 102, 255) 100%);
}

.gd-bg-aqua {
  background: rgb(11, 203, 174);
  background: linear-gradient(45deg, rgb(11, 203, 174) 0%, rgb(11, 201, 179) 25%, rgb(11, 195, 194) 50%, rgb(13, 185, 218) 75%, rgb(14, 172, 253) 100%);
}

.service {
  padding-top: 115px;
  padding-bottom: 150px;
  background-color: #1D1D1B;
}
@media (max-width: 1199px) {
  .service {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .service .service-wrapper {
    max-width: 690px;
    margin: 0 auto;
  }
}
.service .service-box {
  position: relative;
  z-index: 99;
}
.service .service-box .row > [class*=col-] {
  margin-bottom: 25px;
}
.service .service-right-content {
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1400px) {
  .service .service-right-content > img {
    min-height: 470px;
  }
}
@media (max-width: 1400px) and (max-width: 768px) {
  .service .service-right-content > img {
    min-height: 100%;
  }
}
@media (max-width: 1199px) {
  .service .service-right-content {
    padding-left: 0;
    text-align: center;
    margin-top: 80px;
  }
}
.service .service-small-arrow {
  display: inline-block;
  margin: 70px 0px 0 40px;
}
@media (max-width: 1199px) {
  .service .service-small-arrow {
    display: none;
  }
}
.service .service-pos-line {
  position: relative;
  min-height: 30px;
}
@media (max-width: 1199px) {
  .service .service-pos-line {
    display: none;
  }
}
.service .service-helf-line {
  position: absolute;
  top: -200px;
  width: 51%;
  z-index: 5;
  right: 0;
}
.service .service-helf-line img {
  width: 100%;
  height: 470px;
}
.service .dns-pos-animation {
  position: absolute;
  top: -450px;
  right: 110px;
}
@media (max-width: 1199px) {
  .service .dns-pos-animation {
    display: none;
  }
}
.service .dns-pos-animation .circle-dna {
  position: relative;
  width: 430px;
  height: 430px;
  background-size: 100% 100%;
}
.service .dns-pos-animation .circle-dna img {
  position: absolute;
  right: 70px;
  top: 40px;
  width: 30px;
}
.service .dns-pos-animation .dns-rotate-y {
  animation: rotation 8s linear infinite;
}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}

.service-box-col {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.service-box-col .service-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  max-width: 60px;
}
.service-box-col::after {
  content: "";
  background-image: url("../assets/img/card-bg.png");
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-box-col .service-box-content {
  padding: 50px 30px 30px 40px;
  color: #fff;
  position: relative;
  height: 100%;
  z-index: 99;
}
@media (max-width: 480px) {
  .service-box-col .service-box-content {
    padding: 70px 30px 30px;
  }
}
.service-box-col .service-box-content h1 {
  font-size: 26px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .service-box-col .service-box-content h1 {
    font-size: 26px;
  }
}
.service-box-col .service-box-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.service-box-col .service-box-content a {
  font-size: 16px;
  padding-right: 30px;
  font-weight: 600;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.5px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.939' height='16.311' viewBox='0 0 20.939 16.311'%3E%3Cg id='Group_326' data-name='Group 326' transform='translate(-353.368 -2476.135)'%3E%3Cpath id='Path_4110' data-name='Path 4110' d='M366.052,2492.445l8.255-8.255-8.056-8.056Z' fill='%23fff'/%3E%3Cpath id='Path_4111' data-name='Path 4111' d='M353.368,2492.445l8.255-8.255-8.056-8.056Z' fill='%23fff' style='isolation: isolate'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
}

@media (max-width: 992px) {
  .company .company-row {
    flex-direction: column-reverse;
  }
}
.company .company-bg-img {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .company .company-bg-img {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.company .company-bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.company .company-content {
  position: relative;
  z-index: 2;
}
.company .company-content h2 {
  color: #fff;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .company .company-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .company .company-content h2 {
    font-size: 24px;
  }
}
.company .company-content p {
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  max-width: 500px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .company .company-content p {
    max-width: 100%;
  }
}
.company .company-btn {
  margin-top: 30px;
  color: #fff;
}
@media (max-width: 992px) {
  .company .company-btn {
    margin-top: 20px;
  }
}
.company .company-right-img {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 992px) {
  .company .company-right-img {
    max-width: 450px;
    margin: 0 auto 70px;
  }
}

.recent {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #EFF3F4;
  position: relative;
}
.recent .recent-wifi {
  position: absolute;
  top: 60px;
  right: 0;
  transform: rotate(180deg);
}
.recent .recent-subtitle {
  text-align: center;
  max-width: 840px;
  margin: 30px auto 50px;
}
@media (max-width: 991px) {
  .recent .recent-subtitle {
    margin: 15px auto 30px;
  }
}
@media (max-width: 600px) {
  .recent .recent-subtitle {
    margin-bottom: 0;
  }
}
.recent .recent-subtitle p {
  font-size: 20px;
  color: #0A0809;
}
@media (max-width: 991px) {
  .recent .recent-subtitle p {
    font-size: 18px;
  }
}
.recent .recent-btn-mt {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .recent .recent-btn-mt {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .recent .recent-btn-mt {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .recent .recent-btn-mt {
    margin-top: 40;
  }
}

.zslider-wrapper-inner {
  padding: 50px 0 100px;
}

.zslider-slick {
  max-width: 90%;
  margin: auto;
}

.slick .item .bg {
  height: 420px;
  background-position: center;
  background-size: 100% 100%;
  transition: 0.3s;
  margin: 0 -24px;
  opacity: 0.2;
  z-index: -1;
  position: relative;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .slick .item .bg {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .slick .item .bg {
    opacity: 1;
    background-size: cover;
    background-position: center center;
  }
}

.slick .slick-list {
  padding: 20px 0 !important;
}

.slick .slick-center .bg {
  opacity: 1;
  transform: scale3d(1.4, 1, 1);
  z-index: 99;
}
@media (max-width: 768px) {
  .slick .slick-center .bg {
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transform: scale3d(0.8, 0.8, 1);
  }
}

.slick-slide {
  outline: none;
}

.our-team {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: bottom left;
}
@media (max-width: 1199px) {
  .our-team {
    padding: 100px 0;
  }
}
.our-team .team-member {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .our-team .team-member {
    margin-top: 40px;
  }
}
.our-team .team-member .row > [class*=col] {
  margin-bottom: 25px;
}
.our-team .team-member .team-member-col {
  background-color: #E8E8E8;
  border-radius: 20px;
  height: 100%;
  min-height: 320px;
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .our-team .team-member .team-member-col {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .our-team .team-member .team-member-col {
    min-height: 100%;
  }
}
.our-team .team-member .team-member-col .team-memeber-inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.our-team .team-member .team-member-col .team-memeber-inner .team-memeber-img {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  width: 50%;
}
@media (max-width: 400px) {
  .our-team .team-member .team-member-col .team-memeber-inner .team-memeber-img {
    width: 40%;
  }
}
.our-team .team-member .team-member-col .team-memeber-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px 10px 35px 35px;
  width: 50%;
}
@media (max-width: 400px) {
  .our-team .team-member .team-member-col .team-memeber-content {
    padding-left: 25px;
    width: 60%;
  }
}
.our-team .team-member .team-member-col .team-member-name {
  font-size: 28px;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 400px) {
  .our-team .team-member .team-member-col .team-member-name {
    font-size: 25px;
  }
}
.our-team .team-member .team-member-col .team-member-designation {
  font-size: 16px;
  text-transform: uppercase;
  color: #FF6946;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 400px) {
  .our-team .team-member .team-member-col .team-member-designation {
    margin-bottom: 15px;
  }
}
.our-team .team-member .team-member-col .team-member-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-right: 25px;
  color: #0A0809;
  display: inline-block;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.102' height='14.101' viewBox='0 0 18.102 14.101'%3E%3Cg id='Group_491' data-name='Group 491' transform='translate(-338.764 -7691.328)'%3E%3Cpath id='Path_4278' data-name='Path 4278' d='M349.729,7705.429l7.136-7.136-6.964-6.964Z' fill='%23ff6946'/%3E%3Cpath id='Path_4279' data-name='Path 4279' d='M338.764,7705.429l7.136-7.136-6.964-6.964Z' fill='%23ff6946' style='isolation: isolate'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
}
.our-team .team-member .team-member-col .team-member-link:hover {
  color: #FF6946;
}

.tools {
  padding: 140px 0;
  background-color: #0A0809;
}
@media (max-width: 991px) {
  .tools {
    padding: 100px 0;
  }
  .tools .tool-right-img {
    text-align: center;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) and (max-width: 576px) {
  .tools .tool-right-img {
    margin-bottom: 50px;
  }
}
.tools .tool-title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .tools .tool-title .tool-title-op {
    font-size: 80px;
  }
}
@media (max-width: 576px) {
  .tools .tool-title .tool-title-op {
    font-size: 70px;
  }
}
.tools .tool-content {
  max-width: 660px;
}
@media (max-width: 991px) {
  .tools .tool-content {
    max-width: 100%;
  }
}
.tools .tool-content h2 {
  font-size: 26px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 600px;
}
@media (max-width: 991px) {
  .tools .tool-content h2 {
    font-size: 24px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .tools .tool-content h2 {
    font-size: 22px;
  }
}
.tools .tool-content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.tools .tool-content .tool-btn {
  color: #fff;
  margin-top: 20px;
}
.tools .tool-content .tool-btn:hover {
  color: #fff;
}
@media (max-width: 576px) {
  .tools .tool-content .tool-btn {
    margin-top: 10px;
  }
}

.work {
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
  background-size: cover;
  background-position: bottom left;
}
.work .work-bg-container {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.work .work-inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .work .work-inner-content {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .work .work-inner-content .work-inner-img {
    text-align: center;
  }
  .work .work-inner-content .work-inner-img > img {
    width: 130px;
  }
}
@media (max-width: 576px) {
  .work .work-inner-content {
    flex-direction: column;
    text-align: center;
  }
}
.work .work-col-1 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  max-width: 890px;
  padding: 150px 0px 30px 60px;
}
@media (max-width: 991px) {
  .work .work-col-1 {
    max-width: 680px;
    padding: 60px 0px 30px 0px;
    background: none !important;
  }
}
.work .work-col-1 .work-inner-content {
  max-width: 650px;
}
@media (max-width: 991px) {
  .work .work-col-1 .work-inner-content {
    max-width: 100%;
  }
}
.work .work-col-1 .work-inner-content .work-inner-img {
  padding-right: 70px;
}
@media (max-width: 991px) {
  .work .work-col-1 .work-inner-content .work-inner-img {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .work .work-col-1 .work-inner-content .work-inner-img {
    padding-right: 0px;
  }
}
.work .work-col-2 {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 30px 30px 40px;
  margin-right: -32px;
  margin-top: -8px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .work .work-col-2 {
    max-width: 680px;
    padding: 30px 0px 30px 0px;
    margin-right: auto;
    margin-top: 0;
    justify-content: flex-start;
    background: none !important;
  }
}
.work .work-col-2 .work-inner-content {
  max-width: 800px;
}
@media (max-width: 991px) {
  .work .work-col-2 .work-inner-content {
    max-width: 100%;
    flex-direction: row-reverse;
  }
}
@media (max-width: 576px) {
  .work .work-col-2 .work-inner-content {
    flex-direction: column-reverse;
  }
}
.work .work-col-2 .work-col-2-arrow {
  position: absolute;
  left: 0;
  bottom: 50px;
}
@media (max-width: 991px) {
  .work .work-col-2 .work-col-2-arrow {
    display: none;
  }
}
.work .work-col-3 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 30px 70px 110px;
  margin-left: -100px;
  margin-top: -4px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .work .work-col-3 {
    max-width: 680px;
    padding: 30px 0px 30px 0px;
    margin-left: auto;
    margin-top: 0;
    justify-content: flex-start;
    background: none !important;
  }
}
.work .work-col-3 .work-inner-content {
  max-width: 680px;
}
.work .work-col-4 {
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 70px 150px 70px;
  margin-right: 20px;
  margin-top: -44px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .work .work-col-4 {
    max-width: 680px;
    padding: 30px 0px 100px 0px;
    margin-right: auto;
    margin-top: 0;
    justify-content: flex-end;
    background: none !important;
  }
}
.work .work-col-4 .work-inner-content {
  max-width: 750px;
}
@media (max-width: 991px) {
  .work .work-col-4 .work-inner-content {
    max-width: 100%;
  }
}
.work .work-col-4 .work-inner-content .work-inner-img {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .work .work-col-4 .work-inner-content .work-inner-img {
    margin-top: 0;
  }
}
.work .work-inner-content .work-inner-img {
  width: 40%;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .work .work-inner-content .work-inner-img {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.work .work-inner-content .work-inner-text {
  width: 60%;
}
@media (max-width: 576px) {
  .work .work-inner-content .work-inner-text {
    width: 100%;
  }
}
.work .work-inner-content h1 {
  font-size: 26px;
  color: #0A0809;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .work .work-inner-content h1 {
    font-size: 24px;
  }
}
.work .work-inner-content p {
  font-size: 16px;
  color: #0A0809;
  margin-bottom: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .work .work-inner-content p {
    font-size: 14px;
  }
}
.work .work-inner-content p span {
  color: #FF6946;
  font-size: 16px;
}
@media (max-width: 768px) {
  .work .work-inner-content p span {
    font-size: 14px;
  }
}
.work .cta-pulse-img {
  position: absolute;
  z-index: 99;
  left: 40px;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  height: 120px;
  width: 120px;
}
@media (max-width: 991px) {
  .work .cta-pulse-img {
    bottom: -40px;
    left: 0;
    height: 80px;
    width: 80px;
  }
}

.video-bg-container {
  position: relative;
  overflow: hidden;
}
.video-bg-player, .video-bg-overlay,
.video-bg iframe {
  position: absolute;
}
.video-bg-player,
.video-bg iframe {
  pointer-events: none;
}
.video-bg-player {
  top: 50%;
  left: 50%;
  width: 120%;
  height: 0;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
}
.video-bg-overlay,
.video-bg iframe {
  width: 100%;
  height: 100%;
}
.video-bg-overlay {
  transition: all 0.25s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-bg-overlay--fadeOut {
  visibility: hidden;
  opacity: 0;
}
.video-bg iframe {
  top: 0;
  left: 0;
}

.case-intro-section .case-intro-row {
  align-items: center;
}
@media (max-width: 1199px) {
  .case-intro-section .case-intro-row {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .case-intro-section .case-intro-row {
    flex-direction: column-reverse;
  }
}
.case-intro-section .intro-content {
  max-width: 450px;
}
@media (max-width: 768px) {
  .case-intro-section .intro-content {
    max-width: 100%;
  }
  .case-intro-section .intro-content .intro-title br {
    display: none;
  }
}
.case-intro-section .intro-content:after {
  display: none;
}
.case-intro-section .intro-content .intro-subtitle {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .case-intro-section .intro-content .intro-subtitle {
    margin-bottom: 30px;
  }
}
.case-intro-section .intro-figure {
  max-width: 100%;
  margin: 0 auto 50px;
}

.tabs-section {
  background-color: #EDF1F2;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .tabs-section {
    padding: 80px 0;
  }
}
.tabs-section.posts-filter-tabs {
  background-color: #fff;
  position: relative;
  background-image: url("../img/hwh-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.tabs-section .tab-wifi {
  position: absolute;
  top: 0;
  left: 0;
}
.tabs-section .tab-header {
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .tabs-section .tab-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .tabs-section .tab-header {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .tabs-section .tab-header .double-title {
    margin-bottom: 50px;
  }
}
.tabs-section .tab-header .double-title .double-title-op {
  font-size: 90px;
}
@media (max-width: 1600px) {
  .tabs-section .tab-header .double-title .double-title-op {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  .tabs-section .tab-header .double-title .double-title-op {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tabs-section .tab-header .double-title .double-title-op {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .tabs-section .tab-header .double-title .tab-title-txt {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.tabs-section .tab-list {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .tabs-section .tab-list {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .tabs-section .tab-list {
    overflow-y: auto;
    display: block;
    padding-bottom: 20px;
  }
}
.tabs-section .tab-list .nav-tabs {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .tabs-section .tab-list .nav-tabs {
    flex-wrap: nowrap;
    width: 830px;
  }
}
.tabs-section .tab-list .nav-tabs .nav-item {
  margin: 0;
}
.tabs-section .tab-list .nav-tabs .nav-item .nav-link {
  padding: 10px 18px;
  border-bottom: 0;
  font-size: 19px;
  font-weight: bold;
  color: #0A0809;
  text-transform: capitalize;
  line-height: 1;
  border-radius: 50px;
}
.tabs-section .tab-list .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
.tabs-section .tab-list .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  border-color: transparent;
  background: rgb(246, 112, 69);
  background: linear-gradient(90deg, rgb(246, 112, 69) 0%, rgb(231, 156, 72) 100%);
}
@media (max-width: 1400px) {
  .tabs-section .tab-list .nav-tabs .nav-item .nav-link {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .tabs-section .tab-list .nav-tabs .nav-item .nav-link {
    font-size: 17px;
    padding: 10px 15px;
  }
}
.tabs-section .case-btn-mt {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .tabs-section .case-btn-mt {
    margin-top: 50px;
  }
}

.tab-content-container {
  -moz-columns: 3;
  columns: 3;
  gap: 30px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 992px) {
  .tab-content-container {
    -moz-columns: 2;
    columns: 2;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .tab-content-container {
    -moz-columns: 1;
    columns: 1;
    gap: 0px;
  }
}
.tab-content-container .tab-content-wrap {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 30px;
  position: relative;
}
.tab-content-container .tab-content-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.tab-content-container .tab-content-wrap .tab-project-title {
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(112, 112, 112, 0.2196078431);
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .tab-content-container .tab-content-wrap .tab-project-title {
    padding: 10px 15px;
  }
}
.tab-content-container .tab-content-wrap .tab-project-title h6 {
  font-size: 20px;
  margin: 0;
}
.tab-content-container .tab-content-wrap .tab-project-title h6 a {
  color: #0A0809;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .tab-content-container .tab-content-wrap .tab-project-title h6 {
    font-size: 20px;
  }
}
.tab-content-container .tab-content-wrap .tab-project-title p {
  font-size: 16px;
  color: #fff;
  max-width: 340px;
  text-align: center;
}
@media (max-width: 1199px) {
  .tab-content-container .tab-content-wrap .tab-project-title p {
    font-size: 16px;
  }
}
.tab-content-container .tab-content-wrap .tab-project-title .tab-pro-link {
  display: flex;
  align-items: center;
}
.tab-content-container .tab-content-wrap .tab-project-title .tab-pro-link a {
  display: inline-block;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  margin: 0 3px;
  background-size: 100% 100%;
}
@media (max-width: 1199px) {
  .tab-content-container .tab-content-wrap .tab-project-title .tab-pro-link a {
    height: 28px;
    width: 28px;
  }
}
.tab-content-container .tab-content-wrap .tab-project-title .tab-pro-link .pro-link-13 {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38.183' height='38.183' viewBox='0 0 38.183 38.183'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f1db41'/%3E%3Cstop offset='1' stop-color='%23ff8238'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_298' data-name='Group 298' transform='translate(-482.928 -2254.739)'%3E%3Ccircle id='Ellipse_22' data-name='Ellipse 22' cx='19.092' cy='19.092' r='19.092' transform='translate(482.928 2254.739)' fill='url(%23linear-gradient)'/%3E%3Cg id='Group_297' data-name='Group 297'%3E%3Cpath id='Path_4101' data-name='Path 4101' d='M500.4,2277.208h1.351a1.014,1.014,0,0,1,1.013,1.013v1.351a1.013,1.013,0,0,1-1.013,1.013H500.4a1.013,1.013,0,0,1-1.013-1.013v-1.351A1.014,1.014,0,0,1,500.4,2277.208Z' fill='%23fff'/%3E%3Cpath id='Path_4102' data-name='Path 4102' d='M500.4,2273.155h1.351a1.013,1.013,0,0,1,1.013,1.013v1.351a1.014,1.014,0,0,1-1.013,1.013H500.4a1.014,1.014,0,0,1-1.013-1.013v-1.351A1.013,1.013,0,0,1,500.4,2273.155Z' fill='%23fff'/%3E%3Cpath id='Path_4103' data-name='Path 4103' d='M504.454,2273.155H505.8a1.013,1.013,0,0,1,1.013,1.013v1.351a1.014,1.014,0,0,1-1.013,1.013h-1.351a1.014,1.014,0,0,1-1.013-1.013v-1.351A1.013,1.013,0,0,1,504.454,2273.155Z' fill='%23fff'/%3E%3Cpath id='Path_4104' data-name='Path 4104' d='M504.454,2277.208H505.8a1.014,1.014,0,0,1,1.013,1.013v1.351a1.013,1.013,0,0,1-1.013,1.013h-1.351a1.013,1.013,0,0,1-1.013-1.013v-1.351A1.014,1.014,0,0,1,504.454,2277.208Z' fill='%23fff'/%3E%3Cpath id='Path_4105' data-name='Path 4105' d='M508.506,2277.208h1.351a1.014,1.014,0,0,1,1.013,1.013v1.351a1.013,1.013,0,0,1-1.013,1.013h-1.351a1.013,1.013,0,0,1-1.013-1.013v-1.351A1.014,1.014,0,0,1,508.506,2277.208Z' fill='%23fff'/%3E%3Cpath id='Path_4106' data-name='Path 4106' d='M510.533,2267.076h1.35a1.014,1.014,0,0,1,1.014,1.014v1.35a1.013,1.013,0,0,1-1.014,1.013h-1.35a1.012,1.012,0,0,1-1.013-1.013v-1.35A1.013,1.013,0,0,1,510.533,2267.076Z' fill='%23fff' style='isolation: isolate'/%3E%3Cpath id='Path_4107' data-name='Path 4107' d='M504.327,2269.216l.825-1.07a1.013,1.013,0,0,1,1.421-.183l1.07.824a1.013,1.013,0,0,1,.183,1.421l-.824,1.07a1.014,1.014,0,0,1-1.422.184l-1.069-.825A1.013,1.013,0,0,1,504.327,2269.216Z' fill='%23fff' style='isolation: isolate'/%3E%3Cpath id='Path_4108' data-name='Path 4108' d='M508.618,2272.728l1.122-.752a1.013,1.013,0,0,1,1.4.277l.753,1.122a1.014,1.014,0,0,1-.278,1.406l-1.122.752a1.013,1.013,0,0,1-1.4-.277l-.753-1.122A1.014,1.014,0,0,1,508.618,2272.728Z' fill='%23fff' style='isolation: isolate'/%3E%3Cpath id='Path_4109' data-name='Path 4109' d='M500.4,2269.1h1.351a1.013,1.013,0,0,1,1.013,1.013v1.351a1.014,1.014,0,0,1-1.013,1.013H500.4a1.014,1.014,0,0,1-1.013-1.013v-1.351A1.013,1.013,0,0,1,500.4,2269.1Z' fill='%23fff'/%3E%3Cpath id='Path_4110' data-name='Path 4110' d='M492.155,2277.208h1.351a1.014,1.014,0,0,1,1.013,1.013v1.351a1.013,1.013,0,0,1-1.013,1.013h-1.351a1.013,1.013,0,0,1-1.013-1.013v-1.351A1.014,1.014,0,0,1,492.155,2277.208Z' fill='%23fff'/%3E%3Cpath id='Path_4111' data-name='Path 4111' d='M492.155,2273.155h1.351a1.013,1.013,0,0,1,1.013,1.013v1.351a1.014,1.014,0,0,1-1.013,1.013h-1.351a1.014,1.014,0,0,1-1.013-1.013v-1.351A1.013,1.013,0,0,1,492.155,2273.155Z' fill='%23fff'/%3E%3Cpath id='Path_4112' data-name='Path 4112' d='M492.155,2269.1h1.351a1.013,1.013,0,0,1,1.013,1.013v1.351a1.014,1.014,0,0,1-1.013,1.013h-1.351a1.014,1.014,0,0,1-1.013-1.013v-1.351A1.013,1.013,0,0,1,492.155,2269.1Z' fill='%23fff'/%3E%3Cpath id='Path_4113' data-name='Path 4113' d='M496.3,2277.208h1.35a1.014,1.014,0,0,1,1.014,1.013v1.351a1.014,1.014,0,0,1-1.014,1.013H496.3a1.014,1.014,0,0,1-1.014-1.013v-1.351A1.014,1.014,0,0,1,496.3,2277.208Z' fill='%23fff'/%3E%3Cpath id='Path_4114' data-name='Path 4114' d='M496.3,2273.155h1.35a1.014,1.014,0,0,1,1.014,1.013v1.351a1.014,1.014,0,0,1-1.014,1.013H496.3a1.014,1.014,0,0,1-1.014-1.013v-1.351A1.014,1.014,0,0,1,496.3,2273.155Z' fill='%23fff'/%3E%3Cpath id='Path_4115' data-name='Path 4115' d='M496.3,2269.1h1.35a1.014,1.014,0,0,1,1.014,1.013v1.351a1.014,1.014,0,0,1-1.014,1.013H496.3a1.014,1.014,0,0,1-1.014-1.013v-1.351A1.014,1.014,0,0,1,496.3,2269.1Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.tab-content-container .tab-content-wrap .tab-project-title .tab-pro-link .pro-link-12 {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38.183' height='38.183' viewBox='0 0 38.183 38.183'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23e02c90'/%3E%3Cstop offset='1' stop-color='%23662480'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_300' data-name='Group 300' transform='translate(-526.827 -2254.739)'%3E%3Ccircle id='Ellipse_23' data-name='Ellipse 23' cx='19.092' cy='19.092' r='19.092' transform='translate(526.827 2254.739)' fill='url(%23linear-gradient)'/%3E%3Cg id='Group_299' data-name='Group 299'%3E%3Cpath id='Path_4116' data-name='Path 4116' d='M539.588,2269h-1.179a3.957,3.957,0,0,0-3.952,3.952v1.767a3.957,3.957,0,0,0,3.952,3.952h6.557a3.957,3.957,0,0,0,3.952-3.952.807.807,0,0,0-1.613,0,2.343,2.343,0,0,1-2.339,2.34h-6.557a2.342,2.342,0,0,1-2.339-2.34v-1.767a2.341,2.341,0,0,1,2.339-2.339h1.179a.806.806,0,0,0,0-1.613Z' fill='%23fff'/%3E%3Cpath id='Path_4117' data-name='Path 4117' d='M552.249,2278.666h1.179a3.957,3.957,0,0,0,3.952-3.952v-1.767a3.957,3.957,0,0,0-3.952-3.952h-6.557a3.957,3.957,0,0,0-3.952,3.952.806.806,0,0,0,1.613,0,2.341,2.341,0,0,1,2.339-2.339h6.557a2.342,2.342,0,0,1,2.339,2.339v1.767a2.343,2.343,0,0,1-2.339,2.34h-1.179a.806.806,0,1,0,0,1.612Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.tab-content-container .tab-content-wrap .tab-project-title .tab-pro-link .pro-link-15 {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38.183' height='38.183' viewBox='0 0 38.183 38.183'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2343b8ff'/%3E%3Cstop offset='1' stop-color='%2336f'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_324' data-name='Group 324' transform='translate(-570.726 -2254.739)'%3E%3Ccircle id='Ellipse_25' data-name='Ellipse 25' cx='19.092' cy='19.092' r='19.092' transform='translate(570.726 2254.739)' fill='url(%23linear-gradient)' style='isolation: isolate'/%3E%3Cg id='Group_323' data-name='Group 323'%3E%3Cg id='Group_322' data-name='Group 322'%3E%3Cpath id='Path_4128' data-name='Path 4128' d='M581.655,2279.168a.579.579,0,0,1-.41-.17l-4.757-4.757a.58.58,0,0,1,0-.821l4.757-4.757a.58.58,0,1,1,.82.82l-4.347,4.348,4.347,4.347a.58.58,0,0,1-.41.99Z' fill='%23fff' style='isolation: isolate'/%3E%3Cpath id='Path_4129' data-name='Path 4129' d='M597.98,2279.168a.58.58,0,0,1-.41-.99l4.347-4.347-4.347-4.348a.58.58,0,0,1,.82-.82l4.758,4.757a.582.582,0,0,1,0,.821L598.39,2279A.578.578,0,0,1,597.98,2279.168Z' fill='%23fff' style='isolation: isolate'/%3E%3Cg id='Group_321' data-name='Group 321'%3E%3Cpath id='Path_4130' data-name='Path 4130' d='M584.044,2274.844a.793.793,0,1,1,.156-1.574A.793.793,0,0,1,584.044,2274.844Z' fill='%23fff'/%3E%3Cpath id='Path_4131' data-name='Path 4131' d='M589.817,2274.844a.793.793,0,1,1,.156-1.574A.793.793,0,0,1,589.817,2274.844Z' fill='%23fff'/%3E%3Cpath id='Path_4132' data-name='Path 4132' d='M595.591,2274.844a.793.793,0,1,1,.155-1.574A.793.793,0,0,1,595.591,2274.844Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.tab-content-container .tab-content-wrap .tab-project-title .tab-pro-link .pro-link-14 {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='38.183' height='38.183' viewBox='0 0 38.183 38.183'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' y1='0.5' x2='1' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%230bcbae'/%3E%3Cstop offset='0.199' stop-color='%230bc9b3'/%3E%3Cstop offset='0.441' stop-color='%230bc3c2'/%3E%3Cstop offset='0.706' stop-color='%230db9da'/%3E%3Cstop offset='0.986' stop-color='%230eacfd'/%3E%3Cstop offset='1' stop-color='%230facff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_320' data-name='Group 320' transform='translate(-614.625 -2254.739)'%3E%3Ccircle id='Ellipse_24' data-name='Ellipse 24' cx='19.092' cy='19.092' r='19.092' transform='translate(614.625 2254.739)' fill='url(%23linear-gradient)'/%3E%3Cg id='Vote'%3E%3Cg id='Group_302' data-name='Group 302'%3E%3Cg id='Group_301' data-name='Group 301'%3E%3Cpath id='Path_4118' data-name='Path 4118' d='M628.613,2268.549a.46.46,0,0,1-.46-.46v-1.276a.46.46,0,0,1,.46-.46h2.552a.46.46,0,1,1,0,.92h-2.092v.816A.46.46,0,0,1,628.613,2268.549Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_304' data-name='Group 304'%3E%3Cg id='Group_303' data-name='Group 303'%3E%3Cpath id='Path_4119' data-name='Path 4119' d='M638.82,2268.549a.46.46,0,0,1-.46-.46v-.816h-2.091a.46.46,0,1,1,0-.92h2.551a.46.46,0,0,1,.461.46v1.276A.46.46,0,0,1,638.82,2268.549Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_306' data-name='Group 306'%3E%3Cg id='Group_305' data-name='Group 305'%3E%3Cpath id='Path_4120' data-name='Path 4120' d='M631.165,2281.308h-2.552a.46.46,0,0,1-.46-.46v-1.276a.46.46,0,0,1,.92,0v.816h2.092a.46.46,0,0,1,0,.92Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_308' data-name='Group 308'%3E%3Cg id='Group_307' data-name='Group 307'%3E%3Cpath id='Path_4121' data-name='Path 4121' d='M638.82,2281.308h-2.551a.46.46,0,1,1,0-.92h2.091v-.816a.461.461,0,0,1,.921,0v1.276A.46.46,0,0,1,638.82,2281.308Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_315' data-name='Group 315'%3E%3Cg id='Group_311' data-name='Group 311'%3E%3Cg id='Group_309' data-name='Group 309'%3E%3Cpath id='Path_4122' data-name='Path 4122' d='M623.787,2272.377a1.736,1.736,0,1,1,0-3.472,1.736,1.736,0,1,1,0,3.472Zm0-2.552a.817.817,0,1,0,0,1.631.816.816,0,0,0,0-1.631Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_310' data-name='Group 310'%3E%3Cpath id='Path_4123' data-name='Path 4123' d='M626.338,2276.205h-5.146a.46.46,0,0,1-.46-.461,2.964,2.964,0,0,1,.907-2.133,3.056,3.056,0,0,1,2.148-.879,3.016,3.016,0,0,1,3.012,3.012A.461.461,0,0,1,626.338,2276.205Zm-4.634-.921h4.123a2.094,2.094,0,0,0-2.04-1.631A2.129,2.129,0,0,0,621.7,2275.284Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_314' data-name='Group 314'%3E%3Cg id='Group_312' data-name='Group 312'%3E%3Cpath id='Path_4124' data-name='Path 4124' d='M643.647,2272.377a1.736,1.736,0,1,1,0-3.472,1.736,1.736,0,1,1,0,3.472Zm0-2.552a.816.816,0,1,0,0,1.631.817.817,0,1,0,0-1.631Z' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_313' data-name='Group 313'%3E%3Cpath id='Path_4125' data-name='Path 4125' d='M646.241,2276.205h-5.146a.46.46,0,0,1-.46-.461,3.016,3.016,0,0,1,3.012-3.012,3.053,3.053,0,0,1,2.147.879,2.964,2.964,0,0,1,.907,2.133A.46.46,0,0,1,646.241,2276.205Zm-4.635-.921h4.123a2.128,2.128,0,0,0-2.082-1.631A2.1,2.1,0,0,0,641.606,2275.284Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_319' data-name='Group 319' style='isolation: isolate'%3E%3Cg id='Group_317' data-name='Group 317'%3E%3Cg id='Group_316' data-name='Group 316'%3E%3Cpath id='Path_4126' data-name='Path 4126' d='M633.717,2273.653a2.374,2.374,0,1,1,2.374-2.374A2.377,2.377,0,0,1,633.717,2273.653Zm0-3.828a1.453,1.453,0,1,0,1.453,1.454A1.455,1.455,0,0,0,633.717,2269.825Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_318' data-name='Group 318'%3E%3Cpath id='Path_4127' data-name='Path 4127' d='M636.907,2278.756h-6.38a.46.46,0,0,1-.46-.46v-.638a3.65,3.65,0,0,1,7.3,0v.638A.46.46,0,0,1,636.907,2278.756Zm-5.92-.92h5.459v-.178a2.729,2.729,0,0,0-5.459,0Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.tab-content-container .tab-content-wrap:hover .tab-project-title {
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.tab-content-container .tab-content-wrap:hover .tab-project-title h6 {
  margin-bottom: 10px;
}
.tab-content-container .tab-content-wrap:hover .tab-project-title h6 a {
  color: #fff;
}
.tab-content-container .tab-content-wrap:hover .tab-project-title p {
  display: block !important;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .single-intro-section .intro-title br {
    display: none;
  }
}
.single-intro-section .sponserd-logos {
  margin-top: 50px;
}
.single-intro-section .intro-figure {
  margin-top: 30px;
}

.single-banner {
  height: 500px;
  background-color: #848384;
  text-align: center;
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .single-banner {
    height: 410px;
  }
}
@media (max-width: 576px) {
  .single-banner {
    height: 330px;
  }
}
.single-banner .single-banner-heading {
  font-size: 7rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 99;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .single-banner .single-banner-heading {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .single-banner .single-banner-heading {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .single-banner .single-banner-heading {
    font-size: 3rem;
  }
}
.single-banner .single-banner-title-bg {
  position: absolute;
  height: 50px;
  background: linear-gradient(360deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
  width: 100%;
  top: 40px;
}
@media (max-width: 1199px) {
  .single-banner .single-banner-title-bg {
    height: 40px;
    top: 33px;
  }
}
@media (max-width: 768px) {
  .single-banner .single-banner-title-bg {
    height: 30px;
    top: 20px;
  }
}
@media (max-width: 576px) {
  .single-banner .single-banner-title-bg {
    height: 20px;
    top: 15px;
  }
}
.single-banner .single-banner-arrow {
  margin-top: 13rem;
}
@media (max-width: 1199px) {
  .single-banner .single-banner-arrow {
    margin-top: 8rem;
  }
}
@media (max-width: 576px) {
  .single-banner .single-banner-arrow {
    margin-top: 4rem;
  }
  .single-banner .single-banner-arrow svg {
    height: 30px;
  }
}

.cs-skills {
  background-color: #EDF1F2;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 992px) {
  .cs-skills {
    padding: 80px 0;
  }
}
.cs-skills .cs-skill-wifi {
  position: absolute;
  right: 0;
  bottom: 0;
}
.cs-skills .cs-skill-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cs-skills .cs-skill-title {
    margin-bottom: 50px;
  }
}
.cs-skills .cs-skill-content {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cs-skills .cs-skill-content .cs-skill-arrow {
  position: absolute;
  left: -100px;
  top: -80px;
}
.cs-skills .cs-skill-content .cs-skill-connector {
  position: absolute;
  top: 83%;
  left: 41%;
  z-index: 9;
  height: 550px;
}
@media (max-width: 1400px) {
  .cs-skills .cs-skill-content .cs-skill-connector {
    left: 39%;
    height: 560px;
  }
}
@media (max-width: 1199px) {
  .cs-skills .cs-skill-content .cs-skill-connector {
    display: none;
  }
}
.cs-skills .cs-skill-content .cs-skill-item {
  border: 1px solid #FF6946;
  border-radius: 50px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #EDF1F2;
  position: relative;
  z-index: 99;
}
.cs-skills .cs-skill-content .cs-skill-item p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 992px) {
  .cs-skills .cs-skill-content .cs-skill-item p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cs-skills .cs-skill-content .cs-skill-item p {
    font-size: 18px;
  }
}

.cs-system {
  padding: 120px 0;
  background-color: #0A0809;
}
@media (max-width: 1199px) {
  .cs-system {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .cs-system .system-row {
    flex-direction: column-reverse;
  }
}
.cs-system .system-title {
  margin-bottom: 40px;
}
.cs-system .system-title .tool-title-op {
  font-size: 110px;
}
.cs-system .system-wrapper {
  position: relative;
}
.cs-system .system-connector {
  position: absolute;
  right: 31%;
  top: 95.7%;
  height: 420px;
  width: 68%;
}
@media (max-width: 1199px) {
  .cs-system .system-connector {
    display: none;
  }
}
.cs-system .system-content {
  max-width: 786px;
}
@media (max-width: 1199px) {
  .cs-system .system-content {
    max-width: 100%;
  }
}
.cs-system .system-content p {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cs-system .system-content p {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .cs-system .system-content p {
    font-size: 18px;
  }
}
.cs-system .system-right-img {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .cs-system .system-right-img {
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: center;
  }
}

.cs-sb-section {
  background-color: #EDF1F2;
  padding: 130px 0 110px;
}
@media (max-width: 1199px) {
  .cs-sb-section {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .cs-sb-section {
    padding: 60px 0;
  }
}
.cs-sb-section .sb-section-col-left {
  margin-bottom: 30px;
}
.cs-sb-section .sb-section-title {
  margin-bottom: 30px;
}
.cs-sb-section .sb-section-content p {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .cs-sb-section .sb-section-content p {
    font-size: 20px;
  }
}

.sidebar-text {
  padding: 40px 30px 20px;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .sidebar-text {
    padding: 40px 30px 20px;
  }
}
.sidebar-text .sidebar-content {
  margin-bottom: 60px;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  .sidebar-text .sidebar-content {
    margin-bottom: 30px;
  }
}
.sidebar-text .sidebar-content .sidebar-title {
  font-size: 26px;
  line-height: 1.2;
  border-bottom: 1px solid #0A0809;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #0A0809;
}
@media (max-width: 768px) {
  .sidebar-text .sidebar-content .sidebar-title {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .sidebar-text .sidebar-content p {
    font-size: 18px;
  }
}
.sidebar-text.bg-orange-gradient .sidebar-title {
  color: #fff;
  border-color: #fff;
}
.sidebar-text.bg-orange-gradient .sidebar-content p {
  color: #fff;
}
.sidebar-text.bg-orange-gradient::after {
  content: "";
  background-image: url(../img/card-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 70% 70%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7;
}

.sb-section-01 {
  padding: 300px 0 125px;
  background-image: url("../img/hwh-right-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 1199px) {
  .sb-section-01 {
    padding: 100px 0;
  }
}
.sb-section-01 .section-01-content {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .sb-section-01 .section-01-content {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .sb-section-01 .section-01-content {
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  .sb-section-01 .section-01-content {
    padding-left: 0;
    margin-top: -8%;
    background-color: #fff;
  }
}
.sb-section-01 .section-01-content p {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .sb-section-01 .section-01-content p {
    font-size: 18px;
  }
}
.sb-section-01 .project-impact {
  margin: 100px 0;
  background: #EDF1F2;
  padding: 60px;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .sb-section-01 .project-impact {
    margin: 80px 0;
  }
}
@media (max-width: 1199px) {
  .sb-section-01 .project-impact {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .sb-section-01 .project-impact {
    margin: 40px 0 60px;
  }
}
.sb-section-01 .project-impact .pro-impact-wrapper {
  text-align: center;
  padding: 20px;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .sb-section-01 .project-impact .pro-impact-wrapper {
    border-right: 0;
    border-bottom: 1px solid #fff;
  }
}
.sb-section-01 .project-impact .pro-impact-wrapper h2 {
  font-size: 60px;
  line-height: 1;
  -webkit-text-fill-color: #EDF1F2;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #EA9F48;
}
@media (max-width: 1199px) {
  .sb-section-01 .project-impact .pro-impact-wrapper h2 {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .sb-section-01 .project-impact .pro-impact-wrapper h2 {
    font-size: 35px;
  }
}
.sb-section-01 .project-impact .pro-impact-wrapper p {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .sb-section-01 .project-impact .pro-impact-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .sb-section-01 .project-impact .pro-impact-wrapper p {
    font-size: 16px;
  }
}
.sb-section-01 .project-impact .pro-impact-wrapper.last-child {
  border-right: 0;
}
@media (max-width: 768px) {
  .sb-section-01 .project-impact .pro-impact-wrapper.last-child {
    border-bottom: 0;
  }
}

.blog-intro-section .blog-intro-row {
  align-items: center;
}
@media (max-width: 1199px) {
  .blog-intro-section .blog-intro-row {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .blog-intro-section .blog-intro-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .blog-intro-section .intro-content {
    max-width: 100%;
  }
  .blog-intro-section .intro-content .intro-title br {
    display: none;
  }
}
.blog-intro-section .intro-content:after {
  display: none;
}
.blog-intro-section .intro-content .intro-subtitle {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .blog-intro-section .intro-content .intro-subtitle {
    margin-bottom: 30px;
  }
}
.blog-intro-section .intro-figure {
  max-width: 100%;
  margin: 0 auto 50px;
}

.recent-posts-slider .rp-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .recent-posts-slider .rp-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .recent-posts-slider .rp-title {
    margin-bottom: 0px;
  }
}
.recent-posts-slider .slick {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .recent-posts-slider .slick {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .recent-posts-slider .slick {
    margin-bottom: 0px;
  }
}
.recent-posts-slider .slick .item:not(.slick-current) .bg {
  opacity: 1;
  filter: brightness(0.5);
}
.recent-posts-slider .slick .slick-arrow {
  width: 40px;
  height: 80px;
}
.recent-posts-slider .slick .slick-arrow:before {
  content: "" !important;
  opacity: 1;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.111' height='79.221' viewBox='0 0 42.111 79.221'%3E%3Cpath id='Path_4166' data-name='Path 4166' d='M200.371,1752.907,164.3,1788.982l36.075,36.075' transform='translate(-161.796 -1749.371)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='5'/%3E%3C/svg%3E%0A");
  height: 72px;
  width: 36px;
  display: block;
}
@media (max-width: 768px) {
  .recent-posts-slider .slick .slick-arrow:before {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.recent-posts-slider .slick .slick-prev {
  left: -60px;
}
@media (max-width: 1600px) {
  .recent-posts-slider .slick .slick-prev {
    left: -20px;
    z-index: 99;
  }
}
.recent-posts-slider .slick .slick-next {
  right: -60px;
  top: 43%;
  transform: rotate(180deg);
}
@media (max-width: 1600px) {
  .recent-posts-slider .slick .slick-next {
    right: -24px;
  }
}
.recent-posts-slider .posts-slider-subtitle h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .recent-posts-slider .posts-slider-subtitle h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.recent-posts-slider .posts-slider-subtitle p {
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto 40px;
}
.recent-posts-slider .posts-slider-subtitle .post-slider-arr {
  position: absolute;
  left: 0;
  bottom: 50px;
}
@media (max-width: 768px) {
  .recent-posts-slider .posts-slider-subtitle .post-slider-arr {
    display: none;
  }
}

.posts-filter-tabs .tab-header {
  border: none;
  padding: 0;
}
@media (max-width: 1400px) {
  .posts-filter-tabs .tab-header {
    margin-bottom: 50px;
  }
}
.posts-filter-tabs .tab-header .tab-opacity-title {
  font-size: 95px;
}
@media (max-width: 1400px) {
  .posts-filter-tabs .tab-header .tab-opacity-title {
    font-size: 75px;
  }
}
.posts-filter-tabs .tab-header .tab-title-txt {
  font-weight: 400;
}
@media (max-width: 1400px) {
  .posts-filter-tabs .tab-header .tab-title-txt {
    font-size: 40px;
  }
}
.posts-filter-tabs .bp-btn-mt {
  margin-top: 120px;
}
.posts-filter-tabs .bp-btn-mt .bp-arr {
  position: absolute;
  right: 0;
  top: -60px;
}

.bt-post-wrapper {
  background-color: #F5F7F8;
  transition: all 0.3s ease-in-out;
}
.bt-post-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bt-post-wrapper .bt-post-contnet {
  padding: 30px;
}
@media (max-width: 1199px) {
  .bt-post-wrapper .bt-post-contnet {
    padding: 30px 20px;
  }
}
.bt-post-wrapper .bt-post-contnet .bt-post-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 600;
}
.bt-post-wrapper .bt-post-contnet .bt-post-title a {
  color: #0A0809;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .bt-post-wrapper .bt-post-contnet .bt-post-title {
    font-size: 24px;
  }
}
.bt-post-wrapper .bt-post-contnet .bt-post-meta {
  margin: 0 -10px 10px;
}
.bt-post-wrapper .bt-post-contnet .bt-post-meta > span {
  font-size: 18px;
  color: #0A0809;
  padding: 0 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .bt-post-wrapper .bt-post-contnet .bt-post-meta > span {
    font-size: 15px;
  }
}
.bt-post-wrapper .bt-post-contnet .bt-post-meta .bt-author-name {
  border-right: 3px solid #FF6946;
  text-transform: capitalize;
}
.bt-post-wrapper .bt-post-contnet p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bt-post-wrapper:hover {
  cursor: pointer;
  box-shadow: 1px 1px 21px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.sp-title-wrapper {
  background-color: #EDF1F2;
  padding: 180px 0 16rem;
}
@media (max-width: 992px) {
  .sp-title-wrapper {
    padding: 130px 0 16rem;
  }
}
.sp-title-wrapper h1 {
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .sp-title-wrapper h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .sp-title-wrapper h1 {
    font-size: 30px;
  }
}
.sp-title-wrapper .sp-meta-text {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 0 10px;
  border-right: 3px solid #FF6946;
  text-transform: capitalize;
}
.sp-title-wrapper .sp-meta-text:last-child {
  border: 0;
}
@media (max-width: 992px) {
  .sp-title-wrapper .sp-meta-text {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .sp-title-wrapper .sp-meta-text {
    font-size: 16px;
    font-weight: 400;
  }
}

.sp-thumbnail-wrapper {
  margin-top: -200px;
}
.sp-thumbnail-wrapper .single-post-thumbnail {
  width: 100%;
}
@media (max-width: 992px) {
  .sp-thumbnail-wrapper .single-post-thumbnail {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.sp-thumbnail-wrapper .sp-pulse-img {
  margin: 0 auto;
  margin-top: -60px;
  z-index: 99;
  height: 120px;
  width: 120px;
}
@media (max-width: 992px) {
  .sp-thumbnail-wrapper .sp-pulse-img {
    margin-top: -40px;
    height: 80px;
    width: 80px;
  }
}

.single-post-body {
  margin: 50px 0 100px;
}
.single-post-body .single-bp-arr {
  position: absolute;
  left: -60px;
  top: -40px;
}
@media (max-width: 992px) {
  .single-post-body .single-bp-arr {
    display: none;
  }
}

.single-post-content {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .single-post-content {
    padding-right: 0px;
  }
}
.single-post-content h1, .single-post-content h2, .single-post-content h3, .single-post-content h4, .single-post-content h5, .single-post-content h6, .single-post-content p {
  margin: 0 0 40px 0;
  font-weight: 400;
  line-height: 1.5;
  color: #0A0809;
}
.single-post-content h1 {
  font-size: 32px;
}
@media (max-width: 992px) {
  .single-post-content h1 {
    font-size: 32px;
  }
}
.single-post-content h2 {
  font-size: 30px;
}
@media (max-width: 992px) {
  .single-post-content h2 {
    font-size: 28px;
  }
}
.single-post-content h3 {
  font-size: 28px;
}
@media (max-width: 992px) {
  .single-post-content h3 {
    font-size: 26px;
  }
}
.single-post-content h4 {
  font-size: 26px;
}
@media (max-width: 992px) {
  .single-post-content h4 {
    font-size: 24px;
  }
}
.single-post-content h5 {
  font-size: 24px;
}
@media (max-width: 992px) {
  .single-post-content h5 {
    font-size: 22px;
  }
}
.single-post-content h6 {
  font-size: 22px;
}
@media (max-width: 992px) {
  .single-post-content h6 {
    font-size: 20px;
  }
}
.single-post-content p {
  font-size: 20px;
}
@media (max-width: 992px) {
  .single-post-content p {
    font-size: 18px;
  }
}
.single-post-content .blockquote {
  margin-bottom: 60px;
  font-size: 30px;
  border-top: 2px solid #FF6946;
  border-bottom: 2px solid #FF6946;
  padding: 50px 0 50px 70px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.452' height='21.761' viewBox='0 0 37.452 21.761'%3E%3Cg id='Group_50' data-name='Group 50' transform='translate(-2184.296 -2456.62)'%3E%3Cpath id='Path_53' data-name='Path 53' d='M2184.3,2477.007a3.571,3.571,0,0,1,.459-1.489l9.734-16.264a7.039,7.039,0,0,1,1.6-2,3.436,3.436,0,0,1,2.177-.63h3.781a1.477,1.477,0,0,1,1.085.4,1.325,1.325,0,0,1,.4.973,3.745,3.745,0,0,1-.227,1.031l-5.958,16.034q-1.148,3.325-3.893,3.322H2185.9Q2184.294,2478.381,2184.3,2477.007Zm18.209,0a3.569,3.569,0,0,1,.459-1.489l9.739-16.264a6.976,6.976,0,0,1,1.6-2,3.432,3.432,0,0,1,2.173-.63h3.781a1.479,1.479,0,0,1,1.089.4,1.338,1.338,0,0,1,.4.973,3.6,3.6,0,0,1-.228,1.031l-5.954,16.034q-1.146,3.325-3.9,3.322h-7.558Q2202.507,2478.381,2202.5,2477.007Z' fill='%23ff6946'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left 60px;
}
.single-post-content .blockquote h3 {
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .single-post-content .blockquote {
    font-size: 26px;
  }
}

.widget-search .search-submit {
  font-size: 0 !important;
  margin: 0 !important;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0392 15.6244C18.2714 14.084 19.0082 12.1301 19.0082 10.0041C19.0082 5.03127 14.9769 1 10.0041 1C5.03127 1 1 5.03127 1 10.0041C1 14.9769 5.03127 19.0082 10.0041 19.0082C12.1301 19.0082 14.084 18.2714 15.6244 17.0392L21.2921 22.707C21.6828 23.0977 22.3163 23.0977 22.707 22.707C23.0977 22.3163 23.0977 21.6828 22.707 21.2921L17.0392 15.6244ZM10.0041 17.0173C6.1308 17.0173 2.99087 13.8774 2.99087 10.0041C2.99087 6.1308 6.1308 2.99087 10.0041 2.99087C13.8774 2.99087 17.0173 6.1308 17.0173 10.0041C17.0173 13.8774 13.8774 17.0173 10.0041 17.0173Z' fill='%236C757D'/%3E%3C/svg%3E");
  height: 70px;
  width: 70px;
  min-width: auto !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 44%;
  position: absolute;
  top: 3px;
  right: 0px;
}

.single-sidebar-wrapper .widget-search, .single-sidebar-wrapper .sidebar-text {
  margin-bottom: 40px;
}
.single-sidebar-wrapper .single-bp-arr-dots {
  float: right;
}
.single-sidebar-wrapper .widget-content {
  position: relative;
  z-index: 99;
}

.widget-title {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.widget-content p {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .widget-content p {
    padding: 15px 0;
  }
}
.widget-content p a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.widget-content p:last-child {
  border: 0;
  margin-bottom: 20px;
}

.bg-grey {
  background-color: #F6F8F9;
}
.bg-grey .widget-title {
  color: #FF6946;
}
.bg-grey .widget-content p {
  border-color: #5A8DA4;
  color: #15062D;
}
.bg-grey .widget-content p a {
  color: #15062D;
}

.widget-newsletter {
  padding-bottom: 50px;
}
.widget-newsletter .widget-content p {
  border: none;
  padding: 0;
  margin: 20px 0 40px;
}
@media (max-width: 768px) {
  .widget-newsletter .widget-content p {
    font-size: 18px;
    margin: 10px 0 20px;
  }
}
.widget-newsletter .widget-content p a {
  color: #15062D;
}

.sidebar-form .form-group {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sidebar-form .form-group {
    margin-bottom: 15px;
  }
}
.sidebar-form .form-group .form-control {
  padding: 18px 20px;
  font-size: 18px;
  color: #000000;
  background-color: #FFF;
  background-clip: padding-box;
  border-color: transparent;
  border-radius: 10px;
  box-shadow: none;
}
@media (max-width: 768px) {
  .sidebar-form .form-group .form-control {
    padding: 12px 15px;
    font-size: 15px;
  }
}
.sidebar-form [type=submit] {
  margin-top: 20px;
  font-size: 17px;
  min-width: 190px;
}
@media (max-width: 768px) {
  .sidebar-form [type=submit] {
    margin-top: 0px;
    font-size: 15px;
    min-width: 140px;
  }
}

.widget-search .form-group {
  margin: 0;
}
.widget-search .form-group .form-control {
  background-color: #F6F8F9;
}

.widget-category .widget-content p {
  margin-bottom: 0;
}
.widget-category .widget-content p a {
  font-weight: 500;
}

.intro2-section {
  margin-bottom: 70px;
  background-image: url("../img/dots-left.jpg");
  background-position: top left;
}
@media (max-width: 768px) {
  .intro2-section {
    margin-bottom: 50px;
  }
  .intro2-section .intro-content {
    max-width: 100%;
  }
  .intro2-section .intro-content .intro-title br {
    display: none;
  }
}

.cmt-section {
  background-color: #000;
  padding: 100px 0 180px;
}
@media (max-width: 992px) {
  .cmt-section {
    padding: 100px 0;
  }
}
.cmt-section .cmt-title {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .cmt-section .cmt-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .cmt-section .cmt-title {
    margin-bottom: 50px;
  }
  .cmt-section .cmt-title .cmt-opacity-title {
    display: none;
  }
  .cmt-section .cmt-title .cmt-title-txt {
    position: relative;
  }
}
.cmt-section .cmt-col-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.cmt-section .cmt-content {
  max-width: 700px;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .cmt-section .cmt-content {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .cmt-section .cmt-content {
    max-width: 100%;
    padding-left: 0;
  }
}
.cmt-section .cmt-content p {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cmt-section .cmt-content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.cmt-section .cmt-btn {
  margin-top: 40px;
  color: #fff;
}
@media (max-width: 992px) {
  .cmt-section .cmt-btn {
    margin-top: 10px;
  }
}
.cmt-section .cmt-right-img {
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (max-width: 992px) {
  .cmt-section .cmt-right-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cmt-section .cmt-right-img {
    margin-bottom: 30px;
  }
}
.cmt-section .cmt-right-img .cmt-number {
  position: absolute;
  bottom: -60px;
  right: 110px;
}
@media (max-width: 1199px) {
  .cmt-section .cmt-right-img .cmt-number {
    bottom: -130px;
  }
}
@media (max-width: 992px) {
  .cmt-section .cmt-right-img .cmt-number {
    display: none;
  }
}
.cmt-section .cmt-right-img .cmt-number .cmt-number-wrapper {
  width: 250px;
  position: relative;
}
.cmt-section .cmt-right-img .cmt-number .cmt-number-wrapper .cmt-number-outer {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: -30px;
  left: -30px;
}

.home2-service {
  background-color: #fff;
}
.home2-service .service-title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .home2-service .service-title-wrapper {
    margin-bottom: 60px;
  }
}
.home2-service .services-subtitle {
  max-width: 800px;
  margin: 0 auto;
}
.home2-service .services-subtitle h5 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 991px) {
  .home2-service .service-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home2-service .service-box-col .service-icon {
    width: 60px;
  }
}
.home2-service .service-box-col .service-box-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.home2-service .service-box-col .service-box-content p {
  max-width: 450px;
}
.home2-service .service-box-col:after {
  background-position: left 90%;
  background-size: auto;
}
@media (max-width: 992px) {
  .home2-service .service-box-col:after {
    background-position: left 100%;
  }
}

.home-service-col3.home2-service .service-box-col .service-box-content {
  justify-content: flex-start;
  padding-bottom: 40px;
}
.home-service-col3 .service-box-col .service-icon {
  position: relative;
  top: unset;
  right: unset;
  max-width: 100%;
  margin-bottom: 40px;
}

.process-section {
  background-color: #EDF1F2;
  padding: 100px 0 140px;
}
@media (max-width: 1199px) {
  .process-section {
    padding: 100px 0;
  }
}
.process-section .process-title {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .process-section .process-title {
    margin-bottom: 60px;
  }
}
.process-section .process-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .process-section .process-list {
    padding-right: 0px;
  }
}
.process-section .process-list .process-tab-img img {
  max-width: 400px;
}
.process-section .process-list .nav-tab {
  position: relative;
  flex-direction: column;
  width: 120px;
  height: 600px;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .process-section .process-list .nav-tab {
    align-items: center;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .process-section .process-list .nav-tab {
    height: 340px;
    margin: 0 auto;
  }
}
.process-section .process-list .nav-tab .nav-item {
  position: relative;
  z-index: 9;
}
.process-section .process-list .nav-tab .nav-item .nav-link {
  height: 55px;
  width: 55px;
  font-size: 30px;
  color: #000;
  border-radius: 100%;
  padding: 0;
  background-color: #fff;
  border: none;
}
.process-section .process-list .nav-tab .nav-item .nav-link.active {
  color: #fff;
  background: linear-gradient(360deg, rgb(255, 105, 69) 0%, rgb(237, 152, 72) 100%);
}
@media (max-width: 768px) {
  .process-section .process-list .nav-tab .nav-item .nav-link {
    height: 45px;
    width: 45px;
    font-size: 20px;
  }
}
.process-section .process-list .nav-tab .nav-item:first-child, .process-section .process-list .nav-tab .nav-item:last-child {
  align-self: flex-end;
}
@media (max-width: 992px) {
  .process-section .process-list .nav-tab .nav-item:first-child, .process-section .process-list .nav-tab .nav-item:last-child {
    align-self: center;
  }
}
.process-section .process-list .nav-tab:before {
  content: "";
  display: block;
  height: 93%;
  width: 50px;
  /* background-color: red; */
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.107' height='525.083' viewBox='0 0 51.107 525.083'%3E%3Cpath id='Path_89' data-name='Path 89' d='M2303.234,5041.511a751.417,751.417,0,0,1-2.071-524.033' transform='translate(-2253.53 -4516.958)' fill='none' stroke='%23707070' stroke-miterlimit='10' stroke-width='3' opacity='0.95'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 25px;
  top: 25px;
}
@media (max-width: 992px) {
  .process-section .process-list .nav-tab:before {
    height: 88%;
    width: 4px;
    left: auto;
    top: 26px;
    background-image: none;
    background-color: #767677;
  }
}
.process-section .process-list .process-joint-img {
  margin: 0 40px 0 20px;
}
@media (max-width: 992px) {
  .process-section .process-list .process-joint-img {
    display: none;
  }
}
@media (max-width: 992px) {
  .process-section .process-list .process-tab-img {
    display: none;
  }
}
@media (max-width: 1400px) {
  .process-section .process-list .process-tab-img img {
    width: 80%;
  }
}
.process-section .process-tab-content p {
  font-size: 22px;
}
@media (max-width: 768px) {
  .process-section .process-tab-content p {
    font-size: 16px;
  }
}
.process-section .process-tab-content .step-number {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #FF6946;
}
@media (max-width: 768px) {
  .process-section .process-tab-content .step-number {
    font-size: 18px;
  }
}
.process-section .process-tab-content .step-title {
  font-size: 45px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .process-section .process-tab-content .step-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .process-section .process-tab-content .step-title {
    font-size: 26px;
  }
}

.site .wrapper {
  padding-top: 130px;
}

#notfound {
  position: relative;
  height: 100vh;
}
#notfound .notfound {
  max-width: 920px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#notfound .notfound h1 {
  font-family: maven pro, sans-serif;
  color: #ececec;
  font-weight: 900;
  font-size: 276px;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #notfound .notfound h1 {
    font-size: 160px;
  }
}
#notfound .notfound h2 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  #notfound .notfound h2 {
    font-size: 26px;
  }
}
#notfound .notfound p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #notfound .notfound p {
    font-size: 16px;
  }
}
#notfound .notfound-404 {
  position: absolute;
  height: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.srv-block-link {
  text-decoration: none;
}

.page-id-648 .intro-section.case-intro-section {
  padding-top: 100px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .page-id-648 .intro-section.case-intro-section {
    padding-bottom: 70px;
  }
}
.page-id-648 .intro-section.case-intro-section .intro-content {
  max-width: 500px;
}

.srv-inline-block {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .srv-inline-block .row [class*=col-] {
    width: 100%;
  }
}
.srv-inline-block .srv-block-title {
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
.srv-inline-block .srv-block-icon img {
  width: 80%;
}
.srv-inline-block .srv-block-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 19px;
}
.srv-inline-block .srv-block-wrapper:after {
  content: "";
  background-image: url(../assets/img/srv-bg.png);
  background-repeat: no-repeat;
  background-position: 100% 90%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.srv-inline-block .srv-block-wrapper:hover {
  cursor: pointer;
}

.underline-content .intro-content:after {
  content: "";
  display: block;
  background-color: #707070;
}

.srv-block-row {
  display: none;
}

.row.srv-block-row.active {
  display: flex;
}

@media (max-width: 1199px) {
  .srv-content .srv-content-col {
    margin-bottom: 50px;
  }
}
.srv-content .container > .srv-block-container {
  border-top: 2px solid #707070;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .srv-content .container > .srv-block-container {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.srv-content-block {
  padding: 40px;
  background-color: #E9EAEA;
  border-radius: 30px;
  position: relative;
  margin-bottom: 30px;
  background-image: url(../assets/img/srv-bg.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: bottom left;
}
@media (max-width: 767px) {
  .srv-content-block {
    padding: 20px;
  }
}
.srv-content-block .srv-block-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .srv-content-block .srv-block-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .srv-content-block .srv-block-header .srv-block-icon img {
    width: 80%;
  }
}
.srv-content-block .srv-block-header .srv-block-title {
  font-size: 30px;
  margin: 0px 0 0 20px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .srv-content-block .srv-block-header .srv-block-title {
    font-size: 24px;
    margin: 0;
  }
}
.srv-content-block .srv-block-content {
  max-width: 500px;
  padding-left: 20px;
}
.srv-content-block .srv-block-content p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .srv-content-block .srv-block-content {
    max-width: 100%;
  }
}
.srv-content-block .srv-block-arrows {
  position: absolute;
  right: 8%;
  bottom: 30px;
}
@media (max-width: 1199px) {
  .srv-content-block .srv-block-arrows {
    display: none;
  }
}

.srv-content-wrapper h1 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .srv-content-wrapper h1 {
    font-size: 40px;
  }
}
.srv-content-wrapper h2 {
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .srv-content-wrapper h2 {
    font-size: 30px;
  }
}
.srv-content-wrapper h3 {
  font-size: 34px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .srv-content-wrapper h3 {
    font-size: 28px;
  }
}
.srv-content-wrapper h4 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .srv-content-wrapper h4 {
    font-size: 22px;
  }
}
.srv-content-wrapper p {
  font-size: 20px;
  line-height: 1.7;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .srv-content-wrapper p {
    font-size: 17px;
  }
}
.srv-content-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.srv-content-wrapper ul li {
  font-size: 20px;
  margin: 20px 0;
  text-decoration: none;
  border-bottom: 1px solid #707070;
  padding-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
  color: #1D1D1B;
}
@media (max-width: 991px) {
  .srv-content-wrapper ul li {
    font-size: 17px;
  }
}
.srv-content-wrapper ul li a {
  text-decoration: none;
  color: #1D1D1B;
  transition: all 0.2s ease-in-out;
}
.srv-content-wrapper ul li a:hover {
  color: #F67045;
  transition: all 0.2s ease-in-out;
}

.srv-block-qoute {
  position: relative;
  border-top: 2px solid #E89546;
  padding-top: 40px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .srv-block-qoute {
    margin-top: 40px;
  }
}
.srv-block-qoute:before {
  content: "";
  display: inline-block;
  height: 40px;
  width: 70px;
  background-image: url(../assets/img/marks.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: -30px;
  background-color: #fff;
}
.srv-block-qoute blockquote, .srv-block-qoute p {
  font-size: 30px;
  font-style: italic;
}
@media (max-width: 991px) {
  .srv-block-qoute blockquote, .srv-block-qoute p {
    font-size: 24px;
  }
}
.srv-block-qoute .srv-block-qoute-name {
  font-size: 16px;
  font-weight: bold;
  color: #F67045;
  text-transform: uppercase;
}

.cmt-section-heading .cmt-row.align-items-center {
  align-items: flex-start !important;
}
.cmt-section-heading.cmt-section .cmt-content {
  margin-top: 30px;
}
.cmt-section-heading.cmt-section .cmt-content h1, .cmt-section-heading.cmt-section .cmt-content h2, .cmt-section-heading.cmt-section .cmt-content h3, .cmt-section-heading.cmt-section .cmt-content h4, .cmt-section-heading.cmt-section .cmt-content h5, .cmt-section-heading.cmt-section .cmt-content h6 {
  color: #F67045;
  margin-bottom: 30px;
}

.cmt-no-icon.cmt-section .cmt-right-img .cmt-number {
  display: none;
}

.highligter {
  background: rgb(235, 102, 59);
  background: linear-gradient(360deg, rgb(235, 102, 59) 0%, rgb(234, 107, 60) 25%, rgb(234, 107, 60) 55%, rgb(232, 146, 69) 85%, rgb(232, 157, 72) 100%);
  padding: 100px 0 70px;
  position: relative;
}
.highligter .container {
  position: relative;
  z-index: 99;
}
.highligter .high-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .highligter .high-title .double-title-txt {
    font-size: 50px;
    line-height: 1.2;
  }
}
.highligter .high-title .high-title-op {
  background: rgb(232, 157, 72);
  background: linear-gradient(0deg, rgba(232, 157, 72, 0) 12%, rgba(227, 78, 27, 0.2) 52%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
@media (max-width: 991px) {
  .highligter .high-title .high-title-op {
    font-size: 90px;
  }
}
.highligter .high-subtitle p {
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  max-width: 550px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .highligter .high-subtitle p {
    font-size: 20px;
  }
}
.highligter .high-wifi {
  position: absolute;
  top: auto;
  left: 6%;
  bottom: 0;
}
@media (max-width: 991px) {
  .highligter .high-wifi {
    display: none;
  }
}

.description-panel {
  margin: 180px 0 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .description-panel {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .description-panel {
    margin-bottom: 0px;
  }
}
.description-panel .dp-wrapper {
  border-radius: 50px;
  overflow: hidden;
}
.description-panel .dp-content-wrapper {
  height: 100%;
  background-color: #F0F4F5;
  padding: 90px 75px 75px;
}
@media (max-width: 1199px) {
  .description-panel .dp-content-wrapper {
    padding: 70px 55px 55px;
  }
}
@media (max-width: 767px) {
  .description-panel .dp-content-wrapper {
    padding: 40px 30px 30px;
  }
}
.description-panel .dp-img {
  height: 100%;
}
.description-panel .dp-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.description-panel .dp-content {
  max-width: 420px;
}
@media (max-width: 991px) {
  .description-panel .dp-content {
    max-width: 100%;
  }
}
.description-panel .dp-content h3.dp-section-title {
  background: linear-gradient(360deg, rgb(235, 102, 59) 0%, rgb(234, 107, 60) 25%, rgb(234, 107, 60) 55%, rgb(232, 146, 69) 85%, rgb(232, 157, 72) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .description-panel .dp-content h3.dp-section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .description-panel .dp-content h3.dp-section-title {
    font-size: 30px;
  }
}
.description-panel .dp-content h5 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .description-panel .dp-content h5 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.description-panel .dp-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.description-panel .dp-content ul li {
  font-size: 20px;
  margin: 20px 0;
  text-decoration: none;
  border-bottom: 1px solid #707070;
  padding-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
  color: #1D1D1B;
}
.description-panel .dp-content ul li a {
  text-decoration: none;
  color: #1D1D1B;
  transition: all 0.2s ease-in-out;
}
.description-panel .dp-content ul li a:hover {
  color: #F67045;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .description-panel .dp-content ul li {
    font-size: 16px;
    margin: 10px 0;
  }
}
.description-panel .dp-wifi {
  position: absolute;
  top: 0;
  left: 6%;
  bottom: auto;
}
@media (max-width: 1199px) {
  .description-panel .dp-wifi {
    display: none;
  }
}

/*# sourceMappingURL=customs.css.map */