/*index page css start*/
#property-search-sev {
    background: url("./public/images/property-search.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-post-content img{
	width: 100% !important;
}

#jar .blog-post-description {
	height: 60px;
    overflow: hidden;
}

.text-blue{
	color: #1e1eb1 !important;
}
a.text-primary:focus, a.text-primary:active{
	color: #fd4109 !important;
}
.select2-container--default .select2-selection--single {
    background: transparent !important;
}


.advanced-search input::placeholder {
    color: white !important;
}

.basic-select-wrapper label {
    color: white !important;
}

.searchItem .select2-container--default .select2-selection--single {
    border: 1px solid white !important;
    padding: 9px;
}

.searchItem .select2-selection__arrow {
    padding: 8px 20px;
}
.back button{
    background: transparent !important;
}
.searchItem {
    position: absolute;
    top: 50%;
    right: 163px;
    width: 100%;
    transform: translate(0px, -50%);
}

.table.table-head-fixed thead tr:nth-child(1) th {
    background-color: #001935;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 10;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
    border: 1px solid white;
}

.table.text-center,
.table.text-center td,
.table.text-center th {
    text-align: center;
    color: white;
}

.table.table-valign-middle thead>tr>th,
.table.table-valign-middle thead>tr>td,
.table.table-valign-middle tbody>tr>th,
.table.table-valign-middle tbody>tr>td {
    vertical-align: middle;
    align-items: center;
}

.card-body.p-0 .table thead>tr>th:first-of-type,
.card-body.p-0 .table thead>tr>td:first-of-type,
.card-body.p-0 .table tbody>tr>th:first-of-type,
.card-body.p-0 .table tbody>tr>td:first-of-type {
    padding-left: 1.5rem;
}

.card-body.p-0 .table thead>tr>th:last-of-type,
.card-body.p-0 .table thead>tr>td:last-of-type,
.card-body.p-0 .table tbody>tr>th:last-of-type,
.card-body.p-0 .table tbody>tr>td:last-of-type {
    padding-right: 1.5rem;
}

.rent_1,
.house,
.plots,
.commercial,
.rent_2,
.rent_3,
.sale_1,
.commercial_1,
.residential_1,
.commercial_rent,
.residential_rent,
.residential_rent_portion,
.back {
    display: none;
    font-weight: bold !important;
}
.searchItem a:hover{
    color: white !important;
}
/*index page css end*/

.mt-2-5 {
  margin-top: 2.5rem !important;
}

.select2-selection__arrow b{
	display: none !important;
}
/*Usefull Links Button */

.usefull_link {
  position: relative;
  margin: 15px 0px;
  padding: 12px 27px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #FD4109;
  background: white;
  border: 3px solid #FD4109;
  cursor: pointer;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}

.btn.usefull_link.btn-border-3::after, .btn.usefull_link.btn-border-3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: .5s;
}

.btn.usefull_link.btn-border-3::after {
  top: -9px;
  left: -9px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}

.btn.usefull_link.btn-border-3::before {
  bottom: -9px;
  right: -9px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}

.btn.usefull_link.btn-border-3:hover {
  color: white;
  background: #001935;
}

.btn.usefull_link.btn-border-3:hover::after, .btn.usefull_link.btn-border-3:hover::before {
  width: 30px;
  height: 30px;
  border-color: #001935;
}
.social_links{
  height: 40px;
  width: 40px;
  background: white;
  box-shadow: 0px 0px 10px 3px lightgray;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  border-radius: 100%;
}
.social_links:hover{
  border: 1px solid #fd4109;
  color: white;
  background:#00152c;
}
.social_links i{
  font-size: 22px;
}
.buttons_setting {
  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.agent-listing.text-center.mt-auto {
  display: none;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.dataTables_filter, .dataTables_info {
  display: none !important;
}

table.dataTable tbody tr {
  background: transparent !important;
}

.parsley-errors-list {
  margin: 0px !important;
  padding: 0px !important;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 55px !important;
}

.odd, .even {
  background-color: transparent !important;
}

.pera_line_break_word_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pera_line_break_word_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.show-read-more .more-text {
  display: none;
}

.search-section {
  position: absolute !important;
  bottom: -82px;
  left: 0;
  right: 0;
}

.font-16 {
  font-size: 16px !important;
}

.social_iconss {
  font-size: 23px;
  height: 40px;
  width: 40px;
  background: white;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.social_iconss:hover {
  border-color: #fd4109;
  border: 1px solid #fd4109;
  background: transparent !important;
}

.font-60 {
  font-size: 60px;
}

.space-mtb {
  margin: 100px 0px;
}

#carousel .carousel-item.boat {
  background-image: url("../images/bg-slider/banner-1.jpg");
}

#carousel .carousel-item.sea {
  background-image: url("../images/bg-slider/banner-2.jpg");
}

#carousel .carousel-item.river {
  background-image: url("../images/bg-slider/banner-4.jpg");
}

#carousel .carousel-item.duc {
  background-image: url("../images/bg-slider/banner-6.jpg");
}

#carousel .carousel-item.ham {
  background-image: url("../images/bg-slider/banner-8.jpg");
}

#carousel .carousel-item.property {
  background-image: url("../images/bg-slider/banner-9.jpg");
}

.info_section {
  background: url("../images/paralax-half.jpg") no-repeat;
  background-color: #00000094;
}

.page-main-section, .info_section {
  background-size: cover;
  width: 100%;
  background-attachment: fixed !important;
  background-position: center center;
}

.right_box {
  padding: 0 20px;
}

.right_box {
  background: rgba(237, 42, 40, .9);
}

.white_content>h3, .white_content>p, .white_content i {
  color: #fff;
}

.white_content i {
  font-size: 50px;
}

.white_content i {
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .7s ease .1s;
  -o-transition: all .7s ease .1s;
  transition: all .7s ease .1s;
}

.white_content p {
  font-size: 16px;
  font-weight: 200;
}

.white_content:hover i, .white_content:focus i {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.white_content:hover i, .white_content:focus i {
  transform: translateY(-15px);
}

.bg-none {
  background: transparent !important;
}

.font-35 {
  font-size: 35px !important;
}

/* ---- ABOUT US Seven --- */

.about-sev-img img {
  width: 100%;
}

.about-sev-tag h4 {
  color: #ed2a28;
}

.about-sev-tag ul li i {
  color: #ed2a28;
}

.about-sev-tag .founder-text h3 {
  color: #ed2a28;
}

.about-sev-tag h4 {
  font-style: italic;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 20px;
}

.about-sev-tag p {
  padding-bottom: 15px;
  line-height: 24px;
}

.about-sev-tag ul {
  margin-bottom: 15px;
}

.about-sev-tag ul li {
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
  display: inline-block;
  width: 48%;
}

.about-sev-tag ul li i {
  font-size: 16px;
  display: inline-block;
  padding-right: 15px;
}

.about-sev-tag .founder-text {
  padding-left: 40px;
  position: relative;
  border-left: 2px solid #ddd;
  padding-top: 32px;
  padding-bottom: 0px;
}

.about-sev-tag .founder-text::before {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "FontAwesome";
  content: "\f10d";
  color: #f0f0f0;
  font-size: 22px;
}

.about-sev-tag .founder-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-style: italic;
  margin: 0;
}

.about-sev-tag .founder-text h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 14px 0 0;
}

/* ---- ABOUT US Eight --- */

.daily-price {
  width: 129px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  z-index: 11;
  background: linear-gradient(to right, #fd4c17 30%, #ee8464);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 30px;
  right: 0px;
  cursor: pointer;
  top: 197px;
}

.success_message {
  justify-content: center;
  align-items: center;
}

.daily-price h6 {
  color: white !important;
  margin-bottom: 0px !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
  }
}

/* Standard syntax */

@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.3, 1.3);
  }
}

#carousel .carousel-item {
  height: 80vh;
  width: 100%;
  min-height: 550px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 4s ease;
  transition: transform 2s ease;
  animation: zoom 9s;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

#carousel .carousel-item .caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px;
  color: white;
  animation-duration: 2s;
  animation-delay: 2s;
}

#carousel .caption h2 {
  animation-duration: 1s;
  animation-delay: 2s;
}

#carousel .caption p {
  animation-duration: 2s;
  animation-delay: 2.2s;
}

#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}

/* Button */

.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}

/*bg slider css end*/

.slider-nav .slick-current {
  opacity: 1 !important;
}

.slider-nav .slick-slide {
  opacity: 0.5;
}

.assessment label {
  margin-bottom: 0px !important;
}

.font-lato {
  display: none !important;
}
.carousel-control-next, .carousel-control-prev{
  display: none !important;
}
.container1 {
  height: 100%;
  align-items: center;
  justify-content: center;
}

.rate-list-section {
  background: linear-gradient(to right, #001935 50%, transparent);
  opacity: .9;
}

.owl-nav-top-left .owl-item {
  margin-right: 29px !important;
}

::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#001935, #fd4109);
  border-radius: 25px;
}

/* Track */

::-webkit-scrollbar-track {
  background: rgb(129, 129, 129);
}

.bg-none {
  background: transparent !important;
}

.card1 {
  position: relative;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 2em 0;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(32, 32, 36, .12);
  transition: all 0.35s ease;
}

.window-open {
  display: none;
}

.owl-carousel {
  z-index: 0 !important;
}

.window {
  position: absolute;
  right: 0px;
  top: 45px;
}

.window-close {
  transition: 5s;
}

.slick-slider1 {
  position: absolute;
  top: 2px;
  z-index: 111;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 8px 20px;
  text-align: left;
}

.slick-slider1 div li {
  list-style: none;
  color: white;
  padding: 8px 0px;
}

.slick-slider1 button i {
  text-align: center;
}

.card1::before, .card1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  height: 4px;
}

.card1::before {
  width: 0;
  opacity: 0;
  /* transition: opacity 0 ease, width 0 ease; */
  transition-delay: 0.5s;
}

.card1::after {
  width: 100%;
  background: white;
  /* transition: width 0.5s ease; */
}

.card1 .content {
  width: 100%;
  max-width: 100%;
}

.card1 .logo {
  margin: 0 0 1em;
  width: 10.625em;
  transition: all 0.35s ease;
}

.card1 h6 {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}

.card1 .hover_content {
  overflow: hidden;
  max-height: 0;
  transform: translateY(1em);
  transition: all 0.55s ease;
}

.zoom .card1 .hover_content p {
  margin: 1.5em 0 0;
  color: #6e6e70;
  line-height: 1.4em;
}

.zoom:hover.card1:hover {
  background: #fd4109 !important;
  color: white !important;
}

.zoom:hover.card1 {
  width: 100%;
  box-shadow: 0 10px 20px 0 rgba(32, 32, 36, .12);
  background: #fd4109 !important;
  color: white !important;
}

.property-item:hover {
  box-shadow: 0 10px 20px 0 rgba(32, 32, 36, .12);
}

.zoom:hover .card1::before {
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s ease, width 0.5s ease;
  /* transition-delay: 0; */
}

.zoom:hover .card1::after {
  width: 0;
  opacity: 0;
  /* transition: width 0 ease; */
}

.zoom, .small {
  overflow: hidden;
  border: 1px solid #000;
}

.zoom img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
}

.zoom img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 0;
}

.small img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.small img:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  z-index: 0;
}

