﻿.navbar-brand img {
    max-width: 120px;
}
.topbar {
    position: relative;
    background: #7A314F;
    padding: 9.5px 0;
    z-index: 9;
}
.top-social ul{
    list-style:none;
    padding-left:0;
    margin-bottom:0
}
.top-social ul li{
    margin-right:15px;
    display:inline-block
}
    .top-social ul li:last-child
    {
        margin-right:0;
    }
.call-top span {
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-left:10px;
    color:#fff;
}
.text-right{
    text-align:right !important
}

.hero-btn a {
    color: #FFFFFF !important;
    font-family: Helvetica;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #FFFFFF;
    background: transparent !important;
 
    border-radius: 41.5px;
    padding: 5px 20px;
    text-align: center;
    line-height: 32px
}
.hero-btn a span{
    padding-right:15px;
}
.btn-header {
    background: #7A314F;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 32px;
}
.hero-btn a img{
    max-width:50px;
}
.btn-be {
    background: #7A314F;
    border-radius: 32px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.05px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    width: 125px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.photos
{
    padding:80px 0 20px;
}
.main-title {
    text-align: center;
    font-family: Iowan Old Style;
    font-size: 48px;
    font-weight: 700;
    line-height: 65.53px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #7A314F;
    margin-bottom:40px;
}
.qlogos {
    text-align: center;
    list-style: none;
    padding-left: 0;
    display: flex;
}
.bird
{
    margin-bottom:15px;
}
.birds .row > * {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.birds {
    margin-top: -430px;
}
    .birds .row {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
.birdrf
{
    margin-top:99px;
}
.bird
{
    position:relative
}
.bird-title {
    font-family: Iowan Old Style;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 20px;
}
.bird-subtitle {
    font-family: Iowan Old Style;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}
.bird-box {
    position: absolute;
    top: 0;
    text-align: center;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(20px); /* Add an initial slight upward shift */
}

.col-md-6 .bird-box {
    padding: 15px;
}
.col-md-12 .bird-box {
    padding: 60px;
}
#overlay {
    position: absolute; /* Sit on top of the page content */
  
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7A314FC7;
    z-index: 1; /* Specify a stack order in case you're using a different order for other elements */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.bird:hover .bird-box {
    display: flex;
    opacity: 1;
    transform: translateY(0); /* Smooth transition to original position */
}
.bird:hover #overlay {
    display: block;
    opacity: 1;
}
.slick-list {
    padding: 0 !important; /* Override the padding */
}
.thumbnails .slick-slide {
    margin: 0 5px; /* 15px margin between the slides */
}
.main-image
{
    margin-bottom:20px;
}
.slick-slide img {
    display: block;
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.main-image
{
    position:relative
}
.play {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-right: AUTO;
    bottom: 0;
    margin-left: auto;
    margin-top: -53px;
    z-index: 1;
}
.video-content {
    position: absolute;
    top: 0;
    height: 100%;
    
}
    .video-content .row {
        margin-right: 0px;
        margin-left: 0px;
        height: 100%;
    }
.video-content
{
    padding-left:50px;
}
.video-title {
    font-family: Iowan Old Style;
    font-size: 56px;
    font-weight: 700;
    line-height: 76.45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}
.video-subtitle {
    font-family: Iowan Old Style;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    position: relative;
    z-index: 10;
}
.video
{
    padding-bottom:60px;
}
#overlay1 {
    position: absolute; /* Sit on top of the page content */
    display:none;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000036;
    z-index: 10; /* Specify a stack order in case you're using a different order for other elements */
}
.main-image:hover #overlay1
{
    display:block
}
.main-image a.popup-video {
    z-index: 11
}
.thumbnail {
    cursor: pointer
}
.btn-videos {
    width: 177px;
    height: 118px;
    cursor: pointer;
    background: #7A314F;
    color: #fff;
    display: block;
    text-align: center
}
.thumbnails div{
    position:relative
}
.play1 {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: -40px;

}
.slick-slide img.play1 {
    max-width: 80px;
}
.footer-social {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 50px;
}
.footer-social li{
    display:inline-block;
}
    .footer-social li{
        margin-right:10px;
    }
    .footer-social li:last-child {
        margin-right: 0px;
    }
.footer {
    background: radial-gradient(50% 50% at 50% 50%, #521B31 0%, #7A314F 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
padding:80px 0 40px;

}
#subscribe .form-control {
    background: #FFFFFF14;
    padding-left: 15px;
    border-radius: 12px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    height: 49px;
    line-height: 49px;
    border: 0
}
#subscribe  ul{
    list-style:none;
    padding-left:0;
}
#subscribe ul li:first-child
{
    margin-right:8px;
}
.btn-subscribe {
    width: 86px;
    height: 49px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-radius: 12px;
    color: #0F1F3D;
}
#subscribe .form-control::placeholder {
   
    color: #fff;
}
.footer-title {
    margin-bottom: 30px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}
