*{margin: 0px;padding: 0px;box-sizing: border-box;}
p{margin-bottom: 0}
ul, ol{margin: 0px !important;padding: 0px !important}
body{
	background-color: #0F172A;
	font-family: 'Inter', sans-serif;
	position: relative;
	transition: opacity 5000ms;
	color: #B8CDEB;
	font-weight: 400;
	overflow-x: hidden;
}
button{font-family: 'Inter', sans-serif !important;}
body.light{
	background-color: #D8E6FB;
	color: rgba(34, 47, 67, 1);
}
h1,h2,h3,h4,h5,h6{
	font-family: 'ClashDisplay-Medium';
	margin: 0px;
}
.container{position: relative;}
.container-fluid{padding-right: 0px !important;padding-left: 0px !important}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-weight: 400}
.section{
	position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
#testimonials-section{padding-bottom: 108px}
.section-title{
	background: var(--gradient, linear-gradient(45deg, rgba(14, 165, 234, 1.00) 0%, rgba(11, 209, 209, 1.00) 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: var(--displaylg-medium-font-family, 'ClashDisplay-Medium', sans-serif);
	font-size: var(--displaylg-medium-font-size, 48px);
	line-height: var(--displaylg-medium-line-height, 60px);
	font-weight: var(--displaylg-medium-font-weight, 500);
	position: relative;
	align-self: stretch;
	z-index: 9;
}
.section-subtitle{
	color: var(--grey-300, #b8cdeb);
	text-align: center;
	font-family: var(--textmd-regular-font-family, 'Inter-Regular', sans-serif);
	font-size: var(--textmd-regular-font-size, 18px);
	line-height: var(--textmd-regular-line-height, 28px);
	font-weight: var(--textmd-regular-font-weight, 400);
	position: relative;
	align-self: stretch;
	padding: 16px 0 32px;
	z-index: 9;
}
.light .section-subtitle{color: #222f43}
.short-top-padding{padding-top: 24px}
.extra-bottom-padding{padding-bottom: 140px;position: relative;z-index: 9}
.short-top-padding2{padding-top: 64px;position: relative;z-index: 99;}
.footer-section-heading{
	color: var(--white, #ffffff);
	text-align: center;
	font-family: var(--displayxl-medium-font-family, 'ClashDisplay-Medium', sans-serif);
	font-size: var(--displayxl-medium-font-size, 64px);
	line-height: var(--displayxl-medium-line-height, 74px);
	font-weight: var(--displayxl-medium-font-weight, 500);
	position: relative;
	align-self: stretch;
	max-width: 800px;
    margin: 0 auto 44px auto;
}
.light .footer-section-heading{color: black;}
.navbar-toggler{
	background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.05) 0.009999999747378752%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      0deg,
      rgba(28, 194, 231, 0.07) 0%,
      rgba(28, 194, 231, 0) 100%
    );
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15) 0%,
    rgba(28, 194, 231, 0.02) 100%
  );
  border-image-slice: 1;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: var(
    --shadow-1-box-shadow,
    0px 10px 10px 0px rgba(0, 0, 0, 0.1),
    0px 4px 4px 0px rgba(0, 0, 0, 0.05),
    0px 1px 2px 0px rgba(0, 0, 0, 0.05)
  );
  backdrop-filter: var(--shadow-1-backdrop-filter, blur(10px));
    outline: 0;
}
.navbar-toggler:focus{box-shadow: none;}
.light .navbar-toggler{
	background-blend-mode: overlay;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(235deg, rgba(14, 165, 234, 0.01) -0.21%, rgba(11, 209, 209, 0.07) 100.21%);
    color: black;
}
.navbar-toggler-icon{background-image: url(../images/menu-icon.svg);}
.light .navbar-toggler-icon{background-image: url(../images/menu-icon-light.svg);}
.navbar-brand{
	width: 112px;
/*	margin-right: 15px;*/
	background: url('../images/Logo.svg') no-repeat;
	height: 31px;
	display: inline-block;
	background-size: 100%;
	vertical-align: middle;
	text-indent: -3000px;
}
.light .navbar-brand{background-image: url('../images/Logo-light.png');}
.toggle-btn-wrapper{
	background-color: #0B1222;
	border: 1px solid rgba(14, 165, 234, 0.05);
    padding: 6px;
    border-radius: 18px;
/*    height: 40px;*/
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 120px;
}
footer .toggle-btn-wrapper{left: 242px;top: -6px}
.light .toggle-btn-wrapper{
	background-color: #C9DAF5;
}
.toggle-btn{
	width: 44px;
    text-align: right;
    border: none;
    cursor: pointer;
    background-color: #131e2f;
    border-radius: 10px;
    padding: 0px 2px 2px 1px;
    transition: ease-in-out all .3s;
}
.light .toggle-btn{
	background-color: #d7e8f8;
	text-align: left;
	padding: 0px 1px 2px 2px;
}
.toggle{
	width: 21px;
    height: 21px;
    border-radius: 8px;
    transition: ease-in-out all .3s;
    background: #131e2f url(../images/moon.svg) no-repeat center;
}
.light .toggle{
	background: #d7e8f8 url(../images/sun.svg) no-repeat center;
}
.btn-bg{
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(14, 165, 234, 0.6) 100%);
    display: inline-block;
    border-radius: 27px;
    padding: 1px;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0px 7px 13px 1px rgba(0, 0, 0, 0.15);
}

.light .btn-bg{
	box-shadow: 0px 1px 0px 0px #0C90CC, 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.btn-bg2{
	background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(14, 165, 234, 0.1) 100%);
    display: inline-block;
    border-radius: 11px;
    padding: 1px;
    overflow: hidden;
    vertical-align: middle;
}
.light .btn-bg2{background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(14, 165, 234, 0.4) 100%);}
.toggle-btn .btn-bg2{border-radius: 9px}
.logo{width: 112px}
.navbar{padding-top: 20px; padding-bottom: 20px}
.navbar-collapse{justify-content: center;align-items: center;padding-right: 127px;}

.navbar-collapse .d-flex{position: absolute;right: 0}
.navbar-nav{margin: 0 !important}
.primary-btn{
	color: white;
	background: rgb(14,165,234);
	background: linear-gradient(27deg, rgba(14,165,234,1) 0%, rgba(11,209,209,1) 60%);
	padding: 10px 22px;
    border-radius: 27px;
	text-decoration: none;
    display: block;
    border: none;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    position: relative;
}
.primary-btn:hover{
	padding-right: 34px !important;
}
.primary-btn:hover .btn-hover-arrow{
	right: 18px;
	opacity: 1;
}
.btn-dark:hover{
	padding-right: 34px !important;
}
.btn-dark:hover .btn-hover-arrow{
	right: 18px;
	opacity: 1;
}
.light .btn-dark:hover .btn-hover-arrow{
	filter: invert(0);
}
/*BUTTONS*/
.btn-blue{
	color: white;
	background: rgb(14,165,234);
	background: linear-gradient(27deg, rgba(14,165,234,1) 0%, rgba(11,209,209,1) 60%);
	padding: 13px 33px;
    border-radius: 27px;
	text-decoration: none;
    display: inline-block;
    border: none;
}

.btn-dark{
	background-color: #132b3f;
    padding: 10px 22px;
    border-radius: 100px;
    color: #fff;
	border: none;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: ease-in-out all 0.3s;
}
.light .btn-dark{
	background-blend-mode: overlay;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 0.9) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.1) 29%, rgba(11, 209, 209, 0.1) 100%);
    color: black;
}
.btn-lg{padding: 12px 26px; font-size: 18px;}
.btn-sm{padding: 8px 16px;font-size: 14px;}
.light .primary-btn{
	border: none;
}

