*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #7b8095;
}
.text-center{
    text-align: center;
}
.img-fluid{
    max-width: 100%;
}
.container{
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.sec-padding{
    padding: 100px 0;
}

/* header part start */
.header{
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    position: relative;
    z-index: 100;
    overflow: hidden;
}
.header::before{
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    background-color: #bf262a;
    z-index: -1;
    transform: skewX(-25deg);
    
}
.header-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 90px;
}
.com-btn{
    display: inline-block;
    padding: 15px 35px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    background-color: #bf262a;
    color: #fff;
    border: 1px solid #bf262a;
    border-radius: 4px;
    transition: .3s all linear;
    text-align: center;
    
}
.com-btn:hover{
    background-color: #fff;
    color: #bf262a;
}

/* header part end */

/* banner part start */
.banner{
    min-height: 90vh;
    display: flex;
    align-items: center;
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.banner::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-box{
    max-width: 810px;
    width: 100%;
}
.banner-box h1{
    font-size: 56px;
    line-height: 75px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.banner-box p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}

/* banner part end */

/* trusted part start */
.trusted{
    background-color: #F4F7FB;
}
.small-bar {
    width: 78px;
    height: 1px;
    background-color: #bf262a;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}
.small-bar::before, .small-bar::after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 6px;
    height: 6px;
    background-color: #bf262a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.small-bar::before {
    left: 78px;
}
.small-bar::after {
    right: 78px;
}
.com-heading{
    font-size: 36px;
    line-height: 47px;
    font-weight: 700;
    color: #212529;
}
.com-top{
    margin-bottom: 70px;
}
.single-trusted{
    padding: 45px 35px 38px 30px;
    background-color: #fff;
    transition: .3s all linear;
    border-radius: 5px;
}
.single-trusted:hover{
    transform: translateY(-5px);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
}
.trusted-box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.single-trusted h4,
.why-choose-text h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 30px;
}
.single-trusted h5{
    display: grid;
    grid-template-columns: 25px 1fr;
    font-size: 16px;
    font-weight: 500;
    gap: 7px;
    margin-bottom: 10px;
    color: #212529;
}
.single-trusted h5:last-child{
    margin: 0;
}
.single-trusted p{
    margin-bottom: 20px;
}
/* trusted part end */

