
.company-con{
    box-shadow: 1px 2px 12px #6a6a6aa0;
    padding: 80px 50px ;
    border: 2px solid #38589C;
    position: relative;
    text-align: center;
}
.com-img{
 margin-bottom: 50px;
}

.com-text p{
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.company{
    padding: 80px 0;
}

.head-bot p{
    color: #414141;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

.com-text {
    width: 53%;
    text-align: left;
}

.com-slider{
    width: 35%;
}

.company-text {
    z-index: 1;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sli-img-2 img{
    width:60% !important;
    margin: 0 auto;
}

.com-text h1{
    color: #D51E26;
    font-family: "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
}

.com-text h1 span{
    color: #38589C;
}


.com-text p{
    color: #444444;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.com-slider .owl-prev span, .com-slider .owl-next span {
    color: red;
    font-size: 49px;
    font-weight: 400;
    position: absolute;
    top: -58%;
    left: 26%;
}

.com-slider .owl-prev {
    background-color: #F5F5F5 !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    left: 0%;
    box-shadow: #979797 2px 0 12px;
}
.com-slider .owl-next {
    background-color: #F5F5F5 !important;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 50%;
    right: 3%;
    box-shadow: #979797 2px 0 12px;
}

.ear{
    position: absolute;
    bottom: 5%;
    left: 0%;
}
.com-main-in{
    position: relative;
}
.bt{
    position: absolute;
    right: 0%;
    top: -5%;
}

/* end company */




.fea-area{
    display: flex;
    justify-content: space-between;
}
.fea-con{
    background-color: #DAE6FF;
}
.fea{
    width: 25%;
    transition: all ease 0.4s;
}


.fea img{
    width: 100%;
}
.fea:hover {
    transform: perspective(1500px) rotateY(-30deg);
    transition: transform 1s ease 0s;
}


/* end features */


.Partners{
      padding: 80px 0 100px;
      position: relative;
  }
  
  .Partners-con {
      margin-top: 60px;
      width: 80%;
      margin: 60px auto 0;
  }
  .Partners-area img{
      width: auto !important;
  }
  .Partners-area img {
    width: auto !important;
    text-align: center;
    margin: 0 auto;
}
  .Partners-area{
    text-align: center;
  }
  /* end Partners */

.behind-main{
    background-image: url(../../bteimage/be-bg.png);
    width: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;

}
.behiend-con {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.behind-area {
    width: 30%;
    text-align: center;
    transition: all ease 0.4s;
    box-shadow: 2px 2px 8px #919191;
}
.behind-area:hover{
  transform: translateY(-5%);
}
.behind-area:hover .be-text{
   background-color: #38589C;
  }
  .behind-area:hover .be-text p{
   color: #fff;
   }


.be-text{
    background-color: #7DD3F7;
    padding: 10px 5px;
}
.be-img img{
    width: 100%;
}

.be-text p{
    color: #000000;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 500;    
}


  /* end behind */

.support{
    background-image: url(../../bteimage/shap.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 75px 0;
}

.support-con{
    display: flex;
    justify-content:space-between;
}
.supp-text h1{
    color: #D51E26;
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: 600;
}

.supp-call h1 {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 600;
    background-color: #D51E26;
    padding: 10px 20px;
    box-shadow: inset 1px 1px 12px #222;
    border-radius: 20px;
}







/* end support */




.faq {
    text-align: center;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
    
  .accordion-wrapper {
      margin-top: 30px;
  }
    .faq-area-main {
      display: flex;
      justify-content: space-between;
      gap: 30px;
  }
    .accordion {
      width: 100%;
      border: none;
      outline: none;
      text-align: left;
      padding: 8px 46px 8px 14px;
      font-size: 18px;
      color: #333;
      cursor: pointer;
      transition: background-color 0.2s linear;
      position: relative;
      background-color: #DCE0E8;
    }
    
    .accordion h5 {
      font-size: 24px;
      font-weight: 500;
      color: #222222;
    }
    
    .accordion-one {
      margin-bottom: 35px;
  }
    
    .btn-img {
      position: absolute;
      top: -7px;
      left: 0px;
    }
    
    .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-in-out;
      margin-top: 10px;
    }
    
    .accordion-content p {
      font-family: "Oxygen", sans-serif;
      font-size: 19px;
      font-weight: 500;
      color: #474341;
      text-align: left;
      padding-left: 19px;
    }
    
    .accordion-content h5 {
      font-size: 22px;
      font-weight: 500;
      color: #222222;
    }
    
    .accordion-icon {
      top: 7px;
      position: absolute;
      right: 15px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #222222;
      background-color: transparent;
    }
    
    .accordion::after {
      top: 9px;
      position: absolute;
      right: 22px;
      font-family: "Fontawesome" !important;
      content: "\2b" !important;
    }
    
    .accordion.is-open:after {
      content: "\f068" !important;
    }
    .accordion.is-open {
        background-color: #d0f1ff;
    }
  .faq-area-main {
      display: flex;
      justify-content: space-between;
      text-align: end;
      align-items: end;
      width: 90%;
      margin: 0 auto;
  }
  .gg{
      position: absolute;
      top: 2%;
      left: 7%;
  }
  .faq-main-img {
      position: absolute;
      top: 10%;
      right: 0%;
      z-index: 0;
  }

  /* end faq */
  
  













