/*

TemplateMo 591 villa agency

https://templatemo.com/tm-591-villa-agency

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0 5px;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}


a {
    color: #ed1c24;
    text-decoration: underline
}

a:hover {
    color:#464646 ;
}



h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #ed1c24;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #ed1c24;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #ed1c24;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #ed1c24;
  color: #fff;
}

/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.99);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #ed1c24;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #ed1c24;
  border-radius: 50%;
}



/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #f1f1f1;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #ed1c24;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #ed1c24;
  margin-right: 8px;
}

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area {
  position: fixed;
  background-color: #fff;
  height: 100px ;
  width:100%;
  z-index: 1000;
  -webkit-transition: all .1s ease 0s;
  -moz-transition: all .1s ease 0s;
  -o-transition: all .1s ease 0s;
  transition: all .1s ease 0s;
  top:0px;
}

.header-area .main-nav {
  background: transparent;
  display: flex;
}

.header-area .main-nav .logo {
  -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;
  display: inline-block;
}

.header-area .main-nav .logo h1 {
  line-height: 100px;
  font-size: 28px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  letter-spacing: 2px;
}

.background-header .main-nav .logo h1 {
  line-height: 80px;
}

.header-area .main-nav ul.nav {
  flex-basis: 100%;
  margin-top: 30px;
  justify-content: right;
  -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;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
  height: 100px;
  line-height: 100px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-transform: capitalize;
  color: #1e1e1e;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li:last-child a {
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 20px;
  padding-left: 0px;
}

.header-area .main-nav .nav li:last-child a i {
  background-color: #ed1c24;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  margin-left: -1px;
}

.header-area .main-nav .nav li:last-child:hover a {
  background-color: #1e1e1e;
}

.header-area .main-nav .nav li:last-child:hover a i {
  color: #fff;
}

.header-area .main-nav .nav li:hover a {
  color: #ed1c24;
}

.header-area .main-nav .nav li a.active {
  color: #ed1c24;
}


.background-header .main-nav .nav li a.active {
  color: #ed1c24;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 22px;
}

.background-header .main-nav ul.nav {
  margin-top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    width: 100%;
  }
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #fff;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #fff;
     border-radius: 0px 0px 25px 25px;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px 25px 25px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ed1c24!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area .nav li:last-child a {
    background-color: transparent !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
  }
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 320px 20% 110px 20%;
  margin-top: 0px;
  


   
}

.main-banner .item-1 {
  background-image: url(../images/slides/healthcare-uniforms.jpg);
  
  background-size: cover;
    background-position: center;
	
}

.main-banner .item-2 {
  background-image: url(../images/slides/security-uniforms.jpg);
}

.main-banner .item-3 {
  background-image: url(../images/slides/school-uniforms.jpg);
}

.main-banner .item-4 {
  background-image: url(../images/slides/corporate-uniforms.jpg);
}


.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 30px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #ed1c24;
}

.main-banner .item h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 62px;
  width: 70%;
  margin-bottom: 0px;
  margin-top:50px;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 20%;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .5s;
}

.main-banner .owl-dots .active {
  background-color: #ed1c24;
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}



/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 0px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #ed1c24;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #ed1c24;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Video Style
--------------------------------------------- 
*/

.video {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.video-content {
  margin-top: -240px;
}

.video .section-heading h2 {
  color: #fff;
}

.video-content .video-frame {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.video-content .video-frame img {
  border-radius: 10px;
}

.video-content .video-frame a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-26px, -26px);
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: #ed1c24;
  outline: 15px solid rgba(254, 85, 37, 0.5);
  font-size: 18px;
}

/* 
---------------------------------------------
Fun Facts Style
--------------------------------------------- 
*/
.fun-facts {
  text-align: center;
  margin-top: 125px;
}

.fun-facts .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

/* Number + icon */
.fun-facts .counter h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  font-size: 40px;
  color: #ed1c24;
  line-height: 1;
}

/* Small red + sign */
.fun-facts .counter .plus-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-left: 0;
  color: #ed1c24;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

