* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --conalz-font: 'Kumbh Sans', sans-serif;
  --conalz-font-two: 'Titillium Web', sans-serif;
  --conalz-reey-font: "reeyregular";
  --conalz-gray: #232323;
  --conalz-gray-rgb: 35, 35, 35;
  --conalz-white: #ffffff;
  --conalz-white-rgb: 255, 255, 255;
  --conalz-base: #005cff;
  --conalz-base-rgb: 0, 92, 255;
  --conalz-black: #13121d;
  --conalz-black-rgb: 19, 18, 29;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html,
body {
  height: 100%;
  background-color: #fff;
  font-family:  'Poppins', sans-serif;
}


#introduction {
  margin-top: 60px;
  margin-bottom: 60px;
}

#introduction .sec-heading h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  font-family:  'Poppins', sans-serif;
}

#introduction .sec-heading .intro-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  text-align: left;
  font-size: 25px;
  font-weight: 510;
  font-family:  'Poppins', sans-serif;
}

#introduction .sec-heading .intro-sub-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  font-family:  'Poppins', sans-serif;
}

/* #introduction h2 {
  border-bottom: 2px solid #28a745;
  width: fit-content;
} */

#introduction .sec-heading .intro-description {
   font-family:  'Poppins', sans-serif; 
   font-size: 17px; 
  text-align: justify;
  /*line-height: 10px;*/
}

/*#introduction .table tr,td{*/
/*    background-color:#0c64af;*/
/*}*/


/*
=============
Out-team
=============
*/

#our-team {
  margin-top: 60px;
  margin-bottom: 60px;
}

#our-team .sec-heading h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family:  'Poppins', sans-serif;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;

}

/* #our-team h2{
  border-bottom: 2px solid #28a745;
  width: fit-content;
} */

#our-team .sec-heading .team-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-weight: 510;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}

#our-team .sec-heading .team-sub-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}


#our-team .sec-heading .team-description {
  font-family:  'Poppins', sans-serif; 
   font-size: 17px; 
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

#our-team .card {
  margin-top: 10px;
  border-radius: 10px;
  padding: 60px;
  background-color: var(--teal) font-family: 'Poppins', sans-serif;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 15px;

}

#our-team .card .card-img-top {
  /* border: 2px solid red; */
  border-radius: 20px;
  margin-top: -30px;

}

#our-team .card .card-img-top img {
  width: 100%;
  border-radius: 100%;
}

#our-team .team-name {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: capitalize;
}

#our-team .team-position {
  font-size: 15px;
  margin-bottom: 1px;
  text-transform: capitalize;
  color: black;
}

#our-team .team-number {
    font-size: 15px;
    margin-bottom: 1px;
    text-transform: capitalize;
    text-decoration: none;
    color: black;
  }


#our-team .team-social-info {
  font-size: 14px;
  margin-bottom: 0px;
  gap:25px;
  /*justify-content: space-around;*/
  margin-bottom: -50px;
}

#our-team .team-social-info a {
  color: rgb(0, 0, 0);
  font-size: 18px;
  margin-top: 5px;

}

#our-team .team-social-info a:hover {
  color: blue;
  font-size: 18px;
  margin-top: 5px;
}

#our-team .table .table-title{
  
      background-color: #25296e;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-top: 20px;
}
#our-team .table .table-body {
    font-size: 16px;
}

/* 
===============
team Show
===============
*/

#team-show {
  margin-top: 60px;
  margin-bottom: 60px;
}

#team-show .sec-heading h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family:  'Poppins', sans-serif;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;

}

/* #team-show h2{
  border-bottom: 2px solid #28a745;
  width: fit-content;
} */

#team-show .sec-heading .team-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-weight: 510;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}

#team-show .sec-heading .team-sub-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}


#team-show .sec-heading .team-description {
  font-family:  'Poppins', sans-serif; 
   font-size: 17px; 
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

#team-show .info-team{
  margin-top: 10px;
  
  margin-bottom: 50px;
  color:#000;
}

#team-show .info-team .info{
    background: #f0eaea;
    margin-bottom:20px;
}



#team-show .info-team .img-top{
  margin-top: 30px;
  padding: 10px 10px;
}

