/*
Theme Name: Outposter
Theme URI: https://proximatesolutions.com/professional-web-design-portfolio/
Author: Proximate Solutions
Author URI: https://proximatesolutions.com/
Description: Wordpress theme designed for Outposter with Blog Integration.
Version: 2.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: outposter
Tags: one-column, two-columns, custom-menu, featured-images, left-sidebar, right-sidebar
*/
:root {
  --primary: #009699;
  --primary-dark: #038787;
  --secondary: #f0cc80;
  --secondary-dark: #ddb672;
  --grey: #f2f2f2;
  --light-grey: #dee9eb;
  --light-grey2: #f2fafa;
  --info: #191919;
  --black: #000;
  --white: #fff;
  --op-primary: #009799;
  --op-secondary: #c3f7f8;
  --op-yellow: #f1d65c;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Jost", sans-serif;
  color: var(--info);
  line-height: 1.25;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--primary);
  transition: all linear 0.2s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #0b384c;
}

.btn {
  font-family: 'Helvetica';
  font-weight: 300;
}

.btn,
.form-control {
  border-radius: 0px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Jost", sans-serif;
  margin: 0;
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

.op-primary-bg {
  background: var(--op-primary);
  color: #fff
}

.op-secondary-bg {
  background: var(--op-secondary);
}

.op-yellow-bg {
  background: var(--op-yellow) !important;
  color: #222 !important
}

.op-secondary-txt {
  background: var(--op-primary) !important;
}

.grey_bg {
  background: var(--grey)
}

.light_bg {
  background: var(--light-grey)
}

.light_bg2 {
  background: var(--light-grey2)
}

.bg-success {
  background: var(--primary) !important;
}

.text-success {
  color: var(--primary) !important;
}

.btn-op-primary {
  background: var(--op-primary);
  border-color: var(--op-primary);
  color: var(--white);
}

.btn-success {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.btn-success:hover,
.btn-success:focus {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.btn-outline-success {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline-success:hover,
.btn-outline-success:focus {
  background: var(--primary);
  border-color: var(--primary);
  background: var(--primary);
}

.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.aligncenter {
  text-align: center;
  margin: 0 auto 10px;
  display: block;
}

.alignnone {
  float: none;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  margin-bottom: 1rem;
  padding: 4px;
  max-width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  padding: 0 5px;
  margin: 0;
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.clear {
  clear: both;
}

.mrb-10 {
  margin: 0 10px 10px 0;
}

.br-0 {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.text-warning {
  color: var(--secondary) !important;
}

.btn-warning {
  background: #f1d65c;
  border-color: var(--secondary);
}

.btn-warning:hover,
.btn-warning:focus {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

.btn-outline-warning {
  border-color: var(--secondary);
  color: var(--secondary);
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
  background: var(--secondary);
  border-color: var(--secondary);
  background: var(--secondary);
}

.btn_styled {
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn_styled .fa {
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.btn_styled2 {
  padding: 14px 35px;
  text-transform: uppercase;
}

.btn_styled2 .fa {
  font-size: 10px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.mb_19 {
  margin-bottom: 19px;
}

section {
  padding: 70px 0;
  position: relative;
}

.heading {
  margin-bottom: 60px;
}

.heading h2 {
  font-size: 48px;
}

.heading h1,
.heading h2,
.heading h3 {
  font-family: "Jost", sans-serif;
  font-weight: normal;
}

.heading_bold,
.heading_light {
  margin-bottom: 40px;
}

.heading_bold h2 {
  font-size: 48px;
}

.heading_bold h1,
.heading_bold h2,
.heading_bold h3 {
  font-weight: bold;
}

.heading p,
.heading h6,
.heading_bold h6,
.heading_bold p,
.heading_light h6,
.heading_light p {
  font-family: 'Helvetica';
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ls1 {
  letter-spacing: 1px;
}

.heading_light h2 {
  font-size: 48px;
}

.heading_light h1,
.heading_light h2,
.heading_light h3 {
  font-weight: 300;
}

.heading_light h1 b,
.heading_light h2 b,
.heading_light h3 b,
.heading_light h1 strong,
.heading_light h2 strong,
.heading_light h3 strong {
  font-weight: bold;
}

.header_bar {
  position: absolute;
  padding: 40px 0 20px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

@media (min-width:1400px) {
  .header_bar .container {
    max-width: 1550px;
    margin: 0 auto;
  }
}

.logo {
  position: relative;
}

.logo img {
  max-width: 280px;
}

.top_right {
  float: right;
}

.top_btn {
  float: left;
  margin-left: 20px;
}

#menu {
  font-family: 'Helvetica';
  font-weight: 300;
  float: left;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: inline-block;
  position: relative;
}

#menu ul li a {
  color: var(--info);
  padding: 13px 15px;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  text-transform: uppercase;
}

#menu li>a:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  margin-left: 5px;
}

#menu li>a:only-child:after {
  margin-left: 0;
  content: '';
}

#menu ul li a:hover,
#menu ul li.active a,
#menu ul li.current_page_item>a,
#menu ul li.current-menu-ancestor>a,
#menu ul li.current-menu-item>a,
#menu ul li.current-menu-parent>a {
  color: var(--primary);
}

#menu li.active ul li a {
  color: #fff;
  background: #000
}

#menu li.active ul li a:hover {
  color: #fff;
  background: #333
}

#menu li>ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  min-width: 220px;
  white-space: nowrap;
}

#menu ul li.active ul li a {
  background: #fff;
  color: #333;
}

#menu li>ul li {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  display: block;
  position: relative;
  margin: 0;
  text-align: left;
}

#menu li>ul li:hover {
  background: var(--secondary-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

#menu li>ul li a {
  color: #333;
  font-size: 13px;
  padding: 10px 15px;
  border-right: 0;
}

#menu li>ul li a:hover {
  color: #fff;
  text-decoration: none
}

#menu li ul li.current_page_item>a,
#menu li ul li.current-menu-ancestor>a,
#menu li ul li.current-menu-item>a,
#menu li ul li.current-menu-parent>a {
  background: #333;
  color: #fff
}

