@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

:root{
    --white: #fff;
    --theme-color: #F79A02;;
    --secondary-color: #FDBE02;
}

.text-orange 
{
    color: var(--theme-color); 
    
}
.section-orange 
{
    background-color: var(--theme-color); 
    
}
h1{
    font-weight:600;
}
.earthSection{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
transform-style:preserve-3d;

} 

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    height: 100%;
}
.bg-cover {
    background-size: cover !important;
}

.h-85 {
    height: 100%!important;
    width: 70%;
    margin-left: 15%;
}

.benefit-margin{
    margin-top: 5rem!important;
}

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

.feature-image{
    margin-top: 90px;
    border-radius: 1.5rem;
}

.card-icon{
   
    color: var(--white);
   height: 20px;
   width:20px;
    background: var(--theme-color);
    padding: 15px 20px;
    border-radius: 50%; 
    
} 

.nav-image img {
    height: 80px;
} 

 


.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem;
    width: 130%;
}

.sub-title{
    color: var(--secondary-color)
}
 

#container {
    height: 100%;
}

.title{
    color: #000000;
}
.mt-20{
    margin-top: 80px
}

.row-cols-md-3 {
    margin-top: -8%;
    width: 80%;
    margin-left: 10%;
}
.h-100 {
    height: 70% !important;
    width: 70%;
    margin-left: 15%;
}

.more-info {
    display: flex;
    justify-content: center;
    background-color: #002c59;
    color: white;
    height: 60px;
} 

.btn-secondary{
    background: var(--secondary-color);
    color: var(--white);

}
.nav-links li {
    color: #002c59;
    margin-bottom: 2%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}


.row-cols-md-2>* {
    flex: 0 0 auto;
    width: 25%;
}

.navbar {
    position: fixed;
    height: 80px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: var(--white);


}
 

hr {
    margin:  auto;
    color: var(--theme-color);
    background-color: var(--theme-color);
    border: 0;
    width: 130px;
    opacity: 1;
    height: 6px;
} 

.content {
    margin: auto;
    padding: 0 1rem;
    max-width: 71.25rem;
    width: 100%;
  }
  
  .grid {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
  }
  .grid > [class*=column-] {
    display: block;
  }
  
  
.register-text {
    margin-top: 90px;
}


.benefit-card1{
    margin-top:20px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff; 
    padding: 0; 
    border-radius: 0px;
}
.card:hover {
     border-color:var(--secondary-color);
     transition: 0.3s;
}

.card-text{
    font-size: 12px;
    font-weight: 500;
}

.card-img-top {
    object-fit: cover;
    border-radius: inherit;
}

.card-img-bottom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.retirementimg {
    margin-left: 250px;
    margin-top: -330px;
    height: 200px;
}

 
.light-image{
    height:60%;
}

.card2 {
    margin-left: 420px;
    margin-top: -465px;
}

.feature-margin{
        margin-top: 1rem!important;
}

.col-images {
    margin-top: 5%;
    padding-bottom: 5%;
}

.container-fluid h1 {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 60px;
    color: white;
    background-color: #002c59;
    margin-top: -20px;

}

.container-fluid .row {
    background-color: #ededed;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 0px;
}


.container2 {
    background-color: #ededed;
    height: 100%;
}

.container2 h1 {
    align-content: center;
    justify-content: center;
    display: flex;
}

.insights p {
    font-weight: 100;
    font-size: x-large;
    text-align: center;
}

 

#container {
    height: 500px;
}

#side-box {
    float: right;
    width: 16%;
    margin: 100px 1% 0;
    padding-left: 1%;
    border-left: 1px solid silver;
    display: none;
}

#info-box {
    margin-top: 10px;
}

.or-view-as {
    margin: 0.5em 0;
}

#up {
    line-height: 30px;
    height: 30px;
    max-width: 400px;
    margin: 0 auto;
}

#up a {
    cursor: pointer;
    padding-left: 40px;
}
 

