body, * {
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  color: #363638;
}

a:hover {
  color: #711012;
}

.btn:focus-visible {
  color: #fff;
  border: 1px solid;
}

section {
  padding: 70px 0;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

/* header css start */
.header_top {
  background: #711012;
}

.top_bar {
  display: flex;
  justify-content: space-between;
}

.xoxo li {
  list-style: none;
  padding: 0px 15px;
}

.xoxo li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 11px 0px;
  display: inline-block;
}

.shale_blank {
  display: none;
}

ul.xoxo {
  display: flex;
}

ul.xoxo i {
  color: #fff;
  margin-right: 5px;
}

.video_heading_home.banner_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 587px;
}

.pend_user_sec span {
  color: #711012;
  font-weight: bold;
}

.right_col_dash .general_section .col-md-8 {
  width: 100%;
}

section#shadow-host-companion {
  padding: 0;
}

.logo-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body_loader_class .container {
  opacity: 0.2;
}

.logo-loader img {
  width: 100px; /* Adjust size as necessary */
  height: auto;
  animation: spin 2s linear infinite;
}

.logo-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.body_loader_class .container {
  opacity: 0.2;
}

.logo-loader {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pdf_upload_btn {
  text-align: right;
  position: absolute;
  right: 10%;
}

.pdf_upload_btn a {
  text-decoration: none;
  background: #711012;
  padding: 10px 20px;
  border-radius: 10px;
}

.pdf_upload_btn a, .pdf_upload_btn i {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  margin: 10px;
}

.general_section ul li {
  margin-left: 20px;
}

.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  z-index: 1;
}

.video-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vimeo-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0; /* Hidden initially */
  transition: opacity 0.5s ease; /* Smooth transition */
}

.video-container .video_heading_home.banner_heading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures video covers the screen */
}

.left-top-widet ul li {
  border-right: 1px solid #ccc;
  border-color: rgba(206, 206, 206, 0.3);
}

.menu-toggle {
  display: none;
}

.header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}

.sub-menu {
  position: absolute;
  top: 76px;
  left: 0px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(24, 24, 24, 0.04);
  box-shadow: rgba(24, 24, 24, 0.2) 0 24px 48px -4px;
  z-index: 999;
  border-radius: 0px;
  opacity: 1;
  width: 230px;
  visibility: hidden;
}

.primarymenu > li {
  padding: 26px 10px;
}

.primarymenu.right_menu_login li {
  padding: 5px;
}

.sub-menu li {
  padding: 10px 12px;
}

.menu-item-has-children {
  position: relative;
}

.primarymenu > .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.website_logo img {
  width: 100%;
  height: 50px;
  max-width: 100%;
}

.primarymenu {
  display: flex;
  align-items: center;
}

.primarymenu li {
  list-style: none;
}

.submenu-indicator i {
  font-size: 14px;
}

.primarymenu li a {
  padding: 10px 8px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.right_menu_login li a:hover {
  color: #e5e9fd;
}

.right_menu_login li {
  background: #711012;
  padding: 5px;
  border-radius: 5px;
}

.right_menu_login li a {
  color: white;
}

/* header close */
/* Banner Section css*/
.bg_sec_banner {
  height: 75vh;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center !important;
}

.banner_heading p {
  color: #fff;
  font-size: 20px;
}

.banner_heading h1 {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 48px;
}

section h2 {
  font-size: 36px;
  font-weight: 600;
}

.carrer_form_sec form p input, .carrer_form_sec form p textarea {
  border: 1px solid #711012;
  background: #f8f9fa;
}

.btn {
  background: #e5e9fd;
  color: #711012;
  border: 1px solid #711012;
  padding: 10px 20px;
}

.carrer_form_sec form p {
  color: #711012;
  font-weight: 500;
  font-size: 16px;
}

.btn:hover {
  background: #711012;
  color: #e5e9fd;
}

.banner_heading {
  text-align: center;
  padding-bottom: 40px;
  z-index: 2;
  position: relative;
}

.bg_sec_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity */
  z-index: 1; /* Make sure it appears above the background image */
}

.grid_section .banner_heading p {
  color: #000;
}

.grid_section .banner_heading p {
  color: #000;
  font-size: 16px;
}

.close_burger {
  display: none;
}

.primarymenu li a:hover {
  color: #711012;
}

.primarymenu .current-menu-item a {
  color: #711012;
}

