/* -------------------------------------------------------

 01. Basics style
 02. Helper style
 03. Selection style 
 04. Preloader style
 05. Owl-Theme custom style
 06. Section style
 07. Navbar style
 08. Header style
 09. Slider-fade style (Homepage Slider)
 10. Slider style (Inner Page Slider)
 11. Kenburns Slider style
 12. Slider Grid Background style
 13. Page Banner Header style
 14. Video Background style
 15. Team style
 16. Rooms 2 style
 17. Rooms 3 style
 18. Rooms Page style
 19. Services style
 20. Restaurant Menu style
 21. Facilties style
 22. Clients style
 23. Gallery style
 24. Promo Video and Testimonials style
 25. Booking style
 26. Pricing style
 27. Careers style
 28. Accordion Box (for Faqs) style
 29. News 1 style
 30. News 2 style
 31. Post style
 32. Contact style
 33. Buttons style
 34. Coming Soon
 35. 404 Page style
 36. Footer style
 37. toTop Button style
 38. Overlay Effect Bg image style
 39. Responsive (Media Query)
 
------------------------------------------------------- */
@font-face {
    font-family: "Poppins", sans-serif;
    src: url('TimesNewRomanPSMT.html') format('woff2'),
        url('TimesNewRomanPSMT-2.html') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300;500;600&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    word-wrap: break-word;
    font-family: "Poppins", sans-serif;

}
body {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    overflow-x: hidden !important;
}
p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #444;
    margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*     font-family: 'Gilda Display', serif;; */
    font-family: 'Poppins', sans-serif;

    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #3E3E40;
}

:root {
    overflow-x: hidden;
}


/*-------------------vishal-----------------------------*/
.award_sec {
    padding: 60px 15px;
}
.award_sec h2 {
    font-size: 40px;
    font-weight: 600;
    color: #864a05;
    margin-bottom: 20px;
    text-align: center;
    float: left;
    width: 100%;
}
.award_sec p {
    color: #000;
    font-size: 18px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 40px;
}


/*-----------------end----------------------------*/



img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #aa8453;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #aa8453;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    background: #aa8453;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
}
.alert-success {
    background: transparent;
    color: #666;
    border: 1px solid #aa8453;
    border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #666;
    font-size: 15px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f8f5f0;
    overflow: hidden;
    margin: 35px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #222;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 15px;
    position:relative;
    padding-left: 60px;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-style:normal;
    color: #aa8453;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid; 
    border-color:inherit;
    color: #aa8453;
}


/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
	position:absolute;
	top:60%;
	width:40%;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family: 'Gilda Display', serif;;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}

.owl-carousel .owl-item img {
    height: 100%;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}

/* background & color */
.bg-blck {
    background: #222;
}
.bg-brown {
    background: #351f0a;
	Background:url('../img/special-offer-bg.html') no-repeat;
}
.bg-cream {
    background: #f8f5f0 ;
}
.color-1 {
color: #fff;
}
.color-2 {
color: #adadad;
}
.color-3 {
color: #666;
}
.color-4 {
color: #222;
}
.color-5 {
color: #aa8453;
}

