@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  overflow-x: hidden;
  font-family: "Jost", sans-serif;
  font-weight: normal;
}
::selection {
  background-color: #000;
  color: #fff;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: white;
  text-fill-color: rgb(255 255 255 / 0%);
  background-image: none;
}
p,
li,
a {
  font-family: "Jost", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}
.menu-item > a,
a.mega-menu-link {
  font-family: "Jost", sans-serif;
}
.site-header .wrap {
  position: relative;
  display: block;
}
.site-header .title-area {
  float: none;
  width: 100%;
  height: auto !important;
  padding: 0 !important;
  display: none;
}
.site-header .header-widget-area {
  display: none;
}
.overflow-visible {
  overflow: visible !important;
}
.desktop-header-menu {
  display: block;
}
.desktop-header-menu .top-bar {
  padding: 10px 0px 15px;
  width: auto;
  margin-bottom: 10px;
  position: relative;
}
.desktop-header-menu .top-bar:before {
  position: absolute;
  bottom: 0;
  content: "";
  right: 0;
  width: 490px;
  background: #eee;
  height: 1px;
}
.desktop-header-menu .top-bar .menu-item > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 1;
  transition: all 300ms ease;
  font-family: "Jost", sans-serif;
  padding: 10px 15px 10px 15px;
  color: #fff;
  border-left: 1px solid #eee;
  background: #f2710d;
  border-radius: 5px;
}
.desktop-header-menu .top-bar .menu-item:first-child > a {
}
.desktop-header-menu .top-bar .menu-item > a:hover {
  color: #fff;
  background-color: #000;
}
#header-social a {
  color: #f2710d;
  padding: 0 18px 0 0;
  text-decoration: none !important;
}
#header-social a i:focus #header-social a:focus {
  outline: none !important;
}
#header-social a:hover {
  color: #000;
}
.desktop-header-menu .title-area {
  display: block;
}
.site-header {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 #ccc;
}
.agency-template-default .site-header {
  box-shadow: 0 1px 10px -1px #00000036;
}
.main-header {
  padding: 10px 0;
}
.desktop-header-menu .site-title {
  background-image: none !important;
  margin: 0;
}
.desktop-header-menu .site-title img {
  max-width: 220px;
  width: 100%;
  display: block;
}
.header-image .site-title > a {
  height: auto;
  text-indent: 0;
  font-size: 0;
}
#mega-menu-wrap-primary {
  background: transparent;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  background: transparent;
  font-family: Jost;
  font-weight: 600 !important;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 40px;
  text-align: left;
  color: #011515;
  padding: 0px 12px 0px 12px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  font-weight: 600;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after {
  margin: 0;
  top: -1px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  background: transparent;
  color: #f2710d;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:hover,
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  background: transparent;
  color: #f2710d;
  border: 0;
  outline: 0;
}
#mega-menu-wrap-primary #mega-menu-primary {
  text-align: right;
}
.desktop-header-menu .below-side .widgettitle {
  margin: 0;
}
.desktop-header-menu .below-side .probox {
  background: #ffffff !important;
  height: 45px !important;
  border: 1px solid #f2710d !important;
}
.desktop-header-menu .below-side .promagnifier {
  background: #f2710d !important;
  height: 45px !important;
  width: 45px !important;
}
.desktop-header-menu .below-side .probox input,
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  height: 45px !important;
  color: #000 !important;
  font-size: 14px;
}
div.asl_w .probox .proinput input::-webkit-input-placeholder {
  color: #f2710d !important;
}
.secondary-nav .site-inner {
  margin-top: 0;
}
div.asl_r.vertical {
  background: #f2710d;
  padding: 2px;
}
.desktop-header-menu div.asl_m .probox .proclose {
  height: 45px;
  width: 45px;
}
@keyframes fadeinout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.user-account .btn {
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 0;
  color: #f57903;
  outline: 0;
  border: 0;
}
.user-account .dropdown-menu {
  background-color: #222429;
}
.user-account .dropdown-item {
  background-color: #222429;
  color: #ffffff;
  font-size: 14px;
  padding: 0.25rem 1rem;
}
.user-account .btn:hover,
.user-account .btn:focus,
.user-account .btn-secondary:not(:disabled):not(.disabled).active,
.user-account .btn-secondary:not(:disabled):not(.disabled):active,
.user-account .show > .btn-secondary.dropdown-toggle {
  outline: 0;
  border: 0;
  color: #f2710d;
  box-shadow: none;
  background-color: transparent;
}
.user-account .dropdown-item.active,
.user-account .dropdown-item:active,
.user-account .dropdown-item:hover,
.user-account .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f2710d;
}
header.site-header.sticky-header {
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-animation: bar 1s ease;
  animation: bar 1s ease;
}
.user-account .dropdown-item {
  border-bottom: 1px solid #ffffff52;
  padding: 7px 10px;
  background: transparent;
  font-size: 14px;
}
.user-account .dropdown-item:last-child {
  border-bottom: 0;
}
.user-account .dropdown-menu {
  padding: 0;
  width: 100%;
  background: #f2710d;
  border: none;
}
.user-account .dropdown-item:hover {
  color: #000;
}
@keyframes bar {
  0% {
    top: -100px;
  }
  100% {
    top: 0%;
  }
}
header.site-header.sticky-header .main-header {
  padding: 5px 0;
}
header.site-header.sticky-header .desktop-header-menu .top-bar {
  display: none !important;
}
.header-image .sticky-header .site-title > a {
  height: auto;
}
.header-image .sticky-header .site-title > a img {
  max-width: 150px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  display: none;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  background: #333 url("/wp-content/uploads/2021/03/pattern-1.png") center top
    repeat;
  top: 50px;
  padding-top: 30px;
  padding-bottom: 40px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a {
  font-weight: 600 !important;
  position: relative;
  color: #fff !important;
  padding-bottom: 6px !important;
  margin-bottom: 11px !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  border-bottom: 2px solid #f2710d;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  color: #fff !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #f2710d !important;
}
header.site-header.sticky-header
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  top: 45px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  background: #333 url(/wp-content/uploads/2021/03/pattern-1.png) center top
    repeat;
  top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu
  > li
  > a {
  color: #fff !important;
  background: #333 url(/wp-content/uploads/2021/03/pattern-1.png) center top
    repeat !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > ul.mega-sub-menu
  li.mega-current-menu-item
  a.mega-menu-link {
  color: #f2710d !important;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu
  > li
  > a:hover {
  color: #f2710d !important;
}
header.site-header.sticky-header
  #mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  top: 46px !important;
}
.footer {
  background-color: #222429;
  padding: 60px 0 10px;
  position: relative;
}
.footer .menu {
  padding: 20px 0 30px;
}
section.footer:before {
  position: absolute;
  content: "";
  top: 138px;
  left: 00;
  right: 0;
  background: #313131;
  height: 1px;
}
.footer .row {
  margin-left: -25px;
  margin-right: -25px;
}
.footer .row > div {
  padding-left: 25px;
  padding-right: 25px;
  border-right: 1px solid #383838;
  margin-top: 30px;
}
.footer .row > div:first-child,
.footer .row > div:last-child {
  border-right: 0;
}
.footer .row > div:first-child {
  margin-top: 0;
}
.footer .row > div:first-child:before {
  position: absolute;
  content: "";
  right: 0;
  top: -60px;
  bottom: 0;
  width: 1px;
  background-color: #313131;
}
.footer .widget-title {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 15px;
  padding-top: 0px;
}
.footer .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  border-bottom: 2px solid #f2710d;
}
.footer .widget_media_image {
  margin-bottom: 54px;
  margin-top: 14px;
}
.footer .widget_media_image img {
  max-width: 190px !important;
}
.footer p {
  color: #fff;
}
.footer #footer-social {
  padding: 0 0;
}
.footer #footer-social a {
  padding: 0 16px 0 0;
  color: #fff;
  text-decoration: none;
  outline: none !important;
}
.footer #footer-social a:hover {
  color: #f2710d;
}
.footer .menu li {
  margin: 0;
  padding: 0 0 9px;
}
.footer .menu li a {
  color: #fff;
  text-decoration: none;
}
.footer .menu li a:hover {
  color: #f2710d;
}
.copy-footer {
  border-top: 1px solid #383838;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.footer .row > div:first-child:before {
}
.copy-footer .copy-right-foo p {
  font-size: 12px;
}
.copy-footer .privacy-sec .textwidget {
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: flex-end;
}
.copy-footer .privacy-sec .textwidget a {
  color: #fff;
  font-size: 12px;
  padding: 0 0 0 18px;
  text-decoration: none;
}
.copy-footer .privacy-sec .textwidget a:hover {
  color: #f2710d;
}
.copy-footer .copy-right-foo p a {
  color: #f2710d;
}
.hero-sec,
.featured_image_area {
  min-height: 560px;
  background-position: center;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.featured_image_area,
.page-template-login-registration-php .hero-sec {
  background-size: cover !important;
  min-height: 300px;
  background-position: center !important;
}
.hero-sec:before,
.featured_image_area:before {
  content: "";
  position: absolute;
  display: block !important;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 40%);
  left: 0;
  top: 0;
}
.sub-title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center !important;
}
.main-title {
  font-size: 70px;
  color: #fff;
  font-weight: 600;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center !important;
}
.hero-sec:after {
}
.agency-form {
  max-width: 900px;
  margin: 30px auto 0;
}
.agency-form select,
.agency-form input {
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  border: none;
  color: #000;
}
.agency-form select {
  background-color: #fff;
}
.agency-form input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.agency-form input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.agency-form input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.agency-form input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.agency-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/wp-content/uploads/2021/03/arrow-down-yellow-1.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
}
.agency-form span.error-region,
.agency-form span.error-service {
  display: none;
}
.agency-form span.error-region.show,
.agency-form span.error-service.show {
  display: block;
  color: #dc3232;
}
.hero-sec > .wpb_column {
  position: relative;
  z-index: 10;
}
.agency-form .wpcf7-submit,
.agency-form input[type="submit"],
.left-widget-bar .widget_text input[type="submit"] {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  border: none !important;
  letter-spacing: 0;
  width: 100%;
  border-radius: 0;
  background: #f2710d;
  height: 50px;
  color: #fff;
}
.agency-form input[type="submit"]:hover,
.agency-form input[type="submit"]:focus,
.left-widget-bar .widget_text input[type="submit"]:hover,
.left-widget-bar .widget_text input[type="submit"]:focus {
  background-color: #000;
}
.agency-form .ajax-loader {
  position: absolute;
  right: 0;
  top: 13px;
}
.hero-sec .wpcf7-response-output {
  text-align: center;
  color: #fff;
  padding: 8px 5px !important;
  font-weight: 300;
  margin: 2em auto 1em !important;
  max-width: 900px;
}
.main-title span {
  color: #f2710d;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-fill-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  font-weight: bold;
}
.agency-form .row {
  margin: 0;
}
.agency-form .row > div {
  padding: 0;
}
.agency-form select:focus {
  outline: none;
}
.agency-form select,
.agency-form input {
  border-right: 1px solid #c7c7c7;
  /* cursor: pointer; */
}
.entry {
  margin-bottom: 0;
}
.btn-style1 .vc_btn3 {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f2710d !important;
  color: #fff !important;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 16px 50px 16px;
  position: relative;
  border: none !important;
  font-weight: 500;
}
.btn-style1 .vc_btn3:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
  width: 26px;
  height: 100%;
  background: #222429;
  opacity: 0.2;
  z-index: 0;
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.btn-style1 .vc_btn3:hover:after {
}
.btn-style1 .vc_btn3:hover {
  background: #222429 !important;
}
.btn-style1 .vc_btn3.vc_btn3-icon-right {
  padding-left: 30px;
}
.services-section {
  background: #333 url(/wp-content/uploads/2021/03/pattern-1.png) center top
    repeat;
  color: #fff;
}
.main-title2,
.sidebar-inner .widget-title {
  color: #222429;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-fill-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  font-weight: bold;
}
.single-agency .containt_news h3.agency-item-head,
.single-agency .job-new-list h3 {
  color: #222429;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
}
.sidebar-inner .widget-title {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 25px;
}
.sidebar-inner .widget ul li a {
  color: #404040;
}
.event-block-image.col-sm-4:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 10px;
  left: 20px;
  height: 100%;
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  border-radius: 5px;
  z-index: -1;
}
.sidebar-inner .event-block-image a {
  overflow: hidden;
  display: block;
  max-height: 70px;
  border-radius: 5px;
}
.sidebar-inner .event-block-image a img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}
.sidebar-inner .widget ul.listing-event-categories li,
.all-services li.select-cat {
  position: relative;
  padding-left: 25px;
}
.sidebar-inner .widget ul.listing-event-categories li:before,
.all-services li.select-cat:before {
  position: absolute;
  width: 15px;
  height: 17px;
  color: #fff;
  content: "\f105";
  left: 0;
  font-family: FontAwesome;
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  top: 2px;
  font-size: 12px;
}
.sidebar-inner .widget ul li a:hover,
.sidebar-inner .widget ul li a:focus {
  color: #f2710d;
}
.sidebar-inner aside {
  padding: 15px 20px;
  box-shadow: 0 5px 35px rgb(166 209 237 / 20%);
  border-radius: 5px;
  margin-bottom: 35px;
}
.main-title2 span {
  color: #f2710d;
}
.desc p strong {
  color: #f2710d;
  font-weight: 600;
}
.desc p {
  font-size: 16px;
}
.services-section .service-block > .vc_column-inner > .wpb_wrapper {
  position: relative;
  display: block;
  padding: 50px 45px;
  background: #1c1e22;
  min-height: 232px;
  border-radius: 7px;
  overflow: hidden;
  transition: all 500ms ease;
}
.services-section .main-title2 {
  color: #fff;
}
.services-section .service-block > .vc_column-inner {
  margin-bottom: 30px;
}
.services-section .service-block .icon-box {
  margin-bottom: 0;
  text-align: right;
}
.services-section .service-block .icon-box span.vc_icon_element-icon {
  color: #f2710d !important;
  line-height: 1em !important;
  transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
}
.services-section .service-block .title {
  margin: 0;
  position: relative;
  margin-top: 22px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.4;
}
.services-section .service-block .number {
  margin: 0;
  position: absolute;
  left: 45px;
  top: 50px;
  font-size: 30px;
  line-height: 1em;
  color: #ffffff;
  opacity: 0.07;
}
.services-section .service-block .icon-box span.vc_icon_element-icon:before {
  font-size: 64px !important;
  font-weight: normal !important;
}
.services-section .service-block > .vc_column-inner > .wpb_wrapper:hover {
  background: #f2710d;
}
.services-section
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:hover
  .icon-box
  span.vc_icon_element-icon {
  color: #222429 !important;
}
.services-section
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:hover
  .title {
  color: #ffffff;
}
.services-section
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:hover
  .number {
  opacity: 0.09;
}
.services-section
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:hover
  .number
  p {
  color: #fff;
}
.services-section .service-block .icon-img {
  margin-bottom: 0;
  text-align: right;
}
.services-section
  .service-block
  > .vc_column-inner
  > .wpb_wrapper
  .icon-img
  img {
  filter: hue-rotate(30deg);
}
.services-section
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:hover
  .icon-img
  img {
  filter: invert(111%) sepia(2%) saturate(3102%) hue-rotate(185deg)
    brightness(243%) contrast(210%);
}
.services-section .service-block > .vc_column-inner > .wpb_wrapper:before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: 0;
  width: 100px;
  height: 80%;
  background: #222429;
  opacity: 0.2;
  z-index: 0;
  transform: skewX(0deg) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.services-section
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:hover:before {
  transform: skewX(-35deg) scaleX(1);
}
.agencies_of_the_month_sec .main-title2 {
  color: #222429;
  position: relative;
  text-align: center !important;
}
.agencies_of_the_month_sec .main-title2:before,
.main-title-before:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -78px;
  border-left: 3px solid #f2710d;
  width: 2px;
  height: 60px;
  margin: 0 auto;
}
.agencies_of_the_month_sec .desc p {
  text-align: center;
}
.agencies_of_the_month_sec .agencies_col > .vc_column-inner > .wpb_wrapper {
  padding: 2.6rem 2rem 2.6rem;
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  outline: none;
  box-shadow: 0 5px 35px rgb(166 209 237 / 20%);
  z-index: 2;
}
.agencies_of_the_month_sec .agencies_col .title {
  text-align: center !important;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: #222429;
}
.agencies_of_the_month_sec .agencies_col .sub-title2 {
  text-align: center !important;
  font-size: 14px;
  color: #f2710d;
  margin: 0;
  font-weight: 500;
}
.agencies_of_the_month_sec .agencies_col .logo-img {
  position: relative;
  margin: 0 auto 20px;
}
.agencies_of_the_month_sec .agencies_col .logo-img img {
  width: 100px;
  height: 130px;
  object-fit: contain;
}
.agencies_of_the_month_sec .agencies_col > .vc_column-inner {
  position: relative;
  margin-bottom: 2rem;
}
.agencies_of_the_month_sec .agencies_col > .vc_column-inner:before {
  content: " ";
  width: calc(100% - 30px);
  height: 95%;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 12px;
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.content-block:hover::before {
  -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}
.agencies_of_the_month_sec .agencies_col > .vc_column-inner:hover:before {
  -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}
.job-sec {
  background: #fff;
}
.job-sec .main-title2,
.sec-head .main-title2 {
  text-align: center !important;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
.sec-head .main-title2 {
  margin-bottom: 10px;
}
.job-sec .main-title2:before,
.sec-head .main-title2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  border-left: 3px solid #f2710d;
  width: 2px;
  height: 60px;
  margin: 0 auto;
}
.sec-head .main-title2:before {
  top: -70px;
}
.job-sec .job-icon {
  margin-bottom: 0;
  width: 100px;
}
.job-col > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20px;
  border-radius: 30px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #ccc;
  min-height: 140px;
}
.job-col > .vc_column-inner > .wpb_wrapper.job-new-list {
  flex-wrap: wrap;
}
.job-new-list .agency-item-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
  border-bottom: 1px solid #eee;
  padding-left: 0px;
  border-bottom: 1px solid #d0d0d0 !important;
  padding-bottom: 18px;
  justify-content: space-between;
}
.singleagencydata {
  box-shadow: 0 0 19px 1px rgb(0 0 0 / 12%);
  padding: 20px 20px !important;
}
.job-new-list .agency-item-head.hiii {
  border-color: #eee0;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 22px;
  padding-left: 0px;
  border-bottom: 1px solid #d0d0d0 !important;
  padding-bottom: 18px;
  justify-content: space-between;
}
.job-new-list .agency-item-head.hiii .header-right-agencyname {
  display: flex;
  align-items: center;
}
.agency-quicklinsbtn {
  display: flex;
  justify-content: flex-end;
}
.agency-quicklinsbtn div a {
  background: #fff;
  transition: 0s;
  padding: 3px 10px;
  margin-left: 20px;
  display: inline-block;
  max-width: none;
  font-size: 14px;
  color: #000;
  text-align: center;
  border-radius: 0px;
  margin-top: 0px;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border: 0px solid #d0d0d0;
  width: 135px;
  height: 45px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex !important;
  box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
  font-weight: 500;
}
.agency-quicklinsbtn div:hover a {
  background: linear-gradient(156deg, #fa8302, #f05c01);
  color: #fff;
  box-shadow: 1px 2px 19px 1px rgb(0 0 0 / 12%);
}
.job-new-list .agency-item-head .agencymainleftdetail {
  display: flex;
  align-items: center;
}
.agency-content {
  color: #686868;
}
.job-new-list .agency-item-head .title a h3 {
  margin-bottom: 0px;
  font-weight: 500;
}
.agencycontentarea .row.d-flex.align-items-center {
  align-items: flex-start !important;
}
.agencycontentarea .row.d-flex.align-items-center > div {
  padding-top: 20px;
  padding-bottom: 10px;
}
.agencycontentarea .row.d-flex.align-items-center .col-lg-8.col-md-7,
.agencycontentarea .row.d-flex.align-items-center > div:first-child {
  border-right: 0px solid #d0d0d0;
}
.agencycontentarea .row.d-flex.align-items-center > div:nth-child(2),
.agencycontentarea
  .row.d-flex.align-items-center
  .agencycontent-extraright.col-lg-4.col-md-5 {
  padding: 20px 55px;
  border-left: 1px solid #d0d0d0;
}
.agencycontentarea
  .row.d-flex.align-items-center
  .agencycontent-extraright
  .loc-map-office {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px !important;
  border: 0px solid #f2710d !important;
}
.agencycontentarea
  .row.d-flex.align-items-center
  .agencycontent-extraright
  .loc-map-office
  ul {
  flex-flow: column;
  margin-top: 0px;
}
.job-new-list .loc-map-office .icon-wrapper i.fa-user {
  background: url(https://digitalagencynetwork.in/wp-content/uploads/2021/10/Emp.png);
}
.job-new-list .loc-map-office .icon-wrapper i.fa-map-marker {
  background: url(https://digitalagencynetwork.in/wp-content/uploads/2021/10/Add.png);
}
.job-new-list .loc-map-office .icon-wrapper i.fa {
  height: 24px;
  width: 20px;
  background-size: contain !important;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: top left;
  padding: 0px 10px !important;
  margin-right: 14px;
}
.job-new-list .loc-map-office .icon-wrapper i.fa-map-marker:before,
.job-new-list .loc-map-office .icon-wrapper i.fa-user:before {
  display: none;
}
.job-new-list .loc-map-office .icon-wrapper {
  color: #686868;
  font-size: 14px;
}
.job-new-list .loc-map-office .icon-wrapper {
  display: flex;
  margin-bottom: 15px;
}
.job-new-list .loc-map-office .icon-wrapper:first-child {
  align-items: center;
}
.job-new-list .loc-map-office .icon-wrapper:nth-child(2) {
  align-items: flex-start;
}
.agencycontentarea .agency_details {
  color: #686868;
  margin-bottom: 35px;
  font-size: 14px;
}
.agencycontent-extraright .all-insudtrylist h2.main-title2,
.agencycontentarea .all-servicesagencylist h1.main-title2 {
  color: #686868;
  font-size: 18px;
  background: transparent;
  background-clip: initial;
  background-image: none;
  -webkit-text-fill-color: #686868;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.agencycontentarea .row.imagespopgallery {
  padding-top: 35px;
  margin: 0px 0px 0px -7px;
}
.imagegallerytitle {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 8px;
}
.imagespopgallery div#wpsimplegallery_container {
  display: flex;
  width: 100%;
}
ul#wpsimplegallery {
  width: 100%;
}
.all-insudtrylist {
  margin-top: 15px;
}
.agencycontent-extraright ul.thb-industries.d-flex,
.agencycontentarea ul {
  margin-top: 15px;
  display: flex;
}
.agencycontent-extraright ul.thb-industries.d-flex {
  flex-direction: row;
  padding-top: 0px;
}
.agencycontent-extraright ul.thb-industries.d-flex li,
.agencycontentarea ul li.select-cat {
  border: 0;
  margin-right: 10px;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
  color: #000;
  transition: 0s !important;
  font-weight: 600;
}
.agencycontent-extraright ul.thb-industries.d-flex li h3 {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: inline;
  width: auto;
  text-transform: capitalize;
}
#wpsimplegallery li {
  margin: 0;
  padding: 0;
  display: inline;
}
.innerContent {
}
.errback .vc_column-inner {
  padding-top: 0px !important;
}
.innerContent h1 {
  font-size: 100px;
  font-weight: 800;
}
.innerContent {
  text-align: center;
}
.innerContent h5 {
  font-size: 22px;
  font-weight: 500;
}
.innerContent h5 b {
  font-weight: 700;
  font-size: 32px;
}
.innerContent a {
  border: 1px solid #f2710d;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  transform: 0.4s;
}
.innerContent a:hover {
  background: #f2710d;
  color: #fff;
}
section.JoinDan-agency {
  margin-bottom: 0px;
  background-color: #f0eeee;
  background-image: -webkit-linear-gradient(150deg, #f0eeee 35%, #f7f5f5 35%);
}
.single-agency section.JoinDan-agency .JoinDan {
  min-height: initial;
  padding-bottom: 55px;
}
.JoinDan-agency .JoinDan .inner-row {
  background-color: transparent;
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0px 5%;
  border-radius: 20px;
  box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  color: #000 !important;
  width: 100%;
  -webkit-text-fill-color: #000;
}
.JoinDan-agency .JoinDan .inner-row .wpb_column.vc_column_container.col-sm-12 {
  width: 70%;
  flex: 0 0 70%;
  max-width: 70%;
  color: #000;
  -webkit-text-fill-color: #000;
}
.JoinDan-agency .JoinDan .inner-row h2.vc_custom_heading.main-title2 {
  color: #000 !important;
  -webkit-text-fill-color: #000;
  font-size: 34px !important;
}
.agencycontent-extraright ul.thb-industries.d-flex li:hover,
.agencycontentarea ul li.select-cat:hover {
  background: linear-gradient(156deg, #fa8302, #f05c01);
  color: #fff;
  box-shadow: 1px 2px 19px 1px rgb(0 0 0 / 12%);
}
.agencycontent-extraright ul.thb-industries.d-flex li:hover h3 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
section.JoinDan-agency .JoinDan .btn-style1 .vc_btn3 {
  background: #fff !important;
  color: #f2710d !important;
  border-radius: 0px;
  border: 0px solid #d0d0d0;
  width: 200px;
  height: 45px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex !important;
  max-width: none;
  font-size: 14px;
  padding: 0px;
  box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}
section.JoinDan-agency .JoinDan .btn-style1 .vc_btn3 i {
  display: none;
}
section.JoinDan-agency .JoinDan .btn-style1 .vc_btn3:after {
  display: none;
}
section.JoinDan-agency .JoinDan .btn-style1 .vc_btn3:hover {
  color: #fff !important;
  background: linear-gradient(156deg, #fa8302, #f05c01) !important;
  color: #fff !important;
  box-shadow: 1px 2px 19px 1px rgb(0 0 0 / 12%) !important;
  -webkit-text-fill-color: #fff !important;
}
.JoinDan .inner-row .btn-style1 {
  margin-top: 25px;
}
.nav-footer #menu-top-main-menu-2 li a {
  background: #fff;
  transition: 0s;
  margin-left: 20px;
  max-width: none;
  font-size: 14px;
  color: #000;
  text-align: center;
  border-radius: 0px;
  border: 0px solid #d0d0d0;
  width: 135px;
  height: 45px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex !important;
  margin: 0 7px !important;
}
nav.nav-footer #menu-top-main-menu-2 li {
  border-right: 0px solid #eee;
}
.nav-footer #menu-top-main-menu-2 li:hover a {
  color: #fff !important;
  box-shadow: 1px 2px 19px 1px rgb(0 0 0 / 12%);
  background: #222429;
}
.single-agency .job-new-list {
  padding: 100px 0 50px;
  background: #fff;
}
.job-new-list .job-details-inner > div {
  border-right: 1px solid #d0d0d0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.job-new-list .job-details-inner > div .list-item.custom_popover:first-child {
  align-items: center;
}
.job-new-list .job-details-inner > div:first-child {
  /* width: 28%;
  flex: 0 0 28%;
  max-width: 28%; */
}
.job-new-list .job-details-inner > div:nth-child(2) {
  /* width: 36%;
  flex: 0 0 36%;
  max-width: 36%; */
}
.job-new-list .job-details-inner > div:last-child {
  /* border-right: 0;
  width: 36%;
  flex: 0 0 36%;
  max-width: 36%; */
}
.job-sec .agency-module-list span.locality {
  font-size: 12px;
}
.job-new-list .job-details-inner > div:last-child {
  padding: 0px 20px 0px !important;
  font-size: 12px;
}
.job-new-list .list-item.custom_popover {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
.job-new-list .icon-wrapper {
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
  border-radius: 5px;
}
.job-new-list .view_profile a {
  min-width: 120px;
  cursor: pointer;
  padding: 7px 10px !important;
  display: block !important;
  max-width: none;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
}
.job-sec
  .vc_row
  > .job-col
  > .vc_column-inner
  > .wpb_wrapper.job-new-list
  .view_profile.website-link-a {
  margin-top: 0;
}
.job-sec
  .vc_row
  > .job-col
  > .vc_column-inner
  > .wpb_wrapper.job-new-list:before {
  display: none;
}
.job-new-list .view_profile a .fa {
  margin-left: 8px;
}
.job-new-list .btn-style1 .vc_btn3 {
  padding: 16px 30px 16px;
  min-width: 200px;
  width: 100%;
}
.job-new-list .title {
  margin-right: 30px;
}
.agency-item-head .website .thb-employees {
  padding: 15px 15px 15px;
  min-width: 200px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
}
.agency-item-head .website .thb-employees i {
  margin-right: 5px;
}
.job-new-list .agency-item-head .job-icon {
  width: 90px;
  margin-right: 20px;
  min-width: 90px;
  height: 90px;
  box-shadow: 0 0 5px 1px rgb(0 0 0 / 15%);
}
.job-new-list .agency-item-head .job-icon a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 8px;
}
.JoinDan-agency {
  padding: 0 15px;
}
div#openimagepopup .modal-content .modal-header {
  position: absolute;
  top: 0px;
  width: 40px;
  right: -30px;
  top: -30px;
  padding: 0px;
  border: 0px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-flow: column;
  align-items: center;
  background: orange;
  border-radius: 50%;
  color: #fff;
  z-index: 2;
}
div#openimagepopup .modal-content .modal-body {
  padding: 0px;
}
ul#wpsimplegallery .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
ul#wpsimplegallery .owl-dots {
  display: none;
}
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-next,
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-prev {
  color: #fff !important;
  padding: 7px 15px !important;
  margin: 5px;
  background: transparent;
  background-image: none !important;
  color: #f1620b;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 0 19px 1px rgb(0 0 0 / 12%);
}
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-next {
  padding: 7px 13px 7px 16px !important;
}
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-next i,
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-prev i {
  color: #f05c01;
}
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-next:hover,
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-prev:hover {
  background-image: linear-gradient(75deg, #db390e, #f98202 80%) !important;
}
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-next:hover i,
ul#wpsimplegallery.owl-carousel .owl-nav button.owl-prev:hover i {
  color: #fff;
}
div#openimagepopup .modal-content .modal-header button.close {
  margin: 0px;
  color: #fff;
  opacity: 1;
  font-size: 24px;
  padding: 0px;
  padding-left: 3px;
  box-shadow: 0 0 0 #0000;
}
div#openimagepopup .modal-content .modal-header button.close:hover,
div#openimagepopup .modal-content .modal-header button.close:focus {
  background: transparent;
  border: 0px;
  box-shadow: 0 0 0 #0000;
}
div#openimagepopup .modal-content .modal-header:hover {
  background: #000;
}
div#openimagepopup .modal-content .modal-header:hover button.close {
  color: #f56f02;
}
.single-agency .JoinDan {
  padding-top: 55px;
}
.job-new-list .agency-item-head .job-icon img {
  max-width: 200px;
  margin: auto 20px;
  margin-left: 0;
}
.job-new-list .agency-item-head .job-icon a img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: 0px;
  object-fit: contain;
}
.job-new-list .agency-item-head .title a {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.job-new-list .agency-item-head .title span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
ul.nav-right-profile {
  display: flex;
  justify-content: flex-end;
}
.job-new-list .agency-item-head .title .fa {
  margin-right: 0;
  width: 30px;
  color: #f2710d;
}
.job-new-list .agency-item-head .job-icon a {
  width: 220px;
  max-width: 100%;
}
.job-col .job-details {
  width: 100%;
  margin-bottom: 0;
  padding-left: 20px;
}
.job-new-list .job-details-inner > div.agency-content,
.job-new-list .job-details-inner > div.agency-service-focus.col-md-4 {
  padding: 0px 20px;
  padding-top: 10px !important;
}
.job-col .job-details .title {
  font-size: 18px;
  font-weight: 500;
  color: #686868;
  line-height: 1;
  margin-bottom: 20px;
}
.job-col .job-details .job-location {
  position: relative;
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
.job-col .job-details .employer-name {
  margin-top: 15px;
  color: #000;
  font-weight: 500;
}
.job-sec .vc_row > .job-col:first-child > .vc_column-inner > .wpb_wrapper {
}
.job-col > .vc_column-inner > .wpb_wrapper:hover {
  border-style: solid;
  border-color: #ffffff00;
  box-shadow: 0px 22px 90px 0px rgb(18 28 109 / 13%);
}
.job-col > .vc_column-inner > .wpb_wrapper:hover .title {
  color: #f2710d;
}
.job-sec .job-col {
  margin-bottom: 2em;
}
.job-sec .job-icon img {
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.JoinDan {
  min-height: 310px;
  padding-bottom: 20px;
}
.JoinDan .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.JoinDan:before,
.JoinDan:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: -2rem;
  left: 0;
  right: 160px;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
  display: block !important;
  background-repeat: repeat-x;
}
.JoinDan:before {
  background-image: linear-gradient(45deg, #000000, #f2710d);
  bottom: 0;
}
.JoinDan:after {
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  bottom: 15px;
}
.JoinDan .main-title2 {
  color: #fff;
  margin-top: 30px;
  background: no-repeat;
  -webkit-text-fill-color: #fff;
}
.JoinDan .desc p {
  color: #fff;
}
.JoinDan .desc {
  margin-bottom: 0;
}
.JoinDan .inner-row {
  max-width: 800px;
  margin: 0 auto;
}
.JoinDan .inner-row .btn-style1 {
  margin-top: 30px;
}
.JoinDan .btn-style1 .vc_btn3 {
  background: #fff !important;
  color: #f2710d !important;
}
.JoinDan .btn-style1 .vc_btn3:after {
  background: #f2710d;
}
.JoinDan .btn-style1 .vc_btn3:hover {
  background: #000 !important;
  color: #ffffff !important;
}
.bolg-sec .main-title2,
.featured-events-heading {
  margin-bottom: 30px;
  text-align: center !important;
}
.bolg-sec .bolg-img,
.single-post-event .image-outer {
  position: relative;
  display: block;
  overflow: hidden;
  height: 250px;
  margin-bottom: 20px;
}
.single-post-event .image-outer * {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.bolg-sec .bolg-img * {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.bolg-sec .bolg-img img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: all 500ms ease;
  border-radius: 0;
  height: 100%;
  object-fit: cover;
}
.bolg-sec .wpb_text_column {
  margin-bottom: 0;
}
.bolg-sec .inner-row .vc_column-inner > .wpb_wrapper,
.single-post-event {
  box-shadow: 0 5px 35px rgb(166 209 237 / 20%);
  position: relative;
  padding-bottom: 30px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
.single-post-event {
  height: 100%;
}
.single-post-event a.readmore-event {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
}
.bolg-sec .title,
.bolg-sec .text {
  padding: 0 15px;
}
.bolg-sec .title,
.event-title a {
  font-size: 21px;
  margin-bottom: 18px;
  color: #000;
  margin-top: 20px;
  display: block;
}
.bolg-sec .inner-row > .wpb_column > .vc_column-inner,
.listing .item {
  position: relative;
}
.bolg-sec .inner-row > .wpb_column > .vc_column-inner:before,
.listing .item:before {
  content: " ";
  width: calc(100% - 40px);
  height: 95%;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 12px;
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 0;
}
.bolg-sec .inner-row > .wpb_column > .vc_column-inner:hover:before,
.listing .item:hover:before {
  -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
  transform: rotate(2deg) translateX(-5px) translateY(16px);
}
.bolg-sec .inner-row > .wpb_column > .vc_column-inner:hover .bolg-img img {
  -webkit-filter: none;
}
.bolg-sec .inner-row > .wpb_column > .vc_column-inner:hover .title {
  color: #f2710d;
}
.bolg-sec {
  background-image: url("/wp-content/uploads/2021/03/pattern-2.png");
  margin-top: 60px;
  overflow: visible !important;
  padding-bottom: 60px !important;
}
.bolg-sec .main-title2,
.featured-events-heading .main-title2 {
  position: relative;
}
.bolg-sec .main-title2:before,
.featured-events-heading .main-title2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -77px;
  border-left: 3px solid #f2710d;
  width: 2px;
  height: 60px;
  margin: 0 auto;
}
.date_author_main .date_author {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 5px 15px;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}
.date_author_main .date_author li,
.event-detail > div {
  list-style: none;
  padding: 0 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}
.date_author_main,
.event-detail {
  position: relative;
  top: 0;
  margin: -50px 40px 0;
  display: block;
}
.event-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 5px 15px;
  background: #ffffff;
  border-radius: 7px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 5%);
}
.date_author_main .date_author li:last-child {
  border-right: 0;
}
.date_author_main .date_author li i,
.event-detail > div i {
  padding-right: 4px;
  color: #f2710d;
  font-size: 16px;
  font-weight: normal;
}
.event-categories {
  display: flex;
  font-size: 13px;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.event-categories a {
  padding: 0 5px;
  color: #f2710d;
}
.newsletter_sec {
  padding: 90px 0;
  background: #333 url(/wp-content/uploads/2021/03/pattern-1.png) center top
    repeat;
}
.newsletter_sec .main-title2 {
  text-align: center !important;
  color: #fff;
}
.newsletter_sec .desc {
  text-align: center;
  color: #fff;
}
.newsletter_sec .wpcf7-form input {
  padding: 10px 32px;
  margin: 0;
  font-size: 16px;
  appearance: none;
  background-repeat: no-repeat;
  font-weight: 400;
  height: 50px;
  border: none;
  letter-spacing: 0;
  border-radius: 3px;
}
.newsletter_sec .wpcf7-submit,
.blog-list .vc_btn3.vc_btn3-color-juicy-pink,
.blog-list .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f2710d !important;
  color: #fff !important;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 20px 50px 20px;
  position: relative;
  border: none !important;
  font-weight: 500;
}
.blog-list .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 10px 32px;
}
.newsletter_sec .wpcf7-submit:hover,
.newsletter_sec .wpcf7-submit:focus,
.blog-list .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.blog-list .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus {
  background: #000000 !important;
}
.newsletter_sec .wpcf7 form .wpcf7-response-output {
  color: #fff;
  text-align: center;
  padding: 10px 8px;
  margin: 20px 0 0;
}
.hero-sec,
.featured_image_area {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/uploads/2021/03/banner1.jpg");
}
.page-template-location_template .featured_image_area,
.page-template-location_service_template .featured_image_area {
  display: none;
}
.hero-sec .site-inner {
  background-color: transparent;
}
.hero-sec .site-inner {
  background-color: transparent;
  width: 100%;
}
.hero-sec .main-title,
.featured_image_area .entry-title {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center !important;
}
.featured_image_area .header-title-outer {
  z-index: 1;
}
.featured_image_area .entry-title {
  margin-bottom: 0;
}
.job-sec .vc_row > .job-col > .vc_column-inner {
  height: 100%;
}
.job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  align-items: center;
  border-radius: 0px;
  border-color: #eee0;
  box-shadow: 0 0 19px 1px rgb(0 0 0 / 12%);
  padding: 20px 20px !important;
}
.job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper:before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -10px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.1;
  z-index: 0;
  transform: skewX(0deg) scaleX(0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.page-template-location_template .job-sec .job-icon img {
  height: auto;
}
.page-template-location_template .job-sec .job-icon {
  margin-bottom: 0;
  width: 25%;
  padding: 15px 30px 15px 15px;
  border-right: 1px solid #eee;
}
.page-template-location_template .job-col .job-details {
  width: 75%;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.page-template-location_template .job-col .job-details .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper:hover:before {
  transform: skewX(-45deg) scaleX(1);
  background: #000;
  opacity: 0.5;
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
}
.job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  bottom: 10px;
  right: 16px;
  color: #fff;
  font-size: 25px;
}
.job-col .job-details .title a {
  color: #000;
  text-decoration: none;
}
.job-sec .wpb_wrapper:hover .job-details .title a {
  color: #f2710d;
}
.job-col .job-details .employer-name {
  font-size: 14px;
  font-weight: 400;
}
.job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper a.main-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.job-sec .main-title2 {
  margin-bottom: 10px;
}
.job-sec .desc p {
  text-align: center;
  margin-bottom: 40px;
}
.services-section {
  padding: 90px 0 50px;
}
.services-section .site-inner {
  background: transparent;
}
.services-section .service-block > .vc_column-inner > .wpb_wrapper:hover a {
  text-decoration: none !important;
}
.job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper .view_profile {
  position: relative;
  z-index: 4;
  transition: 0s;
}
.job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper .view_profile a {
  background: #fff;
  transition: 0s;
  padding: 3px 10px;
  margin-left: 20px;
  display: inline-block;
  max-width: none;
  font-size: 14px;
  color: #000;
  text-align: center;
  border-radius: 0px;
  margin-top: 0px;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border: 0px solid #d0d0d0;
  width: 135px;
  height: 45px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex !important;
  box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
}
.job-sec
  .vc_row
  > .job-col
  > .vc_column-inner
  > .wpb_wrapper
  .view_profile:hover
  a {
  background: linear-gradient(156deg, #fa8302, #f05c01);
  color: #fff;
  box-shadow: 1px 2px 19px 1px rgb(0 0 0 / 12%);
}
.job-new-list .provider-detail {
}
.job-sec
  .vc_row
  > .job-col
  > .vc_column-inner
  > .wpb_wrapper
  .view_profile:first-child
  a {
  margin-left: 0px;
}
ul.tag-ul {
  margin-top: 15px;
}
.tag-ul li {
  border: 0;
  margin-right: 10px;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 12%);
  transition: 0s !important;
}
.tag-ul li a {
  color: #000;
  transition: 0s !important;
}
.tag-ul li:hover {
  background: linear-gradient(156deg, #fa8302, #f05c01);
  box-shadow: 1px 2px 19px 1px rgb(0 0 0 / 12%);
}
.tag-ul li:hover a {
  /* color: #fff; */
}
.tag-ul li a:focus,
.tag-ul li a:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.job-col > .vc_column-inner > .wpb_wrapper:focus .tag-ul li a:focus,
.job-col > .vc_column-inner > .wpb_wrapper:hover .tag-ul li a:hover,
.tag-ul li a:hover,
.tag-ul li a:focus {
  color: #f2710d;
  background-color: #000;
}
.map-office {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #eee;
  margin: 0;
}
.city-col {
  position: relative;
}
.city-col .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  z-index: 100;
  display: block;
  float: left;
  margin: 0;
}
.ui-widget.ui-widget-content li.ui-autocomplete-group.ui-menu-item {
  font-weight: 600;
  padding: 0.4em;
  background-color: #eee;
}

/*.ui-widget.ui-widget-content{border:1px solid #c5c5c5;position:fixed;z-index:100;display:block!important;top:381px!important;float: left;}*/
.map-office > div {
  padding-left: 0;
  padding-right: 0;
}
.office-list {
  padding: 45px;
}
.office-list .office {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.office-list .office ul li {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
.office-list .office ul li i,
.title-block .desc ul.d-flex li i {
  width: 24px;
  height: 24px;
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  border-radius: 5px;
  color: #fff;
}
.office-list .office:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.office-list .office a {
  color: #666666;
}
.map-div,
.map-div * {
  height: 100%;
}
.title-block .desc ul.d-flex li {
  width: 50%;
  padding-bottom: 10px;
}
.services-section .service-block .icon-img i {
  font-size: 60px;
  color: #f2710d;
}
.services-section
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:hover
  .icon-img
  i {
  color: #fff;
}
.blog-list .job-col .job-icon,
.blog-list .job-col .job-details {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.blog-list .vc_grid.vc_row .vc_pageable-slide-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.blog-list .job-col > .vc_column-inner > .wpb_wrapper {
  display: block;
}
.blog-list .job-col .job-details .title {
  font-size: 20px;
}
.blog-list ul.tag-ul {
  margin-top: 0px;
  margin-bottom: 15px;
}
.blog-list .tag-ul li {
  padding: 0 5px;
  border: 0;
  margin-right: 5px;
  font-size: 12px;
  border-left: 1px solid #f2710d;
  line-height: 1;
}
.blog-list .tag-ul li:first-child {
  padding-left: 0;
  border-left: 0;
}
.blog-list .tag-ul li a {
  color: #f2710d;
}
.blog-list .job-col .job-details .employer-name {
  margin-bottom: 15px;
}
.bolg-sec.feed-blog .inner-row > .wpb_column > .vc_column-inner:before {
  width: calc(100% - 10px);
}
.login_wrapper {
  top: 0;
  width: 100%;
  bottom: 0;
  min-height: auto;
  z-index: 9;
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  background-image: url(../images/login-bg2.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: cover;
}
.login_wrapper a {
  color: #f2710d;
}
.login_wrapper a.logo_text img {
  max-width: 240px;
  margin-bottom: 30px;
}
.login_wrapper .sec-head {
  font-weight: bold;
}
.login_wrapper form {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 90px;
  height: 100%;
  text-align: center;
}
.login_wrapper .login_right {
  background-size: cover;
  width: 100%;
  bottom: 0;
  border-radius: 10px 0 0 10px;
  padding: 80px 20px;
  background: #f2710d;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-box-12 {
  margin: 0 auto;
  max-width: 750px;
  border-radius: 10px;
  background: #fff;
  background-size: cover;
  top: 0;
  bottom: 0;
  opacity: 1;
  text-align: center;
  overflow: hidden;
  align-items: stretch;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
.login_wrapper .btn-outline {
  border-radius: 3px;
  padding: 6px 30px 6px 30px;
  color: #f2710d;
  background: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  border: 2px solid #fff;
  transition: all ease 0.4s;
}
.login_wrapper .login-inner-form {
  color: #272323;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login_wrapper .login-inner-form .user-registration-Button {
  margin-top: -20px !important;
  margin-bottom: 10px !important;
}
.login_wrapper .login-inner-form h3 {
  margin: 0 0;
  padding: 0 0 15px;
  font-weight: 600;
  font-size: 32px;
  color: #f70;
}
.login_wrapper .login-inner-form h3 span {
  color: #f2710d;
}
.login_wrapper .login-inner-form .form-group {
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.login_wrapper .login-inner-form .form-group p {
  margin-bottom: 0;
}
.input-text,
.search-form input[type="search"],
.form-control {
  outline: none;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  outline: 0;
  font-weight: 400;
  color: #717171;
  height: 45px;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.04);
}
textarea.form-control {
  height: auto;
  min-height: 120px;
}
.search-form input[type="search"] {
  border: 1px solid #eee;
}
.search-form .search-form-submit {
  width: 45px !important;
  height: 45px !important;
  clip: initial !important;
  background-image: url(/wp-content/uploads/2021/04/1024px-Search_Icon.svg_.png);
  background-color: transparent;
  color: transparent;
  right: 0;
  z-index: 1;
  background-size: 27px;
  background-repeat: no-repeat;
  opacity: 0.4;
  background-position: center left;
}
.search-form .search-form-submit:hover,
.search-form .search-form-submit:focus {
  background-color: transparent;
  color: transparent;
  opacity: 0.6;
}
.login_wrapper .login-inner-form .btn-md,
.login_wrapper .login-inner-form .user-registration-Button,
.tab-content form .site-btn {
  cursor: pointer;
  padding: 10px 50px 8px 50px;
  height: 45px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  border-radius: 3px;
  text-transform: uppercase;
  background: #f2710d;
  border-color: #f2710d;
  margin-bottom: 20px;
  width: 100%;
}
.tab-content form .site-btn:focus,
.tab-content form .site-btn:hover,
.login_wrapper .login-inner-form .btn-md:hover,
.login_wrapper .login-inner-form .btn-md:focus,
.login_wrapper .login-inner-form .user-registration-Button:hover,
.login_wrapper .login-inner-form .user-registration-Button:focus {
  background-color: #000;
  color: #fff;
  border: 0;
}
.login_wrapper .container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  height: 840px;
  width: 480px;
  max-width: 100%;
  background: #fff;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.16);
}
.login_wrapper .form-container {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.login_wrapper .sign-in-container {
  top: 0;
  height: 50%;
  z-index: 2;
}
.login_wrapper .container.right-panel-active .sign-in-container {
  transform: translateY(100%);
}
.sign-up-container {
  top: 0;
  height: 50%;
  opacity: 0;
  z-index: 1;
}
.login_wrapper .container.right-panel-active .sign-up-container {
  transform: translateY(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}
@keyframes show {
  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}
.login_wrapper .overlay-container {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}
.login_wrapper .container.right-panel-active .overlay-container {
  transform: translateY(-100%);
}
.login_wrapper .overlay {
  background-color: #f2710d;
  background-image: #f2710d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #fff;
  position: relative;
  top: -100%;
  width: 100%;
  height: 200%;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
}
.login_wrapper .container.right-panel-active .overlay {
  transform: translateY(50%);
}
.login_wrapper .overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 65px;
  text-align: center;
  left: 0;
  width: 100%;
  height: 50%;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
}
.login_wrapper .overlay-left {
  transform: translateY(-20%);
}
.login_wrapper .container.right-panel-active .overlay-left {
  transform: translateY(0);
}
.login_wrapper .overlay-right {
  bottom: 0;
  transform: translateY(0);
}
.login_wrapper .container.right-panel-active .overlay-right {
  transform: translateY(20%);
}
.login_wrapper .login-inner-form .terms {
  margin-left: 3px;
}
.login_wrapper .login-inner-form .checkbox {
  margin-bottom: 20px;
  font-size: 14px;
}
.login_wrapper .login-inner-form .form-check {
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}
.login_wrapper .login-inner-form .form-check a {
  color: #717171;
  float: right;
}
.login_wrapper .login-inner-form .form-check-input {
  position: absolute;
  margin-left: 0;
  opacity: 0;
}
.login_wrapper .login-inner-form .form-check label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  margin-left: -25px;
  border: 1px solid #c5c3c3;
  border-radius: 3px;
  background-color: #fff;
}
.login_wrapper .login-inner-form .form-check-label {
  padding-left: 25px;
  margin-bottom: 0;
  font-size: 14px;
  color: #403838;
}
.login_wrapper
  .login-inner-form
  .checkbox-input
  input[type="checkbox"]:checked
  + label::before {
  background-color: #f2710d;
  border-color: #f2710d;
}
.login_wrapper .login-inner-form input[type="checkbox"]:checked + label:before {
  font-weight: normal;
  color: #f3f3f3;
  line-height: 15px;
  font-size: 10px;
  content: "\f00c";
  background-color: #f2710d;
  border-color: #f2710d;
  font-family: fontAwesome;
}
.login_wrapper .login-inner-form input[type="checkbox"],
input[type="radio"] {
  margin-top: 4px;
}
.login_wrapper .login-inner-form .checkbox a {
  font-size: 14px;
  color: #403838;
  float: right;
}
@media (min-width: 768px) {
  .vc_tta-panel-heading {
  }
  .login_wrapper .container {
    width: 100%;
    max-width: 1000px;
    min-height: 540px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .login_wrapper .form-container {
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #fff;
  }
  .login_wrapper .sign-in-container {
    left: auto;
    width: 50%;
    height: 100%;
    right: 0;
  }
  .login_wrapper .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
  }
  .login_wrapper .sign-up-container {
    left: 0;
    width: 50%;
    height: 100%;
  }
  .login_wrapper .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
  }
  .login_wrapper .overlay-container {
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
  }
  .login_wrapper .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
  }
  .login_wrapper .overlay {
    top: 0;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
  }
  .login_wrapper .container.right-panel-active .overlay {
    transform: translateX(50%);
  }
  .login_wrapper .overlay-panel {
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
  }
  .login_wrapper .overlay-left {
    transform: translateX(-20%);
  }
  .login_wrapper .container.right-panel-active .overlay-left {
    transform: translateX(0);
  }
  .login_wrapper .overlay-right {
    right: 0;
    top: 0;
    left: 50%;
    transform: translateX(0);
  }
  .login_wrapper .container.right-panel-active .overlay-right {
    transform: translateX(20%);
  }
}
.contact-form .input-text {
  box-shadow: none;
  margin-top: 10px;
}
textarea.input-text {
  height: auto;
}
.contact-form form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.contact-form form .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form form input[type="submit"],
#contactuspopup form input[type="submit"],
.ur-frontend-form.login form input[type="submit"],
input[type="reset"] {
  padding: 10px 32px;
  margin: 0;
  font-size: 16px;
  appearance: none;
  background-repeat: no-repeat;
  font-weight: 400;
  height: 50px;
  border: none;
  letter-spacing: 0;
  border-radius: 3px;
  background-color: #f2710d;
  margin-top: 20px;
  width: 100%;
}
#contactuspopup button.close:focus,
#contactuspopup button.close:hover {
  background-color: transparent !important;
  outline: none;
  border: 0;
}
#contactuspopup button.close {
  font-size: 28px;
}
#contactuspopup .row {
  margin: 0 auto !important;
  width: 100%;
}
#contactuspopup .row input,
#contactuspopup .row select,
#contactuspopup .row textarea {
  margin-top: 10px;
}
#contactuspopup .row select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/wp-content/uploads/2021/03/arrow-down-yellow-1.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
  z-index: -1;
}
select.form-control:not([size]):not([multiple]) {
  height: 45px;
}
.contact-form .vc_row .d-flex .vc_icon_element {
  float: left;
  margin-right: 10px;
}
.contact-form form input[type="submit"]:hover,
.contact-form form input[type="submit"]:focus {
  background-color: #000;
}
.contact-form .vc_row .d-flex .vc_icon_element-inner:hover,
.contact-form .vc_row .d-flex .vc_icon_element-inner:focus {
  background-color: #000 !important;
}
.contact-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/wp-content/uploads/2021/03/arrow-down-yellow-1.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
  z-index: -1;
}
.page-template-simple-event-listing .site-container > .site-inner {
  max-width: 100%;
}
.all-events-listing {
  padding-top: 3rem;
}
.event-listing-details {
  padding: 15px 15px 0;
}
.listing .row {
  justify-content: center;
}
.contains-upcoming-events {
  background: #333 url(/wp-content/uploads/2021/03/pattern-1.png) center top
    repeat;
}
.feature-event_cs img {
  width: 100%;
}
.containt_event.py-5 {
  display: block;
  float: left;
}
.containt_event.py-5 .btn-style1 {
  margin-bottom: 40px;
}
.event-table {
  padding: 15px 20px;
  box-shadow: 0 5px 35px rgb(166 209 237 / 20%);
  border-radius: 5px;
  margin-bottom: 35px;
}
.event-table .row > div {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  border-right: 1px solid #eee;
  text-align: center;
  padding: 5px 15px;
}
.event-table .row > div:nth-child(3n) {
  border-right: 0;
}
.event-table .row > div i {
  padding-right: 4px;
  color: #f2710d;
  font-size: 16px;
  font-weight: normal;
}
.sidebar-inner {
  padding-left: 35px;
  border-left: 1px solid #eee;
  height: 100%;
}
.job-slider .owl-stage {
  display: flex;
}
.job-sec .job-slider .job-col {
  height: calc(100% - 2em);
}
.job-slider .job-col > .vc_column-inner > .wpb_wrapper,
.job-slider .job-col > .vc_column-inner {
  height: 100%;
}
.job-slider .job-col > .vc_column-inner > .wpb_wrapper:hover {
  box-shadow: 0px 10px 20px 0px rgba(18, 28, 109, 0.13);
}
.job-slider.owl-carousel .owl-nav,
.testimonial-slider.owl-carousel .owl-nav {
  text-align: center;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background-image: linear-gradient(75deg, #db390e, #f98202 80%) !important;
  color: #fff !important;
  padding: 5px 15px !important;
  margin: 5px;
  transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
  background-image: linear-gradient(75deg, #f98202, #db390e 80%) !important;
}

.owl-carousel .owl-nav button:hover,
.job-slider.owl-carousel .owl-nav button:focus {
  background-color: #000 !important;
  background-image: none;
}
.owl-carousel .owl-nav button.owl-next {
}
.job-sec .job-slider .job-icon {
  width: 50%;
}
.job-sec .job-slider .job-icon img {
  height: auto;
  max-height: 200px;
  max-width: 240px;
  margin-left: auto;
}
.job-slider .job-col .job-details {
  display: none;
}
.job-slider .active.center .job-col .job-details {
  display: block;
}
.job-sec .job-slider .job-icon {
  margin-left: 60%;
}
.job-slider .active.center .job-icon img,
.job-slider .active.center .job-icon,
.job-slider .active.center + .owl-item .job-icon,
.job-slider .active.center + .owl-item .job-icon img {
  margin-left: 0;
}
.job-slider .active.center + .owl-item .job-icon {
  margin-right: 50%;
}
#join-tab .vc_tta-tabs-container {
  max-width: 40%;
  align-content: center;
  justify-content: center;
  padding: 3rem;
}
#join-tab .vc_tta-panels-container {
  background-color: #f5f6f9;
}
#join-tab .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
  -webkit-flex-grow: initial !important;
  -ms-flex-positive: initial !important;
  flex-grow: initial !important;
}
#join-tab .vc_tta-color-grey .vc_tta-tab > a {
  padding: 2.6rem 2rem 2.6rem !important;
  height: calc(100% - 20px);
  display: flex !important;
  align-items: center;
  background: #fff !important;
  border-radius: 10px !important;
  position: relative !important;
  z-index: 2;
  outline: none;
  box-shadow: 0 5px 35px rgba(166, 209, 237, 0.2) !important;
  margin: 10px 8px;
  text-align: center;
  text-align: center !important;
  justify-content: center;
  text-transform: capitalize;
  font-weight: 500;
  color: #222429 !important;
  font-size: 16px;
}
#join-tab
  .vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-title
  > a {
  color: #222429 !important;
  padding: 0;
  font-size: 18px;
}
#join-tab
  .vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel.vc_active
  .vc_tta-panel-title
  > a {
  color: #f2710d !important;
}
#join-tab .vc_tta-panel-heading {
  padding: 1.6rem 1rem 1.6rem !important;
  margin-bottom: 15px !important;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#join-tab ul.vc_tta-tabs-list {
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
}
#join-tab ul.vc_tta-tabs-list li {
  width: 49%;
}
#join-tab .vc_tta.vc_general .vc_tta-tab.vc_active > a::after,
#join-tab .vc_tta.vc_general .vc_tta-tab.vc_active > a::before {
  display: none !important;
}
#join-tab .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:before {
  content: " ";
  width: calc(100% - 30px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 12px;
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
#join-tab .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab {
  position: relative;
}
#join-tab .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover:before,
#join-tab .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active:before {
  -webkit-transform: rotate(2deg) translateX(-10px) translateY(10px);
  transform: rotate(2deg) translateX(-10px) translateY(10px);
}
#join-tab .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a {
  color: #f2710d !important;
}
.services-section .ads-row .service-block .icon-img {
  margin-bottom: 0;
  text-align: right;
  max-height: 80px;
}
.services-section .ads-row .service-block .icon-img * {
  max-height: 80px;
  height: auto;
  max-width: 100px;
  object-fit: contain;
}
.services-section .ads-row .service-block > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.services-section
  .ads-row
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:before {
  right: -110px;
}
.services-section
  .ads-row
  .service-block
  > .vc_column-inner
  > .wpb_wrapper
  .icon-img
  img {
  filter: invert(46%) sepia(43%) saturate(1807%) hue-rotate(354deg)
    brightness(92%) contrast(103%);
}
.services-section
  .ads-row
  .service-block
  > .vc_column-inner
  > .wpb_wrapper:hover
  .icon-img
  img {
  filter: invert(111%) sepia(2%) saturate(3102%) hue-rotate(185deg)
    brightness(243%) contrast(210%);
}
.job-sec .visitor-row .job-col > .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
}
.testimonail-col .job-icon {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  padding: 0 15px 30px;
  position: relative;
}
.testimonail-col .job-icon img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.testimonail-col .job-icon:before {
  content: " ";
  width: 250px;
  height: 250px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 12px;
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  background-repeat: repeat-x;
  outline: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 50%;
}
.testimonail-col .title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
.testimonail-col .job-details {
  box-shadow: 0 5px 35px rgb(166 209 237 / 20%) !important;
  max-width: 80%;
  margin: -120px auto 30px;
  padding: 150px 50px 50px;
  border-radius: 10px;
}
.counter {
  position: relative;
  z-index: 1;
  width: 160px;
  height: 160px;
  background: #1c1e22;
  border-radius: 50%;
  box-shadow: 0px 8px 0px white;
  margin: 10px auto 30px;
  line-height: 160px;
  font-size: 26px;
  font-weight: bold;
}
.counter-sec .vc_custom_heading {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.visitor-row .job-details {
  padding-left: 0;
}
.ur-frontend-form .ur-form-row {
  width: 100%;
}
.login_wrapper .login-inner-form .form-group p > span,
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .hide_show_password
  .password-input-group {
  display: block;
  width: 100%;
}
.ur-frontend-form {
  border: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
  margin-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .form-row {
  display: block;
  float: left;
  width: 100%;
}
#user-registration {
  margin-bottom: 0;
}
#user-registration,
#user-registration.horizontal {
  box-shadow: none;
}
.user-registration-error {
  border-top-color: transparent;
  background: #f2710d;
  color: #ffffff;
  position: absolute;
  float: left;
  bottom: -3px;
  border: 0;
  margin: 0 !important;
  text-align: left;
  font-size: 12px !important;
  padding: 2px 5px 0;
  border-radius: 4px;
  z-index: 1;
  left: 0;
}
.user-registration-error::before,
.user-registration-info::before,
.user-registration-message::before {
  font-size: calc(100% + 2px);
  margin-right: 5px;
}
#user-registration .user-registration-error {
  border-top-color: transparent;
  background: #f2710d;
  color: #ffffff;
  position: inherit;
  float: none;
  bottom: -3px;
  border: 0;
  text-align: center;
  font-size: 14px !important;
  padding: 10px;
  width: calc(100% - 130px);
  margin: 0 auto 10px !important;
  border-radius: 3px;
}
#user-registration .user-registration-MyAccount-content h2 {
  margin-bottom: 10px;
}
#user-registration .user-registration-MyAccount-content {
  padding: 20px;
}
.ur-frontend-form.login input[name="rememberme"]#rememberme {
  margin-top: -2px;
}
.input-text::-webkit-input-placeholder {
  color: #717171;
  opacity: 1;
}
.input-text::-moz-placeholder {
  color: #717171;
  opacity: 1;
}
.input-text:-ms-input-placeholder {
  color: #717171;
  opacity: 1;
}
.input-text:-moz-placeholder {
  color: #717171;
  opacity: 1;
}
body.search .site-container > .site-inner,
.result_container.wrap {
  max-width: 100%;
  padding: 0;
}
.table-firstcolumn {
  position: relative;
}
.table-firstcolumn em {
  opacity: 0;
  position: absolute;
  top: -30px;
  width: 70%;
  height: auto;
  background: #000;
  color: #fff;
  line-height: normal;
  font-size: 10px;
  padding: 5px;
  border-radius: 3px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-firstcolumn em:before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
  content: "";
  bottom: -6px;
  left: 5px;
  position: absolute;
}
.table-firstcolumn .d-flex {
  flex-wrap: wrap;
  min-width: 400px;
  align-items: center;
}
.table-firstcolumn:hover em,
.table-firstcolumn:focus em {
  opacity: 1;
}
table.price-table {
  border-collapse: separate;
  border-spacing: 2px 0;
}
table.price-table td {
  width: 15%;
  padding: 10px;
  text-align: center;
  border-top: 0;
}
table.price-table thead.head-table-data th {
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  color: #fff;
  text-align: center;
  padding: 20px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
table.price-table thead.head-table-data th:first-child {
  background-image: none;
  color: #000;
  text-align: left;
}
tbody.begin-table-data {
  background-color: #fff;
}
tbody.begin-table-data tr:first-child td:not(:first-child) {
  background-color: #000;
  color: #fff;
}
.table-firstcolumn .d-flex i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  padding-left: 1px;
}
.table-benifit-rows td span {
  line-height: 1.2;
  display: inline-block;
  font-size: 14px;
}
.price-table .btn-style1 .vc_btn3 {
  padding: 10px 25px 10px;
}
tbody .table-benifit-rows:first-child td:first-child em {
  display: none;
}
.forminator-row #address-1,
.forminator-row #name-1,
.forminator-row #name-2 {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.forminator-row div#address-1 .forminator-row,
.forminator-row #name-1 .forminator-row,
.forminator-row #name-2 .forminator-row {
  margin-bottom: 0;
  flex: 1 0 0;
  margin: 0;
  align-items: flex-end;
}
.forminator-row .forminator-label {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  font-weight: 700;
  color: #777771;
}
.forminator-custom-form {
  border-width: 0 !important;
}
h3.forminator-subtitle {
  color: #222429;
  font-size: 26px !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-fill-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  font-weight: 700 !important;
}
.forminator-row .forminator-subtitle {
  margin-top: 30px;
  padding-top: 30px !important;
  border-top: 1px solid #eee !important;
}
div#checkbox-1 > div,
#checkbox-2 > div {
  display: flex;
  flex-wrap: wrap;
}
div#checkbox-1 > div .forminator-label,
#checkbox-2 > div .forminator-label {
  width: 100%;
}
div#checkbox-1 > div label,
#checkbox-2 > div label {
  width: 25%;
}
#date-1 .forminator-input-with-icon > label {
  display: none;
}
.forminator-row input,
.forminator-row select,
.forminator-row textarea {
  font-size: 16px;
  padding: 9px;
  line-height: 1;
}
.forminator-row select {
  height: 40px;
  padding: 7px 9px;
  border-color: #eeeeee;
}
.forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button {
  border-radius: 3px !important;
  padding: 12px 30px 12px 30px !important;
  color: #fff !important;
  background: #f2710d !important;
  letter-spacing: 1px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: 1px solid #f2710d !important;
  transition: all ease 0.4s;
}
.forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button:hover,
.forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button:focus {
  color: #f2710d !important;
  background: #fff !important;
  box-shadow: none !important;
}
.forminator-ui.forminator-custom-form[data-grid="open"]
  .forminator-row:not(:last-child) {
  margin-bottom: 20px;
}
.forminator-checkbox span[aria-hidden] {
  border-color: #5e5e5e;
  background-color: #ffffff;
  color: #f2710d;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  cursor: pointer;
  pointer-events: all;
  display: block;
  margin-right: 10px;
}
.forminator-checkbox span[aria-hidden]:before {
  content: "";
  opacity: 0;
  -khtml-opacity: 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  color: inherit;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #f2710d;
}
.forminator-checkbox input:checked + span[aria-hidden]:before {
  opacity: 1;
  -khtml-opacity: 1;
}
.forminator-checkbox input {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  opacity: 0;
}
.forminator-checkbox {
  display: flex;
}
.forminator-custom-form h5.plan-heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.forminator-checkbox span[aria-hidden]:before {
  top: 9px;
  left: 9px;
  background: transparent;
}
.forminator-checkbox input:checked + span[aria-hidden]:before {
  content: "✓";
  color: #f87e02;
  font-size: 1.25rem;
  position: absolute;
  top: -5px;
  left: 11px;
  transform: scale(0);
  transition: all 300ms ease-in-out;
  transform: scale(2);
  background: transparent;
}
@media (min-width: 767px) {

  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"]
    .forminator-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
  }
  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"]
    .forminator-col {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 15px;
  }
}
#faqs .vc_tta-panel-title {
  font-size: 16px;
}
#faqs
  .vc_tta-color-white.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading {
  background-color: #ffffff;
}
#faqs .vc_active .vc_tta-panel-title a {
  color: #f2710d !important;
}
#faqs .vc_active .vc_tta-panel-title i:before {
  border-color: #f2710d !important;
}
#faqs .vc_tta.vc_general .vc_tta-panel {
  display: block;
  padding: 20px;
  box-shadow: 0 5px 35px rgba(166, 209, 237, 0.2) !important;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #fff;
}
#faqs .vc_tta.vc_general .vc_tta-panel-body {
  padding-top: 0;
}
#faqs .vc_tta.vc_general .vc_tta-panel {
  padding: 0;
}
.wpb_image_grid .wpb_image_grid_ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.logo-list .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
  border-radius: 10px;
  box-shadow: 0px 3px 5px 0px rga(0, 0, 0, 0.3);
  padding: 19px;
  background: #1c1e22;
}
.logo-list .wpb_single_image {
  margin-bottom: 0;
  margin-top: 15px;
}
.logo-list {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#slide_section-product-carousel {
  display: block;
  width: 100%;
}
.d-flex {
  flex-wrap: wrap;
}
.featured_image_area > .wrap {
  z-index: 1;
}
.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .hide_show_password
  .password-input-group
  .password_preview {
  top: 32px;
}
/*#mega-menu-wrap-primary
  #mega-menu-primary[data-effect="slide_up"]
  li.mega-menu-item.mega-menu-megamenu
  > ul.mega-sub-menu {
  padding-left: calc((100vw - 1400px) / 2) !important;
  padding-right: calc((100vw - 1400px) / 2) !important;
}*/
.single-agency .agency_details {
  max-width: 90%;
}
.single-agency .agency_details > div {
  margin-bottom: 15px;
}
.single-job-data .new_form_layout3 .customvalidbutton .wpcf7-submit {
    border: none;
}
.single-job-data div#job__form .codedropz-upload-handler {
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
    border: none;
}
.single-job-data div#job__form .codedropz-upload-inner {
  display: flex;
    align-items: center;
}
.single-job-data div#job__form .codedropz-upload-inner h3 {
  font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
    color: #707070;
    margin-bottom: 0;
    margin-top: 0;
}
.single-job-data div#job__form .codedropz-btn-wrap {
  margin-left: 10px;
}
#jobform  .custom-control {
  margin-bottom: 20px;
      padding-left: 0;
}
#jobform  .toggle.btn {
    min-width: 10rem;
    min-height: 4rem;
}
.tab-content #jobform .toggle-group label {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1200px) {
  table.price-table td.table-firstcolumn {
    padding-left: 20px;
  }
}
@media (max-width: 1600px) {
  .featured_image_area,
  .page-template-login-registration-php .hero-sec {
    min-height: 280px;
  }
 /* #mega-menu-wrap-primary
    #mega-menu-primary[data-effect="slide_up"]
    li.mega-menu-item.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding-left: calc((100vw - 1200px) / 2) !important;
    padding-right: calc((100vw - 1200px) / 2) !important;
  }*/
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header .main-header > .col-md-4,
  .site-header .main-header > .below-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
 /* #mega-menu-wrap-primary
    #mega-menu-primary[data-effect="slide_up"]
    li.mega-menu-item.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding-left: calc((100vw - 960px) / 2);
    padding-right: calc((100vw - 960px) / 2);
  }*/
  .main-title {
    font-size: 60px;
  }
  .main-title2 {
    font-size: 30px;
  }
  .services-section .service-block > .vc_column-inner > .wpb_wrapper {
    padding: 20px 15px;
    min-height: 160px;
  }
  .services-section .service-block .title {
    margin-top: 15px;
    font-size: 15px;
  }
  .services-section .service-block .number {
    left: 15px;
    top: 25px;
    font-size: 24px;
  }
  .services-section
    .service-block
    > .vc_column-inner
    > .wpb_wrapper
    .icon-img
    img {
    max-width: 50px;
  }
  .agencies_of_the_month_sec .agencies_col > .vc_column-inner > .wpb_wrapper {
    padding: 1.6rem 1rem 1.6rem;
  }
  .agencies_of_the_month_sec .agencies_col .title {
    font-size: 16px;
  }
  .agencies_of_the_month_sec .agencies_col .logo-img img {
    height: 80px;
  }
  .job-col > .vc_column-inner > .wpb_wrapper {
    padding: 15px 10px;
  }
  .job-col .job-details .title {
    font-size: 18px;
  }
  .job-col .job-details .employer-name {
    margin-top: 5px;
  }
  .bolg-sec .bolg-img {
    min-height: 200px;
  }
  .bolg-sec .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .date_author_main .date_author li {
    padding: 0 5px;
  }
  .date_author_main .date_author {
    padding: 10px 5px 10px;
  }
  .JoinDan:before,
  .JoinDan:after {
    right: 90px;
  }
  .newsletter_sec {
    padding-top: 80px !important;
    padding-bottom: 75px !important;
  }
  .newsletter_sec .wpcf7-form input {
    font-size: 14px;
    padding: 10px 15px;
  }
  .newsletter_sec .wpcf7-form input[type="submit"] {
    padding: 10px 10px;
  }
  .footer {
    font-size: 14px;
    padding: 50px 0 10px;
  }
  .footer .widget-title {
    font-size: 17px;
  }
  .copy-footer .privacy-sec .textwidget a {
    padding: 0 0 0 10px;
  }
  .job-sec.btn-sec .job-icon,
  .job-sec.btn-sec .job-col .job-details {
    padding-left: 15px;
    padding-right: 15px;
  }
  .job-col > .vc_column-inner > .wpb_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-list .job-col .job-icon,
  .blog-list .job-col .job-details {
    padding-left: 0;
    padding-right: 0;
  }
  .job-col .job-details .title {
    font-size: 16px;
  }
  .job-col .job-new-list .job-details .titlel {
    font-size: 18px;
    margin: 0;
  }
  .sidebar-inner .event-block-image a,
  .sidebar-inner .event-block-image a img,
  .event-block-image.col-sm-4:before {
    max-height: 56px;
    height: 56px;
  }
  .login_wrapper {
    min-height: auto;
  }
  .login_wrapper .container {
    max-width: 960px;
  }
  .vc_tta-tabs-container {
    padding: 2rem 1rem;
  }
  .vc_tta-color-grey .vc_tta-tab > a {
    padding: 1.6rem 1rem 1.6rem !important;
  }
  .counter-sec .vc_custom_heading {
    font-size: 22px;
  }
  .testimonail-col .job-details {
    max-width: 90%;
  }
  .footer .row > div {
    margin-top: 15px;
  }
  .footer .row > div:first-child:before {
    top: -50px;
  }
  section.footer:before {
    top: 110px;
  }
  .footer .widget_media_image {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .job-new-list .agency-item-head {
    padding-left: 20px;
    flex-wrap: wrap;
  }
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile
    a {
    margin-top: 15px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding-left: 5% !important;
    padding-right: 5% !important;
    top: 52px;
  }
  .job-new-list .job-details-inner > div:nth-child(2) {
    border-right: 0px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    top: 54px;
  }
  .job-new-list .job-details-inner > div:last-child {
    border-right: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 5px 20px !important;
  }
  .job-new-list .agency-item-head {
    padding-left: 20px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .vc_tta-panel-body .wrap {
    max-width: 90%;
    padding: 30px 5%;
  }
  table.price-table thead.head-table-data th {
    font-size: 13px;
    padding: 15px 5px;
  }
  table.price-table td {
    padding: 8px 5px;
  }
  .table-firstcolumn .d-flex {
    justify-content: center;
    flex-direction: column;
    min-width: 150px;
  }
  .table-firstcolumn .d-flex i {
    margin-right: 0;
  }
  .table-firstcolumn .d-flex {
    min-width: 150px;
  }
  .table-firstcolumn em {
    top: -36px;
    width: 100%;
    line-height: 1.1;
  }
  .table-firstcolumn em:before {
    transform: translateX(-50%);
    left: 50%;
  }
  tbody.begin-table-data tr:first-child td:not(:first-child) strong {
    display: block;
  }
  .forminator-row div#address-1 .forminator-row:not(:last-child),
  .forminator-row #name-1 .forminator-row:not(:last-child),
  .forminator-row #name-2 .forminator-row:not(:last-child) {
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
    flex: 100% 0 0;
  }
  .forminator-row #address-1,
  .forminator-row #name-1,
  .forminator-row #name-2 {
    flex-wrap: wrap;
  }
  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"]
    .forminator-col {
    width: 100%;
  }
  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"]
    .forminator-col:last-child {
    margin-bottom: 0;
  }
  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"]
    .forminator-row {
    flex-wrap: wrap;
  }
  div#checkbox-1 > div label,
  #checkbox-2 > div label {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  #mega-menu-wrap-primary
    #mega-menu-primary[data-effect="slide_up"]
    li.mega-menu-item.mega-menu-megamenu
    > ul.mega-sub-menu {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 15px;
  }
  .site-header .header-menu {
    position: initial;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
  }
  .desktop-header-menu .top-bar:before {
    display: none;
  }
  .hero-sec {
    min-height: 420px;
  }
  .hero-sec .main-title,
  .featured_image_area .entry-title {
    font-size: 30px;
  }
  .site-header .wrap {
  }
  .desktop-header-menu .top-bar {
    padding: 8px 10px;
    margin: 0;
  }
  .desktop-header-menu .top-bar .menu-item > a {
    padding: 10px !important;
  }
  .main-header {
    justify-content: space-between;
  }
  .main-header .col-md-6.header-menu {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    max-width: 82px;
    order: 3;
  }
  .main-header .col-md-2.below-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.666667%;
    flex: 0 0 52.666667%;
    max-width: 52.666667%;
  }
  #ajaxsearchlitewidget-5 {
    max-width: 320px;
    margin-left: auto;
  }
  .main-title {
    font-size: 50px;
  }
  .main-title2 {
    font-size: 28px;
  }
  .desktop-header-menu .top-bar > div {
    padding: 0;
    justify-content: flex-end !important;
  }
  .agencies_col > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .agencies_of_the_month_sec .agencies_col > .vc_column-inner > .wpb_wrapper {
    padding: 1.6rem 0.5rem 1.6rem;
  }
  .agencies_of_the_month_sec .agencies_col .logo-img {
    margin-bottom: 15px;
  }
  .agencies_of_the_month_sec .agencies_col .logo-img img {
    height: 70px;
  }
  .job-sec .job-icon img {
    min-width: 50px;
  }
  .JoinDan:before,
  .JoinDan:after {
    right: 05%;
  }
  .bolg-sec .bolg-img {
    min-height: 140px;
    max-height: 180px;
  }
  .date_author_main {
    margin: -50px 15px 0;
  }
  .newsletter_sec {
    padding-top: 50px !important;
    padding-bottom: 35px !important;
  }
  .footer .menu li {
    width: 48%;
    float: left;
    margin-right: 1%;
    padding-bottom: 5px;
  }
  .footer .widget-title {
    margin-top: 20px;
  }
  .copy-footer .privacy-sec .textwidget {
    flex-direction: column;
    align-items: flex-start;
  }
  .copy-footer .privacy-sec .textwidget p {
    margin-bottom: 0;
  }
  .footer {
    padding: 40px 0 10px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    top: 0;
    padding-top: 0;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    padding: 5px 0;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    margin-top: 10px;
    max-height: 80vh;
    overflow-y: auto;
  }
  .hero-sec .main-title {
    font-size: 34px;
  }
  .office-list .office ul li i,
  .title-block .desc ul.d-flex li i {
    width: 20px;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    margin-right: 5px;
    font-size: 12px;
  }
  .title-block .desc ul.d-flex li {
    display: flex;
  }
  .sidebar-inner {
    padding-left: 0;
    border-left: 0;
  }
  .sidebar-inner aside#search-5 {
    display: none;
  }
  .sidebar-inner .event-block-image a,
  .sidebar-inner .event-block-image a img,
  .event-block-image.col-sm-4:before {
    max-height: 70px;
    height: 70px;
  }
  .sidebar-inner .widget ul li {
    width: 50%;
    float: left;
  }
  .sidebar-inner .widget ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar-inner .widget ul.listing-event-categories li {
    padding-right: 10px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block {
    background-color: #f2710d;
    color: #fff;
    border-radius: 5px;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner:before,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner:after {
    background-color: #fff;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated {
    transform: scale(0.7);
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item {
    width: 50%;
    clear: none;
  }
  .job-sec.btn-sec .job-icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .login_wrapper .container {
    max-width: 90%;
    min-height: 500px;
  }
  .login_wrapper .overlay-panel {
    padding: 0 25px;
  }
  .login_wrapper form {
    padding: 0 15px;
  }
  .job-slider.owl-carousel {
    margin: 0;
  }
  .testimonail-col .job-details {
    max-width: 90%;
  }
  .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .vc_col-sm-2 {
    display: none;
  }
  .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body .vc_col-sm-8 {
    width: 100%;
  }
  .vc_tta-color-grey .vc_tta-tab > a {
    padding: 0.6rem 1rem 0.6rem !important;
  }
  ul.vc_tta-tabs-list li {
    width: 100%;
  }
  .visitor-row > .wpb_column {
    width: 50%;
  }
  .counter-sec .vc_custom_heading {
    font-size: 18px;
    margin-top: 0;
  }
  #user-registration .user-registration-error {
    width: calc(100% - 60px);
  }
  .ur-frontend-form {
    margin: 0;
    padding: 0;
  }
  .user-registration-error {
    font-size: 11px !important;
  }
  .result_container.wrap {
    padding: 0 15px;
  }
  #faqs.bolg-sec {
    margin-top: 0;
  }
  .mobile-menu-cs {
    display: none;
  }
  header.site-header.sticky-header .main-header {
    padding: 0;
  }
  header.site-header.sticky-header .title-area {
    padding-left: 0 !important;
  }
  .w-sm-100 {
    width: 100%;
  }
  #join-tab .vc_tta-tabs-container {
    padding: 1rem;
    max-width: 50%;
  }
  #join-tab .vc_tta-color-grey .vc_tta-tab > a {
    padding: 1.6rem 1rem 1.6rem !important;
  }
  .single-agency .agency_details {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer .row > div:first-child:before {
    display: none;
  }
}
@media (max-width: 783px) {
  .forminator-ui.forminator-custom-form[data-grid="open"]
    .forminator-row:not(:last-child),
  .forminator-row div#address-1 .forminator-row:not(:last-child),
  .forminator-row #name-1 .forminator-row:not(:last-child),
  .forminator-row #name-2 .forminator-row:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .single-job-data div#job__form .codedropz-upload-inner {
    flex-direction: column !important;
  }
  .featured_image_area,
  .page-template-login-registration-php .hero-sec {
    min-height: 260px;
  }
  header.site-header.sticky-header .title-area {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .hero-sec .main-title,
  .featured_image_area .entry-title {
    font-size: 28px;
  }
  .mobile-menu-cs {
    display: none;
  }
  .main-header .col-md-2.below-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.666667%;
    flex: 0 0 42.666667%;
    max-width: 42.666667%;
  }
  .main-title {
    font-size: 40px;
  }
  .sub-title {
    font-size: 15px;
  }
  .hero-sec {
    min-height: 380px;
  }
  .service-block.wpb_column.vc_column_container.vc_col-sm-3,
  .agencies_col.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
  }
  .job-sec .main-title2 {
    margin-top: 0;
  }
  .job-sec .job-icon img {
    min-width: 100px;
  }
  .job-sec.btn-sec .job-icon img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .JoinDan:before,
  .JoinDan:after {
    right: 0;
  }
  .bolg-sec .inner-row > .wpb_column.vc_col-sm-4 {
    margin-bottom: 25px;
  }
  .bolg-sec .bolg-img {
    min-height: 220px;
  }
  .bolg-sec {
    padding-bottom: 40px !important;
  }
  .newsletter_sec .wpcf7-form input {
    margin-bottom: 8px;
  }
  .newsletter_sec .wpcf7-form input[type="submit"] {
    padding: 10px 30px;
    margin: auto;
    display: block;
  }
  #ajaxsearchlitewidget-5 {
    max-width: 100%;
    margin-left: auto;
  }
  .header-image .site-title > a {
    text-align: left;
  }
  #mega-menu-wrap-primary,
  .main-header .col-md-6.header-menu {
    position: static;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    left: 0 !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #fff;
  }
  .job-sec .main-title2 {
    margin-top: 40px;
  }
  .job-col .job-details .title {
    font-size: 20px;
  }
  .services-section {
    padding: 50px 0 20px;
    margin-bottom: 30px;
  }
  .office-list {
    padding: 25px 15px;
  }
  .event-table .row > div,
  .event-table .row > div:nth-child(3n) {
    border-right: 1px solid #eee;
  }
  .event-table .row > div:last-child,
  .event-table .row > div:nth-child(2n) {
    border-right: 0;
  }
  .sidebar-inner .widget ul.listing-event-categories li {
    font-size: 13px;
  }
  .sidebar-inner .event-block-image a,
  .sidebar-inner .event-block-image a img,
  .event-block-image.col-sm-4:before {
    max-height: 60px;
    height: 60px;
  }
  .event-block-deatils.col-sm-8 {
    padding-left: 5px;
  }
  .sidebar-inner aside:last-child {
    margin-bottom: 0;
  }
  .office-list .office ul li i,
  .title-block .desc ul.d-flex li i {
    margin-right: 10px;
  }
  .office-list .office ul li {
    align-items: flex-start;
  }
  .login_wrapper .form-container {
    left: 0;
  }
  .login_wrapper .login-inner-form {
    background-color: #fff;
  }
  .login_wrapper form {
    height: initial;
  }
  .vc_tta-panels-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .visitor-row > .wpb_column {
    width: 100%;
  }
  .testimonail-col .job-icon {
    width: 200px;
    height: 200px;
    padding: 0 10px 10px;
  }
  .testimonail-col .job-icon:before {
    width: 180px;
    height: 180px;
    top: 10px;
  }
  .testimonail-col .job-icon img {
    width: 180px;
    height: 180px;
  }
  .testimonail-col .job-details {
    padding: 150px 15px 30px;
  }
  .counter-sec .vc_custom_heading {
    margin-bottom: 25px;
  }
  .counter {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .vc_tta-panel-body .wrap {
    padding: 0 5%;
  }
  #user-registration {
    margin: 0;
  }
  /* table.price-table td,
  table.price-table thead.head-table-data th {
    padding: 8px 5px;
    display: block;
    width: 100%;
    position: relative;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  table.price-table td:not(:first-child):before {
    position: absolute;
    left: 0;
    width: 50%;
    content: "Standard";
    top: 50%;
    transform: translateY(-50%);
  }
  table.price-table td:not(:first-child) {
    padding-left: 50%;
  }
  table.price-table td:nth-child(3):before {
    content: "Popular Gold";
  }
  table.price-table td:nth-child(4):before {
    content: "Premium";
  }
  table.price-table td:nth-child(5):before {
    content: "Platinum";
  }
  tbody.begin-table-data tr:first-child td:not(:first-child),
  table.price-table td.tablefooter:first-child {
    background-color: transparent;
    color: #666666;
  }
  table.price-table td:first-child {
    background-color: #000;
    color: #fff;
    padding-top: 12px;
  }
  table.price-table thead.head-table-data th:first-child {
    background-image: linear-gradient(75deg, #db390e, #f98202 80%);
    color: #fff;
    text-align: center;
  }
  table.price-table thead.head-table-data th {
    background-image: none;
    color: #000;
    background-color: #fff;
  }
  table.price-table td.tablefooter:first-child:before,
  table.price-table td.tablefooter:nth-child(2):before {
    display: none;
  }
  table.price-table td.tablefooter:first-child,
  table.price-table td.tablefooter:nth-child(2) {
    border-top: 0;
  }
  table.price-table td.tablefooter:before {
    font-weight: bold;
  }
  table.price-table td.tablefooter {
    padding-bottom: 0;
    border-top: 1px solid #eee;
  }
  tbody.begin-table-data tr:first-child td:not(:first-child) strong {
    display: inline-block;
  } */
  .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #ffffff !important;
    text-align: center;
  }
  div#checkbox-1 > div label,
  #checkbox-2 > div label {
    width: 100%;
  }
  #faqs.bolg-sec {
    margin-top: 0;
    padding-bottom: 0 !important;
  }
  #faqs .vc_tta-panels-container {
    padding-top: 0;
  }
  .forminator-ui.forminator-custom-form[data-grid="open"]
    .forminator-col:not(:last-child) {
    margin-bottom: 20px;
  }
  header.site-header.sticky-header .main-header {
    padding: 10px 0;
  }
  #join-tab .vc_tta.vc_general .vc_tta-panel.vc_active {
    display: block !important;
    height: auto !important;
    align-items: center;
  }
  div#membership-step .wpb_column:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .job-sec .job-icon {
    width: 150px;
  }
  .contact-form .wpb_content_element {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .desktop-header-menu .top-bar {
    padding: 5px 5%;
    justify-content: center;
    text-align: center;
  }
  .menu-top-main-menu-container .genesis-nav-menu a {
    padding: 4px !important;
  }
  #header-social a {
    padding: 0 8px;
  }
  .desktop-header-menu .site-title img {
    max-width: 172px;
    float: left;
  }
  .main-header .col-md-2.below-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 10px;
  }
  .main-header > .col-8 {
  }
  .desktop-header-menu .below-side .probox,
  .desktop-header-menu .below-side .probox input,
  #ajaxsearchlite1 .probox .proinput input,
  div.asl_w .probox .proinput input,
  .desktop-header-menu .below-side .promagnifier {
    height: 36px !important;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::after,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-box {
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    width: 42px;
    margin-left: auto;
  }
  .main-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-sec:before {
    background: linear-gradient(
      180deg,
      rgb(0 0 0 / 52%),
      rgb(0 0 0 / 52%) 150px,
      black 150px
    );
  }
  .hero-sec.vc_row.vc_row-o-content-middle
    > .vc_column_container
    > .vc_column-inner {
    padding-top: 0;
  }
  .hero-sec,
  .hero-sec {
    min-height: 350px;
    align-items: flex-end;
    padding-bottom: 30px;
  }
  .home .hero-sec form {
  }
  .hero-sec .agency-form select,
  .hero-sec .agency-form input {
    margin-bottom: 2px;
  }
  .service-block.wpb_column.vc_column_container.vc_col-sm-3,
  .agencies_col.wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
  }
  .main-title2 {
    font-size: 26px;
  }
  .job-sec .job-icon {
    width: 100%;
  }
  .job-sec .job-icon img {
    min-width: 70px;
  }
  .job-sec .job-icon {
    max-height: 100px;
    min-height: 70px;
    margin: 15px;
    display: flex;
    align-items: center;
  }
  .JoinDan:before,
  .JoinDan:after {
    border-bottom-right-radius: 45px;
    border-top-right-radius: 0px;
  }
  .footer .widget_media_image img {
    max-width: 200px !important;
  }
  .copy-footer .privacy-sec .textwidget a {
    padding: 0;
  }
  .copy-footer {
    margin-top: 20px;
  }
  .copy-footer .privacy-sec .textwidget {
    flex-direction: row;
    justify-content: flex-start;
  }
  .copy-footer .privacy-sec .textwidget p {
    margin-right: 5px;
  }
  .hero-sec .main-title {
    font-size: 26px;
  }
  .page-template-location_template .job-sec .job-icon,
  .page-template-location_template .job-col .job-details {
    width: 100%;
    border-right: 0;
    padding: 5px 15px;
  }
  .job-col > .vc_column-inner > .wpb_wrapper,
  ul.tag-ul {
    flex-wrap: wrap;
  }
  .tag-ul li {
    margin-bottom: 5px;
  }
  .job-sec .main-title2:before {
    top: -50px;
    height: 36px;
  }
  .job-sec .job-icon img {
    margin-bottom: 10px;
  }
  .title-block .desc ul.d-flex li {
    width: 100%;
  }
  .btn-style1 .vc_btn3 {
    transform: scale(0.8);
    transform-origin: top center;
  }
  .containt_event.py-5 .btn-style1 {
    margin-bottom: 15px;
  }
  .sidebar-inner .widget ul li {
    width: 100%;
    float: left;
  }
  .event-table .row > div,
  .event-table .row > div:nth-child(3n) {
    border-right: 0;
  }
  .home .job-col .job-details {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
    padding-top: 10px;
  }
  .login_wrapper .overlay-panel,
  .login_wrapper form {
    padding: 0 15px;
  }
  .job-sec .job-icon {
    min-height: 100px;
  }
}
.serch-q {
  padding: 40px 20px;
  text-align: center;
  background: #222429;
  color: #fff;
}
@media (max-width: 767px) {
  .serch-q {
    padding: 20px;
    font-size: 18px;
    color: #222429;
    background-color: transparent;
  }
}
.main-blog-conatiner {
  padding-top: 50px;
  padding-bottom: 80px;
}
.single-agency .site-inner .containt_news {
}
.single-agency .job-new-list .agency-item-head .website {
  box-shadow: 0 5px 35px rgba(166, 209, 237, 0.5);
  padding: 30px 40px;
  min-width: 30%;
  flex: 1 0 0;
  background-color: #fff;
}
.single-agency .job-new-list .agency-item-head .website a:last-child {
  margin-top: 10px;
}
.left-widget-bar aside.widget {
  box-shadow: 0 5px 5px rgba(166, 209, 237, 0.5);
  padding: 20px;
  background-color: #f2710d;
  border: 1px solid #eee;
  color: #fff;
}
.left-widget-bar aside.widget h6 {
  color: #fff;
  font-weight: bold;
}
.left-widget-bar aside.widget_search {
  margin-top: 0;
}
.left-widget-bar .row {
  margin-left: -15px;
  margin-right: -15px;
}
.left-widget-bar .row > div {
  margin-top: 10px;
}
.left-widget-bar .widget_text select,
.left-widget-bar .widget_text input {
  border: 1px solid #eee !important;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 400;
  height: 50px;
  border: none;
}
form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.left-widget-bar .widget_text textarea {
  border: 1px solid #eee !important;
  font-size: 14px;
}
.left-widget-bar .widget_text select {
  appearance: none;
  background-image: url(/wp-content/uploads/2021/03/arrow-down-yellow-1.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 12px;
}
.agency-gallery {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.agency_details .website {
  margin-top: 20px;
  margin-bottom: 25px;
}
.all-services .main-title2,
.all-insudtry .main-title2 {
  font-size: 28px;
  display: inline-block;
}
.left-widget-bar .main-title2 {
  font-size: 28px;
  color: #fff;
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: initial;
  -webkit-text-fill-color: white;
}
.agency-gallery .main-title2 {
  font-size: 28px;
  text-align: center;
}
.gallery-slider-img,
.agency-gallery .img {
  height: 360px;
}
.agency-gallery .img {
  margin-bottom: 35px;
}
.gallery-slider-img *,
.agency-gallery .img * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.left-widget-bar.sticky {
  position: fixed;
  top: 100px;
  width: 395px;
  right: calc((100% - 1200px) / 2);
}
.left-widget-bar .wpcf7-response-output {
  margin: 15px 0 0 !important;
}
.left-widget-bar .wpcf7 .ajax-loader {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 90px;
  right: 0;
  margin: auto !important;
  top: 14px;
}
.carousel-wrap {
  position: relative;
  margin-bottom: 30px;
}
.carousel-wrap #counter {
  font-size: 16px;
  margin: auto;
  margin-top: 15px;
  box-shadow: 0 0px 5px 3px rgba(166, 209, 237, 0.2);
  z-index: 1;
  color: #f2710d;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  max-width: 150px;
  font-weight: bold;
}
.carousel-wrap .owl-nav {
  margin-top: 0px;
  font-size: 34px;
}
.carousel-wrap .owl-nav button.owl-next,
.carousel-wrap .owl-nav button.owl-prev {
  background-image: none !important;
}
.feature_cs img {
  width: 100%;
}
.carousel-wrap .owl-dots {
  display: none;
}
.containt_news .all-services {
  box-shadow: 0 5px 35px rgb(166 209 237 / 50%);
  padding: 30px;
  margin-right: -15px;
  margin-left: -15px;
}
.single-agency .containt_news > h3 {
  display: inline-block;
}
.containt_news .all-services .select-cat {
}
.all-services .select-cat > h2 {
  min-width: 25%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.all-services .select-cat a {
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid;
  line-height: 12px;
}
.all-services .select-cat a:last-child {
  border-right: 0;
}
.content-top > p:first-child:before {
  content: "\f041";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #f2710d;
  top: 0px;
}
.content-top > p:first-child {
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
}
.galleryslide .gallery-slider-img {
  height: 360px;
}
.owl-item.active.center .gallery-slider-img {
  transform: none;
}
.carousel-wrap .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-wrap .owl-nav button:hover,
.carousel-wrap .owl-nav button:focus {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.carousel-wrap .owl-nav button.owl-prev,
.carousel-wrap .owl-nav button.owl-next {
  padding: 0 10px !important;
  line-height: 1.2;
}
.carousel-wrap .owl-nav button.owl-next {
  float: right;
  right: 0;
  padding: 0 8px 0 10px !important;
}
.left-widget-bar .widget_text input[type="submit"] {
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #000 !important;
}
.left-widget-bar .widget_text input[type="submit"]:hover,
.left-widget-bar .widget_text input[type="submit"]:focus {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000 !important;
}
.left-widget-bar .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 1;
  font-size: 11px;
  padding: 0px 10px;
  border-radius: 3px;
  bottom: 0;
  right: 0;
  font-weight: 500;
}
.left-widget-bar
  span.wpcf7-form-control-wrap.textarea-Message
  .wpcf7-not-valid-tip {
  bottom: 7px;
  right: 0;
}
.left-widget-bar .wpcf7-form-control-wrap {
  position: relative;
  float: left;
  width: 100%;
}
#membership-step .wpb_column .vc_column-inner > .wpb_wrapper {
  position: relative;
  text-align: center;
  border-radius: 12px;
  border-color: #eee;
  padding: 20px;
  box-shadow: 0 5px 35px rgba(166, 209, 237, 0.2);
  height: 100%;
  overflow: hidden;
}
div#membership-step .wpb_column .vc_custom_heading {
  margin-left: -20px;
  margin-right: -20px;
  background: #f2710d;
  margin-top: -20px;
  padding: 15px;
  color: #fff;
}
#membership-step {
  padding-top: 40px;
  position: relative;
  counter-reset: section;
  margin-top: 55px;
}
#membership-step:before {
  top: 14px;
  left: 15%;
  right: 15%;
  height: 2px;
  content: "";
  position: absolute;
  background: #eee;
  display: block;
}
div#membership-step .wpb_column {
  position: relative;
}
div#membership-step .wpb_column:before {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  counter-increment: section;
  content: counter(section);
  font-size: 20px;
  width: 60px;
  height: 60px;
  border: 3px solid #f2710d;
  text-align: CENTER;
  line-height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #f2710d;
  font-weight: 600;
}
div#membership-step .wpb_column:nth-child(2) {
  margin-top: -55px;
  margin-bottom: 55px;
}
#join-tab .vc_tta.vc_general .vc_tta-panel.vc_active {
  display: flex;
  height: 100%;
  align-items: center;
}
.world-directory-map {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}
.world-directory-map li {
  list-style-type: none !important;
}
.world-directory-map .map-point {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 10%;
  width: 37px;
  height: 40px;
  text-align: center;
  display: block;
  overflow: visible;
}
.world-directory-map .map-point.usa {
  left: 17%;
  top: 18%;
}
.world-directory-map .map-point.uk {
  width: 50px;
  height: 68px;
  left: 45%;
  top: 24%;
}
.world-directory-map .map-point.eu {
  width: 37px;
  height: 40px;
  left: 50%;
  top: 27%;
}
.world-directory-map .map-point.me {
  width: 48px;
  height: 28px;
  left: 56%;
  top: 35%;
}
.world-directory-map .map-point.as {
  width: 37px;
  height: 40px;
  left: 77%;
  top: 38%;
}
.world-directory-map .map-point.au {
  width: 41px;
  height: 44px;
  left: 83%;
  top: 73%;
}
.world-directory-map .map-point.au {
  width: 41px;
  height: 44px;
  left: 79%;
  top: 66%;
}
.map-point em.bubble {
  font-style: normal;
  width: 0;
  height: 0;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 70px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  color: #f2710d;
  font-size: 0;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 5px 10px rgba(32, 36, 38, 0.32) !important;
  border-radius: 10px;
  transition: all 1s ease;
}
.map-point em.bubble strong + strong {
  font-size: 24px;
}
.world-directory-map .map-point img {
  max-width: 35px;
}
.world-directory-map .current .map-point img {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.world-directory-map .current .map-point em.bubble,
.world-directory-map .map-point:hover em.bubble {
  display: block;
  width: 110px;
  height: 72px;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  left: -32px;
  top: 80px;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.vc_message_box {
  margin: 0 0 15px 0;
  padding: 3.5em 1em 1.5em 1em;
  width: 48.5%;
}
.msg-icon .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vc_message_box-icon {
  bottom: AUTO;
  font-size: 1em;
  font-style: normal;
  left: 0;
  position: absolute;
  top: 25px;
  width: 4em;
}
.page-template-template-business-adminpage .site-container > .site-inner {
  min-height: calc(100vh - 680px);
}
nav.nav-footer {
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  text-align: center;
}
.agency-template-default nav.nav-footer {
  background-image: -webkit-linear-gradient(
    150deg,
    #df5601 42%,
    #f36701 42%,
    #fa8302 68%
  );
  margin-bottom: 0px;
}
nav.nav-footer .menu-item {
  border-right: 1px solid #eee;
}
nav.nav-footer .menu-item:last-child {
  border-right: 0;
}
.page-template-template-business-adminpage .content {
  box-shadow: 0 5px 10px rgba(32, 36, 38, 0.32);
  border-radius: 10px;
  margin: 50px 0;
}
.top-page-header {
  padding: 40px 15px 25px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.top-page-header h1.heading {
  color: #222429;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  text-fill-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(75deg, #db390e, #f98202 80%);
  font-weight: bold;
}
.admin-menu {
  background-color: #eee;
  padding: 20px;
}
.admin-menu select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/wp-content/uploads/2021/03/arrow-down-yellow-1.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  border: none;
  color: #000;
  height: auto !important;
}
#CVSselector label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.admin-menu .nav-tabs {
  border-bottom: 0;
  background: #f2710d;
  border-radius: 0;
}
.admin-menu .nav-tabs a {
  margin-right: 1px;
  padding: 12px 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: #f2710d;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 0;
}
.admin-menu .nav-tabs > li {
  margin-bottom: 0;
}
.admin-menu .nav-tabs a:hover,
.admin-menu .nav-tabs a:focus,
.admin-menu .nav-tabs a.active,
.admin-menu .nav-tabs a:active {
  background-color: #000;
  box-shadow: none;
}
.page-template-template-business-adminpage .tab-content {
  padding: 50px 35px;
}
.tab-content .mang-list-head h1.heading {
  font-size: 28px;
  color: #000000;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
}
#FormContainer .btn-style1 .vc_btn3 {
  padding: 14px 35px 14px;
}
.mang-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.manage-listing-form .nav-tabs.many-tab .btn {
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 15px;
  margin-right: 1px;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 500;
}
.manage-listing-form .nav-tabs.many-tab {
  border-bottom: 0;
  background: #f2710d;
}
.manage-listing-form .nav-tabs.many-tab .btn.active.show,
.manage-listing-form .nav-tabs.many-tab .btn:hover,
.manage-listing-form .nav-tabs.many-tab .btn:focus {
  border-bottom: 0;
  color: #fff;
  box-shadow: none;
  background: #000;
}
.manage-listing-form .nav-tabs > li {
  margin-bottom: 0;
}
.manage-listing-form .tab-content {
  border-top: 1px solid #eee;
  margin-top: 20px;
}
.tab-content form .site-btn {
  border: 0;
  line-height: 2;
  color: #fff;
}
.tab-content form label {
  color: #000;
  font-weight: 600;
}
.tab-content form .checkboxes input[type="checkbox"]:checked {
  filter: grayscale(0.2) hue-rotate(159deg);
}
.tab-content form .mng-search-img {
  border: none;
  padding: 30px 0 40px;
  border-bottom: 1px solid #eceaea;
  border-top: 1px solid #eceaea;
  margin-bottom: 40px;
}
.k-upload-button {
  position: relative;
}
.k-upload-button > span {
  position: absolute;
  top: 0;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f2710d !important;
  color: #fff !important;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 12px 50px 10px;
  border: none !important;
  font-weight: 500;
  z-index: 2;
}
#featueredimageupload {
  width: auto;
  padding: 8px 20px;
  padding-left: 80px;
  z-index: 2;
  outline: none !important;
}
.k-upload-button:before {
  position: absolute;
  top: 1px;
  bottom: 2px;
  left: 3px;
  content: "";
  width: 180px;
  background-color: #fff;
  z-index: 1;
}
.mng-search-img #ThumbImage {
  max-height: 70px;
  margin: 15px 15px 25px;
}
.unq_visitor input[type="reset"] {
  margin-top: 0;
  padding: 10px 15px;
  height: 45px;
}
.unq_visitor {
  margin-top: 20px;
}
.class_for_res {
  border-top: 1px solid #eee;
  padding-top: 35px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.show_result_data h3 {
  font-size: 1.5rem;
}
.show_result_data,
.data_result {
  width: 49%;
  display: inline-block;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px 3px rgba(166, 209, 237, 0.2);
  margin-bottom: 30px;
}
.show_result_data {
  margin-right: 1%;
}
.data_result {
  margin-left: 1%;
}
.page-template-template-business-adminpage .tab-content form .site-btn {
  padding: 9px 20px 8px 20px;
}
.loc-map-office {
  align-items: center;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0;
}
.map-office-sec,
.loc-map-office .tab-pane {
  padding: 15px;
}
.loc-map-office .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}
.map-iframe-sec iframe {
  margin-bottom: -6px;
}
.map-office-sec > ul > li {
  border-bottom: 1px solid #eee;
  padding: 15px 0px;
}
.map-office-sec > ul > li:last-child {
  border-bottom: 0;
}
.map-office-sec .office li strong {
  display: inline-block;
  color: #f2710d;
  margin-right: 5px;
}
.map-office-sec .office li i {
  color: #f2710d;
}
.loc-map-office .nav-tabs {
  background-color: #f2710d;
  justify-content: center;
}
.loc-map-office .nav-tabs .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.loc-map-office .nav-tabs .nav-item.show .nav-link,
.loc-map-office .nav-tabs .nav-link.active {
  color: #f2710d;
  border-color: #ffffff #ffffff #fff;
}
.map-office-sec .office li a {
  color: #666666;
}
.map-iframe-sec {
  max-width: 50%;
}
.map-office-sec .office li {
  padding-bottom: 5px;
}
.map-office-sec .office li a {
  word-break: break-all;
}
.all-insudtry {
}
.all-insudtry .thb-industries li {
  display: flex;
  width: 49%;
  margin-right: 1%;
}
.all-insudtry .thb-industries li h3 {
  margin-bottom: 10px;
}
.all-insudtry .thb-industries li i {
  color: #f2710d;
  margin-right: 10px;
}
.all-services ul {
  padding: 30px 0 0;
  border-top: 1px solid #eee;
}
.single-agency .site-inner {
  max-width: 100%;
  padding: 0;
}
.single-agency .JoinDan {
  position: relative;
}
.single-agency .JoinDan:before,
.single-agency .JoinDan:after {
  z-index: -1;
}
@media (max-width: 1600px) {
  .world-directory-map .current .map-point em.bubble,
  .world-directory-map .map-point:hover em.bubble {
    width: 104px;
  }
}
@media (max-width: 1280px) {
  .left-widget-bar.sticky {
    right: calc((100% - 1180px) / 2);
  }
}
@media (max-width: 1200px) {
  .JoinDan-agency .JoinDan .inner-row h2.vc_custom_heading.main-title2 {
    font-size: 32px !important;
  }
  .JoinDan-agency .JoinDan .inner-row,
  .wrap.singleagencydata {
    max-width: 910px !important;
  }
  .single-agency .agency_details {
    max-width: 95%;
  }
  .agencycontentarea .agency_details {
    margin-bottom: 25px;
  }
  .agencycontentarea .row.d-flex.align-items-center > div {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .agencycontentarea .row.d-flex.align-items-center > div:nth-child(2),
  .agencycontentarea
    .row.d-flex.align-items-center
    .agencycontent-extraright.col-lg-4.col-md-5 {
    padding: 10px 35px;
  }
  .job-new-list .agency-item-head .title a h3 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .search .job-sec .job-col {
    flex: 0 0 95% !important;
    max-width: 95% !important;
  }
  .single-agency .site-inner .containt_news {
    padding: 20px;
  }
  .left-widget-bar.sticky {
    right: calc((100% - 990px) / 2);
    width: 330px;
  }
  .world-directory-map .map-point {
    transform: scale(0.8);
  }
  .world-directory-map .current .map-point em.bubble,
  .world-directory-map .map-point:hover em.bubble {
    width: 100px;
    height: 66px;
    padding: 8px 6px;
    font-size: 14px;
    left: -32px;
    top: 80px;
  }
  .page-template-template-business-adminpage .tab-content .tab-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .job-new-list .agency-item-head .job-icon {
    width: 80px;
    padding: 0px !important;
    margin-right: 18px;
    min-width: 80px;
    height: 80px;
  }
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile
    a {
    margin-left: 15px;
  }
  .job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper {
    padding: 20px 15px !important;
  }
  .job-new-list .provider-detail {
    right: 40px;
  }
  .job-new-list .agency-item-head .job-icon a {
    padding: 6px;
  }
  .job-new-list .agency-item-head .title a {
    font-size: 24px;
  }
  .job-new-list .agency-item-head {
    padding-left: 0px;
  }
  .job-new-list .agency-item-head .job-icon a {
  }
  .job-new-list .job-details-inner > div.agency-content,
  .job-new-list .job-details-inner > div.agency-service-focus.col-md-4 {
    padding: 0px 20px;
  }
  .search .job-new-list .icon-wrapper {
    margin-right: 10px;
  }
  .job-new-list .agency-item-head .job-icon img {
  }
  .all-insudtry .thb-industries li {
  }
  .job-new-list .agency-item-head {
    flex-wrap: nowrap;
  }
  .job-new-list .title {
    max-width: 100%;
    margin-right: 0px;
  }
  .single-agency .job-new-list .agency-item-head .website {
    max-width: 75%;
    margin-left: calc(22% + 30px);
    width: auto;
    flex: initial !important;
    padding: 25px 25px;
  }
  .main-blog-conatiner {
    padding-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .job-new-list .agency-item-head.hiii {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }
  .agency-template-default nav.nav-footer {
    margin-bottom: 50px;
  }
  section.JoinDan-agency {
    margin-bottom: 40px;
  }
  .agency-quicklinsbtn div a {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 10px;
  }
  .job-new-list .agency-item-head.hiii .header-right-agencyname {
    width: 100%;
  }
  .JoinDan-agency .JoinDan .inner-row h2.vc_custom_heading.main-title2 {
    font-size: 26px !important;
  }
  .JoinDan-agency .JoinDan .inner-row,
  .wrap.singleagencydata {
    max-width: 768px !important;
    padding: 0 3%;
  }
  .JoinDan .inner-row .btn-style1 {
    margin-top: 25px;
  }
  .job-new-list .agency-item-head {
    padding-left: 0px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .world-directory-map .current .map-point em.bubble,
  .world-directory-map .map-point:hover em.bubble {
    width: 96px;
  }
  .job-new-list .agency-item-head .job-icon {
    padding: 0px !important;
    margin-right: 18px;
  }
  .job-new-list .job-details-inner > div:last-child {
    padding: 5px 10px 0px !important;
    margin: 0px;
  }
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile
    a {
    margin-left: 5px;
  }
  .job-new-list .job-details-inner > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .job-new-list .job-details-inner > div.agency-content,
  .job-new-list .job-details-inner > div.agency-service-focus.col-md-4 {
    padding: 20px 10px;
    margin: 0px;
  }
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile
    a {
    margin-top: 15px;
  }
  .page-template-template-business-adminpage .tab-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .job-new-list .job-details-inner > div {
    border-right: 0px;
  }
  .job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper {
    padding: 20px !important;
  }
  .job-new-list .agency-item-head .job-icon a {
    max-width: 100%;
  }
  .job-new-list .job-details-inner > div:first-child {
   /* width: 50%;*/
    border-right: 1px solid #d0d0d0;
    /*flex: 0 0 50%;
    max-width: 50%;*/
  }
  .job-new-list .job-details-inner > div:nth-child(2) {
    width: 50%;
    flex: 0 0 50%;
    padding-left: 20px !important;
    max-width: 50%;
  }
  .job-new-list .job-details-inner > div {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;*/
    margin: 10px 0;
  }
  .single-agency .job-new-list {
    padding: 50px 0 50px;
  }
  .single-agency .listing .row.my-md-5 {
    margin-bottom: 0 !important;
  }
  .job-col .job-details {
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .search .job-sec .job-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .job-new-list .job-details-inner > div:first-child {
    margin-bottom: 0px !important;
    padding-left: 15px;
  }
  .job-new-list .job-details-inner > div:last-child {
    padding: 15px 20px 0px !important;
  }
  .job-new-list .job-details-inner > div.agency-content,
  .job-new-list .job-details-inner > div.agency-service-focus.col-md-4 {
    padding: 20px 20px;
    margin: 0px;
  }
  .job-new-list .job-details-inner > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile
    a {
    margin-top: 5px;
  }
  .job-col .job-details {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  .left-widget-bar aside.widget {
    margin-top: 30px;
  }
  .left-widget-bar.sticky {
    position: initial;
    width: 100%;
  }
  .main-title2,
  .sidebar-inner .widget-title,
  .single-agency .containt_news > h3,
  .top-page-header h1.heading {
    font-size: 28px;
  }
  .world-directory-map {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 35px;
    height: initial;
  }
  .world-directory-map .map-point img {
    max-width: 28px;
  }
  .world-directory-map .current .map-point em.bubble,
  .world-directory-map .map-point:hover em.bubble {
    top: 66px;
    left: -22px;
    font-size: 12px;
    width: 86px;
    height: 56px;
  }
  .admin-menu {
    display: flex;
    flex-direction: column-reverse;
  }
  .admin-menu .form-group {
    margin-bottom: 0;
  }
  .admin-menu .pull-left label {
    line-height: 0;
  }
  #FormContainer .btn-style1 .vc_btn3 {
    padding: 12px 15px 12px;
    margin-left: 0;
    margin-top: 10px;
  }
  .tab-content .mang-list-head h1.heading {
    font-size: 25px;
  }
  .page-template-template-business-adminpage .content {
    margin: 20px 0 40px;
  }
  .mang-list-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-template-template-business-adminpage .tab-content {
    padding-top: 25px;
  }
  .show_result_data,
  .data_result {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .job-new-list .job-details-inner > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
  .job-new-list .agency-item-head {
    flex-wrap: wrap;
  }
  .job-new-list .agency-item-head .job-icon {
    justify-content: flex-start;
    padding: 0px;
    margin: 0 20px 12px 0px;
  }
  .job-new-list .agency-item-head .job-icon img {
    margin: 0;
  }
  .job-new-list .agency-item-head .title {
    margin-bottom: 5px;
  }
  .job-new-list .agency-item-head .title a,
  .job-new-list .agency-item-head .title span {
    display: flex;
    margin-bottom: 10px;
  }
  .job-new-list .agency-item-head .title br {
    display: none;
  }
  section.footer:before {
    top: 105px;
  }
  .footer .row > div {
    border-right: 0px solid #383838;
    border-bottom: 1px solid #383838;
  }
  .footer .row > div {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .footer .row > div:nth-child(2n) {
    border-left: 1px solid #383838;
  }
  .footer .row > div:last-child,
  .footer .row > div:nth-last-child(2) {
    border-bottom: 0 !important;
  }
  .footer .row > div.copy-right-foo {
    border-right: 0px solid #383838;
    border-bottom: 0px solid #383838;
  }
  .featured_image_area .header-title-outer {
    max-width: 90%;
  }
  .loc-map-office .nav-tabs .nav-link {
    font-size: 16px;
  }
  .containt_news .all-services {
    padding: 30px 15px 15px;
  }
  .job-new-list .view_profile a {
    display: inline-block !important;
  }
  .job-new-list .job-details-inner > div:first-child {
    margin-bottom: 0px !important;
    margin-top: 0px;
    padding-top: 20px;
  }
  .job-col .job-details .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .agencycontentarea .row.d-flex.align-items-center > div:nth-child(2),
  .agencycontentarea
    .row.d-flex.align-items-center
    .agencycontent-extraright.col-lg-4.col-md-5 {
    padding: 10px 15px;
    border-left: 1px solid #d0d0d0;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .agencycontentarea .row.d-flex.align-items-center .col-lg-8.col-md-7,
  .agencycontentarea .row.d-flex.align-items-center > div:first-child {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 800px) {
  .agencycontentarea .row.d-flex.align-items-center > div:nth-child(2),
  .agencycontentarea
    .row.d-flex.align-items-center
    .agencycontent-extraright.col-lg-4.col-md-5 {
    padding: 10px 15px;
  }
  .JoinDan-agency .JoinDan .inner-row h2.vc_custom_heading.main-title2 {
    font-size: 24px !important;
  }
  .JoinDan-agency .JoinDan .inner-row .desc p {
    font-size: 14px;
  }
  .job-new-list .agency-item-head .title {
    margin-bottom: 5px;
    margin: auto 0px;
  }
  .JoinDan-agency .JoinDan .inner-row,
  .wrap.singleagencydata {
    max-width: 90% !important;
    padding: 0px;
  }
  .agency-quicklinsbtn div a {
    margin-top: 10px;
  }
  .job-new-list .agency-item-head {
    text-align: left;
  }
  .job-col .job-details .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .single-agency .job-new-list .agency-item-head .website {
    margin-left: 0;
  }
  .job-new-list .title {
    max-width: 100%;
    margin: auto;
  }
  .job-new-list .agency-item-head {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
  }
  .all-insudtry .thb-industries li {
    width: auto;
    margin-right: 3%;
  }
  .agencycontent-extraright .all-insudtrylist h2.main-title2,
  .agencycontentarea .all-servicesagencylist h1.main-title2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .all-insudtrylist {
    padding-left: 10px;
  }
  .agency-quicklinsbtn div a {
    width: 115px;
    height: 35px;
    font-size: 12px;
  }
  .job-new-list .agency-item-head.hiii {
    margin-bottom: 12px;
    padding-bottom: 14px;
  }
  .agencycontentarea .row.d-flex.align-items-center .col-lg-8.col-md-7,
  .agencycontentarea .row.d-flex.align-items-center > div:first-child {
    border-right: 0px solid #d0d0d0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .agencycontentarea .row.d-flex.align-items-center > div:nth-child(2),
  .agencycontentarea
    .row.d-flex.align-items-center
    .agencycontent-extraright.col-lg-4.col-md-5 {
    border-left: 0px solid #d0d0d0;
  }
  .single-agency .agency_details {
    max-width: 100%;
  }
  .agencycontentarea .row.d-flex.align-items-center > div:nth-child(2),
  .agencycontentarea
    .row.d-flex.align-items-center
    .agencycontent-extraright.col-lg-4.col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 5px 0px;
  }
  .job-new-list .agency-item-head .title a h3 {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .single-agency section.JoinDan-agency .JoinDan {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .nav-footer #menu-top-main-menu-2 li a {
    width: 115px;
    height: 35px;
    font-size: 12px;
  }
  section.JoinDan-agency .JoinDan .btn-style1 .vc_btn3 {
    width: 180px;
    height: 35px;
    font-size: 12px;
    transform: scale(1);
  }
  .agencycontentarea .row.imagespopgallery {
    padding-top: 25px;
  }
  .JoinDan-agency
    .JoinDan
    .inner-row
    .wpb_column.vc_column_container.col-sm-12 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    color: #000;
  }
  .job-new-list .job-details-inner > div:first-child {
    margin-bottom: 0px !important;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    border-right: 0px solid #d0d0d0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 20px;
  }
  .job-new-list .job-details-inner > div:nth-child(2) {
    padding: 10px 15px;
    width: 100%;
    border-right: 0px solid #d0d0d0;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px;
    padding-left: 15px !important;
  }
  .job-new-list .job-details-inner > div:first-child {
  }
  .job-new-list .agency-item-head {
    padding-left: 0px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
  .job-new-list .agency-item-head .title {
    margin-bottom: auto !important;
    margin-top: 0px;
    margin-bottom: 10px !important;
  }
  .job-new-list .agency-item-head .title a {
    font-size: 20px;
    text-align: left !important;
  }
  .job-sec .agency-module-list span.locality {
    font-size: 14px;
  }
  .job-new-list .agency-item-head .job-icon {
    padding: 0px !important;
  }
  .job-new-list .job-details-inner > div.agency-service-focus.col-md-4 {
    padding: 10px 20px;
  }
  .job-new-list .job-details-inner > div:last-child {
    padding: 0px 15px 0px !important;
    font-size: 14px;
  }
  .job-new-list .agency-item-head .job-icon a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-right: 0px;
    object-fit: cover;
    min-width: 100%;
  }
  .single-agency .job-new-list {
    padding: 40px 0 40px;
  }
  .job-new-list .agency-item-head .job-icon a {
    padding: 4px;
    max-width: 100%;
    width: 100% !important;
  }
  .tag-ul li {
    font-size: 12px;
    padding: 8px;
  }
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile
    a {
    width: 115px;
    height: 35px;
    font-size: 12px;
  }
  .single-agency .containt_news h3.agency-item-head,
  .single-agency .job-new-list h3 {
    font-size: 26px;
  }
  .job-new-list .title {
    max-width: 100%;
  }
  .single-agency .main-blog-conatiner {
    padding-top: 40px;
    padding-top: 30px;
  }
  .loc-map-office {
    margin-top: 0;
  }
  .single-agency .site-inner .containt_news .col-lg-8.col-md-7 {
    padding: 0;
  }
  .single-agency .JoinDan {
    padding-top: 15px;
  }
  .all-services ul {
    padding: 30px 0;
  }
  .containt_news .all-services {
    padding: 30px 15px 0;
  }
  .desktop-header-menu .top-bar {
    position: absolute;
    top: 0px;
  }
  .site-header .header-menu {
    padding: 0;
  }
  .desktop-header-menu {
    padding-top: 50px;
  }
  .main-header {
    border-top: 1px solid #eee;
  }
  .footer .row > div:first-child:before {
    display: none;
  }
  section.JoinDan-agency {
    margin-bottom: 30px;
  }
  .agency-template-default nav.nav-footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .job-sec .vc_row > .job-col > .vc_column-inner > .wpb_wrapper {
    padding: 15px !important;
  }
  .job-new-list .agency-item-head {
    padding-left: 0px;
  }
  .gallery-slider-img {
    height: 280px;
  }
  .single-agency .site-inner .containt_news,
  .left-widget-bar aside.widget {
    padding: 20px 15px;
  }
  .gallery-slider-img,
  .agency-gallery .img {
    height: 260px !important;
  }
  .msg-icon .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  .vc_message_box {
    width: 100%;
  }
  .world-directory-map .map-point {
    transform: scale(0.55);
    transform-origin: top left;
  }
  .world-directory-map .current .map-point em.bubble {
    display: none;
  }
  .top-page-header {
    padding: 30px 15px 10px;
  }
  .top-page-header h1.heading {
    font-size: 22px;
  }
  .top-page-header .sub-heading {
    font-size: 16px;
  }
  .admin-menu {
    padding: 25px 0;
  }
  .admin-menu .nav-tabs {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .page-template-template-business-adminpage .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mang-list-head {
    padding-bottom: 15px;
  }
  .mng-search-img #ThumbImage {
    max-width: 200px;
    margin-bottom: 15px;
  }
  .k-dropzone {
    overflow: hidden;
  }
  .k-upload-button > span {
    padding: 12px 14px 10px;
  }
  #featueredimageupload {
    padding-left: 0;
    max-width: 100%;
  }
  .k-upload-button:before {
    width: 100px;
  }
  .manage-listing-form .k-upload {
    margin-left: 0 !important;
  }
  .tab-content form .mng-search-img {
    padding: 15px 10px !important;
  }
  .page-template-template-business-adminpage .tab-content form .site-btn {
  }
  .show_result_data,
  .data_result {
    padding: 15px;
  }
  .manage-listing-form .nav-tabs.many-tab li,
  .manage-listing-form .nav-tabs.many-tab li a {
    width: 100%;
  }
  .manage-listing-form .nav-tabs.many-tab .btn {
    border-bottom: 1px solid #f2710d;
  }
  .manage-listing-form .nav-tabs.many-tab .btn.active.show,
  .manage-listing-form .nav-tabs.many-tab .btn:hover,
  .manage-listing-form .nav-tabs.many-tab .btn:focus {
    background-color: #f2710d;
    color: #fff;
  }
  .manage-listing-form .nav-tabs.many-tab li:last-child a {
    border-bottom: 0;
  }
  .footer .row > div:nth-last-child(2) {
    border-bottom: 1px solid #383838 !important;
  }
  .footer p {
    margin-bottom: 0;
  }
  .footer .row > div {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .row > div:nth-child(2n) {
    border-left: 0;
  }
  .job-new-list .btn-style1 .vc_btn3 {
    transform: none;
  }
  .single-agency .job-new-list .agency-item-head .website,
  .job-new-list .title {
    max-width: 100%;
  }
  .all-insudtry .thb-industries li {
    width: 100%;
    margin-right: 0;
  }
  .single-agency .JoinDan {
    padding-top: 0;
  }
  section.footer:before {
    display: none;
  }
  .footer .widget_media_image {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .footer .widget-title {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
.foo-b4-sec {
  overflow: hidden;
  background-color: rgba(239, 239, 239, 0.7);
}
.foo-b4-sec:before {
  background: url(/wp-content/uploads/2021/06/bg-2.jpg) repeat-x;
  height: 80%;
  width: 5076px;
  animation: slide 60s linear infinite;
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: bottom;
  content: "";
  position: absolute;
  display: block !important;
  z-index: -1;
}
.sub-menu-open .agency-form select {
  display: block;
}
.subInfo.top-page-header {
  padding: 30px 40px;
  border-color: #f2710d;
  max-width: 80%;
  margin-bottom: 50px;
}
.subInfo.top-page-header p {
  margin-bottom: 0;
}
.subInfo [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
table.dataTable {
  border: 1px solid #f2710d;
  border-radius: 10px;
}
table.dataTable * {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.subInfo label,
.subInfo tbody tr td {
  cursor: default;
}
.subInfo .details-control {
  cursor: pointer;
}
.subInfo thead tr th {
  color: #fff;
}
.subInfo thead tr th:after {
  bottom: 0;
}
.subInfo label input {
  border: 1px solid #f2710d;
}
.subInfo select.form-control.input-sm {
  padding: 7px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  border: none;
  color: #000;
  text-align: center;
  min-width: 100px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("/wp-content/uploads/2021/03/arrow-down-yellow-1.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: #fff;
  border: 1px solid #f2710d;
  margin-left: 10px;
  margin-right: 10px;
}
.subInfo .col-sm-6 label {
  margin-bottom: 10px;
}
.subInfo .col-sm-6:first-child label {
  justify-content: flex-start;
}
.subInfo .col-sm-6:last-child label {
  justify-content: flex-end;
}
.subInfo .dataTables_info {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px !important;
}
.subInfo .dataTables_paginate {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px !important;
}
.subInfo .dataTables_paginate .pagination > .active > a,
.subInfo .dataTables_paginate .pagination > .active > a:focus,
.subInfo .dataTables_paginate .pagination > .active > a:hover,
.subInfo .dataTables_paginate .pagination > .active > span,
.subInfo .dataTables_paginate .pagination > .active > span:focus,
.subInfo .dataTables_paginate .pagination > .active > span:hover {
  background-color: #f2710d;
  border-color: #f2710d;
}
.subInfo .dataTables_paginate .pagination > .previous > a:hover,
.subInfo .dataTables_paginate .pagination > .next > a:hover {
  background-color: #f2710d;
  border-color: #f2710d;
  color: #fff;
}
.subInfo .dataTables_paginate .pagination > .disabled > a,
.pagination > .disabled > a:focus,
.subInfo .dataTables_paginate .pagination > .disabled > a:hover,
.subInfo .dataTables_paginate .pagination > .disabled > span,
.subInfo .dataTables_paginate .pagination > .disabled > span:focus,
.subInfo .dataTables_paginate .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.modal.verifyModal.show {
}
.modal.verifyModal .popupDesignDiv {
}
.modal.verifyModal .popupDesignDiv > p {
  font-size: 2 0px;
}
.modal.verifyModal .popupDesignDiv .modal-body {
  padding: 20px;
}
.modal.verifyModal .popupDesignDiv a.validate_url {
  margin-right: 10px !important;
}
.modal.verifyModal .popupDesignDiv a.validate_url,
.modal.verifyModal .popupDesignDiv a.clickToView {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  border: none !important;
  letter-spacing: 0;
  width: 100%;
  border-radius: 0;
  background: #f2710d;
  height: 50px;
  color: #fff;
  padding: 15px 16px;
  float: left;
  max-width: 48.9%;
}
.modal.verifyModal .popupDesignDiv input.website_url {
  padding: 10px 20px;
  width: 100%;
  margin-top: 10px;
}
.modal.verifyModal .modal-body .close {
  font-size: 28px;
}
.modal.verifyModal .modal-body .close:focus,
.modal.verifyModal .modal-body .close:hover {
  background: none !important;
  border: none !important;
}
.dataTables_filter {
}
.table-wrapper {
  margin: 10px 70px 70px;
  box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.2);
}
.dataTable {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: white;
}
.dataTable td,
.dataTable th {
  text-align: center;
  padding: 10px;
}
.dataTable td {
  border-right: 1px solid #f8f8f8;
}
.dataTable thead th {
  color: #ffffff;
  background: #f2710d;
}
.dataTable thead th:first-child {
  border-radius: 8px 0 0 0;
}
.dataTable thead th:last-child {
  border-radius: 0 8px 0 0;
}
.dataTable tbody tr td:last-child {
  text-align: left !important;
  background-position: 95% center;
  background-size: 11px;
  padding-right: 20px;
}
.dataTable thead th:nth-child(odd) {
  color: #ffffff;
  background: #f2710d;
}
.dataTable tr:nth-child(even) {
  background: #f8f8f8;
}
.dataTable tr.newAddedTr {
}
.newAddedTr table tr td:first-child {
  text-align: left !important;
}
.newAddedTr table tr td:last-child {
  text-align: center !important;
}
.dataTable tr.newAddedTr > td tbody tr td:first-child {
  border-color: #eee;
}
.dataTable tr.newAddedTr > td tbody tr td:last-child {
  border-color: #eee;
}
.dataTable .invDownloadBtn,
.dataTable .btn {
  color: #fff;
  background-color: #f2710d;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 15px 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s;
}
.template-business-adminpage-data .dragndrop input#myfile {
  padding-left: 0 !important;
}
 .page-template-template-business-adminpage .submit {
  float: left;
  margin-bottom: 30px;
}
 .page-template-template-business-adminpage .submit .col-md-6.col-sm-12.col-xs-12.pull-right {
  flex: 0 0 100%;
  max-width: 100%;
}
.page-template-monthlypublication .k-dropzone .k-upload-button::before {
  width: 160px !important;
}
/*.page-template-my-subscription #subInfoTable_wrapper .dataTable{
  white-space: unset !important;
}*/
/*.page-template-my-subscription .dataTable tbody tr td:last-child {
  background-position: 90% center !important;
}*/
/* .page-template-monthlypublication .monthlypost .k-dropzone .k-upload-button::before {
  width: 201px !important;
} */


.page-business-management-data #images .dragndrop input#myfile {
  padding-left: 75px !important;
}
.user-registration-message {
  margin-bottom: 10px !important;
}
/*.page-template-my-subscription table#subInfoTable td:first-child {
	border-radius: 0 0 0 10px !important;
}
.page-template-my-subscription table#subInfoTable td:last-child {
	border-radius: 0 0 10px 0 !important;
}*/
/*.page-template-my-subscription table#subInfoTable .newAddedTr td:first-child,
.page-template-my-subscription table#subInfoTable .newAddedTr td:last-child {
	border-radius:0 !important;
}*/
table#subInfoTable.dataTable tbody .newAddedTr tr.floatRightDiv td {
	border-radius: 10px !important;
}
table#subInfoTable.dataTable > tbody > tr.even:last-child > td:first-child,
table#subInfoTable.dataTable > tbody > tr.odd:last-child > td:first-child {
	border-radius: 0 0 0 10px !important;
}
table#subInfoTable.dataTable > tbody > tr.even:last-child > td:last-child,
table#subInfoTable.dataTable > tbody > tr.odd:last-child > td:last-child {
	border-radius: 0 0 10px 0 !important;
}
#subInfoTable_wrapper #subInfoTable.dataTable tbody .newAddedT .floatRightDiv td {
	border-radius: 10px !important;
}

.verifyModal .verifydomainhere input {
	padding: 15px 20px !important;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	color: #707070;
	height: 63px;
	border-radius: 5px;
	background: #fff;
	box-shadow: -5px 5px 20px rgb(0 0 0 / 10%) !important;
	border: none !important;
	height: auto !important;
	outline: none !important;
}
.verifyModal .verifydomainhere input::placeholder {
	opacity: 0.54 !important;
}
.verifyModal .verifyurlscript a,.verifyModal a.clickToView {
  font-size: 20px !important;
  max-width: 270px !important;
  text-transform: uppercase !important;
  padding: 15px 0px !important;
}
.verifyModal .verifyurlscript a:hover,.verifyModal a.clickToView:hover {
	background: #2e2929 !important;
}
.verifyModal .verifydomainhere {
  font-size: 24px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
  line-height: 32px;
  color: #20394d;
}
.template-business-adminpage-data .tab-content #jobs .agencyname button {
	margin-bottom: 20px !important;
	padding: 10px 20px !important;
	font-weight: normal !important;
	font-size: 18px !important;
	text-align: left !important;
	color: #70707000 !important;
	height: 63px;
	border-radius: 5px !important;
	background: #fff;
	/*box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);*/
	border: none !important;
	background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>") no-repeat;
	background-position: right 15px top 50%;
	background-size: 17px;
	cursor: pointer !important;
	letter-spacing: 0 !important;
	text-transform: capitalize !important;
}
.template-business-adminpage-data .tab-content #jobs .agencyname button:
.template-business-adminpage-data .tab-content #jobs .bootstrap-select.agencyname .dropdown-toggle .filter-option {
	height: unset !important;
}
.template-business-adminpage-data .tab-content #jobs .dropdown-toggle::after {
	display: none;
}
#jobs .bootstrap-select.agencyname .dropdown-toggle .filter-option{
	height: unset !important;
}
div#jobs .agencyname .dropdown-menu input.form-control {
	height: 50px !important;
	margin-bottom: 10px !important;
	border: 1px solid hsl(0deg 0% 44% / 30%);
}
@media (max-width: 1439px){
  .page-account-data .login_wrapper .container {
  max-width: 1000px;
}
}
@media (max-width: 1280px) {
  table.dataTable {
    max-width: inherit !important;
    overflow: auto;
    display: block;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    max-width: 250px;
    width: 100%;
  }
  .subInfo.top-page-header {
    max-width: 90%;
  }
}

@media (min-width:1201px) and (max-width:1439px){
  .page-account-data #user-registration {
    padding: 0px 40px !important;
  }
   .page-business-management-data .show_result_data,
  .page-business-management-data .data_result,
  .page-business-management-data .class_for_res .main {
    padding: 40px 40px;
    margin-bottom: 40px;
  }
}
@media (min-width:1025px) and (max-width: 1200px){
  .page-business-management-data .show_result_data,
  .page-business-management-data .data_result,
  .page-business-management-data .class_for_res .main {
    padding: 40px 40px;
    margin-bottom: 40px;
  }
  .page-business-management-data .many-tab.nav-tabs > li a {
  min-width: 100%;
  text-align: center;
}
.page-business-management-data .many-tab.nav-tabs > li {
  width: 25%;
}
}
@media (max-width: 1200px){
  .login_wrapper {
    padding:0 15px;
  }
 .notify-here {
    padding-left:15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px){
  .page-template-template-business-adminpage.page-business-management-data .admin-menu {
  padding: 40px 50px !important;
}
.page-template-template-business-adminpage.page-business-management-data .tab-content {
  padding: 50px 50px !important;
}
.Show-notifications {
  flex-flow: unset !important;
}
}
@media (min-width:992px) and (max-width: 1200px){
.page-account-data #user-registration {
    padding: 0px 20px !important;
  }
}
@media (max-width: 1024px){
	.verifyModal .verifyurlscript a,.verifyModal a.clickToView {
		padding:10px 0 !important;
	}
	.verifyModal .verifydomainhere {
  font-size: 20px !important;
   line-height: 26px !important;
}
.page-template-monthlypublication .k-upload-button > span {
  padding: 18px 40px !important;
}
.page-template-template-business-adminpage .content {
    margin: 50px 0 !important;
  }
}
@media (max-width:1023px){
  .page-template-monthlypublication .container_sec {
    padding:0 15px !important;
    padding-top: 15px !important;
  }
  .page-template-my-subscription .container_sec {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (min-width:768px) and (max-width: 1439px){
  .page-template-my-subscription .subInfo.top-page-header{
  margin: 40px 0 40px !important;
  padding:40px !important;
}
}
@media (min-width:768px) and (max-width: 1024px){
  .page-business-management-data #my .many-tab.nav-tabs > li {
  width: 33.33% !important;
}

.page-template-template-business-adminpage .manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes {
  margin-top: 20px;
}
.page-template-template-business-adminpage .manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes > div {
  margin-bottom: 10px;
}
.page-template-login-registration .account-container {
  padding: 60px 50px !important;
}
.page-account-data #user-registration {
  margin-top:0 !important;
}
  /*.page-account-data .login_wrapper{
    padding: 0 10px;
  }*/
  .page-template-template-business-adminpage .content {
    margin: 50px 0;
  }
  .page-business-management-data .many-tab.nav-tabs > li {
    width: 50%;
  }
  .page-business-management-data .many-tab.nav-tabs a.active::after {
      display: none;
  }
  .page-template-template-business-adminpage .tab-content {
    padding-top: 0;
  }
  .page-template-template-business-adminpage .class_for_res {
    padding-top: 0;
  }
  .page-template-template-business-adminpage .show_result_data,
  .page-template-template-business-adminpage .data_result,
  .page-template-template-business-adminpage .class_for_res .main {
    padding: 40px 40px;
    margin-bottom: 40px;
  }
  .page-template-template-business-adminpage .admin-menu {
  background: #fff;
}
 .template-business-adminpage-data .dragndrop input#myfile {
    padding-left: 0 !important;
  }

  /*.page-template-template-business-adminpage .tab-content {
    padding: 50px 115px 10px !important;
  }*/

}
@media (max-width: 1024px) {
  .page-business-management-data #my .mang-list-head {
    flex-direction: column;
    align-items: center;
  }
  .page-template-my-subscription #subInfoTable .newAddedTr tbody tr td {
  width:33.33% !important;
}
.page-template-my-subscription #subInfoTable .newAddedTr tbody tr.floatRightDiv td {
 	width: 100% !important;
}
}
@media (min-width:768px) and (max-width: 991px){
.page-account-data #user-registration {
    padding: 0px !important;
  }
  .template-business-adminpage-data #FormContainer .form-control {
    font-size: 14px !important;
    height: 50px !important;
  }
  .template-business-adminpage-data .tab-content form label {
    font-size: 16px !important;
  }
  .template-business-adminpage-data .k-upload-button > span {
  padding: 14px 40px;
}
.template-business-adminpage-data .tab-content form .mng-search-img {
  padding: 30px 0 20px !important;
}
.template-business-adminpage-data #FormContainer .btn-style1 .vc_btn3 {
  font-size: 18px;
  height: 55px;
}
.page-template-template-business-adminpage #FormContainer .tab-content {
  padding: 20px 0 0 !important;
  }
  .template-business-adminpage-data .galleryarea .ui-sortable li {
    width: 50% !important;
  }
  .page-template-login-registration #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
    font-size: 16px !important;
    padding: 5px 15px !important;
  }
  .page-template-login-registration .notify-here {
  margin-top: 40px;
}



}
@media (max-width: 767px) {
  .innerContent h1 {
    font-size: 60px;
  }
  .innerContent h5 {
    font-size: 18px;
  }
  .innerContent h5 b {
    font-size: 24px;
  }
  .innerContent a {
    margin-top: 15px;
  }
  .subInfo select.form-control.input-sm {
    margin-left: 23px;
  }
  #subInfoTable_length {
    text-align: left;
  }
  .dataTable .invDownloadBtn,
  .dataTable .btn {
    padding: 10px 20px;
  }
  .job-new-list .agency-item-head .job-icon {
    padding: 0px !important;
    min-height: 80px;
  }
  .agencycontentarea ul li.select-cat {
    font-size: 12px;
    padding: 8px;
  }
  .agency-quicklinsbtn div a {
    margin-top: 10px;
    width: 115px;
    height: 35px;
    font-size: 12px;
  }
  .JoinDan-agency .JoinDan .inner-row h2.vc_custom_heading.main-title2 {
    font-size: 20px !important;
  }
  .JoinDan-agency .JoinDan .inner-row {
    background-color: transparent;
    max-width: 95% !important;
  }
  .page-account-data #user-registration {
    padding: 5px 0px 0px !important;
  }
  .page-account-data .featured_image_area {
    margin-bottom: 0px !important;
  }
  .page-account-data .user-registration-form-login .user-registration-Button {
    height: 50px !important;
  }
  .page-account-data .user-registration-form-login input {
    margin-bottom: 0 !important;
    height: 50px !important;
  }
  .page-account-data .login_wrapper .sign-in-container {
    padding: 0 10px;
  }
  .page-account-data #user-registration p:empty {
    display: none;
  }
   .page-account-data .login_wrapper .container {
    width:100%;
  }
  .page-template-template-business-adminpage .tab-content {
  padding: 20px 20px !important;
}
.page-template-template-business-adminpage .admin-menu {
  background: #fff;
  padding: 40px 0 0;
  }

  .page-template-template-business-adminpage .many-tab.nav-tabs > li {
    width: 100%;
  }
  .page-template-template-business-adminpage .many-tab.nav-tabs a.active::after {
    display: none !important;
  }
  .page-business-management-data .class_for_res .show_result_data, .page-business-management-data .class_for_res .data_result,.page-business-management-data .class_for_res .main {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }
  .page-business-management-data .class_for_res .show_result_data h3,.page-business-management-data .class_for_res .data_result h4 {
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  .page-business-management-data .class_for_res {
    padding-top: 0 !important;
  }
  .page-template-template-business-adminpage #jobs #jobform .submit_box .btn {
    width: 100%;
    height:50px !important;
  }
   #my #FormContainer .btn-style1 .vc_btn3 {
   font-size: 16px !important;
