
.company{
    padding: 80px 0;
}
.comp-con p{
    color: #474341;
    font-size:16px;
    font-weight: 500;
    font-family: "Montserrat", serif;
    text-align: center;
    line-height: 28px;
}

.comp-con{
    background-image: url(../../aboutimage/com-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 40px;
}

.pro-con {
    background-color: #F3F3F3;
    padding: 40px 20px;
    box-shadow: 2px 2px 7px #868686;
}

.product-bot {
    display: flex;
    justify-content: space-between;
}

.proudect-area {
    width: 18%;
    transition: all ease 0.4s;
    border: 2px solid transparent;
}
.pro-text {
    text-align: center;
}
.pro-text h1 {
    color: #222222;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pro-text p {
    color: #444444;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}
.proudect-area:hover {
    border: 2px solid red;
    box-shadow: 2px 2px 7px #aba6a6;
    transform: translateY(-10%);
    background-color: #f8e78eb0;
}



/* end company */



.mission-con{
    display: flex;
    padding: 50px 0 0px 80px;
    position: relative;
    align-items: center;
}
.miss-img {
    width: 29%;
    margin-bottom: 50px;
}
.miss-img img{
    width: 100%;
}
.miss-text{
    width: 70%;
}

.miss-bg{
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: #D7E6FF;
    width: 85%;
    height: 100%;
    z-index: -1;
}

.miss-text {
    background-color: #fff;
}

.vis-bot {
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: #D7E6FF;
    width: 97%;
    padding: 20px 20px 20px 200px;
    border-radius: 0 200px 200px 0;
}

.vis-head {
    padding: 40px 0 15px 200px;
}

.vis-head h1{
    color: #202020;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 20px;
}

.vis-head p{
    color: #444444;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}


/* end mission */
.services{
    padding-top: 80px;
}
.ser-area-main {
    background-image: url(../../aboutimage/ser-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.ser-area {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ser {
    width: 48%;
}

.ser-1 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    background-color: #fff;
    border: 2px dashed red;
    transition: all ease 0.4s;
}
.ser-1:hover {
    background-color: #9ec3ff;
    border: 2px dashed #373737;
    transform: translateY(-10px);
}

.ser-img {
    width: 20%;
}
.ser-img img {
    width: 60%;
}

.ser-text {
    width: 80%;
}
.ser-text h1 {
    color: #E60013;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.ser-text p {
    color: #474341;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}


/* end services */


.faq {
    text-align: center;
    padding: 70px 0 0;
    position: relative;
    background-image: url(../../facilitieimage/faq-bg.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 70px;
}
  
  .accordion-wrapper {
    margin-top: 30px;
  }

  .accordion {
    width: 100%;
    background-color: #fff;
    border-top: #003487 5px solid;
    border-left: #003487 5px solid;
    outline: none;
    text-align: left;
    padding: 15px 14px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
    position: relative;
    margin-bottom: 5px;
}
  
  .accordion h5 {
    font-size: 20px;
    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;
  }
  
  .accordion-content p {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #474341;
    text-align: left;
    padding-left: 19px;
    margin-top: 15px;
  }
  
  .accordion-content h5 {
    font-size: 22px;
    font-weight: 500;
    color: #222222;
  }
  
  .accordion-icon {
    top: 12px;
    position: absolute;
    right: 35px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #222222;
    background-color: transparent;
}
  
.accordion::after {
    top: 14px;
    position: absolute;
    right: 42px;
    font-family: "Fontawesome" !important;
    content: "\2b" !important;
}
  
  .accordion.is-open:after {
    content: "\f068" !important;
  }
  .accordion.is-open {
    background-color: #FFDEE1;
}

.faq-main-img {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: -1;
}

.faq-main-img img{
    width: 100%;
}

.head-4 .head-line{
    width: 150px;
}
.faq-ques{
    position: absolute;
    top: 0%;
    right: 0%;
}




/* end faq */




