/* Text */
.fun-facts .counter p {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.text-color-c{ color:#333333 !important; font-size:20px !important;}




/* Existing circle 
.fun-facts .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  content: '+';
  right: -25px;
  top: -25px;
}
*/

/* 
---------------------------------------------
Best Deal Style
--------------------------------------------- 
*/

.best-deal {
  background-color: #fafafa;
  padding: 100px 0px;
}

.best-deal .tab-content img {
  padding: 0px 45px;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #1e1e1e !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #ed1c24 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 0px 30px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 9px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #3f3f3f;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  float: right;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
}

.best-deal .icon-button {
  margin-top: 30px;
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties .item {
  background-color: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.properties .item img {
  border-radius: 10px;
}

.properties .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.properties .item h4 {
  font-size: 19px;
  margin: 25px 0px;
}

.properties .item h4 a {
  color: #1e1e1e;
}

.properties .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.properties .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.properties .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.properties .item h6 {
  font-size: 20px;
  color: #ed1c24;
  margin-top: 6px;
  display: inline-block;
  float: right;
  margin-top: 0px;
}

.properties .item .main-button {
  text-align: center;
}


/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

.contact {
  background-image: url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 250px 0px;
  position: relative;
}

.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;
}

.contact-content #map {
  border-radius: 10px;
  margin-bottom: 60px;
}

.contact-content .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 25px 30px 80px 30px;
  background-color: #fff;
}

.contact-content .phone {
  margin-right: 15px;
}

.contact-content .email {
  margin-left: 15px;
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 15px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-content #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 80px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-content #contact-form button:hover {
  background-color: #ed1c24;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer.footer-no-gap {
  margin-top: 0px;
}

footer {
  margin-top: 150px;
  background-color: #1e1e1e;
  min-height: 100px;
  padding-top:70px;
}

footer p {
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0px;
  text-align: center;
}

.page-heading span {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 25px;
  display: inline-block;
  margin-bottom: 30px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
Properties Style
--------------------------------------------- 
*/

.properties ul.properties-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.properties ul.properties-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.properties ul.properties-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.properties ul.properties-filter li a.is_active {
  background-color: #ed1c24;
  color: #fff;
}

.properties ul.properties-filter li a.is_active:hover {
  color: #fff;
}

.properties ul.properties-filter li a:hover {
  color: #ed1c24;
}

.properties ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.properties ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.properties ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.properties ul.pagination li a:hover,
.properties ul.pagination li a.is_active {
  background-color: #ed1c24;
  color: #fff;
}


/* 
---------------------------------------------
Single Page Style
--------------------------------------------- 
*/

.single-property .main-image img {
  float: none;
}

.single-property .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.single-property .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.single-property .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.single-property .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.single-property .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.single-property .accordion-button:not(.collapsed) {
  color: #ed1c24;
  background-color: #fafafa;
  outline: none;
}

.single-property .accordion-button::after {
  display: none;
}

.single-property #headingThree {
  border-bottom: none;
}

.single-property .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.single-property .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.single-property .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.single-property .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-property .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.single-property .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.single-property .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #ed1c24;
}


.padding-menu{padding-top:45px;}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}


@media (max-width: 767px) {


.padding-menu{padding-top:0px !important;}


  .header-area .main-nav .logo h1 {
    line-height: 80px !important;
  }
  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
  .properties ul.properties-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .properties ul.properties-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .fun-facts .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .properties .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .properties .item .main-button {
    text-align: center;
  }
  .properties .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .single-property .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}

/*new css*/

.content-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-list li {
    position: relative;
    padding: 10px 0 10px 55px;
    font-size: 18px;
    line-height: 1.6;
}

.content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;

    width: 25px;
    height: 25px;

    background: #ed1c24;
    border-radius: 50%;
}