padding: 10px 0px 10px !important;
max-width: 100%;
width: 100%;
min-width: 100%;
transform: scale(1);
height: 50px !important;
  }
  #my .contact_details_form .form-group {
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-business-adminpage .tab-content form .cancel.site-btn {
  margin-bottom: 10px;
}
#my #FormContainer .btn-style1 {
  width: 100%;
}
#my #FormContainer .many-tab.nav-tabs > li a {
  height: 50px !important;
  font-size: 16px !important;
}
.template-business-adminpage-data .admin-menu select {
  height: 50px !important;
  font-size: 16px;
  }
  .template-business-adminpage-data .many-tab.nav-tabs > li a {
    font-size: 16px !important;
    height: 50px !important;
  }
  .template-business-adminpage-data .k-button.k-upload-button span {
  display: none;
}
.template-business-adminpage-data .k-upload-button::before {
  display: none !important;
}
.template-business-adminpage-data  #FormContainer .form-control#featueredimageupload {
  text-align: left !important;
  padding: 15px 15px !important;
  height:57px !important;
}
.template-business-adminpage-data  .tab-content form .mng-search-img {
  margin-bottom: 20px;
}
.template-business-adminpage-data  .tab-content form label {
  font-size: 16px !important;
}
.template-business-adminpage-data #FormContainer .input-text,
.template-business-adminpage-data #FormContainer .search-form input[type="search"],
.template-business-adminpage-data #FormContainer .form-control {
  font-size: 16px !important;
  height: 50px !important;
}
.page-template-template-business-adminpage.template-business-adminpage-data .tab-content form .site-btn {
  font-size: 16px !important;
  height: 50px !important;
}
.template-business-adminpage-data .containdetails-tab2{
  padding: 20px 20px !important;
}
.template-business-adminpage-data .manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes > div {
  margin-right: 0 !important;
display: flex !important;
text-align: left !important;
margin-bottom: 15px !important;
align-items: flex-start !important;
}
.template-business-adminpage-data .manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes label {
  text-align: left !important;
}
.template-business-adminpage-data .manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes {
  margin-top: 20px !important;
margin-bottom: 0 !important;
}
.template-business-adminpage-data .manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes {
  flex-direction: column !important;
}
.page-template-template-business-adminpage .tab-content #reports .form-group select {
  font-size: 16px !important;
  height: 50px !important;
  background-size: 12px !important;
}
.template-business-adminpage-data .unq_visitor input[type="reset"] {
  font-size: 18px !important;
  height: 50px !important;
}
.template-business-adminpage-data #jobform input, #jobform select, #jobform textarea {
  font-size: 16px !important;
  height: 50px !important;
}
.template-business-adminpage-data .galleryarea .ui-sortable li {
  width: 100% !important;
}
.template-business-adminpage-data #images .sec_title2 {
  margin-bottom: 30px;
}
.galleryarea .ui-sortable .edit_btn .btn.wpsimplegallery_edit{
	border-bottom: 1px solid #fff !important;
}
#images .dragndrop::before,#images .dragndrop > span {
	display: none;
}
.template-business-adminpage-data .dragndrop input#myfile {
	padding-left: 15px !important;
	font-size: 14px;
}
.page-template-login-registration .notify-here {
  margin-top: 25px;
}
.page-template-login-registration .account-container {
	margin-bottom: 25px;
	margin-top: 25px;
	padding: 20px 15px 25px;
}
.page-template-login-registration #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a::after,
.page-template-login-registration #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a::after {
  display: none !important;
}
.page-template-login-registration #user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
	font-size: 16px !important;
	height: 50px !important;
}
.page-template-login-registration .login_wrapper .user-registration-MyAccount-navigation {
  margin-bottom: 20px !important;
}
.page-template-login-registration .user-registration-MyAccount-content .user-registration-EditAccountForm  input {
    height: 50px !important;
    font-size: 16px !important;
}
.page-template-login-registration .ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview {
  top: 24px !important;
}
.notify-here .Show-notifications > div {
  border-right:0 !important;
}
.page-template-monthlypublication .monthlypost .fieldcontaineruser {
  padding: 20px !important;
}
.page-template-monthlypublication .monthlypost .new_form_layout label {
  font-size: 16px !important;
}
.page-template-monthlypublication .new_form_layout input, .page-template-monthlypublication .new_form_layout select {
  font-size: 16px !important;
}
.page-template-monthlypublication .k-dropzone .k-upload-button::before,.page-template-monthlypublication .k-upload-button > span  {
  display: none !important;
}
.page-template-monthlypublication .fieldcontaineruser #featueredimageupload {
  padding-left: 15px !important;
}
.page-template-monthlypublication .fieldcontaineruser {
  margin-bottom: 30px !important;
}
.page-template-my-subscription .subInfo.top-page-header{
  margin: 30px 0 30px !important;
  padding:30px 15px !important;
}
.page-template-my-subscription .subInfo .dataTables_paginate {
  justify-content: center !important;
}
.page-template-my-subscription .subInfo .dataTables_info {
  justify-content: center !important;
}
.page-template-my-subscription .subInfo select.form-control.input-sm,.page-template-my-subscription #subInfoTable_wrapper #subInfoTable_filter .form-control.input-sm {
  height: 50px !important;
}
.page-template-my-subscription .subInfo select.form-control.input-sm {
  margin-left: 10px !important;
}
.page-template-my-subscription table#subInfoTable td {
  padding: 15px 10px !important;
  font-size: 16px !important;
}
.page-template-my-subscription table#subInfoTable th {
  font-size: 12px !important;
}
.page-template-my-subscription div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 10px !important;
}
.page-template-my-subscription div.dataTables_wrapper div.dataTables_filter input {
  max-width: 200px !important;
}
.page-template-my-subscription #subInfoTable_length {
  text-align: center;
}
.page-business-management-data #reports .show_result_data *, .page-business-management-data #reports .data_result * {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}
 .dragndrop .dropzone {
  font-size: 14px !important;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-nick-name {
    font-size: 18px !important;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header h3 {
  font-size: 22px !important;
}
#user-registration .user-registration-MyAccount-content h2 {
  font-size: 18px !important;
}
#user-registration .user-registration-MyAccount-content p {
  font-size: 16px !important;
}
.page-template-my-subscription .subInfo .col-sm-6:last-child label, .page-template-my-subscription .subInfo .col-sm-6:first-child label {
  font-size: 16px !important;
}
div.dataTables_wrapper div.dataTables_filter label {
  white-space: pre-wrap !important;
}
.template-business-adminpage-data .tab-content form .mng-search-img {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#images .galleryarea .ui-sortable .edit_btn > div {
  border-right: 1px solid #f70 !important;
}
.page-business-management-data #images .dragndrop input#myfile {
  padding-left: 15px !important;
  height: 57px !important;
  text-align: left;
}
.page-business-management-data #my .tab-content div#tab-2,.page-business-management-data #my .tab-content div#tab-3 {
  width: calc(100% + 40px);
  margin-left: -20px;
}
#user-registration .user-registration-error {
  width: 100% !important;
}
.page-template-monthlypublication #createuserpost button#frontpublishpost {
  transform-origin: top left !important;
}
.page-template-my-subscription table#subInfoTable td.details-control {
  padding-right: 25px !important;
}
.page-template-my-subscription .subInfo.top-page-header p {
  font-size: 16px !important;
}
.page-template-my-subscription #subInfoTable .newAddedTr .floatRightDiv button.btn.btn-primary-new {
  font-size: 16px !important;
}
.template-business-adminpage-data #my .k-button.k-upload-button {
  padding: 0 10px;
}
.template-business-adminpage-data #my .k-button.k-upload-button  #featueredimageupload {
	box-shadow: -1px 5px 5px rgba(0, 0, 0, 0.1);
}

}
@media (max-width: 575px) {
  .singleagencydata {
    box-shadow: 0 0 19px 1px rgb(0 0 0 / 12%);
    padding: 15px !important;
  }
}
@media (max-width: 567px) {
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile:first-child
    a {
    margin-left: 0px;
    margin-right: 8px;
  }
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile
    a {
    margin-left: 0px;
  }
  .job-sec
    .vc_row
    > .job-col
    > .vc_column-inner
    > .wpb_wrapper
    .view_profile
    a {
    margin-right: 5px;
    padding-top: 8px;
  }
  .job-new-list .agency-item-head .job-icon {
    padding: 0px !important;
    min-height: 80px;
  }
  ul.nav-right-profile {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 445px) {
  .agencycontentarea .row.imagespopgallery {
    padding-top: 15px;
  }
  .job-new-list .agency-item-head.hiii .header-right-agencyname {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
  }
  .job-new-list .agency-item-head .title a h3 {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .agency-quicklinsbtn {
    display: flex;
    justify-content: flex-end;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .job-new-list .agency-item-head .title span {
    display: flex;
    margin-bottom: 0px;
    text-align: left;
  }
  .job-new-list .list-item.custom_popover {
    margin-bottom: 10px;
  }
  .job-new-list .agency-item-head .agencymainleftdetail {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
  }
  .job-new-list .job-details-inner > div.agency-service-focus.col-md-4 {
    padding: 5px 20px 10px;
  }
  .search .job-new-list .icon-wrapper {
    margin-right: 3px;
  }
  .job-new-list .list-item.custom_popover {
    font-size: 12px;
  }
  .search .job-new-list .icon-wrapper i.fa {
    height: 18px;
    width: 16px;
  }
  .job-new-list .job-details-inner > div {
    padding-left: 8px;
    padding-right: 8px;
  }
  .job-new-list .job-details-inner > div.agency-service-focus.col-md-4 {
    padding: 5px 15px 10px;
  }
  .job-new-list .job-details-inner > div:last-child {
    padding: 5px 15px 0px !important;
    font-size: 12px;
  }
  .job-sec .agency-module-list span.locality {
    font-size: 12px;
  }
  .job-new-list .agency-item-head .title a {
    font-size: 18px;
  }
  .job-sec .agency-module-list span.locality {
    font-size: 12px;
  }
  .job-new-list .job-details-inner > div:last-child {
    font-size: 12px;
  }
  .job-new-list .loc-map-office .icon-wrapper {
    color: #686868;
    font-size: 12px;
  }
  .job-new-list .loc-map-office .icon-wrapper i.fa {
    margin-right: 10px;
    height: 18px;
    width: 16px;
  }
  .job-new-list .loc-map-office .icon-wrapper {
    display: flex;
    margin-bottom: 12px;
  }
  .single-agency .agency_details {
    font-size: 12px;
  }
  .job-new-list .agency-item-head.hiii {
    margin-bottom: 8px;
  }
}
@media (max-width: 400px){
  #my #FormContainer .btn-style1 .vc_btn3 {
   font-size: 15px !important;
 }
}
@media (max-width: 340px){
#my #FormContainer .btn-style1 .vc_btn3 {
  font-size: 13px !important;
}
}
/*home page loader 30-11-2021*/
.ajaxcallloader {
  position: relative;
}
.agency-loader-newdata:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
.agency-loader-newdata {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0 auto !important;
}
.agencyloading {
  position: absolute;
  top: 40%;
  left: 47%;
  transform: translate(-50%, -50%);
}
/*404 page 9-12-2021*/
.backtohome {
  margin-top: 50px;
  display: block;
}
.backtohome a {
  padding: 10px 32px;
  margin: 0;
  font-size: 16px;
  appearance: none;
  background-repeat: no-repeat;
  font-weight: 400;
  height: 50px;
  border: none;
  letter-spacing: 0;
  border-radius: 3px;
  background-color: #f2710d;
  margin-top: 20px;
  width: 100%;
  color: #fff;
}

/* New design css */

/* global css */
#wt-cli-accept-all-btn {
  background: #f70 !important;
}
.container_sec {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1505px;
  padding: 0 15px !important;
  display: block;
  left: auto !important;
  width: 100%;
}
.login_wrapper .container {
  max-width: 1475px;
}
.site-inner {
  max-width: 100%;
}
/* End global css */

