.d-none
{
    display:none !important;
}

.w-webflow-badge
{
    display:none !important;
}

.top-paragraph
{
    border-color: rgb(17 108 207);
    color: #116cc9;
}
.top-paragraph.full {
    background-color: rgb(41 146 207 / 27%);
}

#One
{
    height: 100vh;;    
}

#carouselExampleCaptions.section
{
    padding:0px;
    Xheight: 100vh;
    height: 47vw; 
}

#carouselExampleCaptions .carousel-caption
{
    Xbottom: 0;
    Xtop: 15%;
    top: 60vh;
}

.small-text-team {
    background-color: rgb(41 146 207 / 21%);
    color: #4ca4d7;
}
#carouselExampleCaptions .carousel-item img
{
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

#carouselExampleCaptions .carousel-caption
{
    background: #00000033;
    height: fit-content;
}

#logo_image
{
	width: 120px;
	/* height: 61px; */
	padding-top: 20px;
	height: 120px; 
}

.nav-button-block .purchase-button
{
    border-color:#0696e4 !important;
}


.purchase-button:hover {
    background-color: #0696e4;
    color: white !important;
}

.footer-sec{
    padding-bottom: 50px;
    min-height:0px;
}

.navlink-footer:hover {
    color: #0194e4 !important;
}
.text-left { text-align:left;}
.hero-heading {

    font-size: 40px !important;
    line-height: 48px !important;
}

.title_footer_tz
{
    font-size: 74px;
    line-height: 72px;
    padding-top: 45PX;
    margin: auto;
  color: white;
  Xfont: 700 normal 2.5em 'tahoma';
  /* text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324; */
    animation: 
    typing 3.5s steps(40, end),
     blink-caret .75s step-end infinite; 
    overflow: hidden; /* Ensures the content is not revealed until the animation */
  /* border-right: .15em solid orange; /* The typwriter cursor */
  /* white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

#our_team
{
    display:none;
}

#our_reach 
{
    padding: 50px 0 10px 0;
}

#our_reach .image-link
{
    height:520px;
}
@media only screen and (max-width: 768px) {

    .title_footer_tz {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 19px;
    }
    
    .footer-sec {
        
            padding: 1px 40px 0px;
    }        
    
    .section,.half-side-info,.features-card,p
    {
        text-align:justify !important;
    }
    
    #logo_image
    {
        width: 83px;
        height: 88px;
    }
    
    .image-link.date {
         height: 520px !important;
         width:100%;
         margin:0px !important;
   
    }
  
}

.modal
{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 175px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-content
{
    width: 80%;
    margin: auto;
    border:none;
}

.modal-header {
    padding: 2px 16px;
    background-color: #0094e3;
    color: white;
    display:block;
    text-align: center;

}

.modal h2,.modal h3
{
    color:white !important;
}
.modal .close {
    color: white !important;
    float: right !important;
    font-size: 28px !important;
    font-weight: bold !important;
    opacity: 1 !important;
}
.card
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: auto;
    padding-bottom:10px;   
        padding: 15px;

}

.theme_btn_color
{
    color: #fff;
    background-color: #0194e3;
    border-color: #0194e3;
}

.theme_btn_color:hover
{
    color: #0194e3 !important;
    background-color: #fff;
    border-color: #0194e3;
    font-weight: 700;
    font-size: 14px;
}

.pfd_list
{
    display: flex;

}
.heading_tz{
    
    margin: 1em 0 0.5em 0;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    text-shadow: 0 -1px 1px rgb(0 0 0 / 40%);
    font-size: 22px;
    line-height: 40px;
    color: #355681;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53,86,129, 0.3);
}