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

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

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

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

*,
*::before,
*::after { box-sizing: border-box; }


* {margin: 0px;padding: 0px;}
html {scroll-behavior: smooth;} 

@media(max-width:340px){
	.br-none{
		display: none;
	}
}

:root{
	--color-01:#FFFFFF;
	--color-02:#000000;
	--color-03:#333333;
	--color-04:#666666;
	--color-05:#CCCCCC;
	--color-06:#EEEEEE;
	--color-07:#BFC0C3;
	--color-08:#0f0f0f;
	--color-09:#E9FFFD;
	--color-10:#F1FFFE;
	--color-11:#E81F4F;
	--color-12:#13073A;
	--color-13:#08014C;
	--color-14:#0E0628;
	--rfs-82: clamp(2.5rem, 6vw, 82px);
	--rfs-72: clamp(2.25rem, 4vw, 72px);
	--rfs-64: clamp(2rem, 4.5vw, 64px);
	--rfs-54: clamp(1.75rem, 4vw, 54px);
	--rfs-48: clamp(1.5rem, 3.5vw, 48px);
	--rfs-42: clamp(1.35rem, 3vw, 42px);
	--rfs-36: clamp(1.25rem, 3vw, 36px);
	--rfs-30: clamp(1.125rem, 2.5vw, 30px);
	--rfs-24: clamp(1rem, 2vw, 24px);
	--rfs-21: clamp(0.875rem, 1.75vw, 21px);
	--rfs-18: clamp(0.875rem, 1.5vw, 18px);
}

::-ms-input-placeholder {color:var(--color-07);}
::placeholder {color: var(--color-07);}

div#html5lightbox-watermark,
div#html5-watermark {display: none !important;}
 
body {color: var(--color-01);font-size: var(--rfs-18);font-weight: 400;background-repeat:no-repeat;background-position: top left;background-attachment:fixed !important;background-size:cover !important;}


h1, h2{margin-bottom: 30px;}
h1,
h2,
h3,
h4,
h5 {font-weight:400;line-height: 1;}

/* h5.title{font-size: var(--rfs-18);line-height: 1.3;text-transform:uppercase;margin-top: 0px;margin-bottom: 30px;} */
h2.title{font-size: 24px;line-height: 1.3;margin-top: 0px;margin-bottom: 30px;}

.title.spt.color-11{
	font-weight: 600;
}

.title_line{border-top: 1px solid;margin-bottom: 15px;width:0%;}

.col-md-4 h5.title{max-width:300px;} 

p {line-height: 1.4;}
strong{font-weight: 700;} 

.overflow-hidden{overflow:hidden;}

.cursive {font-family: "CENSCBK", serif;font-weight: 400;font-style: italic;padding: 15px 0px;display:inline-block;text-transform: none;position:relative;z-index:1}

.cursive .after{position: absolute;top: 15%;left: 0;width: 100%;height: 68%;z-index: -2;background: var(--color-11);}
.cursive .after_01{position: absolute;top: 15%;left: 0;width: 0%;height: 68%;z-index: -2;}
.cursive .after_02{position: absolute;top: 15%;left: 0;width: 0%;height: 68%;z-index: -2;}

.cursive.red,
.cursive.white,
.cursive.black{padding:0px 10px 0px 5px;margin:0px 8px;}

.cursive.red:after,
.cursive.red .after_01{background: var(--color-11);}
.cursive.red .after_02{background: var(--color-11);}

.cursive.white:after,
.cursive.white .after_01{background: var(--color-01);}
.cursive.white .after_02{background: var(--color-01);}

.cursive.black:after,
.cursive.black .after_01{background: var(--color-02);}
.cursive.black .after_02{background: var(--color-02);}


h1 .spib:nth-child(2),
h2 .spib:nth-child(2),
h3 .spib:nth-child(2),
h4 .spib:nth-child(2),
h5 .spib:nth-child(2){padding-top: 10px;}


span.spib,
span.spib strong {gap: 15px;display:flex;padding-bottom: 3px;overflow: hidden;}

.color-12 p{font-weight:400;}

.rfs-p {/* padding: clamp(10px, 5vw, 120px) clamp(10px, 4vw, 90px); */padding: 0px 60px;position: relative;}

/* Define font sizes using clamp */
.rfs-82 {font-size: var(--rfs-82);}
.rfs-72 {font-size: var(--rfs-72);}
.rfs-64 {font-size: var(--rfs-64);}
.rfs-54 {font-size: var(--rfs-54);}
.rfs-48 {font-size: var(--rfs-48);}
.rfs-42 {font-size: var(--rfs-42);}
.rfs-36 {font-size: var(--rfs-36);}
.rfs-30 {font-size: var(--rfs-30);}
.rfs-24 {font-size: var(--rfs-24);}
.rfs-21 {font-size: var(--rfs-21);}
.rfs-18 {font-size: var(--rfs-18);}

.weight-300{font-weight:300;}
.weight-500{font-weight:500;}
.weight-700{font-weight:700;}