/* header css */
.site-header .main-header {
  width: 100%;
  justify-content: space-between;
  margin: 0;
  align-items: center;
}
.site-header .main-header:before {
  display: none;
}
.site-header .main-header:after {
  display: none;
}

.site-header .header-menu .genesis-nav-menu .menu-item a {
  border: 1px solid #2e2929;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #010101;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 5px 23px;
  min-width: 105px;
}
.site-header .header-menu .genesis-nav-menu .menu-item h3{
  background: #f70;
  margin: 0;
  margin-top: -15px;
  padding: 15px 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px 5px 0 0;
}
.site-header .header-menu .genesis-nav-menu {
  margin-left: 5px;
}
.site-header .header-menu .genesis-nav-menu .menu-item a:hover {
  background: #2e2929;
  color: #fafafa;
}
#jobform .input-error {
    border: 1px solid red !important;
}
.job-list .editpost {
    text-align: left;
    margin-top: 5px;
}
.job-list .editpost a {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #f67f16;
    transition: all 0.3s;
}
.job-list .editpost a:hover {
  color: #171717;
}
.single-job-data .container_sec .sec_title2 {
    margin-bottom: 30px;
}
.site-header .header-menu .genesis-nav-menu .menu-item {
  margin-left: 10px;
}
.site-header .header-menu .genesis-nav-menu .menu-item:last-child {
  margin-left: 10px;
}
.logged-in .site-header .header-menu .genesis-nav-menu .menu-item:last-child {
  margin-left: 45px;
}

