*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
:root {
  --color1: #018def;
  --color2: hsl(208, 95%, 16%);
  --color3: #2b2b2b;
  --black:#272727;

}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.theme-text{
  color: var(--color1);
}
.theme-bg{
  background-color: var(--color1) !important;
}

.themeColor{
  color: var(--color3);
}
.bg-black-color{
  background-color:#222222;
}
.bg-black-color-2{
  background-color:#131212;
}
.Active {
  color: var(--color1) !important;
}
.container{
  max-width: 1400px !important;
  margin: auto;
}
ul,
li,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-decoration: none;
}


.section-padding {
  padding: 80px 0px;
}
.section-padding-top {
  padding-top: 80px;
}
.section-padding-bottom {
  padding-bottom: 80px;
}

.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-22 {
  font-size: 22px;
}
.font-24 {
  font-size: 24px;
}
.font-26 {
  font-size: 26px;
}
.font-28 {
  font-size: 28px;
}
.font-30 {
  font-size: 30px;
}
.fixedButtons{
  bottom: 20px;
  right: 10px;
  z-index: 9;
}

.bgPrimary{
  background-color: var(--color1);

}
.cursor-pointer{
  cursor: pointer;
}
.top{
  width: 40px;
  height: 40px;
}
.shadowHover:hover{
  box-shadow: 0px 0px  8px rgb(107, 105, 105) !important;
}

#modalBody .modal-header{
  padding: 10px 20px;
  background-color: var(--color1);
}
#modalBody .modal-header h1{
font-size: 18px !important;
}
button.btn-close-one.text-white {
  background: transparent;
  opacity: 1;
}
button.btn-close-one::before{
  content: "\F62A";
  font-family: bootstrap-icons;
font-size: 25px;
}
/*.modal-header{*/
/*  padding: 10px 20px;*/
/*  background-color: var(--color1);*/
/*}*/
/*.modal-header h1{*/
/*font-size: 18px !important;*/
/*}*/
/*button.btn-close.text-white {*/
/*  background: transparent;*/
/*  opacity: 1;*/
/*}*/
/*button.btn-close::before{*/
/*  content: "\F62A";*/
/*  font-family: bootstrap-icons;*/
/*font-size: 25px;*/
/*}*/
.accordion-button{
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  background-color: rgb(255, 255, 255);
  color: #131212;
}
.accordion-item:first-of-type .accordion-button{
  border-radius: 0;
}
.accordion-body {
  font-size: 14px;
}
.accordion-button:focus {
  border-color: transparent;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.whatsapp{
  color: #29a71a;
}
.instagram{
  color: #d3277d;
}
.facebook{
  color: #0866ff;
}
.linkedln{
  color: #0a66c2
}

/*.icon-color {*/
/*    background-color: blue;*/
/*}*/

/*.fixedButtons2{*/
/*  bottom: 20px;*/
/*  right: 150px;*/
/*  z-index: 9999;*/
/*}*/
/*.insta-whatsapp{*/
/*  bottom: 80px;*/
/*  right: 20px;*/
/*  z-index: 9999;*/
/*}*/
.profile-gmail p{
  height: 30px;
  width: 30px;
  flex-shrink: 0;
}

