.obj-holder-box .obj-col-1 {
  background: #939598;
  background: linear-gradient(135deg, #939598 0%, #808285 50%, #6d6e71 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#939598", endColorstr="#6d6e71",GradientType=1 );
}

.ult_modal .obj-item-terms .obj-li {
  background: #0096da;
  background: linear-gradient(to bottom, #0096da 0%, #00b8f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0096da", endColorstr="#00b8f0",GradientType=0 );
}

.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger .obj-i, .post-type-archive .entry-preview .featured-img .obj-link .obj-text,
.blog .archive .entry-preview .featured-img .obj-link .obj-text,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link .obj-text,
.category .archive .entry-preview .featured-img .obj-link .obj-text,
.search .archive .entry-preview .featured-img .obj-link .obj-text, .obj-label .obj-text,
.obj-label .obj-i, .obj-form-field.obj-field-select .obj-ul-selects .obj-li, .obj-form-field.obj-field-select .obj-ul-selects, .obj-form-field.obj-field-select .obj-trigger-select .obj-i-wrap, .obj-form-field.obj-field-select, .animate {
  transition: all ease 0.3s;
}
.obj-holder-accordion .obj-item-accordion.active .obj-accordion-trigger, .light .obj-form-field.obj-field-checkbox .wpcf7-list-item, .obj-form-field.obj-field-select .obj-ul-selects .obj-li, .obj-form-field.obj-field-select .obj-trigger-select, .cur {
  cursor: pointer;
}

#headers {
  position: absolute;
  z-index: 10;
}

.obj-section-tbar {
  padding-top: 8rem;
  background: 50% 50% no-repeat;
  background-size: cover;
}

/* Form */
.wpcf7-form .wpcf7-not-valid-tip {
  background: none;
  box-shadow: 0 0 0;
}

div.wpcf7 .ajax-loader {
  position: absolute;
}

div.wpcf7-validation-errors,
.light .wpcf7 div.wpcf7-response-output {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}

.wpcf7 .obj-form-inner,
.obj-form .obj-form-inner {
  margin-top: -20px;
}
.wpcf7 .obj-form-inner .obj-form-field,
.obj-form .obj-form-inner .obj-form-field {
  margin-top: 20px;
}
.wpcf7 .obj-form-inner .select-arrow,
.obj-form .obj-form-inner .select-arrow {
  display: none;
}
.wpcf7 .obj-form-inner input, .wpcf7 .obj-form-inner textarea,
.obj-form .obj-form-inner input,
.obj-form .obj-form-inner textarea {
  background: none;
  border: 0 none;
  padding: 19px 24px 19px;
  padding-left: 50px;
  font-size: 17px;
  color: #000000;
  display: block;
  height: auto;
  outline: none;
  width: 100%;
}
.wpcf7 .obj-form-inner input.obj-input, .wpcf7 .obj-form-inner textarea.obj-input,
.obj-form .obj-form-inner input.obj-input,
.obj-form .obj-form-inner textarea.obj-input {
  padding-left: 30px;
}
.light .wpcf7 .obj-form-inner input, .light .wpcf7 .obj-form-inner textarea,
.light .obj-form .obj-form-inner input,
.light .obj-form .obj-form-inner textarea {
  color: #fff;
}
.wpcf7 .obj-form-inner .wpcf7-textarea,
.obj-form .obj-form-inner .wpcf7-textarea {
  width: 100%;
  height: 8rem;
}
.wpcf7 .obj-form-inner select,
.obj-form .obj-form-inner select {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
}
.wpcf7 .obj-form-inner .wpcf7-submit,
.obj-form .obj-form-inner .wpcf7-submit {
  width: 100%;
  background: #005d90;
  color: #fcc916;
  outline: none;
}
.wpcf7 .obj-form-inner .wpcf7-submit .obj-i-wrap,
.obj-form .obj-form-inner .wpcf7-submit .obj-i-wrap {
  background: #fff;
}
.wpcf7 .obj-form-inner .wpcf7-submit:hover,
.obj-form .obj-form-inner .wpcf7-submit:hover {
  background: #fcc916;
  color: #fff;
  border-color: #fcc916;
}
.wpcf7 .obj-form-inner .wpcf7-submit.obj-btn-fixed,
.obj-form .obj-form-inner .wpcf7-submit.obj-btn-fixed {
  width: 266px;
}
.wpcf7 .obj-form-inner .wpcf7-submit.obj-btn-fixed .obj-i-wrap,
.obj-form .obj-form-inner .wpcf7-submit.obj-btn-fixed .obj-i-wrap {
  background: #fff;
}

.obj-form-field {
  position: relative;
}
.obj-form-field-input {
  background: #fff;
  border: 1px solid #4b4b4b;
}
.light .obj-form-field-input {
  border-color: #fff;
}
.obj-form-field.obj-field-checkbox .obj-li-checkbox {
  position: relative;
}
.obj-form-field.obj-field-checkbox .obj-input {
  position: absolute;
  top: 0;
  left: 0;
}
.obj-form-field.obj-field-checkbox .obj-text {
  color: #fff;
  padding-left: 35px;
  padding-right: 15px;
}
.obj-form-field.obj-field-select {
  height: 71.4px;
  border-color: #4b4b4b;
}
.obj-form-field.obj-field-select .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.obj-form-field.obj-field-select .wpcf7-form-control-wrap .wpcf7-select-parent {
  height: 100%;
}
.obj-form-field.obj-field-select .obj-label .obj-i {
  color: #000000;
}
.obj-form-field.obj-field-select .obj-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transform: translate3d(0, 0, 0) !important;
  color: #4b4b4b;
}
.obj-form-field.obj-field-select .obj-trigger-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.obj-form-field.obj-field-select .obj-trigger-select .obj-i-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 52px;
  text-align: center;
}
.obj-form-field.obj-field-select .obj-trigger-select .obj-i-wrap .obj-i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-size: 1.3rem;
  color: #fcc916;
}
.obj-form-field.obj-field-select .obj-ul-selects {
  display: none;
  position: absolute;
  top: 100%;
  right: 1px;
  left: 1px;
  z-index: 10;
  border: 1px solid #4b4b4b;
  border-top: 0 none;
  background: #fff;
  margin: 0 -2px;
  max-height: 0;
  overflow: auto;
  padding: 0;
}
.obj-form-field.obj-field-select .obj-ul-selects.active {
  border: 1px solid #4b4b4b;
  border-top-width: 0px;
  max-height: 300px;
}
.obj-form-field.obj-field-select .obj-ul-selects .obj-li {
  border-top: 1px solid #000000;
  line-height: 40px;
  padding-left: 50px;
  position: relative;
}
.obj-form-field.obj-field-select .obj-ul-selects .obj-li .obj-i-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 40px;
}
.obj-form-field.obj-field-select .obj-ul-selects .obj-li .obj-i-wrap .obj-i {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 200em;
  top: 5px;
  left: 5px;
}
.obj-form-field.obj-field-select .obj-ul-selects .obj-li:hover {
  background: #fdfeff;
}
.obj-form-field.obj-field-select .obj-ul-selects .obj-li.active .obj-i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #005d90;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  margin-left: -2.5px;
  border-radius: 200em;
}
.obj-form-field.obj-field-select.filled .obj-text {
  position: relative;
  display: block;
  padding-left: 29px;
}
.obj-form-field.obj-field-select:hover {
  background: #fcc916;
  border-color: #005d90;
}
.obj-form-field.obj-field-select:hover .obj-ul-selects {
  border-color: #005d90;
}
.obj-form-field.obj-field-select:hover .obj-text {
  color: #fff;
}
.obj-form-field.obj-field-select:hover .obj-i-wrap .obj-i {
  color: #fff;
}
.obj-form-field.obj-field-select:hover .obj-label .obj-i {
  color: #fff;
}
.obj-form-field.obj-field-select:hover .obj-label .obj-i-wrap {
  color: #fff;
}
.obj-form-field.obj-field-checkbox {
  background: none;
  border: 0 none;
  margin-top: 21px;
}
.light .obj-form-field.obj-field-checkbox {
  color: #fff;
}
.light .obj-form-field.obj-field-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
}
.light .obj-form-field.obj-field-checkbox .wpcf7-list-item-label {
  display: block;
  padding-left: 15px;
}
.obj-form-field.obj-field-recaptcha {
  height: 75px;
}
.obj-form-field.obj-field-recaptcha > div > div > div {
  margin-left: auto;
}
.obj-form-field.obj-field-recaptcha .wpcf7-form-control-wrap {
  transform: scale(0.9615384615);
  transform-origin: left top;
}
.obj-col-section-max .obj-form-field.obj-field-recaptcha .wpcf7-form-control-wrap {
  transform: scale(0.9615384615);
}
.obj-form-field.obj-field-file {
  border-style: dashed;
  overflow: auto;
}
.obj-form-field .obj-input {
  display: block;
  width: 100%;
}

