/**
* Template Name: Quest Investment Managers
* Template URL: 
* Updated: Nov 12 2024 with Bootstrap v5.3.3
* Author: Sourabh Hazari
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/


/* Fonts */

 :root {
    --default-font: "Rethink Sans", serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Rethink Sans", serif;
    --nav-font: "Rethink Sans", serif;
    --para-font: "Inter", serif;
}


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */

 :root {
    --background-color: #f5f7f4;
    /* Background color for the entire website, including individual sections */
    --default-color: #212529;
    /* Default color used for the majority of the text content across the entire website */
    --heading-color: #272727;
    /* Color for headings, subheadings and title throughout the website */
    --accent-color: #d51d44;
    /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff;
    /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff;
    /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}


/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */

 :root {
    --nav-color: #212529;
    /* The default color of the main navmenu links */
    --nav-hover-color: #d51d44;
    /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff;
    /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff;
    /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #212529;
    /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #d51d44;
    /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
/*     --thm-red: #f32f58; */
	--thm-red: #d51d44;
    --blk: #000;
    --dark-grey: #272727;
    --grey1: #383838;
    --grey2: #505050;
    --grey3: #474747;
    --grey4: #6c6c6c;
    --grey5: #969696;
    --grey6: #f2f1ec;
    --white: #FFF;
}


/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
    --background-color: #f3f9ff;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #d51d44;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #409dfd;
    --contrast-color: #ffffff;
}


