/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

 
   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

 

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

 

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

 
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

 

textarea {
    resize: vertical;
}

 

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


 

 .hidden {
  display: none !important;
}

 

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}
 

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
 
.invisible {
  visibility: hidden;
}

 
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

   

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

  

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.liststylec{
  margin-bottom:30px;   
}

.liststylec li{
  display: flex;
    list-style: none;
    font-size: 20px;
    line-height: 1;
    text-align: left; 
    padding-bottom: 15px; 
}

.liststylec li i{
    margin-right:10px;
}


#text-a-bn{
    line-height: 1.2;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom:20px;
}

#text-a-bn-sub{
        font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: 22px;
    line-height: 1.2;
}
#text-a-form{
        padding: 29px 20px;
}

#customabout{
    margin-bottom: 0;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #1b4351;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 0px 0px 80px;
}
#customabout .about-box-img{
    margin: -44px 0px 0px -44px;
    padding: 0px 44px 44px 0px;
}

.contactfostl{
    background:url("../img/contactus-bg.jpg");
        border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #F1EFEF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 40px 100px;
}
.servlist{margin-bottom:30px;}
.servlist li{
    font-size: 16px;
    margin-bottom: 6px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.servlist li i{
    color: #f9354c;
}
.counting-text{
    position: absolute;
    top: 30px;
    right: 16px;
    color: rgb(0 0 0 / 10%);
    font-size: 125px;
    line-height: 0.9em;
    font-weight: 600;
}
.linhex{
    min-height:56px;
}
/*#customabout .about-box-img .item-img{*/
/*    box-shadow: 64px 64px 160px -40px rgb(0 0 0 / 24%);*/
/*}*/