@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700,900');

body {
    font-family: 'Montserrat', sans-serif;
}

ul {
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}

.rd-navbar-brand img {
    width: 100%;
}

/*.page-head.section-sm-top-80 { position: relative; z-index: 99;}*/
.page-head.section-sm-top-80:after {
    content: "";
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.95) 1%, rgba(255, 255, 255, 0.59) 37%, rgba(255, 255, 255, 0.56) 53%, rgba(255, 255, 255, 0.31) 74%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 1%, rgba(255, 255, 255, 0.59) 37%, rgba(255, 255, 255, 0.56) 53%, rgba(255, 255, 255, 0.31) 74%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 1%, rgba(255, 255, 255, 0.59) 37%, rgba(255, 255, 255, 0.56) 53%, rgba(255, 255, 255, 0.31) 74%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: 90;
}

/*.image-animate:before { 
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(160, 159, 159, 0.07) 1%,rgba(35, 26, 26, 0.32) 37%,rgba(33, 33, 33, 0.56) 40%,rgba(0, 0, 0, 0.31) 50%,rgb(0, 0, 0) 100%);
    width: 938px;
    height: 200px;
    bottom: 0;
    left: 0;
    opacity: .7;
 }*/
nav.rd-navbar.rd-navbar-original.rd-navbar-static {
    position: relative;
    z-index: 100;
}


/*Important for fontawesome*/
[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}


/* ==================================
				Menu
====================================*/
.section-sm-top-80 {
    margin-top: 50px;
}



/* ==================================
            Background Images
====================================*/

header.bacground-image {
    display: block;
    background-image: url(../images/contact-bg.jpg);
    margin-top: -80px;
    padding-bottom: 240px;
    min-height: 270px;
    background-color: #477d3d;
}

/*header.bacground-image { display: block; background-image: url('../images/contact-bg.jpg'); margin-top: -100px; padding-bottom: 240px; }*/
header.bacground-image.mission-vision {
    display: block;
    background-image: url('../images/bg-2.jpg');
}

header.bacground-image.dairy {
    display: block;
    background-image: url('../images/dairy-bg.jpg');
}

header.bacground-image.hatchery {
    display: block;
    background-image: url('../images/hatchery-bg.jpg');
}

header.bacground-image.contagt-bg {
    display: block;
    background-image: url('../images/contact-banner.jpg');
}

header.bacground-image.agro-banner {
    display: block;
    background-image: url('../images/agro-banner.jpg');
}

header.bacground-image.news-bg {
    display: block;
    background-image: url('../images/news-banner.jpg');
}

/*header.bacground-image.training {*/
/*    display: block;*/
/*    background-image: url('../images/banner-booklet.jpg');*/
/*}*/

header.bacground-image.history-banner {
    display: block;
    background-image: url('../images/history-banner.jpg');
}


/* ==================================
            Common Style
====================================*/
.common-page {
    padding: 70px 0px;
}

.common-page h3.common-heading {
    display: block;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: -9px;
    color: #019E46;
}

.nav-tabs>li {
    border-bottom: 1px solid #baefb9;
}

.nav-tabs>li>a {
    font-size: 15px;
    color: #000;
    text-align: left;
}

.nav-tabs>li>a>span {
    display: inline-block;
    width: 200px;
    text-transform: normal;
    padding: 0px 13px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #f7f7f7;
    color: #019E46;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #f1eeee;
    border: 0px solid #ddd;
    font-weight: 400;
    box-shadow: 0px 2px 7px #f1f1f1;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
    background: #f9f9f9;
}

.common-page .nav>li>a>img {
    display: none;
    width: 14px;
}

.common-page .nav>li.active>a>img {
    display: inline-block;
}

ul.gallery-item li.default.open {
    margin-bottom: 5px;
}

ul.gallery-item a {
    font-size: 14px;
    line-height: 34px;
}

ul.gallery-item a.header {
    font-weight: 500;
    font-size: 15px
}

ul.gallery-item li.default.open {
    padding: 0px;
    display: none;
}

ul.gallery-item:hover li.default.open {
    background: #bbb;
    display: block;
    transition-duration: 3s;
}

ul.gallery-item li.default.open link {
    padding: 15px;
}

ul.gallery-item li.default.open ul.submenu li {
    background: #f1eeee;
    margin-bottom: 0px;
    padding-left: 15px;
    border-bottom: 1px solid #fff;
}

img#max-width {
    width: 100%;
}


