/***===========================Fonts===========================***/
@import url("icons.css");
@import url("flaticon.css");
@import url("fontawesome-all.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.min.css");
@import url("select2.min.css");
@import url("jquery.modal.min.css");
@import url("chosen.css");
@import url("line-awesome.css");
@import url("mmenu.css");
@import url("jquery.fancybox.min.css");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

:root {
  --body: #fff;
  --black: #000;
  --white: #ffffff;
  --theme: #081120;
  --primaryColor: #E9A000;
  --primaryColorhover: #cb8c00;
  --secondaryColor: #34A853;
  --theme2: #081120;
  --theme-color3: #00527e;
  --header: #0F0D1D;
  --text: #585858;
  --text-2: #ffffffcc;
  --border: #E3E3E3;
  --border2: #242449;
  --border3: #5262FF;
  --bg: #F3F7FB;
  --bg2: #18185E;
  --bg3: #ffffff33;
  --title-color: #0F0D1D;
  --header: #0F0D1D;
  --body-color: #ffffff;
  --smoke-color: #F3F7FB;
  --smoke-color2: #CFD3FC;
  --smoke-color3: #F7F7F7;
  --smoke-color4: #E0E0E0;
  --black-color: #000000;
  --gray-color: #F5F5F5;
  --white-color: #ffffff;
  --light-color: #BDBDBD;
  --text-color: #445375;
  --text-color2: #4F536C;
  --border-color: #D4DCFF;
  --title-font: "Jost", sans-serif;
  --main-container: 1410px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  --box-shadow-2: 0px 4px 25px rgba(56, 75, 255, 0.1);
}
/***=================================Reset==================***/

/***===============================Global Settings========***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

body {
  font-size: 15px;
  color: #363636;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Jost', sans-serif;
  font-style: normal;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}


.h1, h1 {
    font-size: 1.6rem;
}
section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

p,
.text {
  color: #696969;
  line-height: 24px;
}
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}


/*** 

====================================================================
Main Header
====================================================================

***/

.top-bar {
  font-size: 14px;
}
.top-bar a {
  color: #fff;
  text-decoration: none;
  padding: 0 4px;
}
.top-bar a:hover {
  color: #007bff;
}
.header-style-four.fixed-header .top-bar{
  display: none;
}

.logo-box {
  position: relative;
}

/* Default: scroll logo hidden */
.logo-scroll {
  display: none;
}

/* Optional: smooth transition */
.logo-box .logo img {
  transition: opacity 0.3s ease;
}

.header-style-four.fixed-header {
  background: var(--white-color);
}
.header-style-four .main-menu .navigation > li {
  margin-left: 20px;
  margin-right: 0;
}
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  transition: all 300ms ease;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}
/*.main-header:hover{
  background-color: var(--white-color);
}*/

.header-span {
  position: relative;
  display: block;
  width: 100%;
  height: 100px;
  z-index: 1;
}

