

@font-face {
  font-family: "noto-bold";
  src: url("./fonts/NotoSans-ExtraBold.ttf");
}
@font-face {
  font-family: "noto-midium";
  src: url("./fonts/NotoSans-Medium.ttf");
}
@font-face {
  font-family: "noto-regular";
  src: url("./fonts/NotoSans-Regular.ttf");
}
/*old footer*/
footer#contact {
    display: none;
}
.section-content .d-flex i.bi {
    font-size: 40px;
    padding: 0 30px;
}

/*Globle CSS*/
body{
  font-family: "noto-regular";
}
h4 {
  font-family: "noto-midium";
}
p {
  font-family: "noto-regular";
}
a {
    color: #000000;
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: 'noto-midium';
}

a.nav-link:hover {
  color: #ca1213;
}
.headline:after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #BABABA;
    display: block;
    margin: 25px auto;
}
.section-footer a:hover,
footer a:hover{
    color: #ca1213 !important;
}
.off-white{
background-color: #eeeeee;
padding: 100px 0;
}
.my-100{
    padding: 70px 0;
}
h2.headline {
    font-size: 40px;   
    font-family: "noto-bold";
}
.subhed{
    font-size: 16px;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 60px;
    color: #777;  
    text-align: center;
    font-family: 'noto-regular';
}


/*  Header Css   */
button.btn.btn-outline-success {
    text-transform: uppercase;
}
button.btn.btn-outline-success {
    text-transform: uppercase;
    border-color: #ca1213;
    color: #fff;
    background-color: #ca1213;
    border-radius: 5px !important;
}

button.btn.btn-outline-success:hover {
    background-color: #840e00;
}
button.btn.btn-outline-success.me-2 {
    background-color: transparent;
    color: #ca1213;
}
button.btn.btn-outline-success.me-2:hover {
    background-color: #ca1213;
    color: #fff;
}

.section-header img {
    max-width: 270px;
}
a.nav-link {
  font-size: 16px;
  color: #3d3d3d;
  padding: 10px 12px !important;
  font-family: 'noto-bold';

}
.section-header {
    border-bottom: 1px solid #efb7b8;
}


/*  Header Css  End */

/*  Hero Css  */
.section-hero.banner {
    padding: 70px 0px 60px;
}
.banner .text {
    position: relative;
    z-index: 20;
}
.banner h1 {
    font-size: 55px;
    line-height: 66px;
    color: #3d3d3d;
    font-family: "noto-bold";
}
.banner .subtitle {
    font-size: 18px;
    color: #3d3d3d;
    max-width: 540px;
    font-family: "noto-regular";

}
.btn.btn-red {
    background: #ca1213;
    color: #fff;
    border-color: #ca1213;
}
.btn.btn-red:hover {
    background: #840e00;
    border-color: #840e00;
}
.btn .bi {
    transition: all 0.35s;
    left: 0;
    position: relative;
}
.btn:hover .bi{
    left: 8px;
}
.banner h1:after {
    content: "";
    width: 90px;
    height: 5px;
    display: block;
    margin: 20px 0 30px;
    background-color: #3d3d3d ;
}
.banner .btn {
    margin-top: 25px;
    margin-bottom: 0;
}
.banner .btn {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    min-width: 130px;
    font-family: "noto-midium";
    letter-spacing: 1px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.35s;
}
/*  Hero Css  End */


/*  Logos Crausel Css */
.section-logos {
  background-color: #fff;
  border: solid #efb7b8;
  border-width: 1px 0 1px;
}
.section-logos #client-logos .item {
  margin: 1px;
}

.section-logos .client-inners img {
  height: 100%;
  object-fit: contain;
}
.section-logos .client-inners {
  height: 85px;
  text-align: center;
  padding: 8px;
}
.section-logos .owl-nav img {
  width: 34px;
}
.section-logos .owl-prev img {
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -20px;
}
.section-logos .owl-next img {
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -20px;
}
.owl-nav {
  height: 0;
}
.owl-dots {
  display: none;
}
/*  Logos Crausel Css  End */



