@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #b7b7b7;
    line-height: 26px !important;
    font-weight: 300;
}
@font-face {
	font-family: 'Barbershop';
	src: url(../fonts/Barbershop.ttf);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
button:focus{
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none !important;
}
.btn:hover, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.secTitle {
	font-size: 40px;
}
.section-padding {
    padding: 100px 0;
}
.sp-top {
    padding-top: 100px;
}
.sp-bottom {
    padding-bottom: 100px;
}
.transition {
    transition: 0.5s;
}
.textRed {
	color: #d72227 !important;
}
.bgRed {
	background: #d72227;
}
.z-index-0 {
	z-index: 0;
}
/*---------------------------------------
:::::HEADER SECTION
---------------------------------------*/
.topHeader {
	background: #d72227;
	padding: 8px 0;
}
.topHeader > .container > a {
	font-weight: 500;
}
.topHeader > .container > a:hover {
	color: #000 !important;
}
.topHeader > .container > a > i {
	font-size: 25px;
}
.topHeader ul.sociaLinks {
	border-left: 1px solid rgba(255,255,255,0.30);
	padding-left: 25px;
	margin-left: 25px;
}
.topHeader ul.sociaLinks li a, footer ul.sociaLinks li a {
    width: 34px;
    height: 34px;
    margin-left: 5px;
}
.topHeader ul.sociaLinks li:first-child a {
	margin-left: 0;
}
.topHeader ul.sociaLinks li a:hover {
    color: #000 !important;
    background: #fcb040;
}
.topHeader ul.sociaLinks li a:hover {
	background: #000 !important;
}
header {
    position: absolute;
    z-index: 9;
    width: 100%;
    background-image: linear-gradient(to bottom, black, rgba(0,0,0,0.70), transparent);
}
header .navbar-brand {
	transform: translateY(-45px);
}
header #navbar {
    transform: translate(0, 30px);
}
header #navbar, header .sociaLinks {
    float: right;
    padding: 0;
}
header .navbar-expand-lg .navbar-nav {
    text-align: right;
}
header .navbar-expand-lg .navbar-nav .nav-link.active, 
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    border-color: #fff;
    color: #d72227 !important;
}
header .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #fff;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    margin: 0 2px;
    padding: 8px 20px;
    border-radius: 30px;
    transition: 0.5s;
    line-height: 20px;
    border:  1px solid transparent;
}
header .navbar-expand-lg .navbar-nav li:last-child .nav-link {
    margin-right: 0;
}
header .navbar-expand-lg .navbar-collapse {
    flex-flow: row-reverse;
}
header .navbar-toggler {
    display: none;
    padding-right: 0;
}
header nav.navbar .navbar-nav > li.dropdown > a{
    padding-right: 35px !important;
}
header nav.navbar .navbar-nav > li.dropdown > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    border: 0;
    position: absolute;
    top: 10px;
    right: 32px;
    font-size: 13px;
}
header nav.navbar .navbar-nav > li > .dropdown-menu.sm-menu {
    border-top: 3px solid #d72227 !important;
    background: rgba(0,0,0,0.90);
    padding: 8px 30px 8px 5px !important;
    border-radius: 0 0 10px 10px;
}
header nav.navbar .navbar-nav > li.dmenu > ul > a {
    padding: 5px 18px;
    background: transparent;
}
header nav.navbar .navbar-nav > li.dmenu > ul > a:hover {
  color: #d72227 !important;
}
/*---------------------------------------
:::::BANNER SECTION
---------------------------------------*/
.bannerSlider {
	background: url(../images/banner-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 180px 0 120px;
	z-index: 0;
}
.bannerSlider::before {
	content: '';
	width: 170px;
	position: absolute;
	height: 220px;
	bottom: 0;
	background: url(../images/banner-shape.png) bottom left no-repeat;
	left: 0;
	background-size: contain;
	z-index: -1;
}
.bannerSlider .combo {
	top: 45%;
	right: 265px;
	transform: translate(0,-50%) rotate(10deg);
	width: 120px;
	height: 120px;
	padding: 15px;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}
.bannerSlider .combo > strong {
	font-size: 22px;
	font-weight: 500;
	font-family: 'Barbershop';
	font-style: normal;
}
.bannerSlider .combo::before {
	content: '';
	width: 144px;
	position: absolute;
	height: 144px;
	border: 5px solid #fff;
	border-radius: 50%;
}
.bannerSlider .container {
    left: 0;
    right: 0;
}
.bannerSlider .banner-back {
    height: 700px;
    object-fit: cover;
}
.bannerSlider .contentBox {
    width: 50%;
}
.bannerSlider .banner-img {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 700px !important;
    pointer-events: none;
}
.bannerSlider .contentBox h1 {
    font-size: 70px;
    font-weight: 900;
    line-height: 65px;
}
.bannerSlider .contentBox h1 > span {
	font-family: 'Barbershop';
    display: block;
    font-weight: 300 !important;
    color: #d72227;
    position: relative;
	font-size: 100px;
	font-style: italic;
	transform: translate(-4px,-12px);
}
.jrcmbutton {
    color: #fcb040;
    padding: 8px 25px 8px 8px;
    border: 1px solid #fcb040;
    border-radius: 60px;
    font-size: 18px;
    margin-top: 15px;
    width: fit-content;
}
.jrcmbutton i {
	width: 30px;
	height: 30px;
}
.jrcmbutton:hover i {
	color: #fff !important;
	background: #d72227 !important;
}
.bannerSlider .jrcmbutton:hover {
    color: #d72227 !important;
    background: #fff !important;
}
.jrcmbutton:hover {
    color: #d72227 !important;
    background: #000 !important;
}
.bannerSlider .owl-nav, .featuredMusic .owl-nav, .partnersSec .owl-nav {
    position: absolute;
    max-width: 1140px !important;
    pointer-events: none;
    width: 1140px;
}
.bannerSlider .owl-nav > button, .featuredMusic .owl-nav > button, .partnersSec .owl-nav > button {
    pointer-events: auto;
    width: 50px;
    height: 50px;
    background: url(../images/banner-arrow.png) center no-repeat !important;
    background-size: 100% 100% !important;
}
.bannerSlider .owl-nav > button > span, .featuredMusic .owl-nav > button > span, .partnersSec .owl-nav > button > span {
    display: none;
}
.bannerSlider .owl-nav > button:first-child, .featuredMusic .owl-nav > button:first-child, 
.partnersSec .owl-nav > button:first-child {
    float: left;
    margin-left: -30px;
}
.bannerSlider .owl-nav > button:last-child, .featuredMusic .owl-nav > button:last-child, 
.partnersSec .owl-nav > button:last-child {
    transform: rotate(180deg);
    float: right;
    margin-right: -30px;
}
/*---------------------------------------------------
:::::About Section
---------------------------------------------------*/
.aboutSec::before {
	content: '';
	width: 260px;
	position: absolute;
	height: 349px;
	bottom: 0;
	background: url(../images/about-shape.png) bottom right no-repeat;
	right: 0;
	z-index: -1;
	background-size: contain;
}
.aboutSec h2, .recentEvent h2, .recentEvent .eventBox .contentbox h5 {
	color: #000;
}
/*---------------------------------------------------
:::::Our Specialites Section
---------------------------------------------------*/
.speciaLites {
	background: url(../images/specialites-bg.jpg) top center no-repeat;
	background-size: cover;
}
.speciaLites .specialitesBox:hover {
	background: #d72227 !important;
}
.speciaLites .specialitesBox:hover img {
	transform: scale(0.9);
}
.speciaLites .specialitesBox:hover h5, .speciaLites .specialitesBox:hover p, 
.speciaLites .specialitesBox:hover a {
	color: #fff !important;
}
.speciaLites .specialitesBox .textBox {
	padding: 20px;
}
.speciaLites .specialitesBox .textBox h5 {
	font-size: 22px;
	color: #000;
}
.speciaLites .specialitesBox .textBox > a {
	font-weight: 600;
	border-bottom: 1px solid;
	line-height: 16px;
}
.speciaLites .specialitesBox .textBox > a:hover {
	color: #000 !important;
}
.speciaLites .owl-nav.disabled {
	display: block !important
}
.speciaLites .owl-nav, .partnersSec .owl-nav {
	position: absolute;
	max-width: 100% !important;
	pointer-events: none;
	width: 100%;
}
.speciaLites .owl-nav > button {
	pointer-events: auto;
	width: 40px;
	height: 33px;
	background: url(../images/specialites-arrow.png) center no-repeat !important;
	background-size: 100% 100% !important;
}
.speciaLites .owl-nav > button > span {
	display: none;
}
.speciaLites .owl-nav > button:first-child {
	margin-left: -45px;
	float: left;
	pointer-events: auto;
}
.speciaLites .owl-nav > button:last-child {
	margin-right: -45px;
	float: right;
	pointer-events: auto;
	transform: rotate(180deg);
}
/*---------------------------------------------------
:::::Recent Event Section
---------------------------------------------------*/
.recentEvent .one, .recentEvent .two, .recentEvent .three, .recentEvent .four, .recentEvent .five {
	z-index: -1;
}
.recentEvent .one {
	top: 0;
	left: 0;
}
.recentEvent .two {
	top: 0;
	left: 0;
	right: 0;
}
.recentEvent .three {
	top: 0;
	right: 0;
}
.recentEvent .four {
	bottom: 20px;
	left: 0;
	width: 100px;
}
.recentEvent .five {
	bottom: 0;
	right: 0;
}
.recentEvent .eventBox {
	background: #e7e7e7;
}
.recentEvent .eventBox .imgBox {
	width: 40%;
}
.recentEvent .eventBox .imgBox img {
	object-fit: cover;
}
.recentEvent .eventBox .contentbox {
	width: 60%;
	padding: 30px 20px;
}
.recentEvent .eventBox .contentbox h5 {
	font-weight: 600;
}
.recentEvent .jrcmbutton {
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px 5px 5px;
}
.recentEvent .row [class*="col-"]:first-child, .recentEvent .row [class*="col-"]:nth-child(2) {
	margin-bottom: 30px;
}
/*---------------------------------------------------
:::::Our Menu Section
---------------------------------------------------*/
.ourMenu::before {
    content: '';
    width: 70%;
    position: absolute;
    height: 100%;
    top: 0;
    background: url(../images/menu-bg.jpg) top right no-repeat;
    background-size: cover;
    left: 0;
    z-index: -1;
}
.ourMenu::after {
    content: '';
    width: 30%;
    position: absolute;
    height: 100%;
    top: 0;
    background: url(../images/menu.jpg) no-repeat;
    right: 0;
    background-size: cover;
}
.ourMenu .nav-tabs {
    display:none;
}
.ourMenu .nav-tabs > li > a {
    border: 1px solid;
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 14px;
    margin-right: 3px;
}
.ourMenu .nav-tabs > li > a:hover, .ourMenu .nav-tabs > li > a.active {
    border-color: #d72227;
    background: #d72227;
}
.ourMenu .tab-content > .tab-pane .card-header h5 a {
    background: #d72227;
    padding: 15px 30px;
    margin-bottom: 3px;
    border-radius: 50px;
    border: 1px solid transparent;
}
.ourMenu .tab-content > .tab-pane .card-header h5 a.collapsed {
    /*background: rgba(0,0,0,0.10);*/
    background: transparent;
    border: 1px solid;
}
.ourMenu .tab-content > .tab-pane .card-header h5 a::after, 
.ourMenu .tab-content > .tab-pane .card-header h5 a.collapsed::after {
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 25px;
    font-size: 14px;
}
.ourMenu .tab-content > .tab-pane .card-header h5 a::after {
    content: '\f068';
}
.ourMenu .card .card-body {
    padding: 30px 0 0;
}
.ourMenu .card .card-body > ul {
    width: 48%;
    margin-right: 4%;
    font-size: 13px;
    line-height: 16px;
}
.ourMenu .card .card-body > ul:last-child {
    margin-right: 0;
}
.ourMenu .card .card-body > ul > p {
  margin-top: -15px;
}
.ourMenu .card .card-body.wingsThings ul:first-child > li:first-child > strong {
    background: transparent;
}
.ourMenu .card .card-body > ul > li {
    margin-bottom: 15px;
}
.ourMenu .card .card-body > ul > li > .underline {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #9d9d9d 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1;
}
.ourMenu .card .card-body > ul > li > strong {
    font-weight: 500;
    line-height: 20px;
    background: #0a0a0a;
    font-size: 15px;
}
.ourMenu .card .card-body > ul > li > span {
    font-weight: 500;
    right: 0;
    background: #040404;
    padding: 0px 12px;
    border-radius: 15px;
    font-size: 14px;
}
/*---------------------------------------------------
:::::Map Section
---------------------------------------------------*/
.mapSec {
    position: relative;
    width: 100%;
    padding-bottom: 30%;
}
.mapSec > * {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
/*---------------------------------------------------
:::::Footer Section
---------------------------------------------------*/
footer {
    background: #0b0b0b;
}
footer .sociaLinks > li > a > i {
    color: #000 !important;
}
footer .sociaLinks > li > a:hover {
    background: #d72227 !important;
}
footer .sociaLinks > li > a:hover i {
    color: #fff !important;
}
footer li {
    margin-top: 10px;
}
footer h5::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    bottom: 0;
    background-image: linear-gradient(to right, #d72227 12%, #fff 12%);
    left: 0;
}
footer .additionalLinks > li > a {
    padding-left: 28px;
}
footer .additionalLinks > li > a::before {
    content: '';
    width: 20px;
    position: absolute;
    height: 5px;
    top: 9px;
    background: url(../images/underline-red.png) no-repeat;
    left: 0;
}
footer .openHours > li > strong {
    width: 90px;
    display: inline-block;
}
footer .contactUs > li > a {
    padding-left: 32px;
    display: inline-block;
}
footer .contactUs > li > a > i {
    font-size: 22px;
    position: absolute !important;
    top: 0;
    left: 0;
    color: #d72227;
}
footer a:hover {
    color: #d72227 !important
}
footer .copyRight {
    margin-top: 30px;
    padding: 15px 0;
    background: #000;
}
footer .copyRight a {
    font-weight: 500;
}
footer .copyRight a:hover {
    color: #fff !important;
}
/*---------------------------------------------------
:::::Inner Page Banner Section
---------------------------------------------------*/
.innerBanner .contentBox {
    transform: translate(0, -70px);
}
.innerBanner .contentBox h1 {
    font-size: 60px;
}
.innerBanner .contentBox > ul > li > a {
    font-weight: 500;
    margin:  0 15px;
}
.innerBanner .contentBox > ul > li > a:hover, .innerBanner .contentBox > ul > li > a.active {
    color: #d72227 !important;
}
.innerBanner .contentBox > ul > li > a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    top: -2px;
    right: -19px;
}
.innerBanner .contentBox > ul > li:last-child > a::after {
    display: none;
}
/*---------------------------------------------------
:::::Menu Page Section
---------------------------------------------------*/
.menu1, .menu2 { 
    text-align:center; 
}
.menu1 img, .menu2 img { 
    width:100%; 
}
.menu2 { 
    background:#dfdede; 
}
.menu2 a { 
    display:inline-block; 
    padding:6px 19px 6px 41px; 
    background:url(../images/download.png) no-repeat 6px center #d72227; 
    border-radius:30px; 
    color:#fff; 
    font-size:14px; 
    text-transform:uppercase; 
    transition:.5s ease; 
    margin-top:60px; 
}
.menu2 a:hover { 
    background-color:#000; 
}
/*---------------------------------------------------
:::::Catering Page Section
---------------------------------------------------*/
.ctrng { 
    background:url(../images/event-back-2.png) no-repeat left bottom; 
}
.ech_ctrng { 
    background:#e7e7e7; 
    margin-bottom:33px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ctrng_img { 
    width:45%; 
    float:left; 
}
.ctrng_img img { 
    width:100%; 
}
.ctrng_cntnt { 
    width:55%; 
    float:right; 
    padding:12px 20px; 
}
.ctrng_cntnt h3 { 
    font-size:20px; 
    color:#1f1f1f; 
    font-weight:600; 
    margin-bottom:5px; 
}
.ctrng_cntnt p { 
    font-size:16px; 
    font-weight:300; 
    color:#5b5b5b; 
    margin-bottom:5px; 
}
.ctrng_cntnt span { 
    display:block; 
    color:#d72227; 
    font-size:20px; 
    font-weight:600; 
}
/*---------------------------------------------------
:::::Gallery Page Section
---------------------------------------------------*/
.galleryPage .specialGrid [class*="col-"]:first-child > .row {
    height: 50%;
}
.galleryPage .specialGrid [class*="col-"]:first-child > .row:first-child {
    padding-bottom: 15px;
}
.galleryPage .specialGrid [class*="col-"]:first-child > .row:last-child {
    padding-top: 15px;
}
.galleryPage .galleryBox::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    background: url(../images/zoom.png) rgba(215,34,39,0.80) center no-repeat;
    transform: scale(0);
    transition: 0.5s;
    opacity: 0;
}
.galleryPage .galleryBox:hover::before {
    transform: scale(1.0);
    opacity: 1;
}
.galleryPage .seconRow {
    margin: 30px 0;
}
/*---------------------------------------------------
:::::Contact Page Section
---------------------------------------------------*/
.map iframe { 
    border:3px solid #e7e7e7;
}
.adrs {
    margin-top:30px; 
    padding:15px 15px 15px 68px; 
    background:url(../images/adrs.png) no-repeat 17px center #f0f0f0;
}
.adrs h3 { 
    font-size:16px; 
    font-weight:700; 
    color:#4c4c4c; 
    margin-bottom:0;
}
.adrs p { 
    font-size:16px; 
    font-weight:300; 
    color:#4c4c4c; 
    margin-bottom:0; 
}
.call { 
    margin-top:18px; 
    padding:15px 15px 15px 68px; 
    background:url(../images/call.png) no-repeat 17px center #f0f0f0; 
}
.call h3 { 
    font-size:16px; 
    font-weight:700; 
    color:#4c4c4c;
    margin-bottom:0; 
}
.call a { 
    font-size:16px; 
    font-weight:300; 
    color:#4c4c4c; 
    transition:.5s ease; 
}
.call a:hover { 
    color:#d72227; 
}
.web { 
    margin-top:18px; 
    padding:15px 15px 15px 68px; 
    background:url(../images/web.png) no-repeat 17px center #f0f0f0; 
}
.web h3 { 
    font-size:16px; 
    font-weight:700; 
    color:#4c4c4c; 
    margin-bottom:0; 
}
.web a { 
    font-size:16px; 
    font-weight:300; 
    color:#4c4c4c; 
}
.web a:hover { 
    color:#d72227; 
}
.cntct_cntnt p { 
    color:#111111; 
    font-size:16px; 
    font-weight:300; 
}
.cntct_frm { 
    padding:25px 30px 35px; 
    background:#f0f0f0; 
}
.cntct_frm h2 { 
    font-size:30px; 
    color:#111111; 
    font-weight:300; 
    margin-bottom:10px; 
}
.cntct_frm h2 strong { 
    color:#d72227; 
    font-weight:700; 
}
.cntct_frm label { 
    font-size:16px; 
    color:#646363; 
    font-weight:500; 
    width:100%; 
    margin-bottom:5px; 
    display:block; 
}
.cntct_frm label strong { 
    color:#d72227; 
}
.cntct_frm input[type="text"], .cntct_frm input[type="email"], .cntct_frm textarea { 
    background:#f6f6f6; 
    border:1px solid #dfdfdf; 
    padding:12px; 
    color:#000; 
    margin-bottom:10px; 
    width:100%; 
}
.cntct_frm textarea { 
    height:140px; 
}
.cntct_frm input[type="submit"] { 
    padding:6px 19px 6px 41px; 
    background:url(../images/arrow.png) no-repeat 6px center #d72227; 
    border-radius:30px; 
    border:none; 
    color:#fff; 
    font-size:14px; 
    text-transform:uppercase; 
    transition:.5s ease; 
    cursor:pointer; 
    margin-top:18px; 
}
.cntct_frm input[type="submit"]:hover { 
    background-color:#000; 
}
/*---------------------------------------------------
:::::Back To Top Section
---------------------------------------------------*/
.back-to-top {
    visibility: hidden;
    background: #d72227;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 90;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .5s;
}
.back-to-top i {
    font-size: 18px;
    color: #fff;
    transition: all .5s;
}
.back-to-top:hover {
    background: #000;
    opacity: 1
}
.back-to-top:hover i {
    color: #f1592a;
}
.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1;
}
/*131022*/
.ourMenu .nav-tabs > li{ margin-bottom:3px; }
/*---------------------------------------------------
:::::Responsive Section
---------------------------------------------------*/
@media only screen and (max-width: 1199px) {
    html, body {
        line-height: 30px;
    }
    .section-padding {
        padding: 70px 0;
    }
    .sp-top {
        padding-top: 70px;
    }
    .sp-bottom {
        padding-bottom: 70px;
    }
    .secTitle {
		font-size: 35px;
	}
    header .navbar-brand {
        width: 155px;
    }
    header .navbar-brand::after {
        bottom: -42px;
        height: 44px;
        background-size: 100%;
    }
    .bannerSlider .banner-back {
        height: 550px;
        object-fit: cover;
    }
    .bannerSlider .contentBox h1 {
        font-size: 60px;
        line-height: 55px;
    }
    .bannerSlider .contentBox h1 > span {
        font-size: 88px;
    }
    .bannerSlider .banner-img {
        width: 620px !important;
    }
    .bannerSlider .combo {
		top: 48%;
		right: 235px;
		width: 100px;
		height: 100px;
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;
	}
	.bannerSlider .combo::before {
		width: 122px;
		height: 122px;
	}
	.bannerSlider .combo > strong {
		margin-top: 8px;
	}
	.aboutSec::before {
		width: 200px;
	}
	.speciaLites .owl-nav > button:first-child {
		margin-left: -30px;
	}
	.speciaLites .owl-nav > button:last-child {
		margin-right: -30px;
	}
    .ourMenu .nav-tabs > li > a {
        padding: 2px 15px;
        font-size: 12px;
        margin-right: 4px;
    }
    footer {
        font-size: 14px;
    }
    .innerBanner > img {
        height: 320px;
        object-fit: cover;
    }
    .innerBanner .contentBox h1 {
        font-size: 50px;
    }
    .ctrng_cntnt h3 {
        font-size: 18px;
    }
    .ctrng_cntnt p {
        font-size: 15px;
        line-height: 18px;
    }
    .ctrng_cntnt span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .ourMenu .nav-tabs {
        display: flex;
    }
    .ourMenu .card {
        border: none;
        background: transparent;
        padding: 0;
    }
    .ourMenu .card .card-header {
        display:none;
    }  
    .ourMenu .card .collapse{
        display:block;
    }
}
@media only screen and (max-width: 991px) {
    html, body {
        line-height: 26px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .sp-top {
        padding-top: 50px;
    }
    .sp-bottom {
        padding-bottom: 30px;
    }
    .secTitle {
		font-size: 30px;
	}
    header > .container > .row [class*="col-"]:first-child {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    header #navbar {
		transform: translateY(-60px);
		width: 96%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
    }
    header #navbar .navbar-nav {
		border-top: 4px solid #d72227;
		background: #000;
		text-align: center;
		padding: 30px 0;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        margin: 5px auto !important;
        width: max-content;
        position: relative;
    }
    header .navbar-toggler {
        display: block;
        transform: translate(0,-40px);
    }
    header #navbarCollapse {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0px;
        z-index: 999;
        background: #fff;
        padding: 30px 15px;
    }
    header nav.navbar .navbar-nav > li > a {
        padding: 8px 20px !important;
        font-size: 16px;
    }
    header .toggle {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 21px;
        right: 0;
        z-index: 9;
        padding: 0;
    }
    header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
    header .toggle span {
        display: block;
        background: #1460ac;
        width: 38px;
        height: 4px;
        border-radius: 0;
        -webkit-transition: 0.25s margin 0.25s, 0.25s transform;
        -webkit-transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s -webkit-transform;
        transition: 0.25s margin 0.25s, 0.25s transform;
        transition: 0.25s margin 0.25s, 0.25s transform, 0.25s -webkit-transform;
    }
    header .toggle span:nth-child(1) {
        margin-bottom: 8px;
    }
    header .toggle span:nth-child(3) {
        margin-top: 8px;
    }
    header .toggle.active span {
        -webkit-transition: 0.25s margin, 0.25s transform 0.25s;
        -webkit-transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s -webkit-transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s;
        transition: 0.25s margin, 0.25s transform 0.25s, 0.25s -webkit-transform 0.25s;
    }
    header .toggle.active span:nth-child(1) {
        margin-top: 13px;
        margin-bottom: -4px;
    }
    header .toggle.active span:nth-child(1),
    header .toggle.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    header .toggle.active span:nth-child(3) {
        margin-top: -4px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    header nav.navbar .navbar-nav > li > .dropdown-menu.sm-menu {
        padding-top: 0px !important;
        width: max-content;
        margin: auto;
        text-align: center;
        background: rgba(255,255,255,0.05);
        transform: translateX(10px);
    }
    header nav.navbar .navbar-nav > li.dropdown > a::after {
        top: 8px;
        font-size: 12px;
        right: 30px;
    }
    .bannerSlider .combo {
		top: 55%;
		right: 175px;
		width: 80px;
		height: 80px;
		font-size: 14px;
		font-weight: 600;
		line-height: 16px;
	}
	.bannerSlider .combo::before {
		width: 100px;
		height: 100px;
	}
	.bannerSlider .combo > strong {
		margin-top: 8px;
		font-size: 16px;
	}
    .bannerSlider .banner-back {
        height: 500px;
    }
    .bannerSlider .contentBox {
		width: 60%;
	}
    .bannerSlider .contentBox h1 {
        font-size: 50px;
        line-height: 45px;
    }
    .bannerSlider .contentBox h1 > span {
        font-size: 68px;
    }
    .bannerSlider .banner-img {
        width: 450px !important;
    }
    .bannerSlider {
		padding: 180px 0 50px;
	}
	.aboutSec img {
		margin-bottom: 30px;
	}
	.speciaLites .owl-nav > button:first-child {
		margin-left: -38px;
	}
	.speciaLites .owl-nav > button:last-child {
		margin-right: -38px;
	}
	.recentEvent .row [class*="col-"]:nth-child(3) {
		margin-bottom: 30px;
	}
    .ourMenu::before {
        width: 100%;
    }
    .ourMenu::after {
        display: none;
    }
    .ourMenu .menuImg {
        display: block !important;
        margin-top: 30px;
    }
    .ourMenu .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        background: transparent;
    }
    .mapSec {
        padding-bottom: 35%;
    }
    .innerBanner .contentBox h1 {
        font-size: 40px;
    }
    .innerBanner > img {
        height: 300px;
    }
    .cntct_cntnt { 
        margin-top:20px; 
    }
    .cntct_cntnt p { 
        line-height:23px; 
    }
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 20px !important;
	}
    .section-padding {
        padding: 40px 0;
    }
    .sp-top {
        padding-top: 40px;
    }
    .sp-bottom {
        padding-bottom: 40px;
    }
    .secTitle {
		font-size: 25px;
	}
    .back-to-top {
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    bottom: 35px;
	    right: 15px;
	}
	.back-to-top.show {
		bottom: 15px;
	}
    .bannerSlider .banner-back {
        height: 700px;
    }
    .bannerSlider::before {
		width: 120px;
	}
    .bannerSlider .contentBox {
        width: 100%;
        transform: translateY(0px);
    }
    .bannerSlider .banner-img {
        width: 350px !important;
        right: 0;
    }
    .bannerSlider .combo {
		top: 48%;
		right: 45px;
	}
	.aboutSec::before {
		width: 200px;
	}
	.speciaLites .owl-nav > button:first-child {
		margin-left: -30px;
	}
	.speciaLites .owl-nav > button:last-child {
		margin-right: -30px;
	}
    .recentEvent .one, .recentEvent .three, .recentEvent .two, .recentEvent .five {
        width: 80px;
    }
    .recentEvent .four {
        width: 80px;
    }
    .ourMenu .card .card-body > ul {
        width: 100%;
        margin-right: 0;
    }
    .mapSec {
        padding-bottom: 45%;
    }
    .innerBanner .contentBox h1 {
        font-size: 30px;
    }
    .innerBanner .contentBox {
        transform: translate(0, -50px);
    }
    .galleryPage .specialGrid > [class*="col-"]:last-child, 
    .galleryPage .seconRow > [class*="col-"]:last-child, 
    .galleryPage .thirdRow > [class*="col-"]:last-child {
        margin-top: 30px;
    }
    .cntct_frm { 
        padding:15px 20px 35px; 
    }
}
@media only screen and (max-width: 575px) {
    .section-padding {
        padding: 30px 0;
    }
    .sp-top {
        padding-top: 30px;
    }
    .sp-bottom {
        padding-bottom: 30px;
    }
    .secTitle {
		font-size: 22px;
	}
    .topHeader > .container > a {
		font-size: 11px;
	}
	.topHeader ul.sociaLinks {
		padding-left: 10px;
		margin-left: 10px;
	}
	.topHeader ul.sociaLinks li a {
		width: 25px;
		height: 25px;
		margin-left: 2px;
		font-size: 12px;
	}
    header .navbar-brand {
        width: 100px;
    }
    header .navbar-brand::after {
        bottom: -36px;
    }
    header .toggle {
        top: 20px;
    }
    header .toggle span {
        width: 26px;
        height: 2px;
    }
    header .toggle.active span:nth-child(1) {
        margin-bottom: -2px;
        margin-top: 7px;
    }
    header .toggle.active span:nth-child(3) {
        margin-top: -2px;
    }
    header .toggle span:nth-child(1) {
        margin-bottom: 6px;
    }
    header .toggle span:nth-child(3) {
        margin-top: 6px;
    }
    header #navbar {
		width: 94%;
		right: 0;
		margin: auto;
	}
    header .navbar-toggler {
		transform: translate(0px,-30px);
	}
    .bannerSlider::before {
		width: 80px;
	}
	.bannerSlider .contentBox {
		transform: translateY(-40px);
		z-index: 2;
	}
	.bannerSlider .contentBox h1 {
		font-size: 46px;
		line-height: 42px;
	}
    .bannerSlider .contentBox a {
        font-size: 14px;
		padding: 5px 20px 5px 5px;
    }
    .bannerSlider .banner-img {
        width: 300px !important;
    }
    .bannerSlider .combo {
		top: 70%;
		right: 110px;
		transform: translate(0,-50%) rotate(10deg) scale(0.80);
	}
	.aboutSec::before {
		width:140px;
	}
	.speciaLites .owl-nav > button:first-child {
		margin-left: -15px;
	}
	.speciaLites .owl-nav > button:last-child {
		margin-right: -15px;
	}
	.recentEvent .eventBox .imgBox, .recentEvent .eventBox .contentbox {
		width: 100%;
	}
    .recentEvent .one, .recentEvent .three, .recentEvent .two, .recentEvent .five {
        width: 50px;
    }
    .recentEvent .four {
        width: 50px;
    }
    .mapSec {
        padding-bottom: 50%;
    }
    footer > .container > .row [class*="col-"]:nth-child(2) {
        margin: 30px 0;
    }
    footer > .container > .row [class*="col-"]:nth-child(3) {
        margin-bottom: 30px;
    }
    .innerBanner .contentBox h1 {
        font-size: 25px;
    }
    .innerBanner > img {
        height: 200px;
    }
    .galleryPage .specialGrid [class*="col-"]:first-child > .row {
        height: auto;
    }
    .galleryPage .specialGrid [class*="col-"]:first-child > .row:first-child > [class*="col-"]:first-child, 
    .galleryPage .seconRow > [class*="col-"]:first-child {
        margin-bottom: 30px;
    }
    .ctrng_img { 
        width:100%; 
    }
    .ctrng_cntnt { 
        width:100%; 
        padding:12px 18px 24px; 
    }
}