#team-show .info-team .img-top img{
  border-radius: 10px;
  width: 100%;
  height: -webkit-fill-available;
}

#team-show .info-details{
  margin-top: 15px;
  padding: 10px;
  
}

#team-show .info-details .team-name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  
}
#team-show .info-details p{
  /*line-height: 10px;*/
}

#team-show .info-details .team-position {
  font-size: 17px;
  text-transform: uppercase;
    margin-bottom:0px;
  font-weight: bold;
}

#team-show .info-details .number {
  font-size: 17px;
  margin-bottom:0px;
}

#team-show .info-details .email {
  font-size: 17px;
  margin-bottom:0px;
}

#team-show .info-details .desc {
  font-size: 18px;
  margin-bottom:0px;
  margin-top:5px;
  text-align: justify;

}


#team-show .info-details .team-social-info {
  font-size: 17px;
  margin-top:-5px;
  margin-bottom: 0px;
  gap: 10px;
}

#team-show .info-details .team-social-info a {
  color: #000;
  font-size: 17px;
  margin-bottom:0px;

}

#team-show .info-details .team-social-info a:hover {
  color: blue;
  font-size: 17px;
  margin-bottom:0px;
}



/*
================
Contact section page
================
 */


#contact {
  margin-top: 60px;
  margin-bottom: 60px;
}

#contact .sec-heading h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family:  'Poppins', sans-serif;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;

}

/* #contact h2{
  border-bottom: 2px solid #28a745;
  width: fit-content;
} */

#contact .sec-heading .team-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-weight: 510;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}

#contact .sec-heading .team-sub-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}


#contact .sec-heading .team-description {
 font-family:  'Poppins', sans-serif; 
   font-size: 17px; 
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;

}


#contact .contact-row {
  padding: 20px;
  /* background-color: #17a2b8; */
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 6px 0 rgba(0, 0, 0, 0.19);

}

#contact .contact-info-page {
  /*background: #4b65ee;*/
  background: #25296e;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 30px;
}

#contact .contact-title {
  font-family:  'Poppins', sans-serif;
}

#contact .contact-form {
  border-radius: 5px;
  position: relative;
  padding: 30px;
}

#contact .contact-social-link {
  font-size: 20px;
}

#contact .contact-social-link a {
  font-size: 25px;
}

#contact .contact-social-link .fab:hover {
  color: #64e00c;
}


#contact .contact-social-link .fab {
  color: #fff;
}

#maps .card{
  margin: auto;
  width: 50%;
  border: none;
}

#maps iframe{
  justify-content: center;
  width: 100%;
  height: 450px;
  border: none;
  align-items: center;
}


/*
========
trading contact
*/

#trading-contact {
  margin-top: 60px;
  margin-bottom: 60px;
}

#trading-contact .sec-heading h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family:  'Poppins', sans-serif;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;

}

/* #contact h2{
  border-bottom: 2px solid #28a745;
  width: fit-content;
} */

#trading-contact .sec-heading .team-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-weight: 510;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}

#trading-contact .sec-heading .team-sub-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}


#trading-contact .sec-heading .team-description {
 font-family:  'Poppins', sans-serif; 
   font-size: 17px; 
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;

}

#trading-contact .card {
    border-radius: 4px;
    background: #fff;
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    box-shadow: 0 1px 5px 0 rgba(66, 133, 244, .18),
      0 4px 15px 0 rgba(66, 133, 244, .15);
    margin-bottom: 20px;
    font-family:  'Poppins', sans-serif;;
    

  }

  #trading-contact .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    background-color: #ddfaea;

  }


  #trading-contact .card-info h6 {
      
    font-family:  'Poppins', sans-serif;;
    font-weight: bold;
    
  }

  #trading-contact small {
    font-family:  'Poppins', sans-serif;
    font-weight: normal;
    font-size: 15px;

  }
  #trading-contact  .fab{
    color: #182dd2;
    font-size: 19px;
    padding: 2px;
  }
    
  

  #trading-contact  a:hover{
    color: #aaaafb;
    font-size: 15px;

  }
  #trading-contact  span {
    font-family:  'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;

  }
  #trading-contact .email{
        font-size: 15px;
  }
/*
================
Download section page
================
 */