.site-header .header-menu .genesis-nav-menu .menu-item:last-child a {
  background: #2e2929;
  color: #fafafa;
}
.site-header .header-menu .genesis-nav-menu .menu-item:last-child a:hover {
  background: transparent;
  color: #010101;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link:before {
  font-weight: normal;
}
.site-header.sticky-header .main-header {
  height: 70px;
}
header .user-account .btn-group button {
}
header .user-account .btn-group button {
  border: 1px solid #2e2929 !important;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #010101;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 5px 23px;
  min-width: 105px;
}
header .user-account .btn-group.show {
  /*! margin-top: 10px; */
  display: inline-flex !important;
}
header .user-account {
  position: relative;
}
header .user-account .btn-group button:hover {
  border: 1px solid #2e2929;
}
header .user-account .dropdown-menu {
  background: white;
  box-shadow: -1px 1px 32px rgb(13 12 12 / 7%);
  margin-top: 10px;
  padding: 13px 0;
  width: 300px;
  left: 50% !important;
  right: 0 !important;
  transform: translateX(-50%) !important;
  top: 73px !important;
}
header.sticky-header .user-account .dropdown-menu{
  top: 48px !important;
}
header .user-account .dropdown-menu a {
  background: transparent;
  border: none !important;
  padding: 10px 10px !important;
  margin: 0 !important;
  height: auto !important;
  font-weight: normal !important;
}
header .user-account .dropdown-menu a:hover {
  background: transparent !important;
  color: #f2710d !important;
}
/* end header css */