/*  Card Css */
.section-card .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100wh;
  }
  .section-card .card {
    color: #333;
    display: grid;
    place-items: center;
    position: relative;
    height: 300px;
     width: 33%;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .section-card .card::before {
    content: "";
    width: 110px;
    height: 350px;
    left: 10px;
    top: -70px;
    position: absolute;
    background: linear-gradient(#efb7b8, #ca1213);
    animation: animate 5s linear infinite;
  }
  
  @keyframes animate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .section-card .card::after {
    content: "";
    position: absolute;
    background: #fff;
    inset: 3px;
    border-radius: 8px;
  }
  
  .section-card .card .content {
    z-index: 1;
  }
/*  Card Css  End */
/*  Content Css  */
.section-content h3 {
    font-size: 24px;
    font-family: "noto-midium";
}
.section-content h2 {
    font-size: 40px;
    font-family: "noto-bold";
}
section.section-content {
  background: #3d3d3d;
  color: #fff;
}
/*  Content Css  End */

/*  Select box Css  */
.container.select-box {
    width: 80%;
}
#leadcount h2 {
    font-size: 40px;
    font-family: 'noto-bold';
}
/*  Select box Css  End */
/*  FAQ Css   */

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  font-family: 'noto-bold';
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #333;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ca1213;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}
/*  FAQ Css  End */


/*  Price Table Css  */
  
  .section-table .pricing-table {
    width: 96%;
    margin: 50px auto;
    min-height: 400px;
    border: 2px solid rgba(151, 160, 175, 0.2);
    border-radius: 7px;
    padding: 30px 20px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  }
  
  .section-table .pricing-table:hover {
    border-color: #97a0af;
  }
  
  .section-table h2 {
    margin-bottom: 0;
  }
  
  .section-table h3 {
    margin-top: 5px;
    font-size: 16px;
  }
  
  .section-table .section-table p {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #97a0af;
  }
  
  .section-table .plan-content {
    padding-top: 20px;
}
  
  .section-table .pricing {
    font-size: 40px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button::after {
    filter: hue-rotate(150deg) !important;
}
  .section-table .price-text {
    font-size: 10px;
    margin-top: 0;
  }
  
  .section-table .btn {
    background: #ca1213;
    border: 1px solid #ca1213;
    padding: 11px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
  }

  .section-table .btn:hover {
    background: #840e00;
    border: 1px solid #840e00;
  }
  .section-table .trans-btn{
    background: transparent;
    color: #ca1213;
  }
  .section-table .trans-btn:hover {
    background: #ca1213;
    border: 1px solid #ca1213;
    color: #fff;
}
.accordion-button:not(.collapsed) {
    color: #ca1213;
    background-color: #fde9e9;
    font-family: 'noto-midium';
}
button.accordion-button.collapsed {
  font-family: 'noto-midium';
}

/*  Price Table Css  End */

/*  Footer Css   */
.section-footer {
    padding-top: 60px;
    margin-top: 60px;
    background: #f3f3f3;
}
footer {
    background: #f3f3f3;
    text-align: center;
    padding: 30px 0;
}
footer .copyright-footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.section-footer .item-list-a i {
    font-size: 18px;
    padding-right: 4px;
    color: #ca1213;
}
h3.w-title-a.text-brand {
  font-family: 'noto-bold';
  margin-bottom: 25px;
}
/*  Footer Css  End */




@media screen and (max-width: 991px) {
      .section-card .card {
         width: 42%;
      }
      .section-card .container {
        flex-wrap: wrap;
      }
      .faq {
        margin-bottom: 30px;
      }
      .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
      }
      div#navbarSupportedContent {
        position: absolute;
        top: 92px;
        background-color: #fff;
        width: 100%;
        z-index: 99;
        padding-bottom: 50px;
    }
    .banner h1 {
      font-size: 32px;
      line-height: 40px;
  }
}
@media screen and (max-width: 650px) {
    .section-logos .container {
        max-width: 80% !important;
    }
}
@media screen and (max-width: 500px) {
    .section-card .card {
       width: 90%;
    }
    .section-header img {
        max-width: 180px;
    }
    
    .section-content h2 {
        font-size: 32px;
    }
    .section-content img.w-100 {
        margin-top: 40px;
    }
    #leadcount h2 {
        font-size: 32px;
    }
    .col-md-6.col-sm-6.col-xs-12 {
        margin-bottom: 25px;
    }
    .section-table .pricing-table {
        margin: 20px auto;
    }
}
