* {
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    font-family: 'CentraNo1';
}

p {
    margin-bottom: 0;
}

.f-600 {
    font-weight: 600 !important;
}

html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

body.no-scroll {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

.custom_container {
    padding: 0 4%;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #747474;
    border-radius: 60px;
}

::-webkit-scrollbar-thumb:hover {
    background: #212121;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9;
}

.preloader__wrap {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.preloader .preloader__wrap span {
    width: 50%;
    height: 100vh;
    background: #343b42;
    display: block;
    transition: 1s;
}

.preloader.isdone .preloader__wrap span {
    width: 0%;
    transition-delay: 2.5s;
}

.preloader .line_pre {
    position: absolute;
    width: 2px;
    height: 0%;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1.5s cubic-bezier(0.15, 0.51, 0.79, -0.1);
}

.preloader.isdone .line_pre {
    height: 100%;
    transition-delay: 0.8s;
    opacity: 0;
}

.preloader.isdone {
    z-index: -10;
    transition-delay: 4s;
}

.enquire_side {
    position: fixed;
    right: -30%;
    width: 30%;
    top: 50%;
    z-index: 99;
    transition: 0.6s;
    margin: auto;
    background: #06B4D1;
    padding: 50px;
    color: #fff;
    border-radius: 15px 0 0px 15px;
    transform: translateY(-50%);
}

.enquire_side.open {
    right: 0%;
}

.enquire_side .enq_btn {
    position: absolute;
    left: -85px;
    background: #18b0c4;
    padding: 10px 20px;
    border-radius: 5px 6px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}

.enquire_side h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'CentraNo1';
}

.enquire_side p {
    margin-bottom: 20px;
}

.enquire_side input.form-control {
    padding: 10px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 2px solid #FAB10B;
}

.enquire_side select.form-control {
    padding: 10px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 2px solid #FAB10B;
}

.btn-menu {
    background: rgb(1 32 94 / 48%);
    border-radius: 0;
    box-shadow: none !important;
    color: #fff !important;
    min-width: 160px;
    padding: 10px 0;
    text-transform: uppercase;
}

.title h3 {
    text-transform: capitalize;
    font-size: 42px;
    margin-bottom: 20px;
    color: #363636;
    font-family: 'CentraNo1';
    font-weight: 600;
}

.title h3 span {
    font-weight: 600;
    font-family: 'CentraNo1';
    border-bottom: 2px solid #fab10b;
}

.title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.navbar-animation {
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.navbar-animation:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #112959;
    transform: translateX(-110%);
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

.navbar-animation:hover:before {
    transform: translateX(0);
}

.header_right {
    padding: 12px 0px;
}

header nav .navbar-brand img {
    width: 140px;
    object-fit: contain;
    transition: 0.5s all;
}

.ww-icon-link {
    box-sizing: border-box;
    border-radius: 60px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    position: fixed;
    z-index: 99;
    background: rgb(77, 194, 71) !important;
    text-decoration: none !important;
    right: 20px;
    bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    color: #fff !important;
}

.ww-icon-link:hover {
    margin-bottom: 8px;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
}

.ww-icon-link i {
    z-index: 1;
    border-radius: 100%;
    cursor: pointer;
    font-size: 34px;
}

.upper_header {
    background: #000000;
    text-align: center;
    padding: 6px;
    font-size: 14px;
}

.upper_header a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.upper_header a i {
    transition: 0.6s;
    margin-left: 20px;
}

.upper_header a:hover i {
    margin-left: 25px;
}

header.sticky {
    background: #fff;
}

header.sticky .upper_header {
    display: none;
}

header.sticky .menu a {
    color: #fff;
}

header .navbar-brand span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-left: 10px;
}

header.sticky nav .navbar-brand img {
    filter: invert(1) brightness(100) grayscale(5);
}

.menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    align-items: center;
}

.menu a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.menu li {
    margin: 0 10px;
}

.menu li.dropdown a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    border: none;
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.menu li.dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 35px;
    z-index: 2;
}

.menu li.dropdown .sub-menu a {
    color: #000;
    width: 100%;
    padding: 10px;
}

.menu li.dropdown .sub-menu a:after {
    content: none;
}

.menu li.dropdown .sub-menu {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s, opacity .6s, top .6s;
    position: absolute;
    background: #ffffffde;
    top: 0;
    margin: 0;
    display: block;
    list-style: none;
    box-shadow: 0 17px 39px rgb(0 0 0 / 25%);
    box-sizing: border-box;
    width: 150px;
    border-radius: 10px;
    padding: 10px;
}

.menu li .user_login span {
    width: 32px;
    height: 32px;
    background: #fab10b;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.menu li:last-child {
    margin-right: 0;
}

.menu:nth-child(2) {
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding-top: 5px;
}

.menu:nth-child(2) li a {
    font-size: 16px;
}

.logo_btn {
    border: 2px solid #BB9936;
    color: #D5A51B !important;
    font-size: 16px;
    padding: 10px 20px;
    margin-left: 20px;
    border-radius: 30px;
    transition: 0.6s;
    font-weight: 400;
    text-decoration: none !important;
    font-family: 'Arkhip-Regular';
    background: linear-gradient(45deg, #000, #594817, #000);
    background-size: 250%, 1px;
    box-shadow: 0 0 30px #e5b428;
    animation: bttn 3s infinite;
}

@keyframes bttn {
    0% {
        background-size: 500%, 1px;
    }
    50% {
        background-size: 100%;
    }
    100% {
        background-size: 500%, 1px;
    }
}

.side_bar {
    display: none;
    width: 45px;
    z-index: 1;
    height: 46px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.side_bar span {
    display: block;
    position: absolute;
    height: 2px;
    width: 95%;
    background: #fab10b;
    border-radius: 9px;
    opacity: 1;
    border-radius: 40px;
    left: 0%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.side_bar span:nth-child(1) {
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.side_bar span:nth-child(2) {
    top: 53%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.side_bar span:nth-child(3) {
    bottom: 20%;
    width: 52%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20%;
    left: 25%;
}

.side_bar.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8%;
    width: 95%;
    left: 22%;
}

.btn_hive {
    padding: 15px 4px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    border: 2px solid #FAB10B;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    transition: 0.6s;
    background: #FAB10B;
    text-transform: uppercase;
    border-radius: 10px;
    cursor: pointer;
}

.btn_hive:hover {
    color: #FAB10B !important;
    background: #fff;
}

.btn_hive:hover i {
    margin-left: 20px;
}

.btn_hive i {
    margin-left: 14px;
    transition: 0.6s;
}

.btn_hive1 {
    padding: 15px 4px;
    display: inline-block;
    position: relative;
    color: #FAB10B !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    border: 2px solid #FAB10B;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    transition: 0.6s;
    background: transparent;
    text-transform: uppercase;
    border-radius: 10px;
}

.btn_hive1:hover {
    color: #fff !important;
    background: #FAB10B;
}

.btn_hive1:hover i {
    margin-left: 20px;
}

.btn_hive1 i {
    margin-left: 14px;
    transition: 0.6s;
}

.btn_hive2 {
    padding: 10px 4px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    border: 2px solid #FAB10B;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    transition: 0.6s;
    background: #FFB904;
    text-transform: uppercase;
    border-radius: 10px;
}

.btn_hive2:hover {
    color: #FAB10B !important;
    background: transparent;
}

.btn_hive2:hover i {
    margin-left: 20px;
}

.btn_hive2 i {
    margin-left: 14px;
    transition: 0.6s;
}

.title_head {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.title_head:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    height: 1.5px;
    background: #ababab;
    transition: 3s;
    top: 50%;
    transform: translateY(-50%);
}

.title.animation .title_head:before {
    width: 100%;
    transition-delay: 0.2s;
}

.menu_animation {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}

.menu_animation:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #f8c60d;
    transform: translateX(-110%);
    content: '';
    position: absolute;
    transition: transform .6s ease;
}

.menu_animation:hover:before {
    transform: translateX(0);
}

header nav .main_menu.kk li a {
    transform: translateY(0%);
}

header nav .main_menu.closeMenu li a {
    transform: translateY(150%) !important;
}

header nav .main_menu.kk li:nth-child(1) a {
    transition-delay: .5s !important;
}

header nav .main_menu.kk li:nth-child(2) a {
    transition-delay: .55s !important;
}

header nav .main_menu.kk li:nth-child(3) a {
    transition-delay: .6s !important;
}

header nav .main_menu.kk li:nth-child(4) a {
    transition-delay: .65s !important;
}

header nav .main_menu.kk li:nth-child(5) a {
    transition-delay: .7s !important;
}

header nav .main_menu.kk li:nth-child(6) a {
    transition-delay: .75s !important;
}

header nav .main_menu.kk li:nth-child(7) a {
    transition-delay: .8s !important;
}

header nav .main_menu.kk li:nth-child(8) a {
    transition-delay: .85s !important;
}

header nav .main_menu.closeMenu li:nth-child(1) a {
    transition-delay: .1s !important;
}

header nav .main_menu.closeMenu li:nth-child(2) a {
    transition-delay: .15s !important;
}

header nav .main_menu.closeMenu li:nth-child(3) a {
    transition-delay: .2s !important;
}

header nav .main_menu.closeMenu li:nth-child(4) a {
    transition-delay: .25s !important;
}

header nav .main_menu.closeMenu li:nth-child(5) a {
    transition-delay: .3s !important;
}

header nav .main_menu.closeMenu li:nth-child(6) a {
    transition-delay: .35s !important;
}

header nav .main_menu.closeMenu li:nth-child(7) a {
    transition-delay: .4s !important;
}

header nav .main_menu.closeMenu li:nth-child(8) a {
    transition-delay: .45s !important;
}

header nav .navbar-sidebar ul {
    display: block;
}

header nav .navbar-sidebar ul {
    display: block;
}

header nav .navbar-sidebar .right-menu {
    margin-left: 6%;
    display: inline-flex;
    align-items: center;
    width: 60%;
}

.main_bnner {
    overflow: hidden;
    width: 100% !important;
    height: 100vh;
    position: relative;
}

.main_bnner img {
    height: 100vh;
    object-fit: cover;
    object-position: top;
}

.banner_search {
    position: absolute;
    bottom: 0%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.banner_search .form-inline {
    width: 60%;
    margin: 0 auto -1px;
    position: relative;
}

.banner_search .form-inline .fa-map-marker-alt {
    position: absolute;
    left: 50px;
    font-size: 18px;
    color: #4b4b4b;
}

.banner_search .form-inline .form-control {
    width: 80%;
    padding-left: 100px;
    height: 60px;
    border-radius: 10px 0px 0 0;
    font-size: 16px;
    box-shadow: none;
}

.banner_search .form-inline button {
    width: 20%;
    background: #FAB10B;
    height: 60px;
    font-size: 16px;
    box-shadow: none;
    color: #fff;
    border-radius: 0 10px 0 0;
}

.banner_search .form-inline button .fa-search {
    font-size: 18px;
    margin-right: 5px;
}

.search-suggestions {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: calc(100% - 10px);
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    z-index: 99;
    display: none;
    box-shadow: 0px 9px 10px #00000026;
}

.search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

.search-suggestions ul li a {
    color: #000;
    padding: 10px 20px;
    display: block;
    text-align: left;
}

.search-suggestions ul li {
    background: #f7f7f7;
}

.search-suggestions ul li:nth-child(even) {
    background: #fff;
}

.search-suggestions ul li:hover {
    background: #fab10b;
}

.search-suggestions ul li:hover a {
    color: #fff;
}

.input-box.w-100 span.select2.select2-container {
    width: 100% !IMPORTANT;
}

.banner_content {
    position: absolute;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    margin-left: 10%;
    top: 55%;
}

.banner_content h2 {
    font-family: 'CentraNo1';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    color: #000;
    text-shadow: 0px 2px 2px #fff;
    margin-bottom: 20px;
}

.banner_content .pcontent {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    color: #000;
}

.banner_contentnew {
    position: absolute;
    transform: translateY(-50%);
    text-align: left;
    color: #fff;
    top: 55%;
}

.banner_contentnew h2 {
    font-family: 'CentraNo1';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    color: #000000;
    text-shadow: 0px 4px 4px #FFFFFF;
    margin-bottom: 20px;
}

.banner_contentnew .pcontent {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    color: #000;
}

.herocounters {
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    text-align: center;
    margin: 20px auto;
}

.herocounters-div {
    margin-right: 10px;
}

.herocounters .num {
    font-size: 36px;
    line-height: 44px;
}

.herocounters .textt {
    font-size: 20px;
    line-height: 44px;
    text-align: center;
}

.lear_more {
    color: #FAB10B !important;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.lear_more .fa-angle-right {
    margin-left: 10px;
    transition: 0.6s;
}

.lear_more:hover .fa-angle-right {
    margin-left: 20px;
}

.location {
    padding: 70px 0;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.location .col-md-4 .title {
    padding-right: 40px;
}

.location .cont {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    gap: 10px;
}

.location .loc_icon {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 0 5px #00000094;
}

.location .loc_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

.location .loc_img img {
    height: 12vw;
    margin-bottom: 16px;
    transition: 0.6s;
    filter: brightness(1);
}

.location .loc_img:hover img {
    filter: brightness(1);
    transform: translateY(-10px);
}

.location #location {
    padding: 10px;
}

.loc_list {
    border-radius: 10px;
    padding: 20px 10px;
    transition: 0.6s;
    display: block;
    text-decoration: none !important;
    color: #000 !important;
    text-transform: capitalize;
}

.loc_list:hover {}

.citybg {
    background: url(https://ik.imagekit.io/vmxyym3e3/uploads/locaationbg.png?ik-sdk-version=javascript-1.4.3&updatedAt=1677062736375);
    background-size: cover;
    border-radius: 20px;
    text-align: center;
}

.loc_list:hover h6 {
    color: #FAB10B;
}

.locationbox {
    background: url(/uploads/images/newbg/luxbg1.png);
    padding: 75px 20px;
    background-size: cover;
    border-radius: 20px;
}

.locationbox p {
    font-family: 'CentraNo1';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #F9C235;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.hotels {
    padding-bottom: 70px;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.hotels .hexa_first {
    position: absolute;
    right: -35%;
    top: -5%;
    opacity: 0.2;
    width: 70%;
}

.hotels .cont {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.hotels .hotel_img_icon {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000094;
}

.hotels .hotel_img_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

.hotels #hotel {
    margin-top: 40px;
    padding: 10px !important;
}

.hotels .hotel_img #hotel_img {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
}

.hotels .hotel_img #hotel_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-title {
    display: inline-flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    align-items: center;
    margin-top: 10px;
}

.hotel-title h3 {
    color: #3B3B3B;
    font-size: 24px;
    font-weight: 500;
}

.hotel-title span {
    color: #3B3B3B;
}

.hotel-title img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    object-fit: cover;
    background: #fff;
    border-radius: 50%;
}

.hotel_content .hotel_loc {
    color: #3B3B3B;
    font-weight: 500;
    margin-bottom: 5px;
}

.hotel_content .hotel_price {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.hotel_content .hotel_des {
    color: #3B3B3B;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}

.hotel_btn {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
}

.hotel_btn a {
    width: 50%;
    min-width: auto;
}

.hotels .hotel_icon.swiper-button-next {
    right: 30px;
    left: unset;
}

.hotels .hotel_icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000094;
    left: 30px;
}

.hotels .hotel_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

ul.download {
    display: flex;
    list-style: none;
    margin-top: 20px;
    gap: 10px;
}

ul.download img {
    height: 50px;
    object-fit: contain;
}

.message {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgba(255, 185, 4, 0.3);
    border-radius: 250px 0px;
}

.message .mess_img img {
    width: 100%;
    object-fit: contain;
    height: 450px;
    object-position: right;
}

.message .hexa_first {
    position: absolute;
    left: 30%;
    top: 10%;
    opacity: 0.5;
    width: 80px;
}

.message .hexa_sec {
    position: absolute;
    left: 0%;
    bottom: 0%;
    opacity: 1;
    width: 300px;
}

.Choose {
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}

.Choose .choose_list {
    padding-left: 60px;
}

.choose_item {
    display: inline-flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px 20px;
    border-radius: 20px;
    transition: 1s;
}

.choose_item:hover {
    background: #fff;
    box-shadow: 0 0 10px #0000001c;
    margin-left: 15%;
}

.choose_item img.img-fluid {
    height: 50px;
    width: 10%;
    object-fit: contain;
}

.choose_content h4 {
    color: #3B3B3B;
    font-weight: 500;
    font-size: 24px;
}

.choose_content {
    width: 90%;
}

.Choose .btn_hive {
    margin-left: 100px;
    margin-top: 20px;
}

.choose_img {
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    margin-top: 25px;
}

.choose_img .left_img {
    width: 50%;
}

.choose_img .left_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 90px;
}

.choose_img .right_img {
    width: 50%;
    text-align: center;
}

.choose_img .right_img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 90px;
}

.choose_img .right_img span {
    width: 120px;
    background: #fff;
    border-radius: 50%;
    padding: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin: 20px;
    color: #47B856;
    box-shadow: 0 0 10px #0000004f;
    font-size: 28px;
}

.corporate {
    background: #f3f7f7;
    overflow: hidden;
    position: relative;
}

.corporate .hexa_sec2 {
    position: absolute;
    left: -15%;
    top: 0;
    opacity: 0.5;
    width: 550px;
}

.corporate .col-md-12 {
    background: #D1E8D7;
    padding: 60px 15%;
    border-radius: 20px;
}

ul.counter_block {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    list-style: none;
    margin-top: 60px;
}

ul.counter_block li {
    width: 25%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

ul.counter_block .point_img img {
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
}

ul.counter_block .point_content .counter-value {
    color: #444444;
    font-size: 35px;
    font-weight: 800;
    margin: 0;
    font-family: 'CentraNo1';
    display: inline-block;
}

ul.counter_block .point_content span {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
}

ul.counter_block .point_content p {
    color: #444444;
    font-size: 18px;
}

.leading {
    padding: 100px 0;
    overflow: hidden;
    background: #F3F1E7;
    position: relative;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leading img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leading .title h3 {
    font-size: 34px;
}

.walk {
    padding: 70px 0;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.walk .swiper-slide {
    display: inline-flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 60px;
}

.walk_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
}

.walk_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.walk_des {
    width: 38%;
}

.walk_des h3 {
    color: #464646;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.walk_des span {
    color: #FAB10B;
    margin-bottom: 10px;
    display: inline-block;
}

.walk_des ul {
    display: inline-flex;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
}

.walk_des ul li {
    width: 48%;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.walk_des ul li img {
    width: 60px;
}

.walk_des ul li span {
    color: #3B3B3B;
    margin: 0;
}

.walk .cont {
    display: inline-flex;
    align-items: flex-start;
    width: 38%;
    gap: 20px;
    float: right;
    margin-top: -30px;
    margin-right: -20px;
}

.walk .walk_icon {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 0 0 5px #00000094;
}

.walk .walk_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

.readmore {
    position: absolute;
    top: 90%;
    left: 90%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    padding: 6px;
    height: 35px;
    width: 35px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 5px #00000094;
}

.readmore:hover {
    background-color: #ffb904;
    color: #fff;
}

.guests {
    padding-top: 100px;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}

.guests .hexa_first {
    position: absolute;
    right: -20%;
    top: -70%;
    opacity: 0.2;
    width: 50%;
}

.guests #guest {
    margin-top: 60px;
}

.guests .swiper-slide {
    display: inline-flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
}

.guests .guest_img {
    width: 40%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
}

.guests .guest_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guests .guest_content {
    width: 60%;
}

.guests .guest_content h4 {
    color: #3B3B3B;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
}

.guests .guest_content span {
    color: #FAB10B;
    margin: 5px 0;
    display: inline-block;
    font-size: 16px;
}

.guest_icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000094;
    left: 30px;
    top: 65%;
}

.guest_icon.swiper-button-next {
    right: 30px;
    left: unset;
}

.guest_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

.media {
    padding: 100px 0;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}

.media_list {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}

.media_list .media_title h3 {
    color: #4A4A4A;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.media_list .media_title p {
    color: #4A4A4A;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.media_list .media_date span {
    font-size: 16px;
    color: #4A4A4A;
    position: relative;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.media_item {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}

.media_item .media_date a {
    height: 60px;
}

.media_item .media_date a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#media_slider {
    padding: 0 10px;
}

.media_icon {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000094;
    left: 30px;
    top: 52%;
}

.media_icon.swiper-button-next {
    right: 30px;
    left: unset;
}

.media_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

.hexa_sec2 {
    position: absolute;
    left: -15%;
    top: 0;
    opacity: 0.5;
    width: 500px;
}

.connect {
    padding-bottom: 100px;
    background: #F3F7F7;
    overflow: hidden;
    position: relative;
}

.connect .hexa_first {
    position: absolute;
    left: -20%;
    bottom: -30%;
    opacity: 0.5;
    width: 650px;
}

.connect .hexa_sec {
    position: absolute;
    right: 0%;
    bottom: -5%;
    opacity: 0.5;
    width: 250px;
}

.refer {
    width: 100%;
    height: 600px;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
    border-radius: 20px;
}

.refer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.refer .refer_content {
    position: absolute;
    right: 20px;
    z-index: 1;
    background: #fff;
    width: 35%;
    top: 50%;
    padding: 30px;
    border-radius: 20px;
    transform: translateY(-50%) !important;
}

footer {
    background: #f5f5f5;
    color: #000;
    padding: 40px 0 0;
}

footer .footer_det li a {
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
}

footer .footer_det li {
    list-style: none;
}

.footer_menu li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.footer_menu li {
    list-style: none;
}

.footer_logo {
    width: 160px;
}

footer hr {
    width: 100%;
    background: rgb(112 112 112 / 50%);
    margin: 30px 0;
}

.footer_bottom {
    background: #f5f5f5;
    padding: 10px 0;
    margin-top: 10px;
}

.footer_bottom p {
    color: #000;
    margin: 0;
}

.footer_bottom a {
    display: inline-flex;
    color: #fff;
    margin-left: 4px;
    text-decoration: none;
}

.social_links {
    display: inline-flex;
    margin: 0;
    list-style: none;
}

.social_links li {
    margin: 10px 5px 0 0;
    list-style: none;
    transition: 0.5s;
}

.social_links li a {
    text-decoration: none;
}

.social_links li:hover {
    transform: translateY(-15px);
}

.social_links li a i {
    margin-right: 5px;
    color: #000;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 5px;
    font-size: 20px;
}

@media only screen and (max-width: 760px) {
    header nav .navbar-brand img {
        width: 100px !important;
    }
    .locationbox p {
        font-size: 23px !important;
        font-weight: 500;
    }
    .abouthead2 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .herocounters .num {
        font-size: 20px;
        line-height: 25px;
    }
    .banner_content h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .banner_content p {
        font-size: 30px;
    }
    .message {
        border-radius: 100px 0px !important;
    }
}

@media (max-width: 480px) {
    .hideinmob {
        display: none;
    }
    .teambox {
        text-align: center;
        display: block !important;
    }
    .teambox .team_namebox {
        width: 100% !important;
    }
    .hex {
        width: 150px !important;
        height: 150px !important;
    }
    .hex-background {
        width: 150px !important;
        height: 150px !important;
    }
    .hex img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        clip-path: polygon(50% 0, 100% 23%, 100% 72%, 50% 99%, 0 72%, 0 23%);
    }
    .line:before {
        width: 90px !important;
    }
    .line:after {
        width: 90px !important;
    }
    .teambox .team_imgbox {
        width: 100% !important;
    }
    .ourteamname,
    .ourteamdesignation {
        text-align: center !important;
    }
    .abslid_img h6 {
        top: 50% !important;
    }
}

@media (max-width: 992px) {
    .menu li {
        margin: 0 6%;
    }
    .side_bar {
        display: block;
    }
    .no-scroll .navbar-brand.logo a img {
        z-index: 1;
        position: relative;
        filter: invert(1) brightness(100) grayscale(5);
    }
    .custom_container {
        padding: 0 2%;
    }
    .btn_hive {
        font-size: 12px;
    }
    .btn_hive1 {
        font-size: 12px;
    }
    header nav .navbar-brand img {
        width: 120px;
    }
    .upper_header {
        font-size: 12px;
    }
    .logo_btn {
        font-size: 14px;
        padding: 10px;
        margin-left: 10px;
    }
    .menu {
        border: none !important;
        display: inline;
    }
    .main_menu.kk .menu {
        padding-top: 16pc;
    }
    .menu a {
        font-size: 22px !important;
        font-weight: 400;
        margin-bottom: 10px;
        transition: 0.6s;
        transform: translateY(150%);
        color: #fff !important;
    }
    header nav .main_menu {
        top: -130%;
        left: 0%;
        position: fixed;
        width: 100%;
        overflow: auto;
        height: 100vh;
        right: 0;
        background-color: #000;
        transition: 0.9s all ease-in-out !important;
        display: inline-flex;
        flex-direction: column;
    }
    header nav .main_menu.kk {
        transition: 0.5s all !important;
        top: 0;
    }
    footer hr {
        margin: 20px 0;
    }
    footer {
        padding: 40px 0 0;
    }
    .footer_bottom {
        padding: 10px 0;
        margin-top: 20px;
        text-align: center;
    }
    .footer_bottom .col-md-6.text-right {
        text-align: center !important;
    }
    .title h3 {
        font-size: 28px;
    }
    .title p {
        font-size: 14px;
    }
    .title p .citytext1 {
        font-size: 22px !important;
    }
    .connect {
        padding-bottom: 60px;
    }
    .connect .hexa_first {
        left: 0%;
        bottom: 0%;
        width: 120px;
    }
    .connect .hexa_sec {
        right: -15%;
        bottom: 25%;
        width: 180px;
    }
    .refer {
        height: 400px;
        margin-bottom: 60px;
    }
    .refer .refer_content {
        width: 90%;
        top: 60%;
        padding: 10px;
        text-align: center;
    }
    .media {
        padding: 60px 0;
    }
    .media .title {
        display: block !important;
        text-align: center;
    }
    .media_item {
        width: 100%;
        padding: 20px;
    }
    .guests {
        padding-top: 60px;
    }
    .guests #guest {
        margin-top: 25px;
    }
    .guests .swiper-slide {
        flex-wrap: wrap;
    }
    .guests .guest_img {
        width: 100%;
        height: 200px;
    }
    .guests .guest_content {
        width: 100%;
    }
    .walk {
        padding: 60px 0;
    }
    .walk .swiper-slide {
        gap: 20px;
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .walk_img {
        height: 200px;
        width: 100%;
    }
    .walk_des {
        width: 100%;
    }
    .walk_des span {
        color: #FAB10B;
        margin-bottom: 2px;
        display: inline-block;
    }
    .walk_des ul {
        margin-top: 5px;
    }
    .walk_des ul li {
        margin-bottom: 10px;
        font-size: 12px;
        gap: 10px;
    }
    .walk_des ul li img {
        width: 50px;
    }
    .message {
        padding: 60px 0;
        text-align: center;
    }
    .message .mess_img img {
        height: 250px;
        object-position: center;
        margin-top: 20px;
    }
    .corporate .col-md-12 {
        background: #D1E8D7;
        padding: 40px 6%;
        border-radius: 20px;
    }
    ul.counter_block {
        gap: 10px;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    ul.counter_block li {
        width: 45%;
    }
    ul.counter_block .point_img img {
        height: 40px;
    }
    ul.counter_block .point_content p {
        font-size: 14px;
    }
    ul.counter_block .point_content .counter-value {
        font-size: 25px;
    }
    .corporate .text-center.mt-5 {
        margin-top: 5px !important;
    }
    .Choose {
        padding: 60px 0;
        text-align: center;
    }
    .choose_img .left_img img {
        height: 200px;
    }
    .choose_img .right_img img {
        height: 100px;
    }
    .choose_img .right_img span {
        width: 90px;
        height: 90px;
        font-size: 22px;
    }
    .Choose .choose_list {
        padding-left: 0;
    }
    .choose_item {
        gap: 10px;
        margin-bottom: 10px;
        padding: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .Choose .btn_hive {
        margin-left: unset;
        margin-top: 0;
    }
    .leading {
        padding: 60px 0;
        min-height: 550px;
    }
    .leading .title h3 {
        font-size: 28px;
    }
    .hotels {
        padding-bottom: 60px;
    }
    .title {
        text-align: center;
    }
    .hotels #hotel {
        margin-top: 40px;
    }
    .hotels .hotel_img #hotel_img {
        height: 200px;
    }
    .hotels .hotel_img_icon {
        width: 40px;
        height: 40px;
    }
    .hotels .hotel_img_icon:after {
        font-size: 12px;
    }
    .hotels .hotel_icon {
        width: 40px;
        height: 40px;
        left: 10px;
    }
    .hotels .hotel_icon.swiper-button-next {
        right: 10px;
    }
    .hotels .hotel_icon:after {
        font-size: 12px;
    }
    .location {
        text-align: center;
        padding: 60px 0;
    }
    .location .col-md-4 .title {
        padding-right: 0;
    }
    .location .loc_img img {
        height: 150px;
    }
    .location .loc_icon {
        width: 40px;
        height: 40px;
    }
    .location .loc_icon:after {
        font-size: 12px;
    }
    .location .cont {
        justify-content: center;
    }
    .banner_content {
        padding: 0 0;
    }
    .banner_content .pcontent {
        width: 75%;
    }
    .banner_search .form-inline {
        width: 90%;
    }
    .banner_search .form-inline .fa-map-marker-alt {
        position: absolute;
        left: 15px;
        font-size: 16px;
        color: #4b4b4b;
    }
    .banner_search .form-inline .form-control {
        width: 60%;
        padding-left: 35px;
        font-size: 14px;
        height: 50px;
    }
    .banner_search .form-inline button {
        width: 40%;
        font-size: 14px;
        height: 50px;
    }
    .banner_search .form-inline button .fa-search {
        font-size: 14px;
    }
    .enquire_side {
        width: 80%;
        right: -80%;
        padding: 20px;
    }
    .enquire_side .enq_btn {
        left: -85px;
        font-size: 14px;
    }
    .guest_icon.swiper-button-next {
        right: 10px;
    }
    .guest_icon {
        background: #fff;
        width: 40px;
        height: 40px;
        left: 10px;
        top: 50%;
    }
    .guests .guest_img img {
        object-position: top;
    }
    .media .media_icon {
        width: 40px;
        height: 40px;
        left: 10px;
    }
    .media .media_icon.swiper-button-next {
        right: 10px;
        left: unset;
    }
    .media .media_icon:after {
        font-size: 12px;
    }
    .walk .cont {
        justify-content: center;
        width: 100%;
        gap: 20px;
        float: unset;
        margin-top: 40px;
        margin-right: 00px;
        padding-bottom: 10px;
    }
    .walk .walk_icon {
        width: 40px;
        height: 40px;
    }
    .walk .walk_icon.swiper-button-next {
        right: 10px;
    }
    .walk .walk_icon:after {
        font-size: 12px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .custom_container {
        padding: 0 6%;
    }
    header nav .navbar-brand img {
        width: 125px;
    }
    .menu li {
        margin: 0 5px;
    }
    .walk_img {
        width: 55%;
    }
    .walk_des {
        width: 45%;
    }
    .walk_des ul li img {
        width: 48px;
    }
    .walk_des ul li {
        gap: 10px;
    }
    .menu a {
        font-size: 14px;
    }
}

.hotelbox {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
    margin-bottom: 10px;
}

.hotel_content {
    padding: 20px 10px;
}

.abouthead {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
}

.abouthead2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: #000000;
    margin-bottom: 20px;
}

.text-yellow {
    color: #FFB904;
    border: none !important;
}

.bg-yellow {
    background: #FFB904;
}

.b700 {
    font-weight: 700;
}

.btn_black {
    padding: 10px 8px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    border: 1px solid #000;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    transition: 0.6s;
    background: #000;
    border-radius: 10px;
    cursor: pointer;
}

.btn_black:hover {
    color: #fff !important;
    background: #FAB10B;
}

.btn_black_hero {
    padding: 15px 8px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    border: 2px solid #FAB10B;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    transition: 0.6s;
    background: #000;
    border-radius: 10px;
    cursor: pointer;
}

.aboutsection {
    padding: 20px auto;
    margin: 20px auto;
}

.aboutpolygon {
    box-sizing: border-box;
    position: absolute;
    background: url(/assets/frontend/img/yellow_hexa.png);
    width: 130px;
    background-size: contain;
    height: 100px;
    left: 165px;
    background-repeat: no-repeat;
    top: -34px;
    transform: rotate(6deg);
    opacity: 0.2;
}

.p-relative {
    position: relative;
}

.s-about-img img {
    margin-bottom: 0px;
}

.about-icon {
    position: absolute;
    bottom: 100px;
    right: 0;
}

.about-icon img {
    margin-bottom: 0;
    border: 7px solid white;
    border-radius: 20px;
    margin-left: 140px;
}

.Choosesection {
    padding: 60px auto !important;
}

.locker-facility-highlights .single-box {
    position: absolute;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 6px;
    padding-right: 10px;
    z-index: 3;
}

.locker-facility-highlights .single-box .testimonial-icon1 {
    margin-right: 10px;
}

.locker-facility-highlights .single-box .testimonial-name {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.locker-facility-highlights .single-box .testimonial-rating {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.locker-facility-highlights .single-box.one {
    top: 0px;
    left: 100px;
    width: 200px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
}

.locker-facility-highlights .single-box.two {
    top: 175px;
    left: 350px;
    width: 200px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
}

.locker-facility-highlights .single-box.three {
    top: 500px;
    left: -75px;
    width: 200px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 10px;
}

.b-500 {
    font-weight: 500;
}

.b-600 {
    font-weight: 600;
}

.choosebox {
    display: flex;
    margin: 20px auto;
}

.chooseicon {
    width: 20%;
    margin-right: 20px;
}

.choosecontent {
    width: 80%;
}

.chooseheading {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
}

.appcontent {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #000000 !important;
}

.ptb-section {
    padding: 70px 0;
}

.pt-200 {
    padding-top: 200px;
}

a:hover {
    color: #18b0c4;
    text-decoration: none !important;
}

.faqbox {
    padding: 20px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

.accordion-container {
    position: relative;
    height: auto;
    margin: 50px auto;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #0000001a;
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.set>a i {
    float: right;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    background: #FFB904;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    padding: 1px 8px;
}

.set>a.active {
    background-color: #ffffff;
    color: #fab10b;
}

.content {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    border-radius: 10px;
}

.content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

.making {
    background: #FFB904;
    border: none !important;
    border-radius: 15px;
    color: #fff;
    margin-right: 10px;
    padding: 2px 15px;
}

.herobtnimg {
    display: flex;
    justify-content: space-between;
}

.heroTestimonialGroup {
    width: 60% !important;
    height: auto !important;
}

.testim1 {
    position: relative;
    margin: 10px;
    min-width: 400px;
    max-width: 480px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.testim1 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testim1 .hexa1 {
    box-sizing: border-box;
    position: absolute;
    background: url(/assets/frontend/img/yellow_hexa.png);
    width: 115px;
    background-size: contain;
    height: 115px;
    left: -55px;
    background-repeat: no-repeat;
    top: -40px;
    transform: rotate(37deg);
    opacity: 1;
}

.testim1 .profileimg {
    float: right;
    max-width: 40% !important;
    height: auto !important;
    vertical-align: middle;
    border-radius: 15px;
}

.testim1 .reviewbox {
    top: 20px;
    bottom: 0;
    left: 0;
    width: 70%;
    position: absolute;
    background-color: #ffffff;
    border-radius: 15px;
}

.testim1 .review {
    position: relative;
    background: #fff;
    padding: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    border-radius: 15px;
    color: #000;
}

.testim1 .reviewerinfo {
    display: flex;
    font-size: 14px !important;
    justify-content: space-between;
}

.testim1 .starimg {
    width: 100% !important;
    height: auto !important;
}

.testim1 .arrow {
    top: 30px;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

.testim1 .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 15px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.testim1 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
}

.testim1 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

.testim2 {
    position: absolute;
    top: 55%;
    margin: 10px;
    min-width: 400px;
    max-width: 480px;
    width: 100%;
    color: #333;
    text-align: left;
}

.testim2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testim2 .hexa2 {
    box-sizing: border-box;
    position: absolute;
    background: url(/assets/frontend/img/yellow_hexa.png);
    width: 115px;
    background-size: contain;
    height: 115px;
    left: 280px;
    background-repeat: no-repeat;
    bottom: -50px;
    transform: rotate(34deg);
    opacity: 1;
}

.testim2 .profileimg {
    float: left;
    max-width: 40% !important;
    height: auto !important;
    vertical-align: middle;
    border-radius: 15px;
}

.testim2 .reviewbox {
    top: 40px;
    bottom: 0;
    left: 40%;
    width: 70%;
    height: auto !important;
    position: absolute;
    background-color: #ffffff;
    border-radius: 15px;
}

.testim2 .review {
    position: relative;
    background: #fff;
    padding: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    border-radius: 15px;
    color: #000;
}

.testim2 .reviewerinfo {
    display: flex;
    font-size: 14px !important;
    justify-content: space-between;
}

.testim2 .starimg {
    width: 100% !important;
    height: auto !important;
}

.testim2 .arrow {
    top: 30px;
    right: 100%;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

.testim2 .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 15px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.testim2 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
}

.testim2 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

.herohighlights {
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
    margin-top: -40px;
}

.herohighlights .highlights {
    width: 60%;
    margin: 0 auto 10px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 10px 20px;
}

#horz-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#horz-list ul li {
    display: inline;
    line-height: 30px;
    padding: 1px 0.5rem;
}

#exp .swiper-slide-active {
    transform: scale(1.4);
    z-index: 9;
}

.institute {
    padding-bottom: 70px;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.institute .hexa_first {
    position: absolute;
    right: -35%;
    top: -5%;
    opacity: 0.2;
    width: 70%;
}

.institutebox {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 8px;
    margin-bottom: 10px;
}

.institute_content {
    padding: 20px 10px;
}

.institute .cont {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.institute .institute_img img {
    height: 275px !important;
}

.institute .institute_img_icon {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000094;
}

.institute .institute_img_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

.institute #hotel {
    margin-top: 40px;
    padding: 10px !important;
}

.institute .institute_img #institute_img {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 20px;
}

.institute .institute_img #institute_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.institute-title {
    display: inline-flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    align-items: center;
    margin-top: 10px;
}

.institute-title h3 {
    color: #3B3B3B;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.institute-title span {
    color: #3B3B3B;
}

.institute-title img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    object-fit: cover;
    background: #fff;
    border-radius: 50%;
}

.institute_content .institute_loc {
    color: #3B3B3B;
    font-weight: 500;
    margin-bottom: 5px;
}

.institute_content .institute_price {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.institute_content .institute_des {
    color: #3B3B3B;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}

.institute .institute_icon.swiper-button-next {
    right: 30px;
    left: unset;
}

.institute .institute_icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 5px #00000094;
    left: 30px;
}

.institute .institute_icon:after {
    font-size: 14px;
    font-weight: 800;
    color: #464646;
}

.institute #institute {
    margin-top: 40px;
    padding: 10px !important;
}

.upper_header a:hover {
    color: #fab10b !important;
}

.imge_hding {
    position: absolute;
    left: 15px;
    top: 20px;
    background: #333333;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    z-index: 9;
}

.imge_hding span {
    position: relative;
}

.imge_hding span::after {
    content: "";
    clip-path: polygon(28% 12%, 77% 75%, 25% 75%);
    position: absolute;
    left: -17px;
    top: 10px;
    width: 25px;
    z-index: 999;
    height: 40px;
    background: #333333;
    transform: rotate(184deg);
}

.font600 {
    font-weight: 600;
}

.hostel_occ_list1 ul {
    display: inline-flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;
}

.hostel_occ_list1 ul li {
    width: auto;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 5px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .ww-icon-link i {
        z-index: 1;
        border-radius: 100%;
        cursor: pointer;
        font-size: 25px !important;
    }
    .ww-icon-link {
        box-sizing: border-box;
        border-radius: 60px;
        cursor: pointer;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        position: fixed;
        z-index: 99;
        background: rgb(77, 194, 71) !important;
        text-decoration: none !important;
        right: 15px;
        bottom: 25px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 600;
        color: #fff !important;
    }
}

.newhomebanner1 {
    margin-top: 130px;
}

.shadow-text-dense {
    text-shadow: 2px 5px 10px #250b07;
}

.newhomebanner1 .bannertext {
    align-items: center;
    position: absolute;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    margin-left: 10%;
    top: 40%;
    z-index: 99;
}

.w-full {
    width: 100%;
}

.newhomebanner1 .bannertext h1 {
    font-weight: 600;
    font-size: 4.5rem;
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 18px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 30px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #003558;
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 12px 10px 12px 20px;
    margin: 0;
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mm-listview>li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -10px;
}

.mm-menu {
    background: #003558;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview>li {
    transition: 0.2s;
}

.mm-menu .mm-listview>li:hover {
    background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 70px
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span {
    padding-right: 70px;
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    background-color: #e33324;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    font-size: 10px;
}

.mmenu-trigger {
    height: 44px;
    width: 44px;
    display: none;
    position: relative;
    margin: 0 0 23px 0;
    background-color: #e33324;
    border-radius: 40px;
    cursor: pointer;
}

.hamburger {
    padding: 30px 0;
    top: 11px;
    left: 12px;
    height: 32px;
    transform: scale(0.70);
    -moz-transform: scale(0.70) translateY(4px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    outline: none;
    overflow: visible;
}

.hamburger-box {
    position: absolute;
}

.hamburger .hamburger-box {
    top: 7px;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner {
    display: block;
    top: 50%;
    outline: none;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 6px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    outline: none;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
    outline: none;
}

.hamburger-inner::after {
    bottom: -10px;
    outline: none;
}

.hamburger--collapse .hamburger-inner {
    top: 2px;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mmenu-trigger {
    display: none;
}

@media only screen and (max-width: 992px) {
    #responsive {
        display: none;
    }
    .mmenu-trigger {
        display: inline-block !important;
    }
    .header-style-2 .mmenu-trigger {
        margin: 0;
        top: 6px;
    }
    .header-style-2 .header-widget a.button.border {
        float: left;
    }
    #header {
        padding-top: 15px;
    }
    #logo {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        margin-top: 3px;
        width: 35%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .header-widget {
        padding: 20px 0;
        border-top: 1px solid #eee;
    }
    .header-widget a.button.border {
        background-color: transparent;
        font-size: 16px;
        min-width: auto;
        float: right;
    }
    .header-widget .sign-in {
        top: 8px;
    }
    #header-container.header-style-2 .left-side,
    #header-container.header-style-2 .right-side,
    .right-side,
    .left-side {
        width: 100%;
    }
    #top-bar .right-side .utf-social-icons {
        float: left;
        position: relative;
        z-index: 9;
    }
    #header-container.header-style-2 .header-widget {
        float: left;
        margin-top: 35px;
        margin-bottom: -5px
    }
    .header-widget {
        text-align: left;
    }
    ul.top-bar-menu {
        z-index: 99;
        position: relative;
    }
    .header-style-2 .menu-responsive {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0 15px;
    }
    #header-container.header-style-2 .header-widget {
        width: calc(100%);
        border-top: 1px solid #e0e0e0;
        padding-top: 30px;
    }
    .menu {
        max-height: none;
    }
    #responsive {
        display: none;
    }
    .responsive-search input:focus {
        border: none;
        color: #fff;
    }
    #header-container.header-style-2 .left-side,
    #header-container.header-style-2 .right-side,
    .right-side,
    .left-side {
        width: 100%;
    }
    #top-bar .right-side .utf-social-icons {
        float: left;
        position: relative;
        z-index: 9;
    }
    #header-container.header-style-2 .header-widget {
        float: left;
        margin-top: 35px;
        margin-bottom: -5px
    }
    .header-widget {
        text-align: left;
    }
    ul.top-bar-menu {
        z-index: 99;
        position: relative;
    }
    .header-style-2 .menu-responsive {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0 15px;
    }
    #header-container.header-style-2 .header-widget {
        width: calc(100%);
        border-top: 1px solid #e0e0e0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .header-style-2 .menu-responsive {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding: 0 15px;
    }
    #header-container.header-style-2 #header .container {
        width: 100%;
    }
    #header-container.header-style-2 .header-widget li .button {
        margin-left: 0;
    }
    #header-container.header-style-2 .header-widget li:after {
        display: none;
    }
    #header-container.header-style-2 .header-widget li {
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }
    #header-container.header-style-2 .header-widget li i {
        width: 50px;
        margin: 0 0 0 0px;
        display: inline-block;
        text-align: left;
        top: 3px;
    }
}

