
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
  --red:#FF494D;
  --blue:#1999E5;
  --white:#fff;
  --main-color:#CF860C;
  --red-color:#BC080C;
}

* {padding: 0; margin: 0; list-style-type: none;outline: none;}
img{max-width: 100%; height: auto;}
h1,h2,h3,h4,h5,h6 {padding:0; margin:0; line-height:100%;}
body { color:#535353; line-height:26px; font-size:16px;font-family: "Lato", sans-serif;
background: url("../img/body-bg.jpg"); background-repeat: repeat; }
a,button {text-decoration: none !important; transition: 0.5s; border:  none;} 
ul,ol {padding: 0; margin: 0; list-style-type: none;}

.c-heading-1 { padding-bottom: 20px;color: #000; font-size: 35px;font-weight: bold;
margin-bottom: 25px;position: relative; }
.c-heading-1:after { content:""; display: block;position: absolute; left: 0; bottom: 0; 
width: 80px; height: 3px;background-color: var(--main-color); }

.c-heading-2 { padding-bottom: 20px;color: #000; font-size: 35px;font-weight: bold;
margin-bottom: 35px;position: relative;text-align: center; }
.c-heading-2:after { content:""; display: block;position: absolute; left: 50%; bottom: 0; 
width: 80px; height: 3px;background-color: var(--main-color);transform: translateX(-50%); }




.c-heading-3 h2{ padding-bottom: 20px;color: #000; font-size: 35px;font-weight: bold;
margin-bottom: 8px;position: relative;text-align: center; }
.c-heading-3 h2:after { content:""; display: block;position: absolute; left: 50%; bottom: 0; 
width: 80px; height: 3px;background-color: var(--main-color);transform: translateX(-50%); }
.c-heading-3 p { margin: 0; font-size: 20px;text-align: center; }
.c-heading-3 { margin-bottom: 35px; }