/* ==================================
            Board of Directors
====================================*/
.og-grid li>a,
.og-grid li>a img {
    height: 200px;
    width: 200px;
    border-radius: 100%;
}

#directors-page .inner ul li {
    display: inline-block;
    width: 100%;
}

div.panel {
    display: none;
}

div.panel.active {
    display: block;
}

#directors-page ul.directors-ul {
    display: block;
    text-align: left;
}

#directors-page ul.directors-ul li {
    display: inline-block;
    /*width: 33%;*/
    width: 22%;
    margin-right: 25px;
    text-align: center;
    vertical-align: top;
}

#directors-page ul.directors-ul li>a>img {
    border-radius: 100%;
    padding: 5px;
    border: 3px solid #fff;
    width: 300px;
    /*height: 300px;*/
    transition-duration: 2s;
}

#directors-page ul.directors-ul li>a>img:hover {
    border: 3px solid #477d3d;
    transition-duration: 2s;
    /*transform: scale(1.1);*/
}

#directors-page ul.directors-ul li>a>img.active {
    border: 3px solid #477d3d;
    transition-duration: 2s;
    /*transform: scale(1.1);*/
}

#directors-page ul.directors-details {
    color: #434343;
    text-align: left;
    font-size: 15px;
    padding-bottom: 15px;
}

#directors-page ul.directors-details>li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 15px;
}

#directors-page ul.directors-details.bullet>li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 15px;
    color: #a7a7a7;
}

#directors-page .director-div {
    display: block;
    color: #434343;
    text-align: left;
    padding-top: 40px;
    width: 1140px;
    font-size: 15px;
}

#directors-page .director-div.second {
    position: relative;
    left: -290px;
    /*left: -102%;*/
    width: 1140px;
}

#directors-page .director-div.third {
    position: relative;
    left: -550px;
    /*left: -200%;*/
    width: 1140px;
}

#directors-page .director-div.fourth {
    position: relative;
    left: -830px;
    /*left: -200%;*/
    width: 1140px;
}

#directors-page .left {
    padding-right: 80px;
}

#directors-page .left:after {
    content: '';
    width: 1px;
    height: 700px;
    background: #f1f1f1;
    left: 92%;
    top: 0px;
    position: absolute;
}

#directors-page .left p {
    width: 85%;
    text-align: justify;
}

#directors-page .right {
    padding-top: 0px;
}

#directors-page .right h2 {
    font-style: italic;
}

#directors-page .director-div h1 {
    font-size: 28px;
    font-weight: 600;
}

#directors-page .director-div h2 {
    font-size: 20px;
    padding-bottom: 10px;
}

#directors-page .director-div .left h4 {
    font-size: 16px;
    color: #040404;
    padding-bottom: 10px;
}

#directors-page .director-div .right h4 {
    font-size: 15px;
    color: #434343;
    padding-bottom: 10px;
}

#directors-page .sign {
    display: block;
    text-align: right;
}

#directors-page .sign img {
    height: 80px;
}

#directors-page .close {
    position: absolute;
    display: block;
    right: 5px;
    z-index: 999;
    margin-top: -30px;
    margin-right: -15px;
}

#directors-page .close img {
    width: 60%;
}

#directors-page #border {
    display: block;
    /*position: absolute;*/
    position: relative;
    height: 1px;
    width: 100%;
    background: #eae9e9;
    top: 275px;
}

#directors-page .arrow-bounce img {
    width: 30px;
}

.gap {
    padding: 20px 0px;
}

.designation {
    display: block;
    padding: 15px 0px;
}

#directors-page .director-div h2.few-words {
    padding-bottom: 30px;
}


/* ==================================
            Agro || Mango
====================================*/
/*#agro-landing-page header.bacground-image { margin-bottom: 70px;  }*/
/*#agro-landing-page .position-r { min-height: 1500px !important; }*/
#agro-landing-page h1 {
    margin-bottom: 20px;
    width: 100%;
    font-size: 30px;
}

#agro-landing-page .cell-md-preffix-1 p {
    width: 100%;
}

.section-abs-5 .img-wraper:hover:after {
    content: '';
    position: absolute;
    width: 107%;
    height: 500px;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}



.section-abs-5 .img-wraper:hover .img-caption {
    display: block;
    z-index: 11;
}

/* ==================================
            Agro || Mango
====================================*/
.common-page ul.business-unit-nav-ul {
    display: inline-block;
    text-align: right;
    padding-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 70px;
    float: right;
    margin-right: -10px;
}