.search-container {
    display: block;
    width: 100%;
    position: relative;
    padding: 170px 0;
    margin-top: -10px;
    z-index: 999;
}

.search-container h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.search-container .utf-main-search-input-item input {
    font-weight: 600;
    font-size: 16px;
    height: 52px !important;
    float: left;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    float: left;
    height: auto;
}

.search-container input:focus {
    border: 1px solid #ffffff !important;
}

.search-container .utf-main-search-input-item button.button {
    width: initial;
    min-width: 130px;
    max-width: 130px;
    margin: 0;
    font-size: 16px;
    position: relative;
    margin-left: 20px;
    flex: 0 auto;
    height: 52px;
}

.search-container .utf-main-search-input-item button.button i {
    position: relative;
    left: 2px;
}

.search-container .row.with-forms .chosen-container {
    margin-bottom: 0
}

.search-container .chosen-container-single .chosen-single {
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    border-color: #fff !important
}

.search-container .chosen-container .chosen-drop {
    border-color: #fff
}

.search-container .row.with-forms input {
    margin-bottom: 0 !important;
}

body .search-container button:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(12, 12, 12, 1);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}

.search-container button:hover:before {
    opacity: 1;
}

.search-container button i {
    z-index: 100;
    position: relative;
}

.adv-search-btn {
    color: #fff;
    margin-top: 25px;
}

.adv-search-btn a {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 7px 12px;
    color: #fff;
    margin-left: 7px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.adv-search-btn a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.announce {
    color: #f0f0f0;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 40px;
}

.utf-main-search-container-area {
    transform: translate3d(0, -12px, 0);
}

.inner-map-search-block {
    transform: translate3d(0, -33px, 0);
    z-index: 990;
    position: relative;
    left: 0;
    right: 0;
}

.inner-map-search-block .utf-main-search-form-item {
    margin-top: -15px;
}

.utf-main-search-container-area h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.utf-main-search-container-area h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 10px;
}

.utf-banner-headline-text-part {
    margin: 0;
    display: block;
    text-align: center;
}

.utf-banner-headline-text-part h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 0;
}

.utf-banner-headline-text-part span {
    font-size: 22px;
    color: #f0f0f0;
    font-weight: 400;
    line-height: 34px;
    margin-top: 5px;
    display: inline-block;
}

.utf-banner-headline-text-part span.typed-words {
    font-size: 55px;
    color: #f6c037;
    font-weight: 800;
    line-height: 50px;
    margin-top: 5px;
    display: inline-block;
    padding: 3px 1px;
    border-radius: 10px;
}

span.typed-cursor {
    font-size: 40px;
    color: transparent;
    font-weight: 600;
    line-height: 50px;
    display: none;
}

.utf-main-search-form-item {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 35px;
}

.utf-main-search-box-area {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 17px;
    border: 6px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0px;
    margin-top: -5px;
    border-radius: 4px;
}

.utf-main-search-box-area.no-shadow {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.utf-search-type-block-area {
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 305px;
}

.search-type {
    width: 100%;
    display: inline-block;
    padding-bottom: 25px;
    position: relative;
}

.search-type input[type="radio"] {
    display: none;
}

.search-type label {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 8px 10px;
    font-weight: 600;
    box-shadow: 0 0px 6px rgba(0, 0, 0, .2);
    min-width: 90px;
    margin: 0 5px;
    float: left;
    position: relative;
    transition: all 0.2s;
    border-radius: 50px;
}

.inner-search-item {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0));
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.utf-main-search-form-item .search-type label:last-child {
    margin-right: 0
}

.search-type label:hover,
.search-type label.active {
    background-color: #e33324;
    color: #fff;
    z-index: 999;
    border-radius: 60px;
}

.search-type label.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #e33324;
    bottom: -13px;
    left: 60%;
    margin-left: 0px;
    border: 7px solid #e33324;
    border-color: #e33324 #e33324 transparent transparent;
    transform-origin: 0 0;
    transform: rotate(135deg);
}

#map-container .utf-main-search-container-area {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 9999;
    transition: all 0.4s;
    width: auto;
}

#map-container .utf-main-search-container-area.active {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
}

#map-container .utf-main-search-form-item {
    width: 100%;
    margin-top: 0;
}

#map-container .utf-main-search-box-area {
    padding-bottom: 15px;
    margin-top: 0;
    border-radius: 0 3px 3px 3px;
}

#map-container.homepage-map {
    height: 580px;
    overflow: hidden;
}

@media (max-width: 1369px) {
    #map-container.homepage-map {
        height: 510px;
    }
}

#map-container.homepage-map.overflow {
    overflow: visible;
}

a.button.adv-search-btn {
    color: #fff;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    padding: 0 24px;
    position: relative;
    z-index: 9999;
    margin: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    overflow: visible;
}

a.adv-search-btn i {
    font-size: 14px;
    margin-left: 7px;
    transition: 0.2s;
}

a.adv-search-btn.active i.fa.fa-caret-up {
    transform: rotate(-540deg);
}

.utf-main-search-input-item {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    display: flex;
}

.row.with-forms .utf-main-search-input-item {
    margin-bottom: 0;
}

.utf-main-search-input-item input {
    display: inline-block;
    margin: 0;
    flex: 1;
}

.utf-main-search-input-item button.button {
    width: auto;
    min-width: 120px;
    margin: 0;
    position: relative;
    margin-left: 20px;
    flex: 0 auto;
    height: 51px;
}

.widget .utf-main-search-input-item button.button {
    width: auto;
    min-width: auto;
}

.larger-input button.button,
.larger-input input {
    height: 55px;
    min-width: 120px;
}

.row.with-forms input,
.row.with-forms input[type="text"],
.row.with-forms input[type="password"],
.row.with-forms input[type="email"],
.row.with-forms input[type="number"],
.row.with-forms textarea,
.row.with-forms input,
.row.with-forms select,
.row.with-forms .chosen-container {
    margin-bottom: 18px;
}

.row.with-forms {
    margin-left: -10px;
    margin-right: -10px;
}

.with-forms .col-xs-1,
.with-forms .col-sm-1,
.with-forms .col-md-1,
.with-forms .col-lg-1,
.with-forms .col-xs-2,
.with-forms .col-sm-2,
.with-forms .col-md-2,
.with-forms .col-lg-2,
.with-forms .col-xs-3,
.with-forms .col-sm-3,
.with-forms .col-md-3,
.with-forms .col-lg-3,
.with-forms .col-xs-4,
.with-forms .col-sm-4,
.with-forms .col-md-4,
.with-forms .col-lg-4,
.with-forms .col-xs-5,
.with-forms .col-sm-5,
.with-forms .col-md-5,
.with-forms .col-lg-5,
.with-forms .col-xs-6,
.with-forms .col-sm-6,
.with-forms .col-md-6,
.with-forms .col-lg-6,
.with-forms .col-xs-7,
.with-forms .col-sm-7,
.with-forms .col-md-7,
.with-forms .col-lg-7,
.with-forms .col-xs-8,
.with-forms .col-sm-8,
.with-forms .col-md-8,
.with-forms .col-lg-8,
.with-forms .col-xs-9,
.with-forms .col-sm-9,
.with-forms .col-md-9,
.with-forms .col-lg-9,
.with-forms .col-xs-10,
.with-forms .col-sm-10,
.with-forms .col-md-10,
.with-forms .col-lg-10,
.with-forms .col-xs-11,
.with-forms .col-sm-11,
.with-forms .col-md-11,
.with-forms .col-lg-11,
.with-forms .col-xs-12,
.with-forms .col-sm-12,
.with-forms .col-md-12,
.with-forms .col-lg-12 {
    padding: 0 10px;
}

section.search {
    margin: 0;
    padding: 50px 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5));
    background-color: #f7f7f7;
}

section.search .utf-main-search-box-area,
section.search .utf-more-search-options-area-container {
    background-color: #ffffff;
    padding: 15px 15px 25px 15px;
    display: block;
}

h3.search-title {
    margin: 3px 0 35px 0;
    font-size: 28px;
}

h4.search-title {
    margin: 10px 0 34px 0;
    font-size: 24px;
}

.search-title i {
    font-size: 22px;
    position: relative;
    top: 0;
    margin-right: 4px;
}

.utf-inner-search-section-title {
    width: 100%;
    background-color: #424242;
    border-radius: 4px;
    padding: 15px 20px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.utf-inner-search-section-title h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.utf-inner-search-section-title h4 i {
    background: #fff;
    color: #424242;
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    padding: 5px;
}

.utf-more-search-options-area {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 30px;
    transition: all 0.35s;
    z-index: 19;
    padding-top: 10px;
    transform: translate3d(0, -30px, 0);
}

.utf-more-search-options-area.relative {
    position: relative;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: none;
    display: none;
}

.utf-more-search-options-area.relative.active {
    transform: translate3d(0, 0, 0);
}

.utf-more-search-options-area.relative .utf-more-search-options-area-container {
    box-shadow: none;
    padding: 0;
    margin: 20px 0 5px 0;
}

.custom-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

.custom-box .checkboxes {
    padding: 20px 30px 25px 30px
}

.utf-more-search-options-area.relative:before {
    display: none;
}

.utf-more-search-options-area.active {
    opacity: 1;
    visibility: visible;
}

.utf-more-search-options-area-container {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 20px 17px;
    border-radius: 4px;
}

.utf-utf-more-search-options-area-button {
    background-color: #fbfdff;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    height: 51px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.utf-utf-more-search-options-area-button:after {
    content: attr(data-open-title);
    color: #e33324;
}

.utf-utf-more-search-options-area-button.active:after {
    content: attr(data-close-title);
}

.utf-utf-more-search-options-area-button:before {
    content: "\e9b2";
    font-family: "Feather-Icons";
    padding-right: 7px;
    font-size: 17px;
    vertical-align: bottom;
    color: #e33324;
}

.utf-utf-more-search-options-area-button.active:before {
    content: "\e997"
}

.widget .utf-utf-more-search-options-area-button {
    font-size: 16px;
}

.utf-cat-home-item-list {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.utf-home-iconbox {
    cursor: pointer;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
}

.utf-home-iconbox li {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 40px;
    height: 46px;
    padding: 0 16px;
    font-weight: 700;
    text-align: center;
    width: auto;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.3s;
}

.utf-home-iconbox li:hover {
    background: rgba(227, 51, 36, 0.85);
    transition: 0.3s;
}

.utf-home-iconbox li:hover .icon span,
.utf-home-iconbox li:hover .icon p {
    color: #ffffff;
    transition: 0.3s;
}

.utf-home-iconbox .icon span {
    font-size: 24px;
    line-height: 46px;
    padding-right: 8px;
    color: #ffffff;
}

.utf-home-iconbox .icon p {
    font-size: 16px;
    color: #ffffff;
    line-height: 3;
    margin-bottom: 0;
}

.utf-home-iconbox .icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.utf-range-slider-item label {
    color: #333;
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
    margin-top: 15px;
}

.utf-range-slider-item .ui-slider {
    position: relative;
    text-align: left;
}

.utf-range-slider-item .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: w-resize;
    background: #e33324;
    outline: none;
    top: -6px;
    margin-left: -8px;
    box-shadow: 0 0 0px 6px rgba(0, 0, 0, 0.07);
}

.utf-range-slider-item .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.utf-range-slider-item .ui-widget-content {
    background-color: #e8e8e8;
}

.utf-range-slider-item .ui-widget-header {
    background-color: #e33324;
}

.utf-range-slider-item .ui-slider.ui-state-disabled .ui-slider-handle,
.utf-range-slider-item .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.utf-range-slider-item .ui-slider-horizontal {
    height: 5px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.utf-range-slider-item .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.utf-range-slider-item .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.utf-range-slider-item .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
    width: 40%;
    display: inline-block;
    background-color: #fcfcfc;
    padding: 10px;
    margin: 25px 0 0 0;
    cursor: default;
    border-radius: 3px;
    height: 46px;
    border: 1px solid #e0e0e0;
}

input.first-slider-value {
    float: left;
    margin-left: -8px;
    width: 40%;
}

input.second-slider-value {
    float: right;
    width: 40%;
    text-align: right;
    margin-right: -8px;
}

.utf-compare-slidebar-area {
    position: fixed;
    top: 0;
    transition: 0.4s ease-in-out;
    height: 100vh;
    background-color: #fff;
    right: -380px;
    width: 380px;
    padding: 0;
    display: block;
    z-index: 1010;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.utf-smt-content {
    overflow-y: scroll;
    height: 100%;
    width: 400px;
}

.utf-compare-slidebar-area.active {
    right: 0;
}

span.like-icon {
    width: 23px;
    height: 26px;
    bottom: 18px !important;
}

.like-icon .tip-content,
.compare-button .tip-content,
.video-button .tip-content {
    padding: 5px 12px;
    min-width: auto;
    max-width: auto;
    white-space: nowrap;
    left: 0px;
    top: 0px;
    z-index: 110;
    transform: translate(0%, 0);
    transition: 0.2s ease-in-out 0.05s;
}

.like-icon:hover .tip-content,
.compare-button:hover .tip-content,
.video-button:hover .tip-content {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, -40px);
    background-color: #ffffff;
    color: #232323;
}

button.compare-widget-button::after {
    font-family: 'Material-Icons';
    content: "\e92b";
    transform: scale(0.95);
    top: 3px;
    position: relative;
    color: #fff;
    font-size: 24px;
}

.widget-button.with-tip i {
    top: 0;
    line-height: 42px;
    color: #ffffff;
    left: 2px;
    opacity: 1;
    font-size: 18px;
}

.widget-button.with-tip i.fa.fa-star-o {
    font-size: 20px;
    left: 2px;
    top: 1px;
}

.widget-button.with-tip.liked i.fa.fa-star-o:before {
    content: "\f005";
    color: #ffb400;
}

.widget-button.with-tip {
    height: 44px;
    text-align: center;
    width: 44px;
    float: left;
    background-color: #e33324;
    border-radius: 40px;
    margin-right: 5px;
    display: inline-block;
}

.widget-button .tip-content {
    padding: 7px 12px;
    min-width: auto;
    max-width: auto;
    white-space: nowrap;
}

.widget-button:hover .tip-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, calc(-100% - 10px));
    -ms-transform: translate(-50%, -115%);
}

.like-icon:hover,
.compare-button:hover,
.video-button:hover {
    z-index: 110;
}

.like-icon .tip-content:after {
    font-family: "Material-Icons";
    content: "\e914";
    position: absolute;
    top: auto;
    bottom: -20px;
    right: auto;
    left: 3px;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    transform: translate(0%, -50%);
}

.compare-button .tip-content:after {
    font-family: 'Material-Icons';
    content: "\e914";
    position: absolute;
    top: auto;
    bottom: -20px;
    right: auto;
    left: 3px;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    transform: translate(0%, -50%);
}

.video-button .tip-content:after {
    font-family: 'Material-Icons';
    content: "\e914";
    position: absolute;
    top: auto;
    bottom: -20px;
    right: auto;
    left: 3px;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    transform: translate(0%, -50%);
}

.like-icon:hover .tip-content:after,
.compare-button:hover .tip-content:after,
.video-button:hover .tip-content:after {
    opacity: 1;
}

