/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/


/*side fixed button*/
.whatsapp-button-fixed {
    position: fixed;
    bottom: 70px;
    right: 5px;
    z-index: 999;
    max-width: 50px;
}

.whatsapp-button-fixed a.quote {
    padding: 9px 14px;
    background: #2859bf;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
}
.whatsapp-button-fixed a.phone {
    padding: 7px 15px;
    background: #ff5e14;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-block;
}


.whatsapp-button-fixed img {
    width: 100%;
}


  /*welcome_sec*/
.welcome_sec{
  background-image: url('../images/gallery/pic1.jpg');
  background-attachment: fixed;
  width:100%;
  height: auto;
  background-size: cover;
  padding:20px 0;
  background-color:#000000b8;
  background-blend-mode: overlay;

}
.welcome_sec .welcome_content h2{
  color:#fff;
}
.welcome_sec .welcome_content p{
  color:#fff;
  padding-bottom:10px;
}


/*location */
/* extra location footer css */
.ed-heading-top{
    width: 100%;
    padding: 30px 0;
    margin-top: 0px;
}
.ed-heading-top h3{
    text-align: center;
    margin: 0px 0 65px 38px;
    font-weight: 600;
    font-size: 40px;
    color: black
}
.ed-heading-top .location-content ul{
    list-style-type: none;
}

.ed-heading-top .location-content ul li{
         padding: 10px;
    margin: 5px;
    font-weight: 600;
    font-size: 18px;
    color: mintcream;
    text-align: center;
    background-color: #2859bf;
    border-radius: 3px;
   /* border-left: 8px solid #ff5e14;*/
     
}
.track-section{
    padding: 60px 0 70px;
    background: url(../images/slider/slide2.jpg) no-repeat center center / cover;
    background-color: #0000009e;
    background-blend-mode: overlay;
}

.track-section .track form {
    position: relative;
}
.track-section .track button {
    background:#34ccff;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    left:15px;
    top: 0;
    width: 200px;
    height: 50px;
    transition: all .3s;
}
.track-section .track button:hover{
  background:#31b5e1;
}
.track-section .track input {
    background: #fff;
    height: 50px;
    font-size: 17px;
    color: #333;
    padding: 6px 80px 6px 30px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
 border-radius:0px;
}