.color-01{color:var(--color-01);}
.color-02{color:var(--color-02);}
.color-03{color:var(--color-03);}
.color-04{color:var(--color-04);}
.color-05{color:var(--color-05);}
.color-06{color:var(--color-06);}
.color-07{color:var(--color-07);}
.color-08{color:var(--color-08);}
.color-09{color:var(--color-09);}
.color-10{color:var(--color-10);}
.color-11{color:var(--color-11);}
.color-12{color:var(--color-12);}
.color-13{color:var(--color-13);}
.color-14{color:var(--color-14);}

.bg-01{background:var(--color-01);}
.bg-02{background:var(--color-02);}
.bg-03{background:var(--color-03);}
.bg-04{background:var(--color-04);}
.bg-05{background:var(--color-05);}
.bg-06{background:var(--color-06);}
.bg-07{background:var(--color-07);}
.bg-08{background:var(--color-08);}
.bg-09{background:var(--color-09);}
.bg-10{background:var(--color-10);}
.bg-11{background:var(--color-11);}
.bg-12{background:var(--color-12);}
.bg-13{background: var(--color-13);}
.bg-14{background: var(--color-14);}

.z-index-1	 {z-index:    1;}
.z-index-2	 {z-index:    2;}
.z-index-3	 {z-index:    3;}
.z-index-4	 {z-index:    4;}
.z-index-5	 {z-index:    5;}
.z-index-6	 {z-index:    6;}
.z-index-7	 {z-index:    7;}
.z-index-8	 {z-index:    8;}
.z-index-9	 {z-index:    9;}
.z-index-10	 {z-index:   10;}
.z-index-99	 {z-index:   99;}
.z-index-999 {z-index:  999;}
.z-index-9999{z-index: 9999;}

.loader {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: var(--color-12);z-index: 99999;display: flex;align-items: center;}
.loader:before,
#clickAnimation_wrp:before{content:"";width:200px;height:200px;background: url("../img/loader.gif") var(--color-01) no-repeat center center;border-radius:100px;;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9;}

#clickAnimation_wrp{position: fixed;top:0;left: 0;z-index: -1;width:100%;height:100%;opacity: 0;background:var(--color-12);display: flex;align-items: center;}
#clickAnimation_wrp.current {z-index:999;opacity:1;} 

#scrollsmoother-container{overflow-y:hidden;}
#scroll-container{margin-left: -1px;}
.ScrollSmoother-wrapper{z-index:9;}

.overlays,
.overlays_01,
.overlays_02,
.overlays_03,
.overlays_04{position:absolute;top:0;right:0;width:100%;height:100%;z-index:99;}


.overlayslider{position:absolute;top:0;right:0;width:100%;height:100%;z-index:99;}
.overlayslider.left{left:0px;background: linear-gradient(90deg, var(--color-14) 50%, transparent);}
.overlayslider.right{right:0px;background: linear-gradient(270deg, var(--color-14) 50%, transparent);}
 