.main-header.fixed-header {
  position: fixed;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-header.fixed-header .logo {
  padding: 8px 0;
}

.main-header .main-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.main-header .nav-outer {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .logo {
  position: relative;
  z-index: 9;
  padding: 5px 0;
  margin-right: 20px;
  transition: all 300ms ease;
}

.main-header .menu-box {
  position: static;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-menu {
  position: static;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: static;
  display: flex;
  align-items: center;
}

.main-menu .navigation > li {
  position: relative;
  margin-right: 30px;
  padding: 6px 0;
  transition: all 300ms ease;
}

.main-menu .navigation > li > span,
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--white);
  cursor: pointer;
  transition: all 300ms ease;
}

.main-header.fixed-header .btn-style-six{
  color: var(--black);
}
.main-header.fixed-header .main-menu .navigation > li > span,
.main-header.fixed-header .main-menu .navigation > li > a{
  color: var(--black);
}

.main-menu .navigation > li > span:hover,
.main-menu .navigation > li > a:hover,
.main-header.fixed-header .main-menu .navigation > li > span:hover,
.main-header.fixed-header .main-menu .navigation > li > a:hover {
  color: var(--primaryColor);
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current > span {
  color: #1967D2;
}

.main-menu .navigation > li.dropdown > span {
  padding-right: 18px;
}

.main-menu .navigation > li.dropdown > span:after {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  display: block;
  line-height: 20px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
  color: #202124;
}

.main-menu .navigation > li > a > span {
  position: relative;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px 0;
  opacity: 0;
  z-index: 1;
  min-width: 230px;
  border-top: 2px solid #1967D2;
  border-radius: 0px 0px 8px 8px;
  background-color: #fff;
  -ms-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.2s;
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  left: 20px;
  top: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #1967D2;
  content: "";
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation > li > ul .from-right {
  left: auto;
  right: 100%;
  margin-right: 2px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > span,
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #696969;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > span:hover,
.main-menu .navigation > li > ul > li > a:hover {
  color: #1967D2;
}

.main-menu .navigation > li.current.dropdown > span:after,
.main-menu .navigation > li > ul > li > ul > li.current > a,
.main-menu .navigation > li > ul > li.current > a {
  color: #1967D2;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 100%;
  padding: 10px 0;
  min-width: 220px;
  margin-top: -57px;
  opacity: 0;
  z-index: 1;
  border-top: 2px solid #1967D2;
  background-color: #fff;
  -ms-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  transition: all 0.3s;
  transform: translateY(50px);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #363636;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover,
.main-menu .navigation > li > ul > li > ul > li > span:hover {
  color: #1967D2;
}

.main-menu .navigation > li > ul > li.dropdown > span:before {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  line-height: 20px;
  font-size: 15px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-header .upload-cv {
  position: relative;
  font-size: 15px;
  color: #1967D2;
  font-weight: 400;
  white-space: nowrap;
}

.main-header .outer-box .btn-box {
  position: relative;
  display: flex;
  gap: 10px;
}
.main-header .btn-box i {
  margin-right: 6px;
}

/* Mobile */
@media (max-width: 767px) {
.main-header .btn-box .btn-text {
    display: none; /* text hide ho jayega */
  }
.main-header .btn-box i {
    margin-right: 0;
  }

.top-bar{
  display: none;
}
}
/*** 
======================
Buttons Styles
======================
***/

.theme-btn {
  position: relative;
  display: inline-flex;
  transition: all 0.5s ease;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
}


/* Btn Style One */
.btn-style-one {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background-color: #34A853;
  font-size: 15px;
  line-height: 20px;
  border-radius: 8px;
  font-weight: 400;
  padding: 18px 35px 15px 35px;
}

.btn-style-one:hover {
  color: #ffffff;
  background-color: #0146A6;
}

/* Btn Style Two */
.btn-style-two {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: var(--white);
  background-color: var(--primaryColor);
  font-size: 15px;
  line-height: 18px;
  border-radius: 8px;
  font-weight: 400;
  padding: 8px 10px;
}

.btn-style-two:hover {
  color: var(--white);
  background-color: var(--primaryColorhover);
}

/* Btn Style Six */
.btn-style-six {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: var(--white);
  background-color: #0000001c;
  border: 1px solid #ffffff;
  font-size: 15px;
    line-height: 18px;
  border-radius: 8px;
  font-weight: 400;
  padding: 8px 10px;
}

.btn-style-six:hover {
  color: var(--theme-color3);
  background-color: var(--white-color);
}


.main-header.fixed-header .btn-style-six:hover {
  color: var(--white-color);
  background-color: var(--theme-color3);
}


.main-header.header-style-four.-type-16 .theme-btn.btn-style-six {
  border: none;
}

.main-header .menu-btn {
  position: relative;
  margin-left: 30px;
}

.main-header .menu-btn .icon {
  font-size: 24px;
  color: #696969;
}

.main-header .menu-btn .count {
  position: absolute;
  right: -8px;
  top: -4px;
  height: 16px;
  width: 16px;
  background: #1967D2;
  border-radius: 50%;
  color: #ffffff;
  line-height: 16px;
  font-size: 12px;
}

.main-header.alternate {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-header.alternate .main-box {
  padding: 0;
}

.main-header.alternate .main-box .logo {
  margin-right: 80px;
}

.main-header.alternate2 .outer-box .btn-box a {
  border-radius: 5px !important;
}

.main-header.header-style-two.alternate .main-box .logo {
  margin-right: 30px;
}

.main-header.header-style-two.fixed-header {
  background-color: #22218c;
}

.main-header.header-shaddow {
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-bottom: 1px solid #ECEDF2;
}

.main-header.alternate3 {
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  background-color: #ffffff;
}



/*** 

====================================================================
Sticky Header
====================================================================

***/
.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.952941);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .main-box {
  padding: 0;
  margin: 0;
}

.sticky-header .logo,
.sticky-header .outer-box,
.sticky-header .main-box:before {
  display: none;
}

.sticky-header .sticky-logo {
  display: block;
}

.sticky-header .main-menu .navigation > li.dropdown > span:after,
.sticky-header .main-menu .navigation > li.dropdown > span,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a {
  color: #363636;
}

.sticky-header .main-menu .navigation > li.current.dropdown > span:after,
.sticky-header .main-menu .navigation > li.current > span,
.sticky-header .main-menu .navigation > li.current.dropdown > a:after,
.sticky-header .main-menu .navigation > li.current > a {
  color: #1967D2;
}

/*** 

====================================================================
Mobile Header
====================================================================

***/
.mobile-header {
  position: relative;
  padding: 10px 15px;
  display: none;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}

.mobile-header .logo {
  position: relative;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
}


.mobile-header .nav-outer {
  position: relative;
  float: right;
}

.mobile-header .outer-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-header .search-box .search-btn {
  font-size: 20px;
  color: #ffffff;
}

.mobile-header .search-box {
  margin: 0;
}

.mobile-header .cart-btn > a {
  font-size: 20px;
}

.mobile-header .cart-btn > a,
.mobile-header .login-box {
  margin-left: 20px;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  width: 30px;
  color: #202124;
  order: 3;
  transform: scaleX(-1);
  display: none;
}

.mobile-header .login-box .icon-user {
  position: relative;
  height: 18px;
  width: 18px;
  display: block;
  background-image: url(../images/icons/user.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.mobile-header .login-box a {
  color: #202124;
  font-size: 20px;
}
.mm-menu_fullscreen.mm-menu_position-bottom {
  top: 70px;
}
.mm-add-listing {
  margin-top: 87px;
  border: transparent;
  display: none;
}

.mm-listview {
  padding-top: 20px;
}
.mm-add-listing .theme-btn {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff !important;
  height: 60px;
  border-radius: 10px;
}

.mm-add-listing .mm-listitem__text {
  padding: 0;
}

.mm-add-listing .contact-info {
  position: relative;
  padding: 18px 0;
  display: block;
}

.mm-add-listing .phone-num {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 13px;
  color: #7E7E7E;
}

.mm-add-listing .phone-num span {
  display: block;
}

.mm-add-listing .phone-num a {
  color: #ffffff;
}

.mm-add-listing .address {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #7E7E7E;
}

.mm-add-listing .email {
  font-size: 14px;
  line-height: 30px;
  color: #7E7E7E !important;
}

.mm-add-listing .social-links {
  position: relative;
  display: block;
  align-items: center;
}

.mm-add-listing .social-links a {
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #7E7E7E;
  margin-right: 37px;
}

.mm-panel:after {
  height: 10px;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #979797;
}

.mm-menu li {
  padding: 0 20px;
}

.mm-menu .mm-listitem:after {
  display: none;
}

.mm-menu li.current > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  line-height: 30px;
}

.mm-btn:after,
.mm-btn:before {
  border-color: #ffffff;
  border-width: 1.5px;
  height: 6px;
  width: 6px;
}
.auto-container {
  position: static;
  max-width: 1310px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}


/*Banner style*/

.banner-section-four {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 100vh;
  min-height: 500px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 120px 0;
}

.banner-section-four.-type-16 {
  padding: 0;
  height: auto;
}
.banner-section-four.-type-16 .content-box {
  padding-top: 180px;
  padding-bottom: 40px;
}
.banner-section-four.-type-16 .content-box {
  z-index: 2;
  position: relative;
}
.at_search_box{
  max-width: 765px;
  margin: 0 auto;
  padding: 24px 32px;
  gap: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.atservice-slide{
  margin-bottom: 10px;
  min-height: 106px;
}
.atservice-slide .single-brand{
  border: 0px;
}
.atservice-slide .single-brand button{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  border: 0px solid #fff;
  padding: 6px;
  width: 100%;

}

.atservice-slide .single-brand button.active{
  background: none;
  border: 0px;
}
.atservice-slide .single-brand button.active  .ilio-icon-wrap{
    color: var(--bs-nav-pills-link-active-color);
    background: rgba(255, 255, 255, .2);
    border: 2px solid #fff;
}
.atservice-slide .single-brand button .ilio-icon-wrap{
  background: none;
  height: 85px;
  border-radius: 10px;
}
.atservice-slide .ilio-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.atservice-slide .icon {
   font-size: 35px;
    color: #fff;
    margin: 10px;
    height: 40px;
}

.atservice-slide svg {
    width: auto;
    height: 40px;
    margin: 10px;
}
.atservice-slide path {
    fill: #fff; /* your desired color */
}
.atservice-slide .fa {
   font-size: 25px;
    color: #fff;
    padding-bottom: 4px;
}
.atservice-slide .single-brand button:hover .ilio-icon-wrap{
  background: rgba(255, 255, 255, .2);
}


.hero-search-content {
    background: #ffffff;
    padding: 6px;
    border-radius: 50px;
    position: relative;
    width: 100%;
}
.classic-search-box {
    display: flex;
    align-items: center;
    position: relative;
}
.hero-search-content .form-control{
    height: 38px;
    align-items: center;
    justify-content: center;
    width:100%;
  padding-top: inherit;
    padding-bottom: inherit;
    border-radius: 50px;
}
.hero-search-content .btn {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 50px;
}
.btn.btn-filter-search {
    background:#e9eef5;
    height: 38px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 24px;
    color: #1a3b6b;
    width:100%;
}
.hero-search-content .form-control:focus {
     outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.hero-search-content .btn:focus {
     outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.input-with-icon {
    display: flex;
    align-items: center;
    position: relative;
}
.input-with-icon .form-control {
    padding-left: 35px;
    border: none;
    font-size: 15px;
}
.input-with-icon i, .input-with-icon img {
    position: absolute;
    left: 7px;
}
.colored .input-with-icon i, .colored .input-with-icon img {
    color:#cda21c;
}

.btn.btn-filter-search i{
    margin-right:10px;
}


  .ilio-icon-wrap{
    list-style: none;
    width:100%;
    height:100px;
    border-radius: 0.2rem;
    background: #f3f7fa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ilio-icon {
    font-size: 30px;
    color: #1b5086;
}
.baanerTabs.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    display: flex;
    width: 100%;
    gap: 24px;
    justify-content: center;
    margin: 0;
}

.baanerTabs .nav-link:focus, .baanerTabs .nav-link:hover {
    background: none;
    border: none;
    color: var(--white);
    border-bottom: 4px solid var(--white-color);
}
.baanerTabs .nav-link.active {
    background: none;
    border: none;
    color: var(--white);
    border-bottom: 4px solid var(--primaryColor);
}
.baanerTabs .nav-link {
  color: var(--white);
    margin-bottom: -1px;
    background: 0 0;
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    padding: 0px;
}


.filter-button.active {
    background-color: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    transition: 0.3s;
}

.filter-button:hover {
    background-color: #0056b3;
    color: #fff;
}

/* Hide elements for filtering */
.d-none {
    display: none !important;
}

.atservice-slide .single-brand button.active .ilio-icon-wrap {
    color: var(--bs-nav-pills-link-active-color);
    background: rgba(255, 255, 255, .2);
    border: 2px solid #fff;
}


/*Explore Popular Cities*/

.cities-block {
  position: relative;
  padding: 0px;
  margin-bottom: 30px;
}


.cities-block .inner-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.cities-block .image {
  position: relative;
  margin-bottom: 0;
}

.cities-block .image img {
  display: block;
  width: 100%;
  transition: all 400ms ease;
}

.cities-block .inner-box:hover .image img {
  transform: scale(1.2);
}

.cities-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cities-block .overlay-box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 30px 25px;
  z-index: 9;
}

.cities-block .overlay-box h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}

.cities-block .overlay-box .total-jobs {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}


/*Top Partners Near You*/

.partner-card {
  border: 1px solid #ffe19c;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  margin: 10px 2px;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.partner-card:hover {
    transform: translateY(-2px);
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, .2);*/
    border-color: #dfa332;
}

.partner-img {
  position: relative;
  width: 60px;
  height: 60px;
  
  flex-shrink: 0;
}

.partner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}

.partner-badge {
  position: absolute;
  bottom: -10px;
  left: 10px;
  transform: translateX(-50%);
  background: #d4a81f;
  color: #fff;
  border-radius: 50%;
  padding: 0px 0;
  font-size: 10px;
  border: 2px solid #fff;
  width: 25px;
  height: 25px;
  line-height: 21px;
  text-align: center;
}

.partner-content {
  margin-left: 12px;
  flex: 1;
}

.partner-name {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.expert-badge {
  background: linear-gradient(90deg, #d4a81f, #ff9966);
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 600;
}

.partner-tags {
  margin: 6px 0;
}

.partner-tags .tag {
  background: #fbe9e7;
  color: #555;
  font-size: 12px;
  padding: 0px 8px;
  border-radius: 12px;
  line-height: 24px;
  margin-right: 6px;
  display: inline-block;
}

.partner-stats {
  font-size: 12px;
  color: #777;
}

.partner-stats strong {
  color: #000;
  font-size: 12px;
}

/*Everything you Need at One Place*/

.atKeyPointsection {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: block;
    padding: 60px 0;
}
.atKeyPointsection::before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: rgba(19, 30, 70, 0.5); 
  z-index: -1; /* background ke niche */
}

.atKeyPointsection .title-box{
  margin-bottom: 30px;
}
.atKeyPointsection h3{
    color: #fff;
}
.atKeyPointsection h4{
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    font-style: normal;
}
.atKeyPointsection p{
    color: #fff;
}
.atKeyPointsection .inner-box h4{
    color: #000;
    font-size: 18px;
}


.icon-item {
  padding: 10px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.icon-item:hover {
  transform: translateY(-5px);
  background-color: #f5f5f5;
}

.icon-wrap i {
  width: 50px;
  font-size: 20px;
}


.icon-item.-type-3 {
  background-color: #F5F7FB;
    border: 1px solid transparent;
    border-radius: 12px;
    padding: 6px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.2s ease;
}



.icon-item.-type-3:hover {
  background-color: white;
  border: 1px solid #ECEDF2;
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
}

.icon-item.-type-3:hover .icon-wrap {
  background-color: #d4a81f;
  color: white;
}

/* Section overlay */
.atKeyPointsection {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 70px 0;
  z-index: 1;
}
.atKeyPointsection::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(19, 30, 70, 0.7);
  z-index: -1;
}

/* Title box */
.atKeyPointsection .title-box h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.atKeyPointsection .title-box p {
  color: #d4a81f;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 1px;
}

/* New icon-item style */
.icon-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 18px 15px;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  flex: 0 0 120px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
}
.icon-item:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255,255,255,0.3);
}

/* Icon design */
.atKeyPointsection .icon-item .icon-wrap {
  width: 35px;
  height: 35px;
  margin:0px !important;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #d4a81f, #ff9966);
  color: #fff;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}
.icon-item:hover .icon-wrap {
  transform: scale(1.1) rotate(6deg);
}

/* Text */
.icon-item h4 {
  font-weight: 500;
  margin: 0;
  color: #000;
  width: max-content;
}


/*-------------------Find The Home Of Your Choice---------------------------*/

.atFilter{
  padding: 60px 0;
}

.atFilter .filter-container {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
.atFilter .filter-title {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
.atFilter .tabs {
      display: flex;
      gap: 20px;
      border-bottom: 2px solid #eee;
      margin-bottom: 20px;
    }
.atFilter .tab {
      cursor: pointer;
      padding: 10px 15px;
      font-weight: 500;
      color: #555;
      border-bottom: 3px solid transparent;
      transition: all 0.3s ease;
    }
.atFilter .tab.active {
      color: #00527e;
    border-color: #00527e;
    }
.atFilter .tab-content {
      display: none;
    }
.atFilter .tab-content.active {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }
.atFilter .tab-content a {
        display: flex;
    align-items: center;
    gap: 0px;
    background: #f1f1f1;
    padding: 3px 5px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: background 0.3s 
ease;
  }
.atFilter .tab-content a:hover {
      background: #e0f0ff;
    }
.atFilter .tab-content img {
      width: 20px;
    }
    @media (max-width: 768px) {
.atFilter .tabs {
        flex-wrap: wrap;
      }
/*.atFilter .tab-content {
        flex-direction: column;
      }*/
/*.atFilter .tab-content a {
        width: 100%;
      }*/
    }



.at-trust-info{
    padding: 50px 0;
    position: relative;
}
.at-trust-info:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/bg-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.atBi-section {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.atBi-section .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 24px;
    padding-left: 24px;
    position: relative;
    width: 100%;
}
.atBi-section .column:first-child {
    padding-left: 0
}

.atBi-section .column:last-child {
    padding-right: 0
}
.atBi-section span {
    height: 100%;
    width: 2px;
    background-color: #e5e5e5;
    border-radius: 99px;
    position: absolute;
    right: 0;
}

.atBi-section .title {
    font-size: 1.625rem;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 5px;
    width: max-content;
}
.atBi-section .subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #617896;
    margin-bottom: 4px;
    text-align: center;
    white-space: nowrap;
}


.at-trust-info h3{
    display: flex;
    justify-content: center;
    font-size: 1.625rem;
    font-weight: 400;
    color: #1c1c1c;
    width: 84%;
    position: relative;
    line-height: 39px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
.at_search_box {
    padding: 15px 15px;
  }
  .hero-search-content{
    background: none;
  }
  .classic-search-box {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.atservice-slide .single-brand button .ilio-icon-wrap {
    height: 70px;
}
.at-trust-info h3 {
    width: 100%;
    line-height: 33px;
    margin-bottom: 10px;
    text-align: center;
}
.at-trust-info .col-auto {
    flex: 0 0 auto;
    width: 100%;
}
}


/*=== Social Widget ===*/
.main-footer.style-six {
  background-color: #2F333C;
}

.main-footer.style-six .widgets-section {
  padding: 100px 0 0px;
}

.main-footer .footer-bottom {
  position: relative;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
}

.main-footer .footer-bottom .bottom-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .footer-bottom .logo {
  margin-bottom: 0;
  margin-right: 28px;
}

.main-footer .copyright-text {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #696969;
  padding: 0;
}

.main-footer .copyright-text a {
  display: inline-block;
  color: #696969;
  line-height: 30px;
  transition: all 300ms ease;
}

.main-footer .copyright-text a:hover {
  text-decoration: underline;
  color: #9DB1BC;
}

.main-footer .footer-bottom .outer-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer .social-links {
  position: relative;
  display: flex;
  align-items: center;
}

.main-footer .social-links a {
  position: relative;
  margin-left: 35px;
  font-size: 14px;
  line-height: 24px;
  color: #696969;
  transition: all 300ms ease;
}

.main-footer .social-links a:hover {
  color: #BC91E8;
}

.footer-partners {
  padding-bottom: 10px;
}
.footer-partners h4{
  color: var(--white);
}
.partners-logos {
  display: flex
;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 0px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

.partner-item img {
  max-height: 60px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.partner-item img:hover {
  opacity: 1;
}

.partner-item.main-logo {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255,255,255,0.2);
}


/*Compare Projects*/  
.CompareProjects{
  padding: 60px 0;
}
.compare-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 10px;
  text-align: center;
  position: relative;
}
.compare-card .list-block .image-box img{
height: auto;
}
.compare-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.compare-card .property-box {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.compare-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.compare-card h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 6px 0 4px;
}
.compare-card .price {
  font-size: 13px;
  color: #333;
  margin-bottom: 4px;
  font-weight: 500;
}
.compare-card .location {
  font-size: 12px;
  color: #555;
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 4px;
  line-height: 16px;
  margin-bottom: 4px;
}
.compare-card .location img {
  width: 14px;
  height: 14px;
}
.compare-card .area {
  font-size: 12px;
  color: #777;
  font-style: italic;
}
.compare-card .vs-badge {
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #131e46;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 8px;
  border-radius: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  border: 1px solid #7a7a7a;
}
.compare-card .compare-btn {
  display: inline-block;
  border: 1px solid #007bff;
  padding: 6px 14px;
  border-radius: 6px;
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 12px;
}
.compare-card .compare-btn:hover {
  background: #007bff;
  color: #fff;
}



/* Btn Style Seven */
.btn-style-seven {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 12px;
  border-radius: 8px;
  font-weight: 400;
  padding: 10px;
  color: var(--primaryColor);
  background-color: #ffe8b6;
}

.btn-style-seven:hover {
  color: #ffffff;
  background-color:var(--primaryColor);
}


/* Default active arrow look */
.owl-nav .owl-prev,
.owl-nav .owl-next {
  opacity: .8;
  pointer-events: auto;
  transition: opacity 0.3s;
}

/* Disabled state */
.owl-nav .disabled-arrow {
  opacity: 0.1;      
  pointer-events: none; 
}

:root {
  --hb-bg: #0b1220;        /* Dark section background */
  --hb-card: #121a2b;      /* Card background */
  --hb-muted: #99a3b7;     /* Muted text */
  --hb-accent: #21c197;    /* Primary accent (green) */
  --hb-accent-2: #6aa7ff;  /* Secondary accent (blue) */
  --hb-ring: rgba(33, 193, 151, 0.35);
}

/* Section */
/*.hb-section {
  background: radial-gradient(70% 120% at 10% 0%, rgba(33, 193, 151, 0.08), transparent 60%),
              radial-gradient(70% 120% at 90% 10%, rgba(106, 167, 255, 0.08), transparent 60%),
              var(--hb-bg);
  color: #fff;
  padding: clamp(40px, 6vw, 96px) 0;
  position: relative;
  overflow: hidden;
}

.hb-section .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.hb-title {
  font-weight: 800;
  letter-spacing: 0.3px;
  line-height: 1.15;
  margin: 0;
  font-size: clamp(22px, 2.2vw, 34px);
}

.hb-sub {
  color: var(--hb-muted);
  font-size: clamp(12px, 1.4vw, 14px);
}*/

/* Filters & Links */
/*.hb-filter {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hb-filter .form-select {
  background: #0f1728;
  color: #eaf2ff;
  border-color: #1b2640;
}

.hb-viewall {
  color: #cfe5ff;
  text-decoration: none;
  font-weight: 600;
}

.hb-viewall:hover {
  color: #fff;
}*/

/* Card */
/*.builder-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)), var(--hb-card);
  border: 1px solid #1a2440;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.builder-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  border-color: #2b3e73;
}

.builder-media {
  padding: 20px 20px 0;
}

.builder-logo {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: #0f1728;
  display: grid;
  place-items: center;
  border: 1px solid #1f2a4a;
}

.builder-logo img {
  max-width: 56px;
  max-height: 56px;
  object-fit: contain;
  filter: saturate(1.1) contrast(1.05);
}

.builder-body {
  padding: 16px 20px 20px;
}

.builder-name {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 4px;
}

.builder-meta {
  color: var(--hb-muted);
  font-size: 13px;
}

.badge-city {
  background: rgba(106, 167, 255, 0.12);
  color: #dbe7ff;
  border: 1px solid rgba(106, 167, 255, 0.35);
  font-weight: 600;
}
*/
/* Rating */
/*.rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #b8c6e3;
}

.star {
  width: 14px;
  height: 14px;
  display: inline-block;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 17.27 18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>') center/contain no-repeat;
  background: #ffd15c;
}
*/
/* Card Actions */
/*.builder-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
}

.btn-ghost {
  background: transparent;
  border: 1px solid #273455;
  color: #e9f2ff;
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 600;
}

.btn-ghost:hover {
  border-color: #35508f;
  color: #fff;
}

.btn-accent {
  background: linear-gradient(135deg, var(--hb-accent), #18a77f);
  color: #03251c;
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
}

.btn-accent:hover {
  filter: brightness(1.05);
}
*/
/* Owl Carousel */
.owl-carousel .owl-stage-outer {
  padding: 4px 2px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}

.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.owl-theme .owl-nav .owl-prev {
  left: -12px;
}

.owl-theme .owl-nav .owl-next {
  right: -12px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #fff;
}

@media (max-width: 575.98px) {
  .owl-theme .owl-nav .owl-prev {
    left: -6px;
  }
  .owl-theme .owl-nav .owl-next {
    right: -6px;
  }
}

.atservice-slide .single-brand button:focus .ilio-icon-wrap,
.atservice-slide .single-brand button:active .ilio-icon-wrap {
    border: 2px solid #fff; /* Accent color */
    background: rgba(255, 255, 255, .2);
}



.material-symbols-outlined {
    font-size: 36px;
    color: #4CAF50;
}


/*Most Searched Developers*/

.gray {
    background: #f1f5f8 !important;
}

.atdevelopers{
  padding: 40px 0;
}
.atdevelopers .owl-carousel .owl-item img,
.atdevelopers .owl-carousel{
  /*height: 114px;*/
}
.atdevelopers figure {
    margin: 0;
}
.atdevelopers .owl-carousel .owl-stage-outer{
  padding: 0px;
}
.atdevelopers .sponsors-outer::before {
    left: 0px;
}
.atdevelopers .sponsors-outer::after {
    right: 0px;
    transform: rotateZ(180deg);
}
.atdevelopers .sponsors-outer::before, .atdevelopers .sponsors-outer::after {
    content: "";
    height: 100%;
    width: 250px;
    position: absolute;
    top: 0px;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }



@media (max-width: 600px) {
    .atdevelopers .sponsors-outer::before, .atdevelopers .sponsors-outer::after{
      background: none;
    }
}




/*Discover Your Next Investment at Auction*/

.paid-listing-ads {
    padding: 50px 0;
    background-color: #f7f8fa;
}

/*.paid-listing-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}*/

/*.paid-listing-slider {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}*/

.slide {
    display: flex;
    gap: 20px;
    transition: transform 0.8s ease-in-out;
    min-width: 100%;
}

.slide-info {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.slide-info .status { font-weight: 700; font-size: 14px; color: #333; }
.slide-info .type { font-size: 16px; font-weight: 600; }
.slide-info .location { font-size: 14px; color: #666; }
.slide-info .countdown { font-weight: 700; font-size: 18px; color: #21c197; }
.slide-info .starting-bid { font-size: 16px; font-weight: 600; color: #333; }


.next-event {
    width: max-content;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
/*    display: inline-flex;
    flex-direction: column;*/
    /*gap: 6px;*/
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Icon ke color control */
.next-event .icon-wrap svg {
  color: #696969; /* apna desired color yaha dalen */
}
.next-event img{
  width: 40px;
}
/* Hover effect example */
.next-event .icon-wrap svg:hover {
  color: #363636;
}


.next-event a {
    color: var(--primaryColorhover);
    text-decoration: none;
}




.at-adv-slide .single-brand{
  border: 0px;
  padding: 0 30px 0 100px;
}
.at-adv-slide .owl-theme .owl-nav [class*='owl-']{
  top: 50%;
}
.at-adv-slide .owl-theme .owl-nav .owl-next {
    right: 12px;
}
.at-adv-slide .owl-theme .owl-nav .owl-prev {
    left: 12px;
}
.at-adv-slide .slide-image{
  width: 100%;
}
.at-adv-slide .slide-image img {
    height: 400px;
    border-radius: 12px;
    object-fit: cover;
}
.at-adv-slide .single-brand .slide-info {
    position: absolute;
    z-index: 9;
    left: 12px;
}





.home_Choice_div{
  border: 0px solid #eee;
    padding: 0px;
}


/*.atservice-slide .ilio-icon-wrap{
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: rgba(255, 255, 255, .2);
    border: 2px solid #fff;
    padding: 6px;
}*/


.at-Companies-logo .slick-slider {
    margin:0 -15px;
}
.at-Companies-logo .slick-slide {
    padding:0px;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}
.at-Companies-logo .single-brand{
  border: 0px;
}

.at_featured{
  padding: 40px 60px;
}

.at_featured .sec-heading{
  padding: 15px 0 0 15px;
}

.at-plr{
  padding: 40px 60px;
}
.at-Companies-logo .slick-slider {
    font-feature-settings: "liga" 0, "clig" 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.at-Companies-logo .slick-slider::before {
    left: 0px;
}
.at-Companies-logo .slick-slider::after {
    right: 0px;
    transform: rotateZ(180deg);
}
.at-Companies-logo .slick-slider::before, .at-Companies-logo .slick-slider::after {
    content: "";
    height: 100%;
    width: 250px;
    position: absolute;
    top: 0px;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }


.avl-features {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avl-features li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 10px 0 10px;
    padding-left: 30px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    color: #617896;
    font-size: 13px;
    font-weight: 500;
}
.avl-features li:before {
    content:"\f058";
    font-family:"Font Awesome 5 Free";
    position: absolute;
    color: #00ba74;
    width: 20px;
    height: 20px;
    background: rgba(0, 186, 116,0.1);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
}

.lvs-caption{
    color: #617896;
    font-size:15px;
    font-weight: 500;
}
.lvs-caption i {
    color: #cda21c;
    margin-right: 10px;
}
.like_share_list {
    padding: 0;
    margin: 0;
    display: flex;
    padding: 1.2rem;
    align-items: center;
    justify-content: space-between;
}
.like_share_list li {
    flex: 0 0 33.333333%;
    width: 33.333333%;
    list-style: none;
    display: block;
    padding:0 0.5rem
}
.like_share_list li .btn {
    width: 100%;
}
.like_share_list .btn {
    font-weight: 500;
}




/*----------- Classic Search ------------*/



.fliox-search-wiop {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fliox-search-wiop .form-group {
    width: 48%;
    flex: 50%;
    position: relative;
    display: flex;
}
.nice-select ul.list {
    width: 100%;
    z-index: 99;
    box-shadow: none;
    border: 1px solid #f1f3f7;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #e9eef5;
}
.hero-search-content .nice-select .list {
    box-shadow: none;
    border:1px solid #e6ebf1;
}
.briod {
    border-right: 1px solid #e9eef5;
}
.lios-vrst {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    position: relative;
}
.lios-vrst ul {
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.lios-vrst ul li {
    flex: 0 0 33.3333%;
    list-style: none;
    width: 33.3333%;
    position: relative;
}
.lios-parts h2 {
    font-size: 3rem;
    margin-bottom:5px;
    font-weight:800;
}
.lios-parts h2 span {
    margin-left: 5px;
}
.lios-parts h6 {
    font-size: 14px;
    font-weight: 600;
    color: #252e38;
}
.nice-select:after {
    border-bottom: 2px solid #28496e;
    border-right: 2px solid #28496e;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color:#e6ebf1;
}
.nice-select.small-select{
    border-color: #e6ebf1;
    font-weight: 500;
    font-size: 13px;
    color:#28496e;
}
.nice-select .option {
    font-weight: 500;
    color: #536578;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color:#f4f5f7;
    font-weight: 500;
}


.banner-section-four:after {
    background-color: rgba(0, 0, 0, 0.37);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}



.atFeatured {
    padding: 50px 0;
}
.atFeatured .tab-buttons-wrap{
    justify-content: left;
}

.atFeatured .sec-title {
    position: relative;
    margin-bottom: 0px;
}
.atFeatured .sec-title h2{
    font-size: 1.625rem;
    font-weight: 400;
    color: #1c1c1c;
}
.atFeatured a{
    color: #022f5d;
}
.list-block {
    position: relative;
    margin-bottom: 30px;
}
.list-block .inner-box {
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e6ebf1;
}
.list-block .image-box {
    position: relative;
}

.list-block .image-box .image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}

.list-block .image-box img {
  display: block;
  width: 100%;
  transition: all 300ms ease;
  height: 245px;
  object-fit: cover;
}

.list-block .inner-box:hover img {
  transform: scale(1.1);
}


.atBox-list-head {
    display: flex;
    justify-content: space-between;
    padding:1.2rem 0.7rem 1.2rem 0.7rem;
    position: relative;
}
.rlhc-price-name {
    margin: auto;
    font-size:18px;
    margin-bottom: 0px;
    position: relative;
    line-height: 1.2;
}
.rlhc-price-name .monthly {
    font-size: 13px;
    font-weight: 500;
    color:#7a88a8;
    margin-left: 2px;
}
.listing-short-detail-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
}
.rlhc-title-name {
    margin: 0;
    font-size: 15px;
    font-weight:600;
}
.rlhc-prt-location {
    font-size: 13px;
    display: inline-flex;
    line-height: 17px;
    padding-right: 10px;
}
.atBox-list-footer {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-top: 1px solid #e6ebf1;
}
.atBox-list-footer ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.atBox-list-footer ul li {
    display: inline-flex;
    align-items:center;
    list-style: none;
    font-size: 12px;
    font-weight:500;
    color:#617896;
}
.atBox-list-footer ul li:last-child{
    margin:0;
}


.atBox-list-footer .prt-view {
    padding: 4px 18px;
    color: #fff !important;
    background: var(--primaryColor);
    border-radius: 50px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.atBox-list-footer .prt-view:hover{
    background: var(--primaryColorhover);
}
.atBox-list-footer img {
    width: 16px !important;
}


/*** 

====================================================================
Brands Logo
====================================================================

***/
.logo-brands {
  position: relative;
  padding: 60px 0 70px;
  border-bottom: 1px solid #ECEDF2;
}
.logo-brands .btn-box {
    text-align: center;
    margin-top: 20px;
}


.Atcandidate-block {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}
.sec-title {
    position: relative;
    margin-bottom: 20px;
}
.sec-title h2 {
    font-size: 1.625rem;
    font-weight: 400;
    color: #1c1c1c;
}

.ftr_top_wapper {
    padding-bottom: 30px;
    border-bottom: 1px solid hsl(0deg 0% 88.2% / 54%);
}
.ftr_top_wapper h4.widget-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}

.page-title.At-inner-top:before {
    background: #00527e;
}

.At-inner-top .job-search-form form {
    background: #ffffff;
    padding: 0;
    padding-left: 30px;
    border-radius: 50px;
}
.At-inner-top .job-search-form{
    border-radius: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.At-inner-top .hero-search-content {
    background: #ffffff;
    padding: 6px;
    border-radius: 50px;
    position: relative;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
}
.At-inner-top.page-title.style-two {
   padding: 42px 0 45px;
}
.At-inner-top h1{
    color: #fff;

}

.AtAddListing{
    background: #f7f7fb;
}


.AtAddListing .inner-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ECEDF2;
    background: #ffffff;
}

.item-card9-img {
    position: relative;
    height: 100%;
    width: 400px;
}
.arrow-ribbon {
    color: #fff;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 9;
    font-size: 18px;
}
.bg-primary {
    background-color: #d4a81f !important;
}
.arrow-ribbon.bg-primary:before, .arrow-ribbon.bg-secondary:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0;
}
/*.arrow-ribbon.bg-primary:before {
    border-left: 15px solid #4a3db8;
}*/
.item-card9-imgs {
    overflow: hidden;
    position: relative;
}
.item-card9-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item-card9-imgs img {
    -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    height: 217px;
    object-fit: cover;
    transition: all 300msease;
}
.item-card9-imgs:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.text-muted {
    color: #a6a3ba !important;
}
.card-footer:last-child {
    border-radius: 0 0 2px 2px;
}
.ms-auto, .mx-auto {
    margin-left: auto !important;
}
.item-tags {
    position: absolute;
    bottom: 12px;
    left: 10px;
    z-index: 9;
}
.item-tags .tag-option {
    margin: 5px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    float: left;
    cursor: pointer;
}
.item-tags .tag-option {
    margin: 5px;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    float: left;
    cursor: pointer;
}
.bg-pink {
    background-color: #ff2b88 !important;
    color: #fff !important;
}
.bg-success {
    background-color: #27c781 !important;
}
.item-trans-rating {
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 98;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 5px;
}
.rating-stars {
    display: inline-block;
    cursor: pointer;
    color: #ebeefb;
    font-size: 30px !important;
}
.rating-stars input {
    display: none;
    margin: 0 auto;
    text-align: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #3d4e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8ebf3;
    border-radius: 3px;
    transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}
.rating-stars .rating-stars-container {
    font-size: 0;
}
.card-bottom, .card-footer {
    padding: 1rem 1.5rem;
    background: 0 0;
}
.card-bottom, .card-footer a span{
    color: #a6a3ba !important;
}
.At_listicon{
    font-size: 14px;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.2em;
    font-size: 75%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.label-secondary {
    background-color: #34a853;
}
.border-bottom {
    border-bottom: 1px solid #e6ebf1 !important;
}
.ATpage-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    background: #fff;
}
.ATpage-title {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 2.5rem;
}
.ATbreadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    list-style: none;
    border-radius: 3px;
    left: 0;
    bottom: 0;
    padding: 0 !important;
    background-color: transparent !important;
}
.ATpage-header .ATbreadcrumb a {
    color: #070510;
}
.ATbreadcrumb-item + .ATbreadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: rgba(255, 255, 255, 0.3);
    content: "/";
}
.ATbreadcrumb-item + .ATbreadcrumb-item:hover::before {
    text-decoration: underline;
    text-decoration: none;
}
.ATpage-header .ATbreadcrumb-item + .ATbreadcrumb-item::before {
    color: #070510;
}


/*Details page*/

.item-shorting-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prt-detail-title-desc h4 {
    margin-bottom: 5px;
    padding-top: 10px;
}
.min_detials_top .text-mid i{
  font-size: 22px;
    position: relative;
    top: 4px;
}
.text-mid {
    color: #617896;
    font-size: 13px;
    font-weight: 500;
}
.label {
    padding: 4px 15px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 75%;
}
.label-light-success {
    background-color: rgba(0, 190, 130, 0.1);
    color: #00BE82;
}
.label-light-info {
    background-color: rgba(1, 126, 250, 0.1);
    color: #cda21c;
}
.label-light-danger {
    background-color: rgba(229, 81, 81, 0.1);
    color: #e55151;
}
.item-shorting-box-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}
.item-shorting-box-right .col-auto{
    width: 100%;
}
ul.shorting-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.shorting-list li {
    list-style: none;
    display: block;
    position: relative;
    margin:0 10px;
}
ul.shorting-list li:last-child{
    margin:0;
}
ul.shorting-list li a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 4px;
    color: #131e29;
    transition: all ease 0.4s;
}
ul.shorting-list li a:hover, ul.shorting-list li a:focus, ul.shorting-list li a.active {
    color: #cda21c;
}
ul.shorting-list li {
    list-style: none;
    display: block;
    position: relative;
    margin: 0 10px;
}
.min_detials_top ul.shorting-list li {
    border-right: 1px solid #d3e0ed;
    padding-left: 15px;
    padding-right: 15px;
}
.prt-price-fix {
    display: block;
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
}
.min_detials_top ul.shorting-list li:last-child {
    border: 0px;
}
.min_detials_top ul.shorting-list li {
    border-right: 1px solid #d3e0ed;
    padding-left: 15px;
    padding-right: 15px;
}
ul.shorting-list li:last-child {
    margin: 0;
}
.min_detials_top .atBi-section .title {
    font-size: 18px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 0;
    width: max-content;
}
.min_detials_top .atBi-section .column{
    text-align: center;
    align-items: center;
}


/*Gallery*/


.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.AtAddListing .widget-spec li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    display: flex;
}
.AtAddListing .widget-spec li i {
    margin-right: 10px;
    margin-top: 0;
}

.AtAddListing .btn-info {
    color: #fff;
    background-color: #0ab2e6;
    border-color: #0ab2e6;
}
.AtAddListing .btn-info:hover {
        color: #fff;
        background-color: #00c3ff;
        border-color: #00c3ff;
    }
&.focus,
&:focus {
    background-color: $info;
    border-color: $info;
    box-shadow: 0 0 0 2px rgba(69, 170, 242, 0.1);
    color: $white !important;
}
.page-breadcrumb li,
.page-breadcrumb li a,
.page-breadcrumb li:after {
    color: #ffffff;
}

.product-tags a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 2px;
    color: #a6a3ba;
    font-size: 12px;
    border: 1px solid #e6ebf1;
}
.product-tags li a:hover {
    background: #34A853;
    border-color: #34A853;
    border-radius: 2px;
    color: #fff !important;
}

/*Recent Posts*/

.item7-card-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.item7-card-img a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.item7-card-text span {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
}
.badge-info {
    color: #fff;
    background-color: #0dabb7;
}
.badge-success {
    color: #fff;
    background-color: #27c781;
}
.badge-primary {
    color: #fff;
    background-color: #d4a81f;
}
.badge-pink {
    color: #fff;
    background-color: #ed3284;
}
.news-section-two .sec-title{
    margin-bottom: 25px;
}