.footer-ul
{
    list-style:none;
    padding-left:0px;
}
    .footer-ul li {
        margin-bottom: 15px;
        position: relative; /* Ensure we can position the dot */
        padding-left: 20px;
       
    }
        .footer-ul li::before {
            content: '\2022';
            position: absolute;
            left: 0;
            top: 3px;
            transform: translateY(-50%);
            color: #FFFFFF99;
            border-radius: 50%;
            width: 8px;
            height: 8px;
        }
        .footer-ul li a {
            font-family: Inter;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: #fff;
        }
.aspirations {
    color: #FFFFFF99;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.copyright-title {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.10000000149011612px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom:0
}
.copyright {
    margin-top: 50px;
    border-top: 1px solid #FFFFFF14;
    padding-top: 30px;
}
@media (max-width:1199px) and (min-width:992px)
{
    .main-menu ul li a {
     
        font-size: 12px;
       
    }
    .header-btn a {
     
        font-size: 12px;
      
        width: 125px;
      
    }
    .section-title h1{
        font-size:32px;
        line-height:38px;
    }
    .section-title h1 span{
        font-size:52px;
        line-height:60px;
    }
    .hero-btn a {
        font-size:24px;
        width:360px;
        height:64px;
        line-height:64px;
    }
    .main-title{
        font-size:32px;
    }
    .bird-subtitle {
      
        font-size: 18px;
       
        line-height: 24px;
      
    }
    .video-title {
      
        font-size: 32px;
      
        line-height: 40px;
       
    }
    .video-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}
@media(max-width:991px)
{
    .top-social ul li {
        margin-right: 2.5px;
       
    }
    .navbar {
        padding: 10px 0;
       
    }
    .hero-btn a img{
        display:none
    }
    .hero-btn .btn-default
    {
        margin-right:0
    }
    .topbar .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .top-social img{
        max-width:24px;
    }
    
    .hero-btn a {
        font-size: 18px;
       text-align:center;
        height: 45px;
        line-height: 45px;
        display:inline-block;
        width:250px;
    }
    .hero-btn a span{
        padding-right:0
    }
    .section-title h1 {
        font-size: 32px;
        line-height: 38px;
    }

        .section-title h1 span {
            font-size: 52px;
            line-height: 60px;
        }
    .birds
    {
        margin-top:0
    }
    .main-title {
        font-size: 32px;
        line-height: 40px;
    }
    .bird .image-anime img{
        width:100%;
        max-width:100%
    }
    .bird .image-anime
    {
        width:100%
    }
    .birdrf {
        margin-top: 0px;
    }
    .photos {
        padding: 40px 0 30px;
    }
    .video-subtitle
    {
        display:none
    }
    .video-title{
        display:none
    }
    video-subtitle
    {
        text-align:center
    }
    .copyright-title
    {
        text-align:center
    }
    .slick-slide img {
        max-width: 106px;
    }
    .btn-videos {
        width: 106px;
        height: 106px;
     
    }
    .btn-videos img{
        max-width:35px !important
    }
    .play1
    {
        max-width:44px !important
    }
    .play1 {
      
        margin-top: -22px;
    }
}
.bird
{
    line-height:1
}
@media (min-width:768px) and (max-width:992px)
{
    .navbar {
        padding: 3px 0;
    }
}
body .slick-dots li button:before {
    color: #7A314F;
    font-size:12px;
}
body .slick-dots li.slick-active button:before {
    opacity: 1;
}
body .slick-dots {
  
    bottom: -45px;
  
}


.hero-content
{
    padding-left:50px;
}
.btn-videos div span {
    margin-bottom: 10px;
    display: inline-block;
}
@media (max-width:991px) {
    .hero-slide .container {
        display: none
    }
}
.mr_20 {
    margin-right: 20px;
}
.search-btn button {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #7A314F;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 18px;
    background: transparent;
    text-transform: none;
    -webkit-appearance: button;
    border: 0;
}
.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
    .search-popup.popup-visible {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }
    .search-popup .popup-inner {
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .search-popup .upper-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 70px 70px;
    }
.search-popup img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
    .search-popup .close-search {
        position: relative;
        font-size: 16px;
     
        cursor: pointer;
        z-index: 5;
        transition: all 500ms ease;
    }
    .search-popup .overlay-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
    }
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}
.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}
.search-footer {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
    .search-popup .search-form .form-group {
        position: relative;
        margin: 0px;
    }
.search-footer .form-group {
    position: relative;
    margin: 0px;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.search-popup .search-form fieldset input[type="text"] {
    position: relative;
    height: 90px;
    padding: 20px 0px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #808080;
    font-family: 'Inter', sans-serif;
    border: none;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.search-footer input[type="text"] {
    position: relative;
    height: 50px;
    background: #ffffff;
    line-height: 30px;
    font-size: 18px;
    color: #808080;
    font-family: 'Inter', sans-serif;
    border: none;
    border-radius: 0px;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-appearance: button;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    background: transparent;
    border:0
}
.search-footer button[type="submit"] {
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 22px;
    color: #7A314F;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-appearance: button;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
    background: transparent;
    border: 0
}
.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.language-dropdown {
    position: fixed;
    bottom: 0px;
    left: 45px;
    z-index: 1;
}

/* Ensure dropdown opens upwards */
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 10px;
}

/* Style for the language icons */
.dropdown-menu li a {
    display: flex;
    align-items: center;
}

    .dropdown-menu li a i {
        margin-right: 8px;
    }
.language-dropdown button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0px;
    background: #7A314F;
    padding: 7.5px 20px;
   
    border: 1px solid #fff;
    border-bottom: 0;
}
.language-dropdown button i{
    margin-right:5px;
}
.m-t-30
{
    margin-top:30px;
}
.search {
    color: #fff;
    float: left;
    border: 1px solid rgba(255, 255, 255, .09);
    background: #111;
    position: relative;
    outline: none;
    padding: 0px 0px 0px 20px;
    width: 100%;
    height: 60px;
    -webkit-appearance: none;
}
.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 90px;
    height: 46px;
    background: var(--main-color);
    transition: all .3s ease-in-out;
}
    .search-submit i {
        font-weight: 500;
    }