.selector {
    height: 40px;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.selector .prev-next {
    position: absolute;
    padding: 0 10px;
    font-size: 30px;
    line-height: 20px;
    background: white;
    font-weight: bold;
    color: #999;
    top: -2px;
    display: none;
    border: none;
} 
 

.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.ui-button-icon-only .ui-button-text {
    height: 26px;
    padding: 0 !important;
    background: white;
}

.nav-links{
        background-color: white;
        
}

#info-box .button {
    border: none;
    border-radius: 3px;
    background: #a4edba;
    padding: 5px;
    color: black;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 3px;
    line-height: 30px;
}



  
/************************** Gallery Section Start  ***************************/
 
   
ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  ul li {
    margin: 0 1.75rem 0 0;
  }
   
  
  section {
    display: block;
  }
  
  img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  nav {
    display: block;
  }
  nav li {
    font-size: 1.125rem;
    margin: 0;
  }
  
  .flex-nav ul {
    position: absolute;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
    width: 100%;
    left: 0;
    padding: 1rem;
    background: #fff;
    text-align: center;
  }
  .flex-nav ul.active {
    display: flex;
  }
  .flex-nav ul li {
    margin: 0.5rem 0;
  }
  
  .toggle-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 1.125rem;
    line-height: 1.7;
    margin: 1rem 0;
  }
  .toggle-nav i {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 0 0.5rem;
  }
  
  .content {
    margin: auto;
    padding: 0 1rem;
    max-width: 75rem;
    width: 100%;
  }
  
  .grid > [class*=column-] {
    padding: 1rem;
  }
  .grid.menu, .grid.product {
    border-bottom: 0.0625rem solid #e3dddd;
  }
  .grid.menu > [class*=column-] {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .grid.product {
    padding: 5rem 0 0.5rem 0;
  }
  .grid.second-nav > [class*=column-] {
    padding: 0.5rem 1rem;
  }
 
  
  .product-image {
    display: none;
  }
  
  .image-list li {
    margin: 0;
  }
  
  @media (min-width: 62rem) {
    .product-image img, .image-list img {
      width: 100%;
    }
  
    .product-image {
      display: block;
    }
    .product-image img {
      height: 70vh;
    }
    .product-image img.active {
      display: block;
      margin: 0 0 0.75rem 0;
    }
  
    .image-list {
      display: flex;
      overflow: hidden;
    }
    .image-list li {
      margin: 0 0.75rem 0 0;
      flex-basis: 100%;
    }
    .image-list li:nth-child(3) {
      margin: 0;
    }
    .image-list img {
      height: 10rem;
      width: 100%;
      transition: opacity 0.3s ease;
      cursor: pointer;
    }
    .image-list img:hover {
      opacity: 0.7;
    }
  
    nav ul {
      justify-content: flex-end;
    }
  
    .toggle-nav {
      display: none;
    }
  
    .flex-nav {
      display: block;
    }
    .flex-nav ul {
      display: flex;
      flex-direction: row;
      position: relative;
      justify-content: flex-end;
    }
    .flex-nav ul li {
      font-size: 1.125rem;
      margin: 0 1.5rem 0 0;
    }
    .flex-nav ul li:nth-child(4) {
      margin: 0;
    }
  }
  @-webkit-keyframes fadeImg {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeImg {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }


/************************** Gallery Section END  ***************************/


/********************************************************/
/*                  FOOTER                              */
/*******************************************************/
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
  }
  
  a:hover, a:focus {
    text-decoration: none;
    color: var(--secondary-color);
  }
    
  footer {
    background: var(--theme-color)
  }


/********************************************************/
/*          MEDIA QUERIRES                              */
/*******************************************************/
@media (min-width: 992px) {

.navlog{
    display:none;
}
.navreg{
    display:none;
}
}

@media (max-width: 768px) {
    #demo-wrapper {
        width: auto;
        height: auto;
    }

    #map-box {
        width: auto;
        float: none;
    }

    #container {
        height: 310px;
    }

    #side-box {
        float: none;
        width: auto;
        margin-top: 0;
        border-left: none;
        border-top: 1px solid silver;
    }
}
  

/* ---------------- Image Popup Modal -------------------- */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width:  90%;
    max-width: 55%;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 50px;
    right: 60px;
    color: #ff0101;
    font-size: 50px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

  .icon-size
  {
    font-size: 20px;
  }

  .home-background 
  {
    background-image: url(../images/people/front1.png);
    background-repeat: no-repeat; 
    background-size: cover; ;
    height: 1000px;
  }
  .header-text
  {
    padding-top: 392px;
  }

  .icon-aboutus
  {
    font-size: 40px;
    border-radius: 10px;
  }

  .breadcrum
  { 
    height: 184px;
    background-image: url(../images/banner/tdmbanner.png);
    background-size: cover;
    position: sticky;
  }
 
  .header h1{
    padding:70px 0; 
  }
 