#menu>li {
  border-left: 1px solid #999
}

#menu>li:first-child,
#menu>li.has-submenu+li {
  border-left: 0
}

#menu li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  transition: all linear .2s 0s;
  -webkit-transition: all linear .2s 0s;
  visibility: hidden;
  opacity: 0
}

#menu li>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
  display: block
}

#menu li>ul {
  transition: all linear .2s 0s;
  -webkit-transition: all linear .2s 0s;
  visibility: hidden;
  opacity: 0
}

#menu li:hover>ul {
  visibility: visible;
  opacity: 1
}

#menu li>ul li a {
  padding: 0 23px;
  transition: all linear .2s 0s;
  -webkit-transition: all linear .2s 0s
}

#menu li:hover>ul li a {
  padding: 10px 23px
}

#menu li>ul li:hover a {
  color: #fff;
}

#menu li>ul li:hover ul li a {
  color: #000;
}

#menu li>ul li ul li a:hover {
  color: #ff9e00;
}

@keyframes menu_sticky {
  0% {
    margin-top: -240px;
  }

  50% {
    margin-top: -90px;
  }

  100% {
    margin-top: 0;
  }
}

.header_bar.sticky {
  margin: 0;
  position: fixed;
  background: var(--white);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.49);
  padding: 15px 0;
}

.banner_wrap {
  padding-top: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_page_banner {
  position: relative;
  background-position: 80% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 200px 0;
}

.home_banner_main {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

.scroll_img {
  position: relative;
  background-position: 80% 50%;
  background-repeat: no-repeat;
}

.home_banner {
  position: relative;
}

.home_contact_nav {
  position: absolute;
  right: 7%;
  bottom: 150px;
}

.home_contact_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home_contact_nav ul li {
  display: block;
}

.home_contact_nav ul li+li {
  margin-top: 25px;
}

.home_contact_nav ul li a {
  color: var(--primary-dark);
  width: 65px;
  height: 65px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 30px;
  transform: translate(-50%, -50%);
  display: block;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.home_contact_nav ul li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 28px;
}

.banner_text h1,
.home_banner_main h1 {
  font-weight: bold;
  font-size: 48px;
}

.banner_btn {
  margin-top: 30px;
}

/*.slide_persons { bottom: 0; height: 663px; background-position: right; background-repeat: no-repeat; background-attachment: fixed;}*/

.welcome_section {
  position: relative;
  overflow: hidden;
}

.welcome_section .arrow_bg {
  position: absolute;
  left: -150px;
  bottom: 0;
  z-index: -1;
}

.home_video_wrapper {
  position: relative;
}

.home_video_wrapper video {
  border: #eee 1px solid;
}

.home_video_caption {
  position: absolute;
  right: 13%;
  top: 60px;
}


.home_video_caption h2 {
  font-weight: bold;
  font-size: 40x;
  margin-bottom: 15px;
}

.home_video_caption h4 {
  font-weight: bold;
}

.home_video_caption h4,
.home_video_caption p {
  font-size: 29px;
}

.home_video_caption p {
  font-size: 29px;
  font-family: 'Helvetica';
  font-weight: 300;
}

.arrow_sticky {
  position: relative;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
}

.video_play_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--primary-dark);
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 22px;
  transform: translate(-50%, -50%);
}