/* banner css */

.hero_section .images_col > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-flow: wrap;
  max-width: 830px;
  margin: 0 0 0 auto;
  justify-content: space-between;
}
.hero_section .images_col > .vc_column-inner > .wpb_wrapper .wpb_single_image {
  width: 49%;
}
.hero_section
  .images_col
  > .vc_column-inner
  > .wpb_wrapper
  .wpb_single_image:first-child {
  margin-top: 30px;
}
.hero_section
  .images_col
  > .vc_column-inner
  > .wpb_wrapper
  .wpb_single_image
  * {
  width: 100%;
}
.hero_section .images_col > .vc_column-inner {
  padding-right: 0;
}
.hero_section .content_col > .vc_column-inner > .wpb_wrapper {
  max-width: 724px;
  margin: 0 0 0 auto;
}
.hero_section .hero_title {
  font-weight: 600;
  font-size: 125px;
  line-height: 1;
  text-align: left;
  color: #171717;
  margin-bottom: 10px;
}
.hero_section .sub_title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  text-align: left;
  color: #e8851e;
}
.hero_section .sub_title * {
  color: #212121;
}
.hero_section .sub_title .orange {
  color: #e8851e;
}
.hero_section .desc {
  margin-top: 5px;
}
.hero_section .desc,
.hero_section .desc p {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: left;
  color: #0f0f0f;
}
.hero_section > .vc_row {
  display: flex;
  flex-flow: wrap;
  /* align-items: center; */
}
.hero_section .content_col {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/banner_bg.png");
  background-repeat: no-repeat;
  background-position: left 20%;
  padding-top: 130px;
}