.property-itme {
  overflow: hidden !important;
}

.property-image {
  overflow: hidden !important;
}
.property-title a{
    white-space: break-spaces !important;
 }
.property-item img {
  transition-duration: 4s;
  margin: 0 auto;
  height: 280px !important;
  display: block;
}

.property-item img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  z-index: 0;
}

.property-item img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
}

.small img:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  z-index: 0;
}

.zoom .card1:hover .logo {
  margin-bottom: 0.5em;
}

.zoom .card1:hover .hover_content {
  max-height: 10em;
  transform: none;
}

.direct_search, .property-list-icon, .property-grid-icon {
  cursor: pointer;
}

/*Home popup*/

.modal-description {
  color: #001935 !important;
}

.modal-label {
  color: #001935 !important;
}

.btn-outline-primary {
  border-color: #001935 !important;
  color: #001935 !important;
}

.btn-outline-primary:hover {
  background-color: #001935 !important;
  color: white !important;
}

.modal-open {
  overflow: hidden !important;
}

.modal-open .modal {
  background-color: #000000b0;
}

/*End Home Popup*/

.theme-background-color {
  background: #fd4109 !important;
}

.btn-primary {
  background-color: #fd4109 !important;
  border-color: #fd4109 !important;
  color: white !important;
}

.text-primary {
  color: #fd4109 !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #969696;
  overflow-x: hidden;
}

a {
  outline: medium none !important;
  color: #fd4109;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  color: #fd4109;
  text-decoration: none !important;
}

a:hover {
  color: #fd4109;
  text-decoration: none !important;
}

input {
  outline: medium none !important;
  color: #fd4109;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: normal;
  color: #001935;
  margin-top: 0px;
  font-weight: 600;
  text-transform: capitalize;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 42px;
  font-style: normal;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-weight: normal;
  line-height: 1.5;
  font-size: 15px;
}

*::-moz-selection {
  background: #fd4109;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #fd4109;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #fd4109;
  color: #ffffff;
  text-shadow: none;
}

.container-fluid.container-space {
  padding: 0 100px;
}

.form-control {
  border: 1px solid #001022;
  border-radius: 0px;
  height: 50px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #001935;
  border-radius: 3px;
  background-clip: inherit !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fd4109;
}

.form-control::-moz-placeholder {
  color: #3a4957;
}

.form-control::-ms-input-placeholder {
  color: #3a4957;
}

.form-control::-webkit-input-placeholder {
  color: #3a4957;
}

.custom-file {
  height: 50px;
}

.custom-file .custom-file-input {
  height: 50px;
  color: #001935;
  border-radius: 3px;
  border-color: #eeeeee;
}

.custom-file .custom-file-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fd4109;
}

.property-title {
  padding-top: 7px;
}

.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #001935;
  border-color: #eeeeee;
  padding: 15px 90px 15px 20px;
  border-radius: 3px;
}

.custom-file .custom-file-label:after {
  height: 48px;
  padding: 14px 25px;
}

.custom-file-input:focus~.custom-file-label {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fd4109;
}

.input-group-prepend .input-group-text, .input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-control-input:checked~.custom-control-label:before {
  background: #fd4109;
  border-color: #fd4109;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  background: transparent;
  border-color: transparent;
}

.custom-control-input:focus~.custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #eeeeee;
}

.custom-control-label:before {
  top: 2px;
}

.custom-control-label:after {
  top: 2px;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border: 2px solid #dfdfdf;
}

.border {
  border-color: #eeeeee !important;
}

.border-top {
  border-top-color: #eeeeee !important;
}

.border-left {
  border-left-color: #eeeeee !important;
}

.border-right {
  border-right-color: #eeeeee !important;
}

.border-bottom {
  border-bottom-color: #eeeeee !important;
}

.badge {
  border-radius: 3px;
}

.badge+.badge {
  margin-left: 6px;
}

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}

.badge-primary {
  background: #001022;
}

.back-to-top {
  background: #fd4109;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  border-radius: 50%;
}

.back-to-top:hover {
  color: #ffffff;
}

.back-to-top:focus {
  color: #ffffff;
}

.breadcrumb {
  padding-left: 0;
  background: transparent;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}

.breadcrumb .breadcrumb-item {
  padding-right: 5px;
}

.breadcrumb .breadcrumb-item a {
  color: #969696;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #fd4109;
}

.breadcrumb .breadcrumb-item i {
  padding-right: 5px;
  font-size: 11px;
}

.breadcrumb .breadcrumb-item:before {
  display: none;
}

.breadcrumb .active span {
  color: #fd4109;
}

.pagination .page-item .page-link {
  padding: 18px 28px;
  color: #969696;
  border-color: #eeeeee;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item.active .page-link {
  background: #fd4109;
  border-color: #fd4109;
  color: #ffffff;
}

.blockquote {
  font-size: 16px;
  border-left: 10px solid #fd4109;
  padding-left: 30px;
  font-style: italic;
  display: block;
}

.blockquote-quote {
  position: relative;
  font-size: 18px;
  border-left: 0 solid #fd4109;
  padding-left: 30px;
  font-style: italic;
  display: block;
  z-index: 1;
}

.blockquote-quote p {
  position: relative;
}

.blockquote-quote i {
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 0;
  font-size: 60px;
  line-height: 60px;
  color: #dfdfdf;
}

.table-bordered td {
  border-color: #eeeeee;
}

.table-bordered th {
  border-color: #eeeeee;
}

.table thead th {
  border-bottom-color: #eeeeee;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #fafafa;
}

/* .text-primary {
  color: #fd4109 !important; } */

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #001935 !important;
}

.text-light {
  color: #969696 !important;
}

/* .bg-primary {
  background: #fd4109 !important; } */

.bg-primary {
  background: #fd4109 !important;
}

.bg-dark {
  background: #001022 !important;
}

.space-ptb {
  padding: 90px 0;
}

.space-pt {
  padding: 90px 0 0;
}

.space-pb {
  padding: 0 0 90px;
}

.h-100vh {
  height: 100vh !important;
}

.bg-holder {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}

.building-space {
  padding-bottom: 160px;
}