.common-page ul.business-unit-nav-ul.about {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
}

.common-page ul.business-unit-nav-ul li {
    display: inline-block;
    text-align: center;
    padding: 10px 46px;
}

.common-page ul.business-unit-nav-ul li a {
    color: #000;
    font-size: 15px;
}

.common-page ul.business-unit-nav-ul li.active a {
    color: #019E46;
    font-size: 15px;
    font-weight: 400;
}

.common-page ul.business-unit-nav-ul li.active {
    color: #10E92B;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}

.common-page ul.business-unit-nav-ul li:hover {
    color: #10E92B;
    background: #f7f7f7;
}

.common-page h2 {
    display: block;
    text-align: left;
}

.common-page .mango-text {
    display: block;
    text-align: left;
    font-size: 15px;
}

.common-page ul.list-ul {
    padding-bottom: 10px;
}

.common-page ul.list-ul li {
    font-size: 15px;
    text-align: left;
    color: #464646;
}

.common-page ul.list-ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    padding-right: 8px;
    color: #b4b4bb;
}

.common-page .text-details {
    display: block;
    margin-left: 30px;
}

.common-page .table-hover {
    font-size: 15px;
    color: #464646;
    margin-top: 10px;
    text-align: left;
}

.common-page .table-hover>tbody>tr:hover {
    background: #477d3d;
    color: #fff;
}

#agro-page ul.business-unit-nav-ul li {
    /*width: 32.7%;*/
}

#history-page ul.business-unit-nav-ul li {
    /*width: 24.50%;*/
}

#directors-page ul.business-unit-nav-ul li {
    /*width: 24.50%;*/
}

#contact-page h1 {
    padding-bottom: 40px;
}

#history-page p {
    width: 96%;
}

.gallery-pga .thumb-icon.photo h5 {
    position: relative;
    z-index: 999;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;

}

/* Responsive for gallery text */
@media (max-width: 768px) {
    .gallery-pga .thumb-icon.photo h5 {
        font-size: 16px;
        letter-spacing: 0.8px;
    }
}

@media (max-width: 480px) {
    .gallery-pga .thumb-icon.photo h5 {
        font-size: 14px;
        letter-spacing: 0.5px;
        text-align: center;
        /* optional */
    }
}

.common-page h5 {
    color: #000;
    font-size: 18px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 25px;
}

/* Responsive for common-page headings */
@media (max-width: 768px) {
    .common-page h5 {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 8px;
        line-height: 22px;
    }
}

@media (max-width: 480px) {
    .common-page h5 {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 6px;
        line-height: 20px;
        text-align: center;
        /* optional: center for better small screen readability */
    }
}

.common-page h6 {
    color: #000;
    font-size: 18px;
    text-align: left;
    padding-bottom: 10px;
}

#history-page p.full {
    width: 100%;
}

#history-page img {
    padding-bottom: 20px;
    overflow: hidden;
    display: inline-block;
}

/*Extra || Override*/
.range.range-md-bottom.range-md-reverse {
    width: 100%;
    text-align: left;
}

#news-page img {
    display: block;
    text-align: left;
}

#news-page .level-1 {
    padding: 10px 0px;
}

/*#news-page .level-1 .trnBklts {margin-bottom:10px;}*/
/*#news-page .level-1:before { 
    content: '';
    display: block;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    width: 96%;
    padding-left: 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}  
#news-page .level-1:after { 
    content: '';
    display: block;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    width: 96%;
    padding-left: 35px;
    margin-left: 15px;
    padding-bottom: 60px;
} */
hr.border-hr {
    display: block;
    background: #000;
    color: #000;
    margin: 30px 0px;
}

.footer ul.social-icons li a:hover {
    -webkit-transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    transition: all 400ms cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
    will-change: transform, opacity;
}

#news-page h5 {
    padding-top: 0px;
}

#csr img {
    display: block;
    margin: 0 auto;
}

#csr .left {
    padding-right: 30px;
}

#csr .right {
    padding-left: 30px;
}

.extra-top {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 75px !important;
    overflow: hidden;
}

.extra-top-inner {
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 110px !important;
}

.extra-bottom {
    margin-bottom: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 43px !important;
}

.extra-gap {
    margin-bottom: 30px !important;
}

/*section.position-r { padding-bottom: 80px !important; }*/
section.position-r {
    padding-bottom: 80px !important;
}

