html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'DM Serif Display', serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


body {
    font-family: 'Poppins', sans-serif;
    background: #F9FAFC;
    font-size: 14px;
    color: #231F20;
}


.navbar-brand img {
    max-height: 60px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 15px;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 54px;
    line-height: 1.2;
    color: #9B8144;
    margin-bottom: 24px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.banner_caption {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    left: 50%;
    z-index: 99;
    background: #ffffffd4;
    padding: 36px;
    text-align: center;
    border-radius: 10px;
}

.no-padding {
    padding: 0 !important;
}

.web-banner {
    position: relative;
}

.banner_caption h1 {
    font-size: 72px;
    color: #9e844e;
    margin-bottom: 20px;
}

.banner_caption p {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}

.btn.custome_btn {
    background: #9e844e;
    color: #fff;
    border-radius: 0;
    padding: 12px 20px;
}

.about-section {
    padding: 64px 0;
}

.feature_section {
    padding: 84px 0;
    background: #f1f1f1;
}

.feature_section .alt-font {
    padding: 10px 0;
    color: #707070;
}


.blog-slider .swiper-slide .slider-typography {
    padding: 60px;
}

.portfolio-grid.gutter-very-small li,
.blog-grid.gutter-very-small li {
    padding: 3px 3px
}

.portfolio-grid.gutter-small li,
.blog-grid.gutter-small li {
    padding: 5px 5px
}

.portfolio-grid.gutter-medium li,
.blog-grid.gutter-medium li {
    padding: 0px 0px
}

.portfolio-grid.gutter-large li,
.blog-grid.gutter-large li {
    padding: 0px 0px;
}

.portfolio-grid.gutter-extra-large li,
.blog-grid.gutter-extra-large li {
    padding: 20px;
}

.portfolio-grid.gutter-extra-large,
.blog-grid.gutter-extra-large {
    margin: 0 -20px;
}

.blog-grid.gutter-large {
    margin-left: 10px;
    margin-right: 10px;
}

.portfolio-grid.gutter-large {
    margin: 0 0px;
}

.portfolio-grid.gutter-very-small,
.blog-grid.gutter-very-small {
    margin: 0 3px
}

.portfolio-grid.gutter-small,
.blog-grid.gutter-small {
    margin: 0 5px
}

.portfolio-grid.gutter-medium,
.blog-grid.gutter-medium {
    margin: 0 7px
}

.portfolio-grid.work-6col li,
.blog-grid.blog-6col li {
    width: 16.67%
}

.portfolio-grid.work-6col li.grid-item-double,
.blog-grid.blog-6col li.grid-item-double {
    width: 33.33%;
}

.portfolio-grid.work-5col li,
.blog-grid.blog-5col li {
    width: 20%
}

.portfolio-grid.work-5col li.grid-item-double,
.blog-grid.blog-5col li.grid-item-double {
    width: 40%;
}

.portfolio-grid.work-4col li,
.blog-grid.blog-4col li {
    width: 25%
}

.portfolio-grid.work-4col li.grid-item-double,
.blog-grid.blog-4col li.grid-item-double {
    width: 50%;
}

.portfolio-grid.work-3col li,
.blog-grid.blog-3col li {
    width: 33.33%;
    float: left
}

.portfolio-grid.work-3col li.grid-item-double,
.blog-grid.blog-3col li.grid-item-double {
    width: 66.67%;
}

.portfolio-grid.work-2col li,
.blog-grid.blog-2col li {
    width: 50%
}

.portfolio-grid.work-2col li.grid-item-double,
.blog-grid.blog-2col li.grid-item-double {
    width: 100%
}

.work-1col .portfolio-grid li {
    width: 100%
}

.portfolio-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-grid .grid-item figure {
    margin: 0;
    position: relative;
    overflow: hidden
}

.portfolio-grid .grid-item figure img {
    display: block;
    width: 100%;
    cursor: pointer;
}

.portfolio-grid .grid-item {
    opacity: 1;
    overflow: hidden;
}

.portfolio-grid .grid-item figure img {
    cursor: pointer;
    display: block;
    opacity: 1;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figcaption {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
    padding: 45px;
    z-index: 1;
    text-align: center
}

.portfolio-grid .grid-item figure:hover .portfolio-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figure .portfolio-img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figure:hover img {
    opacity: 0.15;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .grid-item figure:hover figcaption {
    opacity: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}



.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox{ position: relative;}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.gallery_section {
    padding: 64px 0;
    background-color: #f1f1f1;
}

.gallery_section .nav-tabs .nav-link {
    padding: 15px 20px;
    color: #333;
    font-size: 16px;
    border: none;
    border-radius: 100px;
}

.gallery_section .nav-tabs {
    margin-top: 36px;
    border: none;
    justify-content: center;
}

.gallery_section .nav-tabs .nav-link.active {
    background: #9b8144;
    color: #fff;
}

.payment_amenities {
    padding: 64px 0;
}

.payment_amenities h2 {
    font-size: 36px;
}

.table_wrap th,
.table_wrap td {
    border: 1px solid #ddd;
    padding: 10px;
}


.table_wrap .table>:not(:first-child) {
    border: none;
}

.payment_amenities ul li {
    padding-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
    list-style: circle;
}

.payment_amenities ul {
    padding-left: 20px;
}

.contact_form {
    background: #333;
    padding: 64px 0;
}

.inside h2 {
    font-size: 24px;
    color: #fff;
}

.inside p {
    color: #a7a7a7;
    padding: 9px 0;
}

.inside p a {
    color: #fff;
    line-height: 1.5;
}

.inside h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.contact_form form label {
    color: #fff;
    margin-bottom: 10px;
}

footer {
    background: #222;
    padding: 32px 0;
    color: #fff;
}

footer h6 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
}

.footer-nav a {
    display: inline-block;
    color: #a7a7a7;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    margin: 0 5px;
    /* background: #121212; */
}

.footer-nav {
    text-align: center;
    padding: 15px 0 0 0;
}




/*=======new-header==============*/


 .header_phone svg {
    color: #8a959e;
    height: 21px;
    fill: #f58728;
    vertical-align: middle;
}

 .header_phone a{font-size:16px; text-decoration:none; color:#000; font-weight:500;}
 
 
 .headerNew .navbar-brand {
    flex: 1;
}

.headerNew .header_phone {
    flex: 1;
    text-align: right;
}

.headerNew .navbar-nav {
    justify-content: center;
    margin: 0!important;
}

.headerNew .navbar-collapse {
    justify-content: center;
}

.headerNew .container-fluid {
    padding: 0 55px;
}

.headerNew .navbar-nav .nav-link {display: block;text-decoration: none;font-size: 15px;font-weight: 500;padding-left: 15px;padding-right: 15px;transition: none;-moz-transition: none;-webkit-transition: none;-o-transition: none;color: #222222;cursor: pointer;-webkit-backface-visibility: hidden;}

.headerNew .navbar-nav .nav-link.active,.headerNew .navbar-nav .nav-link:hover {
    color: #f58728;
}
.headerTop {
    background: #001a33;
}
 .headerTopRow {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin:0 -10px;
}

.social_sidebar_internal {
    flex: 1;
    padding: 0 10px;
}

.right-top-widet {
    flex: 1;
    padding: 0 10px;
    text-align: right;
}

.headerTopRow a {
    color: #fff;
    text-decoration: none;
    padding: 13px 15px;
    display:inline-block;
    border-right:1px solid rgba(206, 206, 206, 0.3);
}

.headerTopRow li:first-child a,.headerTopRow a:first-child{ border-left:1px solid rgba(206, 206, 206, 0.3);}

.right-top-widet ul {
    display: flex;
    justify-content: end;
} 