/* why choose part start */
.why-choose-box{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.single-why-choose{
    max-width: 380px;
    width: 100%;
    padding: 70px 25px 52px 60px;
    box-shadow: rgba(43, 52, 59, 0.08) 0px 0px 7px 0px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.single-why-choose::before{
    content: "";
    width: 5px;
    height: 0px;
    background-color: #bf262a;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all linear;
}
.single-why-choose:hover::before{
    height: 33px;
}
.single-why-choose::after{
    content: "+";
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bf262a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: -35px;
    bottom: 0;
    transition: .3s all ease-in-out;
}
.single-why-choose:hover::after{
    right: 0;
}
.why-choose-icon img{
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.why-choose-icon{
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    position: relative;
}
.circle{
    width: 60px;
    height: 60px;
    background-color: rgba(191, 38, 42, .2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all linear;
}
.single-why-choose:hover .circle{
    width: 80px;
    height: 80px;
}
.why-choose-text h4{
    margin: 0;
}
.com-sec-btn{
    margin-top: 50px;
}

/* why choose part end */

/* areas part start */
.areas{
    background-image: url("../images/areas.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.com-top p{
    margin-top: 30px;
}
.areas .single-trusted h4{
    margin-bottom: 20px;
}
.areas .single-trusted p{
    margin: 0;
}
.who-middle h3{
    font-size: 25px;
    line-height: 35px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 30px;
}
.who-box{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px 30px;
}
.who-box p{
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #212529;

}
/* areas part end */

/* hires part start */
.hires{
    background-color: #F4F7FB;
}
.hires-box{
    
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    align-items: flex-start;
}
.hires-text{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
}
.single-hires{
    padding: 30px 20px;
    padding-left: 30px;
    background-color: #fff;
    border-left: 5px solid #bf262a;
}
.single-hires h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
}
.single-hires p{
    margin-bottom: 20px;
    font-size: 15px;
}
.hires-img img{
    height: 100%;
    object-fit: cover;
}
.hires-img{
    height: 100%;
}

/* hires part end */

/* testimonial part start */
.testimonial{
    background-image: url("../images/testimonial.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonial .com-heading{
    color: #fff;
}
.testimonial .small-bar,
.testimonial .small-bar::before,
.testimonial .small-bar::after{
    background-color: #fff;
}
.testimonial-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px 30px;
}
.single-testimonial{
    padding: 40px;
    background-color: #fff;
    position: relative;
    transition: .3s all linear;
}

.testimonial-icon img{
    width: 80px;
    position: absolute;
    left: 10px;
    top: -40px;
}
.testimonial-img{
    margin-bottom: 10px;
}
.testimonial-img img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.testimonial-text p{
    margin-bottom: 20px;
}
.testimonial-text img{
    width: 100px;
    height: 18px;
    object-fit: cover;
}
.testimonial-text h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #212529;
}
.testimonial-text h5{
    font-size: 14px;
    font-weight: 500;
}
.testimonial .com-sec-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
}

.action-box{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.action-box iframe{
    width: 100%;
    height: 450px;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
}

.testimonial-middle{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}
.single-middle-testimonial{
    width: 200px;
    
}
.single-middle-testimonial img:first-child{
    width: 200px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
}
.single-middle-testimonial img:last-child{
    width: 100px;
    height: 18px;
    object-fit: cover;
}
/* testimonial part end */

/* map part start */

.map-top{
    padding: 0 20px;
}
.pb-0{
    padding-bottom: 0;
}
/* map part end */

/* special part start */
.special{
    background-color: #F4F7FB;
}
.special .single-why-choose{
    padding: 40px 30px;
}
.special .single-why-choose h4{
    margin-bottom: 20px;
}
.special .why-choose-text a{
    display: block;
    margin-top: 10px;
    color: #bf262a;
}
.special .why-choose-text a:hover{
    text-decoration: underline;
}
/* special part end */

/* faq part start */


.faq-item {
    border: 1px solid #bf262a;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
  }

  .faq-question {
    background-color: #bf262a;
    padding: 15px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
  .faq-answer a{
    color: #bf262a;
  }
  .faq-answer a:hover{
    text-decoration: underline;
  }
  .faq-question::after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .faq-question.expanded::after {
    content: '-';
  }

  .faq-answer {
    padding: 0px 20px;
    background-color: #fff;
    transition: 0.3s ease-out;
    height: 0;
    overflow: hidden;
  }

  .faq-answer.show-answer {
    padding: 20px;
    height: auto; 
    
  }
  .faq-box{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
/* faq part end */

/* contact part start */
.contact{
    background-color: #F4F7FB;
}
.contact-box{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px 50px;
    padding: 50px;
    border: 1px solid #d3d3d3;
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-items: center;
}
.input-box{
    margin-bottom: 20px;
}
.input-box input,
.input-box textarea{
    font-family: "Open Sans", sans-serif;
    padding: 15px 20px;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #7b8095;
    line-height: 24px;
    width: 100%;
    resize: none;
}
.input-box input:focus,
.input-box textarea:focus{
    border-color: #bf262a;
}
::placeholder{
    font-family: "Open Sans", sans-serif;
}
.sumbit-btn button{
    font-family: "Open Sans", sans-serif;
    width: 100%;
    border-radius: 30px;
    cursor: pointer;
}
/* contact part end */

/* footer part start */
.footer{
    background-color: #212529;
    color: #fff;
}
.footer-top{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 100px;
    padding: 70px 0;
    padding-bottom: 40px;
}
.single-footer img{
    width: 120px;
}
.single-footer-bottom{
    margin-top: 10px;
}
.single-footer h3{
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}
.single-footer-bottom{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-footer-bottom a{
    color: #fff;
}
.single-footer-bottom a:hover{
    text-decoration: underline;
}

.single-footer-bottom-last p{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
}
.single-footer-bottom-last p:first-child{
    grid-template-columns: 25px 1fr;
}
.single-footer-bottom-last p img{
    margin-top: 5px;
}
.main-footer{
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer p,
.main-footer a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(173, 181, 189);
    margin-bottom: 5px;
    display: block;
}
.main-footer a{
    text-decoration: underline;
}
.main-footer p:last-child{
    margin: 0;
}
/* footer part end */

/* sticky and scroll top start */
.header {
    transition: opacity 0.5s ease;
  }
  .header.header-none{
    opacity: 0;
  }
  .header.sticky {
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .header.sticky .logo{
    width: 80px;
  }

  .header.sticky .com-btn{
    padding: 12px 30px;
  }

  .header.sticky::before{
    display: none;
  }

  /* Content filler */
  .content {
    padding: 100px 20px;
  }

  /* Scroll to top button */
  .scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #bf262a;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 1000;
  }
  .scroll-top img{
    width: 20px;
    height: 20px;
    object-fit: cover;
  }
  .scroll-top.show {
    opacity: 1;
    pointer-events: auto;
  }
/* sticky and scroll top end */


/* slider part start */

.testimonial-box{
    display: block;
}
.single-testimonial{
    margin: 0 10px;
    min-height: 405px;
}
.slick-list{
    padding-top: 20px;
    
}
.testimonial-text{
    text-align: center;
}
.testimonial-text img{
    margin: 0 auto;
    margin-bottom: 5px;
}
.slick-prev, .slick-next{
    top: calc(50% + 9px);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus{
    background-color: rgba(255, 255, 255, 0.4);
}
.slick-prev {
    left: -60px;
}
.slick-next {
    right: -60px;
}
/* slider part end */


/* learn more part start */
.learn-more{
    max-width: 1200px;
    width: 98%;
    height: 650px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    padding: 60px 20px;
    opacity: 0;
    visibility: hidden;
    transition: .5s all linear;
    
}
.learn-more.active{
    opacity: 1;
    visibility: visible;
}
.popup-box{
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.popup-box::-webkit-scrollbar{
    display: none;
}
.close-btn{
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #bf262a;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}
.learn-more-box h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #212529;
    margin-bottom: 10px;
}
.learn-more-box p{
    margin-bottom: 25px;
}
.learn-more-box .learn-p{
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 10px;
    
    
}
.learn-p-box{
    padding-left: 30px;
    margin-bottom: 25px;
}
.learn-p-box p.learn-p{
    margin-bottom: 10px;
}
/* learn more part end */


/* spiner start */
.spinner {
    display: none;
    align-items: center;
    margin-bottom: 10px;
    font-size: 15px;
}

.spinner::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid #ccc;
    border-top-color: #004868;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.success-message{
    display: none;
    padding: 5px 12px;
    background-color: #10ac84;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
.success-message.active{
    display: block;
}
/* spiner end */