.search-form {
    position: absolute;
    top: 40px;
    left: -240px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 280px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease;
}
    .search-form input {
        width: 100%;
        padding: 5px;
        border: none;
        border-radius: 5px;
        margin-right: 10px;
        outline:0;
        border:0;
        box-shadow:none
    }

    .search-form button {
        padding: 5px 20px;
        background-color: #7A314F;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .search-form button:hover {
            background-color: #0056b3;
        }

.search-btn {
    position: relative;
}
.footer-desc1 {
    margin-top: 20px;
    color: #FFFFFF99;
}
.index {
    background :#f5f3e9;
   
}






.ygr-about-wrap {
    padding: 60px 0px 120px;
    background-color: #f5f3e9;
}

.ygr-collage-3-coulmn {
    position: relative;
}
.ygr-collage-3-l-pic {
    border-radius: 30px;
    overflow: hidden;
}
    .ygr-collage-3-l-pic img {
        width: 100%;
        transition: all 0.2s linear;
    }
.ygr-collage-3-t-pic {
    border-radius: 30px;
    width: 240px;
    position: absolute;
    top: -20px;
    right: -20px;
    border: 20px solid #f5f3e9;
    background-color: #f5f3e9;
}
    .ygr-collage-3-t-pic img {
        width: 100%;
        border-radius: 30px;
        animation: wooo 3.5s infinite;
    }
.ygr-collage-3-vid-wrap {
    border-radius: 20px;
    background-color: #f5f3e9;
    position: absolute;
    left: -20px;
    bottom: -20px;
}
.ygr-collage-3-vid {
    margin: 20px;
    border-radius: 20px;
    background-color: #7A314F;
    text-align: center;
    padding: 40px 40px;
}
.ao-play-btn {
    border: 4px solid #f5f3e9;
    display: flex;
    width: 65px;
    height: 65px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #7A314F;
    font-size: 55px;
    margin: 0px auto 25px;
    transition: all 0.2s ease;
}
    .ao-play-btn i {
        margin-right: -5px;
        color: #f5f3e9;
    }
.ygr-collage-3-vid .ygr-title {
    color: #f5f3e9;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-rev-corner-1:before {
    content: "\e900";
    color: #fff;
}
.ygr-collage-3-t-pic .icon-rev-corner-1.t-left:before {
    color: #f5f3e9;
    font-size: 40px;
    position: absolute;
    left: -58px;
    top: 0px;
    transform: rotate(-90deg);
}
.ygr-collage-3-t-pic .icon-rev-corner-1.b-right:before {
    color: #f5f3e9;
    font-size: 40px;
    position: absolute;
    right: -2px;
    bottom: -58px;
    transform: rotate(-90deg);
}
.ygr-collage-3-vid-wrap .icon-rev-corner-1.t-left:before {
    color: #f5f3e9;
    font-size: 40px;
    position: absolute;
    left: 18px;
    top: -38px;
    transform: rotate(90deg);
}
.ygr-collage-3-vid-wrap .icon-rev-corner-1.b-right:before {
    color: #f5f3e9;
    font-size: 40px;
    position: absolute;
    right: -38px;
    bottom: 18px;
    transform: rotate(90deg);
}
/*Corner icon css start*/
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?jss03n');
    src: url('../fonts/icomoon.eot?jss03n#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?jss03n') format('truetype'), url('../fonts/icomoon.woff?jss03n') format('woff'), url('../fonts/icomoon.svg?jss03n#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-rev-corner-1:before {
    content: "\e900";
    color: #fff;
}
/* Corner icon css End*/

/* Wood Animation */

span.wood-animation img {
    animation: wooo 3.5s infinite;
}

