*, html, body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}
body{
    background:#000;
}

#wrapper-yacm{width:90%;margin:0px auto; overflow: hidden;}
#header-yacm{width:100%;margin: 0px auto;box-sizing: border-box;}
#logo-yacm a{text-decoration:none;color:#e65c00;}
#contact-yacm a{text-decoration:none;color:#e65c00;}
#contact-yacm a:hover{text-decoration:none;color:#e65c00;}
#logo-yacm{font-weight:normal;float:left;padding:15px 0;color:#e65c00;font-size:50px;text-shadow:2px 2px #fff, -2px -2px #e65c00;font-weight:bold;}
#logo-yacm .log{font-size:24px;float:right;text-shadow:none;color:#e65c00;}
#contact-yacm{float:right;text-align:right;font-weight:bold;padding-top:30px;color:#e65c00;font-size:26px;}
@media only screen and ( max-width: 900px){#wrapper-yacm{width:100%;} 
#logo-yacm{font-size:32px;text-align:center;width:100%;}
#logo-yacm .log{width:100%;font-size:18px;line-height:24px;text-align:center;}
#contact-yacm {width:100%;text-align:center;font-weight:bold;padding:0 0 10px 0;color:#e65c00;font-size:18px;}#nav-yacm{height:auto;}#nav-yacm li{width:100%;border-bottom:1px solid #fff;}}

 .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 12vh;
  min-width: 100%;
  z-index: 10;
  background: #e65c00;
  border-bottom: 1px solid #fff;
}

 .navigation .logo{
  margin-left: 20px;
}

 .navigation .logo img{
  width: 80px;
  height: 80px;
}

 .navigation .menu-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  margin: auto 20px auto 0;
}

 .navigation .humbarger {
  margin-right: 20px;
  display: none;
 }
 
 .navigation .humbarger .bar{
  width: 30px;
  height: 2px;
  margin: 7px;
  background: #000;
 }

 .navigation .menu-list li a {
  color: #000;
  font-size: 1.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 1s ease, border 1s ease;
  text-decoration: none;
}

/* ====================
  Intro Section
=======================*/


/* ====================
  Responsive Section
=======================*/

