.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 0 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 

}


.homes .header.bgcolor nav {
    width: 80%;
}
.homes .header.bgcolor nav ul {
    justify-content: flex-end;
}
.homes .header.bgcolor header nav ul li a.border {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
}
.homes .header.bgcolor header nav ul li a.border:hover {
       background-color: #000;
    color: #fff;
}

.logo img {
    max-width: 160px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.inner .header header nav ul li a.border:hover{
    background-color: #000;
    color: #fff;
}
.logo a {
    display: block;
}


header {

    padding: 30px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 2;
}
.header header nav ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: var(--bg-color);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header header nav ul li a:hover:after { 
  width: 100%; 
  left: 0; 
}

.header-btn a:hover {
    background-color: var(--ligttextcolor);
    color: var(--secondcolor);
}


a.btn:hover {
    background-color: var(--ligttextcolor);
    color: var(--secondcolor);
}
header nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: center;
}
header nav ul li {
    list-style: none;
    position: relative;
}
.header header nav ul li a {
    padding: 10px 2px;
    color: var(--secondmaincolor);
    text-decoration: none;
    display: block;
    font-size: 1.3em;
    font-family: var(--font-one);
    white-space: nowrap;
    font-weight: 500;
    position: relative;
    margin: 0 15px;
}

.header header nav li:hover > ul {
    display: block;
    position: absolute;
    top: 100%;
    left: -10px;
    width: 250px;
    text-align: left;
   
}

.header header nav li > ul {
    list-style-type: none;
    display: none;
}

.header header nav li ul li a {
    padding: 15px;
    color: #fff;
}
a.btn.outline-black:hover {
    background-color: #000;
    color: #fff;
}
a.btn.fill-black:hover{
    color: #000;
    border: 1px solid #bcb5b5;
    background-color: transparent;
}
.header header nav li ul li:nth-child(odd) a {
    background: var(--primary-color);
}
.header header nav li ul li:nth-child(even) a {
    background: rgb(250, 159, 191);
    
}
.header header nav li ul li a::after {
    display: none;
}

header nav .contact-sec {
    display: none
}

.menu-toggle {
    color: #FFF;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;

}
.header.bgcolor .logo {

     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header.bgcolor .logo img {
    max-width: 130px;
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 15px 0;
}
.header.bgcolor {
    background-color: var(--maincolor);
    padding: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 50px #00000015;
}
.header.bgcolor header {
    padding: 5px 0 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.header header nav ul li a.hover {
    position: relative;
}
.header header nav ul li a.hover::after {
    content: '';
    position: absolute;
    width:0; 
    height:0;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
    top: 45%;
    right: 0%;
}
.top-header {
    background-color: var(--secondcolor);
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header.bgcolor .top-header {
 
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.call a {
   display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
}
.map-sec span {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  display: block;
    padding: 0 10px 0 0;
    opacity: 0.8;
}
.map-sec ul li a img {
    padding: 0 0 0 8px;
}
.top-sec {
    display: flex;
  justify-content: space-between;
  align-items: center;
}
.map-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.map-sec ul {
    display: flex;
}
.logo {
    width: 17%;
}
nav {
    width: 68%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-btn {
     width: 15%;
    display: flex;
    justify-content: flex-end;
}