.obj-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 17px;
  overflow: hidden;
  padding-right: 40px;
  margin: 0;
}
.obj-label .obj-text,
.obj-label .obj-i {
  position: absolute;
  top: 24px;
  left: 20px;
  line-height: 1;
  color: #000000;
}
.obj-label b {
  color: #fcc916;
}
.obj-label .obj-text {
  font-weight: 400;
}
.obj-label .obj-i {
  left: -50px;
}
.filled .obj-label .obj-text {
  transform: translate3d(34px, 0, 0);
  opacity: 0;
}
.filled .obj-label .obj-i {
  transform: translate3d(0, 0, 0);
  left: 15px;
}
.obj-field-select .obj-label .obj-text {
  opacity: 1;
}

body div.wpcf7 {
  position: relative;
}
body div.wpcf7 .toggle-alert {
  display: none !important;
}
body div.wpcf7 .wpcf7-response-output {
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  body div.wpcf7 .wpcf7-response-output {
    text-align: right;
  }
}
body div.wpcf7 .wpcf7-form .wpcf7-mail-sent-ng,
body div.wpcf7 .wpcf7-form .wpcf7-validation-errors {
  color: #005d90;
  margin-top: 3rem;
}
body div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
body div.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 24px;
  right: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #005d90 !important;
}
body div.wpcf7 .fusion-slider-loading,
body div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  right: 1.5em;
  left: auto;
  transform: translateY(-50%);
}
body div.wpcf7 .drop_uploader.drop_zone {
  padding: 15px 20px;
  margin: 0;
  overflow: hidden;
  border: 0 none;
}
body div.wpcf7 .drop_uploader.drop_zone .errors {
  text-transform: uppercase;
  font-weight: 700;
}
body div.wpcf7 .drop_uploader.drop_zone .text,
body div.wpcf7 .drop_uploader.drop_zone .file_browse {
  font-size: 16px;
  color: #000000;
}
body div.wpcf7 .drop_uploader.drop_zone .text b {
  color: #005d90;
}
body div.wpcf7 .drop_uploader.drop_zone .file_browse {
  text-decoration: underline;
}
body div.wpcf7 .drop_uploader.drop_zone .text_wrapper {
  text-align: left;
  margin: 0;
}
body div.wpcf7 .drop_uploader.drop_zone .file_browse {
  text-transform: uppercase;
}
body div.wpcf7 .drop_uploader.drop_zone .file_browse:hover {
  color: #005d90;
}
body div.wpcf7 .drop_uploader.drop_zone .errors {
  text-align: left;
}
body div.wpcf7 .drop_uploader.drop_zone .errors p {
  color: #005d90;
}
body div.wpcf7 .drop_uploader.drop_zone ul.files {
  margin: 5px 0 0;
  padding: 0;
  width: 100%;
}
body div.wpcf7 .drop_uploader.drop_zone ul.files li {
  position: relative;
  list-style: none;
  background-color: #fff;
}
body div.wpcf7 .drop_uploader.drop_zone ul.files li .pe-7s-file,
body div.wpcf7 .drop_uploader.drop_zone ul.files li .fa,
body div.wpcf7 .drop_uploader.drop_zone ul.files li .svg-inline--fa {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fcc916;
}
body div.wpcf7 .drop_uploader.drop_zone ul.files li span {
  padding: 0 0 0 35px;
  margin-right: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  font-size: 14px;
}
body div.wpcf7 .drop_uploader.drop_zone ul.files li .action-delete {
  position: absolute;
  top: 6px;
  right: 0;
  color: #000000;
}
body div.wpcf7 .drop_uploader.drop_zone ul.files li .du_progress {
  position: absolute;
  top: 3px;
  right: -1px;
}

.entry-full-content .post {
  overflow: hidden;
}
.entry-full-content .post a {
  color: #fcc916;
}
.entry-full-content .entry-title {
  font-size: 30px;
  color: #005d90;
  margin-bottom: 1.5rem;
}
.entry-full-content .entry-meta .obj-meta-label {
  font-size: 30px;
  color: #005d90;
}
.entry-full-content .entry-meta .obj-meta .obj-link {
  border-color: transparent;
  font-size: 1rem;
}
.entry-full-content .obj-post-thumb {
  display: block;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.entry-full-content .obj-post-thumb-default {
  background-color: #000000;
  background-size: auto;
  box-shadow: inset 0px 1px 1px 0 #000000, inset -1px 0px 1px 0 #000000, inset 0px -1px 1px 0 #000000, inset 1px 0px 1px 0 #000000;
}
.entry-full-content .obj-post-thumb img {
  max-width: 100%;
  height: auto;
}
.entry-full-content .entry-content .alignleft {
  margin-bottom: 1.625rem;
}
.entry-full-content .nav-links.post-navigation {
  border-color: #4b4b4b;
}
.entry-full-content .nav-links .nav-previous a,
.entry-full-content .nav-links .nav-next a {
  display: block;
  position: relative;
}
.entry-full-content .nav-links .nav-previous .meta-nav,
.entry-full-content .nav-links .nav-next .meta-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  padding-bottom: 15px;
}
.entry-full-content .nav-links .nav-previous .meta-nav svg,
.entry-full-content .nav-links .nav-next .meta-nav svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.entry-full-content .nav-links .nav-next .meta-nav {
  right: 0;
}