/* star - white  */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star:before, .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star:after {
  transform: rotate(35deg);
}
/* Star rating  */
.star-rating {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star-rating:before, .star-rating:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star-rating:after {
  transform: rotate(35deg);
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #aa8453;
}
::-moz-selection {
    color: #fff;
    background: #aa8453;
}
/* ::selection {
    color: #fff;
    background: #aa8453;
} */


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(0,0,0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #4EBA46;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.owl-theme .owl-dots .owl-dot span {display:none;}

/* === owl carousel nav style  === */
.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.slider-grid-bg .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.pricing .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms3 .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav,
.rooms1 .owl-theme .owl-nav {
    position: absolute!important;
    top: 35%!important;
    bottom: auto!important;
    width: 100%
}
.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.slider-grid-bg .owl-theme .owl-nav,
.news .owl-theme .owl-nav,
.pricing .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,
.rooms-page .owl-theme .owl-nav,
.rooms3 .owl-theme .owl-nav,
.rooms2 .owl-theme .owl-nav,
.rooms1 .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.clients .owl-theme .owl-prev,
.team .owl-theme .owl-prev,
.slider-grid-bg .owl-theme .owl-prev,
.news .owl-theme .owl-prev,
.pricing .owl-theme .owl-prev,
.testimonials .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-prev,
.rooms3 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-prev {
    left: 10px!important
}
.clients .owl-theme .owl-next,
.team .owl-theme .owl-next,
.slider-grid-bg .owl-theme .owl-next,
.news .owl-theme .owl-next,
.pricing .owl-theme .owl-next,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-next,
.rooms3 .owl-theme .owl-next,
.rooms2 .owl-theme .owl-next,
.rooms1 .owl-theme .owl-next {
    right: 10px!important
}
.clients .owl-theme .owl-prev,
.clients .owl-theme .owl-next,
.team .owl-theme .owl-prev,
.team .owl-theme .owl-next,
.slider-grid-bg .owl-theme .owl-prev,
.slider-grid-bg .owl-theme .owl-next,
.news .owl-theme .owl-prev,
.news .owl-theme .owl-next,
.pricing .owl-theme .owl-prev,
.pricing .owl-theme .owl-next,
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-next,
.rooms-page .owl-theme .owl-prev,
.rooms-page .owl-theme .owl-next,
.rooms3 .owl-theme .owl-prev,
.rooms3 .owl-theme .owl-next,
.rooms2 .owl-theme .owl-prev,
.rooms2 .owl-theme .owl-next,
.rooms1 .owl-theme .owl-prev,
.rooms1 .owl-theme .owl-next {
    color: #fff;
    position: absolute!important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #272727;
    border: 1px solid #272727;
    line-height: 0;
    text-align: center;
    font-size: 16px
}
.clients .owl-theme .owl-prev>span,
.clients .owl-theme .owl-next>span,
.team .owl-theme .owl-prev>span,
.team .owl-theme .owl-next>span,
.slider-grid-bg .owl-theme .owl-prev>span,
.slider-grid-bg .owl-theme .owl-next>span,
.news .owl-theme .owl-prev>span,
.news .owl-theme .owl-next>span,
.pricing .owl-theme .owl-prev>span,
.pricing .owl-theme .owl-next>span,
.testimonials .owl-theme .owl-prev>span,
.testimonials .owl-theme .owl-next>span,
.rooms-page .owl-theme .owl-prev>span,
.rooms-page .owl-theme .owl-next>span,
.rooms3 .owl-theme .owl-prev>span,
.rooms3 .owl-theme .owl-next>span,
.rooms2 .owl-theme .owl-prev>span,
.rooms2 .owl-theme .owl-next>span,
.rooms1 .owl-theme .owl-prev>span,
.rooms1 .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.clients .owl-theme .owl-nav [class*=owl-],
.team .owl-theme .owl-nav [class*=owl-],
.slider-grid-bg .owl-theme .owl-nav [class*=owl-],
.news .owl-theme .owl-nav [class*=owl-],
.pricing .owl-theme .owl-nav [class*=owl-],
.testimonials .owl-theme .owl-nav [class*=owl-],
.rooms-page .owl-theme .owl-nav [class*=owl-],
.rooms3 .owl-theme .owl-nav [class*=owl-],
.rooms2 .owl-theme .owl-nav [class*=owl-],
.rooms1 .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.clients .owl-theme .owl-nav [class*=owl-]:hover,
.team .owl-theme .owl-nav [class*=owl-]:hover,
.slider-grid-bg .owl-theme .owl-nav [class*=owl-]:hover,
.news .owl-theme .owl-nav [class*=owl-]:hover,
.pricing .owl-theme .owl-nav [class*=owl-]:hover,
.testimonials .owl-theme .owl-nav [class*=owl-]:hover,
.rooms-page .owl-theme .owl-nav [class*=owl-]:hover,
.rooms3 .owl-theme .owl-nav [class*=owl-]:hover,
.rooms2 .owl-theme .owl-nav [class*=owl-]:hover,
.rooms1 .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #b19777;
    color: #FFF;
}
@media screen and (max-width: 768px) {
    .clients .owl-theme .owl-nav,
    .team .owl-theme .owl-nav,
    .slider-grid-bg .owl-theme .owl-nav,
    .news .owl-theme .owl-nav,
    .pricing .owl-theme .owl-nav,
    .testimonials .owl-theme .owl-nav,
    .rooms-page .owl-theme .owl-nav,
    .rooms3 .owl-theme .owl-nav,
    .rooms2 .owl-theme .owl-nav,
    .rooms1 .owl-theme .owl-nav {
        display: none;
    }
}


.news .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.news .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
.navbar .container { padding:0px;}
.main_sec { padding:10px 50px;}
.about .row { display:flex; align-items:center;}
.about img { width:95%;}
.readbtn { Background:#dcae30; padding:10px 35px; color:#fff!important; text-transform:uppercase; font-size:14px;}
.readbtn:hover { Background:#111; color:#fff !important;}
.pricing { margin-top:50px;}
.pricing p { line-height:1.5em !important; font-size:17px; color: #555;}
.pricing em { color:#fff; font-size:19px; font-style:normal;}
.mailsec { display:flex;}
.mailsec input { width: 75%; background: #fff; padding: 12px; margin-bottom: 0px;}
.testi_bg { background:#e3e7e7; padding:60px 0px;}
.ftbtn { Background:#dcae30; padding:10px 35px; color:#fff; text-transform:uppercase; font-size:14px; position:relative; top:25px;}
.ftbtn:hover { Background:#fff; color:#351f0a;}
.modal{display:none;position:fixed;z-index:1;padding-top:0px;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.7);z-index:999999;}
.modal-content { position: relative; background-color: #fefefe; margin:100px auto; padding: 0; border: 1px solid #888; width: 30%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); -webkit-animation-name: animatetop; -webkit-animation-duration: 0.4s; animation-name: animatetop; animation-duration:0.4s}
.footer-contact-phone .flaticon-call:before { font-size:20px;}
.about_pic { width:90%;}
.about_chokidhani .row { display: flex; align-items: center;}
.banner_title { font-size:50px; padding:15px 0px; padding-bottom:10px; line-height: 60px;vertical-align: middle;  font-weight:600;position:relative; top:-20px; color:#fff;}
.banner_title2 { font-size:75px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 80px;vertical-align: middle; font-family: 'Libre Baskerville', serif;}
.banner_title2 span { font-size:40px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 45px;vertical-align: middle; font-family: 'Libre Baskerville', serif;}
.banner_title3 { font-size:100px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 65px;vertical-align: middle; font-family: 'Libre Baskerville', serif; font-weight:900;}
.banner_title3 span { font-size:40px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 45px;vertical-align: middle; font-family: 'Libre Baskerville', serif; font-weight:400;}
.banner_title span { font-size:50px; display:block; color: #444; margin-bottom:20px;}
.banner_title4 { font-size:68px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 75px;vertical-align: middle; font-family: 'Libre Baskerville', serif;}
.banner_title4 span { font-size:40px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 45px;vertical-align: middle; font-family: 'Libre Baskerville', serif;}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close { color: #222; float: right; font-size: 28px;  font-weight: bold;}
.close:hover,
.close:focus { color: #000; text-decoration: none; cursor: pointer;}
.modal-header { padding: 2px 16px; color: white; display:block !important;}
.modal-body {padding: 10px 40px;}
.modal-body p { font-size:24px; font-weight:500; font-family: 'Gilda Display', serif;}
.popUpBtn {background:#f7883f; position: fixed; top: 250px; right: 0px; padding: 10px; cursor:pointer; z-index:99999;}
.popUpBtn:hover {background:#fff;}
.send_messageForm .inp {width: 100%;border: 0px;border-radius: 5px;margin-bottom: 15px;height: 45px;padding: 10px;font-size: 14px; border:1px #b79c53 solid; background:#fff; color:#666;}
.send_messageForm select {width: 100%;border: 0px;border-radius: 5px;margin-bottom: 20px;height: 45px;padding: 10px;font-size: 16px;outline: none;background: url(../img/contact-drop-icon.html) right center no-repeat #fff;background-position-x: 95%; -webkit-appearance: none; border:1px #b79c53 solid; background:#fff; color:#666;}
.send_messageForm .inp2 { background:#fff; width: 100%;border: 0px;border-radius: 5px;margin-bottom: 10px;height: 100px;padding: 10px;font-size: 16px; border:1px #b79c53 solid;}
input.sendBtn {background:#f18c2e; border: 0px;color: #fff;padding: 10px 30px !important;font-size: 16px;font-weight: 400;text-transform: uppercase; letter-spacing: 1px; outline: none; margin-bottom:20px; cursor:pointer;}
input.sendBtn:hover {background:#222; color:#fff;}
.ti-instagram:before, .ti-twitter:before, .ti-youtube:before, .ti-facebook:before, .ti-pinterest:before {font-size:18px;}
.pricing .color-2 {color:#fff !important;}
.location_sec { background:#f0f0ee; padding-top:40px;}
.location_title { padding:50px 0px; font-size: 40px; font-weight: 500; line-height: 35px; color: #864a05;
    font-family: 'Libre Baskerville', serif; text-align:Center; text-align: Center;}
.enquiry_sec { background:#e9bc41; padding:20px; color:#fff; margin:0px 15px;}
.enquiry_title { font-size: 25px; font-family: 'Gilda Display', serif; font-weight: 600; color: #fff; position: relative; margin-bottom: 20px; line-height: 1.25em; letter-spacing:1px;}
input.enqBtn { background: #222; border: 0px; color: #fff; padding: 10px 30px !important; font-size: 16px; font-weight: 400; text-transform: uppercase;    letter-spacing: 1px; outline: none; margin-bottom: 10px; cursor: pointer;}
.package_box { border: 1px #d7d6d3 solid; display: block; margin: 10px 10px 30px; padding: 15px; box-shadow: 1px 2px 12px #b9b9b9;}
.package_box img { width:100%; padding-bottom:15px;}
.package_box h3 {font-size: 24px; font-family: 'Gilda Display', serif; font-weight: 400; color: #222; position: relative; margin-bottom: 20px; line-height: 1.25em; letter-spacing:1px; margin:0px;}
.package_box p { font-size:16px; color:#444; padding:10px 0px; margin:0px;}
.package_price { font-size:18px; color:#e9bc41;}
.package_price span { font-size:22px; display:block; color:#444;}
.package_box a { background:#e9bc41; color:#fff; padding:10px 30px; font-size:16px;}
.package_box a:hover { background:#222;}
.package_add { margin:50px 15px 30px;}

.category_cont { padding:10px; margin:20px 5px 60px; position:relative;}
.category_cont .pic { position:relative; width:100%;}
.category_cont .pic img { width:100%;}
.category_cont .des { position:absolute; background: #ffffff; bottom: -50px; padding: 0px 20px; left: 30px; right: 30px; box-shadow: 0px 6px 12px #9d9d9d;}
.category_cont .des h3 {font-size: 24px; padding:20px 0px 10px; margin:0px;}
.category_cont .des a {font-size: 24px; line-height: 30px; font-family: 'Gilda Display', serif; color:#111;}
.category_cont .des a:hover { color:#f9af53; text-decoration:none;}
.category_cont .des p { padding:0px; margin-bottom:20px;}
.package_main { padding:0px 30px;}
.book_btn { background: #e9bc41; color: #fff; padding: 10px 30px; font-size: 16px;}
.book_btn:hover { background: #222; color:#fff;}
.choose_sec {  background:#fff; padding:60px; min-height:500px}
.choose_sec h2 { font-size:35px; color:#3E3E40; font-weight:600;}
.choose_cont { font-size:16px; color:#000; line-height:24px; padding:7px 0px;}
.choose_cont span { font-size:20px; font-weight:600; color:#040919; display:block; margin-bottom:7px;}

.print-tab {
  margin-bottom: 3em;
	width: 100%;
	overflow: hidden;
}
	
.print-tab ul.print-tab-menu {
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
  white-space: nowrap;
	background: #f3f3f3;
	padding:0px;
	margin:10px 5px;
}
	
.print-tab ul.print-tab-menu > li {
	position: relative;
	margin: 0 3px 0 0;
	display: inline-block;
	cursor: pointer;
	min-width: 140px; 
	max-width: 300px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	background: #e5e1d6;
	color:#000;
}
.print-tab ul.print-tab-menu > li:hover {
	border-bottom: 3px solid #444;
	background: #dcae30 !important;
	z-index: 2;
	color:#fff;
}

.print-tab ul.print-tab-menu > li.active {
	border-bottom: 3px solid #444;
	background: #dcae30 !important;
	z-index: 2;
	color:#fff;
}

.print-tab ul.print-tab-menu > li >  {
	display: block;
    min-width: 140px; 
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	background: #dcae30;
}

.print-tab .print-tab-content > div {
	margin-top: -3px;
	position: relative;
	padding: 5px;
	display: none;
	background: #fff;
}

.print-tab .print-tab-content > div.view {
	display: block;
	width: 100%;
	min-height: 200px;
}

.print-tab .print-tab-content > div p {
  text-align: center;
  min-height: 200px;
  line-height: 200px;
  display: block;
}

/* ======= Section style ======= */
.section-padding { padding: 80px 0;}
.section-padding2 { padding: 0 0 100px 0;}
.section-padding h6 { color: #dcae30; font-size: 20px; margin-bottom: 20px;}
.section-subtitle { font-size: 21px; font-family: 'Gilda Display', serif; font-weight: 400; color: #d9a820; text-transform: uppercase; position: relative;
letter-spacing: 5px; margin-bottom: 5px;}
.section-subtitle span { color: #dcae30;}
.section-title { font-size: 32px; font-family: 'Gilda Display', serif; font-weight: 500; color: #222; position: relative; margin-bottom: 20px; line-height: 1.25em;}
.section-title span { color: #fff;}
.about { Background:#efebdf;}

.why_sec { padding:20px 0px 20px;}
.com_details { display:block;}
.com_details ul {list-style-type; none;}
.comp_title { font-size:35px; color:#3E3E40; font-weight:600; line-height:45px; font-family: "Poppins", sans-serif;}
.comp_title span { color:#f3631b; font-size:20px; text-transform:uppercase; margin-bottom:10x; display:block;}
.comp_pic { margin:0px; position:relative;}
.comp_pic::before { content:''; position:absolute; background:url('../img/dotted.png') no-repeat; width:78px; height:234px; right: 30px; bottom: 150px;}
.pic1 { width:100%; height: 100%;}
.pic2 { width: 70%; position: absolute; bottom: -75px; right: 0px; border: 5px #fff solid; box-shadow:0px 2px 10px #ccc;}
.pic3 { width:95%; float:right;}
ul.led { padding:0px;}
ul.led li { padding:5px 0px; font-size:19px; color:#222; font-weight:600;}
ul.led li .fa { color:#ef612b; font-size:22px; margin-right:5px;}

.print_bg { background:url('../images/background.jpg'); padding:50px 0px 50px !important;}
.service_sec { padding:50px 0px; text-align:Center;}
.service_sec h3 { font-size:20px; color:#3E3E40; font-family: "Poppins", sans-serif; font-weight:600;}
.service_sec span { font-size:35px; margin-bottom: 20px; text-transform:uppercase; display:block}
.cp-service2-item {padding: 30px 70px 27px 70px; height: 100%;}
.cp-service2-item img { display:block; margin:0 auto; width:auto;height: 100px;}
.cp-service2-item h4 { font-size:22px; color:#3E3E40; padding:10px 0px; margin:0px; text-align: end;}
.cp-service2-item p { font-size:15px; color:#444;}

.whyprintbox { background:#EBEEF5; padding: 30px 30px 27px 30px; height: 100%; margin-top: 10px;}
.whyprintbox img { display:block; margin:0 auto; width:auto;height: 100px;}
.whyprintbox h4 { font-size:22px; color:#3E3E40; padding:10px 0px; margin:0px;}
.whyprintbox p { font-size:15px; color:#444;}

.feature_sec { padding-top: 50px; padding-bottom: 50px;}
.feature_sec h2 { font-size:35px; color:#3E3E40; font-family: "Poppins", sans-serif; font-weight:600;}
.feature_sec span { font-size:19px; text-transform:uppercase; display:block; color:#328c2a;}
.feature_sec p { color:#444; line-height:26px;}
.feature_pic { width:95%;}
.discover { display:block; text-align:left !important; margin:5px;}
.discoverImg { position: relative; height: 250px; overflow: hidden;}
.discoverImg img { width: 100%; transition: 0.5s all ease-in-out; width:100%;}
.discoverImg:hover img {transform: scale(1.2);}
.discover h3 { font-size: 22px; color: #1a2154; font-weight:500; padding:20px 0px 0px;}
.discover p { line-height:24px;}
.discover a {background:#d3ac64; color:#fff; position: relative; top: 15px; font-size: 16px; border-radius: 6px; color: #fff; padding:10px 25px;}
.discover a:hover { background:#444; text-decoration:none;} 


/* ======= Navbar style ======= */
.navbar {
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
	position:absolute;
}
.quote-btn-wrapper {
    position: relative;
    top: -25px;
    left: 823px;
}
.quote-btn {
    background-color: #4EBA46;
    margin-top: 20px;
	color: #ffffff;
	border-radius: 30px;
}
.quote-btn:hover {
    background-color: #68a563;
    color: white;
}
.quote-btn span {
    margin-left: 8px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    background-color: white;
    color: black;
}
.mainnav {
    margin-top: 65px;
}
@media (max-width: 768px) {
    .quote-btn-wrapper {
        position: static;
        margin-top: 15px;
        text-align: center;
    }
    .quote-btn {
        margin-right: 0px;
    }
    .mainnav {
        margin-top: 0px;
    }
    .navbar-toggler-icon {
        margin-top: 25px;
    }
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #FFF;
}
.navbar .navbar-nav .nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
}
.innernav{position: relative;}
.header_bg{background: url('../img/abc.html');background-repeat: repeat-all;}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #4988C4;
}
.navbar .navbar-nav .active {
    color: #4988C4 !important;
}
.navbar .navbar-nav .active i {
    color: #328c2a;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 20%);
    height: 100px;
	z-index:999999;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #dcae30;
}
.nav-scroll .navbar-nav .nav-link {
    color: #3E3E40;
}
.nav-scroll .navbar-nav .active {
    color: #4988C4 !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 140px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-family: 'Gilda Display', serif;
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #aa8453;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    color: #222;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-family: 'Gilda Display', serif;
    font-size: 27px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #aa8453;
    margin-bottom: 0;
    padding: 20px 0;
    letter-spacing: 1px;
    text-align: center;
}
.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.logo {
    padding: 0;
}
.logo-img {
    padding: 5px 0;
    width: 150px;
    text-align: center;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: #000;
}
.nav-scroll .dropdown .nav-link i {
    color: #222;
}
.nav-scroll .navbar-nav .active i {
    color: #aa8453;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 5px 0;
    font-family: 'Gilda Display', serif;
    font-size: 15px;
    font-weight: 400;
    color: #3E3E40;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #4988C4;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}
.navbar .dropdown-menu li {
    border-bottom: 1px solid #f4f4f4;
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

.cp-service2-item2 { background:#fff; border: 1px solid #EBEBEB; padding: 10px; box-shadow:0px 2px 16px #dcdcdc; height: 100%;}
.cp-service2-item2 img { height: 270px;}
.cp-service2-item2 h4 { font-size:22px; color:#3E3E40; padding:10px 0px; margin:0px; font-weight:600;}
.cp-service2-item2 h4:hover {color: #4988C4;}
.cp-service2-item2 h4 a:hover { color:#328c2a;}
.cp-service2-item2 p { font-size:15px; color:#444; width: 90%; margin: auto; margin-bottom: 20px;}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 250px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }    
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 90px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 26px 0 26px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 26px 0 26px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 160px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 160px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #222;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #222 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #4988C4 !important;
    } 
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: #222;
    }
    .nav-scroll .dropdown .nav-link i {
        color: #222;
    }
    .nav-scroll .dropdown .nav-link.active i {
    color: #aa8453;
    }
}
@media screen and (max-width: 767px) {
.navbar .navbar-collapse { max-height: 450px; overflow: hidden; background: #fff; text-align: left; padding: 20px;}
.section-padding { padding:50px 0px;}
.about img { width: 100%; margin-bottom:15px;}
.section-title { font-size: 25px; margin-bottom: 10px; line-height: 1.2em;}
.main_sec {padding:0px;}
.pricing { margin-top: 20px;}
.pricing p { line-height: 1.3em !important; font-size: 14px;}
.reservations .text a { font-size: 15px;}
.services .content { padding: 15px !important;}
.services .content .cont h4 { font-size:25px !important;}
.testimonials-box .head-box h4 { font-size: 25px !important;}
.mailsec input { width: 70%; padding: 10px;}
.butn-dark2 { padding:12px !important; font-size:13px !important; letter-spacing:1px !important;}
.testi_bg { padding: 40px 0px 10px;}
.footer-title { margin: 10px 0px;}
.footer-top { padding: 90px 0 10px 0;}
.butn-dark { margin-bottom: 20px;}
.logo-wrapper { padding: 5px 0 10px 15px;}
.logo-img { width: 120px;}
.nav-scroll .logo-wrapper { padding: 10px 0 10px 15px;}
.nav-scroll .logo-img { width: 100px;}
.ti-menu:before { color: #2d2a2a;}
.nav-scroll .ti-menu:before { color: #111;}
.facilties .single-facility { height:auto !important;}
.category_cont { margin: 20px 0px 50px; position: relative;}
.category_cont .des { bottom: -50px; padding: 0px 10px; left: 20px; right: 20px;}
.category_cont .des p { line-height: 20px;}
.enquiry_sec { margin: 0px 10px;}
.package_main { padding: 20px;}
}

 ul.menu {padding:0px;}
 .package_main b { font-size:18px; font-weight:600;}

/* ======= Header style ======= */
.baner_sec { padding-top:3%; width:47%;}
.header {
    min-height: 65vh;
    overflow: hidden;
	background-size:cover;
	margin-top:110px;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}

.header .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption h4 {
    font-family: 'Gilda Display', serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
	line-height:40px;
}
.header .caption h1 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Gilda Display', serif;;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
}

.header .caption h3 {
    position: relative;
    margin-bottom: 20px;
    font-family: 'Gilda Display', serif;;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 7px;
}
.header .caption p {
    font-size: 19px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #444;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
/* .header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #222;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
} */
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.header .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.latest-newsletter-bg {
  padding:60px 0px;
}
.text-center {
    text-align: center!important;
}
.latest-newsletter__content h2 {
    color: var(--rr-heading-primary);
    font-family: var(--rr-ff-heading);
    font-weight: var(--rr-fw-bold);
    line-height: var(--rr-lh-h2);
    margin-bottom: 14px;
	font-weight:700;
}
.latest-newsletter__content p {
    max-width: 717px;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.latest-newsletter__content .search {
    max-width: 826px;
    height: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 1px solid rgba(0, 29, 8, 0.1);
    background: var(--rr-common-white);
}
.custom-search input[type="email"] { border-bottom:none; padding:25px;}
.latest-newsletter__content .search button {
    height: 85%;
    position: absolute;
    right: 5px;
    top: calc(58% - 30px);
	background: #d3ac64;
    color: #fff;
    padding: 0px 25px;
}

.print-tab {
  margin-bottom: 3em;
	width: 100%;
	overflow: hidden;
}
	
.print-tab ul.print-tab-menu {
	width: 100%;
	overflow: hidden;
	overflow-x: hidden;
  white-space: nowrap;
	background: #f3f3f3;
	padding:0px;
	margin:10px 5px;
}
	
.print-tab ul.print-tab-menu > li {
	position: relative;
	margin: 0 3px 0 0;
	display: inline-block;
	cursor: pointer;
	min-width: 140px; 
	max-width: 300px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	background: #e5e1d6;
	color:#000;
}
.print-tab ul.print-tab-menu > li:hover {
	border-bottom: 3px solid #444;
	background: #dcae30 !important;
	z-index: 2;
	color:#fff;
}

.print-tab ul.print-tab-menu > li.active {
	border-bottom: 3px solid #444;
	background: #dcae30 !important;
	z-index: 2;
	color:#fff;
}

.print-tab ul.print-tab-menu > li >  {
	display: block;
    min-width: 140px; 
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	background: #dcae30;
}

.print-tab .print-tab-content > div {
	margin-top: -3px;
	position: relative;
	padding: 5px;
	display: none;
	background: #fff;
}

.print-tab .print-tab-content > div.view {
	display: block;
	width: 100%;
	min-height: 200px;
}

.print-tab .print-tab-content > div p {
  text-align: center;
  min-height: 200px;
  line-height: 200px;
  display: block;
}

.tabs {
    position: relative;
    min-height: 320px;
    width: 98%;
    margin: 50px 10px;
}
.tab {
  float: left;
}
.tab label {
  background: #f6f3f3; 
  padding: 10px 20px; 
  border: 1px solid #ccc;
  cursor: pointer;
  margin-left: -1px; 
}
.tab:first-child label {
  margin-left: 0;
}
.tab input[type=radio] {
  display: none;   
}
.tab-content {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border: 1px solid #ccc;
  display: none;
}
input[type=radio]:checked ~ label ~ .tab-content {
  display: block;
}
.magnific-img img {
    width: 100%;
    height: auto;
}
.magnific-img {
    display: inline-block;
    width: 30%;
	margin:7px 12px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}



/* ======= Slider-fade style (Homepage Slider) ======= */
.slider-fade .owl-item {
    height: 65vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}
.slider-fade .owl-prev {
    float: left;
}
.slider-fade .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #aa8453;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    text-align: right !important;
	display:none;
}
.slider-fade .owl-dots .owl-dot span {
    background: transparent;
    display: none
}
.slider-fade .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border: 1px solid rgb(131 128 128 / 70%);
    display: block;
    margin-bottom: 10px;
    border-radius: 50%
}
.slider-fade .owl-dots .owl-dot.active {
    border-color: #aa8453;
    background: #aa8453;
}
.row { display: flex; flex-wrap: wrap; justify-content: space-between;}
.container { max-width: 1170px;}
.counter { font-size: 60px; margin-top: 10px; font-weight:600; font-family: 'Gilda Display', serif; color:#3f77aa;}
.counter_sec {Background:url('../img/counter-bg.html') center center; padding:100px 0px; text-align:center; width:100%;}
.counter_sec h2 {font-size:40px; font-weight:600; letter-spacing:1px; font-family: 'poppins'; color:#16327a; margin:0px;}
.counter_sec ul { display:flex; justify-content: center; text-align: center; align-items:center;}
.counter_sec ul li { width:30%; list-style:none;}
.counter-container { text-align: center; margin: 20px;}
.counter-container img { width:90%; padding:0px 0px;}
.counter-container p { font-size:55px; margin:0px; color:#3f77aa; font-family: 'Gilda Display', serif; font-weight:600; line-height:65px;}
.tweenty { font-size:21px !important; text-transform:uppercase; letter-spacing:1px; position:relative; top:10px;}
.counter-container em { font-style:normal; text-transform:uppercase; font-weight: 600; font-size: 17px; font-family: 'Gilda Display', serif;}
.showcase { display:block; Background:#ccc; height:600px; overflow:hidden; position:relative;}
.about_sec { display:block; padding:80px 0px; width:100%; width:100%; Background:#fff; position:relative;}
.about_lft { padding:10px 0px;}
.about_lft h2 { font-size:35px; line-height:35px; color: #864a05; font-family: 'Libre Baskerville', serif; margin-bottom:10px;}
.about_lft p { font-size:15px; color:#444; padding:10px 0px; font-weight:400; line-height:26px; margin:0px;}
.about_lft a { background:#e3a229; padding:12px 25px; color:#fff; border-radius:4px; position: relative; top: 10px; font-size: 14px;}
.about_lft a:hover { background:#222; text-decoration:none;}
.main_text{ color: #16328f; font-size: 55px; font-family: 'Poppins', sans-serif; letter-spacing:2px; font-weight:700;}
.trans_text{ font-size: 45px; text-transform:uppercase; letter-spacing:2px;color: #9c6f3f;}
.rgt_pic { width: 95%;}
.lft_pic { width: 95%; float:right;}
.company_sec { padding:70px 0px; display:block; background:url(../img/slider.html) no-repeat; background-position:center center; background-size:cover; width:100%;}
.company_sec .row { align-items:normal;}
.news_box { padding:10px 0px;}
.top_heading { font-size: 40px; line-height: 45px; color: #864a05; font-family: 'Libre Baskerville', serif; margin-bottom: 10px; padding-left:15px;}
ul.news { position:relative; padding-left:40px;}
ul.news li { font-size: 14px; margin-bottom: 25px;}
ul.news li:before { background-image: url(../img/news-icon.html); content: ""; display: block; position: absolute; width: 35px; height: 35px; left: 0;
    background-repeat: no-repeat;}
ul.news li a { font-size:15px; color:#444;}
ul.news li span { display:block; font-size:12px; color:#999;}
.viewbtn {color:#4d76ab; font-size:17px;}
.viewbtn:hover { color:#e99b26; text-decoration:none;}
.no_gap { padding-right: 0;}
.no_gap2 { padding-left: 0;}
.chairman_box { height: 410px; position: relative; overflow-y:scroll; overflow-x: hidden; padding-bottom:10px;}
.chairman_box:before { content: ""; position:absolute; background:url('../images/arrow.html') no-repeat; right:-5px; top:25px; width:25px; height:31px;}
.chairman_heading { font-size:24px; font-family:'poppins'; font-weight:500; margin-bottom:20px; color:#222;}
.chairman_box p { font-size:17px; color:#444; line-height:30px;}
.chairman_title { margin:10px 0px; font-size:16px;}
.chairman_title span { font-size:14px; display:block;}
.chairman_pic { width:100%; height:400px;}
.navbar .search-box {display:none;}
.comp_pic { position:relative; top:50px;}
#shiva{ width: 90px; height: 75px;border:2px #ea0f6c solid;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; float:left; margin:5px; text-align:center; font-size:40px;}
.counter { margin-top:20px;}
.count{ line-height: 75px;  color:#222 !important; font-size:40px !important; font-weight:600; display:inline-block !important;}
.exp { font-size: 20px !important; font-weight: 500!important; line-height: 25px; padding-top: 15px !important;}
.floating_btn { position: fixed; bottom: 0px; left: 0px; width: 100px; height: 100px; display: flex; flex-direction: column; align-items:center; justify-content:center; z-index: 1000;}
.group_sec { padding:80px 0px;}
.group_title { font-size:35px; color:#16327a; margin-bottom:20px; font-weight:600; text-align:center;}
.group_sec .row { justify-content:center;}
.bs_clr { background: #e5dbbe; border: 1px #b8af98 solid;}
.bs_seem { background: #b3d9b7; border: 1px #9cb89e solid;}
.bs_seem:hover { background: #aed9b2; border: 1px #90a592 solid;}
.group_com img { width:70%; Display:block; margin:30px auto 10px;}
.group_com p { font-size:16px; text-align:center; padding-top:10px;}
.group_com a { font-size:22px; color: #000; font-weight:500;}
.group_com a:hover { color:#222; text-decoration:none;}
.rgt_pic2 { width: 95%; box-shadow: 1px 2px 8px #c3c2c2;}
.scroll-arrow { width: 18px; height: 18px; transform: rotate(45deg); border-right: 3px solid #666; border-bottom: 3px solid #666; animation: arrow-wave 1s infinite;
  animation-direction: alternate;}
.arrow_sec { position:absolute; bottom:70px; left:50%; z-index:99999; opacity: .6;}
.scroll-arrow:nth-child(1) { animation-delay: 0.1s;}
.scroll-arrow:nth-child(2) { animation-delay: 0.2s;}
.scroll-arrow:nth-child(3) { animation-delay: 0.3s;}
.textstles {font-family: 'Times New Roman'; font-size:24px; line-height:30px; color:#fff;}
.map_box { background:url('../img/map1.html') top center no-repeat; padding:40px 0px 20px; width:100%; background-size:cover; background-attachment:fixed;}
.map_box img { width:85%; margin:0 auto; display:block;}
.tech { display:flex; align-items:Center !important;}
.about_details { text-align:Center; width:80%; margin:30px auto 70px;}
.about_details h2 { font-size:35px; line-height:40px; font-weight:600; color: #3E3E40; font-family: "Poppins", sans-serif; margin-bottom:10px;}
.about_details p { font-size:17px; color:#222; padding:10px 0px; font-weight:400; line-height:32px; margin:0px; font-family: "Poppins", sans-serif;}
.explore { background:#4EBA46; padding:10px 30px; color:#fff !important; border-radius:6px; position: relative; top: 10px; font-size: 14px;}
.media_sec { Display:block; border-left: 3px #e99328 solid; padding-left: 15px; margin:15px;}
.media_sec .dat {font-size:18px; color:#ebac39; font-family: 'Times New Roman';}
.media_sec p { font-size:18px; color:#113c54; line-height:26px; padding:5px 0px; font-family: 'Times New Roman';}
.media_sec a { font-size:18px; color:#113c54; line-height:26px; font-family: 'Times New Roman';}
.media_sec a:hover { text-decoration:underline;}
ul.profit { padding:10px 0px;}
ul.profit li { padding:10px 0px; list-style:none;}
.profit_cont { font-size:16px; color:#444; line-height:24px;}
.profit_cont span { font-size:20px; font-weight:600; color:#3E3E40; display:block; margin-bottom:7px;}

.reservations {
    display: flex;
}
.reservations .icon {
    position: relative;
    top: 3px;
}
.reservations .icon i {
    font-size: 23px;
    color: #4988C4;
}
.reservations .icon.color-1 span {
    font-size: 40px;
    color: #fff;
}
.reservations .text {
    margin-left: 10px;
}
.reservations .text p {
    font-size: 14px;
    margin: 0;
    
}
.reservations .text a {
    font-size: 14px;
    color: #444;
}
.cont_details:hover {
    color: #4988C4 !important;
}
.reservations .text a.color-1 {
    color: #fff;
}
.indofc {
	font-weight: 600;
    margin-top: 6px;
    margin-bottom: 0;
}
.ukofc {
	font-weight: 600;
    margin-top: 8px;
    margin-bottom: 0;
}


/* Handle */
.chairman_box::-webkit-scrollbar-thumb { background: #e99f18;}

@keyframes arrow-wave {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@media all and (max-width: 500px) {
.testim .arrow { font-size: 1.5em;}
.testim .cont div p {line-height: 25px;}
}
.feature_sec video { width:100%;}
.process {max-width:1100px; width:100%; margin:0 auto; display:block; display:block;}
.process2 { display:none;}
.chairman_sec { padding:50px 0px;}
.chairman_sec .row { align-items:normal;}
.chairman_cont { padding-left:30px;}
.chairman_cont h2 { font-size: 40px; font-family: 'Libre Baskerville', serif; line-height: 45px; color: #222; margin-bottom: 5px;}
.chairman_cont p { font-family: 'Times New Roman'; font-size:17px;}
.chairman_cont span { display:block; font-size:20px; color:#e99b26; font-weight:400;}
.group_sec { padding:80px 0px;}
.group_title { font-size:40px; color: #864a05; font-family: 'Libre Baskerville', serif; margin-bottom:20px; font-weight:500; text-align:center;}
.group_sec .row { justify-content:center;}
.group_com { padding: 20px 20px 0px; border: 1px #d7d6d4 solid; margin:10px; background: #fbfbfb;}
.group_com:hover { background:#ebebeb;}
.bs_clr { background: #e5dbbe; border: 1px #b8af98 solid;}
.bs_seem { background: #b3d9b7; border: 1px #9cb89e solid;}
.bs_seem:hover { background: #aed9b2; border: 1px #90a592 solid;}
.group_com img { width:70%; Display:block; margin:30px auto 10px;}
.group_com p { font-size:16px; text-align:center; padding-top:10px;}
.group_com a { font-size:22px; color: #000; font-weight:500; font-family: 'Libre Baskerville', serif;}
.group_com a:hover { color:#222; text-decoration:none;}
.floating_btn { position: fixed; bottom: 0px; left: 0px; width: 100px; height: 100px; display: flex; flex-direction: column; align-items:center; justify-content:center; z-index: 1000;}
@keyframes pulsing { to { box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);} }
.contact_icon { background-color: #42db87; color: #fff; width: 50px; height: 50px; font-size:30px; border-radius: 50px; text-align: center; box-shadow: 2px 2px 3px #999; display: flex; align-items: center; justify-content: center; transform: translatey(0px); animation: pulse 1.5s infinite; box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1); font-weight: normal; font-family: sans-serif;  text-decoration: none !important; transition: all 300ms ease-in-out;}
.testi_bg {
    background: url(../img/testi-bg.html) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 120px 0px;
}
.testimonials-box {
    position: relative;
    background: transparent;
    padding: 30px;
    margin-bottom: 120px;
	text-align:center;
}
.testimonials-box h2 {
	font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 42px;
    color: #16327a;
}
.testimonials-box .head-box h6 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.testimonials-box .head-box h4 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}
.testimonials-box .head-box h4 span {
    color: #222;
}
.line {
    width: 60px;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    margin-bottom: 10px;
}
.testimonials h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 75px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item p {
    color: #444;
}
.testimonials .item .info {
    margin: 30px 0 15px 0;
}
.testimonials .item .info .author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item .info .cont {
    margin: 0px;
}
.testimonials .item .info h6 {
    font-size: 17px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    color: #000;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.testimonials .item .info span {
    font-size: 14px;
    color: #222;
    line-height: 1em;
}
.testimonials .item .info .rate {
    float: right;
}
.testimonials .item .info i {
    color: #222;
    font-size: 6px;
}


@media screen and (max-width: 767px) {
.testimonials-box { padding: 0px;}
}
.testimonials .owl-carousel .owl-dot {
    border: none;
    border-radius: 50%;
    background: #fff;
    height: 12px;
    width: 12px;
	margin:3px;
}
.testimonials .owl-carousel .owl-dot.active {
    Background:#d9aa68;
}

.footer-top .row { align-items:flex-start;}
.footer-top {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 60px 0 20px 0px;
  z-index: 1;
  background: #A57A5A;
}
.footer-top::before {
  content:'';
  position: absolute;
  Background:url(../img/left-design.html) no-repeat;
  width:119px;
  height:117px;
  top:0px;
}
.footer-top::after {
  content:'';
  position: absolute;
  Background:url(../img/right-design.html) no-repeat;
  width:119px;
  height:117px;
  top:0px;
  right:0px;
}
.footer-top .footer-column {
    margin-bottom: 0px;
}
.footer-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 20px;
  font-weight:600;
}
.footer-about-text {
  font-size: 15px;
  color: #adadad;
  margin: 0;
}
.footer-about-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.footer-about-social-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-about img { margin-bottom:20px;}
.footer-about-social-list a + a {
  margin-right: 12px;
}
.footer-about-social-list a:hover {
  background-color: transparent;
  color: #dbab26;
}
.footer-explore-list li + li {
  margin-top: 3px;
}
.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #444;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding:3px 0px;
}
.footer-explore-list li a:hover {
  padding-left: 15px;
  color: #4988C4;
}
.footer-explore-list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #4988C4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-explore-list li a:hover:before {
  opacity: 1;
}
.footer-contact {
  position: relative;
  display: block;
}
.footer-contact .footer-title {
  margin-bottom: 12px;
}
.footer-contact-text {
  font-size: 14px;
  margin: 0;
  color: #555;
  padding-bottom: 10px;
}
.footer-contact-info p {
  margin: 0;
}
.footer-contact-phone {
    font-family: 'Gilda Display', serif;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer-contact-phone a {
  color: #555;
}
.footer-contact-phone a:hover {
  color: #222;
}
.footer-contact-mail {
  font-size: 15px;
  line-height: 2em;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.foo_social {padding-top:10px; display: flex; justify-content: center;}
.foo_social a {margin-right: 20px;}
.foo_social ul { float:right;}
.foo_social ul li { float:left; list-style:none;}
.foo_social ul li a {margin-right: 5px;width: 30px;height: 30px;text-align: center;display: inline-block;line-height: 34px;color: #444;border-radius: 4px;}
.foo_social ul li a:hover{color: #111;}
.foo_social a i {font-size: 18px;}
.footer-contact-mail a { color:#555;}
.footer-contact-mail a:hover { color: #e09500;}
/* .ft_boder { border-left: 3px #ef941f solid;} */
.copyright { font-size:15px; color:#555; text-align: center;}
.copyright a { font-size:15px; color:#555;}
.copyright a:hover { color:#fff;}

/* reservation field for slider */
.header div.reservation {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-orientation: sideways;
    margin: 0;
    position: absolute;
    top: 0;
    left: 40px;
    height: 60%;
    z-index: 9;
}

.header div.reservation .call {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 12px;
    line-height: 1.75em;
    margin-top: 15px;
} 

.header div.reservation .call span {
       font-family: 'Gilda Display', serif;
    font-size: 24px;
    color: #aa8453;
    letter-spacing: 1px;
} 

.header div.reservation .icon {
    position: absolute;
    left: -1px;
    top: -50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    border-radius: 100%;
}
.header div.reservation a .icon i {
    color: #FFF;
    font-size: 24px;
    transform: rotate(90deg);
}
.header div.reservation a .icon:hover {
    border: 1px solid #aa8453;
}
@media screen and (max-width: 768px) {
    .header div.reservation {
        display: none;
    }
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption{
    z-index: 9;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #aa8453;
    border: 1px solid #aa8453;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 100%;
}

.header .arrow i:hover {
    border: 1px solid #aa8453;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}

.dt { display:block; position:relative;}
.mb { display:none;}

/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-darkgray],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-darkgray] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-darkgray]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/*[data-overlay-dark]:before {
  background: #000;
}*/
[data-overlay-darkgray]:before {
  background: #222;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-darkgray] h1,
[data-overlay-darkgray] h2,
[data-overlay-darkgray] h3,
[data-overlay-darkgray] h4,
[data-overlay-darkgray] h5,
[data-overlay-darkgray] h6,
[data-overlay-darkgray] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #999;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-darkgray] p {
  color: #999;
}
[data-overlay-light] p {
  color: #999;
}
[data-overlay-dark="0"]:before,
[data-overlay-darkgray="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-darkgray="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-darkgray="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-darkgray="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-darkgray="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-darkgray="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-darkgray="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-darkgray="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-darkgray="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-darkgray="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-darkgray="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}
.footer-top{background: #dbd9d6;;
}
.footer-explore-list li a, .footer-contact-mail a i, .footer-contact-mail a, .footer-contact-text,
 .footer-contact-phone a:hover, .footer-contact-phone a, .footer-contact-phone i, .copyright, .copyright a, .foo_social ul li a{color: #444;}
 .footer-top { background: url(../images/ft-background.jpg) no-repeat; padding: 50px 0px 50px !important; background-size:cover;}

.footer-title{color:#3E3E40;}
.designedtxts{font-size: 35px;font-weight: 600;color: #CC9767;letter-spacing:1px;}
.header .caption .textstles{font-size: 18px;}
.header .caption .textstles span{font-size: 18px; text-transform:uppercase; margin:15px 0px; color:#cb8836;}
body .container-fluid{padding: 0% 5%;}
.inner_slider { Background:#F1F5F8; padding:120px 0px 30px;}
.inner_slider h1 { font-size:32px; text-align:Center; font-weight:600; text-transform:capitalize; padding-top:50px; color:#3E3E40; margin-bottom: 40px;}
.slider_cont { display:block;}
.slider_cont h1 { font-family: 'Times New Roman'; font-size:36px; color:#fff; font-weight:500; margin-bottom:10px;}
.slider_cont span { Background: #e29805; padding: 0px 10px; color: #fff;}
.slider_cont p { font-size:19px; color:#fff;}
.technology_sec { padding:50px 0px;}
.erp_solution { padding:50px 0px;}
.erp_solution p { font-size:15px;}
.inf_cont { order:1;}
.inf_pic { order:2;}
.logoimg { width:200px; padding:25px 0px 5px;}
.space_sec { padding-bottom:25px !important;}
.inner_slide { font-family: 'Poppins', sans-serif; font-size:30px !important; color:#fff !important; font-weight:500 !important;}
.inner_cont { font-size:19px; color:#444 !important;}
.media_box { padding: 25px 35px; background: #fff; border-radius: 10px;}
.media_box h3 { font-size: 26px; font-weight: 600; letter-spacing: 1px; line-height: 45px; color: #222; margin-bottom: 20px; padding-left: 0px;}
.marketing_title { font-size: 50px; font-weight: 600; letter-spacing: 1px; line-height: 35px; color: #16327a;}
.serv_sec { padding:50px 0px;}
.serv_sec .row { align-items:inherit; padding:30px 0px;}
.servleft { border-right:1px #ccc solid; text-align:right; padding-right:25px;}
.numbering { font-size:75px; line-height:75px; font-family: 'Barlow Semi Condensed', sans-serif; color: transparent!important; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #444; text-shadow: none;}
.numbtext { font-size: 40px; color: #666; font-weight: 600; padding: 10px 5px; text-transform:uppercase; line-height:45px;}
.servright { padding:0px 10px;}
.servright p { font-size:15px; line-height:26px;}
.servright span { font-size:24px; font-weight:600; line-height: 26px; color: #444;}
.service_cont {font-size: 18px !important; color: #d3950a;}
.infra_title { font-size: 25px; font-weight: 600; letter-spacing: 1px; line-height: 32px; color: #666; width: 60%; margin: 0px;}
.gap_sec { padding:60px 0px;}
.service_sec { padding-bottom:25px; text-align:Center;}
.service_sec .row { display: flex; align-items: center; padding: 0px;}
.service_title { font-size: 30px; color: #222;  text-align: center; text-transform:uppercase; line-height:45px; position:relative; margin-bottom:25px;}
.solution_box { text-align:Center; padding:20px 10px; margin:15px 5px; height:160px;}
.solution_box img { max-width:70px; width:100%; margin:0 auto;}
.solution_box h3 { font-size:18px; color:#444; padding:20px 0px 10px; margin:0px;}
.solution_box p { font-size:15px;}
.solution_box a { font-size:15px; color:#444;}
.contact_inform { background:#eef0f1; padding:40px;}
.contact_heading { font-size:30px; color:#fff; font-weight:600;}
.contact_address { padding-bottom: 25px;}
.contactTitle { font-size: 35px; color: #864a05; font-family: 'Libre Baskerville', serif; padding: 0px 0px 10px;}
ul.add_list { padding:0px;}
.add_list li {display: flex;justify-content: flex-start;flex-wrap: wrap;}
.add_list li i {width: 30px;color: #e98b41;font-size: 20px;margin-top: 3px;}
.add_list p a{color: #000; font-size: 16px;}
.add_list p i {font-size: 18px;color: #fff;width: 25px;}
.add_list p a:hover{color: #e98b41;}
.add_list li p {width: 88%;font-weight: 400;color: #000;font-size: 16px; padding-bottom: 0px;}
.contact_inform span { font-size:20px; font-weight:600; padding:10px 0px 5px;}
.messageForm {padding: 0px;}
.messageForm .form-group { margin-bottom:0px;}
.send_message {color: #3E3E40;font-weight: 500;font-size: 30px; text-align:left; margin-bottom:20px; margin-left: auto; margin-right: 9%;}
input.sendBtn {background: #3E3E40;border: 0px;color: #fff;padding: 10px 35px !important;font-size: 16px;font-weight: 400;text-transform: uppercase; letter-spacing: 1px; outline: none; border-radius:4px; position:relative; top:20px;}
input.sendBtn:hover{background: #222;}
.contactBlk{padding-bottom: 0px;}
.messageForm .inp3 {width: 100%;border: 0px;margin-bottom: 15px; height: 50px;padding: 10px;font-size: 16px; border:1px #b7b5b5 solid; background:#fff; color:#444;}
.messageForm select {width: 100%;border: 0px;margin-bottom: 20px;height: 50px;padding: 10px;font-size: 16px;outline: none;background: url(../img/contact-drop-icon.html) right center no-repeat #fff;background-position-x: 95%; -webkit-appearance: none; box-shadow: inset 1px 1px 10px #d1d1d1; color:#888;}
.messageForm .inp4 {width: 100%;border: 0px;margin-bottom: 10px;height: 70px;padding: 10px;font-size: 16px; border:1px #b7b5b5 solid;}
.map_sec { display:block; width:100%; padding:0px;}
.com_logo { width:200px;  padding:0px 0px 15px !important; background:none !important;}
.comlnk {background: none !important; color: #222 !important; font-size: 17px !important; top: 0px !important;  padding: 0px !important; text-decoration: underline;}
.headimg { padding-top:70px;}
.marketing_img {order:1;}
.marketing_detail {order:2;}

.solution_sec { background:#F1F5F8; width:100; display:block; padding:50px 0px;}

@media (min-width: 992px) and (max-width: 1024px) {

.wrapper-in-the-news { padding: 30px 20px 50px;}
.about-step-3-who-we-are { margin-top: 50px; margin-bottom: 50px;}
.navbar .search-box i { display: none;}
nav .navbar .links li { padding: 12px 18px !important;}
nav .navbar .links li a { font-size: 14px !important;}
.navbar .links li .sub-menu li { padding: 0px !important;}
.banner_details {top: 22%; left: 2%; width: 38%;}
.banner_details { font-size: 16px; line-height: 25px;}
.container-fluid { width: 98%; padding: 0px 10px; margin: 0px;}
.banner_des { width: 45%;}
.chairman_box { height:350px;}
.news_box { height: 350px; overflow-y: scroll;}
.rgt_pic { width: 100%;}
.chairman_box p { font-size: 16px; line-height: 25px;}

}

@media (min-width: 768px) and (max-width: 991px) {

.footer_sec { padding: 20px 0px 10px;}
.foo_title { font-size: 19px;}
.foo_add li p { width: 85%; font-size: 14px;}
.com_cont { font-size: 14px;}
.bx-search { display: none;}
	
}

@media (min-width: 320px) and (max-width: 767px) {
p { font-size:15px;}
.main_sec { padding:0px 10px;}
.banner_des { padding-top: 0%; width: 98%;}
.banner_sec { min-height:420px; padding-top:50px; text-align:center;}
.banner_des h1 { font-size: 32px; line-height: 45px;}
.arrow_sec { display:none;}
.counter_sec { padding: 40px 0px;}
.counter_sec h2 { font-size:24px;}
.about_lft h2 { font-size: 30px; line-height: 35px; padding-top: 20px; margin: 0px;}
.about_sec { padding: 50px 0px 20px;}
.company_sec { padding: 50px 0px;}
.no_gap { padding-right: 15px;}
.chairman_box { margin-top:25px;}
.no_gap2 { padding-left: 15px;}
.rgt_pic { width: 100%;}
.ft_boder { border-left: none;}
.footer-title { margin-bottom: 10px; margin-top: 15px;}
.foo_social ul { float: left;}
.logo { width:70%; margin:0 auto; display:block;}
.top_right ul li a { font-size: 14px;}
.get_btn { padding: 10px 25px; line-height: 20px; position: absolute; top: 55px; right: 20px; height:40px !important;}
.modal-content { margin: 50px auto; width: 95%;}
.counter_sec ul { display:block; padding:0px;}
.counter_sec ul li { width: 80%; margin: 15px auto; border: 1px #ccc solid;}
.chairman_box p { line-height: 28px; font-size:16px;}
.rgt_pic2 { width: 100%;}
.showcase { height:auto;}
.baner_sec { width: 100%; padding-top:92%; text-align:center;}
.header .caption p {font-size: 17px; line-height: 1.3em; margin-right: 0px;}
.chairman_box { height:400px;}
.chairman_cont { padding: 10px 0px;}
.testi_bg { padding:60px 0px;}
.foo_social ul { padding:0px;}
.footer-top { padding: 30px 0 20px;}
.footer-contact .footer-title { margin-bottom: 5px;}
.testimonials-box h2 { font-size: 24px; line-height: 22px;}
.group_title {font-size: 30px; margin-bottom: 10px;}
.group_sec { padding: 40px 0px;}
.mb { display:block;}
.inf_cont { order:2;}
.inf_pic { order:1;}
.erp_solution { padding: 20px 0px;}
.lft_pic { width: 100%; float: none;}
.slider_cont h1 { font-size: 25px;}
.slider_cont p { font-size: 16px; padding-top: 10px;}
.process { display:none;}
.process2 { display:block; width:100%;}
.erp_solution p { font-size: 15px;}
.serv_sec { padding: 10px 0px;}
.serv_sec .row { padding: 10px 0px;}
.servleft { border-right: none; text-align: left; padding-right: 0px;}
.numbering { font-size: 50px; line-height: 45px;}
.numbtext { font-size: 24px; line-height: 30px;}
.servright span { font-size: 18px; line-height: 24px;}
.service_cont { font-size: 16px !important;}
.infra_title { font-size: 20px; line-height: 26px; width:100%;}
.service_title { font-size: 25px; line-height: 25px;}
.solution_box { padding: 15px; height: auto; border: 1px #ccc solid; margin: 10px 20px;}
.contact_inform { padding: 20px;}
.add_list li i { width: 28px; font-size: 18px;}
.add_list li p { width: 90%; font-size: 14px;}
.send_message { font-size: 25px; padding: 20px 0px 5px;}
.banner_title { font-size:45px; color:#fff; padding:15px 0px; padding-bottom:10px; line-height: 55px;vertical-align: middle; font-family: 'Libre Baskerville', serif; position:relative; top:-40px;}
.banner_title2 { font-size:50px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 60px;vertical-align: middle; font-family: 'Libre Baskerville', serif;}
.banner_title2 span { font-size:30px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 35px;vertical-align: middle; font-family: 'Libre Baskerville', serif;}
.banner_title3 { font-size:70px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 50px;vertical-align: middle; font-family: 'Libre Baskerville', serif; font-weight:900;}
.banner_title3 span { font-size:30px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 35px;vertical-align: middle; font-family: 'Libre Baskerville', serif; font-weight:400;}
.banner_title span { font-size:50px; display:block; color: #444; margin-bottom:20px;}
.banner_title4 { font-size:40px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 60px;vertical-align: middle; font-family: 'Libre Baskerville', serif;}
.banner_title4 span { font-size:22px; color:#864a05; padding:15px 0px; padding-bottom:10px; line-height: 30px;vertical-align: middle; font-family: 'Libre Baskerville', serif;}
.slider-fade .owl-item { height:50vh;}
.textstles { font-size:20px}	
.bg-img {top: 55%; width: 95%;}
.headimg { padding-top:90px;}
.map_box { min-height:auto;}
.map_box img { width: 100%;}
.top_heading { font-size:35px;}
.location_title { padding: 70px 0px 30px; font-size: 30px;}
.inner_slider { padding: 20px 0px;}
.chairman_cont h2 { font-size:32px; line-height:35px;}
.marketing_img {order:2;}
.marketing_detail {order:1; padding:12px;}
.com_logo { padding: 25px 0px 0px !important;}
.v-middle { top:50%; height: auto !important;}
.v-middle img {height: 350px !important;}
.about_details { width: 98%; margin: 10px auto 10px;}
.about_details p { font-size: 15px; line-height: 26px;}
.contactTitle { font-size:30px;}
.inner_slide { font-size:25px !important; margin-bottom:0px !important;}
.header {min-height:40vh;}
.banner_title { top:0px; font-size:35px; line-height:40px;}
.about_details h2 { font-size:26px; line-height:30px; margin-bottom:20px;}
.inner_slider h1:after, .about_details h2::after, .comp_title::after, .choose_sec h2::after, .service_sec h3::after {margin-top:35px !important;}
.inner_slider::before {top: 70px;}
.comp_title::after, .choose_sec h2::after {left: 16% !important;}
.feature_sec h2::after {left: 13% !important; margin-top: 33px !important;}
.comp_title { font-size:26px; line-height:30px; margin:20px 0px}
ul.profit { margin:0px;}
.service_sec h3 { font-size:24px;}
.choose_sec { padding: 40px 0px;}
.choose_sec h2 { font-size:30px;}
.choose_cont { font-size: 15px; line-height: 22px; padding: 5px 0px;}
.feature_sec h2 { font-size:26px;}
.footer-top { background: none; background-color: #EFEFEF;}
.copyright { text-align: left;}
.inner_slider h1 { padding-top: 100px;}
.solution_sec { padding: 25px;}
.whypad { padding: 20px 0px 80px !important;}
}

.mddesign img{display: block;text-align: center;margin: auto;width: 400px;height: auto;}
.mddesign div, .mddesign p, .mddesign a{text-align: center;margin: auto;}
.video-fullscreen-video video{background-size: cover;background-position: 0px 0px;width: 100%}

.services-area .section-title {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 45px;
}

.services-area .section-title h2 {
    font-size: 38px;
    margin-top: 22px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.single-services-box {
	text-align: center;
	margin-bottom: 30px;
	background-color: #F1F5F8;
	-webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
	padding: 30px;
	border-radius: 10px;
	height: 93%;
	-webkit-transition: .6s;
	transition: .6s
}

.single-services-box .icon {
	margin-bottom: 25px
}

.single-services-box .icon img {
	width: 100% !important;
	height: 200px !important;
}

.single-services-box h3 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 15px
}

.single-services-box h3 a {
	color: #222
}

.single-services-box h3 a:hover {
	color: #4988C4;
}

.single-services-box p {
	font-size: 15px;
	margin-bottom: 20px
}

.single-services-box .services-btn {
	display: inline-block;
	background-color: #4EBA46;
	border: 1px solid #4EBA46;
	color: #fff;
	padding: 15px 35px;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: .6s;
	transition: .6s;
	border-radius: 5px
}

.single-services-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.single-services-box:hover .icon i {
	-webkit-animation: bounce 1s;
	animation: bounce 1s
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 30px;
}

.services-details-image img {
    border-radius: 30px;
}

.services-details-content {
    margin-top: 30px;
}

.services-details-content h3 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 15px
}

aside.widget-area {
    position: sticky;
    top: 92px;
}

.widget-area .widget_grin_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget .widget-title {
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
}

.widget-area .widget_grin_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_grin_posts_thumb .item .thumb {
    /*float: left;*/
    height: auto;
    /*overflow: hidden;*/
    /*display: block;*/
    /*position: relative;*/
    width: 100%;
    /*margin-right: 15px;*/
    /*z-index: 1;*/
}

.widget-area .widget_grin_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_grin_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 500;
}

.widget-area .widget_grin_posts_thumb .item .info .desc {
    font-size: 14px;
}

.gallery {
    max-width: 1200px;
    margin: 0 auto;
}

.img-box {
    column-count: 4;
    column-gap: 5px;
    column-width: 340px;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.img-box a {
    width: 100%;
    margin-bottom: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s;
}

.overlay .icon {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    z-index: 1;
}

.image-container:hover .overlay{
    opacity:1
}

.supplying-main-head {
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    margin-top: 35px;
}

.custom-list li {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #444;
    margin-bottom: 10px;
}

.custom-list li::before {
    content: "•";
    color: black;
    font-size: 1.5em;
    margin-right: 10px;
}

.cookie-head {
    margin-top: 35px;
    font-weight: 600;
}

.serhead {
    margin-bottom: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    height: auto !important;
    align-items: center;
}

.form-container {
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.form-container h3 {
    margin-bottom: 20px;
    border-bottom: 2px solid #00aaff;
    display: inline-block;
    padding-bottom: 5px;
}

.form-section {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #444;
}

.form-group input[type="text"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-size: 14px;
    color: #444;
}

.form-group textarea {
    resize: vertical;
}

.form-group input[type="radio"] {
    margin-right: 7px;
}

.radio-group label {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

.radio-group input {
    margin-right: 5px;
}

.btn-submit {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.btn-submit:hover {
    background-color: #218838;
}

.page_header_img {
	height: 40px;
    position: relative;
}

.page_header_img::before {
    background: url(../images/tear-blue.svg) repeat-x bottom;
    bottom: 0;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}

.inner_slider ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	padding: 0;
	list-style-type: none;
}

.inner_slider ul li {
	color: #3E3E40;
    font-weight: 500;
    font-size: large;
    text-align: center;
}

.inner_slider ul li a {
    font-size: 18px;
    color: #4988C4;
    font-weight: 500;
    padding-right: 20px;
    position: relative;
	z-index: 9999;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.inner_slider ul li a:hover {
	color: #3e3e40;
}

.inner_slider ul li a::after {
    position: relative;
    content: "/";
    top: 0;
    right: -10px;
    font-size: 14px;
}

.inner_slider ul li a span {
	text-decoration: underline;
}

.footer-widgets {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99999;
    bottom: 85px;
    right: 6px;
}

.footer-widgets a {
    background: #4EBA46;
    color: #fff;
    padding: 15px 18px;
    margin: 6px;
    border-radius: 50px;
}

.about_details h2::after, .comp_title::after, .choose_sec h2::after, .service_sec h3::after, .services-area .section-title h2::after, .feature_sec h2::after {
    transform: translateX(-50%);
    width: 81px;
    background: url(../images/line.svg);
    margin-top: 50px;
    content: "";
    height: 9px;
    position: absolute;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: .5s;
}

.inner_slider h1:after {
	left: 50%;
}

.service_sec h3::after {
	left: 50%;
	margin-top: 30px !important;
}

.about_details h2::after, .services-area .section-title h2::after {
	left: 50%;
}

.comp_title::after, .choose_sec h2::after, .feature_sec h2::after {
	left: 9%;
}

.inner_slider::before {
    background: url(../images/logo-outer.png) no-repeat;
    background-size: 332px 214px;
    content: "";
    height: 324px;
    opacity: 0.1;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 324px;
    z-index: 2;
}

.rooms1 {
	padding-top: 40px;
	padding-bottom: 0px;
}
.contheads {
	display: flex;
}
.nopad {
	padding: 0 !important;
}
.sep_footer-top {
    height: 52px;
    position: relative;
    z-index: 2;
}
.sep_footer-top::before {
    background: url('../images/footer-top.png') repeat-x top;
    content: "";
    height: 52px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