.video_play_icon:hover,
.video_play_icon:focus {
  color: var(--primary);
}

.video_play_icon .fa {
  padding: 2px 0 0 5px;
  position: relative;
  z-index: 9;
}

.video_modal .modal-body {
  line-height: 0;
}

.homr_right_thumb {
  padding: 0;
}

.homr_right_thumb img {
  width: 100vw;
}

.work_info_section {
  padding: 0;
}

.workinfo_block {
  float: right;
  padding-right: 100px;
  max-width: 630px;
}

.info_block_right {
  float: left;
  padding-left: 100px;
  max-width: 630px;
}

.title-section {
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
}

.map_fix_right {
  background-attachment: fixed;
  background-size: 17% auto;
}

.title-section.map_fix_right .mb-4 {
  margin-bottom: 19px !important;
}

.black_bg {
  color: var(--white);
  background: var(--black);
}

.text-block {
  padding: 0 40px;
}

.text-block p,
.workinfo_block p,
.info_block_right p {
  text-align: justify;
}

.arow_down {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  border-radius: 100%;
  z-index: 9;
}

.arow_down img {
  max-width: 30px;
}

.support_block .icon {}

.support_block .icon img {
  height: 200px;
  object-fit: scale-down;
}

.support_btn {
  display: block;
  border: var(--black) 4px solid;
  color: var(--black);
  font-size: 40px;
  margin: 20px auto;
  padding: 10px 15px;
  font-family: 'Helvetica';
  font-weight: bold;
}

.support_block:hover .support_btn {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: var(--black);
}

ul.featured_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

ul.featured_list li {
  width: calc(50% - 10px);
  margin: 0 3px 10px;
  display: inline-block;
}

ul.featured_list li:nth-child(even) {
  float: right;
}

ul.featured_list li a {
  display: flex;
  border: var(--black) 2px solid;
  color: var(--black);
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 21px;
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 1.4;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  letter-spacing: 1px;
}

ul.featured_list li a:hover,
ul.featured_list li a:focus {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

#Enquiry_form.black_bg {
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0, .16);
}

.enquiry_form {
	color: #313439 !important;
	padding: 50px 50px !important;
    background: #fff !important;
    border-radius: 15px !important;
    border: 1px solid #fff !important;
    box-shadow: 5px 12px 12px rgba(0,0,0,.6) !important;
}
.enquiry_form h2 {
	display: inline-block;
	text-transform: uppercase;
    text-shadow: 0 3px 6px rgba(0,0,0,.6);
    letter-spacing: 2.5px;
	padding-bottom: 15px;
	position: relative;
}
.enquiry_form h2:before {
	content: '';
	background: #009798;
	display: inline-block;
	height: 3px;
	width: 95%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.enquiry_form h2:hover:before {
	width: 30%;
}
.enquiry_form .gform_footer {
	justify-content: center;
}
.enquiry_form .gform_button {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    box-shadow: 3px 2px 8px 1px rgba(0,0,0,.15);
    background: linear-gradient(to left, #222222 50%, #009798 50%);
    background-size: 200% 100%;
    background-position: left bottom;
	padding: 12px 60px;
    transition: all .3s ease-out;
}
.enquiry_form .gform_button:hover {
	background-position: right bottom;
}

.enquiry_form .gfield--type-radio {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	text-align: center; 
	gap: 10px;
}

.enquiry_form .gform_wrapper.gravity-theme .gfield_label,
.enquiry_form .gform_wrapper.gravity-theme .ginput_complex label {
	font-size: 13px;
	font-weight: 700;
}
.enquiry_form .gform_wrapper.gravity-theme .ginput_complex label {
	margin-bottom: 10px !important;
}

.enquiry_form {
  font-size: 16px;
}



.enquiry_form form {
  text-transform: uppercase;
}

.enquiry_form .form-group p {
  margin: 0;
}

.enquiry_form p,
.service_radio_wrapper label span,
.service_checkbox_wrapper .wpcf7-list-item span {
  letter-spacing: 1px;
}

ul.radio_list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

ul.radio_list li {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  letter-spacing: 1px;
}

ul.radio_list li .radio {
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: left;
}

ul.radio_list li .radio+.radio {
  margin-top: 12px;
}

ul.radio_list li .radio input {
  display: none;
}

ul.radio_list li .radio input+span {
  display: inline-block;
  position: relative;
  padding-left: 55px;
}

ul.radio_list li .radio input+span:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0px;
  border-radius: 50%;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--white);
  background: transparent;
}

ul.radio_list li .radio input+span:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: var(--secondary-dark);
  border: 2px solid var(--secondary-dark);
  ;
  position: absolute;
  border-radius: 50%;
  top: -8px;
  left: 0px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

