@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --black: #000000;
    --white:  #ffffff;
    --orange: #e35500;
    --yellow: #ffcd2e;
    --light-yellow: #fffbde;
    --gold: #f0ab00;
    --pink: #fcf7f1;
    --text-gray: #4d4d4d;
    --text-red: #89020F;
    --form-gray: #F2F2F2;
    --form-placeholder: #CCCCCC;
    --form-text: #4D4D4D;
    --gray: #231f20;
    --light-gray: #EDF2F4;
    --hr-gray: #cccccc;
    --red: #860200;
    --red-01: #790200;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --uplifyt-font-family: 'Roboto', sans-serif;
    --uplifyt-container: 1170px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}
:focus-visible { 
    outline: none;
}
html {
    font-family: var(--uplifyt-font-family);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: var(--uplifyt-font-family);
    color: var(--text-gray);
    text-align: left;
    background-color: #fff;
}
html, body {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-gray);
  font-family: var(--uplifyt-font-family);
  font-weight: 400;
}
a:-webkit-any-link:focus-visible {
    outline:none;
}
a{
    color: var(--orange);
}
a:hover{
    color: var(--dark-blue);
    text-decoration: underline;
}
.text-orange{
    color: var(--orange)!important;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.sec-space{
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-uplifyt{
    position: relative;
    padding: 8px 30px;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    border-radius: 5px;
    border: 0;
    background: linear-gradient(to right, var(--orange), var(--gold));
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
}
.btn-uplifyt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.5s ease-out;
    z-index: -1; 
}
.btn-uplifyt:hover, .btn-uplifyt:active{
    text-decoration: none!important;
    color: #ffffff!important;
}
.btn-uplifyt:hover:before {
    transform: scaleX(1);
    left: 0; 
}
.sub-title, .sub-title span{
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    color: var(--orange);
}
.sec-title{
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
    color: var(--orange);
    margin-bottom: 15px;
}
.sub-title{
    position: relative; 
}
.sub-title span{
    padding: 12px 30px;
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--orange);
}
.sub-title::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 0px;
    right: 0px;
    height: 1px;
    width: 100%;
    background: var(--yellow);
    z-index: -1;
}
.icon-circle{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    display: block;
}
.icon-circle-gradient{
    position: relative;
    width: 100px;
    height: 100px;
    display: block;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 100%;
}
.icon-circle-gradient::after{
    content: '';
    position: absolute;
    top: -1px;
    bottom: 0px;
    left: -1px;
    right: 0px;
    background: linear-gradient(to bottom right, var(--orange), var(--gold));
    z-index: -1;
    border-radius: 100%;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
}
.icon-circle-gradient img{
    max-width: 100%;
    border-radius: 100%;
}
.small-title{
    font-size: 2rem;
    line-height: 1.5;
    color: var(--text-gray);
    margin-bottom: 15px;
}
/* style for nav bar start */
.bg-light.uplifyt-nav{
    background-color:  transparent !important;
    /* -webkit-box-shadow: 0 1px 10px 1.5px #dddddd;
    -moz-box-shadow: 0 1px 10px 1.5px #dddddd;
    box-shadow: 0 1px 10px 1.5px #dddddd; */
}
.bg-light.uplifyt-nav.headerfixed{
    background-color:  #ffffff!important;
    -webkit-box-shadow: 0 1px 10px 1.5px #dddddd;
    -moz-box-shadow: 0 1px 10px 1.5px #dddddd;
    box-shadow: 0 1px 10px 1.5px #dddddd;
}
.bg-light.uplifyt-nav .uplifyt-logo .cls-1 {
    fill: #ffffff;
}
.bg-light.uplifyt-nav.headerfixed .uplifyt-logo .cls-1 {
    fill: #666666;
}
.uplifyt-nav .navbar-brand img, .uplifyt-nav .navbar-brand svg{
    min-width: 140px;
}
.uplifyt-nav .navbar-nav{
    width: 100%;
    justify-content: flex-end;
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-item{
    padding: 20px 20px 0px;
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link{
    font-size: 0.95rem;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.55);
    font-weight: 400;
    padding: 0px;
    transition: font-weight 0.5s ease-in-out;
    font-weight: 500;
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link.active{
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}
.navbar-expand-lg.uplifyt-nav .navbar-nav .nav-link:hover{
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    text-decoration: none;
}
/* style for nav bar end */
/* style for footer start */
.footer{
    background-color: var(--gray);
    padding: 15px 0px;
}
.footer .footer-row{
    align-items: center;
}
.footer .footer-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.footer .footer-nav .footer-nav-item{
    padding: 15px;
}
.footer .footer-nav .footer-nav-item .footer-nav-link{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 0.95rem;
}
.footer-link{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
    font-size: 0.95rem;
}
.footer-link:hover, .footer .footer-nav .footer-nav-item .footer-nav-link:hover{
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.footer .disclaimer{
    font-weight: 300;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.footer .brand-logo img{
    max-width: 130px;
}
.footer .footer-title{
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}
.social-media-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
.social-media-list .social-media-item{
    padding: 0px 10px;
}
.social-media-list .social-media-item .social-media-link svg path{
    fill: #ffffff;
}
.social-media-list .social-media-item .social-media-link:hover svg path{
    fill: rgba(255, 255, 255, 0.7);
}
.disclaimer-mob{
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .footer .footer-nav .footer-nav-item{
        padding: 15px 10px;
    }
    .social-media-list .social-media-item {
        padding: 0px 5px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px){
    .container{
        padding: 0px 20px;
    }
    .uplifyt-nav .navbar-brand img {
        min-width: 100px;
    }
    .hero-banner {
        background-position: center right 38%!important;
    }
    .navbar-toggler {
        padding: 3px 7px;
        margin-top: 5px;
    }
    .disclaimer-mob{
        display: block;
        margin-top: 30px;
    }
    .disclaimer-desk{
        display: none;
    }
    .footer-item{
        text-align: center;
    }
    .footer .footer-nav .footer-nav-item {
        padding: 5px 7px;
    }
    .footer .footer-title{
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 7px;
    }
    .footer .footer-logo-sec{
        margin-bottom: 15px;
    }
    .footer .footer-nav{
        margin-bottom: 15px;  
    }
    .footer .brand-logo img {
        max-width: 100px;
    }
    .footer .footer-nav .footer-nav-item {
        padding: 0px 7px;
    }
    .footer .footer-nav {
        margin-bottom: 5px;
    }
    .footer .footer-title {
        margin-bottom: 2px;
    }
    .disclaimer-mob {
        margin-top: 10px;
    }
    .bg-light.uplifyt-nav{
         background-color: #ffffff !important;
        -webkit-box-shadow: 0 1px 10px 1.5px #dddddd;
        -moz-box-shadow: 0 1px 10px 1.5px #dddddd;
        box-shadow: 0 1px 10px 1.5px #dddddd;
    }
   
}
/* style for footer end */
@media (min-resolution: 1.25dppx) and (max-resolution: 1.75dppx) {
    @media only screen and (min-width:1400px) and (max-width:1920px){
        .container {
            max-width: var(--uplifyt-container);
        }
    }
}
@media (min-zoom: 125%) and (max-zoom: 175%) {
    @media only screen and (min-width:1400px) and (max-width:1920px){
        .container {
            max-width: var(--uplifyt-container);
        }
    }
}
@media only screen and (min-width:1400px) and (max-width:1920px){
    .container {
        max-width: var(--uplifyt-container);
    }
}

.text-white{color: var(--white);}
.btn-secondary{
    position: relative;
    padding: 8px 30px;
    text-align: center;
    color: var(--orange);
    font-size: 1rem;
    border-radius: 5px;
    border: 0;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    text-decoration: none!important;
}
 .btn-secondary:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--gray);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.5s ;
    z-index: -1;
}
