body {
    background: #fff; /*#f7f7f8;*/
    color: #858585;
    font-family: "Lato", 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: "Lato", sans-serif;font-weight: 700;text-transform: capitalize;    margin-bottom: 20px;color: #222222;}
ul.list
{
  padding-left: 20px;
}
.sec-padding{ padding:4em 0px; }
.sup-title
{
      text-transform: capitalize;
    color: #222222;
    font-weight: 500;
    margin-bottom: 5px;
}
.sec-title {
        font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
    line-height: 1.3;
    color: #222222;
    font-weight: 700;
    position: relative;
}
.sec-title span
{
  color: #FE7E0D;
}
.theme-btn {
    color: #fff;
    padding: 14px 22px;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    background: #222222;
}
.theme-btn:hover { background: #158BFF; color: #fff}
.theme-btn.theme-btn-blue
{
  background: #158BFF;
}
.theme-btn.theme-btn-outline
{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.theme-btn.theme-btn-blue:hover{background: #FE7E0D;}
.theme-btn.theme-btn-outline:hover{background: #fff;color: #222;}

/*** Header CSS ***/

.headbtnsblk
{
  text-align: center;
}
.header-middle-links { display: flex; }
.headerlogoblk
{
  text-align: center;
}
.header-logo a {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), radial-gradient(50% 75.02% at 50% 50%, rgba(255, 255, 255, 0.2) 36.13%, rgba(163, 163, 163, 0.2) 100%);
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 8.51px solid #FFFFFF;
    box-shadow: 0.23px -0.74px 10.26px 8px #0000001A inset;
}
.header-logo img {height: 85px;}

.header-middle-back
{
        transition: all .3s ease-in-out;
        position: relative;
        z-index: 0;
}
.header-middle-back:after
{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
}
.headermenusec
{
  background: #005CA9;
}
.header-menuCvr .main-navigation
{
  width: 100%;
}
.header-menuCvr .main-navigation a {      padding: 13px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #070707;}
.header-menuCvr .main-navigation a:hover {  color:#FE7E0D;}

.header-menuCvr .main-navigation ul .sub-menu
{
  width: 250px;
  border: none;
  box-shadow: 0 3px 6px 2px #0000004f;
  background: #252725;
}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0px;
    transition: all .3s ease-in-out;
    background: transparent;
}

.header-middle.navbar-fixed-top.fix {
  position: fixed;
    /*background: #FCF7F6 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;
}
.headercontact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}
.headercontact ul li {
    margin: 0 3px;
}
.headercontact ul li a {
    background: #222222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 15px;
}
.headercontact ul li a:hover
{
  background: #FE7E0D;
}
.nschmbannersec
{
  position: relative;
  overflow: hidden;
}
.nschmbannersec .carousel-item {
  height: 100vh;
  width:100%;
   background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;   
  z-index: 0;  
}
.nschmbannersec .carousel-item:before
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -20.13%, #000000 104.09%);
}
.nschmbannersec .carousel-item:after
{
  content: '';
  position: absolute;
  left: 0;
  bottom: -5.5em;
  width: 580px;
  height: 671px;
  background-image: url('../images/norcal-icon-w.png');
  background-size: cover;
  background-position: center center;
  opacity: 0.03;
}
.nschmbannersec .carousel-inner
{
  position: relative;
      z-index: 0;
}
.nschmbannersec .carousel-caption
{
  z-index: 4;
  width: 35%;
    left: 10%;
    right: auto;
    top: 35%;
    margin: auto;
    text-align: left;
}
.nschmbannersec .carousel-caption .slidesupttl
{
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    position: relative;
}
.nschmbannersec .carousel-caption .slidesupttl:before
{
  content: '';
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1px;
  width: 20px;
  background: #fff;
}
.nschmbannersec .carousel-caption .slidesupttl img
{
  height: 30px;
    margin-right: 40px;
    
}
.nschmbannersec .carousel-caption .slidettl
{
  color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.nschmbannersec .carousel-caption .slidettl span
{
  color: #FE7E0D;
}
.nschmbannersec .carousel-caption .slidedesc
{
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  width: 80%;
}
.nschmbannersec .carousel-caption .slidesaprater
{
height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 80%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.nschmbannersec .carousel-caption .theme-btn
{
  margin-right: 10px;
}
.nschmbannersec .carousel-control-next, .nschmbannersec .carousel-control-prev
{
      width: 7%;
      opacity: 1;
}
.nschmbannersec .carousel-control-next-icon, .nschmbannersec .carousel-control-prev-icon
{
  width: 30px;
    height: 30px;
    background-color: #158BFF;
    opacity: 1;
    border-radius: 50%;
    background-position: 50%;
    background-size: 45% 45%;
}
.nschmbannersec .carousel-control-next-icon
{
background-position: 55%;
}
.nschmbannersec .carousel-control-prev-icon
{
  background-position: 45%;
}
.nschmwhysec
{
  position: relative;
  background: #FAFAFA;
  padding-top: 4em;
  padding-bottom: 0em;
}
.nschmwhysec .nschmwhyttlblk
{
  text-align: center;
    margin-bottom: 3em;
}
.nschmwhysec .nschmwhyblk
{
      background: #fff;
    border: 1px dashed #CACACA;
    padding: 35px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nschmwhysec .nschmwhyblk:hover
{
      background: #158bff;
    color: #fff;
}
.nschmwhysec .nschmwhyblk img
{
  height: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nschmwhysec .nschmwhyblk:hover img
{
     background: #fff;
    border-radius: 15px;
    padding: 8px;
}
.nschmwhysec .nschmwhyblk .whyttl
{
      font-size: 20px;
}
.nschmwhysec .nschmwhyblk:hover .whyttl
{
  color: #fff;
}
.nschmwhysec .nschmwhyblk .desc
{
  margin-bottom: 0;
}
.nschmwhysec hr
{
  margin-top: 2em;
    margin-bottom: 2em;
}
.nschmabtsec
{
  position: relative;
  background: #FAFAFA;
  padding-top: 2em;
  padding-bottom: 4em;
}
.nschmabtsec .nschmabtcntblk
{
padding: 0 2em;
}
.nschmabtsec .nschmabtcntblk .desc
{
  margin-bottom: 20px;
}
.nschmabtsec .nschmabtimgblk
{
      text-align: center;
    padding: 0 3em;
}
.nschmsersec
{
  position: relative;
  padding-top: 0em;
  padding-bottom: 2em;
  z-index: 0;
}
.nschmsersec:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background: #FAFAFA;
  z-index: -1;
}
.nschmsersec .nschmserdiv
{
      background: linear-gradient(180deg, #FFFFFF 0%, #EDF0FF 108.94%);
    padding: 4em 10em;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.nschmsersec .nschmserdiv:before
{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/ser-back.png');
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 312px;
    opacity: 0.5;
  z-index: -1;
}
.nschmsersec .nschmserttlblk
{
      text-align: center;
    margin-bottom: 3em;
}
.nschmsersec .nschmserblk
{
  background: #fff;
    padding: 3em 3em;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 30px;
    min-height: 510px;
    position: relative;
    overflow: hidden;
}
.nschmsersec .nschmserblk:hover img
{
  height: 160px;
}
.nschmsersec .nschmserblk img
{
  border-radius: 50%;
    height: 200px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nschmsersec .nschmserblk .serttl
{
      font-size: 20px;
    margin-bottom: 12px;
}
.nschmsersec .nschmserblk .desc
{
  margin-bottom: 0;
}
.nschmsersec .nschmserblk .serlink
{
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nschmsersec .nschmserblk:hover .serlink
{
  bottom: 40px;
}
.nschmsersec .nschmserblk .serlink a
{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #158bff;
    color: #fff;
    margin: 0 auto;
}
.nschmnumsec
{
  position: relative;
  padding-top: 3em;
  padding-bottom: 4em;
}
.nschmnumsec .numslider
{
  padding: 0 1em;
}
.nschmnumsec .numslider .slick-slide img
{
  border-radius: 50%;
}
.nschmnumsec .nschmnumttlblk
{
  
}
.nschmnumsec .nschmnumrgtblk
{
  
}
.nschmnumsec .nschmnumrgtblk .narcolicn
{
  height: 120px;
    width: 120px;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: 30px;
}
.nschmnumsec .nschmnumrgtblk .narcolicn img
{
  border-radius: 50%;
}
.nschmnumsec .nschmnumrgtblk .narcolicn:before {
    content: '';
    position: absolute;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin: 0 auto;
    height: 160px;
    width: 160px;
    background: url(../images/num-rotate.png);
    background-size: cover;
    background-position: center center;
    z-index: 2;
    animation: rotateImg 8s linear infinite;
}
@keyframes rotateImg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.nschmnumsec .nschmnumblk
{
  
}
.nschmnumsec .nschmnumblk .no
{
      color: #222;
    font-size: 44px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}
.nschmnumsec .nschmnumblk .txt
{
  color: #222;
  text-transform: capitalize;
  margin-bottom: 0;
}
.nschmnumsec hr
{
 margin-top: 40px;
    margin-bottom: 40px;
}
.nschmnumsec .nschmnumcta
{
  text-align: center;
}
.nschmnumsec .nschmnumcta .link
{
  margin-bottom: 0;
}
.nschmnumsec .nschmnumcta .link .call
{
      color: #222;
      margin-left: 15px;
}
.nschmnumsec .nschmnumcta .link .call .icon
{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #158bff;
    color: #fff;
    margin-right: 6px;
}
.nschmwhy1sec
{

}
.nschmwhy1sec .nschmwhy1div
{
  background: #FAFAFA;
    border-radius: 30px;
    padding: 4em 6em 0em 6em;
    position: relative;
}
.nschmwhy1sec .nschmwhy1ttlblk
{
  text-align: center;
    padding: 0 8em;
    margin-bottom: 1em;
}
.nschmwhy1sec .nschmwhy1ttlblk .links .whatsapp
{
  background: #00D02D;
    margin-left: 10px;
    padding: 12px 22px;
}
.nschmwhy1sec .nschmwhy1ttlblk .links .whatsapp .icon
{
  font-size: 18px;
    margin-right: 5px;
}
.nschmwhy1sec hr
{
      margin-top: 40px;
    margin-bottom: 40px;
}
.nschmwhy1sec .nschmwhy1img
{
  padding: 0 2em;
}
.nschmwhy1sec .nschmwhy1points
{
  padding: 0 2em;
}
.nschmwhy1sec .nschmwhy1points .poitblk
{
  display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.nschmwhy1sec .nschmwhy1points .poitblk .icon
{
      height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.3px dashed #158BFF;
    border-radius: 50%;
    margin-right: 20px;
}
.nschmwhy1sec .nschmwhy1points .poitblk .icon img
{
  height: 40px;
}
.nschmwhy1sec .nschmwhy1points .poitblk .cnt
{
      width: 80%;
}
.nschmwhy1sec .nschmwhy1points .poitblk .cnt .pttl
{
      font-size: 20px;
    margin-bottom: 5px;
}
.nschmwhy1sec .nschmwhy1points .poitblk .cnt .desc
{
  margin-bottom: 0;
}
.nschmwhy1sec .nschmwhy1points .poitblk:nth-child(1) .icon
{
  border: 1.3px dashed #158BFF;
}
.nschmwhy1sec .nschmwhy1points .poitblk:nth-child(2) .icon
{
  border: 1.3px dashed #FDB813;
}
.nschmwhy1sec .nschmwhy1points .poitblk:nth-child(3) .icon
{
  border: 1.3px dashed #702DB6;
}
.nschmwhy1sec .nschmwhy1points .poitblk:nth-child(4) .icon
{
  border: 1.3px dashed #FE7E0D;
}
.nschmvideosec
{
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
  z-index: 0;
}
.nschmvideosec:before
{
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  position: absolute;
  background: #EDFBFF;
}
.nschmvideosec .nschmvideottlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.nschmvideosec .nschmvideosblk
{
      padding: 0 1em;
}
.nschmvideosec .nschmvideosblk #slider-for
{
  margin-bottom: 1em;
}
.nschmvideosec .nschmvideosblk .videoblk
{
    text-align: center;
}
.nschmvideosec .nschmvideosblk .videoblk iframe
{
  border-radius: 20px;
  margin-bottom: 15px;
  height: 600px;
  width: 100%;
}
.nschmvideosec .nschmvideosblk .vidothumb
{
  margin: 0 10px;
  text-align: center;
}
.nschmvideosec .nschmvideosblk .vidothumb img
{
  border-radius: 20px;
    margin-bottom: 7px;
}
.nschmvideosec .nschmvideosblk .slick-arrow svg
{
  background: #222222;
    color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 8px;
    position: absolute;
}
.nschmvideosec .nschmvideosblk .slick-arrow.previcn
{
left: -40px;
    display: block;
    position: absolute;
    top: 40%;
}
.nschmvideosec .nschmvideosblk .slick-arrow.nexticn
{
right: -10px;
    display: block;
    position: absolute;
    top: 40%;
}
.nschmvideosec .nschmvideosblk .slick-dots
{
  display: flex;
    list-style: none;
    align-items: center;
        justify-content: center;
}
.nschmvideosec .nschmvideosblk .slick-dots li
{
      margin: 0 3px;
}
.nschmvideosec .nschmvideosblk .slick-dots li.slick-active button
{
  color: #E3000F;
    background: #539B00;
}
.nschmvideosec .nschmvideosblk .slick-dots li button
{
  font-size: 0px;
    padding: 0;
    height: 10px;
    width: 10px;
    color: #D9D0D0;
    background: #D9D0D0;
    border: none;
    border-radius: 50%;
}
.nschmctasec
{
      padding-top: 4em;
    padding-bottom: 2em;
}
.nschmctasec .nschmctafrmblk
{
  background: #FAFAFA;
    text-align: center;
    padding: 40px;
    padding-bottom: 15px;
    border-radius: 30px;
}
.nschmctasec .nschmctaimgblk img
{
  border-radius: 30px;
}
.contactfrm input:not([type="submit"]), .contactfrm textarea, .contactfrm input:not([type="submit"]), .contactfrm textarea, .contactfrm select {
   width: 100%;
    border: 1px solid #DFDFDF;
    padding: 11px 15px;
    margin-bottom: 10px;
    color: #666666;
    font-weight: 400;
    border-radius: 30px;
    background: #fff;
    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%;
color: #fff;
    padding: 12px 22px;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    background: #222222;
    border: none;
}
.contactfrm .sendbtn:hover
{
  background: #158bff;
  color: #fff;
}
.contactfrm .wpcf7-spinner
{
  display: block;
}

.nschmlstsec
{
  padding-top: 2em;
  padding-bottom: 3em;
  position: relative;
}
.nschmlstsec.nschmlstinnrsec
{
  padding-top: 4em;
}
.nschmlstsec .nschmlstttlblk
{
  margin-bottom: 2em;
  text-align: center;
}
footer
{
  position: relative;
  background: #EDF6FF;
  position: relative;
    overflow: hidden;
    z-index: 0;
}
footer:after
{
  content: '';
    position: absolute;
    right: 0;
        bottom: 0;
    width: 340px;
    height: 401px;
    background-image: url(../images/norcal-icon-w.png);
    background-size: cover;
    background-position: center center;
    opacity: 0.5;
    z-index: -1;
}
footer:before
{
  content: '';
  position: absolute;
  left: -88px;
    top: 12px;
        width: 400px;
    height: 100px;
  background-image: url('../images/ser-back.png');
  background-size: cover;
  background-position: center center;
  z-index: -1;
      mix-blend-mode: hard-light;
    transform: rotate(321deg);
    opacity: 0.7;
}
footer .ftrtop
{
    padding-top: 4em;
    padding-bottom: 1em;
    color: #222;
    font-size: 14px;
    
}
footer ul.contactinfo
{
  list-style: none;
}
footer ul.contactinfo li
{
margin-bottom: 15px;
}
footer ul.contactinfo li a
{
  color: #222;
    display: flex;
    align-items: center;
}
footer ul.contactinfo .icon
{
      height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 15px;
    border: 1px solid #222;
}
footer ul.contactinfo .txt
{
      width: 75%;
}
footer ul.contactinfo .txt .ttl
{
  display: block;
    font-size: 13px;
}
footer .footrblk
{
  margin-bottom: 30px;
}
footer .footrblk .ftrttl
{
  margin-bottom: 20px;
    text-transform: capitalize;
    color: #222;
    font-size: 20px;
    font-weight: 600;
}
footer .footrblk .desc
{
  margin-bottom: 25px;
}
footer .footrlogo
{
  margin-bottom: 20px;
}
footer .ftrtoprow
{
  justify-content: space-between;
}
footer .ftrlogoblk
{
  text-align: left;
}
footer .ftrlinksblk
{
  text-align: left;
}
.ftr-socail-links
{
  display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}
.ftr-socail-links li
{
  margin-right: 5px;
}
.ftr-socail-links li a
{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background: transparent;
    border: 1px solid #222;
    border-radius: 50%;
    color: #222;
    font-size: 15px;
}
.ftr-socail-links li a:hover
{
  color: #fff;
  background: #158bff;
    border: 1px solid #158bff;
}
.footrblk.pl40
{
  padding-left: 40px;
}
footer ul.ftrlinks
{
  list-style: none;
    margin-bottom: 0;
}
footer ul.ftrlinks li
{
  margin-bottom: 7px;
}
footer ul.ftrlinks a
{
  color: #222;
  font-size: 14px;
    text-transform: capitalize;
}
footer ul.ftrlinks a:hover
{
  color: #158bff;
}
footer ul.ftrlinks.ftrlinksdbl li
{
  width: 47%;
    float: left;
    margin-right: 3%;
}
footer .ftrbottom
{
 border-top: 1px solid #D5D5D5;
}
footer .ftrcopyrgtblk
{
    padding: 10px 0px;
    text-align: center;
    font-size: 13px;
    color: #222;
}
footer .ftrcopyrgtblk .copyrgttxt
{
      margin-bottom: 0;
}
footer .ftrcopyrgtblk .copyrgttxt a
{
  color: #222;
}
#makeappointment .modal-body
{
  background: #8E1941;
  color: #fff;
  padding: 1rem 2rem;
}
.inner-page-banner
{
  position: relative;
  padding-top: 16em;
  padding-bottom: 6em;
  z-index: 0;
  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%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) -20.13%, #000000 104.09%);
    z-index: -1;
}
.inner-page-banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5.5em;
        width: 450px;
    height: 521px;
    background-image: url(../images/norcal-icon-w.png);
    background-size: cover;
    background-position: center center;
    opacity: 0.03;
    z-index: -1;
}
.inner-page-banner .inrbanner-content
{
padding: 0 5em;
}
.inner-page-banner .inrbanner-content .pagetitle {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.inner-page-banner .inrbanner-content .pagetitle span {
    color: #FE7E0D;
}
.inner-page-banner .inrbanner-content .banrdesc
{
  color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    width: 80%;
}
.inner-page-banner .inrbanner-content .banrsaprater {
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 80%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.inner-page-banner .inrbanner-content ul.banrcntinfo
{
      list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.inner-page-banner .inrbanner-content ul.banrcntinfo li
{
     margin-right: 12px;
}
.inner-page-banner .inrbanner-content ul.banrcntinfo li a
{
display: flex;
    align-items: center;
    color: #fff;
}
.inner-page-banner .inrbanner-content ul.banrcntinfo li .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 15px;
    border: 1px solid #fff;
}
.nscdividersec
{
padding-top: 2em;
    padding-bottom: 2em;
}
.nscdividersec hr
{
      margin-bottom: 0;
}
.nscinrbanersec2
{
  position: relative;
  background: #EDF6FF;
  padding-top: 9em;
}
.nscinrbanersec3
{
  position: relative;
    background: #EDF6FF;
    padding-top: 11em;
    padding-bottom: 3em;
}
.nscinrbanersec3 .pagetitle
{
  font-size: 32px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;
    position: relative;
}
.nscinrbanersec3 .pagetitle:after
{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  width: 20%;
  height: 1px;
  background: #202020;
}
.lwbloglstsec
{
    padding-top: 4em;
    padding-bottom: 3em;
}
.blogblk
{
    border: 0.95px solid #CDCDCD;
    border-radius: 20px;
    margin-bottom: 30px;
    background: #fff;
}
.blogblk .blgimg
{
  padding: 10px;
}
.blogblk .blgimg img
{
border-radius: 20px;
}
.blogblk .blgcnt
{
  padding: 20px 20px;
}
.blogblk .blgcnt .blgmetainfo
{
  font-size: 13px;
    margin-bottom: 15px;
}
.blogblk .blgcnt .blgmetainfo .date
{
      box-shadow: 0px 0px 2.86px 0px #00000040;
    padding: 8px 12px;
    border-radius: 25px;
    display: inline-block;
}
.blogblk .blgcnt .title
{
      font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
        margin-bottom: 15px;
}
.blogblk .blgcnt .title a
{
  color: #202020;
}
.blogblk .blgcnt .txt
{
  margin-bottom: 15px;
}
.blogblk .blgcnt .blgink {
    margin-bottom: 0;
}
.blogblk .blgcnt .blgink a {
    font-size: 13px;
    color: #565656;
    display: flex;
    align-items: center;
}
.blogblk .blgcnt .blgink .icn {
    height: 25px;
    width: 25px;
    background: #222;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    font-size: 11px;
    color: #fff;
    border: 0.76px solid #F5F5F5;
}
.blogblk:hover .blgcnt .blgink .icn
{
  background: #158bff;
  color: #fff;
}
.blogblk .blgcnt .link
{
  margin-bottom: 0;
}
.blogblk .blgcnt .link a
{
  border: 1px solid #A9A9A9;
    color: #A9A9A9;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
}
.blogblk .blgcnt .link a:hover
{
  border: 1px solid #77879F;
    color: #fff;
    background: #77879F;
}
.blog-area
{
  padding-top: 3em;
  padding-bottom: 3em;
  background: #EDF6FF;
}
.blogdetails
{
  padding: 0 20px;
}
.blogdetails .blgtitle
{
  text-align: left;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
}
.blogdetails .blgimgblk
{
  
}
.blogdetails .blgimgblk .post-thumbnail img
{
   border-radius: 30px;
    border: 0.93px solid #F5F5F5;
    width: 100%;
    height: auto;
}
.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: 15px;
}
.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 .date
{
      color: #ec71ab;
    font-weight: 500;
    margin-right: 12px;
}
.blgdtscsec .blgdate .cat
{
    color: #E3000F;
    font-weight: 500;
}
.blgdtscsec .blgdate .blgdticn
{
  height: 50px;
    width: 50px;
    background: #FBFBFB;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
}
.blgdtscsec .blgdate .blgdticn img
{
  border-radius: 50%;
}
.blgdtscsec ul.ftr-socail-links
{
    padding: 0;
    justify-content: end;
        margin: 0;
}
.blgdtscsec ul.ftr-socail-links li a
{
  color: #202020;
  border: 1px solid #202020;
}
.blgdtscsec ul.ftr-socail-links li a:hover
{
  color: #fff;
  border: 1px solid #158bff;
}
.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: #222;
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 12px;
}
#getaquoteform .modal-body
{
  background: #004E8E;
  color: #fff;
}
.nscabtintrosec
{
  padding-top: 4em;
  padding-bottom: 4em;
}
.nscabtintrosec .nscabtintroimgblk
{
      padding: 0 2em;
    text-align: center;
}
.nscabtintrosec .nscabtintrocntblk
{
      padding: 0 2em;
}
.nscabtmvsec
{
      background: #FFF8F2;
    padding-top: 5em;
    padding-bottom: 5em;
    margin-bottom: 1em;
}
.nscabtmvsec .nscabtmvttlblk
{
  padding: 0 2em;
}
.nscabtmvsec .nscabtmvcntblk
{
      border-left: 1px solid #CCCCCC;
    padding: 0 4em;
}
.nscabtmvsec .nscabtmvblk
{
      padding: 0 25px;
}
.nscabtmvsec .nscabtmvblk .icon
{
  height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.nscabtmvsec .nscabtmvblk.mission .icon
{
  border: 1.85px dashed #702DB6;
}
.nscabtmvsec .nscabtmvblk.vision .icon
{
  border: 1.85px dashed #FE7E0D;
}
.nscabtmvsec .nscabtmvblk .icon img
{
      height: 45px;
}
.nscabtmvsec .nscabtmvblk .mvttl
{
      font-size: 22px;
    margin-bottom: 15px;
}
.nscabtmvsec .nscabtmvblk .desc
{
  margin-bottom: 0px;
}
.nscabtexprtsec
{
  padding-top: 4em;
  padding-bottom: 4em;
}
.nscabtexprtsec .nscabtexprtimgblk
{
padding: 0 2em;
text-align: center;
}
.nscabtexprtsec .nscabtexprtimgblk img
{
  border-radius: 20px;
}
.nscabtexprtsec .nscabtexprtcntblk
{
padding: 0 2em;
}
.nscabtexprtsec .nscabtexprtpointsblk .accordion .accordion-item {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 0.9px solid #CFCFCF;
        padding: 7px 0px;
}
.nscabtexprtsec .nscabtexprtpointsblk .accordion .accordion-item .accordion-button
{
  padding: 18px 12px;
        background: transparent;
            text-transform: capitalize;
            font-weight: 600;
}
.nscabtexprtsec .nscabtexprtpointsblk .accordion-item .accordion-button:not(.collapsed)
{
  border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #158bff;
    
}
.nscabtexprtsec .nscabtexprtpointsblk.accordion-item .accordion-button:focus
{
  border: none;
  box-shadow: none;
}
.nscabtexprtsec .nscabtexprtpointsblk .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23158bff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.nscabtexprtsec .nscabtexprtpointsblk .accordion-item .accordion-body
{
padding-bottom: 0;
    padding-top: 0px;
    padding-left: 30px;
}
.nscserintrosec
{
  padding-top: 4em;
  padding-bottom: 4em;
}
.nscserintrosec .nscserintroimgblk
{
  text-align: center;
  padding: 0 2em;
}
.nscserintrosec .nscserintrocntblk
{
  padding: 0 2em;
}
.nscseroffersec
{
margin-bottom: 1em;
}
.nscseroffersec .nscserofferdiv
{
  background: #EDF6FF;
    border-radius: 40px;
    padding: 4em 5em 3em 5em;
}
.nscseroffersec .nscserofferttlblk
{
  text-align: center;
    margin-bottom: 3em;
    padding: 0 15em;
}
.nscseroffersec .nscserofferblk
{
  background: #fff;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}
.nscseroffersec .nscserofferblk:hover
{
  background: #158bff;
  color: #fff;
}
.nscseroffersec .nscserofferblk:hover .offerttl
{
  color: #fff;
}
.nscseroffersec .nscserofferblk:hover img
{
filter: invert(1);
}
.nscseroffersec .nscserofferblk img
{
  height: 50px;
    margin-bottom: 15px;
}
.nscseroffersec .nscserofferblk .offerttl
{
  font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
}
.nscseroffersec .nscserofferblk .desc
{
  margin-bottom: 0px;
}
.nscsercntsec
{
  padding-top: 4em;
    padding-bottom: 0em;
}
.nscsercntsec .nscsercntttlblk
{
padding: 0 5em;
}
.nscserfaqsec
{
      padding-top: 2em;
    padding-bottom: 4em;
}
.nscserfaqsec .nscserfaqttlblk
{
  text-align: center;
    margin-bottom: 3em;
    padding: 0 8em;
}
.nscserfaqsec .nscserfaqblk .accordion .accordion-item {
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0px 0px;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    margin-bottom: 20px;
}
.nscserfaqsec .nscserfaqblk .accordion .accordion-item .accordion-button
{
  padding: 18px 20px;
        background: transparent;
            text-transform: capitalize;
            font-weight: 600;
}
.nscserfaqsec .nscserfaqblk .accordion-item .accordion-button:not(.collapsed)
{
  border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #158bff;
    
}
.nscserfaqsec .nscserfaqblk.accordion-item .accordion-button:focus
{
  border: none;
  box-shadow: none;
}
.nscserfaqsec .nscserfaqblk .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23158bff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.nscserfaqsec .nscserfaqblk .accordion-item .accordion-button::after
{
width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.nscserfaqsec .nscserfaqblk .accordion-item .accordion-body
{
padding-bottom: 5px;
    padding-top: 0px;
    padding-left: 35px;
}
.nscserfaqsec .nscserfaqblk .accordion-item .accordion-body ul, .nscserfaqsec .nscserfaqblk .accordion-item .accordion-body ol
{
  padding-left: 20px;
}
.nsccontctsec
{
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
  background: #EEEDFF;
}
.nsccontctsec .nsccontctdtlblk
{
      padding: 0 3em;
}
.nsccontctsec .nsccontctdtlblk ul.contactinfo
{
  list-style: none;
    padding: 0 3em;
}
.nsccontctsec .nsccontctdtlblk ul.contactinfo li
{
      margin-right: 15px;
    display: inline-block;
        margin-bottom: 20px;
}
.nsccontctsec .nsccontctdtlblk ul.contactinfo li:last-child
{
  display: block;
}
.nsccontctsec .nsccontctdtlblk ul.contactinfo li a
{
  color: #222;
    display: flex;
    align-items: center;
}
.nsccontctsec .nsccontctdtlblk ul.contactinfo .icon
{
  height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 15px;
    border: 1px solid #222;
}
.nsccontctsec .nsccontctdtlblk ul.contactinfo .txt
{
  
}
.nsccontctsec .nsccontctfrmblk
{
      padding: 2em 4em;
      border-left: 1px solid #BABABA;
      padding-bottom: 1em;
}
.nscmapsec
{
  padding-top: 4em;
  padding-bottom: 4em;
}
.nscmapsec .nscmapblk iframe
{
  margin-bottom: 0;
  border-radius: 30px;
}
.nscfcstepsec
{
  background: #EFF2FF;
  padding-top: 4em;
  padding-bottom: 3em;
}
.nscfcstepsec .nscfcstepttlblk
{
  text-align: center;
    margin-bottom: 3em;
    padding: 0 20em;
}
.nscfcstepsec .nscfcstepblk
{
  background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 30px 20px;
}
.nscfcstepsec .nscfcstepblk:hover {
    background: #158bff;
    color: #fff;
}
.nscfcstepsec .nscfcstepblk .icon
{
  border: 1px dashed #B7B7B7;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.nscfcstepsec .nscfcstepblk:hover .icon {
  border: 1px dashed #fff;
}
.nscfcstepsec .nscfcstepblk .icon img
{
  height: 35px;
}
.nscfcstepsec .nscfcstepblk:hover .icon img {
      filter: invert(1);
}
.nscfcstepsec .nscfcstepblk .stepttl
{
  font-size: 18px;
    margin-bottom: 15px;
}
.nscfcstepsec .nscfcstepblk:hover .stepttl {
      color: #fff;
}
.nscfcstepsec .nscfcstepblk .desc
{
  margin-bottom: 0;
}
.nscfcfrmsec
{
  padding-top: 4em;
  padding-bottom: 2em;
}
.nscfcfrmsec .nscfcfrmttlblk
{
  text-align: center;
  margin-bottom: 3em;
  padding: 0 3em;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{transform:translateY(0)}40%,60%{transform:translateY(-10px)}}
@keyframes bounce{0%,10%,100%,20%,50%,80%{transform:translateY(0)}40%,60%{transform:translateY(-10px)}}



@media only screen and (min-width: 1600px) and (max-width:1920px) {

  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 85%;
    }
    .nschmbannersec .carousel-caption {
    width: 25%;
  }
  .nschmwhysec .nschmwhyblk {
    padding: 45px 70px;
  }
  .nschmabtsec .nschmabtcntblk {
    padding: 0 3em;
}
.nschmwhy1sec .nschmwhy1points {
    padding: 0 5em;
}
.nschmvideosec .nschmvideosblk .videoblk iframe {
    height: 735px;
}
.nschmctasec .nschmctafrmblk {
    padding: 60px 60px;
}
.blogblk .blgcnt {
    padding: 25px 30px;
}
.nscfcstepsec .nscfcstepblk {
    padding: 40px 30px;
}
.nscabtintrosec .nscabtintrocntblk {
    padding: 0 4em;
}
.inner-page-banner .inrbanner-content {
    padding: 0 7em;
}
.nscserintrosec .nscserintrocntblk {
    padding: 0 4em;
}
.nscseroffersec .nscserofferblk {
    padding: 40px 40px;
}
}
@media only screen and (min-width: 1200px) and (max-width:1400px) {
  .nschmbannersec .carousel-caption {
    width: 40%;
  }
.nschmabtsec .nschmabtcntblk {
    padding: 0 1em;
}
.nschmabtsec .nschmabtimgblk {
    text-align: center;
    padding: 0 2em;
}
.nschmsersec .nschmserblk img {
    height: 150px;
}
.nschmsersec .nschmserdiv
{
  padding: 4em 8em;
}
.nschmwhy1sec .nschmwhy1ttlblk {
    padding: 0 3em;
}
.nschmwhy1sec .nschmwhy1div {
    padding: 4em 4em 0em 4em;
}
.nschmsersec .nschmserblk {
    padding: 2em 2em;
    min-height: 470px;
}
.nschmsersec .nschmserblk:hover img {
    height: 120px;
}
.nschmvideosec .nschmvideosblk .videoblk iframe {
    height: 505px;
}
.inner-page-banner .inrbanner-content .pagetitle {
    font-size: 30px;
}
.inner-page-banner .inrbanner-content {
    padding: 0 3em;
}
.nscfcfrmsec .nscfcfrmttlblk {
    text-align: center;
    margin-bottom: 3em;
    padding: 0 0em;
}
.nschmwhy1sec .nschmwhy1points {
    padding: 0 1em;
}
.nscabtexprtsec .nscabtexprtcntblk {
    padding: 0 0em;
}
.sec-title {
    font-size: 28px;
}
.nscseroffersec .nscserofferblk .offerttl {
    font-size: 18px;
}
.nschmnumsec .nschmnumblk .no {
    font-size: 40px;
}
.nscsercntsec .nscsercntttlblk {
    padding: 0 3em;
}
.nschmctasec .nschmctafrmblk {
    padding: 30px;
}
}
@media only screen and (min-width: 990px) and (max-width:1199px) {
  .nschmctasec .nschmctafrmblk {
    padding: 30px;
  }
  .nschmbannersec .carousel-caption {
    width: 50%;
  }
  .sec-title {
    font-size: 28px;
  }
  .nschmwhysec .nschmwhyblk .whyttl {
    font-size: 18px;
}
.nschmabtsec .nschmabtcntblk {
    padding: 0 0em;
}
.nschmsersec .nschmserdiv {
    padding: 4em 6em;
  }
  .nschmsersec .nschmserblk img {
    height: 150px;
  }
  .nschmsersec .nschmserblk {
    padding: 2em 2em;
  }
  .nschmsersec .nschmserblk .serttl {
    font-size: 18px;
  }
  .nschmsersec .nschmserblk {
    min-height: 370px;
  }
  .nschmsersec .nschmserblk:hover img {
    height: 120px;
}
.nschmsersec .nschmserblk:hover .serlink {
    bottom: 20px;
}
.nschmnumsec .nschmnumblk .no {
    font-size: 40px;
}
.nschmwhy1sec .nschmwhy1div {
    background: #FAFAFA;
    border-radius: 30px;
    padding: 3em 3em 0em 3em;
}
.nschmwhy1sec .nschmwhy1points {
    padding: 0 0em;
}
.nschmvideosec .nschmvideosblk .videoblk iframe {
    height: 465px;
}
.blogblk .blgcnt .title {
    font-size: 18px;
}
footer .footrblk .ftrttl {
    font-size: 16px;
}
.inner-page-banner .inrbanner-content .pagetitle {
    font-size: 30px;
}
.inner-page-banner .inrbanner-content {
    padding: 0 1em;
}
.nscabtintrosec .nscabtintroimgblk {
    padding: 0 0em;
    text-align: center;
}
.nscabtintrosec .nscabtintrocntblk {
    padding: 0 1em;
}
.nscabtmvsec .nscabtmvblk {
    padding: 0 10px;
}
.nscabtmvsec .nscabtmvblk .mvttl {
    font-size: 20px;
}
.nscabtexprtsec .nscabtexprtcntblk {
    padding: 0 0em;
}
.nscsercntsec .nscsercntttlblk {
    padding: 0 2em;
}
.nsccontctsec .nsccontctdtlblk ul.contactinfo {
    padding: 0 1em;
}
.nsccontctsec .nsccontctfrmblk {
    padding: 2em 2em;
}
}
@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .header-menu
  {
    text-align: right;
  }
  .header-menuCvr .main-navigation {
    text-align: left;
}
  .header-menu .navbar-toggler
{
padding: 5px 10px;
                background: #202020;
        color: #fff;
}
.header-menu .navbar-toggler .navbar-toggler-icon
{
        height: auto;
        width: auto;
}
.header-menu .dropdown-toggle
{
  color: #fff;
}
.header-menu .navbar-collapse
{
          position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        background: #158BFF;
                overflow: hidden;
}
.header-menuCvr .main-navigation ul .sub-menu {
        background: #fe7e0d !important;
    }
.header-menuCvr .main-navigation a
{
  color: #fff;
}
.header-menuCvr .main-navigation ul .sub-menu
{
      width: inherit;
    border: none;
    box-shadow: unset;
    margin-left: 0;
    background: #fff;
}
.nschmbannersec .carousel-item {
    height: 75vh;
    background-position: center right;
  }
.nschmbannersec .carousel-caption {
    z-index: 4;
    width: 70%;
    left: 0;
    right: 0;
    top: 35%;
    margin: auto;
    text-align: center;
}
.nschmbannersec .carousel-caption .slidedesc {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
}
.nschmbannersec .carousel-caption .slidesaprater
{
  margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 80%;
}
.sec-title
{
  font-size: 26px;
}
.nschmwhysec
{
  padding-top: 2em;
}
.nschmwhysec hr {
    margin-top: 1em;
    margin-bottom: 1em;
}
.nschmabtsec .nschmabtcntblk {
    margin-bottom: 30px;
}
.nschmsersec .nschmserdiv {
    background: linear-gradient(180deg, #FFFFFF 0%, #EDF0FF 108.94%);
    padding: 3em 4em;
}
.nschmsersec .nschmserblk {
    min-height: 400px;
}
.nschmsersec .nschmserblk img {
    height: 160px;
}
.nschmsersec .nschmserblk:hover img {
    height: 130px;
}
.nschmsersec .nschmserblk:hover .serlink {
    bottom: 25px;
}
.nschmnumsec .nschmnumblk .no {
    font-size: 38px;
}
.nschmnumsec .nschmnumcta {
    margin-top: 30px;
}
.nschmnumsec {
    padding-top: 2em;
    padding-bottom: 3em;
}
.nschmwhy1sec .nschmwhy1ttlblk {
    padding: 0 3em;
}
.nschmwhy1sec .nschmwhy1img {
    padding: 0 2em;
    margin-bottom: 40px;
}
.nschmwhy1sec .nschmwhy1div {
    padding: 3em 4em 2em 4em;
}
.nschmvideosec .nschmvideosblk .videoblk iframe {
    height: 380px;
}
.nschmctasec .nschmctafrmblk {
    margin-bottom: 30px;
}
.footrblk.pl40 {
    padding-left: 0px;
}
footer .footrblk .ftrttl {
    font-size: 18px;
  }
.inner-page-banner .inrbanner-content {
    padding: 0 1em;
}
.inner-page-banner .inrbanner-content .pagetitle {
    font-size: 28px;
}  
.nscfcstepsec .nscfcstepttlblk {
    padding: 0 9em;
}
.nscabtintrosec .nscabtintroimgblk {
    padding: 0 5em;
    text-align: center;
    margin-bottom: 30px;
}
.nscabtmvsec .nscabtmvcntblk {
    border-top: 1px solid #CCCCCC;
    padding: 0 1em;
    border-left: 0;
    padding-top: 2em;
}
.nscabtmvsec .nscabtmvttlblk {
    padding: 0 3em;
    margin-bottom: 30px;
}
.nscabtintrosec {
    padding-top: 2em;
    padding-bottom: 2em;
}
.nscabtmvsec {
    padding-top: 3em;
    padding-bottom: 3em;
}
.nschmnumsec .numslider {
    padding: 0 0em;
}
.nscabtexprtsec .nscabtexprtcntblk {
    padding: 0 2em;
    margin-bottom: 40px;
}
.nscserintrosec .nscserintrocntblk {
    padding: 0 2em;
    margin-bottom: 30px;
}
.nscseroffersec .nscserofferttlblk {
    text-align: center;
    margin-bottom: 3em;
    padding: 0 4em;
}
.nscseroffersec .nscserofferdiv {
    padding: 2em 3em 1em 3em;
}
.nscsercntsec .nscsercntttlblk {
    padding: 0 2em;
}
.nscsercntsec {
    padding-top: 3em;
    padding-bottom: 0em;
}
.nschmctasec {
    padding-top: 2em;
    padding-bottom: 2em;
}
.nscserfaqsec .nscserfaqttlblk {
    text-align: center;
    margin-bottom: 3em;
    padding: 0 2em;
}
.nscserfaqsec {
    padding-top: 2em;
    padding-bottom: 2em;
}
.nschmlstsec.nschmlstinnrsec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.nsccontctsec .nsccontctfrmblk {
    padding: 4em 4em;
    border-top: 1px solid #BABABA;
    padding-bottom: 1em;
    border-left: 0;
}
.nsccontctsec .nsccontctdtlblk {
    padding: 0 3em;
    margin-bottom: 3em;
}
.nsccontctsec {
    padding-top: 2em;
    padding-bottom: 0em;
}
.blogdetails .blgtitle {
    font-size: 28px;
    margin-bottom: 30px;
}
.blogdetails {
    padding: 0 0px;
}
.nschmlstsec {
    padding-top: 2em;
    padding-bottom: 2em;
    position: relative;
}
.blogdetails .blgimgblk .post-thumbnail {
    display: block;
    margin: 0 2.6923% 1.75em;
}
}
@media only screen and (min-width: 768px) and (max-width:991px) {
}
@media screen and (max-width: 767px) {
  .mainCvr
  {
    overflow: hidden;
  }
  .header-logo a {
    height: 100px;
    width: 100px;
    border: 5.51px solid #FFFFFF;
  }
  .header-logo img {
    height: 65px;
}
.header-middle-back:after
{
  height: 50px;
}
.header-menu .navbar-toggler {
        font-size: 14px;
    }
.headercontact ul li a
{
  height: 33px;
  width: 33px;
  font-size: 12px;
}
.headercontact ul li {
    margin: 0 2px;
}
.nschmbannersec .carousel-control-next-icon, .nschmbannersec .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}
.nschmbannersec .carousel-control-next, .nschmbannersec .carousel-control-prev {
    width: 10%;
    opacity: 1;
}
.nschmbannersec .carousel-item {
        height: 75vh;
        background-position: 70% 50%;
    }
.nschmbannersec .carousel-caption
{
  width: 80%;
}
.nschmbannersec .carousel-caption .slidesupttl, .nschmbannersec .carousel-caption .slidedesc
{
  display: none;
}
.nschmbannersec .carousel-caption .slidettl
{
  font-size: 20px;
  margin-bottom: 15px;
}   
.nschmbannersec .carousel-caption .slidesaprater {
        margin-bottom: 15px;
        margin-top: 15px;
    } 
    .nschmbannersec .carousel-caption .theme-btn {
    margin-right: 7px;
    font-size: 11px;
    padding: 11px 12px;
} 
    .nschmbannersec .carousel-item:after {
        width: 210px;
        height: 221px;
        bottom: -2.5em;
    }
.theme-btn {
    padding: 12px 16px;
    font-size: 13px;
}
    .sec-title {
        font-size: 22px;
    }
.nschmwhysec .nschmwhyttlblk {
    margin-bottom: 2em;
} 
.nschmwhysec .nschmwhyblk .whyttl {
    font-size: 18px;
}
.nschmabtsec .nschmabtcntblk {
    padding: 0 0em;
} 
.nschmabtsec .nschmabtimgblk {
    text-align: center;
    padding: 0 1em;
}
.nschmabtsec {
    padding-top: 2em;
    padding-bottom: 2em;
}  
.nschmsersec .nschmserdiv {
        padding: 2em 1.5em;
    }
.nschmsersec .nschmserblk .serttl {
    font-size: 18px;
  } 
  .nschmsersec .nschmserblk {
        min-height: 420px;
        padding: 2em 2em;
    }   
    .nschmsersec .nschmserblk img {
        height: 170px;
    }   
    .nschmsersec .nschmserblk:hover img {
        height: 130px;
    } 
.nschmnumsec .numslider {
        padding: 0 1.5em;
        margin-bottom: 30px;
    } 
.nschmnumsec .nschmnumttlblk {
    text-align: center;
    margin-bottom: 40px;
}
.nschmnumsec .nschmnumrgtblk .narcolicn
{
  margin: 0 auto;
}
.nschmnumsec .nschmnumblk .no {
        font-size: 32px;
    }
.nschmnumsec .nschmnumblk {
    margin-bottom: 20px;
}
    .nschmnumsec .nschmnumcta {
        margin-top: 7px;
        border-top: 1px solid #d1d1d18a;
        padding-top: 25px;
    }
.nschmnumsec .nschmnumcta .link .call {
    margin-left: 8px;
}
.nschmwhy1sec .nschmwhy1div {
        padding: 2em 1.5em 1em 1.5em;
    }
.nschmwhy1sec .nschmwhy1ttlblk {
        padding: 0 0em;
    }
.nschmwhy1sec hr {
    margin-top: 30px;
    margin-bottom: 25px;
}
.nschmwhy1sec .nschmwhy1ttlblk .links .whatsapp {
    background: #00D02D;
    margin-left: 0px;
    padding: 12px 22px;
    display: inline-block;
    line-height: 1;
    margin-top: 10px;
}
.nschmwhy1sec .nschmwhy1img {
        padding: 0 0em;
}
.nschmwhy1sec .nschmwhy1points {
    padding: 0 0em;
}
.nschmwhy1sec .nschmwhy1points .poitblk {
    flex-wrap: wrap;
    justify-content: center;
}  
.nschmwhy1sec .nschmwhy1points .poitblk .icon {
    margin-right: 0px;
    margin-bottom: 20px;
}   
.nschmwhy1sec .nschmwhy1points .poitblk .cnt {
    width: 100%;
    text-align: center;
}
.nschmwhy1sec .nschmwhy1points .poitblk .cnt .pttl {
    font-size: 18px;
}
.nschmvideosec {
    padding-top: 2em;
    padding-bottom: 2em;
}  
.nschmvideosec .nschmvideosblk .vidothumb img {
    border-radius: 10px;
    margin-bottom: 7px;
}
.nschmvideosec .nschmvideosblk .videoblk iframe {
        height: 160px;
    }
.nschmctasec .nschmctafrmblk {
    padding: 20px;
}  
.blogblk .blgcnt .title {
    font-size: 18px;
}   
.inner-page-banner:after {
    bottom: -2.5em;
    width: 220px;
    height: 241px;
}    
.inner-page-banner {
    position: relative;
    padding-top: 10em;
    padding-bottom: 3em;
    background-position: 70% 50%;
} 
.inner-page-banner .inrbanner-content .pagetitle {
        font-size: 22px;
    }
.inner-page-banner .inrbanner-content .banrdesc {
    width: 95%;
}
.inner-page-banner .inrbanner-content .banrsaprater {
    width: 95%;
}     
.inner-page-banner .inrbanner-content ul.banrcntinfo li .icon {
    height: 35px;
    width: 35px;
    font-size: 12px;
}    
.inner-page-banner .inrbanner-content ul.banrcntinfo {
    flex-wrap: wrap;
}   
.inner-page-banner .inrbanner-content ul.banrcntinfo li {
    margin-right: 0;
    margin-bottom: 10px;
}
.inner-page-banner .inrbanner-content {
        padding: 0 0em;
    }
.nscabtintrosec .nscabtintroimgblk {
        padding: 0 1em;
}
.nscabtintrosec .nscabtintrocntblk {
    padding: 0 0em;
}
.nscabtmvsec .nscabtmvttlblk {
        padding: 0 1em;
}
.nscabtmvsec .nscabtmvblk {
    padding: 0 0px;
}
.nscabtmvsec .nscabtmvblk .mvttl {
    font-size: 18px;
}    
.nscabtmvsec .nscabtmvblk.mission
{
  margin-bottom: 30px;
}
.nscabtexprtsec {
    padding-top: 2em;
    padding-bottom: 3em;
}
.nscabtexprtsec .nscabtexprtcntblk {
        padding: 0 0em;
        margin-bottom: 30px;
    }
.nscabtexprtsec .nscabtexprtimgblk {
    padding: 0 1em;
    text-align: center;
}
.nscfcstepsec {
    padding-top: 2em;
    padding-bottom: 1em;
}    
.nscfcstepsec .nscfcstepttlblk {
        padding: 0 0em;
        margin-bottom: 2em;
    }
.nscfcstepsec .nscfcstepblk .stepttl {
    font-size: 16px;
}    
.nscfcfrmsec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.nscfcfrmsec .nscfcfrmttlblk {
    margin-bottom: 2em;
    padding: 0 0em;
}
.nscserintrosec {
    padding-top: 2em;
    padding-bottom: 2em;
}
.nscserintrosec .nscserintrocntblk {
        padding: 0 0em;
    }
.nscserintrosec .nscserintroimgblk {
    padding: 0 1em;
}
.nscseroffersec .nscserofferdiv {
        padding: 2em 1.5em 1em 1.5em;
    }
.nscseroffersec .nscserofferttlblk {
        margin-bottom: 2em;
        padding: 0 0em;
    }  
.nscseroffersec .nscserofferblk .offerttl {
    font-size: 17px;
} 
.nscseroffersec .nscserofferblk {
    padding: 25px;
} 
.nscsercntsec .nscsercntttlblk {
        padding: 0 0em;
    }
    .nscsercntsec {
        padding-top: 2em;
    }   
.nscserfaqsec .nscserfaqttlblk {
        margin-bottom: 2em;
        padding: 0 0em;
    }
.nsccontctsec .nsccontctdtlblk {
        padding: 0 0em;
        margin-bottom: 2em;
    }
.nsccontctsec .nsccontctdtlblk ul.contactinfo {
    list-style: none;
    padding: 0 1em;
}
.nsccontctsec .nsccontctdtlblk ul.contactinfo li:last-child .txt
{
  width: 70%;
}    
.nsccontctsec .nsccontctfrmblk {
        padding: 2em 1em;
        border-top: 1px solid #BABABA;
        padding-bottom: 1em;
        border-left: 0;
    }
.blog-area {
    padding-top: 1em;
    padding-bottom: 1em;
}  
 .blogdetails .blgtitle {
        font-size: 22px;
        margin-bottom: 15px;
    }
.blgdtscsec ul.ftr-socail-links {
    padding: 0;
    justify-content: start;
    margin: 0;
    margin-top: 10px;
}
.blgdtscsec .blgdate .blgdticn {
    height: 35px;
    width: 35px;
}
.blogdetails .blgimgblk .post-thumbnail {
        display: block;
        margin: 0 1.6923% 0.75em;
    }
.blogdetails h2 {
    font-size: 22px;
    } 
    .blogdetails h3 {
    font-size: 20px;
    }
    .blogdetails h4, .blogdetails h5, .blogdetails h6 {
    font-size: 18px;
    }                    
}
@media screen and (max-width: 480px) {

}    
@media screen and (max-width: 420px) {

}    
@media screen and (max-width: 320px) {

}