/*
  Theme Name: Construction - Clean Construction HTML5 Template
  Author: nilartstudio
  Description: Construction  HTML5 Bootstrap 4 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
0  Font
1. Theme default css
2. header area style 
100. footer
101. responsive
*/
/*0 font */
:root {
  --green: #90aa3c;
}
.post-item-title a {
  color: var(--green);
  font-size: 28px;
}

@font-face {
  font-family: "Avenir heavy";
  src: url("https://onestep-connect.com/wp-content/themes/one-step/fonts/avenir-heavy.woff2") format("woff2"), url("https://onestep-connect.com/wp-content/themes/one-step/fonts/avenir-heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir roman";
  src: url("https://onestep-connect.com/wp-content/themes/one-step/fonts/avenir-roman.woff2") format("woff2"), url("https://onestep-connect.com/wp-content/themes/one-step/fonts/avenir-roman.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir black";
  src: url("https://onestep-connect.com/wp-content/themes/one-step/fonts/avenir-black.woff2") format("woff2"), url("https://onestep-connect.com/wp-content/themes/one-step/fonts/avenir-black.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir book";
  src: url("https://onestep-connect.com/wp-content/themes/one-step/fonts/avenir-book.woff2") format("woff2"), url("https://onestep-connect.com/wp-content/themes/one-step/fonts/avenir-book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 1. Theme default css */
body {
  margin: 0;
  font-family: "Avenir roman", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #54565a;
  text-align: left;
  background-color: #fff;
  word-wrap: break-word;
}
strong,
b {
  font-family: "Avenir black";
}
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  page-break-inside: avoid;
  max-width: 100%;
  height: auto;
}
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.team img.alignleft {
  margin: 0 35px 30px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.img_radius_top_left img {
  border-top-left-radius: 50px;
}
.img_radius_top_right img {
  border-top-right-radius: 50px;
}
.img_radius_bottom_left img {
  border-bottom-left-radius: 50px;
}
.img_radius_bottom_right img {
  border-bottom-right-radius: 50px;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white p,
.text-white li {
  color: #fff;
}
img,
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
button {
  cursor: pointer;
}
/* a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #fbba42;
  text-decoration: none;
} */
a,
button {
  outline: medium none;
}
a {
  font-weight: normal;
}
input:focus,
textarea:focus,
:focus {
  outline: 0;
}
button:focus {
  outline: 0 none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir heavy", "Open Sans", sans-serif;
  margin-bottom: 20px;
}

h1 {
  font-size: 46px;
  color: var(--green);
}
h2 {
  color: var(--green);
  font-size: 34px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin-left: 20px;
  padding: 0px;
}
ul.submenu {
  margin-left: 0;
}

.inline-center {
  text-align: center;
}
.inline-center ul {
  display: inline-block;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14pt;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14pt;
  opacity: 1;
}

.text-left {
  text-align: left;
}

.font18,
.font18 p,
.font18 a {
  font-size: 18pt;
  line-height: 1.4;
}
/*  wrapper and container work under vc_row */
.wrapper-box {
  overflow: hidden;
  display: block;
  width: 100%;
}
/* Resorch page */
.single .wrapper-box,
.page-template-template-resource .wrapper-box {
  margin-top: 60px;
}
.single .post_head,
.page-template-template-resource .post_head {
  padding-top: 110px;
  padding-bottom: 50px;
  text-align: center;
}
.single h1,
.page-template-template-resource h1 {
  color: #ffffff;
}
.post_cat {
  margin-bottom: 5px;
}
.post_cat a,
.post_cat {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
}
.blog_post-content {
  padding-top: 60px;
}
.hero_with_thumb {
  position: relative;
  padding: 200px 0;
  background-size: cover !important;
  background-repeat: repeat !important;
  background-position: center !important;
  z-index: 1;
}
.hero_with_thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
  position: absolute;
}
.hero_with_thumb h1 {
  color: #ffffff;
}
.feature_careve {
  width: 100%;
  position: absolute;
  bottom: -10px;
}
.vc_row.container {
  margin: auto;
}
.isotope_shortcode {
  margin: 0;
  padding-bottom: 20px;
}
.isotope_shortcode .parence {
  display: inline-block;
  padding-top: 5px;
}
ul.isotope_shortcode li {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid #90aa3c;
  border-radius: 6px;
}
/* all vc button style */
.vc_btn3.vc_btn3-size-md {
  font-size: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  font-family: "Avenir black";
  background-image: none !important;
}

/* 2. header area style */
.logo img {
  width: 120px;
}
.sticky-menu img {
  width: 50px;
  transition: all linear 0.5s;
}
.headet_top--info a {
  color: #682566;
  text-decoration: none;
  font-size: 20px;
}
.headet_top--info a span {
  color: #f68824;
}

.header-mainmenu {
  padding: 20px 0;
}
/* --- */
.header__wrap {
  position: relative;
}

.header__wrap.hero_area .header-mainmenu:before {
  content: "";
  width: 100%;
  height: 60px;
  background: #ffffff;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%);
}
.header__wrap.hero_area .header-mainmenu:before {
  bottom: -1.5px;
}
.header-mainmenu {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
}
.admin-bar .header-mainmenu {
  top: 32px;
}
.header-mainmenu.sticky-menu {
  padding: 5px 0 !important;
}
/*  */
h1 span {
  display: block;
}
.video_content {
  text-align: center;
}
.video_content h1,
h2.text-white,
.hero_with_thumb h1 {
  text-shadow: 2px 2px 3px rgb(0 0 0 / 40%);
}

.video_content button {
  width: 300px;
  max-width: 100%;
}
h1 span {
  display: block;
}

.img220 img {
  width: 220px;
}

.test_style_1 {
  text-align: center;
  font-size: 22px;
  color: #f68824;
  font-weight: 500;
}
.onestep_btn a {
  padding: 10px 40px;
  background: #682566;
  color: #f68824;
  display: inline-block;
  font-weight: 600;
  border-radius: 4px;
  font-size: 30px;
  border: 2px solid #682566;
  white-space: nowrap;
}
.onestep_btn a:hover {
  background: #ffffff;
  color: #682566;
  text-decoration: none;
}
span.orange {
  color: #f68824;
  font-weight: 500;
}
.headet_top--info ul {
  margin: 0;
}
.headet_top--info li {
  list-style: none;
}
/* footer */
footer#footer {
  background-color: #53555a !important;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 25px;
  text-align: center;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
footer#footer h4 {
  font-size: 40px;
  margin-bottom: 30px;
}

.mc4wp-form-fields [type="email"] {
  width: 700px;
  max-width: 80%;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 70%);
  border: 0px solid transparent;
  margin-top: 10px;
}
/* social */

.footersocil ul li a {
  background-color: transparent;
  border: 1px solid;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 46px;
  font-size: 26px;
  margin-right: 5px !important;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.footersocil ul li {
  display: inline-block;
}
.have_col p,
.have_col a {
  font-size: 12px;
  color: #ffffff;
}
footer#footer .have_col .col:nth-child(1) li {
  list-style: none;
  display: inline-block;
}
footer#footer .have_col .col:nth-child(1) li img {
  max-width: 170px;
  margin-right: 25px;
}
.social-icon ul {
  margin-bottom: 0;
  margin-top: 25px;
}
/* Recent Post area */
.pp_thumb img {
  height: 170px;
  object-fit: cover;
  width: 100%;
}
.cat_img a {
  background: #a8cf39;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  border: 4px solid #ffffff;
}
.cat_img img {
  max-width: 110px;
  height: auto;
}
.cat_img {
  text-align: center;
}
figure.pp_thumb {
  margin-bottom: 0;
}
.cat_img {
  text-align: center;
  margin-top: calc(-138px / 2);
}
.carvebg .wpb_single_image img,
.carvebg .wpb_single_image .vc_single_image-wrapper,
.carvebg .wpb_single_image .vc_figure {
  width: 100%;
}
.post_item {
  text-align: center;
}
.post_item article {
  background: #ffffff;
  height: 100%;
}
.post_item .cat a {
  color: #54565a;
  text-transform: uppercase;
  margin: 10px 0 20px;
  display: block;
}
.post_item .post-item-title {
  line-height: 1;
}
.post-item-title a {
  color: var(--green) !important;
  font-size: 26px !important;
  text-decoration: none !important;
}

.post_contect {
  padding: 0 20px 20px 20px;
}
/* carosel */
.slick-slider .slick-arrow {
  width: 60px;
  height: 60px;
  background-color: transparent;
  font-size: 0;
  -webkit-appearance: none;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 0;
  margin-top: -30px;
  cursor: pointer;
}
.slick-slider .slick-arrow.slick-prev {
  left: -80px;
}
.slick-slider .slick-arrow.slick-next {
  right: -80px;
}
.slick-slider .slick-arrow:after {
  font-size: 55px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #a9aaad;
}
.slick-slider .slick-next.slick-arrow:after {
  content: ">";
}
.slick-slider .slick-arrow.slick-prev:after {
  content: "<";
}
.slick-slider .slick-arrow:hover:after {
  font-size: 55px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #54565a;
}
.slick-slider i,
.slick-slider em {
  font-family: "Avenir book";
  font-size: 24px;
}
.vc_carousel-indicators,
.vc_left.vc_carousel-control,
.vc_right.vc_carousel-control {
  display: none;
}
.slick-slider small {
  font-size: 90%;
  font-weight: 400;
}
/* hover box */
.ober_box {
  position: relative;
}
.ober_hover_show {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  padding: 10px 10%;
  background-color: #f1f7d5;
  z-index: 3;
  font-size: 18px;
}
.ober_box:hover .ober_hover_show {
  display: flex;
}
.ober_show img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.ober_show {
  position: relative;
}
.ober_box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ober_show__title {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 32px;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  font-family: "Avenir black";
  line-height: 1.3;
  z-index: 2;
  width: 100%;
  padding: 0 5%;
}
.ober_box_wrap {
  flex: 0 0 calc(25% - 10px);
  margin: 5px;
  box-sizing: border-box;
  text-align: center;
}
.ober_box_wrap:nth-child(1) .ober_hover_show,
.ober_box_wrap:nth-child(8) .ober_hover_show {
  background-color: #f1f7d5;
}
.ober_box_wrap:nth-child(2) .ober_hover_show,
.ober_box_wrap:nth-child(7) .ober_hover_show {
  background-color: #ede7d1;
}
.ober_box_wrap:nth-child(3) .ober_hover_show,
.ober_box_wrap:nth-child(5) .ober_hover_show {
  background-color: #e0f5f5;
}
.ober_box_wrap:nth-child(4) .ober_hover_show,
.ober_box_wrap:nth-child(6) .ober_hover_show {
  background-color: #fdecdc;
}
.ober_box_wrap.no_content .ober_hover_show,
.ober_box_wrap.no_content .ober_box:before {
  display: none;
}
.heading_shadow {
  text-shadow: 2px 2px 3px rgb(0 0 0 / 40%);
}
/* video under mobile */
.video_under_mobile {
  position: relative;
}
.video_under_mobile img {
  width: 100%;
}
.video_under_mobile video {
  position: absolute;
  width: 78%;
  height: 90%;
  background: #000;
  top: 5%;
  left: 11%;
}

.video_under_mobile .playpause {
  background-image: url(https://onestep-connect.com/wp-content/uploads/2022/08/play-3254.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.video_under_mobile.text-center.no-m-img video {
  position: static;
}
/*  */

.video_wrap {
  width: 100vw;
  height: 100vh;
  min-height: 400px;
}
.video_area {
  width: 100%;
  height: 100%;
}
.video_wrap video {
  object-fit: contain;
  object-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video_content {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper,
.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper .wrap_box {
  height: 100%;
  position: relative;
  background: #ffffff;
}
.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper .wrap_box {
  padding: 25px 20px 60px 20px;
}
.vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
  margin-bottom: 30px;
}
.bottom3-corner .vc_btn3-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: max-content;
}
.bottom3-corner .wpb_single_image img {
  width: 100px;
}
.bottom3-corner h3 {
  color: var(--green) !important;
  font-size: 26px !important;
  text-decoration: none !important;
}
/* ======animation====== */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.animated-slow {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated-fast {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.target-animate,
.target-animate-slow,
.target-animate-fast {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
}

@keyframes slideLeft {
  from {
    left: 50%;
  }
  to {
    left: 100%;
  }
}

.animate-slide-left {
  animation-name: slideLeft;
}

@keyframes slideRight {
  from {
    right: 50%;
  }
  to {
    right: 100%;
  }
}

.animate-slide-right {
  animation-name: slideRight;
}
.spyr_btn {
  margin-bottom: 20px;
}
.spyr_btn a,
a.hero_btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 18px;
  color: #000000;
  max-width: 100%;
  display: inline-block;
  font-weight: bold;
  box-shadow: 2px 2px 3px rgb(0 0 0 / 40%);
  margin-top: 30px;
  background: #a9cf39;
  text-align: center;
}
.spyr_btn.btn-white a {
  background: #ffffff;
}
.spyr_btn.btn-green a {
  background: #a9cf39;
}
.spyr_btn.btn-tangerine a {
  background: #f68724;
}
.spyr_btn.btn-water-sports a {
  background: #40c1c7;
}
a.hero_btn {
  background: #fff;
}
.video_content_inside {
  padding: 50px 20px 20px 20px;
}
.footer-sidebar-one {
  margin-top: 25px;
}
/* filter */
form.searchandfilter ul ul li {
  display: inline-block;
  margin: 7px 15px 7px 0;
  padding: 0;
}
form.searchandfilter ul ul li input {
  display: none;
}
form.searchandfilter ul ul li label {
  font-size: 16px;
  text-transform: capitalize;
  padding: 6px 15px;
  border: 2px solid #90aa3c;
  min-width: 130px;
  position: relative;
  padding-right: 30px;
  border-radius: 6px;
  color: var(--green);
  display: inline-block;
  background: #fff;
}
form.searchandfilter ul ul li label:after {
  content: "v";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 7px;
  color: #5bc7ca;
  font-weight: 500;
}
form.searchandfilter ul ul li label {
  color: var(--green);
  font-size: 16px;
  text-transform: capitalize;
}
.serch_area {
  margin-bottom: 30px;
}
form.searchandfilter ul ul li[class*="active"] label {
  background: #90aa3c;
  color: #fff;
}
.sf-field-search input {
  width: 70%;
  max-width: 80%;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 70%);
  border: 0px solid transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sf-field-search label {
  width: 100%;
}
.search_n_filter {
  background: #eef8fa;
}
/*=========pagination=================*/
.pagination {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 20px 15px;
}
.pagination .wp-pagenavi {
  display: inline-block;
  border: 1px solid #90aa3c;
  margin: 1px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #90aa3c;
  background: #90aa3c;
  color: #fff;
  font-weight: normal !important;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 0px solid #90aa3c;
  padding: 3px 10px;
  margin: 0px;
  border-right: 1px solid #90aa3c;
  color: #90aa3c;
  line-height: 1;
}
a.last,
a.nextpostslink {
  border-right: 0px solid #bbb !important;
}
@media only screen and (min-width: 767px) {
  .dextop_left_pad {
    padding-left: 40px !important;
  }
  .header_main.menu_row {
    align-items: center;
  }
  .have_header_bg.topber_outside .header_main.menu_row {
    align-items: end;
  }
  .menu_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
  }
  .opacity_0 img {
    opacity: 0;
  }
}

/* menu area */
.main-menu ul {
  margin: 0;
}
.main-menu ul li a {
  color: #000000;
  display: inline-block;
  font-weight: bold;
  padding: 10px 15px 10px;
  text-decoration: none;
  border-radius: 0 20px 0 0;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 16px;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li:hover > a,
.main-menu ul li.current-menu-item > a,
.main-menu ul li.current-menu-parent > a,
.main-menu ul li.current-page-ancestor > a,
.single-resource [title="RESOURCES"] {
  color: #f68724;
}
.main-menu ul li.current-menu-item > a::after,
.main-menu ul li.current-menu-parent > a::after,
.main-menu ul li.current-page-ancestor > a::after,
.single-resource [title="RESOURCES"]:after {
  content: "";
  width: calc(100% - 28px);
  height: 1pt;
  background: #f68724;
  position: absolute;
  left: 14px;
  top: calc(100% - 13px);
}
.service.left img {
  border-radius: 0 40px 0 0;
}
.service.right img {
  border-radius: 40px 0 0 0;
}
.service a {
  text-decoration: none;
}
.main-menu ul li ul.submenu {
  background: #fff none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 180px;
  z-index: 999999;
  box-shadow: 0px 5px 7px 0 rgba(0, 0, 0, 0.15);
}
.main-menu ul li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.main-menu .submenu li a {
  margin-top: 0;
}
.main-menu ul li ul.submenu li {
  display: block;
  margin: 0;
}
.main-menu ul li ul.submenu li:last-child {
  border: 0;
}
.main-menu ul li ul.submenu li a {
  display: block;
  padding: 10px 20px;
  text-align: left;
}
.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}
.mean-container .mean-nav {
  background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0 !important;
}
header.transparent-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 56;
}

.white-menu .main-menu ul li a {
  padding: 40px 0;
}
.white-menu {
  padding: 0 30px;
}
.transparent-header .white-menu .main-menu ul li {
  margin-left: 35px;
}
.transparent-header .white-menu .main-menu ul li ul.submenu li {
  margin-left: 0px;
}
.white-menu .header-button {
  margin-top: 24px;
}
.transparent-header .header-white .social-icon::before {
  background: #fff;
}
.white-menu .header-button > a {
  border: 2px solid #fbba42;
}

/* header-3 */
.header-left-bar ul li {
  margin-left: 0;
}
.header-right.header-left-bar {
  margin-top: 3px;
}
.header-3-right {
  margin-top: 3px;
}
#menu-main-menu {
  margin-left: auto;
  margin-bottom: 0;
}
.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 10;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
}
.sticky-menu .main-menu ul li a {
  margin-top: 0px;
}