ul.radio_list li .radio input:checked+span:after {
  opacity: 1;
  transform: scale(1, 1);
}

.service_check_btn .sr_contents {
  align-self: center;
  max-width: 70%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-family: 'Helvetica';
  font-weight: 300;
}

.service_radio_wrapper {
  margin-bottom: 20px;
}

.radio_text {
  position: relative;
  top: -5px;
}

.radio_text,
.radio_btn {
  display: inline-block;
}

.service_radio_wrapper input {
  display: none;
}

.service_radio_wrapper label span {
  display: inline-block;
  position: relative;
  padding-left: 48px;
  margin-left: 14px;
  cursor: pointer;
}

.service_radio_wrapper input+span:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0px;
  border-radius: 50%;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--white);
  background: transparent;
}

.service_radio_wrapper input~span:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: var(--secondary-dark);
  border: 2px solid var(--secondary-dark);
  ;
  position: absolute;
  border-radius: 50%;
  top: -8px;
  left: 0px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.service_radio_wrapper span input:checked~span:after {
  opacity: 1;
  transform: scale(1, 1);
}

.service_radio_wrapper .wpcf7-list-item {
  margin: 0;
  float: left;
}

/* .service_radio_wrapper .wpcf7-list-item:nth-child(even) {float: right;} */
.service_checkbox_wrapper {
  position: relative;
  margin: 0 -5px 30px;
  ;
  overflow: hidden;
  clear: both;
}

.service_checkbox_wrapper .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.service_checkbox_wrapper .wpcf7-list-item label {
  display: block;
  text-align: center;
}

.service_checkbox_wrapper .wpcf7-list-item span {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 50px;
  background: transparent;
  display: block;
  cursor: pointer;
  border: 1px solid var(--white);
  font-family: 'Helvetica';
  font-weight: 300;
  line-height: 1.4;
  margin: 15px 10px 0
}

.service_checkbox_wrapper .wpcf7-list-item:nth-child(even) {
  float: right;
}

.service_checkbox_wrapper .wpcf7-list-item input:checked~span {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: var(--black);
}

.service_checkbox_wrapper input.error span~.service_check_btn:before {
  border-color: var(--primary);
}

.service_check_btn .sr_contents {
  align-self: center;
  max-width: 70%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  font-family: 'Helvetica';
  font-weight: 300;
}

.service_checkbox_wrapper .wpcf7-list-item {
  margin: 0 -4px;
  width: calc(50% - 5px);
}

.mobile_btn {
  display: none;
}

.enquiry_form_section hr {
  color: var(--white);
  margin: 40px 0;
  opacity: 1;
}

.enquiry_form_section .form-control {
  color: var(--white);
}

.enquiry_form_section .form-control {
  background: transparent;
  border-color: var(--white);
}

.top_form .form-control {
  border-bottom: 0;
}

.top_form .form-group:last-child .form-control {
  border-bottom: 1px var(--white) solid;
}

.form-footer {
  padding: 0 50px;
}

.client_section .row .col-20 {
  flex: 0 0 auto;
  width: 20%;
}

.client_logo {
  margin-bottom: 30px;
  /*  background-color: #fff; */
  text-align: center;
  padding: 10px;
}

.client_logo img {
  height: 90px;
  object-fit: scale-down;
}

.story_block {
  margin-bottom: 50px;
}

.story_thumb {
  margin-bottom: 20px;
}

.story_block h6 {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.story_block h6 a {
  color: var(--black);
}

.light_text {
  font-family: 'Helvetica';
  font-weight: 300;
  letter-spacing: 1px;
}

.social_section .heading_bold {
  margin-bottom: 20px;
}

.social_section h4 {
  font-size: 20px;
  margin-bottom: 40px;
}

ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  margin-top: 10px;
}

ul.social li {
  float: left;
  margin-right: 10px;
}

ul.social li a {
  text-align: center;
  color: var(--white);
  display: block;
  font-size: 27px;
  line-height: 58px;
  text-align: center;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background: var(--black);
  position: relative;
}

ul.social li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
}

ul.social li a:hover {
  opacity: 0.6;
}

.footer_wrapper {
  padding: 70px 0;
  font-size: 16px;
  line-height: 1.2;
}

.footer_text {
  font-size: 18px;
}

.footer_logo {
  margin-bottom: 60px;
}

.footer_logo img {
  max-width: 250px;
}

ul.footer_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer_list li {
  display: block;
  text-transform: uppercase;
}

ul.footer_list li a {
  color: var(--black);
  letter-spacing: 1px;
}

ul.footer_list li+li {
  margin-top: 7px;
}