.utf-smt-trigger-item {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    left: -44px;
    width: 44px;
    background-color: #e33324;
    color: #fff;
    border-radius: 30px 0 0 30px;
    text-align: center;
    line-height: 44px;
    height: 44px;
    font-size: 24px;
    cursor: pointer;
}

.utf-smt-trigger-item:before {
    content: "\e913";
    font-family: "Feather-Icons";
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.utf-compare-slidebar-area.active .utf-smt-trigger-item:before {
    transform: rotate(180deg);
    line-height: 46px;
}

.utf-smt-mobile-trigger-item {
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    right: 30px;
    top: 15px;
    color: #fff;
    z-index: 100;
    padding: 5px 0 5px 5px;
    display: none;
}

.utf-smt-mobile-trigger-item:before {
    content: "\f00d";
    font-family: "FontAwesome";
}

.utf-smt-property-item {
    padding: 25px;
    padding-bottom: 0;
}

.utf-smt-content h4 {
    font-size: 18px;
    display: block;
    margin: 0;
    padding: 20px 30px;
    text-align: center;
    font-weight: 600;
    position: relative;
    background-color: #424242;
    color: #fff;
    width: 100%;
}

.utf-smt-content h4:before {
    background: linear-gradient(to top, transparent 20%, rgba(255, 255, 255, 0.08));
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 10;
    display: block;
}

.utf-smt-content .utf-listing-item.compact {
    padding: 0;
    height: 220px;
}

.utf-smt-content .compact .utf-listing-img-content-item .utf-listing-compact-title-item {
    padding: 12px 15px;
    font-size: 16px;
    line-height: 22px;
    opacity: 1;
    background: linear-gradient(to bottom, transparent 45%, #2f2f2f);
    transition: opacity .3s;
}

.utf-smt-content .compact .utf-listing-img-content-item span {
    color: #fff;
}

.utf-smt-content .compact .utf-listing-img-content-item .utf-listing-compact-title-item i {
    font-size: 13px;
    padding: 2px 12px;
    margin: 0;
    margin-top: 0px;
    opacity: 1;
    margin-top: 5px;
}

.utf-smt-content .utf-listing-badges-item span {
    color: #fff;
    padding: 0 7px;
    top: 15px;
    line-height: 24px;
    right: 15px;
    font-size: 12px;
    background: rgba(74, 74, 76, 0.62);
}

.utf-smt-content .compact .utf-smt-listing-img-container:after {
    display: none;
}

.utf-smt-content .compact .utf-smt-listing-img-container:before {
    opacity: 0.7 !important;
}

.utf-smt-buttons {
    padding: 0 30px;
    padding-bottom: 30px;
}

.utf-smt-buttons a.button {
    padding: 8px 15px;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.utf-smt-buttons a.button.reset:before {
    display: none;
}

.utf-smt-buttons a.button.reset,
.utf-smt-buttons a.button.reset:hover {
    background-color: #ffeaea;
    color: #d53232;
}

.utf-remove-compare-item {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 26px;
    font-size: 14px;
    width: 26px;
    line-height: 27px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    background-color: #d43e3e;
    opacity: 0;
    z-index: 1001;
    transition: 0.25s ease-in-out;
    transform: scale(0.8);
}

.compact:hover .utf-remove-compare-item {
    opacity: 1;
    transform: scale(1);
}

.utf-smt-property-item .utf-listing-badges-item span {
    left: 15px;
    right: auto !important;
}

@media (max-width: 992px) {
    .utf-smt-content .compact:hover .utf-smt-listing-img-container:before,
    .utf-smt-content .compact .utf-smt-listing-img-container:before {
        opacity: 0 !important;
    }
    .utf-remove-compare-item {
        opacity: 1;
        transform: scale(1);
    }
    .utf-smt-mobile-trigger-item {
        display: block;
    }
    .utf-compare-slidebar-area {
        width: 100%;
        right: -100%;
    }
    .utf-smt-content {
        width: 100%;
    }
}

#utf-compare-list {
    list-style: none;
    margin-bottom: 20px;
}

#utf-compare-list li {
    display: flex;
    line-height: 21px;
    background-color: #f8f8f8;
    border-radius: 4px;
    transition: 0.3s;
}

#utf-compare-list li:nth-child(odd) {
    background-color: #fff;
}

#utf-compare-list li.compare-item-list-properti div {
    border: none;
    padding: 0 10px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

#utf-compare-list li.compare-item-list-properti div img {
    border-radius: 4px 4px 0 0;
}

body #utf-compare-list li .utf-smt-title-item {
    background: #f7f7f7;
    padding: 15px 10px;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 0 0 4px 4px;
    text-align: left;
    border-left: 1px solid transparent;
}

#utf-compare-list li.compare-item-list-properti div.utf-smt-img-item {
    padding: 0;
    position: relative;
    z-index: 10;
}

#utf-compare-list li.compare-item-list-properti div a:hover .utf-remove-compare-item {
    opacity: 1;
    transform: scale(1);
}

body #utf-compare-list li div:last-child .utf-smt-title-item {
    border-right: 1px solid transparent;
}

#utf-compare-list li .utf-smt-title-item h4 {
    margin: 0px 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

#utf-compare-list li .utf-smt-title-item span {
    background: #e33324;
    padding: 3px 12px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}

#utf-compare-list li div:first-child {
    border-left: 1px solid transparent;
    color: #333;
    text-align: right;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

#utf-compare-list li:last-child {
    border-radius: 0 0 4px 4px;
}

#utf-compare-list li div.blank-div {
    background-color: #fff;
    border: none;
}

#utf-compare-list li div {
    flex: 1;
    border-right: 1px solid transparent;
    padding: 15px 25px;
    color: #777;
    text-align: center;
}

#utf-compare-list li {
    border-bottom: 1px solid transparent;
}

body #utf-compare-list li .utf-smt-title-item,
body #utf-compare-list li div:last-child .utf-smt-title-item,
#utf-compare-list li div:first-child,
#utf-compare-list li div,
#utf-compare-list li {
    border-color: transparent;
}

#utf-compare-list .available,
#utf-compare-list .not-available {
    width: 100%;
    text-align: center;
    display: inline-block;
}

#utf-compare-list .available:before,
#utf-compare-list .not-available:before {
    content: "\f00c";
    color: #2ab160;
    font-size: 18px;
    font-family: "FontAwesome";
    display: inline-block;
}

#utf-compare-list .not-available:before {
    content: "\f00d";
    color: #d43e3e;
}

@media (max-width: 992px) {
    .utf-utf-compare-list-item-area {
        overflow-x: scroll;
    }
    #utf-compare-list {
        min-width: 900px;
        zoom: 0.8;
    }
    .utf-remove-compare-item {
        display: none;
    }
}

.checkboxes {
    list-style: none;
    padding: 0;
}

.checkboxes.in-row label {
    margin-top: 9px;
}

.checkboxes.one-in-row label {
    margin-top: 9px;
    width: 100%;
}

.checkboxes li {
    padding: 4px 0;
}

.checkboxes li:last-child {
    margin-bottom: -8px;
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 15px;
}

.checkboxes label span {
    color: #909090;
    font-size: 15px;
}

.checkboxes input[type=checkbox] {
    display: none;
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.checkboxes input[type=checkbox]:checked+label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #e33324;
    border: 2px solid transparent;
    transition: border-color 0s;
}

.title-attribute {
    background: #4f4b4b;
    border-radius: 4px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    margin: 0px auto 15px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.utf-more-search-options-area-container .checkboxes.in-row label {
    font-size: 16px;
    font-weight: 600;
    margin-top: 9px;
    width: 24%;
    display: inline-block;
    margin-right: 5px;
}

.checkboxes {
    list-style: none;
    padding: 0;
}

.checkboxes.in-row label {
    margin-top: 9px;
    width: 23%;
    display: inline-block;
    margin-right: 5px;
}

.checkboxes.one-in-row label {
    margin-top: 9px;
    width: 100%;
}

.checkboxes li {
    padding: 4px 0;
}

.checkboxes li:last-child {
    margin-bottom: -8px;
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}

.checkboxes label span {
    color: #909090;
    font-size: 15px;
}

.checkboxes input[type=checkbox] {
    display: none;
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #fbfdff;
    border: 2px solid #d5d5d5;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.checkboxes input[type=checkbox]:checked+label:before {
    content: "\e928";
    font-family: "Material-Icons";
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #e33324;
    border: 2px solid transparent;
    transition: border-color 0s;
}

.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 0;
}

.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height: auto;
    min-height: 100%;
}

.centered-container {
    display: table;
}

.centered-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #333;
    opacity: 0.4;
}

.utf-parallax-content-area {
    position: relative;
    z-index: 999;
    padding: 160px 0;
}

.utf-parallax-content-area1 {
    position: relative;
    z-index: 0;
    padding: 20px 0;
}

#titlebar {
    background-color: #f8f8f8;
    position: relative;
    padding: 70px 0;
    margin-bottom: 65px;
}

#titlebar span a,
#titlebar span {
    font-size: 20px;
    color: #888;
    margin-bottom: 3px;
    margin-top: 6px;
    display: inline-block;
}

#titlebar #breadcrumbs span {
    font-size: 13px
}

#titlebar h1,
#titlebar h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}

#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#breadcrumbs ul {
    margin: 0;
}

#breadcrumbs ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #888;
}

#breadcrumbs ul li a:hover {
    color: #666
}

#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px;
}

#breadcrumbs ul li:first-child:before {
    display: none;
}

#breadcrumbs ul li:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #f9f9f9;
    font-size: 14px;
    margin-right: 12px;
}

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before {
    color: #fff;
}

.parallax #titlebar {
    background-color: transparent;
    position: relative;
    z-index: 999;
    padding: 90px 0;
}

.parallax #titlebar h1,
.parallax #titlebar h2,
.parallax #titlebar #breadcrumbs ul li,
.parallax #titlebar #breadcrumbs ul li a,
.parallax #titlebar #breadcrumbs ul li::before {
    color: #fff;
    font-weight: 700;
}

.parallax #titlebar span a,
.parallax #titlebar span {
    color: rgba(255, 255, 255, 0.7);
}

.parallax #titlebar #breadcrumbs ul li a:hover {
    color: #e33324;
}

.agents-container {
    position: relative;
    z-index: 9;
}

.agent {
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 20%);
    background-color: #fff;
    display: block;
    border-radius: 6px;
    margin-bottom: 30px;
}

.utf-agent-avatar {
    width: 100%;
}

.utf-agent-avatar img {
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0);
}

.utf-agent-avatar a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.utf-agent-avatar a:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    opacity: 0;
    background: #2f2f2f;
    background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
    transition: opacity 0.4s;
}

.view-profile-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 80%;
    z-index: 101;
    font-weight: 700;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: 0.35s;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #e33324;
    padding: 7px 14px;
    border-radius: 40px;
}

.utf-agent-avatar a:hover .view-profile-btn {
    opacity: 1;
    transform: translate(-50%, -5%);
}

.utf-agent-avatar a:hover:before {
    opacity: 0.9;
}

.utf-agent-contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #909090;
    display: block;
    padding: 5px 0px;
}

.utf-agent-contact-details li {
    background: #ffffff;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 5px;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    border: 2px solid #f2f2f2;
}

.utf-agent-contact-details li a {
    color: #909090;
}

.utf-agent-contact-details li a:hover {
    color: #e33324;
}

.utf-agent-contact-details li i {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.utf-agent-contact-details li i.icon-material-outline-business {
    color: #dc3139
}

.utf-agent-contact-details li i.icon-feather-smartphone {
    color: #2a41e8
}

.utf-agent-contact-details li i.icon-material-outline-email {
    color: #12b6e8
}

body .agent ul.utf-social-icons {
    margin-left: 33px;
}

body .agent ul.utf-social-icons li {
    margin: 8px 0 5px 0;
}

body .agent .utf-social-icons li a {
    transform: scale(0.92);
    width: 34px;
}

body .agent .utf-social-icons li a.facebook {
    width: 30px;
    position: relative;
    top: 2px;
}

body .agent .utf-social-icons li a::before {
    color: #8e8e8e;
}

.utf-agent-name {
    padding: 20px 10px;
}

.grid-item .utf-agent-name h4,
.grid-item .utf-agent-name span,
.tab-content .agent .utf-agent-name h4,
.tab-content .agent .utf-agent-name span {
    text-align: center;
}

.utf-agent-name h4 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.utf-agent-name span {
    font-size: 15px;
    font-weight: 600;
    color: #909090;
    margin: 6px 0 0px 0;
    line-height: 24px;
    display: block;
    text-align: left;
}

.agents-profile {
    padding: 0;
    display: flex;
}

.agent.agents-profile {
    margin-bottom: 50px;
}

.agents-profile .utf-agent-content,
.agents-profile .utf-agent-avatar,
.agents-profile .agent-form {
    flex: 3;
}

.agents-profile .utf-agent-avatar {
    flex: 1.5;
    margin: 0 26px 0 0;
}

.agents-profile .utf-agent-content {
    padding: 0;
}

.agents-profile .utf-agent-avatar img {
    border: 3px solid #eaeff5;
    padding: 2px;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.agents-profile .utf-agent-contact-details {
    margin-top: 7px;
    display: inline-block;
}

.agents-profile .utf-agent-name {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0px 0 10px 0;
}

body .agents-profile ul.utf-social-icons {
    margin-left: 0;
}

.agents-profile .utf-agent-name h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.agent.agency .utf-agent-name h4 a:hover,
.utf-agent-name h4 a:hover {
    color: #e33324;
}

.agents-profile .utf-agent-name span {
    font-size: 17px;
    margin-top: 5px;
}

.agents-profile.long-content .utf-agent-avatar {
    margin: 0 25px 0 0;
}

.agents-profile.long-content .utf-agent-avatar img {
    border: 3px solid #eaeff5;
    padding: 2px;
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.agent.agency {
    margin-bottom: 30px;
    padding: 30px;
}

.agent.agency .utf-agent-avatar {
    flex: 1;
}

body .agent.agency .utf-social-icons li a {
    border: 2px solid #f2f2f2;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    top: 0 !important;
    margin-right: 3px;
}

.agent.agency .utf-social-icons {
    left: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.agent.agency .utf-agent-content {
    padding-bottom: 0px;
}

.agent.agency .utf-agent-content p {
    margin-bottom: 0;
}

.agent.agency .utf-agent-name h4,
.agent.agency .utf-agent-name h4 a {
    color: #333;
}

.utf-agent-name p.text-alt {
    background: #38b653;
    padding: 2px 12px;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: inline-block;
}

.utf-agent-name .fp_pdate {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 0;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 600;
}

.agent.agency .utf-agent-name span {
    margin-top: 5px;
    font-size: 16px;
}

.agent.agency .utf-agent-name span i {
    margin-right: 2px;
}

.agency-map #propertyMap {
    max-height: 300px;
    height: 300px;
}

.agency-tabs .tabs-container {
    overflow: visible;
}

.agency-tabs.style-1 .tabs-container .tab-content {
    padding-top: 35px;
}

.fs-container {
    height: 100%;
    width: 100%;
}

.fs-container #map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    margin-bottom: 0px;
}

.fs-content {
    max-height: 100%;
    overflow: auto;
    padding: 0;
}

.fs-container section.search {
    padding: 25px 25px 40px 25px;
}

.fs-container .fs-listings {
    padding: 0 15px;
    margin: 0;
}

.fs-container .fs-listings-two {
    padding: 0 10px;
    margin: 0;
}

.fs-switcher {
    padding: 0 25px;
    margin: 0;
}

.fs-inner-container {
    width: 50%;
    height: 100%;
    float: left;
    display: inline-block;
}

.fs-inner-container {
    width: 60%;
}

.fs-inner-container:first-child {
    width: 40%;
}

button.fs-map-btn.button {
    position: relative;
    float: right;
    top: 6px;
    width: 100%;
    padding: 10px 40px;
    margin: 0;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.fs-container .utf-utf-more-search-options-area-button {
    position: relative;
    top: 10px;
}

.showing-results {
    color: #888;
    font-weight: 600;
    margin: 5px 0;
}

.showing-results-two {
    color: #888;
    font-weight: 600;
    margin: 5px 0;
}

.utf-listings-container-area.fs-listings {
    left: 0;
    width: 100%;
    position: relative;
}

.utf-listings-container-area.fs-listings.grid-layout {
    left: 0;
    width: 100%;
    position: relative;
}

.utf-listings-container-area.fs-listings.list-layout {
    padding: 0 25px;
}

.utf-listings-container-area.fs-listings.list-layout .utf-listing-content {
    flex: 4;
}

.utf-listings-container-area.fs-listings.list-layout .utf-smt-listing-img-container {
    flex: 0 auto;
    max-width: 300px;
}

@media (max-width:1365px) {
    .utf-listings-container-area.fs-listings.grid-layout .utf-listing-item {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .utf-listings-container-area.fs-listings.grid-layout {
        padding: 0 40px;
    }
    .utf-listings-container-area.fs-listings.list-layout .utf-listing-item {
        display: block;
    }
    .utf-listings-container-area.fs-listings.list-layout .details.button.border {
        display: none;
    }
    .utf-listings-container-area.fs-listings.list-layout .utf-smt-listing-img-container {
        max-width: 100%;
    }
    .fs-switcher .utf-layout-switcher {
        display: none;
    }
}

.col-fs-12,
.col-fs-11,
.col-fs-10,
.col-fs-9,
.col-fs-8,
.col-fs-7,
.col-fs-6,
.col-fs-5,
.col-fs-4,
.col-fs-3,
.col-fs-2,
.col-fs-1 {
    float: left;
    padding: 0 10px;
}

.col-fs-12 {
    width: 100%
}

.col-fs-11 {
    width: 91.66666667%
}

.col-fs-10 {
    width: 83.33333333%
}

.col-fs-9 {
    width: 75%
}

.col-fs-8 {
    width: 66.66666667%
}

.col-fs-7 {
    width: 58.33333333%
}

.col-fs-6 {
    width: 50%
}

.col-fs-5 {
    width: 41.66666667%
}

.col-fs-4 {
    width: 33.33333333%
}

.col-fs-3 {
    width: 25%
}

.col-fs-2 {
    width: 16.66666667%
}

.col-fs-1 {
    width: 8.33333333%
}

@media (max-width:1599px) {
    .col-fs-12,
    .col-fs-11,
    .col-fs-10,
    .col-fs-9,
    .col-fs-8,
    .col-fs-7,
    .col-fs-6 {
        width: 100%
    }
    .col-fs-5,
    .col-fs-4,
    .col-fs-3,
    .col-fs-2,
    .col-fs-1 {
        width: 50%
    }
}

@media (max-width: 992px) {
    .col-fs-12,
    .col-fs-11,
    .col-fs-10,
    .col-fs-9,
    .col-fs-8,
    .col-fs-7,
    .col-fs-6,
    .col-fs-5,
    .col-fs-4,
    .col-fs-3,
    .col-fs-2,
    .col-fs-1 {
        width: 100%
    }
    .overflow-hidden {
        overflow: hidden;
    }
}

.fs-listings,
.utf-listings-container-area {
    position: relative;
    z-index: 9;
}

.utf-listing-item {
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 20%);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 25px;
}

.utf-testimonial-item-box-area {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
}

.owl-carousel .utf-listing-item {
    margin-bottom: 0;
}

.utf-smt-listing-img-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.utf-smt-listing-img-container img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 100%;
}

.utf-smt-listing-img-container:after,
.utf-smt-listing-img-container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
}

.utf-smt-listing-img-container:before {
    opacity: 1;
    background: linear-gradient(to bottom, transparent 45%, #000000);
    transition: opacity .3s;
}

.utf-smt-listing-img-container:after {
    opacity: 0;
    background: linear-gradient(to bottom, transparent 45%, #000000);
    transition: opacity .4s;
}

.utf-listing-img-content-item {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.utf-listing-item.compact .utf-listing-img-content-item {
    position: absolute;
    z-index: 99;
    bottom: 90px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}

.utf-smt-property-item .utf-listing-item.compact .utf-listing-img-content-item {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}

.utf-smt-property-item .utf-listing-img-content-item {
    padding: 0;
}

.utf-smt-property-item .utf-listing-img-content-item span {
    position: relative;
    z-index: 101;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    background: #ffffff;
    display: inline-block;
    padding: 5px;
    text-align: left;
    border-radius: 0;
}

.utf-listing-img-content-item span {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    z-index: 101;
    left: 45px;
    width: 36px;
    height: 36px;
    bottom: -2px;
    background: #FA6742;
    display: inline-block;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 40px;
}

span.compare-button:after {
    font-family: 'Material-Icons';
    content: "\e92b";
    transform: scale(0.95);
    top: -1px;
    position: relative;
}

span.video-button {
    margin-left: 4px;
    background: #429523;
}

span.video-button:after {
    font-family: 'Feather-Icons';
    content: "\e9f7";
    color: #ffffff;
    transform: scale(0.95);
    top: -1px;
    position: relative;
}

.utf-listing-img-content-item span.utf-listing-price {
    background: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    color: #e33324;
    font-size: 18px;
    font-weight: 600;
}

.utf-listing-title span.utf-listing-price {
    background: #429523;
    padding: 3px 12px;
    line-height: 26px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}

.utf-listing-img-content-item .utf-listing-price i {
    display: block;
    font-style: normal;
    font-size: 16px;
    padding: 0;
    margin: -4px 0 0 0;
}

.utf-listing-badges-item {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}

.utf-listing-badges-item span.for-sale {
    color: #fff;
    display: inline-block;
    padding: 0px 8px;
    float: right;
    background-color: #429523;
    border-radius: 4px;
    font-size: 12px;
    top: 15px;
    right: 15px;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
}

.utf-listing-badges-item span.for-rent {
    color: #fff;
    display: inline-block;
    padding: 0px 8px;
    float: right;
    background-color: #FA6742;
    border-radius: 4px;
    font-size: 12px;
    top: 15px;
    right: 15px;
    line-height: 24px;
    font-weight: 700;
    position: absolute;
}

.utf-listing-badges-item span.featured {
    background-color: #f02727;
    float: left;
    transform: rotate(-45deg);
    left: -70px;
    top: 14px;
    color: #fff;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

span.like-icon {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    z-index: 101;
    left: 20px;
    width: 36px;
    height: 36px;
    bottom: 28px;
    background: #d43e3e;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border-radius: 40px;
}

.like-icon:before,
.like-icon:after {
    transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
    font-family: 'Line-Awesome';
    position: absolute;
    right: 8px;
    top: 5px;
}

.like-icon:before {
    content: "\f234";
    transform: scale(0.95);
}

.like-icon:after {
    content: "\f233";
    opacity: 0;
    transform: scale(0.5);
    color: #ffffff;
}

.like-icon.liked:after {
    opacity: 1;
    transform: scale(1.1);
}

.utf-listing-title {
    padding: 20px;
    padding-bottom: 15px;
}

.utf-listing-title h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.utf-listing-title h4 a {
    font-size: 20px;
    color: #333;
    line-height: 31px;
}

.utf-listing-title h4 a:hover {
    color: #e33324;
}

.utf-listing-address {
    color: #909090;
    top: 0;
    position: relative;
}

.list-layout .utf-listing-address {
    top: -5px;
}

span.utf-listing-address {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}

span.utf-listing-address i {
    padding-right: 2px;
    line-height: 0;
    color: #dc3139;
    font-size: 18px;
    top: 2px;
    position: relative;
}

.utf-listing-img-content-item img.utf-user-picture {
    width: 70px;
    height: 70px;
    margin-right: 5px;
    border-radius: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 35px;
    right: 10px;
}

.list-layout .utf-listing-img-content-item img.utf-user-picture {
    width: 70px;
    height: 70px !important;
    margin-right: 5px;
    border-radius: 50px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0px;
    right: 10px;
}

ul.listing-details {
    background-color: #f7f7f7;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    width: 100%;
    padding: 18px 20px;
}

ul.listing-details li {
    width: 25%;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    font-size: 13px;
    color: #888888;
    font-weight: 600;
    padding: 2px 0 0 0;
    display: inline-block;
    line-height: 26px;
}

ul.listing-details li span {
    font-size: 13px;
    display: inline-block;
    color: #444;
    padding-left: 3px;
}

.utf-listing-user-info {
    color: #909090;
    padding: 15px 20px;
    font-weight: 600;
}

.utf-listing-user-info i {
    background: rgba(0, 0, 0, 0.06);
    font-size: 18px;
    position: relative;
    top: 1px;
    padding: 5px;
    border-radius: 30px;
    margin-right: 4px;
    color: #666;
}

.utf-listing-user-info a {
    color: #909090;
}

.utf-listing-user-info a:hover {
    color: #e33324;
}

.utf-listing-user-info a:hover i {
    background: #e33324;
    color: #ffffff;
}

.utf-listing-user-info span {
    float: right;
    text-transform: capitalize;
    font-size: 14px;
}

.utf-listing-features {
    background: #fbfdff;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    columns: 4;
    padding: 5px 10px 10px 10px;
}

.utf-listing-features li {
    font-size: 13px;
    color: #888;
    display: block;
    font-weight: 600;
    padding: 14px 0 0 0;
    line-height: 26px;
    text-align: center;
}

.utf-listing-features li i {
    text-align: center;
    display: block;
    background: #fff;
    font-size: 15px;
    width: 44px;
    height: 34px;
    line-height: 32px;
    margin: 0 auto 6px auto;
    border-radius: 4px;
}

.utf-listing-features li:nth-child(1) i {
    background: rgba(42, 65, 232, 0.1);
    color: #2a41e8;
    border: 1px solid rgba(42, 65, 232, 0.1);
}

.utf-listing-features li:nth-child(2) i {
    background: rgba(54, 189, 120, 0.1);
    color: #36bd78;
    border: 1px solid rgba(54, 189, 120, 0.1);
}

.utf-listing-features li:nth-child(3) i {
    background: rgba(240, 39, 39, 0.1);
    color: #f02727;
    border: 1px solid rgba(240, 39, 39, 0.1);
}

.utf-listing-features li:nth-child(4) i {
    background: rgba(15, 197, 191, 0.1);
    color: #0fc5bf;
    border: 1px solid rgba(15, 197, 191, 0.1);
}

.utf-listing-features li:last-child {
    margin: 0;
}

.utf-listing-features li span {
    font-size: 13px;
    display: inline-block;
    color: #444;
    padding-left: 3px;
}

.list-layout .utf-listing-item {
    display: flex;
    margin: 0 0 30px 0;
}

.list-layout .utf-listing-content {
    flex: 3;
}

.list-layout .utf-smt-listing-img-container {
    height: 0;
    min-height: 200px;
    flex: 2;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}

.fullwidth-layout .list-layout .utf-listing-content {
    flex: 4;
}

.fullwidth-layout .list-layout .utf-smt-listing-img-container {
    flex: 1.6;
}

.list-layout .utf-smt-listing-img-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 3px 0 0 3px;
}

.list-layout .utf-listing-title {
    padding: 22px 20px 15px 20px;
    position: relative;
}

.list-layout ul.listing-details {
    padding: 18px 20px;
}

.list-layout ul.listing-details li i,
.grid-layout ul.listing-details li i,
.grid-layout-three ul.listing-details li i {
    text-align: center;
    display: block;
    background: #fff;
    font-size: 15px;
    width: 44px;
    height: 34px;
    line-height: 32px;
    margin: 0 auto 6px auto;
    border-radius: 4px;
}

ul.listing-details li:nth-child(1) i {
    background: rgba(42, 65, 232, 0.1);
    color: #2a41e8;
    border: 1px solid rgba(42, 65, 232, 0.1);
}

ul.listing-details li:nth-child(2) i {
    background: rgba(54, 189, 120, 0.1);
    color: #36bd78;
    border: 1px solid rgba(54, 189, 120, 0.1);
}

ul.listing-details li:nth-child(3) i {
    background: rgba(240, 39, 39, 0.1);
    color: #f02727;
    border: 1px solid rgba(240, 39, 39, 0.1);
}

ul.listing-details li:nth-child(4) i {
    background: rgba(15, 197, 191, 0.1);
    color: #0fc5bf;
    border: 1px solid rgba(15, 197, 191, 0.1);
}

ul.listing-details li span {
    font-size: 13px;
    display: inline-block;
    color: #444;
    padding-left: 3px;
}

.list-layout .utf-listing-user-info {
    padding: 15px 20px;
}

.list-layout .utf-smt-listing-img-container:before {
    background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
}

.list-layout .utf-smt-listing-img-container:after {
    background: linear-gradient(to bottom, transparent 55%, #e33324);
}

.grid-layout .utf-listing-item .details.button {
    display: none;
}

.grid-layout .utf-listing-item.list-layout .details.button {
    display: block;
}

.grid-layout {
    left: -1.5%;
    width: 103%;
    position: relative;
}

.grid-layout .utf-listing-item {
    display: inline-block;
    width: 47%;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    position: relative;
}

.grid-layout-three {
    left: -1%;
    width: 102%;
    position: relative;
}

.grid-layout-three .utf-listing-item {
    display: inline-block;
    width: 31.33%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
}

.utf-layout-switcher.hidden {
    display: none;
}

.utf-layout-switcher a {
    width: 34px;
    height: 34px;
    background-color: #f0f0f0;
    display: inline-block;
    border-radius: 40px;
    color: #a0a0a0;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    transition: all 0.3s;
}

.utf-layout-switcher a.active,
.utf-layout-switcher a:hover {
    color: #fff;
    background-color: #e33324;
}

.utf-layout-switcher {
    text-align: right;
    float: right;
    top: 2px;
    position: relative;
}

.details.button.border {
    padding: 8px 16px;
    position: absolute;
    top: 50%;
    right: 35px;
    margin: 0;
    transform: translate(0, -51%) scale(1);
    transition: all 0.25s;
    overflow: hidden;
    display: none;
}

.list-layout .details.button.border {
    display: block;
}

.details.button.border:hover {
    padding-right: 32px;
}

.details.button.border:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    opacity: 0;
    color: #fff;
    transition: all 0.25s;
    right: 5px;
}

.details.button.border:hover:after {
    opacity: 1;
    right: 15px;
}

.utf-listing-item.compact {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.listing-hidden-content {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    height: 90px;
    z-index: 999;
    text-align: center;
    transition: all 0.4s;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    padding: 0 20px;
    display: block;
    overflow: hidden;
}

.utf-listing-item.compact:hover .listing-hidden-content {
    height: 90px;
}

.utf-listing-item.compact li {
    display: inline-block;
    color: #888;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    padding: 17px 20px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    opacity: 1;
}

.widget.utf-sidebar-widget-item .utf-listing-item.compact li {
    padding: 17px 15px 0 0;
}

.widget.utf-sidebar-widget-item .utf-listing-item.compact li:last-child {
    padding-right: 0;
}

.widget.utf-sidebar-widget-item .owl-carousel .utf-listing-item {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

.fs-listings .utf-listing-item.compact li {
    padding: 17px 15px 0 0;
}

.fs-listings .utf-listing-item.compact li:last-child {
    padding: 0;
}

.utf-listing-item.compact li:last-child {
    padding: 0;
}

.utf-listing-item.compact:hover li {
    opacity: 1;
}

.utf-listing-item.compact li i {
    text-align: center;
    display: block;
    background: #fff;
    font-size: 15px;
    width: 44px;
    height: 34px;
    line-height: 32px;
    margin: 0 auto 6px auto;
    border-radius: 4px;
}

.utf-listing-item.compact li:nth-child(1) i {
    background: rgba(42, 65, 232, 0.1);
    color: #2a41e8;
    border: 1px solid rgba(42, 65, 232, 0.1);
}

.utf-listing-item.compact li:nth-child(2) i {
    background: rgba(54, 189, 120, 0.1);
    color: #36bd78;
    border: 1px solid rgba(54, 189, 120, 0.1);
}

.utf-listing-item.compact li:nth-child(3) i {
    background: rgba(240, 39, 39, 0.1);
    color: #f02727;
    border: 1px solid rgba(240, 39, 39, 0.1);
}

.utf-listing-item.compact li:nth-child(4) i {
    background: rgba(15, 197, 191, 0.1);
    color: #0fc5bf;
    border: 1px solid rgba(15, 197, 191, 0.1);
}

.utf-listing-item.compact li span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.compact .utf-smt-listing-img-container:before {
    opacity: 1;
    background: linear-gradient(to bottom, transparent 15%, #000000);
    transition: opacity .5s;
}

.compact .utf-smt-listing-img-container:after {
    opacity: 0;
    background: linear-gradient(to bottom, transparent 15%, #000000 98%);
    transition: opacity .6s;
}

.compact .utf-listing-img-content-item span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.compact .utf-listing-img-content-item .utf-listing-compact-title-item {
    padding: 20px;
    display: block;
}

.compact .utf-listing-img-content-item .utf-listing-compact-title-item i {
    background: #e33324;
    padding: 2px 12px;
    border-radius: 4px;
    color: #ffffff;
    display: table;
    margin-top: 10px;
    font-style: normal;
    font-size: 16px;
    font-weight: 800;
}

.compact .utf-listing-img-content-item {
    padding: 0;
}

.compact .utf-listing-img-content-item .utf-listing-compact-title-item {
    padding: 20px;
    display: block;
    background: transparent;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    text-align: left;
}

.utf-listing-item.compact li span {
    display: inline-block;
    font-size: 13px;
    color: #444;
    margin: 0;
    padding: 0;
    padding-left: 3px;
    background: transparent;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
}

section.fullwidth {
    width: 100%;
    display: block;
    position: relative;
    padding: 75px 0;
    background-color: #fbfbfb;
}

section.fullwidth.border-top {
    border-top: 1px solid #e4e4e4;
}

section.fullwidth.border-bottom {
    border-bottom: 1px solid #e4e4e4;
}

.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    z-index: 9;
}

.pagination ul {
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination ul li a,
.pagination-next-prev ul li a {
    padding: 10px 0;
    border-bottom: none;
    display: inline-block;
    color: #888;
    background-color: #f2f2f2;
    margin: 0;
    font-weight: 600;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 30px;
    line-height: 20px;
}

.pagination ul li a {
    width: 40px;
}

.pagination ul li.blank {
    color: #a0a0a0;
    padding: 0 6px;
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
    background-color: #e33324;
    color: #fff;
}

.pagination-next-prev ul {
    list-style: none;
}

.pagination-next-prev a.next,
.pagination-next-prev a.prev {
    position: absolute;
    top: 0;
}

.pagination-next-prev a.next {
    right: 0;
}

.pagination-next-prev a.prev {
    left: 0;
}

.pagination-next-prev ul li a {
    color: #888;
    padding: 12px 16px;
}

.utf-pagination-container {
    position: relative;
}

#titlebar-dtl-item.property-titlebar {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 4px;
}

#titlebar-dtl-item.property-titlebar span a,
#titlebar-dtl-item.property-titlebar span {
    font-size: 16px;
    color: #888;
    margin-top: 2px;
    margin-bottom: 0;
    display: inline-block;
}

#titlebar-dtl-item.property-titlebar span a:hover {
    color: #666;
}

#titlebar-dtl-item.property-titlebar h1,
#titlebar-dtl-item.property-titlebar h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 1px 0;
    font-weight: 700;
}

.property-title h2 {
    display: block !important;
}

#titlebar-dtl-item.property-titlebar span.property-badge-sale {
    margin: 0;
    padding: 2px 8px;
    line-height: 20px;
    border-radius: 4px;
    background-color: #429523;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    position: relative;
    top: -4px;
    margin-left: 4px;
}

#titlebar-dtl-item.property-titlebar span.property-badge-rent {
    margin: 0;
    padding: 3px 10px;
    line-height: 24px;
    border-radius: 4px;
    background-color: #FA6742;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    top: -4px;
    margin-left: 4px;
}

.property-title {
    margin-left: 0px;
}

.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #eaeaea;
    color: #a0a0a0;
    border-radius: 4px;
    display: inline-block;
    float: left;
    position: relative;
    top: 6px;
    margin: 0 25px 0 0;
    text-align: center;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.back-to-listings:before {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 36px;
    line-height: 58px;
    left: -1px;
    position: relative;
}

.back-to-listings:hover {
    color: #fff;
    background-color: #e33324;
}

.property-pricing {
    background: #429523;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.property-pricing .sub-price {
    font-size: 19px;
    color: #999;
}

.fullwidth-home-slider .item,
.fullwidth-property-slider .item,
.property-slider .item {
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    border-radius: 3px;
}

.fullwidth-home-slider,
.fullwidth-property-slider {
    background-color: #fff;
}

.fullwidth-home-slider .item,
.fullwidth-property-slider .item {
    opacity: 0.2;
    transition: all 0.6s;
    border-radius: 0;
    position: relative;
    height: 600px;
}

.fullwidth-home-slider .item.slick-center,
.fullwidth-property-slider .item.slick-center {
    opacity: 1;
}

.fullwidth-property-slider .slick-prev {
    left: 15%;
}

.fullwidth-property-slider .slick-next {
    right: 15%;
}

@media (max-width: 1440px) {
    .fullwidth-home-slider .item,
    .fullwidth-property-slider .item {
        height: 500px;
    }
}

@media (max-width: 1366px) {
    .fullwidth-property-slider .slick-prev {
        left: 9%;
    }
    .fullwidth-property-slider .slick-next {
        right: 9%;
    }
}

.fullwidth-home-slider .item:before {
    background: linear-gradient(to bottom, transparent 45%, #222);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
    opacity: 0;
    opacity: 0.9;
}

.fullwidth-home-slider div {
    height: 100%;
}

.home-slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.fullwidth-home-slider .home-slider-desc {
    position: absolute;
    bottom: 60px;
    height: auto;
    color: #fff;
    z-index: 1001;
    width: 100%;
}

.home-slider-desc h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.home-slider-desc h3 a {
    margin: 0;
    padding: 0;
    color: #fff;
    display: block;
    font-size: 29px;
    padding-bottom: 5px;
    line-height: 42px;
}

.home-slider-desc span {
    font-size: 17px;
    display: block;
}

.home-slider-desc span i {
    margin-right: 4px;
}

.home-slider-desc .button {
    margin-top: 15px;
}

.home-slider-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    margin-bottom: 22px;
    padding-bottom: 22px;
    width: 100%;
    display: inline-block;
}

.home-slider-desc .read-more {
    color: #fff;
}

.home-slider-desc .read-more i {
    color: #e33324;
}

.home-slider-price {
    border-radius: 3px;
    background-color: #e33324;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 12px 15px 9px 15px;
    display: inline-block;
    line-height: 25px;
}

.home-slider-price i {
    font-size: 17px;
    font-style: normal;
    opacity: 0.7;
    line-height: 25px;
    padding: 0;
    position: relative;
    top: -2px;
}

.no-arrows .slick-prev,
.no-arrows .slick-next {
    display: none !important;
}

.property-slider-container {
    position: relative;
}

.property-slider-container .agent-widget {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 99;
    width: 350px;
}

.fullwidth-home-slider a.item,
.fullwidth-property-slider a.item,
.property-slider a.item {
    cursor: zoom-in;
}

.property-slider .item.slick-current.slick-active img {
    opacity: 1;
}

.property-slider-nav {
    margin-top: 10px;
    width: calc(100% + 5.5px);
    position: relative;
    left: -4px;
}

.property-slider-nav .item {
    cursor: pointer;
    margin: 0 5px;
    position: relative;
    border-radius: 3px;
    outline: none;
}

.property-slider-nav .item img {
    border-radius: 3px;
}

.property-slider-nav .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid transparent;
    transition: 0.3s;
    border-radius: 3px;
}

.property-slider-nav .item.slick-current.slick-active:before {
    border-color: #e33324;
}

.property-description h3.desc-headline {
    font-size: 22px;
    margin: 50px 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea
}

.property-description h3.desc-headline.no-border {
    padding-bottom: 0;
    border-bottom: none;
}

.utf-desc-headline-item {
    background-color: #424242;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 25px;
    display: block;
    margin-top: 40px;
}

.utf-desc-headline-item h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}