#introduction .table-title {
  /*background-color: #0c64af;*/
  background-color:#25296e;
  font-size: 18px;
  font-family:  'Poppins', sans-serif;
  color: #fff;
  margin-top: 20px;
}

#introduction .table-body {
  font-size: 16px;
  font-family:  'Poppins', sans-serif;
}

#introduction .table-body a {
  font-size: 13px;
  font-family:  'Poppins', sans-serif;
  background-color: var(--green);
  color: white;
}

#introduction .table-body a:hover {

  background-color: var(--blue);

}

#introduction .download-note {
  margin-top: 30px;
  justify-content: left;
}

#introduction .download-note .note {
  justify-content: left;
  font-size: 20px;
  font-family:  'Poppins', sans-serif;
}

/*
================
Faqs - pages
=================
 */


#introduction .card-body {
  background-color: #e6ecf1;
  font-family:  'Poppins', sans-serif;
  /* border: 1px solid yellow; */
  padding: 10px;
}

#introduction .card-body h4 {
  align-items: center;
  margin: auto;
  justify-content: center;
  /* border: 1px solid red; */
  margin-left: 10px;
}

#introduction .card-body h4 a {
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  font-weight: bold;

}

#introduction .collapse-desc {
  font-size: 17px;
  color: #000;
  text-decoration: none;
  margin-left: 10px;
  margin-top: 10px;
    text-align: justify;
  padding:10px;
  /* border-top: 2px solid #28a745; */
}

/*
================
News section page
================
 */


#news {
  margin-top: 60px;
  margin-bottom: 60px;
}

#news .sec-heading h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family:  'Poppins', sans-serif;
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;

}

/* #news h2{
  border-bottom: 2px solid #28a745;
  width: fit-content;
} */

#news .sec-heading .news-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-weight: 510;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}

#news .sec-heading .news-sub-title {
  /* text-transform: uppercase; */
  margin-bottom: 20px;
  align-items: center;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family:  'Poppins', sans-serif;
  margin-bottom: 20px;
}


#news .sec-heading .news-description {
 font-family:  'Poppins', sans-serif; 
   font-size: 17px; 
  align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
    text-align: justify;
}

#news .card {
  padding: 0px;
  /* background-color: #bc7272; */
  font-family:  'Poppins', sans-serif;
  border-radius: 10px;
}

#news .img-top img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#news .card-body .news-time{
    font-size: 12px;
}

#news .card .card-body .title {
  /* font-size: 30px; */
  text-transform: capitalize;
  margin-top: 10px;
    text-align: justify;
  margin-bottom: 10px;
}



/*
=================
news detail
================
 */

#news-detail .card {
  /* padding: 20px; */
  /* box-shadow: 20px; */
  font-family:  'Poppins', sans-serif;

}
#news-detail .card .news-time{
    font-size: 14px;
}
#news-detail .card-img-top img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 70vh;
  width: 100%;
}

#news-detail .news-title {
  font-size: 25px;
  font-family:  'Poppins', sans-serif;
  margin-top: 15px;
  /* margin-bottom: 15px; */
  font-weight: bold;
  text-transform: capitalize;

  text-align: justify;
}

#news-detail .news-sub-title {
  font-size: 30px;
  font-family:  'Poppins', sans-serif;
  margin-top: 15px;
  /* margin-bottom: 15px; */
}

#news-detail .news-description {
 font-family:  'Poppins', sans-serif; 
   font-size: 17px; 
  margin-top: 15px;
    text-align: justify;
  /* margin-bottom: 15px; */
  /*line-height: normal;*/
}



#news-detail .recent {
  border-radius: 10px;
  padding: 20px;
  font-family:  'Poppins', sans-serif;
  border: 1px solid rgb(232, 228, 237);

}

#news-detail .recent-title {
  font-family:  'Poppins', sans-serif;
  font-weight: bold;
  border-bottom: 2px solid black;
  width: fit-content;
  margin-bottom: 20px;
}

#news-detail .recent-info {
  border: 2px solid rgb(247, 245, 245);
  padding: 10px;
}

#news-detail .recent h4 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: justify;

}

#news-detail .recent img {
  width: 100%;
  /* height: 120px; */
  justify-content: center;
  align-items: center;
Success!
}