/*wood animation*/
@keyframes wooo {
    0% {
        transform: rotate3d(0, 0, 0);
    }

    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 359deg);
    }
}
.hidden
{
    display:none !important
}
.news-box {
    display: flex;
    gap: 0px 30px;
}
.news-box-date {
    width: 94px;
    height: 94px;
    background: #fff9ea;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
}
    .news-box-date .news-box-inner {
        text-align: center;
        padding-top: 10px;
    }
        .news-box-date .news-box-inner h3 {
            font-size: 26px;
            font-weight: 700;
            line-height: 24px;
            margin: 0;
            color: #7A314F;
        }
        .news-box-date .news-box-inner span {
            font-size: 14px;
            line-height: 16px;
            color: #7A314F;
            font-weight: 700;
        }
.news-box-content {
    padding-top: 19px;
}
    .news-box-content h4 {
        font-size: 21px;
        font-weight: 600;
        line-height: 1.42;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
.mt-40 {
    margin-top: 40px;
}
.arm-btn {
    font-size: 16px;
    color: var(--clr-theme-1);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    white-space: nowrap;
}
.circle-btn {
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--clr-theme-2);
    border: 1px solid var(--clr-common-border);
    border-radius: 50%;
    font-size: 30px;
    font-weight: 400;
    position: relative;
}
.ygr-main-head-sm-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #f5f3e9;
    padding: 10px 24px 10px 14px;
    border: 1px solid #f5f3e9;
    border-radius: 0px 50px 50px 0px;
    background-color: #7A314F;
    display: inline-flex;
    margin: 0px 0px 60px 20px;
    position: relative;
}
    .ygr-main-head-sm-title:before {
        position: absolute;
        left: -20px;
        top: 8px;
        width: 5px;
        height: 20px;
        background-color: #7A314F;
        border-radius: 2px;
        content: '';
        transform: translateY(0);
        animation: wooo 3.5s infinite;
    }
    .ygr-main-head-sm-title:after {
        position: absolute;
        left: -10px;
        top: 4px;
        width: 5px;
        height: 30px;
        background-color: #7A314F;
        border-radius: 2px;
        content: '';
        transform: translateY(0);
        animation: wooo 3.5s infinite;
    }
.news-box-content h4 a {
    color: #7A314F;
}
.ygr-about-wrap .hero-btn a {
    color: #7A314F !important;
    border: 1px solid #7A314F;
}
.ygr-about-wrap .btn-default::after {
 
    background:#fff;
  
}
.ygr-about-wrap .hero-btn {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
#chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    height: 60px; /* Initially minimized */
    z-index: 9999;
    background-color: #ffffff;
    border: 2px solid #7A314F;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: height 0.3s ease, width 0.3s ease;
}

#chat-header {
    background-color: #7A314F;
    color: white;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#chat-title {
    font-size: 16px;
    font-weight: bold;
}

#chat-body {
    display: none;
    height: 100%;
}

#chat-footer {
    display: none;
    background-color: #f1f1f1;
    padding: 5px;
    text-align: center;
}

    #chat-footer button {
        background-color: #7A314F;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
        margin: 0 5px;
    }

        #chat-footer button:hover {
            background-color: #0056b3;
        }

#toggle-btn {
    border-color: #7A314F;
    background: #fff;
    color: #7A314F;
    border: 0;
    padding: 3px 15px;
    border-radius: 10px;
}
#chat-body iframe{
   padding-bottom:25px;
}
.photos .discover-title {
    text-align: justify;
    font-size: 32px;
    line-height: 40px;
}
.photos .facts-title p
{
    margin-top:0;
    text-align:justify
}
#chat-header-icons {
    display: flex;
    gap: 15px;
}

    #chat-header-icons i {
        font-size: 18px;
        cursor: pointer;
        color: #fff;
        transition: color 0.3s ease;
    }

        #chat-header-icons i:hover {
            color: #ffc107;
        }