ul.footer_list li a:hover,
ul.footer_list li.active a,
ul.footer_list li.current_page_item a {
  color: var(--primary);
}

.footer_bar {
  text-align: center;
  background: var(--grey);
  padding: 20px 0;
}

.inner_banner_wrapper {
  padding-top: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_thumb {
  margin-top: 30px;
}

.info_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info_wrapper ul li {
  display: block;
}

.text_block {
  padding: 100px;
  max-width: 600px;
}

.text_block .btn {
  margin-top: 100px;
}

.text_block .heading {
  margin-bottom: 30px;
}

.info_thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width:1200px) {
  .inner_banner_caption.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 9;
  }

  .innner_text_wrapper .container {
    padding: 0 100px;
  }

}

@media (min-width:992px) {
  .info_wrapper ul li:nth-child(odd) .row [class*="col-"]:nth-child(odd) {
    order: 2;
  }

  .info_wrapper ul li:nth-child(even) [class*="col-"]:nth-child(even) {
    order: 1;
  }

  .inner_section {
    min-height: 400px;
  }

  .work_info_section .container-fluid {
    padding: 0;
  }

  .info_wrapper ul li.row {
    margin: 0 -25px;
  }

  .info_wrapper ul li .row [class*="col-"] {
    padding: 0 25px;
  }

}

.info_wrapper ul li .text-block {
  padding: 0;
}

.info_wrapper ul li+li {
  margin-top: 60px;
}

.services_tab .nav-tabs {
  text-align: center;
  display: block;
  border: 0;
  margin: 0 auto 60px;
  padding: 0;
}

.services_tab .nav-tabs .nav-item {
  display: inline-block;
  position: relative;
  margin: 0 7px;
}

.services_tab .nav-tabs .nav-item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.services_tab .nav-tabs .nav-item:last-child:before {
  display: none
}

.services_tab .nav-tabs .nav-link {
  color: #000;
  border: 2px solid var(--black);
  font-weight: 300;
  font-size: 16px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'Helvetica';
  font-weight: 300;
  letter-spacing: 1px;
}

.services_tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--white);
  background-color: var(--primary);
  border-color: var(--primary);
}

.tab_btn {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 0 auto 40px;
  min-width: 292px;
}

.tab_btn a {
  border: #e9f1f2 2px solid;
  color: var(--black);
  display: flex;
  padding: 15px;
  position: relative;
  min-height: 120px;
  align-items: center;
  justify-content: center;
}

.tab_btn .row {
  margin: 0 -5px;
  flex: 100%;
  max-width: 100%;
}

.tab_btn .row [class*="col-"] {
  padding: 0 5px;
}

.tab_btn img {
  height: 60px;
  object-fit: scale-down;
}

.tab_btn i {
  font-size: 45px;
  color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
}

.tab_btn h5 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-family: 'Helvetica-Normal';
  font-weight: normal;
}

.tab_btn span {
  display: block;
}

.tab_btn:hover a {
  border-color: var(--black);
}

.services_info_section .container-fluid,
.services_info_wrapper .container-fluid {
  padding: 0 0;
}

.map_bg_left {
  position: absolute;
  left: 0;
  top: 0;
}

.map_bg_left2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.map_bg_left_section {
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-size: 27% auto;
}

.container-fluid,
.container {
  position: relative;
  z-index: 1;
}

.arrow_bg_right {
  position: absolute;
  right: 0;
  bottom: -60px;
}

.abs_bg_left {
  position: absolute;
  left: 0;
  bottom: -60px;
}

.faq_tab .accordion-item {
  background-color: transparent;
}

.faq_tab .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.faq_tab .accordion-button {
  background-color: transparent;
  color: #000;
  font-size: 20px;
  padding-left: 0;
  font-family: 'Helvetica';
  font-weight: bold;
}

.faq_tab .accordion-button:after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.faq_tab .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  border-bottom: #ddd 1px solid;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.faq_tab .accordion-body {
  color: #000;
  background-color: transparent;
  padding: 1rem 0;
}

.faq_tab .accordion-item {
  margin-bottom: 0;
}

.faq_tab .accordion-button:after {
  background-image: url(old/images/icons/faq_arrow_down.png);
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 40%;
  text-align: center;
  transform: translateY(-50%);
}

.faq_tab .accordion-button:not(.collapsed):after {
  background-image: url(old/images/icons/faq_arrow_up.png);
}

.highlight_faq {
  background: var(--grey);
  padding: 10px 20px;
  margin-bottom: 10px;
}

.btn_block.faq_btn {
  margin-top: 30px;
}

.btn_block {
  text-align: center;
  font-size: 20px;
}