/* Smooth scroll */

 :root {
    scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/

body {
    color: var(--default-color);
    background-color: var(--white);
    /* var(--background-color); */
    font-family: var(--default-font);
    overflow-x: hidden!important;
	padding: 0!important;
	margin: 0!important;
}

a {
    color: var(--accent-color);
    /* text-decoration: none; */
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}
.modal.fade.show{
	padding: 0!important;
}

.bg-white {
    background-color: var(--surface-color);
}

.bg-grey {
    background-color: #f0f0f0;
}

.bg-grey6 {
    background: var(--grey6);
}

.bg-red {
    background: var(--thm-red);
}

.bg1 {
    background-color: var(--white);
    /* var(--background-color); */
}

.txt-blk {
    color: var(--blk);
}

.dark-grey {
    color: var(--dark-grey);
}

.grey1 {
    color: var(--grey1);
}

.grey2 {
    color: var(--grey2);
}

.grey3 {
    color: var(--grey3);
}

.grey4 {
    color: var(--grey4);
}

.grey5 {
    color: var(--grey5);
}

.grey6 {
    color: var(--grey6);
}

.thm-red {
    color: var(--thm-red);
}

.font-style1 {
    font-family: var(--heading-font);
}

.font-style2 {
    font-family: var(--para-font);
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.paragraph {
    font-size: 14pt;
    line-height: 1.4;
    font-family: var(--para-font);
}

.text-justify {
    text-align: justify;
	/*hyphens: auto;*/
}

.fnt-stl12 {
    font-size: 12pt;
}

.fnt-stl13 {
    font-size: 13pt;
}

.fnt-stl14 {
    font-size: 13.5pt;
}

.fnt-stl16 {
    font-size: 20px;
}

.fnt-stl18 {
    font-size: 23px;
}

.fnt-stl20 {
    font-size: 26px;
}

.fnt-stl22 {
    font-size: 28px;
}

.fnt-stl24 {
    font-size: 32px;
}

.fnt-stl26 {
    font-size: 34px;
}

.fnt-stl28 {
    font-size: 36px;
}

.fnt-stl30 {
    font-size: 38px;
}

.fnt-stl32 {
    font-size: 40px;
}

.fnt-stl36 {
    font-size: 44px;
}

.fnt-stl38 {
    font-size: 34px;
}

.fnt-stl40 {
    font-size: 64px;
}

.red-grad {
    background: linear-gradient(90deg, rgba(232, 29, 113, 1) 0%, rgba(154, 0, 58, 1) 100%);
}

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

.main{
	margin-top: 140px;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

.header {
    color: var(--default-color);
    background-color: #FFF;
    /*#f9efe7;*/
    padding-top: 5px;
	padding-bottom: 5px;
    transition: all 0.5s;
    z-index: 997;
}

.header,
section,
footer {
    padding-left: 45px!important;
    padding-right: 45px!important;
	width: 100%;
}

.header .header-container {
    padding: 5px 15px;
}

.scrolled .header .header-container {}

.header .logo {
    line-height: 1;
    /* padding-left: 5px; */
}

.header .logo img {
    max-height: 50px;
    margin-right: 8px;
}

.header .logo h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 500;
    color: var(--heading-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: var(--white);
    background: var(--thm-red);
	text-align: center;
    border: 1px solid var(--thm-red);
    padding: 2px 25px;
    margin: 0 0 0 30px;
    border-radius: 8px;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 400;
    font-family: var(--nav-font);
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: var(--white);
    background: var(--blk);
	border: 1px solid var(--blk);
}

.navmenu a,
.navmenu a:focus {
    font-size: 15px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    font-size: 16px;
}

.login-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.login-icon {
  width: 38px;
  height: 38px;
  background: #e41831;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  box-shadow: inset 0 0 0 2px #fff;
}
span.login-icon:before {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    background: var(--thm-red);
    border-radius: 50%;
    z-index: -1;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
span.login-icon i{
	transform: rotate(-25deg);
}
.login-text {
    background: linear-gradient(0deg,var(--thm-red) 20%, #e41831 10%);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 4px 25px 4px 16px;
    margin-left: -5px;
    z-index: -1;
    position: relative;
    border-radius: 0 8px 8px 0;
    text-decoration: none;
    line-height: 1.15;
	font-family: var(--nav-font);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);	
	transition: all ease-in .2s;
}

.login-btn:hover .login-text{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/

.footer {
    color: #2f2e2e;
    /* var(--default-color); */
    background-color: var(--surface-color);
    position: relative;
    font-family: var(--para-font);
    padding-bottom: 30px;
/*     padding-top: 80px; (urna - 31.10) */
	 padding-top: 20px;
}

.footer .footer-top {
    padding-top: 50px;
}

.footer .logo {
    line-height: 1;
    margin-bottom: 25px;
}

.footer .logo img {
    max-height: 48px;
    margin-right: 6px;
}

.footer .logo span {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer .footer-about,
.footer .footer-links {
    padding-top: 15px;
}

.footer .footer-about p {
    font-family: var(--para-font);
    margin-bottom: 0;
    color: #383838;
    line-height: 1.35;
}

.footer .social-links a.twitter,
.footer .social-links a.youtube,
.footer .social-links a.linkedin {
    /*display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 28px;
    color: var(--thm-red);
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    /*border: 1px solid var(--thm-red);
    background: var(--thm-red);*/
    font-size: 20px;
    color: var(--white);
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.footer .social-links a.twitter {
    background: #121617;
    border: 1px solid #121617;
}

.footer .social-links a.youtube {
    background: #ff0000;
    border: 1px solid #ff0000;
}

.footer .social-links a.linkedin {
    background: #0b67c4;
    border: 1px solid #0b67c4;
}


/*
.footer .social-links a.linkedin:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--thm-red);
    background: var(--thm-red);
    font-size: 18px;
    color: var(--white);
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}*/

.footer .social-links a.twitter:hover,
.footer .social-links a.youtube:hover,
.footer .social-links a.linkedin:hover {
    color: var(--white);
    border-color: var(--dark-grey);
    background: var(--dark-grey);
}

.footer h4 {
    position: relative;
    padding-bottom: 0px;
}

.form-control-bg-red {
    background: var(--white);
    border-radius: 30px;
    border: 1px solid var(--grey1);
    outline: 0;
    box-shadow: none;
    color: var(--grey1);
    padding: 5px 20px;
    max-width: 80%;
}

.form-control-bg-red::placeholder {
    color: var(--grey1);
    opacity: 1;
}

.form-control-bg-red::-ms-input-placeholder {
    color: var(--grey1);
}

.form-control-bg-red:focus {
    border: 1px solid var(--grey1);
    outline: 0;
    box-shadow: none;
}

.footer-about .newsletter-div {
    margin-bottom: 35px;
}

.ftr-insight-div,
.ftr-about-div {
    margin-bottom: 0;
}

.head-office-div,
.contact-div,
.branch-office-div {
    margin-bottom: 35px;
}

.ftr-offering-div,
.ftr-aif-div {
    margin-bottom: 15px;
}

.ftr-div {
    margin-bottom: 35px;
}

.footer .footer-links {
    margin-bottom: 20px;
    padding-left: 80px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul li {
    padding: 2px 0;
    line-height: 1.25;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: #383838;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    /* font-size: ; */
}

.footer .footer-links ul a:hover {
    color: var(--accent-color);
}

.ftr-aif-div ul li {
    padding-bottom: 15px!important;
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid #2f2e2e;
    border-bottom: 1px solid #2f2e2e;
}

.footer .copyright p {
    margin-bottom: 0;
}

.copyright-list a {
    margin: 2px 8px;
    text-decoration: none;
    color: #2f2e2e;
}

.copyright-list a:hover {
    color: var(--thm-red);
}

.link-underline {
    text-decoration-color: var(--thm-red)!important;
}


/* 
.newsletter-div,
.head-office-div,
.contact-div,
.branch-office-div {
    margin-right: 38px;
}

.ftr-div {
    margin-right: 30px;
}
 */


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: var(--accent-color);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
    color: var(--contrast-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

section,
.section {
    color: var(--default-color);
    /* background-color: var(--background-color); */
    padding: 40px 0;
    scroll-margin-top: 90px;
    /* overflow: clip; */
}

@media (max-width: 1199px) {
    section,
    .section {
        scroll-margin-top: 66px;
    }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
    position: relative;
/*     padding-top: 115px; */
	 padding-top: 0px!important;
}


/* .hero {
    padding-left: 10%;
} */

.hero .hero-content {
    position: relative;
    z-index: 1;
}

.hero .hero-content h1 {
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero .hero-content.hero-cont-2 h1 {
	font-weight: 400;
	line-height: 1;
}
.hero .hero-content.hero-cont-2 h1 b{
	font-weight: 900;
}

.hero .hero-content h1 .accent-text {
    color: var(--accent-color);
}

.hero-badge {
    background: #878787;
}

.hero .container-fluid {
    max-width: 100%;
}


/*******************Font with weight classes************/

.inter-Thin {
    font-family: var(--para-font);
    font-weight: 100;
}

.inter-ExtraLight {
    font-family: var(--para-font);
    font-weight: 200;
}

.inter-Light {
    font-family: var(--para-font);
    font-weight: 300;
}

.inter-Regular {
    font-family: var(--para-font);
    font-weight: 400;
}

.inter-Medium {
    font-family: var(--para-font);
    font-weight: 500;
}

.inter-SemiBold {
    font-family: var(--para-font);
    font-weight: 600;
}

.inter-Bold {
    font-family: var(--para-font);
    font-weight: 700;
}

.inter-ExtraBold {
    font-family: var(--para-font);
    font-weight: 800;
}

.inter-Black {
    font-family: var(--para-font);
    font-weight: 900;
}

.rethink-Regular {
    font-family: var(--heading-font);
    font-weight: 400;
}

.rethink-Medium {
    font-family: var(--heading-font);
    font-weight: 500;
}

.rethink-SemiBold {
    font-family: var(--heading-font);
    font-weight: 600;
}

.rethink-Bold {
    font-family: var(--heading-font);
    font-weight: 700;
}

.rethink-ExtraBold {
    font-family: var(--heading-font);
    font-weight: 800;
}