.utf-desc-headline-item h3 i {
    background: #fff;
    color: #424242 !important;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    padding: 5px;
}

.agent-widget {
    color: #707070;
}

.agent-widget h4 {
    color: #333;
    font-weight: 600;
    margin: 0px 0 6px 0;
}

.agent-title .agent-photo img {
    border-radius: 6px;
    max-width: 105px;
    padding: 2px;
    border: 3px solid #eaeff5;
}

.agent-title .agent-photo {
    float: left;
    display: block;
}

.agent-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.agent-details {
    margin-left: 120px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.agent-details span i {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.agent-details span {
    color: #999;
    font-size: 15px;
}

.agent-details span a {
    display: inline-block;
    color: #429523;
}

.agent-details span a:hover {
    color: #424242;
}

.property-main-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#titlebar-dtl-item.property-titlebar ul.property-main-features li {
    font-size: 15px;
    color: #888;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: 22px;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 10px;
}

#titlebar-dtl-item.property-titlebar ul.property-main-features span {
    font-size: 16px;
    color: #444444;
    margin-top: 2px;
    margin-bottom: 0;
    display: inline-block;
}

.property-main-features li:last-child {
    margin: 0;
}

.property-main-features li span {
    display: inline-block;
    color: #444;
    font-weight: 600;
    padding-left: 5px;
}

.property-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.property-features li {
    color: #212121;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 600;
    padding: 0;
}

.property-features li:last-child {
    margin: 0;
}

.property-features li span {
    color: #888888;
    font-weight: 500;
    padding-left: 5px;
}

.property-features.checkboxes li {
    color: #707070;
}

.property-features.checkboxes li:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    content: "\e92b";
    font-family: "Feather-Icons";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    background-color: #e33324;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 30px;
}

#propertyMap {
    height: 400px;
    border-radius: 3px;
}

#propertyMap-container {
    height: auto;
    position: relative;
    padding-top: 5px;
    display: block;
}

.show-more {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    transition: max-height 1s;
}

a.show-more-button {
    background: #e33324;
    color: #ffffff;
    font-weight: 600;
    height: 46px;
    border-radius: 4px !important;
    bottom: 0;
}

.show-more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 88%);
    z-index: 9;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
}

.show-more.visible {
    max-height: 2000px;
}

.show-more.visible:after,
.show-more.visible .show-more-button {
    opacity: 0;
    visibility: visible;
}

.show-more-button {
    position: absolute;
    bottom: -15px;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50.5%);
    z-index: 10;
    text-align: center;
    display: block;
    opacity: 1;
    min-width: 200px;
    visibility: visible;
    transition: all 0.3s;
    padding: 10px 20px;
}

.show-more-button i {
    margin-left: 5px;
    position: relative;
    top: 3px;
    font-size: 18px;
}

.user-smt-account-menu-container {
    border-radius: 6px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    background: #fbfdff;
    padding: 25px 20px;
    margin: 0 0 40px 0;
}

.user-account-nav-menu {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}

.user-smt-account-menu-container .user-account-nav-menu:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.user-account-nav-menu li {
    list-style: none;
    padding: 12px 0;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
}

.user-account-nav-menu li:first-child {
    padding-top: 0;
}

.user-account-nav-menu li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.user-account-nav-menu li a {
    color: #333;
}

.user-account-nav-menu li a.current,
.user-account-nav-menu li a:hover {
    color: #e33324;
}

.user-account-nav-menu li a.current i,
.user-account-nav-menu li a:hover i {
    background: #e33324;
    color: #ffffff;
}

.user-account-nav-menu li i {
    background: rgba(0, 0, 0, 0.06);
    font-size: 16px;
    position: relative;
    top: 1px;
    padding: 8px;
    border-radius: 30px;
    margin-right: 7px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    transition: 0.3s;
}

.sub-nav-title {
    font-size: 13px;
    margin-bottom: 5px !important;
    display: inline-block;
    color: #888;
}

.utf-edit-profile-photo-area img {
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.utf-edit-profile-photo-area {
    position: relative;
}

.utf-change-photo-btn-item {
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center;
    width: auto;
    background-color: #fff;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
    line-height: 34px;
}

.utf-user-photo-upload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer;
}

.utf-user-photo-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.utf-change-photo-btn-item:hover {
    color: #fff;
    background-color: #e33324;
}

.utf-change-photo-btn-item i {
    margin-right: 2px;
}

.utf-user-profile-item h4 {
    background-color: #424242;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    padding: 18px 20px;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.utf-user-profile-item label {
    margin-top: 5px;
    font-weight: 600;
    color: #4f4f4f;
}

.utf-user-profile-item label i {
    margin-right: 3px;
}

.utf-user-profile-item textarea {
    height: 180px;
}

.utf-user-profile-item .utf-submit-page-inner-box label i {
    margin-right: 5px;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-facebook {
    color: #3b5998;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-twitter {
    color: #00acee;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-linkedin {
    color: #0e76a8;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-google-plus-g {
    color: #db4a39;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-brand-pinterest {
    color: #c8232c;
}

.utf-user-profile-item .utf-submit-page-inner-box label i.icon-feather-instagram {
    color: #c8232c;
}

table.manage-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
}

table.manage-table th {
    border: none;
    background-color: #424242;
    text-align: left;
    padding: 18px 20px;
    color: #ffffff;
    vertical-align: top;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    z-index: 9;
    line-height: 22px;
    margin-left: 33px !important;
}

table.manage-table th i {
    margin-right: 3px;
    font-size: 14px;
}

table.manage-table th i.fa-calendar {
    position: relative;
    top: -1px;
}

table.manage-table a.button {
    padding: 7px 14px;
    line-height: 26px;
}

table.manage-table .utf-title-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

table.manage-table .utf-title-container img {
    width: 30%;
    border-radius: 3px;
    flex: 1.1;
    margin-right: 26px;
}

table.manage-table .utf-title-container .title {
    flex: 2;
}

table.manage-table .utf-title-container .title h4 {
    margin-bottom: 4px;
    margin-top: 2px;
    display: block;
    font-weight: 600;
}

table.manage-table .utf-title-container .title h4 a {
    color: #333;
}

table.manage-table .utf-title-container .title h4 a:hover {
    color: #e33324;
}

table.manage-table .utf-title-container .title span {
    display: block;
}

table.manage-table .utf-title-container .title .table-property-price {
    display: inline-block;
    background: #429523;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    padding: 2px 10px;
}

table.manage-table tr {
    background: #ffffff;
    transition: 0.3s;
}

table.manage-table tr:first-child:hover {
    transition: 0.3s;
    transform: scale(1.0);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.0);
}

table.manage-table tr:hover {
    background-color: #fcfcfc;
    transition: 0.3s;
    transform: scale(1.02);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
}

table.manage-table tr:last-child td {
    border-bottom: 0;
}

table.manage-table th:first-child {
    width: 60%;
    font-weight: 700;
    border-radius: 4px 0 0 0px
}

table.manage-table th:last-child {
    border-radius: 0 4px 0px 0;
}

table.manage-table th:first-child i {
    left: 35px;
}

table.manage-table td {
    padding: 25px 20px;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
}

table.manage-table td.centered {
    text-align: center;
}

table.manage-table td.action {
    text-align: right;
}

table.manage-table td.action a.view {
    padding: 6px 9px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 30px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #ff8a00;
    box-shadow: 0 3px 8px rgba(64, 182, 96, 0.15);
}

table.manage-table td.action a.view i {
    font-size: 15px;
    top: 2px;
    color: #ffffff;
    position: relative;
}

table.manage-table td.action a.view:hover {
    background: #424242;
    color: #ff8a00;
}

table.manage-table td.action a.edit {
    padding: 6px 9px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 30px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #40b660;
    box-shadow: 0 3px 8px rgba(64, 182, 96, 0.15);
}

table.manage-table td.action a.edit i {
    font-size: 15px;
    top: 2px;
    color: #ffffff;
    position: relative;
}

table.manage-table td.action a.edit:hover {
    background: #424242;
    color: #40b660;
}

table.manage-table td.action a.delete {
    padding: 6px 9px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 30px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: #dc3139;
    box-shadow: 0 3px 8px rgba(234, 65, 81, 0.15);
}

table.manage-table td.action a.delete i {
    font-size: 15px;
    top: 2px;
    color: #ffffff;
    position: relative;
}

table.manage-table td.action a.delete:hover {
    background: #424242;
    color: #dc3139;
}

table.manage-table.bookmarks-table .utf-title-container img {
    flex: 0.8;
}

.bookmarks-table td.action {
    width: 30%;
    text-align: right;
}

body .bookmarks-table td.action a.delete i {
    position: relative;
    left: 0;
    margin-right: 3px;
}

.keywords,
.alert-name {
    width: 18%
}

.utf-inner-list-headline-item {
    background-color: #424242;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.utf-inner-list-headline-item h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 700;
}

.headline_part.centered {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 20px 0;
    font-weight: 600;
}

.row h4.headline_part {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

@media (max-width: 990px) {
    .stacktable.large-only {
        display: none;
    }
    .stacktable.small-only {
        display: table;
    }
}

.st-key {
    border: none;
    background-color: #f9f9f9;
    text-align: left;
    padding: 20px 22px;
    color: #333;
    vertical-align: top;
    font-weight: 600;
    width: 45%;
    border: 1px solid #e4e4e4;
}

.st-key i {
    margin-right: 4px;
}

.st-val {
    width: 55%;
    text-align: left;
    padding: 20px 22px;
    border: 1px solid #e4e4e4;
    border-left: 0;
}

.st-val a {
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 27px;
}

.st-val a.button {
    color: #fff !important;
    text-align: center;
}

.st-val a:hover {
    color: #808080;
}

.st-space {
    height: 40px;
}

.st-space:first-child {
    height: 10px;
}

.stacktable {
    width: 100%;
}

.st-head-row.st-head-row-main {
    display: block;
}

.submit-page,
#titlebar.submit-page h2 {
    padding: 0;
}

.submit-page .chosen-container.chosen-container-single {
    margin-bottom: 15px;
}

.utf-submit-page-inner-box {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    position: relative;
}

.utf-submit-page-inner-box .content.with-padding,
.utf-user-profile-item-inner-box .content.with-padding {
    padding: 20px 10px 10px 10px;
    display: inline-block;
    width: 100%;
}

.submit-page h3,
.utf-user-profile-item h3 {
    background-color: #424242;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
    padding: 18px 25px;
    margin-bottom: 0px;
    display: block;
    margin-top: 30px;
}

.submit-page h3:first-child,
.utf-user-profile-item h3:first-child {
    margin-top: 0;
}

#titlebar.submit-page h2 i {
    margin-right: 3px;
}

.submit-section {
    margin: 10px 0 0 0;
}

.submit-page textarea,
.submit-page input {
    transition: box-shadow 0.2s !important;
}

.utf-user-profile-item input:focus,
.utf-user-profile-item textarea:focus,
.submit-page textarea:focus,
.submit-page input:focus {
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.submit-page h5 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #4f4f4f;
}

.submit-page h5 span {
    color: #888;
}

.submit-page .form {
    margin-bottom: 30px;
}

textarea {
    min-height: 150px;
}

.submit-page .divider {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin: -20px 0 35px 0;
}

a.button.preview {
    font-size: 17px;
    padding: 15px 25px;
}

a.button.preview i {
    margin-left: 5px;
}

.tip {
    font-style: normal;
    position: relative;
    top: -1px;
    left: 2px;
    display: inline-block;
    cursor: help;
    color: #fff;
    font-size: 11px;
    line-height: 0;
    width: 18px;
    height: 18px;
    background: #e33324;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.tip-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 20px));
    -ms-transform: translate(-50%, -100%);
    background: #333;
    color: #fff;
    padding: 13px 15px;
    min-width: 225px;
    max-width: 225px;
    font-size: 13px;
    border-radius: 3px;
    line-height: 19px;
    pointer-events: none;
    z-index: 999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.tip:hover .tip-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, calc(-100% - 13px));
    -ms-transform: translate(-50%, -115%);
}

.tip:after {
    font-family: "FontAwesome";
    content: "\f128";
    line-height: 19px;
    display: inline-block;
    position: relative;
    text-align: center;
    -moz-transform: translateY(-1px);
}

.tip-content:after {
    font-family: "FontAwesome";
    content: "\f0dd";
    position: absolute;
    bottom: 3px;
    left: 50%;
    font-size: 22px;
    color: #333;
    transform: translate(-50%, 50%);
}

.img-box {
    height: 250px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius: 6px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-box-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.img-box:hover .img-box-background {
    transform: scale(1.06);
}

.img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #0c1017;
    opacity: 0.65;
    z-index: 99;
    transition: 0.3s ease-out;
}

.img-box:hover:before {
    background-color: #e33324;
    opacity: 0.85;
}

.utf-cat-img-box-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    bottom: 30px;
    text-align: center;
}

a.img-box img {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

a.img-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.utf-cat-img-box-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.utf-cat-img-box-content span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 8px;
    line-height: 20px;
    margin-top: 8px;
    display: inline-block;
}

#contact textarea {
    min-height: 150px;
    margin: 0px 0 25px 0;
}

#contact input {
    margin-bottom: 25px;
}

.loader {
    margin-left: 15px;
}

.submit.disabled:hover,
.submit.disabled {
    background-color: #e8e8e8;
    color: #333;
}

#contact input.button.submit {
    margin-bottom: 10px;
    line-height: 20px;
    transition: all 0.25s !important;
}

#contact input[type="submit"].submit:hover {
    opacity: 0.92;
}

.contact-sent {
    background-color: #EBF6E0;
    color: #5f9025;
    padding: 20px 26px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.office-address {
    text-align: center;
    position: relative;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.office-address ul {
    list-style: none;
    font-size: 18px;
    padding: 0;
    line-height: 30px;
}

.office-address h3 {
    font-size: 28px;
    color: #fff;
    margin-top: 0;
}

.office-address h3:after {
    content: "";
    height: 2px;
    width: 50px;
    position: relative;
    display: block;
    background-color: #e33324;
    margin: 20px auto;
    border-radius: 2px;
}

.address-container {
    background-color: #2b2c30;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    position: relative;
    height: 100%
}

.address-container:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-color: #1e1e21;
    opacity: 0.9;
}

.utf-boxed-list-headline-item {
    background-color: #424242;
    border-radius: 4px;
    padding: 15px 18px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.utf-boxed-list-headline-item h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 700;
}

.utf-boxed-list-headline-item h3 i {
    background: #fff;
    color: #424242 !important;
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    padding: 5px;
}

.utf-contact-map {
    display: flex;
}

.utf-contact-map .utf-google-map-container {
    flex: 1;
    position: relative;
}

.utf-contact-map .address-box-container {
    flex: 0 auto;
    width: 440px;
    height: 450px;
}

.utf-contact-map .utf-google-map-container #propertyMap {
    height: 340px;
    width: 100%;
}

@media (min-width: 1680px) {
    .utf-contact-map .address-box-container {
        height: 480px;
    }
}

@media (max-width: 1440px) {
    .utf-contact-map .address-box-container {
        height: 420px;
    }
}

.utf-contact-form-item {
    margin-bottom: 20px;
    display: block;
    background: #fbfdff;
    padding: 20px 20px 5px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.utf-centered-button {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.utf-centered-button a.button {
    font-weight: 700;
}

.sidebar-textbox {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
}

.utf-contact-location-info-aera {
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #fbfdff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.sidebar-textbox.color {
    background-color: #666;
    color: #fff;
}

.sidebar-textbox.color h4 {
    color: #fff;
}

.sidebar-textbox h4 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}

.sidebar-textbox span {
    color: #808080;
    display: inline-block;
}

.sidebar-textbox span a {
    color: #808080;
}

.sidebar-textbox.color span {
    color: #fff;
}

.sidebar-textbox ul.contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-textbox ul.contact-details strong {
    font-weight: 700;
}

.sidebar-textbox ul.contact-details li {
    text-align: left;
    padding-left: 65px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    padding-bottom: 10px;
    margin: 10px 0;
}

.sidebar-textbox ul.contact-details li:first-child {
    margin-top: 0
}

.sidebar-textbox ul.contact-details li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar-textbox ul.contact-details li strong {
    display: block;
    color: #525252;
}

.sidebar-textbox ul.contact-details li i {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #525252;
    top: 2px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
}

.sidebar-textbox ul.contact-details li:nth-child(1) i {
    color: #429523
}

.sidebar-textbox ul.contact-details li:nth-child(2) i {
    color: #f02727
}

.sidebar-textbox ul.contact-details li:nth-child(3) i {
    color: #2a41e7
}

.sidebar-textbox ul.contact-details li:nth-child(4) i {
    color: #0fc5bf
}

.blog-post {
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 20%);
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    margin: 15px 0;
}

section.fullwidth .blog-post {
    margin: 5px 0 15px 0;
}