.btn_block .btn {
  margin-left: 20px;
}

.blog_header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 180px;
}

.services_section.grey_bg .tab_btn a {
  border-color: #d1d1d1;
}

.services_section.grey_bg .tab_btn:hover a {
  border-color: var(--black);
}

ul.bullet_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.bullet_list li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  margin-bottom: 5px;
}

ul.bullet_list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--white);
  background: var(--primary);
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  border-radius: 100%;
}

.how_work_block {
  padding: 0 30px;
  font-size: 16px;
}

.how_work_block .icon {
  margin-bottom: 20px;
}

.how_work_block .icon img {
  height: 145px;
  object-fit: scale-down;
}

.how_work_block h3 {
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
}

.contact_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact_block ul li {
  position: relative;
  padding-left: 45px;
}

.contact_block ul li i.icon {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white);
  background: var(--primary);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  border-radius: 100%;
}

.contact_block ul li div {
  position: relative;
  top: 4px;
}

.contact_block ul li a {
  color: var(--black);
}

.contact_block ul li a:hover {
  color: var(--primary);
}


.gfield input,
.gfield select,
.gfield textarea,
.gfield option {
  padding: 10px 20px !important;
  border-radius: 4px;
  border: 1px solid #25282c;
  background: transparent;
  color: #25282c;
  font-family: 'Helvetica';
}

.gfield_radio {
  display: flex;
  gap: 20px;
  text-transform: capitalize;
}

.gfield-choice-input {
  accent-color: #12989b;
  width: 30px;
  height: 30px;
  border: 0 !important;
}

.gform_button {
  background: var(--secondary);
  border-color: var(--secondary);
  padding: 10px 20px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 100;
  font-family: 'Helvetica';
}

.gform_confirmation_message {
  text-align: center;
}

.step_item {
  position: relative;
  margin: 0 auto 60px;
}

.ste_hedding {
  background: var(--grey);
  padding: 15px;
  font-family: 'Helvetica';
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
}

.ste_hedding a {
  color: var(--black);
}

.step_count {
  position: absolute;
  right: -33px;
  top: 50%;
  color: var(--primary-dark);
  width: 66px;
  height: 66px;
  line-height: 66px;
  background: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 35px;
  font-family: 'Helvetica';
  font-weight: bold;
  transform: translateY(-50%);
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
}

.job-item.flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  gap: 20px;
  align-items: center;
}

.job-item h2 {
  line-height: 1;
  margin: 0 0 10px;
}

.job-item h2 a {
  color: var(--primary);
  font-size: 20px;
  font-family: 'Helvetica';
  display: block;
  font-weight: 700;
}

.job-item .col3 {
  min-width: 50px;
}

.job-item .col7 {
  text-align: left;
  flex: 1;
  margin-left: 10px;
}

.job-item .col2 {
  text-align: left;
}

.job-logo {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 100%;
  box-shadow: 0px 0px 3px 1px #1f1f1f5e;
}

.job-item .button {
  background: var(--primary);
  padding: 10px 20px;
  color: white;
}

.job-date {
  font-size: 10px;
}

@media (max-width: 768px) {

  .job-item .col3,
  .job-item .col7 {
    width: fit-content;
  }

  .job-item.flex {
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .job-item .col2 {
    width: 100%;
  }

  .job-logo {
    margin: 0
  }

  .job-item .button {
    width: 100%;
    display: block;
    text-align: center;
  }

  .job-date {
    text-align: center;
  }

}

#testimonial_slider .item {
  padding: 30px 0 0px;
}

.testi_contents {
  background: var(--white);
  position: relative;
  margin-top: 60px;
}

.testi_contents:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: #cceaeb;
  content: "";
}

.team_text {
  position: relative;
  z-index: 1;
  padding-right: 50px;
  font-size: 20px;
}

.team_thumb {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}

#testimonial_slider .item .team_thumb img {
  width: auto;
}

.author_name b {
  display: block;
}

#testimonial_slider .owl-prev,
#testimonial_slider .owl-next {
  background-color: var(--black);
  color: var(--white);
  position: absolute;
  top: 50%;
  text-align: center;
  transition: all ease .3s;
  width: 50px;
  height: 50px;
  z-index: 1000;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  text-align: center;
}

#testimonial_slider .owl-prev img,
#testimonial_slider .owl-next img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}

#testimonial_slider .owl-prev {
  left: -395px
}

#testimonial_slider .owl-next {
  right: -25px
}

#testimonial_slider .owl-prev:hover,
#testimonial_slider .owl-next:hover {
  background: var(--primary);
  color: var(--white)
}

.btn_block.blog_btn_block {
  margin-bottom: 30px;
}

.blog_section {
  overflow: hidden;
}