/* menu two */
.menu-two {
  list-style: none;
  margin-bottom: 0;
}
.menu-two li {
  display: inline-block;
}
.header_logo.have_menu-two {
  display: flex;
  align-items: center;
}
.menu-two li a {
  padding: 10px;
  color: var(--green);
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}
/* =-=-=-=-==-==-=-=-= */
[class*="list_items"] ul {
  padding-left: 0 !important;
  padding-bottom: 15px;
}
.listicon li,
[class*="list_items"] li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  vertical-align: middle;
  margin-bottom: 15px;
}
.listicon li:before,
[class*="list_items"] li:before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  background-image: url(../../../../uploads/2022/04/triangle-icon-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 5px;
  left: 0;
}
.listicon.listright li {
  padding-left: 0;
  padding-right: 25px;
}
.listicon.listright li:before,
.listright [class*="list_items"] li:before {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.team-info {
  display: none;
}
/*  */
.team-wrap {
  display: flex;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.team-img {
  width: 260px;
  height: 280px;
  object-fit: cover;
  background: url(https://onestep-connect.com/wp-content/uploads/2022/09/tem-img-circle-1.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 30px;
  flex: 0 0 260px;
}
.team-img img,
.no-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 15px solid #f2ad68;
  display: block;
  background: #e0e0e0;
}
[class*="team-more"] {
  position: absolute;
  background: #f2ad68;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  right: 18px;
  top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
[class*="team-more"]:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  display: block;
}
[class*="team-more"]:after {
  content: "";
  width: 3px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  display: block;
  transition: 0.3s;
}
[class*="team-more"].open:after {
  opacity: 0;
}
.team-sub-title {
  font-weight: 700;
  font-family: "Avenir black";
  font-size: 16px;
}
.team-info {
  font-size: 16px;
  margin-top: 15px;
}
.team-title {
  color: #a9cf39;
  margin-bottom: 5px;
  font-size: 24px;
}
.team-wrap.no_desc [class*="team-more"] {
  display: none;
}
.spotlight_area {
  padding-top: 30px;
}
.team-wrap.no_desc {
  align-items: center;
  max-width: 800px;
}
.search_n_filter {
  background: #eef8fa;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}
/* single page style */
.archive.blog-area {
  padding-top: 200px;
}
.latest-post-area {
  padding-bottom: 30px;
}
.single-post {
  box-shadow: 2px 2px 4px rgb(0 0 0 / 40%);
  height: 100%;
  padding-bottom: 20px;
  background-color: #fff;
}
.latest-post-area .cat,
.archive .cat {
  background: #f68724;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
}
.latest-post-area .cat a,
.archive .cat a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}
.searchandfilter ul li {
  padding: 5px 0;
}
.searchandfilter ul {
  margin-left: 0;
}
.latest-post-area .post-area-row {
  max-width: 950px;
  margin: auto;
}
.latest-post-title {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 15px;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
}
.latest-post-title a {
  color: var(--green);
  text-decoration: none;
}
.separator_1 {
  border-top: 3px dotted #40c1c7;
  margin: 50px 0 40px;
}
.latest-post-heading h2 {
  margin-bottom: 30px;
}
.post_content h3,
.post_content h4 {
  color: var(--green);
}
.single [class*="post-thumb"] {
  margin-bottom: 30px;
}
.post-area-row [class*="col"] {
  margin-bottom: 30px;
}
.author-wrap {
  display: flex;
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  margin-top: 30px;
}
.author-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
  flex: 0 0 160px;
}
.author-img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #f2ad68;
  display: block;
  background: #e0e0e0;
}
.transparent-white {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0 10px;
  position: relative;
}
.transparent-white h2 {
  margin: 0;
}
.post_content .wp-post-image {
  margin-bottom: 30px;
}
.post_content .no-aside img {
  max-height: 335px;
  object-fit: cover;
}
.about_last {
  position: relative;
}
.about_last:before {
  content: url(https://onestep-connect.com/wp-content/uploads/2022/09/Path-33.png);
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 1;
  width: 210px;
  height: 50px;
  content: "";
  background: url(https://onestep-connect.com/wp-content/uploads/2022/09/Path-33.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.leef_list li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  color: #916caf;
  font-family: "Avenir black";
  padding-top: 10px;
  padding-bottom: 10px;
}
.leef_list li:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://onestep-connect.com/wp-content/uploads/2022/09/Path-181.png);
  left: 0;
  top: 0;
  position: absolute;
  background-size: 100%;
}
.leef_list ul {
  margin-left: 0;
}
.carve svg {
  width: 100%;
}
.carve.carve_color1 svg {
  fill: #e5f4f9;
}
.carve.carve_color2 svg {
  fill: #eff5d9;
}
/* Youtube vide css */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(250, 250, 250, 0);
  transition: background 0.5s;
  background-image: url("https://onestep-connect.com/wp-content/uploads/2022/09/y_play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15%;
}
.y_popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.y_popup .show {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.y_popup .popuptext {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.show {
  display: block !important;
}
.popupContent {
  position: relative;
  top: 10vh;
  width: 100%;
  max-width: 778px;
  margin: 0 auto;
  z-index: 200;
  height: 36vw;
  max-height: 280px;
}
.y_popup {
  margin: 5px auto;
}
.y_video_row {
  display: flex;
}
.single-video {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 7px;
}
.video_title {
  font-size: 22px;
  color: var(--green);
  margin-bottom: 5px;
}
.y_video_section {
  text-align: center;
}
.video_text {
  font-size: 17px;
  margin-top: 20px;
}
.video_img {
  position: relative;
}
/* Image Popup/any Image Popup */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated,
.Zihad .animate__fadeIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}

#myImg2 {
  cursor: pointer;
  transition: 0.3s;
}
.modal {
  display: none; /* Hidden by default */
}
/* The Modal (background) */
.spyr_modal_wrap {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9); */
  transition: opacity 0.2s ease-out;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 5%;
  z-index: 20;
}