.post-type-archive-product,
.blog .archive-product,
.obj-holder-blog .archive-product,
.category .archive-product,
.search .archive-product {
  margin-bottom: 0;
}
.post-type-archive .search-results-header,
.blog .archive .search-results-header,
.obj-holder-blog .archive .search-results-header,
.category .archive .search-results-header,
.search .archive .search-results-header {
  border: 0 none;
  border-bottom: 1px solid #4b4b4b;
  padding: 0 0 50px;
  margin-bottom: 50px;
}
.post-type-archive .no-results,
.blog .archive .no-results,
.obj-holder-blog .archive .no-results,
.category .archive .no-results,
.search .archive .no-results {
  margin-bottom: 50px;
}
.post-type-archive .no-results .page-header,
.blog .archive .no-results .page-header,
.obj-holder-blog .archive .no-results .page-header,
.category .archive .no-results .page-header,
.search .archive .no-results .page-header {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-color: #4b4b4b;
}
.post-type-archive .col-inner,
.blog .archive .col-inner,
.obj-holder-blog .archive .col-inner,
.category .archive .col-inner,
.search .archive .col-inner {
  height: 100%;
  position: relative;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
  background: #fdfeff;
}
.post-type-archive .entry-preview,
.blog .archive .entry-preview,
.obj-holder-blog .archive .entry-preview,
.category .archive .entry-preview,
.search .archive .entry-preview {
  height: 100%;
}
.post-type-archive .entry-preview.post.sticky,
.blog .archive .entry-preview.post.sticky,
.obj-holder-blog .archive .entry-preview.post.sticky,
.category .archive .entry-preview.post.sticky,
.search .archive .entry-preview.post.sticky {
  border-color: #005d90;
  border-width: 2px;
}
.post-type-archive .entry-preview .obj-inner,
.blog .archive .entry-preview .obj-inner,
.obj-holder-blog .archive .entry-preview .obj-inner,
.category .archive .entry-preview .obj-inner,
.search .archive .entry-preview .obj-inner {
  margin-bottom: 0;
}
.post-type-archive .entry-preview .featured-img,
.blog .archive .entry-preview .featured-img,
.obj-holder-blog .archive .entry-preview .featured-img,
.category .archive .entry-preview .featured-img,
.search .archive .entry-preview .featured-img {
  background: #000000 50% 50% no-repeat;
  height: 13.5rem;
  position: relative;
  border: 1px solid #4b4b4b;
}
.post-type-archive .entry-preview .featured-img .obj-link,
.blog .archive .entry-preview .featured-img .obj-link,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link,
.category .archive .entry-preview .featured-img .obj-link,
.search .archive .entry-preview .featured-img .obj-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-type-archive .entry-preview .featured-img .obj-link .obj-text,
.blog .archive .entry-preview .featured-img .obj-link .obj-text,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link .obj-text,
.category .archive .entry-preview .featured-img .obj-link .obj-text,
.search .archive .entry-preview .featured-img .obj-link .obj-text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  visibility: hidden;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
.post-type-archive .entry-preview .featured-img .obj-link:hover,
.blog .archive .entry-preview .featured-img .obj-link:hover,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link:hover,
.category .archive .entry-preview .featured-img .obj-link:hover,
.search .archive .entry-preview .featured-img .obj-link:hover {
  background: rgba(0, 93, 144, 0.8);
}
.post-type-archive .entry-preview .featured-img .obj-link:hover .obj-text,
.blog .archive .entry-preview .featured-img .obj-link:hover .obj-text,
.obj-holder-blog .archive .entry-preview .featured-img .obj-link:hover .obj-text,
.category .archive .entry-preview .featured-img .obj-link:hover .obj-text,
.search .archive .entry-preview .featured-img .obj-link:hover .obj-text {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.post-type-archive .entry-preview .entry-meta,
.blog .archive .entry-preview .entry-meta,
.obj-holder-blog .archive .entry-preview .entry-meta,
.category .archive .entry-preview .entry-meta,
.search .archive .entry-preview .entry-meta {
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.post-type-archive .entry-preview .entry-meta li,
.blog .archive .entry-preview .entry-meta li,
.obj-holder-blog .archive .entry-preview .entry-meta li,
.category .archive .entry-preview .entry-meta li,
.search .archive .entry-preview .entry-meta li {
  padding: 0 14px 0 0;
  position: relative;
}
.post-type-archive .entry-preview .entry-meta li .screen-reader-text,
.post-type-archive .entry-preview .entry-meta li .updated,
.blog .archive .entry-preview .entry-meta li .screen-reader-text,
.blog .archive .entry-preview .entry-meta li .updated,
.obj-holder-blog .archive .entry-preview .entry-meta li .screen-reader-text,
.obj-holder-blog .archive .entry-preview .entry-meta li .updated,
.category .archive .entry-preview .entry-meta li .screen-reader-text,
.category .archive .entry-preview .entry-meta li .updated,
.search .archive .entry-preview .entry-meta li .screen-reader-text,
.search .archive .entry-preview .entry-meta li .updated {
  display: none;
}
.post-type-archive .entry-preview .entry-meta li:after,
.blog .archive .entry-preview .entry-meta li:after,
.obj-holder-blog .archive .entry-preview .entry-meta li:after,
.category .archive .entry-preview .entry-meta li:after,
.search .archive .entry-preview .entry-meta li:after {
  top: 3px;
}
.post-type-archive .entry-preview .entry-meta li:last-child,
.blog .archive .entry-preview .entry-meta li:last-child,
.obj-holder-blog .archive .entry-preview .entry-meta li:last-child,
.category .archive .entry-preview .entry-meta li:last-child,
.search .archive .entry-preview .entry-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.post-type-archive .entry-preview .entry-meta li:last-child::after,
.blog .archive .entry-preview .entry-meta li:last-child::after,
.obj-holder-blog .archive .entry-preview .entry-meta li:last-child::after,
.category .archive .entry-preview .entry-meta li:last-child::after,
.search .archive .entry-preview .entry-meta li:last-child::after {
  display: none;
}
.post-type-archive .entry-preview .entry-meta li a,
.blog .archive .entry-preview .entry-meta li a,
.obj-holder-blog .archive .entry-preview .entry-meta li a,
.category .archive .entry-preview .entry-meta li a,
.search .archive .entry-preview .entry-meta li a {
  color: #fcc916;
  border: 0 none;
}
.post-type-archive .entry-title,
.blog .archive .entry-title,
.obj-holder-blog .archive .entry-title,
.category .archive .entry-title,
.search .archive .entry-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.post-type-archive .entry-title a,
.blog .archive .entry-title a,
.obj-holder-blog .archive .entry-title a,
.category .archive .entry-title a,
.search .archive .entry-title a {
  color: #000000;
}
.post-type-archive .entry-title a:hover,
.blog .archive .entry-title a:hover,
.obj-holder-blog .archive .entry-title a:hover,
.category .archive .entry-title a:hover,
.search .archive .entry-title a:hover {
  color: #005d90;
}
.post-type-archive .entry-content,
.blog .archive .entry-content,
.obj-holder-blog .archive .entry-content,
.category .archive .entry-content,
.search .archive .entry-content {
  color: #fcc916;
  margin-bottom: 0;
}
.post-type-archive .entry-content p:last-child,
.blog .archive .entry-content p:last-child,
.obj-holder-blog .archive .entry-content p:last-child,
.category .archive .entry-content p:last-child,
.search .archive .entry-content p:last-child {
  margin-bottom: 0;
}
.post-type-archive .entry-content-wrap,
.blog .archive .entry-content-wrap,
.obj-holder-blog .archive .entry-content-wrap,
.category .archive .entry-content-wrap,
.search .archive .entry-content-wrap {
  padding: 0 30px 30px;
}

.obj-holder-blog .archive {
  margin-bottom: 0;
}
.obj-holder-blog .obj-section-header {
  text-align: center;
}
.obj-holder-blog .obj-section-header .obj-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
.obj-holder-blog .obj-section-footer {
  margin-top: 20px;
}
.obj-holder-blog .obj-section-footer .obj-btn-wrap {
  margin: -20px 10px 20px;
}
.obj-holder-blog .obj-section-footer .obj-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -20px;
}
.obj-holder-blog .obj-section-footer .obj-btns .obj-btn-element {
  margin-top: 20px;
}

.obj-holder-blog-items {
  margin-bottom: 1rem;
}
.obj-holder-blog-items .obj-blog-item {
  position: relative;
  margin-bottom: 1rem;
}
.obj-holder-blog-items .obj-blog-item .obj-link-post {
  display: block;
  color: #000000;
}
.obj-holder-blog-items .obj-blog-item .obj-link-post:hover {
  color: #005d90;
}
.obj-holder-blog-items .obj-blog-item .obj-text-date-wrap {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #000000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.obj-holder-blog-items .obj-blog-item .obj-text-date-wrap .obj-text-date {
  display: block;
}
.obj-holder-blog-items .obj-blog-item .obj-text-date-wrap .obj-text-date-m {
  margin-top: 7px;
}
.obj-holder-blog-items .obj-blog-item .obj-text-date-wrap .obj-text-date-d {
  font-size: 12px;
  line-height: 1.5;
}
.obj-holder-blog-items .obj-blog-item .obj-text-excerpt {
  display: block;
  padding-left: 50px;
}

.nav-links.archive-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
}
.nav-links.archive-navigation .page-numbers {
  border-radius: 0;
  margin: 0 20px;
  font-style: normal;
  background: none;
  position: relative;
  vertical-align: middle;
}
.nav-links.archive-navigation .page-numbers .obj-svg-holder {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: -2px;
}
.nav-links.archive-navigation .page-numbers .obj-svg-holder .obj-svg-wrap {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.nav-links.archive-navigation .page-numbers .obj-svg-holder .obj-svg-wrap svg {
  display: block;
  height: 10px;
  width: auto;
}
.nav-links.archive-navigation .page-numbers.current {
  color: #fcc916;
}
.nav-links.archive-navigation .page-numbers.current .obj-svg-holder svg path {
  fill: #fff;
}
.obj-holder-image-slider .slider-item {
  position: relative;
  background-color: #f6f5f6;
  border-radius: 5px;
  overflow: hidden;
}
.obj-holder-image-slider .slider-item .obj-title {
  font-size: 14px;
  color: #fff;
}
.obj-holder-image-slider .slider-item .obj-title .obj-svg-holder {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.obj-holder-image-slider .slider-item .obj-title .obj-svg-holder svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.obj-holder-image-slider .slider-item .obj-btn-element {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.obj-holder-image-slider .slider-item .obj-btn-element .obj-btn {
  color: #fff;
}
.obj-holder-image-slider .slider-item .obj-btn-element .obj-btn svg path {
  fill: #fff;
}
.obj-holder-image-slider .slider-item-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.obj-holder-image-slider .slider-item-bg-holder {
  position: relative;
}
.obj-holder-image-slider .slider-item-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.obj-form-wrap {
  position: relative;
}
.obj-form-wrap .search-form .obj-label {
  position: relative;
  padding-right: 0;
}
.obj-form-wrap .search-form .obj-form-field {
  border: 2px solid #fdfeff;
}
.obj-form-wrap .search-form .obj-btn-search {
  border: 0 none;
  border-radius: 0;
}
.obj-form-wrap .search-form .obj-btn-search:hover {
  color: #005d90;
}

.obj-holder-accordion .obj-item-accordion .obj-accordion-trigger {
  position: relative;
}
.obj-holder-accordion .obj-item-accordion .obj-accordion-trigger .obj-i-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.obj-holder-accordion .obj-item-accordion .obj-accordion-trigger .obj-i-wrap .obj-i-2 {
  display: none;
}
.obj-holder-accordion .obj-item-accordion .obj-accordion-target {
  display: none;
}
.obj-holder-accordion .obj-item-accordion.active .obj-accordion-trigger .obj-i-wrap .obj-i-1 {
  display: none;
}
.obj-holder-accordion .obj-item-accordion.active .obj-accordion-trigger .obj-i-wrap .obj-i-2 {
  display: block;
}
.obj-holder-accordion .obj-item-accordion.active .obj-accordion-target {
  display: block;
}
.obj-holder-accordion .obj-item-accordion-header {
  background-color: #00abe8;
}
.obj-holder-accordion .obj-item-accordion-header .obj-title-item {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 1rem;
}
.obj-holder-accordion .obj-item-accordion-header:hover .obj-title-item {
  color: #005d90;
}
.obj-holder-accordion .obj-item-accordion-body {
  background-color: #fdfeff;
}
.obj-holder-accordion-wrap .obj-items-logo {
  min-width: 290px;
}
.obj-holder-accordion-wrap .obj-items-logo:after {
  content: "";
  width: 290px;
}
.obj-holder-accordion-wrap .obj-items-logo .obj-svg-holder {
  position: relative;
  display: block;
  padding-bottom: 6rem;
}
.obj-holder-accordion-wrap .obj-items-logo .obj-svg-holder .obj-svg-wrap {
  display: block;
}
.obj-holder-accordion-wrap .obj-items-logo .obj-svg-holder svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.obj-holder-accordion-wrap .obj-items-footer {
  overflow: hidden;
  padding: 0 15px;
}
.obj-holder-accordion-wrap.style-category-1 .obj-items-header .obj-title {
  position: relative;
  padding-bottom: 0.8em;
}
.obj-holder-accordion-wrap.style-category-1 .obj-items-header .obj-title b {
  color: #fcc916;
}
.obj-holder-accordion-wrap.style-category-1 .obj-items-header .obj-title::after {
  content: "";
  background-color: #000000;
  height: 3px;
  width: 9rem;
  position: absolute;
  top: 100%;
  left: 0;
}

@media (min-width: 992px) {
  .obj-holder-accordion .obj-title small {
    font-size: 1rem;
  }
}
.map-wrap .map-holder {
  height: 23em;
  width: 100%;
  bord-top: 1px solid #fff;
}
.map-wrap .map-holder img {
  max-width: none;
}
.map-wrap .arrow_map {
  border: 20px solid transparent;
  border-right: 20px solid #fff;
  position: absolute;
  top: 50%;
  left: -40px;
}
.map-wrap .infoBoxBody {
  background: #fff;
  color: #000;
  padding: 2em;
  width: 16em;
}
.map-wrap .marker-row {
  font-family: "Open Sans", arial, sans-selif;
  line-height: 1.2;
  text-align: left;
  margin: 0;
}
.map-wrap .marker-title {
  font-size: 1.8em;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
}
.map-wrap .marker-content {
  font-size: 1.6em;
}

.obj-holder-card-items {
  position: relative;
  z-index: 100;
}
.obj-holder-card-items .obj-title {
  color: #fcc916;
  padding-bottom: 0;
}
.obj-holder-card-items .obj-title::after {
  display: none;
}
.obj-holder-card-items .card {
  background-color: #4b4b4b;
  overflow: hidden;
  position: relative;
}
.obj-holder-card-items .obj-card-figure {
  background: 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.obj-holder-card-items .obj-card-title {
  text-transform: none;
  font-size: 1.5em;
}
.obj-holder-card-items .obj-card-terms {
  position: absolute;
  top: 0;
  right: 0;
}
.obj-holder-card-items .obj-card-terms .obj-text {
  background-color: #fcc916;
  color: #fff;
}
.obj-holder-card-items .obj-card-section-body {
  color: #fff;
}
.obj-holder-card-items .obj-card-section-link-wrap {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
}

.ult_modal.ult-container {
  max-width: 1430px;
}
.ult_modal .ult-overlay-close.popup-edge-top-right {
  right: 0;
}
.ult_modal .ult-overlay-close.popup-edge-top-right .ult-overlay-close-inside {
  background-image: url(../img/icons/cross.png);
  transition: transform ease-in 0.3s;
  transform: rotate(0deg);
}
.ult_modal .ult-overlay-close.popup-edge-top-right .ult-overlay-close-inside:hover {
  transform: rotate(360deg);
}
.ult_modal .ult_modal-content {
  box-shadow: 0 0 0;
  background-color: #fff;
  border: 0 none;
  overflow: visible;
}
.ult_modal .ult_modal-body {
  padding: 0;
  overflow: visible;
}
.modal-onload .ult_modal .ult_modal-body {
  padding: 0;
}
.ult_modal .obj-title-dialog {
  color: #000000;
  font-size: 2em;
}
.ult_modal .obj-i-wrap {
  color: #fcc916;
}
.ult_modal .obj-item-terms .obj-li {
  color: #fff;
}
.ult_modal .slick-arrow {
  height: 60px;
  width: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 200em;
  font-size: 2em !important;
  color: #fcc916 !important;
}
.ult_modal .slick-arrow:hover {
  background-color: #fcc916;
  color: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ult_modal .slick-arrow.slick-next {
  right: -40px;
}
.ult_modal .slick-arrow.slick-prev {
  left: -40px;
}

.obj-dialog {
  display: none !important;
}
.before-pop .obj-dialog {
  opacity: 0 !important;
}
.obj-dialog.ult-open {
  display: block !important;
}
.obj-dialog .ult-carousel-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  .ult_modal .slick-arrow {
    height: 100px;
    width: 100px;
    font-size: 4em !important;
  }
  .ult_modal .slick-arrow.slick-next {
    right: -50px;
  }
  .ult_modal .slick-arrow.slick-prev {
    left: -50px;
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.obj-holder-career .obj-inner-section {
  margin-top: 30px;
}
.obj-holder-career .obj-inner-section-header {
  background: #005d90;
  padding: 30px;
  color: #fff;
}
.obj-holder-career .obj-item {
  background-color: #fdfeff;
  margin-top: 30px;
}
.obj-holder-career .obj-item .obj-item-role-inner-section *:last-child {
  margin-bottom: 0;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-item-role-content-long {
  display: none;
  border-top: 1px solid #4b4b4b;
}
.obj-holder-career .obj-item .obj-toggle-target.active .obj-item-role-content-short {
  display: none;
}
.obj-holder-career .obj-item .obj-toggle-target.active .obj-item-role-content-long {
  display: block;
}
.obj-holder-career .obj-item .obj-toggle-target.active .obj-toggle-trigger .obj-i {
  transform: rotate(180deg);
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger {
  display: block;
  color: #000000;
  outline: none;
  position: relative;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger .col-text-1 {
  color: #fff;
  background-color: #00abe8;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger .obj-i-wrap {
  font-size: 1.2rem;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger .obj-i-wrap-indicator {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger:hover {
  text-decoration: none;
}
.obj-holder-career .obj-item .obj-toggle-target .obj-toggle-trigger:hover .obj-i {
  color: #005d90;
}
.obj-holder-career .obj-item-inner {
  position: relative;
}
.obj-holder-career .obj-item-inner .obj-text-extra {
  margin-bottom: 1rem;
  display: block;
}
.obj-holder-career .obj-item-inner-section .obj-ul-params .obj-li .obj-i-wrap {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  width: 35px;
}

.col-has-fill > .col-inner {
  height: 100%;
}

.obj-holder-contact .obj-link {
  color: #000000;
}

.obj-holder-box .obj-col {
  color: #fff;
}
.obj-body-scroll {
  height: 9em;
}
.obj-body-scroll .simplebar-track {
  background-color: #000000;
}
.obj-body-scroll .simplebar-track .simplebar-scrollbar {
  background-color: #fcc916;
}
.obj-body-scroll .simplebar-track .simplebar-scrollbar::before {
  background: none;
}

body .bg-cover {
  background-size: cover;
}
body .bg-inner-cover > .col-inner {
  background-size: cover;
}
body .title-underline-1 .obj-title {
  display: inline-block;
}
body .title-underline-1 .obj-title::after {
  content: "";
  height: 5px;
  display: block;
  margin-top: 30px;
  width: 100%;
  background-color: #fcc916;
}
body .bg-gr-1 {
  background: #004165;
  background: linear-gradient(to right, #004165 50%, #006fab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__blue3", endColorstr="$color__blue4",GradientType=1 );
}
body .row-style-1 {
  background-color: #fcc916;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  color: #005d90;
  margin-top: -60px;
}
body .row-style-1 .obj-title {
  font-size: 30px;
  margin-bottom: 30px;
}
body .row-style-1 .obj-title::after {
  content: "";
  height: 5px;
  display: block;
  margin-top: 30px;
  width: 30%;
  background-color: #fff;
}
body .accordion-style-1 .obj-items .row .col-12.mb-40 {
  margin-bottom: 0;
}
body .accordion-style-1 .obj-items .row:last-of-type .obj-item-accordion.active {
  margin-bottom: 0;
}
body .accordion-style-1 .obj-item-accordion {
  border-top: 2px solid #005d90;
}
body .accordion-style-1 .obj-item-accordion.active {
  border-top: 5px solid #fcc916;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 45px;
}
body .accordion-style-1 .obj-item-accordion.active .obj-item-accordion-header {
  margin-bottom: 30px;
}
body .accordion-style-1 .obj-item-accordion-header {
  background-color: transparent;
  margin-bottom: 45px;
  margin-top: 30px;
  padding-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
body .accordion-style-1 .obj-item-accordion-header .obj-i-wrap {
  top: 13px;
  left: -20px;
  color: #fcc916;
  margin-left: 10px;
}
body .accordion-style-1 .obj-item-accordion-header .obj-i-wrap svg {
  border: 2px solid #fcc916;
}
body .accordion-style-1 .obj-item-accordion-header .obj-title-item {
  font-weight: 900;
  font-size: 18px;
  color: #005d90;
  padding-left: 0;
}
body .accordion-style-1 .obj-item-accordion-body {
  padding-bottom: 30px;
  padding-top: 0;
  padding-left: 40px;
}
body .content-white {
  color: #fff;
}
body .content-fw-med {
  font-weight: 500;
}
body .content-fsz-36 {
  font-size: 20px;
}
body .content-style-1 {
  background-color: #0072b1;
  padding: 30px;
}
body .content-phone, body .content-email, body .content-address {
  position: relative;
  overflow: hidden;
}
body .content-phone .obj-inner-wrap, body .content-email .obj-inner-wrap, body .content-address .obj-inner-wrap {
  position: relative;
  z-index: 1;
}
body .content-phone::after, body .content-email::after, body .content-address::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 20px;
  background-repeat: no-repeat;
  background-position-x: right;
  top: 0;
  background-position-y: center;
  pointer-events: none;
}
body .content-phone::after {
  background-image: url("../img/icons/TheMoverGuys_contact phone.png");
}
body .content-email::after {
  background-image: url("../img/icons/TheMoverGuys_contact email.png");
}
body .content-address::after {
  background-image: url("../img/icons/TheMoverGuys_contact address.png");
}
body .content-address .obj-inner {
  max-width: 230px;
}
body .icon-style-1-last .col-container:last-of-type .obj-image-icon::after {
  content: none;
}
body .icon-style-1 .obj-image-icon {
  position: relative;
}
body .icon-style-1 .obj-image-icon::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background: #f8f8f8;
  background: linear-gradient(to right, #f8f8f8 0%, #b7b7b7 50%, #f8f8f8 100%);
  background: linear-gradient(to right, #f8f8f8 0%, #b7b7b7 50%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__grey10", endColorstr="$color__grey11",GradientType=1 );
}
body .icon-style-1 .obj-image-icon .obj-image {
  margin-bottom: 30px;
}
body .icon-style-1 .obj-image-icon .obj-title {
  margin-bottom: 0;
  text-align: center;
  color: #999999;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
body .icon-style-1 .obj-image-icon .obj-title:hover {
  color: #999999;
}
body .icon-style-1 .obj-image-icon a {
  height: 260px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}
body .icon-style-1 .obj-image-icon a:hover {
  background-color: rgba(233, 233, 233, 0.5);
}
body .title-yellow .obj-title {
  color: #fcc916;
}
body .title-24 .obj-title {
  font-size: 24px;
}
body .title-40 .obj-title {
  font-size: 30px;
}
body .title-mb-0 .obj-title {
  margin-bottom: 0;
}
body .title-xb .obj-title {
  font-weight: 900;
}
body .title-upper .obj-title {
  text-transform: uppercase;
}
body .col-inner-center .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .btn-style-1 .obj-btn {
  background-color: #005d90;
  text-transform: unset;
  padding: 15px 30px;
  border-radius: 50px;
}
body .btn-style-1 .obj-btn:hover {
  background-color: #00456b;
}
body .free-quote-box .obj-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .free-quote-box .obj-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  max-width: 260px;
}
body .free-quote-box .obj-btn {
  font-size: 15px;
}
body .main-banner-row {
  background-position: right center;
  padding-top: 80px;
  padding-bottom: 140px;
}
body .main-banner-row > .col-12 > .container-inner {
  padding-left: 0;
  padding-right: 0;
}
body .main-banner-row-header .obj-title {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 15px 0 15px 30px;
  background: #ffb503;
  background: linear-gradient(to right, #ffb503, #e48b0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__yellow1", endColorstr="$color__yellow2",GradientType=1 );
}
body .main-banner-row-header .obj-title::after {
  content: "";
  height: 5px;
  width: 100%;
  display: block;
  background: #ffb503;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #e48b0c, #ffb503 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__yellow2", endColorstr="$color__yellow1",GradientType=1 );
}
body .secondary-row-2 {
  margin-top: -60px;
}
body .secondary-row-2 > .col-sm-12 > .col-inner {
  background-color: #fff;
  padding: 30px 30px 0 30px;
}
body .secondary-row-2-header {
  margin-bottom: 30px;
}
body .secondary-row-2-header .obj-title {
  font-size: 24px;
  display: inline-block;
}
body .secondary-row-2-header .obj-title::after {
  content: "";
  height: 5px;
  display: block;
  margin-top: 20px;
  width: 100%;
  background-color: #fcc916;
}
body .secondary-row-2-content {
  color: #3a3a3a;
  font-family: "Lato", sans-serif;
}
body .carousel-style-1 .slick-track {
  display: flex;
  align-items: center;
}
body .carousel-style-1 .slick-next, body .carousel-style-1 .slick-prev {
  display: none !important;
}
body .carousel-style-1 .carousel-item {
  background-color: #0072b1;
  color: #fff;
  padding: 30px;
  position: relative;
}
body .carousel-style-1 .carousel-item::after, body .carousel-style-1 .carousel-item::before {
  content: "";
  background-image: url("../img/pics/TheMoverGuys_quotes.png");
  pointer-events: none;
  background-repeat: no-repeat;
  display: block;
  width: 115px;
  height: 100px;
  position: absolute;
  background-size: cover;
}
body .carousel-style-1 .carousel-item::before {
  top: 5%;
  transform: rotateZ(180deg);
}
body .carousel-style-1 .carousel-item::after {
  right: 30px;
  bottom: 5%;
}
body .carousel-style-1 .carousel-item .obj-inner > .pt-30.d-flex {
  padding-top: 0;
  margin-bottom: 25px;
}
body .carousel-style-1 .carousel-item p {
  line-height: 1.7;
}
body .carousel-style-1 .carousel-item strong {
  color: #fcc916;
}
body .form-style-1 form .codedropz-upload-handler {
  margin-bottom: 15px;
}
body .form-style-1 form .codedropz-upload-handler h3 {
  font-size: 18px;
}
body .form-style-1 form .dnd-upload-status {
  margin-bottom: 15px;
}
body .form-style-1 form input, body .form-style-1 form textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #005d90;
  padding: 15px 10px;
  outline-color: #fcc916;
}
body .form-style-1 form input, body .form-style-1 form input::placeholder, body .form-style-1 form textarea, body .form-style-1 form textarea::placeholder {
  color: #005d90;
}
body .form-style-1 form input[type=submit] {
  background: #0074b5;
  background: linear-gradient(to right, #0074b5, #013d5f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__blue9", endColorstr="$color__blue10",GradientType=1 );
  border: none;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  padding: 15px 40px;
  margin: 0;
}
body .form-style-1 form input[type=submit]:hover {
  background: #ffb503;
  background: linear-gradient(to right, #ffb503, #e48b0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__yellow1", endColorstr="$color__yellow2",GradientType=1 );
}
body .form-style-2 .wpcf7-response-output {
  color: #e48b0c;
}
body .form-style-2 .wpcf7 .wpcf7-not-valid-tip {
  color: #e48b0c !important;
}
body .form-style-2 input, body .form-style-2 textarea {
  width: 100%;
  background-color: #015482;
  padding: 15px;
  border: 1px solid #4e89ab;
  margin-bottom: 15px;
  outline-color: #4d7863;
}
body .form-style-2 input, body .form-style-2 input::placeholder, body .form-style-2 textarea, body .form-style-2 textarea::placeholder {
  color: #fff;
}
body .form-style-2 input[type=submit] {
  outline: none;
  background: #ffb503;
  background: linear-gradient(to right, #ffb503, #e48b0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__yellow1", endColorstr="$color__yellow2",GradientType=1 );
  border: none;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  padding: 15px 70px;
  margin: 0;
}
body .form-style-2 input[type=submit]:hover {
  background: #ffb503;
  background: linear-gradient(to right, #ffb503, #b16c08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__yellow1", endColorstr="$color__yellow6",GradientType=1 );
}

@media (min-width: 576px) {
  body .row-style-1 {
    background-color: #fcc916;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    color: #005d90;
  }
  body .row-style-1 .obj-title {
    font-size: 30px;
  }
  body .icon-style-1 {
    position: relative;
  }
  body .icon-style-1::after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    background: #f8f8f8;
    background: linear-gradient(to right, #f8f8f8 0%, #b7b7b7 50%, #f8f8f8 100%);
    background: linear-gradient(to right, #f8f8f8 0%, #b7b7b7 50%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__grey10", endColorstr="$color__grey11",GradientType=1 );
  }
  body .icon-style-1-first .col-container, body .icon-style-1-middle .col-container, body .icon-style-1-last .col-container {
    position: relative;
  }
  body .icon-style-1-first .col-container::after, body .icon-style-1-middle .col-container::after, body .icon-style-1-last .col-container::after {
    content: "";
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  body .icon-style-1-first .col-container:last-of-type::after, body .icon-style-1-middle .col-container:last-of-type::after, body .icon-style-1-last .col-container:last-of-type::after {
    content: none;
  }
  body .icon-style-1-first .col-container::after {
    background: #b7b7b7;
    background: linear-gradient(to top, #b7b7b7 0%, #f8f8f8 100%);
    background: linear-gradient(to top, #b7b7b7 0%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__grey11", endColorstr="$color__grey10",GradientType=1 );
  }
  body .icon-style-1-middle .col-container::after {
    background: #b7b7b7;
  }
  body .icon-style-1-last::after {
    content: none;
  }
  body .icon-style-1-last .col-container::after {
    background: #f8f8f8;
    background: linear-gradient(to top, #f8f8f8 0%, #b7b7b7 100%);
    background: linear-gradient(to top, #f8f8f8 0%, #b7b7b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color__grey10", endColorstr="$color__grey11",GradientType=1 );
  }
  body .icon-style-1 .col-container {
    padding-left: 0;
    padding-right: 0;
  }
  body .icon-style-1 .obj-image-icon::after {
    content: none;
  }
  body .icon-style-1 .obj-image-icon .img-box {
    height: 80px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  body .icon-style-1 .obj-image-icon a {
    height: 220px;
    padding: 0 5px;
  }
  body .icon-style-1 .obj-image-icon .obj-image {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  body .icon-style-1 .obj-image-icon .obj-title {
    font-size: 12px;
  }
  body .mrml-0 {
    margin-left: 0;
    margin-right: 0;
  }
  body .content-fsz-36 {
    font-size: 30px;
  }
  body .content-style-1 {
    padding: 45px 50px 55px 50px;
  }
  body .main-banner-row-header .obj-title {
    padding: 30px;
  }
  body .content-address .obj-inner {
    max-width: 300px;
  }
  body .secondary-row-2 {
    margin-top: -80px;
  }
  body .carousel-style-1 .carousel-item {
    padding: 50px 45px;
  }
  body .free-quote-box .obj-title {
    max-width: none;
  }
  body .free-quote-box .obj-btn {
    font-size: 18px;
    padding: 15px 60px;
  }
  body .form-style-1 form input, body .form-style-1 form textarea {
    margin-bottom: 20px;
  }
  body .form-style-1 form input[type=submit] {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .obj-holder-image-slider .slider-item .obj-link-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .obj-holder-image-slider .slider-item .obj-btn-element {
    bottom: 40px;
    left: 40px;
  }

  body .title-40 .obj-title {
    font-size: 40px;
  }
  body .secondary-box {
    margin-left: 55px;
    margin-right: 55px;
  }
  body .secondary-box-2 {
    margin-left: 30px;
    margin-right: 30px;
  }
  body .form-style-1 > .pb-lg-15.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
  body .form-style-1 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .form-style-1 form .wpcf7-form-control-wrap {
    width: 48%;
  }
  body .form-style-1 form .your-message {
    width: 100%;
  }
  body .form-style-1 form .codedropz-upload-container {
    padding: 6px 20px;
  }
  body .form-style-1 form .codedropz-upload-inner {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body .form-style-1 form .codedropz-upload-inner h3 {
    font-size: 15px;
  }
  body .form-style-1 form input, body .form-style-1 form textarea {
    margin-bottom: 30px;
  }
  body .form-style-1 form input[type=submit] {
    margin-bottom: 0;
  }
  body .main-banner-row {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  body .main-banner-row-header .obj-title {
    padding: 30px 60px;
    font-size: 30px;
    width: 68%;
  }
  body .main-banner-row-2 {
    padding-bottom: 170px;
  }
  body .secondary-row-2 {
    margin-top: -110px;
  }
  body .secondary-row-2 > .col-sm-12 > .col-inner {
    padding: 45px 60px 0 60px;
  }
  body .secondary-row-2-header {
    margin-bottom: 45px;
  }
  body .secondary-row-2-header .obj-title {
    font-size: 30px;
  }
  body .free-quote-box .obj-inner {
    flex-direction: unset;
    justify-content: space-between;
  }
  body .free-quote-box .obj-title {
    max-width: 260px;
    margin-bottom: 0;
  }
  body .free-quote-box .obj-btn {
    font-size: 15px;
    padding: 15px 40px;
  }
  body .row-style-1 {
    margin-top: -65px;
  }
  body .row-style-1 .obj-title {
    font-size: 35px;
    margin-bottom: 40px;
  }
  body .row-style-1 .obj-title::after {
    margin-top: 40px;
  }
  body .accordion-style-1 .obj-item-accordion-header, body .accordion-style-1 .obj-item-accordion-body {
    padding-left: 75px;
  }
  body .accordion-style-1 .obj-item-accordion-header {
    margin-top: 40px;
  }
  body .accordion-style-1 .obj-item-accordion-header .obj-title-item {
    font-size: 24px;
  }
  body .accordion-style-1 .obj-item-accordion-header .obj-i-wrap {
    margin-left: 32px;
  }
  body .accordion-style-1 .obj-item-accordion-body {
    padding-bottom: 70px;
  }
  body .accordion-style-1 .obj-item-accordion-body p {
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  .obj-section-tbar {
    padding-top: 30rem;
  }
  .obj-section-tbar .obj-title {
    font-size: 40px;
    bottom: -1em;
  }

  .obj-holder-image-slider .slider-item {
    overflow: hidden;
  }
  .obj-holder-image-slider .slider-item-bg-holder {
    transition: transform 0.3s;
  }
  .obj-holder-image-slider .slider-item:hover .slider-item-bg-holder {
    transform: scale(1.1);
  }
  .obj-holder-image-slider .slider-item .obj-title {
    font-size: 1em;
  }
  .obj-holder-image-slider .slider-item .obj-title .obj-svg-holder {
    padding-bottom: 100px;
  }
  .obj-holder-image-slider .slider-item .obj-btn-element {
    bottom: 40px;
    left: 40px;
  }

  body .pb-lg-150 {
    padding-bottom: 150px;
  }
  body .row-style-1 {
    margin-top: -65px;
    margin-bottom: -65px;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-right: calc((100vw - 930px) / 2);
    font-size: 20px;
  }
  body .row-style-1 .obj-title {
    font-size: 40px;
  }
  body .bg-lg-top-center > .col-inner {
    background-position: top center;
  }
  body .col-lg-p-0 {
    padding-left: 0;
    padding-right: 0;
  }
  body .icon-style-1 .obj-image-icon .img-box {
    height: 95px;
  }
  body .icon-style-1 .obj-image-icon .obj-image {
    width: 70%;
  }
  body .icon-style-1 .obj-image-icon .obj-title {
    font-size: 14px;
  }
  body .content-fsz-36 {
    font-size: 20px;
  }
  body .content-style-1 {
    padding: 35px 40px;
  }
  body .content-address .obj-inner {
    max-width: 220px;
  }
  body .form-style-1 form .codedropz-upload-container {
    padding: 21px 45px;
  }
  body .form-style-1 form .codedropz-upload-inner {
    font-size: 17px;
  }
  body .form-style-1 form .codedropz-upload-inner h3 {
    font-size: 18px;
  }
  body .form-style-1 form input, body .form-style-1 form textarea {
    padding: 30px 45px;
  }
  body .form-style-1 form input[type=submit] {
    padding: 30px 60px;
  }
  body .main-banner-row-header .obj-title {
    font-size: 36px;
  }
  body .secondary-row-2-header .obj-title {
    font-size: 36px;
  }
  body .carousel-style-1 .slick-next, body .carousel-style-1 .slick-prev {
    display: block !important;
  }
  body .carousel-style-1 .slick-prev {
    left: -30px;
  }
  body .carousel-style-1 .slick-next {
    right: -30px;
  }
  body .free-quote-box .obj-title {
    max-width: 450px;
    margin-bottom: 0;
  }
  body .free-quote-box .obj-btn {
    padding: 15px 60px;
  }
}
@media (min-width: 1200px) {
  body .pb-xl-200 {
    padding-bottom: 200px;
  }
  body .row-style-1 {
    padding-bottom: 110px;
    padding-right: calc((100vw - 1110px) / 2);
  }
  body .row-style-1 .obj-title {
    font-size: 45px;
  }
  body .accordion-style-1 .obj-item-accordion-header .obj-title-item {
    font-size: 20px;
  }
  body .icon-style-1 .obj-image-icon a {
    height: 260px;
  }
  body .icon-style-1 .obj-image-icon .img-box {
    height: 130px;
    margin-bottom: 40px;
  }
  body .icon-style-1 .obj-image-icon .obj-image {
    width: 100%;
  }
  body .icon-style-1 .obj-image-icon .obj-title {
    font-size: 18px;
  }
  body .content-address .obj-inner {
    max-width: 300px;
  }
  body .content-fsz-36 {
    font-size: 26px;
  }
  body .form-style-2 input, body .form-style-2 textarea {
    padding: 20px;
  }
  body .main-banner-row-header .obj-title {
    font-size: 42px;
  }
  body .free-quote-box .obj-title {
    max-width: unset;
  }
  body .free-quote-box .obj-btn {
    font-size: 18px;
  }
}
@media (min-width: 1430px) {
  body .pb-xxxl-250 {
    padding-bottom: 250px;
  }
  body .row-style-1 {
    padding-right: calc((100vw - 1370px) / 2);
    padding-left: 95px;
    padding-bottom: 150px;
  }
  body .row-style-1 .obj-title {
    font-size: 50px;
    margin-bottom: 45px;
  }
  body .row-style-1 .obj-title::after {
    margin-top: 60px;
  }
  body .accordion-style-1 .obj-item-accordion-header .obj-title-item {
    font-size: 24px;
  }
  body .content-address::after, body .content-phone::after, body .content-email::after {
    right: 30px;
  }
  body .content-address .obj-inner {
    max-width: 300px;
  }
  body .content-style-1 {
    padding: 45px;
  }
  body .content-fsz-36 {
    font-size: 30px;
  }
  body .content-fsz-36:first-of-type {
    font-size: 36px;
  }
  body .form-style-2 input, body .form-style-2 textarea {
    padding: 30px;
  }
  body .main-banner-row {
    padding-top: 120px;
    padding-bottom: 210px;
  }
  body .main-banner-row-header .obj-title {
    font-size: 46px;
  }
  body .main-banner-row-2 {
    padding-bottom: 170px;
    background-size: cover;
  }
  body .main-banner-row-2 .obj-title {
    width: 90%;
  }
  body .free-quote-box .obj-title {
    font-size: 36px;
  }
  body .free-quote-box .obj-btn {
    font-size: 24px;
  }
}
@media (min-width: 1921px) {
  body .main-banner-row {
    background-size: cover;
  }
}