.item_wrapper .row {
  margin: 0 -30px;
}

.item_wrapper .row [class*="col-"] {
  padding: 0 30px;
}

.blog_post {
  background: var(--white);
  position: relative;
  margin-bottom: 70px;
}

.post_content {
  position: relative;
  padding: 30px 25px 25px;
}

.post_content h6 {
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px;
}

.post_content2 h6 {
  padding-right: 82px;
}

.grey_text {
  color: #ababab;
}

.blog_post .btn {
  width: 100%;
}

.blog_thumb img {
  object-fit: cover;
  height: 455px;
}

.blog_big img {
  object-fit: cover;
  height: 422px;
}

.post_icon {
  position: absolute;
  right: -38px;
  top: 20%;
  background: var(--primary-dark);
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  border-radius: 100%;
  transform: translateY(-20%);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.post_icon img {
  height: 40px;
  object-fit: scale-down;
}

.post_content2 .post_icon {
  top: -38px;
  right: 38px;
  transform: none;
}

.post_content2 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video_bullet_block {
  text-align: center;
  margin-top: 40px;
}

ul.radio_list_black {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

ul.radio_list_black li {
  position: relative;
  display: inline-block;
  margin-right: 13px;
  letter-spacing: 1px;
}

ul.radio_list_black li .radio {
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: left;
}

ul.radio_list_black li .radio+.radio {
  margin-top: 12px;
}

ul.radio_list_black li .radio input {
  display: none;
}

ul.radio_list_black li .radio input+span {
  display: inline-block;
  position: relative;
  padding-left: 55px;
}

ul.radio_list_black li .radio input+span:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 0px;
  border-radius: 50%;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--black);
  background: transparent;
}

ul.radio_list_black li .radio input+span:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: var(--black);
  border: 2px solid var(--black);
  ;
  position: absolute;
  border-radius: 50%;
  top: -8px;
  left: 0px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

ul.radio_list_black li .radio input:checked+span:after {
  opacity: 1;
  transform: scale(1, 1);
}

.services_modal .modal-content {
  border-radius: 0;
  background: var(--black);
  color: var(--white);
  border: 0;
}

.services_slider {}

.slide_right .text-block {
  padding: 0 50px;
}

.slide_right .text-block h6 {
  margin-bottom: 40px;
}

.slide_right .text-block p {
  line-height: 1.3;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: inherit;
}

.slide_modal_img {
  padding: 0;
}

.slide_right .btn_group {
  margin-top: 40px;
}

.slide_right .btn_group .btn+.btn {
  margin-left: 10px;
}

.services_slider.owl-theme .owl-nav [class*="owl-"] {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
}

.services_slider.owl-theme .owl-nav [class*="owl-"] img {
  width: 20px;
}

.services_slider.owl-theme .owl-nav {
  margin: 0;
}

.services_slider .owl-prev,
.services_slider .owl-next {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 1000;
  font-size: 20px;
  transition: all ease .3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.services_slider .owl-prev {
  left: -25px
}

.services_slider .owl-next {
  right: -25px
}

.services_slider .owl-prev:hover,
.services_slider .owl-next:hover {
  background: var(--secondary);
  color: var(--white);
}

.btn-close {
  background: var(--white);
  color: var(--black);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  z-index: 99;
  font-size: 30px;
}

.blog_btn_block small {
  font-family: 'Helvetica';
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog_col_text {
  text-align: center;
}

.blog_col_text p {
  letter-spacing: inherit;
  text-transform: none;
  font-family: 'Helvetica-Normal';
}

.pre_next_btns {}

.pre_next_btns .btn {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  z-index: 99;
  font-size: 20px;
  transition: all ease .3s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.pre_next_btns .btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}

.pre_next_btns .btn:hover {
  border: none;
}

.pre_next_btns .btn_prev {
  left: -40px;
}

.pre_next_btns .btn_next {
  right: -24px;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid #F00 !important;
}

.wpcf7-checkbox.wpcf7-not-valid {
  border: none !important;
}

.wpcf7-checkbox.wpcf7-not-valid input[type=checkbox] {
  outline: 1px solid #F00;
}

.wpcf7-list-item {
  margin: 0 15px 0 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 8px 12px 10px 12px;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #ffc107;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #28a745;
  color: #fff;
}

.custom_pagination,
.woocommerce-pagination {
  text-align: center
}

.page-numbers {
  display: inline-block;
  padding: 0;
  margin: 0
}

.page-numbers>li {
  display: inline
}

.page-numbers>li>a,
.page-numbers>li>span {
  position: relative;
  float: left;
  padding: 5px 15px;
  font-size: 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.page-numbers>li:first-child>a,
.page-numbers>li:first-child>span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.page-numbers>li:last-child>a,
.page-numbers>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.page-numbers>li>a:hover,
.page-numbers>li>span:hover,
.page-numbers>li>a:focus,
.page-numbers>li>span:focus {
  color: var(--primary);
  background-color: #eee;
  border-color: #ddd
}

.page-numbers>.active>a,
.page-numbers>.active>span,
.page-numbers>.active>a:hover,
.page-numbers>.active>span:hover,
.page-numbers>.active>a:focus,
.page-numbers>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--primary);
  border-color: var(--primary)
}

.page-numbers .current,
.page-numbers .current:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--primary);
  border-color: var(--primary)
}

