
.yt-topbar{
    width: 100%;
    box-shadow: -1px 1px 8px #fef395;
    background-color: #ffffff;
    position: fixed;
    z-index: 1;
}
.yt-ham-line{
    height: 2px;
    background: #cd6a00;
    width: 20px;
}
.yt-ham-line.top, .yt-ham-line.bottom{
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
}
.yt-ham-line.bottom{
    bottom: 2px;
}
.yt-ham-line.top{
    top: 2px;
}
.yt-tight{
    width: max-content;
    display: flex;
    color: #cd6a00;
}
.yt-hamburger-container{
    width: max-content;
    margin-top: 16px;
    float: right;
    margin-right: 18px;
}
.yt-menu-text{
    line-height: 0.7;
    padding-right: 4px;
}
.yt-nav-container{
    display: none;
}
.yt-logo-img{
    width: 150px;
}
.yt-page-nav li{
    display: inline-block;
    margin-top: 18px;
    margin-left: 40px;
}
.yt-page-nav li a{
    color: #7a7332;
}
.yt-ham-active .yt-ham-line{
    display: none;
}
.yt-ham-active .yt-ham-line.top{
    display: block;
    animation-name: rotateMin;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-delay: 0ms;
    animation-fill-mode: both;
}
.yt-ham-active .yt-ham-line.bottom{
    display: block;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-delay: 0ms;
    animation-fill-mode: both;
    animation-name: rotateNor;
}
.yt-nav-active{
    font-weight: 600;
    border-bottom: 3px solid;
    margin: 0px auto;
    color: white;
}