.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-10:before {
  background: rgba(0, 16, 34, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-20:before {
  background: rgba(0, 16, 34, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-30:before {
  background: rgba(0, 16, 34, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-40:before {
  background: rgba(0, 16, 34, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-50:before {
  background: rgba(0, 16, 34, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-60:before {
  background: rgba(0, 16, 34, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-70:before {
  background: rgba(0, 16, 34, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-80:before {
  background: rgba(0, 16, 34, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-black-90:before {
  background: rgba(0, 16, 34, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-20:before {
  background: rgba(38, 174, 97, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-50:before {
  background: rgba(38, 174, 97, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-70:before {
  background: rgba(38, 174, 97, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}

.bg-overlay-theme-90:before {
  background: rgba(38, 174, 97, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-gradient {
  position: relative;
}

.bg-overlay-gradient:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  top: auto;
  height: 75%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-gradient-02 {
  position: relative;
}

.bg-overlay-gradient-02:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  bottom: auto;
  height: 70%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-gradient-03 {
  position: relative;
}

.bg-overlay-gradient-03:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  top: auto;
  height: 100%;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.bg-overlay-gradient-04 {
  position: relative;
}

.bg-overlay-gradient-04:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  top: auto;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  width: 20px;
  height: 20px;
}

.avatar.avatar-md {
  width: 40px;
  height: 40px;
}

.avatar.avatar-lg {
  width: 60px;
  height: 60px;
}

.avatar.avatar-xl {
  width: 80px;
  height: 80px;
}

.avatar.avatar-xll {
  width: 100px;
  height: 100px;
}

.avatar.avatar-xlll {
  width: 120px;
  height: 120px;
}

.avatar.avatar-xllll {
  width: 180px;
  height: 180px;
}

.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 15px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 21px;
}

.font-xll {
  font-size: 30px;
}

.font-xlll {
  font-size: 40px;
  line-height: 40px;
}

.b-radius-none {
  border-radius: 0 !important;
}

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important;
}

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important;
}

.sticky-top {
  z-index: 8;
}

.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.z-index-999 {
  z-index: 999;
}

.accordion .accordion-item .accordion-title {
  margin-bottom: 15px;
  font-size: 18px;
}

.accordion .accordion-item .accordion-title .collapsed {
  color: #001935;
}

.accordion .accordion-item .accordion-content {
  padding-bottom: 25px;
}

.accordion-style-2 .card {
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  border-radius: 0;
}

.accordion-style-2 .card:last-child {
  margin-bottom: 0px;
}

.accordion-style-2 .card-header {
  background: transparent;
  border-bottom: none;
}

.accordion-style-2 .card-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-style-2 .card-header .accordion-title i {
  font-size: 12px;
  margin-left: auto;
}

.accordion-style-2 .accordion-content {
  border-top: 1px solid #eeeeee;
}

.accordion-style-2 .accordion-title .btn {
  display: block;
  color: #fd4109;
  font-size: 18px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.accordion-style-2 .accordion-title .btn+i {
  color: #fd4109;
}

.accordion-style-2 .accordion-title .btn.collapsed {
  color: #001935;
}

.accordion-style-2 .accordion-title .btn.collapsed+i {
  color: #001935;
}

.feature-info {
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 36px;
  margin-right: -1px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 8;
}

.feature-info .feature-info-icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fd4109;
}

.feature-info .feature-info-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-info:hover {
  background: #fd4109;
}

.feature-info:hover .feature-info-icon {
  color: #ffffff;
}

.feature-info:hover .feature-info-content {
  color: #ffffff;
}

.feature-info:hover .feature-info-content .feature-info-title {
  color: #ffffff;
}

.feature-info-02 {
  padding: 0px;
  text-align: center;
  height: 100%;
}

.feature-info-02 .feature-info-detail {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.feature-info-02 .feature-info-detail .feature-info-icon {
  background: #fafafa;
  padding: 20px;
  margin: 5px;
}

.feature-info-02 .feature-info-detail .feature-info-content {
  padding: 20px;
}

.feature-info-02 .feature-info-detail .feature-info-button {
  margin-top: auto;
}

.feature-info-02 .feature-info-detail .feature-info-button .btn {
  border-radius: 0;
}

.feature-info-02 .feature-info-bg {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}

.feature-info-02:hover {
  background: transparent;
}

.feature-info-02:hover .feature-info-icon {
  color: #ffffff;
  background: transparent;
}

.feature-info-02:hover .feature-info-bg {
  opacity: 1;
}

.feature-info-02:hover .feature-info-button .btn {
  background: #fd4109;
  border-color: #fd4109;
  color: #ffffff;
}

.feature-info-round-icon {
  border: none;
}

.feature-info-round-icon .feature-info-icon {
  font-size: 50px;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  display: inline-block;
  background: #fd4109;
  color: #ffffff;
  border-radius: 50%;
}

.feature-info-round-icon:hover .feature-info-icon {
  background: #ffffff;
  color: #fd4109;
}

.feature-info-no-hover:hover {
  background: #ffffff;
}

.feature-info-no-hover:hover .feature-info-icon {
  color: #001935;
}

.feature-info-no-hover:hover .feature-info-content {
  color: #969696;
}

.feature-info-no-hover:hover .feature-info-content .feature-info-title {
  color: #001935;
}

.feature-info-03 .feature-info-image {
  padding: 100px 0;
}

.testimonial-main {
  padding: 400px 0;
}

.testimonial {
  padding-top: 30px;
}

.testimonial .testimonial-content {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  position: relative;
}

.testimonial .testimonial-content .quotes {
  color: #fafafa;
  margin-right: 10px;
  font-size: 80px;
  line-height: 70px;
  position: absolute;
  top: -30px;
}

.testimonial-02 .testimonial-content {
  font-size: 20px;
  padding: 80px 40px 30px;
  background: #fafafa;
  position: relative;
  border: 1px solid #eeeeee;
}

.testimonial-02 .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: -9px;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fafafa transparent transparent transparent;
}

.testimonial-02 .testimonial-content:after {
  position: absolute;
  content: "";
  bottom: -11px;
  width: 0;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 11px 11px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
}

.testimonial-02 .testimonial-content .quotes {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 36px;
  left: 36px;
  color: #fafafa;
}

.testimonial-02 .testimonial-author {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-02-small .testimonial-content {
  font-size: 14px;
  padding: 60px 40px 20px;
}

.testimonial-02-small .testimonial-content .quotes {
  font-size: 20px;
  top: 26px;
}

.testimonial-03 .testimonial-content {
  position: relative;
  padding: 120px 40px 60px 40px;
  margin-left: -50px;
}

.testimonial-03 .testimonial-content p {
  font-size: 22px;
  font-style: italic;
}

.testimonial-03 .testimonial-content .quotes {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 60px;
  left: 40px;
  color: #fafafa;
}

.accordion .accordion-item .accordion-title {
  margin-bottom: 15px;
  font-size: 18px;
}

.accordion .accordion-item .accordion-title .collapsed {
  color: #001935;
}

.accordion .accordion-item .accordion-content {
  padding-bottom: 25px;
}

.accordion-style-2 .card {
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  border-radius: 0;
}

.accordion-style-2 .card:last-child {
  margin-bottom: 0px;
}

.accordion-style-2 .card-header {
  background: transparent;
  border-bottom: none;
}

.accordion-style-2 .card-header .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-style-2 .card-header .accordion-title i {
  font-size: 12px;
  margin-left: auto;
}

.accordion-style-2 .accordion-content {
  border-top: 1px solid #eeeeee;
}

.accordion-style-2 .accordion-title .btn {
  display: block;
  color: #fd4109;
  font-size: 18px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.accordion-style-2 .accordion-title .btn+i {
  color: #fd4109;
}

.accordion-style-2 .accordion-title .btn.collapsed {
  color: #001935;
}

.accordion-style-2 .accordion-title .btn.collapsed+i {
  color: #001935;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background: #fd4109 !important;
}

.newsletter {
  position: relative;
}

.newsletter .form-control {
  padding-right: 40px;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  white-space: nowrap;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

.counter .timer {
  font-size: 48px;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.counter.counter-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.counter.counter-02 .counter-icon .icon {
  padding-right: 20px;
  font-size: 40px;
  color: #fd4109;
}

.counter.counter-02 .counter-content {
  vertical-align: top;
}

.counter.counter-02 .counter-content .timer {
  font-size: 28px;
  color: #001935;
  font-weight: 600;
  display: block;
  line-height: 28px;
  margin-bottom: 8px;
}

.nav-tabs {
  border-color: #eeeeee;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 16px;
  padding: 20px 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  color: #001935;
}

.nav-tabs .nav-item .nav-link.active {
  border-bottom: 3px solid #fd4109;
  color: #fd4109;
}

.nav-tabs.nav-tabs-02 {
  border: none;
}

.nav-tabs.nav-tabs-02 .nav-item {
  margin-bottom: 0;
}

.nav-tabs.nav-tabs-02 .nav-item .nav-link {
  background: #fafafa;
  border: none;
  color: #001935;
  padding: 10px 20px;
  border-radius: 3px;
}

.nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
  background: #fd4109;
  border: none;
  color: #ffffff;
}

/* Dots */

.owl-carousel .owl-item img {
  width: 100%;
  display: inherit;
}


.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  width: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  right: 10px;
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-carousel .owl-nav i {
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: #ffffff;
  background: #001935;
  border: 0px solid #eeeeee;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-nav i:hover {
  background: #ffffff;
  color: #fd4109;
}

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block;
}

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 20px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  display: inline-block;
  width: 12px;
  min-height: 12px;
  margin-top: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fd4109;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #fd4109;
}

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 14px 2px 0;
}

.owl-nav-center.owl-carousel .owl-nav .owl-prev {
  left: 50%;
  top: 46%;
  margin-left: -15px !important;
}

.owl-nav-center.owl-carousel .owl-nav .owl-next {
  left: 50%;
  right: inherit;
  margin-top: 28px !important;
  margin-left: -15px !important;
}

.owl-nav-left.owl-carousel .owl-nav .owl-prev {
  left: -65px;
  top: 46%;
}

.owl-nav-left.owl-carousel .owl-nav .owl-next {
  left: -65px;
  right: inherit;
  margin-top: 28px !important;
}

.owl-nav-bottom .owl-nav {
  bottom: 0;
  top: inherit;
}

.owl-nav-bottom .owl-nav .owl-next {
  right: 46%;
  bottom: -20px;
  top: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-bottom .owl-nav .owl-prev {
  left: 46%;
  bottom: -20px;
  top: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-left .owl-nav {
  bottom: 0;
  top: inherit;
}

.owl-nav-top-left .owl-nav .owl-next {
  right: 0;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-left .owl-nav .owl-prev {
  left: inherit;
  right: 50px;
  top: -80px;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-left .owl-nav i {
  border: 1px solid transparent;
}

.owl-nav-top-left .owl-nav i:hover {
  border-color: #eeeeee;
}

.owl-nav-top-right .owl-nav {
  top: 0;
  bottom: inherit;
}

.owl-nav-top-right .owl-nav .owl-next {
  right: 20px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-nav-top-right .owl-nav .owl-prev {
  left: inherit;
  right: 80px;
  top: 20px;
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}

.owl-dots-bottom-center .owl-dots {
  bottom: 30px !important;
  position: absolute;
}

.owl-dots-bottom-center .owl-dots .owl-dot span {
  background: #ffffff;
}

.owl-dots-bottom-right .owl-dots {
  bottom: 30px !important;
  position: absolute;
  right: 30px;
  width: auto;
}

.owl-dots-bottom-right .owl-dots .owl-dot span {
  background: #ffffff;
}

.owl-dots-bottom-left .owl-dots {
  position: absolute;
  left: 0;
  width: auto;
  margin-top: 0;
}

.owl-dots-bottom-left .owl-dots .owl-dot span {
  background: #ffffff;
}

/* Client Logo */

.our-clients .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel .owl-item .property-item {
  margin-bottom: 0;
}

.carousel-control-next, .carousel-control-prev {
  opacity: .6;
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: #fd4109;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #fd4109;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
}

.bootstrap-datetimepicker-widget table td span.active {
  background: #fd4109;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem;
}

.pricing {
  background: #fafafa;
  padding: 30px;
}

.pricing .pricing-price strong {
  color: #fd4109;
  font-size: 40px;
}

.pricing .pricing-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing .pricing-list li {
  padding: 6px 0;
}

.pricing .pricing-list li:last-child {
  padding-bottom: 0;
}

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

.countdown span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  color: #fd4109;
}

.countdown p {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #001935;
}

.countdown-small span {
  font-size: 24px;
  line-height: 24px;
}

.countdown-small p {
  font-size: 14px;
}

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button {
  outline: medium none !important;
  color: #fd4109;
}

.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 3px;
}

.btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: #ffffff;
}

.show>.btn-primary.dropdown-toggle {
  background: #fd4109;
  border-color: #fd4109;
}

.btn-primary {
  background: #fd4109;
  border-color: #fd4109;
}

.btn-primary:hover {
  background: #219553;
  border-color: #219553;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
  background: #fd4109;
  border-color: #fd4109;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
  background: #fd4109;
  border-color: #fd4109;
}

.btn-primary:focus {
  background: #219553;
  border-color: #219553;
}

.btn-primary:focus {
  background: #219553;
  border-color: #219553;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  background: #fd4109;
  border-color: #fd4109;
}

.btn-dark {
  background: #001022;
  border-color: #001022;
}

.btn-dark:hover {
  background: #001c3c;
  border-color: #001c3c;
}

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff;
}

.btn i {
  padding-right: 10px;
}

.btn+.btn {
  margin-left: 3px;
}

/* .btn-link {
  color: #fd4109; } */

.btn-link {
  color: #fd4109;
}

.btn-link:hover {
  color: #001022;
  text-decoration: none;
  outline: none;
}

.btn-link:focus {
  color: #001022;
  text-decoration: none;
  outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #001022;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  color: #001022;
}

.btn-white:hover {
  background: #dfdfdf;
  border-color: #dfdfdf;
  color: #001022;
}

.btn-white:active {
  color: #001022;
}

.btn-white:focus {
  color: #001022;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
  color: #001022;
}

.btn-light:active {
  color: #001022;
}

.btn-light:focus {
  color: #001022;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #001022;
}

.btn.btn-sm {
  padding: 6px 24px;
}

.btn.btn-md {
  padding: 9px 26px;
}

.btn.btn-lg {
  padding: 13px 30px;
}

.btn.btn-xl {
  padding: 16px 40px;
}

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-app i {
  font-size: 40px;
}

.btn-outline-secondary {
  border: 2px solid #eeeeee;
  color: #001935;
}

.btn-outline-secondary:hover {
  background: #001935;
  color: #ffffff;
  border-color: #001935;
}

.btn-outline-secondary:focus {
  background: #001935;
  color: #ffffff;
  border-color: #001935;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: #001935;
  color: #ffffff;
  border-color: #001935;
}

.irs--flat .irs-line {
  height: 6px;
}

.irs--flat .irs-bar {
  background: #fd4109;
  height: 6px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background: transparent;
  color: #fd4109;
  font-size: 13px;
  font-weight: 600;
}

.irs--flat .irs-handle>i:first-child, .irs--flat .irs-handle>i:first-child {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fd4109;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
  background: #fd4109;
}

.select2-container .select2-selection--single {
  height: auto;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #001935;
  font-weight: bold;
  line-height: inherit;
  text-transform: capitalize;
}

.bigdrop {
  min-width: 196px !important;
}

.select2-results__options {
  padding: 8px 2px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted {
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0px;
  height: 21px;
  width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #fd4109;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eeeeee;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fafafa;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(38, 174, 97, 0.1);
  color: #fd4109;
}

.select2-dropdown {
  border: none;
  border-radius: 0px;
}

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 15px 20px;
  border-radius: 3px;
}

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}

.select2-results__option[aria-selected] {
  text-transform: capitalize;
}

.select2-container--default .select2-results>.select2-results__options {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3a4957;
}

.select2-container--open .select2-dropdown {
  background: #fafafa;
  padding: 7px;
  border: 1px solid #eeeeee;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

.header {
  background: #ffffff;
  z-index: 9;
  position: relative;
}

.header .container-fluid {
  padding: 0 60px;
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.header .topbar {
  background: #001022;
  padding: 10px 0;
}

.header .topbar a {
  color: #ffffff;
}

.header .topbar a:hover {
  color: #fd4109;
}

.header .topbar .dropdown {
  margin-right: 20px;
}

.header .topbar .dropdown .dropdown-toggle {
  padding: 12px 0;
}

.header .topbar .dropdown .dropdown-toggle i {
  font-size: 10px;
}

.header .topbar .dropdown .dropdown-menu a {
  color: #001935;
}

.header .topbar .dropdown .dropdown-menu a:hover {
  color: #fd4109;
}

.header .topbar .social {
  margin-right: 20px;
  display: inline-block;
}

.header .topbar .social ul {
  margin: 0;
}

.header .topbar .social ul li {
  display: inline-block;
  padding: 0 4px;
}

.header .topbar .social ul li a {
  color: #ffffff;
}

.header .topbar .social ul li a:hover {
  color: #fd4109;
}

.header .topbar .login {
  display: inline-block;
}

.header .topbar .login a {
  color: #ffffff;
}

.header .topbar .login a:hover {
  color: #fd4109;
}

.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.topbar .dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px;
}

.topbar .dropdown .dropdown-menu a:hover {
  background: rgba(38, 174, 97, 0.1);
  color: #fd4109;
}

.navbar {
  padding: 0;
  box-shadow: 0px 9px 10px 1px #5d5d5da6 !important;
}

.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 10px 20px;
  color: #001935;
  text-transform: capitalize;
}

.navbar .navbar-nav .nav-link i {
  font-weight: bold;
}

.navbar .navbar-nav .nav-link:hover {
  color: #fd4109;
}

.dropdown-menu {
  z-index: 9999;
}

.navbar-collapse {
  position: relative;
}

.navbar-light {
  color: #ffffff;
  background-color: #fafafa;
  border-color: #eeeeee;
}

.navbar-light .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-brand {
  padding: 3px 0px;
  margin-right: 0;
}

.navbar .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}

.header .navbar-nav>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navbar-nav li>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #001935;
  text-transform: capitalize;
  font-size: 14px;
}

.header .navbar-nav li>a:hover {
  color: #fd4109;
}

.header .navbar-nav li>a i {
  margin-left: 5px;
  font-size: 10px;
}

.header .add-listing {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  text-align: right;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu>div>li>ul {
  padding: 0;
  margin: 0;
}

.megamenu>div>li>ul>li {
  list-style: none;
}

.megamenu .card {
  outline: none;
}

.megamenu .card:hover, .megamenu .card:focus {
  outline: 1px solid #000000;
}

.megamenu>div>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #001022;
  white-space: normal;
}

.megamenu>div>li>ul>li>a:hover, .megamenu>div>li>ul>li>a:focus {
  text-decoration: none;
  color: #001022;
  background-color: #fafafa;
}

.megamenu.disabled>a, .megamenu.disabled>a:hover, .megamenu.disabled>a:focus {
  color: #fafafa;
}

.megamenu.disabled>a:hover, .megamenu.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #fd4109;
  font-size: 18px;
}

.header li>.dropdown-item:focus, .header li>.dropdown-item:hover {
  color: #fd4109;
  background: none;
}

.header .dropdown-item.active, .header .dropdown-item:active, .header .dropdown-item:focus, .header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}

.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 180px;
}

.header .navbar .dropdown-menu {
  padding: 15px;
}

.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}

.navbar .dropdown>.dropdown-menu li>a {
  font-size: 14px;
  padding: 10px 20px 10px 0;
  border-radius: 3px;
  position: relative;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
  background: rgba(38, 174, 97, 0.1);
  color: #fd4109;
  padding-left: 15px;
}

.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.header-transparent .navbar-brand {
  margin-right: 40px;
}

.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.header-transparent .navbar .navbar-nav .nav-link:hover {
  color: #fd4109;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #fd4109;
}

.navbar .navbar-nav .dropdown-menu li.active>a {
  background: rgba(38, 174, 97, 0.1);
  color: #fd4109;
  padding-left: 15px;
}

.header-transparent .add-listing {
  -ms-flex-item-align: inherit;
  align-self: inherit;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  text-align: right;
}

.header-transparent .login a {
  color: #ffffff;
}

.header-transparent .login a:hover {
  color: #fd4109;
}

.header .is-sticky {
  position: fixed !important;
  width: 100%;
  /* transition: all 4s ease-in-out; */
  background: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9;
}

.phase-show {
  display: flex !important;
}

.phase-hide {
  display: none;
}

.header .is-sticky .header-contact-info {
  display: none !important;
}

.is-sticky {
  transform: translateY(-50px);
  animation: is-sticky 0.8s ease forwards;
}

.is-sticky:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */
}

@keyframes is-sticky {
  to {
    transform: translateY(0);
  }
}

.header .is-sticky .navbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  border-top: none !important;
  width: 100%;
}

.header-transparent .is-sticky {
  position: fixed !important;
  width: 100%;
  background: #001022;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9;
}

.header-transparent .is-sticky .header-contact-info {
  display: none !important;
}

.header-transparent .is-sticky .navbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  border-top: none !important;
  width: 100%;
}

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
  }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 570px;
  }
  .navbar-nav .mega-menu {
    position: static;
  }
  .header .navbar .dropdown:hover>.dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(15px, 10px, 0);
    transform: translate3d(15px, 10px, 0);
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
    right: 100%;
    left: auto;
    -webkit-transform: translate3d(-15px, 10px, 0);
    transform: translate3d(-15px, 10px, 0);
  }
  .navbar-nav li:hover>ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }
  .dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.place-card-large {
  display: none !important;
}

@media (max-width: 991px) {
  .header .is-sticky .navbar {
    top: 0;
    right: 0;
  }
}

.sticky-top {
  top: 80px;
}

.sidebar .widget {
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #eeeeee;
  padding: 20px;
}

.sidebar .widget .widget-title {
  margin-bottom: 24px;
}

.sidebar .widget .widget-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.sidebar .widget:after {
  position: absolute;
  left: -4px;
  width: 1px;
  top: 0;
  height: 100%;
  content: "";
  background: #eeeeee;
}

.sidebar .widget:before {
  position: absolute;
  right: -4px;
  width: 1px;
  top: 0;
  height: 100%;
  content: "";
  background: #eeeeee;
}

.sidebar .widget ul li {
  margin-bottom: 10px;
}

.sidebar .widget ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969696;
}

.sidebar .widget ul li a:hover {
  color: #fd4109;
}

.sidebar .widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .property-item .property-image img {
  width: 100%;
}

.sidebar .widget .property-item .property-details .property-info li {
  margin-bottom: 0;
  text-align: left;
}

.sidebar .widget .property-item .property-details .property-info li i {
  display: block;
}

.sidebar .widget .property-item .property-details .property-listing-actions {
  border-bottom: 0;
}

.sidebar .widget .recent-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.sidebar .widget .recent-list-item img {
  height: 80px;
}

.sidebar .widget .recent-list-item .recent-list-item-info {
  padding-left: 20px;
}

.sidebar .widget .recent-list-item .recent-list-item-info a {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.sidebar .widget .recent-list-item .recent-list-item-info .address {
  color: #001022;
  font-weight: 600;
}

.sidebar .widget .recent-list-item .recent-list-item-info .address:hover {
  color: #fd4109;
}

.sidebar .widget .recent-list-item:last-child {
  margin-bottom: 0;
}

.banner {
  padding: 220px 0;
  position: relative;
}

.banner-shap {
  position: absolute;
  bottom: -1px;
  z-index: 99;
}

.banner-bg-video {
  padding: 150px 0;
}

.banner-bg-video .banner-bg-video-sub-title {
  font-size: 18px;
  display: block;
}

.banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link {
  background: transparent;
  color: #ffffff;
  padding: 6px 20px;
  line-height: 24px;
}

.banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
  background: #fd4109;
  color: #ffffff;
}

.banner-map {
  padding: 0;
}

.banner-map .map-canvas {
  height: 500px;
}

#slider .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

#slider .slider-content {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

#slider .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
}

#slider .carousel-item .slider-content span {
  font-size: 50px;
  line-height: 50px;
  display: block;
}

#slider h1 {
  font-size: 70px;
  font-weight: 700;
}

#slider .btn-link {
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  margin-top: 40px;
}

#slider .btn-link:hover {
  color: #fd4109;
}

.carousel .carousel-item.active .animated-01 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .carousel-item.active .animated-02 {
  -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
  animation: bounceInRight 1s ease-in-out 500ms both;
}

.carousel .carousel-item.active .animated-03 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
  animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .carousel-item.active .animated-04 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
  animation: flipInX 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated-05 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .carousel-item.active .animated-06 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated-07 {
  -webkit-animation: fadeInDown 0.7s ease-in 300ms both;
  animation: fadeInDown 0.7s ease-in 300ms both;
}

.carousel .carousel-item.active .animated-08 {
  -webkit-animation: fadeInUp 0.7s ease-in 300ms both;
  animation: fadeInUp 0.7s ease-in 300ms both;
}

.banner-bg-slider {
  position: relative;
}

.banner-bg-slider-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.kenburnsy {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.kenburnsy img {
  display: none;
}

.kenburnsy .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.kenburnsy.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto !important;
  z-index: -1;
}

.banner-bg-slider .banner-bg-slider-sub-title {
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
}

.search {
  position: relative;
}

.search input {
  padding-left: 30px;
  padding-right: 80px;
  height: 70px;
}

.search a {
  position: absolute;
  right: 0;
  top: 0;
  background: #fd4109;
  color: #ffffff;
  padding: 18px 30px;
  cursor: pointer;
  margin: 6px;
}

.search .search-button-home {
  position: absolute;
  right: 0;
  top: 0;
  color: #fd4109;
  padding: 22px 30px;
  cursor: pointer;
  background: transparent;
  border: none;
}

/*.search i {
  position: absolute;
  right: 0;
  top: 0;
  color: #fd4109;
  padding: 22px 30px;
  cursor: pointer;
  margin: 6px;
}*/

.banner-property {
  padding: 0;
}

.banner-property .property-offer-image {
  padding: 200px 0;
}

.section-title {
  margin-bottom: 40px;
}

.category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category ul .category-item {
  margin-top: -1px;
  margin-right: -1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.category ul .category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #eeeeee;
  padding: 24px;
  height: 100%;
}

.category ul .category-item a .category-icon {
  margin-right: 14px;
}

.category ul .category-item a i {
  font-size: 50px;
  line-height: 60px;
  color: #969696;
}

.category ul .category-item a span {
  margin-left: auto;
  color: #969696;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  padding-left: 10px;
}

.category ul .category-item a:hover {
  background: #fd4109;
  border-color: #fd4109;
}

.category ul .category-item a:hover i {
  color: #ffffff;
}

.category ul .category-item a:hover span {
  color: #ffffff;
}

.category ul .category-item a:hover h6 {
  color: #ffffff;
}

.agent {
  border: 1px solid #eeeeee;
  margin-right: -1px;
}

.agent .agent-detail {
  padding: 30px;
}

.agent .agent-avatar {
  margin-bottom: 20px;
}

.agent .agent-button {
  margin-top: auto;
}

.agent .agent-button .btn {
  border-radius: 0;
  border-top: 1px solid #eeeeee;
}

.agent .agent-button .btn:hover {
  border-color: #fd4109;
}

.agent:hover .agent-button .btn {
  background: #fd4109;
  color: #ffffff;
  border-color: #fd4109;
}

.agent.agent-02 .agent-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.agent.agent-02 .agent-detail .agent-avatar {
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}

.agent.agent-02 .agent-detail .agent-button .btn {
  border-radius: 0;
  border-top: 1px solid #eeeeee;
}

.agent.agent-02:hover .agent-button .btn {
  background: #fd4109;
  color: #ffffff;
}

.agent.agent-03 .agent-avatar {
  text-align: center;
  margin-bottom: 0;
}

.agent.agent-03 .agent-avatar img {
  height: auto;
}

.agent.agent-03 .agent-listing {
  border-top: 1px solid #eeeeee;
}

.agent.agent-03 .agent-listing a {
  padding: 13px 20px;
  color: #969696;
  display: inline-block;
}

.agent.agent-03 .agent-listing a:hover {
  color: #fd4109;
}

.agent.agent-03 .agent-info ul {
  width: 49%;
  display: inline-block;
  padding-right: 1%;
  vertical-align: top;
}

.agent.agent-03 .agent-info strong {
  color: #001935;
}

.agent.agent-03 .agent-button {
  margin-top: auto;
}

.agent.agent-03 .agent-button .btn {
  border-top: 0;
}

.location-item {
  min-height: 220px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.location-item .location-item-info {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.location-item .location-item-info .location-item-title {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.location-item .location-item-info .location-item-title:hover {
  color: #fd4109;
}

.location-item .location-item-info .location-item-list {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.location-item .location-item-info .location-item-list:hover {
  color: #fd4109;
}

.location-item.location-item-big {
  min-height: auto;
  height: 100%;
}

.location-item-02 {
  text-align: center;
}

.location-item-02 .location-item-info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: inherit;
}

.location-list {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.location-list ul {
  padding: 0 20px;
}

.location-list ul li {
  padding: 8px 0;
}

.location-list ul li a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #001935;
}

.location-list ul li a span {
  color: #969696;
}

.location-list ul li a:hover {
  color: #fd4109;
}

.location-list ul li a:hover span {
  color: #fd4109;
}

.social-icon-02 ul li {
  display: inline-block;
}

.social-icon-02 ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #001935;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.social-icon-02 ul li a:hover {
  color: #ffffff;
  background: #fd4109;
}

.social-bg-hover {
  position: relative;
  color: #ffffff;
}

.social-bg-hover:before {
  content: "";
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.social-bg-hover:hover {
  color: #ffffff;
}

.social-bg-hover:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.social-bg-hover span {
  position: relative;
}

.facebook-bg {
  background-color: #445c8e;
}

.twitter-bg {
  background-color: #43afe9;
}

.google-bg {
  background-color: #dc0510;
}

.linkedin-bg {
  background-color: #007eb3;
}

#street-view {
  height: 100%;
}

.sidebar .widget.agent-info {
  padding: 0px;
  margin-bottom: 30px;
  border: none;
}

.widget.agent-info .widget-dec {
  padding: 20px;
  border: 1px solid #eeeeee;
}

.widget.agent-info .btn {
  border-radius: 0px;
}

.agent-contact-inner .border {
  border: 1px dashed rgba(255, 255, 255, 0.2) !important;
}

.popup-video .popup-icon {
  color: #fd4109;
  font-size: 50px;
  line-height: 50px;
}

.popup-video .popup-icon span {
  font-size: 16px;
  display: inline-block;
}

.popup-video .popup-icon:hover {
  color: #001935;
}

.our-clients .owl-carousel img {
  padding: 20px;
  background: #ffffff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-clients .owl-carousel img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.our-clients .owl-carousel .owl-dots {
  margin-top: 0;
  margin-bottom: 0px;
}

.modal.login .modal-dialog {
  max-width: 600px;
}

.modal.login .modal-header {
  padding: 20px 30px;
  background: #fafafa;
}

.modal.login .modal-body {
  padding: 30px;
}

.modal.login .nav-tabs.nav-tabs-02 .nav-item {
  margin: 2px;
}

.mortgage .search input {
  padding-right: 180px;
}

.compare-properties tr th:first-child {
  width: 20%;
}

.map-box iframe {
  margin-bottom: 0;
}

.map-box .map-box-info {
  background: #fafafa;
  padding: 20px;
  margin-top: -6px;
}

.btn-video {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  background: #fd4109;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
}

.btn-video:hover {
  background: #ffffff;
  color: #fd4109;
}

.btn-video:focus {
  background: #ffffff;
  color: #fd4109;
}

.list-style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property-item {
  margin-bottom: 30px;
}

.property-image {
  position: relative;
}

.property-image .property-agent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  margin: 20px;
}

.property-image .property-agent .property-agent-image {
  width: 38px;
  margin-right: 10px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
}

.property-image .property-agent .property-agent-image img {
  width: 100%;
  border-radius: 100%;
}

.property-image .property-agent .property-agent-info {
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 10px;
  font-size: 13px;
  position: relative;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.property-image .property-agent .property-agent-info:before {
  position: absolute;
  left: -9px;
  bottom: 15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #ffffff transparent transparent;
}

.property-image .property-agent .property-agent-info .property-agent-name {
  color: #001935;
  font-weight: 600;
}

.property-image .property-agent .property-agent-info .property-agent-name:hover {
  color: #fd4109;
}

.property-image .property-agent .property-agent-info .property-agent-date {
  margin-left: auto;
}

.property-image .property-agent .property-agent-info .property-agent-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0;
}

.property-image .property-agent .property-agent-info .property-agent-contact li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #001935;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  margin-right: 3px;
}

.property-image .property-agent .property-agent-info .property-agent-contact li a:hover {
  background: #fd4109;
}

.property-image .property-agent:hover .property-agent-info {
  opacity: 1;
  visibility: visible;
}

.property-image .property-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 8px;
  top: 8px;
  margin-bottom: 0px;
}

.property-image .property-status li {
  font-size: 13px;
  color: #fff;
  padding: 3px 8px;
  margin-right: 6px;
}

.property-image .property-status li:last-child {
  margin-right: 0px;
}

.property-image .property-status li.property-feature {
  background: #fd4109;
}

.property-image .property-status li.property-rent {
  background: #001935;
}

.property-image .property-lable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 8px;
  top: 14px;
}
.block .ribbon-12 {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  white-space: nowrap;
  text-align: center;
  width: 80%;
  font-size: 1.3em;
  text-transform: uppercase;
}