#chat-widget {
   
    bottom: 0;
    right: 0;
}
.row-60 > .col-lg-6{
    padding-left:20px;
    padding-right:20px;
}
.btn-lang {
    width: 98px;
    height: 26px;
    line-height:26px;
    display: flex;
    border-radius: 12.5px;
    border-width: 1px;
    border: 1px solid rgba(255, 255, 255, 1);
   
    font-weight: 700;
    font-size: 11px;
   align-items:center;
   justify-content:center;
   color:#fff;
    vertical-align: middle;
}
@media(min-width:768px)
{
    .desk-hidden
    {
        display:none !important
    }

}
.btn-member {
    background: #7A314F;
    border-radius: 32px;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    right: 80px;
}
 @media(max-width:767px)
 {

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .mobile-hidden
    {
        display:none !important
    }
    .photos .discover-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .about-skill-counter
    {
        border-top:0
    }
    .skill-counter-item {
        width: 100%;
    }
    .skill-counter-item {
        background: #fff;
        padding-left: 20px;
        padding-right: 10px;
        border-radius: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .skill-counter-item-content p {
        color: rgba(132, 134, 136, 1);
        font-weight: 400;
        font-size:19px;
        text-align: justify;
    }
  
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 30px;
        padding-left: 30px;
    }
    .qlogos
    {
        display:none
    }
    .col-md-12 .bird-box {
        padding: 15px;
    }
    .bird-title {
      
        font-size: 32px;
     
        line-height: 40px;
       
    }
    .bird-subtitle {
      
        font-size: 15px;
     
        line-height: 22px;
       
    }
    .q-b
    {
        margin-top:-50px
    }
    .ygr-about-wrap {
        padding: 30px 0px 60px;
        
    }
    body .slick-dots {
        bottom: -10px;
    }
    .news-mobile
    {
        padding-top:40px;
    }
    .topbar .col-xs-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer .row > * {
        padding-right: 15px;
        padding-left: 15px;
    }
    .language-dropdown
    {
        display:none
    }
    .footer .col-md-8 .col-md-4{
        margin-bottom:20px;
    }
    .footer .col-md-8 .row .col-md-4 {
        margin-bottom: 0px;
    }
    .copyright {
        margin-top: 0px;
        padding-bottom:30px;
      
    }
    .aspirations {
        text-align: center;
        display: block;
        margin-top: 10px;
        padding-bottom: 10px;
    }
  
    .news-box {
       border-radius:8px;
        gap: 0px 0px;
        background: #fff;
        margin-bottom: 30px;
        padding:20px 15px;
    }
    .news-box-content h4 {
        font-size: 15px;
        font-weight: bold;
    }
    .news-box-content p {
        font-weight: 400;
        font-size: 12px;
        height: 92px;
        overflow: hidden;
        margin-bottom: 0;
        text-align: justify;
    }
    .news-box-content h4
    {
        margin-bottom:10px;
    }
    .news-box-date {
        width: 62px;
        height: auto;
        background: rgba(122, 49, 79, 1);
        min-width: inherit;
        border-radius: 8px;
        min-width: 62px;
        margin-right:10px;
    }
        .news-box-date .news-box-inner span {
            display: block;
            color: #fff;
            font-weight: 700;
            font-size: 16px;
            line-height: 100%;
            margin-top: 10px;
            text-align: center;
        }
        .news-box-date .news-box-inner {
           
            padding-top: 0px;
        }
    .news-box-content {
        padding-top: 0;
    }
    .news-mobile .hero-btn a {
        display: flex;
        width: 100%;
        align-items: center;
        color: #fff !important;
        background: #7A314F !important;
        border: 0 !important;
    }
        .news-mobile .hero-btn a img {
            display: inherit;
            position: absolute;
            right: 20px;
            filter: brightness(0) invert(1);
        }
    .birds
    {
        position:relative
    }
   .col-md-6 .bird-title
   {
       margin-bottom:5px;
       font-size:24px;
       line-height:32px;
   }
    .col-md-6 .bird-subtitle {
        font-size: 12px;
        line-height: 18px;
    }
 }
.ml-auto
{
    margin-left:auto
}
.btn-lang i {
    font-size: 18px;
    padding-left: 7.5px;
}
.btn-lang span {
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
}
.bird-content {
    width: 100%
}

.bird-box {
    width: 100%
}
.QBRC {
    margin-top: 5px;
    filter: brightness(0) invert(1);
}
.qtopmobile {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 210px;
}
.logo-footer
{
    max-width:200px;
}
.joinus {
    background: rgba(245, 243, 233, 0.8);
    padding: 80px 0;
    position:relative
}
.inner-title {
    color: rgba(122, 49, 79, 1);
    font-weight: 700;
    font-size: 58px;
    line-height:1.4;
   
  text-align:center;
  margin-bottom:15px;
    vertical-align: middle;
}
.addbird-title {
    color: rgba(122, 49, 79, 1);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4;
 
    margin-bottom: 15px;
    vertical-align: middle;
}
.inner-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(132, 134, 136, 1);
    text-align: center;
    vertical-align: middle;
}
.img-j1
{
    position:absolute;
    right:0;
    left:auto;
    top:80px;
}
.img-j2 {
    position: absolute;
    left: 0;
    right: auto;
    top: 80px;
}
.img-j3
{
    text-align:center;
    padding:30px 0;
    margin-left:auto;
    margin-right:auto;
    display:block
}
.form-control {
    border: 0.5px solid rgba(122, 49, 79, 1);
    height: 54px;
    line-height: 54px;
    border-radius: 45px;
  
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
   
    text-align: center;
    vertical-align: middle;
}
.form-group
{
    margin-bottom:20px;
}
.btn-submit {
    width: 100%;
    height: 54px;
    background: rgba(122, 49, 79, 1);
    border-radius: 45px;
   
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
   color:#fff;
   border:0;
    text-align: center;
    vertical-align: middle;
}
@media(max-width:991px)
{
   body .img-j1
    {
        display:none
    }
    body .img-j2 {
        top: 0;
    }
}
.login-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    padding-top:10px;
    padding-bottom:0px;
}
    .login-text a {
        color: rgba(141, 27, 61, 1);
    }
