img {
  max-width: 100%;
}

body {
  font-family: "Nunito", sans-serif;
}

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

.container_custom {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}

.container_custom .container_custom {
  max-width: 100%;
}

.headerOuter {
  position: absolute;
  width: 100%;
  padding: 19px 0;
  z-index: 2;
}

.headerOuter .innerHeader {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 290px 1fr;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerOuter .innerHeader .navInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerOuter .innerHeader .navInner ul.menu_right {
  padding: 0;
  list-style: none;
  margin: 0;
}

.headerOuter .innerHeader .navInner ul.menu_right li {
  display: inline-block;
}

.headerOuter .innerHeader .navInner ul.menu_right li a {
  color: #ffff;
  text-decoration: none;
  padding: 4px 10px 3px 10px;
  display: inline-block;
}

.headerOuter .innerHeader .navInner ul.menu_right li a.addProp {
  background: #F05A58;
  border-radius: 25px;
  padding: 7px 30px 7px 30px;
  font-weight: 600;
}

.locatioBtn {
  color: #fff;
  padding: 0 10px;
}

.bgImage {
  position: relative;
  text-align: center;
}

.bgImage .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(8, 66, 139, 0.54);
}

.inenrbanner {
  position: relative;
}

.inenrbanner .bannerdata {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

.inenrbanner .bannerdata .contentBanr {
  text-align: center;
}

.inenrbanner .bannerdata .contentBanr h1 {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.btn:hover {
  color: #ffffffcc;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tabsearch {
  margin-top: 40px;
}

.navpillOuter .nav-pills .nav-item a.nav-link {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  padding: 4px 24px 2px;
  letter-spacing: 0.8px;
}

.navpillOuter .nav-pills .nav-item a.nav-link:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -7px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F05A58;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.navpillOuter .nav-pills .nav-item a.nav-link.active {
  background: #F05A58;
}

.navpillOuter .nav-pills .nav-item a.nav-link.active:after {
  opacity: 1;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.outerSearchbox {
  background: #fff;
  padding: 8px 10px 8px 20px;
  border-radius: 50px;
}

.outerSearchbox .inputSearcGrid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 23% 27% 20%;
      grid-template-columns: 30% 23% 27% 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexSearch:nth-child(1) i {
  padding: 0 0 0 0px;
}

.flexSearch .select2-container--default .select2-selection--multiple {
  border: none;
}

.flexSearch .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  background: #fcfdff;
}

.flexSearch .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}

.flexSearch .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexSearch .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e9f2ff;
  border: 1px solid #5477a9;
  padding: 0 23px 0 11px;
  position: relative;
  border-radius: 19px;
}

.flexSearch .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  right: 5px;
}

.flexSearch .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexSearch i {
  padding: 0 0 0 5px;
}

.flexSearch i.bi {
  font-size: 24px;
  color: #F05A58;
  line-height: 22px;
}

.flexSearch i.bi.bi-search {
  color: #fff;
  font-size: 18px;
  padding: 0 4px 0 0;
}

.flexSearch .btnSubmit {
  border: none;
  background: #F05A58;
  color: #ffffff;
  padding: 7px 41px;
  font-size: 20px;
  border-radius: 29px;
}

.outerPropertyType {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  top: 43px;
  min-width: 401px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px 0 #55749d;
          box-shadow: 0px 5px 10px 0 #55749d;
}

.searchBtn {
  text-align: right;
}

.tab-content .container {
  padding: 0;
}

.flexSearch:nth-child(1) {
  border-right: 1px solid #8b8b8b;
}

.flexSearch:nth-child(2) {
  border-right: 1px solid #8b8b8b;
  position: relative;
}

