body {
    background-color: #fff; /*#f7f7f8;*/
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.625;
    overflow-x: hidden;
}
a {
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;   
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-12 {
  margin-top: 12px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }



/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px; }

.mr-10 {
  margin-right: 10px; }

.mr-12 {
  margin-right: 12px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }



/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }



/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0; }

.ml-10 {
  margin-left: 10px; }

.ml-12 {
  margin-left: 12px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }


/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }


/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }



/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }
  @media only screen and (max-width: 767px) {
    .pb-55 {
      padding-bottom: 15px; } }



/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }



/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0; }

.ptb-10 {
  padding: 10px 0; }

.ptb-20 {
  padding: 20px 0; }

.ptb-15 {
  padding: 15px 0; }

.ptb-30 {
  padding: 30px 0; }

.ptb-35 {
  padding: 35px 0; }

.ptb-32 {
  padding: 32px 0; }

.ptb-40 {
  padding: 40px 0; }

.ptb-50 {
  padding: 50px 0; }



/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0; }

.mtb-10 {
  margin: 10px 0; }

.mtb-15 {
  margin: 15px 0; }

.mtb-20 {
  margin: 20px 0; }

.mtb-30 {
  margin: 30px 0; }

.mtb-40 {
  margin: 40px 0; }

.mtb-50 {
  margin: 50px 0; }


h1, h2, h3, h4, h5{ font-family: "Poppins", sans-serif;font-weight: 600;}


.sec-padding{ padding:4em 0px; }

.sub-title > span
{
  position: relative;
  padding-left: 35px;
}
.sec-titleCvr
{
  position: relative;
}