.common-page .gap-table {
    display: block;
    margin-top: 30px;
}

.common-page .left-padding {
    padding-right: 50px;
}

.common-page img {
    max-width: 100%;
    height: 100%;
}

/* ==================================
           Footer
====================================*/
.footer {
    display: block;
    position: relative;
    padding: 50px 0px 10px 0px;
    background: #f5f5f5;
}

.footer img {
    display: block;
    text-align: left;
}

.footer p {
    text-align: left;
    font-size: 14px;
    color: #424141;
}

.footer .phone {
    display: block;
    text-align: left;
    font-size: 18px;
    color: #525252;
    font-weight: 400;
}

.footer .phone span {
    color: #019E46;
    font-weight: 400;
    padding-left: 12px;
}

.footer ul.social-icons li {
    display: inline-block;
    padding-left: 12px;
}

.footer ul.social-icons {
    padding-top: 25px;
    text-align: right;
}

.footer ul.social-icons li a {
    color: #019E46;
    font-size: 25px;
}

.footer ul.quick-links li a {
    color: #424141;
    font-size: 14px;
}

.footer ul.quick-links li a:hover {
    color: #019E46;
    font-weight: 600;
}

.footer ul.quick-links {
    display: block;
    margin: 0 auto;
}

.footer ul.quick-links li {
    text-align: left;
    float: left;
    width: 100%;
    display: inline-block;
    padding-left: 0px;
    margin-left: 0px;
    border-bottom: 1px solid #019E46;
    margin-bottom: 12px;
    padding-bottom: 3px;
}

.footer .copyright p {
    display: block;
    text-align: right;
    color: #a3a2a2;
    padding-top: 50px;
}

.footer ul.social-icons li a.fa-facebook:hover {
    color: #3b5998;
}

.footer ul.social-icons li a.fa-twitter:hover {
    color: #4099FF;
}

.footer ul.social-icons li a.fa-google-plus:hover {
    color: #d34836;
}

.footer ul.social-icons li a.fa-linkedin:hover {
    color: #0077B5;
}

.footer ul.social-icons li a.fa-youtube:hover {
    color: #FF0000;
}

.footer ul.social-icons li a.fa-whatsapp:hover {
    color: #25D366;
}





/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/home/loading.gif) center no-repeat #477d3d;
}

/* button hover style if required */
.hover14:hover {
    overflow: hidden;
    display: block;
    position: relative;
}

/* generated element for shine effect.
 * normal state is semi-transparent
 * white but with zero width. Set no
 * transition here for no mouse-leave
 * animations. Otherwise the effect
 * will play in reverse when your mouse
 * leaves the element
 */
.hover14:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    overflow: hidden;

}

/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out 
 */
.hover14:hover:after {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -ms-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    transition: all 1.3s ease-out;
    overflow: hidden;
}

input#contact-file {
    padding-left: 200px;
}

.global-page ul {
    text-align: center;
    padding: 0;
    margin: 0;
}

.global-page ul li {
    display: inline-block;
    width: 20%;
    margin: 5px 5px;
    text-align: center;
    /* padding: 35px 0px; */
    background: #f5f5f5d3;
    /* vertical-align: top; */
    transition: background 0.3s ease;
}

.global-page ul li:hover {
    background: #887a7ae8;
}

/* Tablet screens */
@media (max-width: 768px) {
    .global-page ul li {
        width: 45%;
        margin: 10px 5px;
        padding: 25px 0;
    }
}

/* Mobile screens */
@media (max-width: 480px) {
    .global-page ul li {
        width: 90%;
        margin: 8px auto;
        padding: 20px 0;
    }
}


/*Inner Page || Hotel Page Starts*/
.inner-bottom-block {
    position: absolute;
    display: block;
    min-height: 80px;
    background: rgba(0, 0, 0, .5);
    bottom: 0px;
    z-index: 3;
    width: 50%;
    overflow: hidden;
}

.inner-bottom-block a.inner-gallery {
    position: absolute;
    right: 0px;
    padding: 30px 30px;
    background: rgba(0, 0, 0, .5);
}

.inner-bottom-block a.inner-gallery img {
    width: 100%;
    cursor: pointer;
}

.inner-bottom-block a.inner-gallery:hover img {
    transform: rotate(360deg);
    transition-duration: .5s;
}