.post-img {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.post-img img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.utf-post-content-area {
    padding: 25px 20px;
    text-align: left;
}

.utf-post-content-area span {
    margin: 0 0 10px 0;
    display: inline-block;
    color: #808080;
}

.utf-blog-item-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

.utf-blog-item-post-list li {
    display: inline-block;
    margin-right: 5px;
    background: #f0f0f0;
    padding: 1px 10px;
    border-radius: 6px;
    color: #727272;
    font-weight: 600;
    margin-bottom: 5px;
}

.utf-post-content-area p {
    margin: 10px 0 0;
}

.utf-post-content-area h3 {
    margin: 0;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.utf-post-content-area h3 a {
    color: #333;
    font-weight: 700;
}

.utf-post-content-area h3 a:hover {
    color: #e33324;
}

.utf-post-content-area .meta-tags span {
    margin: 0 0 15px 0;
    display: inline-block;
    color: #888;
}

.utf-post-content-area a.read-more {
    color: #e33324;
    margin: 23px 0 2px 0;
    display: inline-block;
}

a.read-more i {
    font-size: 20px;
    position: relative;
    padding-left: 4px;
    top: 1px;
    transition: 0.2s;
}

a.read-more:hover i {
    padding-left: 7px;
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

.post-meta li {
    font-size: 14px;
    color: #727272;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 4px;
    line-height: 20px;
    font-weight: 600;
    padding: 4px 10px;
    margin-right: 5px;
    transition: 0.3s;
}

.post-meta li:last-child {
    margin-right: 0;
}

.post-meta li a {
    color: #888;
}

.post-meta li a:hover {
    color: #e33324;
}

.blog-page .blog-post {
    margin: 0 0 30px 0;
}

.utf-search-blog-input {
    position: relative;
}

.utf-quote-box {
    background-image: url(../images/quote_bg.jpg);
    background-size: cover;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 24, 128, 0.1);
    padding: 35px 30px;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.utf-quote-info {
    z-index: 2px;
    position: relative;
}

.utf-quote-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0c1017;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 4px;
}

.utf-quote-box h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.utf-quote-box p {
    opacity: 0.9;
    font-size: 16px;
    line-height: 26px;
}

.widget .utf-search-blog-input .input:before {
    content: "\e090";
    font-size: 18px;
    color: #fff;
    position: absolute;
    display: inline-block;
    font-family: "simple-line-icons";
    right: 0px;
    top: 0px;
    margin-bottom: 0;
    background-color: #e33324;
    padding-left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

#contact textarea,
#contact input {
    transition: box-shadow 0.2s !important;
    margin-bottom: 25px;
}

.widget .utf-search-blog-input input {
    transition: box-shadow 0.2s !important;
    margin-bottom: 5px;
}

#contact textarea:focus,
#contact input:focus,
.widget .utf-search-blog-input input:focus {
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.widget-tabs {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-tabs li {
    padding: 0 0 27px 0;
    margin: 24px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.widget .tab-content {
    padding-bottom: 0;
}

.widget-thumb a img {
    display: block;
    width: 95px;
    height: 95px;
    float: left;
    border-radius: 4px;
    margin: 0;
}

.utf-sidebar-categorie ul {
    display: inline-block;
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.utf-sidebar-categorie ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: inline-block;
    padding: 7px 0;
}

.utf-sidebar-categorie ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.utf-sidebar-categorie ul li a {
    color: #626262;
    font-weight: 600;
}

.utf-sidebar-categorie ul li a:hover {
    color: #e33324;
    letter-spacing: 0.5px;
}

.utf-sidebar-categorie ul li span {
    color: #777777;
    font-size: 13px;
    text-align: right;
    float: right;
    font-weight: 600;
}

.task-tags {
    display: block;
    margin: 23px 0 3px 0;
}

.task-tags span {
    color: #727272;
    background-color: #f0f0f0;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    background-color: rgba(102, 103, 107, .07);
    color: #66676b;
    display: inline-block;
    padding: 5px 15px;
    margin: 4px 2px;
    text-transform: capitalize;
    line-height: 24px;
}

.task-tags span:hover {
    background: #e33324;
    color: #ffffff;
}

.widget-thumb {
    width: 80px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 5px;
}

.utf-sidebar-widget-item .utf-detail-banner-add-section {
    text-align: center;
}

.widget-text h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.widget-text h5 a {
    color: #333;
}

.widget-text h5 a:hover {
    color: #e33324
}

.widget-text span {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    background: #429523;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 2px;
}

.widget-thumb {
    display: inline-block;
}

.widget-thumb a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.widget-thumb a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.widget-text {
    display: inline-block;
    width: 70%;
    padding: 0;
    position: relative;
}

.widget-tabs .widget-content {
    display: table;
}

.widget-tabs .widget-content .widget-text {
    display: table-cell;
    vertical-align: middle;
}

.widget-tabs li {
    padding: 0 0 10px 0;
    margin: 15px 0 0 0;
}

.widget-tabs li:first-child {
    padding: 0 0 10px 0;
    margin: 0;
}

.widget-tabs li:last-child {
    border: none;
    padding-bottom: 0;
}

.widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.single-post p {
    margin: 10px 0;
}

.single-post p:last-child {
    margin-bottom: 0px;
}

.single-post .post-img {
    border-radius: 3px 3px 0 0;
}

.blog-page .blog-post .utf-post-content-area,
.single-post .utf-post-content-area {
    padding: 25px 20px;
}

.utf-detail-social-sharing ul {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    cursor: default;
}

.utf-detail-social-sharing ul li {
    display: inline-block;
    font-size: 24px;
}

.utf-detail-social-sharing ul li a {
    background: #f7f7f7;
    color: #a0a0a0;
    width: 40px;
    height: 40px;
    line-height: 32px;
    padding: 5px;
    border-radius: 40px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 1px 0px rgba(0, 0, 0, 0.08);
}

.utf-detail-social-sharing ul li a:hover {
    background: #ffffff;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.utf-detail-social-sharing ul li a i.icon-brand-facebook-f {
    color: #3b5998;
}

.utf-detail-social-sharing ul li a i.icon-brand-twitter {
    color: #1da1f2;
}

.utf-detail-social-sharing ul li a i.icon-brand-linkedin-in {
    color: #0077b5;
}

.utf-detail-social-sharing ul li a i.icon-brand-google-plus-g {
    color: #dd4b39;
}

.utf-detail-social-sharing ul li a i.icon-brand-whatsapp {
    color: #25D366;
}

.utf-detail-social-sharing ul li a i.icon-brand-pinterest-p {
    color: #c8232c;
}

.comments {
    margin: -10px 0 0 0;
}

.comments h4 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.comments h4 span {
    display: inline-block;
    font-size: inherit;
}

.comment {
    font-size: 20px;
}

.comments .button {
    margin: 0 0 10px 0;
    padding: 7px 15px;
}

.comments.reviews .button {
    margin: 0;
}

.comments ul {
    padding-left: 0;
}

.comments ul li {
    display: block;
}

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
    margin: 30px 0 0 0px;
}

.comments ul li ul {
    margin: 0 0 0 100px;
}

.comment-content p {
    margin: 3px 0 0 0;
    line-height: 26px;
}

.comment-content {
    background: #ffffff;
    color: #666;
    padding: 20px 20px 20px 110px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

blockquote {
    padding: 20px 25px;
    margin: 10px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #787878;
    border-left: 5px solid #e33324;
    background: #f7f7f7;
    border-radius: 4px;
}

.comments ul li {
    position: relative;
}

.comment-content strong {
    padding-right: 5px;
    color: #666;
}

.comment-content span {
    color: #888;
}

body .comment-content p {
    padding: 5px 0 0 0;
    color: #727272;
    font-size: 15px;
}

.comments-amount {
    color: #888;
    font-weight: 500;
}

.avatar {
    display: inline-block;
    float: left;
    padding: 25px 15px 0 15px;
    position: absolute;
    left: 0px;
    top: -5px;
}

.avatar img {
    max-width: 80px;
    border-radius: 50%;
}

.comment-by {
    width: auto;
    font-weight: 600;
    color: #333;
    background-color: #f0f0f0;
    padding: 6px 12px;
    line-height: 22px;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
}

.comment-by h5 {
    margin: 0 0 7px 0;
}

.comment-by a.reply,
.comment-by a.reply i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.comment-by a.reply {
    display: inline;
    background-color: #e33324;
    padding: 4px 10px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 4px;
}

.comment-by a.reply i {
    font-size: 12px;
    margin-right: 4px;
}

.comment-by a.reply:hover {
    background-color: #424242;
}

.comment-by a.reply:hover,
.comment-by a.reply:hover i {
    color: #fff;
}

.comment-by span.date {
    color: #888;
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 0 0;
    float: none;
    display: block;
    text-align: left;
}

.add-comment label span {
    color: #e24747;
}

.add-comment input {
    margin: 0 0 25px 0;
    width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.add-comment textarea:focus,
.add-comment input:focus {
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.add-comment textarea {
    margin: 0 0 30px 0;
    width: 100%;
    min-width: 100%;
    min-height: 180px;
    resize: vertical;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.utf-inner-blog-section-title {
    width: 100%;
    background-color: #424242;
    border-radius: 4px;
    padding: 14px 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.utf-inner-blog-section-title h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.utf-inner-blog-section-title h4 i {
    background: #fff;
    color: #424242;
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    vertical-align: middle;
    padding: 5px;
}

.about-author {
    margin: 10px 0 45px 0;
    padding: 30px 35px;
    background: #f8f8f8;
    border-radius: 3px;
}

.about-author p {
    margin: 5px 0 5px 0;
}

.about-author a {
    position: relative;
    top: -7px;
}

.about-author h4 {
    letter-spacing: 0;
}

.about-author img {
    float: left;
    margin: 7px 5px 5px 5px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.about-description {
    margin: 2px 0 0 130px;
}

.share-buttons {
    padding: 0;
    list-style: none;
}

.share-buttons li {
    display: inline-block;
    margin: 0 6px 8px 0;
}

.share-buttons li a {
    background: #fff;
    border: 1px solid #666;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 20px;
    transition: 0.3s;
    display: inline-block;
    line-height: 17px;
}

.share-buttons li a:hover {
    color: #fff;
}

.share-buttons li i {
    font-size: 16px;
    position: relative;
    right: 3px;
    top: 1px;
}

.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff;
}

.share-buttons li a.fb-share {
    border-color: #3b5998;
    color: #3b5998;
}

.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff;
}

.share-buttons li a.twitter-share {
    border-color: #1da1f2;
    color: #1da1f2;
}

.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff;
}

.share-buttons li a.gplus-share {
    border-color: #dd4b39;
    color: #dd4b39;
}

.share-buttons li a.pinterest-share:hover {
    background: #bd081c;
    color: #fff;
}

.share-buttons li a.pinterest-share {
    border-color: #bd081c;
    color: #bd081c;
}

#posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    min-height: 90px;
}

#posts-nav li span {
    display: block;
    font-size: 14px;
    color: #727272;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 4px;
    line-height: 20px;
    padding: 4px 10px;
    font-weight: 600;
    margin-right: 3px;
    transition: 0.3s;
}

#posts-nav li a:hover span {
    background-color: #e33324;
    color: #ffffff;
}

#posts-nav li strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

#posts-nav li {
    position: absolute;
    font-size: 17px;
    font-weight: 500;
    width: 50%;
}

#posts-nav li a {
    transition: transform 0.3s, color 0.3s 0s;
    color: #333;
    display: inline-block;
}

#posts-nav li a:hover {
    color: #e33324;
}

#posts-nav li.next-post {
    right: 0;
    text-align: right;
}

#posts-nav li.prev-post {
    left: 0;
}

#posts-nav li.next-post a {
    padding-left: 25px;
    padding-right: 15px;
}

#posts-nav li.prev-post a {
    padding-left: 15px;
    padding-right: 25px;
}

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
    font-family: "simple-line-icons";
    font-size: 20px;
    position: absolute;
    color: inherit;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: transform 0.3s;
}

.infoBox {
    border-radius: 3px;
}

.map-box {
    background-color: #fff;
    margin-bottom: 11px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    left: -70px;
}

.map-box h4 {
    margin: 0;
    padding: 0;
}

.map-box h4 a {
    padding: 0px;
    font-size: 17px;
    line-height: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.map-box h4 a:hover {
    color: #e33324;
}

.map-box p {
    padding: 0;
    line-height: 25px;
    margin: 2px 0 0 0;
    font-size: 14px;
}

.map-box ul.listing-details {
    padding: 0;
    font-size: 14px;
    display: none;
}

.map-box .utf-listing-title {
    padding: 15px;
}

.map-box .utf-listing-img-content-item {
    padding: 18px 22px;
}

.map-box .utf-listing-img-content-item span {
    background: #429523;
    padding: 5px 12px;
    border-radius: 4px;
    color: #ffffff;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    display: inline;
    left: -8px;
}

.map-box .utf-listing-img-content-item .utf-listing-price i {
    font-size: 15px;
    margin: 0;
}

.infoBox>img {
    position: absolute !important;
    right: 0px;
    top: 0px;
}

.map-box .utf-smt-listing-img-container:before {
    background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
}

.map-box .utf-smt-listing-img-container:after {
    background: linear-gradient(to bottom, transparent 50%, #e33324);
}

.cluster img {
    display: none
}

.cluster {
    width: 36px !important;
    height: 36px !important;
}

.cluster div {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #e33324;
}

.cluster div:before {
    border: 7px solid #e33324;
    opacity: 0.2;
    box-shadow: inset 0 0 0 4px #e33324;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
    0%,
    100% {
        transform: scale(1.3) rotate(0deg)
    }
    50% {
        transform: scale(1.5) rotate(90deg)
    }
}

.infoBox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 31px;
    width: 31px;
    background-color: #fff;
    color: #e33324;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "FontAwesome";
    border-radius: 30px;
    -webkit-text-stroke: 1px #fff;
}

.infoBox-close:hover {
    color: #fff;
    background-color: #e33324;
    -webkit-text-stroke: 1px #e33324;
}

.map-box-icon {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #3685cf;
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 101;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
}

.map-box-icon:before {
    content: "";
    font-family: "FontAwesome";
    position: relative;
    top: 7px;
    display: block;
}

.map-box-image:hover .map-box-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateX(0);
}

.map-box-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.infoBox {
    -webkit-animation: fadeIn 0.9s;
    animation: fadeIn 0.9s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.infoBox:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 48px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
}

#map {
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 990;
}

#map-container {
    position: relative;
    top: 0;
    left: 0;
    height: 520px;
    width: 100%;
    z-index: 990;
    margin-bottom: 60px;
}

.gmnoprint {
    margin: 10px;
}

.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 15px;
    transition: color 0.3s, background-color 0.3s;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 15px;
    height: 32px;
    width: 32px;
}

.custom-zoom-in:hover,
.custom-zoom-out:hover {
    background-color: #e33324;
    color: #fff;
}

.custom-zoom-in:before,
.custom-zoom-out:before {
    font-family: "FontAwesome";
    width: 100%;
    line-height: 34px;
    transition: -webkit-text-stroke 0.3s;
    -webkit-text-stroke: 1px #fff;
}

.custom-zoom-in:before {
    content: "\f067";
}

.custom-zoom-out:before {
    content: "\f068";
}

.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before {
    -webkit-text-stroke: 1px #e33324;
}

#mapnav-buttons {
    position: absolute;
    transform: translate(0, 0);
    z-index: 999;
    font-size: 13px;
    display: inline-block;
    top: 20px;
    left: 20px;
    list-style: none;
    padding: 0;
}

#mapnav-buttons.top {
    top: 20px;
    right: 20px;
    bottom: initial;
    display: inline-table;
}

#mapnav-buttons li {
    float: left;
    margin-left: 4px;
    line-height: 20px;
}

#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
    color: #333;
    background-color: #fff;
    padding: 8px 16px;
    padding-top: 9px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
}

#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover {
    background-color: #e33324;
    color: #fff;
}

#prevpoint:before,
#nextpoint:after {
    font-family: "FontAwesome";
    position: relative;
    font-weight: 500;
    margin: 0 0 0 6px;
    font-size: 16px;
    top: 1px;
    line-height: 1px;
}

#prevpoint:before {
    content: "\f104";
    margin: 0 6px 0 0;
}

#nextpoint:after {
    content: "\f105";
    margin: 0 0 0 6px;
}

#streetView,
#geoLocation,
#scrollEnabling {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
    content: "\e015";
    font-family: "simple-line-icons";
    position: relative;
    top: 2px;
    margin: 0 6px 0 0;
    font-size: 15px;
    line-height: 1px;
}

#scrollEnabling:before {
    margin-left: -3px;
}

#streetView:before {
    content: "\f21d";
    font-family: "FontAwesome";
    font-size: 16px;
    top: 1px;
    margin-right: 8px;
}

#geoLocation {
    right: auto;
    left: 20px;
    padding: 8px 11px;
}

#geoLocation:before {
    content: "\f192";
    font-family: "FontAwesome";
    font-size: 16px;
    margin: 0;
    top: 2px;
}

body .carousel {
    left: -15px;
    width: calc(100% + 30px)
}

.utf-carousel-item-area {
    margin: 15px;
}

.owl-theme .owl-controls {
    text-align: center;
}

.dot-navigation.owl-theme .owl-controls .owl-buttons {
    display: inline-block;
}

.utf-logo-carousel-item.dot-navigation .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    position: relative;
    zoom: 1;
    padding: 0px;
    background: #e33324;
    font-family: "Feather-Icons";
    font-size: 24px;
    transition: all 0.2s;
    line-height: 38px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    vertical-align: middle;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e930"
}

.owl-theme .owl-controls .owl-buttons .owl-prev:after {
    content: "\e92f"
}

.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 100%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
    top: calc(50% - 15px);
    transform: translateY(-50%);
    position: absolute;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: #282828;
    color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.utf-carousel-item-area {
    width: 29%;
    display: inline-block;
}

.utf-carousel-item-area .utf-listing-carousel-item {
    overflow: hidden;
    height: 280px;
}

.owl-wrapper .utf-carousel-item-area {
    width: auto;
    display: block;
}

