@import url(jquery-ui.min.css);
@import url(font-awesome.min.css);
@import url(font-awesome-animation.min.css);
@import url(menu.css);
@import url(ace-responsive-menu.css);
@import url(megadropdown.css);
@import url(bootstrap-select.min.css);
@import url(simplebar.min.css);
@import url(progressbar.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(slider.css);
@import url(magnific-popup.css);
@import url(timecounter.css);
@import url(googlemap.css);
/* Table of contents */


/*== Typography ==*/
/* Search Overlay */
/*== Header Top Style ==*/
/* Header Top Search Field css home2 */
/*== Menu Style For Home V1 & V2 ==*/
/*== Menu Style For Home V2 ==*/
/*== Menu Style For Home V3 ==*/
/*== Menu Style For Home V4 ==*/
/*== Menu Style For Home V5 ==*/
/*== Menu Style For Home V6 ==*/
/*== Menu Style For Home V7 ==*/
/*== Mobile Menu Css ==*/
/*== Home Css ==*/
/* ==== Home 2 Main Sliders === */
/*== Home Icon Box ==*/
/*== Home Five Overlay Slider ==*/
/*== School Category Courses ==*/
/*== Feature Property ==*/
/*== Property Cities ==*/
/*== Search Smart Property ==*/
/*== Single Property ==*/
/*== Listing Single V5 Page Sticky Nav ==*/
/*== Why Choose Us ==*/
/*== Popular Job Categories => Icon Hover Image Box ==*/
/*== Funfact Counter ==*/
/*== Footer Social Widget ==*/
/*== 1st Layout Footer ==*/
/*== Footer Widget ==*/
/*== Inner Pages Breadcrumb ==*/
/*== About Page About Content ==*/
/*== About home3 ==*/
/*== Testimonials Grid ==*/
/*== Blog Post Home V1 ==*/
/*== Team Slider Code ==*/
/*== Pricing Table Four ==*/
/*== Our Partners ==*/
/*== Error/404 Page ==*/
/*== Invoice Page ==*/
/*== Service Pages Style Code ==*/
/*== LogIn Register Page ==*/
/* Create a custom checkbox */
/*== Search Widget Faq Page ==*/
/*== Question Widget Faq Page ==*/
/*== Terms & Condition Page ==*/
/*== Tab Widget UI Page ==*/
/*== Table Widget UI Page ==*/
/*== Message Box Widget UI Page ==*/
/*== Form Input Widget UI Page ==*/
/*== Form Textarea Widget UI Page ==*/
/*== Form Tooltip Widget UI Page ==*/
/*== Select Search Box Widget UI Page ==*/
/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
/*== CheckBox Widget UI Page ==*/
/*== SwithcBox Widget UI Page ==*/
/*== Select Box Widget UI Page ==*/
/*== MultiSelect CheckBox Widget UI Page ==*/
/*== Blog Post Main Page ==*/
/*== Blog Grid Post ==*/
/*== Search Widget Blog Page ==*/
/*== Category Widget Blog Page ==*/
/*== Recent Post Widget Blog Page ==*/
/*== Tag Widget Blog Page ==*/
/*== BlokQuote Blog Sinlge Page ==*/
/*== Next Prev Pagination Blog Sinlge Page ==*/
/*== Commenting Blog Sinlge Page ==*/
/*== Commenting Form Blog Sinlge Page ==*/
/*== Dashbord details Page ==*/
/*== Header User Notification & User ID ==*/
/*== Header User Setting ID ==*/
/*== Candidate Job Review Page Table ==*/
/*== My Resume Page ==*/
/*== Message Page ==*/
/*== DashBoard Pages ==*/
/*== sidebar about widget ==*/
/*== Pricing SLider ==*/
/*== Profile Avatar ==*/
/*== Alpha v2 Page ==*/
/*== Testimonials Home V3 ==*/
/*== Contact Page ==*/
/*== Maximage_slider ==*/
/*== Color Area ==*/
/*== Button Area ==*/
/*== Fonts Size, Font Weights, Height, Display & Position ==*/
/*== Custome Margin Pling ==*/
/*== BackGround Images ==*/
/*== BackGround Color White Overlay ==*/
/*== Parallax Css ==*/
/*== Divider Css ==*/
/*== Chart Js Css ==*/
/*== Tags Bar Css ==*/
/*== arrow fontawesome icon to the right */
/*== Shop Page Style ==*/
/*== Shop Order Page Style ==*/
/*== Shop Chaeckout Page Style ==*/
/*== Shop Single Page Style ==*/

/*== Typography ==*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;display=swap');

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-attachment: fixed;
  background-color: #ffffff;
  color: #777777;
  font-family: DM Sans;
  font-size: 14px;
  line-height: 1.642;
  overflow-x: hidden;
  transition: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

body.body_overlay {
  position: fixed;
  transform: translate(0, 0);
  width: 100%;
}

body.body_overlay:before {
  background-color: rgba(13, 38, 59, .7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  transform: translate(330px, 0);
}

img {
  max-width: 100%;
}

p {
  color: #696969;
  font-weight: 400;
}

b {
  font-weight: 600;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

iframe {
  border: none;
  width: 100%;
}

a {
  color: #555555;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
  outline: none;
}

a img {
  border: none;
}

.form-control {
  height: 55px;
}

.form-control:active,
.form-control:focus {
  box-shadow: none;
  outline: none;
}

iframe {
  border: none;
}

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

::-moz-selection {
  /* Firefox */
  background: #0D263B;
  color: #ffffff;
  text-shadow: none;
}

::-webkit-selection {
  /* Safari */
  background: #0D263B;
  color: #ffffff;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: DM Sans;
  line-height: 1.2;
  color: #0D263B;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #0D263B;
  font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #0D263B;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-weight: 600;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
  font-size: 12px;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px;
}

.body-color {
  color: #696969;
}

.heading-color {
  color: #0D263B;
}

.border-left {
  border-left: 1px solid #E6E9EC;
}

.border-right {
  border-right: 1px solid #E6E9EC;
}

.bdr_none {
  border: none !important;
}

.bb_none {
  border-bottom: none !important;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.vam {
  vertical-align: middle;
}

.vatt {
  vertical-align: text-top;
}

.z0 {
  z-index: 0 !important;
}

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

.z9 {
  z-index: 9;
}

.z99 {
  z-index: 99;
}

.social_icons li {
  background-color: transparent;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  margin-right: 0 !important;
  width: 30px;
  text-align: center;
}

.social_icons li:hover {
  background-color: rgba(105, 105, 105, .1);
}

.social_icons li a {
  color: #696969;
  font-size: 13px;
}

.ff-jost {
  font-family: DM Sans;
}

.ff-fontawesome {
  font-family: FontAwesome !important;
}

.sign_up_modal:before {
  background-color: rgba(13, 38, 59, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.sign_up_modal.modal .close:focus {
  outline: none;
}

.sign_up_modal .tab-content .tab-pane.active {
  display: block;
}

.sign_up_modal .modal-header {
  border: none;
  border-radius: 50%;
  background-color: #E6E9EC;
  height: 30px;
  line-height: 30px;
  padding: 3px 9px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 13px;
  width: 30px;
  z-index: 9;
}


.concept-to {
  font-size: 1.5rem;
  color: white;
  margin-top: 1.2rem;
}

.btn-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.7rem;
}

.btn-prm {
  background-color: #0061DF;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  height: 55px;
  text-transform: uppercase;
  width: 176px;
}

.btn-prm:hover,
.btn-prm:active,
.btn-prm:focus {
  background-color: #ffffff;
  color: #0061DF;
}

.btn-outline {
  background-color: red;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 40px;
  width: 198px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-outline:hover,
.btn-outine:active,
.btn-outline:focus {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.sign_up_modal .modal-header button.close {
  margin: 0;
  opacity: 1;
  padding: 0;
}

.sign_up_modal .modal-header button.close span {
  color: #0D263B;
}

.sign_up_modal .modal-header button.close span:focus {
  border: none;
  outline: none;
  text-shadow: none;
}

.sign_up_tab.nav.nav-tabs {
  background-color: #F6F8F9;
  border: none;
}

.sign_up_tab li.nav-item {
  text-align: center;
  width: 25%;
}

.sign_up_tab li.nav-item .nav-link {
  background-color: #F6F8F9;
  border: none;
  color: #696969;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.sign_up_tab li.nav-item .nav-link.active {
  background-color: #fff;
  border: none;
  color: #0D263B;
}

.sign_up_form .nav.nav-pills .nav-item .nav-link {
  color: #696969;
  border-radius: 60px;
  font-size: 15px;
  padding: 15px 35px;
}

.modal-backdrop {
  display: none;
}

.cart {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.cart>li {
  cursor: pointer;
  font-size: 14px;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}

.cart>li:hover .dropdown_content {
  opacity: 1;
  visibility: visible;
  z-index: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cart>li:hover .dropdown_content:before {
  background-color: #ffffff;
  content: "";
  height: 20px;
  position: absolute;
  top: -10px;
  width: 20px;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown_content {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: flex;
  height: 425px;
  flex-direction: column;
  margin: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 120%;
  -webkit-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
  transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
  transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s ease-out;
  visibility: hidden;
  width: 414px;
  z-index: -1;
}

.dropdown_content>li:first-child {
  padding-top: 0;
}

.dropdown_content>li {
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  font-size: 14px;
  padding: 20px 0;
}

.dropdown_content>li:last-child {
  border-bottom: none;
}

.dropdown_content .list_content a img {
  border-radius: 50%;
  margin-right: 20px;
}

.dropdown_content .list_content a p {
  color: #0D263B;
  font-family: DM Sans;
  margin: 0;
}

.dropdown_content .list_content a small {
  font-size: 14px;
  margin: 0;
}

.dropdown_content .list_content a .close_icon {
  font-size: 16px;
  margin: -10px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown_content .list_content h5 {
  color: #212121;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.dropdown_content .list_content .cart_btns {
  border: 1px solid transparent;
  margin-right: 10px;
}

.dropdown_content .list_content .cart_btns:hover {
  background-color: #2ac4ea;
  border: 1px solid #2ac4ea;
}

.dropdown_content .list_content .cart_btns,
.dropdown_content .list_content .checkout_btns {
  border-radius: 25px;
  color: #ffffff !important;
  height: 50px;
  line-height: 40px;
  width: 170px;
}

.dropdown_content .list_content .checkout_btns:hover {
  background-color: #fbbc05;
}

.adv_src_pmodal .title {
  color: #0D263B;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.adv_src_pmodal .form-group {
  margin-bottom: 0;
}

.adv_src_pmodal .area_input {
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  padding-left: 0;
  width: 45%;
}

.adv_src_pmodal .area_input:active,
.adv_src_pmodal .area_input:focus,
.adv_src_pmodal .property_id_input:active,
.adv_src_pmodal .property_id_input:focus {
  border-bottom: 2px solid #0061DF;
}

.adv_src_pmodal .property_id_input {
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  padding-left: 0;
}

.adv_src_pmodal .bootstrap-select>.dropdown-toggle {
  font-size: 14px;
  height: 40px;
  line-height: normal;
}

.adv_src_pmodal .ui_kit_select_box .bootstrap-select>.dropdown-toggle {
  height: 40px;
  line-height: normal;
}

.popup_modal_wrapper {
  padding: 15px 0;
}

.adv_src_pmodal #slider-range-value1,
.adv_src_pmodal #slider-range-value2 {
  margin-top: 20px;
  width: 120px;
}

.adv_src_pmodal .ui_kit_checkbox .custom-control-label {
  margin-bottom: 0;
}

.adv_src_pmodal .btn {
  height: 55px;
}

/* Search Overlay */
.search_overlay {
  height: 100%;
  width: 100%;
}

.mk-search-trigger {
  position: absolute;
}

.mk-search-trigger.style2 {
  position: absolute;
  right: 72px;
  top: 26px;
}

.mk-search-trigger.style2:before {
  background-color: rgb(232, 238, 242);
  content: "";
  height: 38px;
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
}

.search_overlay.home3 .mk-search-trigger {
  position: relative;
  top: 0;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit],
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}

#mk-fullscreen-searchform:focus,
#mk-fullscreen-searchform2:focus {
  outline: none;
  border: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 15px;
  color: #0D263B;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
  border: none;
  outline: none;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}

#mk-fullscreen-searchform,
#mk-fullscreen-searchform2 {
  position: relative;
  vertical-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  color: #262626;
  font-size: 17px;
  padding: 20px;
  width: 800px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2:focus {
  border: none;
  outline: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}

.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
  z-index: 9999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  border: none;
  color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
  background-color: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}

.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}

#search-button,
#search-button2 {
  cursor: pointer;
  opacity: 1;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}

#search-button i,
#search-button2 i {
  color: #0D263B;
  font-size: 22px;
}

/*== Header Top Style ==*/
.header_top {
  position: relative;
}

.header_top.home2 {
  background-color: #000000;
  height: 80px;
  position: relative;
  z-index: 9;
}

.header_top.home3 {
  height: 70px;
}

.header_top.home3 .container-fluid {
  padding: 0 70px;
  position: relative;
  z-index: 9;
}

.home3_header_top_contact {
  margin-bottom: 0;
  margin-top: 25px;
}

.home3_header_top_contact li:first-child {
  margin-right: 35px;
}

.home3_header_top_contact li a {
  color: #ffffff;
}

.header_top.home5 {
  display: inline-block;
  position: relative;
  width: 100%;
}

.home5_header_top_contact {
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}

.home5_header_top_contact li a {
  font-size: 13px;
}

.home5_header_top_contact li a span {
  margin-right: 5px;
  vertical-align: middle;
}

.header_top_logo_home8 span {
  color: #0D263B;
  font-size: 25px;
  font-weight: 700;
  line-height: 31.75px;
  margin: 9px 0 0 10px;
}

.sign_up_btn.home5 {
  margin-bottom: 0;
  margin-top: 4px;
}

.sign_up_btn.home5 li a span,
.sign_up_btn.home5 li a i {
  font-size: 12px;
  font-weight: 400;
}

.sign_up_btn.home5 li a .text {
  font-size: 14px;
}

.home5_iconbox {
  position: relative;
}

.home5_iconbox li {
  margin: 0 30px;
}

.home5_iconbox li .icon {
  background-color: rgba(13, 39, 59, 0.5);
  border-radius: 50%;
  height: 100px;
  line-height: 100px;
  margin-bottom: 20px;
  text-align: center;
  width: 100px;
}

.home5_iconbox li .icon span {
  color: #fff;
  font-size: 33px;
}

.home5_iconbox li:hover .icon {
  background-color: #0061DF;
}

.home5_iconbox li p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.header_top.home9 {
  background-color: #ffffff;
  height: 77px;
  position: relative;
}

.header_top.home9.style2 {
  background-color: #0D263B;
}

.header_top.home9.innerpage_style {
  height: auto;
  padding: 30px 0;
}

.light_white,
.light_white:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* Header Top Search Field css home2 */
.header_search_widget.home1 .mailchimp_form .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  height: 50px;
  padding-left: 30px;
  width: 280px;
}

.header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4;
}

.header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder,
.header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-moz-placeholder {
  color: #ffffff;
}

.header_search_widget.home1 .mailchimp_form button {
  color: #ffffff;
}

.header_search_widget.home1 .mailchimp_form button:active,
.header_search_widget.home1 .mailchimp_form button:focus,
.header_search_widget.home1 .mailchimp_form button:hover {
  background-color: transparent;
  color: #ffffff;
}


.header_search_widget.inner_page .mailchimp_form .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 50px;
  padding-left: 30px;
  width: 280px;
}

.header_search_widget.inner_page .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #0D263B;
  line-height: 1.4;
}

.header_search_widget.inner_page .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder,
.header_search_widget.inner_page .mailchimp_form input[type="text"].form-control::-moz-placeholder {
  color: #0D263B;
}

.header_search_widget.inner_page .mailchimp_form button {
  color: #0D263B;
}

.header_search_widget.inner_page .mailchimp_form button:active,
.header_search_widget.inner_page .mailchimp_form button:focus,
.header_search_widget.inner_page .mailchimp_form button:hover {
  background-color: transparent;
  color: #0D263B;
}




.menu_style_home_one.stricky-fixed .header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder,
.menu_style_home_one.stricky-fixed .header_search_widget.home1 .mailchimp_form button {
  color: #0D263B;
}

.menu_style_home_one.stricky-fixed .header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-moz-placeholder {
  color: #0D263B;
}

.header_search_widget .mailchimp_form .form-control {
  background-color: #f7f7f7;
  border: none;
  border-radius: 25px;
  height: 50px;
  padding-left: 30px;
  width: 350px;
}

.header_search_widget .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #0D263B;
  line-height: 1.2;
}

form.form-inline.mailchimp_form {
  display: inline-flex;
}

.header_search_widget .mailchimp_form button {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #0D263B;
  font-size: 22px;
  height: 45px;
  line-height: 36px;
}

.header_search_widget .mailchimp_form button:active,
.header_search_widget .mailchimp_form button:focus {
  color: #0D263B !important;
  border: none;
  box-shadow: none !important;
  outline: none;
}

.ht_left_widget,
.ht_right_widget {
  margin-top: 20px;
}

.ht_left_widget.style2 {
  margin-top: 15px;
}

.ht_left_widget ul,
.ht_right_widget ul {
  margin-bottom: 0;
}

.ht_left_widget ul li {
  position: relative;
  vertical-align: middle;
}

.downloadbtnjoor {
  background: #0061DF;
  color: #fff;
  padding: .8rem 1.5rem;
  /* Balanced padding */
  border-radius: .8rem;
  font-weight: 700;
  display: inline-block;
  /* Ensures transform works properly */
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Smoother than 'ease' */
  border: none;
}

.downloadbtnjoor:hover {
  background: #9ba2ac;
  /* Slightly darker shade of your original blue */
  color: #fff;
  transform: translateY(-3px);
  /* Lifts the button up */
  box-shadow: 0 10px 20px rgba(0, 97, 223, 0.2);
  /* Adds depth */
}

.downloadbtnjoor:active {
  transform: translateY(-1px);
  /* Pushes back down when clicked */
  box-shadow: 0 5px 10px rgba(0, 97, 223, 0.2);
}

.myway {
  color: #FFF;
  font-weight: 700;
  margin-left: 3px;
}

.ht_right_widget ul li.list-inline-item:nth-child(2) {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  margin-left: 10px;
  padding-right: 15px;
  text-align: center;
}

.ht_left_widget ul li.list-inline-item:first-child {
  margin-right: 15px;
}

.ht_right_widget ul {
  margin-bottom: 0;
}

.ht_right_widget ul li a,
.ht_right_widget a.btn.cart_btn,
.header_top_lang_widget ul li .btn.cart_btn {
  color: #a4a4a4;
  font-size: 14px;
}

.ht_right_widget ul li a,
.home3_header_top_contact li a {
  font-family: DM Sans;
}

header.header-nav.menu_style_home_three.navbar-scrolltofixed .ht_left_widget.home3 .header_top_lang_widget {
  margin-top: 5px;
}

.ht_left_widget.home3 .cd-dropdown-trigger,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger.dropdown-is-active:hover,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger:hover {
  background-color: #ffffff !important;
  color: #0D263B;
}

.ht_left_widget.home3 .cd-dropdown-trigger {
  text-transform: capitalize;
}

.ht_left_widget.home3 .cd-dropdown-trigger::before,
.ht_left_widget.home3 .cd-dropdown-trigger::after {
  background-color: #0D263B;
}

.ht_right_widget a.btn.cart_btn span {
  background-color: #ffffff;
}

.header_top_lang_widget ul li a {
  color: #a4a4a4;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header_top_lang_widget ul li a.dropdown-item.active,
.header_top_lang_widget ul li a.dropdown-item:active {
  background-color: #000000;
}

.header_top_lang_widget button.btn.dropdown-toggle {
  background-color: transparent;
  border: none;
  bottom: -5px;
  color: #a4a4a4;
  float: right;
  margin-top: 10px;
  padding: 0 8px;
  width: 90px;
}

.header_top_lang_widget_home6 button.btn.dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #ffffff;
  line-height: inherit;
  width: 90px;
  font-size: 14px;
}

.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
  display: inline;
  margin-top: -17px;
}

.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu .dropdown-item.active,
.header_top_lang_widget_home6 .dropdown.bootstrap-select.show-tick.show .dropdown-menu .dropdown-item:active {
  background-color: #192675;
}

.menu6_search.home6 .mk-search-trigger {
  margin-left: -25px;
  top: 22px;
}

.menu6_search.home6 .mk-search-trigger {
  top: 17px;
}

.header_top_lang_widget_home6 button.btn.dropdown-toggle::after {
  vertical-align: middle;
}

.header_top_lang_widget_home6 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.header_top_lang_widget_home6 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget .show>.btn-light.dropdown-toggle:focus,
.header_top_lang_widget button.btn:active,
.header_top_lang_widget button.btn:focus,
.header_top_lang_widget button.btn.dropdown-toggle:focus,
.header_top_lang_widget button.btn.dropdown-toggle .filter-option:focus,
.header_top_lang_widget .dropdown.bootstrap-select.show-tick:focus {
  box-shadow: none !important;
  outline: none !important;
}

.header_top_lang_widget .dropdown.bootstrap-select.show-tick {
  width: auto;
}

.cd-dropdown-content .cd-secondary-dropdown a {
  font-family: DM Sans;
}

li.has-children a {
  line-height: 51px;
}

/*== Menu Style For Home V1 & V2 ==*/
.menu-style-one nav.transparent,
.menu-style-one nav.transparent .wrap-core-nav-list,
.menu-style-one nav.transparent .nav-header {
  background-color: transparent;
}

nav .wrap-core-nav-list,
nav .nav-header {
  background: #fff;
}

nav .brand {
  display: block;
  position: relative;
  width: 170px;
  top: 20px;
}

nav .brand img {
  width: 100%;
}

nav .menu li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #3a3a3a;
}

nav .menu li.active>a,
nav .menu li a:hover {
  color: #e74c3c;
}

nav button {
  background: transparent;
  border: none;
  outline: none;
}

header.header-nav {
  padding: 0 30px;
}

header.header-nav.dashbord_pages {
  padding: 0 5px 0 15px;
}

header.header-nav a.navbar_brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right: 37px;
  margin-top: 20px;
  position: relative;
}

.logo1 {
  width: 4rem;
}

.logo2 {
  width: 3.5rem;
}

