@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

* {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    text-decoration: none;
    outline: none; }
  a:focus {
    text-decoration: none;
    outline: none; }

.btn {
  border: 0;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  border-radius: 0; }
  .btn:hover {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: transparent; }
  .btn:focus {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    background-color: transparent;; }
  .btn:active {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    background-color: transparent;; }
  .btn:active:focus {
    box-shadow: none; }
  .btn:visited {
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.list-inline {
  margin: 0;
  padding: 0; }
  .list-inline::after {
    display: block;
    content: "";
    clear: both; }
  .list-inline li {
    float: left; }
    .list-inline li a {
      display: inline-block; }



/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .container {
    max-width: 1440px; } }

/* Extra Huge large desktops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .container {
    max-width: 1440px; } }

/* Extra Huge large desktops */
@media (min-width: 1600px) and (max-width: 1679px) {
  .container {
    max-width: 1440px; } }

/* Extra large desktops and mac laptops*/
@media (min-width: 1400px) and (max-width: 1599px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1280px) and (max-width: 1399px) {
  .container {
    max-width: 1170px; } }

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 100%; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 544px) and (max-width: 767px) {
  .container {
    min-width: 100%; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 543px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@media (max-width: 360px) {
  .container {
    max-width: 100%; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: inherit; }

.btn-primary {
  background: linear-gradient(90deg, rgba(220, 114, 40, 1) 50%, #000 100%);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 50px;
  color: #ffffff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #ffffff;
  border-radius: 50px;
  background-color: #dc7228; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.no_event {
  pointer-events: none; }

.scroll_off {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none; }

.form-control {
  font-size: 14px; }

label.error {
  display: block;
  color: #f00 !important;
  font-weight: 500 !important;
  font-size: 14px !important; }

.text-success {
  color: #25d366 !important; }
.text-primary {
  color: #998049 !important;
}
.callout {
  border-radius: .25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 13px; }
  .callout.callout-success {
    border-left-color: #1e7e34;
    background-color: #28a745;
    color: #fff; }
  .callout.callout-danger {
    border-left-color: #bd2130;
    background-color: #d72d3e;
    color: #fff; }

.alert.alert-success {
  border-left-color: #1e7e34;
  background-color: #28a745;
  color: #fff; }

.alert.alert-danger {
  border-left-color: #bd2130;
  background-color: #d72d3e;
  color: #fff; }

.popover {
  max-width: 360px;
  padding: 20px;
  border: 1px solid #e8e8eb;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 50, 0.12); }
  .popover .popover-body {
    padding: 0; }
    .popover .popover-body p {
      font-weight: 600;
      font-size: 14px;
      color: #232323;
      padding-bottom: 10px; }
      .popover .popover-body p a {
        color: #0000FF;
        display: inline-block; }
    .popover .popover-body a {
      color: #0000FF;
      font-weight: 600;
      display: block; }

.pagination_area {
  text-align: center;
  display: table;
  margin: 0 auto; }
  .pagination_area::after {
    display: block;
    content: "";
    clear: both; }
  .pagination_area .list-inline li a {
    display: block;
    font-size: 16px;
    color: #232323;
    background-color: #998049;
    color: #ffffff;
    padding: 0px 0px;
    width: 30px;
    height: 30px;
    margin: 0px 1.2px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    .pagination_area .list-inline li a:hover {
      background-color: #766339; }
  .pagination_area .list-inline li.page_np a {
    width: auto;
    padding: 0px 8px; }
  .pagination_area .list-inline li.disable {
    cursor: no-drop; }
    .pagination_area .list-inline li.disable a {
      pointer-events: none; }

.custom_pagination {
  padding-top: 15px;
  overflow: auto; }
  .custom_pagination .pagination {
    white-space: nowrap; }
    .custom_pagination .pagination .paginate_button.page-item a {
      display: block;
      position: relative;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #232323;
      background-color: #fff;
      border: 1px solid #dee2e6; }
      .custom_pagination .pagination .paginate_button.page-item a.active {
        color: #fff;
        background-color: #998049;
        border-color: #998049; }

#pb_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: none; }

#pb_scroll::-webkit-scrollbar {
  width: 3px;
  background-color: none; }

#pb_scroll::-webkit-scrollbar-thumb {
  background-color: #998049;
  border: 1px solid #998049; }

.form-group {
  margin-bottom: 25px; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  a:hover {
    color: #000; }
    a:hover span {
      color: #000; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-primary {
    font-size: 14px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .btn-primary {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .btn-primary {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .btn-primary {
    font-size: 14px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .btn-primary {
    font-size: 14px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.main_title {
  text-align: center;
  padding-bottom: 30px; }
  .main_title h3 {
    font-family: "Quattrocento", serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase; }
  .main_title p {
    padding-top: 10px;
    color: #ffffff; }
  .main_title a {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px; }
  .main_title.black_title h3 {
    color: #232323; }
  .main_title.black_title p {
    color: #232323; }

.owl-dots {
  display: table;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 15px; }
  .owl-dots button {
    text-decoration: none;
    outline: none; }
    .owl-dots button.owl-dot {
      border: 0px solid;
      border-color: transparent;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      margin: 0px 3px;
      background-color: #998049; }
      .owl-dots button.owl-dot.active {
        background-color: #232323;
        height: 15px;
        width: 15px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .main_title h3 {
    font-size: 24px; }
  .main_title p {
    font-size: 14px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .main_title h3 {
    font-size: 24px; }
  .main_title p {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .main_title h3 {
    font-size: 20px; }
  .main_title p {
    font-size: 13px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .main_title h3 {
    font-size: 20px; }
  .main_title p {
    font-size: 13px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .main_title h3 {
    font-size: 20px; }
  .main_title p {
    font-size: 13px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.btn-checkbox {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
  color: #232323;
  font-size: 12px;
  border-radius: 0px; }
  .btn-checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 7px;
    margin-top: -5px;
    opacity: 0;
    z-index: 2; }
  .btn-checkbox .active_border {
    display: block;
    border: 0px solid #CECECE;
    padding: 5px 10px;
    color: #232323;
    font-size: 12px;
    border-radius: 5px; }
  .btn-checkbox input[type=checkbox]:checked + .active_border {
    background-color: #CC8899;
    border: 0px solid #998049;
    color: #ffffff; }
  .btn-checkbox input[type=radio]:checked + .active_border {
    background-color: #CC8899;
    border: 0px solid #998049;
    color: #ffffff; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 25px; }
  .custom-control .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top; }
    .custom-control .custom-control-label:before {
      position: absolute;
      content: '';
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 17px;
      height: 17px;
      pointer-events: none;
      background-color: transparent;
      border: #adb5bd solid 2px; }
    .custom-control .custom-control-label:after {
      position: absolute;
      content: '';
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 17px;
      height: 17px;
      background: no-repeat 50%/50% 50%; }

.custom-control.custom-checkbox .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 17px;
  height: 17px;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
  margin-top: 2px; }

.custom-control.custom-checkbox .custom-control-label {
  font-size: 14px;
  color: #ffffff; }
  .custom-control.custom-checkbox .custom-control-label:before {
    top: 2px;
    border-radius: 0;
    height: 17px;
    width: 17px;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border: 2px solid #998049; }
  .custom-control.custom-checkbox .custom-control-label:after {
    top: 2px;
    border-radius: 0;
    height: 17px;
    width: 17px;
    box-shadow: none;
    text-decoration: none;
    outline: none; }

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #998049;
  border-color: #998049;
  box-shadow: none;
  text-decoration: none;
  outline: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/icons/checkbox.png");
  background-repeat: no-repeat;
  background-size: 13px; }

.form-check {
  padding-left: 0; }

.custom-control-radio.custom-radio [type="radio"]:checked,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.custom-control-radio.custom-radio [type="radio"]:checked + label,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #ffffff; }

.custom-control-radio.custom-radio [type="radio"]:checked + label:before,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #998049;
  border-radius: 100%;
  background: transparent; }

.custom-control-radio.custom-radio [type="radio"]:checked + label:after,
.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #998049;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.custom-control-radio.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.custom-control-radio.custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #ffffff; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232323;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 17px;
      left: 0px;
      bottom: 0px;
      background-color: #ffffff;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
      .switch .slider.round:before {
        border-radius: 50%; }
  .switch input:checked + .slider {
    background-color: #232323; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(31px);
    -ms-transform: translateX(31px);
    transform: translateX(31px);
    background-color: #998049; }

/* Extra Huge large desktops */
@media (min-width: 1920px) {
  .btn-checkbox .custom_check {
    height: 15px;
    width: 15px;
    margin-top: -8px; }
    .btn-checkbox .custom_check i {
      font-size: 8px; }
  .btn-checkbox .active_border {
    font-size: 14px; }
  .custom-radio .custom-control-label {
    font-size: 14px; } }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.header_top_section {
  background-color: #232323;
  padding: 10px 0; }
  .header_top_section .header_area::after {
    display: block;
    content: "";
    clear: both; }
  .header_top_section .header_area .left_area {
    float: left; }
    .header_top_section .header_area .left_area .list-inline li {
      font-size: 14px;
      color: #ffffff;
      font-weight: 500; }
  .header_top_section .header_area .right_area {
    float: right; }
    .header_top_section .header_area .right_area .list-inline li {
      padding: 0px 10px; }
      .header_top_section .header_area .right_area .list-inline li a {
        font-size: 16px;
        color: #ffffff; }
        .header_top_section .header_area .right_area .list-inline li a:hover {
          color: #998049; }
      .header_top_section .header_area .right_area .list-inline li:first-child {
        padding-left: 0; }
      .header_top_section .header_area .right_area .list-inline li:last-child {
        padding-right: 0; }

.header_section {
  border-bottom: 1px solid #E4E0D6;
  padding: 15px 0; }
  .header_section .header_area::after {
    display: block;
    content: "";
    clear: both; }
  .header_section .header_area .left_area {
    float: left; }
    .header_section .header_area .left_area .logo_area a {
      display: inline-block; }
      .header_section .header_area .left_area .logo_area a img {
        width: 180px; }
  .header_section .header_area .right_area {
    float: right; }
    .header_section .header_area .right_area::after {
      display: block;
      content: "";
      clear: both; }
    .header_section .header_area .right_area .list-inline li {
      padding: 0px 10px; }
      .header_section .header_area .right_area .list-inline li a {
        display: inline-block;
        color: #232323;
        font-weight: 500;
        padding: 10px 0px; }
        .header_section .header_area .right_area .list-inline li a:hover {
          color: #998049; }
      .header_section .header_area .right_area .list-inline li:first-child {
        padding-left: 0; }
      .header_section .header_area .right_area .list-inline li:last-child {
        padding-right: 0; }
      .header_section .header_area .right_area .list-inline li.dropdown .dropdown-menu {
        padding: 0;
        border: 0;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 7px;
        overflow: hidden; }
        .header_section .header_area .right_area .list-inline li.dropdown .dropdown-menu li {
          width: 100%;
          margin: 0;
          padding: 0; }
          .header_section .header_area .right_area .list-inline li.dropdown .dropdown-menu li a {
            height: auto;
            line-height: inherit;
            display: block;
            color: #232323;
            font-size: 14px;
            padding: 10px 15px; }
            .header_section .header_area .right_area .list-inline li.dropdown .dropdown-menu li a:hover {
              color: #ffffff;
              background-color: #998049; }
    .header_section .header_area .right_area .menu_left_area {
      float: left; }
    .header_section .header_area .right_area .menu_right_area {
      float: right;
      padding-left: 60px; }
      .header_section .header_area .right_area .menu_right_area .list-inline li.create_btn a {
        background-color: #998049;
        padding-left: 18px;
        padding-right: 18px;
        border-radius: 70px;
        color: #ffffff; }
        .header_section .header_area .right_area .menu_right_area .list-inline li.create_btn a:hover {
          background-color: #766339; }
      .header_section .header_area .right_area .menu_right_area .list-inline.in_mobile {
        display: none; }
        .header_section .header_area .right_area .menu_right_area .list-inline.in_mobile li {
          padding: 0px 0px; }
          .header_section .header_area .right_area .menu_right_area .list-inline.in_mobile li a {
            background-color: #998049;
            border-radius: 5px;
            display: inline-block;
            color: #ffffff;
            height: 35px;
            width: 40px;
            text-align: center;
            line-height: 37px;
            margin: 0;
            padding: 0;
            font-size: 18px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .header_section .header_area .right_area .list-inline li a {
    font-size: 14px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .header_section .header_area .right_area .list-inline li a {
    font-size: 14px; } }

/* Landscape phones and portrait tablets */
/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .header_top_section .header_area .left_area {
    padding-top: 3px; }
    .header_top_section .header_area .left_area .list-inline li {
      font-size: 12px; }
  .header_top_section .header_area .right_area .list-inline li {
    padding: 0px 7px; }
    .header_top_section .header_area .right_area .list-inline li a {
      font-size: 14px; }
  .header_section .header_area .right_area .menu_left_area.in_desktop {
    display: none; }
  .header_section .header_area .right_area .menu_right_area .list-inline.in_desktop {
    display: none; }
  .header_section .header_area .right_area .menu_right_area .list-inline.in_mobile {
    display: block; } }

/* Smaller phones */
@media (max-width: 360px) {
  .header_top_section .header_area .left_area {
    padding-top: 3px; }
    .header_top_section .header_area .left_area .list-inline li {
      font-size: 12px; }
  .header_top_section .header_area .right_area .list-inline li {
    padding: 0px 7px; }
    .header_top_section .header_area .right_area .list-inline li a {
      font-size: 14px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.open_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #232323;
  height: 1px;
  opacity: 0;
  z-index: -1;
  overflow: hidden; }
  .open_menu .top_area {
    padding: 30px 10px 30px 10px;
    padding-bottom: 0px; }
    .open_menu .top_area::after {
      display: block;
      content: "";
      clear: both; }
    .open_menu .top_area .logo_box {
      float: left; }
      .open_menu .top_area .logo_box a {
        display: inline-block; }
        .open_menu .top_area .logo_box a img {
          width: 40px; }
    .open_menu .top_area .cross_menu {
      float: right; }
      .open_menu .top_area .cross_menu a {
        display: inline-block; }
        .open_menu .top_area .cross_menu a img {
          width: 30px; }
  .open_menu.show_open {
    opacity: 1;
    z-index: 99999;
    height: 100%; }
    .open_menu.show_open .inner_res_menu {
      height: calc(100% - 120px); }
  .open_menu .inner_res_menu {
    height: 1px;
    overflow-x: hidden;
    margin-top: 15px;
    padding-left: 10px; }
    .open_menu .inner_res_menu ul li a {
      display: block;
      font-size: 14px;
      color: #ffffff;
      padding: 10px 0; }
      .open_menu .inner_res_menu ul li a:hover {
        color: #998049; }
      .open_menu .inner_res_menu ul li a i {
        margin-right: 10px; }
    .open_menu .inner_res_menu ul li.has-submenu a .caret_box {
      display: inline-block;
      margin-left: 7px; }
    .open_menu .inner_res_menu ul li.has-submenu .submenu li a {
      padding-left: 10px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .open_menu .inner_res_menu ul li.foundation {
    display: none; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .open_menu .inner_res_menu ul li.foundation {
    display: none; } }

/* Landscape phones and portrait tablets */
/* Smaller phones */
/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.featured_advertisement_section {
  background-color: #232323;
  padding: 50px 0; }
  .featured_advertisement_section .featured_area .feature_slide {
    padding-top: 30px; }
    .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third {
      padding: 30px;
      overflow: hidden;
      background-color: #232323;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative;
      /* &:hover{
              img{
                opacity: 0.5;
                @include scale(1.1);
              }
            } */ }
      .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third img {
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third .text_box {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: none; }
        .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third .text_box img {
          width: 100%; }
        .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third .text_box a {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          display: block;
          color: #ffffff;
          text-align: center;
          margin-bottom: 8px;
          font-size: 16px;
          font-weight: 600; }
    .featured_advertisement_section .featured_area .feature_slide .owl-carousel .owl-item.active.center .item .one_third {
      padding: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .featured_advertisement_section .featured_area .feature_slide .owl-carousel .owl-item.active.center .item .one_third img {
        border: 2px solid #ffffff;
        border-radius: 10px;
        width: 100%; }
      .featured_advertisement_section .featured_area .feature_slide .owl-carousel .owl-item.active.center .item .one_third .text_box {
        display: block; }
        .featured_advertisement_section .featured_area .feature_slide .owl-carousel .owl-item.active.center .item .one_third .text_box img {
          border: 0;
          border-radius: 0; }
    .featured_advertisement_section .featured_area .feature_slide .owl-carousel .owl-dots {
      margin-top: 20px;
      margin-bottom: 0; }
      .featured_advertisement_section .featured_area .feature_slide .owl-carousel .owl-dots button.owl-dot.active {
        background-color: #ffffff; }

.find_feature_section {
  padding: 50px 0; }
  .find_feature_section .find_feature_area .main_title h3 {
    color: #232323; }
  .find_feature_section .find_feature_area .main_title .btn_area .btn {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative; }
    .find_feature_section .find_feature_area .main_title .btn_area .btn.btn-default {
      background-color: #EBEBEB;
      color: #232323; }
      .find_feature_section .find_feature_area .main_title .btn_area .btn.btn-default:hover {
        background-color: #998049;
        color: #ffffff; }
    .find_feature_section .find_feature_area .main_title .btn_area .btn:hover {
      background-color: #998049;
      color: #ffffff; }
    .find_feature_section .find_feature_area .main_title .btn_area .btn.current:after {
      position: absolute;
      content: '\f0d7';
      font-family: 'Font Awesome 5 Pro';
      font-weight: 700;
      bottom: 0;
      left: 0;
      right: 0;
      color: #998049;
      margin-bottom: -23px;
      font-size: 30px; }
  .find_feature_section .find_feature_area .main_title .search_area {
    max-width: 100%;
    width: 600px;
    border: 1px solid #E4E0D6;
    border-radius: 100px;
    text-align: left;
    position: relative;
    display: table;
    margin: 0 auto;
    margin-top: 30px; }
    .find_feature_section .find_feature_area .main_title .search_area::after {
      display: block;
      content: "";
      clear: both; }
    .find_feature_section .find_feature_area .main_title .search_area form::after {
      display: block;
      content: "";
      clear: both; }
    .find_feature_section .find_feature_area .main_title .search_area .form-group {
      margin: 0;
      padding: 0; }
      .find_feature_section .find_feature_area .main_title .search_area .form-group .set_label {
        display: block; }
      .find_feature_section .find_feature_area .main_title .search_area .form-group .form-control {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0; }
    .find_feature_section .find_feature_area .main_title .search_area .left_f {
      float: left;
      width: 40%;
      border-right: 1px solid #E4E0D6;
      padding: 15px 15px 15px 30px; }
    .find_feature_section .find_feature_area .main_title .search_area .right_f {
      width: 60%;
      float: right;
      padding: 15px 15px 15px 20px; }
    .find_feature_section .find_feature_area .main_title .search_area .btn {
      height: 50px;
      width: 50px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      text-align: center;
      margin-right: 10px;
      margin-top: 10px;
      background-color: #232323; }
      .find_feature_section .find_feature_area .main_title .search_area .btn .search_text {
        display: none;
        padding-left: 5px; }
  .find_feature_section .find_feature_area .find_feature_grid .one_third {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px; }
    .find_feature_section .find_feature_area .find_feature_grid .one_third .img_area {
      overflow: hidden;
      background-color: #232323; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .img_area img {
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .img_area:hover img {
        opacity: 0.5;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: #ffffff;
      width: calc(100% - 30px);
      border-radius: 5px;
      padding: 7px 10px;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a {
        display: block; }
        .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .left_area {
          float: left;
          height: 50px;
          width: 50px;
          border-radius: 50%;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          padding: 5px; }
          .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .left_area img {
            width: 100%;
            border-radius: 100%; }
        .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area {
          padding-top: 5px;
          float: right;
          width: calc(100% - 65px); }
          .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .name {
            color: #232323;
            font-weight: 500;
            font-size: 14px; }
          .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .by {
            padding-top: 5px;
            color: #808080;
            font-size: 13px; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px); }
  .find_feature_section .find_feature_area .find_feature_grid .inner_grid_area {
    padding: 0px 50px; }
  .find_feature_section .find_feature_area .find_feature_grid .load_more {
    text-align: center; }
    .find_feature_section .find_feature_area .find_feature_grid .load_more a {
      display: inline-block;
      color: #998049;
      font-weight: 600; }

.find_feature_category_section {
  padding-top: 15px;
  padding-bottom: 30px; }
  .find_feature_category_section .find_feature_category_area .category_area {
    padding-left: 10px;
    padding-right: 10px; }
    .find_feature_category_section .find_feature_category_area .category_area .list-inline {
      margin-left: -10px;
      padding-right: -10px; }
      .find_feature_category_section .find_feature_category_area .category_area .list-inline li {
        width: 20%;
        padding: 0px 10px; }
        .find_feature_category_section .find_feature_category_area .category_area .list-inline li a {
          border-radius: 15px;
          overflow: hidden;
          display: block;
          position: relative;
          overflow: hidden;
          background-color: #232323; }
          .find_feature_category_section .find_feature_category_area .category_area .list-inline li a img {
            width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
          .find_feature_category_section .find_feature_category_area .category_area .list-inline li a:after {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.33);
            z-index: 1; }
          .find_feature_category_section .find_feature_category_area .category_area .list-inline li a .heading_text {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            text-align: center;
            color: #ffffff;
            z-index: 2;
            font-weight: 600;
            font-size: 16px;
            padding-left: 15px;
            padding-right: 15px; }
            .find_feature_category_section .find_feature_category_area .category_area .list-inline li a .heading_text:hover {
              color: rgba(255, 255, 255, 0.8); }
          .find_feature_category_section .find_feature_category_area .category_area .list-inline li a:hover img {
            opacity: 0.8;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
            .header-fade-txt {display: none;}            

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .find_feature_category_section .find_feature_category_area .category_area .list-inline li a .heading_text {
    font-size: 14px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third .text_box a {
    font-size: 13px; }
  .find_feature_section .find_feature_area .find_feature_grid .inner_grid_area {
    padding-left: 0;
    padding-right: 0; }
  .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by {
    width: calc(100% - 15px);
    padding: 7px 5px; }
    .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .name {
      font-size: 12px; }
    .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .by {
      font-size: 11px; }
  .find_feature_category_section .find_feature_category_area .category_area .list-inline li {
    padding: 0px 3px; }
    .find_feature_category_section .find_feature_category_area .category_area .list-inline li a .heading_text {
      font-size: 12px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third .text_box a {
    font-size: 13px; }
  .find_feature_section {
    padding: 30px 0; }
    .find_feature_section .find_feature_area .main_title .search_area {
      width: 100%;
      border-radius: 0;
      padding: 15px;
      margin-top: 20px; }
      .find_feature_section .find_feature_area .main_title .search_area .form-group .set_label {
        font-size: 14px; }
      .find_feature_section .find_feature_area .main_title .search_area .left_f {
        float: none;
        width: 100%;
        border-right: 0;
        padding: 0;
        padding-bottom: 10px; }
      .find_feature_section .find_feature_area .main_title .search_area .right_f {
        border-top: 1px solid #E4E0D6;
        float: none;
        width: 100%;
        border-right: 0;
        padding: 0;
        padding-top: 10px; }
      .find_feature_section .find_feature_area .main_title .search_area .btn {
        position: static;
        border-radius: 0;
        margin-right: 0;
        height: 44px;
        width: 100%; }
        .find_feature_section .find_feature_area .main_title .search_area .btn i {
          font-size: 12px; }
        .find_feature_section .find_feature_area .main_title .search_area .btn .search_text {
          display: inline-block; }
    .find_feature_section .find_feature_area .find_feature_grid .inner_grid_area {
      padding-left: 0;
      padding-right: 0; }
    .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by {
      width: calc(100% - 15px);
      padding: 7px 5px; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .name {
        font-size: 12px; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .by {
        font-size: 11px; }
  .find_feature_category_section {
    padding: 0; }
    .find_feature_category_section .find_feature_category_area .category_area .list-inline li {
      padding: 0px 5px;
      width: 33.33%;
      margin-bottom: 10px; }
      .find_feature_category_section .find_feature_category_area .category_area .list-inline li a .heading_text {
        font-size: 12px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third .text_box a {
    font-size: 13px; }
  .find_feature_section {
    padding: 30px 0; }
    .find_feature_section .find_feature_area .main_title .search_area {
      width: 100%;
      border-radius: 0;
      padding: 15px;
      margin-top: 20px; }
      .find_feature_section .find_feature_area .main_title .search_area .form-group .set_label {
        font-size: 14px; }
      .find_feature_section .find_feature_area .main_title .search_area .left_f {
        float: none;
        width: 100%;
        border-right: 0;
        padding: 0;
        padding-bottom: 10px; }
      .find_feature_section .find_feature_area .main_title .search_area .right_f {
        border-top: 1px solid #E4E0D6;
        float: none;
        width: 100%;
        border-right: 0;
        padding: 0;
        padding-top: 10px; }
      .find_feature_section .find_feature_area .main_title .search_area .btn {
        position: static;
        border-radius: 0;
        margin-right: 0;
        height: 44px;
        width: 100%; }
        .find_feature_section .find_feature_area .main_title .search_area .btn i {
          font-size: 12px; }
        .find_feature_section .find_feature_area .main_title .search_area .btn .search_text {
          display: inline-block; }
    .find_feature_section .find_feature_area .find_feature_grid .inner_grid_area {
      padding-left: 0;
      padding-right: 0; }
    .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by {
      width: calc(100% - 15px);
      padding: 7px 5px; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .name {
        font-size: 12px; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .by {
        font-size: 11px; }
  .find_feature_category_section {
    padding: 0; }
    .find_feature_category_section .find_feature_category_area .category_area .list-inline li {
      padding: 0px 5px;
      width: 50%;
      margin-bottom: 10px; }
      .find_feature_category_section .find_feature_category_area .category_area .list-inline li a .heading_text {
        font-size: 12px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .featured_advertisement_section .featured_area .feature_slide .owl-carousel .item .one_third .text_box a {
    font-size: 13px; }
  .find_feature_section {
    padding: 30px 0; }
    .find_feature_section .find_feature_area .main_title .search_area {
      width: 100%;
      border-radius: 0;
      padding: 15px;
      margin-top: 20px; }
      .find_feature_section .find_feature_area .main_title .search_area .form-group .set_label {
        font-size: 14px; }
      .find_feature_section .find_feature_area .main_title .search_area .left_f {
        float: none;
        width: 100%;
        border-right: 0;
        padding: 0;
        padding-bottom: 10px; }
      .find_feature_section .find_feature_area .main_title .search_area .right_f {
        border-top: 1px solid #E4E0D6;
        float: none;
        width: 100%;
        border-right: 0;
        padding: 0;
        padding-top: 10px; }
      .find_feature_section .find_feature_area .main_title .search_area .btn {
        position: static;
        border-radius: 0;
        margin-right: 0;
        height: 44px;
        width: 100%; }
        .find_feature_section .find_feature_area .main_title .search_area .btn i {
          font-size: 12px; }
        .find_feature_section .find_feature_area .main_title .search_area .btn .search_text {
          display: inline-block; }
    .find_feature_section .find_feature_area .find_feature_grid .inner_grid_area {
      padding-left: 0;
      padding-right: 0; }
    .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by {
      width: calc(100% - 15px);
      padding: 7px 5px; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .name {
        font-size: 12px; }
      .find_feature_section .find_feature_area .find_feature_grid .one_third .posted_by a .right_area .by {
        font-size: 11px; }
  .find_feature_category_section {
    padding: 0; }
    .find_feature_category_section .find_feature_category_area .category_area .list-inline li {
      padding: 0px 5px;
      width: 50%;
      margin-bottom: 10px; }
      .find_feature_category_section .find_feature_category_area .category_area .list-inline li a .heading_text {
        font-size: 12px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.slider_section {
  padding: 40px 0; }
  .slider_section .slider_area {
    position: relative; }
    .slider_section .slider_area .left_area {
      padding-top: 75px;
      padding-right: 50px; }
      .slider_section .slider_area .left_area h3 {
        font-size: 35px;
        font-family: "Quattrocento", serif;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 50px; }
      .slider_section .slider_area .left_area p {
        padding-top: 25px;
        font-size: 18px;
        line-height: 30px; }
      .slider_section .slider_area .left_area a {
        margin-top: 35px; }
        .slider_section .slider_area .left_area a.btn-primary {
          padding-top: 12px;
          padding-bottom: 12px; }
    .slider_section .slider_area .right_area {
      padding-left: 50px; }
      .slider_section .slider_area .right_area .inner_image img {
        width: 100%; }
    .slider_section .slider_area .globe_icon {
      position: absolute;
      bottom: 0;
      right: 0;
      height: 90px;
      width: 90px;
      border-radius: 10px;
      padding: 10px;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
      border-radius: 20px;
      background-color: #ffffff; }
      .slider_section .slider_area .globe_icon img {
        width: 100%; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .slider_section .slider_area .globe_icon {
    height: 70px;
    width: 70px; }
  .slider_section .slider_area .left_area {
    padding-top: 35px;
    padding-right: 20px; }
    .slider_section .slider_area .left_area h3 {
      font-size: 30px; }
    .slider_section .slider_area .left_area p {
      font-size: 16px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .slider_section {
    padding: 30px 0; }
    .slider_section .slider_area .globe_icon {
      height: 50px;
      width: 50px; }
    .slider_section .slider_area .left_area {
      padding-top: 12px;
      padding-right: 0px; }
      .slider_section .slider_area .left_area h3 {
        font-size: 24px;
        line-height: 35px; }
      .slider_section .slider_area .left_area p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 26px; }
      .slider_section .slider_area .left_area a.btn-primary {
        margin-top: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .slider_section {
    padding: 30px 0; }
    .slider_section .slider_area .globe_icon {
      height: 50px;
      width: 50px; }
    .slider_section .slider_area .left_area {
      padding-top: 0px;
      padding-right: 0px; }
      .slider_section .slider_area .left_area h3 {
        font-size: 22px;
        line-height: 32px; }
      .slider_section .slider_area .left_area p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 26px; }
      .slider_section .slider_area .left_area a.btn-primary {
        margin-top: 25px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .slider_section {
    padding: 30px 0; }
    .slider_section .slider_area .globe_icon {
      height: 50px;
      width: 50px; }
    .slider_section .slider_area .left_area {
      padding-top: 0px;
      padding-right: 0px; }
      .slider_section .slider_area .left_area h3 {
        font-size: 22px;
        line-height: 32px; }
      .slider_section .slider_area .left_area p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 26px; }
      .slider_section .slider_area .left_area a.btn-primary {
        margin-top: 25px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .slider_section {
    padding: 30px 0; }
    .slider_section .slider_area .globe_icon {
      height: 50px;
      width: 50px; }
    .slider_section .slider_area .left_area {
      padding-top: 0px;
      padding-right: 0px; }
      .slider_section .slider_area .left_area h3 {
        font-size: 22px;
        line-height: 32px; }
      .slider_section .slider_area .left_area p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 26px; }
      .slider_section .slider_area .left_area a.btn-primary {
        margin-top: 25px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.testimonial_section {
  padding-top: 40px;
  padding-bottom: 30px; }
  .testimonial_section .testimonial_area {
    position: relative; }
    .testimonial_section .testimonial_area .need_help {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      text-align: center;
      margin-top: -15px; }
      .testimonial_section .testimonial_area .need_help a {
        display: block;
        color: #998049;
        text-align: center; }
      .testimonial_section .testimonial_area .need_help .icon_area {
        height: 70px;
        width: 70px;
        border-radius: 50%;
        background-color: #998049;
        color: #ffffff;
        text-align: center;
        line-height: 70px;
        font-size: 35px;
        margin: 0 auto; }
      .testimonial_section .testimonial_area .need_help p {
        font-weight: 700;
        padding-top: 5px;
        font-family: "Quattrocento", serif;
        text-transform: uppercase; }
    .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third {
      padding-top: 15px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px; }
      .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .inner_area {
        background-color: #ffffff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 15px; }
      .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area {
        padding: 30px;
        min-height: 150px; }
        .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area p {
          line-height: 26px; }
      .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .bottom_area {
        border-top: 1px solid #DEDBD8;
        padding: 7px 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .bottom_area::after {
          display: block;
          content: "";
          clear: both; }
        .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .bottom_area .left {
          float: left;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          padding: 3px;
          margin-right: 10px; }
          .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .bottom_area .left img {
            height: 34px;
            width: 34px;
            object-fit: cover;
            border-radius: 100%; }
        .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .bottom_area .right {
          font-size: 14px;
          font-weight: 500; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area {
    padding: 20px; } }

/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .testimonial_section .testimonial_area .need_help {
    margin-top: -5px; }
    .testimonial_section .testimonial_area .need_help .icon_area {
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 22px; }
    .testimonial_section .testimonial_area .need_help p {
      font-size: 14px; }
  .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area {
    padding: 20px; }
    .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area p {
      font-size: 14px;
      line-height: 24px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .testimonial_section {
    padding-top: 30px; }
    .testimonial_section .testimonial_area .need_help {
      margin-top: -5px; }
      .testimonial_section .testimonial_area .need_help .icon_area {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 22px; }
      .testimonial_section .testimonial_area .need_help p {
        font-size: 14px; }
    .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area {
      padding: 20px; }
      .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area p {
        font-size: 14px;
        line-height: 24px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .testimonial_section {
    padding-top: 30px; }
    .testimonial_section .testimonial_area .need_help {
      margin-top: -5px; }
      .testimonial_section .testimonial_area .need_help .icon_area {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 22px; }
      .testimonial_section .testimonial_area .need_help p {
        font-size: 14px; }
    .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area {
      padding: 20px; }
      .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area p {
        font-size: 14px;
        line-height: 24px; } }

/* Smaller phones */
@media (max-width: 360px) {
  .testimonial_section {
    padding-top: 30px; }
    .testimonial_section .testimonial_area .need_help {
      margin-top: -5px; }
      .testimonial_section .testimonial_area .need_help .icon_area {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-size: 22px; }
      .testimonial_section .testimonial_area .need_help p {
        font-size: 14px; }
    .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area {
      padding: 20px; }
      .testimonial_section .testimonial_area .testimonial_columns .owl-carousel .item .one_third .top_area p {
        font-size: 14px;
        line-height: 24px; } }

/* Smaller phones */
@keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@-webkit-keyframes slide {
  0% {
    background-size: 100%; }
  50% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px); }
  100% {
    transform: translateY(0px); } }

.footer_section {
  padding: 50px 0;
  background-color: #998049; }
  .footer_section .footer_area .one_third .foot_title {
    padding-bottom: 20px; }
    .footer_section .footer_area .one_third .foot_title h3 {
      text-transform: uppercase;
      font-family: "Quattrocento", serif;
      font-weight: 400;
      font-size: 20px;
      color: #ffffff; }
  .footer_section .footer_area .one_third.social_links .list-inline li {
    padding-right: 3px; }
    .footer_section .footer_area .one_third.social_links .list-inline li a {
      display: block;
      color: #ffffff;
      height: 25px;
      width: 25px;
      line-height: 25px; }
  .footer_section .footer_area .one_third.useful_links .list-inline li {
    width: 50%; }
    .footer_section .footer_area .one_third.useful_links .list-inline li a {
      display: block;
      color: #ffffff;
      font-size: 14px;
      padding-bottom: 15px; }
      .footer_section .footer_area .one_third.useful_links .list-inline li a:hover {
        color: rgba(255, 255, 255, 0.8); }
    .footer_section .footer_area .one_third.useful_links .list-inline li:nth-last-of-type(2) a {
      padding-bottom: 0; }
    .footer_section .footer_area .one_third.useful_links .list-inline li:last-child a {
      padding-bottom: 0; }
  .footer_section .footer_area .one_third.newsletter p {
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 25px; }
  .footer_section .footer_area .one_third.newsletter .form-group {
    position: relative; }
    .footer_section .footer_area .one_third.newsletter .form-group .form-control {
      height: 50px;
      width: 100%;
      border-radius: 50px;
      padding-right: 135px; }
    .footer_section .footer_area .one_third.newsletter .form-group .btn {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #232323;
      color: #ffffff;
      height: 42px;
      margin-top: 4px;
      margin-right: 4px;
      text-transform: uppercase;
      font-size: 16px; }

.footer_bottom_section {
  background-color: #998049;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0; }
  .footer_bottom_section .footer_bottom_area .left_area {
    float: left;
    font-size: 14px;
    color: #ffffff; }
    .footer_bottom_section .footer_bottom_area .left_area a {
      display: inline-block;
      color: #ffffff; }
  .footer_bottom_section .footer_bottom_area .right_area {
    float: right;
    color: #ffffff;
    font-size: 14px; }

/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra Huge large desktops */
/* Extra large desktops and mac laptops*/
/* Landscape tablets and medium desktops */
/* Landscape tablets and ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .footer_section {
    padding: 50px 0px 30px 0px; }
    .footer_section .footer_area .one_third .foot_title h3 {
      font-size: 18px; } }

/* Landscape phones and portrait tablets */
@media (min-width: 576px) and (max-width: 767px) {
  .footer_section {
    padding: 30px 0px 0px 0px; }
    .footer_section .footer_area .one_third {
      margin-bottom: 30px; }
      .footer_section .footer_area .one_third .foot_title h3 {
        font-size: 18px; }
  .footer_bottom_section {
    padding: 10px 0; }
    .footer_bottom_section .footer_bottom_area {
      text-align: center; }
      .footer_bottom_section .footer_bottom_area .left_area {
        float: none; }
      .footer_bottom_section .footer_bottom_area .right_area {
        padding-top: 5px;
        float: none; } }

/* Landscape phones and portrait tablets */
@media (min-width: 361px) and (max-width: 575px) {
  .footer_section {
    padding: 30px 0px 0px 0px; }
    .footer_section .footer_area .one_third {
      margin-bottom: 30px; }
      .footer_section .footer_area .one_third .foot_title h3 {
        font-size: 18px; }
  .footer_bottom_section {
    padding: 10px 0; }
    .footer_bottom_section .footer_bottom_area {
      text-align: center; }
      .footer_bottom_section .footer_bottom_area .left_area {
        float: none; }
      .footer_bottom_section .footer_bottom_area .right_area {
        padding-top: 5px;
        float: none; } }

/* Smaller phones */
@media (max-width: 360px) {
  .footer_section {
    padding: 30px 0px 0px 0px; }
    .footer_section .footer_area .one_third {
      margin-bottom: 30px; }
      .footer_section .footer_area .one_third .foot_title h3 {
        font-size: 18px; }
  .footer_bottom_section {
    padding: 10px 0; }
    .footer_bottom_section .footer_bottom_area {
      text-align: center; }
      .footer_bottom_section .footer_bottom_area .left_area {
        float: none; }
      .footer_bottom_section .footer_bottom_area .right_area {
        padding-top: 5px;
        float: none; } }

/* Smaller phones */



/* home page css */
.post_title.black_title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}.form-control:focus {
    
    box-shadow: none;
}

/** style_home.css **/
.breadcrumb-main{
    width: 100%;
    display: inline-block;
    padding:15px 0;
    color: #998049;
}
.breadcrumb-main a{
    color: #181818;
}
.main_title.black_title {
    text-align: center;
    margin-top: 25px;
}
.post_title h3 {
    font-family: "Quattrocento", serif;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
}
.card {
    background: #FFFFFF;
    box-shadow: 0px 0px 2px #fb9e5d;
    border: 1px solid #fb9e5d;
    padding: 50px;
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-bottom:30px;
}
.card label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}
.categories-items{
    width: 100%;
    padding-top:5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.category-item{
    width: 100%;
    cursor: pointer;
}
.category-img{
    width: 100%;
    position: relative;
    border: 3px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.category-img img{
    width: 100%;
}
.category-img .fas{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    border-radius: 50%;
    color:#fff;
    align-items: center;
    justify-content: center;
    display: none;
}
.category-item:hover .category-img {
  border-color:#2196F3;
}
.category-item.active .category-img{
    border-color:#2196F3;
}
.category-item.active .category-img .fas{
    display: flex;
}
.category-item h6{
    font-size: 12px;
    padding-top:8px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.radio {
    display: flex;
    margin-top: 15px;
    padding-left: 23px;
}
.radio .form-check-label{
    margin-bottom: 0;
    line-height: 26px;
}
.form-check {
    padding-right: 40px;
}
.form-group {
    margin-bottom: 25px;
}
input.form-control_twitter,
input.form-control_facebook,
input.form-control_instagram,
input.form-control_linkedin,
input.form-control_youtube,
input.form-control_whatsapp {
    background-image: url(../images/twitter.svg)!important;
    background-repeat: no-repeat!important;
    background-position: -6px center!important;
    padding-left: 53px;
    background-size: 100%;
}
input.form-control_facebook {
    background-image: url(../images/facebook.svg)!important;
}
input.form-control_instagram {
    background-image: url(../images/instagrarm.svg)!important;
}
input.form-control_linkedin {
    background-image: url(../images/linkedin.svg)!important;
}
input.form-control_youtube {
    background-image: url(../images/youtube.svg)!important;
}
input.form-control_whatsapp {
    background-image: url(../images/whatsapp.svg)!important;
}
.form-check-input:checked {
    background-color: #998049;
    border-color: #998049;
}
input.form-control {
    background: #FFFFFF;
    border: 1px solid #fb9e5d;
    border-radius: 48px;
    height: 48px;
}
input.form-control:focus{
    border-color:#dc7228;
}
.btn_section a.btn.btn-primary, .btn_section a.btn.btn-primary2 {
  padding: 15px 20px;
}
.btn_section .btn.btn-primary {
    background-color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 50px;
    color: #ffffff;
    width: 80%;
    height:50px;
    margin: auto;
}
.btn.btn-primary2 {
    background-color: #998049;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 50px;
    color: #ffffff;
    width: 80%;
    height: 50px;
    margin: auto;
}
span.hrrr {
    display: flex;
    flex-direction: row;
    max-width: 80%;
    margin: 25px auto;
}
span.hrrr span{
    background-color: #E6B325;
    border-radius: 50%;
    width:30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
span.hrrr:before, span.hrrr:after{
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #E4E0D6;
  margin: auto;
}
span.hrrr:before {
  margin-right: 10px
}
span.hrrr:after {
  margin-left: 10px
}
.form_title.black_title h3 {
    font-family: "Quattrocento", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 20px;
}
.btn_section {
    width: 800px;
    margin: auto;
    max-width: 100%;
    padding: 0 0 50px 0px;
    text-align: center;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upload-btn-wrapper .upload-section {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 200px;
    max-height: 150px;
    border: 2px solid #E4E0D6;
    border-radius: 5px;
    background: url(../images/upload-image.svg) no-repeat #FAFAFA center;
}
.multiple-blocks.upload-btn-wrapper .upload-section {
  float: left;
}
.form-check-input {
    background-color: #ddd;
}
span.select2-selection.select2-selection--multiple {
    position: relative;
    padding: 0px 20px 5px 5px;
    width: 100%;
    z-index: 1;
    margin: 0px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px solid #E4E0D6;
    border-radius: 48px;   
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    cursor: default;
    float: left;
    position: relative;
    display: inline-block;
    margin: 5px 5px 0px 0px;
    padding: 0px 25px 0px 10px;
    overflow: hidden;
    line-height: 36px;
    background: #FFFFFF !important;
    border: 1px solid #E4E0D6 !important;
    border-radius: 48px !important;
    padding:5px;
    font-size:12px;
    font-weight: 600;
}
span.select2-selection.select2-selection--multiple {
    padding: 8px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color:#998049!important;
}
@media screen and (max-width:580px){
    .categories-items {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .card .col-xs-12.col-sm-6 {
        margin-bottom: 20px;
    }
    .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {        
        border-radius: 0px !important;
    }
}

/** signup **/
.register-photo {
  background: #dc7228;
  padding: 80px 0;
/*  min-height: 100vh;*/
}
.register-photo .flash-message p.alert{margin-bottom: 0; border-bottom: 0;}

.register-photo .form-container {
  display: table;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 30px 20px 20px 30px;
}

.construction-img {
    border-radius: 20px 0px 0px 20px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000;
    padding: 20px;
}

.register-photo form {
color: #212529;
width: 100%;
max-width: 100%;
margin-left: auto;
margin-right: auto;
padding: 20px 20px 20px 0px;
}

.post-head{
text-align: center;
color: #171717;
font-weight: 700;
font-size: 22px!important;
line-height: 22px;
margin-bottom: 40px;
text-transform: uppercase;
}

.post-headng-sec h5{ line-height: 8px; font-size: 15px;}



.post-head small{
color: #fff;
font-size: 13px;
}

.login-btn{
color: #fff;
background-color: #000;
border-color: #000;
font-size: 17px;
font-weight: bold;
border-radius: 20px;
padding: 9px 12px;
outline:none;
}

.login-btn:active {
  color: #fff;
  background-color: #000;
  border-color: #000;
  opacity: 0.7;
  outline:none;
}

.login-btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  opacity: 0.7;
  outline:none;
}
.login-btn:active:focus, .login-btn:active:hover{  color: #fff;
  background-color: #000;
  border-color: #000;
  opacity: 0.7;
  outline:none;}
  
.login-btn:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
    opacity: 0.7;
  outline:none;
}

.register-photo .form-group{ margin-bottom:25px;}
/*.register-photo .form-group .signup-btn{background: #FCD152;color: #212529; border:1px solid #ab8b43;}*/
.register-photo .form-group .signup-btn{
  background-color: #FCD152;
  background: rgb(170, 137, 65);
  background: linear-gradient(90deg, rgba(220, 114, 40, 1) 70%, #000 100%);
  width: 130px;
  height: 40px;
  margin-top: 3px;
  border-radius: 35px;
  border: 0px;
  box-shadow: none;
  color: #fff !important;
}
.register-photo .form-group .signup-btn:hover{opacity: 1;}
/*.register-photo .form-group .signup-btn:hover, .register-photo .form-group .signup-btn:active, .register-photo .form-group .signup-btn:focus{background: #ab8b43!important; color:#fff!important;border:1px solid #FCD152!important; opacity: 1;border-radius: .25rem;}*/
.register-photo #signup .form-group{ margin-bottom:15px;}

.register-photo form h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.register-photo form .form-control {
  background: #fff;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 0px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
.register-photo form label{font-size: 15px; font-weight: 500;}


.register-photo form .form-check {
  font-size: 13px;
  line-height: 20px;
  float: left;
width: 100%;
margin-bottom: 15px;
}

.register-photo form .btn-primary {
  background: green;
  border: none;
  border-radius: 4px;
  padding: 11px;
  box-shadow: none;
  margin-top: 35px;
  text-shadow: none;
  outline: none !important;
}

.register-photo form .btn-primary:hover, .register-photo form .btn-primary:active {
  background: green;
}

.register-photo form .btn-primary:active {
  transform: translateY(1px);
}

.register-photo form .already {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #6f7a85;
  opacity: 0.9;
  text-decoration: none;
}


.btn-face {
  color: #fff;
  background-color: #3b5998;
}
.btn-face, .btn-google {
font-size: 14px;
line-height: 1.2;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
padding: 12px 15px;
border-radius: 5px;
box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
position: relative;
z-index: 1;
}
.btn-face i {
  font-size: 16px;
  margin-right: 17px;
  position: absolute;
left: 15px;
}
.btn-face{ position:relative; margin-bottom: 12px;
margin-top: 20px;}

.btn-google::before, .btn-face::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: #a64bf4;
  background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
  background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
  background: linear-gradient(45deg, #00dbde, #fc00ff);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.btn-google {
  color: #555555;
  background-color: #fff;
  position: relative;
}
.btn-google img{
  position: absolute;
left: 15px;
width: 16px;
}

.btn-face.m-b-20:hover, .btn-face.m-b-20:focus{
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}
.btn-google.m-b-20:hover, .btn-google.m-b-20:focus{
  color: #555555;
  text-decoration: none;
  opacity: 0.7; 
}
.post-headng-sec span a{ 
color: #505e6c;
text-decoration: underline;
}
.post-headng-sec span a:hover{ opacity: 0.7;}

.register-photo form .form-control:focus{
border-color: #fb9e5d;
}

.sign-txt a.txt2{ color: #fb9e5d; text-decoration:underline;}
.sign-txt a.txt2:hover{ opacity:0.7;}

.sign-txt .txt2, span.txt2, a.txt2.bo1 {
  color: #212529; font-size: 13px;
}

.sign-txt a.txt2{color: #dc7228!important;}
.sign-txt a.txt2:hover{opacity: 0.7;}
.or-sec{ background-color: #ddd;
height: 4px;
margin: 26px 0px 25px;}

.or-sec h5{
text-align: center;
background-color: #fff;
width: 50px;
margin: 0 auto;
position: relative;
top: -4px;
}


@media screen and (max-width: 767px) {
.construction-img {
  border-radius: 20px 20px 0px 0px;
    width: 50%;
    margin: 0 auto;
    display: block;
    position: relative;

}
.sign-bg{
  position:relative;
  background-color: #000000;
  width: 95%!important;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
}

.form-group.form-check .col-sm-6{ width:50%;}
}

@media screen and (max-width: 520px) {
/* .register-photo form {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
} */
.post-headng-sec h5 {
  line-height: 22px;
}
.form-group.form-check .col-sm-6{ width:100%;}
}

/** signup **/

/** custom styles **/
.cke_reset_all .fa, .cke_reset_all .fab, .cke_reset_all .fad, .cke_reset_all .fal, .cke_reset_all .far, .cke_reset_all .fas {
  font-family: "Font Awesome 5 Pro" !important;
}
.show-section {
  display: block;
}
.multiple-blocks{
  display: block;
}
.multiple-blocks .upload-image-section
{
  display: inline-block;
    width: auto;
}
.multiple-blocks .show-section {
  display: inline-block;
  float: left;
  
  border-radius: 5px;

}
.multiple-blocks .show-section .single-image{
  margin-right: 10px;
  border: 2px solid #E4E0D6;
  position: relative;
}

.show-section .single-image {
  display: inline-block;
  width: 200px;
  height: 150px;
  text-align: center;
  background: #fafafa;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.show-section .single-image.video {
  width: 350px;
  height: 210px;
  overflow: unset;
}
.show-section .single-image img
{
  object-fit: fill;
  max-width: 100%;
  max-height: 100%;
}
.show-section .single-image.video a.single-cross
{
  top: -7px;
  left: 93%;
}
.show-section .single-image a.single-cross {
  position: absolute;
  top: 40%;
  left: 45%;
  background: rgb(228 224 214 / 78%);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 10px 12px;
  color: #dc3545;
  z-index: 99
}
.flash-message .close{
  display: none;
}
/** custom styles **/
@media screen and (max-width: 767px) {
  section.banner-section {
    padding: 2rem!important;
  }
  section.banner-section h3{
    font-size: 26px!important;
    line-height: 42px!important;
  }
  .register-photo .form-group .signup-btn{width:auto;}

  .register-photo form {
    padding: 10px !important ;
  }
}

@media screen and (max-width: 425px) {
  .register-photo .form-container {
    display: block;
    width: 95%;
  }
  .register-photo #signup .slidercaptcha #captcha canvas:nth-child(1){
    width: 100% !important;
  }
  .register-photo #signup .slidercaptcha .card-body{
    padding: 0 !important;
  }
}


/* /*   latest csss */

/*.form-box{background: #433a29;}*/

/*******13-07-2023***********/
.back-button {
  width: 50%;
  float: left;
  padding-left: 0px !important;
}
.submit-new-button {
  text-align: right !important;
}
strong.zodiac_img img {
    width: 12px !important;
    height: 12px !important;
}

strong.zodiac_img {
    /* background-color: #f1c84d; */
    background: linear-gradient(90deg, rgba(220, 114, 40, 1) 50%, rgba(205, 89, 8, 1) 100%);
    border-radius: 50%;
    padding: 0px 6px;
}
.social-login {
  display: grid;
}
.sighn {
  text-align: center;
}
.facebook_google {
  text-align: center;
}
.loginBtn {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  padding: 6px 10px 6px 40px;
}
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354C8C;
  color: white!important;
}
.loginBtn--google {
  background: #DD4B39;
  color: white!important;
}
.loginBtn--google::before {
  border-right: #BB3F30 1px solid;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png) 6px 6px no-repeat;
}
.loginBtn--facebook::before {
  border-right: #364e92 1px solid;
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png) 6px 6px no-repeat;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