/* Modal Content (image) */
#model2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.spyer_modal {
  background: rgb(119 119 119 / 97%);
  padding: 70px 100px 70px 100px;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* The Close Button */
.close {
  position: absolute;
  bottom: -45px;
  right: 0;
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  transition: 0.3s;
  font-family: "Avenir heavy";
  line-height: 1;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.image-wrap {
  display: inline-block;
  position: relative;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal_content {
    width: 100%;
  }
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: none;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.modal_content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.has_shadow img {
  box-shadow: 1px 3px 10px rgb(0 0 0 / 40%);
}
.color_inherit a {
  color: inherit;
}
img.img_popup {
  cursor: pointer;
}
.img_m_110 img {
  max-width: 110px;
}
.select-text {
  display: inline-block;
  background: #d8f3f5;
  color: var(--green);
  font-family: "Avenir black";
}
.list_with_select li {
  color: #fff;
  margin-bottom: 10px;
}
.list_with_select li::marker {
  font-size: 25px;
  font-family: "Avenir black";
  line-height: 1;
}
.fbottom {
  background: #fff;
  padding: 20px 20px 80px;
  height: 100%;
  position: relative;
}

.fbottom img {
  width: 100px;
}
.fbottom_section .vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
  background-color: transparent;
}
.o_hidden {
  overflow: hidden;
}
.fbottom_section .vc_row-o-equal-height .vc_column-inner > .wpb_wrapper {
  margin-bottom: 10px;
}
.btn-outline a {
  background: transparent;
  border: 2px solid #a9cf39;
  color: #a9cf39;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
  max-width: 233px !important;
}
.btn-outline a:hover {
  background-color: #a9cf39;
  color: #ffffff;
}
.fbottom_section .spyr_btn.btn-outline {
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 100px;
}
/* Single Page Content area */

.heading {
  margin-top: 160px;
  padding: 50px;
  text-align: center;
}
/* pagination */
.onestep-pagination {
  margin: 30px 0 30px 0;
}
ul.pagination {
  margin: 0;
}
ul.pagination li a,
ul.pagination li span {
  border: 1px solid #bfbfbf;
  padding: 3px 5px;
  margin: 2px;
  min-width: 32px;
  text-align: center;
  display: inline-block;
  color: inherit;
}
ul.pagination li .current {
  background: #f68724;
  font-weight: bold;
  color: #fff;
  border-color: #f68724;
}
.archive .latest-post-title {
  margin: 0;
  padding: 0;
}
.archive .latest-post-title a {
  background: #f68724;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  display: flex;
  min-height: 70px;
  justify-content: center;
  align-items: center;
}
.post_conent {
  padding: 20px 20px 0;
  text-align: center;
}
.hidden {
  display: none;
}
.main-content-area {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* gravity form */

body .gform_wrapper.gravity-theme input[type="color"],
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="datetime"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  margin-bottom: 0;
  width: 100%;
  max-width: 400px;
  padding: 7px 15px;
  border-radius: 5px;
  box-shadow: inset 0px 1px 5px rgb(0 0 0 / 40%);
  border: 0px solid transparent;
  margin-top: 0px;
  color: #54565b;
}
body .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px !important;
  padding: 0;
  margin-left: 15px;
  color: #54565b;
}
body input[type="submit"] {
  padding: 7px 20px;
  border-radius: 6px;
  font-size: 18px;
  color: #000000;
  max-width: 100%;
  display: inline-block;
  font-weight: bold;
  margin-top: 30px;
  background: #a9cf39;
  text-align: center;
  border: 0px solid;
  min-width: 200px;
}