/* Tablet desktop :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
 .navigation .menu-list {
    width: 60%;
  }

 .navigation .menu-list li a{
    font-size: 1rem;
  }

}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {

   .navigation .menu-list {
    position: absolute;
    top: 12vh;
    min-width: 100%;
    background: #e65c00;
    text-align: center;
    display: none;
  }

   .navigation .menu-list li {
    display: block;
  }

   .navigation .menu-list li a {
    display: block;
    padding: 20px;
    transition: color 1s ease, padding 1s ease, background-color 1s ease;

  }

   .navigation .menu-list li a:hover{
    color: #fff;
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.2);
  }


   .navigation .humbarger{
    display: block;
  }

  .intro-section .intro-content .changing {
    font-size: 1.5rem;
  }

  .intro-section .intro-content .header-btn a{
    font-size: 1.25rem;
  }

}

img{
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    height: 100%
}
.pd-top-30{
    padding-top: 30px;
}
.pd-btm-30{
    padding-bottom: 30px;
}
a{
    text-decoration: none;
    
    color: #fff
}
a:hover{
    text-decoration: underline;
    color: #d9b633
}
.text-center{
    text-align: center;
}
.cl{
    clear: both;
}
.display-flex{
    display: flex;
}
.display-flex-center{
    display: flex;
    align-items: center;
}
.see-more-cate{
    margin-top: 10px;
}
.see-more-cate a{
    display: inline-block;
    font-size: 15px;
    background: #000;
    padding:1px 10px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff
}
.see-more-cate a:hover{
    background: #fff;
    color: #000;
    text-decoration: none;
}
.w-100{
    width: 100%;
}
.w-25{
    width: 25%;
}
.container{
    padding: 0 50px;
}
.container-top{
    max-width: 1360px;
    margin: auto;
}
h1{
    font-size: 32px;
    font-weight: normal;
    color: #66ffff;
}
h2,h3,h4{
    font-size: 24px;
    margin-top: 20px;
    font-weight: normal;
    color: #e65c00
}

h5{
   font-size: 20px;
   margin-top: 15px;
   margin-bottom: 15px; 
   font-weight: normal;
    color: #e65c00
}

strong{color: #e65c00; font-weight: normal;}
.main-hd{
    margin:20px 0;
    color: #fff;
}
.main-text p{
    font-size: 16px;
    line-height: 28px;
    color:#fff;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: justify;
}

.main-text p a{padding: 0 6px; display: inline-block; color:#e65c00;}
.main-text p a:hover{color::#e65c00;}

.center-tttx{width: 70%; text-align: center; margin: auto;}

.main-text ul{
    margin: 10px 15px;
}
.main-text ul li{
    font-size: 19px;
    line-height: 27px;
    color:#e65c00;
    margin-bottom: 8px;
}
.purple-text{
    color: #e65c00;
}

.cg-loc{
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    cursor: pointer;
    
    padding: 18px 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.arrow-down{
    position: relative;
    height: 0;
    width: 0;
    border-top: solid 4px rgba(255,255,255,0.7);
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    display: inline-block;
    top: -2px;
}
.banner-box{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0;
}
.banner-box img{
    aspect-ratio:1/0;
    object-fit: cover;
}
.top-category{
    display: flex;
    flex-wrap: wrap;
}
.top-category-lf-box{
    display: flex;
    width: 48%;
    padding: 20px;
    border: #fff solid 5px;
    background: #e65c00;
    margin: 10px;
    align-items: flex-start;
}
.top-category-lf{
    width: 30%;
}
.top-category-rt{
    width: 70%;
    padding-left: 30px;
}
.category-hd{
    font-size: 19px;
    font-weight: 600;
    color:#66ffff;
    font-style: italic;
    margin-bottom: 10px;
}
.category-text{
    font-size: 17px;
    color: #000;
    line-height: 27px;
}
.top-box-inner{
    display: flex;
}
.top-box-lf{
    width: 60%;
}
.top-box-rt{
    width: 40%;
    padding-left: 30px;
}
.inner-box-inner{
    display: flex;
}
.inner-box-lf{
    width: 77%;
}
.inner-box-rt{
    width: 23%;
    padding-left: 30px;
    margin-top: 20px;
}
.inner-box-img{
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}

.inner-box-lf .main-text p{text-align: justify;}


.gallery-box{
    background: #000;
    border-top: #e65c00 solid 1px;
    border-bottom: #e65c00 solid 1px;
}
.main-gallery ul{
    margin: 0 -10px;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.main-gallery ul li{
    width: 25%;
    padding: 10px;
    display: inline-block;
    cursor: pointer;
}
.main-gallery-back{
    background: rgba(0, 0, 0, 0.9)!important;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.main-gallery-caption{
    width: 600px;
    position: fixed;
    margin:50px auto;
    left: 0;
    right: 0;
    top: 5%;
    z-index: 9999;
    border-radius: 6px;
    overflow: hidden;
    display: none;
}
.main-gallery-img-pop{
    width: 40%;
}
.main-gallery-img-pop img{
    width: 100%;
}
.close-gallery{
    position: fixed;
    right: 20px;
    top: 10px;
    z-index: 99999999;
    background: #e65c00;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: none;
}
 
.mid-gallery ul{
    margin: 0 -15px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
}

.mid-gallery ul li{
    width: 33.33%;
    padding: 15px 15px;
    position: relative;
    display: block;
}

.mid-gallery-inner{
    border-radius: 20px;
    overflow: hidden;
}

.close-gallery:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(45deg);
    height: 16px;
    width: 5px;
    border-radius: 999px;
    background: #fff;
}
.close-gallery:after {
    content: '';
    position: absolute;
    left: 13px;
    top: 6px;
    transform: rotate(-45deg);
    height: 16px;
    width: 5px;
    border-radius: 999px;
    background: #fff;
}
.main-gallery ul li.main-gallery-active .main-gallery-caption{
    display: flex;
}
.main-gallery-img{
    padding: 10px;
    overflow: hidden;
    background: #e65c00;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
    position: relative;
    border-radius: 20px;
}
.main-gallery-img img{
    height: 100%;
    width: 100%;
    transform: scale(1);
    border-radius: 20px;
    transition: .3s ease;
}
.main-gallery-img:hover img{
    transform: scale(1.03);
    transition: .3s ease;
}
.main-gallery-pop-table{
    background: #fff;
    width: 60%
}
.main-gallery-pop-table table{
    width: 100%;
    border-collapse: collapse;
}
.main-gallery-pop-table table tr td{
    padding: 10px;
    font-size: 14px;
    color: #000;
}
.main-gallery-pop-table table tr:nth-child(odd){
    background: #fff
}
.view-gallery{
    position: absolute;
    width: 65%;
    color: #000;
    background: #e65c00;
    font-size: 16px;
    display: inline-block;
    padding: 15px 15px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 52px;
    border-radius: 20px;
    text-align: center;
    z-index: 9999;
    border: #fff solid 1px;
    transform: scale(0);
    transition: .3s ease;
}
.main-gallery-img:hover .view-gallery{
    transform: scale(1);
    transition: .3s ease;
}
.location-btm-box{
    display: flex;
}
.location-btm-lf{
    width: 23%;
}
.location-btm-rt{
    width: 77%;
    padding-left: 30px;
}

.location-btm-hd{
    color: #e65c00;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}
.location-btm-list ul{
    margin:15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.location-btm-list ul li{
    display: block;
    position: relative;
    width: 100%;
    padding:5px;
}
.location-btm-list ul li:before{
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    border: #fff solid 2px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-135deg);
    right:25px;
    top: 25px;
}

.location-btm-list ul li a{
    background:#e65c00;
    border-radius: 15px;
    color: #000;
    font-size: 17px;
    display: block;
    padding:15px;
    font-weight: 600;
    text-decoration: none;
}
.location-btm-rt .main-hd, .local-pages-text .main-hd{
    margin-top: 0;
}
.bottom-banner{
    padding: 30px 0
}
.bottom-banner-inner ul{
    display: flex;
    margin: 0 -10px;
    padding:0
}
.bottom-banner-inner ul li{
    display: inline-block;
    width: 33.33%;
    padding: 10px;
}
.bottom-banner-img{
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}

.local-pages-box{
    display: flex;
}
.local-pages-img{
    width: 25%;
}
.local-pages-images{
    background: #fff;
    padding:10px;
    box-shadow: rgba(0,0,0, 0.2) 1px 1px 10px;
}
.local-pages-text{
    width: 75%;
    padding-left: 30px;
}
.contact-us-form{
    border-radius: 10px;
    background: #eee;
    padding:30px;
}
.contact-us-head{
    font-size: 29px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-inputs{
    margin-bottom: 15px;
}
.contact-inputs label{
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
.contact-inp{
    border-radius: 6px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 1px 10px 10px;
    border: #ddd solid 1px;
    padding:10px;
}
.contact-inputs textarea{
    border-radius: 6px;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0,0,0,0.05) 1px 10px 10px;
    border: #ddd solid 1px;
    padding:10px;
    height: 75px;
}
.contact-submit{
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background:#bb0e0e;
    padding:13px;
    text-align: center;
    border: 0;
    width: 60%;
    margin: auto;
}
.faq-accor{
    padding-bottom: 50px;
}
.faq-accor ul{
    margin: 0;
    padding:0;
}
.faq-accor ul li{
    display: block;
    position: relative;
    background: #eee;
    border: #ddd solid 1px;
    margin-bottom: 10px;
}
.faq-head{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 10px 50px;
}
.count{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
}
.down-arrw-faq{
    position: absolute;
    display: inline-block;
    right:10px;
    border: #aaa solid 2px;
    height: 9px;
    width: 9px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    top: 13px;
}
.faq-txt{
    font-size: 19px;
    line-height: 29px;
    padding: 10px;
    padding-left: 50px;
}
@media(max-width: 767px){

    .cg-loc{
        display: block;
        border-bottom: rgba(255,255,255,0.1) solid 1px;
        font-size: 16px;
        color: rgba(255,255,255,1);
        padding: 12px 15px
    }

    .banner-box img{
        height: 230px;
        aspect-ratio:1/0;
        object-fit: cover;
    }
    .banner-video{
        display:block;
    }
    .top-box-inner{
        display: block;
    }
    .top-box-lf{
        width: 100%;
    }
    .top-box-rt{
        width: 100%;
        padding-left: 0;
    }
    .main-gallery ul li{
        width: 50%
    }
    .top-category{
        display: block;
    }
    .top-category-lf-box{
        width: 100%;
        margin-left:0;
        margin-right:0;
        display: block;
    }
    .top-category-lf{
        width: 100%;
    }
    .top-category-rt{
        padding-left: 0;
        width: 100%;
        padding-top: 15px;
    }
    .location-btm-box{
        display: block;
    }
    .location-btm-lf{
        width: 100%;
    }
    .location-btm-rt{
        width: 100%;
        padding-left: 0;
    }
    .bottom-banner-inner ul{
        display: block;
    }
    .bottom-banner-inner ul li{
        width: 100%;
        margin: 10px 0;
    }

    
    .inner-box-inner{
        display: block;
    }
    .inner-box-lf{
        width: 100%;
    }
    .inner-box-rt{
        width: 100%;
        padding-left: 0;
    }

    .container{padding: 15px}
    .center-tttx{width: 100%}
    .main-gallery-caption{width: 90%;}
    
    .main-gallery ul li.main-gallery-active .main-gallery-caption{
        display: block;
        height: 90vh;
        overflow: auto;
        margin: 10px auto
    }
    .main-gallery-img-pop{
        height: 350px;
        overflow: hidden;
    }
    .main-gallery-img-pop img{
        height: auto;
    }
    .main-gallery-img-pop{
        width: 100%;
    }
    .main-gallery-pop-table{
        width: 100%;
    }
    .location-btm-list ul li{width: 50%}
}
@media(max-width: 580px){
    .banner-box img{
        height: 213px;
    }
    .location-btm-list ul li{width:100%}
}
@media(max-width: 480px){
    .banner-box img{
        height: 171px;
    }
}
@media(max-width: 380px){
    .banner-box img{
        height: 155px;
    }
}

/*////////////////////// Footer ////////////////*/