.page-numbers>.disabled>span,
.page-numbers>.disabled>span:hover,
.page-numbers>.disabled>span:focus,
.page-numbers>.disabled>a,
.page-numbers>.disabled>a:hover,
.page-numbers>.disabled>a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd
}

.dropdown-toggle.sort_btn:after {
  display: none;
}

.sort_drop_menu {
  border-radius: 0;
}

.blog_select {
  display: inline-block;
  margin-left: 19px;
}

.blog_select .form-select {
  padding: 10px 27px;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border-color: #000;
  font-family: 'Helvetica';
  font-weight: 300;
  background-image: none;
}

.blog_select .form-select:hover {
  background-color: #000;
  color: #fff;
}

.blog_select .form-select:hover,
.blog_select .form-select:hover {
  box-shadow: none;
  outline: 0;
}

.info_tab2 .nav-tabs {
  text-align: center;
  display: block;
  border: 0;
  padding: 0;
}

.info_tab2 .nav-tabs .nav-item {
  display: block;
  position: relative;
}

.info_tab2 .nav-tabs .nav-link {
  display: block;
  border: var(--black) 4px solid;
  color: var(--black);
  font-size: 34px;
  padding: 10px 15px;
  font-family: 'Helvetica';
  font-weight: bold;
  border-radius: 0;
  width: 100%;
  margin: 20px auto;
}

.info_tab2 .nav-tabs .nav-item.show .nav-link,
.info_tab2 .nav-tabs .nav-link.active {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
  color: var(--black);
}

.blog_top ul li,
.blog_top ol li {
  margin-bottom: 15px;
}

.left_arrow_bg {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.right_arrow_bg {
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

#sb_instagram #sbi_images .sbi_item {
  padding: 0 20px 20px !important;
}

#sb_instagram #sbi_images .sbi_item:first-child {
  padding-left: 0 !important;
}

#sb_instagram #sbi_images .sbi_item:last-child {
  padding-right: 0 !important;
}

@media (max-width: 414px) {
  .banner_text h1 {
    font-size: 19px !important;
  }
}

.bullet-item {
  font-weight: bolder !important;
}

.bullet-dot {
  width: 4px;
  height: 4px;
  border-radius: 100% !important;
}

.bullet {
  display: inline-block;
  background-color: #b5b5c3;
  border-radius: 6px;
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}

.me-5 {
  margin-right: 1.25rem !important;
}

.logo>a>img {
  filter: invert(30%) sepia(100%) saturate(1551%) hue-rotate(158deg) brightness(96%) contrast(101%);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: var(--op-secondary);
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: var(--op-primary);
}

#hero h2 {
  color: #222;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #000;
  background: var(--op-yellow);
}

#hero .btn-get-started:hover {
  background: #fff;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #222;
  line-height: 1;
  font-weight: 500;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #222;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

.st-testimonial-content p{
	font-size: 16px !important;
	line-height: normal;
}

.st-testimonial-title, .st-testimonial-company a {
	color:#fff !important;
}

.pp.container.text-center {
    display: flex;
    margin-left: -15px;
}

.scrolling-words-container {
  display: inline-block;
  position: relative;
  height: 0.9em;
}

.scrolling-word {
  display: inline-block;
  position: absolute;
  opacity: 0;
  left: 10px; /* Space after "People, Powered:" */
  animation: scrollWords 12s infinite;
  color: #009698; /* Match your theme color */
  font-weight: bold; /* Optional: Emphasize animated words */
}

.scrolling-word:nth-child(1) { animation-delay: 0s; }
.scrolling-word:nth-child(2) { animation-delay: 3s; }
.scrolling-word:nth-child(3) { animation-delay: 6s; }
.scrolling-word:nth-child(4) { animation-delay: 9s; }

@keyframes scrollWords {
  0%, 20% { opacity: 0; transform: translateY(100%); }
  25%, 45% { opacity: 1; transform: translateY(0); }
  50%, 100% { opacity: 0; transform: translateY(-100%); }
}