body .gform_wrapper.gravity-theme .gfield select {
  max-width: 100%;
  background: #e7e6e7;
  color: #8a878b;
  background-image: url(../../../../uploads/2022/10/dropdown.png);
  background-repeat: no-repeat;
  background-size: auto 54%;
  background-position: right 5px center;
  appearance: none;
  width: 100%;
  max-width: 400px;
}

/*  */
.archive-resource a {
  text-decoration: none;
}
.archive-resource .the_content {
  padding: 10px 20px 0;
}
.archive-resource .latest-post-title {
  margin-top: 12px !important;
  padding: 0 20px !important;
  color: var(--green);
}
.fbottom_section {
  font-size: 100%;
  bottom: auto;
  position: relative;
}
.fbottom_section sub:after {
  content: "";
  width: 125%;
  height: 3px;
  background: #90aa3c;
  position: absolute;
  left: -5px;
  transform: rotate(-27deg);
  top: 16px;
}
/* Responsive =========================================================
  ===================================================================*/

/* Avobe above then 768px
  ===================================================================*/
@media only screen and (min-width: 767.99px) {
  .copyright_vfooter {
    text-align: right;
  }
  footer#footer .col:nth-child(2) {
    text-align: right;
  }
  a.hero_btn {
    width: 300px;
  }
  .vc_btn3.vc_btn3-size-md:not(.vc_btn3-style-outline-custom),
  .spyr_btn a {
    width: 300px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Avobe above then 992
===========================================*/
@media only screen and (min-width: 992px) {
  .sticky-menu {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    z-index: 10;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
  }
  .d_dnone {
    display: none;
  }
  .d_pad_110 {
    padding: 0px 110px;
  }
  .d_m_x10 {
    margin: 0 10px;
  }
  .serch_area {
    margin-bottom: 30px;
    padding: 0px 25px;
  }
}
@media only screen and (min-width: 767.99px) and (max-width: 991.99px) {
  .pp_thumb img {
    height: 100px;
  }
}
/*md= Medium devices (desktops, 992px and up) 
=============================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pp_thumb img {
    height: 140px;
  }
  body .homehero {
    background-image: none !important;
  }
  .main-menu ul li a {
    padding: 5px 10px 5px;
  }
  .main-menu ul li.current-menu-item > a::after,
  .main-menu ul li.current-menu-parent > a::after,
  .main-menu ul li.current-page-ancestor > a::after,
  .single-resource [title="RESOURCES"]:after {
    top: calc(100% - 7px);
    width: calc(100% - 19px);
    left: 9px;
  }
}
/*sm= Small devices (tablets, 768px and up) 
===========================================*/
@media only screen and (max-width: 991px) {
  .mean-container a.meanmenu-reveal {
    left: auto !important;
    right: 0 !important;
  }
  .mean-container .mean-nav {
    margin-top: 10px;
  }

  body .top_section {
    background-image: none !important;
  }
  .ober_show__title {
    font-size: 22px;
    line-height: 1.1;
  }
  .ober_show img {
    height: 120px;
  }
  .ober_hover_show {
    font-size: 10px;
  }
}
/*xs= Extra small devices (phones, less than 768px) 
    ===================================================================*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .ober_show__title {
    font-size: 18px;
  }
  .ober_hover_show {
    font-size: 10px;
    line-height: 1.2;
  }
  .ober_show img {
    height: 150px;
  }
  .post-item-title a {
    font-size: 24px !important;
  }
  body .vc_custom_1661983044915 {
    margin-bottom: 0px !important;
  }
  .vc_custom_1661184227871 {
    padding-bottom: 100px !important;
  }
  .m_text_center {
    text-align: center !important;
  }
  .m_text_left {
    text-align: left !important;
  }
  footer .row {
    flex-direction: column;
  }
  .spyr_btn a {
    min-width: 220px;
  }
  footer .col {
    flex-basis: inherit;
    flex-grow: inherit;
  }
  .slick-slider i,
  .slick-slider em {
    font-size: 19px;
  }
  .footer-sidebar-one .wp-container-3 {
    gap: 0;
  }
  .logo img {
    width: 50px;
  }
  .header-mainmenu,
  .header-mainmenu.sticky-menu {
    background: #fff;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }
  /*  */
  .mean-container .mean-nav ul li a {
    padding: 8px 5%;
  }
  .post_item {
    margin-bottom: 30px;
  }
  .ober_box_wrap {
    flex: 0 0 calc(25% - 10px);
  }
  h1 br,
  h2 br,
  h3 br,
  .m_u_video_sec p br {
    display: none;
  }
  .video_wrap {
    width: 100vw;
    height: 60vh;
    min-height: 400px;
  }
  .fade-in-container.bottom3-corner {
    background-image: none !important;
  }
  .post_item article {
    padding-top: 15px;
  }
  .fade-in-container.bottom3-corner .wpb_single_image,
  .carosel_slider_area .wpb_column.vc_column_container.vc_col-sm-4,
  .latest_post_section .cat_img,
  .latest_post_section .pp_thumb {
    display: none;
  }
  .carosel_slider_area .wpb_column.vc_column_container.vc_col-sm-4 {
    display: none;
  }
  .slick-slider .slick-arrow.slick-prev {
    left: -60px;
  }
  .slick-slider .slick-arrow.slick-next {
    right: -60px;
  }
  .spyer_modal {
    padding: 50px 10px 50px 10px;
    margin-top: 50px;
  }
  .fbottom {
    height: auto;
  }
  .fbottom_section .spyr_btn.btn-outline {
    bottom: 10px;
  }
  .y_video_row,
  .vc_row.wpb_row.vc_inner.vc_row-fluid.img_m_110 {
    flex-wrap: wrap;
    display: flex;
  }
  .single-video,
  .wpb_column .img_m_110 .vc_col-sm-3 {
    padding: 7px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*  */

@media only screen and (max-width: 576px) {
  .slick-slider {
    margin: 0 20px;
  }
  .ober_box_wrap {
    flex: 0 0 calc(100% - 40px);
  }
  .ober_box_wrap {
    margin: 10px 20px;
  }
  .ober_hover_show {
    font-size: 14px;
    line-height: 1.2;
  }
  .ober_show__title {
    font-size: 24px;
  }
}