.footer-distributed{
  background:  #e65c00;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  font: bold 16px sans-serif;
  padding: 20px 20px;
  margin-bottom: 40px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
  width: 40%;
}

/* The company logo */

.footer-distributed h6{
  color: #000;
  font-size:32px;
  margin: 0;
}

.footer-distributed h6 span{
  color:#fff;
}

.footer-left img{width: 150px; height: 100px;}

/* Footer links */

.footer-distributed .footer-links{
  color:  #000;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  font-weight:400;
  text-decoration: none;
  color:  inherit;
}

.footer-distributed .footer-company-name{
  color:  #000;
  font-size: 16px;
  font-weight: bolder;
  margin: 0;
  text-align: center;
}

/* Footer Center */

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center svg{
/*  background-color:  #33383b;*/
  color: #;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #000;
  font-weight:400;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  #000;
  text-decoration: none;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #000;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

  .footer-distributed{
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}

.book{display:block;position:fixed;bottom: 0;width:100%;z-index:999; max-width: 100%; margin:0px auto;}
.dail,.msg{float:left;width:50%;border-radius: 10px;}.dail{background-color:#ff1a1a;}.msg{background-color: #00a3cc;}.dail a,.msg a{display:block;padding:10px 0;text-align:center;text-decoration:none;font-weight:bolder;color:#fff;font-size: 1.5rem;}