.changing-word {
  display: inline-block;
  position: relative;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.changing-word.slide-up {
  transform: translateY(-100%);
  opacity: 0;
}

.changing-word.slide-down {
  transform: translateY(100%);
  opacity: 0;
}

/* Container to trigger fade-up on load */
.fade-up-onload {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s forwards;
  animation-delay: 0.2s;
}

/* Buttons row */
.btn-row a {
  opacity: 0;
  display: inline-block;
  position: relative;
}

/* Left button animation */
.btn-row a.btn-prm {
  transform: translateX(-50px);
  animation: slideInLeft 0.3s forwards;
  animation-delay: 1s;
  /* adjust delay */
}

/* Right button animation */
.btn-row a.btn-outline {
  transform: translateX(50px);
  animation: slideInRight 0.3s forwards;
  animation-delay: 1.2s;
  /* adjust delay */
}

/* Keyframes */
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Logo animation from left */
.navbar_brand {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s ease forwards;
  animation-delay: 0.2s;
  /* delay if needed */
}

/* Links animation from right */
#respMenu li {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 0.6s ease forwards;
}

/* Stagger the menu items */
#respMenu li:nth-child(1) {
  animation-delay: 0.4s;
}

#respMenu li:nth-child(2) {
  animation-delay: 0.6s;
}

#respMenu li:nth-child(3) {
  animation-delay: 0.8s;
}

#respMenu li:nth-child(4) {
  animation-delay: 1s;
}

#respMenu li:nth-child(5) {
  animation-delay: 1.2s;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 80px;
  right: 15px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 999;
  cursor: pointer;
  animation: bounce 2s infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* WhatsApp Icon */
.whatsapp-float img {
  width: 50%;
  height: 50%;
}

/* Hover Scale */
.whatsapp-float:hover {
  transform: scale(1.2);
}

/* Bounce Animation */
@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* Tooltip Text */
.whatsapp-float .tooltip-text {
  visibility: hidden;
  width: max-content;
  background-color: #111;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  border-radius: 6px;
  position: absolute;
  right: 80px;
  bottom: 50%;
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease;
  white-space: nowrap;
  font-size: 14px;
}

/* Show tooltip on hover */
.whatsapp-float:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  right: 90px;
  /* slide effect */
}

.click-hint {
  font-size: 16px;
  color: #555;
  margin-top: 5px;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.03);
  }
}





.transparent-outline {
  color: transparent;
  -webkit-text-stroke: .5px #ffffff;
  /* white outline */
  text-transform: inherit;
  letter-spacing: inherit;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.changing-word {
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  font: inherit;
  /* keeps your font style */
}

.changing-word:hover {
  -webkit-text-stroke: 0;
  color: white;
  transition: all 0.4s ease;
}




.header.stylehome1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* pushes logo left, menu right */
  padding: 10px 20px;
}