.block .ribbon-12:after, .ribbon-12:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -0.5em;
  width: 1em;
  height: 100%;
  background-color: #fd4109;
  pointer-events: none;
}

.irs--flat .irs-from, .irs--flat .irs--flat .irs-single {
  left: -1.5% !important;
}

.irs--flat .irs-handle {
  width: 0px !important;
}

.irs--flat .irs-handle li {
  padding-left: 0px !important;
}

.irs-to {
  left: 65% !important;
}

.irs-single {
  left: 16.2045% !important;
}

.block .ribbon-12:after {
  right: -0.57em;
  z-index: -1;
}

[aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[aos="fade"].aos-animate {
  opacity: 1;
}

.blog-post:hover {
  box-shadow: 0px 0px 10px 3px rgb(230, 230, 230);
}

.blog-post:hover .blog-post-title h5 {
  color: #fd4109 !important;
}

.block .ribbon-12:before {
  bottom: auto;
  top: 0.5em;
  left: -0.57em;
  z-index: -1;
}

.table-bordered td {
  padding: 5px 7px !important;
}

.table-bordered tr td {
  padding: 5px 12px !important;
}

.block .ribbon-12 span {
  display: inline-flex;
  height: 40px;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  background-color: #fd4109;
}

.block .ribbon-12 span:after, .ribbon-12 span:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: -0.5em;
  left: -0.05em;
  pointer-events: none;
  -webkit-mask: none;
}

