
@media (max-width: 1660px)
.service-contain .service-box+.service-box::before {
    left: -30px;
}


  /*

.container-fluid-lg { 
    padding: 0 calc(12px + (160 - 12) * ((100vw - 320px) / (1920 - 320)));
} 

*,:before,:after { 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
} 
*/
  .section-b-space {
    padding-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
  }

  .main-footer {
    border-top: 1px dashed #c1c1c1;
  }

  .section-small-space {
    padding: calc(18px + (42 - 18) * ((100vw - 320px) / (1920 - 320))) 0;
  }

  .section-small-space {
    padding: 30px 0;
  }

  .sub-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    border-top: 1px dashed #c1c1c1;
  }

  /*

.row { 
    --bs-gutter-x: 1.5rem; 
    --bs-gutter-y: 0; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-top: calc(-1 * var(--bs-gutter-y)); 
    margin-right: calc(-.5 * var(--bs-gutter-x)); 
    margin-left: calc(-.5 * var(--bs-gutter-x));
} 
*/
  .g-3 {
    --bs-gutter-x: 1rem;
  }

  .g-3 {
    --bs-gutter-y: 1rem;
  }

  @media (min-width: 768px) {
    .g-md-4 {
      --bs-gutter-x: 1.5rem;
    }

    .g-md-4 {
      --bs-gutter-y: 1.5rem;
    }
  }

  .sub-footer .social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media (min-width: 1200px) {
    .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 25%;
    }
  }

  @media (min-width: 768px) {
    .col-md-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: 33.33333%;
    }
  }

  
  .blur-up {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter 400ms, -webkit-filter 400ms;
  }

  .blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  .sub-footer .social-link h6 {
    margin-right: 10px;
  }

  ul {
    padding-left: 2rem;
  }

  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  .sub-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
  }

  .sub-footer .social-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
  }

  .main-footer .footer-contain {
    margin-top: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  }

  .main-footer .footer-contact {
    margin-top: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
  }

  /*

li { 
    display: inline-block; 
    font-size: 14px;
} 
*/
  .sub-footer ul li {
    display: block;
  }

  .sub-footer .social-link ul li+li {
    margin-left: 8px;
  }

  .service-contain .service-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .service-contain .service-box+.service-box::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    left: -104px;
    border: 1px dashed #c1c1c1;
  }

  @media (max-width: 1660px) {
    .service-contain .service-box+.service-box::before {
      left: -30px;
    }
  }

  .main-footer .footer-logo .theme-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-footer .footer-logo .footer-logo-contain {
    margin: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320))) 0;
  }

  /*

h4 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h4 { 
    font-size: calc(1.275rem + .3vw);
} 

@media (min-width: 1200px){ 
  h4 { 
    font-size: 1.5rem;
  } 
}     

h4 { 
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320))); 
    line-height: 1.2; 
    margin: 0; 
    font-weight: 400;
} 
*/
  .main-footer .footer-title h4 {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
  }
