@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

*{
    margin: 0;
    padding: 0;
}

body{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: "Roboto Slab", serif !important;
}

.top-header{
    background-color: #004881;
}

.top-head-bx ul {
    padding-left: 0px;
    text-align: end;
    margin-bottom: 0px;
}

.top-head-bx ul li {
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    /* border-left: 1px solid #77000c; */
}

.top-head-bx ul li span {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}

.top-head-bx ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.top-head-bx ul li .view-btn {
    padding-bottom: 7px;
    color: #ffffff;
    border-radius: 6px;
    padding: 8px 12px;
    border: 1px solid transparent;
    vertical-align: middle;
    text-transform: uppercase;
    background-color: #004881;
}

.top-head-bx ul li .view-btn:hover {
    border: 1px solid #004881;
}

.header-section {
    background-color: #fff;
    box-shadow: 0px 1px 2px -1px #777777;
}

#header-sroll {
    position: fixed;
    left: 0;
    top: 0;
    float: left;
    width: 100%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 300;
}

.header-section.small {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
}

.header-section .navbar {
    padding: 0px;
}

.navbar-brand {
    width: 80px;
}

.nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto Slab';
    padding: 8px 18px !important;
    color: #004881 !important;
    text-transform: uppercase;
}

.nav-item .nav-link:hover {
    color: #000 !important;
}

.nav-item .nav-link.actives {
    color: #000 !important;
}

/*--header-area-start--*/

.hamburger div {
	width:30px;
	height:3px;
	margin:5px;
	transition:.3s
}
#brnd-dwn-slider .owl-nav,#brnd-dwn-slider button.owl-dot,#card-slider .owl-dots,#loadLess,.banner-bottom-slider .owl-nav,.bottom-abt-dwn-slider .owl-carousel .owl-nav,.dropdown .dropdown-menu,.hamburger,.hidden,.load-boxes,.mobile-head-right,.showes-card-left-mobile,.showes-card-right-mobile {
	display:none
}
.banner-bottom-slider .owl-theme .owl-dots .owl-dot.active span, .hamburger div {
    background: #000000;
}
@media screen and (max-width:992px) {
	.hamburger {
	display:block;
	position:absolute;
	cursor:pointer;
	right:5%;
	top:50%;
	transform:translate(-5%,-50%);
	z-index:2;
	transition:.7s
}
.nav-links,.nav-links.open {
	position:fixed;
	background:#fff;
	left:0;
	width:100%;
	height:100vh
}
.nav-links {
	top:-30px;
	flex-direction:column;
	clip-path:circle(50px at 90% -20%);
	-webkit-clip-path:circle(50px at 90% -10%);
	transition:1s ease-out;
	pointer-events:none
}
.header-main ul.navbar-nav.nav-links li.nav-item a.nav-link {
	font-size:16px!important
}
.nav-item.fade:not(.show) {
	opacity:1;
	line-height:1.5
}
ul.navbar-nav.nav-links li.nav-item a.nav-link {
	color:#fff;
	padding:10px 0!important
}
.nav-links.open {
    top: -2px;
    overflow: scroll;
    z-index: 1;
    clip-path: circle(1500px at 94% -8%);
    -webkit-clip-path: circle(1500px at 94% -8%);
    pointer-events: all;
    padding: 20px 30px;
}
.nav-links li {
	opacity:0
}
.nav-links li:first-child {
	transition:.5s .2s
}
.nav-links li:nth-child(2) {
	transition:.5s .4s
}
.nav-links li:nth-child(3) {
	transition:.5s .6s
}
.nav-links li:nth-child(4) {
	transition:.5s .7s
}
.nav-links li:nth-child(5) {
	transition:.5s .8s
}
.nav-links li:nth-child(6) {
	transition:.5s .9s;
	margin:0
}
.nav-links li:nth-child(7) {
	transition:.5s 1s;
	margin:0
}
li.fade {
	opacity:1
}
}
.fixed,.sticky {
	position:fixed!important;
	top:0!important
}
.toggle .line1 {
	transform:rotate(-45deg) translate(-5px,6px)
}
.toggle .line2 {
	transition:.7s;
	width:0
}
.blog-view-bx:hover,.fixed,.sticky {
	transition:.3s ease-in
}
.toggle .line3 {
	transform:rotate(45deg) translate(-5px,-6px)
}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar-expand-lg .navbar-collapse {
	display:flex;
	flex-basis:auto;
	justify-content:end;
	align-items:center
}
.banner-slider,.phone-field-int {
	align-items:center
}
.header-main nav.navbar.navbar-expand-lg {
	background-color:transparent;
	color:var(--theme-menu-color);
	padding:4px 0
}
.header-main ul.navbar-nav.nav-links li.nav-item a.nav-link {
	font-size:14px;
	font-weight:500;
	color:#004881;
	padding:8px 0 5px
}
.header-main nav.navbar .collapse ul li .nav-link {
	color:var(--theme-menu-color);
	transition:.3s ease-in;
	padding:6px 4px;
	position:relative
}
.header-main ul.navbar-nav.nav-links li .nav-link:hover {
	color:var(--theme-color-2)
}
.header-main ul.navbar-nav.nav-links li.nav-item a.nav-link span {
	margin-left:4px
}
.dropdown-toggle::after {
	margin-left:8px;
	display:inline-block;
	vertical-align:.255em;
	content:"";
	border-top:.3em solid;
	border-right:.3em solid transparent;
	border-bottom:0;
	border-left:.3em solid transparent
}
.head-right-btn-bx .dropdown button,.head-right-btn-bx .dropdown button:focus {
	border-color:transparent!important;
	box-shadow:none;
	outline:0
}
.head-right-btn-bx .dropdown button {
	background:#004881;
	color:#fff
}
.head-right-btn-bx .dropdown button span {
	padding-right:4px
}
section.header-main {
	padding:6px 0;
	background:#fff;
	left:0;
	right:0;
	transition:.4s ease-out;
	z-index:5
}
.sticky {
	width:100%;
	background:#fff!important;
	box-shadow:0 0 4px #a3a3a3;
	z-index:10
}
.fixed {
	width:100%;
	background:#004881!important;
	z-index:2
}
.dropdown-item:hover {
	background-color:#004881 !important;
	color:#fff!important
}
#button,#button:active,#button:hover {
	background:#fff
}
.dropdown:hover>.dropdown-menu,.dropend:hover>.dropdown-menu {
	display:block;
	margin-top:.125em;
	margin-left:.125em
}
@media screen and (min-width:769px) {
	.dropend:hover>.dropdown-menu {
	position:absolute;
	top:0;
	left:100%
}
.dropend .dropdown-toggle {
	margin-left:.5em
}
}
ul.dropdown-menu.sub-menu li {
	margin:4px 0
}
.dropdown-menu {
	position:absolute;
	z-index:1000;
	display:none;
	min-width:10rem;
	padding:.5rem 0;
	margin:0;
	top:34px;
	font-size:1rem;
	color:#004881;
	text-align:left;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0,0,0,.15);
	border-radius:.25rem
}
.dropdown-item {
	display:block;
	width:100%;
	padding:.25rem 1rem;
	clear:both;
	font-size:14px;
	font-weight:500;
	color:#004881!important;
	text-align:inherit;
	white-space:nowrap;
	background-color:transparent;
	border:0
}