/* Draw checkmark using CSS */
.content-list li::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 19px;

    width: 8px;
    height: 15px;

    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;

    transform: rotate(45deg);
}
	
	
/* =========================================================
       BASIC NAVBAR
    ========================================================= */

    .main-navbar {

        position: relative;

        z-index: 10000;

        background: #fff;

        border-bottom: 1px solid #ddd;

    }


    .main-navbar .navbar-nav {

        align-items: center;

    }


    .main-navbar .nav-link {

        position: relative;

        padding: 20px 18px;

        color: #222;

        text-decoration: none;

    }


    /* =========================================================
       COMMON ARROW
       CLOSED = DOWN
       OPEN = UP
    ========================================================= */

    .menu-arrow::after {

        content: "";

        display: inline-block;

        width: 0;

        height: 0;

        margin-left: 7px;

        vertical-align: middle;

        border-top: 5px solid currentColor;

        border-left: 4px solid transparent;

        border-right: 4px solid transparent;

        transition: transform .25s ease;

    }


    /* OPEN ARROW */

    .menu-open > .menu-arrow::after {

        transform: rotate(180deg);

    }


    /* =========================================================
       UNIFORMS MEGA MENU
    ========================================================= */

    .uniform-parent {

        position: static !important;

    }


    .uniform-mega {

        position: fixed;

        top: 150px;

        left: 0;

        width: 100%;

        height: calc(70vh - 70px);

        background: #fff;

        z-index: 9998;

        overflow-y: auto;

        overflow-x: hidden;

        opacity: 0;

        visibility: hidden;

        transform: translateY(-15px);

        transition:
            opacity .3s ease,
            transform .3s ease,
            visibility .3s ease;

    }


    /* MEGA MENU OPEN */

    .uniform-mega.active {

        opacity: 1;

        visibility: visible;

        transform: translateY(0);

    }


    /* Mega Content */

    .uniform-mega .mega-content {

        padding-top: 20px;

        padding-bottom: 50px;

    }


    /* Mega Headings */

    .uniform-mega h4 {

        margin-bottom: 15px;

        font-size: 20px;

        font-weight: 600;

    }


    /* Mega Links */

    .uniform-mega a {

        display: block;

        padding: 7px 0;

        color: #333;

        text-decoration: none;

        transition:
            color .2s ease,
            padding-left .2s ease;

    }


    .uniform-mega a:hover {

        color: #ed1c24;

        padding-left: 5px;
		 background: #eff0f1;

    }


    /* =========================================================
       NORMAL DROPDOWN
       ABOUT US + SERVICES
    ========================================================= */

    .simple-parent {

        position: relative !important;

    }


    .simple-dropdown {

        position: absolute !important;

        top: 100% !important;

        left: 0 !important;

        width: 230px !important;

        margin: 0 !important;

        padding: 7px 0 !important;

        list-style: none !important;

        background: #fff !important;

        border: 1px solid #ddd !important;

        border-radius: 5px !important;

        box-shadow: 0 8px 25px rgba(0,0,0,.15) !important;

        z-index: 99999 !important;

        opacity: 0 !important;

        visibility: hidden !important;

        transform: translateY(-10px) !important;

        pointer-events: none;

        transition:
            opacity .25s ease,
            transform .25s ease,
            visibility .25s ease !important;

    }


    /* =========================================================
       DESKTOP DROPDOWN HOVER
    ========================================================= */

    @media (min-width: 992px) {

        .simple-parent:hover > .simple-dropdown {

            opacity: 1 !important;

            visibility: visible !important;

            transform: translateY(0) !important;

            pointer-events: auto;

        }

    }


    /* Dropdown Items */

    .simple-dropdown li {

        display: block !important;

        margin: 0 !important;

        padding: 0 !important;

    }


    /* Dropdown Links */

    .simple-dropdown li a {

        display: block !important;

        padding: 11px 18px !important;

        color: #222 !important;

        background: #fff !important;

        text-decoration: none !important;

        white-space: nowrap !important;

        transition:
            background .2s ease,
            color .2s ease,
            padding-left .2s ease !important;

    }


    .simple-dropdown li a:hover {

        background: #f5f5f5 !important;

        color: #0d6efd !important;

        padding-left: 23px !important;

    }




    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 991.98px) {
	
	


        /* -----------------------------------------------------
           NAVBAR
        ----------------------------------------------------- */

        .main-navbar .navbar-nav {

            align-items: stretch;

        }


        .main-navbar .nav-link {

            padding: 13px 15px;

        }


        /* -----------------------------------------------------
           UNIFORMS MEGA MENU MOBILE
        ----------------------------------------------------- */

        .uniform-mega {

            position: static !important;

            width: 100% !important;

            height: auto !important;

            margin: 0 !important;

            padding: 0 !important;

            background: #f8f9fa !important;

            opacity: 0 !important;

            visibility: hidden !important;

            transform: translateY(-5px) !important;

            display: block !important;

            /*
               IMPORTANT:
               Hidden menu has ZERO height
            */

            max-height: 0 !important;

            overflow: hidden !important;

            transition:
                opacity .25s ease,
                transform .25s ease,
                max-height .3s ease,
                visibility .25s ease !important;

        }


        /* -----------------------------------------------------
           UNIFORMS MEGA MENU OPEN
        ----------------------------------------------------- */

        .uniform-mega.active {

            opacity: 1 !important;

            visibility: visible !important;

            transform: translateY(0) !important;

            max-height: 70vh !important;

            overflow-y: auto !important;

            overflow-x: hidden !important;

        }


        /* Mega Content */

        .uniform-mega .mega-content {

            padding: 15px !important;

            margin: 0 !important;

        }


        /* Remove unnecessary row spacing */

        .uniform-mega .row {

            margin-top: 0 !important;

            margin-bottom: 0 !important;

        }


        /* -----------------------------------------------------
           NORMAL DROPDOWN MOBILE
        ----------------------------------------------------- */

        .simple-dropdown {

            position: static !important;

            width: 100% !important;

            margin: 0 !important;


            padding: 0 !important;

            border: 0 !important;

            border-radius: 0 !important;

            box-shadow: none !important;

            background: #f8f9fa !important;

            opacity: 0 !important;

            visibility: hidden !important;

            transform: translateY(-5px) !important;

            max-height: 0 !important;

            overflow: hidden !important;

            pointer-events: none;

            transition:
                opacity .25s ease,
                transform .25s ease,
                max-height .3s ease,
                visibility .25s ease !important;

        }


        /* NORMAL DROPDOWN OPEN */

        .simple-parent.mobile-open > .simple-dropdown {

            opacity: 1 !important;

            visibility: visible !important;

            transform: translateY(0) !important;

            max-height: 500px !important;

            pointer-events: auto;

        }


        /* Child Links */

        .simple-dropdown li a {

            padding: 11px 30px !important;

            border-top: 1px solid #e5e5e5 !important;

        }


        /* -----------------------------------------------------
           MOBILE SCROLLBAR
        ----------------------------------------------------- */

        .uniform-mega::-webkit-scrollbar {

            width: 5px;

        }


        .uniform-mega::-webkit-scrollbar-thumb {

            background: #bbb;

            border-radius: 10px;

        }

    }


    /* =========================================================
       DESKTOP SCROLLBAR
    ========================================================= */

    .uniform-mega::-webkit-scrollbar {

        width: 6px;

    }


    .uniform-mega::-webkit-scrollbar-thumb {

        background: #bbb;

        border-radius: 10px;

    }
	
	
	/* Child menu */