.block .ribbon-12 span:before {
  bottom: auto;
  top: 0.5em;
  border-bottom: 0.5em solid #fd4109;
  border-left: 0.5em solid transparent;
}

.block .ribbon-12 span:after {
  left: auto;
  right: -0.05em;
  border-top: 0.5em solid #fd4109;
  border-right: 0.5em solid transparent;
}

.property-image .property-trending:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0 0;
  border-color: #ffc107 transparent transparent transparent;
  position: absolute;
  left: 0px;
  top: 0px;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
  color: red;
  font-weight: bold;
  border: 2px solid red;
}

.parsley-errors-list {
  margin: 5px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  opacity: 1;
  font-weight: bold;
  color: red;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.property-image .property-trending .fas {
  position: absolute;
  top: 15px;
  left: 12px;
  color: #fff;
}

.property-image .property-agent-popup {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 20px;
}

.property-image .property-agent-popup a {
  background: #001935;
  padding: 4px 6px;
  color: #ffffff;
  border-radius: 3px;
}

.property-image .property-agent-popup a:hover {
  background: #fd4109;
}

.property-image .property-agent-popup a i {
  margin-right: 2px;
}

.property-details {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-top: none;
}

.property-details i {
  margin-right: 5px;
}

.property-details .property-info {
  margin-bottom: 0px;
}

.property-details .property-info li {
  padding: 15px 0 0;
  font-size: 13px;
}

.property-details .property-info li i {
  margin-right: 0;
  display: block;
  font-size: 18px;
  color: #969696;
}

.property-details .property-info li span {
  color: #969696;
  font-size: 10px;
  margin-left: 3px;
  font-weight: 300;
}

.property-details .property-details-inner {
  padding: 20px;
  margin-top: -20px;
}

.property-details .property-details-inner .property-address {
  margin-right: 10px;
}
.flex-direction-nav a{
	height: 65px !important
}
.property-details .property-price {
  color: #fd4109;
  font-size: 24px;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 14px;
}

.property-details .property-price span {
  font-size: 14px;
  color: #969696;
  font-weight: normal;
}

.property-details .property-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property-details .property-btn .property-link {
  margin-right: auto;
  width: 100%;
}

.property-details .property-btn .property-listing-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeee;
  border-bottom: 0px solid #eeeeee;
}

.property-details .property-btn .property-listing-actions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.property-details .property-btn .property-listing-actions li:before {
  content: "";
  border-right: 1px solid #eeeeee;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.property-details .property-btn .property-listing-actions li:first-child:before {
  content: none;
}

.property-details .property-btn .property-listing-actions li a {
  -ms-flex-item-align: center;
  align-self: center;
  color: #969696;
  padding: 12px 20px;
  background: transparent;
}

.property-details .property-btn .property-listing-actions li a:hover {
  color: #fd4109;
}

.property-details .property-btn .property-listing-actions li i {
  margin-right: 0px;
}

.property-details .property-btn {
  margin-top: auto;
}

.property-details .property-btn a {
  display: block;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  background: #fafafa;
  color: #001935;
}

.property-details .property-btn a:hover {
  background: #fd4109;
  color: #ffffff;
}

.property-filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.property-filter-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property-filter-tag ul li a {
  margin-left: 3px;
  background: rgba(38, 174, 97, 0.1);
  color: #fd4109;
  font-weight: 500;
  padding: 2px 8px;
  font-size: 13px;
  border-radius: 3px;
}

.property-filter-tag ul li a i {
  padding-left: 4px;
  font-size: 12px;
}