/*--header-area-end--*/

/*--banner-area-start--*/

.main-banner-section {
    margin-top: 88px;
}

.banner-mid-area {
    text-align: center;
}

.banner-mid-area .item img {
    position: relative;
    z-index: 1;
}

.banner-mid-area .item img::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #1b1b1bb8;
    opacity: .8;
    z-index: -1;
}

.main-item-txt {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    z-index: 1000;
}

.main-item-txt span {
    font-size: 16px;
    font-weight: 600;
    font-family: "Poetsen One", sans-serif;
    text-transform: uppercase;
    color: #2077bc;
    background-color: #fff;
    padding: 4px 6px;
    border: 2px solid #000;
    box-shadow: 0 0 4px #fff;
}

.main-item-txt span b {
    color: #2077bc;
    font-weight: 800;
    font-size: 18px;
}

.main-item-txt h1 {
    font-size: 82px;
    font-weight: 600;
    color: #000000;
    font-style: italic;
    letter-spacing: 4px;
    text-transform: capitalize;
    font-family: "Libre Baskerville", serif;
    margin-top: 40px;
    margin-bottom: 10px;
}

.main-item-txt h2 b {font-weight: 600;color: #004881;}

.main-item-txt ul {
    position: relative;
    padding-left: 0;
    margin-right: 24px;
    margin-top: 30px;
}

.main-item-txt ul li {
    display: inline-block;
    padding: 0px 6px;
}

.main-item-txt ul li a {
    transition: all .3s ease-in;
    
}

.bnner-social-view {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    margin-top: 12px;
    border-radius: 4px;
    display: none;
    transition: all .3s ease-in;
    position: absolute;
    top: 35px;
    width: 140px;
    left: 0;
    right: 5%;
    margin: 0 auto;
}

.bnner-social-view-1 {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    margin-top: 12px;
    border-radius: 4px;
    display: none;
    transition: all .3s ease-in;
    position: absolute;
    top: 35px;
    width: 140px;
    left: 16%;
    right: 0%;
    margin: 0 auto;
}
.bnner-social-view-2 {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    margin-top: 12px;
    border-radius: 4px;
    display: none;
    transition: all .3s ease-in;
    position: absolute;
    top: 35px;
    width: 140px;
    right: 14%;
    left: 0;
    margin: 0 auto;
}
.bnner-social-view-3 {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    margin-top: 12px;
    border-radius: 4px;
    display: none;
    transition: all .3s ease-in;
    position: absolute;
    top: 35px;
    width: 140px;
    left: 5%;
    right: 0;
    margin: 0 auto;
}

.banner-social-btn:hover ~ .bnner-social-view {
    display: block;
}
.banner-social-btn:hover ~ .bnner-social-view-1 {
    display: block;
}
.banner-social-btn:hover ~ .bnner-social-view-2 {
    display: block;
}
.banner-social-btn:hover ~ .bnner-social-view-3 {
    display: block;
}

.main-item-txt ul li a .banner-social {
    border-radius: 40px;
    padding: 9px 10px;
    background-color: #004881;
    border: none;
    color: #fff;
    box-shadow: none;
}

.main-item-txt p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
}