.navbar-nav .nav-link{
	color: #94a9c9;
	text-align: left;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight:  500;
	position: relative;
	padding: 0!important;
}
.light .navbar-nav .nav-link{
	color: #7f92b0;
}
.navbar-nav .nav-link.active{
	color: white;
}
.light .navbar-nav .nav-link.active{
	color: black;
}
.navbar-expand-lg .navbar-nav {
	border-radius: 100px;
	/*border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(28, 194, 231, 0.02) 100%);*/
/*	border-image-slice: 1;*/
/*	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 0.009999999747378752%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(28, 194, 231, 0.07) 0%, rgba(28, 194, 231, 0.00) 100%);*/
/*	border: 1px solid rgba(28, 194, 231, 0.09);*/
	padding: 10px 20px 10px 20px !important;
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	box-shadow:  0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	backdrop-filter:  blur(20px);
	background: #0F172A url('../images/new_menu_rep_bg_dull.png');
	background-size: 16px 40px;
	

}
.navbar-expand-lg .navbar-nav:before{
	background: #0F172A url('../images/new_menu_rep_bg_left_dull.png') no-repeat;
	position: absolute;
	height: 40px;
    width: 21px;
    content: '';
    left: 0px;
    top: 0px;
    background-size:  21px 40px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.light .navbar-expand-lg .navbar-nav:before{
	background-color: aliceblue;
}
.navbar-expand-lg .navbar-nav:after{
	background: #0F172A url('../images/new_menu_rep_bg_right_dull.png') no-repeat;
	position: absolute;
	height: 40px;
    width: 21px;
    content: '';
    right: -1px;
    top: 0px;
    background-size: 21px 40px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.light .navbar-expand-lg .navbar-nav:after{
	background-color: aliceblue;
}
.light .navbar-expand-lg .navbar-nav{
	background-color: aliceblue;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.sticky-header .navbar-collapse{
	padding-right: 0px;
}
.sticky-header .navbar-brand{display: none;}
.sticky-header .toggle-btn-wrapper{display: none;}
.sticky-header .not-desk-primary-btn{display: none;}
.sticky-header .btn-bg{display: none;}
.dropdown-toggle::after{
	width: 16px;
	height: 16px;
	border: none;
	background: url('../images/chevron-down.svg') no-repeat center;
	vertical-align: middle;
}
.top-section{
	position: relative;
}
.banner-text{
	text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
    max-width: 830px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.banner-text h1{
	color: #fff;
    font-size: 64px;
}
.light .banner-text h1{color: black;}
.banner-text p{
	color: rgba(184, 205, 235, 1);
	font-size: 16px;
}
.light .banner-text p{
	color: #222F43;
}
.heading-style{
	color: rgba(14,165,234,1);
	background: linear-gradient(45deg, #0EA5EA -0.21%, #0BD1D1 100.21%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.banner-text h1 span{
	color: rgba(14,165,234,1);
	background: linear-gradient(45deg, #0EA5EA -0.21%, #0BD1D1 100.21%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.banner-text h4{
	color: #B8CDEB;
    font-size: 20px;
    margin: 20px 0 44px 0;
    font-family: 'Inter', sans-serif;
}
.light .banner-text h4{color: #222F43}
.banner-btn .btn-bg{margin: 0 8px}

.btn-carousel-wrap{
	position: relative;
	height: 78px;
}
.btn-light{
	display: inline-block;
	margin: 10px;
	border-radius: 19px;
}
.light .btn-light{
	border-top: white solid 1px;
}
#owl-carousel-btn .item{margin: 4px 10px;}
#owl-carousel-btn-sec .item{margin: 0 10px}
.tag {
	
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.10) 0%, rgba(11, 209, 209, 0.10) 100%);
	border-radius: 19px;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(45deg, rgba(14, 165, 234, 0.10) 0%, rgba(11, 209, 209, 0.10) 100%);
	border-image-slice: 0;
	border: 1px solid rgb(14 165 234 / 10%);
	padding: 12px 22px 12px 22px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
	box-shadow: var(--shadow-2-box-shadow, 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03));
	backdrop-filter: var(--shadow-2-backdrop-filter, blur(10px));
	color: var(--grey-300, #b8cdeb);
	text-align: center;
	font-family: var(--textsm-regular-font-family, 'Inter-Regular', sans-serif);
	font-size: var(--textsm-regular-font-size, 16px);
	line-height: var(--textsm-regular-line-height, 24px);
	font-weight: var(--textsm-regular-font-weight, 400);
	position: relative;
	background-blend-mode: overlay;
}
.light .tag{
	background: var(--light-fill-grad-5, linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.009999999747378752%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.05) 0%, rgba(11, 209, 209, 0.05) 100%));
	border-image: var(--light-stroke-grad-10, linear-gradient(45deg, rgba(14, 165, 234, 0.10) 0%, rgba(11, 209, 209, 0.10) 100%));
	box-shadow: var(--shadow-2-box-shadow, 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03));
	color: #222f43;
}
.left-shade{
	top: 0px;
    left: 0;
    position: absolute;
    z-index: 999;
    height: 75px;
    width: 20%;
    background: linear-gradient(90deg, rgb(15 23 42) 0%, transparent 100%);
}
.right-shade{
	top: 0px;
    right: 0;
    position: absolute;
    z-index: 999;
    height: 75px;
    width: 20%;
    background: linear-gradient(90deg, transparent 0%, rgb(15 23 42) 100%);
/*    background: linear-gradient(90deg, transparent 0%,#0f172a 69%);*/
}
.light .left-shade{background: linear-gradient(90deg, #d8e6fb 0%, transparent 100%);}
.light .right-shade{background: linear-gradient(90deg, transparent 0%,#d8e6fb 100%);}

.col-md-4{padding: 16px !important}
.box{
	border-radius: 16px;
	border: 1px solid rgb(14 165 234 / 10%);
	padding: 24px;
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%);
	height: 100%;
	/* Shadow 2 */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(10px);
	transition: all ease-in-out 0.4s;
}
.box:hover{
/*	background: linear-gradient(45deg, rgba(14, 165, 234, 0.1) -0.21%, rgba(11, 209, 209, 0.1) 100.21%);*/
	background-color: rgba(11, 209, 209, 0.07);
}
.light .box{
	border-radius: 16px;
border: 1px solid #ffffffb8;

background: var(--light-fill-grad-5, linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.01%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%));
background-blend-mode: overlay, normal;
/* Shadow 2 */
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
backdrop-filter: blur(10px);
}
.light .box:hover{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.01%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.1) -0.21%, rgba(11, 209, 209, 0.1) 100.21%);
}
.box-icon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(11, 18, 34, 0.90);
	background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    border: 1px solid #0ea5ea3d;
	/* Shadow 2 */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(10px);
	text-align: center;
    line-height: 55px;
}
/*#box1 .box-icon{
	background-image: url('../images/abstract1.svg');
}
#box2 .box-icon{
	background-image: url('../images/abstract2.svg');
}
#box3 .box-icon{
	background-image: url('../images/abstract3.svg');
}
#box4 .box-icon{
	background-image: url('../images/abstract4.svg');
}
#box5 .box-icon{
	background-image: url('../images/abstract5.svg');
}
#box6 .box-icon{
	background-image: url('../images/abstract6.svg');
}*/
.box-icon img{width: 32px;height: auto;}

.light .box-icon{
	border-radius: 100px;
border: 1px solid rgb(14 165 234 / 10%);
background: var(--light-fill-grad-0, linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.64) 0.01%, rgba(255, 255, 255, 0.48) 100%));
background-blend-mode: overlay;

