h1 {
    font-size: 37px;
    font-weight: 900;
    width: 414px;
    letter-spacing: 0.040em;
    border: 1px solid rgba(47, 46, 47, 0.59);
}

/* .navactive{
   border-bottom: 1px solid #96E16B;
} */
p.desc-text{
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}
.text-content.container {
    margin-top: 65px;
    margin-bottom: -51px;
}
.right-text p{
    text-align: left !important;
    border-bottom: 1px solid;
    padding: 10px 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
.img-section-space {
    margin-top: 5px;
}
.fa-2x{
    padding-top: 5px;
}
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoonacfe.eot?-yinaf8');
    src:url('../fonts/icomoond41d.eot?#iefix-yinaf8') format('embedded-opentype'),
    url('../fonts/icomoonacfe.woff?-yinaf8') format('woff'),
    url('../fonts/icomoonacfe.ttf?-yinaf8') format('truetype'),
    url('../fonts/icomoonacfe.svg?-yinaf8#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
    content: "\e600";
}

.icon-github:before {
    content: "\e601";
}  

.icon-twitter:before {
    content: "\e602";
}

.icon-linkedin:before {
    content: "\e603";
}

.carousel-slide{
    float: right !important;
    margin-right: -15px;
} 

li.item{
    position: relative; 
    width: 100%; /* for IE 6 */

    background: rgba(211, 15, 34, 1);
}

.icon_knife {
    width: 40px;
    height: 20px;
    margin: 30px auto;
    opacity: 0.8;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAgODUuMyI+PHBhdGggZD0iTTI5OC43IDEyLjZDMjk3LjUgNS41IDI4OC43IDEgMjgzLjEgMWwtODcuOSAwLjNMMzAuNiAxLjVjLTE0LjQgMC0yNS4xIDgtMjUuNSA4LjNsLTUuNCA0bDMuNyA1LjkgYzI1LjkgNDAuOSA3MSA1Ni4zIDEwNC4zIDYyLjFjMzkuMiA2LjcgNzUgMi42IDg4LjMtMS42YzQuMy0xLjQgOC40LTMuMyA5LjMtOGwwLjEtMS4xbDAtMC42YzAtMi4zLTAuNy00LjctMS44LTguNSBjLTAuMi0wLjgtMC41LTEuOC0wLjktM2MtMS4zLTQuMi0zLjQtMTEuMy00LjUtMTYuOGMzLjMtMS4xIDUuOC0xLjggNi42LTEuOWMxLjUgMCA4IDEuNyAxMy40IDMuNmwwLjUgMC4ybDAuNSAwLjEgYzIgMC4zIDEyLjEgMS43IDE2LjQgMS43YzQuMSAwIDEzLjEtMS40IDE1LjctMS45bDAuNC0wLjFsMC40LTAuMWM1LjgtMS45IDEwLjktMy4zIDEyLjYtMy42YzAuOSAwLjMgMi45IDEuMiA1IDIuNCBjMC40IDAuMyAwLjkgMC42IDEuNCAwLjhsMSAwLjZsMS4yIDBsNi4yLTAuNWMwLjIgMCAwLjQgMCAwLjYtMC4xbDguOC0xLjRjNC4yLTEuNyA3LjktNC4yIDkuOC03LjRsMC40LTAuN2wwLjItMC43IGMwLjUtMi4xIDAuOC01LjYgMC44LTkuMUMzMDAgMTcuOCAyOTkuMiAxNC40IDI5OC43IDEyLjZ6Ii8+PC9zdmc+) no-repeat center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transformm;
}

.icon_knife:hover {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/bg.png') repeat center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    background-position: center;
    min-width: 1260px;
}

.clear::after {
    content: "";
    display: table;
    clear: both;
}

h1, h2, p, span, a {
    font-family: "museo-sans", helvetica, sans-serif;
    color: #2f2e2f;
    margin: 0;
    padding: 0;
}

