
/* body {
  font-family: "Avenir";
}
* {
  margin: 0 0;
  padding: 0 0;
  box-sizing: border-box;
} */
.custom_section {
  background-color: #f9f9f9;
}
  .custom_section .container {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    padding: 0 24px;
  }
  
  .custom_section .row {
    position: relative;
  }
  .custom_section h1 {
    font-size: 70px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
  }
  
  .custom_section h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25;
    color: #363F46;
    margin-bottom: 16px;
  }
  .custom_section h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    color: #363F46;
    margin-bottom: 16px;
  }
  
  
  .custom_section h4{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #363F46;
  }
  
  .custom_section h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 4px;
    color: #363F46;
  }
  
  .custom_section p {
    font-size: 16px;
    color: #585f66;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .custom_section ul{
    margin-bottom: 24px;
  }
  .custom_section ul li {
    margin-bottom: 16px;
    font-size: 16px;
    color: #585f66;
    font-weight: 400;
    line-height: 1.6;
  }
  .custom_section ul li i {
    margin-right: 8px;
  }
  .hero-sec .row ,.custom_banner_section .row{
      /* display: flex;
      gap: 40px;
      justify-content: center;
      align-items: center; */
  }
  
   .hero-txt ,.custom_banner_section .custom_banner_content{
    /* max-width: 60%;
    width: 100%; */
  }
  .hero-sec .row .hero-form,.custom_banner_section .custom_banner_form{
    /* width: 40%; */
  }
  .custom_section .left.txt {
    padding-left: 50px;
  }
  .hero-sec .row .hero-form .custom_form {
      margin-left: auto;
  }
  
  .custom_section .fa,
  .custom_section .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
  }
  
  /* hero section  */
  .hero-sec {
    padding-top: 200px;
    padding-bottom: 300px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
  .custom_hero_banner {
      background: radial-gradient(circle at 99.93% 4.71%, #2C6AB0, transparent 15%), radial-gradient(circle at 61.46% 5.68%, #092042, transparent 100%), radial-gradient(circle at 0% 0.42%, #0a2041, transparent 18%), radial-gradient(circle at 77.08% 63.71%, #092042, transparent 100%), radial-gradient(circle at 5.86% 39.47%, #026EA6, transparent 54%), radial-gradient(circle at 13.48% 5.82%, #026EA6, transparent 51%), radial-gradient(circle at 50% 50%, #000000, #000000 100%);
  }
  
  .hero-sec .hero-txt h1 {
    padding-left: 24px;
    border-left: 4px dashed #ffffff;
    margin-bottom: 40px;
  }
  .hero-sec .custom_subheading h4{
     color: #ffffff;
  }
  .hero-sec  .custom_subheading h4::before{
        background-color: #ffffff;
  }
  .hero-sec .hero-txt p {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 40px;
  }
  
  
  .hero-txt ul {
    padding: 0 0;
    list-style-type: none;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 20px 20px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  
  
  
  .hero-txt ul li {
    font-size: 20px;
    color: #fff;
    width: calc(100% / 2 - 10px);
  }
  .hero-sec .custom_subheading{
    margin-bottom: 50px;
  }
  .custom_subheading h4 {
    position: relative;
    padding-left: 32px;
      margin-bottom: 12px;
  }
  .custom_subheading h4::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #041928;
    bottom: 0px;
    margin: auto;
  }
  
  
  
  .custom_section .btn {
    /* background-color: #2676DC ; */
    background: linear-gradient(45deg, #55adfe 11%, #2879de 65%);
    color: #ffff;
    padding: 0.3rem 3rem;
    border: 1px solid #2676DC ;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    border-radius: 2.5rem;
    font-weight: 600;
    display: inline-block;
    transition: .4s all ease;
  }
  .custom_section .btn:hover{
    background: linear-gradient(45deg, #08AFD4 11%, #0C284E 65%);
    color: #ffff;
  }
  /* .custom_section a.btn.btn-call img {
    width: 31px;
    height: 31px;
    object-fit: contain;
  } */
  
  .custom_section a.btn.btn-blk {
    background-color: #000 ;
    color: #fff;
    border-color: #000 ;
  }
  
  /* .custom_section .btn-grid .btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
  } */
  
  .custom_section .btn-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px ;
    max-width: 730px;
  }
  
  .custom_section a.btn.btn-call {
    background: transparent;
    color: #fff;
    /* border-color: #fff; */
    display: flex;
    align-items: center;
  }
  
  .custom_section a.btn.btn-call span em {
    line-height: 1;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 2px;
  }
  
  .custom_section a.btn.btn-call span {
    display: flex;
    flex-direction: column;
    line-height: normal;
    align-items: flex-start;
  }
  .custom_section a.btn.btn-call img {
    filter: brightness(0) !important;
  }
  
  .custom_section a.btn.btn-call,
  .custom_section a.btn.btn-blk {
    background: #fff ;
    color: #000 ;
  }
  .custom_section a.btn.btn-call:hover img {
    filter: unset !important;
  }
  
  .custom_section a.btn.btn-call:hover,
  .custom_section a.btn.btn-blk:hover{
    background: linear-gradient(45deg, #55adfe 11%, #2879de 65%);
    color: #ffffff !important;
  }
  
  .custom_section ul,
  .custom_section li {
    padding: 0 0;
    margin: 0 0;
    list-style-type: none;
  }
  
  .custom_section .row-custom {
    display: flex;
    gap: 50px;
    align-items: center;
  }
  
  .custom_section  .row-custom .col-lg-6 {
    width: calc(100% / 2 - 25px);
  }
  
  
  /* custom_benefites */
  .custom_benefites,.custom_get_in_touch{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .custom_benefites,.custom_benefites .container{
    position: relative;
  }
  .custom_benefites::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 60%;
    background: radial-gradient(circle at 99.93% 4.71%, #2C6AB0, transparent 15%), radial-gradient(circle at 61.46% 5.68%, #092042, transparent 100%), radial-gradient(circle at 0% 0.42%, #0a2041, transparent 18%), radial-gradient(circle at 77.08% 63.71%, #092042, transparent 100%), radial-gradient(circle at 5.86% 39.47%, #026EA6, transparent 54%), radial-gradient(circle at 13.48% 5.82%, #026EA6, transparent 51%), radial-gradient(circle at 50% 50%, #000000, #000000 100%);
  }
  .custom_benefites .custom_line_border span {
    background-color: #DCBB39;
  }
  .custom_benefites h2 {
      color: #ffffff;
  }
  .custom_benefites .custom_line_border span{
    background-color: #00203e;
  }
  .custom_benefites .custom_line_border hr{
    border-color: #ffffff;
  }
  .custom_benefites .custom_line_border span img {
      filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(151deg) brightness(102%) contrast(103%);
  }
  
  
  
  .custom_get_in_touch {
    background-color: #f9f9f9;
  }
  
  .custom_card_section .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  
  .custom_card_section .grid .coloum {
    width: calc(100% / 3 - 20px);
    display: flex;
  }
  
  .custom_card_section.custom_grid_4 .grid .coloum {
    width: calc(100% / 4 - 23px);
  }
  
  .custom_card_section .grid .coloum .inner-coloum {
    background: #fff;
    padding: 30px 30px;
    /* border-radius: 8px; */
    position: relative;
  }
  
  
  
  .custom_card_section .grid .coloum .inner-coloum figure {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    background-color:  #2676DC !important;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .custom_card_section .grid .coloum .inner-coloum figure.custom_icon {
      font-size: 24px;
      color: #ffffff;
  }
  
  .custom_card_section .grid .coloum .inner-coloum figure img {
    filter: brightness(0) invert(1);
  }
  .custom_card_section .grid .coloum .inner-coloum .txt p{
    margin-bottom: 0px;
    text-align: center;
  }
  
  
  .custom_card_section .grid .coloum .inner-coloum span {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 30px;
    font-weight: 800;
    color: #efefef;
  }
  
  .custom_card_section .btn-grid,
  .call-now-sec .btn-grid {
    margin: 30px auto 0;
    justify-content: center;
  }
  
  
  .custom_card_section a.btn.btn-call {
    background: #000;
    border-color: #000;
  }
  
  
  
  .custom_card_section a.btn.btn-call:hover {
    color: #fff;
  }
  
  .custom_card_section a.btn.btn-call:hover img {
    filter: unset;
  }
  
  .call-now-sec {
    background-image: url('../images/bg-call-sec.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .call-now-sec:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .call-now-sec .sec-heading {
    position: relative;
    color: #fff;
  }
  
  .icn-list li {
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 24px;
  }
  
  .icn-list {
    margin-bottom: 30px;
  }
  
  .icn-list li i {
    position: absolute;
    left: 0;
    top: 2px;
  }
  /* custom_benefites*/
  .custom_benefites .grid {
    justify-content: center;
  }
  .custom_benefites .custom_section_heading {
      text-align: center;
      margin-bottom: 40px;
      max-width: 725px;
      margin-right: auto;
      margin-left: auto;
  }
  
  .custom_benefites.custom_card_section .grid .coloum .inner-coloum {
    padding: 32px;
    text-align: center;
  }
  
  .call-now-sec h3 {
    margin-bottom: 10px;
    margin-top: -10px;
  }
  
  .custom_benefites.custom_card_section .grid .coloum .inner-coloum figure {
    width: 72px;
    height: 72px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto 20px;
    background:  #2676DC !important;
    padding: 12px;
  }
  
  .custom_benefites.custom_card_section .grid .coloum .inner-coloum figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  /* css start  */
  /* custom_unmatched_commercial */
  .custom_unmatched_commercial {
    background-color: #f9f9f9;
    padding-bottom: 50px;
  }
  .custom_unmatched_commercial .custom_grid {
    /* display: flex;
    align-items: stretch;
    justify-content: space-between; */
    background-color: #ffffff;
    margin-top: -180px;
  }
  
  .custom_unmatched_commercial .custom_grid .custom_grid_content {
    /* width: 55%; */
    padding: 60px;
    background: #FFFFFF;
  }
  .custom_unmatched_commercial .custom_grid .custom_grid_image {
    /* width: 45%; */
    position: relative;
    background: #FFFFFF;
    padding: 0;
  }
  .custom_unmatched_commercial .custom_grid .custom_grid_image figure, .custom_unmatched_commercial .custom_grid .custom_grid_image figure img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .custom_icon_list_item {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 16px;
  }
  .custom_icon_list_item .icon {
    max-width: 40px;
    height: 40px;
    background-color:  #2676DC !important;
    width: 100%;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
  }
  .custom_icon_list_item .icon i {
    font-size: 20px;
    color: #ffffff;
  }
  .custom_icon_list .custom_icon_list_item {
    margin-bottom: 24px;
  }
  .custom_icon_list .custom_icon_list_item:last-child {
    margin-bottom: 0px;
  }
  
  
  .custom_line_border hr {
    border: 1px dashed #000000;
    margin-top: -14px;
  }
  .custom_line_border {
    text-align: center;
  }
  .custom_line_border span img {
    width: 24px;
  }
  .custom_line_border span {
    display: inline-block;
    background-color: #ffffff;
    width: 50px;
    border-radius: 50%;
  }
  .custom_line_border {
    margin: 32px 0;
    padding-bottom: 14px;
  }
  
  
  /* counter css  */
  .custom_unmatched_commercial #counter{
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: end;
    /* background: #e6e6e7; */
    padding: 16px 16px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    gap: 16px;
  }
  .custom_unmatched_commercial #counter .item{
    background:  #2676DC !important;
    max-width: 250px;
    width: 100%;
    padding: 16px;
    text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  } 
  .custom_unmatched_commercial #counter .item .count{
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 700;
  }
  .custom_unmatched_commercial #counter .item p{
    text-transform: capitalize;
    margin-bottom: 0px;
    font-size: 12px;
    color: #ffffff;
  }
  /* custom_card_section */
  .custom_card_section .custom_card_grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 44px;
  }
  .custom_card_section .custom_card_grid .custom_card_item {
    padding: 28px;
    box-shadow: 0 0 27px #0000000d;
  }
  .custom_card_section .custom_card_grid .custom_card_item figure {
    background-color: #000;
    width: 56px;
    display: inline-block;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 11px;
  }
  
  /* custom_our_service */
  .custom_our_service .custom_line_border span {
    background-color: #edf4fe;
  }
  .custom_our_service{
    padding: 60px 0;
    /* background-color: #f9f9f9; */
    background-color: #edf4fe;
  }
  .custom_our_service .custom_section_heading{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }
  .custom_our_service .custom_section_heading p {
      margin-bottom: 0px;
  }
  .custom_card_grid_3 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 42px;
    flex-wrap: wrap;
  }
  .custom_card_grid_3 .custom_card_item {
    width: calc(100% /3 - 28px);
    background-color: #ffff;
    padding: 20px;
  }
  .custom_card_grid_3 .custom_card_item figure, .custom_card_grid_3 .custom_card_item figure img {
    width: 100%;
  }
  .custom_card_grid_3 .custom_card_item figure {
    margin-bottom: 20px;
  }
  .custom_card_grid_3 .custom_card_item p {
    margin-bottom: 0px;
  }
  .custom_section .custom_section_footer {
    margin-top: 40px;
  }
  .custom_section .custom_section_footer .btn-grid {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .custom_section figure, .custom_section figure img {
    width: 100%;
    max-width: 100%;
  }
  
  /* custom_our_clients */
  .custom_our_clients{
    padding: 60px 0;
    background-color: #ffffff;
  }
  .custom_our_clients h4{
    text-align: center;
    margin-bottom: 40px;
  }
  .custom_grid_6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  .custom_our_clients figure img {
    height: 72px;
    object-fit: cover;
  }
  .custom_get_in_touch .custom_subheading h4 {
    display: inline-block;
  }
  .custom_get_in_touch .custom_section_heading {
    text-align: center;
    margin-bottom: 40px;
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .custom_get_in_touch .custom_line_border span {
    background-color: #f9f9f9;
  }
  .custom_get_in_touch .coloum h4 {
    text-align: center;
  }
  
  .custom_banner_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
  }
  .custom_banner_section .custom_banner_content {
    /* width: 50%; */
  }
  .custom_banner_section::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: radial-gradient(circle at 99.93% 4.71%, #2C6AB0, transparent 15%), radial-gradient(circle at 61.46% 5.68%, #092042, transparent 100%), radial-gradient(circle at 0% 0.42%, #0a2041, transparent 18%), radial-gradient(circle at 77.08% 63.71%, #092042, transparent 100%), radial-gradient(circle at 5.86% 39.47%, #026EA6, transparent 54%), radial-gradient(circle at 13.48% 5.82%, #026EA6, transparent 51%), radial-gradient(circle at 50% 50%, #000000, #000000 100%);
    opacity: .5;
    width: 100%;
    height: 100%
  }
  .custom_banner_section .container{
    position: relative;
  }
  .custom_banner_section h2,.custom_banner_section p,.custom_banner_section ul li{
    color: #ffffff;
  }
  .custom_banner_section .custom_banner_form h2 {
      color: #041928;
  }
  .custom_banner_section .custom_banner_form .custom_form {
      margin-left: auto;
  }
  
  /* custom_content_image */
  .custom_content_image{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .custom_section .custom_icon_list_item p {
    margin-bottom: 0px;
  }
  .custom_content_image .custom_grid_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 60px;
  }
  .custom_content_image .custom_image>figure {
    height: calc(100% - 150px);
  }
  .custom_content_image .custom_image figure img {
    height: 100%;
    object-fit: cover;
  }
  
  
  
  .custom_content_image #counter_image{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
    /* background: #e6e6e7; */
    /* padding: 16px 16px; */
    width: 50%;
    /* position: absolute;
    bottom: 0px;
    left: 0px; */
    height: 100%;
  }
  .custom_content_image #counter_image .item {
    background:  #2676DC !important;
    width: auto;
    padding: 16px 40px;
    /* margin: 0 10px; */
    text-align: center;
    height: 100%;
    width: 100%;
    border-top: 10px solid #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .custom_content_image #counter_image .item .count{
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 700;
  }
  .custom_content_image #counter_image .item p{
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #ffffff;
  }
  .custom_content_image .custom_image_content {
    position: relative;
    height: 150px;
  }
  .custom_content_image .custom_image_content {
    position: relative;
    height: 150px;
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 0px;
  }
  
  .custom_content_image .custom_image_content figure {
    width: 50%;
    height: 300px;
    border-top: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
  }
  .custom_content_image .custom_content a.btn {
    margin-top: 30px;
  }
  .custom_content_image .custom_line_border span {
      background-color: #f9f9f9;
  }
  
  
  
  /* faq css  */
  
  .custom_faq{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .custom_faq .custom_section_heading {
    text-align: center;
    margin-bottom: 40px;
  }
    .custom_faq .accordion-item {
      margin: 1rem 0;
      border-radius: 9px;
      overflow: hidden;
      box-shadow: 0px 0px 6px #0000001C;
      background-color: #ffffff;
  
  }
  
  .custom_faq .accordion-item-header {
      padding: 24px 40px 24px 20px;
      font-weight: 600;
      display: flex;
      align-items: center;
      position: relative;
      cursor: pointer;
      color: #1A1A1A;
      font-size: 20px;
      line-height: 1.3;
  }
  
  .custom_faq .accordion-item-header::after {
      content: "\002B";
      font-size: 32px;
      position: absolute;
      right: 16px;
      color: #041928;
  }
  
  .custom_faq .accordion-item-header.active::after {
      content: "\2212";
  }
  
  .custom_faq .accordion-item-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-out;
  }
  
  .custom_faq .accordion-item-body-content {
      padding: 16px 150px 16px 20px;
      line-height: 1.5;
      font-size: 18px;
  }
  
  .custom_faq .accordion-item-header.active {
      border-bottom: 1px solid #dcdcdc;
  }
  .custom_faq .accordion-item-body-content p {
  margin: 0px;
  }
  
  /* custom_form */
  
  .custom_form{
    background-color: #ffffff;
    padding: 24px;
    border-radius: 20px;
    max-width: 450px;
  }
  .custom_form .form-group{
    margin-bottom: 16px;
  }
  .custom_form .form-group label{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .custom_form .form-group input,.custom_form .form-group textarea {
      width: 100%;
      height: 40px;
      border-radius: 5px;
      border: 1px solid #D4D4D4;
      background-color: transparent;
      padding: 12px 16px;
      color:#ffffff;
  }
  .custom_form .form-group textarea {
    height: 100px;
  }
  .custom_form form .form-group:last-child {
      margin-bottom: 0px;
  }
  
  /* new css  */
  
  .custom_our_service .custom_card_item figure img {
      height: 240px;
      object-fit: cover;
  }
  
  
  
  @media (max-width: 1400px) {
    .hero-sec .hero-txt h1 {
      font-size: 60px;
      margin-bottom: 32px;
    }
    .custom_section h2 {
      font-size: 36px;
      line-height: 1.25;
  }
  .custom_section h3{
    font-size: 26px;
   
  }
  
    .custom_section h4 {
      font-size: 22px;
    }
    .custom_icon_list .custom_icon_list_item {
      margin-bottom: 20px;
  }
  
  /* hero section  */
    .hero-sec .custom_subheading {
      margin-bottom: 32px;
    }
    .hero-sec .hero-txt p {
      font-size: 20px;
      margin-bottom: 32px;
    }
    .hero-sec {
      padding-top: 200px;
      padding-bottom: 270px;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    /* custom_unmatched_commercial */
    .custom_unmatched_commercial .custom_grid .custom_grid_content {
      padding: 50px;
    }
    .custom_unmatched_commercial #counter .item .count,.custom_content_image #counter_image .item .count{
      font-size: 36px;
    }
    .custom_line_border {
      margin: 28px 0;
      padding-bottom: 14px;
  }
  }
  
  @media (max-width: 1199px) {
    section .container {
      padding: 0 16px;
    }
    .hero-sec .hero-txt h1 {
      font-size: 44px;
    }
    .custom_section h2 {
      font-size: 32px;
  }
  .custom_section h3{
    font-size: 24px;
   
  }
    .custom_section h4 {
      font-size: 20px;
    }
    .custom_section h5 {
      font-size: 18px;
  }
  .custom_icon_list .custom_icon_list_item {
    margin-bottom: 16px;
  }
  .custom_icon_list_item .icon i {
    font-size: 18px;
    color: #ffffff;
  }
  .custom_icon_list_item .icon {
    max-width: 32px;
    height: 32px;
    line-height: 32px;
  }
  
    .custom_card_section.custom_grid_4 .grid .coloum {
      width: calc(100% / 2 - 23px);
    }
  
    .custom_card_section .grid .coloum {
      width: calc(100% / 2 - 15px);
    }
  
  
   
  
    .custom_card_section .grid .coloum .inner-coloum .txt h5 {
      font-size: 22px;
    }
  
    .map .grid {
      max-width: 500px;
    }
  
    .hero-sec .hero-txt p {
      font-size: 20px;
    }
  
    .hero-txt ul li {
      font-size: 16px;
    }
  
    .custom_section .btn {
      font-size: 16px;
    }
  
    .custom_section a.btn.btn-call span em {
      font-size: 13px;
    }
    /* padding  */
    .custom_our_service,.custom_our_clients,.custom_benefites, .custom_get_in_touch ,.custom_content_image,.custom_banner_section,.custom_faq{
      padding-top: 50px;
      padding-bottom: 50px;
  }
  
    /* custom_unmatched_commercial */
    .custom_unmatched_commercial {
      padding-bottom: 32px;
  }
  .custom_unmatched_commercial #counter .item .count,.custom_content_image #counter_image .item .count{
    font-size: 32px;
  }
  .custom_card_grid_3 {
    gap: 32px;
  }
  .custom_card_grid_3 .custom_card_item {
    width: calc(100% /3 - 22px);
  }
  
  .custom_grid_6 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .custom_content_image .custom_image>figure {
    height: calc(100% - 132px);
  }
  .custom_content_image .custom_image_content figure {
    height: 240px;
  }
  .custom_content_image .custom_image_content {
    height: 132px;
  }
  
  .custom_content_image .custom_grid_2 {
    gap: 40px;
  }
  
  }
  
  @media (max-width: 1024px) {
    .custom_section .container{
      padding: 0 16px;
    }
  .hero-sec .hero-txt h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .custom_section h2 {
    font-size: 26px;
  }
  .custom_section h3{
    font-size: 22px;
   
  }
  .custom_section h4 {
    font-size: 18px;
  }
  
  .custom_line_border {
    margin: 24px 0;
    padding-bottom: 14px;
  }
  /* hero section  */
  
  .hero-sec {
    padding-top: 150px;
    padding-bottom: 250px;
  }
  .hero-sec .hero-txt p {
    font-size: 20px;
    margin-bottom: 24px;
  }
  
  .hero-sec .row, .custom_banner_section .row {
      /* gap: 16px; */
  }
  
  /* custom_unmatched_commercial */
  .custom_unmatched_commercial .custom_grid .custom_grid_content {
    padding: 40px;
  }
  .custom_unmatched_commercial #counter .item {
    background: #6EC1E4;
    /* width: auto; */
    padding: 12px 16px;
    /* margin: 0 10px; */
    text-align: center;
  }
  
  .custom_grid_4 .count,.custom_content_image #counter_image .item .count{
    font-size: 26px;
  }
  
  .custom_our_service .custom_section_heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
  }
  
  .custom_card_grid_3 {
    gap: 24px;
  }
  .custom_card_grid_3 .custom_card_item {
    width: calc(100% /2 - 12px);
  }
  
  
  .custom_content_image .custom_grid_2 {
    gap: 24px;
  }
  .custom_content_image .custom_image_content figure {
    height: 200px;
  }
  
  
  .custom_card_section .grid {
    gap: 24px;
  }
  .custom_card_section.custom_grid_4 .grid .coloum {
    width: calc(100% / 2 - 12px);
  }
  .custom_card_section.custom_grid_4 .grid .coloum .inner-coloum {
    padding: 20px;
  }
  .custom_banner_section .custom_banner_content {
    width: 60%;
  }
  
  .custom_benefites::before{
    height: 50%;
  }
  .custom_faq{
      padding-top: 50px;
      padding-bottom: 50px;
    }
      .custom_faq .accordion-item-header {
          padding: 12px 28px 12px 16px;
          font-size: 18px;
      }
  
      .custom_faq .accordion-item-body-content {
          padding: 14px 50px 14px 16px;
          font-size: 17px;
      }
  
      .custom_faq .accordion-item-header::after {
          font-size: 24px;
      }
  
  }
  
  
  @media (max-width: 767px) {
    .hero-sec .row .hero-form{
      width: 100%;
      max-width: 100%;
    }
    .custom_form{
      width: 100%;
      margin: 50px auto;
      max-width: 100%;
    }
    .hero-sec .hero-txt h1 {
      font-size: 30px;
      padding-left: 16px;
      margin-bottom: 16px;
  }
  .custom_section h2 {
    font-size: 24px;
  }
  .custom_section h3{
    font-size: 20px;
   
  }
  
  /* hero section  */
  .hero-sec .row, .custom_banner_section .row {
      flex-direction: column;
  }
  .hero-sec .row .hero-form, .custom_banner_section .custom_banner_form{
    width: 100%;
  }
  
  .hero-sec .custom_subheading {
    margin-bottom: 16px;
  }
    .hero-txt {
      max-width: 100%;
  }
  .custom_subheading.btn-grid {
    flex-direction: row;
  }
  
  .row-custom {
    flex-direction: column !important;
  }
  
  .row-custom .col-lg-6 {
    width: calc(100% / 1 - 0px);
  }
  
  .hero-sec .hero-txt p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .hero-sec .btn-grid {
    align-items: flex-start;
    flex-direction: row;
  }
  
  
  .custom_unmatched_commercial .custom_grid {
    flex-direction: column-reverse;
  }
  .custom_unmatched_commercial .custom_grid .custom_grid_content,.custom_unmatched_commercial .custom_grid .custom_grid_image{
    width: 100%;
  }
  .custom_unmatched_commercial .custom_grid .custom_grid_content {
    padding: 24px;
  }
  .custom_our_service .custom_section_heading {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .custom_subheading h4 {
    padding-left: 28px;
  }
  .custom_subheading h4::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-color: #041928;
    bottom: 0px;
    margin: auto;
  }
  .custom_card_grid_3 .custom_card_item {
    width: calc(100% /1 - 0px);
  }
  
  .custom_grid_6 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  
  .custom_content_image .custom_grid_2 {
    grid-template-columns: 1fr;
  }
  .custom_content_image .custom_grid_2 .custom_content {
    order: 2;
  }
  .custom_banner_section .custom_banner_content {
    width: 100%;
    max-width: 100%;
  }
  .custom_unmatched_commercial #counter .item .count, .custom_content_image #counter_image .item .count {
    font-size: 24px;
  }
  .custom_unmatched_commercial #counter .item {
    padding: 8px 16px;
    /* margin: 0 8px; */
  }
  .custom_unmatched_commercial #counter {
    padding: 12px 8px;
  }
  
   .custom_faq.new-sec .accordion {
          padding: 0px;
      }
  
      .custom_faq .accordion-item-header {
          padding: 12px 24px 12px 16px;
          font-size: 17px;
      }
  
      .custom_faq .accordion-item-header::after {
          right: 12px;
      }
  
      .custom_faq .accordion-item-body-content {
          padding: 12px 30px 12px 16px;
          font-size: 16;
      }
  }
  
  @media (max-width: 567px) {
  
    .custom_section .btn {
      font-size: 16px;
      width: fit-content;
    }
  
    .custom_card_section .grid {
      flex-direction: column;
    }
  
    .custom_card_section.custom_grid_4 .grid .coloum {
      width: calc(100% / 1 - 0px);
    }
  
    .custom_card_section .grid .coloum {
      width: calc(100% / 1 - 0px);
    }
  
    .custom_card_section .grid .coloum .inner-coloum {
      width: 100%;
    }
  
  }
  
  
  
  
    
  @media only screen and (max-width: 1024px) {
    
  }
  
  @media only screen and (max-width: 767px) {
     
  }