/* Shadow 2 */
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
backdrop-filter: blur(10px);
}
.boxes-section h3{color: #fff;font-size: 20px;margin-bottom: 10px}
.boxes-section p{
	color: #B8CDEB;
}
.light .boxes-section h3{color: black;}
.light .boxes-section p{color: #66768F;}


ul.faq{
	text-align: left;
	padding-top: 28px !important;
	max-width: 1020px;
    margin: 0 auto !important;
}
ul.faq li{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.02) 0%, rgba(11, 209, 209, 0.02) 100%);
	border-radius: 16px;
	border-width: 1px;
	border-style: solid;
	/*border-image: linear-gradient(45deg, rgba(14, 165, 234, 0.10) 0%, rgba(11, 209, 209, 0.10) 100%);
	border-image-slice: 1;*/
	border-color: rgba(14, 165, 234, 0.10);
	
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	box-shadow: var(--shadow-2-box-shadow, 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03));
	overflow: hidden;
	backdrop-filter: var(--shadow-2-backdrop-filter, blur(10px));
	margin-bottom: 12px;
	
}
ul.faq li:last-child{margin-bottom: 0px}
.light ul.faq li{
	border-radius: 16px;
	border: 1px solid rgb(255 255 255 / 40%);
	background: var(--light-fill-grad-5, linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.01%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%));
	background-blend-mode: overlay, normal;

	/* Shadow 2 */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(10px);
}
ul.faq li h5{
	color: var(--grey-100, #d8e6fb);
	text-align: left;
	font-family: var(--text-2-xl-medium-font-family, 'ClashDisplay-Medium', sans-serif);
	font-size: var(--text-2-xl-medium-font-size, 20px);
	line-height: var(--text-2-xl-medium-line-height, 30px);
	font-weight: var(--text-2-xl-medium-font-weight, 500);
	padding: 24px;
	position: relative;
	width: 100%;
	cursor: pointer;
	z-index: 9;
}
.light ul.faq li h5{color: #0f172a}
ul.faq li.opened{
	border-radius: 16px;
	border: 1px solid rgb(14 165 234 / 10%);

	background: linear-gradient(45deg, rgba(14, 165, 234, 0.10) -0.21%, rgba(11, 209, 209, 0.10) 100.21%);

	/* Shadow 2 */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(10px);
}
.light ul.faq li.opened{
	background-blend-mode: overlay;
	background: linear-gradient(238deg, rgba(255, 255, 255, 0.25) 25%, rgba(11, 209, 209, 0.05) 100%)
}

ul.faq li p{
	color: var(--grey-300, #b8cdeb);
	text-align: left;
	font-family: var(--textsm-regular-font-family, 'Inter-Regular', sans-serif);
	font-size: var(--textsm-regular-font-size, 16px);
	line-height: var(--textsm-regular-line-height, 24px);
	font-weight: var(--textsm-regular-font-weight, 400);
	position: relative;
	max-width: 800px;
	height: 0;
	margin: 0;
	display: none;
	overflow: hidden;
	transition: 250ms ease-out;
}
.light ul.faq li p{color: #222f43}

ul.faq li.opened p{
	height: auto;
	display: block;
	padding: 0 0 24px 24px;
}
ul.faq li span.collapse-li{
	height: 42px;
    width: 42px;
    display: block;
    position: absolute;
    right: 12px;
    top: 19px;
    cursor: pointer;
    border-radius: 17px;
	border: 1px solid rgb(14 165 234 / 10%);

/*	background: linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%);*/

	/* Shadow 2 */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(10px);

}
.light ul.faq li span.collapse-li{
	border: 1px solid rgb(14 165 234 / 10%);
	/* Shadow 2 */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(10px);
}
ul.faq li span.plus{
	background: rgba(14, 165, 234, 0.06) url(../images/plus-icon.svg) no-repeat center;
	background-size: 14px;
}
ul.faq li.opened span.plus{
	background: rgba(14, 165, 234, 0.08) url(../images/minus-icon.svg) no-repeat center;
	background-size: 14px;
}
.light ul.faq li span.plus{
	background: url('../images/light-plus-icon.svg') no-repeat center;
	
}
.light ul.faq li.opened span.plus{
	background: url('../images/light-minus-icon.svg') no-repeat center;
}
.testimonials-section{
	padding-bottom:80px;
	text-align: center;
	position: relative;
	padding-top:80px;
}
.wave1{
	position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    mix-blend-mode: overlay;
}
.light .wave1{opacity: 1}
.wave2{
	position: absolute;
    left: 0;
    bottom: -380px;
    z-index: -1;
    width: 100%;
    height: auto;
    mix-blend-mode: overlay;
}
.light .wave2{opacity: 0.8}
.wave3{
	position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: auto;
    mix-blend-mode: overlay;
}
.light .wave3{opacity: 0.47}
.testimonials-section h2{
	color: #0EA5EA;
    font-size: 45px;
    background: linear-gradient(45deg, #0EA5EA -0.21%, #0BD1D1 100.21%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.testimonials-section p{
	color: #B8CDEB;
    font-size: 18px;
    margin: 20px 0 60px 0;
}
.light .testimonials-section p{
	color: #222F43;
}

.owl-nav button{
	border-radius: 17px !important;
    border: 1px solid rgb(14 165 234 / 10%) !important;
    width: 44px !important;
    height: 44px !important;
    background: linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%) !important;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    line-height: 0px !important;
    overflow: hidden;
}
.owl-nav button.owl-prev span{
	width: 8px;
	height: 14px;
	background: url('../images/chevron-left.svg') no-repeat center;
	display: inline-block;
    text-indent: -3000px;
}
.owl-nav button.owl-next span{
	width: 8px;
	height: 14px;
	background: url('../images/chevron-right.svg') no-repeat center;
	display: inline-block;
    text-indent: -3000px;
}
.light .owl-nav button{
	border: 1px solid rgb(14 165 234 / 10%);

	background: var(--light-fill-grad-5, linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.01%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%));
	background-blend-mode: overlay, normal;
	/* Shadow 1 */
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(10px);
}

.partner-section{padding-bottom: 80px}
.partner-right-shade{
	top: 0px;
    right: 0;
    position: absolute;
    z-index: 999;
    height: calc(100% - 60px);
    width: 70%;
    background: linear-gradient(90deg, transparent 0%, rgb(15 23 42) 100%);
    display: none;
}
.light .partner-right-shade{
	background: linear-gradient(90deg, transparent 0%,#d8e6fb 100%);
}

.partner-text{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.partner-text > div:last-child{
	flex: 1 1 220px;
    text-align: right;
    padding-bottom: 32px;
}
.partner-text .section-title{text-align: left;max-width: 620px}
.partner-text .section-subtitle{text-align: left;}
.center{text-align: center;}
.partner-box-row{
	padding-top: 13px;
	position: relative;
	z-index: 9;
}
.partner-box{
	border: #02ffff1a solid 1px;
    padding: 30px 25px;
    border-radius: 18px;
    background-color: #0055551a;
    color: #C9DAF5;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    margin: 16px;
}
.light .partner-box{

	border-radius: 16px;
    border-top: 1px solid rgb(255 255 255);
    border-left: 1px solid rgb(255 255 255 / 60%);
    border-right: 1px solid rgb(255 255 255 / 60%);
    background: var(--light-fill-grad-5, linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.01%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%));
    background-blend-mode: overlay, normal;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}
.partner-img{
	height: 100px;
}
.partner-img img{
	max-width: 100%;
	width: auto !important;
}
.partner-box .text{
	color: #A7BDDD;
	font-size: 16px;
	margin-bottom: 20px;
}
.light .partner-box .text{color: #222F43}
.clear{clear: both;}
.partner-box .link{
	text-decoration: none;
    background-color: #132b3f;
    padding: 10px 25px;
    border-radius: 44px;
    color: #fff;
    display: block;
}
.light .partner-box .link{color: black;}
.fadedlogo{
	position: absolute;
    bottom: -12px;
    left: 43%;
    height: 93px;
    opacity: 0.05;
}
.star-section{
	padding: 80px 0 280px 0;
	color: #fff;
	text-align: center;
	position: relative;
}
.glow{
	opacity: 0.6;
    filter: blur(125px);
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 209px;
    height: 201px;
    z-index: -1;
    background: var(--Gradient, linear-gradient(45deg, #0EA5EA -0.21%, #0BD1D1 100.21%));
}
img.star{
	width: 100%;
    background-color: #00BCD4;
    position: absolute;
    top: -279px;
    z-index: 1;
}
.star-bg{
	background: url(../images/Wave4.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 0px -100px;
    opacity: 0.1;
    z-index: -1;
}
.star-section h1{
	font-size: 53px;
    margin: 0 auto 44px auto;
    max-width: 700px;
}
.light .star-section h1{color: black;}
.footer_slice{
	position: absolute;
    bottom: 239px;
    z-index: -1;
    width: 100%;
    /*width: 1440px;
    left: 50%;
    margin-left: -720px;*/
    mix-blend-mode: overlay;
}
.light .footer_slice{
	width: 100%;
}
footer{padding-top: 160px;    z-index: 9;    position: relative;}
.footer-logo{
	width: 112px;
	margin-right: 15px;
	background: url('../images/Logo.svg') no-repeat;
	height: 31px;
	display: inline-block;
	background-size: 100%;
	vertical-align: middle;
	text-indent: -3000px;
}
.footer-logo img{width: 100%}
.light .footer-logo{background-image: url('../images/Logo-light.png');}
.footer-nav{
	text-align: center;
}
.footer-nav li{
	display: inline-block;
    margin: 0 18px;
}
.privacy-nav li{
	margin: 0 0 0 36px;
}
.footer-nav li a{
	text-decoration: none;
    color: #A7BDDD;
    font-size: 14px;
}
.light .footer-nav li a{color:#222F43}
.social{
	text-align: right;
}
.social li{
	display: inline-block;
    margin: 0 0 0 28px;
}
.privacy-nav{
	text-align: right;
}
.copyright{
	color: #94A9C9;
	font-size: 14px;
}
.light .copyright{
	color: #222F43;
}
.copyright-row{
	padding: 68px 0 80px 0;
}

/*ABOUT US PAGE*/
.banner-text.inner h1{
	font-size: var(--display-lg-medium-font-size, 48px);
  line-height: var(--display-lg-medium-line-height, 60px);
  font-weight: var(--display-lg-medium-font-weight, 500);
  margin-bottom: 20px;
}
.banner-text.inner{padding-bottom: 0px}
.page-content{
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 9;
}

.side-nav{
	z-index: 9999999;
	position: sticky;
    top: 5%;
	border-radius: 12px;
	border: 1px solid rgb(14 165 234 / 10%);

	background: linear-gradient(45deg, rgba(14, 165, 234, 0.10) -0.21%, rgba(11, 209, 209, 0.10) 100.21%);

	/* Shadow 1 */
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(10px);
	overflow: hidden;
	margin-top: 16px;
}
.light .side-nav{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%);
	background-blend-mode: overlay;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 0.01%, rgba(255, 255, 255, 0.3) 100%);
	background-blend-mode: overlay;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.27) 100%);
}
.stickey-sidenav{
	position: fixed;
    top: 60px;
    width: calc(100% - 88px);;
}
.display-text{
	display: none;
	text-decoration: none;
    color: rgba(167, 189, 221, 1);
    font-size: 18px;
    padding: 15px 25px;
}
.side-nav ul{list-style: none;padding: 0px;margin: 0px;transition: ease-in-out all .3s;}
.side-nav li{
	border-bottom: 1px solid rgba(14, 165, 234, 0.13);
}
.side-nav li:hover{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%);
}
.light .side-nav li:hover{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%);
}
.side-nav li:last-child{border: none;}
.side-nav li.active{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.15) -0.21%, rgba(11, 209, 209, 0.15) 100.21%);
	display: block;
}
.light .side-nav li.active{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%);
}
.side-nav li a{
	display: block;
	text-decoration: none;
	color: rgba(167, 189, 221, 1);
	font-size: 18px;
	padding: 15px 25px;
}