.hero_section .searchdet {
  display: flex;
  flex-flow: wrap;
  box-shadow: 0px 16px 32px rgba(13, 12, 12, 0.07);
  border-radius: 10px;
}
.hero_section .searchdet input,
.hero_section .searchdet select {
  height: 69px;
  font-weight: normal;
  font-size: 18px !important;
  letter-spacing: 0.02em;
  line-height: 32px;
  text-align: left;
  color: #707070;
  padding: 0 40px 0 40px !important;
  border: none;
}
.hero_section .searchdet .city-col {
  flex: 4;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.hero_section .searchdet .city-col:before {
  content: "";
  right: 0;
  border-right: 1px solid hsl(0deg 0% 44% / 30%);
  position: absolute;
  top: 50%;
  height: 30px;
  width: 1px;
  transform: translateY(-50%);
}
.hero_section .searchdet .city-col input {
  border-radius: 10px 0 0 10px;
}
.hero_section .searchdet .services-col {
  flex: 4;
}
.hero_section .searchdet .submit-col {
  flex: 2.5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.28);
  border-radius: 0 10px 10px 0px;
}
.hero_section .searchdet .submit-col input {
  border-radius: 0 10px 10px 0px;
  color: #fff;
  text-align: center;
  text-transform: none;
}
.hero_section .searchdet input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.hero_section .searchdet input::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.hero_section .searchdet input:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.hero_section .searchdet input:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.hero_section .searchdet select {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat;
  background-position: right 25px top 50%;
  background-size: 17px;
  cursor: pointer;
}
/* End banner css */

/* home page css */

.sec_title {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #171717;
  margin-bottom: 5px;
}
.ThePerfectSolutions_sec .sec_title {
  text-align: center !important;
}
.ThePerfectSolutions_sec .desc {
  text-align: center;
}
.desc p,
.desc {
  font-weight: normal;
  font-size: 20px;
  color: #707070;
}

.job-sec-new .desc p {
	text-transform: capitalize;
}

.box_sec .owl-item img {
  width: 60px;
  height: 74px;
  background: transparent;
  object-fit: contain;
}
.box_sec .owl-item .slider-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  height: 264px;
  width: 100%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  padding: 0 25px;
  transition: all 0.5s;
}
.sec_spacing {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.sec_spacing.pt-0 {
  padding-top: 0 !important;
}
.sec_spacing.pb-0 {
  padding-bottom: 0 !important;
}
.box_sec .owl-item .slider-inner {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.box_sec .owl-carousel .owl-stage-outer .sub-head {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: center;
  color: #010101;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 20px;
}
.box_sec .owl-item .slider-inner:hover {
  transform: translateY(-20px);
}
.box_sec .owl-item .slider-inner:hover img {
  filter: invert(48%) sepia(36%) saturate(5164%) hue-rotate(2deg)
    brightness(105%) contrast(90%);
}
.AgenciesoftheMonth_sec .desc {
  text-align: center;
}
.ThePerfectSolutions_sec.sec_spacing,
.AgenciesoftheMonth_sec.sec_spacing {
  padding-bottom: 70px !important;
}
.AgenciesoftheMonth_sec .box_sec .owl-item .slider-inner {
  height: 220px;
}
.AgenciesoftheMonth_sec .box_sec .owl-item .slider-inner:hover img {
  filter: none;
}
.AgenciesoftheMonth_sec .box_sec .owl-item img {
  width: 100px;
  height: 110px;
  background: transparent;
  object-fit: contain;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: transparent !important;
  border: 1px solid #707070 !important;
  border-radius: 50%;
  margin-right: 6px;
}
.owl-dots .owl-dot.active {
  background: #707070 !important;
}

.LookingForJOB_sec .job_sec .details {
  display: flex;
  border-radius: 5px;
  background: #fbfbfb;
  border: 1px solid hsl(0deg 0% 44% / 20%);
  padding: 30px 30px;
  margin-bottom: 30px;
  flex-flow: wrap;
}
.LookingForJOB_sec .job_sec .details .left {
  flex: 1;
}
.LookingForJOB_sec .job_sec .details .middle {
  flex: 8;
  padding-left: 35px;
  padding-right: 5px;
}
.LookingForJOB_sec .job_sec .details .right {
  flex: 1;
  display: flex;
  align-items: center;
}
.LookingForJOB_sec .job_sec .details .right a {
  width: 147px;
  height: 60px;
  border-radius: 5px;
  background: #f2efef;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid #e3e3e3;
}
.LookingForJOB_sec .job_sec .details .right a:hover {
  background: #f70;
  color: #fff;
}
.LookingForJOB_sec .job_sec .details:hover {
  box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.LookingForJOB_sec .job_sec .details .left .logo {
  width: 65px;
  height: 65px;
}
.LookingForJOB_sec .job_sec .details .left .logo img {
  width: 100%;
  height: 100%;
}
.LookingForJOB_sec .job_sec .details .middle div {
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: #171717;
}
.LookingForJOB_sec .job_sec .details .middle .sub-head {
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #171717;
}
.btn_style_1 .vc_btn3 {
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
  background: #f70 !important;
  font-weight: 600;
  font-size: 18px;
  color: #fafafa !important;
  padding: 15px 20px;
  display: inline-block;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.btn_style_1 {
  display: block !important;
  text-align: center;
}
.btn_style_1 .vc_btn3:hover {
  background: #2e2929 !important;
  color: #fff;
}
.LookingForJOB_sec .job_listing_col {
  margin-bottom: 0;
}
.LookingForJOB_sec .sec_title {
  margin-bottom: 40px;
}

.Feed_sec .sec_title {
  margin-bottom: 40px;
}
.Feed_sec .bg_sec [class*="col-"] > .row {
  height: 100%;
}
.Feed_sec .bg_sec [class*="col-"] > .row > [class*="col-"] {
  height: 100%;
}
.Feed_sec .bg_sec .blog_image img {
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.Feed_sec .bg_sec .content .details {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #ebebeb;
  height: 100%;
  padding: 70px 15px;
}
.Feed_sec .blog_listing_col .desc {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  color: #232020;
}

.Feed_sec .blog_listing_col .cat {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #f54141;
  margin-bottom: 5px;
}
.Feed_sec .details img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  object-fit: cover;
}
.Feed_sec .blog_list > .bg_sec [class*="col-"] {
  margin-bottom: 30px;
}
.Feed_sec .bg_sec [class*="col-"] > .row > .content {
  padding-left: 15px;
}
.Feed_sec .blog_list .details {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #d6d2d2;
  height: 100%;
}
.Feed_sec .blog_list .descr {
  padding: 15px 30px;
}
.Feed_sec .blog_list .details:hover {
  box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.05);
}
.Feed_sec .blog_listing_col .cat span {
  margin: 0 5px;
}
.Feed_sec .blog_list .blog3 img,
.Feed_sec .blog_list .blog4 img {
  height: 270px;
  object-fit: cover;
}
.Feed_sec .blog_listing_col .title a {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
  color: #232020;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.LetsKeepinTouch_sec .desc {
  text-align: center;
}

.LetsKeepinTouch_sec .es_subscription_form {
  text-align: center;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.LetsKeepinTouch_sec .es_submit_button {
  width: 178px;
  height: 69px;
  background: #eb8214;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.28));
  border: none;
  padding: 10px;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 20px 20px 0;
}
.LetsKeepinTouch_sec label {
  display: block;
  width: 100%;
}
.LetsKeepinTouch_sec .es-field-wrap label:first-child {
  width: calc(100% - 176px);
}

.LetsKeepinTouch_sec .es-field-wrap label:first-child input {
  border-radius: 20px 0px 0 20px;
  background: #fff;
  box-shadow: -5px 0px 30px rgba(13, 12, 12, 0.15);
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #171717;
  opacity: 0.48;
  height: 69px;
  width: 100%;
  border: none;
  padding: 5px 30px;
}
.LetsKeepinTouch_sec .es_submit_button:hover {
  border: none;
  background: #2e2929;
}
.LetsKeepinTouch_sec
  .es-field-wrap
  label:first-child
  input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.LetsKeepinTouch_sec .es-field-wrap label:first-child input::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.LetsKeepinTouch_sec
  .es-field-wrap
  label:first-child
  input:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.LetsKeepinTouch_sec .es-field-wrap label:first-child input:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.LetsKeepinTouch_sec input[type="checkbox"] {
  background: #000;
  margin-right: 7px;
  margin-top: 3px;
}
.LetsKeepinTouch_sec label {
  font-family: Jost;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: left;
  color: #707070;
}
.LetsKeepinTouch_sec label[style="display: inline"] {
  margin-top: 25px;
  display: flex !important;
  justify-content: center;
}

.LetsKeepinTouch_sec .container_sec:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/banner_bg.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  left: 0;
  height: 590px;
  width: 100%;
  top: -140px;
  z-index: -1;
}
.LetsKeepinTouch_sec .container_sec:aftre {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/banner_bg.png);
  background-repeat: no-repeat;
  background-position: left 20%;
  padding-top: 130px;
}
.LetsKeepinTouch_sec .container_sec {
  position: relative;
}
.LetsKeepinTouch_sec {
  overflow: visible !important;
}
.LetsKeepinTouch_sec .container_sec:before {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/newsletter_bg.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  left: 0;
  height: 590px;
  width: 265px;
  top: -140px;
  z-index: -1;
}
.LetsKeepinTouch_sec .container_sec:after {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/newsletter_bg.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  right: 0;
  height: 590px;
  width: 265px;
  top: -140px;
  z-index: -1;
}
.LetsKeepinTouch_sec .container_sec {
  position: relative;
}
.LetsKeepinTouch_sec {
  overflow: visible !important;
  display: flex !important;
  flex-flow: wrap !important;
}

.NewMembersofDAN .slider-inner img {
  width: 132px;
  height: 31px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.NewMembersofDAN .member_slider {
  margin-top: 60px;
}

.NewMembersofDAN .slider-inner {
  max-width: 220px;
  height: 104px;
  border-radius: 15px;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 23px rgb(0 0 0 / 5%);
  margin-top: 16px;
  margin-bottom: 26px;
  transition: all 0.5s;
}
.NewMembersofDAN .slider-inner:hover {
  transform: translateY(-20px);
}

.sub_title {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  color: #171717;
}
.JoinWithUS .sub_title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.JoinWithUS .desc {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.JoinWithUS {
  background-image: url("/wp-content/uploads/2022/02/joinwithus_bg2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.JoinWithUS {
  position: relative;
  overflow: visible;
}
.JoinWithUS:before {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/newsletter_bg.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  left: 0;
  height: 470px;
  width: 279px;
  top: 0px;
  z-index: -1;
  background-size: 100%;
}
.JoinWithUS:after {
  content: "";
  background-image: url("/wp-content/uploads/2022/02/newsletter_bg.png");
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  right: 0;
  height: 470px;
  width: 279px;
  top: 0;
  z-index: -1;
}
.JoinWithUS .btn_style_1 {
  margin-top: 30px;
}
/*End home page css */

/* jobs page css */
.featured_image_area .entry-title {
  font-weight: 600;
  font-size: 50px;
  color: #fafafa;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.featured_image_area .desc,
.featured_image_area .desc p {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #fafafa;
  max-width: 1153px;
  margin: 0 auto;
}
.featured_image_area,
.page-template-login-registration-php .hero-sec {
  height: 540px;
}

.job_list .filter-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec_title2 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #171717;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.sec_title2:before {
  content: "";
  width: 100%;
  height: 0px;
  background: transparent;
  border: 2px solid #f67f16;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 220px;
}
.sec_title2:after {
  content: "";
  border-style: solid;
  border-width: 14px;
  border-color: red green #f67f16 yellow;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
}
.job_list #jobfilter {
  max-width: 780px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  margin: 40px auto 0;
  display: flex;
  height: 79px;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}
.job_list .dropdown-toggle {
  height: 45px !important;
  background: transparent;
  border: 1px solid #f1f1f1;
  box-shadow: none !important;
  padding: 0 30px 0 0 !important;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat;
  background-position: right 7px top 50%;
  background-size: 17px;
}
body .bootstrap-select .dropdown-toggle:focus,
body .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}
.job_list .filter-option-inner-inner {
  font-weight: 600;
  font-size: 18px;
  color: #292929;
  text-transform: none;
  letter-spacing: 0;
  padding: 7px 0 0px 12px;
}
.job_list .bs-searchbox .form-control {
  padding: 5px 15px;
  font-weight: 500;
  font-size: 16px;
  color: #292929;
  text-transform: none;
  letter-spacing: 0;
  outline: none !important;
  box-shadow: none !important;
  height: 40px;
}
.job_list .bs-caret {
  display: none;
}
.job_list .dropdown-toggle::after {
  display: none;
}
.job_list .dropdown-menu > li > a,
.bootstrap-select .dropdown-menu li {
  font-size: 16px;
}
.job_list .bootstrap-select .dropdown-menu {
  min-height: 153px !important;
}
.job_list .dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.job_list .dropdown-menu > .active > a:hover {
  background: #f2710d;
}
.job_list .bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding: 0;
}
.job_list #jobfilter .form-group {
  margin: 0;
}
.job_list .top-title .desc {
  text-align: center;
  margin-bottom: 60px;
}
.job_sec .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0;
}
.job_sec .pagination span,
.job_sec .pagination a {
  font-family: "Segoe UI";
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #000;
  margin-right: 10px;
  display: block;
}
.job_sec .pagination .current {
  color: #f70;
}
.page-template-job-listing .job_list {
  padding-bottom: 100px;
}
#jobresponse {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.job_list .dropdown-item.active,
.job_list .dropdown-item:active {
  background: #f70 !important;
}

.job_list .btn-light:not(:disabled):not(.disabled).active,
.job_list .btn-light:not(:disabled):not(.disabled):active,
.job_list .show > .btn-light.dropdown-toggle {
  background-color: #fff !important;
}

.faq-sec {
  padding-bottom: 100px;
}
.faq-sec #accordion button,
.faq-sec #accordion h5 {
  font-weight: 600;
  font-size: 20px;
  text-align: left;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  display: block;
  width: 100%;
  height: 71px;
  padding: 0 40px;
}
.faq-sec #accordion h5 {
  padding: 0;
}
.faq-sec #accordion .card-header {
  padding: 0;
  background: #fff;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  position: relative;
}
.faq-sec #accordion {
  max-width: 970px;
  margin: 60px auto 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.faq-sec #accordion .card {
  border: none;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16); */
  background: #fff;
}
.faq-sec #accordion .card.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.faq-sec #accordion .card.active button {
  color: #f70;
}
.faq-sec #accordion button:hover {
  text-decoration: none;
  color: #f70;
}
.faq-sec #accordion .card-header button:before {
  display: inline-block;
  font: normal normal normal 21px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
}
.faq-sec #accordion .card.active .card-header button:before {
  content: "\f106";
}
.faq-sec #accordion .card-body {
  padding: 40px 40px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #8d8787;
  background: #f5f5f5;
}

.job-sec-new .desc {
  text-align: center;
}
.job-sec-new {
}
.job-sec-new .job-col > .vc_column-inner,
.job-sec-new .job-col > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.job-sec-new .job-col > .vc_column-inner > .wpb_wrapper {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 20px !important;
  align-items: flex-start !important;
}
.job-sec-new .job-col {
  margin-bottom: 30px;
}
.job-sec-new .job-col > .vc_column-inner > .wpb_wrapper:hover {
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.1));
  border: 1px solid transparent;
}
.job-sec-new .job-new-list .agency-item-head {
  flex-flow: wrap;
  align-items: stretch;
  border-bottom: 1px solid #e2e2e2 !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.job-sec-new .job-new-list .agency-item-head .agencymainleftdetail {
  flex: 2;
  border-right: 1px solid #e2e2e2;
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
  flex-flow: wrap;
  padding-right: 10px;
}
.job-sec-new .agency-module-list {
  flex: 1;
}
.job-sec-new .job-new-list .agency-item-head .job-icon {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.job-sec-new .job-new-list .agency-item-head .job-icon a {
  width: 100%;
}
.job-sec-new .job-new-list .agency-item-head .title a {
  font-weight: 600;
  font-size: 22px;
  text-align: left;
  color: #171717;
  display: block;
  margin-bottom: 5px;
}
.job-sec-new .job-new-list .agency-item-head .title span {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #8d8787;
  display: block;
}
.job-sec-new .job-new-list .list-item.custom_popover span {
  width: calc(100% - 30px);
  padding-left: 12px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #8d8787;
}
.job-sec-new .job-new-list .icon-wrapper {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0 !important;
  text-align: center;
}
.job-sec-new .job-new-list .list-item.custom_popover:first-child {
  align-items: center;
}
.job-sec-new .job-new-list .title br {
  display: none;
}
.job-sec-new .job-col .job-details {
  padding: 0;
}
.job-sec-new .job-details-inner {
  display: flex;
  flex-flow: wrap;
}
.job-sec-new .job-details-inner .jobleft_sec .title {
  font-weight: 600;
  font-size: 22px;
  text-align: left;
  color: #171717;
  margin-right: 10px;
  margin-bottom: 5px;
}

.job-sec-new .job-details-inner .jobleft_sec {
  flex: 2;
  border-right: 1px solid #e2e2e2;
  margin-right: 20px;
  flex-flow: wrap;
  padding-right: 10px;
}
.job-new-list .job-details-inner > div.agency-content {
  flex: 1;
  padding: 0 !important;
  border-right: 0 !important;
  height: auto !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #8d8787;
}
.job-sec-new .job-details-inner .jobleft_sec .agency-service-focus {
  border-bottom: 1px solid #e2e2e2;
  margin-right: 20px;
  padding-bottom: 10px;
}
.tag-ul li {
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}
.tag-ul li a {
  min-width: 86px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #e3e3e3;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #171717;
  padding: 7px 15px;
  pointer-events: none;
}
.tag-ul li:hover {
  background: transparent !important;
}
.tag-ul li a:hover {
  background: #f70 !important;
}
ul.nav-right-profile {
  flex-flow: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
ul.nav-right-profile li {
  margin: 0 10px 10px 0px;
}
.job-new-list .view_profile a {
  min-width: 86px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #e3e3e3;
  display: block;
  font-size: 18px;
  text-align: center;
  color: #171717;
  padding: 7px 15px;
}
.job-new-list .view_profile a:hover {
  background: #f70 !important;
  color: #fff !important;
}
.job-sec-new .desc {
  margin-bottom: 60px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  border: none;
  padding: 10px 27px !important;
  height: 63px;
  font-weight: normal;
  font-size: 18px;
  color: #707070;
}

/* End jobs page css */

/* Login page css */
#user-registration .user-registration-error {
  width: calc(100% - 210px);
  background-color: #f44336;
  border-color: #f44336;
}
#user-registration .user-registration-error * {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fafafa;
}

.contact-form form input[type="submit"],
#contactuspopup form input[type="submit"],
.ur-frontend-form.login form input[type="submit"],
input[type="reset"] {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  font-family: Jost;
  height: 63px;
  background: #f70;
  box-shadow: -5px 5px 20px rgba(247, 115, 0, 0.25);
  margin-bottom: 20px !important;
}
.user-registration-form .lost_password a {
  font-family: Jost;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: left;
  color: #f70;
}
.ur-frontend-form .ur-form-row .ur-form-grid label,
.ur-frontend-form .ur-form-row .ur-form-grid legend {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: center;
  color: #707070;
}
#user-registration .lost_password {
  margin-bottom: 0;
}
.login_wrapper .sec-head {
  font-weight: 600;
  font-size: 32px;
  text-align: left;
  color: #fafafa;
  margin: 40px 0 10px !important;
}
.login_wrapper .desc p {
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fafafa;
  margin-top: 10px;
}
.login_wrapper .desc {
  max-width: 400px;
}
.login_wrapper .btn-outline {
  font-weight: normal;
  padding: 0;
  border: none;
  background: transparent !important;
  margin-top: 20px;
}
.login_wrapper .btn-outline a {
  display: block;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #fafafa;
  width: 187px;
  height: 48px;
  border-radius: 5px;
  background: transparent !important;
  border: 1px solid #fff;
}

.login_wrapper .btn-outline a:hover {
  color: #f2710d !important;
  background: #fff !important;
}
.login_wrapper .overlay-right {
  background-image: url("/wp-content/uploads/2022/02/login_newsletter_bg.png");
}

.page-template-admin .JoinWithUS {
  /*display: none;*/
  height: 0;
    visibility: hidden;
    padding: 0 !important;
}
.page-template-template-business-adminpage .content {
  background: #fff;
  box-shadow: none;
  margin: 100px 0;
  border-radius: 10px;
}
.page-template-template-business-adminpage {
  background: #f1efef;
}
.page-template-template-business-adminpage .site-inner {
  background: transparent;
}
.admin-menu {
  background: #f5f5f5;
  border-radius: 10px 10px 0px 0px;
}
.admin-menu .nav-tabs {
  background: transparent;
}
.admin-menu .nav-tabs > li a {
  min-width: 150px;
  height: 63px;
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  padding: 0 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 5px 10px !important;
  border: 1px solid #ebe8e8 !important;
  margin: 0;
  outline: none !important;
  text-transform: none;
}
.admin-menu .nav-tabs a:hover,
.admin-menu .nav-tabs a:focus,
.admin-menu .nav-tabs a.active,
.admin-menu .nav-tabs a:active,
.admin-menu .nav-tabs a.active:hover,
.admin-menu .nav-tabs a.active:focus {
  background: #f70;
  color: #fff !important;
}
.admin-menu {
  padding: 40px 100px;
}
.admin-menu .nav-tabs a:hover,
.admin-menu .nav-tabs a:focus,
.admin-menu .nav-tabs a.active,
.admin-menu .nav-tabs a:active {
  position: relative;
}
.admin-menu .nav-tabs a.active:after {
  content: "";
  border-style: solid;
  border-width: 9px;
  border-color: red green #f67f16 yellow;
  border-top-color: #ff7700;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
}
#subInfoTable_wrapper #subInfoTable.dataTable td.details-control {
	text-align: center !important;
}
#CVSselector label {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #f70;
  text-transform: capitalize;
}
.admin-menu select {
  height: 63px !important;
  background-color: #fff;
  border: 1px solid #ebe8e8;
  box-shadow: none;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat;
  background-position: right 15px top 50%;
  background-size: 17px;
  cursor: pointer;
  padding: 5px 40px 5px 20px;
}
.admin-menu .nav-tabs > li {
  outline: none !important;
}
.page-template-template-business-adminpage .tab-content {
  padding: 50px 115px;
}
.page-template-template-business-adminpage .content {
  background: #fff;
  box-shadow: none;
  margin: 100px 0;
  border-radius: 10px;
}
.page-template-template-business-adminpage {
  background: #f1efef;
}
.page-template-template-business-adminpage .site-inner {
  background: transparent;
}
.admin-menu {
  background: #f5f5f5;
  border-radius: 10px 10px 0px 0px;
}
.many-tab.nav-tabs {
  background: transparent;
}
.many-tab.nav-tabs > li a {
  min-width: 150px;
  height: 63px;
  background: #fff !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-align: center;
  color: #000 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 5px 20px !important;
  border: 1px solid #ebe8e8 !important;
  margin: 0;
  outline: none !important;
  text-transform: none !important;
}
.many-tab.nav-tabs a:hover,
.many-tab.nav-tabs a:focus,
.many-tab.nav-tabs a.active,
.many-tab.nav-tabs a:active,
.many-tab.nav-tabs a.active:hover,
.many-tab.nav-tabs a.active:focus {
  background: #f70 !important;
  color: #fff !important;
}
.admin-menu {
  padding: 40px 100px;
}
.many-tab.nav-tabs a:hover,
.many-tab.nav-tabs a:focus,
.many-tab.nav-tabs a.active,
.many-tab.nav-tabs a:active {
  position: relative;
}