.style_two_text {
  display: flex;
}

.heading_white_color .banner_heading > h2 {
  color: #fff;
  padding-bottom: 20px;
}

ul.primarymenu.right_menu_login a:hover {
  color: #fff;
}

.pend_user_sec {
  padding: 50px;
}

.image_text_style img {
  height: 45px;
  width: 100px;
}

.style_two_col {
  padding: 21px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  margin-bottom: 22px;
  height: 100%;
}

.m_b_grid {
  margin-bottom: 20px;
}

.text_l_r {
  padding: 10px 30px;
}

.text_l_r h3 {
  padding-bottom: 10px;
  font-size: 32px;
}

.mc4wp-response * {
  color: #fff;
}

.text_l_r ul li:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  color: green;
}

.image_text_style {
  margin-right: 0px;
}

.text_l_r {
  padding: 10px 30px;
}

.text_l_r h3 {
  padding-bottom: 10px;
  font-size: 32px;
}

.text_l_r ul li {
  list-style: none;
  margin: 5px 0;
  padding-left: 25px;
  position: relative;
  font-size: 20px;
}

.text_l_r ul li:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  color: green;
}

.image_l_r img {
  border: 1px solid #495057;
  padding: 5px;
  opacity: 0.9;
}

.image_l_r img:hover {
  opacity: 1;
}

.style_two_col:hover {
  opacity: 0.8;
}

.faq_section .container {
  max-width: 800px;
}

.faq_section .banner_heading h2, .faq_section .banner_heading p {
  color: #000;
}

.video_sec_banner {
  height: 540px;
  overflow: hidden;
  max-width: none !important;
  padding: 0;
  position: relative;
  width: 100%;
}

.video_sec_banner iframe {
  border: 0;
  opacity: 1;
  visibility: visible;
  width: 266.667%;
  height: 100%;
  max-height: none;
  max-width: none;
  position: absolute;
  left: -83.3333%;
  top: 0px;
  display: block;
}

.video_sec_banner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* For a 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  padding-top: 0;
}

.video_sec_banner .banner_heading {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.flip-box {
  background-color: transparent;
  height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: #fff;
  color: #000;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  padding: 30px;
}

.image_text_sec h2 {
  position: absolute;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

.grid_section {
  background: #f7f7f7;
}

.image_text_sec img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.cate_col {
  position: relative;
  margin-bottom: 30px;
  background: #1D293E;
}

.term_over {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
}

.cate_col img {
  height: 400px;
  object-fit: cover;
  width: 100%;
  background: #000;
  opacity: 0.8;
  cursor: pointer;
}

.cate_col img:hover {
  opacity: 1;
}

.lsit_count {
  background: #418fde;
  padding: 2px 15px;
  color: #fff;
}

.property-unit-information-wrapper a {
  color: #000;
  text-decoration: none;
}

.property-unit-information-wrapper {
  padding: 20px;
}

.property-unit-information-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
}

.property-unit-information-wrapper h4 {
  font-size: 16px;
  margin-top: 5px;
}

.listing_price_and_id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 12px 0;
}

.listing_unit_price_wrapper {
  color: #2375C7;
  font-size: 17px;
  font-weight: 700;
}

.property_listing_details {
  display: flex;
  align-items: center;
}

.property_listing_details span {
  margin-right: 12px;
  display: flex;
  align-items: center;
  line-height: 30px;
  margin-right: 20px;
  color: #5c727d;
  font-size: 13px;
}

.property_listing_details img {
  height: 19px;
  margin-right: 6px;
}

.listing_details.the_grid_view {
  margin: 15px 0;
}

.property_listing_col {
  box-shadow: 0 -1px 19px 0 rgba(7, 152, 255, 0.09);
  margin: 15px;
  background: #fff;
}

.listing-unit-img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.listing-unit-img-wrapper:hover img {
  opacity: 0.9;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod="auto expand");
}

.listing-unit-img-wrapper img {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  border-radius: 5px 5px 0px 0px;
}

.tag-wrapper {
  position: absolute;
  width: 100%;
  padding: 0px 20px;
  top: 0;
  right: 0;
  text-align: right;
}

.tag-wrapper span {
  background-color: rgba(65, 143, 222, 0.8509803922);
  font-size: 11px;
  float: right;
  color: #fff;
  position: relative;
  padding: 0px 10px;
  top: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 5px;
}