.property-filter-tag ul li a:hover {
  background: #fd4109;
  color: #ffffff;
}

.property-filter-tag ul li .filter-clear {
  background: rgba(0, 16, 34, 0.1);
  color: #001022;
}

.property-filter-tag ul li .filter-clear:hover {
  background: #001022;
  color: #ffffff;
}

.property-col-list .property-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-top: 1px solid #eeeeee;
  border-left: none;
}

.property-col-list .property-details .property-agent {
  padding: 0px 20px 20px;
  margin-top: auto;
}

.property-col-list .property-details .property-price {
  margin-top: 0;
}

.property-col-list .property-details .property-details-inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.property-col-list .property-details .property-details-inner-box .property-price {
  margin-left: auto;
}

.property-offer .property-offer-image {
  padding: 90px 80px;
}

.property-offer .property-details .property-agent {
  padding: 0px 20px 20px;
}

.property-map .map-canvas {
  height: 500px;
}

.property-list li {
  margin-bottom: 5px;
}

.property-list li b {
  color: #001935;
  font-weight: 600;
  margin-right: 3px;
}

.property-list-style-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
}

.property-list-style-2 li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #fd4109;
  font-size: 5px;
  margin-right: 10px;
}

.walk-score-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-nearby .nearby-title {
  font-size: 16px;
}

.property-search-field .property-search-item {
  position: relative;
  border: 1px solid #eeeeee;
  border-bottom: 0;
  z-index: 8;
}

.property-search-field .form-row {
  margin: 0px;
}

.property-search-field .form-row.property-price-slider {
  border-top: 1px solid #eeeeee;
}

.property-search-field .form-group {
  padding: 24px 28px;
  margin-bottom: 0px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.property-search-field .form-group:first-child {
  border-left: none;
}

.property-search-field .form-group label {
  display: block;
}

.property-search-field .form-control {
  background: transparent;
  color: #001935;
  padding: 0px;
  height: auto;
  line-height: normal;
  border: none;
}

.property-search-field .form-control::-webkit-input-placeholder {
  color: #001935;
}

.property-search-field .form-control::-moz-placeholder {
  color: #001935;
}

.property-search-field .form-control:-ms-input-placeholder {
  color: #001935;
}

.property-search-field .form-control::-ms-input-placeholder {
  color: #001935;
}

.property-search-field .form-control::placeholder {
  color: #001935;
}

.property-search-field i {
  padding-right: 5px;
}

.property-search-field .more-search {
  color: #969696;
  display: block;
}

.property-search-field .more-search:hover {
  color: #fd4109;
}

.property-search-field .form-group-search {
  width: 100%;
}

.property-search-field .form-group-search i {
  color: #fd4109;
}

.property-search-field .advanced-search {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 100%;
  z-index: 99;
  margin: -1px 0px;
  width: 100%;
}

.property-search-field .card {
  padding: 0px;
  border-radius: 0px;
  border-color: #eeeeee;
}

.property-filter {
  border: 1px solid #eeeeee;
  position: relative;
}

.property-filter:after {
  position: absolute;
  left: 0;
  width: 100%;
  top: -4px;
  height: 1px;
  content: "";
  background: #eeeeee;
}

.property-filter:before {
  position: absolute;
  bottom: -4px;
  width: 100%;
  left: 0;
  height: 1px;
  content: "";
  background: #eeeeee;
}

.property-filter ul li {
  padding: 8px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.property-filter ul li a {
  color: #969696;
  font-size: 12px;
}

.property-filter ul li a:hover {
  color: #fd4109;
}

.property-filter ul li.active a span {
  background: #fd4109;
}

.property-filter ul:nth-child(2n+2) li:last-child {
  border-right: none;
  padding-left: 0;
}

.property-filter .property-short .select2-container {
  min-width: 130px;
  margin-left: 10px;
}

.property-filter .property-view-list {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-filter .property-list-icon {
  display: block;
  background: rgba(38, 174, 97, 0.1);
  padding: 10px 10px 8px;
  border-radius: 3px;
}

.property-filter .property-list-icon span {
  margin: 0 auto;
  background: #fd4109;
  height: 2px;
  width: 10px;
  border-radius: 3px;
  margin-bottom: 2px;
  display: block;
}

.property-filter .property-list-icon span:nth-child(2) {
  width: 16px;
}

.property-filter .property-list-icon:hover, .property-filter .property-list-icon .active {
  background: #fd4109;
}

.property-filter .property-list-icon:hover span, .property-filter .property-list-icon .active span {
  background: #ffffff;
}

.property-filter .property-list-icon.active {
  background: #fd4109;
}

.property-filter .property-list-icon.active span {
  background: #ffffff;
}

.property-filter .property-grid-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(38, 174, 97, 0.1);
  color: #fd4109;
  padding: 10px 10px 8px;
  border-radius: 3px;
}

.property-filter .property-grid-icon span {
  background: #fd4109;
  width: 2px;
  height: 10px;
  border-radius: 3px;
  margin: 0 1px;
  display: inline-block;
}

.property-filter .property-grid-icon span:nth-child(2) {
  height: 16px;
  margin-top: -3px;
}

.property-filter .property-grid-icon:hover {
  background: #fd4109;
}

.property-filter .property-grid-icon:hover span {
  background: #ffffff;
}

.property-filter .property-grid-icon.active {
  background: #fd4109;
}

.property-filter .property-grid-icon.active span {
  background: #ffffff;
}

.property-detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px;
}

.property-detail-meta>li>a {
  margin-right: -1px;
  border: 1px solid #eeeeee;
  padding: 14px 20px;
  display: block;
  color: #969696;
}

.property-detail-meta>li>a:hover {
  color: #fd4109;
}

.share-box {
  position: relative;
}

.share-box .share-box-social {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fd4109;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.share-box .share-box-social li a {
  padding: 0 10px;
  color: #ffffff;
  font-size: 13px;
  display: block;
}

.share-box .share-box-social li a:hover {
  color: #001935;
}

.share-box .share-box-social:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fd4109 transparent transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 99;
  margin-left: -3px;
}

.share-box:hover .share-box-social {
  opacity: 1;
  visibility: visible;
  margin-bottom: 6px;
}

.property-detail-gallery {
  position: relative;
}

.property-detail-gallery .nav-tabs.nav-tabs-02 {
  position: absolute;
  z-index: 8;
  top: 20px;
  left: 20px;
}

.property-detail-gallery .nav-tabs.nav-tabs-02 .nav-item {
  margin-right: 4px;
}

.property-detail-gallery .slider-slick, .property-detail-gallery iframe, .property-detail-gallery #street-view {
  min-height: 500px;
}

.si-content-wrapper {
  padding: 0;
}

.custom-window.open .si-frame {
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}

.map-canvas {
  width: 100%;
  height: 100%;
}

.custom-window {
  top: 30px;
  width: 280px;
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}

.custom-window .si-content {
  overflow: visible;
}

.custom-window.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.property-item-map {
  position: relative;
  max-height: inherit;
  padding: 180px 12px 12px 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  overflow: auto;
  z-index: 2;
}

.si-pointer-bg-top {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.property-item-map-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.property-item-map-title {
  margin-top: 12px;
}

.property-item-map-price {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-item-map-content p {
  margin: 0;
}

.property-item-map-content *+p {
  margin-top: 1em;
}

.property-item-map-content a {
  color: #969696;
}

.property-item-map-content a:hover {
  color: #fd4109;
}

.property-item-map-content a:focus {
  color: #fd4109;
}

.property-item-map-content a:active {
  color: #fd4109;
}

.custom-close {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 9;
  width: 24px;
  padding: 0 8px;
  height: 24px;
  border-radius: 5px;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  background-color: #fd4109;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-close:hover {
  background-color: #001935;
}

.custom-close:focus {
  background-color: #001935;
}

.custom-close:active {
  background-color: #001935;
}

.property-search-field-top {
  margin-top: -100px;
  position: relative;
  z-index: 99;
}

.property-search-field-top-02 {
  margin-top: -50px;
  position: relative;
  z-index: 99;
}

.property-search-field.property-search-field-02.property-search-field-top-03 {
  margin-top: -56px;
  position: relative;
  z-index: 8;
}

.property-search-field.property-search-field-02.property-search-field-top-03 .property-search-item {
  background: #fafafa;
  padding: 15px;
}

.property-search-field.property-search-field-02.property-search-field-top-03 .property-search-item .card {
  background: #fafafa;
}

.property-search-field.property-search-field-02.property-search-field-top-03 .property-search-item .form-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.property-search-field.property-search-field-02.property-search-field-top-03 .property-search-item .form-row .btn {
  margin-top: 0px;
}

.property-search-field.property-search-field-02.property-search-field-top-03 .form-control {
  background: #ffffff;
}

.property-search-field.property-search-field-below .advanced-search {
  position: relative;
  width: 100%;
  margin: -1px 0px;
}

.property-search-field.property-search-field-below .card {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.property-search-field.property-search-field-advanced .advanced-search {
  position: relative;
  width: 100%;
  margin: -1px 0px;
}

.property-search-field.property-search-field-advanced .card {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.property-search-field.property-search-field-02 .property-search-item {
  border: none;
}

.property-search-field.property-search-field-02 .property-search-item .form-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.property-search-field.property-search-field-02 .property-search-item .form-row .btn {
  margin-top: 30px;
}

.property-search-field.property-search-field-02 .advanced-search {
  position: relative;
  width: 100%;
  margin: -1px 0px;
}

.property-search-field.property-search-field-02 .card {
  border: none;
}

.property-search-field.property-search-field-02 .form-group {
  border: none;
  padding: 10px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-search-field.property-search-field-02 .form-control {
  background: transparent;
  color: #001935;
  padding: 14px 20px;
  height: auto;
  line-height: normal;
  border: 1px solid #eeeeee;
}

.property-search-field.property-search-field-02 .form-control::-webkit-input-placeholder {
  color: #001935;
}

.property-search-field.property-search-field-02 .form-control::-moz-placeholder {
  color: #001935;
}

.property-search-field.property-search-field-02 .form-control:-ms-input-placeholder {
  color: #001935;
}

.property-search-field.property-search-field-02 .form-control::-ms-input-placeholder {
  color: #001935;
}

.property-search-field.property-search-field-02 .form-control::placeholder {
  color: #001935;
}

.property-search-field.property-search-field-02 .select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 15px 20px;
  border-radius: 3px;
}

.property-search-field.property-search-field-02 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}

.select2-search--dropdown .select2-search__field {
  padding: 8px 14px;
}

.profile-sidebar {
  position: relative;
  padding: 20px;
}

.profile-sidebar .profile-avatar {
  position: relative;
  text-align: center;
  padding: 30px 0;
  width: 80px;
}

.profile-sidebar .profile-nav {
  position: relative;
}

.profile-sidebar .profile-nav .nav {
  padding: 10px;
  background: #fd4109;
}

.profile-sidebar .profile-nav .nav .nav-item {
  border-radius: 3px;
}

.profile-sidebar .profile-nav .nav .nav-item .nav-link {
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
}

.profile-sidebar .profile-nav .nav .nav-item .nav-link i {
  width: 20px;
}

.profile-sidebar .profile-nav .nav .nav-item .nav-link.active {
  color: #ffffff;
  background: #001935;
}

.agency-management tr td {
  padding: 30px;
}

.nav-tabs-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eeeeee;
}

.nav-tabs-03 .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: -2px;
}

.nav-tabs-03 .nav-item .nav-link span {
  width: 50px;
  height: 50px;
  line-height: 46px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  margin-right: 14px;
}

.nav-tabs-03 .nav-item .nav-link.active span {
  border: 2px solid #fd4109;
  background: #fd4109;
  color: #ffffff;
}

.blog-post .blog-post-footer {
  border-top: 1px solid #eeeeee;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-post .blog-post-footer .blog-post-time, .blog-post .blog-post-footer .blog-post-author, .blog-post .blog-post-footer .blog-post-comment, .blog-post .blog-post-footer .share-box {
  margin: 0 8px;
}

.blog-post .blog-post-footer .blog-post-author img {
  margin: 0 5px;
  height: 20px;
  border-radius: 50%;
}

.blog-post .blog-post-footer span {
  font-size: 13px;
}

.blog-post .blog-post-footer a {
  font-size: 13px;
  color: #969696;
}

.blog-post .blog-post-footer a:hover {
  color: #fd4109;
}

.blog-post .blog-post-footer i {
  padding-right: 5px;
}

.blog-post .blog-post-content {
  text-align: center;
  border: 1px solid #eeeeee;
}

.blog-post .blog-post-content .blog-post-details {
  padding: 20px;
}

.blog-post .blog-post-content .blog-post-details .blog-post-title {
  margin-bottom: 20px;
}

.blog-post-quote .blockquote {
  padding: 40px 40px 0 40px;
}

.blog-post-quote .blockquote p {
  font-size: 14px;
  font-style: italic;
}

.blog-post-quote .blockquote i {
  font-size: 30px;
  margin-bottom: 20px;
  color: #1d844a;
}

.blog-post-quote .blockquote cite {
  font-size: 15px;
}

.blog-post-quote .blog-post-link a {
  color: #ffffff;
}

.blog-post-quote .blog-post-link a:hover {
  color: #001935;
}

.blog-post-quote .blog-post-content .blog-post-footer {
  border-color: #209151;
}

.blog-post-quote .blog-post-content .blog-post-footer a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-post-quote .blog-post-content .blog-post-footer a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-post-quote .blog-post-content .blog-post-footer a:hover {
  color: #001935;
}

.blog-post-quote .blog-post-content .blog-post-footer a:hover i {
  color: #001935;
}

.blog-post-quote .blog-post-content .blog-post-footer span {
  color: #ffffff;
}

.blog-post-quote .share-box .share-box-social {
  background: #ffffff;
}

.blog-post-quote .share-box .share-box-social li a {
  color: #001935;
}

.blog-post-quote .share-box .share-box-social li a:hover {
  color: #fd4109;
}

.blog-post-quote .share-box .share-box-social:before {
  border-color: #ffffff transparent transparent transparent;
}

.blog-sidebar .widget {
  margin-bottom: 30px;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .widget-title {
  margin-bottom: 20px;
}

.blog-sidebar .widget .search {
  position: relative;
}

.blog-sidebar .widget .search input {
  padding-right: 64px;
  height: 50px;
  padding-left: 20px;
}

.blog-sidebar .widget .search i {
  position: absolute;
  right: 0;
  top: 0;
  background: #fd4109;
  color: #ffffff;
  padding: 18px 20px;
  cursor: pointer;
  margin: 0;
  border-radius: 0 3px 3px 0px;
}

.blog-sidebar .widget ul.list-style li {
  margin-bottom: 10px;
}

.blog-sidebar .widget ul.list-style li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969696;
  width: 100%;
}

.blog-sidebar .widget ul.list-style li a:hover {
  color: #fd4109;
}

.blog-sidebar .widget ul.list-style li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-sidebar .widget .gallery ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  margin: 0 1% 1% 0;
}