.owl-wrapper .utf-carousel-item-area .utf-listing-img-content-item img.utf-user-picture,
.utf-listing-item img.utf-user-picture {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.owl-wrapper .utf-carousel-item-area:hover .utf-listing-img-content-item img.utf-user-picture,
.utf-listing-item:hover .utf-listing-img-content-item img.utf-user-picture {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.owl-wrapper .utf-listing-carousel-item {
    overflow: hidden;
    height: auto;
}

.utf-logo-carousel-item {
    padding: 0px;
}

.utf-logo-carousel-item .owl-controls .owl-buttons {
    position: absolute;
    top: 65px;
    right: 8px;
}

.utf-logo-carousel-item .item {
    text-align: center;
    padding: 0 0;
    display: block;
    background: #ffffff;
    margin: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.utf-logo-carousel-item .item img {
    max-width: 200px;
    height: auto;
}

.utf-listing-carousel-item.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100px;
    transform: translate(0, -50%);
    z-index: 99;
}

.utf-listing-carousel-item.owl-theme .owl-controls .owl-buttons div:hover,
.utf-listing-carousel-item.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    position: absolute;
    z-index: 101;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
    transition: all 0.3s;
    background-color: transparent;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 37px;
    padding: 0;
}

.list-layout .utf-listing-carousel-item.owl-theme .owl-controls .owl-buttons div:hover,
.list-layout .utf-listing-carousel-item.owl-theme .owl-controls .owl-buttons div {
    font-size: 19px;
    height: 32px;
    width: 32px;
    line-height: 31px;
}

.utf-listing-carousel-item.owl-theme .owl-controls .owl-prev:before,
.utf-listing-carousel-item.owl-theme .owl-controls .owl-next:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #e33324;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    border-radius: 50%;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.utf-listing-carousel-item.owl-theme .owl-controls .owl-prev:after,
.utf-listing-carousel-item.owl-theme .owl-controls .owl-next:before {
    z-index: 99;
    position: relative;
}

.utf-listing-carousel-item.owl-theme .owl-controls .owl-buttons div:hover:before,
.utf-listing-carousel-item.owl-theme .owl-controls .owl-buttons div:hover:after {
    opacity: 1;
}

.utf-listing-carousel-item.owl-theme .owl-controls .owl-next {
    right: 10px;
    text-indent: 2px;
}

.utf-listing-carousel-item.owl-theme .owl-controls .owl-prev {
    left: 10px;
    text-indent: -2px;
}

.utf-listing-item .owl-next,
.utf-listing-item .owl-prev {
    opacity: 0;
    transition: all 0.4s;
}

.utf-listing-item .owl-next {
    margin-right: -5px;
}

.utf-listing-item .owl-prev {
    margin-left: -5px;
}

.utf-listing-item:hover .owl-next,
.utf-listing-item:hover .owl-prev {
    opacity: 1;
    transform: translate3d(0, -51%, 0);
    margin: 0;
}

.utf-listing-carousel-item.outer .owl-next,
.utf-listing-carousel-item.outer .owl-prev {
    opacity: 1;
    transition: all 0.4s;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-buttons {
    top: -44px;
    height: 0;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-buttons div {
    top: 0;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-buttons .owl-next {
    right: -2px;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-buttons .owl-prev {
    right: 35px;
    left: auto;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-buttons div:hover,
.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-buttons div {
    background-color: #424242;
    color: #fff;
    position: absolute;
    z-index: 101;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    transition: all 0.3s;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    padding: 0;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-prev::before,
.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-next::after {
    background-color: #e33324;
    opacity: 1;
    transition: all 0.3s;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-prev::after,
.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-next::before {
    color: #ffffff;
    transition: all 0.3s;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-prev:hover::before,
.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-next:hover::after {
    background-color: #e33324;
}

.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-prev:hover::after,
.utf-listing-carousel-item.owl-theme.outer .owl-controls .owl-next:hover::before {
    color: #fff;
}

.owl-nav span {
    color: #FFF;
    margin: 0;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    cursor: pointer;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.utf-listing-carousel-item.owl-theme .owl-controls .owl-page {
    display: none;
}

.dot-navigation.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 10px 4px 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background: #e33324;
    transition: all 0.2s;
    transform: 3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(grabbing.html) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.utf-photo-section-block {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/section-background.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    display: block;
    position: relative;
}

.utf-photo-section-block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.85;
    display: block;
    position: absolute;
    top: 0;
}

.utf-photo-text-content h2 {
    margin-bottom: 15px;
    line-height: 46px;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}

.utf-photo-text-content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.85;
}

.utf-photo-text-content {
    background: transparent;
    padding: 70px 0px 0 0;
    font-weight: 500;
    z-index: 99;
    position: relative;
}

ul.utf-download-text {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    margin-bottom: 20px;
    list-style-type: none;
}

ul.utf-download-text li {
    float: left;
    margin: 0;
    margin-top: 0px;
    margin-top: 15px;
    transition: 0.35s;
}

ul.utf-download-text li a {
    float: left;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 175px;
    height: 65px;
    border-radius: 4px;
    margin-right: 25px;
    padding-left: 60px;
    color: #ffffff;
    position: relative;
    padding-top: 7px;
    transition: 0.35s;
}

ul.utf-download-text li a i {
    position: absolute;
    left: 8px;
    top: 10px;
    font-size: 45px;
}

ul.utf-download-text li a span {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

ul.utf-download-text li a p {
    float: left;
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}

ul.utf-download-text li a:hover {
    background: #e33324;
    border-color: #e33324;
    transform: scale(1.04);
    transition: 0.35s;
}

.download-img {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}

.download-img img {
    max-width: 100%;
    float: right;
    margin-top: 0px;
}

@media (max-width: 1239px) {
    .download-img img {
        display: none;
    }
    .utf-photo-text-content {
        padding: 75px 0;
    }
}

@media (max-width: 991px) {
    .utf-photo-text-content h2 {
        margin-bottom: 20px;
        line-height: 40px;
        font-size: 30px;
        font-weight: 700;
    }
}

@media (max-width: 479px) {
    ul.utf-download-text li,
    ul.utf-download-text li a {
        width: 100%;
    }
}

.callout-bg-1 {
    background-image: url('../images/callout-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.callout-section-left {
    border: 10px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 10px;
    border-right: 5px solid #fff;
    text-align: center;
}

.callout-bg-2 {
    background-image: url('../images/callout-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.callout-section-right {
    border: 10px solid #fff;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 10px;
    border-left: 5px solid #fff;
    text-align: center;
}

.pos-relative {
    position: relative;
}

.callout-bg {
    background-color: #0c1017;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    width: 100%;
    height: 100%;
}

.jbm-callout-in {
    width: 100%;
    position: relative;
    z-index: 1;
}

.jbm-callout-in-padding {
    padding: 0 25px;
}

.callout-section-left {
    text-align: center;
}

.jbm-section-title h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.section-tit-line {
    background-color: #e33324;
    width: 60px;
    height: 3px;
    border-radius: 30px;
    display: block;
    text-align: center;
    margin: 15px auto;
}

.jbm-section-title p {
    font-size: 16px;
    font-weight: 600;
    color: #dfdfdf;
}

@media (max-width: 767px) {
    .jbm-callout-in-padding {
        padding: 0 10px;
    }
    .jbm-section-title h2 {
        font-size: 26px;
    }
    .callout-section-left {
        border: 10px solid #fff;
        border-right-color: rgb(255, 255, 255);
        border-right-style: solid;
        border-right-width: 10px;
        border-right: 10px solid #fff;
    }
    .callout-section-right {
        border: 10px solid #fff;
        border-left-color: rgb(255, 255, 255);
        border-left-style: solid;
        border-left-width: 10px;
        border-left: 10px solid #fff;
    }
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.need-help-area .info-box-1 {
    background: #ffffff;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 25px;
    text-align: center;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.need-help-area .info-box-1 .utf-icon-box-circle-inner {
    font-size: 36px;
    line-height: 88px;
    color: #e33324;
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

.need-help-area .info-box-1 .utf-icon-box-circle {
    background-color: #f7f7f7;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    z-index: 100;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.need-help-area .info-box-1 h4 {
    line-height: 26px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.need-help-area .info-box-1 p {
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0;
    color: #9b9b9b;
    font-weight: 700;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 990;
    font-family: "Feather-Icons";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
}

.fullwidth-home-slider .slick-prev,
.fullwidth-home-slider .slick-next {
    opacity: 0;
    transition: 0.3s;
    transform: translate(-10px, -50%);
}

.fullwidth-home-slider .slick-next {
    transform: translate(10px, -50%);
}

.fullwidth-home-slider:hover .slick-prev,
.fullwidth-home-slider:hover .slick-next {
    opacity: 1;
    transform: translate(0, -50%);
}

.slick-prev:after,
.slick-next:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #e33324;
    opacity: 0.85;
    transition: all 0.35s;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 25px;
    line-height: 24px;
    opacity: 1;
    color: white;
    position: relative;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 5px;
}

.slick-prev:before {
    content: '\e92f';
    left: -1px;
}

.slick-next {
    right: 5px;
}

.slick-next:before {
    content: '\e930';
    right: -1px;
}

.property-slider .slick-prev,
.property-slider .slick-next {
    opacity: 0;
    transition: 0.4s;
    transform: translate;
}

.property-slider .slick-prev {
    transform: translateX(-8px);
}

.property-slider .slick-next {
    transform: translateX(8px);
}

.property-slider:hover .slick-prev,
.property-slider:hover .slick-next {
    opacity: 1;
    transform: translateX(0);
}

.slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.property-slider-nav .slick-dots {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .4;
    color: #e33324;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e33324;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.96;
}

.mfp-wrap {
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

.mfp-s-loading .mfp-arrow {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0px;
    top: -40px;
}

.og-close,
button.mfp-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    display: block;
    right: -12px;
    cursor: pointer !important;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    margin: 0px;
    background-color: transparent;
    outline: none;
    transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -12px;
    transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
    top: 20px;
    right: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
    display: none;
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
    font-family: "Feather-Icons";
    font-size: 29px;
    top: 4px;
    left: 50%;
    position: absolute;
    height: 10px;
    transition: 0.3s;
}

.mfp-close::after,
.mfp-close::before {
    top: 0px;
}

.og-close {
    margin: 17px;
    right: 10px;
    background: transparent;
    color: #222;
}

.mfp-close:hover,
.og-close:hover {
    transform: rotate(0deg);
}

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before {
    font-family: "Feather-Icons";
    font-size: 24px;
    top: 2px;
    left: 0;
    position: relative;
    height: 10px;
    transition: 0.3s;
}

.og-close:after,
.og-close:before {
    top: 7px;
    font-size: 29px;
}

.og-close:before,
.mfp-close:before {
    content: "\ea02";
}

#small-dialog .mfp-close,
.mfp-close:hover {
    color: #fff;
}

#small-dialog .mfp-close:hover {
    color: #fff;
}

.small-dialog-content input[type=submit] {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 10px;
}

.small-dialog-content .divider {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
}

.small-dialog-headline h2,
.small-dialog-headline h3,
.small-dialog-headline h4 {
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    display: inline-block;
    margin: 10px 0 35px 0;
    padding-bottom: 30px;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
}

.mfp-arrow {
    opacity: 1;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(77, 77, 77, 0.4);
    border-radius: 50%;
    outline: none;
}

.mfp-arrow:hover {
    background: #e33324;
    color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    font-family: "FontAwesome";
    font-size: 24px;
}

.mfp-arrow.mfp-arrow-right {
    right: 15px;
}

.mfp-arrow.mfp-arrow-left:before {
    content: "\f104";
    left: -1px;
    top: 0px;
    position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
    content: "\f105";
    left: 1px;
    top: 0px;
    position: relative;
}

.mfp-content:hover .mfp-arrow {
    opacity: 1;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1180px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 54%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

#small-dialog {
    background: #fff;
    padding: 30px 45px 35px 45px;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
}

#small-dialog span.line {
    padding-top: 7px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -30px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.92;
    background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    filter: blur(0px);
    transition: all 0.4s;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone {
    position: relative;
    border: 2px dashed #dde6ef;
    border-radius: 3px;
    background: #fbfdff;
    transition: all 0.3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.dropzone:hover {
    border: 2px dashed #e33324;
    background: #fff;
    transition: all 0.35s linear;
}

.dropzone:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #e33324;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.dropzone:hover:before {
    opacity: 0.4;
}

.dropzone .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #888;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.dropzone:hover .dz-message {
    color: #e33324;
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 990;
    width: 100%;
    background-color: #fbfdff;
    border: 1px solid #dde6ef;
    background: linear-gradient(to bottom, rgba(251, 253, 255, 1) 0%, rgba(251, 253, 255, 1) 100%);
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 51px;
    line-height: 51px;
    background-color: #fbfdff;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    position: relative;
}

.chosen-container-single .chosen-single div b:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    margin: 0 14px 0 0;
    top: -1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #c0c0c0;
    float: right;
    font-weight: normal;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fafafa;
}

.chosen-container-single .chosen-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 15px;
    margin: 0 15px 0 0;
    top: 12px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: normal;
    z-index: 10;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.utf-sort-box-aera {
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 10px 15px 10px 10px;
    position: relative;
    line-height: 28px;
    margin-bottom: 20px;
}

.utf-sort-box-aera {
    line-height: 1px;
}

.fs-inner-container .utf-sort-box-aera {
    line-height: 28px;
}

.sort-by {
    position: relative;
    top: 0px;
    float: left;
}

.sort-by label,
.sort-by .sort-by-select {
    display: inline-block;
    float: left;
}

.sort-by label {
    line-height: 40px;
    margin-right: 8px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
}

.sort-by .chosen-container-active .chosen-single,
.sort-by .chosen-container-active .chosen-choices,
.sort-by .chosen-container-active.chosen-with-drop .chosen-single,
.sort-by .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding-left: 10px;
}

.sort-by .chosen-container-active .chosen-drop,
.sort-by .chosen-container-single .chosen-drop {
    opacity: 0;
    transition: opacity 0.3s;
}

.sort-by .chosen-container-active.chosen-with-drop .chosen-drop {
    opacity: 1;
}

.sort-by .chosen-container .chosen-drop {
    padding-top: 10px;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 200px;
    margin-left: 0px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.sort-by .chosen-container-single .chosen-single div b:after {
    color: #707070;
}

.sort-by .chosen-container-single .chosen-default {
    color: #707070;
}

.sort-by .chosen-container-single .chosen-single span {
    margin-right: 0px;
    color: #707070;
    font-weight: 600;
    vertical-align: top;
}

.sort-by .chosen-container-single .chosen-single div {
    position: relative;
    top: -1px;
    margin-left: 15px;
    display: inline-block;
}

.chosen-container-single .chosen-single span {
    display: inline-block;
    margin-right: 0;
}

.chosen-container .chosen-results {
    color: #888;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 8px 0;
    padding: 0 4px 0 8px;
    max-height: 300px;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 10px;
    list-style: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container-multi .chosen-results li {
    padding: 10px 18px;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #e33324;
    border-radius: 3px;
    color: #fff;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
    color: #888;
    display: list-item;
    background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results {
    background-color: #fff;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 53px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    text-decoration: none;
    white-space: nowrap;
    line-height: 33px;
    cursor: pointer;
    margin: 0;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0;
    padding: 0;
    height: 53px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    color: #888;
    line-height: normal;
    font-weight: 500;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 12px 5px 0 -4px;
    padding: 0 25px 0 8px;
    max-width: 100%;
    background-color: #e33324;
    line-height: 29px;
    color: #fff;
    cursor: default;
    font-weight: 500;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: -2px;
    right: 7px;
    display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 13px;
    top: 1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #fff;
    float: right;
    font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #888;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #d5d5d5;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    content: "\f0d8"
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #888 !important;
}

.chosen-drop ::-webkit-scrollbar {
    width: 10px;
}

.chosen-drop ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.chosen-drop ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.chosen-drop ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.select-input {
    position: relative;
}

.select-input input {
    position: relative;
    z-index: 101;
}

.select-input .select {
    position: absolute;
    top: -8px;
}

.select-hidden {
    display: none;
    visibility: hidden;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 51px;
}

.select-styled {
    opacity: 0;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 990;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fbfdff;
    border: 1px solid #dde6ef;
    padding: 0 4px;
    padding-top: 8px;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
}

.select-list-container {
    padding: 0 4px;
    max-height: 300px;
    overflow: auto;
    display: inline-block;
    width: 100%
}

ul.select-options li {
    margin: 0;
    padding: 0;
    transition: all 0.15s ease-in;
    color: #888;
    margin: 0;
    padding: 10px 10px;
    list-style: none;
    line-height: 15px;
    border-radius: 3px;
}

.select-options li:hover {
    color: #fff;
    background-color: #e33324;
}

.select-options li[rel="hide"] {
    display: none;
}

.select-options ::-webkit-scrollbar {
    width: 10px;
}

.select-options ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.select-options ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

.select-options ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.data-unit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    color: #aaa;
    z-index: 110;
    outline: 0;
    border: 0;
    padding: 0 0 0 10px;
    margin: 0;
    pointer-events: none;
    background-color: #fbfdff;
}

.disabled-first-option ul.select-options li:first-child {
    pointer-events: none;
    color: #aaa;
}

button.button,
input[type="button"],
input[type="submit"],
a.button.border,
a.button {
    background-color: #f9c235;
    top: 0;
    padding: 8px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

button.button:before,
a.button:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s;
}

button.button:hover:before,
a.button:hover:before {
    opacity: 0.1;
}

a.button.white {
    background-color: #fff;
    color: #333;
}

.utf-main-search-box-area button.utf-search-btn-item {
    width: 100%;
    padding: 8px 15px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.15)
}

a.button.border:before {
    display: none;
}

a.button.border {
    background-color: transparent;
    color: #e33324;
    border: 2px solid #e33324;
    padding: 7.5px 18px;
}

a.button.border:hover {
    background-color: #e33324;
    color: #fff;
    opacity: 1;
}

a.button.border.white {
    border-color: #fff;
    color: #fff;
}

a.button.border.white:hover {
    background-color: #fff;
    color: #e33324;
}

button.button.fullwidth,
a.button.fullwidth {
    width: 100%;
    text-align: center;
}

a.button.white.border:hover {
    color: #333;
}

.button i {
    padding-right: 4px;
}

.header-widget .button.border i {
    padding-right: 4px;
    font-size: 19px;
    margin-top: 4px;
    vertical-align: sub;
}

.list-4,
.list-3,
.list-2,
.list-1 {
    padding: 3px 0 0 0;
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 22px;
    position: relative;
}

.list-1.alt li {
    margin: 12px 0;
    margin-left: 22px;
}

.list-4 li:first-child,
.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
    margin-top: 0;
}

.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
    font-family: "Feather-Icons";
    margin: 0;
    position: relative;
    color: #e33324;
    float: left;
    margin-left: -22px;
    display: block;
}

.list-1.gray li:before {
    color: #777;
}

.list-4 li:before {
    content: "\e942";
    font-size: 14px;
    top: 1px;
}

.list-3 li:before {
    content: "\e92d";
    font-size: 15px;
    top: 1px;
}

.list-2 li:before {
    content: "\e92b";
    font-size: 14px;
}

.list-1 li:before {
    content: "\e941";
    font-size: 13px;
}

.list-4 li {
    margin-left: 27px;
}

.list-4 li:before {
    margin-left: -27px;
}

.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-left: 18px;
    display: inline-block;
}

.numbered ol li {
    display: inline-block;
    padding: 6px 0;
    width: 100%;
}

.numbered ol>li::before {
    content: counter(li);
    counter-increment: li;
    font-size: 16px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    margin: 0;
    margin-left: 0;
    font-weight: 500;
    color: #333;
    position: relative;
    float: left;
    left: -18px;
    transform: translateY(-20%);
}

.numbered.color ol>li::before {
    border: 1px solid #e33324;
    color: #e33324;
}

.numbered.color.filled ol>li::before {
    border: 1px solid #e33324;
    color: #fff;
    background-color: #e33324;
}

mark.color {
    background-color: #e33324;
    border-radius: 3px;
}

#tiptip_holder {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
    -webkit-transform: translateX(12px)
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {
    padding-right: 5px;
}

#tiptip_content {
    color: #f0f0f0;
    font-size: 13px;
    line-height: 16px;
    padding: 6px 10px;
    background-color: #333;
    border-radius: 3px;
}

#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #333;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #333;
}

.utf-pricing-container-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.plan {
    flex: 1;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    z-index: 9;
    border-radius: 6px;
}

.utf-plan-price {
    width: 100%;
    background: #e33324;
    padding: 30px;
    border-radius: 6px 6px 0 0;
}

.utf-plan-price h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.utf-plan-price h3::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -10px;
    height: 2px;
    width: 35px;
    background-color: #fff;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.utf-plan-price .value {
    display: block;
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
    padding: 25px 0 0 0;
    color: #ffffff;
}

.utf-plan-price .period {
    color: rgba(255, 255, 255, 0.88);
    margin-top: 10px;
    padding: 0;
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.utf-plan-features {
    padding: 25px 15px;
    background: #fff;
    border-radius: 0 0 6px 6px;
}

.utf-plan-features ul {
    list-style: none;
    padding: 0;
}

.utf-plan-features ul li {
    padding: 5px 0;
}

.utf-plan-features ul li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
}

.utf-plan-features a.button {
    margin-top: 20px;
}

.plan.featured .utf-plan-price {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent);
    background-color: #e33324;
    padding: 30px;
    border-radius: 6px 6px 0 0;
}

.plan.featured .utf-plan-price h3 {
    color: #fff;
}

.plan.featured .utf-plan-price .value {
    color: #fff;
}

.utf-plan-price .value sub {
    display: inline-block;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
}

.plan.featured .utf-plan-price .period {
    color: rgba(255, 255, 255, 0.88);
}

.plan.featured .utf-listing-badges-item .featured {
    background: #fff;
    color: #e33324;
}

.ui-accordion .ui-accordion-header,
.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: background-color 0.2s, color 0.2s;
    padding: 15px 20px;
    margin: 10px 0 0 0;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
    font-size: 18px;
    top: 1px;
    position: relative;
    padding-right: 3px;
}

.style-2 .ui-accordion .ui-accordion-header i,
.style-2 .trigger a i {
    padding-right: 6px;
}

.style-2 .ui-accordion .ui-accordion-header:hover,
.style-2 .trigger a:hover {
    color: #e33324;
}

.trigger.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
    background-color: #e33324;
    border-color: #e33324;
    color: #fff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
    margin: 0 4px 0 0;
    position: relative;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.ui-accordion .ui-accordion-content p,
.toggle-container p {
    margin: 0;
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .trigger a {
    border: none;
    margin: 0;
    padding: 20px 0;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    color: #333;
    padding-right: 60px;
}

body .style-2 .ui-accordion .ui-accordion-header,
body .style-2 .trigger a {
    text-transform: none;
}

.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-container {
    padding: 0px 0 30px 0;
    border: none;
}

.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active {
    background-color: transparent;
    border-color: transparent;
    color: #e33324;
    transition: color 0.1s;
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-wrap {
    border-bottom: 1px solid #e0e0e0
}

.style-2 .ui-accordion .ui-accordion-header-active {
    border: none;
}

.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 22px;
    transform: translate3d(0, -50%, 0) rotate(0);
    transition: 0.2s;
}

.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
    margin-top: 0px;
    transform: translate3d(0, -50%, 0) rotate(45deg);
}

.fp-accordion {
    margin-top: 30px;
}

.fp-accordion .accordion h3:first-child {
    border-radius: 4px !important;
}

.fp-accordion .ui-accordion .ui-accordion-header,
.fp-accordion .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.fp-accordion .accordion h3 {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    background-color: #fbfbfb;
    border-color: #e0e0e0;
}

.fp-accordion .accordion h3:hover {
    background-color: #fefefe;
}

.fp-accordion .accordion h3.ui-accordion-header span {
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 6px;
    margin-left: 3px;
    background-color: rgba(0, 0, 0, 0.05);
}

.fp-accordion .accordion h3.ui-accordion-header.ui-accordion-header-active span {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.fp-accordion .accordion h3.ui-accordion-header-active {
    border-radius: 0;
    color: #fff;
    background: transparent;
    background-color: #e33324;
    border-color: #e33324;
}

.fp-accordion .accordion h3 i.fa-angle-down {
    position: absolute;
    transition: 0.3s;
    top: 19px;
    right: 15px;
    font-size: 20px;
    color: #888;
}

.fp-accordion .accordion h3.ui-accordion-header-active i.fa-angle-down {
    transform: rotate(180deg);
    color: #fff;
}

.fp-accordion .ui-accordion .ui-accordion-content {
    padding-bottom: 0;
}

.fp-accordion .ui-accordion .ui-accordion-content p {
    padding-bottom: 28px;
    line-height: 26px;
}

.fp-accordion a img {
    width: 100%;
    text-align: center;
    display: block;
    cursor: zoom-in;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.fp-accordion a.floor-pic {
    margin: 5px 0 20px 0;
    width: 100%;
    display: inline-block;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 53%;
    padding-top: 25px;
    height: 0;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tabs-nav li a i {
    padding-right: 5px;
    font-size: 16px;
    top: 1px;
    position: relative;
}

.tabs-nav li {
    float: left;
    line-height: 40px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12;
}

.tabs-nav li a,
.tab-reviews {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.tabs-nav li a {
    color: #333;
    display: inline-block;
    outline: none;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    z-index: 11;
    position: relative;
    margin-bottom: -1px;
}

.tabs-nav li a:hover {
    border-color: #e33324;
}

.tab-reviews {
    color: #aaa;
}

.tabs-nav li.active .tab-reviews {
    color: #fff;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
    background: #e33324;
    border-color: #e33324;
    color: #ffffff;
    z-index: 11;
    border-radius: 4px 4px 0 0;
}

.agency-tabs ul.tabs-nav {
    display: flex;
    width: 100%;
}

.agency-tabs ul.tabs-nav li {
    width: 50%;
    text-align: center;
    margin: 0 2px;
}

.agency-tabs ul.tabs-nav li a {
    margin-bottom: 0;
    width: 100%;
}

.agency-tabs .tabs-nav li a:hover,
.agency-tabs .tabs-nav li.active a {
    width: 100%;
}

.agency-tabs .tabs-nav li {
    background: #f2f2f2;
    border-radius: 4px 4px 0 0;
}

.tab-content {
    padding: 28px 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
}

.tabs-container {
    overflow: hidden;
    width: 100%;
}

.tab-content p:last-child {
    margin-bottom: 0;
}

.style-2 .tabs-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.style-1 .tabs-container .tab-content {
    border: none;
    border-top: 2px solid #e0e0e0;
    padding: 30px 0 0 0;
}

.style-3 .tabs-nav {
    text-align: center;
}

.style-3 .tabs-nav li {
    float: none;
    line-height: 32px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12;
    display: inline-block;
    text-align: center;
}

.style-3 .tabs-nav li a {
    border: none;
    color: #333;
    display: inline-block;
    outline: none;
    padding: 7px 24px;
    text-decoration: none;
    font-size: 14px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
    border-color: #e33324;
    background-color: #e33324;
    color: #fff;
    z-index: 11;
}

.style-3 .tabs-container .tab-content {
    border: none;
    padding: 30px 0 0 0;
}

.style-4 .tabs-nav {
    width: 35%;
    display: table-cell;
}

.style-4 .tabs-container {
    width: 65%;
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}

.style-4 .tabs-container .tab-content {
    border: none;
    padding: 10px 0 0 0;
}

.style-4.tabs {
    display: table;
}

.style-4 .tabs-nav li a {
    float: none;
    width: 90%;
    border: none;
    padding: 0;
    background-color: #fff;
    margin: 0 0 1px 0;
    border: none;
    padding: 9px 24px;
    line-height: 30px;
    border-radius: 3px;
}

.style-4 .tabs-nav li.active a {
    background-color: #e33324;
    color: #fff;
}

.style-4 .tabs-nav li {
    width: 100%;
}

.style-5 .tabs-nav li {
    width: 33.33%;
}

.stytle-5 .tabs-container .widget-text {
    position: relative;
    top: 50px;
    transform: transitionY(-50%);
    display: inline-block;
}

.style-5 .tabs-nav {
    bottom: 5px;
    position: relative;
}

.style-5 .tabs-nav li a {
    border: none;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 4px;
    padding: 0;
}

.style-5 .tabs-nav li.active a {
    background-color: #e33324;
    color: #fff;
}

.style-5 .tabs-container .tab-content {
    box-shadow: none;
    border: none;
    padding: 20px 0 0 0;
}

table.basic-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
}

table.basic-table th {
    background-color: #e33324;
    text-align: left;
    color: #fff;
    vertical-align: top;
    font-weight: 500;
}

table.basic-table th:first-child {
    border-radius: 3px 0 0 3px;
}

table.basic-table th:last-child {
    border-radius: 0 3px 3px 0;
}

table.basic-table th,
table.basic-table td {
    padding: 15px 28px;
}

table.basic-table tr:nth-child(odd) {
    background-color: #f6f6f6
}

table.basic-table {
    margin-bottom: 0;
}

#result .success,
.notification {
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
    padding: 20px 26px;
    padding-right: 50px;
    border-radius: 3px;
}

.notification p {
    margin: 0;
    font-weight: 600;
}

#result .success,
.notification.success {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
    background-color: #EBF6E0;
}

#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
    color: #5f9025;
}

.notification.error {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
    background-color: #ffe9e9;
}

.notification.error,
.notification.error a,
.notification.error strong {
    color: #de5959;
}

.notification.warning {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
    background-color: #FBFADD;
}

.notification.warning,
.notification.warning a,
.notification.warning strong {
    color: #8f872e;
}

.notification.notice h4 {
    font-size: 19px;
    margin: 3px 0 15px 0;
}

.notification.notice h4,
.notification.notice,
.notification.notice a,
.notification.notice strong {
    color: #3184ae
}

.notification.notice {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
    background-color: #E9F7FE;
}

.notification.notice.large {
    padding: 32px 36px;
}

body .notification strong {
    border: none;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
    padding: 0px 9px;
    position: absolute;
    right: 0;
    top: 22px;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer;
}

.notification.success .close {
    background: url(../images/alert_boxes_close_ico.html) 0 -8px no-repeat;
}

.notification.error .close {
    background: url(../images/alert_boxes_close_ico.html) 0 0 no-repeat;
}

.notification.warning .close {
    background: url(../images/alert_boxes_close_ico.html) 0 -16px no-repeat;
}

.notification.notice .close {
    background: url(../images/alert_boxes_close_ico.html) 0 -24px no-repeat;
}

.notification.notice p span i {
    font-weight: 500;
}

.notification a.button {
    float: right;
    color: #fff;
    margin-top: 3px;
}

.notification.notice a.button {
    background-color: #388fc5;
}

.notification.warning a.button {
    background-color: #dfbe51;
}

.notification.error a.button {
    background-color: #d34c4c;
}

.notification.success a.button {
    background-color: #79ba38;
}

.notification.closeable a.close:before {
    content: "\e082";
    font-family: "simple-line-icons";
    position: absolute;
    right: 25px;
    top: 0;
    cursor: pointer;
}

.utf-social-icons {
    padding-left: 5px;
}

.utf-social-icons li {
    display: inline;
    float: left;
    text-align: left;
    margin-right: 16px;
    margin-top: 11px;
    transform: scale(1.19);
    -webkit-transform: scale(1.19);
    -webkit-filter: blur(radius);
}

.utf-social-icons li a {
    width: 38px;
    height: 38px;
    display: inline-block;
    background-color: #f3f3f3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.utf-social-icons.fixed li a {
    display: block;
}

.utf-social-icons li a i {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    z-index: 20;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-filter: blur(radius);
}

.utf-social-icons li a:hover,
.utf-social-icons li a i {
    color: #fff;
}

.utf-social-icons li a i {
    top: -30px;
    opacity: 0;
}

.utf-social-icons li a:hover i {
    top: 0;
    opacity: 1;
}

.utf-social-icons.rounded li a {
    border-radius: 50px;
}

.utf-social-icons.border li a {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.utf-social-icons.border li a:hover {
    border-color: transparent;
}

.utf-social-icons.color li a {
    border-color: transparent;
}

.utf-social-icons.color li a i,
.utf-social-icons.color li a:hover i {
    top: 0;
    opacity: 1;
}

.utf-social-icons.color a:before {
    opacity: 0;
}

.utf-social-icons.fixed {
    position: fixed;
    left: 0;
    padding-left: 2px;
    top: 100px;
    width: 50px;
}

.utf-social-icons.fixed li {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: 7px;
}

.utf-social-icons.fixed li a {
    background-color: rgba(51, 51, 51, 0.35);
}

.utf-social-icons.fixed li a:before {
    color: #fff;
}

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
    font-family: "fontello";
    font-size: 16px;
    line-height: 16px;
    color: #a0a0a0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    z-index: 20;
    transform: scale(0.9);
}

.twitter:before,
.utf-social-icons li a.twitter i {
    font-size: 14px;
}

.twitter i,
.twitter:before {
    margin: 11px 0 0 10px;
}

.twitter:before {
    content: "\54";
    top: 0;
    opacity: 1;
}

.twitter:hover:before {
    top: 30px;
    opacity: 0;
}

.twitter:hover {
    background-color: #3bc1ed !important;
}

.twitter:hover,
.utf-social-icons.color .twitter,
.utf-social-icons.fixed .twitter:hover {
    background-color: #3bc1ed;
    border-color: #3bc1ed;
}

.dribbble i,
.dribbble:before {
    margin: 13px 0 0 13px;
}

.dribbble:before {
    content: "\44";
    top: 0;
    opacity: 1;
}

.dribbble:hover:before {
    top: 30px;
    opacity: 0;
}

.dribbble:hover {
    background-color: #ef5a92 !important;
}

.utf-social-icons.color .dribbble,
.utf-social-icons.fixed .dribbble:hover {
    background-color: #ef5a92;
    border-color: #ef5a92;
}

.facebook i,
.facebook:before {
    margin: 10px 0 0 13px;
}

.facebook:before {
    content: "\66";
    top: 0;
    opacity: 1;
}

.facebook:hover:before {
    top: 30px;
    opacity: 0;
}

.facebook:hover {
    background-color: #4a6d9d !important;
}

.utf-social-icons.color .facebook,
.utf-social-icons.fixed .facebook:hover {
    background-color: #4a6d9d;
    border-color: #4a6d9d;
}

.linkedin i,
.linkedin:before {
    margin: 10px 0 0 10px;
}

.linkedin:before {
    content: "\4c";
    top: 0;
    opacity: 1;
}

.linkedin:hover:before {
    top: 30px;
    opacity: 0;
}

.linkedin:hover {
    background-color: #0b7bb5 !important;
}

.utf-social-icons.color .linkedin,
.utf-social-icons.fixed .linkedin:hover {
    background-color: #0b7bb5;
    border-color: #0b7bb5;
}

.delicious i,
.delicious:before {
    margin: 10px 0 0 10px;
}

.delicious:before {
    content: "\23";
    top: 0;
    opacity: 1;
}

.delicious:hover:before {
    top: 30px;
    opacity: 0;
}

.delicious:hover {
    background-color: #3274d1 !important;
}

.utf-social-icons.color .delicious,
.utf-social-icons.fixed .delicious:hover {
    background-color: #3274d1;
    border-color: #3274d1;
}

.paypal i,
.paypal:before {
    margin: 10px 0 0 10px;
}

.paypal:before {
    content: "\24";
    top: 0;
    opacity: 1;
}

.paypal:hover:before {
    top: 30px;
    opacity: 0;
}

.paypal:hover {
    background-color: #2e689a !important;
}

.utf-social-icons.color .paypal,
.utf-social-icons.fixed .paypal:hover {
    background-color: #2e689a;
    border-color: #2e689a;
}

.gplus i,
.gplus:before {
    margin: 10px 0 0 9px;
}

.gplus:before {
    content: "\f0d5";
    top: 0;
    opacity: 1;
}

.gplus:hover:before {
    top: 30px;
    opacity: 0;
}

.gplus:hover {
    background-color: #d53824 !important;
}

.utf-social-icons.color .gplus,
.utf-social-icons.fixed .gplus:hover {
    background-color: #d53824;
    border-color: #d53824;
}

.stumbleupon i,
.stumbleupon:before {
    margin: 10px 0 0 8px;
}

.stumbleupon:before {
    content: "\2f";
    top: 0;
    opacity: 1;
}

.stumbleupon:hover:before {
    top: 30px;
    opacity: 0;
}

.stumbleupon:hover {
    background-color: #eb4924 !important;
}

.utf-social-icons.color .stumbleupon,
.utf-social-icons.fixed .stumbleupon:hover {
    background-color: #eb4924;
    border-color: #eb4924;
}

.fivehundredpx i,
.fivehundredpx:before {
    margin: 10px 0 0 8px;
}

.fivehundredpx:before {
    content: "\30";
    top: 0;
    opacity: 1;
}

.fivehundredpx:hover:before {
    top: 30px;
    opacity: 0;
}

.fivehundredpx:hover {
    background-color: #444 !important;
}

.utf-social-icons.color .fivehundredpx,
.utf-social-icons.fixed .fivehundredpx:hover {
    background-color: #444;
    border-color: #444;
}

.pinterest i,
.pinterest:before {
    margin: 10px 0 0 12px;
}

.pinterest:before {
    content: "\31";
    top: 0;
    opacity: 1;
}

.pinterest:hover:before {
    top: 30px;
    opacity: 0;
}

.pinterest:hover {
    background-color: #cb1f25 !important;
}

.utf-social-icons.color .pinterest,
.utf-social-icons.fixed .pinterest:hover {
    background-color: #cb1f25;
    border-color: #cb1f25;
}

.forrst i,
.forrst:before {
    margin: 10px 0 0 12px;
}

.forrst:before {
    content: "\3a";
    top: 0;
    opacity: 1;
}

.forrst:hover:before {
    top: 30px;
    opacity: 0;
}

.forrst:hover {
    background-color: #40833e !important;
}

.utf-social-icons.color .forrst,
.utf-social-icons.fixed .forrst:hover {
    background-color: #40833e;
    border-color: #40833e;
}

.digg i,
.digg:before {
    margin: 10px 0 0 9px;
}

.digg:before {
    content: "\3b";
    top: 0;
    opacity: 1;
}

.digg:hover:before {
    top: 30px;
    opacity: 0;
}

.digg:hover {
    background-color: #205685 !important;
}

.utf-social-icons.color .digg,
.utf-social-icons.fixed .digg:hover {
    background-color: #205685;
    border-color: #205685;
}

.spotify i,
.spotify:before {
    margin: 10px 0 0 10px;
}

.spotify:before {
    content: "\3d";
    top: 0;
    opacity: 1;
}

.spotify:hover:before {
    top: 30px;
    opacity: 0;
}

.spotify:hover {
    background-color: #6ca405 !important;
}

.utf-social-icons.color .spotify,
.utf-social-icons.fixed .spotify:hover {
    background-color: #6ca405;
    border-color: #6ca405;
}

.reddit i,
.reddit:before {
    margin: 10px 0 0 9px;
}

.reddit:before {
    content: "\3e";
    top: 0;
    opacity: 1;
}

.reddit:hover:before {
    top: 30px;
    opacity: 0;
}

.reddit:hover {
    background-color: #404040 !important;
}

.utf-social-icons.color .reddit,
.utf-social-icons.fixed .reddit:hover {
    background-color: #404040;
    border-color: #404040;
}

.appstore i,
.appstore:before {
    margin: 10px 0 0 11px;
}

.appstore:before {
    content: "\41";
    top: 0;
    opacity: 1;
}

.appstore:hover:before {
    top: 30px;
    opacity: 0;
}

.appstore:hover {
    background-color: #c0c0c0 !important;
}

.utf-social-icons.color .appstore,
.utf-social-icons.fixed .appstore:hover {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.blogger i,
.blogger:before {
    margin: 10px 0 0 10px;
    font-size: 14px;
}

.blogger:before {
    content: "\42";
    top: 0;
    opacity: 1;
}

.blogger:hover:before {
    top: 30px;
    opacity: 0;
}

.blogger:hover {
    background-color: #ff6501 !important;
}

.utf-social-icons.color .blogger,
.utf-social-icons.fixed .blogger:hover {
    background-color: #ff6501;
    border-color: #ff6501;
}

.dribbble i,
.dribbble:before {
    margin: 10px 0 0 10px;
}

.dribbble:before {
    content: "\44";
    top: 0;
    opacity: 1;
}

.dribbble:hover:before {
    top: 30px;
    opacity: 0;
}

.dribbble:hover {
    background-color: #ef5a92 !important;
}

.utf-social-icons.color .dribbble,
.utf-social-icons.fixed .dribbble:hover {
    background-color: #ef5a92;
    border-color: #ef5a92;
}

.evernote i,
.evernote:before {
    margin: 10px 0 0 12px;
}

.evernote:before {
    content: "\45";
    top: 0;
    opacity: 1;
}

.evernote:hover:before {
    top: 30px;
    opacity: 0;
}

.evernote:hover {
    background-color: #6bb130 !important;
}

.utf-social-icons.color .evernote,
.utf-social-icons.fixed .evernote:hover {
    background-color: #6bb130;
    border-color: #6bb130;
}

.flickr i,
.flickr:before {
    margin: 10px 0 0 10px;
}

.flickr:before {
    content: "\46";
    top: 0;
    opacity: 1;
}

.flickr:hover:before {
    top: 30px;
    opacity: 0;
}

.flickr:hover {
    background-color: #136dd5 !important;
}

.utf-social-icons.color .flickr,
.utf-social-icons.fixed .flickr:hover {
    background-color: #136dd5;
    border-color: #136dd5;
}

.rss i,
.rss:before {
    margin: 10px 0 0 11px;
    font-size: 14px;
}

.rss:before {
    content: "\52";
    top: 0;
    opacity: 1;
}

.rss:hover:before {
    top: 30px;
    opacity: 0;
}

.rss:hover {
    background-color: #fe8f00 !important;
}

.utf-social-icons.color .rss,
.utf-social-icons.fixed .rss:hover {
    background-color: #fe8f00;
    border-color: #fe8f00;
}

.youtube i,
.youtube:before {
    margin: 10px 0 0 11px;
    font-size: 18px;
}

.youtube:before {
    content: "\55";
    top: 0;
    opacity: 1;
}

.youtube:hover:before {
    top: 30px;
    opacity: 0;
}

.youtube:hover {
    background-color: #bf2f29 !important;
}

.utf-social-icons.color .youtube,
.utf-social-icons.fixed .youtube:hover {
    background-color: #bf2f29;
    border-color: #bf2f29;
}

.vimeo i,
.vimeo:before {
    margin: 10px 0 0 10px;
    font-size: 14px;
}

.vimeo:before {
    content: "\56";
    top: 0;
    opacity: 1;
}

.vimeo:hover:before {
    top: 30px;
    opacity: 0;
}

.vimeo:hover {
    background-color: #4c8ab0 !important;
}

.utf-social-icons.color .vimeo,
.utf-social-icons.fixed .vimeo:hover {
    background-color: #4c8ab0;
    border-color: #4c8ab0;
}

.xing i,
.xing:before {
    margin: 10px 0 0 11px;
}

.xing:before {
    content: "\58";
    top: 0;
    opacity: 1;
}

.xing:hover:before {
    top: 30px;
    opacity: 0;
}

.xing:hover {
    background-color: #036568 !important;
}

.utf-social-icons.color .xing,
.utf-social-icons.fixed .xing:hover {
    background-color: #036568;
    border-color: #036568;
}

.yahoo i,
.yahoo:before {
    margin: 10px 0 0 8px;
}

.yahoo:before {
    content: "\59";
    top: 0;
    opacity: 1;
}

.yahoo:hover:before {
    top: 30px;
    opacity: 0;
}

.yahoo:hover {
    background-color: #9251a2 !important;
}

.utf-social-icons.color .yahoo,
.utf-social-icons.fixed .yahoo:hover {
    background-color: #9251a2;
    border-color: #9251a2;
}

.amazon i,
.amazon:before {
    margin: 10px 0 0 9px;
}

.amazon:before {
    content: "\61";
    top: 0;
    opacity: 1;
}

.amazon:hover:before {
    top: 30px;
    opacity: 0;
}

.amazon:hover {
    background-color: #2f3842 !important;
}

.utf-social-icons.color .amazon,
.utf-social-icons.fixed .amazon:hover {
    background-color: #2f3842;
    border-color: #2f3842;
}

.steam i,
.steam:before {
    margin: 13px 0 0 11px;
}

.steam:before {
    content: "\62";
    top: 0;
    opacity: 1;
}

.steam:hover:before {
    top: 30px;
    opacity: 0;
}

.steam:hover {
    background-color: #383838 !important;
}

.utf-social-icons.color .steam,
.utf-social-icons.fixed .steam:hover {
    background-color: #383838;
    border-color: #383838;
}

.dropbox i,
.dropbox:before {
    margin: 10px 0 0 10px;
}

.dropbox:before {
    content: "\64";
    top: 0;
    opacity: 1;
}

.dropbox:hover:before {
    top: 30px;
    opacity: 0;
}

.dropbox:hover {
    background-color: #2c92dd !important;
}

.utf-social-icons.color .dropbox,
.utf-social-icons.fixed .dropbox:hover {
    background-color: #2c92dd;
    border-color: #2c92dd;
}

.github i,
.github:before {
    margin: 10px 0 0 10px;
}

.github:before {
    content: "\67";
    top: 0;
    opacity: 1;
}

.github:hover:before {
    top: 30px;
    opacity: 0;
}

.github:hover {
    background-color: #5c7381 !important;
}

.utf-social-icons.color .github,
.utf-social-icons.fixed .github:hover {
    background-color: #5c7381;
    border-color: #5c7381;
}

.lastfm i,
.lastfm:before {
    margin: 13px 0 0 11px;
}

.lastfm:before {
    content: "\6c";
    top: 0;
    opacity: 1;
}

.lastfm:hover:before {
    top: 30px;
    opacity: 0;
}

.lastfm:hover {
    background-color: #d21309 !important;
}

.utf-social-icons.color .lastfm,
.utf-social-icons.fixed .lastfm:hover {
    background-color: #d21309;
    border-color: #d21309;
}

.tumblr i,
.tumblr:before {
    margin: 10px 0 0 12px;
}

.tumblr:before {
    content: "\74";
    top: 0;
    opacity: 1;
}

.tumblr:hover:before {
    top: 30px;
    opacity: 0;
}

.tumblr:hover {
    background-color: #3d658d !important;
}

.utf-social-icons.color .tumblr,
.utf-social-icons.fixed .tumblr:hover {
    background-color: #3d658d;
    border-color: #3d658d;
}

.wordpress i,
.wordpress:before {
    margin: 10px 0 0 11px;
}

.wordpress:before {
    content: "\77";
    top: 0;
    opacity: 1;
}

.wordpress:hover:before {
    top: 30px;
    opacity: 0;
}

.wordpress:hover {
    background-color: #383838 !important;
}

.utf-social-icons.color .wordpress,
.utf-social-icons.fixed .wordpress:hover {
    background-color: #383838;
    border-color: #383838;
}

.instagram i,
.instagram:before {
    margin: 10px 0 0 10px;
}

.instagram:before {
    content: "\f31f";
    top: 0;
    opacity: 1;
}

.instagram:hover:before {
    top: 30px;
    opacity: 0;
}

.instagram:hover {
    background-color: #3f6f94 !important;
}

.utf-social-icons.color .instagram,
.utf-social-icons.fixed .instagram:hover {
    background-color: #3f6f94;
    border-color: #3f6f94;
}

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot');
    src: url('../fonts/fontello.eot') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.utf-social-icons li i {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
    width: auto;
}

.icon-delicious:before {
    content: '\23';
}

.icon-paypal:before {
    content: '\24';
}

.icon-gplus:before {
    content: '\f0d5';
}

.icon-stumbleupon:before {
    content: '\2f';
}

.icon-fivehundredpx:before {
    content: '\30';
}

.icon-pinterest:before {
    content: '\31';
}

.icon-forrst:before {
    content: '\3a';
}

.icon-digg:before {
    content: '\3b';
}

.icon-spotify:before {
    content: '\3d';
}

.icon-reddit:before {
    content: '\3e';
}

.icon-appstore:before {
    content: '\41';
}

.icon-blogger:before {
    content: '\42';
}

.icon-dribbble:before {
    content: '\44';
}

.icon-evernote:before {
    content: '\45';
}

.icon-flickr:before {
    content: '\46';
}

.icon-linkedin:before {
    content: '\4c';
}

.icon-rss:before {
    content: '\52';
}

.icon-twitter:before {
    content: '\54';
}

.icon-youtube:before {
    content: '\55';
}

.icon-vimeo:before {
    content: '\56';
}

.icon-xing:before {
    content: '\58';
}

.icon-yahoo:before {
    content: '\59';
}

.icon-amazon:before {
    content: '\61';
}

.icon-steam:before {
    content: '\62';
}

.icon-dropbox:before {
    content: '\64';
}

.icon-facebook:before {
    content: '\66';
}

.icon-github:before {
    content: '\67';
}

.icon-lastfm:before {
    content: '\6c';
}

.icon-tumblr:before {
    content: '\74';
}

.icon-wordpress:before {
    content: '\77';
}

.icon-linkedin-rect:before {
    content: '\f31b';
}

.icon-instagram:before {
    content: '\f31f';
}

.agent ul.utf-social-icons,
#footer ul.utf-social-icons,
#top-bar ul.utf-social-icons {
    margin: 0;
    padding: 0;
}

.agent .utf-social-icons li a,
#footer .utf-social-icons li a,
#top-bar .utf-social-icons li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transform: scale(1);
    margin-right: 0;
}

.agent .utf-social-icons li,
#footer .utf-social-icons li,
#top-bar .utf-social-icons li {
    border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-filter: blur(radius);
}

.agent .utf-social-icons li a i,
.agent .utf-social-icons li a:before,
#footer .utf-social-icons li a i,
#footer .utf-social-icons li a:before,
#top-bar .utf-social-icons li a i,
#top-bar .utf-social-icons li a:before {
    transform: scale(1.1) translateY(calc(-50% - 2px));
    -moz-transform: scale(1.1) translateY(calc(-50% - 1px));
    -ms-transform: scale(1.1) translateY(-50%);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    margin-top: 55%;
}

.agent .utf-social-icons li a.twitter i,
.agent .utf-social-icons li a.twitter:before,
#footer .utf-social-icons li a.twitter i,
#footer .utf-social-icons li a.twitter:before,
#top-bar .utf-social-icons li a.twitter i,
#top-bar .utf-social-icons li a.twitter:before {
    transform: scale(1.1) translateY(calc(-50% - 1px));
}

#top-bar .utf-social-icons {
    float: right;
}