.c-btn-1 {border: none; background-color: var(--red-color); color:#000;
padding: 14px 40px; font-weight: bold;border-radius: 30px;display: inline-block;position: relative;
overflow: hidden;line-height: 100%;font-size: 20px;color: #fff;}
.c-btn-1 span {position: relative; z-index:2;}
.c-btn-1:before {content:""; display: block;position: absolute; left:-100%; top: 0;width: 100%; height: 100%;
 background:var(--main-color);transition: 0.5s;} 
.c-btn-1:hover:before {left: 0;}
.c-btn-1:hover {color:#fff;}


.c-btn-2 {background-color:var(--main-color); color:#000;
padding: 14px 30px; font-weight: bold;border-radius: 30px;display: inline-block;position: relative;
overflow: hidden;line-height: 100%;font-size: 20px;color: #fff;}
.c-btn-2 span {position: relative; z-index:2;}
.c-btn-2:before {content:""; display: block;position: absolute; left:-100%; top: 0;width: 100%; height: 100%;
 background: var(--red-color);transition: 0.5s;} 
.c-btn-2:hover:before {left: 0;}
.c-btn-2:hover {color:#fff;}
/*header*/
.c-header-w { background-color: #fff; }
.c-nav-top { display: flex;justify-content: flex-end; }
.c-nav-top-info { background-color:var(--main-color);padding: 7px 30px;transform: skew(-30deg);  }
.c-nav-top-info-in {transform: skew(30deg);}
.c-nav-top-info-in ul { display: flex; }
.c-nav-top-info-in li { padding-left: 50px; position: relative;margin-right: 20px; }
.c-nav-top-info-in li span { position: absolute;left: 0; top: 0; }
.c-nav-top-info-in li a { display: block;margin-bottom: 5px; color: #fff;line-height: 100%; }
.c-nav-top-info-in li:last-child { margin: 0; }
.c-nav-top-social {padding: 7px 30px;transform: skew(-30deg); display: flex;align-items: center;
background-color: #000;}
.c-nav-top-social ul { display: flex;transform: skew(30deg); }
.c-nav-top-social ul li { padding-right: 6px; }
.c-nav-top-social ul li:last-child { padding-right: 0px; }
.c-nav-top-social ul li a { display: flex;background-color: #fff;color: var(--main-color);
width: 38px; height: 38px; border-radius: 50%;align-items: center;justify-content: center;
font-size: 18px; }
.c-nav-top-social ul li a:hover {background-color:var(--main-color) ;color:#fff ;} 
.c-logo-w {padding: 8px 0;}
.c-logo-w img {width: 110px;}

.c-nav-bottom-list > ul { display: flex;align-items: center;justify-content: flex-end;margin: 15px 0; }
.c-nav-bottom-list > ul > li { padding: 0 15px;font-size: 18px; }
.c-nav-bottom-list > ul > li > a {padding: 10px 0;color:#050505;position: relative;display: block;font-size: 15px;}

.c-menu-btn { display: none; }

/*banner*/
.c-banner-w {/* background: linear-gradient(115deg, #d60049, #FF9800); */padding: 50px 0;background: #030a1e;}
.c-banner-list-in {position: relative;
}
.c-banner-list-img img {width: 100%;}

.c-banner-w {position: relative;}
.c-banner-list-con h2 {color: #fff;font-size:36px;margin-bottom: 20px;}
.c-banner-list-con h3 {display: inline-block;padding: 10px 25px 15px;border-radius: 12px;background: rgb(226,195,36);background: linear-gradient(121deg, rgba(226,195,36,1) 0%, rgba(207,134,12,1) 70%);color: #fff;font-size: 25px;}


.c-form-w {background: #ffffff;padding: 30px 20px;}
.c-form-w h3 {color: #000;text-align: center;margin-bottom: 20px;font-size: 24px;font-weight: bold;} 
.c-form-w .form-control {padding: 10px;padding-left: 50px;font-size: 18px;background: #FFF9EB;border: 1px solid #9F6E1D;}
.c-form-w .form-group { margin-bottom: 15px; position: relative; }
.c-form-w .form-group span {position: absolute;left: 11px;top: 10px;width: 27px;z-index: 9;}
.c-form-w textarea.form-control { height: 90px; }
.c-form-w .c-btn-1 {padding: 13px;text-align: center;width: 100%;background: #cf860c;border-radius: 8px;justify-content: center;transition: 0.5s;font-weight: bold;color: #fff;font-size: 20px;border: none;}
.c-form-w .c-btn-1:hover {background: #000000;border: none;/* color: #fff; */font-weight: bold;font-size: 20px;}
.c-banner-form { position: absolute;width: 100%; top: 50%; transform: translateY(-50%);right: 0; }


.c-banner-w .slick-dots { display:flex; justify-content:center;margin-top:50px; 
position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px;}

.c-banner-w .slick-dots li { margin:0 5px; }

.c-banner-w .slick-dots li button {position: relative; width: 29px; height: 29px; border-radius: 50%; border: 2px solid transparent;

background: transparent;font-size:0; position: relative;}

.c-banner-w .slick-dots li.slick-active button  {border-color:var(--main-color);}

.c-banner-w .slick-dots li button:after {content:""; display:block;position: absolute;left: 50%; top:50%; transform:translate(-50%,-50%);

background:#fff; width:10px; height:10px; border-radius:50%; }

.c-banner-w .slick-dots li.slick-active button:after { background-color: var(--main-color); }

/*property*/
.property-info-area { padding: 15px 0 30px;background-color: var(--main-color) }
.property-info-area p {color:#fff; margin-bottom: 8px;font-weight: 600;}
.property-info-area .form-control { background-color:#9F6E1D;color: #fff; }
.property-info-area .form-control::-ms-input-placeholder { color: #fff;}
.property-info-area .form-control::placeholder {color: #fff;}
.property-info-area .btn {background-color: var(--red-color);display: inline-flex;margin-left: auto;
border: none; color: #fff;}

/*about*/
.c-about-w { padding: 50px 0; }
.c-about-con {padding-left: 30px;}
.c-about-con a { margin-top: 20px; }


.c-why-bhushan-w { padding-bottom: 60px; }
.c-why-bhushan-box {transition: 0.5s; background-color: #fff; border-radius: 8px;padding:25px 15px;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);text-align: center;height: 100%; }
.c-why-bhushan-box img { object-fit: contain; }
.c-why-bhushan-box h3 {color: #000; font-size: 20px; margin: 10px 0; font-weight: bold;}
.c-why-bhushan-box p {color: #635B5B; font-size: 16px;margin: 0;}


.c-why-bhushan-box:hover { transform: scale(1.1); }

/*service*/
.c-service-w { padding: 50px 0;background:url(../img/service-bg.png);background-repeat: no-repeat;
background-size: cover;background-attachment: fixed; }
.c-service-w  .col-md-3 { margin-bottom: 30px; }
.c-service-box {transition: 0.5s; height: 100%; padding: 20px; border-radius: 8px;box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
background: #fff;text-align: center;padding-bottom: 40px; position: relative;}
.c-service-box h3 { font-size: 20px;font-weight: bold;margin: 10px 0 15px;color: #000; }

.c-service-box:after { content: ""; background: url("../img/half-round.png") no-repeat;
background-size: 100% 100%; width: 130px; height: 40px;position: absolute;left: 50%;
display: block;bottom: 0; transform: translateX(-50%); }
.c-service-box:hover { transform: scale(1.1); }

.c-app-w { padding-top: 40px; }
.c-app-w h2 { line-height: normal;font-size: 30px; }
.c-app-w p {color: #000;/* font-size: 18px; */}

.c-app-w li { padding-left: 20px;position: relative;margin-bottom: 10px;font-size: 18px;color: #000; }

.c-app-w li:after { content: "";width: 9px; height: 9px; background-color:var(--red-color);position: absolute;

left: 0; top: 50%;border-radius: 50%;transform: translateY(-50%); }

 .menu-item-type-wpcas { position: absolute;top: 0; right: 0; }

header #menu_main .menu-item-type-wpcas li a { color: #fff !important; font-size: 20px !important }

@media only screen and (min-width: 1680px) {
  header #menu_main .menu-item-type-wpcas {right: 310px;}
}
@media only screen and (max-width: 991px) {
  header #menu_main .menu-item-type-wpcas {    top: -136px;right: 130px;}
}
@media only screen and (min-width:767px) {
.sc_layouts_menu{ display: flex !important; justify-content: flex-end !important; }

.sf-arrows {width: 100%;}
.sf-arrows .menu-collapse {width: 100%;}
.sf-arrows .menu-collapse a {display: block;width: 29px;margin-left: auto;}
}

#wpcas_search_keyword {color: #000 !important}
#wpcas_search_keyword::-ms-input-placeholder { color: #000;}
#wpcas_search_keyword::placeholder {  color: #000;}


/*book*/
.c-book-banner { padding: 30px 0 20px;background: url("../img/book-bg.png") no-repeat;
background-size: cover; }
.c-book-con h2 { color: #fff; font-size: 30px;font-weight: bold; margin-bottom: 15px;} 
.c-book-con h3 { font-size: 40px;font-weight: bold;}
.c-book-con h3 a {color: #fff; }

/*how its work*/
.c-how-work { padding: 50px 0; }
.c-how-work .prd-tab li {cursor: pointer;text-align: center; position: relative;z-index: 99 }
.c-how-work .prd-tab li span {width: 50px; height: 50px; border-radius: 50%;
color: #000;font-size: 20px;display: inline-flex;align-items: center;justify-content: center;
border: 2px solid var(--main-color);background: #fff;}
.c-how-work .prd-tab li p { margin: 0; margin-top: 10px;font-weight: bold;color: #000; }
.prd-tab { margin-bottom: 40px; }
.prd-tab ul { position: relative; }
.prd-tab ul:after {content:""; display: block;position: absolute; left: 0; top:25px;
width: 85%; left: 50%; transform: translateX(-50%); border-bottom:3px dashed #000000; }
.prd-tab .slick-list {z-index: 99;}
.prd-tab ul .slick-slide.slick-active.on span {color: #fff; background: var(--main-color)}

.c-prd-tab-img img {width: 100%;}
.c-prd-tab-con h3 {color: #000; font-weight: bold;margin-bottom: 15px;font-size: 32px;color: #000;}
.c-prd-tab-con h3 span { color: var(--main-color);margin-right: 10px; }

/*achivement*/
.c-achive-w { padding: 50px 0; background: url("../img/acive-bg.jpg") no-repeat;
background-size: cover;  }

.achive-counter {
  background: #FFFFFF;
  box-shadow: 0px 6px 30px rgba(14, 18, 29, 0.06);
  border-radius: 10px;
  position: relative;
  padding: 24px 30px 24px 120px;
      box-shadow: 0 3px 10px rgb(0 0 0 / 0.3); margin-top: 20px;
}


.achive-counter_icon {
  display: inline-block;
  width: 90px;
  width: 70px;
  position: absolute;
  top: 0;
  left: 30px;
  text-align: center;
}

.achive-counter_number {
  color: var(--main-color);
  font-size: 36px;
  margin-bottom: 0;
}

.achive-counter .counter-number {
  font-weight: 900;
}

.achive-counter_text {
  margin-bottom: 0;
}
.c-heading-main p { margin-bottom: 6px; color: var(--main-color); font-weight: bold; }
.c-achive-img img{ position: relative; border-radius: 8px;width: 100%; }
.c-achive-img{ padding-left: 40px;}

/*package*/
.c-packge-w {padding: 50px 0;}
.c-packge-box {box-shadow: 0 3px 10px rgb(0 0 0 / 0.3); }
.c-packge-box .bb-package-selected {
 background-color: #091662;
 color: #fff;
 margin-bottom: 0;
 padding: 20px 10px;
 text-align: left;
 font-size: 18px !important;
 font-weight: bold;
 text-align: center;
 }
 .c-packge-box .card-header {padding: 0px;box-shadow:  none;margin: 0;border-radius: 0;border-bottom: 1px solid #ccc;background: #fff;border-top: 0;}
 .c-packge-box .accordion-button {line-height: 100%; box-shadow:  none;background: #fff;border:  none; 
  color: #000; font-weight: bold;}
  .c-packge-box .card { box-shadow:  none; border:  none; }
  .c-packge-w .row { padding: 0 50px; }
.c-accordion-bottom { background: #fff;padding: 10px 10px 20px; text-align: center; }

/*calculater*/
.c-calculater-w { padding-bottom: 50px; }

.c-calculater-tab .nav-tabs { justify-content: center; border-radius: 0px;margin-bottom: 30px; }
.c-calculater-tab .nav-tabs li button { background: #fff;font-size: 18px;
font-weight: bold;color: #000;border-radius: 0px;padding: 10px 20px;}
.c-calculater-tab .nav-tabs li  button.active { background: var(--main-color);
color: #fff; }

.c-tab-con .form-control { padding: 10px; border: 1px solid var(--main-color); color: #000; }
.c-tab-con .form-group { margin-bottom: 15px;position: relative; } 
.c-tab-con .form-group span { position: absolute; left: 10px; top: 8px; font-size: 20px;
color: var(--main-color);font-weight: bold; }
.c-tab-con label { display: block;margin-bottom: 10px;font-weight: bold;color: #000; } 
.c-calculater-result-box {text-align: center;}
.c-calculater-result-box h3 {color: #000000; font-size: 18px;font-weight: bold;margin-bottom: 12px;}
.c-calculater-result-box h4{color:var(--main-color); font-size: 24px;font-weight: bold;}
.c-calculater-result { margin-top: 20px; }
.c-calculater-con-1 .form-control{padding-left: 40px;}

/*project*/
.c-project-in { background: url("../img/project-bg.png") no-repeat;padding: 30px;
background-size: cover;background-attachment: fixed; }
.c-project-w .c-heading-1 {color: #fff;}
.c-project-list-box { padding: 0 10px;text-align: center; }
.c-project-list-box h3 {font-size: 20px;font-weight: bold;color: #fff; margin-bottom: 5px;}
.c-project-list-con { margin-top: 20px; }
.c-project-list-con ul { display: flex;justify-content: center;flex-wrap: wrap;  }
.c-project-list-con ul li {margin-bottom: 10px; justify-content: center; display: flex;align-items: center;margin-right:20px; }
.c-project-list-con ul li:last-child  { margin: 0; }
.c-project-list-con ul li span img {height:  34px;}
.c-project-list-con ul li:first-child  span img {height:30px;}
.c-project-list-con ul li:last-child  span img {height:30px;}
.c-project-list-con ul li strong {color: #fff; font-weight: bold;margin-left: 10px;}
.c-project-list-con p {color: #fff;}
.c-project-list-con .c-btn-group { margin-top: 30px; }
.c-project-list-con .c-btn-group a {margin: 0 5px; font-size: 16px;padding: 8px 15px 10px;line-height: 100%; }
.c-project-list-con .c-btn-group a:last-child { color:var(--main-color);background:#fff; }

.c-project-in .slick-arrow {content:"";display: block;border:none;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);width:45px;height:45px;border-radius:4px;background:var(--main-color);color:#fff;font-size:28px;position:absolute;right: 50px;z-index:2;top: -79px;transform: inherit;}

.c-project-in .slick-next {left: inherit;right: 0px; background-color: var(--red-color)}

.c-project-in .slick-next i {position: relative;left: 2px;}

/*testimonial*/
.c-testimonial-w {padding: 50px 0;}
.c-testi-list-box { padding:10px; }
.c-testi-list-box-in { background-color:#fff; border-radius: 8px;box-shadow: 0 3px 8px rgb(0 0 0 / 0.2); }
.c-testi-list-box-in p { margin: 0; padding: 15px; }
.c-testi-list-box-info { width: calc(100% - 100px);position: relative;
position: relative; margin-top: 30px; }
.c-testi-list-box-info-in{background-color: #b71206;padding: 10px;padding-left: 120px;clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);width: 100%;}
.c-testi-list-box-info h3 { font-size: 20px;font-weight: bold;color: #fff;margin-bottom: 5px; }
.c-testi-list-box-info h4 { font-size: 16px;color: #fff; }
.c-testi-list-box-info span {z-index: 99; width: 86px; position: absolute;height: 86px; display: block; left: 15px; top: -30px;}
.c-testi-list-box-info:after { content:""; display: block;position: absolute;right: -70px; bottom: 0;
width:60px; height:60px; background:url("../img/testi-bg.png") no-repeat; background-size: 100% 100%; } 

.c-testimonial-w .slick-arrow {content:"";display: block;border:none;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);width:45px;height:45px;border-radius:4px;background:var(--main-color);color:#fff;font-size:28px;position:absolute;right: 50px;z-index:2;top: -79px;transform: inherit;}
 
.c-testimonial-w .slick-next {left: inherit;right: 0px; background-color: var(--red-color)}

.c-testimonial-w .slick-next i {position: relative;left: 2px;}
.marquee-1 {overflow: hidden;}
.c-client-list .js-marquee li { margin: 0 8px; background-color: #fff; border-radius: 8px;padding: 15px; }
.c-client-list .js-marquee { display: flex; }
.marquee-1:after,.marquee-1:before {clear: both;display: block;content: "";}
/*footer*/
.c-footer-top img {width: 100%;}
.c-footer-w { margin-top: 40px; }
.c-footer-in {background: #091662;background-size:cover;padding: 40px 0;}
.c-footer-in h2 { color: #fff; font-size: 28px; }
.c-footer-con p { color: #fff;line-height: 28px; }
.c-footer-social { display: flex;justify-content: center; }
.c-footer-social ul { display: flex; }
.c-footer-social ul li { padding-right: 10px; }
.c-footer-social ul li:last-child { padding-right: 0px; }
.c-footer-social ul li a { display: flex;background-color: #fff;color: var(--main-color);
width: 44px; height: 44px; border-radius: 50%;align-items: center;justify-content: center;
font-size: 18px; }
.c-footer-social ul li a:hover {background-color:var(--main-color) ;color:#fff ;} 
.c-logo-w {padding: 8px 0;}

.c-footer-info  li { padding-left: 50px; position: relative;margin-bottom: 20px; }
.c-footer-info  li span { position: absolute;left: 0; top: 0; }
.c-footer-info  li a { display: block;margin-bottom: 8px; color: #fff;line-height: 100%; }
.c-footer-bottom img {width: 90px;}
.c-footer-bottom p { margin: 0; color: #fff; font-size: 15px;text-align: right; }
.property-info-area h3 { display: none; }
.c-info-model .modal-body { background: url("../img/footer-bg.png") no-repeat; background-size:cover; }
.c-nav-top-info {position: relative;}
.c-nav-top-info .btn {position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0;z-index: 99;display: none;}

.c-calculater-result input {width: 100%; display: block; opacity: 1; background: transparent; border:  none;
outline: none;font-size: 20px;font-weight: bold;text-align: center;color: var(--main-color); }

#loading {
  display: none;
  width: 100px;
  height: 100px;
  margin: 2em auto;
  border: 2px solid #b3b7e2;
  border-radius: 50%;
  border-top-color: #191d3a;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

#results {
  display: none;
  transition: display 0.3s;
}

.c-result-2 { font-size: 20px; text-align: center;font-weight: bold; margin-top: 20px; }
.c-result-2 h3 { color: var(--main-color); font-weight: bold;margin-top: 8px;font-size: 30px; }

/*singale page*/

/*description*/
.c-singale-description { padding: 40px 0;background:url(../img/service-bg.png);background-repeat: no-repeat;
background-size: cover;}
.c-singale-description p { text-align: center;margin: 0; }

/*over view*/
.c-singale-view { padding: 40px 0; }
.c-singale-view-box {height: 100%; background: #fff;box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);padding: 15px;border-radius: 6px;position: relative;padding-left: 80px;}
.c-singale-view-box span {width: 50px;position: absolute;left: 14px;top: 10px;}
.c-singale-view-box  h3 { color: #000000; font-size: 20px; margin-bottom: 8px;font-weight: bold; }
.c-singale-view-box  h4 { color: #686868; font-size: 20px;  }
.c-singale-view  .col-md-6 { margin-bottom: 20px; } 

.c-singale-view  .col-md-6:nth-child(1) .c-singale-view-box ,.c-singale-view  .col-md-6:nth-child(3) .c-singale-view-box ,.c-singale-view  .col-md-6:nth-child(5) .c-singale-view-box,.c-singale-view  .col-md-6:nth-child(7) .c-singale-view-box,
.c-singale-view  .col-md-6:nth-child(9) .c-singale-view-box ,.c-singale-view  .col-md-6:nth-child(11) .c-singale-view-box { background: #FFF6E6; }

/*plan*/
.c-singale-plan .nav-tabs { justify-content: center; border-radius: 0px;margin-bottom: 30px; }
.c-singale-plan .nav-tabs li button { background: #fff;font-size: 18px;
font-weight: bold;color: #000;border-radius: 0px;padding: 10px 20px;}
.c-singale-plan .nav-tabs li  button.active { background: var(--main-color);
color: #fff; }

.c-singale-plan .slick-arrow {content:"";display: block;border:none;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);width:45px;height:45px;border-radius:4px;background:var(--main-color);color:#fff;font-size:28px;position:absolute;left: 0;  z-index:2;top: 50%;transform: translateY(-50%); }
.c-singale-plan img {width: 100%; height: 400px; object-fit: contain;}
.c-singale-plan .slick-next {left: inherit;right: 0px; background-color: var(--red-color)}

.c-singale-plan  .slick-next i {position: relative;left: 2px;}
.c-singale-plan .tab-content>.active{ height: auto;}

/*animites*/
.c-singale-amenities-w { padding: 40px 0; }
.c-singale-amenities-w ul { display: flex;flex-wrap: wrap;}
.c-singale-amenities-w ul li { padding: 15px; text-align: center;flex: 0 0 auto; width: calc(25% - 10px); background: #fff; border-radius: 8px; box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);
margin: 0 5px;margin-bottom: 10px;}
.c-singale-amenities-w ul li:nth-child(4n+4) { border-right: 0px; } 
.c-singale-amenities-w ul li h3 {margin-top: 8px; color: #000; font-size: 18px;font-weight: bold;line-height: normal; }
.c-singale-amenities-w ul li span img { height: 55px; }

/*location*/
.c-singale-location { padding-bottom: 40px; }
.c-singale-location h3 { margin-bottom: 15px; font-weight: bold;color: #000; font-weight: bold;font-size: 20px; }
.c-singale-location h3 span { color: var(--main-color); }
.c-singale-location iframe {box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05); border: 6px solid #fff !important;
display: block;}

/*near*/
.c-singale-near-in { padding:25px;background:url(../img/service-bg.png);background-repeat: no-repeat;
background-size: cover; margin-bottom: 40px;}
.c-singale-near-box h3 { font-weight: bold;color: var(--main-color);margin-bottom: 15px;font-size: 22px; }
.c-singale-near-box ul li{color:#000; padding-left: 18px;position: relative;font-size: 18px; font-weight: bold;margin-bottom: 7px;display: flex; justify-content: space-between; }
.c-singale-near-box ul li:after {content:""; display: block;position: absolute;
left: 0; top: 50%; transform: translateY(-50%); background: var(--main-color);
width: 10px; height: 10px; border-radius: 50%; }

/*facilities*/
.c-singale-facilities-img .col-6 {margin-top: 20px;}
.c-singale-facilities {padding-bottom: 40px;}
.c-singale-facilities-img .col-6 img,.c-singale-facilities-img .col-12 img {width: 100%;}

.c-singale-facilities-list  li {color: #000;
    background: transparent url(../img/list-bullet-icon.png) no-repeat left top 1px;
    padding-left: 42px;margin: 10px 0;font-size: 18px}
.c-singale-facilities p { margin-bottom: 10px; }
.c-singale-facilities .tab-content { margin-top: 20px; }
.c-singale-facilities .nav-tabs .nav-link {color: #000;font-weight: bold;font-size: 18px;background: #fff;border-radius: 8px;margin-right: 3px;}
.c-singale-facilities .nav-tabs .nav-link.active { background: var(--main-color); color: #fff; }

.c-singale-btn {padding-bottom: 40px;}
.c-singale-btn-in { display: flex;flex-wrap: wrap;justify-content: center; }
.c-singale-btn-in a { margin: 0 10px; }
.c-singale-btn-in a:nth-child(2) { background: #5A5957; }

.c-form-model .form-group { margin-bottom: 15px; }
.c-form-model .form-group .form-control {padding: 10px;font-size: 18px;background: #FFF9EB;border: 1px solid #9F6E1D;}
.c-form-model .btn.btn-info {transition: 0.5s; color: #fff; background: var(--main-color);border: 1px solid var(--main-color); }
.c-form-model .btn.btn-info:hover { background: var(--red-color); } 
.c-singale-page {position: relative;overflow: hidden;}
.c-singale-page .c-banner-w .c-singale-btn-in {z-index: 9;position: fixed;right: -270px;top: 360px;transform: rotate(90deg);}
.c-singale-page .c-banner-w .c-singale-btn-in  a { border-radius: 8px; }

/*inner banner*/
.c-inner-banner-w { position: relative; }
.c-inner-banner-w img { width: 100%; }
.c-inner-banner-con {width: 100%; z-index: 2; position: absolute;left: 0; top: 50%; transform: translateY(-50%); }
.c-inner-banner-con h1 { font-weight: bold;color: #fff; font-size: 40px;
text-align: center; }
.c-inner-banner-con h1 span { display: block;margin-top: 10px; }
.c-inner-banner-con h1 span strong { color: var(--main-color); }
.c-inner-banner-con ul { display: flex;flex-wrap: wrap; justify-content: center;margin-top: 15px; }
.c-inner-banner-con ul li a,.c-inner-banner-con ul li {font-weight: bold;color: #fff;}
.c-inner-banner-con ul li { padding-right: 25px;position: relative; }
.c-inner-banner-con ul li:after { content:"\f101";color: #fff; font-size: 18px;
position: absolute; right: 6px; top: 0;font-family: 'FontAwesome'; }
.c-inner-banner-con ul li:last-child {padding: 0;}
.c-inner-banner-con ul li:last-child:after { display: none; }

.c-listing-page { padding: 40px 0; }
.c-listing-page .c-project-list-con { text-align: center;background: #fff; padding: 15px; }
.c-listing-page .c-project-list-con h3 {color: #000; font-size: 20px;font-weight: bold;}
.c-listing-page .c-project-list-img img {width: 100%;}
.c-listing-page .c-project-list-con p {color: #000;} 
.c-listing-page .c-project-list-con ul li strong {color: #000;}
.c-listing-page .c-project-list-con ul li:last-child {width: 100%;}
.c-listing-page .c-project-list-con .c-btn-group a:last-child { background: #000;color: #fff; }
.c-listing-page .c-project-list-con ul li span img{-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);}
 .c-listing-page   .c-project-list-con {margin: 0px;}
 .c-listing-page  .c-project-list-box-in {box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
  border-radius: 12px;overflow: hidden; margin-bottom: 30px;}

.c-listing-page .nav-tabs { justify-content: center; border-radius: 0px;margin-bottom: 30px; }
.c-listing-page .nav-tabs li button { background: #fff;font-size: 18px;
font-weight: bold;color: #000;border-radius: 0px;padding: 10px 20px;}
.c-listing-page .nav-tabs li  button.active { background: var(--main-color);
color: #fff; }

.c-sidebar-w { padding-left: 40px; }
.c-sidebar-w .property-info-area {padding: 0;}
.c-sidebar-w .property-info-area h3 { background: #000; color: #fff;display: block;text-align: center;
padding:18px 10px;font-size: 20px;text-align: center; }
.c-sidebar-w .property-info-area .info-form form {padding: 20px; }
.c-sidebar-w .property-info-area .single-field { margin-bottom: 10px; }
.c-sidebar-w .property-info-area .btn-info {width: 100%; text-align: center;display: block;}
.c-slingale-form-2 { margin-top: 30px; }

.c-singale-page .c-btn-2 {font-size: 16px;padding: 14px 20px;margin: 0 3px;}
.c-singale-video { padding-top: 40px; }
.c-singale-video iframe { border: 8px solid #fff;box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);}
.nav-tabs { border: none !important; }
.c-singale-facilities .nav-tabs .nav-link { border: none;margin-right: 10px;box-shadow: 0 3px 10px rgb(0 0 0 / 0.3); }
.c-singale-plan .nav-tabs li  { padding: 0 5px; }
.c-singale-plan .nav-tabs li .nav-link {border: none;border-radius: 8px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.3); }
.c-calculater-tab .nav-tabs li { padding: 0 5px; }
.c-calculater-tab .nav-tabs li button {border: none;border-radius: 8px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.3); }

.c-banner-in video { width: 100%; height: 570px;object-fit: fill; }

.c-home-page .c-singale-btn-in {z-index: 9;position: fixed;right: -100px;top: 360px;transform: rotate(90deg);}
.c-home-page .c-singale-btn-in  a { border-radius: 8px; }
.c-home-page .c-banner-form { display: none; }

.c-singale-btn-in a {box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);}
.c-location-plan { border: 8px solid #fff;box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);}
.c-location-plan img {width: 100%;}

.c-listing-page-tab .nav-tabs {box-shadow:none;}
.c-listing-page-tab .nav-tabs li { margin: 0 7px;box-shadow:none; border:  none;  }
.c-listing-page-tab .nav-tabs li button {border:none; border-radius: 8px; box-shadow: 0 3px 10px rgb(0 0 0 / 0.3); margin: 0;}
.form-group { margin-bottom: 15px; }



.c-form-tab-main {padding: 20px;background: #FFF9EB; border: 1px solid #9F6E1D; }
.c-form-tab-main .form-control{box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);}

.c-form-tab-main .form-control::placeholder {opacity: 1; color: #000;}

.c-form-tab-main .form-control::-ms-input-placeholder {opacity: 1; color: #000;}
.c-form-tab-main select.form-control { background-image: url("../img/drop-down-arrow.png");
background-position:96%  50% ;background-repeat: no-repeat; }
.c-note-con p {color: #fff;font-size: 14px;line-height: 26px;margin-bottom: 5px;}
.c-note-con  {background: var(--main-color);padding: 10px;margin-bottom: 30px;padding-bottom: 49px;position: relative;border-radius: 12px;}
.c-note-con h2 {color: #fff;margin-bottom: 10px;padding-bottom: 10px;font-size: 26px;} 
.c-note-con h2:after {background-color:#fff; }



.waves{position:absolute;width:100%;height: 60px;min-height: 60px;max-height: 60px;bottom:0;left:0;}
.parallax use{animation:25s cubic-bezier(.55,.5,.45,.5) infinite move-forever}
.parallax use:first-child{animation-delay:-2s;animation-duration:7s}
.parallax use:nth-child(2){animation-delay:-3s;animation-duration:10s}
.parallax use:nth-child(3){animation-delay:-4s;animation-duration:13s}
.parallax use:nth-child(4){animation-delay:-5s;animation-duration:20s}

@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.contact_address p { padding-left: 40px; position: relative;margin-bottom: 20px; }
.contact_address p i { width: 35px; height: 35px; display: inline-flex;align-items: center;
justify-content: center;position: absolute;left: 0; top: -8px; border-radius: 50%;
background: var(--main-color);color: #fff; }


@media (max-width: 992px){ 
.c-contact-amenities li {width: 100% !important; margin: 0 !important; margin-bottom: 10px !important;}
}

.c-singale-contact-map {    box-shadow: 5px 4px 8px 6px rgb(0 0 0 / 5%);
    border: 6px solid #fff !important;
    display: block;margin-top: 30px;}

.c-el-main { display: grid;background: hsl(0 0% 6%);
  place-items: center;
  min-height: 100%; position: absolute;
left: 0; top: 0; width: 100%;}

.particles-js-canvas-el {position: absolute;left: 0; top: 0;
width: 100%; height: 100%;}

.c-about-w { background:url("../img/about-banner-2.jpg") no-repeat;
background-size: cover; padding-bottom: 0px;  }
.c-heading-1 dfn { display: block;font-style: inherit;
color:var(--red-color) ; font-size: 18px;font-weight: bold; }
.c-heading-1 { line-height: normal; }
.c-heading-1 span { text-decoration: line-through; }
.c-app-w h2 {color: #fff;}
.c-app-w h2 dfn { color: var(--main-color); }
.c-app-w  p { color: #fff; }
.c-app-w {padding: 50px 0 0;
    background-color: #090403 !important;
    background-image: url(../img/about-2-bg.png) !important;
    background-size: cover;
    position: relative;
}
.c-app-w:before {background-image: url(../img/bg-light-effect.png);
    --background-overlay: '';
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;position: absolute;
    left: 0; top: 0; content: ""; display: block;width: 100%;
    height: 100%;}
    .c-app-img { padding-left: 30px; }

    .c-why-bhushan-w { padding: 40px 0; }
    .c-why-bhushan-w h2 dfn { display: block;font-style: inherit;
color:var(--red-color) ; font-size: 18px;font-weight: bold; }

.c-app-con { margin-bottom: 30px; }
.c-book-banner .c-btn-2 { background-color: #000; }
.c-book-img { position: relative;left: 0; bottom: -20px; }
.c-book-banner .container{ position: relative; }
.c-price-box{padding: 20px; background-color: #fff;}
.bb-package-selected span {display: block;margin-top: 2px;color: #fff;display: table;font-weight: bold;font-size: 16px;padding: 10px 20px;background-color: #FF9800;line-height: 100%;margin: 0 auto;border-radius: 8px;margin-top: 8px;}
.c-accordion-bottom .c-btn-2 {font-size: 15px; padding: 12px 20px !important;line-height: 100%; }
.c-inner-banner-w img { height: 230px; object-fit: cover; }
.cp-contact-w { padding: 50px 0px; }


.cp-contact-info-box { display: flex;align-items: center;margin-bottom: 20px;}
.cp-contact-w { padding:80px 0 0; }
.cp-contact-info-box-img {width:65px; height:65px; border-radius:50%;
          background-image: radial-gradient(circle at 10% 20%, rgb(214, 40, 40) 0%, rgb(255, 195, 0) 90%);
 display: flex; align-items: center; justify-content: center;}
.cp-contact-info-box-img img {width:40px;} 
.cp-contact-info-box-con {padding-left: 20px;width:calc(100% - 80px);}
.cp-contact-info-box-con h3 {color: #da3725;font-size: 21px;margin-bottom: 9px;font-weight: 600;}
.cp-contact-info-box-con a { color:#1F0098;font-size:16px;line-height:24px;display:inline-block; }

.cp-contact-w .c-contact-form h4 {color:#1F0098;}

.cp-contact-form { padding:50px 0; background:#F0F6FB;margin-top: 40px; }

.c-map-w { border: 5px solid #FFD6A7; border-radius: 12px; }
.cp-contact-form .form-control { margin-bottom: 20px; border: 1px solid #999EFF;
padding: 12px;border-radius: 8px; }
.cp-contact-form .c-btn-2 { border:  none; }
.c-heading-new-3 { text-align: left;font-weight: bold;font-size: 25px;color: #000;margin-bottom: 20px; font-weight: bold; }
.c-heading-new-line {overflow: hidden; width: 60px;background: #ccc;border-radius: 30px;height: 3px;line-height: 100%;margin-top: 15px;}
.c-heading-new-line span {position: relative;animation:line_animation 3s infinite;  display: block;width: 50px;height: 3px;border-radius: 30px;background: rgb(158,126,35);
background: linear-gradient(90deg, rgba(158,126,35,1) 35%, rgba(241,184,8,1) 100%);line-height: 100%;}
.c-heading-new-3.text-center .c-heading-new-line { margin: 0 auto;margin-top: 10px; } 
.c-header-w-con h3 { margin-bottom: 10px; }
.c-header-w-con p { text-align: center; }
.c-header-w-con { margin-bottom: 40px; }



@keyframes line_animation {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(50px);
  }
   0% {
    transform: translateX(0);
  }

  
}
.cp-contact-form { margin: 0px; }
.cp-contact-info-box-con h4 { font-weight: bold;font-size: 15px;
color: #000; }
.cp-about-con { padding-left: 30px; }

.c-about-new  li { padding-left: 15px;margin-bottom: 10px;position: relative; }
.c-about-new  li:after {content:"";display: block;position: absolute;left: 0;top: 11px;width: 5px;height: 5px;border-radius: 50%;background:#1999E5;}
.c-about-new  p strong {color: #000;}
.c-about-new .container {position: relative;z-index: 2;}
.c-about-new.c-app-w .cp-about-con{ padding-top: 0; padding-right: 30px; }
.c-about-new.c-app-w .cp-about-con  strong {color: #fff;}

.c-traning-2 { padding: 40px 0; background-color: #fff; }
.c-recuses-w { padding: 50px 0 0px; }
.c-recuses-con { background-color: #fff;box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
padding: 20px; margin-bottom: 20px; }


.c-recuses-con ul,.c-recuses-con ul { margin-top: 15px; }
.c-recuses-con  li{position: relative; display: block;margin-bottom: 0px;
font-weight: normal;line-height: 100%;padding-left: 30px;padding-bottom: 12px;padding-top: 12px; position: relative; }
.c-recuses-con a { font-size: 18px; }
.c-recuses-con li { border-bottom: 1px solid #ccc; }
.c-recuses-con ul, .c-recuses-con  ol {
  counter-reset: item;}
.c-recuses-con ol { margin:0; padding:0;}
.c-recuses-con ul li::before,.c-recuses-con ol li::before{
  display: inline-block;
  content: counter(item) ") ";
  counter-increment: item;
  width: 2em;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 16px;
  color: #cf860c;
}

.c-recuses-con ol {counter-reset: item;}
.c-recuses-con ol li a { font-size: 16px;line-height: normal; }
.c-recuses-con  ol li a {font-size: 16px;line-height: normal;color: #091662;}

.c-recuses-con h3 {  100% }



@media only screen and (max-width:767px) {
   h4 {font-size: 17px;}
   .services-details-area h2 { font-size: 19px !important; }
  #payroll-solutions-section h2 { margin-top: 10px !important; }
  #payroll-solutions-section h3 { font-size: 15px !important }
  #payroll-solutions-section h2 { font-size: 18px !important }
  #payroll-solutions-section .hero { padding: 20px !important; }
  #payroll-solutions-section .hero h1 { font-size: 22px; }
 .cta-section h3 {color: #fff !important} 
 p { margin-left: 0 !important; margin-right: 0 !important } 
 html body h1 { font-size: 20px;line-height: normal; }
 html body h3 { font-size: 20px;line-height: normal; }
  .section-title { padding-bottom: 15px !important }
 .faq-box .title,.faq-box-area .faq-form .faq-title .title { font-size: 19px !important } 
.section-title .title { font-size: 20px; }  
#banner-slider .carousel-item {height: 200px !important;}
.header-area.header-3-area .toggler-icon { margin-left: auto;
  margin-right: auto; }
 .header-area.header-3-area .header-top { flex-direction: row; } 
.header-area.header-3-area .header-top-logo { margin-bottom: 0px; }
.header-area.header-3-area .header-top {padding: 10px;}
.header-area.header-3-area .absolute-r { margin: 0px; }
.header-area.header-3-area .navbar-toggler { margin: 0;
width: 100%; text-align: center;margin: 8px 0;         background: #ffed60;
        text-align: center;}
.header-area.header-3-area .header-top-logo img {max-height: 40px;}
.banner-content-section { padding: 40px 0; } 
.banner-content-section ul { margin: 0; margin-top: 20px; }
.banner-content-section .banner-content .title { font-size: 22px; }
.team-2-area { padding: 15px 0 30px; }
.team-img { height: auto !important; }
.section-title-2 .subtitle {font-size: 14px;}
.team-about .row.mt-5 { margin-top: 10px !important; }
#slide-head h1 { font-size: 24px; line-height: normal; }
#slide-head { padding: 50px 0  15px; }
#slide-head { height: auto !important; }
#slide-head .carousel-inner.slick-initialized.slick-slider .slick-arrow { display: none !important; }
#slide-head .carousel-inner.slick-initialized.slick-slider { height: auto !important }
.section-title .title { line-height: 100% !important;padding: 0px; }
.faq-box-area .faq-form { margin: 0px; }
.faq-box-area h3 { font-size: 18px; }
.float {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: inherit;
    top: 31px;
    right: 20px;}
.float i {
    font-size: 26px;
    margin-top: 10px;
} 
.go-top-wrap.go-top-3-wrap .go-top-btn{top: inherit;
    bottom: -21px;
    width: 30px;
    height: 30px;
    display: none;
}
.footer-area .footer-content p { font-size: 11px; }
html body .widget-visible.widget-visible { bottom: -39px !important;
transform: scale(0.8) !important; }  
.footer-area .footer-content p {font-size: 9px;
    text-align: left !important;width: 100%;} 
    .faq-accordion {padding-top: 0px;}
    .reach-us p { font-size: 13px; }

.faq-box-area .faq-form .faq-title { padding-bottom: 8px !important; }    
.services-details-area .services-details-content .services-details-thumb .title
{ font-size: 18px;line-height: normal; text-align: left; }
.main-btn1 {padding: 15px 15px;font-size: 12px;line-height: 22px;}
body { padding: 0px !important; }
.main-btn1 i { padding: 0; }
.breadcrumb-item + .breadcrumb-item::before { display: none; }
.breadcrumb { text-align: center; }
.breadcrumb-item + .breadcrumb-item { padding: 0; margin-top: 5px;
font-size: 10px; }
html body .container { padding: 0 15px !important; }
html body .content-section { background: transparent !important;box-shadow: none !important; }
html body .content-section { padding-bottom: 0 !important; margin-bottom: 0 !important }
.step { padding: 0px !important;margin: 0px !important; }
.step::before { position: static !important;font-size: 13px !important;width: 65px !important;height: 65px !important; }
.services-details-area ul, .services-details-area ol { padding: 10px 0 !important }
.page-title-area .page-title-content .title { font-size: 20px; }
.breadcrumb { display: block; }
.why-choose-area {padding: 30px 0 !important;}
#payroll-solutions-section .content-section { padding: 10px 0 !important; margin: 0 !important }
#payroll-solutions-section .hero h1 { font-size: 20px !important; }
.intro-highlight {padding: 10px !important}
#office-solutions-section h1 { font-size: 20px !important }
}