.main-item-txt .view-btn {
    outline: 1px solid;
}

.view-btn {
    background-color: #fff;
    color: #004881;
    text-decoration: none;
    padding: 8px 24px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    transition: all .3s ease-in;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}
.view-btn:hover {
    background-color: #004881;
    color: #fff;
}

.view-btn-2 {
    background-color: #004881;
    color: #fff;
    text-decoration: none;
    padding: 8px 24px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    transition: all .3s ease-in;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}
.view-btn-2:hover {
    background-color: #fff;
    color: #004881;
}

.banner-mid-area .owl-nav .owl-prev i {
    font-size: 24px;
    position: absolute;
    top: 38%;
    left: 16px;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    display: block !important;
    padding: 4px 10px;
    border-radius: 40px;
    transition: all .3s ease-in;
}

.banner-mid-area .owl-nav .owl-prev i:before, 
.banner-mid-area .owl-nav .owl-next i:before {
	font-weight: 700 !important;
}

.banner-mid-area .owl-nav .owl-prev i:hover, 
.banner-mid-area .owl-nav .owl-next i:hover {
    color: #004881;
    background: #fff;
    border: 2px solid #004881;
}

.banner-mid-area .owl-nav .owl-next i {
    font-size: 24px;
    position: absolute;
    top: 38%;
    background: transparent;
    right: 16px;
    color: #fff;
    display: block !important;
    border: 2px solid #fff;
    padding: 4px 10px;
    border-radius: 40px;
    transition: all .3s ease-in;
}

.btm-link-bx {
    position: fixed;
    bottom: 8%;
    z-index: 10000;
    float: right;
    right: 16px;
    display: grid;
}

.btm-call-link {
    margin-bottom: 34px;
}

.btm-call-link span {
    background-color: #00ab00;
    color: #fff;
    padding: 10.2px 14px;
    border-radius: 12px;
    font-size: 22px;
}

.btm-whts-link {
    margin-bottom: 50px;
}

.btm-whts-link span {
    background-color: #00ab00;
    color: #fff;
    padding: 10.2px 14px;
    border-radius: 12px;
    font-size: 22px;
}

/*--banner-area-start--*/

/*--why-choose-start--*/

.why-choose-section {
    padding: 50px 0px;
}

.why-choose-bx h2 {
    font-size: 36px;
    font-weight: 500;
    color: #004881;
    margin-bottom: 20px;
}

.why-choose-bx p {
    font-size: 18px;
    color: #000;
    text-align: justify;
}

.about-section {
    margin-top: -24px;
    padding: 50px 0px;
    background-color: #fff;
}

.about-top-heading {
    text-align: center;
}

.about-top-heading h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    color: #004881;
}

.about-top-heading .about-slogan {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    padding: 4px 14px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.about-left-area {
    margin-left: 0;
}

.about-left-area span {
    font-size: 18px;
    font-family: cursive;
    color: #000;
}

.about-left-area h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto Slab';
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-left-area p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    margin-bottom: 30px;
}
.about-right-area h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Tiro Devanagari Hindi", serif;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0;
}

.about-right-area p {
    font-size: 16px;
    color: #000;
	font-family: "Tiro Devanagari Hindi", serif;
    text-align: justify;
    margin-bottom: 30px;
}