.agent .utf-social-icons li,
#footer .utf-social-icons li,
#top-bar .utf-social-icons li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0;
}

#top-bar .utf-social-icons li a:before,
#top-bar .utf-social-icons li a i {
    font-size: 14px;
    color: #fff;
}

#top-bar .utf-social-icons li .twitter:before,
#top-bar .utf-social-icons li .twitter i:before {
    font-size: 12px;
}

#top-bar .utf-social-icons li a:hover {
    background: #fff !important;
    border-color: transparent;
}

#top-bar .utf-social-icons li a:hover i {
    color: #e33324;
}

.agent .utf-social-icons li a,
#footer .utf-social-icons li a {
    width: 38px;
    height: 40px;
    background-color: #f2f2f2;
}

.agent .utf-social-icons,
#footer .utf-social-icons {
    position: relative;
    left: -13px;
}

.agent .utf-social-icons li,
#footer .utf-social-icons li {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0;
}

.agent .utf-social-icons li a:before,
.agent .utf-social-icons li a i,
#footer .utf-social-icons li a:before,
#footer .utf-social-icons li a i {
    font-size: 14px;
    color: #e33324;
}

.agent .utf-social-icons li .twitter:before,
.agent .utf-social-icons li .twitter i:before,
.agent .utf-social-icons li .vimeo:before,
.agent .utf-social-icons li .vimeo i:before,
#footer .utf-social-icons li .twitter:before,
#footer .utf-social-icons li .twitter i:before,
#footer .utf-social-icons li .vimeo:before,
#footer .utf-social-icons li .vimeo i:before {
    font-size: 13px;
}

.agent .utf-social-icons li a:hover,
#footer .utf-social-icons li a:hover {
    background: transparent !important;
    border-color: transparent;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.agent .utf-social-icons li a:hover i,
#footer .utf-social-icons li a:hover i {
    color: #e33324;
}

.info-box {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 25px 30px;
    border-top: 2px solid #e33324;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    background-color: #e33324;
    color: #e33324;
}

.info-box.no-border {
    border: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.93));
    background-color: #e33324;
}

.info-box h4 {
    margin: 0;
    font-size: 19px;
    color: #e33324;
    margin-bottom: 20px;
    margin-top: 0px;
}

.info-box p {
    margin-bottom: 0;
}

.info-box.large {
    padding: 36px;
}

.fullwidth_carousel_container_block {
    overflow: hidden;
    width: 100%;
}

.testimonials-subtitle {
    padding: 0 15%;
    text-align: center;
    font-size: 23px;
    line-height: 37px;
    margin-bottom: 8px;
    color: #909090;
}

.testimonial {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 6px;
    padding: 30px 25px;
    text-align: center;
    color: #909090;
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.testimonial p {
    margin: 0;
}

.testimonial:before {
    position: absolute;
    left: 50%;
    margin-left: -21px;
    bottom: -16px;
    content: "\e914";
    font-family: 'Material-Icons';
    font-size: 42px;
    color: #fff;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    cursor: default;
}

.testimonial-author {
    display: inline-block;
    padding-top: 15px;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.testimonial-author img {
    width: 80px;
    height: auto;
    padding: 2px;
    border: 3px solid rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    display: inline-block;
}

.testimonial-author h4 {
    display: block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    padding-left: 0px;
    text-align: center;
    color: #e33324;
}

.testimonial-author h4 span {
    display: block;
    color: #888;
    font-size: 15px;
    font-weight: 600;
    padding-top: 8px;
}

.utf-icon-box-item-area {
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    text-align: center;
    padding: 30px 20px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
}

.utf-icon-box-item-area:hover .icon-container {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

.utf-icon-box-item-area:hover {
    background: #e33324;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    transform: scale(1.03);
}

.utf-icon-box-item-area:hover .icon-container {
    background-color: #ffffff;
    color: #e33324;
}

.utf-icon-box-item-area:hover h3,
.utf-icon-box-item-area:hover p {
    color: #ffffff;
}

.utf-icon-box-item-area.alternative {
    padding: 20px;
    padding-bottom: 15px;
}

.utf-icon-box-item-area .icon-container {
    font-size: 36px;
    color: #fff;
    background-color: #e33324;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.utf-icon-box-item-area.alternative .icon-container {
    font-size: 60px;
    height: 130px;
    width: 130px;
    line-height: 130px;
}

.utf-icon-box-item-area .icon-container i {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    transition: all 0.2s ease-in;
    display: inline-block;
}

.utf-icon-box-item-area.alternative:hover .icon-container i {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.utf-icon-box-item-area .icon-container .icon-links {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0) scale(1.2);
    transition: all 0.2s ease-in;
    display: block;
}

.utf-icon-box-item-area .icon-container .icon-links a {
    display: block;
    color: #fff;
    padding: 5px 20px;
    transition: all 0.2s;
    position: relative;
}

.utf-icon-box-item-area:hover .icon-container .icon-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0) scale(1);
}

.utf-icon-box-item-area h3 {
    margin: 5px 0;
    line-height: 26px;
    font-size: 22px;
    font-weight: 600;
}

.utf-icon-box-item-area.alternative h3 {
    font-size: 23px;
}

.utf-icon-box-item-area p {
    font-size: 16px;
    font-weight: 600;
    color: #888;
    margin: 15px 0 0 0;
}

.utf-icon-box-item-area.alternative p {
    font-size: 16px;
    line-height: 29px;
}

.utf-icon-box-item-area.alternative {
    overflow: hidden;
    position: relative;
    display: block;
}

.info-banner {
    display: block;
    width: 100%;
    padding: 90px 0;
    color: #fff;
    margin: 0;
}

.info-banner-content {
    position: relative;
    z-index: 199;
}

.info-banner.centered {
    text-align: center;
}

.info-banner-content a.button {
    margin: 0 20px -15px 20px;
    position: relative;
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative;
}

.smart-utf-listing-item {
    text-align: center;
}

.text-content {
    background: transparent;
    padding: 75px 0px;
    font-weight: 500;
    z-index: 999;
    position: relative;
}

.text-content.white-font {
    color: #fff;
}

.text-content.white-font h1,
.text-content.white-font h2,
.text-content.white-font h3,
.text-content.white-font h4,
.text-content.white-font h5 {
    color: #fff;
}

.text-content a.button {
    padding: 12px 20px;
    font-size: 16px;
}

.text-content a.button:before {
    display: none;
}

.text-content p {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.text-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 700;
    font-size: 36px;
}

.top-1 {
    position: relative;
    top: -1px;
}

.top-0 {
    position: relative;
}

.flip-banner {
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 999;
}

.flip-banner:after {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 100;
    transition: all 0.6s;
}

.flip-banner:hover:after {
    opacity: 0.6;
}

.flip-banner-content {
    position: relative;
    top: 50%;
    z-index: 200;
}

.flip-banner h2 {
    font-size: 32px;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block;
}

.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all 0.45s cubic-bezier(.87, -.41, .19, 1.44);
}

.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(150%);
}

.flip-banner:hover .flip-banner-content .flip-visible {
    transform: translateY(-150%);
}

.flip-banner i {
    padding: 0 10px;
}

.flip-banner .sl {
    position: relative;
    top: 1px;
    font-size: 26px;
}

#counters {
    padding: 75px 0;
    position: relative;
    z-index: 999;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#counters:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 90%);
}

.counter-box {
    display: block;
    padding: 0;
    text-align: center;
}

#counters h3 {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 80px;
    margin-top: -15px;
    font-size: 26px;
    line-height: 34px;
}

.counter-box p {
    margin: 12px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    display: block;
    opacity: 0.8;
}

.counter-box i,
.counter {
    display: inline-block;
    font-size: 58px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    font-style: normal;
}

.counter-box-icon {
    display: block;
    background: #f6f6f6;
    padding: 50px 20px;
    text-align: center;
    border-radius: 4px;
}

.counter-box-icon.no-bg {
    background-color: transparent;
    padding: 20px;
}

.counter-box-icon.no-bg i {
    color: #333;
}

.counter-box-icon p {
    margin: 10px 0 0 0;
    padding: 0;
    color: #686868;
    font-size: 16px;
    font-weight: 600;
}

.counter-box-icon i {
    font-size: 80px;
    margin: 0 0 35px 0;
    color: #c0c0c0;
    display: inline-block;
}

.counter-box-icon .counter {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 28px;
}

.counter-box-icon.colored {
    background: #808080;
}

.counter-box-icon.colored p,
.counter-box-icon.colored i,
.counter-box-icon.colored .counter {
    color: #fff
}

.counter-boxes-inside-parallax .counter-box-icon {
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.counter-boxes-inside-parallax .counter-box-icon p {
    color: #e5e5e5;
}

.counter-boxes-inside-parallax .counter-box-icon i {
    margin-bottom: 50px;
}

.counter-boxes-inside-parallax .counter-box-icon .counter {
    color: #ffffff;
}

body .counter-boxes-inside-parallax .counter-box-icon i {
    font-size: 34px;
    color: #ffffff;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    background: #e33324;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.glyph.fs1 {
    position: relative;
    font-size: 20px;
    margin: 10px;
    float: left;
    width: 31%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    flex: 1 1 calc(33.3% - 30px);
    align-content: center;
    justify-content: center;
    display: inline-block !important;
    flex-direction: column;
    padding: 10px 12px;
    transition: 0.3s;
    color: #666;
}

.glyph.fs1:hover {
    transform: scale(1.02);
    background-color: #e33324;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.glyph.fs1:hover span.mls {
    color: #ffffff;
    background: transparent
}

.glyph.fs1:hover span {
    background-color: transparent;
    color: #ffffff;
}

.sl-icons-demo .col-xs-6 {
    position: relative;
    margin: 10px;
    float: left;
    width: 31%;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    flex: 1 1 calc(33.3% - 30px);
    align-content: center;
    justify-content: center;
    display: inline-block !important;
    flex-direction: column;
    padding: 10px 15px;
    transition: 0.3s;
}

.sl-icons-demo i {
    vertical-align: middle;
    top: 0px;
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.04);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    margin-right: 12px;
}

.sl-icons-demo .col-xs-6:hover {
    transform: scale(1.02);
    background-color: #e33324;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.sl-icons-demo .col-xs-6:hover i {
    color: #333;
    background: #ffffff
}

.sl-icons-demo .col-xs-6:hover span {
    background-color: transparent;
    color: #fff;
}

.fontawesome-icon-list .fa-hover {
    position: relative;
    margin: 10px;
    float: left;
    width: 31%;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    flex: 1 1 calc(33.3% - 30px);
    align-content: center;
    justify-content: center;
    display: inline-block !important;
    flex-direction: column;
    padding: 10px 15px;
    transition: 0.3s;
}

.fontawesome-icon-list .fa-hover i {
    vertical-align: middle;
    top: 0px;
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.04);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    margin-right: 12px;
}

.fontawesome-icon-list .fa-hover:hover a {
    color: #fff;
}

.fontawesome-icon-list .fa-hover:hover {
    transform: scale(1.02);
    background-color: #e33324;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.fontawesome-icon-list .fa-hover:hover i {
    color: #333;
    background: #ffffff
}

.fontawesome-icon-list .fa-hover:hover span {
    background-color: transparent;
    color: #fff;
}

.icons .col-md-4 {
    position: relative;
    margin: 10px;
    float: left;
    width: 31%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    flex: 1 1 calc(33.3% - 30px);
    align-content: center;
    justify-content: center;
    display: inline-block !important;
    flex-direction: column;
    padding: 10px 15px;
    transition: 0.3s;
}

.icons i {
    vertical-align: middle;
    top: 0px;
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.04);
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    transition: 0.3s;
    position: relative;
    margin-right: 12px;
}

.icons .col-md-4:hover {
    transform: scale(1.02);
    background-color: #ff8a00;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.icons .col-md-4:hover i {
    color: #333;
    background: #ffffff
}

.icons .col-md-4:hover span {
    background-color: transparent;
    color: #fff;
}

.icons .fa.fa-fw {
    margin-right: 3px;
    font-size: 14px;
}

.icons .text-muted {
    display: none;
}

.rememberme {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
}

.my-account .tabs-container {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
}

.lost_password {
    text-align: right;
    position: relative;
    float: right;
    top: 10px;
    color: #666;
}

a.lost_password:hover {
    color: #e33324
}

.my-account label a,
.forget-text a {
    color: #e33324
}

.forget-text {
    text-align: center;
}

.my-account label a:hover,
.forget-text a:hover {
    color: #323232
}

.rememberme input {
    margin: 0 2px 0 0;
    display: inline-block;
    min-height: auto;
    width: auto;
}

.utf-social-login-separator-item {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 36px 0 22px 0;
    height: 1px;
}

.utf-social-login-separator-item::before {
    width: 100%;
    content: "";
    height: 1px;
    display: block;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
}

.utf-social-login-separator-item span {
    background-color: #fff;
    position: absolute;
    top: -16px;
    margin-left: -17px;
    padding: 4px;
    color: #808080;
    border: 1px solid #e0e0e0;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.utf-social-login-buttons-block {
    display: flex;
    width: calc(100% + 0px);
}

.my-account label {
    position: relative;
}

.my-account label input {
    margin-top: 8px;
    height: 53px;
}

.my-account label input[type="checkbox"] {
    height: auto;
}

.my-account input {
    transition: box-shadow 0.2s !important;
}

.my-account input:focus {
    transition: box-shadow 0.2s !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
}

.my-account label i {
    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    left: 15px;
    bottom: 13px;
}

.my-account .button {
    line-height: 28px;
    height: auto;
}

.button.full-width {
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
}

button.button.social-login {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    outline: none;
    line-height: 24px;
    margin-bottom: 10px;
}

button.button.social-login.via-facebook {
    background-color: #00acee;
    border-color: #00acee;
    color: #fff;
}

button.button.social-login.via-facebook:hover {
    background: transparent;
    border-color: #00acee;
    color: #00acee;
}

button.button.social-login.via-gplus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

button.button.social-login.via-gplus:hover {
    background: transparent;
    border-color: #dd4b39;
    color: #dd4b39;
}

button.button.social-login.via-twitter {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

button.button.social-login.via-twitter:hover {
    background: transparent;
    border-color: #3b5998;
    color: #3b5998;
}

.utf-social-login-buttons-block button:last-child {
    margin-right: 0;
}

body .pac-container {
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin-top: -5px;
    box-sizing: content-box
}

#utf-signin-dialog-block,
#small-dialog-1,
#small-dialog-2,
#small-dialog-3,
#small-dialog-4,
#small-dialog {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 550px;
}

#utf-signin-dialog-block-1 span.line,
#utf-signin-dialog-block-2 span.line,
#utf-signin-dialog-block-3 span.line,
#utf-signin-dialog-block-4 span.line,
#utf-signin-dialog-block span.line,
#small-dialog span.line {
    padding-top: 0;
}

.utf-signin-form-part ul.utf-popup-tabs-nav-item li {
    width: 50%;
    text-align: center;
}

.utf-signin-form-part ul.utf-popup-tabs-nav-item li a {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#utf-signin-dialog-block.dialog-with-tabs .mfp-close {
    top: -18px !important;
    right: -18px !important;
    color: #ffffff !important;
    background-color: #e33324 !important;
}

.utf-popup-tabs-nav-item {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    height: 62px;
    background: #e33324;
    border-radius: 4px 4px 0 0;
}

.utf-signin-form-part::before {
    content: '';
    width: 100%;
    background: #e33324;
    height: 30px;
    position: absolute;
    top: -10px;
    left: 0;
    opacity: .8;
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.utf-popup-tabs-nav-item li {
    float: left;
    line-height: 62px;
    height: 62px;
    padding: 0;
    margin-right: 0;
    position: relative;
}

.checkbox {
    display: inline-block;
    margin-bottom: 0;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    line-height: 25px;
    font-weight: 600;
}

.checkbox label span.checkbox-icon {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #d5d5d5;
    height: 20px;
    width: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 40px;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 2px;
}

.checkbox input+label span.checkbox-icon:after {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: scale(0.5) rotate(45deg);
    transition: all 0.35s cubic-bezier(0.3, -.41, .19, 2), opacity 0.3s;
}

.checkbox input:checked+label span.checkbox-icon {
    border-color: #e33324;
    background-color: #e33324;
}

.checkbox input:checked+label span.checkbox-icon:after {
    transform: scale(1) rotate(45deg);
    opacity: 1;
}

.utf-popup-tabs-nav-item li:first-child a {
    border-radius: 4px 0 0 0;
}

.utf-popup-tabs-nav-item li a,
.popup-tab-reviews {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.utf-popup-tabs-nav-item li a {
    border: none;
    color: #ffffff;
    display: inline-block;
    outline: none;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    z-index: 10;
    position: relative;
    height: 100%;
    padding: 0 30px;
    transition: all 0.3s, font-weight 0s;
}

.utf-popup-tabs-nav-item li.active {
    background-color: #fff;
    position: relative;
}

.utf-popup-tabs-nav-item li a:hover {
    height: calc(100% - 0px);
    color: #fff;
}

.utf-popup-tabs-nav-item li.active a:hover {
    background-color: #fff;
    border-bottom: 0px solid #e33324;
}

.utf-popup-tabs-nav-item li.active {
    background-color: #fff;
    border-bottom: 2px solid #e33324;
}

.utf-popup-tabs-nav-item li.active a {
    color: #66676b;
    font-weight: 700;
}

.utf-popup-tabs-nav-item li:first-child.active {
    border-left: none;
    border-radius: 4px 0 0 0;
}

.utf-popup-tab-content-item {
    padding: 30px 25px;
    position: static;
    z-index: 10;
    display: inline-block;
    width: 100%;
}

#small-dialog .utf-signin-form-part h4.modal-title {
    color: #ffffff;
    margin: 17px 10px 19px 25px;
    width: 80%;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    top: 17px;
}

#small-dialog-1 .utf-signin-form-part h4.modal-title,
#small-dialog-2 .utf-signin-form-part h4.modal-title,
#small-dialog-3 .utf-signin-form-part h4.modal-title {
    color: #ffffff;
    margin: 17px 10px 18px 20px;
    width: 80%;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    top: 17px;
}

#small-dialog .utf-signin-form-part li.modal-title,
#small-dialog-1 .utf-signin-form-part li.modal-title,
#small-dialog-2 .utf-signin-form-part li.modal-title {
    color: #ffffff;
    width: 80%;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    top: 0;
    background: transparent;
    text-align: left;
    padding: 0 25px;
    word-break: break-all;
}

.utf-popup-container-part-tabs {
    overflow: hidden;
    width: 100%;
}

.utf-popup-tab-content-item p:last-child {
    margin-bottom: 0;
}

.dialog-with-tabs#utf-signin-dialog-block,
.dialog-with-tabs#small-dialog-1,
.dialog-with-tabs#small-dialog-2,
.dialog-with-tabs#small-dialog-3,
.dialog-with-tabs#small-dialog-4,
.dialog-with-tabs#small-dialog {
    padding: 0;
    color: #666;
    max-width: 540px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

#utf-signin-dialog-block.dialog-with-tabs .mfp-close,
#small-dialog.dialog-with-tabs .mfp-close,
#small-dialog-1.dialog-with-tabs .mfp-close,
#small-dialog-2.dialog-with-tabs .mfp-close,
#small-dialog-3.dialog-with-tabs .mfp-close,
#small-dialog-4.dialog-with-tabs .mfp-close {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

#utf-signin-dialog-block.dialog-with-tabs .mfp-close:hover,
#small-dialog-1.dialog-with-tabs .mfp-close:hover,
#small-dialog-2.dialog-with-tabs .mfp-close:hover,
#small-dialog-3.dialog-with-tabs .mfp-close:hover,
#small-dialog-4.dialog-with-tabs .mfp-close:hover,
#small-dialog.dialog-with-tabs .mfp-close:hover {
    color: #ff8a00;
    background-color: #ffffff;
}

.dialog-with-tabs .mfp-close:before,
.dialog-with-tabs .mfp-close:before {
    font-size: 24px;
}

.dialog-with-tabs input:-webkit-autofill,
.dialog-with-tabs input:focus:-webkit-autofill {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: inset 0 0 0px 9999px white, 0 1px 4px rgba(0, 0, 0, 0.07);
}

.dialog-with-tabs input {
    margin-bottom: 18px;
}

.dialog-with-tabs .forgot-password {
    font-size: 16px;
    color: #666;
    margin-top: -7px;
    display: block;
}

.utf-popup-tab-content-item a.forgot-password {
    text-align: right;
    position: relative;
    float: right;
    top: 7px;
    font-weight: 600;
}

.utf-login-register-page-aera {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
}

.utf-login-register-page-aera a.forgot-password {
    text-align: right;
    position: relative;
    float: right;
    top: 10px;
    color: #666;
}

.utf-login-register-page-aera a.forgot-password:hover {
    color: #ff8a00
}

.utf-login-register-page-aera .utf-account-type {
    display: flex;
    width: calc(100% + 0px);
    background: #fbfdff;
    padding: 5px;
    border: 1px solid #dde6ef;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.utf-login-register-page-aera .utf-account-type div {
    margin: 8px;
}

.utf-login-register-page-aera .utf-account-type div label.utf-ripple-effect-dark {
    margin-bottom: 0;
}

.dialog-with-tabs .forgot-password:hover {
    color: #e33324;
}

.dialog-with-tabs .button {
    height: 48px;
    width: 100% !important;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(102, 103, 107, 0.15);
}

.utf-welcome-text-item {
    display: block;
    text-align: center;
    color: #808080;
    margin-bottom: 25px;
}

.utf-welcome-text-item h3 {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.utf-welcome-text-item span a,
#utf-register-account-form .checkbox label a {
    font-weight: 700;
    color: #e33324;
}

.utf-welcome-text-item span a:hover,
#utf-register-account-form .checkbox label a:hover {
    color: #333333;
}

.utf-welcome-text-item span {
    display: block;
    margin-top: 6px;
    line-height: 22px;
    font-weight: 600;
}

.utf-social-login-separator-item {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    margin: 36px 0 22px 0;
    height: 1px;
}

.utf-social-login-separator-item:before {
    width: 100%;
    content: "";
    height: 1px;
    display: block;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
}

.utf-social-login-separator-item span {
    background: #e8e8e8;
    position: absolute;
    top: -15px;
    margin: 0 auto;
    padding: 0px 10px;
    color: #323232;
    border: 1px solid #e0e0e0;
    width: max-content;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    right: 0;
}

.utf-social-login-buttons-block {
    display: flex;
    width: calc(100% + 0px)
}

.utf-social-login-buttons-block button {
    flex: 1;
    text-align: center;
    border: 2px solid #333;
    color: #333;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 16px;
    padding: 10px 5px;
    font-weight: 700;
    max-width: 50%;
    transition: 0.3s;
    box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.2);
}

.utf-social-login-buttons-block button:last-child {
    margin-right: 0;
}

.utf-social-login-buttons-block button:hover {
    background-color: #333;
    color: #fff;
}

.utf-social-login-buttons-block button i {
    position: relative;
    top: 1px;
    margin-right: 7px;
    font-size: 15px;
}

.utf-social-login-buttons-block .facebook-login {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.utf-social-login-buttons-block .facebook-login:hover {
    background: transparent;
    border-color: #3b5998;
    color: #3b5998;
}

.utf-social-login-buttons-block .google-login {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.utf-social-login-buttons-block .google-login:hover {
    background: transparent;
    border-color: #dd4b39;
    color: #dd4b39;
}

.utf-social-login-buttons-block .twitter-login {
    background-color: #00acee;
    border-color: #00acee;
    color: #fff;
}

.utf-social-login-buttons-block .twitter-login:hover {
    background: transparent;
    border-color: #00acee;
    color: #00acee;
}

@media (max-width: 768px) {
    .utf-social-login-separator-item {
        margin-bottom: 25px;
    }
}

#utf-signin-dialog-block .utf-account-type {
    display: flex;
    width: calc(100% + 0px);
    background: #fbfdff;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #dde6ef;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

#utf-signin-dialog-block .utf-account-type div {
    margin: 10px 5px;
}

#utf-signin-dialog-block .utf-account-type div label {
    margin-bottom: 0;
}

