@font-face {
    font-family: 'Lato';
    src: url('./assets/lato/Lato-Regular.ttf') format('truetype')
    ;
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Lato', sans-serif;
    background-color: rgba(255, 255, 255, 1);
}
.pointer{
    cursor: pointer;
}
.headerfont{
    font-size: 16px;
    font-weight: 500;
    color: rgba(68, 68, 68, 1);
}
.headerfont-selected{
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}
.header-btn{
    background-color: rgba(61, 171, 224, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 500;
    font-size: 16px;
}
.heading1{
    color: rgba(18, 20, 29, 1);
    font-size: 50px;
    font-weight: 700;
}
.homecard{
    background-color: rgba(242, 245, 246, 1);
    border-radius: 16px;
    padding: 20px;
    
}
.cardtitle{
    color: rgba(18, 20, 29, 1);
    font-weight: 700;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.cardtext{
    color: rgba(64, 64, 64, 1);
    font-size: 16px;
}
.numberfont{
    color: rgba(4, 58, 83, 1);
    font-size: 50px;
    font-weight: 700;
}
.numbertext{
    color: rgba(64, 64, 64, 1);
    font-size: 20px;
}
.bottomtextheader{
    color: rgba(18, 20, 29, 1);
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 18px 0;
    
}
.bottomtext{
    color: rgba(64, 64, 64, 1);
    font-size: 18px;
    font-weight:400;
    padding: 6px 0 4px 0;
    cursor: pointer;
}
.bottombg{
    background-color: rgba(242, 245, 246, 1);
    padding:10px 0 10px 0;
    color: rgba(146, 167, 176, 1) ;
    font-weight: 500;
    font-size: 16px;
}

.termstext{
    color: rgba(146, 167, 176, 1) !important;
}
a{
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 28px;
    border: none;
    outline: none;
    /* background-color: #111; */
    color:#111;
    cursor: pointer;
    padding: 10px;
    border-radius: 50px;
    background-color:rgba(242, 245, 246, 1) ;
    border-radius: 50%;
    /* border: 1px solid rgba(146, 167, 176, 1) ; */
  }
  html {
    scroll-behavior: smooth; 
  }
.expertfont{
    color: rgba(6, 3, 54, 1);
    font-weight: 700;
    font-size: 22px;
}
.expertfont1{
    color:rgba(106, 106, 106, 1)
}
.servicefont{
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
}
.servicefont1{
    font-weight: 400;
    color: rgba(64, 64, 64, 1);
    font-size: 16px;
}
.justifytext{
    text-align: justify;
}
.cardheight div{
    min-height: 800px;
}
.card1{
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(242, 245, 246, 1);
    border-radius: 12px;
    transition: 0.9s;
}
.card1:hover{
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(242, 245, 246, 1);
    border-radius: 12px;
    /* min-height: 580px !important; */
    transition: 0.8s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
.card2{
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(242, 245, 246, 1);
    border-radius: 12px;
    transition: 0.9s;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.card2:hover{
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(242, 245, 246, 1);
    border-radius: 12px;
    /* min-height: 520px !important; */
    transition: 0.8s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}
.menu-icon {
    font-size: 28px;
    cursor: pointer;
    display: none;
    color: black;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color:rgba(247, 247, 247, 1) !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    color: rgba(68, 68, 68, 1) !important;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    background-color: #575757;
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 26px !important;
    cursor: pointer;
}

.termsfont{
    font-size: 16px;
    font-weight: 700;
    color: rgba(6, 3, 54, 1);
    text-align: justify;
    padding-top: 10px ;
    padding-bottom: 10px;
}
.termsfont1{
    font-size: 14px;
    color: rgba(64, 64, 64, 1);
    text-align: justify;
}

@media (max-width: 576px) { 
    .hide-text{
        display: none !important;
    }

    .menu-icon {
        display: block;
        /* Show menu icon on mobile */
    }
    .hidetextmobile{
        display: block;
    }

}
@media (min-width: 577px) { 
    .menu-icon {
        display: none;
        /* Hide the menu icon on desktop */
    }
    .hide-text{
        display: block;
    }
    .hidetextmobile{
        display: none;
    }



}