.grid_proprity_row .property_listing_col {
  margin: 18px 5px;
}

.property_section {
  background: #f7f7f7;
}

.taxonomy_banner {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  top: -42px;
  cursor: pointer;
  color: #fff;
  border: none;
  position: absolute;
  background-color: rgba(119, 122, 242, 0.0705882353);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #0274e2;
}

button.slick-next.slick-arrow {
  right: 15px;
  left: auto;
}

button.slick-prev.slick-arrow {
  right: 60px;
  left: auto;
}

button.slick-prev.slick-arrow:hover,
button.slick-next.slick-arrow:hover {
  color: #fff;
}

.prop_latest_slider_row .slick-slider {
  margin-bottom: 40px;
  position: relative;
  min-width: 100%;
}

.prop_latest_slider_row button.slick-prev.slick-arrow:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 40px;
  opacity: 1;
  font-weight: 900;
}

.prop_latest_slider_row button.slick-next.slick-arrow:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  line-height: 40px;
  opacity: 1;
  font-weight: 900;
}

.prop_latest_slider_row button {
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.prop_latest_slider_row button:hover {
  color: #fff;
  background-color: #0274e2;
}

.prop_latest_slider_row .slick-dots {
  position: absolute;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0px;
}

.prop_latest_slider_row .slick-dots {
  bottom: -45px;
}

.prop_latest_slider_row .slick-slider {
  margin-bottom: 60px;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.prop_latest_slider_row .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.prop_latest_slider_row .slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.prop_latest_slider_row .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.prop_latest_slider_row .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #711012;
}

.prop_latest_slider_row .slick-dots li button::before {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 0.25;
  color: #711012;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}

.property_location_image {
  position: absolute;
  bottom: 0;
  padding: 12px;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.property_marker i {
  color: #fff;
  font-size: 12px;
}

.property_location_image a {
  color: #fff;
  text-decoration: none;
}

.property_marker {
  margin: 5px;
}

.prop_galler, .prop_galler i {
  color: #fff;
}

.property_location_image i {
  margin: 5px;
  font-size: 12px;
}

.property_location_image span {
  font-size: 12px;
}

/* footer css */
.site-footer {
  background: #711012;
  padding: 70px 0;
  color: #fff;
}

.footer_heading h3 {
  color: #fff;
  padding-bottom: 28px;
}

.address_footer li {
  list-style: none;
  margin: 10px 0;
  color: #fff;
  font-size: 15px;
}

.address_footer li a, .address_footer li i {
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: none;
}

.social_link {
  display: flex;
  margin: 25px 0;
}

.social_link li {
  list-style: none;
}

.social_link li a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  width: 40px;
  display: block;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
}

.social_link li i {
  font-size: 20px;
  color: #fff;
}

.prop_cate_list a {
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 10px;
}

.prop_cate_list a:hover {
  color: #bbb;
}

.prop_post {
  display: flex;
  margin: 15px 10px;
}

.prop_post img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  border-radius: 3px;
  margin-right: 10px;
}

.prop_text a {
  text-decoration: none;
  color: #fff;
}

.prop_text h2 {
  font-size: 16px;
}

.prop_text {
  color: #fff;
  padding: 0px 8px;
}

p.price_f {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

.cop_right_text p {
  margin: 0 15px;
}

.cop_right_text {
  display: flex;
  align-items: center;
  justify-content: end;
}

.cop_right_text a {
  color: #000;
  text-decoration: none;
  margin: 0 15px;
}

.copyright_section p {
  margin: 0;
}

.copyright_section {
  padding: 15px;
  color: #711012;
}

.property_gallery_slider {
  overflow: hidden;
}

.gallery_col_three {
  display: flex;
  flex-wrap: wrap;
}

.gallery_col_three .prop_gally_slick {
  width: 50%;
  padding: 4px;
}

.property_gallery_slider .col-md-6 {
  padding: 3px;
}

.single_bg_color {
  background-color: #f7f7f7;
}

.gallery_col_three .prop_gally_slick img {
  height: 250px;
  object-fit: cover;
}

.first_img_gallery img {
  height: 510px;
  object-fit: cover;
}

.property-main {
  padding: 20px 0;
}

.property-main h3 {
  font-size: 20px;
}

.price_det {
  font-size: 28px;
  color: #a56612;
}

.left_content_service {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin: 30px 0;
}

.left_content_service li {
  list-style: none;
  padding: 10px;
  width: 25%;
}

.left_content_service li i {
  margin: 0 10px;
}

.box_content {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
}

.box_content h3 {
  padding-bottom: 20px;
}

.feature_text ul li {
  list-style: none;
  flex: 0 0 50%;
  width: 100%;
  padding: 7px 0;
  font-weight: 500;
}

.feature_text ul {
  display: flex;
  flex-wrap: wrap;
}

.feature_text ul li i {
  color: #711012;
}

.description_text p {
  font-size: 15px;
}

.agent_contanct_form input, .agent_contanct_form textarea {
  font-size: 13px;
  padding: 9px 0px 9px 9px;
  color: #8593a9;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: none;
  margin-top: 15px;
}

.agent_contanct_form input[type=submit] {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #418fde));
  padding: 8px 34px;
  border: 1px solid;
  line-height: 2;
  margin-right: 15px;
  min-width: 170px;
  width: 100%;
  background-color: #711012;
  color: #fff;
  background-size: 200% 100%;
  background-position: right bottom;
}

.team_stats .flip-box:hover .flip-box-inner {
  transform: none;
}

.team_stats .flip-box {
  height: auto;
  perspective: none;
  border: 0px solid;
  margin: 50px 0;
}

.right_col_dash {
  padding: 50px 20px;
}

.user_profile_div input, .user_profile_div textarea {
  font-size: 14px;
  padding: 15px 9px 15px 9px;
  color: #711012;
  border: 1px solid #eee;
  box-shadow: none;
  background: #E4E4E4;
  opacity: 0.5;
  height: 56px;
  border-radius: 8px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.user_profile_div select {
  height: 56px;
  background-color: #fff;
  padding: 0px 9px;
  font-size: 14px;
  border-radius: 8px;
  margin-bottom: 15px;
  background: rgba(228, 228, 228, 0.5);
  color: rgba(17, 20, 45, 0.5);
  width: 100%;
}

.team_stats .flip-box-back {
  transform: none;
  background: none;
  display: block;
  position: relative;
}

.shale_dashboard_content_wrapper {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 15px;
  padding: 30px;
  margin-bottom: 45px;
  display: inline-block;
  width: 100%;
}

.shresidence_button {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 30px;
  margin-bottom: 0px;
  border-color: #6C5DD3;
  color: #ffffff;
  background-color: #6C5DD3;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #6C5DD3));
  background-image: linear-gradient(to right, transparent 50%, #6C5DD3 50%);
  text-shadow: none;
  margin-bottom: 10px;
  text-transform: capitalize;
  margin-left: 15px;
  width: inherit;
}

.team_stats .flip-box-front {
  position: relative;
}

.team_stats .image_text_sec h2 {
  color: #711012;
}

.team_stats .banner_heading {
  margin-bottom: 50px;
  padding: 15px;
}

.team_stats .flip-box-back p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin: 10px;
}

.meet_our_team_sec .test_cols {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.form_renters form label {
  font-weight: 500;
}

.form_renters form input, .form_renters form select {
  border: 1px solid;
  background: #f8f9fa;
  padding: 10px;
}

.form_renters form input[type=submit] {
  background: #711012;
}

.meet_our_team_sec .test_cols img {
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}

.meet_our_team_sec .banner_heading {
  padding: 20px;
}

.meet_our_team_sec .banner_heading p {
  color: #000;
}

.small_not {
  color: #fff;
  font-size: 12px;
}

.meet_our_team_sec .test_cols .rating_number {
  display: none;
}

.meet_our_team_sec .title_testi {
  font-weight: 700;
}

.form_sectoin .container {
  max-width: 1140px;
}

.form_row_contact {
  background: #fff;
}

.form_head_text input, .form_head_text textarea {
  background: #f8f9fa;
}

.form_head_img {
  padding: 0;
}

.form_head_text {
  padding: 50px;
}

.form_heading .wpcf7-submit {
  background: #711012;
  color: #fff;
  padding: 12px;
}

.form_head_img img {
  height: 570px;
}

.form_head_text h2 {
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 5px;
}

.test_cols img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.rating_number {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.test_cols {
  padding: 40px;
  box-shadow: 0 10px 30px 0px rgba(7, 152, 255, 0.09);
  border-radius: 5px;
  border: 1px solid rgba(13, 202, 240, 0.1490196078);
}

.rating_number i {
  color: #ffc662;
  font-size: 13px;
}

.login_register_portal {
  width: 420px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
  padding: 50px;
  background: #f8f9fa;
}

.form_portal_pro form {
  text-align: left;
  margin: 15px 0px;
}

label.error {
  color: red;
  font-size: 12px;
}

.form_portal_pro input, .form_portal_pro select {
  display: block;
  width: 100%;
  margin: 12px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 16px;
}

.btn_submit {
  text-shadow: none;
  margin-bottom: 15px;
  text-transform: capitalize;
  padding: 8px 34px;
  border: 1px solid;
  line-height: 2;
  border-color: #711012;
  color: #ffffff;
  background-color: #711012;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #711012));
  background-image: linear-gradient(to right, transparent 50%, #711012 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  width: 100%;
}

.form_portal_pro h2 {
  font-size: 24px;
}

.login_span {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}

.login_span a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

.form_portal_pro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.registger_portal_one, .forgot_password_portal, .change_password_portal, .register_code_portal {
  display: none;
}

.right_col_dash .our_history_banner, .right_col_dash .background_image_banner img {
  height: 60vh;
}

.custom_payment_integration {
  max-width: 500px;
  width: 100%;
}

div#card-element {
  padding: 12px;
}

.check_register input[type=checkbox] {
  margin: 5px 0 1px 0px;
  float: left;
  position: relative;
  outline: 0px !important;
  height: 15px;
  width: 15px;
  margin-bottom: 0px;
  margin-right: 5px;
  vertical-align: top;
  border: 1px solid #dde4e9;
  background-color: #fff;
  color: #565a5c;
  box-sizing: border-box;
  padding: 0;
}

.check_register {
  text-align: left;
  margin: 15px 0;
}

.check_register a {
  color: #000;
  text-decoration: none;
}

.registger_portal_one select {
  color: #6c757d;
}

.dashboard_section {
  padding: 0px;
}

.left_col_dash {
  border-right: 2px solid #ccc;
  background: #fff;
  padding: 40px 20px 40px 20px;
  height: 100%;
}

.bg_right {
  background: #f8f9fa;
}

.page-template-template-dashboard .header_menu {
  border-bottom: 1px solid #ccc;
}

.left_user_img {
  text-align: center;
  margin: 10px 0;
}

span.user_dash {
  background: #ccc;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 32px;
}

.left_col_dash ul li {
  list-style: none;
}

.left_col_dash ul li a {
  text-decoration: none;
  padding: 10px;
  color: #343a40;
  font-size: 18px;
  display: block;
  margin: 10px 0;
}

.left_col_dash ul li a.active {
  background: #711012;
  color: #fff;
}

.left_col_dash ul li a.active i {
  color: #fff;
  margin-right: 5px;
}

.left_col_dash ul {
  margin: 20px 0;
}

.login_link_menu {
  display: none;
}

.pro_content {
  background: #fff;
  border: 1px solid hsla(0, 0%, 9%, 0.04);
  box-sizing: border-box;
  box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, 0.08), 0 8px 12px -2px hsla(0, 0%, 9%, 0.16);
  border-radius: 10px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.pro_col_text {
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pro_col_text {
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pro_col_text h3, .pro_col_text h3 a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.img_span img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

p.pro_text_height {
  font-size: 14px;
}

.pro_col_text a {
  font-weight: 700;
  font-size: 14px;
}

/**
* Newsletter timeline
*/
.newsletter-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.newsletter-timeline .timeline {
  width: calc(50% + 17px);
  padding: 0 30px 30px 0;
  float: left;
  position: relative;
}

.newsletter-timeline .timeline:before,
.newsletter-timeline .timeline:after {
  content: "";
  height: 60px;
  width: 2px;
  border-left: 2px solid #711012;
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  bottom: 0;
}

.newsletter-timeline .timeline:after {
  background-color: #fff;
  height: 20px;
  width: 20px;
  border: 6px solid #711012;
  border-radius: 50%;
  right: 0;
}

.newsletter-timeline .timeline-content {
  color: #000;
  background: #711012;
  text-align: center;
  min-height: 170px;
  padding: 30px 35px 35px;
  border-radius: 15px 15px 0 15px;
  display: block;
  position: relative;
  z-index: 1;
}

.newsletter-timeline .timeline-content:before {
  content: "";
  background-color: #fff;
  position: absolute;
  left: 17px;
  right: 17px;
  top: 17px;
  bottom: 17px;
  z-index: -1;
}

.newsletter-timeline .timeline-content:hover {
  text-decoration: none;
}

.newsletter-timeline .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 36px;
}

.newsletter-timeline .description {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.newsletter-timeline .timeline:nth-child(even) {
  padding: 0 0 30px 30px;
  float: right;
}

.newsletter-timeline .timeline:nth-child(even):before {
  transform: rotate(45deg);
  right: auto;
  left: 30px;
}

.newsletter-timeline .timeline:nth-child(even):after {
  right: auto;
  left: 0;
}

.newsletter-timeline .timeline:nth-child(even) .timeline-content {
  border-radius: 15px 15px 15px 0;
}

.newsletter-timeline .timeline:last-child:before, .newsletter-timeline .timeline:last-child:after {
  display: none;
}

.newsletter-timeline .timeline .readmoreBtn {
  background-color: #711012;
  text-transform: capitalize;
  border-radius: 3px;
  border: 1px solid #711012;
  box-shadow: none;
  margin: 10px 0 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.newsletter-timeline .timeline .readmoreBtn:hover {
  background-color: transparent;
  color: #711012;
  border-color: #711012;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.mc4wp-form-fields label {
  width: 100%;
  max-width: 300px;
}

.copyright_section * {
  text-align: center;
}

.our_history_banner {
  position: relative;
  height: 100vh;
}

.background_image_banner {
  position: absolute;
  top: 0;
  width: 100%;
}

.background_image_banner img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.style_two_text .image_text_style img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.not_found .banner_heading p {
  color: #000;
}

.mb_show_menu {
  display: none;
}

.style_two_text {
  flex-direction: column;
}

.copyright_row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_row_f {
  text-align: left;
  display: flex;
}

.right_left_text_tab, .right_left_img_tab {
  width: 50%;
}

.img_left {
  max-width: 100%;
}

.left_row_f h2.section_heading {
  text-align: left;
}

.title_tab_text {
  display: none;
}

.topside_ul h3.title_tab {
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}

.topside_ul h3.title_tab:hover, .topside_ul li.active h3.title_tab {
  color: #0176d3;
}

ul.topside_ul {
  margin: 40px 0;
}

.let_title {
  border-left: 1px solid #ccc;
  padding: 10px 20px;
}

.let_title.active {
  border-left: 4px solid #0176d3;
}

.box_heading .banner_heading {
  padding-bottom: 10px;
}

.box_co_text li {
  margin-left: 20px;
}

.box_sec_row {
  padding: 48px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  max-width: 80%;
  margin: 0 auto 40px auto;
}

.box_sec_row:nth-child(odd) {
  background: #FFCA8C;
}

.box_sec_row:nth-child(even) {
  background: #FEAFAC;
}

.box_sec_row span {
  font-size: 80px;
  width: 90px;
  height: 90px;
  background: rgba(113, 16, 18, 0.4784313725);
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 40px;
}

.box_section {
  padding-top: 0;
}

.right_left_text_tab {
  padding-right: 100px;
}

.body_menu_sticky {
  overflow: hidden;
}

.title_tab_text p {
  margin: 0;
  padding-bottom: 15px;
}

.right_left_text_tab.no_right_space {
  padding-right: 0;
}

.right_left_img_tab.yes_left_space {
  padding-right: 100px;
}

.tab_section .title_bg img {
  height: 350px;
  object-fit: cover;
}

.tab_sec_row {
  display: flex;
  text-align: left;
}

ul.topside_ul li {
  list-style: none;
}

.copyright_row {
  flex-direction: column;
}

.cop_right_text.copyright_text p a {
  margin: 0;
  text-decoration: underline;
}

/* media query css 1200 */
@media screen and (max-width: 1200px) {
  .header_top {
    display: none;
  }
  .mb_show_menu {
    display: block;
  }
  .primarymenu {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle {
    border: none;
    background: transparent;
  }
  .menu-toggle i {
    font-size: 30px;
  }
  .open_mb_p .m_burger {
    display: none;
  }
  .open_mb_p .close_burger {
    display: block;
  }
  .close_mb_p .primarymenu {
    display: block;
  }
  body.admin-bar .menu-main-menu-container.close_mb_p {
    top: 112px;
  }
  .menu-main-menu-container.close_mb_p {
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100%;
    left: 0;
    padding: 10px;
    bottom: 0;
    top: 59px;
    height: 100%;
  }
  .primarymenu li a {
    margin: 5px 0;
    display: block;
    padding: 5px;
  }
  .submenu-indicator {
    position: absolute;
    right: 10px;
    float: right;
    top: 18px;
  }
  .sub-menu {
    width: 100%;
    position: static;
    padding: 0;
    display: none;
  }
  .primarymenu > li {
    padding: 10px;
  }
  .bg_sec_banner {
    padding: 10px 0;
  }
  .video_sec_banner .banner_heading {
    width: 100%;
  }
  .video_sec_banner .banner_heading h1 {
    font-size: 27px;
    margin: 0;
  }
  .video_sec_banner {
    height: 540px;
    overflow: hidden;
    max-width: none !important;
    padding: 0;
  }
  .video_sec_banner iframe {
    border: 0;
    opacity: 1;
    visibility: visible;
    width: 266.667%;
    height: 100%;
    max-height: none;
    max-width: none;
    position: absolute;
    left: -83.3333%;
    top: 0px;
    display: block;
  }
  .header_main {
    flex-direction: row-reverse;
    padding: 10px 0;
  }
  .login_link_menu i {
    color: #fff;
    font-size: 13px;
  }
  .login_link_menu {
    display: block;
    background: #711012;
    padding: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .flip-box {
    margin-bottom: 10px;
  }
  .banner_heading {
    padding-bottom: 60px;
  }
  .login_register_portal {
    width: 100%;
    padding: 15px;
  }
  .background_image_banner img {
    height: 100%;
  }
  .shale_blank {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-timeline .timeline {
    width: calc(50% + 40px);
  }
  .pro_col_text {
    padding: 20px;
  }
  .our_history_banner {
    height: 100%;
    padding: 0;
  }
  .background_image_banner {
    height: 100%;
    width: 100%;
    position: relative;
  }
  .our_history_banner .container {
    position: absolute;
  }
  .banner_heading h1 {
    font-size: 28px;
    margin-bottom: 0px;
  }
  .video-container video {
    min-height: 500px;
  }
  .our_history_banner .banner_heading {
    padding-bottom: 0;
  }
  .resources_sec .style_two_text .image_text_style img {
    height: 100%;
  }
  .tab_sec_row {
    flex-direction: column;
  }
  .shale_dashboard_content_wrapper {
    padding: 20px;
  }
  .right_col_dash {
    padding: 50px 5px;
  }
  .right_left_img_tab.yes_left_space {
    padding: 0;
  }
  .tab_section .title_bg img {
    height: auto;
    width: 100%;
  }
  .right_left_text_tab, .right_left_img_tab {
    width: 100%;
  }
  .pdf_upload_btn {
    position: relative;
    text-align: center;
    right: auto;
    margin-bottom: 50px;
  }
  .pdf_upload_btn a, .pdf_upload_btn i {
    font-size: 20px;
  }
  .pdf_upload_btn {
    position: relative;
    text-align: center;
    right: auto;
    margin-bottom: 50px;
  }
  .pdf_upload_btn a, .pdf_upload_btn i {
    font-size: 20px;
  }
  .box_sec_row {
    max-width: 100%;
    padding: 15px;
    flex-direction: column;
  }
  .box_sec_row span {
    width: 60px;
    height: 60px;
    font-size: 40px;
    margin: 15px;
  }
}
@media screen and (max-width: 500px) {
  .newsletter-timeline .timeline {
    width: 100%;
  }
  .newsletter-timeline .title {
    font-size: 24px;
  }
  .video_sec_banner {
    height: 53vh;
  }
  .website_logo img {
    width: 100%;
    height: 100%;
    max-width: 180px;
  }
  iframe.vimeo-video {
    border: 0;
    opacity: 1;
    visibility: visible;
    width: 325.667%;
    height: 100%;
    max-height: none;
    max-width: none;
    position: absolute;
    left: -83.3333%;
    top: 0;
    display: block;
  }
  .video-wrapper {
    position: relative;
    width: 100%;
    height: 478px;
    overflow: hidden;
  }
}
@media screen and (max-width: 350px) {
  .video_sec_banner {
    height: 44vh;
  }
}/*# sourceMappingURL=style.css.map */