.blog-sidebar .widget .gallery ul li:nth-child(5n+5) {
  margin-right: 0;
}

.blog-sidebar .widget .social ul li {
  padding: 10px 10px 10px 20px;
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-sidebar .widget .social ul li a {
  color: #001935;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-sidebar .widget .social ul li a i {
  width: 15px;
}

.blog-sidebar .widget .social ul li .follow {
  background: #fafafa;
  padding: 3px 18px;
  font-size: 12px;
}

.blog-sidebar .widget .social ul li .follow:hover {
  background: #001935;
  color: #ffffff;
}

.blog-sidebar .widget .social ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .widget .social ul .facebook a {
  color: #466ca9;
}

.blog-sidebar .widget .social ul .facebook .follow:hover {
  background: #466ca9;
}

.blog-sidebar .widget .social ul .twitter a {
  color: #20b5e6;
}

.blog-sidebar .widget .social ul .twitter .follow:hover {
  background: #20b5e6;
}

.blog-sidebar .widget .social ul .youtube a {
  color: #d92c20;
}

.blog-sidebar .widget .social ul .youtube .follow:hover {
  background: #d92c20;
}

.blog-sidebar .widget .social ul .linkedIn a {
  color: #13799f;
}

.blog-sidebar .widget .social ul .linkedIn .follow:hover {
  background: #13799f;
}

.blog-sidebar .widget .popular-tag ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.blog-sidebar .widget .popular-tag ul li a {
  padding: 6px 20px;
  display: block;
  border: 1px solid #eeeeee;
  color: #969696;
}

.blog-sidebar .widget .popular-tag ul li a:hover {
  color: #fd4109;
  border-color: #fd4109;
}

.blog-detail .blog-post-content {
  text-align: left;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .nav-links .nav-previous {
  width: 50%;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969696;
}

.navigation .nav-links .nav-previous a:hover .pagi-text {
  color: #ffffff;
  background: #fd4109;
}

.navigation .nav-links .nav-previous .nav-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.navigation .nav-links .nav-previous .pagi-text {
  border-right: 1px solid #eeeeee;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous:hover {
  background: #fafafa;
}

.navigation .nav-links .nav-next {
  width: 50%;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  margin-right: 0;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969696;
  padding-left: 15px;
}

.navigation .nav-links .nav-next a:hover .pagi-text {
  color: #ffffff;
  background: #fd4109;
}

.navigation .nav-links .nav-next .nav-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: auto;
}

.navigation .nav-links .nav-next .pagi-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-left: 1px solid #eeeeee;
}

.navigation .nav-links .nav-next:hover {
  background: #fafafa;
}

.navigation .nav-links .pagi-text {
  display: inline-block;
  padding: 12px 25px;
  color: #969696;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-title {
  margin: 12px 20px;
}

.error-404 h1 {
  font-size: 280px;
  line-height: 280px;
  margin-bottom: 30px;
  color: #001935;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #001935;
  -ms-text-fill-color: #ffffff;
  -ms-text-stroke-width: 1px;
  -ms-text-stroke-color: #001935;
}

.error-404 strong {
  font-size: 30px;
  line-height: 30px;
  color: #001935;
  display: block;
  margin-bottom: 20px;
}

.error-404 span {
  font-size: 16px;
  font-weight: 600;
}

.house-animation {
  animation: animationFrames ease-out 15s;
  animation-iteration-count: infinite;
  transform-origin: 50% 0%;
  -webkit-animation: animationFrames ease-out 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 0%;
  -moz-animation: animationFrames ease-out 15s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 0%;
  -o-animation: animationFrames ease-out 15s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 0%;
  -ms-animation: animationFrames ease-out 15s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 0%;
}

@keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.cloud {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: movecloud 4s linear infinite;
  animation: movecloud 4s linear infinite;
  /*animation-play-state: paused;*/
}

.cloud-01 {
  fill: red;
  top: 10px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.cloud-02 {
  fill: blue;
  top: 80px;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}

.cloud-03 {
  fill: green;
  top: 40px;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

.cloud-04 {
  fill: green;
  top: 80px;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

@-webkit-keyframes movecloud {
  0% {
    left: -300px;
  }
  100% {
    left: 110%;
  }
}

@keyframes movecloud {
  0% {
    left: -300px;
  }
  100% {
    left: 110%;
  }
}

.footer .footer-contact-info ul {
  margin-bottom: 0;
}

.footer .footer-contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.footer .footer-contact-info ul li i {
  font-size: 18px;
  color: #fd4109;
  width: 20px;
}

.footer .footer-contact-info ul li span {
  padding-left: 10px;
  color: #ffffff;
}

.footer .footer-contact-info ul li:last-child {
  padding-bottom: 0;
}

.footer .footer-link ul {
  display: inline-block;
  padding-right: 16px;
}

.footer .footer-link ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
}

.footer .footer-link ul li a {
  color: #ffffff;
}

.footer .footer-link ul li a:hover {
  color: #fd4109;
}

.footer .footer-recent-List ul li {
  margin-bottom: 20px;
}

.footer .footer-recent-List ul li .footer-recent-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-recent-List ul li .footer-recent-list-item img {
  height: 80px;
}

.footer .footer-recent-List ul li .footer-recent-list-item .footer-recent-list-item-info {
  padding-left: 20px;
}

.footer .footer-recent-List ul li .footer-recent-list-item .footer-recent-list-item-info a {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.footer .footer-recent-List ul li .footer-recent-list-item .footer-recent-list-item-info .address {
  color: #ffffff;
}

.footer .footer-recent-List ul li .footer-recent-list-item .footer-recent-list-item-info .address:hover {
  color: #fd4109;
}

.footer .footer-recent-List ul li:last-child {
  margin-bottom: 0;
}

.footer .footer-bottom {
  background: #00152c;
  padding: 2px 0;
  margin-top: 60px;
}

/*************************
       1700px
*************************/

@media (max-width: 1600px) {
  .testimonial .testimonial-content {
    font-size: 20px;
  }
}

@media (max-width: 1600px) {
  .testimonial {
    padding-top: 30px;
  }
  .header-transparent .call {
    display: none;
  }
}

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 12px;
  }
  #slider h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #slider .carousel-item .slider-content span {
    font-size: 30px;
    line-height: 30px;
  }
  #slider .btn-link {
    margin-top: 10px;
  }
  .owl-nav-left.owl-carousel .owl-nav .owl-prev {
    top: 45%;
  }
  .font-60 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .testimonial {
    padding-top: 30px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px;
  }
  .owl-nav-left.owl-carousel .owl-nav .owl-prev {
    top: 44%;
  }
  .countdown span {
    font-size: 30px;
    line-height: 40px;
  }
  .header-transparent .login {
    display: none;
  }
  .header-transparent .navbar-brand {
    margin-right: 20px;
  }
  .property-detail-meta>li>a {
    padding: 14px 16px;
  }
  .property-search-field .form-group {
    padding: 24px 16px;
  }
  .blog-post .blog-post-footer .blog-post-time, .blog-post .blog-post-footer .blog-post-author, .blog-post .blog-post-footer .blog-post-comment, .blog-post .blog-post-footer .share-box {
    margin: 0 3px;
  }
}