.many-tab.nav-tabs a.active:after {
  content: "";
  border-style: solid;
  border-width: 9px;
  border-color: red green #f67f16 yellow;
  border-top-color: #ff7700;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
}
#CVSselector label {
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #f70;
  text-transform: capitalize;
}
.admin-menu select {
  height: 63px !important;
  background-color: #fff;
  border: 1px solid #ebe8e8;
  box-shadow: none;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat;
  background-position: right 15px top 50%;
  background-size: 17px;
  cursor: pointer;
  padding: 5px 40px 5px 20px;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}
.many-tab.nav-tabs > li {
  outline: none !important;
}
.page-template-template-business-adminpage .tab-content {
  padding: 50px 115px;
  background: #fff;
  border-radius: 0 0 15px 15px;
}
.mang-list-head {
  justify-content: center;
  border: none;
}
.class_for_res {
  border: none;
}
.show_result_data,
.data_result {
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  padding: 60px 100px;
  border-radius: 0;
  margin-bottom: 50px;
}
.show_result_data *,
.data_result * {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: left;
  color: #707070;
}
.show_result_data h3,
.show_result_data h2,
.show_result_data h4,
.show_result_data h1,
.data_result h1,
.data_result h2,
.data_result h3,
.data_result h4 {
  font-weight: 600;
  font-size: 32px !important;
  text-align: left;
  color: #040404;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 1.2;
}
.class_for_res .main {
  max-width: 970px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  width: 100% !important;
  margin-bottom: 50px;
  padding: 50px 50px;
}
.class_for_res .heading {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #171717;
  padding: 0 !important;
}
.bar-chart {
  width: 100% !important;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #171717;
  height: 130px !important;
}
#jobform input,
#jobform select,
#jobform textarea {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  height: 63px;
  border-radius: 5px;
  background: #fff;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
  border: none;
}
#jobform .cke_chrome {
  border: none;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
}
#jobform .submit_box .btn {
  background: #f70;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #f5f5f5;
  letter-spacing: 0;
  height: 66px;
  min-width: 200px;
}
#jobform .submit_box {
  margin-top: 40px;
}
#jobform .submit_box .btn:hover {
  background: #2e2929;
}
.manage-listing-form .nav-tabs.many-tab {
  background: transparent;
}
#FormContainer .mang-list-head {
  justify-content: space-between;
}
#FormContainer .btn-style1 .vc_btn3 {
  background: #f70;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #f5f5f5 !important;
  letter-spacing: 0;
  height: 66px;
  min-width: 200px;
  box-shadow: none;
  padding: 10px 30px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#FormContainer .btn-style1 .vc_btn3:after {
  display: none;
}
#FormContainer .btn-style1 .vc_btn3:hover {
  background: #2e2929;
}

.page-template-template-business-adminpage #FormContainer .tab-content {
  padding: 50px 0 0;
  border: none;
}

#FormContainer .form-control#featueredimageupload {
  padding: 15px 10px;
  padding-left: 75px;
  height: 63px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #707070;
}
.manage-listing-form .k-upload {
  margin: 0 !important;
}
.k-upload-button > span {
  padding: 20px 40px;
  text-transform: none;
}
.k-upload-button {
  margin-bottom: 10px;
}
.k-dropzone em {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #707070;
  font-style: normal;
  text-transform: capitalize;
}
#FormContainer .input-text,
#FormContainer .search-form input[type="search"],
#FormContainer .form-control {
  margin-bottom: 20px;
  padding: 20px 20px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  height: 63px;
  border-radius: 5px;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  border: none;
}
#FormContainer .tab-content form.contact_details_form label {
  /* display:none; */
}
.notice-mandatory {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #0a0a0a;
}
.page-template-template-business-adminpage .tab-content form .site-btn {
  background: #f70;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #f5f5f5;
  letter-spacing: 0;
  height: 66px;
  min-width: 200px;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
}
.page-template-template-business-adminpage .tab-content form .site-btn:hover {
  background: #2e2929;
}
.Reply {
  font-weight: normal;
  font-size: 18px;
  text-align: left !important;
  color: #ff7700;
  margin-bottom: 20px;
}
.tab-content form .mng-search-img label {
  display: inline-block !important;
}
#FormContainer .tab-content form label[for="Image-upload"] {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  margin-right: 50px;
}
.manage-listing-form .site-main-cont .containdetails-tab2:first-child,
.manage-listing-form .site-main-cont .containdetails-tab2 {
  width: 100%;
  background: #fff;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.16);
  padding: 30px 30px;
}
.manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes {
  display: flex;
  flex-flow: wrap;
  margin-top: 50px;
  margin-bottom: 30px;
}
.manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes > div {
  margin-right: 25px;
}
.manage-listing-form .site-main-cont .containdetails-tab2 .checkboxes label {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
  margin: 0;
}
.manage-listing-form
  .site-main-cont
  .containdetails-tab2
  input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 7px;
}
.manage-listing-form .site-main-cont .containdetails-tab2 .sec_title2 {
  text-align: left;
  display: inline-block;
}
.tab-content form label {
  font-size: 18px;
  text-align: left;
  color: #000;
}
.tab-content textarea.form-control {
  min-height: 220px;
}

.galleryarea .ui-sortable {
  display: flex;
  flex-flow: wrap;
  margin: 0 -15px;
}
.galleryarea .ui-sortable li {
  width: 33.33%;
  padding: 0 15px;
  background: #fff;
  border: none;
  margin-bottom: 30px;
}
.galleryarea .ui-sortable li .ui-gallery-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 16%);
}
.galleryarea .ui-sortable li .ui-gallery-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryarea .ui-sortable .edit_btn {
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.galleryarea .ui-sortable .edit_btn .btn {
  border-radius: 0;
  display: block;
  padding: 9px 10px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f70;
  border: none !important;
}
.galleryarea .ui-sortable .edit_btn > div {
  padding: 0;
  border-right: 1px solid #fff;
}
.galleryarea .ui-sortable .edit_btn > div:last-child {
  border-right: 0;
}
.galleryarea .ui-sortable .edit_btn .btn:hover {
  background: #2e2929;
  color: #fafafa;
}
.dragndrop {
  position: relative;
}
.dragndrop:before {
  position: absolute;
  top: 1px;
  bottom: 2px;
  left: 3px;
  content: "";
  width: 180px;
  background-color: #fff;
  z-index: 1;
  height: 52px;
}
.dragndrop input#myfile {
  padding: 15px 10px;
  padding-left: 75px;
  height: 63px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #707070;
}

.galleryarea .ui-sortable {
  display: flex;
  flex-flow: wrap;
  margin: 0 -15px;
}
.galleryarea .ui-sortable li {
  width: 33.33%;
  padding: 0 15px;
  background: #fff;
  border: none;
  margin-bottom: 30px;
}
.galleryarea .ui-sortable li .ui-gallery-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 16%);
}
.galleryarea .ui-sortable li .ui-gallery-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleryarea .ui-sortable .edit_btn {
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.galleryarea .ui-sortable .edit_btn .btn {
  border-radius: 0;
  display: block;
  padding: 9px 10px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f70;
  border: none !important;
}
.galleryarea .ui-sortable .edit_btn > div {
  padding: 0;
  border-right: 1px solid #fff;
}
.galleryarea .ui-sortable .edit_btn > div:last-child {
  border-right: 0;
}
.galleryarea .ui-sortable .edit_btn .btn:hover {
  background: #2e2929;
  color: #fafafa;
}
.dragndrop {
  position: relative;
  margin-top: 30px;
}
.dragndrop:before {
  position: absolute;
  top: 1px;
  bottom: 2px;
  left: 3px;
  content: "";
  width: 180px;
  background-color: #fff;
  z-index: 1;
  height: 52px;
}
.dragndrop input#myfile {
  padding: 15px 10px;
  padding-left: 75px;
  height: 63px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #707070;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  border: none;
  max-width: 500px;
  outline: none !important;
  cursor: pointer;
}

.dragndrop > span {
  position: absolute;
  top: 0;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f2710d !important;
  color: #fff !important;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 12px 50px 10px;
  border: none !important;
  font-weight: 500;
  z-index: 2;
}
.dragndrop > span {
  padding: 21px 40px;
  text-transform: none;
}
.dragndrop .dropzone {
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  font-style: normal;
  text-transform: capitalize;
}
.descboxforimggall {
  margin-top: 20px;
}
.descboxforimggall textarea {
  padding: 20px 20px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  border-radius: 5px;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  border: none;
  min-height: 120px;
  margin-bottom: 0;
  display: block;
}
.descboxforimggall .actionbtns > div {
  border-right: 1px solid #fff;
  padding: 0;
}
.descboxforimggall .actionbtns {
  margin: 0;
}
.descboxforimggall .actionbtns > div a {
  border-radius: 0;
  display: block;
  padding: 9px 10px;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f70;
  border: none !important;
}
.descboxforimggall .actionbtns > div a:hover {
  background: #2e2929;
  color: #fafafa;
}
.imgmsg {
  margin-bottom: 50px;
}
#images .sec_title2 {
  margin-bottom: 60px;
}
.page-template-login-registration-php .JoinWithUS {
  display: none;
}

.Show-notifications {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: flex;
  flex-flow: wrap;
}
.Show-notifications > div {
  border-right: 1px solid #856404;
  margin-right: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.Show-notifications > div:last-child {
  border-right: 0;
}
.notify-here {
  margin-top: 70px;
}
.login_wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
  max-width: 100%;
}
.account-container {
  max-width: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 16%);
  padding: 60px 100px;
  border-radius: 0;
  margin-bottom: 50px;
  margin-top: 50px;
}

#user-registration
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link
  a {
  min-width: 150px;
  height: 63px;
  background: #fff !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  text-align: center;
  color: #000 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 5px 20px !important;
  border: 1px solid #ebe8e8 !important;
  margin: 0;
  outline: none !important;
  text-transform: none !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
  position: relative;
}
#user-registration
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link {
  border: none !important;
}
#user-registration .user-registration-MyAccount-navigation,
#user-registration.horizontal .user-registration-MyAccount-navigation {
  border: none;
  margin-bottom: 60px;
}
#user-registration
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link.is-active
  a,
#user-registration.horizontal
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link.is-active
  a {
  background: #f70 !important;
  color: #fff !important;
}
#user-registration
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link.is-active
  a:after,
#user-registration.horizontal
  .user-registration-MyAccount-navigation
  ul
  .user-registration-MyAccount-navigation-link.is-active
  a:after {
  content: "";
  border-style: solid;
  border-width: 9px;
  border-color: red green #f67f16 yellow;
  border-top-color: #ff7700;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
}
#user-registration .user-registration-MyAccount-content p,
#user-registration
  .user-registration-MyAccount-content
  .user-registration-profile-header
  .user-registration-nick-name {
  font-weight: normal;
  font-size: 20px;
  color: #707070;
}
#user-registration
  .user-registration-MyAccount-content
  .user-registration-profile-header
  h3 {
  font-weight: 600;
  font-size: 27px;
  color: #000;
}
.login_wrapper form {
  padding: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement,
.ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
  margin-bottom: 20px;
  padding: 20px 20px !important;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  height: 63px;
  border-radius: 5px;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  border: none !important;
}
#user-registration .user-registration-MyAccount-content p,
#user-registration
  .user-registration-MyAccount-content
  .user-registration-profile-header
  .user-registration-nick-name {
  margin-bottom: 0;
}
#user-registration .user-registration-MyAccount-content,
#user-registration .user-registration-MyAccount-content .ur-frontend-form,
form.user-registration-EditAccountForm.edit-password fieldset,
#user-registration .user-registration-MyAccount-content .ur-form-grid {
  padding: 0;
}
#user-registration .user-registration-MyAccount-content .edit-password legend,
#user-registration .user-registration-MyAccount-content h2 {
  font-weight: 600;
  font-size: 20px;
  color: #707070;
  border: none;
  text-align: center;
}

.monthlypost {
  padding-top: 60px !important;
  padding-bottom: 100px !important;
}
.new_form_layout input,
.new_form_layout select {
  margin-bottom: 20px;
  padding: 15px 20px !important;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  height: 63px;
  border-radius: 5px;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%) !important;
  border: none;
  height: auto !important;
  outline: none !important;
}
.fieldcontaineruser {
  max-width: 1030px;
  background: #fff;
  filter: drop-shadow(-5px 5px 20px rgba(0, 0, 0, 0.16));
  margin: 20px auto 0;
  padding: 40px;
}
.new_form_layout label {
  font-size: 18px;
  text-align: left;
  color: #000;
}
/* .fieldcontaineruser #featueredimageupload {
  padding-left: 98px !important;
  cursor: pointer;
} */

.new_form_layout select {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat;
  background-position: right 25px top 50%;
  background-size: 17px;
  cursor: pointer;
}
.new_form_layout .mng-search-img .k-upload {
  margin-bottom: 30px;
}
.new_form_layout .editorcontent #wp-user_frontend_editor-wrap * {
  letter-spacing: 0;
  font-weight: normal;
}
.wp-core-ui .quicktags-toolbar input.button.button-small {
  padding: 3px 10px !important;
}
.wp-switch-editor:hover {
  background: #f70 !important;
  color: #fff !important;
}
.new_form_layout .button.vc_btn3 {
  background: #f70;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #f5f5f5;
  letter-spacing: 0;
  height: 66px;
  min-width: 200px;
}
.new_form_layout .button:before,
.new_form_layout .button:after {
  display: none;
}
.new_form_layout .wpcf7-not-valid{
  box-shadow: 0 0 4px red !important;
}
.new_form_layout .wpcf7-not-valid-tip{
  display: none !important;
}
.wp-editor-container textarea.wp-editor-area {
  outline: none !important;
  border: none !important;
}
.mce-toolbar .mce-btn button,
.qt-dfw {
  border: none !important;
  background: transparent !important;
}
#user-registration {
  padding: 0px 100px;
}

.page-template-my-subscription .JoinWithUS {
  display: none;
}
.subInfo.top-page-header {
  max-width: 100%;
}
.subInfo.top-page-header {
  background: #fff;
  filter: drop-shadow(-5px 5px 20px rgba(0, 0, 0, 0.16));
  border: none;
  padding: 50px 90px;
  margin: 100px 0 100px;
}
div#subInfoTable_wrapper {
  padding: 0 15px;
}
div.dataTables_wrapper div.dataTables_filter input {
  max-width: 265px;
  height: 50px;
  background: transparent;
  border: 0.5px solid #f70;
  border-radius: 0;
  box-shadow: none !important;
  margin-left: 30px;
}
.subInfo .col-sm-6:last-child label,
.subInfo .col-sm-6:first-child label {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #090909;
}
.subInfo select.form-control.input-sm {
  width: 115px;
  height: 50px;
  background-color: transparent;
  border-radius: 0;
  border: 0.5px solid #f70;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat;
  background-position: right 25px top 50%;
  background-size: 17px;
  cursor: pointer;
  text-align: left;
  padding-left: 30px;
  box-shadow: none !important;
}
.page-template-my-subscription .content-sidebar-wrap {
  position: relative;
}
.page-template-my-subscription .content-sidebar-wrap:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/newsletter_bg.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  left: 0;
  height: 470px;
  width: 279px;
  top: -100px;
  z-index: -1;
  background-size: 100%;
}
.page-template-my-subscription .content-sidebar-wrap:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/newsletter_bg.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  right: 0;
  height: 470px;
  width: 279px;
  top: -100px;
  z-index: -1;
}
table#subInfoTable th {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #ff9c4f;
}
table#subInfoTable td {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #707070;
  padding: 20px 5px;
}
table#subInfoTable th:last-child {
  border: none;
}
div.dataTables_wrapper div.dataTables_info {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #707070;
}
.subInfo .dataTables_paginate .pagination > .disabled > a,
.pagination > .disabled > a:focus,
.subInfo .dataTables_paginate .pagination > .disabled > a:hover,
.subInfo .dataTables_paginate .pagination > .disabled > span,
.subInfo .dataTables_paginate .pagination > .disabled > span:focus,
.subInfo .dataTables_paginate .pagination > .disabled > span:hover {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  color: #090909;
}
.subInfo .dataTables_paginate .pagination > .active > a,
.subInfo .dataTables_paginate .pagination > .active > a:focus,
.subInfo .dataTables_paginate .pagination > .active > a:hover,
.subInfo .dataTables_paginate .pagination > .active > span,
.subInfo .dataTables_paginate .pagination > .active > span:focus,
.subInfo .dataTables_paginate .pagination > .active > span:hover {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
}
.page-template-template-business-adminpage
  .tab-content
  #reports
  .form-group
  select {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  height: 63px;
  border-radius: 5px;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  border: none;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat;
  background-position: right 15px top 50%;
  background-size: 17px;
  cursor: pointer;
}
.unq_visitor input[type="reset"] {
  background: #f70;
  margin-bottom: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #f5f5f5;
  letter-spacing: 0;
  height: 63px;
  min-width: 200px;
}

table#subInfoTable .newAddedTr td {
  color: #090909;
  padding: 15px 30px;
}
.dataTable .newAddedTr tr {
  background: #f8f8f8;
}
table#subInfoTable .newAddedTr > td {
  padding: 0;
  background: #fff !important;
  border-radius: 0 0 10px 10px;
}
.dataTable tr {
  border-radius: 0 0 10px 10px !important;
}
.dataTable .newAddedTr tr.floatRightDiv {
  background: #ffffff;
}
.subInfo.top-page-header p {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #707070;
}
#subInfoTable .newAddedTr .floatRightDiv button.btn.btn-primary-new {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #fafafa;
  letter-spacing: 0;
  text-transform: none;
}
#subInfoTable .newAddedTr .floatRightDiv button.btn.btn-primary-new:hover {
  background: #2e2929;
}
table#subInfoTable th:after {
  opacity: 1;
  font-weight: 100;
  font-size: 13px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.page-template-template-business-adminpage .site-inner,
.page-template-monthlypublication .site-inner,
.page-template-job-listing .site-inner {
  float: none;
  margin: 0 auto;
  max-width: 1475px;
  padding: 0 15px;
}
/* Login page css */

/* join-us page css */

table.price-table thead.head-table-data th:first-child,
table.price-table thead.head-table-data th {
  height: 70px;
  background: #707070;
  border-radius: 0;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #f5f5f5;
  padding: 0 15px;
  text-transform: none;
}
.table-firstcolumn em {
  display: none;
}
.table-firstcolumn .d-flex i {
  display: none;
}
table.price-table td.table-firstcolumn {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #171717;
  height: 70px;
  border: 1px solid #f5f5f5;
}
tbody.begin-table-data tr:first-child td:not(:first-child),
table.price-table td,
.table-benifit-rows td span {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #fcfbfb;
}
.table-benifit-rows td span {
  border: none;
}
table.price-table td i {
  color: #f70;
}
table.price-table td.tablefooter {
  padding: 0;
}
table.price-table td.tablefooter .btn-style1 a {
  background: #707070 !important;
  border: 1px solid #fcfbfb !important;
  display: block;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #fafafa !important;
  border-radius: 0;
  padding: 24px 15px;
}
table.price-table td.tablefooter .btn-style1 a:after {
  display: none;
}
table.price-table td.tablefooter .btn-style1 a:hover {
  background: #f70 !important;
}
.MembershipOptions table.price-table {
  margin-top: 50px;
  margin-bottom: 0 !important;
}
.MembershipOptions .wpb_text_column {
  margin-bottom: 0 !important;
}
.icon_with_text .agencies_col > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  border: 0.5px solid #e2dede;
  padding: 45px 15px;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}
.icon_with_text .agencies_col > .vc_column-inner,
.icon_with_text .agencies_col > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.WhyDANMembership_sec .icon_with_text {
  margin-top: 70px;
}
.icon_with_text .logo-img {
  width: 100px;
  height: 110px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon_with_text .logo-img * {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.icon_with_text .content_col {
  width: calc(100% - 110px);
  padding-left: 30px;
}
.icon_with_text .content_col .title {
  font-weight: 600;
  font-size: 22px;
  text-align: left;
  color: #171717;
  margin-bottom: 7px;
}
.icon_with_text .content_col .desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #8d8787;
}
.icon_with_text2 .agencies_col > .vc_column-inner > .wpb_wrapper {
  border-radius: 15px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 70px 40px;
  flex-flow: column;
}
.icon_with_text2 .logo-img {
  margin: 0 auto 40px;
  box-shadow: none;
  width: auto;
  height: auto;
}
.icon_with_text2 .logo-img * {
  width: 100px;
  height: 100px;
}
.icon_with_text2 .content_col {
  width: 100%;
  padding: 0;
}
.icon_with_text2 .content_col .title,
.icon_with_text2 .content_col .desc {
  text-align: center;
}
.MembershipBenefits_sec .MembershipBenefits_box {
  margin-top: 70px;
  display: flex;
  flex-flow: wrap;
}
.MembershipBenefits_box > div {
  margin-bottom: 30px;
}
.MembershipBenefits_box .content_col > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  box-shadow: -5px 2px 18px rgba(0, 0, 0, 0.16);
  padding: 20px 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 349px;
}
.MembershipBenefits_box > div > .vc_column-inner,
.MembershipBenefits_box > div > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
.MembershipBenefits_box .desc {
  margin-bottom: 0;
}
.MembershipBenefits_box .img_col .wpb_single_image,
.MembershipBenefits_box .img_col .wpb_single_image * {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.MembershipBenefits_box .title {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  color: #171717;
  text-align: center !important;
}
.MembershipBenefits_box .desc,
.MembershipBenefits_box .desc p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8d8787;
}

.new_form_layout2 .plan-heading {
  font-weight: 600 !important;
  font-size: 28px !important;
  color: #f70;
  position: relative;
  display: block;
  padding-bottom: 5px;
  text-align: center;
}
.new_form_layout2 .plan-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #f70;
  width: 100%;
  height: 1px;
  max-width: 300px;
  margin: 0 auto;
  right: 0;
}
.new_form_layout2 .forminator-row .forminator-subtitle {
  font-weight: 600 !important;
  font-size: 22px !important;
  text-align: center;
  color: #171717;
  border: none !important;
  margin: 90px 0 30px !important;
  padding: 0 0 5px !important;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #171717;
}
.new_form_layout2 .forminator-row .forminator-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #f70;
  width: 100%;
  height: 1px;
  max-width: 200px;
  margin: 0 auto;
  right: 0;
}
.new_form_layout2 form {
  background: #fff;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 0 100px 70px;
  margin-top: 80px;
}
.new_form_layout2 input {
  height: 63px;
  border-radius: 5px;
  background: #fff;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
  border: none;
  font-weight: normal;
  font-size: 18px;
  color: #707070;
  padding: 20px 20px;
}
.new_form_layout2 .forminator-row .forminator-label {
  font-size: 18px !important;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.new_form_layout2 .forminator-description {
  font-size: 14px !important;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.new_form_layout2 form p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #414141;
  font-weight: normal;
}
.new_form_layout2 form label {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #414141;
  font-weight: normal;
}
.new_form_layout2 .forminator-checkbox span[aria-hidden] {
  margin-top: 3px;
}
.new_form_layout2
  .forminator-checkbox
  input:checked
  + span[aria-hidden]:before {
  top: -18px;
}
.new_form_layout2
  .forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button {
  height: 60px;
  border-radius: 5px !important;
  background: #f70 !important;
  padding: 0 20px !important;
  min-width: 200px;
  border: none !important;
}
.new_form_layout2
  .forminator-ui.forminator-custom-form[data-design="default"]
  .forminator-button:hover {
  background: #2e2929 !important;
  color: #fff !important;
}

.single-job .main-blog-conatiner {
  padding: 0;
}
.single-job .location_section_inner {
  background: #eee;
  padding: 70px;
  position: relative;
}
.single-job .site-inner {
  padding: 0;
}
.single-job .location_section_inner:before {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/newsletter_bg.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  left: 0;
  height: 470px;
  width: 279px;
  top: 50%;
  z-index: auto;
  background-size: 100%;
  transform: translateY(-50%);
}
.single-job .location_section_inner:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/newsletter_bg.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  padding-top: 0;
  position: absolute;
  right: 0;
  height: 470px;
  width: 279px;
  top: 50%;
  z-index: auto;
  background-size: 100%;
  transform: translateY(-50%);
}
.single-job .location_section_inner .col_left {
  border-radius: 20px;
  background: #fcfcfc;
  box-shadow: -5px 2px 50px rgba(0, 0, 0, 0.1);
  padding: 100px 100px;
}
.single-job .location_section_inner .row {
  margin: 0;
}
.single-job .location_section_inner .sub-head {
  font-weight: 600;
  font-size: 50px;
  line-height: 73px;
  text-align: left;
  color: #302c2c;
  margin-bottom: 5px;
}
.single-job .location_section_inner .desc p,
.single-job .location_section_inner .desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #312e2e;
  margin-bottom: 10px;
}
.single-job .location_section_inner .name {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}
.single-job .location_section_inner .loaction_user {
  display: flex;
  flex-flow: wrap;
}
.single-job .location_section_inner .loaction_user > div {
  margin-right: 20px;
}
.single-job .location_section_inner .loaction_user > div img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 5px;
}
.single-job .location_section_inner .loaction_user > div {
  font-weight: 600;
  font-size: 14px;
  text-align: left;
  color: #3e3a3a;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.single-job .location_section_inner .logo_col {
  width: 122px;
  height: 122px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-job .location_section_inner .logo_col img {
  max-width: 100px;
}
.single-job .location_section_inner .col_left > .row .content_col {
  width: calc(100% - 122px);
  padding-left: 40px;
}
.single-job .location_section_inner .col_right {
  padding: 0 60px;
}
.single-job .location_section_inner .col_right iframe {
  border-radius: 10px !important;
  height: 326px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.single-job .location_section_inner .col_right a {
  width: 220px;
  height: 60px;
  border-radius: 5px;
  background: #f70;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #fafafa;
  margin: 50px auto 0;
}
.single-job .location_section_inner .col_right a:hover {
  background: #2e2929;
  color: #fafafa;
}
.location_form_section .form {
  max-width: 1027px;
  background: #fff;
  box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 80px 100px !important;
}
.location_form_section .sec_title2 {
  margin-bottom: 60px;
}
.new_form_layout3 .input-text,
.new_form_layout3 .search-form input[type="search"],
.new_form_layout3 .form-control {
  margin-bottom: 20px;
  padding: 20px 20px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  height: 63px !important;
  border-radius: 5px;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  border: none;
}
.new_form_layout3 select {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat !important;
  background-position: right 25px top 50% !important;
  background-size: 17px !important;
  cursor: pointer;
}
.new_form_layout3 label {
  font-size: 18px;
  text-align: left;
  color: #000;
}
.new_form_layout3 .chosen_file .chosen_file {
  position: relative;
  margin-top: 30px;
}
.new_form_layout3 .chosen_file:before {
  position: absolute;
  top: 1px;
  bottom: 2px;
  left: 3px;
  content: "";
  width: 180px;
  background-color: #fff;
  z-index: 1;
  height: 52px;
}
.new_form_layout3 .chosen_file input[type="file"] {
  padding: 15px 10px;
  padding-left: 151px !important;
  height: 63px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #707070;
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  border: none;
  max-width: 500px;
  outline: none !important;
  cursor: pointer;
}

.new_form_layout3 .chosen_file > span.select_text {
  position: absolute;
  top: 0;
  border: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #f2710d !important;
  color: #fff !important;
  overflow: hidden;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 12px 50px 10px;
  border: none !important;
  font-weight: 500;
  z-index: 2;
}
.new_form_layout3 .chosen_file > span.select_text {
  padding: 21px 40px;
  text-transform: none;
}
.new_form_layout3 .chosen_file .dropzone {
  margin-top: 20px;
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #707070;
  font-style: normal;
  text-transform: capitalize;
}
.new_form_layout3 .wpcf7-submit {
  background: #f70 !important;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: center !important;
  color: #f5f5f5 !important;
  letter-spacing: 0 !important;
  height: 60px !important;
  min-width: 200px;
  margin: 10px auto 0 !important;
  width: auto !important;
  line-height: 1 !important;
}
.new_form_layout3 .wpcf7-submit:hover {
  background: #2e2929 !important;
  color: #fafafa !important;
}
.new_form_layout3 .chosen_file:before {
  position: absolute;
  top: 0;
  left: 93px;
  content: "";
  width: 180px;
  background-color: #fff;
  z-index: 1;
  height: 63px;
}
.new_form_layout3 .wpcf7-spinner {
  margin: 10px auto 0;
  display: block;
}
.new_form_layout3 button.wpcf7-submit + .wpcf7-spinner {
  display: none;
}
.new_form_layout3 .wpcf7-not-valid-tip::after {
  border-bottom: 8px solid #f16421;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  left: 16px;
  position: absolute;
  top: -7px;
}
.new_form_layout3 .wpcf7-not-valid-tip {
  background: #f16421 !important;
  bottom: 0px;
  box-shadow: 1px 2px 3px rgb(0 0 0 / 25%);
  color: #fff;
  float: left;
  padding: 3px 10px !important;
  position: relative;
  width: auto;
  z-index: 99;
  font-size: 12px;
}
.new_form_layout3 .wpcf7-not-valid-tip {
  margin-bottom: 15px;
  margin-top: 0px;
  background: #ff3131 !important;
}

.contact-alert-msg .new_form_layout3 .wpcf7-not-valid-tip {
  margin-top: 0px;
}

.new_form_layout3 span.wpcf7-not-valid-tip:before,
.new_form_layout3 .wpcf7-not-valid-tip::after {
  border-bottom: 8px solid #ff3131 !important;
}
.new_form_layout3 input[type="date"] {
  position: relative;
}
.new_form_layout3 input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.new_form_layout3 input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: "FontAwesome";
  content: "\f073";
  /* This is the calendar icon in FontAwesome */
  width: 30px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 6px;
  color: #2e2929;
}

.searchbannertext-inner{
  position:relative;
  padding: 0 15px;
}
.Exploretheagencies_sec{
  background: #fafafa;
}
.Exploretheagencies_sec .inner_row{
  display: flex;
  flex-flow: wrap;
  max-width: 1170px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.Exploretheagencies_sec .left_col,
.Exploretheagencies_sec .right_col{
  width:50%;
  padding: 0 30px;
}
.Exploretheagencies_sec .sec_title2:after{
  display:none;
}
.Exploretheagencies_sec .sec_title2{
  text-align: left;
  display: inline-block;
}
.Exploretheagencies_sec .sec_title2:before{
  right:auto;
}
.Exploretheagencies_sec .right_col{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 10px;
}
.Exploretheagencies_sec .search-col{
  flex: 2;
  box-shadow: 0px 3px 80px rgb(0 0 0 / 16%);
  border-radius: 10px 0 0 10px;
}
.Exploretheagencies_sec .search-col select{
 background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>")
    no-repeat;
 background-position: right 25px top 50%;
 background-size: 17px;
 cursor: pointer;
 appearance: none;
 -webkit-appearance: none;
}
.Exploretheagencies_sec .search-col select,
.Exploretheagencies_sec .submit-col input{
    height: 69px;
    font-weight: normal;
    font-size: 18px !important;
    letter-spacing: 0.02em;
    line-height: 32px;
    text-align: left;
    color: #707070;
    padding: 0 40px 0 40px !important;
    border: none;
    border-radius: 10px 0 0 10px;
    border: none !important;
    outline: none !important;
}
.Exploretheagencies_sec .submit-col input{border-radius: 0 10px 10px 0px;color: #fff;text-align: center;text-transform: none;background: #f2710d;width: 100%;}
.Exploretheagencies_sec .submit-col input:hover{
      background: #2e2929;
}
.Exploretheagencies_sec .submit-col {
  flex: 0.7;
  box-shadow: 0px 3px 80px rgb(0 0 0 / 16%);
  border-radius: 10px;
}

.BestDigitalAgenciesbyServices_sec .inner_row ul{
  display: flex;
  flex-flow: wrap;
  margin: 80px -15px 0;
  padding: 0;
}
.BestDigitalAgenciesbyServices_sec .inner_row ul li{
  width:33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.BestDigitalAgenciesbyServices_sec .inner_row ul li .box_li{
  background: #fff;
  border: 1px solid #e9e7e7;
}
.BestDigitalAgenciesbyServices_sec .inner_row ul li .box_li a{
  display: flex;
  padding: 20px 50px;
  align-items: center;
}
.BestDigitalAgenciesbyServices_sec .inner_row ul li .box_li .title{
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  text-align: left;
  color: #000;
  margin: 0;
  padding-left: 20px;
}
.BestDigitalAgenciesbyServices_sec .inner_row ul li .box_li a:hover .title{
  color: #f67f16;
}
.BestDigitalAgenciesbyServices_sec .inner_row ul li .box_li a img{
  width: 35.58px;
  height: 29.45px;
  object-fit: contain;
}
.job-sec-new .job-new-list .agency-item-head .job-icon{
  margin-bottom:20px;
}
.job-sec-new .job-new-list .agency-item-head .agencymainleftdetail{height:auto;}
.job-new-list .title{
    width: calc(100% - 160px);
}
.job-sec-new .job-details-inner .jobleft_sec .title{
  width:100%;
}
.job-new-list .job-details-inner > div:first-child{
  padding-left:0;
}
.search .icon_with_text .agencies_col{
  margin-bottom:30px;
}
.search .icon_with_text .logo-img{
  width: 164px;
height: 164px;
}
.search .icon_with_text .content_col {
    width: calc(100% - 164px);
}
.search .icon_with_text .logo-img *{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search .icon_with_text .logo-img figure{
  margin: 0;
  padding: 20px 20px;
}
.faq-sec #accordion button, .faq-sec #accordion h5{
  white-space: normal;
  height: auto;
  min-height: 71px;
  padding-top:5px;
  padding-bottom:5px;
}
/* join-us page css */

/* contact us page css */

.ContactUs_sec .sub_title {
  display: inline-block;
  font-weight: 600 !important;
  /* font-size: 32px !important; */
  color: #f70;
  position: relative;
  padding-bottom: 5px;
}
.ContactUs_sec .sub_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #f70;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.ContactUs_sec .sec_title2.sec_title2 {
  margin-bottom: 100px;
}
.ContactUs_sec .new_form_layout3 {
  background: #fff;
  box-shadow: -5px 5px 20px rgb(0 0 0 / 10%);
  padding: 80px 100px;
  margin: 0 auto;
}
.ContactUs_sec .container_sec {
  max-width: 1027px;
}
.new_form_layout3 .recaptcha .g-recaptcha > div {
  margin-left: 15px;
  height: 62px !important;
}
.new_form_layout3 .recaptcha .g-recaptcha iframe {
  transform: scale(0.8);
  transform-origin: left top;
}
.new_form_layout3 textarea {
  min-height: 190px;
}
.ContactUs_sec .new_form_layout3 .sub_title {
  display: block;
  margin-bottom: 40px;
  font-size: 22px !important;
  text-align: center;
  color: #171717;
}
.ContactUs_sec .new_form_layout3 .sub_title:before {
  max-width: 80px;
  right: 0;
}
.template-business-adminpage-data #jobform .agencyname .bs-caret .caret {
	border-top:0 !important;
}
#subInfoTable_wrapper #subInfoTable.dataTable td {
	border-right: 1px solid #ddd !important;
}
/* End contact us page css */

.pagination-nav .pagination{
  margin-top: 10px;
  width: 100%;
}
.pagination-nav{
  width: 100%;
}
.pagination-nav .pagination li{
  cursor: pointer;
}
.pagination-nav .pagination li.selected,
.pagination-nav .pagination li:hover{
  color:#f70;
}
#jobform select#agencyname {
    left: 0 !important;
    top: 0 !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 63px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.searchregion {
    display: block;
    max-width: 900px;
    margin: 30px auto 0;
}
.filtersearch {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.filtersearch .col-md-4 {
  padding-left:0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
.filtersearch .city.form-group.col-md-4:last-child {
    flex: 0 0 172px;
    max-width: 172px !important;
}
.filtersearch .col-md-4 .dropdown {
  width: 100% !important;
}
.searchregion .filtersearch .region button,
.searchregion .filtersearch .city button,
.searchregion .filtersearch input#searchloc_button {
    height: 69px;
    font-weight: normal;
    font-size: 18px !important;
    letter-spacing: 0.02em;
    text-align: left;
    color: #707070;
    padding: 0 40px 0 40px !important;
    border: none;
    line-height: 69px;
    width:100%;
    outline-offset: unset !important;
    box-shadow: none !important;
    text-transform: capitalize;
    outline: none;
}
.searchregion .filtersearch .region button:hover,
.searchregion .filtersearch .city button:hover {
  color: #707070 !important;
}
.searchregion .filtersearch .region button,
.searchregion .filtersearch .city button {
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>") no-repeat;
    background-position: right 25px top 50%;
    background-size: 17px;
    cursor: pointer;
    background-color: #fff !important;
}
.searchregion .filtersearch .region button.dropdown-toggle::after,
.searchregion .filtersearch .city button.dropdown-toggle::after {
  display: none !important;
}
.searchregion .filtersearch input#searchloc_button {
    color: #fff !important;
    text-align: center !important;
    width: unset !important;
    padding: 0 65px 0px 65px !important;
    background: #f2710d;
    border-radius: 0 10px 10px 0px;

}
/*.searchregion .filtersearch .region .btn:not(:disabled):not(.disabled):active {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='balck'/></g></svg>") no-repeat !important;
}*/
.searchregion .filtersearch input#searchloc_button:hover {
  background-color: #000 !important;
}
.searchregion .filtersearch .region button:before {
  content: "";
    right: 0;
    border-right: 1px solid hsl(0deg 0% 44% / 30%);
    position: absolute;
    top: 50%;
    height: 30px;
    width: 1px;
    transform: translateY(-50%);
}
.searchregion .filtersearch .region button {
  position: relative;
 border-radius: 10px 0 0 10px !important;
}
.searchregion .filtersearch .city button {
  border-radius: 0 !important;
}