.about-right-area p b {
    color: #004881;
}

.about-left-area .view-btn {
    border: 1px solid #004881;
    box-shadow: 0 0 4px #a3a3a3;
}

.about-video .embed-responsive iframe {
	height: 350px !important;
}

iframe body video {
	width: 100% !important;
	margin: 0 !important;
    object-fit: cover !important;
}

video {
    width: 100% !important;
    margin: 0 !important;
    object-fit: cover !important;
}

/*--why-choose-end--*/

/*--customers-start--*/

.customers-testimonials {
    /*--background-image: url(..//image/banner/sophisticated-new-york-2-wide.webp);--*/
    background-image: url(..//image/reservation-banner-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.customers-testimonials::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000b2;
    opacity: .7;
    z-index: -1;
}

.customers-top-heading {
    text-align: center;
}

.customers-top-heading h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
}

.customers-design {
    width: 260px;
    margin: 0 auto;
}

.customers-design img {
    filter: contrast(0)  brightness(10);
}

.customers-view-bx .customers-content {
    background: #000;
    padding: 16px 40px;
    border-radius: 8px;
    /* width: 360px; */
    position: relative;
}

.customers-view-bx .customers-content::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255, 255, 255, 0.72);
}

.customers-view-bx .customers-content p {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto Slab';
    text-align: justify;
}

.customers-details {
    text-align: center;
    margin-top: 6%;
}

.customers-details .customers-image {
    width: 56px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.customers-details h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
}

.restaurent-menu-section {
    padding: 50px 0px;
    background-color: #fff;
}

.restaurent-top-heading {
    text-align: center;
}

.restaurent-top-heading h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    color: #004881;
}