.limit {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.color_animation {
    text-decoration: initial;
    /* word-spacing: 5px; */
    margin-right: -30px;
    margin-left: -30px !important;
    color: #002A3C !important;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    border-bottom: 2px solid #ffffff;
}
.color_animation:hover {
   border-bottom: 2px solid #002A3C;
}


.lunbo {
    position: relative;
    height: 700px;
    width: 100%;
    /* border: 1px solid; */
    /* margin: 100px auto; */
}

.lp{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lunbo i {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.lunbo i:nth-child(1) {
    background-color: #14B0A6;
}

.lunbo i:nth-child(4) {
    margin-right: 0;
}





/*========================
    NAV
=========================*/
div#bs-example-navbar-collapse-1 {
    height: 368px;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
}
.navbar-brand{
    font-family: 'Pacifico', cursive;
    font-size: 34px !important;
    text-decoration: none;
    color: 002A3C !important;
}

nav {
    width: 100%;
    display: flex;
    top: 45px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    min-width: 1260px;
    margin: 0px auto;
}

.nav li ul.nav2 {
    display: none;
}

.nav li:hover ul.nav2 {
    display: block;
    border-radius: 18px;
    background-color: #14B0A6;
    height: 35px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    transform: translate(-50%, 0%);
}

.nav li ul.nav2 li {
    margin-right: 10px;
    margin-left: 10px;  
    float: left;
    position: relative;
    display: inline-block;    
}

.nav li ul.nav2 li a {
    color: #ffffff;
    position: relative;
    display: block;     
    float: left;  
    opacity: 0.5;
    text-decoration: none;
    line-height: 32px;
}

.nav li ul.nav2 li a:hover {
    color: #ffffff;
    opacity: 1;
}

nav .container {
    background: #ffffff !important;
    border-radius: 30px;
    box-shadow: 0px 5px 2px 0px rgba(0,0,0,0.3);
    font-size: 18px;
    color: #002A3C !important;
    width: 70%;
    min-width: 900px;
    text-align: center;
}

.nav_button {
    float: right;
    background: #14B0A6;
    color: #ffffff;
    height: 50px;
    width: 24px;
    font-size: 10px;
    border-radius: 12px;
    margin-right:18px;
    margin-top: 5px;
}

.nav_button div {
    line-height: 8px;
}

.nav_button a {
    color: #ffffff;
    text-decoration-line: none;
}

.nav_button a.oop {
    color: #ffffff;
    text-decoration-line: none;
    opacity: 0.5;
}
.nav_button a.oop:hover {
    color: #ffffff;
    text-decoration-line: none;
    opacity: 1;
}

li{
    color: white !important;
    /*padding-left: 10px;*/
    /* word-spacing: 5px !important; */
}

.brand_01 {
    background: url('../images/brand_03.png') repeat-x center center;
    background-size: contain;
    text-align: left;
    background-position: left;
    /* height: 95%; */
    border-radius: 0px 0px 20px 0px;
}

.brand_01 img {
    width: 73%;
    margin-top: 5.7%;
}

.brand_02 {
    background: #ffffff;
    border-radius: 20px;
    margin-left: -12%;
    padding-bottom: 3%;
}

.brand_02 img {
    width: 45%;
    margin-top: 12%;
}

.idea {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/idea_01.png') repeat-x center bottom;
    background-size: 70%;
}

.idea_01 {
    float: right;
}

.idea_01 img {
    width: 75%;
    margin-right: -28%;
}

.idea_02 img {
    width: 60%;
    margin-top: 10%;
    margin-left: 25%;
}
.idea_02 .ttw {
    margin-left: 33%;
    margin-top: 6%;
    width: 50%;
    text-align: left;
    color: #231815;
    font-family: HarmonyOS Sans;
    font-size: 0.8em;
    line-height: 1.5em;
}
.idea_02s img {
    width: 50%;
    margin-top: 15%;
    margin-left: 30%;
}
.idea_02s .ttw {
    margin-left: 40.5%;
    margin-top: 8%;
    width: 50%;
    text-align: left;
    color: #231815;
    font-family: HarmonyOS Sans;
    font-size: 0.8em;
    line-height: 1.5em;
}
.idea_04 img {
    width: 78%;
    margin-left: -22%;
}

.idea_05 img {
    width: 43%;
    margin-right: 26%;
    margin-top: 15%;
}

.idea_05 .ttw5 {
    margin-left: 15.5%;
    margin-top: 8%;
    width: 50%;
    text-align: left;
    color: #231815;
    font-family: HarmonyOS Sans;
    font-size: 0.8em;
    line-height: 1.5em;
}

.idea3 {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/mm.png') repeat-x center bottom;
    /* background-color: #002A3C; */
    background-size: 70%;
    text-align: center;
}

.idea3_1 img {
    width: 100%;
    /* margin-top: -3%; */
}

.idea3_2 img {
    width: 72%;
    margin-top: 3.5%;
}

.idea3_2_en img {
    width: 70%;
    margin-top: 2.5%;
}

.residential01 img {
    width: 70%;
}
.residential02 {
    background: #14AFA5;
    border-radius: 10px 10px 0px 0px;
    margin-top: 0.7%;
}
.residential02 img {
    width: 24.6%;
    margin-top: 1.5%;
}
.residential03 img {
    width: 21.6%;
    margin-top: 1.5%;
    margin: 3.5% 1% 1% 1%;
}
.residential04 img {
    width: 70%;
}
.residential04s img {
    width: 60%;
}
.residential041 img {
    width: 50%;
}
.residential042 img {
    width: 40%;
}
.residential043 img {
    width: 60%;
}

.hotel img {
    width: 20.6%;
    margin-top: 3.5%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 3%;
}

.service {
    border-radius: 10px;
    border: 2px #14AFA5 solid;
    height: 85%;
    margin-left: 7%;
    margin-right: 7%;
    width: 86%;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center;
}
.service img {
    width: 80%;
    text-align: center;
    /* margin-top: 5%; */
}
.service01 {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/service01bg.png') repeat-y left center;
    background-size: 80%;
}
.service01 img {
    width: 80%;
    margin-top: 16%;
    margin-left: 15%;
}
.service01s {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/service01bg.png') repeat-y left center;
    background-size: 80%;
}
.service01s img {
    width: 80%;
    margin-top: 24%;
    margin-left: 25%;
}
.service011 img {
    width: 60%;
    margin-top: 2.6%;
    margin-left: 17%;
}
.service02 {
    background: url('../images/service01bg.png') repeat-y right center;
    background-size: 80%;
}
.service02 img {
    width: 90%;
    margin-top: 15%;
    margin-left: -27%;
}
.service022 img {
    width: 60%;
    margin-top: 5.5%;
    margin-left: -21%;
}
.services {
    border-radius: 10px;
    border: 2px #14AFA5 solid;
    height: 85%;
    margin-left: 7%;
    margin-right: 7%;
    width: 86%;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center;
}
.services img {
    width: 45%;
    text-align: center;
    /* margin-top: 2.5%; */
}
.services_en {
    border-radius: 10px;
    border: 2px #14AFA5 solid;
    height: 85%;
    margin-left: 7%;
    margin-right: 7%;
    width: 86%;
}
.services_en img {
    width: 45%;
    text-align: center;
    margin-top: 4.5%;
}
.service03 {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/service01bg.png') repeat-y left center;
    background-size: 80%;
}
.service03 img {
    width: 80%;
    margin-top: 9%;
    margin-left: 20%;
}
.service033 img {
    width: 60%;
    margin-top: 4.5%;
    margin-left: 17%;
}
.service03_1 {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/service01bg.png') repeat-y right center;
    background-size: 80%;
}
.service03_1 img {
    width: 100%;
    margin-top: 5%;
    margin-left: -30%;
}
.service03_11 img {
    width: 65%;
    margin-top: 6%;
    margin-left: -21%;
}
.service03_2 img {
    width: 65%;
    margin-top: 5%;
}
.service03_21 img {
    width: 30%;
    margin-top:24%;
}
.service03_21s img {
    width: 42%;
    margin-top:24%;
}
.service03_22 img {
    width: 95%;
    margin-top: 4%;
    margin-left: -53%;
}
.service03_3 {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/service01bg.png') repeat-y left center;
    background-size: 80%;
}
.service03_3 img {
    width: 80%;
    margin-top: 8%;
    margin-left: 20%;
}
.service03_31 img {
    width: 69%;
    margin-top: 0%;
    margin-right: -14.2%;
}
.service04 {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/idea_01.png') repeat-x center bottom;
    background-size: contain;
    text-align: center;
}
.service04_1 img {
    width: 70%;
}
.service04_2 img {
    width: 40%;
    margin-top: -9%;
    margin-left: -36%;
}
.service04_2s img {
    width: 40%;
    margin-top: -7%;
    margin-left: -36%;
}
.service05 {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/service05_bg.png') repeat-y right center;
    background-size: 25%;
}
.service05 img {
    width: 40%;
    margin-top: -8%;
}
.service055 img {
    width: 62%;
    margin-top: 18%;
}
.group {
    background: url('../images/brand_03.png') repeat left center;
    background-size: contain;
    margin-left: 14%;
    border-radius: 30px 0px 0px 30px;
}
.group1 img {
    width: 105%;
    margin-top: 12%;
    margin-left: 15%;
}

.group2 img {
    width: 34%;
    margin-right: -16%;
}
.groups {
    background: url('http://kwahdownload.oss-cn-shanghai.aliyuncs.com/wy/images/group_bg.png') no-repeat right center;
    background-size: contain;
}
.groups1 img {
    width: 75%;
    margin-top: 3%;
    margin-left: 25%;
}
.groups2 img {
    width: 80%;
    margin-top: 8%;
    margin-left: -5%;
}
.contact01 {
    background: url('../images/contact01.png') repeat-x center center;
    background-size: contain;
}
.contact011 img {
    width: 75%;
    margin-top: 9%;
    margin-left: 10%;
}

.bt_all {
    width: 70%;
    min-width: 540px;
    height: 100px;
    border-bottom: 1px solid #002A3C;
    text-align: left;
    display: block;
}
.bt_left {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7em;
}
.bt_left span {
    font-size: 20px;
    font-family: HarmonyOS Sans;
    font-weight: bold;
    line-height: 96px;
}
.bt_right {
    width: 84%;
    display: inline-block;
    color: #231815;
    font-family: HarmonyOS Sans;
    font-size: 0.8em;
    text-align: left;
    vertical-align: middle;
}

#slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
  }
  
  #slider ul {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  
  #slider ul li {
    width: 100%;
    height: 100%;
    float: left;
  }
  
  #slider ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }





/*========================
INTRO CONTAINER
=========================*/
.starter_container {
    padding: 0;
    min-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.follow_container {
    width: 100%;
    position: absolute;
    /* background: url('../images/index.png') no-repeat center center; */
    background-size: contain;
    text-align: center;
    background-position: center;  
    vertical-align: middle;
    min-width: 1260px;
    padding-top: 75px;
    height: 100%;
}
.follow_container img {
    width: 80%;
}
.follow_container .aa {
    display: grid;
}
.follow_container .aa img {
    width: 63%;
    margin-top: -5.8%;
    margin-left: 12.7%;
}
.follow_container .bb{
    padding-top: 6px;
}
.follow_container .bb img {
    width: 0.9%;
    /* padding-top: 6px;
    line-height: 0.8rem; */
}
.follow_container .bb a {
    color: #A0A0A0;
    font-size: 0.75rem;
}

.navbar-default {
    border: 0 !important;
}

.starter_follow {
    display: inline-block;
    width: 80%;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
}
.top-title{
    color: white;
    font-family: 'Playball', cursive;
    font-size: 120px;
    font-weight: 400;
 }
.second-title {
    font-weight: lighter; 
    font-size: 30px; 
    font-style: italic; 
    text-transform: capitalize;
}

.white{
    color: white;
}

/* ========================
    IMAGE INTRO BANNER CONTENT
   =========================*/

.background_content {
    position: relative;
    top: 0px;
    width: 100%;
    height: 350px;
    background-color: white;
    margin: 0 auto 0 auto;
    z-index: 98;
    text-align: center;
}

.background_content h1 {
    font-size: 3em;
    width: 60%;
    position: relative;
    top: 24%;
    color: white;
    padding: 0;
    border: 0;
    display: inline-block;
}

.background_content h1 span {
    color: white;
    border-bottom: 8px solid #fff;
}

.beer.background_content{
    background: url('../images/beer.jpg') no-repeat center center; 
    background-size: cover;
    background-position: 70% 50%;
}

.bread.background_content{
    background: url('../images/bread.jpg') no-repeat center center; 
    background-size: cover;
    background-position: 70% 50%;
}
 .featured.background_content{
    background: url('../images/featured.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
 .pricing.background_content{
    background: url('../images/pricing.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.reservation.background_content{
    background: url('../images/reservation-seat.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bread.background_content{
    background: url('../images/breakfast.jpg') no-repeat center center; 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/*========================
DESCRIPTION BODY CONTENT
=========================*/
.description_content {
    padding: 50px 0;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: 99;
    position: relative;
    text-align: center; 
    /* background: url('../images/bg.png') repeat center center; */
    /* background-size: contain; */
    text-align: center;
    background-position: center;
}
.description_body {
    margin: 45px auto;
    max-width: 300px;
}
h1 {
    font-size: 28px;
    font-weight: 900;
    width: 225px;
    letter-spacing: 0.040em;
    border: 8px solid #2f2e2f;
    display: inline-block;
    padding: 7px 16px;
    margin: 0;
}
/*========================
IMAGE DESCRIPTION BODY CONTENT
=========================*/
.picture_content {
    display: none;
}
/*========================
FIRST FOOTER CONTENT
=========================*/
.first_footer {
    background-color: #1e1e1e;
    text-align: center;
}
.social_heading,
.social_info {
    display: block;
}
.social_heading {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.040em;
    color: #63C85D;
    text-align: center;
    margin: 40px 0 0 0;
}
.social_info, 
.social_icons {
    margin: 18px 0 50px 0;
}

.social_info a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.200em;
    line-height: 1.400em;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    width: 210px;
}

.social_info a:hover {
    color: #6c8f34;
}

.social_icons {
    padding: 0;
}

.social_icons li {
    list-style: none;
    display: inline-block;
    padding: none;
}

.social_icons li:nth-child(1),
.social_icons li:nth-child(2),
.social_icons li:nth-child(3) {
    margin: 0 50px 0 0;
}
.social_icons li a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.social_icons li a:hover {
    color: #6c8f34;
}

.direction a{
    color: white !important;
}

/*========================
SECOND FOOTER CONTENT
=========================*/

footer.sub_footer {
    background-color: #1C1C1C;
    padding: 20px;
}

p.sub-footer-text{
    color: #6B6B6B;
}

p.sub-footer-text a{
    color: #BDBDBD;
    text-decoration: none;
}

/*Contact */

.contact-text{
    margin:45px auto;
}
/* Contact Form */
#contact .contact-form{
    margin: 0 auto;
    padding:25px 25px 0px 25px;
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
    /* -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.2); */
}

.mail-message-area{
    width:100%;
    padding:0 15px;
}

.mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
}

.not-visible-message{
    height:0px;
    opacity: 0;
}

.visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
}

.inner.contact {
    padding: 50px 0;
}

/* Input Styles */

.form{
    width: 100%;
    padding: 16.94px;
    /* background:#E2E2E2; */
    border: 1px solid rgba(13, 12, 12, 0.23);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.form:hover{
    border:1px solid #8BC3A3;
}

.form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
}

.textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
} 
/* Generic Button Styles */
.button{
    padding:8px 12px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}

.button:hover{
    background:#8BC3A3;
    color:white;
}

/* Send Button Styles */

.form-btn{
    width:180px;
    display: block;
    float: left;
    height: auto;
    padding:15px;
    color:#fff;
    background:rgba(80, 160, 108, 1);
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto !important;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    text-align: center;
}
.form-btn:hover{
    background: rgba(85, 184, 120, 1);
    color: white;
    border:none;
}

.form-btn:active{
    opacity: 0.9;
}

div.fa {
    display: block;
    padding: 30px 0px 25px 0px;
}

div .fa-2x {
    padding: 30px 0px 25px 0px;
}

h1 {
    text-transform: capitalize;
}


/*========================
MEDIA QUERIES MOBILE
=========================*/

@media (max-width: 660px) {
    .top-title {
        font-size: 67px;
    }

    .second-title {
        font-size: 21px;
    }

    .background_content h1 {
        width: 80%;
        font-size: 2.5em;
    }

    .form-btn {
        margin: 0px auto;
        /* display: block; */
    }
}
/*========================
MEDIA QUERIES TABLET
=========================*/


    @media (min-width: 400px) { 
    .starter_container {
        height: 100%;
    }
    .background_content h1 {
      top: 33%;
    }  
}

/*========================
MEDIA QUERIES TABLET
=========================*/

    @media (min-width: 660px) { 
  
        .starter_container {
            height: 100%;
        }

    /*========================
    NAV
    =========================*/
    /* .navbar-default{
        height: 70px;
        padding-top: 10px;
    } */

    nav li{
        padding-right: -15px;
    }
    .navbar-brand{
        font-family: 'Pacifico', cursive;
        font-size: 34px !important;
        text-decoration: none;
        color: white !important;
    }
    nav {
        /* display: block;
        position: fixed; */
        width: 100%;
        display: inline-block;
        /* height: 55px; */
        z-index: 1000000000;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .logo {
        display: none;
    }
    .main-nav {
        padding: 0;
        margin: 18px auto 0 auto;
    }
    .main-nav li {
        display: inline-block;
        list-style: none;
        margin: 0 22px 0 22px;
    }
    .logo a,
    .main-nav a {
        font-size: 0.75000em;
        font-weight: 700;
        /* letter-spacing: 0.250em; */
        text-decoration: none;
        color: #fff;
        display: block;
        text-align: center;    
        font-family: HarmonyOS Sans;
        padding: 2px 0;
        transition: color 0.3s ease-in-out;
    }
    .main-nav a:hover {
        color: #6c8f34;
    }
    .direction a {
        border: 5px solid rgba(0,0,0,0);
        display: inline-block;
        width: 45px;
        height: 45px;  
        background-size: 30px; 
    }
    .direction a:hover {
        border: 5px solid #6D903C;
    }

    /*========================
    DESCRIPTION BODY CONTENT
    =========================*/

    .description_body {
        margin: 45px auto;
        max-width: 500px;
    }
    h1 {
        font-size: 32px;
        font-weight: 900;
        width: 280px;
        letter-spacing: 0.040em;
        border: 1px solid #2f2e2f;
    }
    .picture_content {
        display: inline-block;
        padding: 0 20px;
    }

    /*========================
    IMAGE INTRO BANNER CONTENT
    =========================*/

    .background_content {
        position: relative;
        top: 0px;
        width: 100%;
        height: 570px;
        background-color: white;
        margin: 0 auto 0 auto;
        z-index: 98;
        text-align: center;
    }

    .background_content h1 {
        font-size: 4.5em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 10px solid #fff;
    }
}
    /*========================
    Social Connect
    =========================*/

    section.social_connect {
        background-color: black;
        text-align: center;
        margin-bottom: 50px;
  }

    .social_heading {
        font-size: 33px;
        margin: 50px 0 0 0;
    }

    .social_info a {
        font-size: 24.93px;
    }

    .social_icons li a {
        font-size: 30px;
    }

    .social_info a {
        display: inline-block;
        margin: 0 auto;
        width: 325px;
    } 

} /*END OF MEDIA QUERY*/

/*========================
MEDIA QUERIE DESKTOP
=========================*/

@media (min-width: 1100px) { 

    .starter_container {
        background-attachment: fixed;
    }


    /*========================
    BACKGROUND CONTENT
    =========================*/


    .background_content h1 {
        font-size: 5em;
        position: relative;
        top: 41%;
        width: 100%;
        color: white;
        padding: 0;
        border: 0;
        display: inline-block;
        margin-top: 20px;
    }

    .background_content h1 span {
        color: white;
        padding: 0;
        border-bottom: 12px solid #fff;
    }

    /*========================
    DESCRIPTION BODY CONTENT
    =========================*/

    .margin-right {
        margin-right: 5%;
    }

    .margin-left {
        margin-left: 5%;
    }

    .background_content:nth-of-type(2),
    .background_content:nth-of-type(4) {
        background-attachment: fixed;
    }

    .description_body {
        max-width: 450px;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        margin-top: 10px;
    }


    .picture_content {
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }

    /*========================
    FIRST FOOTER CONTENT
    =========================*/

    .social_heading {
        font-size: 33px;
        margin: 50px 0 0 0;
    }

    .come_in .social_info a {
        font-size: 24.93px;
        display: inline-block;
        margin: 0 auto;
        width: 565px;
    }

    .come_in .social_info {
        margin-bottom: 25px;
    }

    .or_call .social_info a {
        font-size: 24.93px;
        display: inline-block;
        margin: 0 auto;
        width: auto;
    }

    .social_icons li a {
        font-size: 30px;
    }
}