.inner-bottom-block a.inner-gallery:after {
    position: absolute;
    background: rgba(0, 0, 0, .1);
    left: 0px;
    top: 0px;
    z-index: 5;
}

.hotel-pg .room-thumb {
    margin-bottom: 80px;
}

.hotel-pg .room-thumb.last {
    margin-bottom: 0px;
}

.hotel-pg .image-holder .price-overlay p {
    color: #6E4F2F;
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 25px;
    font-family: 'Century Gothic', serif;
    font-weight: 600;
}

.hotel-pg .text-holder p {
    padding: 50px 0px;
    font-size: 15px;
    text-align: justify;
}

.hotel-pg .text-holder ul li {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.hotel-pg .text-holder ul.classic-ul {
    display: inline-block;
}

.hotel-pg .text-holder ul.classic-ul li {
    display: block !important;
    width: 100%;
    vertical-align: top;
}

.hotel-pg .text-holder ul.three-li li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.hotel-pg .text-holder ul.three-li li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.hotel-pg .text-holder ul li img {
    height: 20px;
    margin-right: 15px;
    margin-top: -8px;
}

.hotel-pg .text-holder h2.title {
    font-size: 28px;
    color: #6E4F2F;
    margin-top: -10px;
}

.hotel-pg .room-thumb.img-left .leaf {
    background-image: url(../images/leaf.png);
    background-position: -150px 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.hotel-pg .room-thumb.img-left .text-holder {
    padding-left: 50px;
}

.hotel-pg .room-thumb.img-left .image-holder .price-overlay {
    position: absolute;
    bottom: 0px;
    width: 180px;
    right: 0px;
    background: #f3f3f5;
    height: 80px;
}

.hotel-pg .room-thumb.img-left .image-holder .price-overlay span {
    display: block;
    font-size: 16px;
    text-align: right;
    font-weight: 300;
}

.hotel-pg .room-thumb.img-right .leaf {
    background-image: url(../images/leaf-right.png);
    background-position: 150px 50px;
    background-repeat: no-repeat;
    background-size: contain;
}

.hotel-pg .room-thumb.img-right .text-holder {
    padding-right: 50px;
}

.hotel-pg .room-thumb.img-right .image-holder .price-overlay {
    position: absolute;
    bottom: 0px;
    width: 180px;
    left: 0px;
    background: #f3f3f5;
    height: 80px;
}

.hotel-pg .room-thumb.img-right .image-holder .price-overlay p {
    font-family: 'Century Gothic', serif;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 25px;
    transition-duration: 1s;
}

.hotel-pg .room-thumb.img-right .image-holder .price-overlay span {
    display: block;
    font-size: 16px;
    text-align: right;
    font-weight: 300;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.gallery-pga .nav-tabs>li>a.active {
    background-color: #a07e52 !important;
    border: medium none;
    border-radius: 0;
    color: #fff;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #a07548;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #fff;
}

.gallery-pga .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 0px;
}

.gallery-pga .nav-tabs>li>a {
    font-weight: 300;
    letter-spacing: .5px;
    font-weight: 400;
}

.gallery-pga .nav-tabs>li>a {
    border: medium none;
    color: #000;
    font-weight: 400;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 18px;
    color: #6E4F2F;
    font-weight: 500;
    border-radius: 0px;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.tab-content>.active {
    display: block;
}

.gallery-pga ul.gallery {
    margin-left: -15px;
    margin-right: -40px;
}

.gallery-pga ul.gallery li {
    width: 30%;
    display: inline-block;
    margin: 15px 15px 17px 15px;
    vertical-align: top;
}

/* Tablet: 2 items per row */
@media (max-width: 768px) {
    .gallery-pga ul.gallery li {
        width: 48% !important;
        margin: 10px 1% !important;
    }
}

/* Mobile: 1 item per row */
@media (max-width: 480px) {
    .gallery-pga ul.gallery li {
        width: 80% !important;
        /* Make the image container smaller */
        margin-right: 20px !important;
        /* Center it horizontally */
    }


}

.common .image-holder {
    position: relative;
    overflow: hidden;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

.common .image-holder img {
    transition-duration: 1s;
    width: 100%;
}

.common .image-holder:hover img {
    transform: scale(1.3);
    transition-duration: 1s;
}

.gallery-pga .thumb-icon.photo {
    position: absolute;
    z-index: 9;
    left: 0px;
    bottom: 0px;
    color: #fff;
    padding-left: 15px;
}




/*Inner Page || Hotel Page Ends*/