.restaurent-top-heading .restaurent-slogan {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    padding: 4px 14px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.res-slogan-section {
    background-image: url(..//image/banner/krt-home-banners.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.res-slogan-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000b2;
    opacity: .5;
    transition: all .3s ease-in;
    z-index: -1;
}

.res-slogan-section:hover {
    background-color: #ffffff5f;
}

.res-slogan-heading {
    text-align: center;
    padding: 120px;
}

.res-slogan-heading h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.click-slogan {
    text-decoration: none;
    transition: all .3s ease-in;
    color: #fff;
    background-color: transparent;
}

.click-slogan:hover {
    background-color: #fff;
    color: #005ba5;
}

/*--customers-end--*/

/*--service-start--*/

.our-service-section {
    background-image: url(..//image/gallery-old-paper-texture.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}

.our-service-head {
    text-align: center;
}

.our-service-head h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: math;
    color: #000000;
    text-align: center;
    margin-bottom: 14px;
}

.our-service-head p {
    font-size: 18px ;
    color: #000;
    margin-bottom: 26px;
}

.our-service-bx .our-service-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 14px 0px #1d1d1d;
    margin-bottom: 16px;
    transition: all .3s ease-in;
    overflow: hidden;
}

.our-service-bx .our-service-img img {
    transition: all .3s ease-out;
}
.our-service-bx .our-service-img img:hover {
    transition: all .3s ease-out;
    transform: scale(1.1);
}

.our-service-bx a  {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    text-align: center;
    transition: all .3s ease-in;
}

.our-service-bx a:hover  {
    color: #003968;
}

.our-service-bx a h4 {
    font-size: 22px;
    text-transform: uppercase;
}

/*--service-end--*/

/*--reservation-start--*/

.reservation-section {
    background-image: url(..//image/reservation-banner-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    background-attachment: fixed;
}

.reservation-head-bx {
    padding: 20px;
    padding-bottom: 20px;
    background-color: #3232328a;
    text-align: center;
    position: relative;
}

.reserv-view {
    border: 1px solid #fff;
    padding: 20px;
    padding-bottom: 30px;
}

.reservation-head-bx h2 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poetsen One';
    margin-bottom: 12px;
}

.reservation-head-bx span {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto Slab';
    background-color: #004881;
    padding: 4px 10px;
    border: 2px solid #fff;
}

.reservation-head-bx p {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin-top: 14px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

/*--reservation-end--*/

/*--gallery-start--*/

.gallery-section {
    padding: 40px 0px;
    background-color: #ffffff7a;
}

.gallery-head {
    text-align: center;
    margin-bottom: 24px;
}

.gallery-head h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    text-align: center;
    color: #004881;
}

.gallery-head .gallery-slogan {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    padding: 4px 14px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.gallery-bx {
    margin: 0;
    display: grid;
    place-items: center;
}

.gallery_wrapper {
	--img-size: calc(100px - 0.5rem / 2);
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(6, var(--img-size));
	grid-template-rows: repeat(4, var(--img-size));
}

.gallery_wrapper img {
	max-width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	grid-column: span 2;
	border-radius: 0.5rem;
	clip-path: path(
		"M 80 20 C 100 0 100 0 120 20 C 140 40 160 60 180 80 C 200 100 200 100 180 120 C 160 140 140 160 120 180 C 100 200 100 200 80 180 C 60 160 40 140 20 120 C 0 100 0 100 20 80 Z"
	);
	transition: filter 500ms, clip-path 500ms;
}

.gallery_wrapper img:nth-of-type(4),
.gallery_wrapper img:nth-of-type(9) {
	grid-column: 2 / span 2;
}

.gallery_wrapper img:hover {
	z-index: 100;
	clip-path: path(
		"M 0 0 C 100 0 100 0 200 0 C 200 50 200 50 200 80 C 200 100 200 100 200 120 C 200 150 200 150 200 200 C 100 200 100 200 0 200 C 0 150 0 150 0 120 C 0 100 0 100 0 80 Z"
	);
}

.gallery_wrapper img:not(:hover) {
	animation: zIndexFix 500ms;
}

.gallery_wrapper:hover > img {
	filter: brightness(0.5) saturate(0.5);
}

.gallery_wrapper > img:hover {
	filter: brightness(1) saturate(1.5);
}

@keyframes zIndexFix {
	0%,
	100% {
		z-index: 10;
	}
}

/*--gallery-end--*/

/*--gallery-3-start--*/

#gallerys{
    -webkit-column-count:4;
    -moz-column-count:4;
    column-count:4;
    
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  @media (max-width:1200px){
    #gallerys{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:800px){
    #gallerys{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
      
    -webkit-column-gap:20px;
    -moz-column-gap:20px;
    column-gap:20px;
  }
  }
  @media (max-width:600px){
    #gallerys{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }  
  }
  #gallerys img,#gallerys video {
    width:100%;
    height:auto;
    margin: 4% auto;
    box-shadow:-3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .modal-img,.model-vid{
    width:100%;
    height:auto;
  }
  .modal-body{
    padding:0px;
  }

/*--gallery-3-end--*/

/*--main-contact-start--*/

.main-contact {
    padding: 40px 0px;
    background-color: #ffffff7a;
}

.main-contact-heading {
    text-align: center;
    margin-bottom: 24px;
}

.main-contact-heading h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Roboto Slab";
    color: #004881;
}

.main-contact-heading .main-contact-slogan {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    padding: 4px 14px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.main-contact-text h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 18px;
}

.main-contact-text .contact-no-ad-bx ul {
    padding-left: 0;
}

.main-contact-text .contact-no-ad-bx ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    font-size: 16px;
    color: #000;
}

.main-contact-text .contact-no-ad-bx ul li span {
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 6px;
    float: inline-start;
}

.main-contact-text .contact-no-ad-bx ul li p {
    margin-left: 20px;
    display: inline;
    width: 200px;
    float: inline-start;
}

.main-contact-text .contact-no-ad-bx ul li a {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.main-contact-text .contact-no-ad-bx ul li a:hover {
    color: #004881;
}

.contact-fill-main-bx .cntct-fill-bx {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 20px;
}

.contact-fill-main-bx .cntct-fill-bx h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}

.contact-right-area .cntct-fill-bx h4 {
    font-size: 32px;
    text-transform: capitalize;
    color: #004881;
}

.contact-fill-main-bx .cntct-fill-bx p {
    font-size: 14px;
    color: #3b3b3b;
    margin-bottom: 0px;
}

.contact-fill-main-bx .cntct-fill-btm-bx .form-label {
    font-size: 13px;
    display: block;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}

.contact-fill-main-bx .cntct-fill-btm-bx input {
    width: 100%;
    height: 46px;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
    outline: none;
    box-shadow: none;
}

.contact-fill-main-bx .cntct-fill-btm-bx textarea {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #a3a3a3;
    outline: none;
    box-shadow: none;
}

.contact-fill-main-bx .cntct-fill-btm-bx .contact-btn {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s ease-in;
    border: none;
}

.contact-fill-main-bx .cntct-fill-btm-bx input:focus, .contact-fill-main-bx .cntct-fill-btm-bx textarea:focus {
	border: 1px solid #004881;
}

.contact-fill-main-bx .cntct-fill-btm-bx .contact-btn:hover {
    background-color: #004881;
    color: #fff;
}

