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: 20px; 
    text-transform: capitalize;
    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: #8E1941;
    width: 60px;
    left: 0;
}
.sec-title.text-center span:after
{
      left: 0;
    right: 0;
    margin: 0 auto;
}
.theme-btn {
    background: #0F395F;
    color: #fff;
    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;
    border: 1px solid #0F395F;
}
.theme-btn:focus { color:#fff; }
.theme-btn-outline
{
  border: 1px solid #0F395F;
  color: #0F395F;
    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-outline:hover { color: #fff;
    background: #0F395F; border: 1px solid #0F395F;}
.theme-btn:hover { color: #0F395F;
    background: transparent;border: 1px solid #0F395F; }

.theme-btn-white{ background:#fff; color: #0F395F;  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:#0F395F; color: #fff; }

/*** Header CSS ***/

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

.header-middle-back
{
       background: #f3f6f9;
    border-radius: 130px;
    margin-top: 25px;
        padding: 0 35px;
        transition: all .3s ease-in-out;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.header-menuCvr .main-navigation
{
  width: 100%;
}
.header-menuCvr .main-navigation a {  padding: 15px 25px; position: relative;font-size: 14px;font-weight: 600;}
.header-menuCvr .main-navigation a:hover {  color:#000;}

.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;
}
.mega-menu-flyout .mega-menu-item {
    border-bottom: 0.5px solid #dddddd !important;
}
.navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0px;
    transition: all .3s ease-in-out;
    padding: 0 30px;
}
.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
{
  background: #FBFBFB ;
  margin-top: 0;
      padding: 5px 0px;
  transition: all .3s ease-in-out;
  box-shadow: none;
}
.headercontact
{
  text-align: center;
}
.headercontact ul
{
  display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
}
.headercontact ul li
{
  margin: 0 5px;
}
.headercontact ul li a
{
  height: 35px;
    width: 35px;
    display: flex;
    border: 1px solid #0F395F;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #0F395F;
    font-size: 14px;
}
.headercontact ul li a svg
{
  animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.headercontact ul li a:hover
{
  background: #81ae10;
  border: 1px solid #81ae10;
  color: #fff;
}
.header-menuCvr .main-navigation .mega-block-title
{
  font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
    color: #0f2a4f !important;
    border-bottom: 1px solid #d7d7d7 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1.2;
}
.header-menuCvr .main-navigation ul ul li a {
    padding: 6px 0px;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}
.header-menuCvr .main-navigation ul ul li a:hover
{
  color: #0F395F;
}
.menucta
{
  background: #FFFFFF;
  padding: 35px;
  border: 3px double #0F395F;
  border-radius: 8px;
}
.menucta .cntblk
{
  
}
.menucta .cntblk .title
{ 
  color: #000;
  font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #d7d7d7 !important;
    padding-bottom: 12px;
}
.menucta .cntblk .desc
{
  color: #949292;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px !important;
}
.menucta .btnblk .theme-btn
{
  padding: 10px 18px;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.homebnrsec
{
      padding-top: 5em;
    padding-bottom: 5em;
    position: relative;
    z-index: 0;
}
.homebnrsec:before {
    content: '';
    position: absolute;
    height: 560px;
    width: 221px;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/work-back.png);
    background-size: cover;
}
.homebnrsec .bnrcntblk
{
      padding: 2em 5em;
}
.homebnrsec .bnrcntblk .supline
{
  text-transform: capitalize;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
        font-weight: 400;
}
.homebnrsec .bnrcntblk .supline:before
{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  top: 3px;
  background-image: url(../images/favicon.png);
  background-size: cover;
}
.homebnrsec .bnrcntblk .title
{
  font-size: 34px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
}
.homebnrsec .bnrcntblk .title img
{
  animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.homebnrsec .bnrcntblk .title span
{
  color: #96AE21;
    font-weight: 700;
}
.homebnrsec .bnrcntblk .desc
{
  margin-bottom: 20px;
}
.trustedbysec
{
  padding-top: 1em;
  padding-bottom: 1em;
}
.trustedbysec.innrtrustedbysec
{
  padding-top: 0em;
    padding-bottom: 4em;
}
.trustedbysec hr
{
      margin-bottom: 3em;
}
.trustedbysec .title
{
      text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
}
.trustedbysec .trustedbyblk
{
  background: #FBFBFB;
    padding: 2em 3em;
}
.homeabtsec
{
  padding-top: 4em;
    padding-bottom: 4em;
}
.homeabtsec .abtimgblk
{
  text-align: center;
}
.homeabtsec .abtimgblk .imgblk
{
  padding: 2em;
}
.homeabtsec .abtimgblk .counterblk
{
    width: 78%;
    margin: 0 auto;
    margin-top: -8em;
    position: relative;
    z-index: 1;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk
{
  display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 66px;
        padding: 3px;
    margin: 7px 0;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk:nth-child(1)
{
      background: #96AE21;
    color: #fff;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk:nth-child(2), .homeabtsec .abtimgblk .counterblk .counterinrblk:nth-child(4)
{
      background: #E6E6E6;
    color: #000;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk:nth-child(3)
{
      background: #0F395F;
    color: #fff;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk .counterlft
{
  display: flex;
    align-items: center;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk .counterlft .arrow
{
  height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #000;
    margin-right: 15px;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk .counterlft .cnum
{
      font-size: 24px;
    font-weight: 500;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk .counterright
{
      padding-right: 20px;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk .counterright .txt
{
  margin-bottom: 0;
  text-transform: capitalize;
}
.homeabtsec .abtimgblk .counterblk .expblk
{
  margin-top: 20px;
}
.homeabtsec .abtimgblk .counterblk .expblk .txt
{
      text-transform: capitalize;
    font-size: 13px;
    margin-bottom: 0px;
}
.homeabtsec .abtimgblk .counterblk .expblk .exp
{
  font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.homeabtsec .abtcntblk
{
  padding: 2em;
}
.homeabtsec .abtcntblk .title
{
  font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}

.homesersec
{
  background: #FBFBFB;
    padding-top: 4em;
    padding-bottom: 3em;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.homesersec:before {
    content: '';
    position: absolute;
    height: 1481px;
    width: 1645px;
    right: 0;
    top: 0;
    background-image: url(../images/ser-back.png);
    background-attachment: fixed;
    z-index: -1;
    opacity: .1;
}
.homesersec .sersecttlblk
{
    margin-bottom: 3em;
    text-align: center;
}
.homesersec .serblk
{
  background: #FFFFFF;
    box-shadow: -5px 18px 72px 6px #D2D2EA40;
    padding: 35px;
    border-radius: 16px;
    min-height: 545px;
    margin: 0 5px;
    margin-bottom: 35px;
}
.homesersec .serblk:hover .sericon img
{
  animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.homesersec .serblk .sericon
{
  margin-bottom: 20px;
}
.homesersec .serblk .sericon img
{
  height: 60px;
}
.homesersec .serblk .serttl
{
  font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.homesersec .serblk .serdesc
{
      margin-bottom: 20px;
      color: #676767;
}
.homesersec .serblk .subser
{
      list-style: none;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.homesersec .serblk .subser li
{
font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
    position: relative;
        padding-left: 30px;
}
.homesersec .serblk .subser li:before {
    content: '';
    position: absolute;
    height: 14px;
    width: 20px;
    left: 0;
    top: 3px;
    background-image: url(../images/cloud-icon.png);
    background-size: cover;
}
.homesersec .serblk .subser li a
{
  color: #000;
}
.homesersec .serblk .subser li a:hover
{
  color: #96AE21;
}
.homesersec .serblk .serlink a
{
  color: #000;
    font-size: 14px;
}
.homesersec .serblk .serlink a .linkicn
{
  height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #96AE21;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    margin-left: 8px;
}
.homeawardsec
{
  padding-top: 4em;
  padding-bottom: 2em;
}
.homeawardsec.abtawrdsec
{
  padding-top: 2em;
  padding-bottom: 1em;
}
.homeawardsec .awardsecttlblk
{
  text-align: center;
    margin-bottom: 3em;
}
.homeawardsec .awardlogo-slider
{
  margin-bottom: 3em;
}
.homeawardsec .awardlogo-slider .slide
{
  text-align: center;
}
.homeawardsec .awardlogo-slider .slide img
{
  padding: 0 30px;
  height: 160px;
}
.homeawardsec hr
{
  margin-top: 4em;
}
.homehowwrksec
{
  padding-top: 3em;
  padding-bottom: 6em;
  position: relative;
  z-index: 0;
}
.homehowwrksec.abtworksec
{
padding-bottom: 3em;
}
.homehowwrksec:before {
    content: '';
    position: absolute;
    height: 560px;
    width: 221px;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/work-back.png);
    background-size: cover;
}
.homehowwrksec .howwrkcntbk {
    padding: 2em 10em;
}
.homehowwrksec .howwrksliderdiv .howwrkblk
{
background: #F5F5F5;
    margin: 0 25px;
    padding: 30px;
    min-height: 440px;
}
.homehowwrksec .howwrksliderdiv .howwrkblk .title
{
  font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.homehowwrksec .howwrksliderdiv .howwrkblk .desc
{
  font-size: 14px;
}
.homehowwrksec .howwrksliderdiv .howwrkblk .howwrkimg
{
  text-align: center;
}
.homehowwrksec .howwrksliderdiv .howwrkblk .howwrkimg img
{
display: inline-block;
height: 150px;
}
.homehowwrksec .howwrksliderdiv .slick-list {
    padding-left: 0px!important; // half partial
}
.hometestisec
{
  position: relative;
  padding-top: 10em;
  padding-bottom: 5em;
  z-index: 0;
  background-image: url(../images/half-circle.jpg);
  background-position: center top;
  background-size: cover;
}
.hometestisec .testisecttlblk
{
  text-align: center;
    margin-bottom: 4em;
}
.hometestisec .testiblk
{
  display: flex;
    align-items: center;
    justify-content: center;
}
.hometestisec .testiblk .testiimg
{
      width: 40%;
          text-align: center;
}
.hometestisec .testiblk .testiimg .authimg
{
  position: relative;
}
.hometestisec .testiblk .testiimg img
{
  
    border-radius: 50%;
    height: 220px;
}
.hometestisec .testiblk .testiimg .authimg:before {
    content: '';
    position: absolute;
    height: 60px;
    width: 60px;
    right: 60px;
    bottom: 20px;
    background-image: url(../images/testi-icon.png);
    background-size: cover;
}
.hometestisec .testiblk .testicnt
{
      width: 60%;
      padding: 2em;
}
.hometestisec .testiblk .testicnt .supttl
{
      text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #96AE21;
}
.hometestisec .testiblk .testicnt .quote
{
      font-size: 16px;
    font-weight: 500;
}
.hometestisec .testiblk .testicnt .author .title
{
font-weight: 600;
    margin-bottom: 0;
}
.hometestisec .testiblk .testicnt .author .desig
{
  color: #676767;
    font-size: 14px;
}
.hometestisec .owl-theme .owl-controls {
    margin-top: 10px;
}    
.homeleadersec
{
  padding-top: 4em;
  padding-bottom: 2em;
}
.homeleadersec.serleadsec
{
      padding-top: 1em;
}
.homeleadersec.lifeleadersec
{
   padding-bottom: 4em;
}
.homeleadersec.abtldrsec
{
  padding-top: 2em;
  padding-bottom: 3em;
}
.homeleadersec .leadersecttlblk
{
  text-align: center;
    margin-bottom: 3em;
}
.homeleadersec .leaderblk
{
  border: 1.03px solid #D4D4D4;
    margin: 0 10px;
    padding: 15px;
    border-radius: 15px;
}
.homeleadersec .leaderblk .leadimg
{
      position: relative;
    margin-bottom: 20px;
}
.homeleadersec .leaderblk .leadimg:before {
    content: '';
    position: absolute;
    height: 150px;
    width: 139px;
    right: 0px;
    bottom: 0px;
    background-image: url(../images/lead-icn.png);
    background-size: cover;
}
.homeleadersec .leaderblk .leadimg img
{
  border-radius: 15px;
}
.homeleadersec .leaderblk .leadcnt
{
      text-align: center;
}
.homeleadersec .leaderblk .leadcnt .title
{
  font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.homeleadersec .leaderblk .leadcnt .desig
{
  font-size: 13px;
    color: #676767;
        margin-bottom: 10px;
}
.homeleadersec .leaderblk .leadcnt .sunttl
{
  font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
        margin-bottom: 10px;
}
.homeleadersec .leaderblk .leadcnt ul.social
{
      list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeleadersec .leaderblk .leadcnt ul.social li a
{
  color: #0F395F;
    height: 30px;
    width: 30px;
    border: 1px solid #0F395F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    margin: 0 3px;
}
.homeleadersec .leaderblk .leadcnt ul.social li a:hover
{
  background: #0F395F;
  color: #fff;
}
.dividersec hr
{
  margin-top: 3em;
    margin-bottom: 3em;
}
.homecasestudysec
{
  padding-top: 4em;
  padding-bottom: 1em;
}
.homecasestudysec.casestudylistsec {
    padding-top: 2em;
    padding-bottom: 4em;
}
.homecasestudysec.casestudylistsec hr {
        margin-bottom: 3em;
}
.homecasestudysec .casesecttlblk
{
  margin-bottom: 3em;
  text-align: center;
}
.homecasestudysec .casestulinkblk a {
        color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
        justify-content: end;
}
.homecasestudysec .casestulinkblk svg {
    background: #96ae21;
    color: #fff;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
    padding: 3px;
}
.homecasestudysec .casestutabblk , .blkpglistsec .casestutabblk
{
  margin-bottom: 1em;
}
.homecasestudysec .casestutabblk .nav-tabs , .blkpglistsec .casestutabblk .nav-tabs
{
  border: none;
}
.homecasestudysec .casestutabblk .nav-tabs .nav-link ,.blkpglistsec .casestutabblk .nav-tabs .nav-link
{
color: #000;
    text-transform: capitalize;
    border: none;
}
.homecasestudysec .casestutabblk .nav-tabs .nav-item.show .nav-link, .homecasestudysec .casestutabblk .nav-tabs .nav-link.active , .blkpglistsec .casestutabblk .nav-tabs .nav-item.show .nav-link, .blkpglistsec .casestutabblk .nav-tabs .nav-link.active
{
font-weight: 600;
}
.homecasestudysec .casestutabcntblk .masonry { /* Masonry container */
    -webkit-column-count: 3;
  -moz-column-count:3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.homecasestudysec .casestutabcntblk .item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1em;
    width: 100%;
  -webkit-transition:1s ease all;
}
.homecasestudysec .casestutabcntblk .item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .homecasestudysec .casestutabcntblk .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .homecasestudysec .casestutabcntblk .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .homecasestudysec .casestutabcntblk .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .homecasestudysec .casestutabcntblk .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
.homecasestudysec .casestutabcntblk .csblk
{

}
.homecasestudysec .casestutabcntblk .csblk a
{
  color: #000;
}
.homecasestudysec .casestutabcntblk .csblk a img
{
  margin-bottom: 20px;
    border-radius: 16px;
}
.homecasestudysec .casestutabcntblk .csblk a .title
{
      text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.homecasestudysec .casestutabcntblk .csblk a .cscat
{
  color: #676767;
    text-transform: capitalize;
    margin-bottom: 0;
}
.homecasestudysec.casestudylistsec .casestutabblk .nav-tabs , .blglistingsec .casestutabblk .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F395F;
    padding: 5px;
    border-radius: 80px;
}
.homecasestudysec.casestudylistsec .casestutabblk .nav-tabs .nav-link , .blglistingsec .casestutabblk .nav-tabs .nav-link{
    color: #fff;
        padding: 6px 20px;
        font-size: 13px;
}
.homecasestudysec.casestudylistsec .casestutabblk .nav-tabs .nav-item.show .nav-link, .homecasestudysec.casestudylistsec .casestutabblk .nav-tabs .nav-link.active , .blglistingsec.casestudylistsec .casestutabblk .nav-tabs .nav-item.show .nav-link, .blglistingsec .casestutabblk .nav-tabs .nav-link.active {
    font-weight: 600;
    color: #0f395f;
    border-radius: 20px;
}
.homectasec
{
  padding-top: 2em;
  padding-bottom: 2em;
}
.homectasec .ctainfoblk
{
      padding: 2em;
}
.homectasec .ctainfoblk .title
{
  text-transform: capitalize;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
}
.homectasec .ctainfoblk .title span
{
      font-weight: 600;
          color: #0F395F;
}
.homectasec .ctainfoblk ul.ctainfo
{
  list-style: none;
  margin-bottom: 25px;
    margin-top: 25px;
}
.homectasec .ctainfoblk ul.ctainfo li
{
      margin-bottom: 12px;
}
.homectasec .ctainfoblk ul.ctainfo li a
{
      color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.homectasec .ctainfoblk ul.ctainfo li a img
{
  height: 40px;
    margin-right: 10px;
}
.homectasec .ctainfoblk ul.ctainfo li a .icn
{
  height: 40px;
    width: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F395F;
    border: 1px solid #0F395F;
    border-radius: 50%;
}
.homectasec .ctainfoblk ul.social
{
  list-style: none;
    display: flex;
    align-items: center;
}
.homectasec .ctainfoblk ul.social li a
{
      height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-right: 8px;
    border-radius: 50%;
}
.homectasec .ctainfoblk ul.social li a.fcb
{
  background: #3B5998;
}
.homectasec .ctainfoblk ul.social li a.twt
{
  background: #000000;
}
.homectasec .ctainfoblk ul.social li a.lkd
{
  background: #0072B1;
}
.homectasec .ctainfoblk ul.social li a.ins
{
  background: radial-gradient(182.65% 122.8% at 84.5% 113.5%, #FF1B90 24.39%, #F80261 43.67%, #ED00C0 68.85%, #C500E9 77.68%, #7017FF 89.32%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
radial-gradient(51.8% 49.8% at 36.25% 96.55%, #FFD600 0%, #FF6930 48.44%, #FE3B36 73.44%, rgba(254, 59, 54, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}
.homectasec .ctainfoblk ul.social li a.ytb {
    background: #cd201f;
}
.homectasec .contactfrmblk
{
  border: 1px solid #F1F1F1;
    padding: 3em;
    margin: 0 2em;
    border-radius: 30px;
}
.homectasec .contactfrmblk .title
{
  font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
}
.homectasec .contactfrmblk .desc
{
      color: #676767;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact_form_details .full_name {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.contact_form_details .full_name .name_sec {
        width: 50%;
    }

.contact_form_details .full_name .name_sec:first-child {
        margin-right: 10px;
    }
.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: #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%;
    background: #0F395F;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 0;
    border-radius: 20px;
    border: none;
}
.contactfrm .sendbtn:hover
{
  background: #96AE21;
}
.contactfrm .wpcf7-spinner
{
  display: block;
}
.homeindusec
{
  padding-top: 2em;
  padding-bottom: 2em;
}
.homeindusec .indusecttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.homeindusec ul.indusul
{
list-style: none;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.homeindusec ul.indusul li
{
      width: 25%;
}
.homeindusec ul.indusul li .indusblk
{
      padding: 18px;
      overflow: hidden;
      
}
.homeindusec ul.indusul li .indusblk .indus
{
  position: relative;
    height: 270px;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
        padding: 20px;
            display: flex;
    align-items: end;
    z-index: 0;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.homeindusec ul.indusul li .indusblk:hover .indus
{
      transform: scale(1.2);

}
.homeindusec ul.indusul li .indusblk .indus:after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  left: 0;
  top: 0;
  border-radius: 16px;
  z-index: -1;
}
.homeindusec ul.indusul li .indusblk .indus .induscnt .icon
{
  height: 50px;
    width: 50px;
    background: linear-gradient(180deg, rgba(238, 238, 238, 0.19) 0%, rgba(238, 238, 238, 0.13) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
}
.homeindusec ul.indusul li .indusblk .indus .induscnt .title
{
  color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
}
.homeabt2blk
{
  padding-top: 2em;
  padding-bottom: 2em;
}
.homeabt2blk .abt2cntblk
{
  padding: 2em;
}
.homeabt2blk .abt2cntblk .title
{
  font-size: 28px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}
.homebenisec
{
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.homebenisec .benisecttlblk
{
    margin-bottom: 3em;
}
.homebenisec.hirebenisec .benisecttlblk
{
  padding-right: 2em;
}
.homebenisec .benisecttlbtn
{
    margin-bottom: 3em;
    text-align: right;
}
.homebenisec.hirebenisec .benisecttlbtn
{
  text-align: left;
}
.homebenisec .beniblk
{
  border: 1px solid #D4D4D4;
    border-radius: 20px;
    margin: 0 5px;
    padding: 20px;
        min-height: 335px;
    margin-bottom: 30px;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.homebenisec .beniblk:hover
{
  background-color: #fbfbfb;
  border-radius: 0px;
  border: 1px solid #fbfbfb;
}
.homebenisec .beniblk:hover .icon
{
  background: #81ae10;
  animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.homebenisec .beniblk .icon
{
  height: 50px;
    width: 50px;
    background: #0F395F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.homebenisec .beniblk .title
{
  font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
}
.homebenisec .beniblk .desc
{
  color: #676767;
    font-size: 14px;
}
.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;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.blglistingsec .blogblk:hover
{
   border-radius: 0px;
}
.blglistingsec .blogblk:hover .blgimg img
{
  border-radius: 0px;
}
.blglistingsec .blogblk:hover .blgcnt .date
{
  border-radius: 0px;
}
.blglistingsec .blogblk:hover .blgcnt .title a
{
  color: #96ae21;
}
.blglistingsec .blogblk .blgimg img
{
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
}
.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;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out; 
}
.blglistingsec .blogblk .blgcnt .date img
{
      height: 20px;
          margin-right: 8px;
}
.blglistingsec .blogblk .blgcnt .date span
{
  font-size: 12px;
}
.blglistingsec .blogblk .blgcnt .title
{
    font-size: 16px;
    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: #96ae21;
    color: #fff;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
    padding: 3px;
}
.homefaqsec
{
  padding-top: 2em;
  padding-bottom: 4em;
}
.homefaqsec.hirefaqsec
{
  padding-top: 4em;
}
.homefaqsec .faqsecttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.homefaqsec .faqblk
{

}
.faqblk .accordion-button
{
      background-color: #FBFBFB;
      border-radius: 0;
}
.faqblk .accordion-button .no
{
  margin-right: 8px;
}
.faqblk .accordion-button:not(.collapsed)
{
  background-color: #0F395F;
  color: #fff;
  box-shadow: none;
}
.faqblk .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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'/></svg>");
    transform: rotate(-180deg);
}
.homefaqsec .faqblk .accordion-item {
    background-color: transparent;
    margin-bottom: 10px;
    border: none;
}

.homefaqsec .faqblk .accordion-button:focus
{
  border-color: unset;
  box-shadow: none;
}
.ftrCvr { background:#FBFBFB; }
.ftrCvr .ftr-wrapper { padding: 0em 0px 2em; }
.ftrlogorw
{
  padding-bottom: 3em;
  background: #f2f2f2;
    border-radius: 0 0 20px 20px;
}
.ftrCvr .ftr-wrapper hr
{
  margin-bottom: 3em;
}
.ftrlogoblk
{
  position: relative;
  padding: 3em 5em;
}

.ftrlogoblk img
{
    height: 50px;
    margin-bottom: 30px;
}
.ftrlogoblk p
{
  margin-bottom: 30px;
}
.ftrcontactblk
{
padding: 2em 2em;
}
.ftrcontactblk .contactblk .ttlblk
{
  margin-bottom: 15px;
}
.ftrcontactblk .contactblk .ttlblk img
{
  height: 35px;
    border: 2px solid #0F395F;
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
}
.ftrcontactblk .contactblk .ttlblk span
{
  font-weight: 600;
}
.ftrcontactblk .contactblk .contactcntblk ul
{
  list-style: none;
  margin-bottom: 0;
}
.ftrcontactblk .contactblk .contactcntblk ul li:first-child a {
    align-items: flex-start;
}
.ftrcontactblk .contactblk .contactcntblk ul li
{
      margin-bottom: 10px;
}
.ftrcontactblk .contactblk .contactcntblk ul li a
{
  color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.ftrcontactblk .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;
}
.ftrcontactblk .contactblk .contactcntblk ul li a span
{
  width: 80%;
}
.ftrblk .sec-titleCvr .sec-title
{
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 1.5em;
    color: #000;
    position: relative;
}
.ftrblk .ftrcntblk ul
{
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}
.ftrblk .ftrcntblk ul li
{
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ftrblk .ftrcntblk ul li a
{
  color: #000;
  font-size: 13px;
}
.ftr-socail-links
{
  padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.ftr-socail-links li
{
  margin-right: 12px;
}
.ftr-socail-links li a
{
  color: #fff;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
.ftr-socail-links li a.fcb {
    background: #3B5998;
}
.ftr-socail-links li a.twt {
    background: #000000;
}
.ftr-socail-links li a.lkd {
    background: #0072B1;
}
.ftr-socail-links li a.ins {
    background: radial-gradient(182.65% 122.8% at 84.5% 113.5%, #FF1B90 24.39%, #F80261 43.67%, #ED00C0 68.85%, #C500E9 77.68%, #7017FF 89.32%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, radial-gradient(51.8% 49.8% at 36.25% 96.55%, #FFD600 0%, #FF6930 48.44%, #FE3B36 73.44%, rgba(254, 59, 54, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.ftr-socail-links li a.ytb {
    background: #cd201f;
}
.ftr-certi-links
{
  padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-top: 2em;
}
.ftr-certi-links li
{
  margin-right: 15px;
}
.ftr-certi-links li a img
{
  height: 75px;
    margin-bottom: 0;
}
.ftr-copyright{ padding:13px 0px;     border-top: 1px solid #D4D4D4;}
.ftr-copyright .copyright p { color: #000; margin-bottom: 0px;font-size: 14px;}
.ftr-copyright .copyright p a { color: #000; }
#makeappointment .modal-body
{
  background: #8E1941;
  color: #fff;
  padding: 1rem 2rem;
}
.inner-page-banner {
    padding-top: 4em;
    padding-bottom: 4em;
    position: relative;
}
.inner-page-banner .inrbanner-content
{
  padding: 2em;
}
.inner-page-banner .inrbanner-content .pagetitle
{
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
}
.inner-page-banner .inrbanner-content .pagedesc
{
    font-size: 14px;
    margin-bottom: 30px;
    color: #676767;
}
.abtintrosec
{
  padding-bottom: 2em;
}
.abtintrosec .abtintroimgblk
{
  text-align: center;
  padding: 4em 4em;
  border-right: 2px solid rgb(209 209 209 / 25%);
}
.abtintrosec .abtintroimgblk .imgblk
{
  margin-bottom: 15px;
}
.abtintrosec .abtintroimgblk .yearblk
{
  font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.abtintrosec .abtintroimgblk .awardblk ul
{
  list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.abtintrosec .abtintroimgblk .awardblk ul li
{
      margin: 0 6px;
}
.abtintrosec .abtintroimgblk .awardblk ul li img
{
      height: 40px;
}
.abtintrosec .abtintrocntblk
{
  padding: 2.6em;
}
.abtintrosec hr
{
  margin-top: 0;
  margin-bottom: 0;
}
.abtvmsec
{
  padding-top: 4em;
  padding-bottom: 1em;
}
.abtvmsec .vmblk
{
  background: #FFFFFF;
    box-shadow: -5.72px 20.58px 82.3px 6.86px #D2D2EA40;
    margin: 0 8px;
    padding: 2.5em;
    margin-bottom: 30px;
    border-radius: 18px;
}
.abtvmsec .vmblk:hover .icon img
{
  animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.abtvmsec .vmblk .icon
{
  height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 15px;
}
.abtvmsec .vmblk .title
{
      font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.abtvmsec .vmblk .desc
{
  font-size: 14px;
}
.abtcoutsec
{
  padding-top: 2em;
  padding-bottom: 3em;
}
.abtcoutsec .cntrblk
{
  margin: 0 15px;
    padding: 0 2em;
}
.abtcoutsec .cntrblk .icon
{
 margin-bottom: 15px;
}
.abtcoutsec .cntrblk .icon img
{
height: 60px;
animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.abtcoutsec .cntrblk .cntrcnt
{
      display: flex;
    align-items: center;
}
.abtcoutsec .cntrblk .cntrcnt .cnum
{
  font-size: 34px;
    font-weight: 600;
    margin-right: 12px;
}
.abtcoutsec .cntrblk .cntrcnt .ctxt
{
      font-size: 13px;
    line-height: 1.4;
    text-transform: capitalize;
}
.abtwhysec
{
  padding-top: 1em;
  padding-bottom: 4em;
}
.abtwhysec .whyimgblk
{
      padding: 2em;
}
.abtwhysec .whyimgblk .whyimg1
{
  padding-top: 7em;
}
.abtwhysec .whyimgblk .whyimg2
{
      margin-bottom: 20px;
}
.abtwhysec .whyimgblk .whycountblk
{
      background: #0F395F;
    color: #fff;
    padding: 2em;
    position: relative;
        z-index: 0;
}
.abtwhysec .whyimgblk .whycountblk:before {
    content: '';
    position: absolute;
    height: 120px;
    width: 110px;
    right: 0px;
    bottom: 0px;
    background-image: url(../images/lead-icn.png);
    background-size: cover;
    z-index: -1;
    opacity: .2;
}
.abtwhysec .whyimgblk .whycountblk .count
{
  font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}
.abtwhysec .whyimgblk .whycountblk .counttxt
{
  margin-bottom: 0;
    font-size: 13px;
}
.abtwhysec .whycntblk
{
  padding: 2em;
}
.abtwhysec .whycntblk .desc ul
{
  padding-left: 20px;
}
.abtwhysec .whycntblk .desc ul li
{
  margin-bottom: 5px;
}
.hireintrosec
{
  padding-bottom: 2em;
}
.hireintrosec hr
{
margin-bottom: 3em;
}
.hireintrosec .inroimgblk
{
padding: 2em;
}
.hireintrosec .inrocntblk
{
  padding: 2em;
}
.hireprocesec
{
  padding-top: 2em;
  padding-bottom: 2em;
}
.hireprocesec .procesecttlblk {
    margin-bottom: 3em;
    text-align: center;
}
.hireprocesec .processblk {
    border: 1px solid #D4D4D4;
    border-radius: 20px;
    margin: 0 5px;
    padding: 20px;
    min-height: 260px;
    margin-bottom: 30px;
}
.hireprocesec .processblk .num {
    height: 40px;
    width: 40px;
    background: #0F395F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 8px;
    margin-bottom: 20px;
    margin-top: 10px;
        font-size: 12px;
}
.hireprocesec .processblk .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
}
.hireprocesec .processblk .desc {
    color: #676767;
    font-size: 14px;
}
.hireprocesec .processlinkblk
{
      padding-top: 1em;
}
.techsec.adapttechsec
{
padding-top: 5em;
  padding-bottom: 2em;
}
.techsec
{
  padding-top: 2em;
  padding-bottom: 5em;
}
.techsec .techsecttlblk {
    margin-bottom: 3em;
    text-align: center;
}
.techlogo-slider .techlogoblk
{
text-align: center;
}
.techlogo-slider .techlogoblk img
{
  display: inline-block;
}
.techsec.adapttechsec .techlogo-slider .techlogoblk img
{

}
.lifeintrosec
{
  padding-bottom: 2em;
}
.lifeintrosec hr {
    margin-bottom: 5em;
}
.lifeintrosec .introsecttlblk
{
  margin-bottom: 3em;
  padding-right: 2em;
}
.lifeintrosec .introsecttltxt
{
  margin-bottom: 3em;
  padding-left: 2em;
}
.lifeintrosec .introcntblk
{
  margin-top: 5em;
  text-align: center;
}
.lifemovmtsec
{
  padding-top: 2em;
  padding-bottom: 4em;
}
.lifemovmtsec .movmtsecttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.lifemovmtsec img
{
    padding-bottom: 12px;
    padding-top: 12px;
}
.caropensec
{
  padding-bottom: 4em;
}
.caropensec hr
{
  margin-top: 1em;
  margin-bottom: 4em;
}
.caropensec .caropensecttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.caropensec .caropblk
{
      margin: 0 5px;
    margin-bottom: 30px;
}
.caropensec .caropblk .ttlblk
{
  background: #FFFFFF;
    box-shadow: -5.72px 20.58px 82.3px 6.86px #D2D2EA40;
    border-radius: 18px;
    padding: 30px 30px;
        margin-bottom: 8px;
}
.caropensec .caropblk .ttlblk .icon
{
  height: 60px;
    width: 60px;
    background: #FBFBFB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    padding: 5px;
    margin-bottom: 10px;
}
.caropensec .caropblk .ttlblk .title
{
  font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.caropensec .caropblk .caropcntblk
{
  background: #FFFFFF;
    box-shadow: -5.72px 20.58px 82.3px 6.86px #D2D2EA40;
    border-radius: 18px;
    padding: 30px 30px;
}
.caropensec .caropblk .caropcntblk ul.caropinfo
{
  list-style: none;
}
.caropensec .caropblk .caropcntblk ul.caropinfo li
{
      display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.caropensec .caropblk .caropcntblk ul.caropinfo li .opicn
{
  height: 35px;
    width: 35px;
    background: #0F395F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 15px;
}
.caropensec .caropblk .caropcntblk ul.continfo
{
  list-style: none;
}
.caropensec .caropblk .caropcntblk ul.continfo li
{
 margin-bottom: 10px;
}
.caropensec .caropblk .caropcntblk ul.continfo li a
{
    display: flex;
    align-items: center;
    color: #000
}
.caropensec .caropblk .caropcntblk ul.continfo li a .cnticn
{
  height: 35px;
    width: 35px;
    background: #0F395F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-right: 15px;
    color: #fff;
    font-size: 13px;
}
.cntinfosec
{
  padding-bottom: 4em;
}
.cntinfosec hr {
    margin-bottom: 4em;
}
.cntinfosec .cntinfoblk
{
  padding: 3em;
}
.cntinfosec .cntinfoblk .title {
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
}
.cntinfosec .cntinfoblk .desc
{
      margin-bottom: 2em;
}
.cntinfosec .cntinfoblk .title span {
    font-weight: 600;
    color: #0F395F;
}
.cntinfosec .cntinfoblk .cntdetailblk .ttlblk {
    margin-bottom: 15px;
}
.cntinfosec .cntinfoblk .cntdetailblk .ttlblk img {
    height: 35px;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
}
.cntinfosec .cntinfoblk .cntdetailblk .ttlblk span {
    font-weight: 600;
}
.cntinfosec .cntinfoblk .cntdetailblk .contactcntblk ul {
    list-style: none;
    margin-bottom: 0;
}
.cntinfosec .cntinfoblk .cntdetailblk .contactcntblk ul li {
    margin-bottom: 10px;
}
.cntinfosec .cntinfoblk .cntdetailblk .contactcntblk ul li a {
    color: #000;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.cntinfosec .cntinfoblk .cntdetailblk .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;
}
.cntinfosec .cntinfoblk .cntdetailblk .contactcntblk ul li a span {
    width: 80%;
}
.cntinfosec .contactfrmblk {
    border: 1px solid #F1F1F1;
    padding: 3em;
    margin: 0 1em;
    border-radius: 30px;
}
.cntinfosec .contactfrmblk .title {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
}
.cntinfosec .contactfrmblk .desc {
    color: #676767;
    font-size: 14px;
    margin-bottom: 20px;
}
.cntsocialsec
{
  padding-top: 1em;
  padding-bottom: 3em;
}
.cntsocialsec hr
{
      margin-bottom: 0;
}
.cntsocialsec .cntsocialblk .ftr-socail-links
{
  justify-content: center;
}
.cntlocsec
{
  padding-top: 1em;
  padding-bottom: 4em;
}
.cntlocsec .locttl
{
      text-align: center;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 2em;
}
.cntlocsec .cntlocblk
{
  margin: 0 10px;
}
.cntlocsec .cntlocblk .ttlblk {
      margin-bottom: 30px;
    text-align: center;
}
.cntlocsec .cntlocblk .ttlblk img {
    height: 35px;
    border: 1px solid #D4D4D4;
    border-radius: 50%;
    padding: 4px;
    margin-right: 10px;
}
.cntlocsec .cntlocblk .ttlblk span {
    font-weight: 600;
}
.cntlocsec .cntlocblk .locblk iframe
{
border-radius: 20px;
}
.blog-area
{
  padding-top: 4em;
  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: 20px;
}
.blogdetails h3
{
  font-size: 20px;
  margin-bottom: 20px;
}
.blogdetails h4
{
  font-size: 18px;
  margin-bottom: 15px;
}
.blogdetails h5
{
  font-size: 16px;
  margin-bottom: 15px;
}
.blogdetails p
{
  font-size: 15px;
  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;
}
.serviceintrosec
{
  padding-top: 1em;
  padding-bottom: 4em;
}
.serviceintrosec hr
{
  margin-top: 0;
  margin-bottom: 0;
}
.serviceintrosec .serintrocntblk
{
    padding: 5em 5em;
    border-right: 2px solid rgb(209 209 209 / 25%);
}
.serviceintrosec .serintrocntrclk
{
 text-align: center;
    padding: 3em 3em;
}
.serviceintrosec .serintrocntrclk img
{
      height: 70px;
    margin-bottom: 5px;
    animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.serviceintrosec .serintrocntrclk .cnum
{
      font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 7px;
}
.serviceintrosec .serintrocntrclk .ctxt
{
    text-transform: capitalize;
    font-size: 14px;
}
.serviceintrosec .serintrocntrow .col-xxl-6:nth-child(1) .serintrocntrclk
{
  background: #0F395F;
  color: #fff;
}
.serviceintrosec .serintrocntrow .col-xxl-6:nth-child(4) .serintrocntrclk
{
  background: #96AE21;
  color: #fff;
}
.serviceintrosec .serintrocntrow .col-xxl-6:nth-child(2) .serintrocntrclk
{
  border-top: 2px solid rgb(209 209 209 / 25%);
}
.serviceintrosec .serintrocntrow .col-xxl-6:nth-child(3) .serintrocntrclk
{
  border-bottom: 2px solid rgb(209 209 209 / 25%);
}
.seracrdsec
{
  padding-top: 1em;
  padding-bottom: 2em;
}
.seracrdsec .seracrdttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.seracrdsec .seracrdcnt
{
  padding: 2em 3em;
  position: relative;
}
.seracrdsec .seracrdcnt:before
{
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  width: 3px;
  background: #D9D9D9;
  border-radius: 20px;
}
.seracrdsec .seracrdcnt:after
{
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  height: 50%;
  width: 3px;
  background: #0F395F;
  border-radius: 20px;
}
.seracrdsec .seracrdcnt .seracrd .accordion-button
{
      border-radius: 0;
      padding: 10px 20px;
      color: #C0C0C0;
          text-transform: capitalize;
    font-size: 18px;
}
.seracrdsec .seracrdcnt .seracrd .accordion-body
{
  padding: 5px 20px 10px 20px;
}
.seracrdsec .seracrdcnt .seracrd .accordion-button .no
{
  margin-right: 8px;
}
.seracrdsec .seracrdcnt .seracrd .accordion-button:not(.collapsed)
{
      background-color: #fff;
    color: #000000;
    box-shadow: none;
}
.seracrdsec .seracrdcnt .seracrd .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2396AE21'><path 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'/></svg>");
    transform: rotate(-180deg);
}
.seracrdsec .seracrdcnt .seracrd .accordion-item {
    background-color: transparent;
    border: none;
}

.seracrdsec .seracrdcnt .seracrd .accordion-button:focus
{
  border-color: unset;
  box-shadow: none;
}
.sersubsersec
{
  padding-top: 1em;
  padding-bottom: 2em;
}
.sersubsersec .subserttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.sersubsersec .subserblk
{
  background: #FBFBFB;
    border-radius: 20px;
    margin: 0 5px;
    padding: 25px;
    margin-bottom: 35px;
}
.sersubsersec .subserblk .subserttl
{
      display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sersubsersec .subserblk .subserttl .icon
{
  height: 50px;
    width: 50px;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
}
.sersubsersec .subserblk .subserttl .ttl
{
  margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
        width: 80%;
}
.sersubsersec .subserblk .subserimg
{
    padding: 15px;
}
.sersubsersec .subserblk .subserdesc
{
  font-size: 14px;
}
.sericnblksec
{
  padding-top: 1em;
  padding-bottom: 2em;
}
.sericnblksec .sericnblkttlblk
{
  text-align: center;
  margin-bottom: 3em;
}
.sericnblksec .sericnblkdiv
{
  position: relative;
}
.sericnblksec .sericnblkdiv:after
{
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #D9D9D9;
  top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sericnblksec .sericnblkdiv .row .col-xxl-6:nth-last-child(2) .sericnblk
{
  border-bottom: 0;
}
.sericnblksec .sericnblkdiv .row .col-xxl-6:nth-last-child(1) .sericnblk
{
  border-bottom: 0;
}
.sericnblksec .sericnblk
{
  padding: 2em 0em;
    border-bottom: 1px solid #D9D9D9;
    margin: 0 3em;
}
.sericnblksec .sericnblk:hover .sericnblkinnr .icon img
{
  animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.sericnblksec .sericnblk .sericnblkinnr
{
  display: flex;
    align-items: center;
}
.sericnblksec .sericnblk .sericnblkinnr .icon
{
  height: 95px;
    width: 95px;
    border: 1px solid #0F395F;
    margin-right: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.sericnblksec .sericnblk .sericnblkinnr .sericnblkcnt
{
width: 75%;
}
.sericnblksec .sericnblk .sericnblkinnr .sericnblkcnt .title
{
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    margin-bottom: 10px;
}
.sericnblksec .sericnblk .sericnblkinnr .sericnblkcnt .desc
{
font-size: 14px;
    margin-bottom: 0;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #81ae10;
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 12px;
        animation: bounce 2s infinite;
}
.accordion-body ul
{
  padding-left: 20px;
}
.indusintrosec
{
  padding-top: 1em;
}
.indusintrosec hr
{
  margin-bottom: 3em;
}
.indusintrosec .indusimgblk
{
  text-align: center;
    padding: 2em 3em;
}
.indusintrosec .indusimgblk .indusimg
{
  position: relative;
}
.indusintrosec .indusimgblk .indusimg:before {
    content: '';
    position: absolute;
    height: 150px;
    width: 139px;
    right: 24px;
    bottom: 11px;
    background-image: url(../images/lead-icn.png);
    background-size: cover;
}
.indusintrosec .indusimgblk .indusimg img
{
  border-radius: 400px;
}
.indusintrosec .induscntblk
{
padding: 2em;
}
.induslstsec
{
  padding-top: 1em;
  padding-bottom: 3em;
}
.induslstsec .induslstssecttlblk
{
  text-align: center;
  margin-bottom: 2em;
}
.induslstsec .induslstblk
{
      border-bottom: 1px solid #D9D9D9;
   padding: 2em 1em;
    margin: 0 1em;
}
.induslstsec .induslstblk .induslstttl
{
  display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.induslstsec .induslstblk .induslstttl .icon
{
  margin-right: 10px;
}
.induslstsec .induslstblk .induslstttl .icon img
{
      height: 30px;
}
.induslstsec .induslstblk .induslstttl .ttl
{
      margin-bottom: 0;
    font-weight: 600;
}
.induslstsec .induslstblk .induslstcnt
{
    padding-left: 3em;
    margin-bottom: 0;
    font-size: 14px;
}




@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(-15px)}}
@keyframes bounce{0%,10%,100%,20%,50%,80%{transform:translateY(0)}40%,60%{transform:translateY(-15px)}}
.serimgsec
{
padding-top: 1em;
    padding-bottom: 2em;
}
.serimgsec .serimgblkttlblk
{
      margin-bottom: 3em;
}
.serdtlsec
{
  padding-top: 1em;
  padding-bottom: 2em;
}
.inlineheading
{
  font-size: 15px;
    line-height: 1.625;
    color: #000;
    font-weight: 400;
    display: inline;
}
.inlineheading2
{
  font-size: 14px;
    line-height: 1.625;
    color: #000;
    font-weight: 400;
    display: inline;
}
.inlineheading1
{
  font-size: 14px;
    color: #676767;
    font-weight: 400;
    display: inline;
}
.dinline
{
  display: inline;
}
.load-moreCvr {
    text-align: center;
}
.load-moreCvr .spinner-img img {
    width: 200px;
}
.menuindus
{
  padding: 4px;
    overflow: hidden;
}
.menuindus .indus
{
  position: relative;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.menuindus .indus:after
{
  content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    border-radius: 16px;
    z-index: -1;
}
.menuindus .indus .induscnt .title
{
  color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0 !important;
    text-align: center;
}
.modal-header
{
      background: #96ae21;
    color: #fff;
}
.modal-header .modal-title
{
  margin-bottom: 0;
}
.modal-header button.btn-close
{
  background-color: #fff;
}
.modal-body p
{
  margin-bottom: 0px;
}

.innerpagesec.quotecraft-page img,.salesforce-whatsapp-page img{width: 55%!important;}
/*.modal-content , .modal-header {background:#0F395F;}*/
.modal-header {background:#0F395F;}
.modal-content .contactfrm .sendbtn{background: #0F395F;color:#fff;}
.modal-content .contactfrm .sendbtn:hover {background: #96AE21;}
.modal-content .modal-header button.btn-close {background: #fff;}

.modal-content .modal-header button.btn-close[aria-label="Close"] {
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230F395F'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}


.modal-content  .contactfrm input[type="text"],.modal-content .contactfrm textarea,.modal-content .contactfrm input[type="email"],.modal-content .contactfrm input[type="tel"],.modal-content .contactfrm select {
    background: transparent;
    border: 1px solid #0F395F;
    color: #0F395F;
}
.modal-content .contactfrm input[type="text"]::placeholder,.modal-content .contactfrm textarea::placeholder,.modal-content .contactfrm input[type="email"]::placeholder,.modal-content .contactfrm input[type="tel"]::placeholder,.modal-content .contactfrm select {
    color: #0F395F;
    opacity: 0.7;
}

.modal-body .contactfrm p {
    color: #0F395F;
}


.social-media-detail {display: flex;gap: 15px;}
.tel-icon a, .mail-icon a {display: flex;gap: 15px;position: relative;}
.tel-icon span,.mail-icon span {font-size: 14px;line-height: 24px;color: #000;font-weight: 400;}
.tel-icon svg, .mail-icon svg {font-size: 14px;color: #0F395F;}

/*.tel-icon span:before, .mail-icon span:before {content: ':';position: absolute;left: 20px;font-weight: 600;}*/


/* Author Css */

.author-details .author-wrap .author-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
.author-details  .author-data-wrap a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom:0;
    color:#000;
}

.author-details .author-data-wrap img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.author-details .author-data-wrap .author-name-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.author-details .author-data-wrap .author-name-wrap .author-name {
    margin: 0;
    font-weight: 600;
    color: #000;
}
.author-details .author-data-wrap .author-name-wrap .auhtor-desgnation {
    margin: 0;
    color: #000;
}
.no-results.not-found .page-header {
    border-top: none;
}
.archive.author .blglistingsec .blogblk .blgimg a{margin:0;}

/*Pagination css*/
.blglistingsec .pagination{ margin:2em 0px; border-top:medium none;}
.blglistingsec .pagination:before, .blglistingsec  .pagination:after,
.blglistingsec .pagination .nav-links:before, .blglistingsec .pagination .nav-links:after
{ display:none;}
.blglistingsec .pagination .nav-links {
    padding-right: 0px;
    position: relative;
  margin: 0 auto;
}
.blglistingsec  .pagination:before, .blglistingsec  .pagination:after,
.blglistingsec .pagination .prev, .blglistingsec .pagination .next
{position: relative;}
 
.blglistingsec .pagination .prev, .blglistingsec .pagination .next { padding:0px !important;}
.blglistingsec .pagination .prev {
    right: 0;
}
 
.blglistingsec .pagination .page-numbers {
    padding: 17px 22px;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0px;
    background: #0F395F;
    color: #fff;
}
.blglistingsec .pagination .page-numbers:hover {background: #96ae21; color:#fff;}
.blglistingsec .pagination .page-numbers.current { background: #96ae21; color:#fff;}
 
.blglistingsec .pagination .prev, .blglistingsec .pagination .next {background: #0F395F; color:#fff;}
.blglistingsec .pagination .prev{ margin-right:20px;}
.blglistingsec .pagination .next{ margin-left:20px;}

.archive  .blglistingsec .pagination .current .screen-reader-text{position:absolute !important;}


.productsec{padding-top:2em;padding-bottom:5em; }

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    bottom: -50px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slider .slick-dots li button:before {
    color: #fff;
    content: '•';
    background: #fff;
    border-radius: 50%;
    font-size: 10px;
    line-height: 12px;
    width: 10px;
    height: 10px;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 5px;
    cursor: pointer;
    border: 0;
    border-radius:20px;
    outline: none;
    background: #D9D9D9;
}
.slick-dots li.slick-active button{background: #0F395F;}
.page-template-quotecraft section.homeindusec {padding-bottom: 0;}

.hire-data img {width: 320px;}
.hire-data:before {
    display: flex;
    content: "";
    border-right: 2px solid #fafbf5;
    height: 20em;
    position: absolute;
    right: 50%;
}
.hire-modal .contactfrm {padding-left: 15px;}

.page-template-blogs .blglistingsec .blogblk .blgcnt .blgcnt-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:15px;
}
.page-template-blogs .blglistingsec .blogblk .blgcnt .date{margin-bottom:0;}
.page-template-blogs .blgcnt .blgcnt-wrap .blog-author-name img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit:cover;
}

.page-template-blogs .blgcnt .blgcnt-wrap .blog-author-name {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.page-template-blogs .blgcnt .blgcnt-wrap .blog-author-name .author-name{margin-bottom:0px;font-size: 12px;line-height: 1.2;color:#000;text-transform: capitalize;}
.page-template-blogs .blgcnt .blgcnt-wrap .blog-author-name .author-name:hover{color:#96ae21;}

/*Single Post*/
.single .author-details .author-data-wrap {
    display: flex;
    background: #fff;
    border-radius: 20px;
    border: 0.91px solid #e2e2e2;
    padding: 30px 30px;
    width: 80%;
    box-shadow: 0 0 4px 0 #00000040;
}
 
.single .author-details .author-data-wrap .author-name-wrap {
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 0;
    margin-bottom: 4px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.single .author-details .author-data-wrap .author-img{margin-right: 20px;}
.single .author-details .author-data-wrap img {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    margin-bottom: 0px;
    object-fit: cover;
    border: 3px solid #dadada;
}

.single .author-details .author-data-wrap .linkedin-link svg {
    font-size: 16px;
    color: #0077B5;
    border-radius: 20px;
}
.single .author-details .author-data-wrap .author-name-wrap .author-name {
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 4px;
}
 
.single .author-details .author-data-wrap .author-name-wrap .auhtor-desgnation:before {
    /* content: ''; */
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000;
    top: 5px;
    margin-left: 0;
    left: 0;
}
.single .author-details .author-data-wrap .author-name-wrap .auhtor-desgnation{font-size: 16px;position: relative;}
 
.single .author-data-wrap .auhtor-info {
    width: 74%;
}
.single .author-data-wrap .auhtor-info p {
    margin-bottom: 0px;
}
.single-case-study .theme-btn.download-casestudy {
    margin-top: 30px;
}
 
.tab-pane .hidden-content{visibility:hidden;max-height: 0;}


/* Popup */

.hire-modal button.btn-close[aria-label="Close"] , .casestudy-popup button.btn-close[aria-label="Close"] , .home-modal button.btn-close[aria-label="Close"] , #talktoexpert button.btn-close[aria-label="Close"]{
    position: absolute;
    top: -12px;
    right: -12px !important;
    z-index: 9;
    background: #0F395F url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/10px auto no-repeat !important;
    opacity: 1;
    padding: 6px;
    border-radius: 50% !important;

}
.hire-modal .popup-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  display: flex;
  position: relative;
  animation: fadeScale .35s ease;
}

/* LEFT */
.hire-modal .form-section {
  width: 55%!important;
  padding: 15px!important;
}

.hire-modal .form-section h2 {
  margin: 0 0 6px;
}

.hire-modal .sub-text {
  font-size: 14px;
  color: #6b7280;
}

.hire-modal  .divider {
  border-bottom: 1px solid #e5e7eb;
  margin: 16px 0 16px;
}

/* Fields */
.hire-modal .form-section .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  flex: 1;
}

.hire-modal .form-section .field label {
  font-size: 13px;
  margin-bottom: 6px;
}

.hire-modal .form-section .field input ,.hire-modal .form-section .field textarea {
  padding: 11px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 14px;
}
.hire-modal .form-section .field textarea{max-height:48px;}

/* CAPTCHA */
.hire-modal .form-section .captcha-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  margin: 18px 0 26px;
}

/* LEFT SIDE */
.hire-modal .form-section .captcha-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #111;
}

.hire-modal .form-section .captcha-left input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

/* RIGHT SIDE */
.hire-modal .form-section .captcha-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-family: Arial, sans-serif;
  color: #6b7280;
}

.hire-modal .form-section .captcha-right img {
  width: 32px;
  height: auto;
}

.hire-modal .form-section .captcha-brand {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.hire-modal .form-section .captcha-links {
  font-size: 9px;
  line-height: 1;
}

/* Submit */
.hire-modal .form-section .submit-btn {
  width: 100%;
  height: 46px;
  background: #0f395f;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.15s ease;
}

/* Hover */
.hire-modal .form-section .submit-btn:hover {
  background: #0c2f4d;
  box-shadow: 0 6px 14px rgba(15, 57, 95, 0.35);
}

/* Click / Press */
.hire-modal .form-section .submit-btn:active {
  transform: scale(0.97);
  box-shadow: 0 3px 8px rgba(15, 57, 95, 0.25);
}


/* RIGHT */
.hire-modal .image-section {
  width: 45%;
  padding: 20px;
}

.hire-modal .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.hire-modal .form-section .g-recaptcha {
  margin: 10px 0 16px;
}

.hire-modal .form-section .error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.casestudy-popup .popup-container {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  display: flex;
  position: relative;
  /*animation: scaleIn .35s ease;*/
}

/* LEFT */
.casestudy-popup .form-section {
  width: 60%;
  padding: 15px;
}

.casestudy-popup .form-section h2 {
  margin: 0 0 6px;
}

.casestudy-popup .form-section .sub-text {
  font-size: 14px;
  color: #6b7280;
}

.casestudy-popup .divider {
  border-bottom: 1px solid #e5e7eb;
  margin: 16px 0 16px;
}

/* Fields */
.casestudy-popup .form-section .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  flex: 1;
}

.casestudy-popup .form-section .field label {
  font-size: 13px;
  margin-bottom: 6px;
  color: #333;
}

.casestudy-popup .form-section .field input {
  padding: 11px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 14px;
}

/* CAPTCHA */
.casestudy-popup .form-section .captcha-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 14px 16px;
  margin: 18px 0 26px;
}

.casestudy-popup .form-section .captcha-left {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}

.casestudy-popup .form-section .captcha-left input {
  width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

.casestudy-popup .form-section .captcha-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  color: #6b7280;
}

.casestudy-popup .form-section .captcha-right img {
  width: 32px;
  margin-bottom: 2px;
}

.casestudy-popup .form-section  .captcha-brand {
  font-weight: 600;
}

.casestudy-popup .form-section .captcha-links {
  font-size: 9px;
}

/* Submit */
.casestudy-popup .form-section .submit-btn {
  width: 100%;
  height: 46px;
  background: #0f395f;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer;
  transition: .3s;
}

.casestudy-popup .form-section .submit-btn:hover {
  background: #0c2f4d;
  box-shadow: 0 6px 14px rgba(15, 57, 95, 0.35);
}

/* Click / Press */
.casestudy-popup .form-section .submit-btn:active {
  transform: scale(0.97);
  box-shadow: 0 3px 8px rgba(15, 57, 95, 0.25);
}

/* RIGHT IMAGE */
.casestudy-popup .image-section {
  width: 45%;
  padding: 20px;
}

.casestudy-popup .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.casestudy-popup .form-section .g-recaptcha {
  margin: 10px 0 16px;
}

.casestudy-popup .form-section .error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

/*Home Model Css*/

/* Popup */
.home-modal .popup-container {
  background: #fff;
  border-radius: 12px;
  display: flex;
  position: relative;
}

/* Left */
.home-modal .form-section {
  width: 55%;
  padding: 30px;
}

/* Card */
.home-modal  .form-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin: 19px;
  width: 97%;

}

.home-modal .sub-text {
  color: #777;
  margin-bottom: 5px;
}

/* Field */
.home-modal .form-section .field {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom:5px;
}

.home-modal .field label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 11px;
  color: #333;
}

.home-modal .field input,
.home-modal .field textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 14px;
}

.home-modal .field textarea {
  max-height: 46px;
  resize: none;
}

/* Submit */
.home-modal .submit-btn {
  width: 100%;
  padding: 12px;
  background: #0b3c5d;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 15px;
}

/* Right */
.home-modal .image-section img , #talktoexpert .image-section img
{
  height: 100%;
  width: 100%;
  object-fit: cover;
    border-radius: 12px;
}
.home-modal .info-section {
  width: 45%;
  background: #f8fafc;
  padding: 20px;
  border-radius: 0 12px 12px 0;
}

.home-modal .info-section img {
  MARGIN-TOP: 14PX;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* Info Wrapper */
.home-modal .info-card-wrapper {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* Info Card */
.home-modal .info-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;

}


.home-modal .info-card:last-child {
  margin-bottom: 0;
}

.home-modal .info-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Icon */
.home-modal .icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #eaf2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-modal .icon-circle img,
.home-modal .icon-circle svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* Info text */
.home-modal .info-text strong {
  /* font-size: 14px; */
  display: block;
  font-size: 15px;
  color: #000;
}

.home-modal .info-text p {
  /* margin-top: 4px;
  font-size: 13px;
  color: #666; */
  margin: 4px 0 0;
  font-size: 13px;
  color: #6b7280;
}

/* Captcha */
.home-modal .captcha-box {
  width: 100%;
  display: flex;
  align-items: center;
  padding:0;
  margin-bottom: 15px;
}

.home-modal .captcha-left {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.home-modal .captcha-right {
  /* text-align: center;
  font-size: 5px;
  color: #777; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  color: #555;
}

.home-modal .captcha-right img {
  /* width: 32px;
  display: block;
  margin: 0 auto 2px; */
  width: 31px;
  height: auto;
  margin-bottom: 4px;
}

.home-modal .captcha-text {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #444;
}

.home-modal .captcha-links {
  font-size: 9px;
  color: #888;
}

.home-modal .captcha-links a {
  color: #888;
  text-decoration: none;
}

.home-modal .captcha-links a:hover {
  text-decoration: underline;
}

/* Message textarea spacing */
.home-modal .field textarea {
  margin-bottom: 10px;
}

/* Captcha box spacing */
.home-modal .captcha-box {
  margin:0;
}

/* Fix checkbox default margin */
.home-modal .captcha-left input {
  margin: 0;
  width: 18px;
  height: 18px;
}

/* Align captcha content vertically */
.home-modal .captcha-left {
  align-items: center;
}

/* Submit button spacing */
.home-modal .submit-btn {
  margin-top: 20px;
  width: 100%;
  height: 46px;
  background-color: #0f395f;

  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;

  border: none;
  border-radius: 6px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: background-color 0.3s ease, box-shadow 0.3s ease,
    transform 0.2s ease;
}

.home-modal .submit-btn:hover {
  background-color: #0c2f4d;
  box-shadow: 0 6px 14px rgba(15, 57, 95, 0.3);
}

.home-modal .submit-btn:active {
  transform: scale(0.98);
  box-shadow: 0 3px 8px rgba(15, 57, 95, 0.25);
}

.home-modal .form-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom:0;
  margin-bottom: 10px;
}

.home-modal .error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.home-modal .form-section .about_error{
 color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}


/*SalePage Popup/
/* Popup */
#talktoexpert .popup-container {
  background: #fff;
  border-radius: 12px;
  display: flex;
  position: relative;
}

#talktoexpert  .form-section {
  width: 55%;
  padding: 30px;
}


#talktoexpert .form-card {
  /* background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 19px; */
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin: 19px;
  width: 97%;

}

#talktoexpert  .sub-text {
  color: #777;
  margin-bottom: 0px;
}

/* Field */
#talktoexpert  .field {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#talktoexpert .field label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 11px;
  color: #333;
}

#talktoexpert  .field input,
#talktoexpert  .field textarea {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 14px;
}

#talktoexpert .field textarea {
  /*min-height: 150px;*/
  max-height: 46px;
  resize: none;
}

/* Submit */
#talktoexpert  .submit-btn {
  width: 100%;
  padding: 12px;
  background: #0b3c5d;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 15px;
}

/* Right */
#talktoexpert .info-section {
  width: 45%;
  background: #f8fafc;
  padding: 20px;
  border-radius: 0 12px 12px 0;
}

#talktoexpert .info-section img {
  MARGIN-TOP: 14PX;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* Info Wrapper */
#talktoexpert .info-card-wrapper {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* Info Card */
#talktoexpert .info-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px;
  font-family: Arial, sans-serif;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;

}

#talktoexpert  .info-card:last-child {
  margin-bottom: 0;
}

#talktoexpert .info-card:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Icon */
#talktoexpert .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eaf2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


#talktoexpert .icon-circle img,
#talktoexpert .icon-circle svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* Info text */
#talktoexpert .info-text strong {
  /* font-size: 14px; */
  display: block;
  font-size: 15px;
  color: #000;
}

#talktoexpert .info-text p {
  /* margin-top: 4px;
  font-size: 13px;
  color: #666; */
  margin: 4px 0 0;
  font-size: 13px;
  color: #6b7280;
}

/* Captcha */
#talktoexpert .captcha-box {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 15px;
}

#talktoexpert .captcha-left {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

#talktoexpert .captcha-right {
  /* text-align: center;
  font-size: 5px;
  color: #777; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  color: #555;
}

#talktoexpert .captcha-right img {
  /* width: 32px;
  display: block;
  margin: 0 auto 2px; */
  width: 31px;
  height: auto;
  margin-bottom: 4px;
}

#talktoexpert .captcha-text {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #444;
}

#talktoexpert .captcha-links {
  font-size: 9px;
  color: #888;
}

#talktoexpert .captcha-links a {
  color: #888;
  text-decoration: none;
}

#talktoexpert .captcha-links a:hover {
  text-decoration: underline;
}

/* Captcha box spacing */
#talktoexpert .captcha-box {
  margin: 0;
}

/* Fix checkbox default margin */
#talktoexpert .captcha-left input {
  margin: 0;
  width: 18px;
  height: 18px;
}

/* Align captcha content vertically */
#talktoexpert  .captcha-left {
  align-items: center;
}

#talktoexpert .submit-btn {
  margin-top: 10px;
  width: 100%;
  height: 46px;
  background-color: #0f395f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#talktoexpert .submit-btn:hover {
  background-color: #0c2f4d;
  box-shadow: 0 6px 14px rgba(15, 57, 95, 0.3);
}

#talktoexpert  .submit-btn:active {
  transform: scale(0.98);
  box-shadow: 0 3px 8px rgba(15, 57, 95, 0.25);
}
/*#talktoexpert  .form-header {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0;
  margin-bottom: 10px;
}*/

#talktoexpert  .error {
  color: red;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}
.modal .modal-content .form-section form label{margin-top: 5px!important;}
.modal .modal-content .form-section {margin: 0!important;}
.modal .modal-content .image-section{padding: 0;padding-left: 10px !important;}
.modal .modal-content .form-section .row:first-child{margin-top:10px; }
.modal .modal-content .form-section .row .field{margin-bottom: 5px;}



/*Responsive css*/

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

}
@media only screen and (min-width: 1200px) and (max-width:1400px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 8px 0px 8px !important;
    }
    .header-logo img {
    height: 40px;
}
.homebnrsec .bnrcntblk {
    padding: 2em 3em;
}
.homebnrsec .bnrcntblk .title {
    font-size: 34px;
  }
  .homehowwrksec .howwrksliderdiv .howwrkblk
  {
    margin: 0 8px;
  }
  .homeabtsec .abtcntblk .title {
    font-size: 26px;
  }
  .homesersec .serblk {
    min-height: 580px;
  }
  .homesersec .serblk .serttl {
    font-size: 16px;
  }
  .homesersec .serblk .subser li {
    font-size: 13px;
  }
  .sec-title {
    font-size: 26px;
  }
  .homehowwrksec .howwrksliderdiv .howwrkblk .howwrkimg img
  {
    height: 130px;
  }
  .homectasec .ctainfoblk .title
  {
    font-size: 30px;
  }
  .homeindusec ul.indusul li .indusblk .indus
  {
    height: 215px;
  }
  .homeabt2blk .abt2cntblk .title
  {
    font-size: 26px;
  }
  .serviceintrosec .serintrocntrclk {
    text-align: center;
    padding: 2em 2em;
}
.serviceintrosec .serintrocntrclk img {
    height: 60px;
  }
  .serviceintrosec .serintrocntrclk .cnum {
    font-size: 34px;
  }
  .sericnblksec .sericnblk .sericnblkinnr .sericnblkcnt {
    width: 70%;
}
.sericnblksec .sericnblk
{
      margin: 0 2em;
}
.blglistingsec .blogblk
{
      margin: 0 5px;
      margin-bottom: 35px;
}
.homecasestudysec .casestutabcntblk .masonry
{
  column-gap: 1em;
}
.homehowwrksec .howwrkcntbk {
    padding: 2em 8em;
}
}
@media(max-width:1199px)
{

  .single .author-details .author-data-wrap{width:100%;}
  /*.casestudy-popup   .popup-container {flex-direction: column;width: 100%;}

  .casestudy-popup  .form-section,
  .casestudy-popup  .image-section {width: 100%;padding:10px;}*/
 .hire-modal  .popup-box {flex-direction: column;width: 100%;}
  
  .hire-modal .form-section,.hire-modal .image-section {width: 100%!important;padding: 10px!important;}

  /*.home-modal .popup-container {flex-direction: column;width: 100%;}

  .home-modal .form-section,
  .home-modal .info-section {width: 100%;padding:10px;}*/
  .hire-modal .popup-box {
    flex-wrap: wrap;
  }
  .hire-modal .form-section{
    width: 50%;
    padding: 15px;
  }
 .hire-modal .image-section{
    width: 50%;
    padding: 15px;
  }
  /*.home-modal .form-section, .home-modal .info-section{padding-bottom:0;}*/
}
@media only screen and (min-width: 990px) and (max-width:1199px) {
  .menucta {
    padding: 25px;
}
.menucta .cntblk .title {
    font-size: 13px;
  }
.menucta .btnblk .theme-btn {
    padding: 8px 16px;
    position: relative;
    font-size: 10px;
    }
.menucta .cntblk .desc {
    color: #949292;
    font-size: 12px;
} 
.header-menuCvr .main-navigation .mega-block-title {
    font-size: 13px !important;
    }  
.header-menuCvr .main-navigation ul ul li a
{
  font-size: 12px;
}       
body {
    font-size: 14px
}
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
  {
    padding: 0px 5px 0px 5px !important;
        font-size: 12px !important;
  }
  .header-logo img {
    height: auto;
}
.header-middle-back {
    background: #FBFBFB;
    border-radius: 130px;
    margin-top: 25px;
  }
  .headercontact ul li a {
    height: 32px;
    width: 32px;
        font-size: 12px;
  }
.homebnrsec .bnrcntblk {
    padding: 2em 3em;
}
.homebnrsec .bnrcntblk .supline {
    font-size: 14px;
  }
  .homebnrsec .bnrcntblk .title {
    font-size: 28px;}
  .homeabtsec .abtcntblk .title
  {
    font-size: 22px;
  }
  .theme-btn
  {
        padding: 10px 26px;
            font-size: 13px;
  }
  .homeabtsec .abtcntblk {
    padding: 0em;
}
.homesersec .serblk .serttl {
    font-size: 16px;
  }
  .homesersec .serblk
  {
    padding: 25px;
    margin: 0 0px;
    margin-bottom: 35px;
            min-height: 500px;
  }
  .homesersec .serblk .subser li {
    font-size: 12px;
    padding-left: 24px;
  }
  .homesersec .serblk .sericon img {
    height: 40px;
}
.homesersec .serblk .serlink a {
    color: #000;
    font-size: 12px;
}
.homesersec .serblk .subser li:before {
    height: 10px;
    width: 16px;
  }
.trustedbyblk .logos-slider .slick-slide
{
  margin: 0 5px;
}  
.sec-title
{
  font-size: 24px;
}
.homeawardsec .awardlogo-slider .slide img
{
  margin: 0 25px;
  height: 120px;
}
.homehowwrksec .howwrksliderdiv .slick-list
{
  padding-left: 0px !important;
  padding-right: 30px !important;
}
.homehowwrksec .howwrksliderdiv .howwrkblk
{
  margin: 0 10px;
  padding: 20px;
}
.homehowwrksec .howwrksliderdiv .howwrkblk .howwrkimg img
{
  height: 125px;
}
.homehowwrksec .howwrkcntbk
{
  padding: 2em 6em;
}

.homectasec .contactfrmblk {
    padding: 2em;
    margin: 0 1em;
}
.homeindusec ul.indusul li {
    width: 25%;
}
.homebenisec .beniblk
{
  margin: 0 0px;
    padding: 15px;
}
.homebenisec .beniblk .icon {
    height: 40px;
    width: 40px;
  }
.homebenisec .beniblk .title {
    font-size: 14px;
}
.homebenisec .beniblk .desc {
    color: #676767;
    font-size: 13px;
}
.blglistingsec .blogblk .blgcnt .title {
    font-size: 15px;
}
.blglistingsec .blogblk
{
  margin: 0 0px;
    margin-bottom: 35px;
    padding: 15px;
} 
.inner-page-banner .inrbanner-content .pagetitle {
    font-size: 22px;
} 
.ftrcontactblk {
    padding: 1em 0em;
}
.ftrlogoblk {
    padding: 5em 3em;
}
.header-menuCvr .main-navigation a
{
      font-size: 12px;
}
.serviceintrosec .serintrocntblk {
    padding: 3em 2em;
}
.serviceintrosec .serintrocntrclk .cnum {
    font-size: 30px;
  }
.serviceintrosec .serintrocntrclk .ctxt {
    text-transform: capitalize;
    font-size: 12px;
}
.serviceintrosec .serintrocntrclk {
    text-align: center;
    padding: 2em 1em;
}
.serviceintrosec .serintrocntrclk img {
    height: 50px;
    }
.sersubsersec .subserblk .subserttl .ttl {
    font-size: 14px;
} 
.sersubsersec .subserblk .subserttl .icon {
    height: 35px;
    width: 35px;
    }
.sersubsersec .subserblk {
    background: #FBFBFB;
    border-radius: 12px;
    margin: 0 0px;
    padding: 15px;
    margin-bottom: 35px;
}
.sersubsersec .subserblk .subserdesc {
    font-size: 13px;
}
.homecasestudysec .casestutabcntblk .csblk a .title {
    font-size: 15px;
    } 
.homectasec .ctainfoblk .title {
    text-transform: capitalize;
    font-size: 26px;
}        
.homectasec .ctainfoblk ul.ctainfo li a {
    color: #000;
    font-size: 14px;

}
.homeindusec ul.indusul li .indusblk .indus .induscnt .title {
    font-size: 15px;
}  
.seracrdsec .seracrdcnt {
    padding: 2em 1em;
    position: relative;
}
.seracrdsec .seracrdcnt:before, .seracrdsec .seracrdcnt:after {
    left: 5px;
} 
.sericnblksec .sericnblk {
    margin: 0 1em;
} 
.sericnblksec .sericnblk .sericnblkinnr .sericnblkcnt .title {
    font-size: 16px;
}
.sericnblksec .sericnblk .sericnblkinnr .icon {
    height: 75px;
    width: 75px;
}
.hireprocesec .processblk {
    border-radius: 12px;
    margin: 0 0px;
    padding: 15px;
    margin-bottom: 30px;
}
.hireprocesec .processblk .num {
    height: 40px;
    width: 40px;
    font-size: 13px;
}
.hireprocesec .processblk .title {
    font-size: 14px;
  }
  .hireprocesec .processblk .desc {
    font-size: 13px;
}
.abtcoutsec .cntrblk {
    margin: 0 5px;
    padding: 0 0em;
}
.abtcoutsec .cntrblk .cntrcnt .cnum {
    font-size: 30px;
}
.induslstsec .induslstblk {
    margin: 0px 0em;
}
.caropensec .caropblk .ttlblk
{
  border-radius: 12px;
    padding: 20px 20px;
}
.caropensec .caropblk .ttlblk .title {
    font-size: 14px;
}
.caropensec .caropblk .caropcntblk
{
      border-radius: 12px;
    padding: 20px 20px;
}
.caropensec .caropblk .caropcntblk ul.caropinfo li .opicn
{
  height: 30px;
    width: 30px;
    margin-right: 10px;
}
.caropensec .caropblk .caropcntblk ul.continfo li a .cnticn {
    height: 30px;
    width: 30px;
        margin-right: 10px;
}
.blogdetails .blgtitle {
    font-size: 22px;
}
.blogdetails h2 {
    font-size: 20px;
}
.blogdetails h3 {
    font-size: 18px;
}
.blogdetails h4 {
    font-size: 16px;
}
.cntinfosec .contactfrmblk {
    padding: 2em;
    margin: 0px 0em;
}
.cntinfosec .cntinfoblk {
    padding: 1em;
}
.cntinfosec .cntinfoblk .title {
    font-size: 26px;
}
.menuindus .indus
{
  padding: 30px 20px;
}

}
@media only screen and (min-width: 768px) and (max-width:991px) {
.header-middle .collapse:not(.show) {
    display: block; 
}
.header-logo img {
    height: 45px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 6px;
    background: #0f395f;
    margin: 0;
    padding: 4px;
}
.header-middle
{
    background: #FBFBFB;
}
.headercontact ul li {
    margin: 0 3px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 10px 20px 10px !important;
}
.header-middle-back {
    background: #FBFBFB;
    border-radius: 0px;
    margin-top: 0px;
}
.header-middle-back .col-md-8
{
  text-align: left !important;
}
.homebnrsec {
    padding-top: 2em;
    padding-bottom: 3em;
  }
.homebnrsec .bnrcntblk {
    padding: 2em 1em;
}
.trustedbyblk .logos-slider .slick-slide
{
  margin: 0px 8px;
}  
.homeabtsec .abtcntblk .title
{
  font-size: 26px;
}
.homeabtsec .abtimgblk .counterblk {
    width: 65%;
}
.homeabtsec {
    padding-top: 3em;
    padding-bottom: 3em;
}
.homeawardsec .awardlogo-slider .slide img
{
  padding: 0px 20px;
  height: 100px;
}
.homeawardsec hr
{
  margin-top: 2em;
}
.homehowwrksec {
    padding-top: 0em;
    padding-bottom: 3em;
}
.homehowwrksec .howwrksliderdiv .howwrkblk
{
  margin: 0 10px;
}
.homehowwrksec .howwrksliderdiv .howwrkblk .howwrkimg img
{
  height: 115px;
}
.hometestisec
{
  padding-top: 6em;
  padding-bottom: 3em;
}

.homeleadersec .leaderblk {
    margin: 0 0px;
  }
.dividersec hr {
    margin-top: 2em;
    margin-bottom: 2em;
}
.homeindusec ul.indusul li {
    width: 33%;
}
.ftrlogorw {
    padding-bottom: 0em;
}
.ftrblk
{
  margin-bottom: 25px;
}  
.inner-page-banner {
    padding-top: 2em;
    padding-bottom: 2em;
}
.inner-page-banner .inrbanner-content {
    padding: 1em;
}
.abtintrosec .abtintroimgblk {
       padding: 2em 2em;
    border-right: 0;
}
.abtcoutsec .cntrblk {
    margin: 0 5px;
    padding: 0 0em;
}
.abtcoutsec .cntrblk .cntrcnt .cnum {
    font-size: 26px;
    margin-right: 8px;
}
.abtwhysec {
    padding-top: 1em;
    padding-bottom: 2em;
}
.serviceintrosec .serintrocntblk {
    padding: 3em 3em;
    border-right: 0;
}
.seracrdsec .seracrdcnt {
    margin-bottom: 3em;
}
.sec-title {
    font-size: 26px;
  }
.sericnblksec .sericnblk {
    padding: 2em 0em;
    border-bottom: 1px solid #D9D9D9;
    margin: 0 1em;
}
.sericnblksec .sericnblk .sericnblkinnr .icon {
    height: 70px;
        width: 70px;
    border: 1px solid #0F395F;
    margin-right: 15px;
    }
.sericnblksec .sericnblk .sericnblkinnr .sericnblkcnt .title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}    
.sericnblksec .sericnblk .sericnblkinnr {
    display: flex;
    align-items: flex-start;
}
.homecasestudysec.casestudysngllistsec .casestutabcntblk .csblk {
    margin-bottom: 2em;
} 
.cntsocialsec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.cntinfosec {
    padding-bottom: 2em;
} 
 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        max-height: 320px;
        overflow: auto;
    }
.header-menu .mega-menu .menuindusblk
{
  width: 50% !important;
        clear: unset !important;
}   
}

@media(max-width: 1024px)
{
  .home-modal .popup-container {
        flex-direction: column;
        width: 100%;
  }
  .home-modal .form-section, .home-modal .image-section {
    width: 100%;
    padding: 10px;
  }
  #talktoexpert .form-section ,#talktoexpert .image-section{
    width: 100%;
    margin:0;
    padding: 10px;
  }
  .hire-modal .popup-box {
        flex-direction: column;
        width: 100%;
    }
  .hire-modal .form-section, .hire-modal .image-section {
      width: 100%!important;
      padding: 10px;
  }
  .casestudy-popup   .popup-container {flex-direction: column;width: 100%;}

  .casestudy-popup  .form-section,
  .casestudy-popup  .image-section {width: 100%;padding:10px;}
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
.homebnrsec .bnrcntblk {
    padding: 2em 1em;
}
.homebnrsec .bnrcntblk .title {
    font-size: 22px;
}
.homebnrsec .bnrcntblk .supline {
    font-size: 13px;
  }
.homeabtsec .abtcntblk .title {
    font-size: 18px;
    }
.homeabtsec .abtcntblk {
    padding: 1em;
}
.homeabtsec {
    padding-top: 1em;
    padding-bottom: 2em;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk .counterright .txt {
    font-size: 11px;
} 
.homeabtsec .abtimgblk .counterblk .counterinrblk .counterlft .cnum {
    font-size: 20px;
}
.homeabtsec .abtimgblk .counterblk .counterinrblk .counterlft .arrow {
    height: 40px;
    width: 40px;
}     
.homeabtsec .abtimgblk .counterblk .expblk .exp {
    font-size: 24px;
  }
  .theme-btn {
    padding: 10px 22px;
    font-size: 12px;
  }
.homeabtsec .abtimgblk .imgblk {
    padding: 1em;
}
.trustedbysec .trustedbyblk {
    background: #FBFBFB;
    padding: 2em 1em;
}
.trustedbysec .title {
    font-size: 16px;
    margin-bottom: 20px;
}
.trustedbysec .trustedbyblk .logos-slider .slick-slide
{
  margin: 0 5px;
}
.homesersec {
    padding-top: 2em;
    padding-bottom: 1em;
}
.sec-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.homesersec .serblk
{
  min-height: unset;
}
.homesersec .serblk .serttl {
    font-size: 16px;
  }
  .homesersec .serblk .subser li {
    font-size: 13px;
  }
.homeawardsec .awardlogo-slider .slide img {
    padding: 0 10px;
    height: 80px;
}
.homeawardsec .awardlogo-slider {
    margin-bottom: 0em;
}
.homehowwrksec {
        padding-top: 0em;
    padding-bottom: 3em;
}
.homehowwrksec .howwrkcntbk {
    padding: 2em 1em;
}
.homehowwrksec .howwrksliderdiv .howwrkblk
{
  margin: 0 15px;
  min-height: auto;
}
.homehowwrksec .howwrksliderdiv .slick-list {
    padding-left: 0px !important;
    padding-right: 60px !important;
}
.hometestisec {
    position: relative;
    padding-top: 6em;
    padding-bottom: 3em;
  }
.hometestisec .testiblk {
    display: block;
}  
.hometestisec .testiblk .testicnt .quote {
    font-size: 14px;
  }
.hometestisec .testiblk .testiimg {
    width: 100%;
    text-align: center;

}
.hometestisec .testiblk .testicnt {
    width: 100%;
    padding: 1em;
    text-align: center;
}
.homeleadersec .leaderblk
{
  margin: 0 10px;
  margin-bottom: 30px;
}
.homeleadersec .leaderblk .leadcnt .title {
    font-size: 16px;
}
.homeleadersec {
    padding-top: 3em;
    padding-bottom: 1em;
}
.dividersec hr {
    margin-top: 2em;
    margin-bottom: 2em;
}
.homecasestudysec .casestutabcntblk .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 1;
    }
.homectasec .ctainfoblk {
    padding: 1em;
}
.homectasec .ctainfoblk .title {
    font-size: 20px;
}
.homectasec .ctainfoblk ul.ctainfo li a {
    font-size: 14px;
}
.homectasec .contactfrmblk {
    padding: 2em;
    margin: 0 0em;
}
.homeindusec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.homeindusec ul.indusul li {
    width: 50%;
}
.homeindusec ul.indusul li .indusblk {
    padding: 8px;
    overflow: hidden;
}
.homeindusec ul.indusul li .indusblk .indus {
    position: relative;
    height: 190px;
}
.homeindusec ul.indusul li .indusblk .indus .induscnt .title {
    font-size: 13px;
  }
.homeabt2blk {
    padding-top: 1em;
    padding-bottom: 1em;
}
.homeabt2blk .abt2cntblk .title {
    font-size: 20px;
}  
.homeabt2blk .abt2cntblk {
    padding: 1em;
    margin-top: 1em;
}
.blglistingsec .blogblk .blgcnt .title {
    font-size: 14px;
  }
  .faqblk .accordion-button {
    font-size: 14px;
}
.ftrlogoblk {
    padding: 3em 2em;
}
.ftrcontactblk {
    padding: 0em 0em;
    margin-top: 2em;
}
.ftrlogorw {
    padding-bottom: 2em;
}
.ftr-certi-links li a img {
    height: 60px;
    margin-bottom: 0;
}
.ftrcntblk
{
  margin-bottom: 20px;
}
.ftrblk .sec-titleCvr .sec-title {
    margin-bottom: 1em;
  }
  .homefaqsec {
    padding-top: 2em;
    padding-bottom: 2em;
}
.inner-page-banner {
    padding-top: 1em;
    padding-bottom: 2em;
    overflow: hidden;
}
.inner-page-banner .inrbanner-content .pagetitle {
    font-size: 20px;
  }
.inner-page-banner .inrbanner-content {
    padding: 1em;
}
.abtintrosec .abtintroimgblk .yearblk {
    font-size: 24px;
  }
.abtintrosec .abtintroimgblk {
    padding: 2em 1em;
    border-right: 0;
} 
.abtintrosec .abtintrocntblk {
    padding: 1em;
}
.abtcoutsec .cntrblk {
    margin-bottom: 30px;
}
.abtwhysec .whyimgblk .whyimg1 {
    padding-top: 0em;
        margin-bottom: 1em;
} 
.abtwhysec .whyimgblk {
    padding: 1em;
}
.abtwhysec .whycntblk {
    padding: 1em;
}
.abtintrosec {
    overflow: hidden;
}
.lifeintrosec hr {
    margin-bottom: 2em;
}
.lifeintrosec {
    overflow: hidden;
    padding-bottom: 1em;
}
.lifeintrosec .introsecttlblk {
    margin-bottom: 1em;
    padding-right: 0em;
}
.lifeintrosec .introsecttltxt {
    margin-bottom: 2em;
    padding-left: 0em;
}
.lifeintrosec .introcntblk {
    margin-top: 3em;
}
.lifemovmtsec {
    padding-top: 2em;
    padding-bottom: 2em;
}
.serviceintrosec {
    padding-bottom: 2em;
    overflow: hidden;
}
.serviceintrosec .serintrocntblk {
    padding: 3em 1em;
    border-right: 0;
}
.serviceintrosec .serintrocntrow .col-xxl-6:nth-child(3) .serintrocntrclk {
    border-top: 2px solid rgb(209 209 209 / 25%);
}
.sericnblksec .sericnblk {
    padding: 1.5em 0em;
    margin: 0 0em;
}
.sericnblksec .sericnblkdiv:after
{
  display: none;
}
.sersubsersec .subserblk .subserttl .ttl {
    font-size: 14px;
  }
  .sersubsersec .subserblk .subserttl .icon {
    height: 40px;
    width: 40px;
  }
  .sericnblksec .sericnblk .sericnblkinnr .icon {
    height: 75px;
    width: 75px;
  }
  .sericnblksec .sericnblk .sericnblkinnr .sericnblkcnt .title {
    font-size: 15px;
  }
.sericnblksec .sericnblk .sericnblkinnr {
    display: block;
    text-align: center;
}
.sericnblksec .sericnblk .sericnblkinnr .icon
{
  margin: 0 auto;
    margin-bottom: 20px;
}
.sericnblksec .sericnblk .sericnblkinnr .sericnblkcnt {
    width: 100%;
}
.sersubsersec .subserttlblk {
    margin-bottom: 2em;
}
.sersubsersec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.techsec {
    padding-top: 2em;
    padding-bottom: 3em;
}
.seracrdsec .seracrdcnt {
    padding: 1em 1em;
    margin-bottom: 2em;
}
.seracrdsec .seracrdcnt:before {
    left: 5px;
  }
  .seracrdsec .seracrdcnt:after {
    left: 5px;
  }
.hireintrosec {
    padding-bottom: 0em;
    overflow: hidden;
}
.hireintrosec .inroimgblk {
    padding: 1em;
}
.hireintrosec .inrocntblk {
    padding: 1em;
}
.homebenisec {
    padding-top: 1em;
    padding-bottom: 0.5em;
}
.homebenisec .benisecttlblk {
    margin-bottom: 2em;
        padding-right: 0em;
}  
.indusintrosec {
    overflow: hidden;
}
.indusintrosec .indusimgblk {
    text-align: center;
    padding: 1em 1em;
}
.indusintrosec .induscntblk {
    padding: 1em;
}
.induslstsec .induslstblk {
    padding: 2em 0em;
    margin: 0 0em;
}
.caropensec {
    padding-bottom: 2em;
    overflow: hidden;
}
.blkpglistsec.blglistingsec {
    padding-bottom: 2em;
    overflow: hidden;
}
.blog-area {
    padding-top: 1em;
    padding-bottom: 2em;
    overflow: hidden;
}
.blogdetails .blgtitle {
    font-size: 22px;
}
.blogdetails {
    padding: 0 0px;
}
.blogdetails .blgimgblk {
    margin-bottom: 2em;
}
.blogdetails .blgimgblk .post-thumbnail {
    display: block;
    margin: 0;
}
.blogdetails h2 {
    font-size: 22px;
}
.homecasestudysec.casestudylistsec {
    padding-bottom: 2em;
    overflow: hidden;
}
.cntinfosec {
    padding-bottom: 2em;
    overflow: hidden;
}
.cntinfosec hr {
    margin-bottom: 1em;
}
.cntinfosec .cntinfoblk .title {
    font-size: 24px;
}
.cntinfosec .cntinfoblk {
    padding: 1em;
}
.cntinfosec .cntinfoblk .cntdetailblk
{
  margin-bottom: 20px;
}
.cntinfosec .contactfrmblk {
    padding: 2em;
    margin: 0 0em;
}
.cntsocialsec {
    padding-top: 1em;
    padding-bottom: 1em;
}
.cntsocialsec .cntsocialblk .ftr-socail-links {
    justify-content: center;
    padding: 1em 0;
}
.cntlocsec .locttl {
    font-size: 24px;
    margin-bottom: 1em;
}
.cntlocsec .cntlocblk {
    margin: 0 0px;
}
.cntlocsec {
    padding-top: 1em;
    padding-bottom: 2em;
    overflow: hidden;
}
.header-middle-back {
    background: #FBFBFB;
    border-radius: 0px;
    margin-top: 0;
    padding: 5px 0px;
    transition: all .3s ease-in-out;
}
.homebnrsec {
    padding-top: 1em;
    padding-bottom: 2em;
}
.header-middle .collapse:not(.show) {
    display: block; 
}
.header-logo img {
    height: 42px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 6px;
    background: #0f395f;
    margin: 0;
    padding: 4px;
}
.header-middle
{
    background: #FBFBFB;
}
.headercontact ul li {
    margin: 0 3px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px 10px 20px 10px !important;
}
.homecasestudysec.casestudylistsec .casestutabblk .nav-tabs .nav-link , .blglistingsec .casestutabblk .nav-tabs .nav-link {
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
}
.homecasestudysec.casestudylistsec .casestutabblk .nav-tabs , .blglistingsec .casestutabblk .nav-tabs
{
      border-radius: 20px;
}
.homecasestudysec .casestutabcntblk .item , .blglistingsec .casestutabcntblk .item {
    padding: 0em;
    margin: 0 0 2em;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        max-height: 320px;
        overflow: auto;
    }

  .tel-icon span,.mail-icon span {font-size: 13px;line-height: 21px;}
  .hire-modal .hire-data img {display: none;}
  .hire-modal.hire-data,.contactfrm {text-align: center;}
  .hire-modal .modal-title {font-size: 20px;line-height: 26px;}
  .hire-modal .hire-data:before{display:none!important;}
  .hire-modal .contactfrm { padding-left: 0px;}
  /* .single .author-details .author-data-wrap img {width: 110px;height: 110px;} */
  .hire-modal .modal-content .form-section{padding-bottom:20px;}
}
@media(max-width: 575px)
{
  #talktoexpert .form-section{padding:10px;padding-bottom: 20px;}
  #talktoexpert .info-card-wrapper{padding: 0px;}
  .info-card-wrapper .info-card{gap: 10px;}
  .info-section .info-card-wrapper .info-card .icon-circle{width: 40px!important;height: 40px!important;}
  .info-section .info-card-wrapper .info-card .icon-circle img ,.info-card-wrapper .info-card .icon-circle svg{
    width: 18px!important;
    height: 18px!important;
  }
  .home-modal .modal-dialog{width: auto;max-width: 100%;margin: 12px;}
  #talktoexpert .modal-dialog{width:auto;max-width:100%;margin: 12px;}
  .hire-modal .modal-dialog , .casestudy-popup .modal-dialog{margin:12px;}
}
@media screen and (max-width: 480px) {
  .innerpagesec.quotecraft-page img,.salesforce-whatsapp-page img{width: 75%!important;}
  .hire-modal .modal-title {
    font-size: 16px;
    line-height: 1.4;
    padding-right: 5px;
  }
  .hire-modal .contactfrm input,.hire-modal .contactfrm textarea,.hire-modal .contactfrm input[type="submit"] {
    font-size: 12px;
    line-height: 18px;
  }
  .author-details .author-data-wrap img {
      width: 55px;
      height: 55px;
  }
  .single .author-details .author-data-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
  }
  .single .author-details .author-data-wrap .author-img {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }

  .single .author-data-wrap .auhtor-info {
      width: 100%;
  }
  .single .author-details .author-data-wrap{border-radius:10px;padding: 20px;}
  .single .author-details .author-data-wrap .author-name-wrap {flex-direction: column;}
    .single .author-details .author-data-wrap .author-img{margin-bottom:10px;}
  .single .author-details {display: flex;justify-content: center;flex-direction: column;align-items: center;}
  .single .author-details .author-data-wrap img{width:120px;height:120px;}
  .single .author-details .author-data-wrap .author-name-wrap .author-name{font-size:18px;}
  .single .author-data-wrap .auhtor-info p{text-align:center;font-size: 14px;}
}
@media screen and (max-width: 420px) {

  .single .author-details .author-data-wrap img {width: 110px;height: 110px;}
  .single .author-details .author-data-wrap .author-name-wrap .author-name {font-size: 16px;}
  .single .author-details .author-data-wrap .author-name-wrap .auhtor-desgnation{font-size:14px;}
  .home-modal .modal-dialog{width:95%;}

}    

@media(max-width:360px){
  .page-template-blogs .blgcnt .blgcnt-wrap .blog-author-name{margin-top:10px;}
  .home-modal .info-card-wrapper{padding:8px;}
  #talktoexpert .info-card-wrapper{padding:0;background:none;}
}
@media screen and (max-width: 320px) {
  .single .author-details .author-data-wrap img{width:100px;height:100px;}
  .single .author-data-wrap .auhtor-info p{font-size:12px;}
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .casestudy-popup .form-section .field{flex:unset;}
}

/* Contact page offset when Elementor Theme Builder header is active. */
.page-template-contact .mainCvr > .elementor-location-header + .contentCvr .contact-page-banner {
  margin-top: 96px;
}

@media screen and (max-width: 991px) {
  .page-template-contact .mainCvr > .elementor-location-header + .contentCvr .contact-page-banner {
    margin-top: 78px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-contact .mainCvr > .elementor-location-header + .contentCvr .contact-page-banner {
    margin-top: 64px;
  }
}

/* New */

footer {
  background-color: #F5F5F5;
}

footer .container-fluid {
  padding: 0 5%;
}

.footer-row-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}