main{
  margin-top: 80px;
}
.header .btn-getstarted, .header .btn-getstarted:focus {
  border-radius: 0px;
    margin-left: 10px;
}
.header {
    box-shadow: 0 3px 20px -2px rgba(var(--color-gray-rgb), 0.15);
    background: var(--color-white);
}
.hero-animated p.tagline{
    margin-bottom: 0px;
    margin-top: 60px;
}
.hero-animated p {
  font-size: 18px;
}

/*--------------------------------------------------------------
# products Section
--------------------------------------------------------------*/
.products {
    
    background: rgb(196,128,225);
    background: linear-gradient(180deg, rgba(196,128,225,1) 0%, rgba(196,128,225,1) 25%, rgba(232,208,242,1) 100%);
    position: relative;
  }
  .products::before{
    content: " ";
    background-image: url(../img/ataleek/circle-half.svg), url(../img/ataleek/circle-quarter.svg);
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
  }  
  .products .products-item {    
    box-shadow: 0 3px 20px -2px rgba(var(--color-gray-rgb), 0.15);
    background: var(--color-white);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 4px solid var(--color-white);
    border-radius: 10px;
    overflow: hidden;    
  }  
  .products .img-frame {
    width: 180px;
    height: 180px;
    margin: 30px auto 10px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;    
  }
  .products img{
    width: 100%;
  }
  .products .section-header h2{
    color: var(--color-white);
  } 
  .products h2{
    width: 100%;
    text-align: center;
    font-weight: 600;
  }  
  .products ul {
    list-style: none;
    color: var(--color-gray);
    text-align: left;
    line-height: 20px;
  }  
  .products ul li {
    display: flex;
    align-items: center;
  }  
  .products ul li span{
    font-size: 14px;
  }
  .products ul i {
    color: var(--color-primary);
    font-size: 30px;
    padding-right: 3px;
    line-height: 0;
  }  
  .products .buy-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: var(--color-primary);
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid var(--color-primary);
  }  
  .products .buy-btn:hover {
    background: var(--color-primary);
    color: var(--color-white);
  }
  
 .faq .content, .faq .accordion{
  padding-left: 30px;
 }
 .services .details {
  padding: 10px 0;
  margin: 0px;
  border-radius: 0px;
 }
 .services .img {
  border-radius: 0px;
  height: 204px;
}
.services .img img {
  height: 100%;
}

.infomatics{
  background-color: var(--color-yellow);
  text-align: center;
}
.infomatics  .heading{
  margin-bottom: 20px;
  
}
.infomatics .row h1{
  font-weight: 700; color: var(--color-white);
}
.infomatics .row hr{
  width: 40%; margin-left: 30%; margin-right: 30%;
}
.infomatics .row h2{
  font-weight: 500; color: rgb(1, 34, 55);
}


.clients {
  padding: 60px 0;
}

.footer .footer-content {
  background: var(--color-gray-light);
}

.footer .footer-legal {
  background: var(--color-gray-light-dark);
}

.footer {
  color: var(--color-black);
}
.footer .footer-content .footer-info p {
  color: var(--color-black);
}
.footer .footer-content h4 {
  color: var(--color-black);
}

.footer .footer-content .footer-links ul i {
  color: var(--color-black);
}
.footer .footer-content .footer-links ul a {
  color: var(--color-black);
}
.footer .footer-legal .credits {
  color: var(--color-black);
}

.footer .footer-legal .social-links a {
  background: rgba(var(--color-black-rgb), 0.4);
  color: var(--color-white);
}

.page-header{
  padding: 90px 0 0px;
}

.page-header p{
  margin-top: 140px !important;
}
.page-section, .page-section form{
  background: var(--color-gray-extra-light) !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary-dark);
  --bs-btn-hover-color: #fff;
}

.form-control {
  line-height: 2;
  border-radius: 5px;
}

.pull-right{
  float: right;
}
.form-group label{
  margin-bottom: 7px;
  margin-top: 7px;
}


.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.section-header p {
  color: var(--color-gray);
  font-size: 18px;
    margin-bottom: 15px;
}