.sec-title {
    font-size: 28px;
    margin-bottom: 35px; 
    text-transform: uppercase;
    line-height: 1.3;
    color: #000;
    font-weight: 600;
}
.sec-title span{
      position: relative;
          display: block;
}
.sec-title span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    height: 1px;
    background: #F05239;
    width: 60px;
    left: 0;
}
.sec-title.text-center span:after
{
      left: 0;
    right: 0;
    margin: 0 auto;
}
.theme-btn {
    background: linear-gradient(95.12deg, #F05239 4.11%, #F79F39 100%);
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
        text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}
.theme-btn-outline
{
  border: 1px solid #F16039;
  color: #F16039;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
        text-transform: capitalize;
    font-family: "Poppins", sans-serif;

}
.theme-btn-outline:hover { color: #fff;
    background: #F16039; border: 1px solid #F16039;}
.theme-btn:hover {     color: #ffffff;
    background: #333333; }

.theme-btn-white{ background:#fff; color: #F16039;  padding: 12px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
        text-transform: capitalize;
    font-family: "Poppins", sans-serif;}
.theme-btn-white:hover { background:#F16039; color: #fff; }

/*** Header CSS ***/

.headbtnsblk
{
  text-align: center;
}
.headbtnsblk .theme-btn-outline
{
  margin-right: 7px;
}
.header-middle-links { display: flex; }
.header-logo img {height: 75px;}

.header-middle-back
{
        transition: all .3s ease-in-out;
}
.header-menuCvr .main-navigation
{
  width: 100%;
}
.header-menuCvr .main-navigation a {  padding: 15px 15px; position: relative;font-size: 14px;font-weight: 500;
    text-transform: uppercase;}
.header-menuCvr .main-navigation a:hover {  color:#F16039;}

.headercontact svg{ display: none; }
.header-inquiry
{
  text-align: right;
    margin-right: 10px;
}
.header-menuCvr .main-navigation ul .sub-menu
{
  width: 250px;
  border: none;
  box-shadow: 0 3px 6px 2px #a9a9a94f;
}
.header-menuCvr .main-navigation ul .sub-menu a {
    color: #000;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 12px 12px;
    text-transform: capitalize;
    font-weight: 400;
}
.header-menuCvr .main-navigation ul .sub-menu:before, .header-menuCvr .main-navigation ul .sub-menu:after {
    display: none;
}
.header-menuCvr .main-navigation ul .sub-menu li
{
border-bottom: 0.5px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
}

.navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0px;
    transition: all .3s ease-in-out;
}
.header-middle.navbar-fixed-top.fix {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 -3px 9px 0;
    transition: all .3s ease-in-out;
    top: 0px;
    position: fixed;
}
.header-middle.navbar-fixed-top.fix {
    background: #FBFBFB none repeat scroll 0 0;
    box-shadow: 0 -3px 9px 0;
    transition: all .3s ease-in-out;
    top: 0px;
    
}
.header-middle.navbar-fixed-top.fix .header-middle-back
{
  margin-top: 0;
  transition: all .3s ease-in-out;
}
.headercontact
{
  text-align: center;
}
.homebnrsec
{
  position: relative;
  height: 680px;
  background-size: cover;
  background-position: center center;
  display: flex;
    align-items: center;
    z-index: 0;
}
.homebnrsec:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: color(srgb 0 0 0 / 0.45);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.homebnrsec .bnrcntblk
{
text-align: center;
    padding: 0 2em;
}
.homebnrsec .bnrcntblk .title
{
      color: #fff;
    font-size: 32px;
    line-height: 1.4;
}
.homebnrsec .bnrcntblk p
{
  color: #fff;
}

.homeabtsec
{
  padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
    overflow: hidden;
}
.homeabtsec:after
{
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  background-image: url('../images/about-back.png');
  width: 166px;
  height: 680px;
  background-size: cover;
    background-position:center;
}
.homeabtsec .abtimgblk
{
  text-align: center;
  position: relative;
}
.homeabtsec .abtimgblk .abtimgqut
{
position: absolute;
    width: 230px;
    height: 260px;
    bottom: 0;
    right: 44px;
    background: #F16039;
}
.homeabtsec .abtimgblk .abtimgqut .abtqt
{
  text-align: left;
  padding: 4em 2em;
  position: relative;
  height: 100%;
  background-image: url('../images/abt-quote-back.png');
  background-size: cover;
    background-position: bottom center;
}
.homeabtsec .abtimgblk .abtimgqut .abtqt img
{
  margin-bottom: 20px;
}
.homeabtsec .abtimgblk .abtimgqut .abtqt p
{
      color: #fff;
    text-align: left;
}
.homeabtsec .abtcntblk
{
  padding: 2em;
}
.homeabtsec .abtcntblk .title
{
  font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}
.homeabtsec .abtcntblk .desc ul
{
    padding-left: 20px;
    margin-bottom: 1.5em;
}
.homeabtsec .abtcntblk .desc ul li
{
  margin-bottom: 10px;
  font-size: 18px;
}
.homehilgtsec
{
  padding-top: 4em;
  padding-bottom: 4em;
  background: #FBFBFB;
}
.homehilgtsec .hilgtttlblk
{
      text-align: center;
    margin-bottom: 3em;
}
.homehilgtsec .hilgtttlblk .sec-title span:after
{
  left: 0;
  right: 0;
  margin: 0 auto;
}
.homehilgtsec .counterblk
{
text-align: center;
padding: 1.2em 6em;
}
.homehilgtsec .counterblk .cntttl
{
  color: #F16039;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}
.homehilgtsec .counterblk .cntdesc
{
font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.homehilgtsec .cntriconblk
{
text-align: center;
    padding: 1.2em 6em;
}
.homehilgtsec .cntriconblk img
{
      height: 65px;
    margin-bottom: 10px;
}
.homehilgtsec .cntriconblk .ttl
{
  font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.homebmodelsec
{
  padding-top: 5em;
  padding-bottom: 5em;
}
.homebmodelsec .bmodelcntblk
{
  padding: 0 3em;
}
.homefclientsec
{
  background: #FBFBFB;
  overflow: hidden;
  position: relative;
}
.homefclientsec:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    background-image: url(../images/about-back.png);
    width: 166px;
    height: 680px;
    background-size: cover;
    background-position: center;
    transform: rotate(180deg);
}
.homefclientsec .fclientcntblk {
    padding: 5em 14em;
}
.homefclientsec .fclientcntblk .desc ul
{
    padding-left: 20px;
    margin-bottom: 1.5em;
}
.homefclientsec .fclientcntblk .desc ul li
{
  margin-bottom: 10px;
  font-size: 18px;
}
.homefpartsec
{
  padding-top: 4em;
  padding-bottom: 4em;
}
.homefpartsec .fpartimgblk img
{
  border-radius: 50%;
    border: 3.08px solid #F05239;
    padding: 6px;
}
.homefpartsec .fpartcntblk
{
padding: 0 4em;
}
.homefpartsec .fpartcntblk .desc ul
{
  padding-left: 20px;
    margin-bottom: 1.5em;
}
.homefpartsec .fpartcntblk .desc ul li
{
  margin-bottom: 10px;
  font-size: 18px;
}
.homeindussec
{
  padding-top: 5em;
  padding-bottom: 2em;
  background: #FBFBFB;
}
.homeindussec .industtlblk
{
  margin-bottom: 4em;
      text-align: center;
}
.homeindussec .industtlblk .sec-title span:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.homeindussec ul.indusul
{
    list-style: none;
    display: flex;
}
.homeindussec ul.indusul li
{
  margin: 0 15px;
    
}
.homeindussec ul.indusul li .indusblk
{
  margin-bottom: 35px;
}
.homeindussec ul.indusul li .indusblk img
{
      margin-bottom: 20px;
      border-radius: 10px;
}
.homeindussec ul.indusul li .indusblk .industtl
{
      text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}
.homectasec
{
  padding-top: 6em;
  padding-bottom: 3em;
  background: linear-gradient(90.45deg, #F05239 0.39%, #F79F39 73.11%);
  position: relative;
  z-index: 0;
}
.homectasec:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0;
    background-image: url(../images/for-client-bck.png);
    width: 900px;
    height: 251px;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.homectasec .ctainfoblk
{
        padding: 2em 7em;
}
.homectasec .ctainfoblk .sec-title
{
  color: #fff;
}
.homectasec .ctainfoblk .sec-title span:after
{
  background: #fff;
}
.homectasec .ctainfoblk .desc
{
  color: #fff;
}
.homectasec .contactfrmblk
{
    padding: 0 4em;
}
.homectasec .contactfrmblk .title
{
  font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
}
.homectasec .contactfrmblk .desc
{
      color: #676767;
    font-size: 14px;
    margin-bottom: 20px;
}
.contactfrm label
{
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.contactfrm input:not([type="submit"]), .contactfrm textarea, .contactfrm input:not([type="submit"]), .contactfrm textarea, .contactfrm select {
   width: 100%;
    border: 1px solid #ECECEC;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #676767;
    font-weight: 400;
    border-radius: 10px;
    background: #fbfbfb;
    font-size: 14px;
}
.contactfrm input:not([type="submit"]):focus, .contactfrm textarea:focus, .contactfrm input:not([type="submit"]):focus, .contactfrm textarea:focus, .contactfrm select:focus{ outline:none; }
.contactfrm .theme-btn {
    border: none;
    width: 100%;
}
.contactfrm .sendbtn
{
width: 100%;
    background: #F05239;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0;
    border-radius: 10px;
    border: none;
}
.contactfrm .sendbtn:hover
{
  background: #333;
}
.contactfrm .wpcf7-spinner
{
  display: block;
}
.blglistingsec
{
  position: relative;
  padding-top: 2em;
}
.blkpglistsec.blglistingsec
{
  padding-bottom: 4em;
}
.blkpglistsec.blglistingsec hr {
    margin-bottom: 4em;
}
.blglistingsec .blogblk
{
  border-radius: 20px;
    border: 0.91px solid #D4D4D4;
    background: #FFF;
    position: relative;
    margin: 0 10px;
    margin-bottom: 35px;
    padding: 20px;
}
.blglistingsec .blogblk:hover
{
  
}
.blglistingsec .blogblk:hover .blgcnt .title a
{
  color: #F16039;
}
.blglistingsec .blogblk .blgimg img
{
  border-radius: 20px;
  margin-bottom: 20px;
}
.blglistingsec .blogblk .blgcnt .date
{
  margin-bottom: 20px;
    box-shadow: 0px 0px 2.7px 0px #0000001f;
    border-radius: 20px;
    padding: 4px 13px;
    display: inline-flex;
    align-items: center;
    
}
.blglistingsec .blogblk .blgcnt .date img
{
      height: 20px;
          margin-right: 8px;
}
.blglistingsec .blogblk .blgcnt .date span
{
  font-size: 12px;
}
.blglistingsec .blogblk .blgcnt .title
{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.3;
    min-height: 48px;
}
.blglistingsec .blogblk .blgcnt .title a
{
  color: #000;
}
.blglistingsec .blogblk .blgcnt .txt
{
  color: #B4B4B4;
  margin-bottom: 15px;
}
.blglistingsec .blogblk .blgcnt .link a {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
        font-weight: 500;
}
.blglistingsec .blogblk .blgcnt .link svg {
    background: #F16039;
    color: #fff;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
    padding: 3px;
}
.ftrCvr { background:#FBFBFB; }
.ftrCvr .ftr-wrapper { padding: 4em 0px 3em; }

.ftrinfoblk .title
{
text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}
.ftrinfoblk ul
{
  padding-left: 20px;
}
.ftrinfoblk ul li
{
  margin-bottom: 5px;
}

.contactblk .title
{
  text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}
.contactblk .contactcntblk ul
{
  list-style: none;
  margin-bottom: 0;
}
.contactblk .contactcntblk ul li
{
      margin-bottom: 12px;
}
.contactblk .contactcntblk ul li a
{
  color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.contactblk .contactcntblk ul li a .icn
{
      height: 30px;
    width: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 11px;
}
.contactblk .contactcntblk ul li a span
{
  width: 80%;
}

.frtlinkblk .title
{
  text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
}
.frtlinkblk ul
{
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.frtlinkblk ul li
{
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.3;
}
.frtlinkblk ul li a
{
  color: #000;
  font-size: 14px;
}
.frtlinkblk ul li a:hover
{
  color: #F16039;
}
.ftr-socail-links
{
  padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
        margin-top: 1em;
}
.ftr-socail-links li
{
      margin: 0 10px;
}
.ftr-socail-links li a
{
  color: #000;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
}
.ftr-socail-links li a:hover
{
  color: #F16039;
}
.ftr-copyright{ padding:10px 0px;     border-top: 1px solid #D4D4D4;}
.ftr-copyright .copyright p { color: #000; margin-bottom: 0px;font-size: 13px;    text-transform: uppercase;}
.ftr-copyright .copyright p a { color: #000; }
#makeappointment .modal-body
{
  background: #8E1941;
  color: #fff;
  padding: 1rem 2rem;
}
.inner-page-banner {
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}
.inner-page-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.90;
    background: linear-gradient(95.12deg, #F05239 4.11%, #F79F39 100%);
}
.inner-page-banner .inrbanner-content .pagetitle
{
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
        margin-bottom: 0;
}

.blog-area
{
  padding-top: 2em;
  padding-bottom: 3em;
}
.blogdetails
{
  padding: 0 20px;
}
.blogdetails .blgtitle
{
  font-weight: 600;
    font-size: 30px;
}
.blogdetails .blgimgblk
{
  margin-bottom: 3em;
}
.blogdetails .blgimgblk .post-thumbnail img
{
      border-radius: 30px;
}
.blogdetails h2
{
  font-size: 26px;
  margin-bottom: 15px;
}
.blogdetails h3
{
  font-size: 24px;
  margin-bottom: 15px;
}
.blogdetails h4
{
  font-size: 22px;
  margin-bottom: 15px;
}
.blogdetails h5
{
  font-size: 20px;
  margin-bottom: 15px;
}
.blogdetails p
{
  font-size: 16px;
  margin-bottom: 25px;
}
.blogdetails ul
{
  padding-left: 20px;
}
.blgdtscsec 
{
padding-bottom: 1em;
}
.blgdtscsec hr
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.blgdtscsec .blgdate
{
  display: flex;
    align-items: center;
}
.blgdtscsec .blgdate .blgdticn
{
  height: 50px;
    width: 50px;
    background: #FBFBFB;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
}
.blgdtscsec ul.ftr-socail-links
{
    padding: 0;
    justify-content: end;
}
.blogsidebar
{
padding: 0 20px;
}
.blogsidebar .widget_block .wp-block-heading
{
  font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
}
.blogsidebar .widget_block .wp-block-latest-posts__featured-image
{
    margin-bottom: 20px;
}
.blogsidebar .widget_block .wp-block-latest-posts__featured-image img
{
  border-radius: 5px;
}
.blogsidebar .widget_block .wp-block-latest-posts__post-title
{
  color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.blogsidebar .widget_block .wp-block-latest-posts__post-date
{
  font-size: 16px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
}
.blogsidebar .widget_block .wp-block-latest-posts__post-excerpt .more-link
{
  text-transform: uppercase;
    display: block;
    margin-top: 20px;
}


.innerpagesec
{
  padding-top: 4em;
    padding-bottom: 4em;
}
.innerpagesec h2
{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}
.innerpagesec h3
{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}
.innerpagesec h4
{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}
.innerpagesec ul, .innerpagesec ol {
    list-style: disc;
    padding-left: 30px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #F16039;
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 12px;
}
.cntpgfrmsec
{
  padding-top: 4em;
  padding-bottom: 4em;
}
.cntpgfrmsec .cntaddinfoblk
{
  padding: 0 3em;
}
.cntpgfrmsec .cntaddinfoblk .contactcntblk ul
{
  list-style: none;
  margin-bottom: 0;
}
.cntpgfrmsec .cntaddinfoblk .contactcntblk ul li
{
      margin-bottom: 12px;
}
.cntpgfrmsec .cntaddinfoblk .contactcntblk ul li a
{
  color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.cntpgfrmsec .cntaddinfoblk .contactcntblk ul li a .icn
{
      height: 30px;
    width: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 11px;
}
.cntpgfrmsec .cntaddinfoblk .contactcntblk ul li a span
{
  width: 80%;
}
.cntpgfrmsec .cntaddinfoblk hr
{
      margin-top: 2em;
    margin-bottom: 2em;
}

.cntpgfrmsec .cntaddinfoblk .cnt-socail-links
{
  padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
        margin-top: 1em;
}
.cntpgfrmsec .cntaddinfoblk .cnt-socail-links li
{
      margin: 0 10px;
}
.cntpgfrmsec .cntaddinfoblk .cnt-socail-links li a
{
  color: #000;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
}
.cntpgfrmsec .cntaddinfoblk .cnt-socail-links li a:hover
{
  color: #F16039;
}
.cntpgfrmsec .cntfrmblk
{
padding: 0 4em;
}
.abtpgintrosec
{
  padding-top: 4em;
  padding-bottom: 4em;
}
.abtpgintrosec .introcntblk
{
  padding: 0 2em;
}
.abtpgvmsec
{
  padding-top: 1em;
  padding-bottom: 4em;
}
.abtpgvmsec .vmblock
{
    background: #fbfbfb;
    padding: 2em;
    border-radius: 20px;
    margin: 0 5px;
    text-align: center;
}
.abtpgvmsec .vmblock .icn
{
    height: 90px;
    width: 90px;
    margin: 0 auto;
    background: #fff;
    border: 0.76px solid #E9E9E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.abtpgvmsec .vmblock .icn img
{
height: 45px;
}
.abtpgvmsec .vmblock .title
{
text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.devidesec hr
{
margin-top: 2em;
    margin-bottom: 2em;
}
.fstcblk.fclientpointsec
{
  padding-top: 6em;
}
.lstcblk.fclientpointsec
{
  padding-bottom: 6em;
}
.fclientpointsec
{
  padding-top: 3em;
  padding-bottom: 3em;
}
.fclientpointsec .fclientpntimgblk
{
  text-align: center;
}
.fclientpointsec .fclientpntcntblk
{
    padding: 0 3em;
}
ul.indusicon
{
  list-style: none;
    display: flex;
        margin-top: 4em;
}
ul.indusicon li
{
  width: 25%;
    margin-right: 3em;
}
ul.indusicon li .induicnblk
{
text-align: center;
}
ul.indusicon li .icon
{
      height: 80px;
    width: 80px;
    background: #fff;
    border: 0.49px solid #E9E9E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
ul.indusicon li .title
{
  font-weight: 500;
    text-transform: capitalize;
}



/***-------- Responsive CSS -----***/
@media screen and (max-width: 1400px) {
.homeabtsec .abtimgblk .abtimgqut { right: 0px; }
.homeabtsec .abtimgblk > img { width: 100%; }
.homehilgtsec .counterblk, .homehilgtsec .cntriconblk { padding: 1.2em 4em; }
.homefclientsec .fclientcntblk { padding: 5em 0 5em 12em; }
.homectasec .contactfrmblk { padding: 0; }
}
@media screen and (max-width: 1199px) {
.theme-btn { padding: 12px 26px; }
.header-menuCvr .main-navigation a { padding: 15px 12px; }
.homehilgtsec .counterblk, .homehilgtsec .cntriconblk{ padding: 1.2em 2em; }
.homefclientsec .fclientcntblk { padding: 5em 0 5em 7em; }
.homefpartsec .fpartcntblk { padding: 0px 0px 0px 3em; }
}
@media screen and (max-width: 1024px) {}
@media screen and (min-width: 992px) and (max-width: 1199px) { }
@media screen and (max-width: 991px) {
.header-menuCvr.navbar-expand-lg{ margin-left: auto; }
.headercontact span{ display: none; }
.headercontact svg{ display: block; }
.header-menu .navbar-toggler {
    padding: 8px 9px;
    font-size: 1.25rem;
    line-height: 1.5;
    border: 1px solid #000000;
    border-radius: .25rem;
    margin-right: 16px;
}
.header-menu .navbar-toggler:focus{ box-shadow:none; }
.header-menuCvr .main-navigation { width: 100%; position: absolute; width: 100%; left: 0; margin-top: 22px; background: #fff; }
.headercontact{ line-height:1; }
.headercontact .theme-btn { padding: 16px; }
.headercontact .theme-btn svg { font-size: 18px; }
.homebnrsec { height: auto; background-size: cover; background-position: center center; display: flex; align-items: center; z-index: 0; padding: 8em 0px; }
.homeabtsec .abtcntblk { padding: 2em 0px 2em 2em; }
.homehilgtsec .counterblk, .homehilgtsec .cntriconblk { padding: 1.2em 0em; }
.homefclientsec .fclientcntblk { padding: 2em 0 2em 3em; }
.homeindussec ul.indusul { flex-wrap: wrap; justify-content: center; }
.homeindussec ul.indusul li { margin: 0 15px; width: 43%; }
.homectasec .ctainfoblk { padding: 0 2em; }
.abtpgintrosec .introcntblk { padding: 2em 0px 0px; }
.fclientpointsec.fstc-odd-block .fclientpntcntblk { padding: 0 0em 0px 2em; }
.fclientpointsec.fstc-even-block .fclientpntcntblk { padding: 0 2em 0px 0em; }
ul.indusicon { flex-wrap: wrap; }
ul.indusicon li { width: 44%; margin-right: 1em; }
}
@media screen and (max-width: 870px) { }
@media screen and (max-width: 767px) {
.homeabtsec .abtcntblk { padding: 2em 0px 2em 0em; }
.homebmodelsec .bmodelcntblk { padding: 2em 0em; }
.homefclientsec .fclientcntblk { padding: 3em 3em; }
.fpartimgblk { margin-bottom: 3em; }
.homefpartsec .fpartcntblk { padding: 0px 2em; }
.homectasec { padding-top: 4em; padding-bottom: 2em; }
.homectasec .ctainfoblk { padding: 0px 1em 1em; }
.homectasec .contactfrmblk { padding: 0 1em; }
.sec-title { font-size: 25px; }
.fclientpntcntblk .sec-title span:after{ left:0px; right:0px; margin:0px auto; }
.fclientpointsec.fstc-odd-block .fclientpntcntblk, .fclientpointsec.fstc-even-block .fclientpntcntblk{ text-align:center; padding: 0px; margin-top: 3em;}
.devidesec hr { margin-top: 12px; margin-bottom: 12px;}
.fclientpointsec.fstc-even-block .row { flex-direction: column-reverse; }
.devidesec { overflow: hidden; }
 ul.indusicon li { width: 30%; margin-right: 0; }
 ul.indusicon { justify-content: center; }
}
@media screen and (max-width: 575px) {
.ftrCvr .ftr-wrapper .col-xxl-5.col-xl-5.col-lg-5.col-md-4.col-sm-6, .ftrCvr .ftr-wrapper .col-xxl-4.col-xl-4.col-lg-4.col-md-4.col-sm-6 { width: 50% !important; }
.abtpgintrosec .introimgblk [class*="col-"] { width: 50%; }
ul.indusicon li { width: 50%; margin-right: 0; padding: 0 20px; margin-bottom: 20px; }
ul.indusicon li:last-child { margin-bottom: 0px; }
 }
@media screen and (max-width: 460px) { 
  .homeindussec ul.indusul li { margin: 0 15px; width: 41%; }
  .ftrCvr .ftr-wrapper .col-xxl-5.col-xl-5.col-lg-5.col-md-4.col-sm-6, .ftrCvr .ftr-wrapper .col-xxl-4.col-xl-4.col-lg-4.col-md-4.col-sm-6 {
    width: 100% !important;
}
.ftrCvr .ftr-wrapper .contactblk, .ftrCvr .ftr-wrapper .frtlinkblk {
    margin-top: 12px;
}
.homebnrsec .bnrcntblk .title { font-size: 28px; }
}
@media screen and (max-width: 420px) { 
  .homefpartsec .fpartcntblk { padding: 0px 16px; } 
  .abtpgintrosec .introimgblk [class*="col-"] { width: 100%; text-align:center; }
  .abtpgintrosec .introimgblk img { width: 100%; margin-bottom: 20px; }
  .abtpgintrosec .introcntblk { padding: 12px 0px 0px; }
}
@media screen and (max-width: 380px) { 
  .homeindussec ul.indusul li { margin: 0 15px; width: 100%; }
}