
/*--------------------------------------*/



.slider-button {

    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
        bottom: 25%;
        position: absolute;
}

.slider_home_button2 {
    background-color: #007095;
}
.slider_home_button1 {
    background: #fff;
    color: #000;
}
.slider-dot{
  position: absolute;
      bottom: -52px;
}


/*--------------------------------------*/

.section1_homepage{
      padding: 100px 0 0 0;
    position: relative;
}

/*--------------------------------------*/
.section3-dot1{
position: absolute;
left: 0;
}
.section3-dot2{
  position: absolute;
    top: 350px;
 
}


/*----------form--------------*/

.section4_form{
   padding: 100px 0 0 0;

}
.section4_subtitle {
    color: #007095;
    display: block;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.section4_title{
      font-weight: 600;
    font-size: 1.5rem;
    display: block;
    text-align: center;
}

.ei-form {
    direction: rtl;
    font-family: inherit;
}

.ei-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
        margin-top: 50px;
}

.ei-field-box {
    flex: 1;
    display: flex;
    align-items: center;
    background: #fff;
   
    border-radius: 8px;
    padding: 14px 18px;
    gap: 12px;
}

.ei-label {
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    font-size: 14px;
}

.ei-divider {
    width: 1px;
    height: 20px;
    background: #ccc;
    flex-shrink: 0;
}

.ei-input {
     color: #555;
    background: transparent !important;
    text-align: right;
    direction: rtl;
    border: 0 !important;
}

.ei-select {
    cursor: pointer;
    appearance: auto;
}

.error-message {
    color: red;
    font-size: 12px;
    display: none;
}
.form-submit
{
        height: 65px;
    border-radius: 20px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    gap: 8px;
    color: #fff;
    transition: all .3s ease-in-out;
    background: #007095;
}
.form-submit-holder
{
        display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 200px;
}
.form-submit-txt
{
        color: #A7B2B8
}

@media (max-width: 991px) {
    .ei-form-row {
        flex-direction: column;
    }
.form-submit-holder
{
     
    gap: 50px;
}

.ei-form-row {
   
    margin-top: 15px;
}
}
@media (max-width: 767px) {
.form-submit-holder {
  
    gap: 15px;
    flex-direction: column;
}


}

.form-container{
        background: #f2f2f7;
    padding: 70px;
    border-radius: 42px;

}




/*-----------blog---------------*/
.news-section
{
      padding: 150px 0 0 0;
      position: relative;
}
.blog-dot0{
    position: absolute;
   top: -77px;
    left: 0;
    right: 0;
    margin: auto;
}
.blog-dot{
  position: absolute;
  bottom: -150px;
}
.post-thumbnail img
{
    height: 200px;
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}

 .post-cat a
{
      color:#848b8f;
          font-size: .9rem;

}
.post-title
{
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
        padding-top: 8px;
        font-weight: 600;
}

.post-title a{
  color:#000
}

.blog-header-container
{
      display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.lowprice-header{
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
}
.blog-header-container a
{
  height: 65px;
    border-radius: 20px;
    border: 1px solid #d0d0d1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    gap: 8px;
    color: #000;
}

.hover-blog-box{
    width: 153px;
    height: 58px;
    background-color: #000;
    color: #fff;
    border-radius: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
}
.post-thumbnail{
  position: relative;
}
.post-item{
  transition: all .3s ease-in-out;
}
.post-item:hover .hover-blog-box{
opacity: 1;

}

@media (max-width: 991px) {
.section1_subtitle1,.section2_subtitle,.section3_subtitle,.section4_title ,.lowprice-header {
    
    font-size: 1.2rem;

}

.section1-column
{
      order: -1;
              margin-top: -166px;
                      justify-content: center;
        display: flex;
}

.section1_button {
    height: 58px;
    border-radius: 16px;
}
.export-import-link-box {

    align-items: flex-start;
    flex-direction: column;
}
.export-import-link {
    height: 58px;
    border-radius: 16px;

    width: 100%;
    margin-top: 15px;
}

.export-import-img img {
    height: 180px;
}

.section4_form {
    padding: 50px 0 0 0;
    margin-left: 15px;
        margin-right: 15px;
}
.blog-header-container a {
    border: 0px solid #d0d0d1;
    color: #007095;
    width: auto;
}
.blog-header-container path{
  fill:#007095;
}

.blog-dot
 {
  
    bottom: -226px;
}
.form-container {
  
    padding: 30px 15px;
    border-radius: 24px;
}

.form-submit-holder-button
{
    display: flex;
    margin-right: auto;
}



}