.main-footer .footer-title .list-inline-item i{
	zoom: 1.5;
}
  /*

a { 
    color: #0d6efd; 
    text-decoration: underline;
} 
*/
  /*

a { 
    background-color: transparent; 
    -webkit-text-decoration-skip: objects;
} 

a { 
    color: var(--theme-color); 
    -webkit-transition: 0.5s ease; 
    transition: 0.5s ease; 
    text-decoration: none;
} 
*/
  .sub-footer .social-link ul li a {
    display: block;
  }

  /*
a:hover { 
    color: #0a58ca;
} 

a:active,a:hover { 
    outline-width: 0;
} 

a:hover { 
    text-decoration: none; 
    -webkit-transition: 0.5s ease; 
    transition: 0.5s ease;
} 
*/
  .service-contain .service-box .service-detail {
    margin-left: 20px;
  }

  /*

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p { 
    font-size: 14px; 
    line-height: 18px;
} 
*/
  .main-footer .footer-logo .footer-logo-contain p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #4a5568;
    line-height: 27px;
    margin-bottom: 0;
    width: 88%;
  }

  .main-footer .footer-logo .footer-logo-contain .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    margin-top: calc(7px + (30 - 7) * ((100vw - 320px) / (1920 - 320)));
  }

  .main-footer .footer-contain ul li {
    display: block;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  }

  .main-footer .footer-contain ul li+li {
    margin-top: calc(4px + (15 - 4) * ((100vw - 320px) / (1920 - 320)));
  }

  .main-footer .footer-contact ul li {
    display: block;
    margin-bottom: calc(1px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
  }

  footer .main-footer .footer-contact ul li::before {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 0;
    width: calc(100% - 33px);
    border-bottom: 1px dashed #c1c1c1;
  }

  .main-footer .footer-contact ul li:last-child {
    margin-bottom: 0;
  }

  footer .main-footer .social-app::before {
    content: none;
  }

  footer .main-footer .footer-contact ul li:last-child::before {
    content: none;
  }

  .fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
  }

  .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
  }

  .sub-footer .social-link ul li a i {
    color: #4a5568;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .fa-facebook-f:before {
    content: "\f39e";
  }

  .fa-twitter:before {
    content: "\f099";
  }

  .fa-instagram:before {
    content: "\f16d";
  }

  .fa-pinterest-p:before {
    content: "\f231";
  }

  .service-contain .service-box .service-image img {
    width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    -o-object-fit: contain;
    object-fit: contain;
  }

  /*

h5 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h5 { 
    font-size: 1.25rem;
} 

h5 { 
    font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320))); 
    line-height: 1.2; 
    margin: 0; 
    font-weight: 400;
} 
*/
  .service-contain .service-box .service-detail h5 {
    font-weight: 500;
    color: #222;
  }

  .main-footer .footer-logo .theme-logo a img {
    width: calc(120px + (160 - 120) * ((100vw - 320px) / (1920 - 320)));
  }

  .main-footer .footer-logo .footer-logo-contain .address li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }

  .main-footer .footer-contain ul li a {
    display: inline-block;
    position: relative;
  }

  footer .main-footer .footer-contain ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--theme-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  footer .main-footer .footer-contain ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    left: -13px;
    background-color: var(--theme-color);
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  footer .main-footer .footer-contain ul li a:hover {
    color: var(--theme-color);
    margin-left: 13px;
  }

  footer .main-footer .footer-contain ul li a:hover::before {
    width: 100%;
  }

  footer .main-footer .footer-contain ul li a:hover::after {
    opacity: 1;
  }

  .main-footer .footer-contact ul li .footer-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mb-2 {
    margin-bottom: .5rem !important;
  }

  ul ul {
    margin-bottom: 0;
  }

  .main-footer .social-app ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  svg {
    vertical-align: middle;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  .main-footer .footer-logo .footer-logo-contain .address li .feather {
    width: 18px;
    height: 18px;
    stroke: #4a5568;
  }

  .main-footer .footer-logo .footer-logo-contain .address li a {
    margin: 0 0 0 10px;
    color: #4a5568;
    line-height: 18px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  }

  footer .main-footer .footer-logo .footer-logo-contain .address li:hover a {
    color: var(--theme-color);
  }

  .main-footer .footer-contact ul li .footer-number .feather {
    width: 18px;
    height: 18px;
    stroke: #4a5568;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .main-footer .social-app ul li {
    display: inline-block;
  }

  footer .main-footer .social-app ul li::before {
    content: none !important;
  }

  .main-footer .footer-contact ul li .footer-number .contact-number h5 {
    margin-top: 6px;
    font-weight: 600;
    color: #222;
  }

  .main-footer .social-app ul li a {
    display: block;
  }

  .main-footer .footer-contact ul li.social-app ul li a {
    display: block;
  }

  .main-footer .social-app ul li a img {
    width: calc(114px + (140 - 114) * ((100vw - 320px) / (1920 - 320)));
  }

  .main-footer .footer-contact ul li.social-app ul li a img {
    width: 139px;
  }
    
/*
  .footer .main-footer .footer-contact ul li::before {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 0;
    width: calc(100% - 33px);
    border-bottom: 1px dashed #c1c1c1;
}  
*/
.main-footer .footer-contact ul li .footer-number::before {
     content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: calc(100% - 33px);
    border-bottom: 1px dashed #c1c1c1;
    
    }
   
.main-footer .footer-contain ul li a {
    display: inline-block;
    position: relative;
    color: #4c4c4c;
    font-weight: 500;
}    
    
  
    
    h6.text-content1 {
   font-weight: 500;
    font-size: 15px;
}
    
/*
    h4#cpnCode {
    margin-bottom: 2px;
    font-size: 15px;
    color: white;
    background: #233a95;
}
   
*/


p.text-content {
    
    padding-bottom: 12px !important;
}