@keyframes rotateNor {
    0%{

    }
    100%{
        transform: rotate(45deg);
    }
}
@keyframes rotateMin {
    0%{

    }
    100%{
        transform : rotate(-45deg)
    }
}
@media (max-width: 992px){
    .yt-mobile{
        display: block;
        position: absolute;
        width: 100%;
        right: 0%;
        top: 102%;
        text-align: center;
        font-size: 24px;
        background-color: #27240e;
    }
    .yt-mobile li{
        list-style-type: none;
        display : block;
        margin-left: 0px;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .yt-mobile ul{
        padding:0px;
    }
    .yt-page-nav li a{
        color: #ddd057;
    }
}
@media (min-width: 992px){
    .yt-nav-container{
        display: block;
        width: max-content;
        float: right;
        margin-right: 40px;
    }
    .yt-hamburger-container{
        display: none;
    }
    .yt-logo-img{
        margin-top: 9px;
    }
    .yt-nav-active{
        border-bottom: 3px solid;
    }
}

main{
    position: relative;
    z-index: 0;
    padding-top: 75px;
}


/*bottom section*/
.suscribe-area {
    background: #ffa039 none repeat scroll 0 0;
    padding: 30px 0;
  }
  
  .suscribe-text {
    display: block;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  
  .suscribe-text h3 {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
  }
  
  .sus-btn {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-left: 100px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    width: max-content;
    display: block;
    margin: 0px auto;
  }
  .cta02{
      text-align: center;
  }
  .sus-btn:hover {
    background: white none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #ffa039;
    box-shadow: 0px 0px 12px white;
    text-decoration: none;
  }
  
  /*--------------------------------*/
  
  /*  14.Contact Area
  /*--------------------------------*/
  .section-headline h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
  }
  
  .section-headline h2::after {
    border: 1px solid #333;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
  }

  .contact-area {
    height: auto;
    width: 100%;
  }
  
  .contact-content {
    padding: 100px;
    background: #000 none repeat scroll 0 0;
  }
  
  .contact-content-right {
    padding: 100px;
  }
  
  .contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
  }
  
  .contact-form textarea  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
  }
  
  .contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #444;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
  }
  
  .contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #3EC1D5;
    background: #3EC1D5;
  }
  
  .contact-form  #sendmessage {
    color: #3EC1D5;
    border: 1px solid #3EC1D5;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
  }
  
  #contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
  }
  
  .single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 2px solid #f6a821;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    margin: 0px auto;
    color : #f6a821;
  }
  
  .single-icon p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
  }
  
  .contact-icon {
    margin-bottom: 40px;
  }
  
  #google-map {
    height: 370px;
    margin-bottom: 20px;
  }
  
  /*----------------------------------------*/
  
  /*  15. Footer Area
  /*----------------------------------------*/
  
  .footer-area {
    padding: 40px 0;
    background: #f9f9f9;
    margin-top: 30px;
  }
  
  .footer-head p {
    color: #444;
  }
  
  .footer-head h4 {
    color: #444;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  
  .footer-logo {
    padding-bottom: 20px;
  }
  
  .footer-logo h2 {
    color: #222;
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
  }
  
  .footer-logo h2 span {
    color: #f7b83b;
  }
  
  .footer-icons ul li {
    display: inline-block;
  }
  
  .footer-icons ul li a {
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
  }
  
  .flicker-img>a {
    float: left;
    padding: 1px;
    width: 33.33%;
  }
  
  .footer-icons {
    margin-top: 30px;
  }
  
  .footer-contacts p span {
    color: #f7b83b;
    font-weight: 700;
  }
  
  .popular-tag ul li {
    display: inline-block;
  }
  
  .footer-content {
    display: block;
    overflow: hidden;
  }
  
  .popular-tag ul li a:hover, .footer-icons ul li a:hover {
    background: #3EC1D5;
    border: 1px solid #3EC1D5;
    color: #fff;
  }
  
  .popular-tag ul li a {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 5px 3px;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    width: 70px;
    text-align: center;
  }
  
  .footer-area-bottom {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 15px 0;
  }
  
  .copyright-text a:hover {
    text-decoration: underline;
    color: #3EC1D5;
  }
  
  .copyright-text a {
    color: #444;
  }
  
  .copyright>p {
    margin-bottom: 0;
    color: #444;
  }
  
  .copyright a, .credits a {
    color: #3EC1D5;
  }
  
  .credits {
    padding-top: 5px;
    text-align: center;
  }
*{
    box-sizing: border-box;
    margin: 0px;
  }
  .box{
    width: 100%;
    overflow: hidden;
  }
  .g-content-container{
    float: left;
  }
.inside-boxes{
    box-shadow: 0px 0px 10px #bebebe;
    border-radius: 10px;
}
  @media (min-width: 0px){

  .c01{
    width: 60%;
    height: 330px;
  }
  .c02{
    width: 40%;
    height: 370px;
  }
  .c03{
    width: 40%;
    height: 390px;
  }
  .c04{
    width: 60%;
    height: 390px;
  }
  .c05{
    width: 50%;
    height: 350px;
    margin-top: 40px;
  }
  .c06{
    width: 50%;
    height: 330px;
    margin-top: 60px;
  }
  .inside-boxes{
    margin: 10px;
    height: -webkit-fill-available;
  }
  .box1 .g-content-container{
    float: right;
  }
  }
  @media (min-width: 1024px){

  .c01{
    width: 40%;
    height: 300px;
  }
  .c02{
    width: 30%;
    height: 340px;
  }
  .c03{
    width: 30%;
    height: 360px;
  }
  .c04{
    width: 30%;
    height: 360px;
    margin-top: -40px;
  }
  .c05{
    width: 38%;
    height: 320px;
    margin-top: 0px;
  }
  .line{
    overflow: auto;
  }
  .line2{
    margin-top: -60px;
  }
  .c06{
    width: 32%;
    height: 300px;
    margin-top: 20px;
  }
  .inside-boxes{
    margin: 20px;
    height: -webkit-fill-available;
  }
  .box1 .g-content-container{
    float: right;
  }
  }
  @media (max-width: 768px){
      .c01,.c02,.c03,.c04,.c05,.c06{
          width: 95%;
          margin: 20px auto;
          float: none;
      }
  }
  .gallary-what {
    font-weight: 600;
    font-size: 12px;
  }
  .gallary-when{
    display: inline;
    font-style: italic;
  }
  .gallary-image-container{
    height: 75%;
    overflow: hidden;
  }
  .gallary-image-container img{
    width: 100%;
    height: -webkit-fill-available;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .description-container{
    padding-top: 5px;
      padding-left: 10px;
  }
  .description-container p{
      margin: 0px;
      font-size: 13px;
      padding-right: 5px;
  }