.error {
    text-align: center;
    color: red;
    margin-top: 5px;
    display: block;
}
.main-menu .dropdown ul li a {
    padding: 7.5px 10px !important;
    border-bottom: 1px solid var(--bs-dropdown-divider-bg);
}
.main-menu .dropdown ul li:last-child a
{
    border-bottom:0
}
.main-menu .dropdown-menu
{
    padding-top:0;
    padding-bottom:0
}
.main-menu .dropdown-toggle {
    background: #7A314F !important;
    border: 0;
    border-radius: 32px;
    height: 48px;
}
.main-menu .dropdown-toggle:hover {
    background: #7A314F !important;
    border: 0;
    color:#fff !important
}
.inner-page-title {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}
.inner-page > .container
{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
}
.inner-page .row{
    height:100%
}
.inner-page {
    position: relative;
    background-image: url(/images/inner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
}
.overlay {
    background: rgba(71, 17, 39, 0.72);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    hanging-punctuation:100%
}
.news {
    background: rgba(245, 243, 233, 0.8);
    padding: 80px 0;
    position: relative;
}
.news-img {
    margin-bottom: 15px;
    border-radius: 8px;
}
.news-title {
    color: rgba(122, 49, 79, 1);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
    vertical-align: middle;
}
.b-box-content {
    background: #eae1dd;
    border-radius: 14px;
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 15px;
    min-height: 100px;
    justify-content: center;
}
.family-num {
    background: rgba(122, 49, 79, 1);
    width: 88px;
    height: 100px;
    min-width: 88px;
    font-weight: 700;
    font-size: 40px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: rgba(255, 255, 255, 1);
}
.family-title {
    flex: 1;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: rgba(122, 49, 79, 1);
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
}
.b-box img {
    border-radius: 14px;
}
.family
{
    padding-top:50px;
}
.b-box{
    margin-bottom:30px;
}

.overlay-family {
    background: linear-gradient(180deg, rgba(122, 49, 79, 0) 0%, rgba(122, 49, 79, 0.679) 100%);
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.b-box:hover .overlay-family {
    display: block
}
.b-box > a {
    position: relative;
    display: block;
}
.Species {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 180px;
    height: 46px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15.5px;
    font-weight: 700;
    font-size: 28px;
    line-height: 46px;
    color: rgba(122, 49, 79, 1);
    text-align: center;
    vertical-align: middle;
    display:none
}
.b-box:hover .Species {
    display: block
}
.b-box:hover .family-num {
    display: none
}
.b-box:hover .family-title
{
    color:#fff;
}
.b-box:hover .b-box-content {
    background: rgba(122, 49, 79, 1);
}
.ex-item img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.ex-item ul {
    border-top: 1px solid rgba(255, 255, 255, 1);
    background: rgba(226, 224, 216, 1);
    padding-left: 0;
    opacity: 0.8;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-top-width: 1px;
    list-style: none;
    margin-top: -48px;
}
    .ex-item ul li
    {
        padding:10px 15px;
    }
        .ex-item ul li:first-child {
            
            text-align: center;
            vertical-align: middle;
         
            border-bottom: 0.5px solid rgba(122, 49, 79, 1)
        }
        .ex-item ul li:first-child a {
            font-weight: 900;
            font-size: 24px;
          
            vertical-align: middle;
            color: rgba(122, 49, 79, 1);
   
        }
        .ex-item ul li:nth-child(2) {
            font-weight: 300;
            font-size: 20px;
            line-height: 100%;
            color: rgba(122, 49, 79, 1);
            text-align: center;
            vertical-align: middle;
            border-bottom: 0.5px solid rgba(122, 49, 79, 0.5);
         
        }
        .ex-item ul li:nth-child(3) {
            font-weight: 400;
            font-size: 20px;
            line-height: 100%;
            color: rgba(122, 49, 79, 1);
            text-align: center;
            vertical-align: middle;
            border-bottom: 0.5px solid rgba(122, 49, 79, 0.5);
            min-height:62px;
        }
        .ex-item ul li:nth-child(4) {
            font-weight: 700;
            font-size: 14px;
            line-height: 100%;
            min-height: 41px;
            text-align: center;
            vertical-align: middle;
            text-decoration: underline;
            text-decoration-style: solid;
     
            text-decoration-thickness: 0%;
            text-decoration-skip-ink: auto;
            color: rgba(122, 49, 79, 1);
        }
.explore
{
    margin-top:50px;
}
.ex-item {
    margin-bottom: 30px;
    margin-top: 20px;
}
.bird-details {
    background: rgba(245, 243, 233, 0.8);
    padding:80px 0
}








    .bird-details .tab-content {
        border: 0px solid #ededed;
        margin-bottom: 10px;
    }
        .bird-details .tab-content .tab-pane {
            display: block;
            height: 0;
            visibility: hidden;
        }
            .bird-details .tab-content .tab-pane.active {
                height: auto;
                visibility: visible;
            }
        .bird-details .tab-content img, .thumb-menu div img {
            width: 100%;
        }
.thumb-menu .owl-stage-outer {
    margin: 0 -1px;
}
.thumb-menu.owl-carousel .owl-item a {
    border: 1px solid #e5e5e5;
    display: block;
    border-radius: 30px;
}
.bird-details .tab-content img, .thumb-menu div img {
    width: 100%;
    border-radius: 14px;
}
.thumb-menu div img {
    border-radius: 14px;
}
.owl-dots {
    margin-top: 40px;
    position: static;
    text-align: center;
    width: 100%;
    z-index: 12;
    line-height: 1;
}
.thumb-menu .owl-nav button {
    border-radius: 0;
    font-size: 15px;
    height: 35px;
    left: -10px;
    line-height: 36px;
    width: 35px;
}
.owl-nav button {
    background: rgba(255, 255, 255, 0.75);
    color: #454545;
    border: 1px solid #ebebeb !important;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 62px;
    left: 30px;
    line-height: 62px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 62px;
    z-index: 8;
}
.thumb-menu:hover .owl-nav button {
    opacity: 1;
}
.thumb-menu .owl-nav button {
    background: #7A314F !important
}
.thumb-menu .owl-nav button i{
    font-size:inherit;
    color:#fff;
}
.thumb-menu .owl-nav button.owl-next {
    right: -10px;
    left: auto;
}
.card-bird {
    background: rgba(255, 255, 255, 1);
    border-radius: 27px;
    padding:45px 45px 30px 45px;
}
.card-bird > ul{
    list-style:none;
    padding-left:0;
    margin-bottom:30px;
}
    .card-bird > ul > li:first-child {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        color: rgba(122, 49, 79, 1);
        vertical-align: middle;
        border-bottom: 1px solid rgba(132, 134, 136, 1);
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 100%;
        list-style: disc;
    }
    .card-bird > ul > li:last-child {
        font-family: Helvetica;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        color: rgba(0, 0, 0, 1);
    }
    .card-bird ul li ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
        .card-bird ul li ul li a {
            line-height: 46px;
            display: inline-block;
            background: #4aa1c6;
            border-radius: 23px;
            color: rgba(255, 255, 255, 1) !important;
            font-weight: 400;
            font-size: 24px;
            line-height: 46px;
            text-align: center;
            height: 46px;
            padding-right: 17.5px;
            padding-left: 17.5px;
        }
    .card-bird > ul > li > ul > li {
        margin-right: 15px;
        margin-bottom: 10px;
    }
.btn-Seasonality {
    background: rgba(122, 49, 79, 1);
    height: 41px;
    line-height: 41px;
    border-radius: 45px;
    padding-left: 0px;
    display:block;
    width:100%;
    font-weight: 700;
    font-size: 20px;
 text-align:center;
    color: rgba(255, 255, 255, 1) !important;
    vertical-align: middle;
    margin-bottom:30px;
}
.Seasonality-title {
  
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
}
.card-others .card-bird{
    padding:30px;
}
    .card-others .card-bird .btn-Seasonality {
        padding-left: 30px;
        text-align: left;
    }
.card-others
{
    margin-top:30px;
    margin-bottom:30px;
}

.audio-player {
    padding: 30px 50px;
    position: relative;
    border-radius: 16px;
    background: #f7f5ed;
}

.progress-bar-container {
    position: relative;
    width: 100%;
    height: 6.33px;
    /* top: 8.86px; */
    /* left: 47.31px; */
    background-color: #ccc;
    border-radius: 5.06px;
    overflow: hidden;
}

.progress {
    height: 100%;
    width: 0%;
    background-color: #7A314F;
    border-radius: 5.06px;
}

.controls {
    position: relative;
    /* top: 50px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: flex;
    align-items: center;
    /* gap: 20px; */
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.control-btn {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

  

.hidden-audio {
    display: none;
}
.audio-title {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 14px;
    line-height: 25.31px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: rgba(122, 49, 79, 1);
    margin-bottom: 15px;
    backdrop-filter: blur(172.0162811279297px);
}
#currentTime {
    position: absolute;
    left: -37.5px;
    font-weight: 400;
    font-size: 10.13px;
    line-height: 25.31px;
    color: rgba(122, 49, 79, 1);
    text-align: center;
    vertical-align: middle;
    top: -10px;
}
#remainingTime {
    position: absolute;
    right: -37.5px;
    font-weight: 400;
    font-size: 10.13px;
    line-height: 25.31px;
    color: rgba(122, 49, 79, 1);
    text-align: center;
    vertical-align: middle;
    top: -10px;
}
.bird-slider
{
    position:relative
}
.bimg-title {
       color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 26.4px;
    letter-spacing: 0.3px;
    text-align: center;
    vertical-align: middle;
       margin-top: 5px;
    z-index:11;
display:block
}
.overlay-slider {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.7%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 14px;
    z-index: 1;
}
.tab-pane > a{
    position:relative;
    display:block
}
.bird-country
{
    margin-top:30px;
}
.bird-country ul {
    list-style:none;
    padding-left:0;

}
    .bird-country ul li{
        display:block;
        margin-top:15px;
    }
        .bird-country ul li:first-child {
          
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            color: rgba(132, 134, 136, 1);
        }
        .bird-country ul li:nth-child(2) {
            line-height: 26px;
            font-weight: 700;
            font-size: 20px;
            color: rgba(122, 49, 79, 1);
        }
        .bird-country ul li:last-child span {
            color: rgba(132, 134, 136, 1);
            font-weight: 400;
            font-size: 15px;
            line-height: 220.00000000000003%;
        }
        .bird-country ul li:last-child i {
            padding-right: 10px;
            color: rgba(122, 49, 79, 1);
        }
        .bird-country ul li:first-child span {
            background: rgba(132, 134, 136, 1);
            border-radius: 17.5px;
            font-weight: 700;
            font-size: 18px;
            height: 35px;
            padding-left: 20px;
            padding-right: 20px;
            line-height: 35px;
            color: rgba(255, 255, 255, 1);
            margin-left: 15px;
            display: inline-block;
        }
bird-country ul li:first-child 
{
    display:flex;
    align-items:center
}
.bird-dimesions ol{
    list-style:none;
    padding-left:0;
}
.bird-dimesions ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.bird-dimesions ol li:first-child {
    width: 100px;
    margin-right: 15px;
    color: rgba(122, 49, 79, 1);
    font-weight: 700;
    font-size: 21px;
}
.card-bird-last {
    padding: 30px;
}
.bird-dimesions li > ol:first-child{
    margin-bottom:7.5px;
}
.letter {
    background: #027060;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}
.bw-img {
    max-height: 77px;
    width: auto
}

.bird-dimesions ol li:last-child {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 21px;
  
}
.drop-box {
    border: 2px solid rgba(226, 230, 234, 1);
    text-align: center;
    padding: 20px;
    border-radius: 24px;
    position: relative;
    background: rgba(255, 255, 255, 1);
}

    .drop-box.dragover {
        background-color: #e0f7fa;
        border-color: #26a69a;
    }

.preview {
    margin-top: 15px;
}

    .preview img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
        border-radius: 8px;
    }

#fileInput {
    display: none;
}

.add-button {
    padding-left:15px;
    padding-right:15px;
    background: rgba(122, 49, 79, 1);
    color: white;
    border: none;
  
    height: 41px;
 line-height:41px;
    border-radius: 20.5px;
}

    .add-button:hover {
        background-color: #1e8c74;
    }
.drop-box img{
    margin-bottom:15px;
}
.drop-box h3 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
    color: rgba(122, 49, 79, 1);
}
.drop-box p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: rgba(58, 58, 58, 1);
    line-height: 1;
    padding-bottom:0
}
#recordFileInput {
    display: none;
}
.mb-30
{
    margin-bottom:30px;
}
.add-bird {
    width: 270px;
    height: 54px;
    line-height: 54px;
    border-radius: 45px;
    background: rgba(122, 49, 79, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: middle;
}
.btn-log
{
    width:100px !important;
    margin-right:10px;
}
@media(max-width:1199px) and (min-width:992px)
{
    .header-btn a {
       
        width: 115px;
    }
    .btn-log {
        width: 90px !important;
      
    }
    .main-menu ul li a {
      
        padding: 15px 7.5px !important;
       
    }
}
.m-b-15
{
    margin-bottom:15px;
}
.bird-details .row .col-md-6:last-child .card-bird-last
{
    height:auto;
    margin-bottom:35px;
}
@media (max-width:767px)
{
    .card-bird-last, .card-bird {
        padding: 30px 15px;
    }
    .card-bird > ul > li:first-child
    {
        list-style:none
    }
    .card-others .card-bird .btn-Seasonality {
        padding-left: 0;
        text-align: center;
    }
    .bird-dimesions ul{
        display:block !important
    }
    .bird-dimesions ul li{
        margin-bottom:10px;
    }
        .bird-dimesions ul li:last-child {
            margin-bottom: 0px;
        }
    .card-bird > ul > li:last-child {
      
        font-size: 18px;
     
    }
    .card-bird > ul > li > ul > li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .inner-title {
     
        font-size: 32px;
    
    }
    .inner-subtitle {
      
        font-size: 15px;
    
    }
    .family-title {
      
        font-size: 21px;
     
    }
    .ex-item ul li:first-child
    {
        font-size:24px
    }
    .inner-page-title {
      
        font-size: 32px;

    }
    .img-j3 {
       
        padding: 0 0px 30px;
      
        max-width: 150px;
    }
}
.bird-country ul li:last-child {
    display: flex;
    align-items:center
}
.main-menu ul ul li a:hover, .main-menu ul ul li a:focus
{
    color:#fff;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
    .pagination > li {
        display: inline;
    }
        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #7A314F;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }
    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #7A314F;
        border-color: #7A314F;
    }
        .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
            background-color: #7A314F;
            border-color: #7A314F;
        }
    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
body .ygr-about-wrap .hero-btn:hover a {
   
    color: #7A314F !important;
    border:0 !important
}
    body .ygr-about-wrap .hero-btn:hover a img {
        filter: inherit;
    }
.col-md-6 .col-md-6 .bird-title {
    font-size: 24px;
   
}
.hero-slide img
{
width:100%;
max-width:100%
}
@media (max-width:991px)
{
.bird-slider
{
margin-bottom:30px;
}
}
.copyright .text-right
{
color:#fff;
}