.currentLocation {
  font-size: 12px;
  font-weight: 600;
  color: #00a300;
  margin: 15px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.innerLocality {
  margin-bottom: 11px;
}

.currentLocation svg {
  width: 17px;
  padding: 0 3px 0px 0;
}

.optionOuterMinMax select {
  border-color: #2e8c9e;
  border-radius: 0;
  color: #4f4f4f;
  height: 50px;
}

.optionOuterMinMax .form-group {
  display: inline-block;
  width: 49%;
}

.propertyCounter .btn {
  display: block;
  border-radius: 0;
}

.propertyCounter {
  position: fixed;
  width: 100%;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
}

.propertyCounter .btn {
  display: block;
  border-radius: 0;
  padding: 14px 0 14px 0;
}

.flexOFproertyType ul {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0 !important;
  padding: 8px 5px;
}

.flexOFproertyType ul li {
  display: inline-block;
}

.flexOFproertyType input[type="checkbox"] {
  display: none;
}

.flexOFproertyType label {
  min-width: 100px;
  padding: 4px 20px;
  margin: 5px 3px;
  text-align: center;
  border: 1px solid #7e7e7e;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  color: #000000;
}

.flexOFproertyType label img {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin-top: 13px;
  -webkit-filter: contrast(65%) brightness(140%);
          filter: contrast(65%) brightness(140%);
}

.checlable {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  letter-spacing: 0.8px;
  line-height: 17px;
}

.flexOFproertyType :checked + label {
  border-color: #ff7f7d;
  background: #ffe7e7;
}

.flexOFproertyType :checked + label img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  z-index: -1;
}

span.typeProp {
  padding: 5px 0 0 4px;
  display: inline-block;
}

.rangePriceOuter .arrow {
  color: #ccc;
  background-color: #ccc;
  display: inline-block;
  height: 1px;
  width: 12px;
  position: relative;
}

.rangePriceOuter .max_value {
  padding: 6px 6px 6px 30px;
}

.rangePriceOuter .price_Ranges {
  float: left;
  width: 50%;
}

.rangePriceOuter .price_Ranges a {
  display: block;
  text-align: left;
  padding: 6px 0 6px 0;
  color: #6f6e6e;
  font-weight: 500;
  text-decoration: none;
}

.rangePriceOuter .price_Ranges a.max_value {
  padding-right: 12px;
  padding-left: 12px;
  margin-left: 30px;
}

.rangePriceOuter .price_Ranges a.min_value {
  padding-right: 22px;
  padding-left: 12px;
}

.rangePriceOuter .price_Ranges a.disabled {
  pointer-events: none;
  cursor: default;
  color: #E5E4E2;
}

.rangePriceOuter .price_Ranges a:hover {
  background: #F05A58;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.rangePriceOuter .btnClear {
  clear: both;
  border-top: 1px solid #dadada;
  padding: 5px 0 0 0;
  text-align: center;
}

.rangePriceOuter input.inputError,
.rangePriceOuter input.inputError:focus {
  border-color: #e2231a;
  background-color: white;
  color: #e2231a;
  -webkit-box-shadow: inset 0 0 5px #F7BDBB;
          box-shadow: inset 0 0 5px #F7BDBB;
  border-radius: 0;
}

#min-max-price-range {
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.outerOurService {
  padding: 40px 0;
}

.outerOurService .headingtheame {
  text-align: center;
}

.outerOurService .headingtheame h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 55px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.outerOurService .headingtheame p {
  font-size: 16px;
  color: #555555;
  line-height: 22px;
}

.grdiOFserver {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.grdiOFserver .flexofservide {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border-radius: 10px;
  overflow: hidden;
}

.grdiOFserver .flexofservide .innerservid {
  background: rgba(31, 66, 103, 0.65);
  height: 100%;
  padding: 10px;
}

.grdiOFserver .flexofservide .flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
}

.grdiOFserver .flexofservide .flex_center .serviceContent h2 {
  font-weight: 600;
  font-size: 26px;
}

.grdiOFserver .flexofservide .flex_center .serviceContent p {
  font-size: 18px;
}