@media (max-width: 991px) {
  .buttons_setting {
    position: static !important;
    transform: translate(0%, 0%) !important;
  }
  body{
      font-size: 15px !important;
     }
  .space-ptb {
    padding: 60px 0;
  }
  .space-pt {
    padding-top: 60px;
  }
  .space-pb {
    padding-bottom: 60px;
  }
  .btn {
    padding: 12px 20px;
  }
  .header .container-fluid {
    padding: 0 20px;
  }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 10px;
  }
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu>li {
    margin-bottom: 30px;
  }
  .megamenu>li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
  .header .navbar-nav>li {
    display: block;
  }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fafafa;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    overflow-x: scroll;
  }
  .header .navbar .dropdown-menu .dropdown-menu {
    background: #ffffff;
  }
  .header .navbar .dropdown-menu .dropdown-menu .dropdown-menu {
    background: #fafafa;
  }
  .header .add-listing {
    margin-right: 40px;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 9999;
    background: #ffffff;
    width: 100%;
    left: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav {
    padding: 10px 0;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }
  .navbar .navbar-nav .nav-link i {
    margin-left: auto;
  }
  .header .navbar .nav-title {
    margin-bottom: 10px !important;
    margin-top: 20px;
  }
  .add-listing .btn {
    font-size: 12px;
    padding: 6px 17px;
  }
  .navbar .dropdown>.dropdown-menu li>a {
    font-size: 13px;
  }
  .header .navbar-nav>li {
    border-bottom: 1px solid #eeeeee;
  }
  .header .navbar-nav>li:last-child {
    border-bottom: 0;
  }
  .header-transparent {
    position: relative;
    background: #001935;
  }
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #001935;
  }
  .banner {
    padding: 100px 0;
  }
  .banner .display-4 {
    font-size: 34px;
  }
  .banner-bg-video {
    padding: 100px 0;
  }
  #slider h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #slider .carousel-item .slider-content span {
    font-size: 20px;
    line-height: 20px;
  }
  #slider .btn-link {
    margin-top: 10px;
    font-size: 14px;
  }
  .property-details .property-listing-actions li.property-price {
    font-size: 14px;
  }
  .property-search-field.property-search-field-02.property-search-field-top-03 {
    margin-top: 50px;
  }
  .property-item.property-col-list .property-image img {
    width: 100%;
  }
  .location-item.location-item-big {
    min-height: 320px;
  }
  .feature-info {
    padding: 24px;
  }
  .property-search-field-top {
    margin-top: 50px;
  }
  .property-filter .property-short .select2-container {
    margin-left: 0;
  }
  .property-filter .property-short {
    margin-left: inherit;
  }
  .half-map-full .map-canvas.h-100vh {
    height: 500px;
  }
  .property-search-field-top-02 {
    margin-top: 40px;
  }
  .property-search-field .advanced-search {
    position: relative;
  }
  .property-search-field .card {
    border-left: 0;
    border-right: 0;
  }
  .navigation .nav-links .nav-previous {
    margin-right: 0;
  }
  .testimonial-03 .testimonial-content p {
    font-size: 16px;
  }
  .testimonial-03 .testimonial-content .quotes {
    top: 40px;
  }
  .testimonial-03 .testimonial-content {
    padding: 90px 40px 30px 40px;
  }
  .nav-tabs-03 {
    border-bottom: none;
  }
  .banner-property {
    padding: 0;
  }
  .banner-property .property-offer-image {
    padding: 100px 0;
  }
  .container-fluid.container-space {
    padding: 0 15px;
  }
  .property-search-field .property-search-item {
    border-bottom: 1px solid #eeeeee;
  }
  .property-filter-tag {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .testimonial-main {
    padding: 80px 0;
  }
  #loading {
    width: 75%;
  }
  .block .ribbon-12{
    font-size: .9em !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 991px) {
  .info_section, #estimate {
    background-position: center center !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%;
  }
  .property-details .property-info li {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  .searchItem {
    position: absolute !important;
    top: 81% !important;
    left: 0px !important;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
  .space-ptb {
    padding: 50px 0;
  }
  .space-pt {
    padding-top: 50px;
  }
  .space-pb {
    padding-bottom: 50px;
  }
  .container {
    max-width: 100%;
  }
  .category ul .category-item a {
    display: block;
  }
  .category ul .category-item a span {
    padding-left: 0;
  }
  .header .topbar .dropdown .dropdown-toggle {
    padding: 4px 0;
    display: inline-block;
  }
  .agent.agent-03 .agent-detail {
    border-top: 1px solid #eeeeee;
  }
  .property-detail-gallery .slider-slick, .property-detail-gallery iframe, .property-detail-gallery #street-view {
    min-height: 400px;
  }
  .property-col-list .property-details {
    border-left: 1px solid #eeeeee;
  }
  .property-search-field .form-group {
    border-left: 0;
  }
  .property-item .property-image img {
    width: 100%;
  }
  .footer .footer-bottom {
    margin-top: 40px;
  }
  .testimonial-03 .testimonial-content {
    margin-left: 0;
  }
  .carousel .carousel-item img {
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #slider .carousel-item .slider-content span {
    margin-bottom: 10px;
  }
}

.head-logo {
  width: 60px;
}

@media (max-width: 575px) {
  #loading {
      width: 75% !important;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  .space-ptb {
    padding: 40px 0;
  }
  .space-pt {
    padding-top: 40px;
  }
  .space-pb {
    padding-bottom: 40px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .navbar-light .navbar-brand {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .header .add-listing {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .add-listing .btn {
    padding: 6px 6px;
  }
  .banner {
    padding: 60px 0;
  }
  .banner .lead {
    font-size: 16px;
  }
  #slider h1 {
    font-size: 16px;
    line-height: 16px;
  }
  #slider .carousel-item .slider-content span {
    font-size: 14px;
    line-height: 14px;
  }
  #slider .btn-link {
    display: none;
  }
  .category ul .category-item {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
  }
  .category ul .category-item a .category-icon {
    margin-right: 0;
  }
  .banner-bg-video {
    padding: 70px 0;
  }
  .banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    padding: 6px 16px;
  }
  .banner-map .map-canvas {
    height: 350px;
  }
  .property-offer .property-offer-image {
    padding: 15px;
  }
  .testimonial .testimonial-content {
    font-size: 16px;
  }
  .location-list ul {
    padding: 0;
  }
  .agent.agent-02 .agent-detail {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: block;
  }
  .agent.agent-02 .agent-detail .agent-avatar {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .nav-tabs .nav-item .nav-link {
    padding: 20px 10px;
  }
  .pagination .page-item .page-link {
    padding: 12px 20px;
  }
  .property-filter .property-view-list, .property-filter .property-short li {
    border-bottom: 1px solid #eeeeee;
  }
  .agent.agent-03 .agent-info ul {
    width: 100%;
    padding-right: 0;
  }
  .property-item .property-image img {
    width: 100%;
  }
  .si-content {
    max-height: 100% !important;
    max-width: 100% !important;
  }
  .navigation .nav-links .nav-previous {
    margin-right: 0;
  }
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    padding: 8px 16px;
  }
  .countdown {
    margin: 0px 10px;
  }
  .countdown span {
    font-size: 24px;
    line-height: 24px;
  }
  .countdown p {
    font-size: 14px;
  }
  .error-404 h1 {
    font-size: 150px;
    line-height: 150px;
  }
  .property-detail-gallery .slider-slick, .property-detail-gallery iframe, .property-detail-gallery #street-view {
    min-height: 300px;
  }
  .owl-nav-top-left .owl-nav {
    bottom: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .owl-nav-top-left .owl-nav .owl-next {
    right: inherit;
    top: inherit;
    left: 50%;
    -webkit-transform: inherit;
    transform: inherit;
  }
  .owl-nav-top-left .owl-nav .owl-prev {
    left: inherit;
    right: 50%;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-right: 1px !important;
  }
  .owl-nav-top-right .owl-nav {
    bottom: inherit;
    top: inherit;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .owl-nav-top-right .owl-nav .owl-next {
    right: inherit;
    top: inherit;
    left: 50%;
    -webkit-transform: inherit;
    transform: inherit;
    border: 1px solid #eeeeee;
  }
  .owl-nav-top-right .owl-nav .owl-prev {
    left: inherit;
    right: 50%;
    top: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    margin-right: 1px !important;
    border: 1px solid #eeeeee;
  }
  .owl-carousel .owl-nav i {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .search input {
    padding-right: 120px;
  }
  .modal.login .modal-header {
    padding: 15px;
  }
  .modal.login .modal-body {
    padding: 15px;
  }
  .btn-app {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .location-list .border-right {
    border: none !important;
  }
  .banner-property {
    padding: 35px 0;
  }
  .banner.banner-property {
    padding: 0;
  }
  .property-search-field.property-search-field-02.property-search-field-top-03 {
    margin-top: 30px;
  }
  .share-box .share-box-social {
    display: block;
  }
  .share-box .share-box-social li a {
    padding: 0;
  }
  .share-box .share-box-social li a i {
    padding-right: 0;
  }
  .navigation .nav-links {
    display: block;
  }
  .navigation .nav-links .nav-previous {
    width: 100%;
  }
  .navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 5px;
  }
  .accordion-style-2 .card-header .accordion-title i {
    padding-left: 12px;
  }
  .banner-bg-video .search input {
    padding-right: 80px;
  }
  .nearby-info .property-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
  }
  .testimonial-02 .testimonial-content {
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .property-detail-gallery .slider-slick, .property-detail-gallery iframe, .property-detail-gallery #street-view {
    min-height: 200px;
  }
  .blog-post .blog-post-footer {
    display: block;
  }
  .blog-post .blog-post-footer .blog-post-time, .blog-post .blog-post-footer .blog-post-author, .blog-post .blog-post-footer .blog-post-comment, .blog-post .blog-post-footer .share-box {
    display: inline-block;
  }
  .social-icon-02 ul li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  .btn+.btn {
    margin-left: 0;
  }
  .gm-control-active.gm-fullscreen-control {
    display: none !important;
  }
}

@media screen and (min-width: 1700px) {
  .dataTables_scrollBody {
    overflow-x: hidden !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .agent.agent-03 .agent-avatar img {
    width: 240px;
  }
  .share-box .share-box-social {
    min-width: 170px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .navbar .navbar-nav .nav-link i {
    margin-top: 5px;
  }
}

@media screen and (max-width: 1900px) {
  .slick-slider1, .slick-carousel {
    width: 630px;
    overflow-x: auto;
  }
}

@media screen and (max-width: 900px) {
  .slick-slider1 {
    position: relative !important;
    padding-bottom: 50px !important;
  }
  #carousel .carousel-item {
    height: 60vh;
    width: 100%;
  }
  .rate-list-section {
    background: linear-gradient(to bottom, #001935 50%, transparent) !important;
  }
}

@media screen and (max-width: 500px) {
  .bg-holder {
    background-size: 190% 90% !important;
  }
  #carousel .carousel-item {
    height: 50vh;
    width: 100%;
  }
  .search-section {
    position: relative !important;
    bottom: 0px !important;
  }
}

/*input tel styling*/

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  margin: 20px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
}

.hide {
  display: none;
}

pre {
  margin: 0 !important;
  display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none;
}

input{
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

input[disabled],
button[disabled] {
  background-color: #eee;
}

input,
select {
  border: 1px solid #CCC;
  width: 250px;
}

::-webkit-input-placeholder {
  color: #BBB;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #BBB;
}

button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD;
}

button:hover {
  background-color: #3276B1;
  border-color: #285E8E;
  cursor: pointer;
}

#result {
  margin-bottom: 100px;
}