.search-results .featured_image_area  {
  overflow: unset !important;
}
div#frmProcess {
  text-align: center;
  padding: 10px 20px;
}
.ring:after{
  border: 6px solid #ff7700;
  border-color: #ff7700 transparent #ff7700 transparent;
}
#subInfoTable_wrapper #subInfoTable.dataTable td.details-control [type="submit"]{
  border: 1px solid #2e2929;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #010101;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 5px 13px;
    min-width: 105px;
    background: #2e2929;
    color: #fafafa;
    margin: 0 auto;
}
#subInfoTable_wrapper #subInfoTable.dataTable td.details-control [type="submit"]:hover{
  background: #000;
}
#subInfoTable_wrapper #subInfoTable.dataTable td.details-control form{ margin-right: 20px;}
.upgradeform #paymentElement{ max-width: 590px;margin: 0 auto 20px;padding: 30px 20px;box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.1);border-radius: 5px;}
.upgradeform #form-successmessage{ width: 100%;    color: #155724; background-color: #d4edda; border-color: #c3e6cb;padding: 16px 20px;font-size: 20px;}
/* responisve css */

@media (max-width: 1600px) {
  .container_sec,
  .wrap {
    max-width: 1280px;
  }
  .login_wrapper .container {
    max-width: 1250px;
  }
  body,
  html {
    overflow-x: hidden;
  }
  .hero_section .content_col > .vc_column-inner > .wpb_wrapper {
    max-width: 610px;
  }
  .hero_section .searchdet input,
  .hero_section .searchdet select {
    padding: 0 15px 0 15px !important;
  }
  .sec_spacing,
  .job_list .filter-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .page-template-job-listing .job_list,
  .faq-sec {
    padding-bottom: 60px;
  }
  .ThePerfectSolutions_sec.sec_spacing,
  .AgenciesoftheMonth_sec.sec_spacing,
  .Feed_sec.sec_spacing {
    padding-bottom: 30px !important;
  }
  .box_sec .owl-item .slider-inner {
    margin-top: 10px;
    padding: 40px 10px;
  }
  .LetsKeepinTouch_sec .container_sec:before,
  .LetsKeepinTouch_sec .container_sec:after {
    top: -70px;
  }
  .ContactUs_sec .new_form_layout3 {
    padding: 50px 50px;
  }
  .ContactUs_sec .sec_title2.sec_title2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1439px) {
  body.home .vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .container_sec,
  .wrap {
    max-width: 1170px;
  }
  .login_wrapper .container {
    max-width: 1475px;
  }
  .hero_section .content_col > .vc_column-inner > .wpb_wrapper {
    max-width: 570px;
  }
  .hero_section .hero_title {
    font-size: 100px;
  }
  .hero_section .sub_title {
    font-size: 40px;
  }
  .hero_section .searchdet input,
  .hero_section .searchdet select {
    font-size: 16px !important;
  }
  .box_sec .owl-item .slider-inner {
    height: 210px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .AgenciesoftheMonth_sec .box_sec .owl-item .slider-inner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .LookingForJOB_sec .job_sec .details .right a {
    height: 50px;
    width: 110px;
    font-size: 16px;
  }
  .btn_style_1 .vc_btn3 {
    height: 50px;
    padding: 12px 20px;
  }
  .sec_spacing,
  .job_list .filter-sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .page-template-job-listing .job_list,
  .faq-sec {
    padding-bottom: 60px;
  }
  .ThePerfectSolutions_sec.sec_spacing,
  .AgenciesoftheMonth_sec.sec_spacing,
  .Feed_sec.sec_spacing {
    padding-bottom: 20px !important;
  }
  .site-header .header-menu .genesis-nav-menu .menu-item:last-child {
    margin-left: 10px;
  }

  .hero_section .searchdet input,
  .hero_section .searchdet select {
    height: 50px;
  }
  .site-header .wrap {
    padding: 0;
  }
  .LetsKeepinTouch_sec .es_submit_button,
  .LetsKeepinTouch_sec .es-field-wrap label:first-child input {
    height: 50px;
  }
  .LetsKeepinTouch_sec .es_submit_button {
    border-radius: 0 10px 10px 0;
  }
  .LetsKeepinTouch_sec .es-field-wrap label:first-child input {
    border-radius: 10px 0px 0 10px;
  }
  .WhyDANMembership_sec .icon_with_text,
  .MembershipBenefits_sec .MembershipBenefits_box {
    margin-top: 50px;
  }
  table.price-table thead.head-table-data th:first-child,
  table.price-table thead.head-table-data th {
    height: 50px;
    font-size: 16px;
  }
  table.price-table td.tablefooter .btn-style1 a {
    padding: 14px 15px;
    font-size: 16px;
  }
  table.price-table thead.head-table-data th:first-child,
  table.price-table thead.head-table-data th {
    height: 50px;
    font-size: 16px;
    line-height: 1.2;
  }
  tbody.begin-table-data tr:first-child td:not(:first-child),
  table.price-table td,
  .table-benifit-rows td span {
    font-size: 16px;
  }
  table.price-table td.table-firstcolumn {
    height: 50px;
  }
  .new_form_layout3 .input-text,
  .new_form_layout3 .search-form input[type="search"],
  .new_form_layout3 .form-control {
    font-size: 16px;
    height: 50px !important;
    padding: 10px 20px;
  }
  .new_form_layout3 .wpcf7-submit {
    height: 50px !important;
    font-size: 16px !important;
  }
  .new_form_layout2 input {
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
  }
  .new_form_layout2 form{
    padding: 0 60px 40px;
    margin-top: 60px;
  }
  .new_form_layout2 .forminator-row .forminator-subtitle{
    margin: 60px 0 30px !important;
  }
  .tag-ul li a,
  .job-new-list .view_profile a{
    font-size:16px;
  }
  .job-sec-new .desc {
      margin-bottom: 30px;
  }
  .Exploretheagencies_sec .search-col select{
    padding: 0 50px 0 15px !important;
    background-position: right 19px top 50%;
    font-size: 16px !important;
  }
  .Exploretheagencies_sec .submit-col input{
    font-size: 16px !important;
  }
  .Exploretheagencies_sec .search-col select, .Exploretheagencies_sec .submit-col input{
    height:50px;
  }
  .BestDigitalAgenciesbyServices_sec .inner_row ul li .box_li .title{
    font-size:16px;
  }
  .faq-sec #accordion button, .faq-sec #accordion h5{
    min-height:auto;
  }
}
@media (max-width: 1279px) {
  .container_sec,
  .wrap {
    max-width: 960px;
  }
  .hero_section .hero_title {
    font-size: 70px;
  }
  .hero_section .sub_title {
    font-size: 30px;
  }
  .hero_section .desc,
  .hero_section .desc p {
    font-size: 16px;
  }
  .hero_section .searchdet select {
    padding-right: 40px !important;
    background-position: right 15px top 50%;
  }
  .hero_section .content_col {
    padding-top: 80px;
  }
  .hero_section .content_col > .vc_column-inner > .wpb_wrapper {
    max-width: 466px;
  }
  .site-header .header-menu {
    flex-flow: column;
    align-items: flex-end;
  }
  header.site-header.sticky-header .header-menu .genesis-nav-menu {
    display: none;
  }
  header.site-header.sticky-header .header-menu .genesis-nav-menu {
    display: none;
  }
  .sec_title,
  .sec_title2 {
    font-size: 24px;
  }
  .desc p,
  .desc {
    font-size: 16px;
  }
  .LookingForJOB_sec .job_sec .details .middle .sub-head {
    font-size: 16px;
  }
  .Feed_sec .blog_listing_col .desc {
    font-size: 16px;
  }
  .WhyDANMembership_sec .icon_with_text,
  .MembershipBenefits_sec .MembershipBenefits_box {
    margin-top: 30px;
  }
  .icon_with_text .agencies_col > .vc_column-inner > .wpb_wrapper {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .MembershipBenefits_box .content_col > .vc_column-inner > .wpb_wrapper {
    padding: 30px 20px;
  }
  .icon_with_text .content_col {
    width: 100%;
    padding: 0;
  }
  .icon_with_text .content_col .title,
  .icon_with_text .content_col .desc {
    text-align: center;
  }
  .featured_image_area .entry-title {
    font-size: 40px;
  }
  .featured_image_area .desc,
  .featured_image_area .desc p {
    font-size: 16px;
  }
  .featured_image_area,
  .page-template-login-registration-php .hero-sec {
    height: 340px;
  }
  .MembershipOptions table.price-table {
    margin-top: 20px;
  }
  .WhyDANMembership_sec .icon_with_text .agencies_col {
    width: 50%;
    margin-bottom: 30px;
  }
  .MembershipBenefits_box > div {
    width: 50%;
  }
  .table-firstcolumn .d-flex {
    font-size: 16px;
  }
  .featured_image_area,
  .page-template-login-registration-php .hero-sec {
    margin-bottom: 20px;
  }
  .ContactUs_sec .sec_title2.sec_title2 {
    margin-bottom: 30px;
  }
  .ContactUs_sec .new_form_layout3 {
    padding: 25px;
    margin-bottom: 30px;
  }
  .new_form_layout2 form{
    padding: 0 30px 10px;
    margin-top: 60px;
    margin-top: 40px;
  }
  .new_form_layout2 .forminator-row .forminator-subtitle{
    margin: 60px 0 30px !important;
  }
  .new_form_layout2 .plan-heading{
    font-size: 24px !important;
  }
   .job-new-list .title{
    width: 100%;
}
  .job-sec-new .job-new-list .agency-item-head .agencymainleftdetail{
    flex-flow: column;
  }
  .faq-sec #accordion{
    margin-top:30px;
  }
  .search .icon_with_text .logo-img{
    margin-bottom:20px !important;
  }
  .faq-sec #accordion button{
    font-size:16px;
    padding: 0;
  }
  .faq-sec #accordion h5{
    padding: 10px 30px 10px 15px;
  }
  .faq-sec #accordion .card-header button:before{
    right: 14px;
  }
  .faq-sec #accordion .card-body{
    padding:15px;
  }
}
@media (max-width: 1023px) {
  .single-job-data .desc {
    padding-left:15px;
    padding-right: 15px;
  }
	body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		margin-top:15px !important;
	}
  .site-header .header-menu {
    flex-flow: wrap;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block {
    border: 1px solid #2e2929;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #010101;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 5px 12px;
    background: #fff;
    margin: 0 !important;
  }
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner:before,
  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner:after {
    background: #010101;
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    height: 48px;
  }
  .header-menu div#mega-menu-wrap-primary {
    padding-right: 0;
  }
  .container_sec,
  .wrap,
  body.home .vc_row {
    max-width: 100%;
    padding: 0 15px !important;
  }
  .container_sec,
  body.home .vc_row {
    max-width: 100%;
    padding: 0 0 !important;
  }
  .hero_section {
    padding-right: 0 !important;
  }
  .LookingForJOB_sec .job_sec .details {
    padding: 15px;
  }
  .LookingForJOB_sec .job_sec .details .right {
    flex: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 80px !important;
  }
  .LookingForJOB_sec .job_sec .details .middle {
    flex: 8;
    padding-left: 15px;
  }
  .LookingForJOB_sec .job_sec .details {
    height: 100%;
    margin-bottom: 0;
  }
  .LookingForJOB_sec .job_sec > div {
    margin-bottom: 30px;
  }
  .hero_section .hero_title {
    font-size: 50px;
  }
  .hero_section .sub_title {
    font-size: 20px;
  }
  .Feed_sec .bg_sec [class*="col-"] > .row > [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Feed_sec .blog_list > .bg_sec [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .LetsKeepinTouch_sec .es-field-wrap label:first-child input {
    opacity: 1;
  }
  .JoinWithUS {
    padding: 0 15px;
  }
  .hero_section .searchdet select {
    background-color: #fff;
  }
  .ThePerfectSolutions_sec.sec_spacing,
  .AgenciesoftheMonth_sec.sec_spacing,
  .Feed_sec.sec_spacing {
    padding-bottom: 0 !important;
  }
  .sec_spacing,
  .job_list .filter-sec {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .new_form_layout2 .forminator-row .forminator-subtitle{
    margin: 0 0 30px !important;
  }
  .new_form_layout2 form{
    padding: 30px 20px 10px;
  }
  .new_form_layout2 form p {
    font-size: 16px;
    line-height: 1.5;
  }
  .job-sec-new .job-col{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .job-sec-new .job-new-list .agency-item-head .agencymainleftdetail{
    flex-flow: wrap;
  }
  .job-new-list .title{
    width: calc(100% - 160px);
}
  .search-result .col-md-12{
    padding:0;
  }
  .search .sec_spacing,
  .search .job_list .filter-sec {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
  }
  .job-sec-new .row{
    margin-left:15px;
    margin-right:15px;
  }
  .job-sec-new .job-col:last-child{
    margin-bottom:0;
  }

.BestDigitalAgenciesbyServices_sec .inner_row ul li{

  width:50%;

}
.search .WhyDANMembership_sec .icon_with_text{
  margin-left: 15px;
  margin-right: 15px;
}
  .search .WhyDANMembership_sec .agencies_col > .vc_column-inner{
    padding: 0;
  }
  .BestDigitalAgenciesbyServices_sec .inner_row ul{
    margin:30px 0 0;
    padding:0 15px;
  }
  .search .icon_with_text .content_col{
    width:100%;
  }
  .search .faq-sec{
    padding-left:30px;
    padding-right:30px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .hero_section .content_col {
    padding-top: 20px;
  }
  .hero_section > .vc_row .content_col,
  .hero_section > .vc_row .images_col {
    width: 100%;
  }
  .hero_section > .vc_row .images_col {
    margin-top: 40px;
  }
  .hero_section .content_col > .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
  }
  .agency-form {
    max-width: 100%;
  }
  .hero_section .images_col > .vc_column-inner > .wpb_wrapper {
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 767px) {
  .hero_section .images_col > .vc_column-inner {
    padding-right: 15px;
}

  .hero_section .content_col > .vc_column-inner > .wpb_wrapper {
    max-width: 100%;
  }
  header.site-header.sticky-header .header-menu .genesis-nav-menu {
    display: flex;
  }
  .site-header .header-menu .genesis-nav-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f70;
    margin: 0;
  }
  .site-header .header-menu .genesis-nav-menu .menu-item:last-child {
    display: none;
  }
  .logged-in .header-menu .genesis-nav-menu .menu-item:last-child{
    display: block;
    margin: 0 !important;
  }
  .logged-in .site-header .header-menu .genesis-nav-menu .menu-item:last-child a{
    background: #000;
    padding-left: 25px !important;
  }
  .site-header .header-menu .genesis-nav-menu .menu-item {
    margin: 0;
    width: 100%;
  }
  .site-header .header-menu .genesis-nav-menu .menu-item a {
    background: #f70;
    color: #fff;
    font-size: 16px !important;
    border-radius: 0;
    border: 0 !important;
  }
  .site-header .header-menu .genesis-nav-menu .menu-item a:hover {
    background: #222429;
  }
  .footer {
    padding-bottom: 60px;
  }
  .site-header .header-menu .genesis-nav-menu .menu-item:first-child a {
    border-right: 1px solid #fff !important;
  }
  .site-header .main-header .logo {
    width: 170px;
  }
  .site-header .header-menu {
    width: calc(100% - 170px);
  }
  #mega-menu-wrap-primary .mega-menu-toggle {
    width: auto;
  }
  .NewMembersofDAN .member_slider {
    margin-top: 0;
  }
  .JoinWithUS .sub_title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sub_title {
    font-size: 22px;
  }
  .LetsKeepinTouch_sec .wpb_text_column {
    margin-bottom: 0;
  }
  .LetsKeepinTouch_sec .desc {
    margin-bottom: 20px;
  }
  .agencies_of_the_month_sec > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: block;
    overflow: auto;
  }
  .table-firstcolumn .d-flex {
    min-width: 250px;
  }
  .icon_with_text2 .agencies_col > .vc_column-inner > .wpb_wrapper,
  .icon_with_text .agencies_col > .vc_column-inner > .wpb_wrapper {
    padding: 30px 15px;
  }
  .site-header .main-header {
    height: 80px;
  }
  .featured_image_area,
  .page-template-login-registration-php .hero-sec {
    height: auto;
    padding: 40px 0 !important;
    margin-bottom: 10px;
  }
  .featured_image_area .entry-title {
    font-size: 30px;
  }
  .MembershipBenefits_box .content_col > .vc_column-inner > .wpb_wrapper {
    min-height: 200px;
  }
  .new_form_layout2 .plan-heading{
    font-size: 22px !important;
  }
  .join-standard-membership-usd form#MemberShip{
    margin: 30px -15px 0;
  }
  .logged-in .site-header .header-menu .genesis-nav-menu .menu-item{
    width:100%;
  }
  header .user-account .btn-group button{
    border:none !important;
    color:#fff !important;
  }
  .site-header .header-menu .genesis-nav-menu .menu-item a{
    background:transparent;
    color:#000;
    padding: 5px 15px !important;
    justify-content: flex-start;
  }
  header .user-account .dropdown-menu {
    width: 96vw !important;
    max-width: 100vw;
    min-width: 100%;
    top: auto !important;
    bottom: 55px !important;
    left: 2vw !important;
    transform: none !important;
  }
  header.sticky-header .user-account .dropdown-menu {
    top: auto !important;
  }
  .site-header .header-menu .genesis-nav-menu .menu-item h3{
    text-align: left;
    justify-content: flex-start;
  }
  .job-sec-new .row {
    margin-left: 0;
    margin-right: 0;
}
  .Exploretheagencies_sec .left_col, .Exploretheagencies_sec .right_col{
    width:100%;
  }
    .BestDigitalAgenciesbyServices_sec .inner_row ul li .box_li a{
    padding: 10px 20px;
  }
  .BestDigitalAgenciesbyServices_sec .inner_row ul{
    padding:0;
  }
  .search .icon_with_text .agencies_col{
    /* padding:0; */
  }
  .search .WhyDANMembership_sec .icon_with_text{
    margin-left: 0;
    margin-right: 0;
  }
  .search .faq-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-business-management-data .class_for_res .bar-chart {
    height: 230px !important;
  }
  .page-template-template-business-adminpage .submit .col-md-6.col-sm-12.col-xs-12.pull-right .col-md-6.col-sm-12 {
  	padding-right: 0 !important;
  	padding-left: 0 !important;
  }
  .template-business-adminpage-data .tab-content #jobs .agencyname button {
  	font-size: 16px !important;
	height: 50px !important;
	background-size: 12px !important;
  }
.searchregion .filtersearch .region button, .searchregion .filtersearch .city button, .searchregion .filtersearch input#searchloc_button {
  padding: 0 15px 0 15px !important;
  height: 50px !important;
  line-height: 50px !important;
}
.searchregion .filtersearch input#searchloc_button {
    width: 100% !important;
}
}
@media (min-width: 577px) and (max-width: 767px){
    .filtersearch .col-md-4 {
      flex: 0 0 33.333333% !important;
      max-width: 33.333333% !important;
    }
}
@media (max-width: 576px) {
  .LetsKeepinTouch_sec .es-field-wrap label:first-child input {
    padding: 5px 20px;
  }
  .searchregion .filtersearch .region button:before {
    display: none !important;
  }
  .searchregion .filtersearch .region button, .searchregion .filtersearch .city button, .searchregion .filtersearch input#searchloc_button {
    height: 50px;
    line-height: 50px;
    font-size: 16px !important;
  }
  .searchregion .filtersearch .region button {
    border-radius: 0 !important;
    border-bottom: 1px solid #7070704d;
  }
  .searchregion .filtersearch input#searchloc_button {
    width:100% !important;
    border-radius: 0 !important;
  }
  .filtersearch .city.form-group.col-md-4:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

  .Feed_sec .bg_sec [class*="col-"] > .row > [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
  .Feed_sec .bg_sec .content .details {
    height: auto;
    padding: 30px 15px;
  }
  .Feed_sec .blog_list > .bg_sec [class*="col-"].blog1 {
    margin-bottom: 0;
  }
  .LetsKeepinTouch_sec .es_submit_button {
    width: 90px;
  }
  .LetsKeepinTouch_sec .es-field-wrap label:first-child {
    width: calc(100% - 86px);
  }
  .hero_section .searchdet .submit-col,
  .hero_section .searchdet .city-col,
  .hero_section .searchdet .services-col {
    flex: 100%;
  }
  .hero_section .searchdet .city-col:before {
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: 1px solid hsl(0deg 0% 44% / 30%);
    border-right: 0;
    top: auto;
    transform: none;
  }
  .hero_section .searchdet .submit-col input {
    border-radius: 0;
  }
  .WhyDANMembership_sec .icon_with_text .agencies_col {
    width: 100%;
  }
  .MembershipBenefits_box > div {
    width: 100%;
  }
  .MembershipBenefits_box .content_col > .vc_column-inner > .wpb_wrapper {
    min-height: auto;
  }
  .featured_image_area .entry-title {
    font-size: 24px;
  }
  .new_form_layout2 .forminator-row .forminator-subtitle{
    font-size: 18px !important;
  }
   .job-sec-new .job-new-list .agency-item-head .agencymainleftdetail{
    flex:100%;
    border: none;
    margin: 0;
    padding: 0;
  }
.job-new-list .job-details-inner > div:first-child{
 flex:100%;
    border: none;
    margin: 0;
    padding: 0;
}
  .job-sec-new .job-details-inner .jobleft_sec .agency-service-focus{
    margin-right:0;
  }
  .BestDigitalAgenciesbyServices_sec .inner_row ul li{
    width:100%;
  }
}

/* End responisve css */

/* end New design css */




#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: none;
}


.wpcf7-not-valid-tip {
  display: inline-block;
  background-color: #ff3131;
  padding: 3px 5px;
  color: #fff !important;
  margin-bottom: 15px;
  /* margin-left: 30px; */
  border-radius: 3px;
  position: relative;
  font-size: 12px;
  top:-20px;
}

.wpcf7-not-valid-tip:after {
  position: absolute;
  content: "";
  border-bottom: 6px solid #ff3131;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -5px;
  left: 15px;
}

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  font-weight:400 !important;
}


.messconfirmsubmit {
	text-align: center;
	max-width: 80%;
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.3;
  color:red;
}




.Show-notifications .webnotifhere {
  margin-bottom: 0;
}

a.verify_link {
  cursor: pointer;
  color: #F71 !important;
  font-weight: 500;
}

.modal.verifyModal .verifyurlscript p:last-child, body .modal.verifyModal .popupDesignDiv a.validate_url,
.modal.verifyModal .modal-body .script_info p:nth-child(2), .modal.verifyModal .modal-body .script_info p:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.scriptCopyDiv button.btn:hover {
  color: #fff !important;
}



/* input#featueredimageupload {
  width: 100%;
  appearance: none !important;
  position: relative;
  font-size: 0 !important;
  height: 63px !important;
}

.k-button::after {
	content: 'No File Selected';
	position: absolute;
	left: 160px;
	font-size: 18px;
	top: 0;
	z-index: 9;
	background: #fff;
	height: 60px;
	width: 180px;
	line-height: 60px;
} */