.light .side-nav li a{
	color: #66768f;
}
.side-nav li.active a{color: white;}
.light .side-nav li.active a{color: black;}
.side-content-parent{border-radius: 15px;overflow: hidden;}
.side-content{

	background: linear-gradient(45deg, rgba(14, 165, 234, 0.02) 0%, rgba(11, 209, 209, 0.02) 100%);
	border-radius: 24px;
	border-width: 1px;
	border-style: solid;
/*	border-image: linear-gradient(45deg, rgba(14, 165, 234, 0.10) 0%, rgba(11, 209, 209, 0.10) 100%);*/
/*	border-image-slice: 1;*/
	border-color: rgba(11, 209, 209, 0.10);
	padding: 16px;
	display: block;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	box-shadow: var(--shadow-2-box-shadow, 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03));
	backdrop-filter: var(--shadow-2-backdrop-filter, blur(10px));
}
.light .side-content{
	border: 1px solid var(--light-stroke-grad-0, #FFF);

background: var(--light-fill-grad-5, linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.01%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%));
background-blend-mode: overlay, normal;
/* Shadow 2 */
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
backdrop-filter: blur(10px);
	
}
.content-part-parent{
	border-radius: 8px;
	overflow: hidden;
}
.content-part{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.03) 0%, rgba(11, 209, 209, 0.03) 100%);
	border-radius: 8px;
	border-width: 1px;
	border-style: solid;
/*	border-image: linear-gradient(45deg, rgba(14, 165, 234, 0.10) 0%, rgba(11, 209, 209, 0.10) 100%);*/
/*	border-image-slice: 1;*/
	border-color: rgba(11, 209, 209, 0.10);
	padding: 32px;