.add_listing .fi {
  margin-right: 6px;
  margin-left: 3px;
  /* space between icon and text */
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing:hover {
  background: linear-gradient(40deg, #ff0000, #0000ff);
  /* red to blue */
  transform: scale(1.02);
  /* subtle hover effect (optional) */
  transition: background 0.3s ease, transform 0.2s ease;
}

.dn-lg {
  margin-left: .002rem;
}

.mobileme {
  background: #205afa;
  /* red to blue */
  transform: scale(1.02);
  /* subtle hover effect (optional) */
  transition: background 0.3s ease, transform 0.2s ease;
  color: white;
  width: 50%;
  margin-left: 10px;
  border-radius: .7rem;
}


header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing a:hover {
  color: #ffffff !important;
}

.branchoffice {
  color: white;
  max-width: 40rem;
  margin-left: 2rem;
}

.social-links i {
  color: #fff;
  transition: color 0.3s ease;
}

.social-links i:hover {
  color: #f4b400;
  /* or gold, or your brand color */
}

.menu_style_home_one.stricky-fixed {
  background-color: rgba(255, 255, 255, 0.7);
  /* white with 90% opacity */
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

header.header-nav a.navbar_brand .logo2 {
  display: none;
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing {
  background-color: #ffffff;
  border-radius: 3px;
  height: 45px;
  position: relative;
  text-align: center;
  top: 18px;
  width: 168px;
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing.style2 {
  border-radius: 60px;
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing a,
header.header-nav.menu_style_home_five ul.ace-responsive-menu li.add_listing a {
  color: #0061DF;
  font-family: DM Sans;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  top: -20px;
}

header.header-nav.menu_style_home_five ul.ace-responsive-menu li.add_listing a {
  border-radius: 3px;
  color: #0D263B;
  padding: 12px 18px;
  top: 0;
  text-transform: uppercase;
}

header.header-nav.menu_style_home_one.home7_style ul.ace-responsive-menu li.add_listing {
  border-radius: 8px;
  top: 17px;
}

header.header-nav.menu_style_home_one.home7_style ul.ace-responsive-menu li.add_listing a {
  font-weight: 400;
}

header.header-nav.menu_style_home_one ul.ace-responsive-menu li.add_listing a span.icon {
  vertical-align: middle;
  margin-right: 5px;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li.add_listing {
  background-color: #0061DF;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li.add_listing a {
  color: #ffffff;
  line-height: 1.2;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li.add_listing a .icon header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li.add_listing a .icon {
  font-size: 16px;
  margin-right: 5px;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li.add_listing.home2 {
  background-color: #6CBF78;
}

header.header-nav.menu_style_home_one.stricky-fixed li.list_s:before {
  background-color: #e8eef2;
  opacity: 1;
}

header.header-nav.menu_style_home_one.dashbord_pages {
  background-image: -moz-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(52, 82, 255) 0%, rgb(255, 16, 83) 100%);
}

header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.home2.style_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_eight.navbar-scrolltofixed.stricky.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

header.header-nav.menu_style_home_one a.navbar_brand {
  margin-top: 20px;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo1,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo1 {
  display: none;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo2,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo2 {
  display: inline-block;
}

header.header-nav.menu_style_home_one a.navbar_brand span,
header.header-nav.menu_style_home_three a.navbar_brand span,
header.header-nav.menu_style_home_five a.navbar_brand span {
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
  margin-top: 0;
  padding-left: 10px;
  text-transform: capitalize;
  vertical-align: middle;
}

header.header-nav.menu_style_home_one.home2_style a.navbar_brand span {
  font-size: 25px;
  margin-top: 5px;
}

header.header-nav.menu_style_home_one.home10_style a.navbar_brand span,
header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li a {
  color: #0D263B;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand:before {
  background-color: #dadada;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu>li>a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn .btn,
header.header-nav.menu_style_home_one.stricky-fixed #search-button i {
  color: #0D263B;
}

header.header-nav.menu_style_home_one.home9_style.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.home9_style.stricky-fixed .ace-responsive-menu>li>a {
  color: #fff;
}

header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed li a {
  color: #ffffff;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li a {
  color: #ffffff;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu {
  background-color: #ffffff;
  border-top: 2px solid #0061DF;
  border-radius: 0 0 3px 3px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
}



header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu.widget_menu_home2 li a {
  padding: 30px 10px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu>li>a:before {
  background-color: #0D263B;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu.custom_menu_space_home2 li a,
header.header-nav.menu_style_home_one.home6_style a.navbar_brand span {
  color: #0D263B;
}

header.header-nav.menu_style_home_one.home6_style ul.ace-responsive-menu li.add_listing {
  top: 15px;
}

header.header-nav.menu_style_home_one.home6_style ul.ace-responsive-menu li.add_listing a {
  top: -17px;
}

header.header-nav.menu_style_home_one.home6_style ul.ace-responsive-menu li.add_listing a:before {
  display: none;
}

header.header-nav.menu_style_home_one.home7_style {
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

header.header-nav.menu_style_home_one.home9_style {
  background-color: #0D263B;
  display: inline-block;
  width: 100%;
}

header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.add_listing.home8 {
  background-color: #0061DF;
  border: 1px solid #0061DF;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.add_listing.home8 a {
  color: #fff;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.add_listing.home9 {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.add_listing.home9 a {
  color: #fff;
  font-weight: 400;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.add_listing.home8 a:before,
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.add_listing.home9 a:before {
  display: none;
}

header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li ul.sub-menu {
  border-top: 2px solid #006766;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:first-child ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li:first-child ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu {
  margin-left: 0;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:first-child ul.sub-menu:before,
header.header-nav.menu_style_home_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu>li:first-child ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu:before {
  left: 25px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu {
  left: 260px;
  z-index: 1;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li>ul.sub-menu {
  margin-left: -180px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
  padding-left: 0 !important;
}




header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  width: 260px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a li:hover ul.sub-menu a {
  color: #0061DF;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover li a ul.sub-menu a {
  color: #0D263B;
}



header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
  background-color: #191919;
}


header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a {
  border-bottom: 1px solid #E6E9EC;
  color: #0D263B;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:last-child a {
  border-bottom: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
  color: #234DD4;
}

header.header-nav.menu_style_home_one ul.sign_up_btn {
  margin-right: 35px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>a {
  font-family: DM Sans;
  padding: 33px 10px 30px;
  text-transform: uppercase;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>a:before {
  background-color: #fff;
  bottom: 25px;
  content: "";
  height: 2px;
  position: absolute;
  left: 10px;
  opacity: 0;
  width: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:hover a:before,
header.header-nav.menu_style_home_five .ace-responsive-menu>li:hover a:before {
  opacity: 1;
  width: 40px;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu>li>a:before,
header.header-nav.menu_style_home_one.style2 .ace-responsive-menu>li>a:before {
  background-color: #0061DF;
}

header.header-nav.menu_style_home_five .ace-responsive-menu>li>a:before {
  background-color: #FF385C;
}

header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu>li>a:before {
  background-color: #006766;
}

header.header-nav.menu_style_home_one.home10_style ul.ace-responsive-menu li.add_listing a {
  color: #0D263B;
}

header.header-nav.menu_style_home_five .ace-responsive-menu>li.add_listing:hover>a:before,
header.header-nav.menu_style_home_one.home10_style ul.ace-responsive-menu li.add_listing:hover a:before {
  display: none;
}



header.header-nav.menu_style_home_one.style2 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

header.header-nav.menu_style_home_one.menu_boxshadow {
  -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
}

header.header-nav.menu_style_home_one.style2.home3 {
  background-color: #ffffff;
  box-shadow: none;
}

header.header-nav.menu_style_home_one.style2 a.navbar_brand {
  margin-top: 15px;
}

header.header-nav.menu_style_home_one.style2 a.navbar_brand span {
  color: #0D263B;
  font-family: DM Sans;
  font-size: 25px;
  font-weight: bold;
  line-height: 43.35px;
  margin-top: 3px;
}

header.header-nav.menu_style_home_one.style2 .ace-responsive-menu li a {
  color: #0D263B;
  font-size: 13px;
  font-family: DM Sans;
  font-weight: 600;
  line-height: 17px;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.list_s {
  position: relative;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing {
  background-color: #ffffff;
  border: 1px solid #0061DF;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing:hover {
  background-color: #0061DF;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing:hover a {
  color: #FFF;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing a:before {
  display: none;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing a {
  font-size: 13px;
  font-family: DM Sans;
  color: #0061DF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}



header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.add_listing.home2 {
  background-color: rgb(36, 50, 74);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
}

header.header-nav.menu_style_home_one.style3 ul.ace-responsive-menu li.add_listing.home6 {
  background-color: #0061DF;
}

header.header-nav.menu_style_home_one.style2.listing_single_page5 {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.menu_style_home_one.style2.menu-fixed {
  position: fixed;
  width: 100%;
  z-index: 9;
}

header.header-nav.menu_style_home_one.home5_style.navbar-scrolltofixed.stricky.main-menu.scroll-to-fixed-fixed.slideIn.animated {
  top: 40px !important;
}

header.header-nav.menu_style_home_one.home5_style.navbar-scrolltofixed.stricky.main-menu.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated {
  top: 0 !important;
}

.widget_menu_home2 {
  position: absolute;
  right: 30px;
  top: 5px;
}

.widget_menu_home2.home6 {
  top: 0;
}

header.header-nav.menu_style_home_one.home7_style .widget_menu_home2 {
  top: 0;
}

.custom_menu_space_home2 {
  margin-right: 250px;
}

/*== Menu Style For Home V2 ==*/
header.header-nav.home2.style_one {
  display: -webkit-box;
  background-color: #141414;
  position: relative;
  z-index: 1 !important;
}

header.header-nav.home2.style_one .ace-responsive-menu>li>a {
  padding: 27px 40px 27px 5px;
}

header.header-nav.home2.style_one ul.sign_up_btn li {
  position: relative;
}

header.header-nav.home2.style_one ul.sign_up_btn li:first-child:before {
  background-color: #434343;
  content: "";
  height: 30px;
  right: -5px;
  position: absolute;
  top: 5px;
  width: 1px;
}

header.header-nav.home2.style_one ul.sign_up_btn li a {
  color: #a4a4a4;
  font-family: DM Sans;
  font-size: 14px;
  line-height: 1.2;
}

header.header-nav.home2.style_one ul.sign_up_btn li a:hover {
  color: #ffffff;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
  border-radius: 5px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a {
  border-bottom: 1px solid #dedede;
  color: #a4a4a4;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
  color: #ffffff;
  padding-left: 20px;
  box-shadow: none !important;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a {
  border-bottom: 1px solid #555;
  color: #a4a4a4;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a {
  border-bottom: none;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
  box-shadow: none !important;
  color: #ffffff;
  padding-left: 20px;
}







header.header-nav.menu_style_home_one li.list_c a span {
  vertical-align: middle;
}

header.header-nav.menu_style_home_one li.list_c a:before,
header.header-nav.menu_style_home_one li.list_s a:before {
  display: none;
}

header.header-nav.menu_style_home_one .sign_up_btn li.list_s {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 0 !important;
}

header.header-nav.menu_style_home_one .sign_up_btn li.list_s a.btn.flaticon-avatar {
  line-height: 30px;
}

header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn li.list_s {
  border-right: 1px solid #dadada;
}



/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_four {
  background: transparent;
  border-bottom: none;
  padding: 10px 0;
}

header.header-nav.menu_style_home_four a.navbar_brand {
  margin-top: 10px;
}

header.header-nav.menu_style_home_four a.navbar_brand span {
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}

header.header-nav.menu_style_home_four.stricky-fixed {
  background-color: #ffffff;
  border-bottom: none;
  padding: 10px 0;
}

header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand span {
  color: #0D263B;
}

header.header-nav.menu_style_home_four a.navbar_brand:before {
  background-color: transparent !important;
}

header.header-nav.menu_style_home_four .ace-responsive-menu>li>a {
  color: #ffffff;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a {
  color: #0D263B;
  background-color: #ffffff;
}

header.header-nav.menu_style_home_four .ace-responsive-menu>li {
  float: right;
}

header.header-nav.menu_style_home_four .ace-responsive-menu li a {
  color: #ffffff;
  font-family: DM Sans;
}

header.header-nav.menu_style_home_four .sign_up_btn .btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}

header.header-nav.menu_style_home_four .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
  color: #ffffff;
}

header.header-nav.menu_style_home_four.stricky-fixed .ace-responsive-menu li a {
  color: #0D263B;
}

/*== Menu Style For Home V5 ==*/
header.header-nav.menu_style_home_five {
  background-color: #ffffff;
  height: 98px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

header.header-nav.menu_style_home_five a.navbar_brand {
  display: inline-block;
  margin-left: 200px;
  margin-top: 15px;
  position: absolute;
}

header.header-nav.menu_style_home_five a.navbar_brand:before {
  background-color: #6077dd;
  height: 80px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu {
  background-color: #ffffff;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu {
  display: block;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu li {
  width: auto;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content {
  height: auto;
  right: 10px;
  top: 110%;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .cart_btns {
  background-color: #0061DF;
  border: 1px solid #0061DF;
  float: left;
  line-height: 20px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .checkout_btns {
  background-color: #ff1053;
  border: 1px solid #ff1053;
  float: right;
  line-height: 0;
  line-height: 20px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn {
  font-size: 22px;
  padding-top: 21px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span {
  background-color: #192675;
  border-radius: 50%;
  height: 17px;
  line-height: 17px;
  margin: -2px auto 0 -10px;
  position: absolute;
  text-align: center;
  width: 17px;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span:before {
  display: none;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span sup {
  color: #ffffff;
  font-size: 10px;
  z-index: 9;
}

header.header-nav.menu_style_home_five a.navbar_brand span,
header.header-nav.menu_style_home_five .ace-responsive-menu li a {
  color: #0D263B;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li a {
  padding-top: 27px;
  font-family: DM Sans;
  text-transform: capitalize;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li.list_c a:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li.list_s a:before {
  display: none;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li.add_listing a {
  border: 1px solid #E6E9EC;
}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li {}

header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a {
  padding: 12px 20px 12px 0;
}

header.header-nav.menu_style_home_five .container-fluid {
  padding: 0 70px;
}

header.header-nav.menu_style_home_five a.navbar_brand:before {
  display: none;
}

header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #0D263B;
  font-size: 24px;
  height: 45px;
  margin-left: -65px;
}

header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button:active,
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button:focus {
  color: #000000 !important;
  border: none;
  box-shadow: none !important;
  outline: none;
}

header.header-nav.menu_style_home_five .sign_up_btn {
  margin-bottom: 0;
}

header.header-nav.menu_style_home_five .sign_up_btn .btn {
  color: #0D263B;
  margin-top: 10px;
}

header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form .form-control {
  background-color: #edeff7;
  border: 1px solid #edeff7;
  border-radius: 25px;
  color: #555555;
  font-size: 14px;
  height: 45px;
  margin-top: 5px;
  padding-left: 30px;
  width: 450px;
}

header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form .form-control:focus {
  border: 1px solid #edeff7;
  box-shadow: none;
  outline: none;
}

/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_six {
  display: -webkit-box;
  background: #ffffff;
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 1 !important;
}

header.header-nav.menu_style_home_six a.navbar_brand {
  margin-top: 10px;
}

header.header-nav.menu_style_home_six a.navbar_brand span {
  color: #0D263B;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}

header.header-nav.menu_style_home_six.stricky-fixed {
  background-color: #ffffff;
  border-bottom: none;
  padding: 10px 0;
}

header.header-nav.menu_style_home_six.stricky-fixed a.navbar_brand span {
  color: #0D263B;
}

header.header-nav.menu_style_home_six a.navbar_brand:before {
  background-color: transparent !important;
}

header.header-nav.menu_style_home_six .ace-responsive-menu>li>a {
  color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a {
  color: #0D263B;
  background-color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu>li {
  float: right;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li a {
  color: #ffffff;
  font-family: DM Sans;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
  color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu>li.last {
  margin-right: 40px;
}

header.header-nav.menu_style_home_six.stricky-fixed .ace-responsive-menu li a {
  color: #0D263B;
}

.menu6_search.home6 #search-button i {
  color: #0D263B;
}

/*== Menu Style For Home V6 ==*/
header.header-nav.menu_style_home_six {
  background-color: #ffffff;
  border-bottom: none;
  padding: 0;
}

header.header-nav.menu_style_home_six .ace-responsive-menu>li>a {
  padding: 25px 25px 25px 5px;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu {
  background-color: #ffffff;
}

header.header-nav.menu_style_home_six .ace-responsive-menu li a {
  color: #251730;
}

header.header-nav.menu_style_home_six a.navbar_brand:before {
  background-color: transparent;
}

header.header-nav.menu_style_home_six .sign_up_btn .btn {
  border: none;
  color: #ffffff;
  margin-top: 10px;
}

/*== Menu Style For Home V7 ==*/
header.header-nav.menu_style_home_seven {
  display: -webkit-box;
  background-color: transparent;
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 1 !important;
}

header.header-nav.menu_style_home_seven.navbar-scrolltofixed.main-menu.scroll-to-fixed-fixed {
  background-color: #ffffff;
}

header.header-nav.menu_style_home_seven a.navbar_brand {
  margin-top: 0;
  position: relative;
}

header.header-nav.menu_style_home_seven a.navbar_brand:before {
  display: none;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu>li>a {
  color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a {
  color: #0D263B;
  background-color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu>li {
  float: right;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li a {
  color: #ffffff;
  font-family: DM Sans;
  padding: 18px 20px 18px 15px;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a:hover {
  padding-left: 20px;
}

header.header-nav.menu_style_home_seven .sign_up_btn .btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}

header.header-nav.menu_style_home_seven .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover {
  color: #ffffff;
}

header.header-nav.menu_style_home_seven .ace-responsive-menu>li.last {
  margin-right: 40px;
}

/*== Mobile Menu Css ==*/
.stylehome1 .mm-navbar {
  color: #0D263B;
  height: 75px;
  line-height: 4;
}

.stylehome1 .mm-panel ul.mm-listview li:first-child.mm-listitem {
  margin-top: 30px;
}

.stylehome1 a.mm-listitem__text,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #0D263B;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.stylehome1 a.mm-listitem__text:hover,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #e5e5e5;
  color: #0D263B;
}

.stylehome1.home3 a.mm-listitem__text,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #cecff9;
}

.stylehome1.home3 a.mm-listitem__text:hover,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #e5e5e5;
  color: #0D263B;
}

.stylehome1.home6 .mm-navbar {
  background-color: #ffffff;
}

.stylehome1.home6 .mm-panel {
  background-color: #ebf9f4;
}

.stylehome1.home6 a.mm-listitem__text,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
  color: #252834;
}

.stylehome1.home6 a.mm-listitem__text:hover,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
  background-color: #43d4b6;
  color: #ffffff;
}

.stylehome1.home6 .mm-navbar {
  color: #252834;
}

.stylehome1.home6 .mm-btn_next::after {
  border-color: #252834;
}

.stylehome1 li.mm-listitem:hover,
.stylehome1 li.mm-listitem:active,
.stylehome1 li.mm-listitem:focus {
  color: #ffffff;
}

.stylehome1 .mm-navbar,
.stylehome1 .mm-btn_prev:before {
  background-color: #ffffff;
}

/*== Home Css ==*/
.home_content {
  padding: 340px 0 400px;
}

.home_content.home1.custom_width {
  margin: 0 auto;
  width: 67%;
}

.home_content.home1.custom_width.home4 {
  width: 59%;
}

.paralax_home_search_content.custom_width {
  margin: 0 auto;
  width: 67%;
}

.home_content.home6.custom_width {
  width: 67%;
}

.home_content.home2 {
  padding: 250px 0 400px;
}

.home_content.home3 {
  padding: 240px 0 200px;
}

.home_content.home3 .title {
  font-size: 50px;
  line-height: 4.5rem;
}

.home_content .home-text p {
  font-weight: normal;
}

.home_content.home5 {
  padding: 230px 0 0px;
}

.home_content.home6 {
  padding: 280px 0 100px;
  position: relative;
}

.home_content.home7 {
  padding: 265px 0 100px 80px;
  position: relative;
}

.divider_contact_form.home7 {
  margin-top: 100px;
}

.home_content.home10 {
  padding: 340px 0 400px;
}








.seo-heading {
  font-size: 0.9rem;
  font-weight: 400;
  opacity: 0.3;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .seo-heading {
    font-size: 0.9rem
  }
}

@media (max-width: 700px) {
  .seo-heading {
    font-size: 0.9rem !important;
  }
}




















.home_tabs .nav-tabs .nav-item.show .nav-link,
.home_tabs .nav-tabs .nav-link.active {
  border-bottom: 2px solid #ffffff;
}

.home_tabs.home3 .nav-tabs .nav-item {
  border: none;
  position: relative;
}

.home_tabs.home3 .nav-tabs .nav-link {
  background-color: rgba(13, 39, 59, 0.7);
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  margin: 0 1px;
  padding: 15px 0;
  text-align: center;
  width: 102px;
}

.home_tabs.home3 .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #0D263B;
}

.home_tabs.home3 .nav-tabs .nav-link.active:before {
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50px;
  width: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.home_tabs.home6 .nav-tabs .nav-link {
  color: #0D263B;
}

.home_tabs.home6 .nav-tabs .nav-item.show .nav-link,
.home_tabs.home6 .nav-tabs .nav-link.active {
  border-bottom: 2px solid #0D263B;
}

.select-wrap.style1-dropdownp {
  border-right: 1px solid #E6E9EC;
}

.select-wrap.style1-dropdown .searchBoxElement {
  max-height: 320px;
  padding-top: 10px;
}

.select-wrap.style1-dropdown .searchBoxElement li {
  border-bottom: 1px solid #E6E9EC;
  height: 80px;
  padding-left: 55px;
  position: relative;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(2):before {
  background-image: url(../images/property/search_img1.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 50px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(2) span:before {
  color: #0D263B;
  content: "$7500";
  font-size: 13px;
  font-weight: 600;
  left: 60px;
  position: absolute;
  top: 20px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(2) span:after {
  color: #696969;
  content: "4 Beds 5 Baths 1200 Sq Ft";
  font-size: 13px;
  font-weight: 400;
  left: 60px;
  position: absolute;
  top: 40px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(3):before {
  background-image: url(../images/property/search_img2.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 50px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(3) span:before {
  color: #0D263B;
  content: "$7500";
  font-size: 13px;
  font-weight: 600;
  left: 60px;
  position: absolute;
  top: 18px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(3) span:after {
  color: #696969;
  content: "4 Beds 5 Baths 1200 Sq Ft";
  font-size: 13px;
  font-weight: 400;
  left: 60px;
  position: absolute;
  top: 35px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(4):before {
  background-image: url(../images/property/search_img3.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 50px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(4) span:before {
  color: #0D263B;
  content: "$7500";
  font-size: 13px;
  font-weight: 600;
  left: 60px;
  position: absolute;
  top: 18px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(4) span:after {
  color: #696969;
  content: "4 Beds 5 Baths 1200 Sq Ft";
  font-size: 13px;
  font-weight: 400;
  left: 60px;
  position: absolute;
  top: 38px;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(5) {
  border-bottom: none;
  color: #0061DF;
  height: 55px;
  padding-left: 0;
  padding-top: 6px;
  text-decoration: underline;
}

.select-wrap.style1-dropdown .searchBoxElement li:nth-child(5) span {
  color: #0061DF;
  font-weight: normal;
}

.select-wrap.style1-dropdown input.refineText.formTextbox {
  width: 245px !important;
}

.select-wrap.style2-dropdown input.refineText.formTextbox {
  width: 240px !important;
}



/* ===== Feature Property Section Animations ===== */

/* Main Title Animations */
#feature-property .main-title {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: titleFadeIn 1s ease forwards;
}

@keyframes titleFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@keyframes titleUnderline {
  to {
    width: 80px;
  }
}

#feature-property .main-title p {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards 0.3s;
}

#feature-property .section-subtitle {
  opacity: 0;
  animation: pulseIn 1s ease forwards 0.8s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Card Animations & Hover Effects */
.feat_property {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(30px);
}

/* Staggered animation for cards */
.popular_listing_slider1 .item:nth-child(1) .feat_property {
  animation: cardFadeIn 0.8s ease forwards 0.2s;
}

.popular_listing_slider1 .item:nth-child(2) .feat_property {
  animation: cardFadeIn 0.8s ease forwards 0.4s;
}

.popular_listing_slider1 .item:nth-child(3) .feat_property {
  animation: cardFadeIn 0.8s ease forwards 0.6s;
}

.popular_listing_slider1 .item:nth-child(4) .feat_property {
  animation: cardFadeIn 0.8s ease forwards 0.8s;
}

@keyframes cardFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Card Hover Effects */
.feat_property:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 97, 223, 0.15);
  border-color: transparent;
}

/* Image Hover Effects */
.feat_property .thumb {
  overflow: hidden;
  position: relative;
}

.feat_property .thumb img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feat_property:hover .thumb img {
  transform: scale(1.1);
}




/* Badge Icon Animation */
.feat_property .badge_icon {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
  z-index: 10;
  transition: transform 0.3s ease;
}

.feat_property:hover .badge_icon {
  transform: rotate(360deg) scale(1.1);
}

.feat_property .badge_icon img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.feat_property:hover .badge_icon img {
  box-shadow: 0 6px 20px rgba(0, 97, 223, 0.3);
}

/* Tag Animations */
.feat_property .thmb_cntnt ul.tag li,
.feat_property .thmb_cntnt ul.tag2 li {
  transform: translateX(-20px);
  opacity: 0;
  animation: slideInTag 0.5s ease forwards;
  animation-delay: calc(0.1s * var(--tag-index, 1));
}

.feat_property .thmb_cntnt ul.tag2 li {
  transform: translateX(20px);
}

@keyframes slideInTag {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Gallery Icon Animation */
.feat_property .listing_gallery {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.feat_property:hover .listing_gallery {
  opacity: 1;
  transform: translateY(0);
}

.feat_property .listing_gallery li {
  transition: transform 0.3s ease;
}

.feat_property .listing_gallery li:hover {
  transform: translateY(-3px);
}

.feat_property .listing_gallery li a {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  padding: 5px 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.feat_property .listing_gallery li:hover a {
  background: #0061DF;
  color: white;
}

/* Content Area Animations */
.feat_property .tc_content h4 {
  position: relative;
  display: inline-block;
}

.feat_property .tc_content h4::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0061DF;
  transition: width 0.3s ease;
}

.feat_property:hover .tc_content h4::after {
  width: 100%;
}

/* Property Details Icons Animation */
.feat_property .prop_details li {
  transition: all 0.3s ease;
}

.feat_property .prop_details li:hover {
  transform: translateY(-5px);
}

.feat_property .prop_details li span {
  transition: all 0.3s ease;
}

.feat_property .prop_details li:hover span {
  color: #0061DF;
  transform: scale(1.2);
}

.feat_property .prop_details li span.fi {
  display: inline-block;
  transition: transform 0.3s ease;
}

.feat_property .prop_details li:hover span.fi {
  animation: iconPulse 0.5s ease;
}

@keyframes iconPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }
}

/* Footer Description Animation */
.feat_property .fp_footer {
  position: relative;
  overflow: hidden;
}

.feat_property .fp_footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0061DF, transparent);
  transition: left 0.6s ease;
}

.feat_property:hover .fp_footer::before {
  left: 100%;
}

.feat_property .fp_footer em {
  display: block;
  transition: color 0.3s ease;
}

.feat_property:hover .fp_footer em {
  color: #0061DF;
}

/* Click Hint Animation */
.click-hint {
  font-size: 16px;
  color: #555;
  margin-top: 5px;
  position: relative;
  display: inline-block;
  animation: gentlePulse 2s infinite;
}

@keyframes gentlePulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.03);
    color: #0061DF;
  }
}

/* Smooth Scroll Animation for Section */
#feature-property {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

#feature-property.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Scroll Progress Indicator */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0061DF, #00c6ff);
  z-index: 9999;
  transition: width 0.2s ease;
}

/* Light Gallery Custom Styles */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.lg-toolbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
}

.lg-image {
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.lg-outer .lg-thumb-item {
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.lg-outer .lg-thumb-item:hover {
  transform: scale(1.05);
}

.lg-outer .lg-thumb-item.active {
  border-color: #0061DF;
}

/* Loading Animation for Images */
.feat_property .thumb {
  position: relative;
  background: #f0f0f0;
}

.feat_property .thumb img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feat_property .thumb img.loaded {
  opacity: 1;
}



@keyframes loadingShimmer {
  to {
    transform: translateX(100%);
  }
}

.feat_property .thumb img.loaded+.thumb::before {
  display: none;
}









/* Icon Box Css Code  */
.border-bottom {
  border-bottom: 1px solid #EBEBEB;
}

.feature-content {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 50px;
  margin-top: -90px;
  padding: 30px 30px;
  position: relative;
}

.icon-box {
  background: #F4F4F4;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px 0;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.icon-box .icon span {
  color: #234DD4;
  font-size: 35px;
}

.icon-box:hover {
  background: #0061DF;
  cursor: pointer;
}

.icon-box:hover .icon span,
.icon-box:hover .content-details .title {
  color: #fff;
}

.icon-box .content-details .title {
  color: #0D263B;
  font-size: 16px;
  font-weight: 500;
}

/* MegaDropDown Content Style/Css Code */
.mega-dropdown .dropbtn {
  color: #0D263B;
  border: none;
  font-size: 14px;
  margin: 0;
  outline: none;
  position: relative;
}

.mega-dropdown .dropbtn:hover {
  cursor: pointer;
}

.search_dropdown {
  border-radius: 0;
  display: none;
  padding: 15px;
  position: fixed;
  top: 89px;
  width: 100%;
  z-index: 9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.search_dropdown:before {
  background-color: rgba(13, 38, 59, .5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.search_dropdown .closer {
  background-color: #E6E9EC;
  border-radius: 50%;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 15px;
  width: 30px;
  z-index: 9;
}

.search_dropdown .closer span img {
  width: 11px;
}

.search_dropdown .modal-content {
  border: none;
}

.search_dropdown .modal-header {
  background-color: #F6F8F9;
  border-bottom: none;
  overflow: hidden;
  padding: 22px 32px;
  position: relative;
}

.search_dropdown .modal-header .modal-title {
  font-weight: 600;
}

.search_dropdown .modal-header .close {
  background-color: #E6E9EC;
  height: 30px;
  line-height: 30px;
  right: 30px;
  text-align: center;
  top: 25px;
  width: 30px;
}

.search_dropdown .closer span img {
  width: 11px;
}

.search_dropdown.home6 {
  top: 0;
  z-index: 9999;
}

.dropdown-content {
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: none;
  min-height: 254px;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 140px;
  width: 100%;
  z-index: 9;
}

.dropdown-content:before {
  background-color: #ffffff;
  content: "";
  height: 20px;
  left: auto;
  margin: 0 auto;
  position: absolute;
  right: 20%;
  top: -5px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-content.home2 {
  top: 110px;
}

.price_ranger_dropdown .bootstrap-select>.dropdown-toggle {
  background-color: #f4f4f4;
  border-radius: 3px;
  color: #696969;
  height: 40px;
  line-height: 25px;
  padding-left: 20px;
  padding-right: 15px;
  width: 150px;
  z-index: 0;
}

form.listing_page_v9 {
  width: 100%;
}

.form_input_dd .bootstrap-select>.dropdown-toggle,
.form_input_dd .form-control {
  background-color: #f4f4f4;
  border-radius: 3px;
  color: #696969;
  height: 55px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 15px;
  z-index: 0;
}

.form_input_dd .form-control {
  border: none;
}

.form_input_dd .bootstrap-select,
.form_input_dd.icon_style .bootstrap-select {
  border-radius: 3px;
}

.form_input_dd.brdr_style .bootstrap-select .dropdown-menu {
  padding: 0px 15px 10px;
}

.form_input_dd.brdr_style .bootstrap-select .dropdown-menu li {
  line-height: 45px;
}

.form_input_dd.brdr_style .bootstrap-select .dropdown-menu li a {
  padding: 0;
}

.form_input_dd .dropdown-item {
  background-color: #ffffff;
  color: #0D263B;
}

.form_input_dd.brdr_style .dropdown-item.active {
  color: #234DD4;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li {
  line-height: 50px;
  padding-left: 40px;
}

.form_input_dd .bootstrap-select .dropdown-menu li:first-child,
.form_input_dd.icon_style .bootstrap-select .dropdown-menu li:first-child {
  display: none;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li:nth-child(2):before {
  background-image: url(../images/icons/icon3.html);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 35px;
  left: 20px;
  position: absolute;
  top: 10px;
  width: 35px;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li:nth-child(3):before {
  background-image: url(../images/icons/icon4.html);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 35px;
  left: 20px;
  position: absolute;
  top: 10px;
  width: 35px;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li:nth-child(4):before {
  background-image: url(../images/icons/icon5.html);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 35px;
  left: 20px;
  position: absolute;
  top: 10px;
  width: 35px;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu li a {
  color: #0D263B;
  font-size: 15px;
  font-weight: normal;
}

.form_input_dd .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  background-color: #f4f4f4;
  width: 100% !important;
}

.form_input_dd.icon_style .bootstrap-select .dropdown-menu.show,
.form_input_dd.brdr_style .bootstrap-select .dropdown-menu.show {
  border-radius: 0 0 8px 8px;
  margin-top: 10px;
  border-top: 2px solid #234DD4;
}

.form_input_dd.icon_style .bootstrap-select ul.dropdown-menu.inner.show,
.form_input_dd.brdr_style .bootstrap-select ul.dropdown-menu.inner.show {
  border-top: none;
}

.price_ranger_dropdown .bootstrap-select>.dropdown-toggle:active,
.price_ranger_dropdown .bootstrap-select>.dropdown-toggle:focus,
.form_input_dd .bootstrap-select>.dropdown-toggle:active,
.form_input_dd .bootstrap-select>.dropdown-toggle:focus {
  background-color: #f4f4f4 !important;
  border: none;
  box-shadow: none !important;
  outline: none !important;
}

.price_ranger_dropdown .dropdown-item {
  background-color: #ffffff;
  color: #696969;
}

.price_ranger_dropdown .dropdown-item.active,
.price_ranger_dropdown .dropdown-item:active,
.form_input_dd .dropdown-item.active,
.form_input_dd .dropdown-item:active {
  color: #234DD4;
}

.price_ranger_dropdown .bootstrap-select .dropdown-menu.show {
  border-radius: 3px;
  margin-top: 10px;
}

.price_ranger_dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 160px;
}

.price_ranger_dropdown ul li:first-child {
  margin-right: 0;
}

.listing_price_tag .tag_btn {
  background-color: #f4f4f4;
  border-radius: 3px;
  color: #696969;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 90px;
}

.listing_price_tag .tag_btn:hover {
  cursor: pointer;
}

.tag_dropdown_content {
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  display: none;
  left: 0;
  max-width: 460px;
  min-height: 195px;
  padding: 20px 30px;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 9;
}

.price_ranger_dropdown .ui_kit_checkbox .custom-control-label {
  color: #696969;
  font-size: 15px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 0;
}

/* Home Two Featured Row */
.featured_row {
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  height: 90px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -100px;
}

.home1-advnc-search .dropdown-menu.show {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  border-radius: 3px;
  overflow: visible !important;
}

.home1-advnc-search .bootstrap-select .bs-ok-default:after {
  color: #0061DF;
}

.home9-mainslider {
  display: block;
  position: relative;
  width: 100%;
}

.home9-mainslider .banner-style-one .slide:before {
  background-color: rgba(13, 39, 59, 0.7) bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home9-mainslider .banner-style-one .banner-title {
  font-size: 60px;
  font-family: DM Sans;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.home9-mainslider .home-content {
  padding-top: 15px;
}

.home_iconbox_container {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10%;
}

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.home-text h1,
.home-text h2,
.home-text h3 {
  color: #ffffff;
  margin-top: 0;
}

.home-text.home6 h2 {
  font-family: DM Sans;
  color: #0D263B;
  font-weight: bold;
  line-height: 1.2;
}

.home-text.home6 p {
  font-family: DM Sans;
  color: #0D263B;
  line-height: 1.2;
}

.mouse_scroll {
  position: absolute;
  right: -350px;
  top: -80px;
}

.mouse_scroll .icon {
  cursor: pointer;
  display: inline-block;
  padding-right: 14px;
  text-align: right;
}

.mouse_scroll .icon h4 {
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.mouse_scroll .icon p {
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.2;
  margin: 0;
}

.mouse_scroll .thumb {
  float: right;
}

/* ==== Home 2 Main Sliders === */
.main-banner-wrapper {
  position: relative;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .main-banner-wrapper {
    overflow: hidden;
  }
}

.main-banner-wrapper .carousel-btn-block,
.listing_single_property_slider .owl-controls .owl-nav,
.property_sp3_slider.psp_v4 .owl-controls .owl-nav,
.property_sp3_slider.psp_v5 .owl-controls .owl-nav {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 9;
}

.property_sp3_slider.psp_v5 .owl-controls .owl-nav {
  top: 85%;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn,
.listing_single_property_slider .owl-controls .owl-nav .owl-prev,
.listing_single_property_slider .owl-controls .owl-nav .owl-next,
.property_sp3_slider.psp_v4 .owl-controls .owl-nav .owl-prev,
.property_sp3_slider.psp_v4 .owl-controls .owl-nav .owl-next {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  z-index: 9;
}

.listing_single_property_slider .owl-controls .owl-nav .owl-prev,
.listing_single_property_slider .owl-controls .owl-nav .owl-next {
  color: #0D263B;
  line-height: 40px;
}

.listing_single_property_slider .owl-controls .owl-nav,
.property_sp3_slider.psp_v4 .owl-controls .owl-nav {
  top: 41%;
}

.listing_single_property_slider .owl-controls .owl-nav .owl-prev,
.property_sp3_slider.psp_v4 .owl-controls .owl-nav .owl-prev {
  background-color: #ffffff;
  color: #696969;
  left: 30px;
  position: absolute;
}

.listing_single_property_slider .owl-controls .owl-nav .owl-next,
.property_sp3_slider.psp_v4 .owl-controls .owl-nav .owl-next {
  background-color: #ffffff;
  color: #696969;
  right: 30px;
  position: absolute;
}

.property_sp3_slider.psp_v5 .owl-controls .owl-nav .owl-prev,
.property_sp3_slider.psp_v5 .owl-controls .owl-nav .owl-next {
  background-color: #ffffff;
  border-radius: 50%;
  color: #0D263B;
  height: 45px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  width: 45px;
}

.property_sp3_slider.psp_v5 .owl-controls .owl-nav .owl-prev {
  right: 90px;
}

.property_sp3_slider.psp_v5 .owl-controls .owl-nav .owl-next {
  right: 30px;
}

.property_sp3_slider.psp_v4 .owl-controls .owl-nav .owl-prev,
.property_sp3_slider.psp_v4 .owl-controls .owl-nav .owl-next {
  color: #0D263B;
  line-height: 40px;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
  background-color: #ffffff;
  color: #696969;
  opacity: 1;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
  position: absolute;
  left: 30px;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
  position: absolute;
  right: 30px;
}

.banner-style-one .slide {
  padding: 165px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-style-one .slide:before {
  background-color: rgba(13, 38, 59, .7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.banner-style-one .owl-nav {
  display: none;
}

.banner-style-one h3,
.banner-style-one p {
  margin: 0;
}

.banner-style-one .banner-title,
.banner-style-one .banner_top_title,
.banner-style-one .banner_top_title small {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-style-one .banner_top_title {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}

.banner-style-one .banner_top_title small {
  font-size: 14px;
  color: #ffffff;
}

.banner-style-one .property_details {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-style-one .property_details li span.icon,
.banner-style-one .property_details li span.text {
  font-size: 19px;
  color: #ffffff;
}

.banner-style-one .property_details li span.text {
  font-size: 14px;
}

.banner-style-one .property_details li {
  margin-right: 20px;
}

.banner-style-one .property_details li:last-child {
  margin-right: 0;
}

.banner-style-one .banner-title {
  font-weight: normal;
  text-transform: uppercase;
}

.banner-style-one p {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-style-one .banner-btn {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 18px;
  padding: 19.5px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

.banner-style-one .banner-btn:hover {
  background-color: #ffffff;
  color: #2D174F;
}

.banner-style-one .active .banner-title,
.banner-style-one .active .banner_top_title,
.banner-style-one .active .property_details {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.banner-style-one .active p {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.banner-style-one .active .banner-btn {
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.banner-style-one .active .banner-btn:hover,
.banner-style-one .active .banner-btn:active,
.banner-style-one .active .banner-btn:focus {
  background-color: #ffffff;
  color: #0061DF;
}

.banner-style-one .owl-dots {
  display: none !important;
  margin: 0;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1170px;
  text-align: center;
}

.banner-style-one .owl-dots .owl-dot span {
  background-color: #eeeeee;
  width: 8px;
  height: 8px;
  margin: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-style-one .owl-dots .owl-dot+.owl-dot {
  margin-left: 7px;
}

.banner-style-one .owl-dots .owl-dot.active span {
  height: 13px;
  width: 13px;
  background-color: #ffffff;
}

.banner-style-one.no-dots .owl-dots {
  display: none !important;
}






.home-one {
  margin-top: -96px;
  padding: 0;
}

.home-one.home5_style {
  display: flex;
  position: relative;
  top: -70px;
  width: 100%;
  z-index: -1;
}

.home-six {
  margin-top: -90px;
  padding: 0;
}

.home-seven {
  margin-top: -91px;
}

.home-one .home-text a.btn {
  border: 2px solid #ffffff;
  border-radius: 27px;
  color: #ffffff;
  font-size: 18px;
  margin-top: 15px;
  padding: 10px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.home-one .home-text a.btn:hover {
  background-color: #ffffff;
  color: #2D174F;
}

.home-one .home-text.home3 {
  position: relative;
}



.home-one .home-text.home10 h2 {
  color: #0D263B;
}

.home-one .home-text.home10 a.btn {
  background-color: #006766;
  border: 1px solid #006766;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  height: 55px;
  line-height: 35px;
  margin-top: 15px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.home-one .home-text.home10 a.btn:hover {
  background-color: #ffffff;
  color: #006766;
}

.slide.slide-one.home6 {
  height: 730px;
}

.banner-style-one .slide.slide-one.home6 .banner-title {
  font-size: 50px;
  font-weight: normal;
  line-height: initial;
  text-transform: uppercase;
}

.banner-style-one .slide.slide-one.home6 p {
  margin: 0 auto;
  max-width: 450px;
}

.banner-style-one .slide.home6 {
  padding: 295px 0;
}

.banner-style-one .slide.home6:before {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.home1-overlay {
  position: relative;
}

.home1-overlay:before {
  content: "";
  background-color: rgb(13, 38, 59);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}


.listing-home-bg {
  background-image: url(../image/background/hero-image.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}

.listing-home-bg:before {
  background-color: rgba(29, 41, 62, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.home_content.listing {
  padding: 90px 0;
}

.home_content.listing.slider_style {
  padding: 200px 0 90px;
}

.home_adv_srch_opt.listing {
  margin-top: 45px;
}

.home-listing-slider {
  margin-top: 0;
  position: relative;
}

.home-listing-slider .banner-style-one .slide:before {
  background-color: rgba(29, 41, 62, 0.7);
  left: 0;
  position: absolute;
  right: 0;
  content: "";
  top: 0;
  bottom: 0;
}

/*== Home Five Overlay Slider ==*/
.divider-btn {
  line-height: 40px;
}

.home1-divider2 {
  background-image: url(../images/background/3.jpg);
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 145px 0 145px;
  position: relative;
}

.home1-divider2:before {
  background-color: rgba(36, 65, 231, .7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.app_grid h1 {
  margin-bottom: 5px;
}

.app_grid h1,
.app_grid p {
  color: #ffffff;
}

.app_grid p {
  margin-bottom: 40px;
}

.app_grid button:last-child {
  margin-right: 0;
}

.app_grid .apple_btn,
.app_grid .play_store_btn {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid rgba(255, 255, 255, .4);
  color: #ffffff;
  height: 75px;
  line-height: normal;
  margin-right: 30px;
  position: relative;
  -ms-text-align-last: auto;
  text-align: left;
  width: 210px;
}

.app_grid .apple_btn {
  width: 230px;
}

.app_grid .apple_btn:hover,
.app_grid .play_store_btn:hover {
  border: 2px solid transparent;
  cursor: pointer;
}

.app_grid .apple_btn .icon,
.app_grid .play_store_btn .icon {
  font-size: 36px;
  float: left;
  margin-right: 20px;
  margin-left: 15px;
}

.app_grid .apple_btn .title,
.play_store_btn .title {
  display: block;
  font-size: 16px;
}

.app_grid .apple_btn .subtitle,
.play_store_btn .subtitle {
  font-size: 13px;
}

.phone_img {
  position: absolute;
  right: 0;
  top: -80px;
}

/*== School Category Courses ==*/
.img_hvr_box {
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 60px 30px 55px;
  position: relative;
  text-align: center;
}

.img_hvr_box:before {
  background-color: rgba(10, 10, 10, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.img_hvr_box:hover {
  cursor: pointer;
}

.img_hvr_box:hover:before {
  background-color: rgba(36, 65, 231, .8);
}

.img_hvr_box.home3:hover:before {
  background-color: rgba(54, 159, 219, .8);
}

.img_hvr_box .overlay .details {
  display: block;
  position: relative;
}

.img_hvr_box .overlay .details h5,
.img_hvr_box .overlay .details p {
  color: #ffffff;
  margin-bottom: 0;
}

.img_hvr_box .overlay .details h5 {
  font-size: 18px;
}

.img_hvr_box .overlay .details p {
  font-size: 15px;
}

.courses_all_btn .btn {
  border: 2px solid;
  border-radius: 25px;
  font-size: 15px;
  height: 50px;
  line-height: 35px;
  margin-top: 30px;
  width: 235px;
}

.courses_all_btn.home3 .btn {
  border-color: #369fdb;
  color: #369fdb;
}

.courses_all_btn.home3 .btn:hover,
.courses_all_btn.home3 .btn:active,
.courses_all_btn.home3 .btn:focus {
  background-color: #369fdb;
  color: #ffffff;
}

.course-single2 {
  background-color: #f9fafc;
}

.courses_single_container {
  position: relative;
  width: 100%;
}

.cs_row_one .cs_instructor {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
}

.cs_row_one .cs_instructor .cs_instrct_list li {
  margin-right: 15px;
}

.cs_row_one .cs_instructor .cs_instrct_list li .thumb {
  height: 50px;
  width: 50px;
}

.cs_row_one .cs_instructor .cs_instrct_list li a {
  font-size: 15px;
  font-family: DM Sans;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}

.cs_row_one .cs_instructor .cs_instrct_list li a {
  font-size: 15px;
  font-family: DM Sans;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}

.cs_row_one .cs_instructor .cs_watch_list li a,
.cs_row_one.csv3 .cs_watch_list li a {
  font-size: 15px;
  font-family: DM Sans;
  color: #0D263B;
  line-height: 1.2;
}

.cs_row_one .cs_instructor .cs_watch_list li:first-child a {
  font-size: 20px;
}

.cs_row_one .cs_instructor .cs_watch_list li:last-child a,
.cs_row_one.csv3 .cs_watch_list li:last-child a {
  border-radius: 5px;
  background-color: rgb(36, 65, 231);
  color: #ffffff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;
}

.cs_row_one .cs_instructor .cs_watch_list li:last-child a span,
.cs_row_one.csv3 .cs_watch_list li:last-child a span {
  font-size: 13px;
  font-family: DM Sans;
  color: #ffffff;
  line-height: 2.2;
}

.cs_row_one .cs_title {
  font-size: 26px;
  font-family: DM Sans;
  color: #0D263B;
  line-height: 1.2;
}

.cs_row_one .cs_review_seller {
  margin-bottom: 15px;
}

.cs_row_one .cs_review_seller li {
  margin-right: 4px;
}

.cs_row_one .cs_review_seller li a {
  font-size: 13px;
  font-family: "FontAwesome";
  color: #bcc52a;
  line-height: 1.2;
}

.cs_row_one .cs_review_seller li:first-child {
  margin-right: 15px;
}

.cs_row_one .cs_review_seller li:first-child a {
  border-radius: 5px;
  background-color: rgb(255, 16, 83);
  color: #ffffff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;
}

.cs_row_one .cs_review_seller li:first-child a span {
  font-size: 13px;
  font-family: DM Sans;
  color: #ffffff;
  line-height: 2.2;
}

.cs_row_one .cs_review_seller li:last-child a {
  font-size: 14px;
  font-family: DM Sans;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}

.cs_row_one .cs_review_enroll {
  margin-bottom: 30px;
}

.cs_row_one .cs_review_enroll li {
  margin-right: 15px;
}

.cs_row_one .cs_review_enroll li a {
  font-size: 14px;
  font-family: DM Sans;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}

.cs_row_one .cs_review_enroll li a span {
  padding-right: 6px;
}

.cs_row_one .courses_big_thumb {
  margin-bottom: 30px;
}

.cs_row_one .courses_big_thumb .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}

.cs_ins_container .courses_big_thumb .iframe_video {
  border-radius: 5px;
  min-height: 540px;
  max-width: 960px;
}

.cs_row_one .courses_big_thumb .thumb img {
  border-radius: 5px;
}

.cs_row_one .courses_big_thumb .thumb .overlay_icon:before {
  bottom: 0;
  background-color: rgba(0, 0, 0, .3);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}

.cs_row_one .courses_big_thumb .thumb .overlay_icon a,
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
}

.cs_row_one .courses_big_thumb .thumb .overlay_icon .title {
  top: 58%;
}

.cs_row_one.csv3 .cs_review_enroll {
  display: inline;
}

.cs_row_two .cs_overview {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  padding: 30px;
}

.cs_row_two.csv2 .cs_overview,
.cs_row_three.csv2 .course_content,
.cs_row_four.csv2 .about_ins_container,
.cs_row_five.csv2 .student_feedback_container,
.cs_row_six.csv2 .sfeedbacks,
.cs_row_seven.csv2 .sfeedbacks {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  margin-top: 30px;
}

.cs_row_two .cs_overview .title {
  font-family: DM Sans;
  font-size: 20px;
  color: #0D263B;
  line-height: 1.2;
  margin-bottom: 22px;
}

.cs_row_two .cs_overview h4 {
  font-family: DM Sans;
  font-size: 18px;
  color: rgb(59, 59, 59);
  line-height: 1.333;
  margin-bottom: 10px;
}

.cs_row_two .cs_overview p {
  font-family: DM Sans;
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
}

.cs_row_two .cs_overview ul.cs_course_syslebus {
  margin-bottom: 17px;
  margin-right: 100px;
}

.cs_row_two .cs_overview ul.cs_course_syslebus,
.cs_row_two .cs_overview ul.cs_course_syslebus2 {
  display: inline-block;
}

.cs_row_two .cs_overview ul.cs_course_syslebus li p,
.cs_row_two .cs_overview ul.cs_course_syslebus2 li p {
  font-family: DM Sans;
  font-size: 15px;
  color: rgb(126, 126, 126);
  display: inline;
  line-height: 2.8;
  margin-bottom: 0;
  padding-left: 10px;
}

.cs_row_two .cs_overview ul.list_requiremetn li i {
  font-size: 10px;
  color: rgb(126, 126, 126);
}

.cs_row_two .cs_overview ul.list_requiremetn li p {
  color: rgb(126, 126, 126);
  font-family: DM Sans;
  font-size: 15px;
  display: inline;
  line-height: 2.667;
  margin-bottom: 0;
  padding-left: 13px;
}

.cs_row_three .course_content {
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
}

.cs_row_three .course_content .cc_headers {
  position: relative;
}

.cs_row_three .course_content h4.title {
  font-size: 20px;
  font-family: DM Sans;
  color: #0D263B;
  float: left;
  line-height: 1.2;
}

.cs_row_three .course_content .details {
  display: inline-block;
  position: relative;
  width: 100%;
}

.cs_row_three .course_content .details .cc_tab {
  margin-top: 30px;
}

.cs_row_three .course_content .details .cc_tab h4.panel-title {
  font-size: 18px;
  font-family: DM Sans;
  color: rgb(59, 59, 59);
  line-height: 1.7;
  border-radius: 5px;
  background-color: rgb(237, 239, 247);
  height: 50px;
  padding: 10px 20px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li {
  border: 1px solid rgb(235, 235, 235);
  padding: 20px 25px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:last-child {
  border-bottom: none;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a {
  font-size: 15px;
  font-family: DM Sans;
  color: rgb(79, 79, 79);
  line-height: 1.6;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span {
  padding-right: 4px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_preiew {
  float: right;
  margin-right: 50px;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:hover a {
  color: #0061DF;
}

.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_time {
  float: right;
}

.cs_row_four .about_ins_container,
.cs_row_five .student_feedback_container,
.cs_row_six .sfeedbacks,
.cs_row_seven .sfeedbacks {
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}

.cs_row_six .sfeedbacks .sspd_review_liked {
  background-color: rgb(237, 239, 247);
  border-radius: 20px;
  height: 40px;
  text-align: center;
  max-width: 200px;
}

.cs_row_six .sfeedbacks .sspd_review_liked a {
  font-size: 14px;
  font-family: DM Sans;
  line-height: 2.714;
}

.cs_row_six.csv2.style2 {
  overflow: hidden;
}

.cs_row_four .about_ins_container .aii_title,
.cs_row_five .student_feedback_container .aii_title {
  font-size: 20px;
  font-family: DM Sans;
  color: #0D263B;
  margin-bottom: 25px;
  line-height: 1.2;
}

.cs_row_four .about_ins_container .about_ins_info {
  float: left;
}

.cs_row_four .about_ins_container .details {
  padding-left: 160px;
}

.cs_row_four .about_ins_container .details h4 {
  font-size: 20px;
  font-family: DM Sans;
  color: #0D263B;
  margin-bottom: 0;
  line-height: 1.5;
}

.cs_row_four .about_ins_container .details .subtitle {
  font-size: 14px;
  font-family: DM Sans;
  color: rgb(137, 137, 137);
  margin-bottom: 15px;
  line-height: 1.714;
}

.cs_row_four .about_ins_container .details p {
  font-size: 15px;
  font-family: DM Sans;
  color: rgb(79, 79, 79);
  line-height: 1.6;
}

.cs_row_four .about_ins_container .details .about_ins_list li:first-child p {
  font-size: 15px;
  font-family: DM Sans;
  color: rgb(79, 79, 79);
  margin-bottom: 0;
  line-height: 1.6;
}

.cs_row_four .about_ins_container .details .about_ins_list li a {
  font-size: 15px;
  font-family: DM Sans;
  color: rgb(79, 79, 79);
  line-height: 1.6;
}

.cs_row_four .about_ins_container .details .review_list {
  float: left;
  margin-right: 80px;
}

.cs_row_four.csv2 .about_ins_container .details .review_list {
  margin-right: 50px;
}

.cs_row_four.csv2 .about_ins_container .details .about_info_list li {
  margin-right: 15px;
}

.cs_row_four .about_ins_container .details .review_list li {
  margin-right: 4px;
}

.cs_row_four .about_ins_container .details .review_list li i {
  font-size: 13px;
  color: #bcc52a;
  line-height: 1.2;
}

.cs_row_four .about_ins_container .details .about_info_list li {
  font-size: 14px;
  font-family: DM Sans;
  color: rgb(126, 126, 126);
  line-height: 1.2;
  margin-right: 30px;
}

.cs_row_four .about_ins_container .details .about_info_list li:last-child {
  margin-right: 0;
}

.cs_row_four .about_ins_container .details .about_info_list li span {
  padding-right: 10px;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar {
  border-radius: 5px;
  max-width: 470px;
  padding-left: 100px;
}

.cs_row_five .student_feedback_container .s_feeback_content ul.skills {
  margin-bottom: 30px;
}

.cs_row_five .student_feedback_container .s_feeback_content ul.skills li {
  color: rgb(79, 79, 79);
  font-size: 14px;
  font-family: DM Sans;
  float: left;
  line-height: 1.2;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar {
  background-color: #d0d23c !important;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar-container {
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}

.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar p.title {
  float: right;
  margin-right: -50px;
  margin-top: -10px;
}

.my_course_content_list .mc_content_list .s_feeback_content .sonny_progressbar {
  border-radius: 5px;
  max-width: 170px;
  padding-left: 100px;
}

.my_course_content_list .mc_content_list .sonny_progressbar .bar-container {
  margin-left: -190px;
  margin-right: 130px;
  margin-top: 10px;
}

.my_course_content_list .mc_content_list .sonny_progressbar p.title {
  float: right;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -10px;
}

.cs_row_five .student_feedback_container .aii_average_review {
  border-radius: 5px;
  background-color: rgb(237, 239, 247);
  height: 180px;
  position: absolute;
  right: 30px;
  top: 75px;
  width: 230px;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content {
  margin-top: 45px;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content h2 {
  font-size: 50px;
  font-family: DM Sans;
  color: #0D263B;
  line-height: 0.6;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content .aii_rive_list li {
  font-size: 13px;
  font-family: "FontAwesome5FreeSolid";
  color: #bcc52a;
  margin-right: 3px;
  line-height: 1.2;
}

.cs_row_five .student_feedback_container .aii_average_review .av_content p {
  font-size: 15px;
  font-family: DM Sans;
  color: rgb(79, 79, 79);
  line-height: 1.2;
}

.r_course_title {
  font-size: 26px;
  font-family: DM Sans;
  color: #0D263B;
  line-height: 1.2;
  margin-bottom: 30px;
}

.mbp_first.media.csv1.style2 {
  position: relative;
}

.mbp_first.media.csv1.style2:before {
  bottom: -30px;
  background-color: #dedede;
  content: "";
  position: absolute;
  height: 1px;
  left: -30px;
  right: -30px;
  width: 105%;
}

/*== Feature Property ==*/
.latest-property {
  border-bottom: 1px solid #ebebeb;
}

.best-property .container {
  max-width: 1560px;
}

.feat_property {
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feat_property:hover {
  -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
}

.feat_property:hover .listing_gallery {
  opacity: 1;
}

.feat_property .thumb {
  background: #0D263B;
  /*display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;*/
  overflow: hidden;
  position: relative;
  padding-bottom: 0px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feat_property .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feat_property:hover .thumb img,
.feat_property.sidebar .thumb img {
  opacity: .5;
}

.feat_property.sidebar .thumb .thmb_cntnt {
  height: 95%;
}

.feat_property.sidebar .thumb .thmb_cntnt .title {
  bottom: 0;
  line-height: 20px;
  left: 10px;
  top: 63%;
}

.feat_property.sidebar .thumb .thmb_cntnt a.fp_price {
  bottom: auto;
  left: 10px;
  top: 78%;
}

.feat_property.sidebar .thumb .thmb_cntnt a.fp_price small {
  font-size: 12px;
}

.feat_property .thumb .blog_tag {
  background-color: #0061DF;
  border-radius: 3px;
  color: rgb(254, 254, 254);
  font-family: DM Sans;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  left: 10px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 110px;
}

.feat_property .thumb .thmb_cntnt ul.tag2,
.feat_property.home6 .thmb_cntnt ul.tag2 {
  left: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}

.feat_property.home6 .thmb_cntnt ul.tag2 {
  right: 0;
  top: 0;
}

.feat_property .thumb .thmb_cntnt ul.tag2 li a,
.feat_property.home6 .thmb_cntnt ul.tag2 li a {
  background-color: #0D263B;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 6px 13px;
  text-transform: uppercase;
}

.feat_property .thumb .thmb_cntnt ul.tag li a,
.feat_property.home6 .thmb_cntnt ul.tag li a {
  background-color: #0061DF;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  padding: 6px 13px;
  text-transform: uppercase;
}

.feat_property .thumb .thmb_cntnt ul.tag li:nth-child(2) a {
  background-color: #0D263B;
}

.feat_property .thumb .thmb_cntnt ul.tag.style2 li a {
  background-color: #CC5040;
}

.feat_property .thumb .thmb_cntnt .icon {
  bottom: 15px;
  position: absolute;
  right: 20px;
}

.feat_property .thumb .thmb_cntnt .icon li {
  border-radius: 3px;
  background-color: rgb(15, 21, 31);
  height: 35px;
  line-height: 35px;
  margin-right: 5px;
  opacity: 0.502;
  text-align: center;
  width: 35px;
}

.feat_property .details .tc_content ul.icon {
  float: right;
  margin-bottom: 0;
}

.feat_property .thumb .thmb_cntnt .icon li a {
  color: #ffffff;
}

.feat_property .thumb .thmb_cntnt .icon li:last-child {
  margin-right: 0;
}

.feat_property .thumb .thmb_cntnt a.fp_price {
  bottom: 15px;
  font-size: 16px;
  font-family: DM Sans;
  color: #ffffff;
  font-weight: 600;
  left: 20px;
  line-height: 20px;
  top: 130px;
  position: absolute;
}

.feat_property .thumb .thmb_cntnt a.fp_price small {
  font-size: 14px;
}

.feat_property .thumb .thmb_cntnt2 {
  bottom: 17px;
  left: 0;
  position: absolute;
}

.feat_property .thumb .thmb_cntnt2 .listing_gallery {
  bottom: 0;
  position: relative;
}

.feat_property .thumb .thmb_cntnt2.top {
  bottom: auto;
  top: 24px;
}

.feat_property .thumb .thmb_cntnt2.top.right {
  left: auto;
  right: 44px;
}

.feat_property .thumb .thmb_cntnt2.top.right.style5 {
  left: auto;
  right: 22px;
}

.feat_property .thumb .thmb_cntnt2.top.right.style5 ul li {
  margin-right: 25px;
}

.feat_property .thumb .thmb_cntnt2.top.right.style5 ul li:last-child {
  margin-right: 0;
}

.feat_property .details {
  position: relative;
}

.feat_property.home6 .details {
  padding: 50px 50px 45px;
}

.feat_property .details .tc_content {
  padding: 20px;
}

.feat_property .details .tc_content h4,
.feat_property .details .tc_content h4 a,
.feat_property.all_listing_style5 .fp_footer.all_listing_style5 h4 a,
.feat_property.all_listing_style6 .fp_footer.all_listing_style6 h4 a {
  font-size: 16px;
  font-family: DM Sans;
  color: #0D263B;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
}

.feat_property .details .tc_content p {
  margin-bottom: 17px;
}

.feat_property .details .tc_content .prop_details li {
  margin-right: 25px;
  text-align: center;
}

.feat_property .details .tc_content .prop_details li a {
  font-size: 14px;
  color: #696969;
  line-height: 1.125rem;
}

.feat_property .details .tc_content .prop_details li a span {
  font-size: 18px;
  color: #696969;
}

.feat_property .details .tc_content .prop_details li:last-child {
  margin-right: 0;
}

.feat_property.home2 .details .tc_content h5 {
  color: #0D263B;
  font-family: DM Sans;
  line-height: 1.333;
}

.feat_property .fp_footer {
  border-top: 1px solid #E6E9EC;
  display: flow-root;
  padding: 20px;
  position: relative;
}

.feat_property.all_listing_style4.home5 {
  border: none;
}

.feat_property.all_listing_style3 .thumb img,
.feat_property.all_listing_style4 .thumb img,
.feat_property.all_listing_style5 .thumb img,
.feat_property.all_listing_style6 .thumb img {
  opacity: 0.5;
}

.feat_property.all_listing_style3:hover .thumb img,
.feat_property.all_listing_style4:hover .thumb img,
.feat_property.all_listing_style5:hover .thumb img,
.feat_property.all_listing_style6:hover .thumb img {
  opacity: 0.4;
}

.feat_property .fp_footer.all_listing_style3,
.feat_property .fp_footer.all_listing_style4,
.feat_property .fp_footer.all_listing_style5,
.feat_property .fp_footer.all_listing_style6 {
  bottom: 12px;
  border: none;
  display: block;
  left: 20px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: auto;
}

.feat_property .fp_footer.all_listing_style4,
.feat_property .fp_footer.all_listing_style5,
.feat_property .fp_footer.all_listing_style6 {
  bottom: 17px;
}

.feat_property .fp_footer.all_listing_style3 .fp_meta li {
  margin-right: 0;
}

.feat_property .fp_footer.all_listing_style3 .fp_meta li a {
  color: #fff;
  font-size: 16px;
}

.feat_property .fp_footer.all_listing_style4 .fp_meta li a,
.feat_property .fp_footer.all_listing_style5 .fp_meta li a,
.feat_property .fp_footer.all_listing_style6 .fp_meta li a {
  color: #fff;
  font-size: 15px;
}

.feat_property .fp_footer.all_listing_style6 .prop_details li {
  margin-right: 15px;
  text-align: center;
}

.feat_property .fp_footer.all_listing_style6 .prop_details li a {
  color: #fff;
  font-size: 14px;
}

.feat_property .fp_footer.all_listing_style6 .prop_details li a span {
  font-size: 18px;
}

.feat_property .fp_footer.all_listing_style3 .fp_meta li a span,
.feat_property .fp_footer.all_listing_style4 .fp_meta li a span,
.feat_property.all_listing_style4 .details .tc_content .prop_details li a span {
  font-size: 15px;
}

.feat_property .fp_footer.all_listing_style3 .fp_meta li:hover a.icon,
.feat_property .fp_footer.all_listing_style4 .fp_meta li:hover a.icon,
.feat_property .fp_footer.all_listing_style5 .fp_meta li:hover a.icon {
  background-color: rgba(13, 38, 59, .7);
}

.feat_property.all_listing_style3 .details .tc_content .prop_details li {
  margin-right: 8px;
}

.feat_property.all_listing_style3 .details .tc_content .prop_details li a span {
  font-size: 13px;
}

.feat_property .fp_footer .fp_meta li {
  margin-right: 10px;
  vertical-align: middle;
}

.feat_property .fp_footer .fp_meta li:last-child {
  margin-right: 0;
}

.feat_property .fp_footer .fp_meta li a {
  font-size: 15px;
  font-family: DM Sans;
  color: #696969;
  line-height: 1.466;
}

.feat_property .fp_footer .fp_meta li a.icon {
  border-radius: 40px;
  display: block;
  height: 35px;
  line-height: 35px;
  position: relative;
  text-align: center;
  width: 35px;
}

.feat_property .fp_footer .fp_meta li:hover a.icon {
  background-color: #F4F4F4;
}

.feat_property .fp_footer .fp_meta li a .icon span {
  color: #696969;
}

.feat_property .fp_footer .fp_pdate {
  font-size: 14px;
  font-family: DM Sans;
  color: #777777;
  line-height: 1.2;
  margin-top: 12px;
}

.feat_property.recent {
  border: none;
}

.feat_property.recent .thumb {
  border-radius: 3px;
}

.feat_property.recent:hover {
  box-shadow: none;
}

.feat_property.recent .details .tc_content {
  padding: 20px 0;
}

.feat_property.recent .details .fp_footer {
  padding: 20px 0 5px;
}

.feat_property.map:hover {
  box-shadow: none;
}

.feat_property.map .thumb {
  background-color: transparent;
}

.feat_property.map:hover .thumb img {
  opacity: 1;
}

.for_blog.list-type {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.for_blog.feat_property:hover {
  -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
}

.for_blog.feat_property.home2,
.for_blog.feat_property.home4 {
  border: none;
}

.for_blog.feat_property.home2 .details .tc_content {
  padding: 20px 20px 30px;
}

.for_blog.feat_property.home4 .details .tc_content {
  padding: 20px 20px 30px 0;
}

.for_blog.feat_property.home4:hover {
  box-shadow: none;
}

.for_blog.feat_property.blog_details_inner:hover {
  box-shadow: none;
}

.for_blog.feat_property .details .bp_meta ul li:first-child {
  margin-right: 20px;
}

.for_blog.feat_property .details .bp_meta ul li a {
  font-size: 14px;
  color: #696969;
}

.for_blog.feat_property .thumb .tag {
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  left: 20px;
  line-height: 20px;
  padding: 3px 13px;
  position: absolute;
  text-transform: capitalize;
  top: 20px;
}

.for_blog.feat_property .thumb img {
  opacity: 1;
}

.for_blog.feat_property .fp_footer .fp_meta li:nth-child(2) {
  margin-right: 30px;
}

.for_blog.feat_property .details .tc_content {
  padding: 20px 20px 30px;
}

.for_blog.feat_property .details .tc_content .bpg_meta li a {
  font-size: 14px;
  color: rgb(119, 119, 119);
  line-height: 1.2;
}

.for_blog.feat_property .details .tc_content .read_more_btn {
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
}

.feat_property .thumb .thmb_cntnt,
.properti_city.home6 .thumb .thmb_cntnt {
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.feat_property .thumb .thmb_cntnt ul.tag,
.properti_city.home6 .thumb .thmb_cntnt ul.tag {
  position: absolute;
  left: 10px;
  top: 10px;
}

.feat_property .thumb .thmb_cntnt ul.tag li,
.properti_city.home6 .thumb .thmb_cntnt ul.tag li,
.feat_property.list .dtls_headr ul.tag li {
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

.properti_city.home6 .thumb .thmb_cntnt ul.tag li:first-child,
.feat_property.list .dtls_headr ul.tag li:first-child {
  background-color: rgb(62, 76, 102);
}

.properti_city.home6 .thumb .thmb_cntnt ul.tag li:last-child,
.feat_property.list .dtls_headr ul.tag li:last-child {
  background-color: #0061DF;
  margin-right: 0;
}

.properti_city.home6 .thumb .thmb_cntnt ul.tag li a,
.feat_property.list ul.tag li a {
  color: #fefefe;
}

.feat_property.home6,
.feat_property.home7 {
  border: none;
}

.feat_property.home6 .details .tc_content .thmb_cntnt {
  margin-bottom: 50px;
}

.feat_property.home6 .thumb .thmb_cntnt2 {
  bottom: 50px;
  left: auto;
  right: 70px;
}

.feat_property.home6 .fp_footer .fp_meta li a.price {
  font-size: 22px;
}

.feat_property.home6 .details .tc_content .title {
  font-size: 22px;
  line-height: 28px;
}

.listing_gallery,
.listing_reviews {
  bottom: -190px;
  left: 23px;
  position: absolute;
}

.listing_gallery {
  bottom: -190px;
  opacity: 0;
}

.listing_gallery li a span,
.listing_reviews li a span {
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
}

.listing_gallery li:first-child {
  margin-right: 20px;
}

.listing_gallery li a,
.listing_reviews li a {
  font-size: 12px;
  font-weight: 600;
}

.feat_property.list .listing_gallery {
  left: 15px;
}

.listing_reviews li a .total_review {
  font-size: 14px;
  line-height: 20px;
}

.badge_icon {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
}

.badge_icon a img {
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  -o-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.feat_property.list,
.feat_property.list .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.feat_property.list.listing .thumb {
  border-radius: 3px 0 0 3px;
  max-height: 220px;
  max-width: -webkit-fill-available;
  margin: 0;
  position: relative;
  width: 280px;
}

.feat_property.list.listing:hover {
  -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
}

.blog_post_slider_home8 .feat_property.list.listing:hover {
  box-shadow: none;
}

.feat_property.list.listing .thumb .thmb_cntnt .listing_gallery {
  top: 170px;
}

.feat_property.list.listing .details {
  width: 75%;
}

.feat_property.list.listing .details.style7 {
  width: 60%;
}

.feat_property.list .details .tc_content {
  display: flow-root;
  padding: 25px 20px 15px;
  position: relative;
}

.feat_property.home6 .details .tc_content,
.feat_property.home6 .fp_footer {
  padding: 0;
}

.feat_property.home6 .fp_footer {
  border: none;
}

.feat_property.list.listing .details .tc_content .wrapper2 .title {
  color: #0D263B;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}

.feat_property.list.listing .details .tc_content .wrapper2 .btn {
  background-color: rgba(0, 97, 223, .1);
  border-radius: 3px;
  color: #0061DF;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  text-transform: uppercase;
  width: 126px;
}

.feat_property.list.listing .fp_footer {
  padding: 6px 20px 10px;
}

.feat_property.list .details .tc_content .list_simg {
  height: 28.8px;
  width: 28.8px;
}

.feat_property.list .dtls_headr {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.feat_property.list .dtls_headr a.fp_price {
  font-size: 22px;
  color: #0D263B;
  font-weight: bold;
  line-height: 1.2;
  position: absolute;
  right: 20px;
}

.feat_property.list.favorite_page {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 30px;
}

.feat_property.list.favorite_page .thumb {
  height: 126px;
  max-width: 150px;
  margin: 0;
  position: relative;
}

.feat_property.list.favorite_page .view_edit_delete_list {
  position: absolute;
  right: 0;
}

.feat_property.list.favorite_page.style2 {
  border-bottom: none;
  margin: 10px 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.feat_property.list.favorite_page.style2 .details .tc_content p {
  margin-bottom: 0;
}

.feat_property.list.agent {
  border-radius: 3px;
}

.feat_property.list.agent:hover {
  -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
}

.feat_property.list.agent:hover .thumb img {
  opacity: 1;
}

.feat_property.list.agent .thumb {
  height: auto;
  margin: 20px;
  max-width: -webkit-fill-available;
  width: 240px;
}

.feat_property.list.agent .fp_footer {
  padding: 5px 20px 20px 0;
}

.feat_property.list.agent .fp_footer .fp_pdate {
  margin-top: 5px;
  text-decoration: underline;
}

.feat_property.list.agent .thumb img {
  border-radius: 3px;
}

.feat_property.list.agent .details .tc_content {
  padding: 30px 0 10px;
}

.feat_property.list.agent .details .tc_content h4 {
  margin-bottom: 0;
}

.feat_property.list.agent .details .tc_content .prop_details li a {
  line-height: 27px;
}

.feat_property.list.agent .details .tc_content .prop_details li a span {
  color: #0D263B;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}

.feat_property.list.favorite,
.feat_property.list.property {
  border: none;
  margin: 0;
}

.feat_property.list.favorite:hover,
.feat_property.list.property:hover {
  box-shadow: none;
}

.feat_property.list.favorite .thumb,
.feat_property.list.property .thumb {
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  width: 160px;
}

.feat_property.list.favorite:hover .thumb img,
.feat_property.list.property:hover .thumb img {
  opacity: 1;
}

.feat_property.list.favorite .details,
.feat_property.list.property .details {
  width: auto;
}

.feat_property.list.favorite .details .tc_content,
.feat_property.list.property .details .tc_content {
  padding: 20px;
}

.feat_property.list.favorite .details .tc_content .title,
.feat_property.list.property .details .tc_content .title {
  line-height: 20px;
  margin-bottom: 10px;
}

.feat_property.list.favorite .details .tc_content .title small.tag2,
.feat_property.list.property .details .tc_content .title small.tag2 {
  background-color: #0D263B;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  margin-left: 12px;
  padding: 6px 15px;
  text-transform: uppercase;
}

.feat_property.list.favorite .details .tc_content p,
.feat_property.list.property .details .tc_content p {
  font-size: 14px;
  margin-bottom: 10px;
}





.feature_property_slider.owl-carousel.owl-theme .owl-nav,
.popular_listing_slider1.owl-carousel.owl-theme .owl-nav,
.team_slider_home1.owl-carousel.owl-theme .owl-nav,
.testimonial_slider_home1.owl-carousel.owl-theme .owl-nav,
.feature_place_home3_slider.owl-carousel.owl-theme .owl-nav,
.recent_property_slider_home5.owl-carousel.owl-theme .owl-nav,
.popular_listing_slider_home8.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}

.team_slider_home1.owl-carousel.owl-theme .owl-item,
.testimonial_slider_home1.owl-carousel.owl-theme .owl-item {
  margin-bottom: 60px;
}

.team_slider_home1.owl-carousel.owl-theme .owl-controls .owl-dots .owl-dot,
.testimonial_slider_home1.owl-carousel.owl-theme .owl-controls .owl-dots .owl-dot {
  display: none;
}

.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot,
.popular_listing_slider1.owl-carousel.owl-theme .owl-dots .owl-dot,
.popular_listing_slider_home8.owl-carousel.owl-theme .owl-dots .owl-dot,
.team_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot,
.testimonial_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot,
.feature_place_home3_slider.owl-carousel.owl-theme .owl-dots .owl-dot,
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot,
.recent_property_slider_home5.owl-carousel.owl-theme .owl-dots .owl-dot,
.testimonial_slider_home6.owl-carousel.owl-theme .owl-dots .owl-dot,
.blog_post_slider_home8.owl-carousel.owl-theme .owl-dots .owl-dot {
  background-color: transparent;
  margin-right: 7px;
  vertical-align: middle;
}

.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-nav {
  display: none;
}

.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot span,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot span,
.popular_listing_slider1.owl-carousel.owl-theme .owl-dots .owl-dot span,
.popular_listing_slider_home8.owl-carousel.owl-theme .owl-dots .owl-dot span,
.team_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot span,
.testimonial_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot span,
.feature_place_home3_slider.owl-carousel.owl-theme .owl-dots .owl-dot span,
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot span,
.recent_property_slider_home5.owl-carousel.owl-theme .owl-dots .owl-dot span,
.testimonial_slider_home6.owl-carousel.owl-theme .owl-dots .owl-dot span,
.blog_post_slider_home8.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #0061DF;
  border-radius: 50%;
  height: 8px;
  margin: 3px;
  width: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.sidebar_feature_property_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.popular_listing_slider1.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.popular_listing_slider1.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.popular_listing_slider_home8.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.popular_listing_slider_home8.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.team_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.team_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.testimonial_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_home1.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.feature_place_home3_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.feature_place_home3_slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_home3.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.recent_property_slider_home5.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.recent_property_slider_home5.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.testimonial_slider_home6.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.testimonial_slider_home6.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.blog_post_slider_home8.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.blog_post_slider_home8.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff !important;
  border: 2px solid #0061DF;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}


/*== Property Cities ==*/
.properti_city {
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
}

.properti_city .thumb {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.properti_city .thumb img {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.properti_city:hover .thumb img {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -moz-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}

.properti_city .overlay {
  background: rgba(13, 38, 59, .5);
  border-radius: 3px;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.properti_city.home3 .overlay {
  background: rgba(39, 42, 51, .30);
}

.properti_city .overlay .details {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
}

.properti_city .overlay .details .icon {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 50px;
}

.properti_city .overlay .details h4,
.properti_city .overlay .details h4 a,
.property_city_home6 .details h4 a {
  color: #ffffff;
  font-size: 18px;
  font-family: DM Sans;
  font-weight: 600;
  line-height: 1.43rem;
}

.property_city_home6 .details h4 a {
  color: #0D263B;
}

.properti_city.home6 .thumb .thmb_cntnt {
  left: 8px;
  position: absolute;
  top: 20px;
}

.properti_city.home6 .overlay .details {
  padding-left: 20px;
  text-align: left;
}

.properti_city .overlay .details p {
  font-size: 14px;
  font-family: DM Sans;
  color: #ffffff;
  line-height: 1.2;
}

.properti_city.style2 {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.properti_city.style2:hover {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.properti_city.style2 .details {
  padding: 20px 20px 10px;
  text-align: center;
}

.properti_city.style2 .details p {
  margin-bottom: 0;
}

.property_city_home6 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.property_city_home6:hover {
  cursor: pointer;
}

.property_city_home6 .thumb {
  position: relative;
}

.property_city_home6 .thumb img {
  border-radius: 8px;
  height: 100px;
  max-width: 100px;
}

.property_city_home6 .details {
  padding: 20px 25px 0;
}

.modern_apertment {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 55px 15px 50px 45px;
  position: relative;
}

.modern_apertment .title {
  font-family: DM Sans;
  color: #0D263B;
  font-weight: bold;
  line-height: 1.2;
}

.modern_apertment .subtitle {
  font-family: DM Sans;
  color: #0D263B;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

.modern_apertment p {
  font-size: 14px;
  font-family: DM Sans;
  color: #0D263B;
  line-height: 1.429;
  margin-bottom: 30px;
}

.modern_apertment .booking_btn {
  border-radius: 3px;
  background-color: #0061DF;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  font-size: 16px;
  font-family: DM Sans;
  color: #ffffff;
  font-weight: bold;
  line-height: 35px;
  height: 50px;
  width: 170px;
}

/*== Explore Cities ==*/
.explore_city {
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  height: 250px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.explore_city:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.explore_city:before {
  background-color: rgba(13, 38, 59, .5);
}

.explore_city .details {
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
}

.explore_city .details .icon {
  color: #fff;
  font-size: 60px;
}

.explore_city .details .icon.style2 {
  margin-bottom: 100px;
}

.explore_city .details p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

.explore_city .details .title,
.explore_city .details .title a {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}

.explore_city .thumb img {
  height: 250px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}

.explore_city.style2,
.explore_city.style2 .thumb img {
  height: 530px;
}

.for_blog.feat_property.blog_details_inner .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}

.for_blog.feat_property.blog_details_inner:hover .thumb img,
.explore_city:hover .thumb img {
  -webkit-transform: scale(1.1) rotate(-1deg);
  -moz-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}

.explore_city.custom_class_service {
  width: 47%;
}

.explore_city.custom_class_service2,
.explore_city.custom_class_service2 .thumb img {
  height: 530px;
}





/*== Why Choose Us ==*/
.whychose {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.whychose::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #F8FBFF, #F0F8FF, #F4F9FF, #F8FBFF);
  background-size: 800% 800%;
  animation: gradientMove 20s ease infinite;
  z-index: -1;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.why_chose_us {
  background: rgba(255, 255, 255, 0.1);
  /* very transparent */
  border-radius: 25px;
  /* smooth round corners */
  padding: 50px 25px 40px;
  text-align: center;
  position: relative;
  backdrop-filter: blur(20px) saturate(180%);
  /* strong blur + color saturation */
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  /* subtle glass edge */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
  /* soft shadow */
  transition: all 0.4s ease;
  cursor: default;
}

.why_chose_us:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  /* more depth on hover */
}

.why_chose_us .icon {
  border-radius: 50%;
  height: 112px;
  width: 112px;
  line-height: 112px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  /* icon glass */
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  transition: all 0.3s ease;
}

.why_chose_us .icon span {
  color: #1C3C88;
  /* icon color */
  font-size: 50px;
}

.why_chose_us:hover .icon {
  background: rgba(255, 255, 255, 0.25);
}

.why_chose_us:hover .icon span {
  color: #0D1B47;
}

.why_chose_us .details h4 {
  color: #ffffff;
  margin-bottom: 15px;
}

.why_chose_us .details p {
  color: grey;
  font-size: 14px;
  line-height: 1.6;
}

.why_chose_us.home2 {
  border: none;
  padding-bottom: 0;
  padding-top: 85px;
}

.why_chose_us.home2:hover {
  box-shadow: none;
}

.why_chose_us.home2:hover .icon,
.why_chose_us.home2:hover .icon:before {
  background-color: #0061DF;
}

.why_chose_us.home2:hover .icon span {
  color: #fff;
}

.why_chose_us.home2 .icon {
  background-color: #EDF4FE;
  border-radius: 10px;
  height: 70px;
  margin: 0 auto;
  position: relative;
  width: 110px;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.why_chose_us.home2 .icon:before {
  background-color: #EDF4FE;
  border-radius: 10px 0 0 0;
  bottom: 0;
  content: "";
  height: 70px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -34px;
  width: 70px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.why_chose_us.home2 .icon span {
  color: #0061DF;
  font-size: 50px;
  left: 0;
  line-height: normal;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -7px;
}

.why_chose_us.home2.style2 {
  padding-bottom: 30px;
}

.why_chose_us.home2.style2:hover {
  -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
}

.why_chose_us:hover .icon {
  background-color: #0061DF;
}

.why_chose_us:hover .icon span {
  color: #ffffff;
}

.why_chose_us .details {
  margin-top: 30px;
}

.why_chose_us .details h4 {
  color: #0D263B;
  font-family: DM Sans;
  font-weight: 600;
  margin-bottom: 20px;
}

.why_chose_us .details p {
  font-size: 14px;
  font-family: DM Sans;
  line-height: 24px;
}

.why_chose_us.home3 {
  background-color: transparent;
  border: none;
  overflow: hidden;
  padding: 0 25px;
}

.why_chose_us.home3 .details h4 {
  margin-bottom: 0;
}

.why_chose_us.home3 .details {
  margin-top: 10px;
}

.why_chose_us.home3 .icon {
  background-color: transparent;
  color: #fff;
  height: auto;
}

.why_chose_us.home3 .icon span {
  color: #fff;
}

.why_chose_us.home3:hover {
  box-shadow: none;
}

.features_row {
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  margin-bottom: 70px;
  margin-top: -220px;
}

.why_chose_us.home6 {
  border-radius: 0;
  border-right: 1px solid #ebebeb;
  margin-bottom: 0;
  overflow: hidden;
  padding: 30px 20px;
}

.why_chose_us.home6.bdrrn {
  border-right: none;
}

.why_chose_us.home6,
.why_chose_us.home6:hover {
  box-shadow: none;
}

.why_chose_us.home6 .icon {
  background-color: #3e4c66;
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.why_chose_us.home6:hover .icon {
  background-color: #0061DF;
}

.why_chose_us.home6:hover .icon span {
  color: #ffffff;
}

.why_chose_us.home6 .icon span {
  color: #ffffff;
  font-size: 50px;
  line-height: 100px;
}

.why_chose_us.home6 .details {
  margin-top: 30px;
}

.why_chose_us.home6:hover .details h4 {
  color: #0061DF;
}

.why_chose_us.home7 {
  border-bottom: 3px solid transparent;
}

.why_chose_us.home7:hover {
  border-bottom: 3px solid #0061DF;
}

.why_chose_us.home10 .icon span {
  color: #FFBC01;
}

.why_chose_us.home10:hover .icon {
  background-color: #FFBC01;
}

.why_chose_us.home10:hover .icon span {
  color: #fff;
}

/*== Why Choose Us ==*/
.our-testimonials {
  background-color: #F5F7FC;
}

.our-testimonials .container.max1800 {
  max-width: 1800px;
}

.testimonial_grid {
  position: relative;
  text-align: center;
}

.testimonial_grid .thumb {
  position: relative;
}

.testimonial_grid .thumb img {
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline;
  height: 114px;
  width: 114px;
}

.testimonial_grid .details {
  padding: 20px 40px;
}

.testimonial_grid .details h4 {
  margin-bottom: 0;
}

.testimonial_grid .details p {
  font-size: 14px;
  font-family: DM Sans;
  line-height: 1.429;
  margin-bottom: 0;
}

.testimonial_grid.style2 {
  padding: 40px 0 0;
}

.testimonial_grid.style2 .details h4,
.testimonial_grid.style2 .details p {
  color: #0D263B;
}

.testimonial_grid.style2 .thumb {
  position: relative;
}

.testimonial_grid.style2 .thumb .tg_quote {
  border-radius: 50%;
  background-image: -moz-linear-gradient(148deg, rgb(253, 85, 89) 0%, rgb(255, 51, 125) 100%);
  background-image: -webkit-linear-gradient(148deg, rgb(253, 85, 89) 0%, rgb(255, 51, 125) 100%);
  background-image: -ms-linear-gradient(148deg, rgb(253, 85, 89) 0%, rgb(255, 51, 125) 100%);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: 0 auto;
  position: absolute;
  right: -100px;
  top: 70px;
  width: 43px;
}

.testimonial_grid.style2 .thumb .tg_quote span {
  color: #ffffff;
}

.testimonial_grid.style2 .thumb img {
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.start_partner h2 {
  color: #ffffff;
  font-weight: 600;
  line-height: 2.375rem;
  margin-bottom: 15px;
}

.start_partner p {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
}

.parner_reg_btn a.btn {
  background-color: #fff;
  border: 1px solid #0061DF;
  border-radius: 3px;
  color: #0061DF;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 40px;
  width: 198px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.parner_reg_btn a.btn:hover,
.parner_reg_btn a.btn:active,
.parner_reg_btn a.btn:focus {
  background-color: #0061DF;
  border: 1px solid #fff;
  color: #fff;
}


.footer_middle_area.home6 {
  background-color: #f0f0f0;
  position: relative;
}

/*== Footer Social Widget ==*/
.footer_social_widget {
  position: relative;
}

.footer_social_widget li {
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 36px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_social_widget li:hover,
.footer_social_widget.home2 li:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.footer_social_widget.home4 li:hover {
  background-color: rgba(13, 38, 49, 0.1);
}

.footer_social_widget.home4 li:hover a {
  color: #696969;
}

.footer_social_widget li a,
.footer_social_widget.home2 li,
.footer_social_widget.home10 li a {
  color: #FFFFFF;
  font-family: "FontAwesome";
  line-height: 1rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_social_widget.home4 li a {
  color: #696969;
}

.footer_social_widget.home3 li a {
  color: #777777;
}

.footer_social_widget li:hover a {
  color: #ffffff;
}

.footer_social_widget.home3 li:hover a {
  color: #0061DF;
}

.footer_mailchimp_form {
  position: relative;
}

.footer_mailchimp_form .col-auto input.form-control {
  border: none;
  border-radius: 3px;
  color: #696969;
  height: 60px;
  padding-left: 30px;
}

.footer_mailchimp_form.home4 .col-auto {
  border: 1px solid #E6E9EC;
}

.footer_mailchimp_form.home2 .col-auto {
  border: 1px solid #E6E9EC;
}

.footer_mailchimp_form.home2 .col-auto input.form-control {
  color: #696969;
}

.footer_mailchimp_form .col-auto input.form-control:placeholder {
  color: #696969;
}

.footer_mailchimp_form .col-auto {
  background-color: #fff;
  display: flex;
  border-radius: 3px;
  width: 100%;
}

.footer_mailchimp_form p {
  font-size: 15px;
  margin-bottom: 20px;
}

.footer_mailchimp_form.home3 .col-auto input.form-control {
  background-color: #e8eef2;
  border: 1px solid #e8eef2;
  color: #777777;
}

.footer_mailchimp_form.home4 .col-auto,
.footer_mailchimp_form.home5 .col-auto {
  border: 1px solid #E6E9EC;
}

.footer_mailchimp_form.home6 .col-auto input.form-control {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  border: 1px solid #ffffff;
  color: #0D263B;
}

.footer_mailchimp_form.home6 .col-auto input.form-control:hover,
.footer_mailchimp_form.home6 .col-auto input.form-control:focus,
.footer_mailchimp_form.home6 .col-auto input.form-control:active {
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.footer_mailchimp_form.home8 .col-auto {
  border: 1px solid #E6E9EC;
}

.footer_mailchimp_form .col-auto input.form-control:hover,
.footer_mailchimp_form .col-auto input.form-control:focus,
.footer_mailchimp_form .col-auto input.form-control:active {
  box-shadow: none;
  outline: none;
}

.footer_mailchimp_form .col-auto input.form-control::placeholder,
.footer_mailchimp_form .col-auto input.form-control:-ms-input-placeholder,
.footer_mailchimp_form .col-auto input.form-control::-ms-input-placeholder {
  color: #8a99b3;
}

.footer_mailchimp_form button {
  background-color: #0061DF;
  border-radius: 3px;
  border: none;
  color: #fff;
  height: 50px;
  margin-top: 5px;
  outline: none;
  padding: 12px 18px;
  text-align: center;
}

.footer_mailchimp_form.home2 button {
  background: #6CBF78;
  border-color: #6CBF78;
}

.footer_mailchimp_form.home3 button {
  border: 1px solid #E44548;
  color: #ffffff;
}

.footer_mailchimp_form.home2 button {
  background-color: #0061DF;
}

.footer_mailchimp_form.home3 button {
  background: linear-gradient(90deg, #EC2549 0%, #FF385C 100%);
}

.footer_mailchimp_form.home4 button {
  background-color: #0D263B;
}

.footer_mailchimp_form.home5 button {
  background-color: #0061DF;
}

.footer_mailchimp_form.home6 button {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  color: #0D263B;
}

.footer_mailchimp_form.home8 button {
  background-color: #FF6E00;
}

.footer_mailchimp_form.home10 button {
  background-color: #FFBC01;
}

.footer_middle_area.home3 .footer_social_widget p {
  color: #969ca9;
}

.footer_middle_area.home3 .footer_social_widget li a {
  color: #969696;
}

.footer_middle_area.home3 .footer_social_widget li:hover a {
  color: #0D263B;
}

.footer_social_widget {
  position: relative;
}

.footer_logo_widget .logo_title {
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  vertical-align: middle;
}

.footer_logo_widget.home2 .logo_title {
  color: #0D263B;
}

.footer_logo_widget.home4 .logo_title {
  color: #0D263B;
}

.futer {
  width: 5rem;
}

/*== 1st Layout Footer ==*/
.footer_one {
  padding: 100px 0 0;
}

.footer_one,
.footer_middle_area {
  background-color: #0D263B;
}

.footer_one.home2:before {
  background-image: url(../images/footer-bg2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 25px;
}

.footer_one.home6:before {
  left: 50px;
}

.footer_one.home6 {
  position: relative;
  z-index: 0;
}

.footer_one.home6:after {
  background-color: #112E46;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 510px;
  z-index: -1;
}

.footer_one hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_one.home3 hr {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer_one.home4 hr {
  border-top: 1px solid #E6E9EC;
}

.footer_bottom_area {
  background-color: #0D263B;
}

.copyright-widget p,
.copyright-widget.home2 p,
.copyright-widget.home10 p {
  font-size: 15px;
  font-family: DM Sans;
  color: #ffffff;
  line-height: 35px;
  margin-bottom: 0;
}

.copyright-widget.home3 p,
.copyright-widget.home6 p {
  color: #777777;
}

.copyright-widget.home4 p {
  color: #696969;
}

.footer_one.home2 {
  background-color: #FFFFFF;
}

.footer_one.home2 hr {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}

.footer_one.home8 hr {
  border-top: 1px solid rgba(13, 38, 59, 0.1);
  position: relative;
}

.footer_one.home2 {
  background-color: #0061DF;
}

.footer_one.home3 {
  background-color: #282F34;
}

.footer_one.home4 {
  background-color: #F6F8F9;
}

.footer_one.home8 {
  background-color: #ffffff;
}

.footer_one.home10 {
  background-color: #006766;
}

/*== Footer Widget ==*/
.footer_about_widget p {
  font-size: 14px;
  font-family: DM Sans;
  color: #8a99b3;
  line-height: 2.143;
  margin-bottom: 0;
}

.footer_contact_widget li {
  padding-bottom: 0;
  line-height: 35px;
}

.footer_contact_widget li span {
  font-size: 18px;
  vertical-align: bottom;
}

.footer_contact_widget li:first-child {
  line-height: inherit;
}

.footer_contact_widget li:first-child a {
  line-height: 1.625rem;
}

.footer_qlink_widget {
  position: relative;
  padding-left: 70px;
}

.footer_about_widget h4,
.footer_qlink_widget h4,
.footer_contact_widget h4,
.footer_social_widget h4,
.footer_apps_widget h4,
.footer_about_widget.home2 h4,
.footer_qlink_widget.home2 h4,
.footer_contact_widget.home2 h4,
.footer_social_widget.home2 h4,
.footer_apps_widget.home2 h4,
.footer_about_widget.home10 h4,
.footer_qlink_widget.home10 h4,
.footer_contact_widget.home10 h4,
.footer_social_widget.home10 h4,
.footer_apps_widget.home10 h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 25px;
}

.footer_about_widget.home4 h4,
.footer_qlink_widget.home4 h4,
.footer_contact_widget.home4 h4,
.footer_social_widget.home4 h4,
.footer_apps_widget.home4 h4 {
  color: #0D263B;
}

.footer_about_widget.home4 li a,
.footer_qlink_widget.home4 li a,
.footer_contact_widget.home4 li a {
  color: #696969;
}

.footer_about_widget li a,
.footer_qlink_widget li a,
.footer_contact_widget li a,
.footer_about_widget.home2 li a,
.footer_qlink_widget.home2 li a,
.footer_contact_widget.home2 li a,
.footer_about_widget.home10 li a,
.footer_qlink_widget.home10 li a,
.footer_contact_widget.home10 li a {
  color: #fff;
  font-weight: 300;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_qlink_widget li {
  position: relative;
}

.footer_qlink_widget li a:before,
.footer_qlink_widget.home2 li a:before {
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  opacity: 0;
  width: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_qlink_widget.home4 li a:before {
  background-color: #696969;
}

.footer_qlink_widget li:hover a:before {
  opacity: 1;
  width: 46px;
}

.footer_apps_widget .app_grid .apple_btn,
.footer_apps_widget .app_grid .play_store_btn {
  background-color: #0D263B;
  border: none;
  border-radius: 4px;
  height: 75px;
  margin-bottom: 15px;
  margin-right: 0;
  width: 220px;
}

.footer_apps_widget .app_grid .apple_btn:hover,
.footer_apps_widget .app_grid .play_store_btn:hover {
  background-color: #0061DF;
}

.footer_apps_widget .app_grid .play_store_btn {
  margin-bottom: 0;
}

.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .play_store_btn span {
  margin-right: 5px;
}

.footer_apps_widget .app_grid .apple_btn span.title,
.footer_apps_widget .app_grid .play_store_btn span.title {
  color: #ffffff;
}

.footer_apps_widget .app_grid .apple_btn span,
.footer_apps_widget .app_grid .apple_btn span.subtitle,
.footer_apps_widget .app_grid .play_store_btn span,
.footer_apps_widget .app_grid .play_store_btn span.subtitle {
  color: #969696;
}

.footer_apps_widget .app_grid .apple_btn:hover span,
.footer_apps_widget .app_grid .apple_btn:hover span.subtitle,
.footer_apps_widget .app_grid .play_store_btn:hover span,
.footer_apps_widget .app_grid .play_store_btn:hover span.subtitle {
  color: #ffffff;
}

.footer_apps_widget.home3 .app_grid .apple_btn:hover,
.footer_apps_widget.home3 .app_grid .play_store_btn:hover {
  background-color: #369fdb;
}

.footer_apps_widget .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .apple_btn:active,
.footer_apps_widget.home3 .app_grid .apple_btn:focus,
.footer_apps_widget.home3 .app_grid .play_store_btn:active,
.footer_apps_widget.home3 .app_grid .play_store_btn:focus {
  box-shadow: none;
  outline: none;
}

.logo-widget {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.logo-widget span {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 500;
  padding-left: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}

.logo-widget.home3 span {
  color: #051925;
}

.footer_menu_widget ul {
  margin-bottom: 0;
}

.footer_menu_widget ul li {
  margin-right: 0 !important;
  padding-right: 25px;
  vertical-align: middle;
}

.footer_menu_widget ul li:last-child {
  padding-right: 0;
}

.footer_menu_widget ul li:hover a {
  margin-top: -3px;
}

.footer_menu_widget ul li a,
.footer_menu_widget.home2 ul li a,
.footer_menu_widget.home10 ul li a {
  color: #ffffff;
  line-height: 1.125rem;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer_menu_widget.home3 ul li a,
.footer_menu_widget.home6 ul li a {
  color: #777777;
}

.footer_menu_widget.home4 ul li a {
  color: #696969;
}

.footer_menu_widget.home3 ul li a:hover,
.footer_menu_widget.home6 ul li a:hover {
  color: #0D263B;
}

.footer_apps_widget.home3 h4 {
  color: #051925;
}

.footer_apps_widget .mailchimp_form .form-control {
  background-color: #1a1a1a;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  color: #696969;
  height: 60px;
  width: 80%;
}

.footer_apps_widget .mailchimp_form button {
  background-color: #0061DF;
  border-radius: 3px;
  border: transparent;
  color: #ffffff;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 5px;
  width: 50px;
}

.footer_one.home3 .footer_apps_widget .mailchimp_form button {
  background-color: #1c327e;
}

.footer_apps_widget.home6 .mailchimp_form .form-control {
  background-color: #101219;
}

.footer_menu {
  padding-left: 60px;
}

.footer_menu ul li:last-child {
  border-radius: 4px;
}

.footer_menu ul li:last-child a {
  background-color: transparent !important;
  color: #7c7c7c;
  padding-left: 20px;
}

.footer_menu ul li:last-child:hover a {
  color: #7c7c7c;
}

.footer_menu ul li .bootstrap-select>.dropdown-toggle {
  background-color: #2f2b2b;
  box-shadow: none !important;
  border: transparent;
  color: #ffffff;
  height: 45px;
  line-height: 35px;
  margin-left: 15px;
  outline: none !important;
  padding-left: 25px;
  padding-right: 20px;
  position: relative;
  text-align: right;
  white-space: nowrap;
  width: 130px;
  z-index: 1;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  background-color: transparent;
  box-shadow: none;
}

.footer_menu ul li .bootstrap-select .dropdown-toggle .filter-option {
  outline: none;
}

.footer_menu ul li .bootstrap-select {
  width: auto !important;
}

.footer_bottom_area.home3 .footer_menu ul li .bootstrap-select>.dropdown-toggle {
  background-color: #1f2532;
}

.sidebar_widge_on_home {
  border: 1px solid #E6E9EC;
  position: relative;
  z-index: 1;
}

.sidebar_widge_on_home .sidebar_agent_search_widget {
  background-color: #fff;
  border-radius: 3px;
  left: 50px;
  max-width: 330px;
  position: absolute;
  top: 40px;
  width: 100%;
}

.sidebar_contact_widget,
.sidebar_agent_search_widget,
.sidebar_about_widget {
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.sidebar_contact_widget .title,
.sidebar_about_widget .title {
  color: #0D263B;
}

.sidebar_contact_widget li {
  line-height: 35px;
}

.agent_search_form button.dropdown-toggle {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0 !important;
  color: #696969;
  font-size: 14px;
  height: auto;
  line-height: 18px;
  padding-left: 0;
}

.agent_search_form button.dropdown-toggle:hover,
.agent_search_form button.dropdown-toggle:active,
.agent_search_form button.dropdown-toggle:focus {
  background-color: transparent;
  border-bottom: 2px solid #0061DF;
  box-shadow: none !important;
  outline: none !important;
}

.agent_search_form .bootstrap-select .dropdown-menu li a {
  font-size: 14px;
  line-height: 40px;
}

.agent_search_form label {
  color: #0D263B;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

.agent_search_form.psp_v7 .prp_btn,
.agent_search_form.psp_v7 .btn-whatsapp {
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  width: 270px;
}

.sidebar_agent_search_widget .btn {
  font-size: 13px;
  height: 55px;
  line-height: 17px;
  text-transform: uppercase;
}

.sidebar_agent_search_widget .ui_kit_checkbox .custom-control-label {
  line-height: 18px;
  margin-bottom: 30px;
  padding-top: 7px;
}

.sidebar_agent_search_widget .author_img,
.property_single_page_widget .author_img {
  width: 80px;
}

/*== Inner Pages Breadcrumb ==*/
.quick-edit {
  color: #ffffff;
}


.inner_page_breadcrumb {
  background-image: url(../image/contct.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.inner_page_breadcrumb2 {
  background-image: url(../image/aboutwe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.inner_page_breadcrumb.style2 {
  background: #F6F8F9;
}

.inner_page_breadcrumb.style4 {
  background: #ffffff;
}

.inner_page_breadcrumb.style3 {
  background-image: url(../images/background/inner-pagebg3.jpg);
  height: 550px;
}

.inner_page_breadcrumb:before {
  background-color: rgb(29, 41, 62, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.inner_page_breadcrumb .breadcrumb_content {
  text-align: center;
}

.inner_page_breadcrumb.csv2 .breadcrumb_content,
.inner_page_breadcrumb.csv3 .breadcrumb_content {
  margin-top: 100px;
}

.inner_page_breadcrumb .breadcrumb_content .breadcrumb {
  background-color: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.inner_page_breadcrumb .breadcrumb_title {
  font-size: 30px;
  font-family: DM Sans;
  color: #ffffff;
  line-height: 38px;
}

.inner_page_breadcrumb .breadcrumb_title li:first-child {
  color: #7f7f7f;
}

.inner_page_breadcrumb .breadcrumb_title li:last-child {
  color: #221f1f;
}

.inner_page_breadcrumb .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #ffffff;
  text-transform: capitalize;
}

.inner_page_breadcrumb2:before {
  background-color: rgb(29, 41, 62, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.inner_page_breadcrumb2 .breadcrumb_content2 {
  text-align: center;
}

.inner_page_breadcrumb2.csv2 .breadcrumb_content2,
.inner_page_breadcrumb2.csv3 .breadcrumb_content2 {
  margin-top: 100px;
}

.inner_page_breadcrumb2 .breadcrumb_content2 .breadcrumb2 {
  background-color: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.inner_page_breadcrumb2 .breadcrumb_title2 {
  font-size: 30px;
  font-family: DM Sans;
  color: #ffffff;
  line-height: 38px;
}

.inner_page_breadcrumb2 .breadcrumb_title2 li:first-child {
  color: #7f7f7f;
}

}

.breadcrumb_content.style2 {
  text-align: center;
}

.breadcrumb_content.style2 h2 {
  color: #0D263B;
}

.breadcrumb_content.style3 {
  text-align: left;
}

.breadcrumb_content.style3 .breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.breadcrumb-item.active.style2 {
  color: #0D263B;
}

.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item+.breadcrumb-item::before,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item+.breadcrumb-item::before {
  color: #696969;
}

.breadcrumb_content.style2 ol.breadcrumb {
  background-color: transparent;
  background-color: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.blog_single_post_heading {
  position: relative;
}

.blog_single_post_heading .contents .bsph_tag {
  border-radius: 3px;
  color: #ffffff;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 96px;
}

.blog_single_post_heading .contents .bsph_tag.style2 {
  margin: 0 auto 20px;
}

.blog_single_post_heading .contents ul li a {
  color: #696969;
  font-size: 14px;
}

.blog_single_post_heading .contents ul li a span {
  font-size: 15px;
}

/*== About Page About Content ==*/
.about_content {
  margin-top: 115px;
  padding-left: 45px;
}

.about_content p.large {
  color: #0D263B;
  font-size: 15px;
  font-weight: 600;
  line-height: 21.68px;
  margin-bottom: 30px;
}

.about_content p {
  font-size: 15px;
  color: #696969;
  line-height: 21.68px;
  margin-bottom: 30px;
}

.about_content.home10 {
  padding-left: 120px;
}

.about_content.home10 p {
  font-size: 14px;
  line-height: 24px;
}

.about_content.home10 .btn {
  background-color: #006766;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  height: 55px;
  line-height: 45px;
  text-transform: uppercase;
  width: 176px;
}

.about_content.home10 .btn:hover {
  background-color: #fff;
  border: 1px solid #006766;
  color: #006766;
}

.about_thumb {
  position: relative;
  overflow: hidden;
}

.about_thumb a {
  background: #ffffff;
  border-radius: 100%;
  color: #0D263B;
  font-size: 22px;
  height: 70px;
  left: 0;
  line-height: 65px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 43%;
  width: 70px;
  z-index: 0;
}

/*== About home3 ==*/
.home3_about,
.home3_about2 {
  overflow: hidden;
}

.about_home3 {
  margin-top: 100px;
}

.about_home3 h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.about_home3 h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}

.about_home3 p {
  margin-bottom: 0;
  max-width: 560px;
}

.about_home3 a.about_btn_home3 {
  background-color: #ffffff;
  border: 2px solid #369fdb;
  border-radius: 25px;
  color: #369fdb;
  height: 50px;
  line-height: 35px;
  margin-top: 40px;
  width: 180px;
}

.about_home3 a.about_btn_home3:hover,
.about_home3 a.about_btn_home3:active,
.about_home3 a.about_btn_home3:focus {
  background-color: #369fdb;
  color: #ffffff;
}

.about_home3 .partners_thumb_list {
  margin-bottom: 0;
  margin-top: 50px;
}

.about_home3 .partners_thumb_list li {
  margin-right: 55px;
}

.about_home3 .partners_thumb_list li:last-child {
  margin-right: 0;
}

.home3_about_icon_box {
  border-radius: 5px;
  display: block;
  margin-bottom: 45px;
  padding: 30px 60px 35px 40px;
  position: relative;
  z-index: 1;
}

.home3_about_icon_box .icon {
  font-size: 70px;
}

.home3_about_icon_box .icon span {
  color: #ffffff;
}

.home3_about_icon_box h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.home3_about_icon_box h4,
.home3_about_icon_box p {
  color: #ffffff;
}

.home3_about_icon_box p {
  font-size: 15px;
  line-height: 30px;
}

.home3_about_icon_box.one {
  background-color: #ecd06f;
  margin-top: -50px;
}

.home3_about_icon_box.two {
  background-color: #ff1053;
  margin-top: -80px;
}

.home3_about_icon_box.three {
  background-color: #00a78e;
  margin-bottom: 0;
}

.home3_about_icon_box.four {
  background-color: #00bce4;
  margin-bottom: 0;
  margin-top: -25px;
}

.home3_about_icon_box.five {
  background-color: #2ac4ea;
  margin-top: -50px;
}

.home3_about_icon_box.six {
  background-color: #0061DF;
  margin-bottom: 0;
}

.home3_about_icon_box.seven {
  background-color: #fbbc05;
  margin-bottom: 0;
  margin-top: -25px;
}

s .about2_home3 {
  margin-top: 100px;
}

.about2_home3 h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.about2_home3 p {
  font-size: 18px;
  margin-bottom: 0;
}

.about2_home3 a.about_btn_home3 {
  background-color: #ffffff;
  border: 2px solid #051925;
  border-radius: 25px;
  color: #051925;
  height: 50px;
  line-height: 35px;
  margin-top: 30px;
  width: 180px;
}

.about2_home3 a.about_btn_home3:hover,
.about2_home3 a.about_btn_home3:active,
.about2_home3 a.about_btn_home3:focus {
  background-color: #051925;
  color: #ffffff;
}

.instructor_col {
  text-align: center;
  margin-bottom: 40px;
}

.instructor_col .thumb img {
  height: 150px;
  margin: 0 auto;
  width: 150px;
}

.instructor_col .details p {
  font-size: 14px;
  margin-bottom: 0;
}

.instructor_col .details ul {
  margin-top: 10px;
}

.instructor_col .details ul li {
  margin-right: 4px;
}

.instructor_col .details ul li a {
  color: #d0d23c;
}

.instructor_col .details ul li:last-child a {
  color: #7e7e7e;
}

.about_box_home6 .details {
  position: relative;
}

.about_box_home6 .details h3 {
  font-size: 26px;
  font-family: DM Sans;
  margin-bottom: 20px;
}

.about_box_home6 .details p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 35px;
  max-width: 540px;
}

.about_box_home6 .details a {
  border-radius: 5px;
  box-shadow: none;
  font-size: 15px;
  height: 50px;
  line-height: 30px;
  width: 200px;
}

.smp_icon_box {
  position: relative;
}

.smp_icon_box .icon {
  margin-bottom: 15px;
}

.smp_icon_box .details h4 {
  font-size: 18px;
  font-family: DM Sans;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

.smp_icon_box .details p {
  color: #131313;
  font-size: 15px;
  line-height: 30px;
}

.smp_icon_box.box1 .details h4 {
  color: #f25141;
}

.smp_icon_box.box2 .details h4 {
  color: #93c524;
}

.smp_icon_box.box3 .details h4 {
  color: #28a8e3;
}

.smp_icon_box.box4 .details h4 {
  color: #00a78e;
}


.about_home6 .partners_thumb_list {
  margin-bottom: 0;
  margin-top: 70px;
}

.about_home6 .partners_thumb_list li {
  margin-right: 55px;
}

.about_home6 .partners_thumb_list li:last-child {
  margin-right: 0;
}

.footer_apps_widget_home1.home6 input.form-control {
  margin: 0 45px 0 0;
}

.footer_apps_widget_home1.home6 button.btn {
  border-radius: 5px;
}

/*== Team Slider Code ==*/
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -80px;
}

.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -80px;
}

.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #ffffff !important;
  border: 1px solid #E6E9EC;
  border-radius: 50%;
  color: #696969;
  height: 45px;
  line-height: 37px;
  position: absolute;
  top: 40%;
  width: 45px;
  -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feature_place_home2_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -30px;
  top: 135px;
}

.feature_place_home2_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -30px;
  top: 135px;
}

.recent_property_slider_home1.owl-carousel.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home2.owl-carousel.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: -30px;
  top: 190px;
}

.recent_property_slider_home1.home6.owl-carousel.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home1.home6.owl-carousel.owl-theme.owl-loaded .owl-next {
  top: 100px;
}

.recent_property_slider_home1.owl-carousel.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home2.owl-carousel.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: -30px;
  top: 190px;
}

.recent_property_slider_home2.owl-carousel.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home2.owl-carousel.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-carousel.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-carousel.owl-theme.owl-loaded .owl-next {
  top: 120px;
}

.feature_place_home2_slider.owl-carousel.owl-theme.owl-loaded .owl-prev,
.feature_place_home2_slider.owl-carousel.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home1.owl-carousel.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home1.owl-carousel.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home2.owl-carousel.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home2.owl-carousel.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-carousel.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-carousel.owl-theme.owl-loaded .owl-next,
.new_listing_slider_home6.owl-carousel.owl-theme.owl-loaded .owl-prev,
.new_listing_slider_home6.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #E6E9EC;
  color: #696969;
  height: 45px;
  line-height: 37px;
  position: absolute;
  text-align: center;
  width: 45px;
  -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.new_listing_slider_home6.owl-carousel.owl-theme.owl-loaded .owl-prev {
  right: 50%;
  top: 42%;
}

.new_listing_slider_home6.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: 50%;
  top: 54%;
}

.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.feature_post_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-prev:hover,
.feature_property_home3_slider.owl-carousel.owl-theme.owl-loaded .owl-next:hover {
  background-color: #0061DF !important;
  color: #ffffff;
}

.feature_place_home2_slider.owl-carousel.owl-theme .owl-nav,
.feature_property_home3_slider.owl-carousel.owl-theme .owl-nav,
.recent_property_slider_home1.owl-carousel.owl-theme .owl-nav,
.recent_property_slider_home2.owl-carousel.owl-theme .owl-nav,
.recent_property_slider_home5.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}

.popular_listing_slider1.owl-carousel.owl-theme .item,
.team_slider_home1.owl-carousel.owl-theme .item,
.testimonial_slider_home1.owl-carousel.owl-theme .item,
.testimonial_slider_home3.owl-carousel.owl-theme .item,
.feature_property_home3_slider.owl-carousel.owl-theme .item {
  margin: 0 15px;
}

.testimonial_slider_home3.owl-carousel.owl-theme .owl-stage-outer {
  display: inline-block;
}

.testimonial_slider_home3.owl-carousel.owl-theme .owl-nav {
  display: none;
}

.feature_post_slider .shop_grid .thumb img {
  margin: 0 auto;
  width: auto;
}

.feat_property:hover .fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  left: 20px;
}

.feat_property:hover .fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  right: 20px;
}

.fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-prev {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  left: -30px;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fp_single_item_slider.owl-carousel.owl-theme.owl-loaded .owl-next {
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  right: -30px;
  position: absolute;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fp_single_item_slider.owl-theme .owl-nav {
  margin: 0;
}

/*== Pricing Table Four ==*/
/*== Our Partners ==*/
.our-partner {
  padding: 40px 0;
}

.our_partner {
  text-align: center;
}

.start-partners.home1 {
  background-image: url(../images/pattern/3.png);
  background-position: center;
  background-size: cover;
}

/*== Our Newslatters ==*/
.our-newslatters {
  background-color: #f9fafc;
}

.footer_apps_widget_home1 input.form-control {
  border: none;
  border-radius: 5px;
  height: 50px;
  margin: 0 auto;
  width: 65%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.footer_apps_widget_home1 input.form-control:focus {
  border: none;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.footer_apps_widget_home1 button.btn {
  font-size: 14px;
  height: 50px;
  margin-left: -15px;
  width: 150px;
}

.footer_apps_widget_home1 button.btn span {
  margin-left: 10px;
}

/*== Error/404 Page ==*/
.our-error {
  padding: 80px 0;
  position: relative;
}

.our-coming-soon {
  padding: 200px 0;
  position: relative;
}

.logo-widget.error_paged {
  padding-left: 30px;
}

.erro_code {
  margin-top: 50px;
}

.erro_code h1 {
  color: #0D263B;
  font-weight: 600;
  line-height: 1.2;
}

.error_page.footer_apps_widget {
  position: relative;
  margin-bottom: 25px;
}

.error_page.footer_apps_widget p {
  font-size: 14px;
  color: #0D263B;
  line-height: 1.714;
}

.error_page.footer_apps_widget .form-inline {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}

.error_page.footer_apps_widget .mailchimp_form .form-control {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #E6E9EC;
  height: 60px;
  padding-left: 25px;
  width: 570px;
}

a.btn_error {
  font-size: 15px;
  line-height: 22px;
  text-decoration: underline;
}

/*== Service Pages Style Code ==*/
.service_grid {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service_grid:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}

.service_grid .details {
  padding: 20px 0 10px;
}

.service_grid .details h4 {
  line-height: 1.444;
  margin: 0;
}

/*== Pricing Table Pages Style Code ==*/
.check_circle {
  color: #0061DF;
  font-size: 20px;
}

.check_circle_close {
  color: #CC5040;
  font-size: 20px;
}

.compare_table .membership_header .thumb {
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.compare_table .membership_header .thumb:before {
  background-color: rgba(13, 38, 59, .3);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.compare_table .membership_header .thumb a {
  background-color: #ffffff;
  border-radius: 50%;
  color: #696969;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.compare_table .membership_header .thumb a.fet {
  background-color: #0061DF;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  height: auto;
  left: 20px;
  line-height: 25px;
  opacity: 0;
  position: absolute;
  right: auto;
  text-align: center;
  top: 20px;
  width: 73px;
}

.compare_table .membership_header:hover .thumb a,
.compare_table .membership_header:hover .thumb a.fet {
  opacity: 1;
}

.compare_table .table-borderless tbody+tbody,
.compare_table .table-borderless td,
.compare_table .table-borderless th,
.compare_table .table-borderless thead th {
  width: 345px;
}

.compare_table .table-borderless td {
  color: #696969;
}

.compare_table .table-striped tbody tr:nth-of-type(even) {
  background-color: #F6F8F9;
}

.compare_table .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

/*== Switch Pricing Table ==*/
.pricing_packages_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing_packages_top .save_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.pricing_packages_top .toggle-btn input,
.pricing_packages_top .toggle-btn label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}

.pricing_packages_top .toggle-btn .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.pricing_packages_top .toggle-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.pricing_packages_top .toggle-btn .pricing_save1,
.pricing_packages_top .toggle-btn .pricing_save2 {
  margin: 12px;
}

.pricing_table_switch_slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0D263B;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing_table_switch_slide:before {
  bottom: 5px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  width: 20px;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.pricing_packages_top .toggle-btn .switch input:checked+.pricing_table_switch_slide {
  background-color: #0061DF;
}

.pricing_packages_top .toggle-btn .switch input:focus+.pricing_table_switch_slide {
  box-shadow: 0 0 1px #50bfe6;
}

.pricing_packages_top .toggle-btn .switch input:checked+.pricing_table_switch_slide:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.pricing_table_switch_slide.round {
  border-radius: 30px;
}

.pricing_table_switch_slide.round:before {
  border-radius: 50%;
}

.pricing_packages {
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 25px 0 40px;
  position: relative;
  -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
}

.pricing_packages .heading {
  margin-bottom: 70px;
  position: relative;
}

.pricing_packages .heading:before {
  border-radius: 0 0 50% 50%;
  content: "";
  background-color: #0061DF;
  height: 270px;
  left: -15px;
  margin: 0 auto;
  opacity: .05;
  position: absolute;
  right: -15px;
  top: -160px;
  width: auto;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing_packages:hover .heading:before {
  opacity: 1;
}

.pricing_packages:hover .heading .package_title,
.pricing_packages:hover .heading .text1,
.pricing_packages:hover .heading .text2 {
  color: #ffffff;
}

.pricing_packages .heading .package_title {
  color: #0061DF;
  font-size: 16px;
  line-height: 21px;
}

.pricing_packages .heading .text1,
.pricing_packages .heading .text2 {
  line-height: 38.1px;
}

.pricing_packages .details {
  position: relative;
  text-align: center;
}

.pricing_packages .details .list {
  margin-bottom: 30px;
}

.pricing_packages .details .list li {
  color: #696969;
  font-size: 14px;
  line-height: 35px;
}

.pricing_packages .details .package_btn {
  background-color: rgba(0, 97, 223, 0.05);
  color: #0061DF;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 45px;
  text-transform: uppercase;
  width: 183px;
}

.pricing_packages:hover .details .package_btn {
  background-color: #0061DF;
  color: #ffffff;
}



/*== Tab Widget UI Page ==*/
.ui_kit_tab .nav.nav-tabs {
  border-bottom: none;
}

.ui_kit_tab .nav.nav-tabs {
  height: 60px;
}

.ui_kit_tab .nav.nav-tabs .nav-link {
  color: #2D4F93;
  font-weight: 600;
  height: 43px;
  line-height: 27px;
  margin-top: 10px;
  text-align: center;
  width: 104px;
}

.ui_kit_tab .nav.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}

.ui_kit_tab .nav.nav-tabs .nav-link.active {
  background-color: #0061DF;
  color: #ffffff;
  border: none;
  border-radius: 30px;
}

.ui_kit_tab.style2 .nav.nav-tabs {
  border-bottom: 1px solid #E6E9EC;
}

.ui_kit_tab.style2 .nav.nav-tabs .nav-link {
  color: #696969;
}

.ui_kit_tab.style2 .nav.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #0D263B;
  border-radius: 0;
  color: #0D263B;
  height: auto;
  line-height: 31px;
}

.ui_kit_tab.style2 .tab-content .tab-pane {
  padding: 20px 0 30px;
}

.ui_kit_tab .tab-content .tab-pane {
  padding: 10px 0 30px;
}

.ui_kit_tab .tab-content .tab-pane p {
  font-size: 14px;
  font-family: DM Sans;
  color: #0D263B;
  line-height: 1.857;
  margin-bottom: 0;
}

/*== Table Widget UI Page ==*/
.ui_kit_table .table {
  background-color: #ffffff;
  border-radius: 3px;
  border: none;
}

.ui_kit_table .table thead {
  border-radius: 3px;
}

.ui_kit_table .table th {
  background-color: #0061DF;
  border-bottom: transparent;
  color: #fff;
  font-weight: normal;
}

.ui_kit_table .table th,
.ui_kit_table .table td {
  border: none;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
}

/*== Message Box Widget UI Page ==*/
.ui_kit_message_box .alert {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  height: 75px;
  line-height: 50px;
  padding-left: 30px;
}

.ui_kit_message_box .alert .close {
  right: 10px;
  top: 10px;
}

.alert.alart_style_one {
  background-color: #CDE9F6;
  color: #4780AA;
}

.alert.alart_style_two {
  background-color: #F7F3D7;
  color: #927238;
}

.alert.alart_style_three {
  background-color: #ECC8C5;
  color: #AB3331;
}

.alert.alart_style_four {
  background-color: #DEF2D7;
  color: #5B7052;
}

.ui_kit_button .btn {
  border-radius: 3px;
  height: 55px;
  width: 170px;
}

/*== Form Input Widget UI Page ==*/
.ui_kit_input .form-control {
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  font-size: 14px;
  padding-left: 0;
}

.ui_kit_input .form-control:hover,
.ui_kit_input .form-control:active,
.ui_kit_input .form-control:focus {
  border-bottom: 2px solid #0061DF;
  box-shadow: none;
  color: #0D263B;
  outline: none;
}

.ui_kit_input .form-control:focus::placeholder {
  color: #0D263B;
}

.short_code_title {
  font-weight: 600;
}

/*== Form Textarea Widget UI Page ==*/
.ui_kit_textarea h5 {
  margin-bottom: 18px;
}

.ui_kit_textarea .form-control:focus {
  box-shadow: none;
}

textarea.form-control {
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  padding-left: 0;
}

textarea.form-control:hover,
textarea.form-control:active,
textarea.form-control:focus,
.ui_kit_select_search button.btn:hover,
.ui_kit_select_search button.btn:active,
.ui_kit_select_search button.btn:focus {
  border-bottom: 2px solid #0061DF;
}

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

/*== Form Tooltip Widget UI Page ==*/
.ui_kit_tooltip .btn {
  border-radius: 3px;
  background-color: #F6F8F9;
  color: #696969;
  height: 50px;
  margin-right: 5px;
  width: 100px;
}

.ui_kit_tooltip .btn:hover,
.ui_kit_tooltip .btn:active,
.ui_kit_tooltip .btn:focus {
  box-shadow: none;
  border-color: #F6F8F9;
}



/*== SwithcBox Widget UI Page ==*/
.ui_kit_whitchbox .custom-control-label {
  font-size: 15px;
  font-family: DM Sans;
  color: #696969;
  line-height: 40px;
  margin: 0 0 10px;
  outline: none;
  padding-left: 35px;
}

.ui_kit_whitchbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #0061DF;
}

.ui_kit_whitchbox .custom-switch .custom-control-label::before {
  border-radius: 30px;
  height: 30px;
  border: 1px solid #E6E9EC;
  width: 60px;
  -webkit-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
}

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

.ui_kit_whitchbox .custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform: translateX(2.0rem);
  -moz-transform: translateX(2.0rem);
  -o-transform: translateX(2.0rem);
  transform: translateX(2.0rem);
}

.ui_kit_whitchbox .custom-switch .custom-control-label::after {
  background-color: #696969;
  border-radius: 25px;
  height: 20px;
  left: calc(-2.25rem + 5px);
  top: 9px;
  width: 20px;
}

/*== Select Box Widget UI Page ==*/
.bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid #E6E9EC;
  margin: 0 30px;
  padding-left: 0;
}

.home_adv_srch_form .bootstrap-select .dropdown-menu li {
  margin: 0 20px;
}

.bootstrap-select .dropdown-menu li a {
  padding-left: 0;
}

.bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}

.ui_kit_select_box .custom-select:focus {
  box-shadow: none;
  border-color: #dddddd;
}

.ui_kit_select_box .dropdown.bootstrap-select.custom-select-lg {
  padding-left: 0;
  padding-top: 0;
}

.ui_kit_progress_bar .skills li span {
  color: #262626;
}

.ui_kit_select_box .bootstrap-select .dropdown-menu {
  top: -3px !important;
}

.ui_kit_select_box .bootstrap-select .dropdown-menu.inner li {
  border-bottom: 1px solid #E6E9EC;
  font-size: 13px;
  line-height: 40px;
  margin: 0 30px;
  padding: 5px 0;
}

.ui_kit_select_box .bootstrap-select .dropdown-menu.inner li.selected.active a {
  color: #0D263B;
  font-weight: 600;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a {
  font-weight: normal;
  padding-left: 0;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a:hover,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a:active,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a:focus,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a.selected,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a.selected {
  background-color: transparent;
  font-weight: 600;
}

.ui_kit_select_box .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}

.ui_kit_select_box .bootstrap-select .dropdown-item {
  border-radius: 0 0 3px 3px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}

.ui_kit_select_box .bootstrap-select .dropdown-item.active,
.ui_kit_select_box .bootstrap-select .dropdown-item:hover,
.ui_kit_select_box .bootstrap-select .dropdown-item:active {
  background-color: transparent;
  color: #0061DF;
  font-weight: 600;
}

/*== BlockQueto UI Page ==*/
.ui_page_heading {
  position: relative;
}

.ui_page_heading p {
  color: #696969;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.ui_page_heading .blockquote,
.mbp_blockquote .blockquote {
  border-left: 3px solid #0061DF;
  margin-left: 10%;
  margin-bottom: 50px;
  padding: 10px 0px 10px 25px;
  width: 60%;
}

.mbp_blockquote .blockquote {
  margin-left: 5%;
  width: 83%;
}

.ui_page_heading .blockquote .title,
.mbp_blockquote .blockquote .title {
  color: #0D263B;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

.ui_page_heading .blockquote .blockquote-footer:before {
  display: none;
}

.order_list {
  margin-bottom: 0;
}

.order_list li {
  padding-left: 30px;
  position: relative;
  line-height: 45px;
}

.order_list li a span {
  background-color: #696969;
  color: #696969;
  left: 0;
  position: absolute;
}

.order_list li a {
  font-size: 14px;
  font-family: DM Sans;
  color: #696969;
}

.list-style-check-circle li a:before {
  content: "\f058";
  color: #696969;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 18px;
}

.list-style-type-bullet li {
  color: #696969;
  list-style-type: disc;
  margin-left: 15px;
  padding-left: 0;
  position: relative;
}





/*== Contact Page ==*/
.form_grid .contact_form input,
.search_field input {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  color: #696969;
  font-size: 14px;
  height: 55px;
  line-height: 21px;
  margin-bottom: 20px;
  padding-left: 0;
}

.form_grid .contact_form textarea.form-control {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  font-size: 14px;
  color: #696969;
  line-height: 21px;
  margin-bottom: 25px;
  padding: 20px 0;
}

.form_grid .contact_form input:active,
.form_grid .contact_form input:focus,
.form_grid .contact_form textarea.form-control:focus,
.form_grid .contact_form textarea.form-control:active,
.search_field input:focus,
.search_field input:active {
  border-bottom: 2px solid #0061DF;
}

.search_field.property input.form-control {
  height: auto;
  width: 270px;
}

.search_field input {
  margin-bottom: 30px;
}

.search_field input.form-control {
  height: 45px;
}

.form_grid .contact_form button {
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
  line-height: 23px;
  height: 55px;
  width: 200px;
}

.contact_form.profile {
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.new_property_form {
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.new_property_form .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

/*== Maximage_slider ==*/
.maximage-home .mc-image {
  height: 920px !important;
  position: relative !important;
}

.maximage-home .mc-image img {
  margin: 0 !important;
  width: 100% !important;
}

.maxtext {
  bottom: 45%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
}

.maxtext h1 {
  color: #ffffff;
  font-size: 50px;
  font-family: DM Sans;
  line-height: 1.2;
  text-transform: uppercase;
}

.maxtext p {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 18px;
  line-height: 1.2;
}

/*== Color Area ==*/
.img-whp {
  width: 100% !important;
}

.text-thm {
  color: #0061DF !important;
}

.hvr-text-thm:hover {
  color: #0061DF !important;
}

.text-thm2 {
  color: #FF385C !important;
}

.text-thm3 {
  color: #FF783D !important;
}

.text-thm4 {
  color: #FF6E00;
}

.text-thm5 {
  color: #FFBC01;
}

.text-thm6 {
  color: #006766;
}

.color-white {
  color: #ffffff !important;
}

.color-lightgray {
  color: #D3D3D3;
}

.color-gray {
  color: gray;
}

.color-gray2 {
  color: #7e7e7e;
}

.color-green2 {
  color: #28B928;
}

.color-blue {
  color: #201b71;
}

.color-orose {
  color: #c75533;
}

.color-dark {
  color: #0D263B;
}

.color-black {
  color: #000;
}

.color-black2 {
  color: #0D263B;
}

.color-black11 {
  color: #111111 !important;
}

.color-black22 {
  color: #222222 !important;
}

.color-black33 {
  color: #333333;
}

.color-black31 {
  color: #303030;
}

.color-black44 {
  color: #434343;
}

.color-black55 {
  color: #555555;
}

.color-black66 {
  color: #676767;
}

.color-primary {
  color: #337ab7;
}

.color-success {
  color: #5cb85c;
}

.color-info {
  color: #5bc0de;
}

.color-silver {
  color: #c0c0c0;
}

.color-warning {
  color: #f0ad4e;
}

.color-danger {
  color: #d9534f;
}

.color-green {
  color: #28B928;
}

.color-purple {
  color: #800080;
}

.color-fb {
  color: #3B5998;
}

.color-golden {
  color: #febe42;
}

.color-red {
  color: #ff4b53;
}

.bgc-alice-blue {
  background-color: #F6F8F9;
}

.color-alice-blue {
  color: #F6F8F9;
}

.bgc-dark {
  background-color: #0D263B;
}

.bgc-thm {
  background-color: #0061DF !important;
}

.bgc-thm2 {
  background-color: #FF385C !important;
}

.bgc-thm3 {
  background-color: #FF783D;
}

.bgc-thm4 {
  background-color: #FF6E00;
}

.bgc-thm5 {
  background-color: #FFBC01;
}

.bgc-thm6 {
  background-color: #006766;
}

.bgc-fb {
  background-color: #3B5998;
}

.color-twtr {
  color: #1DA1F2;
}

.bgc-twtr {
  background-color: #1DA1F2;
}

.color-inst {
  color: #D31A77;
}

.bgc-inst {
  background-color: #D31A77;
}

.color-lnkdn {
  color: #007BB6;
}

.bgc-lnkdn {
  background-color: #007BB6;
}

.color-pint {
  color: #CB2027;
}

.bgc-pint {
  background-color: #CB2027;
}

.color-skyp {
  color: #00AFF0;
}

.bgc-skyp {
  background-color: #00AFF0;
}

.color-skyp {
  color: #00AFF0;
}

.bgc-skyp {
  background-color: #00AFF0;
}

.color-drbl {
  color: #EA4C89;
}

.bgc-drbl {
  background-color: #EA4C89;
}

.color-behnc {
  color: #0B7BFF;
}

.bgc-behnc {
  background-color: #0B7BFF;
}

.color-utube {
  color: #FF0000;
}

.bgc-utube {
  background-color: #FF0000;
}

.color-gogle {
  color: #EA4335;
}

.bgc-gogle {
  background-color: #EA4335;
}

.bgc-darkblue {
  background-color: #112360;
}

.bgc-seagreen {
  background-color: #43d4b6;
}

.bgc-black11 {
  background-color: #111111;
}

.bgc-split {
  background-color: #181413 !important;
}

.bgc-primary {
  background-color: #337ab7;
}

.bgc-success {
  background-color: #5cb85c;
}

.bgc-info {
  background-color: #5bc0de;
}

.bgc-warning {
  background-color: #f0ad4e;
}

.bgc-danger {
  background-color: #d9534f;
}

.bgc-white {
  background-color: #ffffff !important;
}

.bgc-lightgray {
  background-color: #D3D3D3;
}

.bgc-snowshade {
  background-color: #f9f9f9;
}

.bgc-snowshade2 {
  background-color: #fafafa;
}

.bgc-golden {
  background-color: #febe42;
}

.color-whitef1 {
  color: #f1f1f1;
}

.color-whitef2 {
  color: #f2f2f2;
}

.color-whitef3 {
  color: #f3f3f3;
}

.color-whitef4 {
  color: #f4f4f4;
}

.color-whitef5 {
  color: #f5f5f5;
}

.color-whitef6 {
  color: #f6f6f6;
}

.color-whitef7 {
  color: #f7f7f7;
}

.color-whitef8 {
  color: #f8f8f8;
}

.color-whitef9 {
  color: #f9f9f9;
}

.color-whitef0 {
  color: #f0f0f0;
}

.bgc-f0 {
  background-color: #f0f0f0;
}

.bgc-f1 {
  background-color: #f1f1f1;
}

.bgc-f2 {
  background-color: #f2f2f2;
}

.bgc-f3 {
  background-color: #f3f3f3;
}

.bgc-f4 {
  background-color: #f4f4f4;
}

.bgc-f5 {
  background-color: #f5f5f5;
}

.bgc-f6 {
  background-color: #f6f6f6;
}

.bgc-f7 {
  background-color: #f7f7f7;
}

.bgc-f8 {
  background-color: #f8f8f8;
}

.bgc-f9 {
  background-color: #f9f9f9;
}

.bgc-fa {
  background-color: #fafafa !important;
}

.bgc-transparent {
  background-color: transparent !important;
}

.bgc-darkcyan {
  background-color: darkcyan;
}

.bgc-darkblue {
  background-color: #004274;
}

.bgc-green {
  background-color: #28B928;
}

.bdrrn {
  border: none;
}

.bdrs0 {
  border-radius: 0 !important;
}

.bdr1 {
  border: 1px solid #ebebeb;
}

.bdrs3 {
  border-radius: 3px;
}

.bdrs4 {
  border-radius: 4px;
}

.bdrs5 {
  border-radius: 5px;
}

.bdrs8 {
  border-radius: 3px;
}

.bdrs10 {
  border-radius: 10px;
}

.bdrs20 {
  border-radius: 20px;
}

.bdrs50 {
  border-radius: 50%;
}

.bxshd {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hvr-bxshd:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.tdu-hvr:hover {
  cursor: pointer;
  text-decoration: underline;
}

.all-body-content {
  background-color: #ffffff;
  margin-bottom: 760px;
  position: relative;
  z-index: 9;
}

.h125 {
  height: 125px;
}

.bb1 {
  border-bottom: 1px solid #E6E9EC;
}

.bb2 {
  border-bottom: 2px solid #E6E9EC;
}

.bt1 {
  border-top: 1px solid #E6E9EC;
}

/*== Button Area ==*/
.btn {
  border-radius: 3px;
}

.btn.dbxshad {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}

.btn.circle {
  border-radius: 27px;
}

.btn.white {
  background-color: #ffffff;
  border-color: #0061DF;
  color: #234DD4;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-thm {
  background-color: #0061DF;
  border: 1px solid #0061DF;
  border-radius: 3px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;

}

.btn-thm.rounded {
  background-color: #0061DF;
  border-radius: 5px;
  color: #ffffff;
}

.btn-thm:hover,
.btn-thm:active,
.btn-thm:focus {
  background-color: #004FB5;
  border-color: #004FB5;
  color: #ffffff;
}

.btn-thm.white:hover,
.btn-thm.white:active,
.btn-thm.white:focus {
  background-color: #0061DF;
  border-color: #0061DF;
  color: #ffffff;
}

.btn-thm2 {
  background-color: #FF783D;
  border-color: #FF783D;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-thm2:hover,
.btn-thm2:active,
.btn-thm2:focus {
  background-color: #fff;
  border-color: #FF783D;
  color: #FF783D;
}

.btn-thm3 {
  background-color: #E44548;
  border: 1px solid #E44548;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-thm3:hover,
.btn-thm3:active,
.btn-thm3:focus {
  background-color: #ffffff;
  border-color: #E44548;
  color: #ff1053;
}

.btn-dark {
  background-color: #0D263B;
  border-color: #0D263B;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
  background-color: #183955;
  border-color: #183955;
  color: #ffffff;
}

.btn-yellow {
  background-color: #F0C900;
  border-color: #F0C900;
  color: #333333;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  color: #333333;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  border-color: #eeeeee;
  color: #303030;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
  color: #0061DF;
}

.btn-gray {
  background-color: #D3D3D3;
  border-color: #D3D3D3;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  background-color: #0061DF;
  color: #ffffff;
}

.btn-green {
  background-color: #28B928;
  border-color: #28B928;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
  color: #ffffff;
}

.btn-blue {
  background-color: #1c327e;
  border-color: #1c327e;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
  background-color: #0061DF;
  border-color: #0061DF;
  color: #ffffff;
}

.btn-transparent {
  background-color: transparent;
  border-color: #0061DF;
  color: #0061DF;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background-color: #0061DF;
  color: #ffffff;
}

.btn-transparent2 {
  background-color: transparent;
  border-color: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  border-color: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  color: #4568dc;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-transparent2:hover,
.btn-transparent2:active,
.btn-transparent2:focus {
  background: -webkit-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -o-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -ms-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: -moz-linear-gradient(30deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  background: linear-gradient(60deg, rgb(69, 104, 220) 0%, rgb(123, 105, 199) 50%, rgb(176, 106, 179) 100%);
  color: #ffffff;
}

.btn-default {
  font-size: 14px;
  padding: 8px 15px;
}

/*== Fonts Size, Font Weights, Height, Display & Position ==*/
.fz6 {
  font-size: 6px;
}

.fz11 {
  font-size: 11px;
}

.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz17 {
  font-size: 17px;
}

.fz18 {
  font-size: 18px;
}

.fz19 {
  font-size: 19px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz30 {
  font-size: 30px;
}

.fz40 {
  font-size: 40px;
}

.fz45 {
  font-size: 45px;
}

.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 70px;
}

.fz55 {
  font-size: 55px;
}

.fz60 {
  font-size: 60px;
}

.fz72 {
  font-size: 72px;
}

.fz100 {
  font-size: 100px !important;
}

.lh30 {
  line-height: 30px;
}

.h0 {
  height: 0px;
}

.h05 {
  height: 5px !important;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h25 {
  height: 25px;
}

.h30 {
  height: 30px;
}

.h35 {
  height: 35px;
}

.h40 {
  height: 40px;
}

.h45 {
  height: 45px;
}

.h50 {
  height: 50px;
}

.h55 {
  height: 55px;
}

.h60 {
  height: 60px;
}

.h65 {
  height: 65px;
}

.h70 {
  height: 70px;
}

.h75 {
  height: 75px;
}

.h80 {
  height: 80px;
}

.h85 {
  height: 85px;
}

.h90 {
  height: 90px;
}

.h95 {
  height: 95px;
}

.h100p {
  height: 100%;
}

.h100 {
  height: 100px;
}

.h150 {
  height: 150px;
}

.h200 {
  height: 200px;
}

.h250 {
  height: 250px !important;
}

.h280 {
  height: 280px;
}

.h300 {
  height: 300px;
}

.h320 {
  height: 320px;
}

.h345 {
  height: 345px;
}

.h350 {
  height: 350px;
}

.h355 {
  height: 355px;
}

.h400 {
  height: 400px;
}

.h450 {
  height: 450px;
}

.h500 {
  height: 500px;
}

.h550 {
  height: 550px;
}

.h600 {
  height: 600px;
}

.h650 {
  height: 650px;
}

.h660 {
  height: 660px;
}

.h700 {
  height: 700px;
}

.h750 {
  height: 750px;
}

.h800 {
  height: 800px;
}

.h850 {
  height: 850px;
}

.h900 {
  height: 900px;
}

.h950 {
  height: 950px;
}

.h1000 {
  height: 1000px;
}

.wa {
  width: auto;
}

.w60 {
  width: 60px !important;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100% !important;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.maxw100 {
  max-width: 100%;
}

.maxw1600 {
  max-width: 1600px;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.fwb {
  font-weight: bold;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dif {
  display: inline-flex;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.dfr {
  display: flow-root;
}

.dn {
  display: none !important;
}

.ovh {
  overflow: hidden;
}

.ovv {
  overflow: visible;
}

.posa {
  position: absolute;
}

.posr {
  position: relative;
}

/*== Custome Margin Padding ==*/
.ulockd-pmz {
  margin: 0;
  padding: 0;
}

.p0 {
  padding: 0 !important;
}

.p1 {
  padding: 1;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.p35 {
  padding: 35px;
}

.p40 {
  padding: 40px;
}

.p45 {
  padding: 45px;
}

.p50 {
  padding: 50px;
}

.p55 {
  padding: 55px;
}

.p60 {
  padding: 60px;
}

.p65 {
  padding: 65px;
}

.p70 {
  padding: 70px;
}

.p75 {
  padding: 75px;
}

.p80 {
  padding: 80px;
}

.pad10 {
  padding: 10% 5%;
}

.pad17 {
  padding-top: 17% !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pt100 {
  padding-top: 100px;
}

.pt70 {
  padding-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 1px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb15 {
  padding-bottom: 15px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.prpl0 {
  padding-left: 0;
  padding-right: 0;
}

.prpl5 {
  padding-left: 5px;
  padding-right: 5px;
}

.prpl10 {
  padding-left: 10px;
  padding-right: 10px;
}

.prpl15 {
  padding-left: 15px;
  padding-right: 15px;
}

.prpl20 {
  padding-left: 20px;
  padding-right: 20px;
}

.prpl25 {
  padding-left: 25px;
  padding-right: 25px;
}

.prpl30 {
  padding-left: 30px;
  padding-right: 30px;
}

.prpl35 {
  padding-left: 35px;
  padding-right: 35px;
}

.prpl40 {
  padding-left: 40px;
  padding-right: 40px;
}

.prpl2 {
  padding-left: 2px;
  padding-right: 2px;
}

.ptpb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptpb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.plpr0 {
  padding-left: 0px;
  padding-right: 0px;
}

.m0a {
  margin: 0 auto;
}

.mt-5 {
  margin-top: -5px;
}

.mt-6 {
  margin-top: -6px;
}

.mt-7 {
  margin-top: -7px;
}

.mt-8 {
  margin-top: -8px;
}

.mt-9 {
  margin-top: -9px;
}

.mt-10 {
  margin-top: -10px;
}

.mt-15 {
  margin-top: -15px;
}

.mt-20 {
  margin-top: -20px;
}

.mt-25 {
  margin-top: -25px;
}

.mt-30 {
  margin-top: -30px;
}

.mt-35 {
  margin-top: -35px;
}

.mt-40 {
  margin-top: -40px;
}

.mt-45 {
  margin-top: -45px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-55 {
  margin-top: -55px;
}

.mt-60 {
  margin-top: -60px;
}

.mt-65 {
  margin-top: -65px;
}

.mt-70 {
  margin-top: -70px;
}

.mt-75 {
  margin-top: -75px;
}

.mt-80 {
  margin-top: -80px;
}

.mt-85 {
  margin-top: -85px;
}

.mt-90 {
  margin-top: -90px;
}

.mt-95 {
  margin-top: -95px;
}

.mt-100 {
  margin-top: -100px;
}

.mt-120 {
  margin-top: -120px;
}

.mt-150 {
  margin-top: -150px;
}

.mt-200 {
  margin-top: -200px;
}

.m0 {
  margin: 0;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m25 {
  margin: 25px;
}

.m30 {
  margin: 30px;
}

.m35 {
  margin: 35px;
}

.m40 {
  margin: 40px;
}

.m45 {
  margin: 45px;
}

.m50 {
  margin: 50px;
}

.m55 {
  margin: 55px;
}

.m60 {
  margin: 60px;
}

.m65 {
  margin: 65px;
}

.m70 {
  margin: 70px;
}

.m75 {
  margin: 75px;
}

.m80 {
  margin: 80px;
}

.m85 {
  margin: 85px;
}

.m90 {
  margin: 90px;
}

.m95 {
  margin: 95px;
}

.m100 {
  margin: 100px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mt200 {
  margin-top: 200px;
}

.mt250 {
  margin-top: 250px !important;
}

.mt300 {
  margin-top: 3000px;
}

.mt-30 {
  margin-top: -30px;
}

.mr0 {
  margin-right: 0px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

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

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml47 {
  margin-left: 47px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.zi1 {
  z-index: 1;
}

.zi9 {
  z-index: 9;
}

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

.curp {
  cursor: pointer;
}

/*== BackGround Images ==*/
.bg-img1 {
  background-image: url(../images/background/1.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}

.bg-img2 {
  background-attachment: fixed;
  background-image: url("../images/background/2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img3 {
  background-attachment: fixed;
  background-image: url("../images/background/3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  height: 600px;
}

.bg-img4 {
  background-attachment: fixed;
  background-image: url("../images/background/4.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img5 {
  background-attachment: fixed;
  background-image: url("../images/background/5.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img6 {
  background-attachment: fixed;
  background-image: url("../images/background/6.jpg");
  background-position: center;
  background-size: cover;
}

.bg-img7 {
  background-attachment: fixed;
  background-image: url("../images/background/7.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img8 {
  background-attachment: fixed;
  background-image: url("../images/background/8.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img9 {
  background-attachment: fixed;
  background-image: url("../images/background/9.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 960px;
}

.bg-img10 {
  background-attachment: fixed;
  background-image: url("../images/background/10.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.bg-home1 {
  background-image: url(../image/hero-img1.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}

.bg-home2 {
  background-image: url(../images/home/2.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}

.bg-home3 {
  background-image: url(../images/home/3.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-home4 {
  background-image: url(../images/home/4.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}

.bg-home6 {
  background-image: url(../images/home/6.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}

.bg-home7 {
  background-image: url(../images/home/7.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}

.bg-home10 {
  background-image: url(../images/home/9.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 860px;
}

.bg-ptrn1 {
  background-attachment: scroll;
  background-image: url("../images/pattern/1.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-ptrn2 {
  background-attachment: scroll;
  background-image: url("../images/pattern/2.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-ptrn3 {
  background-attachment: scroll;
  background-image: url("../images/pattern/3.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-ptrn4 {
  background-attachment: scroll;
  background-image: url("../images/pattern/4.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

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

.main-title {
  position: relative;
  margin-bottom: 50px;
}

.main-title h2 {
  font-size: 3rem;
  color: #0F3D2E;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
}

.main-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #F5B841;
  margin: 20px auto 0;
}

.main-title h3 {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
}

.main-title p {
  font-size: 16px;
  color: #696969;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.main-title p a {
  color: #0D263B;
  font-weight: bold;
  line-height: 1.5;
}

.preloader {
  background-color: #ffffff;
  background-image: url("../images/preloader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.scrollToHome:hover {
  color: #ffffff;
}

.scrollToHome {
  border-radius: 3px;
  background-color: #0061DF;
  bottom: 15px;
  color: #ffffff;
  display: none;
  font-size: 18px;
  height: 45px;
  line-height: 40px;
  padding: 3px 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 45px;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrollToHome.home4 {
  background-color: rgba(13, 38, 59, 0.1);
  color: #0D263B;
}

.scrollToHome.home8 {
  background-color: #F5F7FC;
  color: #0D263B;
}

.scrollToHome.home3,
.scrollToHome.home10 {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/*== BackGround Color White Overlay ==*/
.bgc-overlay-white3:before {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white35:before {
  background-color: rgba(255, 255, 255, 0.35);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white4:before {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white45:before {
  background-color: rgba(255, 255, 255, 0.45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white5:before {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white55:before {
  background-color: rgba(255, 255, 255, 0.55);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white6:before {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white65:before {
  background-color: rgba(255, 255, 255, 0.65);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white7:before {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white75:before {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white8:before {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white85:before {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white9:before {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-white95:before {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*== BackGround Color Black Overlay ==*/
.bgc-overlay-black3:before {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black35:before {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black4:before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black45:before {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black5:before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black55:before {
  background-color: rgba(0, 0, 0, 0.55);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black6:before {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black65:before {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black7:before {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black75:before {
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black8:before {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black85:before {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black9:before {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bgc-overlay-black95:before {
  background-color: rgba(0, 0, 0, 0.95);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*== Parallax Css ==*/
.parallax {
  /*background-attachment: scroll;*/
  background-position: 50% 0px;
  z-index: 1;
  position: relative;
}

/*== Divider Css ==*/
.divider {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 180px 0 200px;
  position: relative;
}

.divider:before {
  background-color: rgba(13, 38, 59, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.divider.home-style1 {
  background-attachment: fixed;
  background-image: url("../image/divider-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Initial Hidden States */
.business_exposer p,
.business_exposer h2,
.business_exposer .exposer_btn {
  opacity: 0;
  transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

/* Company Profile Label - Drop from top */
.business_exposer p {
  transform: translateY(-30px);
}

/* Main Title - Slide from left */
.business_exposer h2 {
  transform: translateX(-50px);
  transition-delay: 0.7s;
  /* Delay so it follows the label */
}

/* Download Button - Slide from right */
.business_exposer .exposer_btn {
  transform: translateX(50px);
  transition-delay: 0.4s;
  /* Delay for a staggered feel */
}

/* Visible States (Triggered by JS) */
.business_exposer.is-visible p,
.business_exposer.is-visible h2,
.business_exposer.is-visible .exposer_btn {
  opacity: 1;
  transform: translate(0, 0);
}

.business_exposer h2 {
  clip-path: inset(0 100% 0 0);
  /* Hidden to the right */
  transition: clip-path 1.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1s ease,
    transform 1s ease;
}

.business_exposer.is-visible h2 {
  clip-path: inset(0 0 0 0);
  /* Fully revealed */
}

.business_exposer {
  position: relative;
}

.business_exposer .title {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}

.business_exposer .exposer_btn {
  background-color: #0061DF;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  height: 55px;
  text-transform: uppercase;
  width: 176px;
}

.business_exposer .exposer_btn:hover,
.business_exposer .exposer_btn:active,
.business_exposer .exposer_btn:focus {
  background-color: red;
  color: white;
}


.marquee-container {
  margin-top: 70px;
  width: 100%;
  overflow: hidden;
  user-select: none;
  /* Creates a fade effect on the edges */
  mask-image: linear-gradient(to right,
      transparent 0%,
      black 15%,
      black 85%,
      transparent 100%);
}

.marquee-content {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.marquee-content span {
  color: orange;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

/* Gold accent for the bullets/separators */
.marquee-content span:nth-child(even) {
  color: #F5B841;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Slow down on hover to let users read */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}


.text-stage {
  position: relative;
  min-height: 180px;
  /* Adjust based on your longest sentence */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#rotating-heading {
  opacity: 0;
  transform: translateY(20px);
  clip-path: inset(0 0 100% 0);
  /* Hidden from bottom */
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  width: 100%;
}

/* Entering State (Triggered by JS) */
#rotating-heading.is-visible {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

/* Exiting State (Slide up and vanish) */
#rotating-heading.exit {
  opacity: 0;
  transform: translateY(-20px);
  clip-path: inset(100% 0 0 0);
  /* Clip from top */
}


.divider_home1 {
  background-color: rgb(29, 41, 62);
}

.divider_home1:before {
  background-image: url("../images/background/2.jpg");
  content: "";
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
}

.divider_home2:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form_control {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}

.form_control {
  border: none;
  border-bottom: 2px solid #E6E9EC;
  padding-left: 0;
}

.form_control:active,
.form_control:focus {
  border-bottom: 2px solid #0061DF;
  box-shadow: none;
  outline: none;
}

.form_control::placeholder {
  color: #696969;
  font-size: 14px;
}

.form_control:active::placeholder,
.form_control:focus::placeholder,
.contact_form.profile textarea.form-control:active::placeholder,
.contact_form.profile textarea.form-control:focus::placeholder {
  color: #0D263B;
}

.divider-one h1,
.divider-two h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}

.divider-two h1 {
  margin-bottom: 120px;
}

.divider-one .divider-btn {
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  height: 50px;
  line-height: 35px;
  width: 215px;
}

.divider-one .divider-btn:hover {
  border: 2px solid #0061DF;
}

.divider-one p {
  margin-bottom: 15px;
}

.divider2 {
  padding-bottom: 110px;
  padding-top: 135px;
}

.divider2:before {
  background-image: url(../images/background/2.html);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 30px;
  width: 100%;
}

.divider-two {
  position: relative;
}

.divider-two h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 50px;
}

.divider-two p {
  margin-bottom: 0;
}

#mc_embed_signup input {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #ffffff;
  font-weight: 300;
  height: 45px;
  width: 85%;
}

#mc_embed_signup input:focus {
  outline: none;
}

#mc_embed_signup input::placeholder {
  color: #ffffff;
}

#mc_embed_signup .mc-field-group {
  margin-bottom: 40px;
}

#mc_embed_signup .mailchimp_btn {
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 25px;
  color: #ffffff;
  height: 50px;
  width: 190px;
}

#mc_embed_signup .mailchimp_btn:hover {
  background-color: #ffffff;
  color: #192675;
}

.divider-two .wrapper {
  text-align: center;
}

div#countdown .col-xs-6.col-sm-3:first-child {
  margin-right: 40px;
  text-align: left;
  width: auto;
}

div#countdown .col-xs-6.col-sm-3 {
  display: inline-block;
}

.divider-two .time {
  color: #fff;
  font-size: 30px;
  line-height: normal;
}

.divider-two .label {
  color: #ffffff;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
}










.view_photo_btn {
  border-radius: 3px;
  bottom: 30px;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 45px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  width: 191px;
  z-index: 1;
}