.btn-scrollTop {text-decoration: none;position: fixed;bottom: -100px;right: 10px;z-index: 99999;text-align: center;transition: all 500ms ease-in-out 0s;}
.btn-scrollTop span.top_icon {display: block;width: 40px;filter: drop-shadow(2px 4px 0px black);}
.btn-scrollTop span.txt {display: block;color: var(--color-12);font-size: 11px;background: var(--color-01);padding: 3px 2px 4px 4px;text-transform: uppercase;text-decoration: none;font-weight: bold;line-height: 1;letter-spacing: 1px;text-align: center;position: relative;top: 0px;z-index: 2;border: 1px solid;}
.btn-scrollTop span.txt:before{content:"Top";text-decoration: none;}
.btn-scrollTop:hover, .btn-scrollTop:hover span.txt {color: #000000;text-decoration: none;}
.btn-scrollTop.active {bottom: 10px;transition: all 500ms ease-in-out 0s;}



/***********************/
/*       Header        */
/***********************/
header {background: rgba(0, 0, 0, 0);position: fixed;left: 0;width: 100%;z-index: 99;padding-left: 60px;padding-right: 60px;transition: all 500ms ease-in-out;}
header:after {content: "";width: 100%;height: 0%;position: absolute;top: 0;left: 0;background: var(--color-12);z-index: -1;transition: all 500ms ease-in-out;}

header a.noEvents{pointer-events:none;}

header nav {padding: 0px !important;}
header nav .navbar-brand {position: relative;}
header nav .navbar-brand img {max-width: 135px !important;margin: 0px !important;padding: 10px 0px 20px 0px !important;}
header nav .navbar-brand span.tagline {color: var(--color-01);font-size: 11px;font-weight: 700;text-transform: uppercase;line-height: 18px;padding-left: 10px;position: absolute;top: 47px;left: 119px;}
header nav .navbar-brand span.tagline:before {content: "";width: 1px;height: 100%;background: var(--color-01);position: absolute;top: 0px;left: 0px;}
header ul {gap: 10px;margin-top: 0px;}
header ul li {}
header ul li a {color: var(--color-05) !important;font-size: clamp(0.75rem, 1vw, 15px) !important;font-weight: 500 !important;padding: 0px !important;}
header ul li a .nv-text {padding: 35px 15px 34px 15px;display:block;font-size: 21px;}
header ul.navbar-nav.mx-auto li a {padding: 30px 15px !important;position: relative;transition: all 300ms ease-in-out;}
header ul.navbar-nav.mx-auto li a:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 0px;z-index: -1;background: linear-gradient(180deg, #00000014 0%, #ffffff00 100%);transition: all 300ms ease-in-out;}
header ul.navbar-nav.mx-auto li a:after {content: "";position: absolute;top: 0;left: 0;right: 0;margin: auto;width: 0%;height: 2px;background: var(--color-11);transition: all 300ms ease-in-out;}
header ul.navbar-nav.mx-auto li a:hover:before,
header ul.navbar-nav.mx-auto li a.active:before {height: 100%;transition: all 300ms ease-in-out;}
header ul.navbar-nav.mx-auto li a:hover:after,
header ul.navbar-nav.mx-auto li a.active:after {width: 100%;transition: all 300ms ease-in-out;}
header ul.navbar-nav.mx-auto li a:hover,
header ul.navbar-nav.mx-auto li a.active {color: var(--color-02) !important;}

header.stickyheader:after {height: 100%;transition: all 500ms ease-in-out;}

/* Remove default "+" for all */
header li > a::after {content: '';}

/* Add "+" only if li contains a submenu */
/*header li:has(ul) > a span {padding-left: 15px !important;padding-right: 30px !important;}
header li:has(ul) > a::after {content: ' +';position: absolute;top:50%;right:10px;transform: translateY(-50%);}*/

header nav {}
header nav ul ul {padding: 0;margin: 0;list-style: none;position: relative;}
header nav ul ul li {display: inline-block;background-color: var(--color-14);}
header nav ul li {position: relative;}
header nav ul ul li a {font-size: clamp(0.75rem, 1vw, 14px) !important;font-weight: 400 !important;padding: 0px !important;}

header nav ul ul li a,
header nav ul ul li a:focus {transition: all 300ms ease-in-out;}
header nav ul ul li a:hover {color: var(--color-11) !important;text-decoration: none;background-color: var(--color-01);transition: all 300ms ease-in-out;}
header nav ul ul {display: none;position: absolute;top: 90px;left: 0px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);z-index: 999;}
header nav ul li:hover > ul {display: inherit;}
header nav ul ul li a .nv-text {padding: 10px 15px;border-top: 1px solid var(--color-12);}
header nav ul li.submenu-dropdown:hover,
header nav ul li.submenu-dropdown:hover > a {color: #fff !important;background: var(--color-14) !important;}
header nav ul ul li {float: none;display: list-item;position: relative;}
header nav ul li.sd-width-01 li {width: 180px;}
header nav ul li.sd-width-02 li {width: 250px;}
header nav ul li.sd-width-03 li {width: 130px;}
header nav ul li.sd-width-03 li li{width: 200px;}

/* Ã¢Å“â€¦ ADDED FOR FULL MULTILEVEL SUPPORT */
header nav ul ul ul {display: none;position: absolute;top: 0;left: 100%;background-color: var(--color-14);z-index: 999;box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);}
header nav ul ul li:hover > ul {display: block;}

.navbar-nav .nav-link.active span,
.navbar-nav .nav-link.show span {color: var(--color-11);}

.navbar-nav > .nav-link.active,
.navbar-nav > .nav-link.show {background: linear-gradient(360deg, #e81e4e30, transparent);}


button.navbar-toggler.collapsed {background: transparent;backdrop-filter: blur(5px);}
button.navbar-toggler {width: 60px;height: 76px;position: fixed;top: 0px;right: 0px;z-index: 2;background: #0d032b;border-radius: 0px;box-shadow: none !important;padding: 10px;border:none;outline:none;display: flex;align-items: center;justify-content: center;}
button.navbar-toggler .navbar-toggler-icon,
button.navbar-toggler.collapsed .navbar-toggler-icon{height: 20px;background:transparent;position: relative;}
button.navbar-toggler.collapsed .navbar-toggler-icon:before{content: "";position: absolute;top: 5px;right: 0px;width: 30px;height: 3px;background: var(--color-01);transform: rotate(0deg);border-radius: 100px;transition: all 200ms ease-in-out;}
button.navbar-toggler.collapsed .navbar-toggler-icon:after{content: "";position: absolute;top: 15px;right: 0px;width: 30px;height: 3px;background: var(--color-01);transform: rotate(0deg);border-radius: 100px;transition: all 200ms ease-in-out;}
button.navbar-toggler .navbar-toggler-icon:before{content: "";position: absolute;top: 10px;right: 5px;width: 70%;height: 3px;background: var(--color-01);transform: rotate(45deg);border-radius: 100px;transition: all 200ms ease-in-out;}
button.navbar-toggler .navbar-toggler-icon:after{content: "";position: absolute;top: 10px;right: 5px;width: 70%;height: 3px;background: var(--color-01);transform: rotate(-45deg);border-radius: 100px;transition: all 200ms ease-in-out;}



/***********************/
/*       Footer        */
/***********************/
.btn-download{font-size: 14px;font-weight: 500;text-transform: uppercase;gap:15px;display: inline-flex;flex-direction: row;align-items: center;transition:all 300ms ease-in-out;}
.btn-download .bdn-text{padding: 3px 0px;position: relative;}
.btn-download .bdn-text:before{content:"";width: 100%;height: 1px;background: var(--color-01);position: absolute;bottom: 0px;right: 0px;z-index: 1;transition:all 300ms ease-in-out;}
.btn-download .bdn-text:after{content:"";width: 0%;height: 2px;background: var(--color-11);position: absolute;bottom: 0px;right: 0px;z-index: 3;transition:all 300ms ease-in-out;}
.btn-download .bdn-icon{}
.btn-download .bdn-icon img{}

.btn-download:hover{color:var(--color-11);transition:all 300ms ease-in-out;}
.btn-download:hover .bdn-text:after{width: 100%;transition:all 300ms ease-in-out;}


.btn-km {padding: 0px;border-radius: 0px;gap: 15px;display: inline-flex;justify-content: space-between;align-items: center;position: relative;z-index: 9;transition: all 300ms ease-in-out;}
.btn-km .bkm-text {font-size: 15px;font-weight: 500;line-height: 1;letter-spacing: 0.5px;text-align: center;text-transform: uppercase;padding: 13px 25px;border-radius: 5px;border: 1px solid var(--color-01);position: relative;top: 1px;z-index: 9;transition: all 300ms ease-in-out;}
.btn-km .bkm-text:before, .btn-km .bkm-text:after {content: "";width: 0px;height: 100%;position: absolute;top: 0%;right: 0px;transition: all 300ms ease-in-out;}
.btn-km .bkm-arrow {width: 40px;height: 40px;border-radius: 5px;position: relative;z-index: 9;transition: all 300ms ease-in-out;}
.btn-km .bkm-arrow:before {content: "";width: 100%;height: 100%;background: url('../img/btn-arrow-link.webp') no-repeat center center;background-size: 16px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 300ms ease-in-out;}
.btn-km .bkm-arrow:after {content: "";width: 100%;height: 100%;position: absolute;top: 0%;left: 0%;transition: all 300ms ease-in-out;}

/* Black Button */
/*.btn-km.black {color: var(--color-01);}
.btn-km.black .bkm-text:before {background: var(--color-11);left: 87%;transform: translate(-50%, -50%) scale(0.05);z-index: 6;}
.btn-km.black .bkm-text:after {background: var(--color-02);left: 50%;transform: translate(-50%, -50%) scale(1);z-index: 4;}
.btn-km.black .bkm-text {color: var(--color-01);}
.btn-km.black .bkm-arrow {background: var(--color-01);}
.btn-km.black .bkm-arrow:before {box-shadow: 1px -1px 0px #000000;}
.btn-km.black:hover .bkm-text:before {transform: translate(-50%, -50%) scale(2);}
.btn-km.black:hover .bkm-text:after {transform: translate(-50%, -50%) scale(0.01);}*/


/* Red Button */
.btn-km.red {color: var(--color-01);}
.btn-km.red .bkm-text:before {background: var(--color-11);z-index: -1;}
.btn-km.red .bkm-text:after {background: var(--color-01);left: 50%;transform: translate(-50%, -50%) scale(1);z-index: 4;}
.btn-km.red .bkm-text {color: var(--color-11);border: 1px solid var(--color-11);}
.btn-km.red .bkm-arrow {border: 1px solid var(--color-11);}
.btn-km.red .bkm-arrow:before {filter: brightness(100);z-index: 2;}
.btn-km.red .bkm-arrow:after{background: var(--color-11);}

.btn-km.red:hover {color: var(--color-01);}
.btn-km.red:hover .bkm-text {color: var(--color-01);}
.btn-km.red:hover .bkm-text:before {width: 100%;}
.btn-km.red:hover .bkm-text:after {background: var(--color-02);/* transform: translate(-50%, -50%) scale(0.01); */}
.btn-km.red:hover .bkm-arrow {}
.btn-km.red:hover .bkm-arrow:before {filter: brightness(1);}
.btn-km.red:hover .bkm-arrow:after{width:0%;}


/* Black Button */
.btn-km.black {color: var(--color-01);}
.btn-km.black .bkm-text:before {background: var(--color-12);z-index: -1;}
.btn-km.black .bkm-text:after {background: var(--color-01);left: 50%;transform: translate(-50%, -50%) scale(1);z-index: 4;}
.btn-km.black .bkm-text {color: var(--color-12);border: 1px solid var(--color-12);}
.btn-km.black .bkm-arrow {border: 1px solid var(--color-12);}
.btn-km.black .bkm-arrow:before {filter: brightness(100);z-index: 2;}
.btn-km.black .bkm-arrow:after{background: var(--color-12);}

.btn-km.black:hover {color: var(--color-01);}
.btn-km.black:hover .bkm-text {color: var(--color-01);}
.btn-km.black:hover .bkm-text:before {width: 100%;}
.btn-km.black:hover .bkm-text:after {background: var(--color-02);/* transform: translate(-50%, -50%) scale(0.01); */}
.btn-km.black:hover .bkm-arrow {}
.btn-km.black:hover .bkm-arrow:before {filter: brightness(1);}
.btn-km.black:hover .bkm-arrow:after{width:0%;}

/* White Button */
.btn-km.white {color: var(--color-01);}
.btn-km.white .bkm-text:before {background: var(--color-01);z-index: -1;}
.btn-km.white .bkm-text:after {background: var(--color-01);left: 50%;transform: translate(-50%, -50%) scale(1);z-index: 4;}
.btn-km.white .bkm-text {color: var(--color-01);}
.btn-km.white .bkm-arrow {border: 1px solid var(--color-01);}
.btn-km.white .bkm-arrow:before {z-index: 2;}
.btn-km.white .bkm-arrow:after{background:var(--color-01);}

.btn-km.white:hover {color: var(--color-01);}
.btn-km.white:hover .bkm-text {color: var(--color-11);}
.btn-km.white:hover .bkm-text:before {width: 100%;}
.btn-km.white:hover .bkm-text:after {background: var(--color-02);/* transform: translate(-50%, -50%) scale(0.01); */}
.btn-km.white:hover .bkm-arrow {}
.btn-km.white:hover .bkm-arrow:before {filter: invert(1) brightness(100);}
.btn-km.white:hover .bkm-arrow:after{width:0%;}

a.get-in-touch{text-decoration: none;text-align: center;display: block;padding: 2% 0%;position: relative;transition:all 500ms ease-in-out;}
a.get-in-touch h3{color: #d9d9d9;font-family: "clattering", serif;font-style: italic;font-size: 9vw;font-weight: 100;line-height: 1.3;text-align: center;text-transform: inherit;text-decoration: none;display: inline-block;justify-content: center;position: relative;z-index: 9;transition:all 500ms ease-in-out;}

a.get-in-touch h3:before,
a.get-in-touch h3:after{content:"";height: clamp(0.875rem, 1.5vw, 12px);position: absolute;bottom: 7%;left: 10%;border-radius: 110px 0px 0px 0px;transition: all 500ms ease-in-out;}

a.get-in-touch h3:before{width: 100%;background: linear-gradient(45deg, var(--color-13), transparent);}
a.get-in-touch h3:after{width: 0%;background: linear-gradient(45deg, var(--color-11), transparent);}
  
a.get-in-touch:hover{transition:all 500ms ease-in-out;}
a.get-in-touch:hover h3{color:var(--color-11);transform:scale(1);transition:all 500ms ease-in-out;}
a.get-in-touch:hover h3:after{width:100%;transition:all 500ms ease-in-out;}
 
 
.home-sec-mumbai{width: 100vw;height: 680px;display: block;}

.row_gaps{row-gap:50px}

footer{padding: 0px 0px 0px 0px;background: rgba(14, 6, 40, 0.6);position: relative;z-index:99;overflow:hidden;}
footer .rfs-p{padding-top: 60px;padding-bottom:0px;}
footer .footer-gline{opacity: .4;position:absolute;top:0px;}
footer h4{color:var(--color-01);font-size: 14px;font-weight: 100;text-transform: capitalize;margin-bottom: 0px;}
footer a{color: var(--color-01);font-size: 11px;text-decoration: none;}
footer a:hover{color: var(--color-01);text-decoration:none;}
footer nav {}
footer .footer_logo{margin-top: 30px;margin-bottom:30px;}
footer h3{color: var(--color-01);font-size:var(--rfs-48);margin-bottom: 40px;}
footer .top-footer{position: relative;} 

footer .sub-footer{padding: 30px 0px 0px 0px;}
footer .sub-footer .container-fluid{} 
footer .sub-footer p{color: var(--color-05);font-size: 11px;text-align: right;margin-bottom: 0px;}
footer .sub-footer,
footer .sub-footer li,
footer .sub-footer a{color: var(--color-05);font-size: 12px;font-weight: 300;text-decoration: none;position: relative;z-index: 9;}
footer .sub-footer{}
footer .sub-footer .logo{max-width: 220px;margin-top: 50px;}

ul.privacy_list{color: var(--color-01);padding:0;list-style:none;margin: auto;gap: 20px;display: flex;justify-content: flex-end;flex-wrap: wrap;}
ul.privacy_list li{padding: 0px;}

ul.fmenu-links{background: var(--color-11);padding: 0px;margin: 0px 0px 0px 0px;border-top: 1px solid #cd3325;list-style-type: none;display: flex;justify-content: space-around;}
ul.fmenu-links li{position: relative;width: 100%;}
ul.fmenu-links li a{color: var(--color-01);font-family: "Bricolage Grotesque", serif;font-size: 15px;font-weight: 600;letter-spacing: 1px;text-align: center;text-transform: uppercase;padding: 30px 10px;transition: all 300ms ease-in-out;}
ul.fmenu-links li a:after{content:"";position:absolute;bottom: 0px;left:0px;width:100%;height: 0%;background: linear-gradient(0deg, #681b14, transparent);transition: all 300ms ease-in-out;}
ul.fmenu-links li a span.menu-text{position:relative;z-index:9;}

ul.fmenu-links li a:hover,
ul.fmenu-links li a:focus,
ul.fmenu-links li a:active{color: var(--color-01);transition: all 300ms ease-in-out;} 
 
ul.fmenu-links li.active a:after,
ul.fmenu-links li a:hover:after{height:100%;transition:all 300ms ease-in-out;}

 
ul.address-links{padding: 0px;margin: 0px 0px 0px 0px;list-style-type: none;height: 220px;display: inline-flex;flex-direction: column;justify-content: space-between;}
ul.address-links li{text-align:left;position: relative;}
ul.address-links li a{color: var(--color-01);font-size: 15px;font-weight: 300;letter-spacing: 1px;text-align: left;padding: 3px 0px;display: inline-block;position: relative;transition: all 300ms ease-in-out;}
ul.address-links li a:after{content:"";width: 0%;height: 1px;background: var(--color-01);position: absolute;bottom: 0px;left: 0px;transition:all 500ms ease-in-out;}
ul.address-links li a:hover,
ul.address-links li a:focus,
ul.address-links li a:active{color: var(--color-01);transition: all 300ms ease-in-out;} 

ul.address-links li a:hover:after{width:100%;transition:all 500ms ease-in-out;}


.footer-content {position: relative;z-index: 9;padding: 5px 0px;} 
.footer-content h5{color: var(--color-01);font-size: 18px;font-weight: 600;letter-spacing: 0px;margin-bottom: 10px;}
.footer-content p{color: var(--color-01);font-size: 14px;margin-bottom: 0px;}

footer ul.split-links{padding: 0px;margin: 0px;list-style-type: none;gap: 30px;display: flex;align-items: center;justify-content: space-between;}
footer ul.split-links li{width: 50%;}
footer ul.split-links li a{font-family: "Bricolage Grotesque", serif;font-size: 24px;text-transform: uppercase;text-decoration: none;position: relative;padding: 30px;display: flex;align-items: center;}
footer ul.split-links li a .cursive{color: var(--color-11);font-size: 130%;padding:0px;}

footer ul.split-links li a .sl-icon{width: 50px;height: 50px;background: var(--color-01);position: relative;z-index: 9;}
footer ul.split-links li a .sl-icon img{position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
footer ul.split-links li a .sl-text{width:100%;position: relative;z-index: 9;}

footer ul.split-links li a:before{content:"";width: 0%;height:100%;position: absolute;top: 0px;opacity:1;z-index: 1;transition:all 500ms ease-in-out;}
footer ul.split-links li:nth-child(1) a:before{background: linear-gradient(90deg, #000000 0%, var(--color-11)  100%);left:inherit;right:0px;}
footer ul.split-links li:nth-child(2) a:before{background: linear-gradient(90deg, var(--color-11)  0%, #000000 100%);left:0px;right:inherit;}

footer ul.split-links li a:after{content:"";width:100%;height:100%;position: absolute;top: 0px;left: 0px;opacity: .4;z-index: -1;}
footer ul.split-links li:nth-child(1) a:after{background: linear-gradient(90deg, #000000 0%, #1E1E1E 100%);}
footer ul.split-links li:nth-child(2) a:after{background: linear-gradient(90deg, #1E1E1E 0%, #000000 100%);}

footer ul.split-links li:nth-child(1) a .sl-icon img{}

footer ul.split-links li:nth-child(1) a{gap:60px;}
footer ul.split-links li:nth-child(1) a .sl-icon img{max-width:120px;}

footer ul.split-links li:nth-child(2) a{gap: 20px;}

footer ul.split-links li:nth-child(1) a:hover:before{width:100%;right:0px;transition:all 500ms ease-in-out;}
footer ul.split-links li:nth-child(2) a:hover:before{width:100%;left:0px;transition:all 500ms ease-in-out;}


.quick-wrp{gap: 30px;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.quick-wrp > div{}
.quick-wrp h4{color: var(--color-03);font-size: 24px;font-weight: 500;text-transform: capitalize;position: relative;}
.quick-wrp h4 span{font-size: 16px;position:absolute;top: 6px;left: 0px;display: none;}


/***********************/
/*       Footer        */
/***********************/

/***********************/
/*     Social Media    */
/***********************/

ul.social_media_footer {margin: 0px 0px 0px 0px;padding: 0px;list-style-type: none;display: flex;column-gap: 15px;align-items: flex-end;}
ul.social_media_footer>li {display: block;}
ul.social_media_footer>li {transition: all 500ms ease-in-out;}

ul.social_media_footer>li>a {font-size: 14px;font-weight: 500;letter-spacing: 0px;width: 40px;height: 40px;border: 1px solid var(--color-01);border-radius: 100px;transition: all 500ms ease-in-out;display: flex;justify-content: center;align-items: center;}
ul.social_media_footer>li>a img{}
ul.social_media_footer > li > a .menu-text{display: none;}
ul.social_media_footer > li > a .menu-icon{transition: all 500ms ease-in-out;}
ul.social_media_footer > li > a .menu-icon img{width: 20px;margin-bottom: 2px;}
ul.social_media_footer li a:hover{color: var(--color-11);transition: all 500ms ease-in-out;}
ul.social_media_footer li a:hover  .menu-icon{transition: all 500ms ease-in-out;}

/*a.fb:hover {color: #fff;background: #3b5998 !important;transition: all 500ms ease-in-out;}
a.tw:hover {color: #fff;background: #38A1F3 !important;transition: all 500ms ease-in-out;}
a.dr:hover {color: #fff;background: #eb4b89 !important;transition: all 500ms ease-in-out;}
a.in:hover {color: #fff;background: #0077B5 !important;transition: all 500ms ease-in-out;}
a.insta:hover {color: #fff;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);transition: all 500ms ease-in-out;}
a.vi:hover {color: #fff;background: #00adef !important;transition: all 500ms ease-in-out;}
a.yt:hover {color: #fff;background: #d82423 !important;transition: all 500ms ease-in-out;}
*/
/***********************/
/*     Social Media    */
/***********************/


/***********************/
/*      B&F Credits    */
/***********************/

.flip-container2{display:none;-webkit-perspective:1000;-moz-perspective:1000;-ms-perspective:1000;perspective:1000;-ms-transform:perspective(1000px);-moz-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d}.flip-container2:hover .back2,.flip-container2.hover .back2{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-o-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg)}.flip-container2:hover .front2,.flip-container2.hover .front2{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.flip-container2,.front2,.back2{position:relative;top: 7px;float: left;}.flipper{-webkit-transition:0.6s;-webkit-transform-style:preserve-3d;-ms-transition:0.6s;-moz-transition:0.6s;-moz-transform:perspective(1000px);-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transition:0.6s;transform-style:preserve-3d;position:relative;/* top: -7px; */width: 30px;height: 30px;}.text-muted{color:#fff}.front2,.back2{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:0.6s;-webkit-transform-style:preserve-3d;-moz-transition:0.6s;-moz-transform-style:preserve-3d;-o-transition:0.6s;-o-transform-style:preserve-3d;-ms-transition:0.6s;-ms-transform-style:preserve-3d;transition:0.6s;transform-style:preserve-3d;position:absolute;top:0;right:0}.front2{-webkit-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);;z-index:2}.back2{-webkit-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg)}.txt-flipper{}

/***********************/
/*      B&F Credits    */
/***********************/
 
.mw-350{max-width:350px;}
.mw-400{max-width:400px;}
.mw-450{max-width:450px;}
.mw-500{max-width:500px;}
.mw-550{max-width:550px;}
.mw-580{max-width:580px;}
.mw-600{max-width:600px;}
.mw-650{max-width:650px;}
.mw-700{max-width:700px;}
.mw-750{max-width:750px;}
.mw-800{max-width:800px;}
.mw-850{max-width:850px;}
.mw-900{max-width:900px;}
 
.container-fluid{padding:60px;border-radius: 20px;}

.home_sec_01{width:85%;margin:auto;}

section.hero-banner{color: var(--color-01);height:92vh;position: relative;display:flex;align-items: center;background-size: cover;background-attachment:fixed;}
section.hero-banner:before {content: "";width: 100%;height: 100%;background: linear-gradient(180deg, rgba(10, 2, 37, 0.7) 50%, transparent 100%);position: absolute;top: 0;left: 0;}
section.hero-banner h1{font-size:var(--rfs-64);line-height: 1;}
section.hero-banner span.line {width: 100px;height: 5px;display: block;background: #fff;position: relative;top: 12px;margin-right: 10px;}
.d-flex em.chars-01 > div > div:nth-child(1) {padding-left: 10px;}


 .landing-card {min-height: 350px;background:var(--color-12);padding: 30px 30px 80px 30px;border-radius: 15px;position: relative;display: flex;flex-direction: column;justify-content: flex-start;}
 .landing-card h3 {font-size:var(--rfs-24);font-weight: 600;line-height:1.3;margin-bottom: 20px;}
 .landing-card p {color: var(--color-01);/* font-family: 'Century Schoolbook Italic'; */font-size: 15px;/* font-style: italic; */letter-spacing: .5px;margin-bottom: 10px;}
 .landing-card .btn-knowmore{color: var(--color-11);font-size: 13px;font-weight: 600;line-height: 1;text-decoration: none;text-transform: uppercase;text-align: center;padding: 9px 10px 11px 10px;border: 1px solid var(--color-11);border-radius: 5px;min-width: 140px;position: absolute;bottom: 30px;left: 30px;z-index: 2;overflow:hidden;transition:all 300ms ease-in-out;}
 .landing-card .btn-knowmore:after{content:"";width: 100%;height: 0%;background:var(--color-11);position:absolute;bottom:0px;left:0px;right:0px;margin:auto;z-index: -1;transition:all 300ms ease-in-out;}

 .landing-card .btn-knowmore:hover{color:var(--color-01);transition:all 300ms ease-in-out;}
 .landing-card .btn-knowmore:hover:after{height:100%;transition:all 300ms ease-in-out;}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width : 120px) and (max-width :768px) {
	
	
	h5.title.mb-5,
	.title_line{margin-bottom:10px !important;max-width:100%;}
	.home_sec_01{width:100% !important;}
	
	
	body{font-size:15px;background-position: center left;}
	
	section.hero-banner{background-attachment: scroll;background-size: 100% 100%;}
	
	header{padding-left: 0px;padding-right: 0px;}
	header ul{gap:0px;}
	header ul li{border-top: 1px solid #0a0421;}
	/* header ul li a .nv-text{font-size: var(--rfs-24);padding: 10px 15px !important;display: inline-block;} */
	header ul li a .nv-text{font-size: 16px;padding: 10px 15px !important;display: inline-block;}
	header ul li a,
	header ul li a span{display: inline-block !important;}

	header nav ul ul,
	header nav ul ul ul{position:static;padding-left: 20px;width: 100%;box-shadow: none;border-left: 1px solid #250f6d;}
	
	
	header li.submenu-dropdown:after,
	header li.submenu-dropdown ul li.child-dropdown:after {content: "";width: 12px;height: 2px;background: #ffffff;position: absolute;top: 20px;right: 20px;}
	
	header li.submenu-dropdown:before,
	header li.submenu-dropdown ul li.child-dropdown:before {content: "";width: 12px;height: 2px;background: #ffffff;position: absolute;top: 20px;right: 20px;transform: rotate(90deg);transition:all 500ms ease-in-out;}
	
	header li.submenu-dropdown:hover:before,
	header li.submenu-dropdown:hover ul li.child-dropdown:hover:before,
	
	header li.submenu-dropdown.open:before,
	header li.submenu-dropdown.open ul li.child-dropdown.open:before{transform: rotate(0deg);transition:all 500ms ease-in-out;}

	div#navbarNav{background: #0d032b;margin: 0px -15px 0px -15px;padding: 20px 15px 10px 15px;}
	
	h1{margin-bottom:20px;}
	
	
	.landing-card{min-height:auto;padding: 20px 20px 80px 20px;margin-top:20px;}
	.landing-card h3{font-size:21px;}
	.landing-card .btn-knowmore{left:20px;}
	
	h5.title{margin-bottom:25px;}
	h5.title br{display:none;}
		
	section.hero-banner{height:100vh;}
	section.hero-banner h1 br{display:none;}
	
	footer .footer_logo{max-width:120px;margin-top: 0px;}
	ul.privacy_list{margin-top:20px;justify-content: flex-start;}
	
	footer .sub-footer{}
	footer .sub-footer p{text-align:left;}
	footer .sub-footer .row{flex-direction: row-reverse;}


	.btn-download .bdn-icon img{width: 30px;}
	
	

}
 
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 120px) and (max-width : 990px) {
	 
		
	header nav{padding: 5px 0px 0px 0px !important;display: flex;justify-content: flex-end;}
	header ul li a{width: calc(100% - 60px);}

}



/* Large screens ----------- */
@media only screen and (min-width : 991px) and (max-width : 1440px) { 
	
	.cfp{padding:50px 30px;}
	
} 
 
@media screen and (min-width: 1280px) and (max-width: 1366px)
{ 

	.container{max-width:1280px;}

	body{font-size:16px;} 


} 

@media only screen and (max-width : 1660px) {
	 

	
	.rfs-82 {font-size: var(--rfs-54);}
	.rfs-72 {font-size: var(--rfs-46);}
	.rfs-64 {font-size: var(--rfs-42);}
	
	.rfs-54 {font-size: var(--rfs-36);}
	.rfs-48 {font-size: var(--rfs-30);}
	.rfs-42 {font-size: var(--rfs-30);}
	
	.rfs-36 {font-size: var(--rfs-36);}
	.rfs-30 {font-size: var(--rfs-30);}
	.rfs-24 {font-size: var(--rfs-21);} 
	
	

	body{font-size: 16px;}
	header{padding:0px 15px;}
	header nav .navbar-brand{margin-left:15px;padding: 0px;}
	header nav .navbar-brand img{max-width: 105px !important;margin: 0px 0px 0px 0px !important;padding: 5px 0px 14px 0px !important;}
	header nav .navbar-brand span.tagline{font-size: 10px;line-height: 14px;top: 30px;left: 105px;}

	
	header ul li a,
	header ul li a span{font-size: 15px !important;}
	
	.rfs-p{padding:0px 10px;}
	.container-fluid{padding: 50px 15px 30px 15px !important;}
	
	.home_sec_01{width:90%;}	
	h5.title{font-size: 18px;max-width: 100% !important;margin-bottom:30px;}
	
	section.hero-banner h1{font-size:var(--rfs-64);}
	
	
	footer .footer_logo{max-width:120px;}
	footer h3{font-size:24px;}
	
}
 
@media screen and (min-width: 1441px) and (max-width: 1799px) {
	
	.container{max-width: 1440px;}
}

/* Large screens ----------- */
@media only screen and (min-width : 1660px) {
	
	.container{max-width: 1440px;}
	
} 



/* Large screens ----------- */

@media only screen and (min-width : 1800px) {
	
	.container{max-width: 1440px;}
	
} 



/* Default (Desktop) — Keep hover */
@media (min-width: 992px) {
	
	header nav ul li:hover > ul {display: block;}
	
}

@media (max-width: 991px) {
	header nav ul ul,
	header nav ul ul ul {display: none;position: static; }
	header nav ul li > ul {display: none !important;}
	header nav ul li.open > ul.open {display: block !important;}

	.toggle-btn {cursor: pointer;padding-left: 10px;font-weight: bold;}
}

