/**************************************** TYPOGRAPHY ****************************************/
:root{
	--tb-dark: #360185;
	--tb-gradient-dark: #5a2cc2;
	--tb-mid: #8F0177;
	--tb-hot: #DE1A58;
	--tb-accent: #F4B342;

	--tb-text: #6c657b;
	--tb-text-dark: #2b1b4e;
	--tb-muted: #8f889d;
	--tb-surface: #fff8fc;
	--tb-surface-2: #fff2f7;
	--tb-white: #ffffff;
	--tb-line: rgba(255,255,255,0.12);
	--tb-shadow: rgba(54, 1, 133, 0.18);
	--tb-shadow-strong: rgba(31, 8, 76, 0.28);
}

@font-face{
	font-family: 'Coolvetica';
	src: url('../fonts/Coolvetica Rg.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Coolvetica';
	src: url('../fonts/Coolvetica Rg It.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: var(--tb-text);
	line-height: 1.7;
	background-color: #ffffff;
}

[hidden]{
	display: none !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Coolvetica', sans-serif;
	color: var(--tb-dark);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.1;
}

h1{
	font-size: 3.998em;
}

h2{
	font-size: 2.827em;
}

h3{
	font-size: 1.999em;
}

h4{
	font-size: 1.414em;
}

p{
	font-size: 1em;
	color: var(--tb-text);
	line-height: 1.7;
}

a{
	transition: all .35s ease;
}

.btn{
	font-family: 'Coolvetica', sans-serif;
	font-size: 0.78em;
	text-transform: uppercase;
	font-weight: 400;
	padding: 13px 40px;
	box-shadow: 0px 6px 20px 0px rgba(54, 1, 133, 0.18);
	line-height: 1;
	transition: all .35s ease;
	letter-spacing: 1px;
}

.btn-link{
	padding: 0;
	box-shadow: none;
}

.icon-on-button{
	display: inline-flex;
	margin-left: 6px;
	vertical-align: middle;
}

.icon-on-button img{
	width: 14px;
	height: 14px;
	display: block;
}

/**************************************** NAVBAR ****************************************/
.navbar{
	background-color: transparent !important;
	border-color: transparent !important;
	border: 0;
	padding-top: 30px;
	transition: all .4s ease;
}

.navbar-brand{
	padding: 0;
}

.navbar-brand img{
	max-height: 50px;
}

.navbar-default .navbar-nav>li>a{
	font-family: 'Coolvetica', sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover{
	color: var(--tb-accent);
}

.navbar-nav>li>a.btn-navbar:hover{
	color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
	color: var(--tb-accent);
	background-color: transparent;
}

.navbar-nav>li>a.btn-navbar{
	padding-left: 40px;
	padding-right: 40px;
}

.navbar-divider{
	width: 100%;
	height: 1px;
	border: 0;
	background-color: var(--tb-line);
	transition: all .4s ease;
}

.colored-nav{
	padding-top: 15px;
	padding-bottom: 15px;
}

.colored-nav .navbar-divider{
	display: none;
}

.navbar-default .navbar-toggle{
	border-color: rgba(255,255,255,0.45);
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}

/**************************************** HEADER ****************************************/
header{
	background-color: var(--tb-dark);
	position: relative;
	display: block;
}

/**************************************** CTA ****************************************/
.cta{
	color: #fff;
}

.cta-btn-group{
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.cta-btn-group .btn{
	margin: 0;
}

.text-center .cta-btn-group{
	justify-content: center;
}

.btn-orange.focus,
.btn-orange:focus,
.btn-orange.active,
.btn-orange:active{
	color: #fff;
	background-color: var(--tb-hot);
	border-color: transparent;
}

.btn-white.focus,
.btn-white:focus,
.btn-white.active,
.btn-white:active{
	color: var(--tb-dark);
	background-color: #ffffff;
	border-color: transparent;
}

.btn-violat.focus,
.btn-violat:focus,
.btn-violat.active,
.btn-violat:active{
	color: #fff;
	background-color: var(--tb-mid);
	border-color: transparent;
}

/**************************************** HOME HERO ****************************************/
.sliding-card-with-bottom-image .image-container img{
	position: relative;
	margin: 0 auto;
	padding-top: 90px;
}

.image-right-slide-bg{
	background-repeat: no-repeat !important;
	background-position-x: 100% !important;
	background-size: auto 100% !important;
	padding: 18rem 0;
}

.slider-para{
	font-size: 1.25em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.75;
}

.home-hero{
	padding-bottom: 90px;
}

.home-hero-row{
	display: flex;
	align-items: center;
}

.home-hero-copy{
	padding-top: 60px;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
}

.home-kicker{
	margin-bottom: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Coolvetica', sans-serif;
}

.home-hero-copy .cta-heading{
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	max-width: 980px;
}

.home-hero-copy .slider-para{
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	color: rgba(255,255,255,0.9);
}

.home-hero-visual{
	padding-top: 80px;
}

.home-hero-visual img{
	margin: 0 auto;
	max-width: 94%;
	filter: drop-shadow(0px 26px 38px rgba(13, 5, 29, 0.34));
}

.home-overview{
	background-color: var(--tb-surface);
}

.section-soft-background{
	background:
		radial-gradient(circle at top right, rgba(244,179,66,0.14), transparent 28%),
		radial-gradient(circle at 82% 22%, rgba(222,26,88,0.10), transparent 18%),
		linear-gradient(180deg, #fff8fc 0%, #fff3f8 55%, #ffffff 100%);
}

.development-panel{
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
	margin: 0 auto;
	max-width: 760px;
	padding: 48px 42px;
	text-align: center;
}

.development-panel .icon-wraper{
	margin: 0 auto 24px;
}

.development-panel h3{
	margin-bottom: 16px;
}

.development-panel p{
	margin: 0 auto 14px;
	max-width: 620px;
}

.development-note{
	color: var(--tb-hot);
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.science-archive-intro{
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 28px;
	box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
	padding: 42px;
}

.science-archive-intro h3{
	margin-bottom: 14px;
}

.science-archive-intro p{
	max-width: 760px;
}

.science-topic-nav{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.science-topic-nav a{
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
	color: var(--tb-text-dark);
	display: inline-flex;
	font-size: 13px;
	letter-spacing: 0.9px;
	padding: 12px 18px;
	text-transform: uppercase;
}

.science-topic-nav a:hover{
	border-color: rgba(222, 26, 88, 0.35);
	color: var(--tb-hot);
	text-decoration: none;
}

.science-topic-group + .science-topic-group{
	margin-top: 85px;
}

.science-group-header{
	margin-bottom: 30px;
	max-width: 760px;
}

.science-group-kicker{
	color: var(--tb-hot);
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.science-entry{
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 24px;
	box-shadow: 0 16px 36px rgba(17, 17, 17, 0.07);
	margin-bottom: 18px;
	padding: 30px 32px;
}

.science-entry:last-child{
	margin-bottom: 0;
}

.science-entry-meta{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.science-entry-meta span{
	background: rgba(222, 26, 88, 0.08);
	border-radius: 999px;
	color: var(--tb-hot);
	display: inline-flex;
	font-size: 12px;
	letter-spacing: 0.9px;
	padding: 7px 12px;
	text-transform: uppercase;
}

.science-entry h4{
	margin-bottom: 12px;
	text-transform: initial;
}

.science-entry p{
	color: var(--tb-text);
	margin-bottom: 0;
	max-width: 760px;
}

.science-entry-footer{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-top: 20px;
}

.science-entry-note{
	color: var(--tb-muted);
	font-size: 14px;
	letter-spacing: 0.3px;
}

.portfolio-topic-section + .portfolio-topic-section{
	margin-top: 90px;
}

.portfolio-topic-header{
	border-bottom: 1px solid rgba(54, 1, 133, 0.10);
	margin-bottom: 30px;
	padding-bottom: 24px;
}

.portfolio-subtopic-header{
	margin-bottom: 28px;
	max-width: 980px;
}

.portfolio-topic-header h3,
.portfolio-subtopic-header h4{
	margin-bottom: 8px;
}

.portfolio-subtopic-header h4{
	text-transform: initial;
}

.portfolio-topic-header p,
.portfolio-subtopic-header p{
	color: var(--tb-text);
	margin-bottom: 0;
	max-width: 980px;
}

.portfolio-topic-grid .col-md-4,
.portfolio-topic-grid .col-sm-6{
	margin-bottom: 24px;
}

.portfolio-project-card{
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 24px;
	box-shadow: 0 16px 36px rgba(17, 17, 17, 0.06);
	color: var(--tb-text-dark);
	display: block;
	height: 100%;
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.portfolio-project-card:hover{
	border-color: rgba(222, 26, 88, 0.24);
	box-shadow: 0 20px 40px rgba(17, 17, 17, 0.09);
	color: var(--tb-text-dark);
	text-decoration: none;
	transform: translateY(-3px);
}

.portfolio-project-card-static{
	cursor: default;
}

.portfolio-project-card-static:hover{
	transform: none;
}

.portfolio-project-thumb{
	align-items: center;
	background: #fff;
	border-bottom: 1px solid rgba(17, 17, 17, 0.08);
	display: flex;
	justify-content: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.portfolio-project-video-thumb{
	aspect-ratio: 16 / 9;
	background-color: #14051f;
	position: relative;
}

.portfolio-project-thumb img{
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.portfolio-project-video-thumb img{
	transition: transform .35s ease, filter .35s ease;
}

.portfolio-project-card:hover .portfolio-project-video-thumb img{
	filter: brightness(0.82);
	transform: scale(1.04);
}

.portfolio-project-placeholder{
	background:
		linear-gradient(0deg, rgba(17, 17, 17, 0.03), rgba(17, 17, 17, 0.03)),
		linear-gradient(90deg, transparent 49%, rgba(17, 17, 17, 0.05) 50%, transparent 51%),
		linear-gradient(transparent 49%, rgba(17, 17, 17, 0.05) 50%, transparent 51%);
	background-size: auto, 48px 48px, 48px 48px;
}

.portfolio-project-placeholder span{
	border: 1px solid rgba(17, 17, 17, 0.10);
	border-radius: 999px;
	color: var(--tb-muted);
	font-size: 12px;
	letter-spacing: 1px;
	padding: 10px 14px;
	text-transform: uppercase;
}

.portfolio-project-body{
	padding: 24px 24px 26px;
}

.portfolio-project-tag{
	color: var(--tb-hot);
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.portfolio-project-body h4{
	margin-bottom: 10px;
	text-transform: initial;
}

.portfolio-project-body p{
	color: var(--tb-text);
	margin-bottom: 0;
}

.portfolio-project-detail{
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 28px;
	box-shadow: 0 20px 48px rgba(17, 17, 17, 0.07);
	margin-top: 8px;
	padding: 30px;
}

.portfolio-project-detail + .portfolio-project-detail{
	margin-top: 16px;
}

.portfolio-video-frame{
	background: #fff;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 22px;
	overflow: hidden;
}

.portfolio-video-frame iframe{
	aspect-ratio: 16 / 9;
	border: 0;
	display: block;
	width: 100%;
}

.portfolio-video-meta{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.portfolio-video-meta-label{
	color: var(--tb-muted);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.portfolio-format-link{
	background: rgba(222, 26, 88, 0.06);
	border: 1px solid rgba(222, 26, 88, 0.12);
	border-radius: 999px;
	color: var(--tb-text-dark);
	display: inline-flex;
	font-size: 12px;
	letter-spacing: 0.9px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.portfolio-format-link:hover{
	border-color: rgba(222, 26, 88, 0.28);
	color: var(--tb-hot);
	text-decoration: none;
}

.portfolio-format-link-disabled,
.portfolio-format-link-disabled:hover{
	background: rgba(143, 136, 157, 0.08);
	border-color: rgba(143, 136, 157, 0.18);
	color: var(--tb-muted);
	cursor: default;
}

.portfolio-video-placeholder{
	align-items: center;
	aspect-ratio: 16 / 9;
	background:
		linear-gradient(0deg, rgba(17, 17, 17, 0.02), rgba(17, 17, 17, 0.02)),
		linear-gradient(90deg, transparent 49%, rgba(17, 17, 17, 0.04) 50%, transparent 51%),
		linear-gradient(transparent 49%, rgba(17, 17, 17, 0.04) 50%, transparent 51%);
	background-size: auto, 64px 64px, 64px 64px;
	color: var(--tb-text-dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	text-align: center;
}

.portfolio-video-placeholder strong{
	font-size: 18px;
	margin-bottom: 10px;
}

.portfolio-video-placeholder span{
	color: var(--tb-muted);
	font-size: 14px;
	line-height: 1.6;
	max-width: 420px;
}

.portfolio-project-copy{
	padding-left: 8px;
}

.portfolio-project-copy h3{
	margin-bottom: 16px;
}

.portfolio-project-copy p{
	margin-bottom: 14px;
}

.portfolio-detail-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.home-card-column{
	margin-bottom: 30px;
}

/**************************************** GENERIC SLIDER ****************************************/
.slider-content-wraper{
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	color: #fff;
}

/**************************************** FEATURES ****************************************/
.feature-wiget{
	padding-top: 15px;
	padding-bottom: 15px;
}

.feature-wiget h4,
.feature-wiget i{
	color: var(--tb-dark);
}

.feature-wiget i{
	font-size: 36px;
}

.feature-wiget .icon-wraper{
	margin-bottom: 12px;
}

.feature-wiget .icon-wraper img,
.development-panel .icon-wraper img{
	display: inline-block;
	width: 38px;
	height: 38px;
}

.feature-wiget h4{
	text-transform: uppercase;
}

.bottom-line{
	position: relative;
	margin-bottom: 20px;
}

.bottom-line:after{
	content: '';
	position: absolute;
	top: 100%;
	width: 35px;
	height: 2px;
	background-color: var(--tb-accent);
	left: 0;
	margin-top: 7px;
	margin-bottom: 5px;
}

/**************************************** CARD ****************************************/
.card{
	background-color: #fff;
	border: 1px solid rgba(143, 1, 119, 0.08);
	border-radius: 20px;
	box-shadow: 0px 10px 28px 0px rgba(54, 1, 133, 0.10);
	overflow: hidden;
}

.card-title{
	color: var(--tb-text-dark);
	text-transform: initial;
}

.card-text{
	color: var(--tb-text);
}

.card-block{
	padding: 4rem;
}

/**************************************** TESTIMONIAL ****************************************/
.heading-wraper{
	margin-bottom: 120px;
}

.heading-wraper h3{
	color: #fff;
	text-transform: uppercase;
}

.heading-wraper .heading-devider{
	margin: 0 auto;
	width: 100px;
	height: 2px;
	border: 0;
}

.testimonial-container{
	background-color: #fff;
	box-shadow: 0px 8px 21px 0px rgba(54, 1, 133, 0.16);
	border-radius: 20px;
}

.testimonial-content{
	padding: 2rem 8rem;
	position: relative;
	top: -45px;
	color: var(--tb-text-dark);
	font-weight: 600;
}

.testimonial-speech{
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--tb-text-dark);
}

.testimonial-container .client-details{
	position: relative;
	top: -45px;
}

.testimonial-container .client-details img{
	border-radius: 50%;
	margin-bottom: 25px;
}

.client-designation{
	margin-bottom: 0;
	font-size: 10px;
	text-transform: uppercase;
	color: var(--tb-muted);
	font-family: 'Coolvetica', sans-serif;
}

.client-name{
	margin-bottom: 0;
	font-size: 16px;
	font-family: 'Coolvetica', sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	color: var(--tb-dark);
}

ul.social-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.social-list li{
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.social-list li a{
	display: block;
	font-size: 2rem;
	padding: 0.2rem;
	color: var(--tb-muted);
}

ul.social-list li a:hover,
ul.social-list li a:focus{
	color: var(--tb-hot);
}

.owl-wrapper-outer{
	padding-top: 60px;
	margin-top: -60px;
}

/**************************************** CUSTOMER SUPPORT ****************************************/
.customer-support-content{
	padding-left: 15px;
	padding-right: 15px;
}

/**************************************** SUBSCRIPTION ****************************************/
.sunscription-wraper-outer{
	box-shadow: 0px 8px 21px 0px rgba(54, 1, 133, 0.12);
	border-radius: 20px;
}

.subscription-wraper h3{
	text-transform: uppercase;
	color: var(--tb-dark);
}

.subscription-wraper p{
	color: var(--tb-text-dark);
}

.subscription-form .form-group{
	width: 65%;
	margin: 0 auto;
}

.subscription-form .form-control{
	border-radius: 50px;
	margin-bottom: 25px;
	margin-top: 25px;
	height: 40px;
}

.newsletter{
	background-color: #fff7fb;
}

/**************************************** FOOTER ****************************************/
.footer-list-wiget h4{
	color: var(--tb-dark);
	text-transform: uppercase;
}

.footer-list-wiget .list-group-item{
	border: 0;
	background-color: transparent !important;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--tb-text);
}

.footer-list-wiget .list-group-item:hover{
	color: var(--tb-hot);
}

.footer-devider{
	background-color: rgba(54, 1, 133, 0.08);
}

.footer-divider{
	width: 100%;
	height: 1px;
	border: 0;
	background-color: rgba(54, 1, 133, 0.10);
	margin-top: 35px;
	margin-bottom: 25px;
}

.footer-end-line{
	height: 25px;
	background-color: var(--tb-dark);
	width: 100%;
	margin: 0;
	padding: 0;
}

.logo-colored,
.logo-white,
.logo-black{
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Coolvetica', sans-serif;
	letter-spacing: 1px;
	line-height: 1;
	white-space: nowrap;
	gap: 10px;
}

.logo-colored img,
.logo-white img,
.logo-black img{
	display: block;
	text-transform: uppercase;
	max-height: 50px;
	flex-shrink: 0;
	margin-right: 0;
}

.logo-white{
	color: #fff;
}

.logo-colored{
	color: var(--tb-hot);
}

.logo-black{
	color: #000;
}

.navbar-brand .logo-black{
	color: #fff;
}

.navbar-brand .logo-black img{
	filter: brightness(0) invert(1);
}

.footer-left-content{
	margin-bottom: 56px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0;
	text-align: center;
}

.footer-left-content .logo-black{
	align-items: center;
	flex-direction: column;
	font-size: 30px;
	gap: 14px;
	line-height: 1.05;
	max-width: 100%;
	white-space: normal;
}

.footer-left-content .logo-black img{
	max-height: 54px;
}

.footer-left-content .content{
	display: none;
}

.footer-left-content .content p{
	color: var(--tb-text);
	max-width: 310px;
	margin-left: auto;
	margin-right: auto;
}

.footer-left-content .content a{
	color: var(--tb-hot);
	overflow-wrap: anywhere;
}

.footer-left-content .content a:hover{
	color: var(--tb-mid);
	text-decoration: none;
}

.footer-list-wiget .list-group{
	margin-top: 26px;
}

.footer-list-wiget{
	margin-bottom: 36px;
}

.footer-list-wiget h4{
	margin-top: 0;
}

.copyright-cta{
	padding-bottom: 30px;
	width: 100%;
}

.copyright-cta p{
	margin-bottom: 0;
	color: var(--tb-text);
	letter-spacing: 0.8px;
}

.copyright-cta a{
	color: var(--tb-hot);
}

.copyright-cta a:hover{
	color: var(--tb-mid);
	text-decoration: none;
}

.padding-top-120{
	padding-top: 120px;
}

/**************************************** ELEMENT STYLES ****************************************/
.btn-orange,
.btn-violat{
	color: #fff;
}

.btn-violat,
.gradient-violat{
	background-image: linear-gradient(135deg, var(--tb-gradient-dark) 0%, var(--tb-mid) 58%, var(--tb-hot) 100%);
}

.btn-orange,
.gradient-orange{
	background-image: linear-gradient(125deg, var(--tb-hot) 0%, var(--tb-accent) 100%);
	box-shadow: 0px 8px 27px 0px rgba(222, 26, 88, 0.22);
}

.btn-white,
.gradient-white{
	background-image: linear-gradient(125deg, #ffffff, #fff2f7);
	color: var(--tb-dark);
}

.border-none{
	border: 0 !important;
}

.btn-rounded-corner{
	border-radius: 50px;
}

.btn-video{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	text-transform: uppercase;
	transition: all .35s ease;
}

.btn-video:hover{
	text-decoration: none;
	color: var(--tb-hot);
}

.btn-video:hover .icon-rounded{
	border-color: var(--tb-hot);
	box-shadow: 0px 8px 27px 0px rgba(222, 26, 88, 0.18);
	color: var(--tb-hot);
}

.btn.gradient-orange:hover,
.btn-orange:hover{
	background-image: linear-gradient(125deg, var(--tb-mid) 0%, var(--tb-hot) 100%) !important;
	color: #fff;
}

.btn-violat:hover,
.btn-white:hover{
	background-image: linear-gradient(125deg, var(--tb-mid) 0%, var(--tb-hot) 100%);
	border: 0;
	border-color: transparent;
	color: #fff;
}

.btn-orange.active,
.btn-orange:active{
	color: #fff;
	background-image: linear-gradient(125deg, var(--tb-mid) 0%, var(--tb-hot) 100%);
	border: 0;
	border-color: transparent;
}

.btn-violat.active,
.btn-violat:active{
	color: #fff;
	background-image: linear-gradient(135deg, var(--tb-gradient-dark) 0%, var(--tb-mid) 58%, var(--tb-hot) 100%);
	border: 0;
	border-color: transparent;
}

.icon-rounded{
	width: 49px;
	height: 49px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	margin-right: 5px;
	transition: all .35s ease;
}

.icon-rounded i{
	font-size: 3rem;
	line-height: 30px;
	height: 30px;
	width: 30px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 12px;
	transition: all .35s ease;
}

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

.img-responsive{
	max-width: 100%;
}

.text-violat{
	color: var(--tb-mid);
}

.padding-top-bottom-120{
	padding-top: 120px;
	padding-bottom: 120px;
}

.padding-top-bottom-90{
	padding-top: 90px;
	padding-bottom: 90px;
}

.bg-image{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.margin-bottom-30{
	margin-bottom: 30px;
}

.margin-top-30{
	margin-top: 30px;
}

.overflow-x-hidden{
	overflow-x: hidden;
}

.text-white{
	color: #fff;
}

.bg-fit{
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.bg-image-fit-50{
	background-repeat: no-repeat !important;
	background-position-x: 100% !important;
	background-size: 50% 100% !important;
}

.btn-navbar{
	line-height: 1;
}

.btn-link{
	color: var(--tb-hot);
}

.btn-link:hover{
	color: var(--tb-mid);
	text-decoration: none;
}

.btn-link img{
	width: 18px;
	height: 18px;
	display: block;
}

.bg-transparent{
	background-color: transparent;
}

.max-width-100{
	max-width: 100% !important;
}

.italic{
	font-style: italic;
}

.blog-category{
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff !important;
	background-image: linear-gradient(125deg, var(--tb-mid) 0%, var(--tb-hot) 100%);
	font-weight: 700;
	font-family: 'Coolvetica', sans-serif;
	font-size: 12px;
	letter-spacing: 1.2px;
	padding: 6px 12px;
	border-radius: 999px;
	box-shadow: 0px 8px 18px rgba(54, 1, 133, 0.18);
}

.margin-bottom-80{
	margin-bottom: 80px;
}

.margin-bottom-25{
	margin-bottom: 25px;
}

.padding-top-90{
	padding-top: 90px;
}

.margin-top-bottom-30{
	margin-top: 30px;
	margin-bottom: 30px;
}

.bordered-ios{
	background-color: transparent;
	border-color: #fff;
	border: 1px solid;
}

/**************************************** FORMS ****************************************/
.form-control{
	border-radius: 14px;
	border: 1px solid rgba(54, 1, 133, 0.14);
	box-shadow: none;
	color: var(--tb-text-dark);
}

.form-control:focus{
	border-color: var(--tb-hot);
	box-shadow: 0 0 0 3px rgba(222, 26, 88, 0.10);
}

label{
	color: var(--tb-text-dark);
	font-family: 'Coolvetica', sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 12px;
}

/**************************************** SCROLL TOP ****************************************/
.display-none{
	display: none;
	transition: all .35s ease;
}

.scroll-top-div{
	position: fixed;
	width: 45px;
	height: 45px;
	top: calc(100vh - 70px);
	left: calc(100vw - 62px);
	cursor: pointer;
	transition: all .35s ease;
	z-index: 999;
}

.scroll-top-icon-container{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(125deg, var(--tb-mid) 0%, var(--tb-hot) 65%, var(--tb-accent) 100%);
	color: #fff;
	border-radius: 14px;
	box-shadow: 0px 10px 24px rgba(54, 1, 133, 0.22);
}

.scroll-top-icon-container img{
	width: 18px;
	height: 18px;
	display: block;
	margin: 13px auto 0;
}

@media screen and (min-width: 992px){
	footer > .container > .row:before,
	footer > .container > .row:after,
	footer > .container > .row > .col-md-9 > .row:before,
	footer > .container > .row > .col-md-9 > .row:after{
		display: none;
	}

	footer > .container > .row{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	footer > .container > .row > .col-md-3,
	footer > .container > .row > .col-md-9{
		float: none;
	}

	footer > .container > .row > .col-md-3{
		flex: 0 0 100%;
		width: 100%;
	}

	footer > .container > .row > .col-md-9{
		flex: 0 0 100%;
		width: 100%;
	}

	footer > .container > .row > .col-md-9 > .row{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	footer > .container > .row > .col-md-9 > .row > [class*="col-"]{
		float: none;
	}

	.footer-divider{
		flex: 0 0 100%;
	}
}

/**************************************** MOBILE ****************************************/
@media screen and (max-width: 768px){
	.cta-btn-group{
		justify-content: center;
	}

	.cta-btn-group .btn{
		width: 100%;
		max-width: 320px;
	}

	.navbar-collapse{
		margin-top: 15px;
		padding: 10px 15px;
		border-top: 0;
		border-radius: 18px;
		background-color: rgba(37, 5, 92, 0.94);
		box-shadow: 0px 16px 32px rgba(21, 6, 51, 0.28);
	}

	.navbar-nav{
		margin: 0;
	}

	.home-hero{
		padding-bottom: 60px;
	}

	.home-hero-row{
		display: block;
	}

	.home-hero-copy{
		padding-top: 120px;
		padding-bottom: 0;
		text-align: center;
	}

	.home-hero-copy .cta-heading,
	.home-hero-copy .slider-para{
		max-width: none;
	}

	.sm-padding-top-bottom-50-75{
		padding-top: 50px;
		padding-bottom: 75px;
	}

	.testimonial-content{
		padding: 0.5rem 1rem;
	}

	.sm-display-none{
		display: none;
	}

	.image-right-slide-wraper .image-right-slide-content{
		text-align: center;
	}

	.image-right-slide-bg{
		background-image: none !important;
		padding: 4rem 15px;
	}

	.home-slider h2{
		font-size: 1.999em;
	}

	.home-slider h1{
		font-size: 2.4em;
	}

	.home-slider .slider-para{
		font-size: 1em;
	}

	.padding-top-bottom-120{
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.padding-top-bottom-90{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.padding-top-120{
		padding-top: 75px;
	}

	.padding-top-90{
		padding-top: 60px;
	}

	.footer-left-content{
		max-width: none;
		padding-right: 0;
	}

	.footer-left-content .logo-black{
		font-size: 24px;
	}

	.footer-left-content .content p{
		max-width: none;
	}

	.footer-list-wiget{
		margin-bottom: 30px;
	}

	.footer-divider{
		margin-top: 10px;
	}

	.card-block{
		padding: 2rem;
	}

	.science-archive-intro,
	.science-entry{
		padding: 28px 24px;
	}

	.science-topic-nav a{
		justify-content: center;
		width: 100%;
	}

	.science-entry-footer{
		align-items: flex-start;
		flex-direction: column;
	}

	.portfolio-project-body{
		padding: 20px;
	}

	.portfolio-project-detail{
		padding: 24px;
	}

	.portfolio-project-copy{
		padding-left: 0;
		padding-top: 22px;
	}

	.portfolio-video-meta{
		align-items: flex-start;
		flex-direction: column;
	}

	.portfolio-detail-actions .btn{
		width: 100%;
		max-width: 320px;
	}

	.navbar{
		background-image: linear-gradient(135deg, var(--tb-gradient-dark) 0%, var(--tb-mid) 58%, var(--tb-hot) 100%);
	}

	.navbar-divider{
		display: none;
	}

	.navbar-toggle{
		margin-top: 2px;
	}

	.logo-colored,
	.logo-white,
	.logo-black{
		font-size: 22px;
		letter-spacing: 0.8px;
	}

	.logo-colored img,
	.logo-white img,
	.logo-black img{
		max-height: 40px;
	}

	.scroll-top-div{
		left: auto;
		right: 18px;
		top: auto;
		bottom: 18px;
	}
}

@media screen and (min-width: 769px){
	.navbar-toggle{
		display: none !important;
	}

	.navbar-default .navbar-collapse{
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-default .navbar-nav.navbar-right{
		display: flex;
		align-items: center;
	}

	.image-right-slide-wraper{
		display: table;
		width: 100%;
	}

	.image-right-slide-wraper .image-right-slide-content{
		display: table-cell;
		vertical-align: middle;
		float: none;
	}

	.image-right-slide-wraper .image-container{
		float: none;
		display: table-cell;
	}
}

/**************************************** OWL CAROUSEL ****************************************/
.owl-theme .owl-controls .owl-page span{
	background: #fff;
}

.owl-theme .owl-controls .owl-buttons div{
	font-size: 45px;
	background-color: transparent;
	color: #fff;
}

.home-slider .owl-controls{
	position: absolute;
	width: 100%;
	top: calc(50% - 35px);
}

.home-slider .owl-buttons{
	position: relative;
}

.home-slider .owl-prev{
	position: absolute;
	left: 0;
}

.home-slider .owl-next{
	position: absolute;
	right: 0;
}