.simple-dropdown li a {
    color: #333;
    background: transparent;
    transition: all 0.3s ease;
}

/* Child menu hover */
.simple-dropdown li a:hover {
    color: #ed1c24 !important;
    background: #16a34a;
}


	/* Child menu */
.uniform-mega li a {
    color: #333;
    background: transparent;
    transition: all 0.3s ease;
}

/* Child menu hover */
.uniform-mega li a:hover {
    color: #ed1c24 !important;
    background: #16a34a;
}

/* new css*/

.abg-contact-box { padding: 35px 30px; position: relative; background-color:#ed1c24;  } /* Large Attractive Icon */ .abg-contact-icon { width: 75px; height: 75px; margin-bottom: 25px; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #f8f8f8; transition: all 0.4s ease; } .abg-contact-icon span { font-size: 38px; line-height: 1; color: #111; transition: all 0.4s ease; } .abg-contact-box:hover .abg-contact-icon { background: #111; border-color: #111; transform: translateY(-5px); } .abg-contact-box:hover .abg-contact-icon span { color: #fff; transform: rotate(90deg); } .abg-contact-label { display: block; margin-bottom: 18px; font-size: 13px; font-weight: 700; letter-spacing: 2px; color: #888; } .abg-contact-box h3 { margin: 0 0 22px; font-size: 34px; line-height: 1.2; font-weight: 400; color: #222; } .abg-contact-box h3 strong { font-weight: 700; } .abg-contact-box p { margin: 0 0 18px; font-size: 16px; line-height: 1.75; color: #666; } .abg-contact-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 10px; padding: 14px 28px; background: #111; color: #fff; text-decoration: none; font-size: 15px; font-weight: 600; transition: all 0.3s ease; } .abg-contact-link span { font-size: 20px; transition: transform 0.3s ease; } .abg-contact-link:hover { background: #333; color: #fff; } .abg-contact-link:hover span { transform: translateX(5px); } /* Tablet */ @media (max-width: 991px) { .abg-contact-box { padding: 25px 15px; } .abg-contact-box h3 { font-size: 29px; } } /* Mobile */ @media (max-width: 767px) { .abg-contact-box { padding: 30px 15px; } .abg-contact-box h3 { font-size: 30px; } .abg-contact-box p { font-size: 15px; } }



/* FAQ SECTION */ .abg-faq { padding: 70px 20px; background: #f7f7f7; } /* HEADING */ .abg-faq-heading { max-width: 750px; margin: 0 auto 40px; text-align: center; } .abg-faq-heading span { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; letter-spacing: 2px; color: #888; } .abg-faq-heading h2 { margin: 0 0 12px; font-size: 40px; line-height: 1.2; color: #222; } .abg-faq-heading p { margin: 0; font-size: 16px; color: #777; } /* FAQ LIST */ .abg-faq-list { max-width: 900px; margin: 0 auto; } /* FAQ ITEM */ .abg-faq-item { margin-bottom: 12px; background: #fff; border: 1px solid #e5e5e5; } /* HIDE CHECKBOX */ .abg-faq-item input { display: none; } /* QUESTION */ .abg-faq-question { min-height: 65px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 16px; font-weight: 600; color: #222; } /* PLUS */ .abg-faq-question b { width: 32px; height: 32px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid #ccc; border-radius: 50%; font-size: 22px; font-weight: 400; transition: .3s ease; } /* ANSWER */ .abg-faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; } .abg-faq-answer p { margin: 0; padding: 0 22px 22px; font-size: 15px; line-height: 1.7; color: #666; } /* OPEN FAQ */ .abg-faq-item input:checked ~ .abg-faq-answer { max-height: 300px; } /* CHANGE + TO × */ .abg-faq-item input:checked + .abg-faq-question b { background: #111; color: #fff; border-color: #111; transform: rotate(45deg); } /* MOBILE */ @media (max-width: 767px) { .abg-faq { padding: 50px 15px; } .abg-faq-heading h2 { font-size: 30px; } .abg-faq-question { padding: 16px; font-size: 15px; } .abg-faq-answer p { padding: 0 16px 18px; font-size: 14px; } }


/*footer*/

.abg-footer { background: #111; color: #fff; padding: 70px 0 0 !important; } .abg-footer-widget { padding-right: 20px; } .abg-footer-widget h4 { margin: 0 0 22px; font-size: 20px; font-weight: 600; color: #fff; } .abg-footer-widget p { margin: 0 0 20px; font-size: 14px; line-height: 1.8; color: #aaa; text-align:left; } .abg-footer-widget ul { margin: 0; padding: 0; list-style: none; } .abg-footer-widget ul li { margin-bottom: 11px; } .abg-footer-widget ul li a { color: #aaa; text-decoration: none; font-size: 14px; transition: all .3s ease; } .abg-footer-widget ul li a:hover { color: #fff; padding-left: 5px; } .footer-more { color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; } .footer-more:hover { color: #ddd; } /* Contact Strip */ .abg-footer-contact { margin-top: 35px; padding: 25px 30px; border-top: 1px solid #333; border-bottom: 1px solid #333; display: flex; align-items: center; justify-content: space-between; gap: 20px; } .abg-footer-contact span { display: block; margin-bottom: 5px; font-size: 13px; color: #999; text-transform: uppercase; letter-spacing: 1px; } .abg-footer-contact strong { font-size: 20px; font-weight: 500; color: #fff; } .abg-footer-contact a { display: inline-block; padding: 12px 24px; background: #fff; color: #111; text-decoration: none; font-size: 14px; font-weight: 600; transition: all .3s ease; } .abg-footer-contact a:hover { background: #ddd; } /* Bottom */ .abg-footer-bottom { padding: 25px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; } .abg-footer-bottom p { margin: 0; font-size: 13px; color: #888; } .abg-footer-legal { display: flex; gap: 20px; } .abg-footer-legal a { color: #888; text-decoration: none; font-size: 13px; } .abg-footer-legal a:hover { color: #fff; } /* Tablet */ @media (max-width: 991px) { .abg-footer { padding-top: 50px; } .abg-footer-widget { margin-bottom: 20px; } } /* Mobile */ @media (max-width: 767px) { .abg-footer { padding: 45px 0 0; } .abg-footer-widget { padding-right: 0; } .abg-footer-contact { display: block; padding: 25px 0; } .abg-footer-contact a { margin-top: 20px; } .abg-footer-bottom { display: block; } .abg-footer-legal { margin-top: 15px; flex-wrap: wrap; gap: 12px; } }

.pt-40{padding-top:40px;}




/*sub page Header css*/

.subpage-header { position: relative; min-height: 450px; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-attachment: fixed; overflow: hidden; } /* Dark Overlay */ 


.subpage-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.55); } /* Content */ .subpage-content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 80px 15px; } /* Heading */ .subpage-content h1 { margin: 140px 0 0 15px; color: #fff; font-size: 48px; font-weight: 700; line-height: 1.2; } /* Breadcrumb */ .subpage-content .breadcrumb { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 0; padding: 0; font-size: 16px; } .subpage-content .breadcrumb a { color: #fff; text-decoration: none; transition: 0.3s ease; } .subpage-content .breadcrumb a:hover { color: #ddd; } .subpage-content .breadcrumb span { color: #fff; } /* Tablet */ @media (max-width: 991px) { .subpage-header { min-height: 300px; background-attachment: scroll; } .subpage-content { padding: 70px 15px; } .subpage-content h1 { font-size: 40px; } } /* Mobile */ @media (max-width: 767px) { .subpage-header { min-height: 250px; } .subpage-content { padding: 60px 15px; } .subpage-content h1 { font-size: 32px; } .subpage-content .breadcrumb { font-size: 14px; gap: 7px; } }



.contact-info {
  margin: 0;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 10px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
}
.contact-info li a {
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3);
}

.cont-bg{ background-color:#f1f1f1; padding:20px;}
.cont-bg2{padding:20px;}

	/*whatsapp*/
	
	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
   z-index:100;
   display:block;
}




.my-float{
	margin-top:16px;
}

	.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:4px;
	left:2px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display:none;
  
	}

@media(max-width:768px)
{
	
	.my-float2{
	margin-top:16px;
	display:block;
}
	
	.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:4px;
	left:2px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display:block;
}


	.my-float{
	margin-top:16px;
	display:none;
}

	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:4px;
	left:2px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  display:none;
}
	
	
	}

/*whatsapp end*/

.button-group {
    display: flex;
    gap: 8px;
    align-items: center;
}

.button-group .btn {
    display: inline-block;
}