.grdiOFproperties {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.grdiOFproperties .item {
  margin: 20px 14px;
}

.innerImage {
  min-height: 241px;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 15px;
}

.featureOnprop {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.featureOnprop .tagsProp ul li {
  display: inline-block;
  color: #fff;
  background: #6747ef;
  padding: 3px 16px;
  border-radius: 24px;
  font-size: 14px;
  text-align: center;
}

.featureOnprop .favirate:hover .bi.bi-heart-fill {
  display: block;
}

.featureOnprop .favirate:hover .bi.bi-heart {
  display: none;
}

.featureOnprop .favirate i.bi {
  font-size: 29px;
  color: #F05A58;
}

.featureOnprop .favirate i.bi.bi-heart-fill {
  display: none;
}

.flexFeatureProtie {
  -webkit-box-shadow: 0 0 10px 0 #ddd;
          box-shadow: 0 0 10px 0 #ddd;
  border-radius: 15px;
}

.propertyDetail {
  padding: 10px;
}

.propertyDetail .pricePropery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.propertyDetail .pricePropery .priceProperty {
  font-size: 18px;
  color: #F05A58;
  padding: 0 0 0 5px;
  font-weight: 700;
}

.propertyDetail .propertyTitle h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.propertyDetail .propertyBy {
  padding: 10px 0;
}

.propertyDetail .propertyBy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.propertyDetail .propertyBy ul li:nth-child(3) {
  font-weight: 600;
}

.propertyDetail .propertyBy ul li:nth-child(2) {
  border: 0.7px solid #a9a9a9;
}

.propertyDetail .propertyBy ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #797979;
}

.shortAminities {
  padding: 10px 0;
}

.shortAminities ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shortAminities ul li {
  font-size: 13px;
}

.shortAminities ul li:nth-child(2) {
  border: 0.7px solid #a9a9a9;
}

.favirate {
  cursor: pointer;
}

.locationProp {
  padding: 9px 0;
  font-size: 13px;
}

.locationProp .bi {
  color: red;
}

.bgImageFeatrue {
  position: absolute;
}

.outerTopService {
    background-image: url(https://countryroof.com/media/images/5904495_new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1725px;
    margin: 0 auto;
}

.gridOuterFeature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.gridtopFeature {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  grid-gap: 50px;
  padding: 50px 0;
}

.flexinner {
  -webkit-box-shadow: 0 0 10px 0;
          box-shadow: 0 0 10px 0;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
}

.contentFeatrue h2 {
  color: #F05A58;
  font-weight: 600;
}

.contentFeatrue p {
  color: #2F5D94;
  font-size: 18px;
}

.flexFist:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexFist:nth-child(2) .titleOFinbox h2 {
  color: #fff;
  font-weight: 600;
  text-align: right;
  font-size: 43px;
}

.owl-carousel .owl-item .pricePropery img {
  max-width: 16px;
}

.mostSearchedOuter .item {
  margin: 20px 16px;
}

.mostSearchedOuter .innerProperty {
  position: relative;
}

.mostSearchedOuter .innerProperty .imagePro {
  margin-bottom: 180px;
}

.mostSearchedOuter .innerProperty .propertyDetail {
  padding: 10px;
  position: absolute;
  top: 180px;
  background: #fff;
  width: 100%;
  border-radius: 15px;
  left: 18px;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
          box-shadow: 0 0 10px 0 #ddd;
}

.mostSearchedOuter .innerProperty .propertyDetail .pricePropery .priceProperty {
  font-size: 22px;
}

.mostSearchedOuter .featureOnprop {
  padding: 5px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mostSearchedOuter .propertyBy li {
  font-size: 13px;
}

.outerOftopLoctaion {
  background: #f7f7f7;
}

.gridoFlocations {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 14px;
  padding: 30px 0;
}

.flexLocaton {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flexLocaton:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.thumbLocation {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px 0 #7a7a7a;
          box-shadow: 0 0 10px 0 #7a7a7a;
}

.outercity {
  text-align: center;
  padding: 14px 0;
}

.outercity h2 {
  font-size: 23px;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #444;
}

.gridoHotProject {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 40px 0 0;
}

.gridoHotProject .flexHotProject {
  padding: 10px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 7px 0 #bbbbbb;
          box-shadow: 0 0 7px 0 #bbbbbb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gridoHotProject .flexHotProject:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gridoHotProject .flexHotProject a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 9px;
}

.gridoHotProject .flexHotProject a .pricePropery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gridoHotProject .flexHotProject a .pricePropery .pricePropertyInr {
  font-size: 20px;
  font-weight: 700;
  color: #F05A58;
  padding: 0 0 0 5px;
}

.gridoHotProject .flexHotProject a .pricePropery svg {
  max-width: 11px;
}

.gridoHotProject .flexHotProject a .hotProjectDetail h2 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  color: #2F5D94;
}

.gridoHotProject .flexHotProject a .hotProjectDetail p {
  margin-bottom: 0;
  font-size: 13px;
  color: #444;
}

.gridoHotProject .thumbProject {
  width: 90px;
  height: 90px;
  border-radius: 9px;
  overflow: hidden;
  background-size: 100% auto !important;
  background-position: center !important;
}

.outerOfroofExpert {
  background: #ECE3C7;
}

.outerOfroofExpert .flexexpertRoof {
  background: #fff;
  padding: 10px;
  margin-top: 60px;
  border-radius: 11px;
  -webkit-box-shadow: 0 0 10px 0 #a5a5a5;
          box-shadow: 0 0 10px 0 #a5a5a5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.outerOfroofExpert .flexexpertRoof:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.outerOfroofExpert .item {
  margin: 10px 10px 20px 10px;
}

.outerOfroofExpert .expertContent {
  position: relative;
}

.outerOfroofExpert .expertContent .imgaeExert {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #ababab;
          box-shadow: 0 0 10px 0 #ababab;
  border-radius: 50%;
  padding: 5px;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  overflow: hidden;
}

.outerOfroofExpert .expertContent .innerExpert {
  text-align: center;
  padding: 41px 0 0 0;
}

.outerOfroofExpert .expertContent .innerExpert h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  color: #F05A58;
}

.outerOfroofExpert .expertContent .innerExpert p {
  font-size: 13px;
  margin-bottom: 0;
}

.outerOfroofExpert .expertContent .innerExpert ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.outerOfroofExpert .expertContent .innerExpert ul li:nth-child(2) {
  border-right: 1px solid #444;
}

.outertofFoote {
  background: #E76F51;
}

.outertofFoote .textColorWhite h2 {
  color: #fff;
}

.outertofFoote .textColorWhite p {
  color: #fff;
}

.navpillOuterFooter .nav.nav-pills .nav-item .nav-link.active {
  color: red;
  background: #fff;
}

.navpillOuterFooter .nav.nav-pills .nav-item .nav-link {
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.navpillOuterFooter {
  border-bottom: 5px solid #fff;
}

.gridOffooterTab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 11px;
}

.flexTabeContent h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.flexTabeContent ul li a {
  color: #fff;
  line-height: 31px;
  letter-spacing: 0.7px;
  font-size: 14px;
}

.outeofFooter {
  background: #172B43;
}

.outeofFooter {
  background: #172B43;
  padding: 40px 0;
  position: relative;
}

.gridFooter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 1fr 1fr 1fr;
      grid-template-columns: 33% 1fr 1fr 1fr;
  grid-gap: 10px;
}

.gridFooter .aboutcompany p {
  color: #fff;
  margin: 40px 0 20px 0;
}

.gridFooter .social li {
  display: inline-block;
}

.gridFooter .social li a.socialinner {
  width: 47px;
  height: 47px;
  background: #A6D1ED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.flexboxfooter ul li a {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
}

.flexboxfooter h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.logoSecond {
  display: none;
}

.svgImg {
  max-width: 100%;
}

.headerOuter.lightHeader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 0 10px 0 #294161;
          box-shadow: 0 0 10px 0 #294161;
}

.headerOuter.lightHeader .logo .logoFirst {
  display: none;
}

.headerOuter.lightHeader .logo .logoSecond {
  display: block;
}

.headerOuter.lightHeader .loactionall .locatioBtn {
  color: #444;
}

.headerOuter.lightHeader .innerHeader .navInner ul.menu_right li a {
  color: #444;
}

.headerOuter.lightHeader .innerHeader .navInner ul.menu_right li a.addProp {
  color: white;
}
/*# sourceMappingURL=main.css.map */
