/*--------------------------------------------------------------

    Template:  Sheltek Real Estate HTML5 Template
    Author: http://devitems.com/
    Version: 1
    Design and Developed by: http://devitems.com/

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/


  
  /* ---------------------------------------------------------------------- */
  /*  Utilities
  /* ---------------------------------------------------------------------- */
  .no-padding {
    padding: 0 !important;
  }
  
  .no-margin {
    margin: 0 !important;
  }
  
  .inline {
    display: inline;
  }
  
  .no-radius {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  
  .no-border {
    border: none !important;
  }
  
  .border-right {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: inherit;
  }
  
  .border-left {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: inherit;
  }
  
  .border-top {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: inherit;
  }
  
  .border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
  }
  
  .border-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
  
  .panel-white .border-light, .partition-white .border-light {
    border-color: rgba(0, 0, 0, 0.1) !important;
  }
  
  .border-dark {
    border-color: rgba(0, 0, 0, 0.2);
  }
  
  .panel-white .border-dark, .partition-white .border-dark {
    border-color: rgba(0, 0, 0, 0.3) !important;
  }
  
  .block {
    display: block;
  }
  
  .inline-block {
    display: inline-block;
  }
  
  .no-display {
    display: none;
  }
  
  .example {
    margin: 15px 0;
    padding: 14px 19px;
  }
  
  .space5 {
    display: block;
    margin-bottom: 5px !important;
    clear: both;
  }
  
  .space7 {
    margin-bottom: 7px !important;
    clear: both;
  }
  
  .space10 {
    margin-bottom: 10px !important;
    clear: both;
  }
  
  .space12 {
    margin-bottom: 12px !important;
    clear: both;
  }
  
  .space15 {
    margin-bottom: 15px !important;
    clear: both;
  }
  
  .space20 {
    margin-bottom: 20px !important;
    clear: both;
  }
  
  .padding-5 {
    padding: 5px !important;
  }
  
  .padding-10 {
    padding: 10px !important;
  }
  
  .padding-15 {
    padding: 15px !important;
  }
  
  .padding-20 {
    padding: 20px !important;
  }
  
  .padding-horizontal-5 {
    padding: 0 5px !important;
  }
  
  .padding-horizontal-10 {
    padding: 0 10px !important;
  }
  
  .padding-horizontal-15 {
    padding: 0 15px !important;
  }
  
  .padding-horizontal-20 {
    padding: 0 20px !important;
  }
  
  .padding-vertical-10 {
    padding: 10px 0 !important;
  }
  
  .padding-vertical-15 {
    padding: 15px 0 !important;
  }
  
  .padding-vertical-20 {
    padding: 20px 0 !important;
  }
  
  .padding-bottom-5 {
    padding: 0 0 5px 0 !important;
  }
  
  .padding-bottom-10 {
    padding: 0 0 10px 0 !important;
  }
  
  .padding-bottom-15 {
    padding: 0 0 15px 0 !important;
  }
  
  .margin-bottom-5 {
    margin: 0 0 5px 0 !important;
  }
  
  .margin-bottom-10 {
    margin: 0 0 10px 0 !important;
  }
  
  .margin-bottom-15 {
    margin: 0 0 15px 0 !important;
  }
  
  .margin-bottom-30 {
    margin: 0 0 30px 0 !important;
  }
  
  .margin-right-5 {
    margin: 0 5px 0 0 !important;
  }
  
  .margin-right-10 {
    margin: 0 10px 0 0 !important;
  }
  
  .margin-right-15 {
    margin: 0 15px 0 0 !important;
  }
  
  .margin-right-30 {
    margin: 0 30px 0 0 !important;
  }
  
  .height-155 {
    height: 155px !important;
  }
  
  .height-180 {
    height: 180px !important;
  }
  
  .height-200 {
    height: 200px !important;
  }
  
  .height-230 {
    height: 230px !important;
  }
  
  .height-250 {
    height: 250px !important;
  }
  
  .height-300 {
    height: 300px !important;
  }
  
  .height-350 {
    height: 350px !important;
  }
  
  .width-200 {
    width: 200px !important;
  }
  
  .vertical-align-bottom {
    vertical-align: bottom;
  }
  
  .text-bold {
    font-weight: bold;
  }
  
  .text-extra-small {
    font-size: 11px !important;
  }
  
  .text-small {
    font-size: 12px !important;
  }
  
  .text-large {
    font-size: 16px !important;
  }
  
  .text-extra-large {
    font-size: 18px !important;
  }
  
  h1.text-extra-large {
    font-size: 50px !important;
  }
  
  .text-azure {
    color: #00bdcc;
  }
  
  .text-orange {
    color: #f58a5c;
  }
  
  .text-green {
    color: #1fbba6;
  }
  
  .text-blue {
    color: #5f8295;
  }
  
  .text-pink {
    color: #dd5a82;
  }
  
  .text-purple {
    color: #dd5a82;
  }
  
  .text-bricky {
    color: #894550;
  }
  
  .text-yellow {
    color: #ffb848;
  }
  
  .text-red {
    color: #e66b6b;
  }
  
  .text-white {
    color: white;
  }
  
  a.text-white {
    color: rgba(255, 255, 255, 0.6);
  }
  a.text-white:hover {
    color: white;
  }
  
  .text-dark {
    color: rgba(44, 47, 59, 0.4);
  }
  
  a.text-dark:hover {
    color: rgba(44, 47, 59, 0.6);
  }
  
  .center {
    text-align: center;
  }
  
  .text-light {
    color: rgba(255, 255, 255, 0.6);
  }
  
  a.text-light:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  
  .panel-white .text-light, .partition-white .text-light {
    color: rgba(0, 0, 0, 0.3) !important;
  }
  
  .panel-white a.text-light:hover, .partition-white a.text-light:hover {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .circle-100 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 0 1px 2px #c3c3c3;
    -moz-box-shadow: 0 1px 2px #c3c3c3;
    box-shadow: 0 1px 2px #c3c3c3;
  }
  
  .circle-50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 1px 2px #c3c3c3;
    -moz-box-shadow: 0 1px 2px #c3c3c3;
    box-shadow: 0 1px 2px #c3c3c3;
  }
  
  .rate .value {
    font-size: 30px;
    font-weight: 600;
  }
  .rate i {
    vertical-align: middle;
    padding-bottom: 15px;
  }
  .rate .percentage {
    vertical-align: middle;
    font-size: 15px;
    padding-bottom: 15px;
  }
  .rate img {
    display: block;
    position: relative;
    width: 100%;
  }
  
  .overlayer {
    display: block;
    position: absolute;
    z-index: 101;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0px, #000000 100%);
    opacity: 1;
  }
  .overlayer.fullwidth {
    width: 100%;
  }
  .overlayer .overlayer-wrapper {
    display: block;
    position: relative;
    z-index: 100;
  }
  
  .bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
  }
  
  .tags {
    display: inline-block;
    background: #C2C6CD;
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 10px 18px;
    padding: 2px 10px 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    transition: all .25s linear;
    white-space: nowrap;
    line-height: 21px;
  }
  .tags:before {
    content: "";
    border-style: solid;
    border-color: transparent #c5c5c5 transparent transparent;
    border-width: 12px 13px 12px 0;
    position: absolute;
    left: -13px;
    top: 0;
    transition: all .25s linear;
  }
  .tags:hover {
    background-color: #8B91A0;
    color: #FFFFFF;
  }
  .tags:hover:before {
    border-color: transparent #8B91A0 transparent transparent;
  }
  .tags:after {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    content: "";
    height: 5px;
    left: -1px;
    position: absolute;
    top: 10px;
    width: 5px;
  }
  
  .tooltip-notification {
    cursor: pointer;
    right: 0;
    margin-top: 3px;
    padding: 5px 0;
    position: absolute;
    top: 25px;
    z-index: 10000;
  }
  .toolbar .tooltip-notification {
    top: 60px;
    right: 20px;
  }
  .tooltip-notification .tooltip-notification-arrow {
    border-width: 0 5px 5px;
    left: 80%;
    margin-left: -5px;
    top: 0;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #292B2E;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
  }
  .tooltip-notification .tooltip-notification-inner {
    background-color: #292B2E;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    line-height: normal;
  }
  .tooltip-notification .tooltip-notification-inner .message {
    color: #BFC0C1;
    font-size: 11px;
    margin-top: -4px;
  }
  .tooltip-notification .tooltip-notification-inner > div {
    width: 100px;
  }
  
  .float-none {
    float: none;
  }
  
  .background-dark {
    background: rgba(0, 0, 0, 0.2);
  }
  
  .background-light {
    background: rgba(255, 255, 255, 0.6) !important;
  }
  
  .radius-3 {
    border-radius: 3px;
  }
  
  .radius-5 {
    border-radius: 5px;
  }
  
  .radius-10 {
    border-radius: 10px;
  }
  
  .stack-right-bottom {
    left: auto !important;
    right: -0.5em !important;
    top: auto !important;
    bottom: -0.5em !important;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  }
  
  .noTransform {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  
  /*---///---///---///---///---///---///---///---///---///---
     DISPLAY RESPONSIVE
---///---///---///---///---///---///---///---///---///---*/

@media (min-width: 576px) {
  .d-sm-none {
    display : none !important;
  }
  .d-sm-inline {
    display : inline !important;
  }
  .d-sm-inline-block {
    display : inline-block !important;
  }
  .d-sm-block {
    display : block !important;
  }
  .d-sm-table {
    display : table !important;
  }
  .d-sm-table-row {
    display : table-row !important;
  }
  .d-sm-table-cell {
    display : table-cell !important;
  }
  .d-sm-flex {
    display : -webkit-box !important;
    display : -webkit-flex !important;
    display : -ms-flexbox !important;
    display :         flex !important;
  }
  .d-sm-inline-flex {
    display : -webkit-inline-box !important;
    display : -webkit-inline-flex !important;
    display : -ms-inline-flexbox !important;
    display :         inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display : none !important;
  }
  .d-md-inline {
    display : inline !important;
  }
  .d-md-inline-block {
    display : inline-block !important;
  }
  .d-md-block {
    display : block !important;
  }
  .d-md-table {
    display : table !important;
  }
  .d-md-table-row {
    display : table-row !important;
  }
  .d-md-table-cell {
    display : table-cell !important;
  }
  .d-md-flex {
    display : -webkit-box !important;
    display : -webkit-flex !important;
    display : -ms-flexbox !important;
    display :         flex !important;
  }
  .d-md-inline-flex {
    display : -webkit-inline-box !important;
    display : -webkit-inline-flex !important;
    display : -ms-inline-flexbox !important;
    display :         inline-flex !important;
  }
}
.d-flex {
  display : -webkit-box !important;
  display : -webkit-flex !important;
  display : -ms-flexbox !important;
  display :         flex !important;
}

.justify-content-start {
  -webkit-box-pack : start !important;
  -webkit-justify-content : flex-start !important;
  -ms-flex-pack : start !important;
          justify-content : flex-start !important;
}

.justify-content-end {
  -webkit-box-pack : end !important;
  -webkit-justify-content : flex-end !important;
  -ms-flex-pack : end !important;
          justify-content : flex-end !important;
}

.justify-content-center {
  -webkit-box-pack : center !important;
  -webkit-justify-content : center !important;
  -ms-flex-pack : center !important;
          justify-content : center !important;
}

.justify-content-between {
  -webkit-box-pack : justify !important;
  -webkit-justify-content : space-between !important;
  -ms-flex-pack : justify !important;
          justify-content : space-between !important;
}

.justify-content-around {
  -webkit-justify-content : space-around !important;
  -ms-flex-pack : distribute !important;
          justify-content : space-around !important;
}

.align-items-start {
  -webkit-box-align : start !important;
  -webkit-align-items : flex-start !important;
  -ms-flex-align : start !important;
          align-items : flex-start !important;
}

.align-items-end {
  -webkit-box-align : end !important;
  -webkit-align-items : flex-end !important;
  -ms-flex-align : end !important;
          align-items : flex-end !important;
}

.align-items-center {
  -webkit-box-align : center !important;
  -webkit-align-items : center !important;
  -ms-flex-align : center !important;
          align-items : center !important;
}

.align-items-baseline {
  -webkit-box-align : baseline !important;
  -webkit-align-items : baseline !important;
  -ms-flex-align : baseline !important;
          align-items : baseline !important;
}

.align-items-stretch {
  -webkit-box-align : stretch !important;
  -webkit-align-items : stretch !important;
  -ms-flex-align : stretch !important;
          align-items : stretch !important;
}

.align-content-start {
  -webkit-align-content : flex-start !important;
  -ms-flex-line-pack : start !important;
          align-content : flex-start !important;
}

.align-content-end {
  -webkit-align-content : flex-end !important;
  -ms-flex-line-pack : end !important;
          align-content : flex-end !important;
}

.align-content-center {
  -webkit-align-content : center !important;
  -ms-flex-line-pack : center !important;
          align-content : center !important;
}

.align-content-between {
  -webkit-align-content : space-between !important;
  -ms-flex-line-pack : justify !important;
          align-content : space-between !important;
}

.align-content-around {
  -webkit-align-content : space-around !important;
  -ms-flex-line-pack : distribute !important;
          align-content : space-around !important;
}

.align-content-stretch {
  -webkit-align-content : stretch !important;
  -ms-flex-line-pack : stretch !important;
          align-content : stretch !important;
}

.align-self-auto {
  -webkit-align-self : auto !important;
  -ms-flex-item-align : auto !important;
          align-self : auto !important;
}

.align-self-start {
  -webkit-align-self : flex-start !important;
  -ms-flex-item-align : start !important;
          align-self : flex-start !important;
}

.align-self-end {
  -webkit-align-self : flex-end !important;
  -ms-flex-item-align : end !important;
          align-self : flex-end !important;
}

.align-self-center {
  -webkit-align-self : center !important;
  -ms-flex-item-align : center !important;
          align-self : center !important;
}

.align-self-baseline {
  -webkit-align-self : baseline !important;
  -ms-flex-item-align : baseline !important;
          align-self : baseline !important;
}

.align-self-stretch {
  -webkit-align-self : stretch !important;
  -ms-flex-item-align : stretch !important;
          align-self : stretch !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display : none !important;
  }
  .d-lg-inline {
    display : inline !important;
  }
  .d-lg-inline-block {
    display : inline-block !important;
  }
  .d-lg-block {
    display : block !important;
  }
  .d-lg-table {
    display : table !important;
  }
  .d-lg-table-row {
    display : table-row !important;
  }
  .d-lg-table-cell {
    display : table-cell !important;
  }
  .d-lg-flex {
    display : -webkit-box !important;
    display : -webkit-flex !important;
    display : -ms-flexbox !important;
    display :         flex !important;
  }
  .d-lg-inline-flex {
    display : -webkit-inline-box !important;
    display : -webkit-inline-flex !important;
    display : -ms-inline-flexbox !important;
    display :         inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display : none !important;
  }
  .d-xl-inline {
    display : inline !important;
  }
  .d-xl-inline-block {
    display : inline-block !important;
  }
  .d-xl-block {
    display : block !important;
  }
  .d-xl-table {
    display : table !important;
  }
  .d-xl-table-row {
    display : table-row !important;
  }
  .d-xl-table-cell {
    display : table-cell !important;
  }
  .d-xl-flex {
    display : -webkit-box !important;
    display : -webkit-flex !important;
    display : -ms-flexbox !important;
    display :         flex !important;
  }
  .d-xl-inline-flex {
    display : -webkit-inline-box !important;
    display : -webkit-inline-flex !important;
    display : -ms-inline-flexbox !important;
    display :         inline-flex !important;
  }
}

  
  /*---///---///---///---///---///---///---///---///---///---
    16. SERVICE CSS START
---///---///---///---///---///---///---///---///---///---*/
.at-service-sec {
  padding: 100px 0px 50px;
}
.at-service-content {
  margin-bottom: 50px
}
.at-service-content h2 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.at-service-content h2 span {
  color: #bbd700;
}
.at-service-item {
  margin-bottom: 50px;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.at-service-icon {
  width: 70px;
  height: 70px;
  margin: auto;
  text-align: center;
  border: 2px solid #111111;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-service-item:hover .at-service-icon {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  border-right: 2px solid #bbd700;
  border-left: 2px solid #bbd700;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-service-icon i {
  color: #bbd700;
  font-size: 40px;
  line-height: 70px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.at-service-item:hover .at-service-icon i {
  color: #111111;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.b_in input,.b_in select, .b_in .dropdown-toggle {color:#999 !important;background: transparent;border-radius: 4px;}
.find-home-box{background: rgba(24, 24, 24, 0.7) none repeat scroll 0 0;}


/************* SECTION SERVICE **********************/
/*== Why Choose Us ==*/
.at-service{
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 50px 41px 30px 41px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.at-service:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.at-service .icon{
  background-color: #ffe8e9;
  border-radius: 50%;
  height: 130px;
  line-height: 130px;
  margin: 0 auto;
  width: 130px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.at-service:hover .icon{
  background-color: #bbd700;
}
.at-service:hover .icon span{
  color: #ffffff;
}
.at-service .icon span{
  color: #bbd700;
  font-size: 68px;
  line-height: 130px;
}
.at-service .details{
  margin-top: 50px;
}
.at-service .details h4{
  
  color: #484848;
  font-weight: bold;
}
.at-service .details p{
  font-size: 14px;
  
  line-height: 1.714;
}
.at-service.style2{
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.at-service.style2 .icon{
  background-color: #f7f7f7;
}
.at-service.style2:hover:before{
  background-color: #bbd700;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.at-service.style2:hover .icon{
  background-image: -moz-linear-gradient( 0deg, rgb(174, 181, 132) 0%, rgb(187, 215, 0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(174, 181, 132) 0%, rgb(187, 215, 0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(174, 181, 132) 0%, rgb(187, 215, 0) 100%);
}

/* ***************************************************** */

.skill-home{position: relative;z-index: 9;}
.c1{
border: #ed5441 1px solid;
background:#ed5441;
}
.c2{
border: #24c4db 1px solid;
background:#24c4db;
}
.c3{
border: #1891EC 1px solid;
background:#1891EC;
}
.c4{
border: #609cec 1px solid;
background:#609cec;
}
.skill-home .icons {padding: 20px;width: 94px;/* height: 94px; */color: #fff;
    font-size: 42px;font-size: 38px;text-align: center;
    -ms-border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 0;
    display: inline-table;color: #00afef;background: transparent;border-radius: 0;
    background: #ffffff;border: none;width: 100%;border: 1px solid #ffffff;
    box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.28);border-bottom: 2px solid #3e4095;}
.skill-home h2 {
padding-top: 20px;
font-size: 36px;
font-weight: 700;
} 
.box-area{padding: 15px;background: #f7f7f7;/* margin-top: -21px; */
  border: none;color: #616161;font-size: 13px;
  box-shadow: 0px -2px 1px rgba(0, 0, 0, 0.39);
  border-bottom: 1px solid #e5e5e5;height: 121px;}
.box-area h3{font-size: 16px;font-weight: 700;color: #000;text-transform: uppercase;}