/*topbar component style*/
*{
    box-sizing: border-box;
}
body{
    background-image: url("../assets/images/prop-png.png");
    background-position: center;
    background-attachment: fixed;
}
.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: 45px;
}


/*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;
  }
  
  .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;
  }

  .yt-landing-container{
    width: 100%;
    box-sizing: border-box;
    height: 450px;
    background-repeat: repeat-x;
}

.yt-level-1-container, .yt-level-2-container{
    width: 100%;
    position : absolute;
    height: inherit;
    right: 0%;
}
.yt-level-1-container{
    z-index: 1;
    width: 60%;
}
.yt-level-2-container{
    color: #cd6a00;
    z-index: 2;
    padding: 16px;
}
.yt-landing-container{
    width: 100%;
    box-sizing: border-box;
    height: 450px;
    background-repeat: repeat-x;
}

.yt-level-1-container, .yt-level-2-container{
    width: 100%;
    position : absolute;
    height: inherit;
    left: 0%;
}
.yt-level-2-container{
    width: 55%;
}
.yt-level-1-container.right{
    left: 40%;
}
.yt-level-1-container{
    z-index: 1;
    width: 60%;
}
.yt-level-2-container{
    color: #cd6a00;
    z-index: 2;
    padding: 16px;
}
.yt-level-2-container.right{
    margin-left: 45%;
}
.yt-level-one-img{
    width: 100%;
    height: inherit;
}
.yt-headline{
    text-align: left;
    font-size: 36px;
    font-weight: 600;
    color: white;
    margin-top : 25px;
}
.yt-headline.right{
    text-align: right;
}
.yt-underline{
    height: 3px;
    background-color: white;
    border-radius: 20px;
    margin-right: 10%;
    margin-top: -15px;
}
.yt-underline.right{
    margin-right: 0%;
    margin-left: 10%;
}
.yt-trailing-subline{
    text-align: left;
    font-size: 18px;
    color: white;
    width: 90%;
    line-height: 25px;
    margin-top: 30px;
}
.yt-trailing-subline.right{
    text-align: right;
    margin-left: 10%;
}
.yt-landing-cta-container{
    width: 100%;
   
    padding-top: 15px;
}
.yt-landing-cta-container button{
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid;
    color: white;
    background-color: #ddd057;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 800px){
    .yt-headline-container{
        margin-top: 14%;
    }
    .yt-headline{
        text-align: center;
        font-size: 48px;
    }
    .yt-trailing-subline{
        text-align: center;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .yt-landing-cta-container{
        width: 100%;
        padding-top: 15px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .yt-landing-cta-container button{
        float: none;
        margin: 0px auto;
        display: block;
    }
}

@media (max-width: 450px){
    .yt-headline-container{
        margin-top: 10%;
    }
    .yt-headline{
        font-size: 36px;
        width: 100%;
    }
    .yt-trailing-subline{
        font-size: 18px;
        font-weight: 400;
        width: 100%;
    }
}
@media (max-width: 992px){
  .yt-headline-container{
    margin-top: 12%;
}
 .yt-level-one-img{
     display: none;
 }
 .yt-level-2-container,.yt-level-2-container.right{
     width: 90%;
     margin: 0px auto;
 }
 .yt-headline,.yt-headline.right{
     text-align: center;
 }
 .yt-underline,.yt-underline.right{
     margin-left: 10%;
     margin-right: 10%;
 }
 .yt-trailing-subline,.yt-trailing-subline.right{
     text-align: center;
     width: 100%;
     margin: 0%;
     margin-top: 25px;
 }
 .yt-headline{
     font-size: 36px;
 }
.bgmod{
    background-color: #f7b83b;
}
.sec2,.sec3{
  height: 390px;
}
}
@media (max-width: 600px){
    .yt-level-2-container,.yt-level-2-container.right{
        width: 100%;
        margin: 0px auto;
    }
    .sec2,.sec3{
      height: 370px;
    }
}
@media(max-width: 400px){
    .yt-level-2-container{
        width: 100%;
    }
    main{
        padding-top: 30px;
    }
    .yt-headline{
        font-size: 24px;
    }
    .yt-trailing-subline,.yt-trailing-subline.right{
        font-size: 15px;
    }
    .sec2,.sec3{
      height: 290px;
    }
}