/*	display: flex;*/
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	justify-content: flex-start;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
	box-shadow: var(--shadow-2-box-shadow, 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03));
	overflow: hidden;
	backdrop-filter: var(--shadow-2-backdrop-filter, blur(10px));
	padding: 32px;
	line-height: 28px;
}
.ellipse{
	padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 16px;
}
.ellipse span{
	width: 56px;
	height: 8px;
	background: url('../images/ellipse.svg') no-repeat;
}
.light .ellipse span{
	background: url('../images/ellipse-light.svg') no-repeat;
}
.content-part img{width: 100%; margin-bottom: 30px;object-fit: cover;}
.light .content-part{
	background-color: white;
}
.content-part h2{
	width: 100%;
	color: #eef5ff;
	font-size: 36px;
	border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-image: linear-gradient(
    45deg,
    rgba(14, 165, 234, 0.05) 0%,
    rgba(11, 209, 209, 0.05) 100%
  );
  border-image-slice: 1;
  padding-bottom: 24px;
	margin-bottom: 24px
}
.light .content-part h2{color: black}
.content-part p{color: #A7BDDD}
.content-part ol{padding-left: 18px !important;}
.content-part p strong{color: #d8e6fb;font-weight: 500;font-size: 18px;}
.light .content-part p strong{color: black;font-weight: 500;}
.light .content-part p{
	color: rgba(102, 118, 143, 1);
}
.page-wave-top{}

/*CONTACT FORM*/
.form-control{
	margin-bottom: 40px;
    border-radius: 12px;
    border: navajowhite;
    border-bottom: 1px solid rgb(14 165 234 / 32%);
    background: linear-gradient(45deg, rgba(14, 165, 234, 0.10) -0.21%, rgba(11, 209, 209, 0.10) 100.21%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    resize: none;
    height: 44px;
    padding: 0 16px;
    outline: 0;
    color: white !important;
}
textarea.form-control{margin-bottom: 60px}
.contact-form .col:first-child{
	padding-right: 20px;
}
.contact-form .col:last-child{
	padding-left: 20px;
}
.form-check-input[type=checkbox]{
	border-color: #7F92B0;
	margin-right: 8px;
	border-width: 2px;
}
.light .form-control{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.64) 0.01%, rgba(255, 255, 255, 0.48) 100%),
	linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.27) 100%);
	background-blend-mode: overlay;
	color: black !important;

}
.form-control:focus{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.19) -0.21%, rgba(11, 209, 209, 0.19) 100.21%);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
}
textarea.form-control{
	height: 120px;
	padding: 8px 16px;
}
.form-control::placeholder{color: rgba(216, 230, 251, 1)}
.light .form-control::placeholder{color: rgba(15, 23, 42, 1)}
.form-check{margin-bottom: 40px}
.form-check label{
	color: #94A9C9;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.light .form-check label{color: #7F92B0;}
.form-check label a{color: #94A9C9}
.light .form-check label a{color: #7F92B0;}
.form-check input{background: none;outline: 0}
.social-link li{
	display: block;
	margin-bottom: 4px;
	line-height: 24px;
}
.social-link li a{
	color: rgba(148, 169, 201, 1);
}
.light .social-link li a{
	color: #7F92B0;
}
.side-contact{padding-right: 70px}
.side-contact h1{
	color: var(--White, #FFF);

	/* Display lg/Medium */
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
	letter-spacing: -0.96px;
	margin-bottom: 20px;
}
.light .side-contact h1{color: black;}
.extra_info_mobile{display: none;}
.side-contact p{ font-size:16px ;margin-bottom: 50px;}
.side-contact .info{
	color: #94A9C9;
    margin-bottom: 32px !important;
    line-height: 24px;
}
.side-contact p.info:last-child{margin-bottom: 0 !important}
.light .side-contact .info{color: #7F92B0;}
.side-contact h4{
	color: #fff;
	font-size: 20px;
	padding-bottom: 4px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}
.light .side-contact h4{color: black;}

/*404 PAGE*/
.notfound {
	text-align: center;
    position: relative;
    padding-top: 324px;
/*    padding-bottom: 50px;*/
}
.notfound img.wave404{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.light .notfound img.wave404{
	mix-blend-mode: overlay;
}
.notfound p{
	color: var(--grey-600, #7f92b0);
  text-align: center;
  font-family: Courier New;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
	z-index: 99;
	margin: 40px 0;
}
.notfound .backhome{
	position: relative;
	z-index: 99;
	background-color: #132b3f;
    padding: 12px 25px;
    border-radius: 44px;
    color: #fff;
    box-shadow: inset 0px -2px 0px 2px rgba(28,194,231,0.08);
    border: none;
    font-size: 20px;
    text-decoration: none;
}
.light .notfound .backhome{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.1) -0.21%, rgba(11, 209, 209, 0.1) 100.21%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.04) 100%);
	background-blend-mode: overlay;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	color: black;
}

/*BRAND BOOK PAGE*/
.grid-toggle{
	display: inline-block;
	padding: 4px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border: 1px solid;
	border-image-source: linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%);
	background-color: rgba(11, 18, 34, 1);
	position: absolute;
	top: 0px;
	right: 0;
}
.light .grid-toggle{
	background-color: rgba(201, 218, 245, 1);
	border: 1px solid rgba(255, 255, 255, 0.4)
}
.grid-toggle span{
	display: inline-block;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px;
	gap: 6px;
	display: inline-block;
	cursor: pointer;
	border: 1px solid rgb(14 165 234 / 0%);
}
.grid-toggle span img{filter: invert(1);opacity: 0.5}
.light .grid-toggle span img{filter: invert(0);opacity: 0.5}
.grid-toggle span.active{
	border: 1px solid;
	border-image-source: linear-gradient(45deg, rgba(14, 165, 234, 0.1) -0.21%, rgba(11, 209, 209, 0.1) 100.21%);
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.1) -0.21%, rgba(11, 209, 209, 0.1) 100.21%);
	border: 1px solid rgb(14 165 234 / 7%);
}
.grid-toggle span.active svg path{
	stroke: white;
}
.light .grid-toggle span.active svg path{
	stroke: black;
}
.light .grid-toggle span.active{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.64) 0%, rgba(255, 255, 255, 0.64) 0.01%, rgba(255, 255, 255, 0.48) 100%),
	linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.27) 100%);
	background-blend-mode: overlay;
	border: 1px solid;
	border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.27) 100%);
}
.grid-toggle span.active img{opacity: 1}

.brand-book{
	padding: 40px;
    border-radius: 16px;
	border: 1px solid rgb(14 165 234 / 10%);
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.10) -0.21%, rgba(11, 209, 209, 0.10) 100.21%);
	/* Shadow 2 */
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(10px);
    color: #C9DAF5;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.brand-book.last-card{
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.03) -0.21%, rgba(11, 209, 209, 0.03) 100.21%);
	border: 1px solid rgb(14 165 234 / 5%);
	border-style: dashed;
}
.light .brand-book{
/*		border-radius: 16px;*/
    border-top: 1px solid rgb(255 255 255);
    border-left: 1px solid rgb(255 255 255 / 60%);
    border-right: 1px solid rgb(255 255 255 / 60%);
    background: var(--light-fill-grad-5, linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.40) 0.01%, rgba(255, 255, 255, 0.30) 100%), linear-gradient(45deg, rgba(14, 165, 234, 0.05) -0.21%, rgba(11, 209, 209, 0.05) 100.21%));
    background-blend-mode: overlay, normal;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
}
.brand-book .fadedlogo{
	bottom: -15px;
    right: -2%;
    left: auto;
}
.col-md-6 .brand-book{padding: 40px}
.col-md-6 .brand-book .fadedlogo{
	bottom: -15px;
    right: auto;
    left: 50%;
}
.brand-book .col-md-5{position: relative;padding-right: 32px;}
.brand-book .col-md-7{position: relative;}
.brand-book .col-md-7 .btn-bg{position: absolute;bottom: 0px}
.brand-book .bg{
	background: url(../images/brand-logo-bg.svg) no-repeat;
    background-size: cover;
    padding: 29% 10%;
    text-align: center;
    /*border: solid 1px rgb(14 165 234 / 10%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.03);*/
    backdrop-filter: blur(0px);
    
}
.light .brand-book .bg{
	background: url(../images/brand-logo-bg-light.svg) no-repeat;
	background-size: cover;
}
.brand-book img.partner-img{
	height: 80px;
    
}
.brand-book .col-md-12 .bg{
	padding: 35% 10%;
}