.utf-account-type {
    display: inline-block;
    width: calc(100% + 20px);
    margin: 0;
}

.utf-account-type div {
    flex: 1;
    margin-right: 20px;
}

.utf-account-type label {
    border-radius: 3px;
    border: none;
    background-color: #f2f2f2;
    width: 100%;
}

.utf-account-type input.utf-account-type-radio:empty {
    display: none;
}

.utf-account-type label i {
    position: relative;
    font-size: 18px;
    top: 2px;
    margin-right: 2px;
}

.utf-account-type input.utf-account-type-radio:empty~label {
    position: relative;
    float: left;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    color: #888;
    transition: 0.4s;
    height: 48px;
    line-height: 28px;
    overflow: hidden;
}

.utf-account-type input.utf-account-type-radio~label:hover {
    color: #ffffff;
    background-color: #ff8a00;
}

.utf-account-type input.utf-account-type-radio:checked~label {
    color: #fff;
    background-color: #ff8a00;
}

.utf-account-type input.utf-account-type-radio:empty~label:after,
.utf-account-type input.utf-account-type-radio:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    border-radius: 4px;
    font-size: 22px;
    background: transparent;
    z-index: 100;
    opacity: 0;
}

.utf-account-type .utf-ripple-effect-dark span.ripple-overlay {
    animation: ripple 1.2s;
    opacity: 0.03;
}

@keyframes typeCheck {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    50% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@keyframes typeBG {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 479px) {
    .utf-popup-tab-content-item {
        padding: 30px 20px;
    }
    .utf-social-login-buttons-block {
        display: inline-block;
    }
    .utf-social-login-buttons-block button {
        width: 100%;
        max-width: 100%;
    }
    #utf-signin-dialog-block.dialog-with-tabs .mfp-close {
        top: -25px !important;
        right: 44% !important;
    }
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-1 {
    margin-top: 1px !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.margin-top-4 {
    margin-top: 4px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-6 {
    margin-top: 6px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-8 {
    margin-top: 8px !important;
}

.margin-top-9 {
    margin-top: 9px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-85 {
    margin-top: 85px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-95 {
    margin-top: 95px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-105 {
    margin-top: 105px !important;
}

.margin-top-110 {
    margin-top: 110px !important;
}

.margin-top-115 {
    margin-top: 115px !important;
}

.margin-top-120 {
    margin-top: 120px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-85 {
    margin-bottom: 85px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-95 {
    margin-bottom: 95px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-left-1 {
    margin-left: 1px !important;
}

.margin-left-2 {
    margin-left: 2px !important;
}

.margin-left-3 {
    margin-left: 3px !important;
}

.margin-left-4 {
    margin-left: 4px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-6 {
    margin-left: 6px !important;
}

.margin-left-7 {
    margin-left: 7px !important;
}

.margin-left-8 {
    margin-left: 8px !important;
}

.margin-left-9 {
    margin-left: 9px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-55 {
    margin-left: 55px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-65 {
    margin-left: 65px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-75 {
    margin-left: 75px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-left-85 {
    margin-left: 85px !important;
}

.margin-left-90 {
    margin-left: 90px !important;
}

.margin-left-95 {
    margin-left: 95px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-1 {
    margin-right: 1px !important;
}

.margin-right-2 {
    margin-right: 2px !important;
}

.margin-right-3 {
    margin-right: 3px !important;
}

.margin-right-4 {
    margin-right: 4px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-6 {
    margin-right: 6px !important;
}

.margin-right-7 {
    margin-right: 7px !important;
}

.margin-right-8 {
    margin-right: 8px !important;
}

.margin-right-9 {
    margin-right: 9px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-55 {
    margin-right: 55px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-right-65 {
    margin-right: 65px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.margin-right-75 {
    margin-right: 75px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.margin-right-85 {
    margin-right: 85px !important;
}

.margin-right-90 {
    margin-right: 90px !important;
}

.margin-right-95 {
    margin-right: 95px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: 1px !important;
}

.padding-top-2 {
    padding-top: 2px !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.padding-top-4 {
    padding-top: 4px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-6 {
    padding-top: 6px !important;
}

.padding-top-7 {
    padding-top: 7px !important;
}

.padding-top-8 {
    padding-top: 8px !important;
}

.padding-top-9 {
    padding-top: 9px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-65 {
    padding-top: 65px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-75 {
    padding-top: 75px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-85 {
    padding-top: 85px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-top-95 {
    padding-top: 95px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-105 {
    padding-top: 105px !important;
}

.padding-top-110 {
    padding-top: 110px !important;
}

.padding-top-115 {
    padding-top: 115px !important;
}

.padding-top-120 {
    padding-top: 120px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-65 {
    padding-bottom: 65px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-75 {
    padding-bottom: 75px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-85 {
    padding-bottom: 85px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-bottom-95 {
    padding-bottom: 95px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

@media only screen and (max-width: 1366px) and (min-width: 1240px) {
    .utf-parallax-content-area {
        padding: 140px 0;
    }
    .search-container {
        padding: 125px 0;
        display: inline-block;
    }
    #header {
        padding: 15px 0;
    }
    .fullwidth-home-slider .item,
    .fullwidth-property-slider .item {
        height: 430px;
    }
    .parallax #titlebar {
        padding: 60px 0;
    }
    #titlebar {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1260px) {
    .col-sm-push-3.smart-utf-listing-item {
        left: 0;
    }
    .smart-utf-listing-item {
        width: 100%;
    }
}

@media (max-width: 1239px) {
    #map-container.homepage-map {
        height: 480px;
    }
    #header.cloned {
        display: none;
    }
    .utf-icon-box-item-area.alternative:after {
        display: none;
    }
    .fullwidth-layout .list-layout .utf-listing-content {
        flex: 3;
    }
    .fullwidth-layout .list-layout .utf-smt-listing-img-container {
        flex: 1.5;
    }
    .utf-listing-item.compact li {
        padding: 15px 15px 0 0;
        font-size: 13px;
        line-height: 18px;
    }
    .utf-listing-item.compact li span {
        font-size: 13px;
    }
    .utf-listing-img-content-item span {
        font-size: 19px;
    }
    .compact .utf-listing-img-content-item .utf-listing-compact-title-item {
        padding: 18px 23px;
    }
    .compact .utf-listing-img-content-item .utf-listing-compact-title-item i {
        font-size: 15px;
    }
    #navigation.style-1 {
        margin: 30px 0 10px -5px;
        width: 100%;
        padding-top: 25px;
        position: relative;
    }
    #navigation.style-1:before {
        position: absolute;
        width: 940px;
        height: 1px;
        display: block;
        top: 0;
        left: 5px;
        content: "";
        background: #e0e0e0;
    }
    .fullwidth-home-slider .slick-prev {
        right: 75px;
        left: initial;
    }
    .fullwidth-home-slider .slick-next {
        right: 20px;
        left: initial;
    }
    .fullwidth-home-slider .slick-prev,
    .fullwidth-home-slider .slick-next {
        border-radius: 3px;
        top: 20px;
        transform: none;
        opacity: 1;
        transform: translate(0, 0);
    }
    .fullwidth-home-slider:hover .slick-prev,
    .fullwidth-home-slider:hover .slick-next {
        transform: translate(0, 0);
    }
    .property-slider.default .item {
        height: 500px;
    }
    .header-widget {
        height: auto;
    }
    .parallax #titlebar {
        padding: 65px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1239px) {
    .col-sm-push-3.smart-utf-listing-item {
        left: 0;
    }
    .utf-listing-item.compact li {
        padding: 15px 7px 0 0;
    }
    .compact .utf-listing-img-content-item span {
        font-size: 18px;
        font-weight: 600;
    }
    .utf-listing-title h4 a {
        font-size: 18px;
    }
    span.utf-listing-address {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .parallax #titlebar {
        padding: 60px 0;
    }
    #navigation.style-2.cloned {
        display: none;
    }
    #backtotop {
        display: none;
        opacity: 1;
        visibility: visible;
    }
    header.fullwidth .container {
        padding: 0 15px;
    }
    .plan {
        margin-bottom: 25px;
    }
    .utf-plan-price,
    .plan.featured .utf-plan-price {
        padding: 30px 20px;
    }
    .utf-icon-box-item-area {
        margin-bottom: 25px;
    }
    #footer .col-xs-12 p {
        margin-bottom: 35px;
    }
    .smart-utf-listing-item.col-sm-push-3 {
        left: 0;
    }
    .sidebar {
        margin-top: 40px;
    }
    .utf-more-search-options-area-container .checkboxes.in-row label {
        margin-top: 9px;
        width: 48%;
    }
    .utf-main-search-box-area button.utf-search-btn-item,
    .utf-utf-more-search-options-area-button {
        margin-bottom: 18px;
    }
    .fs-inner-container .utf-utf-more-search-options-area-button {
        margin-bottom: 0
    }
    a.grid-three {
        display: none;
    }
    .grid-layout-three {
        left: -1.5%;
        width: 103%;
    }
    .grid-layout-three .utf-listing-item {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .fullwidth-layout .list-layout .utf-listing-content {
        flex: 3;
    }
    .fullwidth-layout .list-layout .utf-smt-listing-img-container {
        flex: 2;
    }
    .utf-listing-item.compact .listing-hidden-content li {
        opacity: 1;
    }
    .compact .utf-smt-listing-img-container:before {
        transform: translateY(-70px);
    }
    .fullwidth-property-slider .item {
        height: 350px;
    }
    .fullwidth-property-slider .slick-prev {
        left: 40px;
    }
    .fullwidth-property-slider .slick-next {
        right: 40px;
    }
    .utf-contact-map .address-box-container {
        width: 50%;
        height: 400px;
    }
    #navigation.style-1 {
        margin: 0;
        width: 100%;
        padding-top: 0px;
        position: relative;
    }
    #navigation.style-1:before {
        display: none;
    }
    .utf-main-search-form-item {
        width: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
        margin-top: 35px;
    }
    .search-container {
        padding: 120px 0;
    }
    .search-container .chosen-container-single {
        margin-bottom: 15px;
    }
    section.fullwidth .blog-post {
        margin: 15px 0;
    }
    .counter-box-icon {
        margin: 15px 0;
    }
    .counter-box::after {
        display: none;
    }
    .flip-banner-content .flip-hidden,
    .flip-banner-content .flip-visible {
        padding: 0 50px;
        font-size: 27px;
        line-height: 38px;
    }
    .flip-banner-content .flip-hidden {
        padding: 0;
    }
    .search-container .row.with-forms div {
        margin-bottom: 14px;
    }
    .overflow-hidden {
        overflow: visible;
    }
    .fs-container {
        height: 100% !important;
    }
    .fs-inner-container:first-child,
    .fs-inner-container {
        width: 100%;
    }
    .fs-content {
        overflow: visible;
    }
    .fs-container #map-container {
        height: 440px;
    }
    #top-bar .left-side {
        width: 70%;
    }
    #top-bar .right-side {
        width: 30%;
    }
    #top-bar .right-side .utf-social-icons {
        float: right;
    }
    .submit-page,
    #titlebar.submit-page h2 {
        padding: 0;
    }
    .property-features {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .property-slider.default .item {
        height: 400px;
    }
    .sidebar.right {
        padding-left: 0;
        margin-top: 55px;
    }
    .pagination-next-prev a.next,
    .pagination-next-prev a.prev {
        position: relative;
        top: 0;
    }
    .pagination li {
        text-align: center;
    }
    .pagination-next-prev ul {
        padding: 15px 0 0 0;
    }
    .pagination-next-prev li {
        display: inline-block
    }
    .sidebar.left {
        padding-right: 0;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1239px) {
    .header-widget a.sign-in span,
    .header-widget a.button.border span {
        display: none;
    }
    .header-widget .log-in-button {
        padding: 10px 8px;
        border-radius: 30px;
    }
    .header-widget .sign-in i {
        padding-right: 0;
    }
    .header-widget a.button.border {
        padding: 7px 11px;
        border-radius: 30px;
    }
    #header .left-side {
        width: 85%;
        position: relative;
    }
    #header .right-side {
        width: 15%;
        position: relative;
    }
    #navigation.style-1 ul a {
        padding: 6px 10px;
    }
    .user-menu {
        margin-right: 10px;
    }
    #logo {
        left: 0;
        margin: 0;
        margin-left: 0;
        width: 160px;
        text-align: left;
    }
    .header-widget a.button.border i {
        padding-right: 0px;
    }
    .mmenu-trigger {
        margin: 0;
    }
    .user-menu {
        top: 8px;
    }
    #header {
        padding: 20px 0 10px 0;
    }
    #navigation.style-1::before {
        display: none;
    }
    #navigation.style-1 {
        margin: 0;
        width: 78%;
        padding-top: 0;
        position: relative;
    }
    .header-widget {
        padding: 0;
        border-top: 0;
        text-align: right;
        position: relative;
    }
}

@media only screen and (min-width: 991px) and (max-width: 992px) {
    .header-widget a.sign-in span,
    .header-widget a.button.border span {
        display: black;
    }
    .header-widget .log-in-button {
        padding: 10px 15px;
        border-radius: 30px;
    }
    .header-widget a.button.border {
        padding: 7px 15px;
        border-radius: 30px;
    }
    #header .left-side,
    #header .right-side {
        width: auto;
        position: relative;
    }
    #logo {
        left: 0;
        margin: 0;
        margin-left: 100px;
        width: 180px;
        text-align: left;
    }
    .mmenu-trigger {
        margin: 0;
    }
    .user-menu {
        top: 8px;
    }
    #navigation.style-1::before {
        display: none;
    }
    #navigation.style-1 {
        margin: 0;
        width: 100%;
        padding-top: 0;
        position: relative;
    }
    .header-widget {
        padding: 3px 0;
        border-top: 0;
        text-align: right;
        position: relative;
    }
}

@media (max-width: 991px) {
    .header-widget a.sign-in span,
    .header-widget a.button.border span {
        display: none;
    }
    .header-widget .log-in-button {
        padding: 8px 7px;
        border-radius: 30px;
        margin-right: 10px;
    }
    .header-widget .sign-in i {
        margin-right: 0;
    }
    .header-widget .user-menu {
        top: 6px;
        margin-top: 0;
    }
    .header-widget a.button.border {
        padding: 5px 9px;
        border-radius: 30px;
        top: 1px;
    }
    .header-widget a.button.border i {
        padding-right: 0px;
    }
    #header .left-side,
    #header .right-side {
        width: auto;
        position: relative;
    }
    #logo {
        left: 0;
        margin: 0;
        margin-left: 100px;
        width: 180px;
        text-align: left;
    }
    .mmenu-trigger {
        margin: 0;
    }
    .header-widget {
        padding: 2px 0;
        border-top: 0;
    }
}

@media (max-width: 767px) {
    #logo {
        left: 0;
        top: -1px;
        margin: 0;
        width: 160px;
        margin-left: 65px;
    }
    .checkboxes.in-row label {
        width: 48%;
    }
    body .carousel {
        left: -5px;
        width: calc(100% + 12px);
    }
    .utf-sort-box-aera {
        padding: 5px 10px;
    }
    .utf-carousel-item-area {
        margin: 10px;
    }
    .text-content h2 {
        line-height: 36px;
        font-weight: 600;
        font-size: 28px;
    }
    .fs-container .fs-listings-two {
        padding: 0;
    }
    .utf-listing-carousel-item .owl-next {
        right: -15px;
    }
    table.manage-table th:first-child {
        width: 100%
    }
    .fullwidth-property-slider .item {
        height: 220px;
    }
    #titlebar-dtl-item.property-titlebar h1,
    #titlebar-dtl-item.property-titlebar h2 {
        font-size: 20px;
        line-height: 32px;
        margin: 1px 0;
        font-weight: 600;
    }
    .ui-accordion .ui-accordion-header,
    .trigger a {
        padding-right: 30px;
    }
}

@media (max-width: 639px) {
    .header-widget .user-name-title {
        display: none;
    }
    .user-name span {
        display: inline-block;
        width: 46px;
        height: 46px;
        margin-right: 10px;
        border-radius: 50%;
        position: absolute;
        left: 15px;
        top: -8px;
    }
    .user-menu {
        padding-right: 35px;
    }
    span.utf-listing-address {
        font-size: 15px;
    }
    .utf-listing-features {
        padding: 5px 5px 15px 5px;
    }
    .user-menu ul::before {
        display: none;
    }
    .widget.utf-sidebar-widget-item .utf-listing-item.compact li {
        padding: 17px 5px 0 0;
    }
}

@media (max-width: 767px) {
    .parallax #titlebar h1,
    .parallax #titlebar h2,
    .parallax #titlebar #breadcrumbs ul li,
    .parallax #titlebar #breadcrumbs ul li a,
    .parallax #titlebar #breadcrumbs ul li::before {
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    #titlebar h2 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        display: block;
    }
    #breadcrumbs ul {
        text-align: center;
    }
    #map-container .utf-main-search-container-area {
        width: 100%;
    }
    #map-container.homepage-map {
        height: 720px;
    }
    #map-container .utf-main-search-input-item button.button {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        margin-top: 0;
        flex: 1;
    }
    .utf-listings-container-area.fs-listings.list-layout {
        padding: 0 15px;
    }
    .fs-switcher {
        padding: 0 15px;
    }
    .fs-container section.search {
        padding: 25px 15px 25px 15px;
    }
    .manage-table .utf-title-container img {
        display: none;
    }
    .utf-pricing-container-area {
        display: inline-block;
    }
    .plan.featured {
        transform: none;
    }
    .comment-by a.reply {
        position: relative;
        margin: 10px 0 0 0;
        top: 0;
        right: 0;
        display: inline-block;
    }
    .add-comment input {
        width: 100%;
        margin-bottom: 15px;
    }
    #posts-nav li {
        position: relative;
        width: 100%;
    }
    #posts-nav li a {
        padding: 0 !important;
    }
    #posts-nav li a::before {
        display: none;
    }
    #posts-nav li.next-post {
        text-align: left;
        margin-bottom: 30px;
    }
    .about-author img {
        display: none;
    }
    .about-description {
        margin: 0;
    }
    .comments ul li ul {
        margin: 0;
    }
    .avatar img {
        max-width: 60px;
    }
    .avatar {
        top: 3px;
    }
    .comment-content {
        color: #666;
        padding: 20px 15px 15px 90px;
    }
    .comments ul li,
    .comments ul li ul li,
    .comments ul li ul li ul li,
    .comments ul li ul li ul li {
        margin: 20px 0 0 0px;
    }
    .comments ul li ul li::before {
        top: 25px;
    }
    .about-author img {
        display: block;
        position: relative;
        float: none;
    }
    .about-description {
        margin-left: 0;
        margin-top: 25px;
    }
    .property-features {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    a.back-to-listings {
        display: none;
    }
    .property-title {
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .property-pricing {
        left: 0px;
        margin-top: 20px;
        position: relative;
        text-align: left;
        transform: translateY(0%);
    }
    .property-titlebar .property-title .property-pricing {
        margin-top: 0;
    }
    #titlebar.property-titlebar {
        padding: 20px;
    }
    .fp-accordion .accordion h3.ui-accordion-header span {
        margin-bottom: 5px;
        display: inline-block;
        padding: 1px 10px;
    }
    #top-bar,
    #top-bar .container {
        width: 100%;
        padding: 0;
    }
    #top-bar .left-side {
        padding: 0 15px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.07) 0%, transparent);
    }
    #top-bar .left-side,
    #top-bar .right-side {
        width: 100%;
    }
    #top-bar .right-side .utf-social-icons {
        float: left;
    }
    .sidebar.right {
        padding-left: 0;
        margin-top: 55px;
    }
    .parallax #titlebar {
        padding: 45px 0;
    }
    #titlebar {
        padding: 40px 0;
    }
    #breadcrumbs {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        width: 100%;
        padding: 0;
        margin-top: 8px;
    }
    .compact .utf-smt-listing-img-container:hover:before {
        opacity: 1 !important;
    }
    .compact .utf-smt-listing-img-container:hover:after {
        opacity: 0 !important;
    }
    #breadcrumbs ul {
        padding: 0;
    }
    #breadcrumbs ul li:first-child {
        margin: 0 0 0 0px;
    }
    .counter-box {
        margin: 15px 0;
    }
    .counter-box-icon .counter {
        font-size: 32px;
    }
    .counter-box-icon p {
        margin: 8px 0 0 0;
        font-size: 15px;
        font-weight: 500;
    }
    #counters {
        padding: 70px 0;
    }
    section.fullwidth .headline-box {
        transform: translate3d(0%, -50%, 0);
        margin-left: 0;
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .search-container {
        padding: 100px 0;
    }
    .utf-main-search-input-item {
        width: 100%;
        display: block
    }
    .utf-section-headline-item h1,
    .utf-section-headline-item h2,
    .utf-section-headline-item h3,
    .utf-section-headline-item h4 {
        line-height: 34px;
    }
    .utf-section-headline-item span {
        margin-bottom: 10px;
    }
    .utf-section-headline-item .utf-headline-display-inner-item {
        display: none;
    }
    .utf-main-search-input-item button.button {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
        margin-bottom: 20px;
    }
    .utf-main-search-box-area.no-shadow .utf-main-search-input-item button.button {
        margin-bottom: 30px;
    }
    .utf-parallax-content-area {
        padding: 70px 0;
    }
    .utf-more-search-options-area-container .checkboxes.in-row label {
        margin-top: 9px;
        width: 100%;
    }
    .utf-banner-headline-text-part span {
        text-align: center;
    }
    .search-container .utf-main-search-input-item button.button,
    .larger-input button.button,
    .larger-input input {
        width: 100%;
        max-width: 100%;
        margin-top: 18px;
        margin-left: 0;
    }
    .utf-layout-switcher {
        display: none;
    }
    .grid-layout,
    .grid-layout-three {
        left: 0;
        width: 100%;
    }
    .grid-layout .utf-listing-item,
    .grid-layout-three .utf-listing-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .list-layout .utf-listing-item,
    .fullwidth-layout .list-layout .utf-listing-content {
        display: block;
    }
    .fullwidth-layout .list-layout .utf-smt-listing-img-container {
        display: block;
    }
    .list-layout .details.button.border {
        display: none;
    }
    .list-layout .utf-listing-title {
        padding-right: 30px;
    }
    .property-slider-container .agent-widget {
        position: relative;
        top: 0;
        right: 0px;
        left: 0px;
        transform: translateY(0);
        z-index: 999;
        width: auto;
    }
    .property-slider .item,
    .property-slider.default .item {
        height: 400px;
    }
    .agents-profile {
        display: block;
        padding-right: 30px;
    }
    .agents-profile .utf-agent-avatar,
    .agents-profile.long-content .utf-agent-avatar {
        margin: 0;
        width: 100%;
    }
    .agents-profile {
        padding: 0;
    }
    .agents-profile.long-content .utf-agent-avatar img,
    .agents-profile .utf-agent-avatar img {
        border-radius: 12px;
        margin: 0;
    }
    .agent.agency {
        padding: 20px;
    }
    .agents-profile .utf-agent-content {
        padding: 20px 0 0 0;
    }
    .utf-contact-map {
        display: block;
    }
    .utf-contact-map .address-box-container {
        display: block;
        width: 100%;
        height: 330px;
        transform: translateY(-380px);
    }
}

@media (max-width: 480px) {
    .property-slider .item,
    .property-slider.default .item {
        height: 200px;
    }
    .checkboxes.in-row label {
        width: 100%;
    }
    .utf-footer-links-item li a:hover {
        padding-left: 23px;
    }
}

@media (max-width: 349px) {
    .search-type label {
        min-width: 80px;
    }
    .utf-search-type-block-area {
        width: auto;
    }
    #logo {
        margin-left: 60px;
    }
    #logo img {
        max-height: 38px;
        margin-top: 4px;
    }
}

.preloader {
    background: radial-gradient(circle, #ffffff, #f3f3f3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
    width: 100%;
    z-index: 9999;
}

.utf-preloader {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    text-align: center;
    z-index: 9999;
}

.utf-preloader span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e33324;
    -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
    animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}

.utf-preloader span:nth-child(1) {
    -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out;
    animation: ball-pulse-sync .6s -.14s infinite ease-in-out
}

.utf-preloader span:nth-child(2) {
    -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out;
    animation: ball-pulse-sync .6s -70ms infinite ease-in-out
}

@-webkit-keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ball-pulse-sync {
    33% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    66% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.testimnew1 {
    position: relative;
    margin: 10px;
    top: 10%;
    min-width: 400px;
    max-width: 480px;
    width: 100%;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.testimnew1 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimnew1 .hexa1 {
    box-sizing: border-box;
    position: absolute;
    background: url(/assets/frontend/img/yellow_hexa.png);
    width: 115px;
    background-size: contain;
    height: 115px;
    left: -55px;
    background-repeat: no-repeat;
    top: -40px;
    transform: rotate(37deg);
    opacity: 1;
}

.testimnew1 .profileimg {
    float: right;
    max-width: 40% !important;
    height: auto !important;
    vertical-align: middle;
    border-radius: 15px;
}

.testimnew1 .reviewbox {
    top: 20px;
    bottom: 0;
    left: 0;
    width: 70%;
    position: absolute;
    background-color: #ffffff;
    border-radius: 15px;
}

.testimnew1 .review {
    position: relative;
    background: #fff;
    padding: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    border-radius: 15px;
    color: #000;
    border: 2px solid #18b0c4;
}

.testimnew1 .reviewerinfo {
    display: flex;
    font-size: 14px !important;
    justify-content: space-between;
}

.testimnew1 .starimg {
    width: 100% !important;
    height: auto !important;
}

.testimnew1 .arrow {
    top: 30px;
    left: 100%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

.testimnew1 .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 15px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.testimnew1 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
}

.testimnew1 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

.testimnew2 {
    position: absolute;
    top: 45%;
    margin: 10px;
    min-width: 400px;
    max-width: 480px;
    width: 100%;
    color: #333;
    text-align: left;
}

.testimnew2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimnew2 .hexa2 {
    box-sizing: border-box;
    position: absolute;
    background: url(/assets/frontend/img/yellow_hexa.png);
    width: 115px;
    background-size: contain;
    height: 115px;
    left: 280px;
    background-repeat: no-repeat;
    bottom: -50px;
    transform: rotate(34deg);
    opacity: 1;
}

.testimnew2 .profileimg {
    float: left;
    max-width: 40% !important;
    height: auto !important;
    vertical-align: middle;
    border-radius: 15px;
}

.testimnew2 .reviewbox {
    top: 40px;
    bottom: 0;
    left: 40%;
    width: 65%;
    height: auto !important;
    position: absolute;
    background-color: #ffffff;
    border-radius: 15px;
}

.testimnew2 .review {
    position: relative;
    background: #fff;
    padding: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    border-radius: 15px;
    color: #000;
    border: 2px solid #18b0c4;
}

.testimnew2 .reviewerinfo {
    display: flex;
    font-size: 14px !important;
    justify-content: space-between;
}

.testimnew2 .starimg {
    width: 100% !important;
    height: auto !important;
}

.testimnew2 .arrow {
    top: 30px;
    right: 100%;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid #ffffff;
    margin: 0;
    position: absolute;
}

.testimnew2 .author {
    position: absolute;
    top: 100%;
    width: 60%;
    padding: 10px 15px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}

.testimnew2 .author h5 {
    opacity: 0.8;
    margin: 0;
    font-weight: 800;
}

.testimnew2 .author h5 span {
    font-weight: 400;
    text-transform: none;
    padding-left: 5px;
}

.borderedimg {
    border-radius: 20px;
}

.bannerheadnew {
    font-family: 'CentraNo1';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    color: #000;
    text-shadow: 0px 2px 2px #fff;
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 6rem !important;
}

.btn_green_hero {
    padding: 15px 8px;
    display: inline-block;
    position: relative;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    min-width: 220px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    transition: 0.6s;
    background: #18b0c4;
    border-radius: 10px;
    cursor: pointer;
}

.btn_green_hero:hover {
    background: #000;
}

.searchinner {
    padding: 10px 20px;
}

.h-full {
    height: 100vh;
}

.w-full {
    width: 100%;
}

.utf-parallax-content-area {
    z-index: 9;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 20%;
}

@media (min-width: 320px) and (max-width: 480px) {
    .utf-parallax-content-area {
        top: 17%;
    }
    .utf-banner-headline-text-part h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .utf-banner-headline-text-part span.typed-words {
        font-size: 22px;
        line-height: 22px;
    }
    .utf-banner-headline-text-part span {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (min-width: 481px) and (max-width: 560px) {
    .utf-parallax-content-area {
        top: 15%;
    }
    .utf-banner-headline-text-part h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .utf-banner-headline-text-part span.typed-words {
        font-size: 30px;
        line-height: 30px;
    }
    .utf-banner-headline-text-part span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 561px) and (max-width: 768px) {
    .utf-parallax-content-area {
        top: 7%;
    }
    .utf-banner-headline-text-part h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .utf-banner-headline-text-part span.typed-words {
        font-size: 30px;
        line-height: 30px;
    }
    .utf-banner-headline-text-part span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .utf-parallax-content-area {
        top: 7%;
    }
    .utf-banner-headline-text-part h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .utf-banner-headline-text-part span.typed-words {
        font-size: 30px;
        line-height: 30px;
    }
    .utf-banner-headline-text-part span {
        font-size: 18px;
        line-height: 24px;
    }
}

.loginbtn_mob {
    display: none;
}

@media (max-width: 992px) {
    .loginbtn_mob {
        width: 110px;
        z-index: 1;
        height: 32px;
        display: block;
    }
    .loginbtn_mob a {
        color: #000 !important;
    }
    .loginbtn_mob a.menu_animation.user_login {
        width: 32px;
        height: 32px;
        background: #fab10b;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        padding-top: 5px;
    }
}

@media (max-width: 600px) {
    .btn_hive1 {
        font-size: 10px;
    }
    .btn_hive1 {
        padding: 8px 2px;
    }
    .hidearrow {
        display: none;
    }
}