/*--main-contact-end--*/

/*--product-start--*/

.product-section {
    padding: 50px 0px;
}

.product-head {
    text-align: center;
    margin-bottom: 40px;
}

.product-head h2 {
    font-size: 36px;
    font-weight: 500;
    color: #004881;
    text-align: center;
    
}

.product-head p {
    font-size: 18px;
    color: #000;
}

.product-view-bx {
    background-color: #fff;
    box-shadow: 0 0 4px #a3a3a3;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}

.product-view-bx .product-img-bx {
    width: 100%;
    border-bottom: .2px solid #a3a3a3;
}

.product-dtl-vx {
    padding: 20px;
}

.product-dtl-vx h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-dtl-vx h3 a {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    display: block;
    height: 46px;
    font-weight: 500;
    text-decoration: none;
}

.product-dtl-vx .form-select {
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    border-radius: 0px;
}

.product-dtl-vx .form-select:focus {
    border: 1px solid #004881;
    box-shadow: none;
}

.product-dtl-vx .view-btn {
    border: 1px solid #004881;
    width: 100%;
    display: block;
    text-align: center;
}

/*--product-end--*/

/*--feature-start--*/

.feature-section {
    background-image: url(..//image/feature_bg_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.feature-bx {
    display: flex;
    align-items: center;
    transition: all .3s ease-in;
}

.feature-bx:hover .feature-icon img {
    transform: rotateY(180deg);
}

.feature-bx .feature-icon {
    width: 74px;
    background-color: #1f1f1f;
    padding: 14px;
    border-radius: 70px;
    transition: all .3s ease-in;
}

.feature-bx .feature-icon img {transition: all .4s ease-in;}

.feature-bx .feature-dtl {
    margin-left: 10px;
}

.feature-bx .feature-dtl h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Slab';
}

.feature-bx .feature-dtl p {
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    color: #dbdbdb;
    margin-bottom: 0px;
}

/*--feature-end--*/

/*--eltd-start--*/

.eltd-content-section {
    background-image: url(..//image/banner/good-resipe-parallax2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
}

.eltd-content-bx h2 {
    font-size: 76px;
    font-weight: 500;
    font-family: "Roboto Slab";
    color: #fdfeff;
    text-align: center;
    margin-bottom: 0;
    padding: 80px 10px;
}

/*--eltd-end--*/

/*--news-start--*/

.news-section {
    padding: 50px 0px;
}

.news-head {
    text-align: center;
    margin-bottom: 40px;
}

.news-head .title{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.news-head h2 {
    font-size: 36px;
    font-weight: 500;
    color: #004881;
    text-align: center;
}

.news-view-area {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #e1e1e1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.news-image-area {
    position: relative;
}

.news-image-area .news-date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #004881;
    text-align: center;
}

.news-dtls-area {
    padding: 20px;
}

.news-dtls-area .news-cate {
    font-size: 16px;
}

.news-dtls-area .news-cate i {
    color: #004881;
    margin-right: 10px;
}

.news-dtls-area .news-cate .news-click {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.news-dtls-area h3 {
    margin-top: 20px;
    margin-bottom: 24px;
}

.news-dtls-area h3 .news-show {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.news-dtls-area h3 .news-show:hover {
    color: #004881;
}

.news-dtls-area p {
    font-size: 16px;
    color: #000;
    margin-bottom: 22px;
}

.news-dtls-area .view-btn {
    border: 1px solid #004881;
}

.news-dtls-area .view-btn span i:before {
    font-weight: 700 !important;
    vertical-align: middle;
}

/*--news-end--*/

/*--contact-start--*/

.contact-section {
    padding: 40px 0px;
}

.contact-left-area {
    background-color: #e3e5f4;
    padding: 34px 40px;
    margin-top: 24px;
}

.contact-left-area h2 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Roboto Slab';
    color: #004881;
    margin-bottom: 6px;
}

.contact-left-area p {
    font-size: 17px;
    color: #353535;
    text-align: justify;
    margin-bottom: 10px;
}

.contact-bx {
    margin: 24px 0px;
}

.contact-bx .contact-icon {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-bx .contact-icon span {
    color: #004881;
    background-color: #ffffff;
    padding: 10px 16px;
    font-size: 24px;
    border-radius: 15px;
    margin-right: 16px;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

.contact-bx .contact-icon .contact-dtl h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto Slab';
    color: #000;
}

.contact-bx .contact-icon .contact-dtl p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
}

.contact-bx .contact-icon .contact-dtl .contact-cntnt {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    transition: all .3s ease-in;
}

.contact-bx .contact-icon .contact-dtl .contact-cntnt:hover {
    color: #004881;
}

.contact-social {
    margin-top: 36px;
}

.contact-social ul {
    padding-left: 0px;
}

.contact-social ul li {
    list-style: none;
    display: inline-block;
}

.contact-social ul li .abt-social {
    color: #000000;
    background-color: #ffffff;
    padding: 12px 16px;
    font-size: 24px;
    border-radius: 15px;
    margin-right: 8px;
    transition: all .3s ease-in;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

.contact-social ul li .abt-social:hover {
    color: #ffffff;
    background-color: #004881;
}

.contact-form-bx {
    margin-top: 30px;
}

.contact-right-area .contact-top-text h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Roboto Slab';
    color: #000;
    margin-bottom: 6px;
}

.contact-form-bx input:focus,
.contact-form-bx select:focus,
.contact-form-bx textarea:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #000;
}
.contact-form-bx input {
    outline: none;
    box-shadow: none;
    height: 46px;
    padding: 10px;
    width: 100%;
    border-radius: 0px;
    border: 2px solid #000;
}

.contact-form-bx select {
    outline: none;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    border-radius: 0px;
    border: 2px solid #000;
}

.contact-form-bx textarea {
    outline: none;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 2px solid #000;
}

.contact-form-bx .contact-btn {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    transition: all .3s ease-in;
    border: 0px;
    position: relative;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
   outline: none;
}

.contact-form-bx .contact-btn:hover {
    background-color: #004881;
    color: #fff;
    border: 0px;
}

.contact-form-bx .contact-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    transition: all 0.3s ease;
}
.contact-form-bx .contact-btn:hover:after {
	left: auto;
	right: 0;
	width: 100%;
}
.contact-form-bx .contact-btn:active {
	top: 2px;
}


/*--contact-end--*/

/*--gallery-start--*/

.gallery-main-section {
    padding: 40px 0px;
}

#myImg {
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
    padding-bottom: 4px;
}
  
  #myImg:hover {
    opacity: 0.7;
  }
  
  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 6;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  .modal-content,
  #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {
      transform: scale(0)
    }
    to {
      transform: scale(1)
    }
  }
  
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  @media only screen and (max-width: 700px) {
    .modal-content {
      width: 100%;
    }
  }
    
  /* CUSTOM1 */
  .column-pg {
      display: inline-block;
  }

  .column-pg #myImg {
      width: 320px !important;
  }
  
  .row-pg {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    margin-left: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  /* Custom */
  @media screen and (max-width: 600px) {
    .enap-gallery-img {
      padding-left: 5px;
      padding-right: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
    }
  }

/*--contact-end--*/

/*--menu-start--*/

.menu-title-section {
    background-image: url(..//image/banner/krt-home-banners.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    margin-top: 88px;
	position: relative;
	z-index: 1;
}

.menu-gallery-section {
    background-image: url(..//image/banner/krt-gallery-banner-bg.jpg);
}

.menu-title-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}

.menu-title {
    text-align: center;
    margin: 10% 0%;
}

.menu-title h1 {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    margin-bottom: 6px;
}

.menu-title p {
    font-size: 18px;
    color: #fff;
}


.our-menu-section {
    padding: 40px 0px;
}

.menu-top-special-bx {
    box-shadow: 0 0 4px #1b1b1b;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.our-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-menu-top h2 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    margin-bottom: 20px;
    text-align: left;
}

.our-menu-top h2 b {
    color: #004881;
}

.our-menu-top p {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
}

.our-menu-top p b {
    margin-right: 7px;
}

.our-special-bx {
    display: flex;
    align-items: start;
}

.our-special-bx .menu-special-image {
    width: 40%;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 30px;
    overflow: hidden;
}

.our-special-bx .menu-special-image a img {
    transition: all .3s ease-in;
}

.our-special-bx .menu-special-image a img:hover {
    transform: scale(1.1);
}

.our-menu-view .our-menu-img {
    overflow: hidden;
}

.our-menu-view .our-menu-img a img {
    transition: all .3s ease-in;
}

.our-menu-view .our-menu-img a img:hover {
    transform: scale(1.1);
}

.our-special-bx .menu-special-item ul {
    padding-left: 0px;
}

.our-special-bx .menu-special-item ul li {
    display: inline-block;
    width: 44%;
    padding-bottom: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.our-special-bx .menu-special-item ul li span {
    font-size: 18px;
    color: #004881;
    margin-right: 6px;
}

.menu-special-item .view-btn {
    display: block;
    text-align: center;
    border: 1px solid #004881;
}

.our-menu-head h2 {
    font-size: 32px;
    font-weight: 600;
    color: #004881;
    text-transform: uppercase;
    font-family: 'Roboto Slab';
    margin-bottom: 20px;
    text-align: left;
}

.our-menu-bx .item {
    margin: 10px 6px;
}

.our-menu-view {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 4px 4px 2px #e5e5e5;
}

.our-menu-view .our-menu-txt {
    padding: 14px;
}

.our-menu-view .our-menu-txt .service-view {
    color: #000;
    text-decoration: none;
    transition: all .3s ease-in;
}

.our-menu-view .our-menu-txt .service-view:hover {color: #003968;}

.our-menu-view .our-menu-txt .service-view h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}

.our-menu-view .our-menu-txt .our-menu-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-menu-view .our-menu-txt .our-menu-type span {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
}

.our-menu-view .our-menu-txt .our-menu-type span p {
    margin-left: 7px;
}

.our-menu-view .our-menu-txt .view-btn {
    display: block;
    text-align: center;
    border: 1px solid #004881;
}

.our-menu-bx .owl-nav .owl-prev i {
    font-size: 24px;
    position: absolute;
    top: 40%;
    left: -10px;
    color: #004881;
    background: transparent;
    border: 1px solid #004881;
    display: block !important;
    padding: 4px 10px;
    border-radius: 6px;
    transition: all .3s ease-in;
}

.our-menu-bx .owl-nav .owl-prev i:hover, 
.our-menu-bx .owl-nav .owl-next i:hover {
    color: #004881;
    background: #fff;
    border: 1px solid #004881;
}

.our-menu-bx .owl-nav .owl-next i {
    font-size: 24px;
    position: absolute;
    top: 40%;
    background: transparent;
    right: -10px;
    color: #004881;
    display: block !important;
    border: 1px solid #004881;
    padding: 4px 10px;
    border-radius: 6px;
    transition: all .3s ease-in;
}

/*--menu-end--*/

/*--footer-start--*/

.footer-section {
    background-color: #641616;
    padding: 40px 0px;
    padding-bottom: 20px;
}

.footer-logo-area .footer-logo {
    width: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    background-color: #641616;
    padding: 0px 5px;
}

.footer-logo-area {
    position: relative;
}

.footer-logo-area::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: .4px;
    z-index: 1;
}

.follow-bx li {
    display: inline-block;
    width: 114px;
    padding: 2px !important;
    padding-bottom: 6px !important;
}

.footer-logo-area p {
    font-size: 14px;
    color: #fff;
    text-align: justify;
    margin: 20px 8px;
}

.footer-link-bx h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.footer-link-bx ul {
    padding-left: 0px;
}

.footer-link-bx ul li {
    list-style: none;
    padding: 4px 0px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Slab';
    display: flex;
    align-items: baseline;
}

.footer-link-bx ul li a {
    padding-right: 6px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto Slab';
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-in;
}

.footer-link-bx ul li a:hover {
    color: #fff;
}

.follow-bx li a:hover {
    padding-left: 0px;
    padding-top: 6px;
}

.footer-link-bx ul li span {
    font-size: 18px;
    margin-right: 8px;
    background-color: #fff;
    color: #000;
    padding: 5px 11px;
    border-radius: 4px;
    margin-right: 10px;
    line-height: 1.5;
}

.footer-link-bx ul li span i:before {
    font-weight: 700 !important;
    vertical-align: middle;
}

.footer-link-bx .address-views-bx {
    border: 4px solid #fff;
    border-radius: 4px;
    height: 200px;
}

.footer-link-bx .address-views-bx iframe {
    width: 100%;
    height: 100%;
}

.res-opening-dtl p {
    font-size: 16px;
    display: block;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.res-opening-dtl p span i {
    font-size: 14px;
}

.footer-btm-text {
    text-align: center;
}

.footer-btm-text p {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto Slab';
}

.footer-btm-text p a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-btm-text p a:hover {
    color: #000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    position: fixed;
    bottom: 30px;
    box-shadow: 0 0 2px #7c7c7c;
    right: 15px;
    cursor: pointer;
    transition: .3s ease-in,_ .3s ease-in,_ .3s ease-in;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    text-decoration: none;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

#button::after {
    content: " \F281";
    font-family: 'bootstrap-icons';
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    line-height: 52px;
    color: #2077bc;
}

body #wrapper,html,html body {
	width:100%!important;
	min-width:0!important;
	max-width:none!important;
	overflow-x:hidden
}

/*--footer-end--*/