.brand-book .col-md-12 img.partner-img{
	margin-top: -10%;
}
.brand-book.col-md-6 > .row{padding: 0 15px}
.brand-book .col-md-9{padding-left: 50px}
.brand-book h4{color: white;margin-bottom: 24px;font-size: 36px;}
.brand-book .col-md-12 h4{margin-top: 60px}
.light .brand-book h4{color: black;}
.brand-book p{
	color: var(--grey-400, #a7bddd);
	text-align: left;
	font-family: var(--text-md-regular-font-family, 'Inter-Regular', sans-serif);
	font-size: var(--text-md-regular-font-size, 18px);
	line-height: var(--text-md-regular-line-height, 28px);
	font-weight: var(--text-md-regular-font-weight, 400);
	position: relative;
	align-self: stretch;
	text-overflow: ellipsis;
	padding: 32px 0;
}
.light .brand-book p{color: #66768F}
.brand-book a{
	/*text-decoration: none;
	background-color: #132b3f;
    padding: 12px 25px;
    border-radius: 44px;
    color: #fff;
    box-shadow: inset 0px -2px 0px 2px rgba(28,194,231,0.08);
    border: none;
    font-size: 20px;*/
}
.light .brand-book a{
	/*background: linear-gradient(45deg, rgba(14, 165, 234, 0.1) -0.21%, rgba(11, 209, 209, 0.1) 100.21%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.04) 100%);
	background-blend-mode: overlay;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
	color: black;*/
}
.brand-book .btn-sm {
    border-radius: 100px;
    padding: 8px 16px;
    font-weight: 500;
}
.brand-book-heading{
	padding-bottom: 20px;
}
.brand-book-heading h1{
	color: #fff;
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    

}
.light .brand-book-heading h1{color: black;}
.filter-view{
	position: relative;
	height: 60px;
	margin-bottom: 32px;
}
.filter-view img{
	cursor: pointer;
}

/*BRAND DETAIL PAGE*/
.bottom-left {
	background: url('../images/bottom-left.svg') no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.bottom-right {
  background: url('../images/bottom-right.svg') no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.top-left {
  background: url('../images/top-left.svg') no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.top-right {
  background: url('../images/top-right.svg') no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.light-left{
	background: url('../images/light.svg') no-repeat;
	width: 209px;
	height: 201px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.light-right{
	background: url('../images/light.svg') no-repeat;
	width: 209px;
	height: 201px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.brand-detail{padding: 0px !important;margin-top: 0px;margin-bottom: 80px;border-radius: 0;}
.brand-detail .bg{padding: 189px 0}
.brand-detail-content .col-md-8{
	margin:0 auto;
}
.brand-detail-content{
	padding-top: 0px;
}
.not-desk-primary-btn{
	display: none;
	position: absolute;
    right: 85px;
    top: 22px;
    padding-right: 15px;
    border-right: rgb(160 247 247 / 10%) solid 1px;
    
}
.not-desk-primary-btn .primary-btn{box-shadow: 0px 7px 13px 1px rgba(0, 0, 0, 0.15);}
.light .not-desk-primary-btn .primary-btn{
	box-shadow: 0px 1px 0px 0px #0C90CC, 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.not-desk-primary-btn button{
	
}
.btn-hover-arrow{
	filter: invert(1);
    vertical-align: middle;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: -8px;
    transition: all ease-in-out 0.3s;
    opacity: 0;
    width: auto !important;
}
.primary-btn .btn-hover-arrow{
	margin-top: -7px;
}
.btn-dark .btn-hover-arrow{
	margin-top: -6px;
}
.btn-sm .btn-hover-arrow{
	width: 6px !important;
	margin-top: -6px;
}
#sticky-header{position: relative;z-index: 999}
.sticky-header{
	position: fixed !important;
    width: 100%;
    z-index: 99999 !important;
/*    background: rgba(15,23,42,1);*/
/*    box-shadow: 0px 21px 27px 10px rgba(15,23,42,1);*/
    top: 0px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
/*	display: none;*/
	top: 13px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 0.009999999747378752%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(28, 194, 231, 0.07) 0%, rgba(28, 194, 231, 0.00) 100%);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(28, 194, 231, 0.02) 100%);
    border-image-slice: 0;
    z-index: 9999;
    background-color: #0F172A;
    border: solid 1px rgba(28, 194, 231, 0.07);
}
.light .navbar-expand-lg .navbar-nav .dropdown-menu{background-color: aliceblue}
.dropdown-item{color: #94a9c9}
.dropdown-item:focus, .dropdown-item:hover{background: none;color: white}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{color: white;}
.drop-side-menu{
	display: none;
	border-radius: 12px;
	border: 1px solid rgb(14 165 234 / 10%);
	background: linear-gradient(45deg, rgba(14, 165, 234, 0.10) -0.21%, rgba(11, 209, 209, 0.10) 100.21%);
	/* Shadow 1 */
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.10), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(10px);
	width: calc(100% - 62px);
    color: white;
    height: 58px;
    padding: 0 15px;
    outline: 0;
    position: absolute;
    top: 0px;
}
.drop-side-menu select{
	 -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    width: 100%;
    color: white;
    background: transparent;
    height: 58px;
    border: none;
    outline: 0;
}
.drop-side-menu:after{
	content: '';
	width: 16px;
    height: 16px;
    border: none;
    background: url(../images/chevron-down.svg) no-repeat center;
    position: absolute;
    background-size: 31px;
    top: 21px;
    right: 15px;
}
.drop-side-menu select option{
	color: gray;
}
.sidenav-toggle-arrow{display: none;}
.brand-book-wrapper{
	padding-top: 0px;
}
.brand-book-wrapper > .col-md-12:last-child{display: none;}
.brand-book-wrapper .col-md-6{padding-left: 20px;padding-right: 20px}
.brand-book-wrapper .col-md-12{padding-left: 20px;padding-right: 20px}
.brand-book-wrapper .item{
	padding: 20px;
}
.heading-section{
	padding: 100px 0 80px;
}
.heading-section h2{
	text-align: center;
	color: white;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 60px; /* 125% */
	letter-spacing: -0.96px;
}
.light .heading-section h2{color: black;}
.heading-section a{
	margin-top: 16px;
	background: var(
	    --gradient,
	    linear-gradient(45deg, rgba(14, 165, 234, 1) 0%, rgba(11, 209, 209, 1) 100%)
	  );
	  background-clip: text;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  text-align: left;
	  font-family: var(
	    --text-md-semibold-font-family,
	    "Inter-SemiBold",
	    sans-serif
	  );
	  font-size: var(--text-md-semibold-font-size, 18px);
	  line-height: var(--text-md-semibold-line-height, 28px);
	  font-weight: var(--text-md-semibold-font-weight, 600);
	  position: relative;
}
a.share{
	float: right;
}
a.back{
	float: left;
}

.owl-theme .owl-nav{margin-top: 20px}
.owl-theme .owl-nav [class*=owl-]{
	margin: 0 20px;
}
#about-page{padding-top: 80px;}
#about-page .row{margin:0px}
#partner-section{padding-bottom: 84px;}
#partner-section-brand-detail{padding-top: 60px;padding-bottom: 100px;z-index: 9}
#brand-book-page{padding-bottom: 60px}
.container{max-width: 1440px}
#brand-detail-carousel{padding-top: 8px;}
#brand-detail-carousel .brand-book{margin-bottom: 0px}
#brand-detail-carousel .item{padding-bottom: 0px}
#partner-section-brand-detail .partner-text{padding: 0 20px;display: flex;flex-wrap: wrap;}
#partner-section-brand-detail .partner-text > div:last-child{padding-bottom: 32px;text-align: right;}
#partner-section-brand-detail .section-title{
	color: white;
    background: none;
    -webkit-text-fill-color: white;
    text-align: left;
}
.light #partner-section-brand-detail .section-title{color: black;-webkit-text-fill-color: black;}
#partner-section-brand-detail .section-subtitle{
	text-align: left;
}
.navbar-toggler-icon{width: 20px;height: 20px}
.sec-line-slider{display: none;}
#owl-carousel-partner-mob{display: none;}
.stickey-sidenav-limit{
	position: absolute;
	top: auto;
	bottom: 112px;
}
.line{
	margin: 17px 0;
	background: url('../images/line.svg');
	height: 1px;
}
.light .line{background: url('../images/line-light.svg');}
/*MEDIA QUERIES*/
@media screen and (min-width: 1280px){
	#owl-carousel-partner .owl-nav, #owl-carousel-brand .owl-nav{
		display: flex;
	    justify-content: space-between;
	    position: absolute;
	    width: calc(100% + 120px);
	    top: 50%;
	    margin-top: -27px;
	    left: -60px;
	}
	#brand-detail-carousel #owl-carousel-partner .owl-nav, #owl-carousel-brand .owl-nav{
		display: flex;
	    justify-content: space-between;
	    position: absolute;
	    width: calc(100% + 114px);
	    top: 50%;
	    margin-top: -27px;
	    left: -57px;
	}
}
@media screen and (min-width: 1140px){
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		padding-right: 110px;
		padding-left: 110px;
	}
	
}
@media screen and (min-width: 992px){
	
	#about-page{max-width: 1096px;padding-left: 0px;padding-right: 0px;}
	.page-content .row .col-lg-9{
		padding: 0 !important;
		padding-left: 60px !important;
		width: 828px;
	}
	.page-content .row .col-lg-3{padding: 0px;width: 268px;}
	
}
@media screen and (max-width: 1140px) {
	footer .toggle-btn-wrapper{left: 165px}
	
}


@media screen and (max-width: 992px) {
	.brand-book .col-md-7 .btn-bg{position: relative;}
	.display-text{display: block;}
	.brand-book-wrapper{padding-top: 40px}
	.filter-view{display: none;}
	.heading-section h2{margin-top: 60px}
	.side-nav-dropdown{

	}
	.side-nav-dropdown ul{
		height: 57px;
	}
	.side-nav-dropdown ul.opened{
		height: auto;
	}
	.side-nav-dropdown ul li{

	}
	.sidenav-toggle-arrow{
		display: block;
	    width: 24px;
	    height: 24px;
	    border: none;
	    background: url(../images/chevron-down.svg) no-repeat center;
	    position: absolute;
	    right: 15px;
	    background-size: cover;
	    top: 15px;
	    cursor: pointer;
	}

	.only-desk{display: none;}
	.navbar .toggle-btn-wrapper{
		position: absolute;
		left: 135px;
		top: 21px;
	}
	.navbar-collapse{
		padding: 0;margin-top: 15px;text-align: right;
		position: absolute;
	    top: 55px;
	    right: 0;
	}
	.navbar-expand-lg .navbar-nav{
		border-radius: 9px;
		display: block;
		padding-left: 0px !important;
		padding-right: 0px !important;
		border-image-slice: 0;
    	border-color: rgba(28, 194, 231, 0.09);
    	width: 250px;
    	display: inline-block;
    	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 0.009999999747378752%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(28, 194, 231, 0.07) 0%, rgba(28, 194, 231, 0.00) 100%);
		border: 1px solid rgba(28, 194, 231, 0.09);
	}
	.navbar-expand-lg .navbar-nav:before{display: none;}
	.navbar-expand-lg .navbar-nav:after{display: none;}
	.navbar-collapse .btn-bg{display: none;}
	.navbar-nav .nav-link{
		padding: 8px 15px !important;
	}
	.navbar-nav .nav-link:hover{
		background:linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 0.009999999747378752%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(0deg, rgba(28, 194, 231, 0.19) 0%, rgba(28, 194, 231, 0.00) 100%)
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		background: none;
	    box-shadow: none;
	    border: none;
	    padding-left: 15px !important;
	}
	.light .navbar-expand-lg .navbar-nav{border-radius: 9px}
	.not-desk-primary-btn{display: block;}
	.container{
		max-width: 100% !important;
		padding-left: 32px;
    	padding-right: 32px;
	}
}
@media screen and (max-width: 768px) {
	.brand-detail .bg{padding: 149px 0}
	#partner-section-brand-detail{padding-bottom: 80px}
	#brand-detail-carousel .owl-theme .owl-nav{margin-top: 32px;}
	#partner-section-brand-detail .partner-text > div:last-child{padding-bottom: 16px;}
	.brand-detail-content{padding-top: 20px !important;padding-bottom: 60px !important;}
	.brand-detail{margin-bottom: 0px !important}
	.heading-section{padding: 44px 0 60px}
	.heading-section h2{margin-top: 76px;font-size: 36px;line-height: 44px}
	.brand-book-heading h1{font-size: 36px}
	.brand-book-wrapper .col-md-12:last-child .brand-book{margin-bottom: 20px;}
	.social-link li:last-child{margin-bottom: 0px}
	ul.faq{padding-top: 0px !important}
	.short-top-padding .col-md-4:last-child{padding-bottom: 0px !important}
	.notfound p{font-size: 16px;margin: 32px 0;}
	.form-check{margin-bottom: 32px;}
	textarea.form-control{margin-bottom: 48px;}
	.form-control{margin-bottom: 32px;}
	.contact-form .col:last-child{padding-left: 16px}
	.contact-form .col:first-child{padding-right: 16px}
	.side-contact p{margin-bottom: 60px}
	.page-content{padding-bottom: 80px;padding-top: 60px}
	.side-nav{margin-top: 0}
	#about-page{padding-top: 60px}
	.banner-text.inner h1{font-size: 36px;}
	.partner-box-row{padding-top: 0px}
	.partner-text > div:last-child{padding-bottom: 0px;flex: 1 1 190px;}
	#partner-section{
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.testi-slider{margin: 12px auto 0 auto !important;}
	ul.faq li{margin-bottom: 0;margin-top: 12px;}
	.col-md-4{padding: 12px!important;}
	.short-top-padding{padding-top: 8px}
	.section{padding-top: 40px}
	.section-subtitle{font-size: 16px;}
	.banner-text h4{font-size: 18px; margin-bottom: 40px}
	.brand-book .col-md-5{position: relative;padding: 0px;}
	.section-title{font-size: 36px;line-height: 44px;}
	.banner-text{padding-top: 80px}
	.banner-text.inner{padding-top: 60px}
	.partner-text .section-title{text-align: center;}
	.partner-text .section-subtitle{text-align: center;padding: 16px 0 24px;}
	.partner-text div:last-child{text-align: center;}
	.footer-section-heading{font-size: 48px;line-height: 60px;margin-bottom: 40px}
	.primary-btn{padding: 8px 20px;}
	.btn-dark{padding: 8px 20px;}
	.btn-lg{padding: 12px 24px;font-size: 16px}
	.btn-sm{padding: 6px 14px;font-size: 14px}
	.navbar .primary-btn{padding: 8px 16px; font-size: 14px}
	.container{padding-left: 32px;    padding-right: 32px;}
	.content-part{padding: 15px}
	.extra_info_mobile{display: block;padding-top: 60px}
	.extra_info_desktop{display: none;}
	.side-contact h1{font-size: 36px}
	.side-contact h4{font-size: 18px}
	.content-part h2{font-size: 30px;line-height: 38px}
	.side-content{margin-top: 40px;display: block;}
	
/*	.partner-right-shade{display: block;}*/
	footer .toggle-btn-wrapper{
		top: 238px;
	    left: 50%;
	    margin-left: -29px;
	}
	.copyright-row{padding: 122px 0px 60px 0px}
	.partner-box{margin: 12px;}
	.brand-book{padding: 32px; margin-bottom:32px;}
	.brand-book h4{margin-top: 32px;font-size: 30px;line-height: 38px}
	.testimonials-section h2{font-size: 36px}
	ul.faq li h5{font-size: 18px;line-height: 28px;}
	.boxes-section h3{font-size: 18px}
	
	.scroll-btn-section h2{font-size: 36px}
	.banner-text h1{font-size: 48px;}
	.partner-section h2{text-align: center;font-size: 36px;}
	.partner-text{display: block;text-align: center;padding-bottom: 32px;}
	.partner-section p{margin-bottom: 24px;}
	footer{text-align: center;padding-top: 20px}
	.social{text-align: center;}
	footer .col-md-6{
		margin: 28px 0 22px 0;
	}
	.footer-logo{
		margin: 20px 0 17px 0;;
	}
	footer ul.social{margin: 20px 0 24px 0 !important;}
	.footer_slice{bottom: 355px}
	.star-section{padding-bottom: 200px}
	.star-section h1{font-size: 45px;max-width: 500px;}
}
@media screen and (max-width: 763px) {
	#partner-section-brand-detail .partner-text > div:last-child{text-align: left !important;}
}
@media screen and (max-width: 640px) {
	.not-desk-primary-btn{display: none;}
}
@media screen and (max-width: 576px) {
	.brand-detail .bg{padding: 110px 0}
	#about-page{padding-left: 8px; padding-right: 8px;}
	.line{margin: 12px 0}
	.ellipse{padding-top: 12px;}
	.partner-box{margin: 20px 0}
	#owl-carousel-partner{display: none;}
	#owl-carousel-partner-mob{display: block;}
/*	.testi-slider .arrows{bottom: -114px !important;}*/
	.testi-slider{margin-top: 10px !important;}
	ul.faq{padding-top: 0 !important}
	ul.faq li{margin-top: 20px}
	.col-md-4{    padding: 10px!important;}
	.short-top-padding{padding-top: 10px}
	.btn-carousel-wrap{height: 70px;}
	.section{padding-top: 18px}
	#testimonials-section{padding-top: 16px;}
	.banner-text h4{margin: 16px 0 40px 0;}
	.navbar .toggle-btn-wrapper{top: 21px;}
	.sec-line-slider{display: block;}
	.banner-text.inner h1{font-size: 30px;line-height: 38px;margin-bottom: 16px;}
	.heading-section h2{font-size: 36px;margin-top: 68px}
	.brand-book h4{font-size: 24px;}
	.brand-book{padding: 24px;margin-bottom: 20px;}
	.footer-section-heading{font-size: 36px;line-height: 44px}
	.section-title{font-size: 30px;line-height: 38px;}
	.short-top-padding2 .section-title{font-size: 36px;line-height: 44px;}
	.banner-text h4{font-size: 16px}
	.partner-text .section-subtitle{font-size: 16px;line-height: 24px;padding-bottom: 20px;}
	
	.container{padding-left: 20px;    padding-right: 20px;}
	.testimonials-section{padding-top: 96px;padding-bottom: 114px;}
	.partner-section{padding-top: 96px}
	.partner-box-row{padding-top: 0px}
	.copyright-row{padding-bottom: 20px;padding-top: 118px;}
	.boxes-section .col-md-4{margin-bottom: 20px}
	.banner-text{padding-top: 60px;padding-bottom: 55px}
	.scroll-btn-section{padding-top: 96px;padding-bottom: 0px;}
	.boxes-section{padding-top: 40px;padding-bottom: 0px}
	.brand-book-heading h1{font-size: 30px;line-height: 38px}
	.side-contact h1{font-size: 30px;line-height: 38px}
	.side-contact h4{font-size: 16px;line-height: 24px;}
	.content-part h2{font-size: 24px}
	.footer_slice{bottom: 600px}
	.partner-right-shade{display: none;}
	ul.faq li span.collapse-li{
		border-radius: 8px;
		position: relative;
	    display: block;
	    width: calc(100% - 46px);
	    right: auto;
	    top: 0;
	    margin: 24px;
	    margin-left: 23px;
	    margin-bottom: 24px;
	    margin-top: 0px;
	}
	ul.faq li.opened p{text-align: center;}
	ul.faq li h5{text-align: center;}
	.footer-nav li{display: block; margin: 0 0 25px 0;}
	footer .toggle-btn-wrapper{
		    top: auto;
    		bottom: 165px;
	}
/*	footer .toggle-btn-wrapper{position: relative;left: auto;}*/
	.banner-text h1{font-size: 36px}
	.banner-text .primary-btn{display: block;width: 100%;}
	.banner-text .btn-dark{display: block;width: 100%;}
	.banner-text .btn-bg{
		display: block;
	    margin-bottom: 22px;
	}
	.learn-more-btn{width: 100%}
	.privacy-nav{
		margin-top: 36px !important;
	    display: flex;
	    justify-content: center;
    	gap: 40px;
	}
	
	.star-section{padding-bottom: 150px}
	#partner-section{padding-top: 102px;padding-bottom: 78px;}
	
	.partner-text{padding-bottom: 21px;}
	.extra-bottom-padding{padding-bottom: 100px}
	.footer-logo{margin: 20px 0 36px 0;}
	footer ul.social{margin: 12px 0 17px 0 !important;}
	footer .col-md-6{    margin: 8px 0;}
	.banner-text.inner{padding-top: 48px;}
	#about-page{padding-top: 48px;}
	.side-content{margin-top: 32px;padding: 12px;}
	.page-content{padding-bottom: 78px;padding-top: 48px;}
	.side-contact h1{margin-bottom: 16px;}
	.side-contact p{margin-bottom: 48px;}
	.form-control{margin-bottom: 24px;}
	textarea.form-control{margin-bottom: 40px}
	.contact-form .btn-bg{display: block;}
	.extra_info_mobile{padding-top: 48px;}
	.side-contact .info{margin-bottom: 24px !important;}
	.brand-book-heading{padding-bottom: 8px}
	#brand-book-page{padding-bottom: 58px;}
	.heading-section{padding: 32px 0 48px}
	.brand-detail-content{padding-top: 7px !important}
	#partner-section-brand-detail{padding-top: 37px;padding-bottom: 78px;}
	.content-part ul{padding-left: 15px !important; }
	#brand-detail-carousel{padding-top: 4px}
	.short-top-padding2{padding-top: 16px !important}
	.faq-section-subtitle{padding-bottom: 20px !important}
	.partner-text > div:last-child{text-align: center; !important;}
	.stickey-sidenav{
		width: calc(100% - 42px);
	}

}
@media screen and (max-width: 410px) {

	.col{flex: 1 1 100%;}
	.contact-form button{width: 100%}
}