body {
  background-color: #fff;
  /*#f7f7f8;*/
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  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: "Inter", sans-serif; */
  margin-bottom: 20px;
}

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

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

.sec-titleCvr {
  position: relative;
}

.sec-title {
  font-size: 32px;
  margin-bottom: 35px;
  text-transform: capitalize;
  line-height: 1.3;
  color: #2b2a29;
  font-weight: 700;
  position: relative;
}

.sec-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 110px;
  background: #d6d6d6;
  left: 0;
  bottom: -15px;
}

.sec-title.text-center:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sec-title span {
  color: #009688;
}

.theme-btn {
  background: #009688;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  box-shadow: 4px 4px 0 #2b2a29;
  transition: all 0.1s linear;
}

.theme-btn-outline {
  border: 1px solid #2b2a29;
  color: #2b2a29;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  box-shadow: 4px 4px 0 #2b2a29;
  transition: all 0.1s linear;
}

.theme-btn-outline:hover {
  color: #fff;
  background: #009688;
  border: 1px solid #009688;
  transform: translate(2px, 2px) !important;
  box-shadow: 2px 2px 0 #2b2a29;
}

.theme-btn:hover {
  color: #fff;
  background: #2b2a29;
  transform: translate(2px, 2px) !important;
  box-shadow: 2px 2px 0 #2b2a29;
}

.theme-btn-white {
  background: #fff;
  color: #1b3a6a;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  box-shadow: 4px 4px 0 #2b2a29;
  transition: all 0.1s linear;
}

.theme-btn-white:hover {
  background: #009688;
  color: #fff;
  transform: translate(2px, 2px) !important;
  box-shadow: 2px 2px 0 #2b2a29;
}

/*** Header CSS ***/

.header-top {
  background: #c5c744;
  padding: 7px 0px;
}

.header-offer p {
  color: #ffffff;
  padding: 0 13px;
  position: relative;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}

.header-callCvr {
  align-items: center;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0px;
  padding: 0;
}

.header-callCvr .header-call {
  margin-right: 15px;
  /* line-height: 1.2em; */
  position: relative;
}

.header-callCvr .header-call .header-call-a {
  display: block;
  position: relative;
  color: #000000;
  height: 35px;
  width: 35px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 33px;
}

.header-middle-links {
  display: flex;
}

.header-logo {
  position: relative;
  z-index: 99;
}

.header-logo img {
  height: 100px;
}

.header-middle-back {}

.header-menuCvr .main-navigation a {
  padding: 15px 15px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-menuCvr .main-navigation a:hover {
  color: #000;
}

.header-inquiry {
  text-align: right;
  margin-right: 10px;
}

.header-menuCvr .main-navigation ul .sub-menu {
  width: 230px;
  border: none;
}

.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;
}

.main-navigation ul.mega-sub-menu li {
  border-bottom: 0.5px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
}

.main-navigation ul.mega-sub-menu li a {
  color: #000;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 12px 8px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
}

.main-navigation ul.mega-sub-menu li a:hover {
  background: #009688;
  color: #fff;
}

.navbar-fixed-top {
  position: relative;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0px;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.header-middle.navbar-fixed-top.fix {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 -3px 9px 0;
  transition: all 0.3s ease-in-out;
  top: 0px;
  position: fixed;
}

.header-middle.navbar-fixed-top.fix .header-logo img {
  height: 65px;
}

.headerrightbar {
  display: flex;
  align-items: center;
}

.headerrightbar .email {
  background: #009688;
  color: #fff;
  padding: 8px 15px;
  border-radius: 30px;
  margin-right: 15px;
}

.headerrightbar .email svg {
  margin-right: 8px;
  animation-name: tada;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.headerrightbar .header-socail-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.headerrightbar .header-socail-links li {
  margin: 0 8px;
}

.headerrightbar .header-socail-links li a {
  color: #2b2a29;
  font-size: 16px;
}

.homeslidersec {
  position: relative;
}

.homeslidersec:before {
  content: "";
  position: absolute;
  background-image: url("../images/logo-icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: -50px;
  height: 650px;
  width: 239px;
}

.homeslidersec .carousel-caption {
  text-align: left;
  position: relative;
  margin: auto;
  max-width: 440px;
  right: auto;
}

.homeslidersec .carousel-caption .title {
  text-transform: capitalize;
  font-size: 44px;
  color: #2b2a29;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 15px;
}

.homeslidersec .carousel-caption .title span {
  color: #fff;
  display: block;
  letter-spacing: 1px;
  text-shadow: 1px 0 #009688, -1px 0 #009688, 0 2px #009688, 0 -1px #009688,
    1px 1px #009688, -1px -1px #009688, 1px -1px #009688, -1px 1px #009688;
}

.homeslidersec .carousel-caption .txt {
  color: #2b2a29;
  margin-bottom: 25px;
  width: 70%;
}

.homeslidersec .carousel-caption .theme-btn {
  margin-right: 10px;
}

.homeslidersec .bannerimg {
  padding: 3em 3em;
  text-align: center;
  position: relative;
}

.homeslidersec .bannerimg:after {
  content: "";
  position: absolute;
  background-image: url(../images/toy4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -60px;
  top: 40px;
  height: 151px;
  width: 151px;
  opacity: 0.2;
}

.homeslidersec .bannerimg img {
  height: 570px;
}

.setunumsec {
  position: relative;
  padding-top: 5em;
  padding-bottom: 2em;
}

.setunumsec .numrow {
  border-top: 1px solid #d6d6d6;
  padding-top: 5em;
  position: relative;
}

.setunumsec .numrow:before {
  content: "";
  position: absolute;
  background-image: url("../images/banr-child.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 20px;
  top: -190px;
  height: 160px;
  width: 229px;
}

.setunumsec .numcnt img {
  margin-bottom: 15px;
}

.setunumsec .numcnt .sec-title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.setunumsec .numcnt .sec-title:after {
  display: none;
}

.setunumsec .numul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.setunumsec .numul li {
  width: 30%;
  text-align: center;
}

.setunumsec .numul li img {
  height: 70px;
  -webkit-animation: bounce 5s ease infinite;
  animation: bounce 5s ease infinite;
}

.setunumsec .numul li .num {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
}

.setunumsec .numul li .ttl {
  text-transform: capitalize;
}

.light-pink-clr {
  color: #ffb5b7;
}

.light-orange-clr {
  color: #ffca9a;
}

.light-purpal-clr {
  color: #cac9ff;
}

.setuicn {
  margin-bottom: 10px;
  height: 55px;
}

.setuabtsec {
  position: relative;
  padding-top: 2em;
  padding-bottom: 3em;
}

.setuabtsec .abtrow {
  background: #a2e4dd;
  padding: 2em 2em;
  border-radius: 40px;
  position: relative;
  padding-top: 4em;
  overflow: hidden;
}

.setuabtsec .abtrow:before {
  content: "";
  position: absolute;
  background-image: url("../images/abt-back-patern.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
}

.setuabtsec .abtimg {
  padding: 0 2em;
  text-align: center;
}

.setuabtsec .abtimg img {
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.setuabtsec .abtimg .abtsub {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  margin-top: 20px;
}

.setuabtsec .abtimg .abtsub:before {
  content: "";
  position: absolute;
  background-image: url("../images/abt-child.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -50px;
  bottom: unset;
  height: 44px;
  width: 45px;
}

.setuabtsec .abtimg .abtyear {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 800;
  position: relative;
  line-height: 2;
}

.setuabtsec .abtimg .abtyear span {
  color: #a2e4dd;
  letter-spacing: 1px;
  text-shadow: 1px 0 #2b2a29, -1px 0 #2b2a29, 0 2px #2b2a29, 0 -1px #2b2a29,
    1px 1px #2b2a29, -1px -1px #2b2a29, 1px -1px #2b2a29, -1px 1px #2b2a29;
}

.setuabtsec .abtimg .abtyear:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: #d6d6d6;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}

.setuabtsec .abtcnt {
  padding: 0 2em;
}

.homelocationsec {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
  z-index: 0;
}

.homelocationsec:after {
  content: "";
  position: absolute;
  background-image: url(../images/toy1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -30px;
  top: 40px;
  height: 151px;
  width: 151px;
  z-index: -1;
}

.homelocationsec:before {
  content: "";
  position: absolute;
  background-image: url(../images/toy3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
  bottom: 40px;
  height: 151px;
  width: 151px;
  z-index: -1;
}

.homelocationsec .loc-cnt {
  padding: 5em 1.2em;
}

.homelocationsec .loc-cnt .titleblk {
  margin-bottom: 20px;
}

.homelocationsec .loc-cnt .titleblk img {
  height: 70px;
  margin-bottom: 10px;
  -webkit-animation: bounce 4s ease infinite;
  animation: bounce 4s ease infinite;
}

@-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);
  }
}

.homelocationsec .loc-cnt .titleblk .title {
  margin-bottom: 0;
  color: #009688;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.homelocationsec .loc-cnt .phone .icn {
  height: 35px;
  width: 35px;
  display: inline-block;
  border: 1px solid #009688;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
}

.homesersec.inrpgsersec {
  position: relative;
  padding-top: 5em;
  padding-bottom: 4em;
}

.homesersec {
  position: relative;
  padding-top: 2em;
  padding-bottom: 4em;
}

.child-card {
  text-align: center;
  /* margin-top: 7em; */
  margin: 65px 0;
}

.homesersec .serblk {
  padding: 7em 1em 2em;
  border-radius: 30px;
  margin: 0 5px;
  box-shadow: 5px 6px 5px #00000021;
  position: relative;
  min-height: 275px;
  overflow: hidden;
}

.child-card:hover .serimg img {
  /* -webkit-transform: scaleX(-3);
  transform: scaleX(-1); */
  transform: rotateY(360deg);
}

.homesersec .serblk:hover {
  &::before {
    height: 150%;
    width: 150%;
  }
}

.homesersec .child-card {
  position: relative;
}

.homesersec .child-card .serimg {
  padding: 0 1em;
  /* margin-bottom: -6em; */
  position: absolute;
  top: -90px;
  left: 50%;
  width: 210px;
  transform: translateX(-50%);
  z-index: 5;
  transition: all 0.3s;
}

.homesersec .child-card .serimg img {
  height: 180px;
  width: 180px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.homesersec .serblk:hover .serimg img {
  transform: rotateY(360deg);
}

.homesersec .serblk .sercnt {
  margin-top: 20px;
}

.homesersec .serblk .sercnt .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #2b2a29;
}

.homesersec .serblk .sercnt .title a {
  color: #2b2a29;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.homesersec .serblk .sercnt .desc {
  font-size: 13px;
  position: relative;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

.homesersec .serblk .sercnt .arrow {
  margin: 20px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.homesersec .serblk .sercnt .arrow a {
  color: #2b2a29;
  font-size: 16px;
  border: 2px solid #2b2a29;
  border-radius: 100px;
  padding: 5px 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  gap: 10px;
}

.homesersec .serblk:hover {
  .sercnt .title a {
    color: #fff;
  }

  .sercnt .arrow a {
    color: #fff;
    border-color: #fff;
  }
}

.bg-green-card {
  background: #bee4e0;
  border-bottom: 5px solid #009688;

  &::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: -10px;
    left: -10px;
    border-radius: 50px;
    background-color: #009688;
    transition: all 0.4s ease;
  }
}

.cmnbnrsec {
  background: linear-gradient(to right, #f3d1c8 13%, #f8b8b9 87%);
  /* margin-bottom: 3em; */
}

.whysetusec {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
  z-index: 0;
}

.whysetusec:after {
  content: "";
  position: absolute;
  background-image: url(../images/toy2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 10px;
  top: 40px;
  height: 151px;
  width: 151px;
  z-index: -1;
  -webkit-animation: bounce 5s ease infinite;
  animation: bounce 5s ease infinite;
}

.whysetusec .whyrow {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.border-left {
  border-left: 1px solid #d6d6d6;
}

.whysetusec .whycnt {
  padding: 2em 6em;
}

.whysetusec .whycntacrd {
  padding: 4em 4em;
}

.whysetusec .whycntacrd .accordion-item {
  border: none;
  border-bottom: 1px solid #d7d7d7;
}

.whysetusec .whycntacrd .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
  color: #2b2a29;
  padding-bottom: 0;
}

.whysetusec .whycntacrd .accordion-button {
  padding: 1.5em;
  padding-left: 4em;
}

.whysetusec .whycntacrd .accordion-body {
  padding-left: 4.5em;
}

.whysetusec .whycntacrd .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.whysetusec .whycntacrd .accordion-button:before {
  content: "";
  position: absolute;
  background-image: url("../images/why-icon1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 10px;
  top: 15px;
  height: 35px;
  width: 35px;
}

.whysetusec .whycntacrd .accordion-button.why1:before {
  background-image: url("../images/why-icon1.png");
}

.whysetusec .whycntacrd .accordion-button.why2:before {
  background-image: url("../images/why-icon2.png");
}

.whysetusec .whycntacrd .accordion-button.why3:before {
  background-image: url("../images/why-icon3.png");
}

.whysetusec .whycntacrd .accordion-button.why4:before {
  background-image: url("../images/why-icon4.png");
}

.whysetusec .whycntacrd .accordion-button.why5:before {
  background-image: url("../images/why-icon5.png");
}

.whysetusec .whycntacrd .accordion-button.why6:before {
  background-image: url("../images/why-icon6.png");
}

.ctasec1 {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: hidden;
  z-index: 0;
}

.ctasec1:after {
  content: "";
  position: absolute;
  background-image: url(../images/toy5.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 100px;
  top: 40%;
  height: 151px;
  width: 151px;
  z-index: -1;
  opacity: 0.5;
  -webkit-animation: bounce 5s ease infinite;
  animation: bounce 5s ease infinite;
}

.ctasec1 .banner-cta-btn .link {
  width: 9.4rem;
  height: 9.4rem;
  display: inline-block;
  font: 300 1.2rem / 1.4 "Inter", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  word-spacing: 0.03em;
  text-decoration: none;
  background: #f4f4f4;
  padding: 14px;
  border-radius: 50%;
  box-shadow: 5px 6px 5px #00000021;
}

.ctasec1 .banner-cta-btn .link .link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #000000;
  stroke: #000;
  stroke-width: 0.05em;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ctasec1 .banner-cta-btn .link .link__text {
  -webkit-animation: rotate normal infinite 20s linear;
  animation: rotate normal infinite 20s linear;
  transform-origin: 50% 50%;
}

.ctasec1 .banner-cta-btn .link:hover .link__text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.ctasec1 .banner-cta-btn .link .link--alt {
  font-size: 1.15rem;
  letter-spacing: 0;
  word-spacing: 0;
}

@-webkit-keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

.setuteamsec {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}

.setuteamsec .teamrow {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.setuteamsec .teamrow>div {
  border-right: 1px solid #d6d6d6;
}

.setuteamsec .teamrow>div:last-child {
  border-right: 0;
}

.setuteamsec .teamrow>div:nth-child(2) {
  border-right: 0;
}

.setuteamsec .teamrow>div:nth-child(3) {
  border-left: 1px solid #d6d6d6;
}

.setuteamsec .teamimg {
  padding: 4em 2em;
}

.setuteamsec .teamimg img {
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.setuteamsec .teamcnt {
  padding: 4em 3em;
}

.setuteamsec .teamcnt .ttl {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 15px;
}

.setuteamsec .teamcnt .desig {
  position: relative;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 991px) {
  .setuteamsec .teamcnt .desig {
    font-size: 16px;
  }
}

/* .setuteamsec .teamcnt .desig:after {
  content: "";
  position: absolute;
  height: 0.7px;
  width: 60px;
  background: #009688;
  left: 0;
  bottom: -10px;
} */

.setuteamsec .teamcnt .qttl {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 2em;
}

.setuteamsec .teamcnt .qttl:before {
  content: "";
  position: absolute;
  background-image: url(../images/setu-icon1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -2px;
  top: 0px;
  height: 20px;
  width: 24px;
}

.setuteamsec .teamcnt ul {
  padding-left: 20px;
}

.setuteamsec .teamcnt ul li {
  margin-bottom: 10px;
}

.testisec {
  padding-top: 2em;
  padding-bottom: 3em;
  position: relative;
}

.testisec .testirow {
  background: #f8b8b99d;
  padding: 4em 4em;
  border-radius: 40px;
  position: relative;
  padding-top: 8em;
  overflow: hidden;
}

.testisec .testirow:before {
  content: "";
  position: absolute;
  background-image: url(../images/abt-back-patern.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
}

.testisec .owl-carousel .item {
  margin: 0 15px;
  padding: 25px 30px;
  border-radius: 25px;
}

.testisec #owl.owl-carousel .item {
  background: #ffffff;
  box-shadow: 5px 6px 5px #00000021;
}

.testisec .quote-icon {
  padding: 15px 0;
  margin-bottom: 8px;
}

.testisec .quote {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 45px;
  position: relative;
}

.testisec .quote:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background: #d6d6d6;
  left: 0;
  bottom: -25px;
}

.testisec .name {
  font-size: 18px;
  font-weight: 400;
  color: rgba(28, 183, 235, 1);
  padding-left: 15px;
}

.testisec .title {
  font-size: 15px;
  font-weight: 400;
  color: rgba(130, 130, 130, 1);
  margin-top: -8px;
  line-height: 17px;
}

.testisec .author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.testisec .author img {
  margin-right: 15px;
}

.testisec .author p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}

.testisec .owl-theme .owl-controls {
  margin-top: 30px;
}

.testisec .owl-theme .owl-controls .owl-page span {
  background: #009688;
}

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

.testisec .videotest .videotestidiv .item {
  margin: 0 0px;
}

.testisec .videotest .videotestidiv .item .videoblk {
  height: 200px;
}

.testisec .videotest .owl-carousel .item {
  padding: 0px 7px;
}

.testisec .videotest .videotestidiv .item .videoblk iframe {
  border-radius: 12px;
  height: 200px;
  width: 100%;
}

.testisec .videotest .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right;
  position: absolute;
  top: -6em;
  right: 0px;
}

.testisec .videotest .owl-theme .owl-controls .owl-buttons div {
  background: #009688;
  opacity: 1;
  padding: 10px 13px;
  font-size: 15px;
  line-height: 15px;
}

.blogsec {
  position: relative;
  padding-top: 4em;
  padding-bottom: 5em;
}

.blogsec .blogblock {
  position: relative;
  border-radius: 5px;
  margin: 0 3px;
  margin-bottom: 30px;
}

.blogsec .blogblock .card-top img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.blogsec .blogblock .card-middle {
  background: #f2f2f2;
  padding: 30px 25px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.blogsec .blogblock .card-middle .bdate {
  margin-bottom: 10px;
}

.blogsec .blogblock .card-middle .bdate .icn {
  margin-right: 6px;
  font-size: 16px;
}

.blogsec .blogblock .card-middle .title {
  margin-bottom: 15px;
  font-size: 19px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 600;
}

.blogsec .blogblock .card-middle .title a {
  color: #2b2a29;
}

.blogsec .blogblock .card-middle .blogdesc {
  margin-bottom: 25px;
}

.blogsec .blogblock .card-middle .blogbtn .arrow {
  margin-bottom: 0;
}

.blogsec .blogblock .card-middle .blogbtn .arrow a {
  color: #2b2a29;
  font-size: 18px;
}

.blockrow>div:nth-child(1) .card-middle {
  background: #ffebb4;
}

.blockrow>div:nth-child(2) .card-middle {
  background: #bce7ff;
}

.blockrow>div:nth-child(3) .card-middle {
  background: #ffca9a;
}

.setuctasec.contactpgsec {
  position: relative;
  padding-top: 6em;
  padding-bottom: 4em;
}

.setuctasec {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.setuctasec:after {
  content: "";
  position: absolute;
  background-image: url(../images/toy1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -30px;
  top: 40px;
  height: 151px;
  width: 151px;
  z-index: -1;
}

.setuctasec .ctacnt .titleblk {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.setuctasec .ctacnt .titleblk img {
  height: 30px;
  margin-right: 10px;
}

.setuctasec .ctacnt .titleblk .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #009688;
}

.clr-pink {
  color: #ff54be;
}

.clr-light-blue {
  color: #31b5ff;
}

.setuctasec .ctafrm {
  padding: 0 4em;
}

.setuctasec .ctacnt ul {
  list-style: none;
}

.setuctasec .ctacnt ul li {
  margin-bottom: 15px;
}

.setuctasec .ctacnt ul li a {
  color: #2b2a29;
}

.setuctasec .ctacnt ul li .icn {
  height: 35px;
  width: 35px;
  display: inline-block;
  border: 1px solid #2b2a29;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
}

.homectasec {
  position: relative;
  padding-top: 6em;
  padding-bottom: 6em;
  background-image: url("../images/cta-back.jpg");
  background-size: cover;
  background-position: center;
}

.homectasec .ctacnt {
  padding: 20px;
}

.homectasec .ctacnt p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  font-stretch: expanded;
  text-transform: capitalize;
}

.homectasec .contactfrmblk {
  background: #fff;
  padding: 20px 20px;
  padding-bottom: 0;
  border-radius: 5px;
}

.contactfrm input:not([type="submit"]),
.contactfrm textarea,
.contactfrm input:not([type="submit"]),
.contactfrm textarea,
.contactfrm select {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
  border-radius: 15px;
  background: #fcfcfc;
}

.contactfrm input:not([type="submit"]):focus,
.contactfrm textarea:focus,
.contactfrm input:not([type="submit"]):focus,
.contactfrm textarea:focus,
.contactfrm select:focus {
  outline: none;
}

.contactfrm label {
  margin-bottom: 7px;
  text-transform: capitalize;
}

.contactfrm .theme-btn {
  border: none;
  width: 100%;
}

.contactfrm .wpcf7-spinner {
  display: block;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.ftrCvr {
  background: #cceae7;
  box-shadow: 0px 0px 4px 0px #00000040;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}

.ftrCvr .ftr-wrapper {
  padding: 5em 0px 3em;
}

.ftrlogoblk .ftrlogo {
  height: 70px !important;
  object-fit: contain;
  background: #fff;
  display: block;
  /* margin: 0 auto; */
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
}

.ftrlogoblk p {
  margin-top: 15px;
  font-weight: 600;
}

.ftrblk .ftrtitle {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 1.5em;
  color: #2b2a29;
}

.ftrblk .ftrlinkblk ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.ftrblk .ftrlinkblk ul li {
  text-transform: capitalize;
  margin-right: 0;
  line-height: 22px;
  margin-bottom: 10px;
}

.ftrblk .ftrlinkblk ul li a {
  color: #000;
  font-weight: 400;
}

.ftrcntctblk .cntblk .titleblk {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.ftrcntctblk .cntblk .titleblk img {
  height: 70px;
  margin-right: 5px;
}

.ftrcntctblk .cntblk .titleblk .title {
  margin-bottom: 0;
  color: #009688;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
}

.ftrcntctblk .cntblk ul {
  list-style: none;
}

.ftrcntctblk .cntblk ul li {
  margin-bottom: 15px;
}

.ftrcntctblk .cntblk ul li .icn {
  height: 35px;
  width: 35px;
  display: inline-block;
  border: 1px solid #2b2a29;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 8px;
}

.ftrcntctblk .cntblk ul li a,
.ftrcntctblk .cntblk p a {
  color: #2b2a29;
}

.ftr-socail-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  /* justify-content: center; */
  align-items: baseline;
}

.ftr-socail-links li a {
  color: #2b2a29;
  display: block;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
}

.ftr-socail-links li a:hover {
  color: #009688;
}

.ftr-copyright {
  padding: 14px 0px;
  border-top: 1px solid #d6d6d6;
}

.ftr-copyright .copyright p {
  margin-bottom: 0px;
}

.inner-page-banner {
  background-size: cover;
  background-position: center;
  height: 555px;
  position: relative;
}

.inner-page-banner .inrbanner-content .pagetitle {
  font-size: 44px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  color: #fff;
  font-stretch: semi-expanded;
}

.inner-page-banner .inrbanner-content .pagetitle span {
  padding: 15px 20px;
  border-radius: 6px;
}

.inner-page-banner.inner-page-ser-banner {
  height: 480px;
}

.inner-page-banner .inner-banner-cnt .title {
  font-size: 30px;
  font-weight: 700;
  padding-left: 60px;
  text-transform: capitalize;
}

.inner-page-banner .inner-banner-cnt .title span {
  position: relative;
}

.inner-page-banner .inner-banner-cnt .title span:before {
  content: "";
  position: absolute;
  background-image: url(../images/setu-icon1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -45px;
  top: 2px;
  height: 28px;
  width: 36px;
}

.inner-page-banner .inner-banner-cnt p {
  font-size: 18px;
  margin-bottom: 30px;
}

.blog-area {
  padding-top: 3em;
  padding-bottom: 3em;
}

.blogdetails {
  padding: 0 20px;
}

.blogdetails .blgtitle {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-size: 34px;
}

.blogdetails p {
  font-size: 16px;
  margin-bottom: 25px;
}

.blogdetails ul {
  padding-left: 20px;
}

.blogdetails .blgdate {
  font-size: 16px;
  margin-bottom: 20px;
}

.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__list.wp-block-latest-posts li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.blogsidebar .widget_block .wp-block-latest-posts__featured-image {
  /*height: 350px;
    overflow: hidden;*/
  margin-right: 20px;
}

.blogsidebar .widget_block .wp-block-latest-posts__post-title {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  text-transform: capitalize;
}

.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;
}

.abtpageabtsec {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}

.abtpageabtsec .abtcnt {
  padding: 0em 3em;
}

.abtpageabtsec .abtimg {
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.setunumsec.abtpgnuber {
  position: relative;
  padding-top: 3em;
  padding-bottom: 2em;
}

.setunumsec.abtpgnuber .numrow:before {
  display: none;
}

.abtvmsec {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}

.abtvmsec .vmblk {
  padding: 2em 2.5em;
  text-align: center;
  border-radius: 30px;
  margin: 0 5px;
  margin-top: 7em;
  margin-bottom: 40px;
  box-shadow: 5px 6px 5px #00000021;
}

.abtvmsec .vmblk .vmimg {
  padding: 0 1em;
  margin-top: -8em;
}

.abtvmsec .vmblk .vmimg img {
  height: 155px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.abtvmsec .vmblk:hover .vmimg img {
  transform: rotateY(360deg);
}

.abtvmsec .vmblk .vmcnt {
  margin-top: 20px;
}

.abtvmsec .vmblk .vmcnt .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.abtvmsec .vmblk .vmcnt .desc {
  font-size: 14px;
}

.abtvmsec .vmblk .vmcnt ul {
  list-style: none;
}

.abtvmsec {
  position: relative;
  padding-top: 2em;
  padding-bottom: 4em;
}

.abtstorysec {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}

.abtstorysec .abtstrycnt {
  padding: 0 8em;
}

.abtstorysec .timeline {
  position: relative;
  white-space: nowrap;
  max-width: 1400px;
  padding: 0 10px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
}

.abtstorysec .timeline ol::-webkit-scrollbar {
  height: 12px;
}

.abtstorysec .timeline ol::-webkit-scrollbar-thumb,
.abtstorysec .timeline ol::-webkit-scrollbar-track {
  border-radius: 92px;
}

.abtstorysec .timeline ol::-webkit-scrollbar-thumb {
  background: var(--midnight-green);
}

.abtstorysec .timeline ol::-webkit-scrollbar-track {
  background: var(--yellow);
}

.abtstorysec .timeline ol {
  font-size: 0;
  padding: 300px 0;
  transition: all 1s;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-color: #009688 #333;
}

.abtstorysec .timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 5px;
  background: #f3f3f3;
  scroll-snap-align: start;
}

.abtstorysec .timeline ol li:last-child {
  width: 340px;
}

.abtstorysec .timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.abtstorysec .timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #009688;
  z-index: 1;
}

.abtstorysec .timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 15px;
  white-space: normal;
  color: #000;
  background: #f3f3f3;
  border-radius: 0 10px 10px 10px;
}

.abtstorysec .timeline ol li div::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.abtstorysec .timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
  border-radius: 10px 10px 10px 0;
}

.abtstorysec .timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #f3f3f3 transparent transparent transparent;
}

.abtstorysec .timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.abtstorysec .timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent #f3f3f3;
}

.abtstorysec .timeline time {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.abtawardsec {
  position: relative;
  padding-top: 3em;
  padding-bottom: 5em;
}

.abtawardsec .awardimg img {
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.abtawardsec .awardcnt {
  padding: 0 3em;
}

.abtawardsec .awardcnt ul {
  padding-left: 20px;
}

.abtawardsec .awardcnt ul li {
  margin-bottom: 7px;
}

.abtwhatsec {
  position: relative;
  padding-top: 2em;
  padding-bottom: 4em;
}

.abtwhatsec img {
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.abtwhatsec ul {
  list-style: disc;
  padding-left: 2em;
}

.abtgallerysec {
  position: relative;
  padding-top: 2em;
  padding-bottom: 5em;
}

.abtgallerysec .galleyblk {
  text-align: center;
}

.abtgallerysec .galleyblk .foogallery-album-gallery-list .foogallery-pile h3 {
  font-size: 20px;
}

.careerpagesec {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
}

.careerpagesec .careerfrm {
  padding: 3em 3em;
  padding-top: 4em;
  background: rgb(255 255 255);
  border-radius: 40px;
  margin: 0 1em;
  border: 3px solid #f5f5f5;
  margin-top: 3em;
}

.careerpagesec .careerfrm .contactfrm input:not([type="submit"]),
.careerpagesec .careerfrm .contactfrm textarea,
.careerpagesec .careerfrm .contactfrm input:not([type="submit"]),
.careerpagesec .careerfrm .contactfrm textarea,
.careerpagesec .careerfrm .contactfrm select {
  border: 1px solid #eaeaea;
  color: #000;
  border-radius: 20px;
  margin-bottom: 15px;
}

.careerpagesec .careerfrm .contactfrm input:not([type="submit"])::placeholder,
.careerpagesec .careerfrm .contactfrm textarea::placeholder {
  color: #dadada;
  opacity: 1;
  /* Firefox */
}

.careerpagesec .careerfrm .contactfrm input[type="file"]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #009688;
  padding: 5px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.careerpagesec .careerfrm .contactfrm input[type="file"]::file-selector-button:hover {
  background: #000;
}

.careerpagesec .careerfrm .contactfrm form .sendbtn {
  color: #fff;
  background: #009688;
  border: 1px solid #009688;
  width: 100%;
  padding: 10px 15px;
  border-radius: 20px;
  margin-top: 20px;
}

.careerpagesec .careerfrm .contactfrm form .sendbtn:hover {
  background: #000;
  border: 1px solid #000;
}

.servicepagecnt1sec {
  position: relative;
  padding-top: 5em;
  padding-bottom: 3em;
}

.servicepagecnt1sec .cnt1img {
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.servicepagecnt1sec .cnt1-cnt {
  padding: 0em 3em;
}

.servicepagecnt2sec {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}

.servicepagecnt2sec .cnt2img {
  -webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.3));
}

.servicepagecnt2sec .cnt2-cnt {
  padding: 0em 3em;
}

.servicepagecnt2sec hr {
  margin-bottom: 5em;
}

.servicepagecnt3sec {
  position: relative;
  padding-top: 3em;
  padding-bottom: 4em;
}

.servicepagecnt3sec .cnt3-cnt {
  padding: 0em 3em;
}

.servicepagecnt3sec hr {
  margin-bottom: 5em;
}

.servicepagecnt4sec {
  position: relative;
  padding-top: 3em;
  padding-bottom: 4em;
}

.servicepagecnt4sec .cnt4-cnt {
  padding: 0em 3em;
}

.servicepagecnt4sec hr {
  margin-bottom: 5em;
}

.servicepagecnt3sec .cnt3-cnt ul,
.servicepagecnt2sec .cnt2-cnt ul,
.servicepagecnt4sec .cnt4-cnt ul,
.servicepagecnt1sec .cnt1-cnt ul {
  padding-left: 20px;
}

.faqpagesec {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
}

.faqpagesec .faqacrd .accordion-item {
  border: none;
  border-bottom: 1px solid #d7d7d7;
}

.faqpagesec .faqacrd .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: transparent;
  color: #2b2a29;
  padding-bottom: 0;
}

.faqpagesec .faqacrd .accordion-button {
  padding: 1.5em;
  padding-left: 4em;
}

.faqpagesec .faqacrd .accordion-body {
  padding-left: 4.5em;
}

.faqpagesec .faqacrd .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.faqpagesec .faqacrd .accordion-button:before {
  content: "";
  position: absolute;
  background-image: url("../images/setu-icon1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 10px;
  top: 23px;
  height: 22px;
  width: 28px;
}

.faqpagesec .faqacrd .accordion-body ul {
  padding-left: 20px;
}

.pagenotfoundsec {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}

.pagenotfoundsec .page-title {
  margin-top: 2em;
}

/* PRELOADER CSS */

.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1130;
}

.page-loader img {
  height: 200px !important;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .inner-page-banner.inner-page-ser-banner {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 10px 0px 10px !important;
  }

  .headerrightbar .email {
    margin-right: 8px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .headerrightbar .header-socail-links li {
    margin: 0 5px;
  }

  .homeslidersec .carousel-caption .title {
    font-size: 48px;
  }

  .homeslidersec .bannerimg img {
    height: 490px;
  }

  .homesersec .serblk .serimg img {
    height: 140px;
  }

  .homesersec .serblk .serimg {
    margin-top: -8em;
  }

  .whysetusec .whycnt {
    padding: 2em 5em;
  }

  .ftrcntctblk {
    padding: 0 1em;
  }

  .ftrblk .ftrlinkblk ul li {
    line-height: 1.2;
    margin-bottom: 10px;
    width: 48%;
  }

  .inner-page-banner.inner-page-ser-banner {
    height: 425px;
  }

  .abtvmsec .vmblk .vmimg img {
    height: 140px;
  }

  .abtvmsec .vmblk .vmimg {
    margin-top: -7em;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1199px) {
  .header-logo img {
    height: 70px;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 8px 0px 8px !important;
    font-size: 13px !important;
  }

  .main-navigation ul.mega-sub-menu li a {
    font-size: 12px;
  }

  .headerrightbar .email {
    padding: 10px 10px;
    margin-right: 6px;
    font-size: 12px;
  }

  .headerrightbar .header-socail-links li {
    margin: 0 5px;
  }

  .headerrightbar .header-socail-links li a {
    font-size: 14px;
  }

  .homeslidersec .carousel-caption .title {
    font-size: 32px;
  }

  .homeslidersec .bannerimg img {
    height: 400px;
  }

  .setunumsec .numrow:before {
    top: -155px;
    height: 140px;
    width: 199px;
  }

  .setunumsec .numcnt .sec-title {
    font-size: 20px;
  }

  .setuabtsec .abtrow {
    padding: 4em 1em;
  }

  .setuabtsec .abtcnt {
    padding: 0 1em;
  }

  .sec-title {
    font-size: 28px;
  }

  .homesersec .serblk .serimg img {
    height: 110px;
  }

  .homesersec .serblk .serimg {
    padding: 0 0em;
    margin-top: -6em;
  }

  .homesersec .serblk {
    /* padding: 1.5em 1.5em; */
    margin: 0 0px;
    margin-top: 4em;
    margin-bottom: 40px;
  }

  .whysetusec .whycnt {
    padding: 2em 3em;
  }

  .whysetusec .whycntacrd {
    padding: 4em 2em;
  }

  .setuteamsec .teamcnt {
    padding: 4em 1.5em;
  }

  .setuteamsec .teamimg {
    padding: 4em 1.5em;
  }

  .setuteamsec .teamcnt .desig {
    font-size: 14px;
  }

  .setuteamsec .teamcnt .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .testisec .testirow {
    padding: 3em 3em;
  }

  .testisec .owl-carousel .item {
    margin: 0 10px;
    padding: 10px 10px;
  }

  .testisec .videotest .videotestidiv .item .videoblk iframe {
    height: 150px;
  }

  .testisec .videotest .videotestidiv .item .videoblk {
    height: 150px;
  }

  .blogsec .blogblock .card-middle .title {
    font-size: 16px;
  }

  .ftrcntctblk {
    padding: 0 0em;
  }

  .ftrcntctblk .cntblk ul li .icn {
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-right: 4px;
    font-size: 10px;
  }

  .ftrCvr {
    font-size: 13px;
  }

  .ftrblk .ftrlinkblk ul li {
    line-height: 1.2;
    width: 48%;
    display: inline-block;
    margin-right: 3px;
  }

  .ftrlogoblk {
    text-align: center;
    padding: 0 3em;
  }

  .ftrlogoblk .ftrlogo {
    height: 70px !important;
  }

  .inner-page-banner.inner-page-ser-banner {
    height: 320px;
  }

  .abtpageabtsec .abtcnt {
    padding: 0em 1em;
  }

  .abtvmsec .vmblk .vmimg img {
    height: 130px;
  }

  .abtvmsec .vmblk {
    padding: 2em 2em;
  }

  .abtstorysec .abtstrycnt {
    padding: 0 6em;
  }

  .abtawardsec .awardcnt {
    padding: 0 2em;
  }

  .blogdetails .blgtitle {
    font-size: 28px;
  }

  .blogsidebar .widget_block .wp-block-latest-posts__post-title {
    font-size: 14px;
  }

  .blogsidebar .widget_block .wp-block-latest-posts__featured-image {
    margin-right: 10px;
  }

  .servicepagecnt1sec .cnt1-cnt {
    padding: 0em 2em;
  }

  .inner-page-banner .inner-banner-cnt .title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo img {
    height: 75px;
  }

  #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: 8px 8px 8px 8px !important;
    width: 100%;
  }

  .homeslidersec .carousel-caption {
    text-align: center;
    max-width: unset;
    right: auto;
    left: 0;
    margin-top: 3em;
  }

  .homeslidersec .carousel-caption .txt {
    width: 70%;
    margin: 0 auto;
  }

  .homeslidersec .carousel-caption .title {
    font-size: 42px;
  }

  .homeslidersec .carousel-caption .title span {
    display: inline-block;
  }

  .homeslidersec .bannerimg img {
    height: 500px;
  }

  .setunumsec .numrow:before {
    top: -92px;
    height: 90px;
    width: 129px;
  }

  .setunumsec .numrow {
    padding-top: 3em;
  }

  .setunumsec .numrow .numcnt {
    text-align: center;
  }

  .setuabtsec .abtcnt {
    padding: 0 2em;
    text-align: center;
  }

  .setuabtsec .abtcnt .sec-title:after {
    right: 0;
    margin: 0 auto;
  }

  .setuabtsec .abtimg {
    margin-bottom: 2em;
  }

  .homelocationsec .loc-cnt {
    padding: 2em 3em;
  }

  .cmnbnrsec .cmnbnrcnt {
    margin: 3em 3em;
  }

  .cmnbnrsec {
    padding-top: 2em;
  }

  .whysetusec .whycntacrd {
    padding: 3em 2em;
  }

  .whyrow .border-left {
    border-left: 0;
  }

  .whysetusec .whycnt {
    padding: 3em 2em;
    padding-bottom: 0;
  }

  .ctasec1 .cta1cnt {
    padding-left: 20px;
  }

  .setuteamsec .teamrow>div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #d6d6d6;
  }

  .setuctasec .ctacnt {
    margin-bottom: 3em;
  }

  .testisec {
    padding-top: 0em;
  }

  .testisec .testirow {
    padding: 2em 3em;
    padding-top: 6em;
  }

  .testisec .owl-carousel .item {
    padding: 20px 15px;
  }

  .testisec .videotest {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .testisec .videotest .owl-theme .owl-controls {
    top: -9em;
  }

  .ftrlogoblk {
    text-align: center;
    padding: 0 3em;
  }

  .ftrlogoblk {
    text-align: center;
    padding: 0 2em;
  }

  .ftrcntctblk {
    padding: 0 0em;
    margin-top: 3em;
  }

  .ftrlogoblk .ftrlogo {
    height: 70px !important;
  }

  .inner-page-banner.inner-page-ser-banner {
    height: 240px;
  }

  .inner-page-banner .inner-banner-cnt .title {
    font-size: 18px;
    padding-left: 40px;
    padding-right: 10px;
  }

  .inner-page-banner .inner-banner-cnt .title span:before {
    height: 15px;
    width: 20px;
    left: -30px;
  }

  .sec-title {
    font-size: 28px;
  }

  .abtpageabtsec .abtcnt {
    padding: 0em 3em;
    margin-top: 3em;
    text-align: center;
  }

  .abtpageabtsec .sec-title:after {
    right: 0;
    margin: 0 auto;
  }

  .abtpageabtsec {
    padding-top: 2em;
    padding-bottom: 0em;
  }

  .abtvmsec .vmblk .vmimg img {
    height: 140px;
  }

  .abtvmsec .vmblk {
    margin-top: 5em;
    margin-bottom: 40px;
  }

  .abtvmsec {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .whysetusec {
    position: relative;
    padding-top: 1em;
    padding-bottom: 3em;
  }

  .abtstorysec .abtstrycnt {
    padding: 0 2em;
  }

  .setuteamsec {
    padding-top: 3em;
    padding-bottom: 1em;
  }

  .abtawardsec {
    padding-top: 1em;
    padding-bottom: 3em;
  }

  .abtawardsec .awardcnt {
    padding: 0 0em;
    margin-top: 3em;
  }

  .abtwhatsec {
    position: relative;
    padding-top: 0em;
    padding-bottom: 2em;
  }

  .abtwhatsec .abtwhat {
    margin-top: 3em;
  }

  .abtgallerysec {
    position: relative;
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .homesersec .serblk .serimg img {
    height: 160px;
  }

  .servicepagecnt1sec .cnt1-cnt {
    padding: 0em 0em;
    margin-top: 3em;
  }

  .servicepagecnt1sec {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .servicepagecnt2sec {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .servicepagecnt2sec .cnt2-cnt {
    padding: 0em 0em;
    margin-bottom: 3em;
  }

  .servicepagecnt3sec .cnt3-cnt {
    padding: 0em 0em;
    margin-bottom: 3em;
  }

  .blogdetails .blgtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  #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: 8px 8px 8px 8px !important;
    width: 100%;
  }

  .header-logo img {
    height: 60px;
  }

  .header-middle.navbar-fixed-top.fix .header-logo img {
    height: 50px;
  }

  .homeslidersec .carousel-caption {
    text-align: center;
    margin: auto;
    max-width: unset;
    right: auto;
    left: 0;
  }

  .homeslidersec .carousel-caption .title {
    text-transform: capitalize;
    font-size: 20px;
  }

  .homeslidersec {
    margin-top: 2em;
  }

  .homeslidersec .carousel-caption .txt {
    width: 100%;
  }

  .homeslidersec .bannerimg {
    padding: 1em 2em;
    text-align: center;
  }

  .homeslidersec .bannerimg img {
    height: 200px;
  }

  .setunumsec .numrow:before {
    top: -65px;
    height: 60px;
    width: 85px;
  }

  .setunumsec .numrow {
    padding-top: 3em;
  }

  .setunumsec .numcnt .sec-title {
    font-size: 20px;
  }

  .setunumsec .numul li {
    width: 33.33%;
    text-align: center;
  }

  .setunumsec .numul li .num {
    font-size: 28px;
    margin-bottom: 6px;
  }

  .setunumsec .numul li .ttl {
    text-transform: capitalize;
    font-size: 11px;
  }

  .setuabtsec {
    padding-top: 0em;
    padding-bottom: 2em;
  }

  .sec-title {
    font-size: 24px;
  }

  .setuabtsec .abtrow {
    padding: 2em 1em;
  }

  .setuabtsec .abtimg .abtyear {
    font-size: 26px;
  }

  .setuabtsec .abtcnt {
    padding: 0 1em;
    text-align: center;
  }

  .setuabtsec .sec-title:after {
    right: 0;
    margin: 0 auto;
  }

  .homelocationsec .loc-cnt {
    padding: 2em 0em;
  }

  .homelocationsec .loc-cnt .titleblk .title {
    font-size: 16px;
  }

  .homelocationsec .loc-cnt .titleblk img {
    height: 20px;
    margin-right: 6px;
  }

  .homelocationsec {
    position: relative;
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .homesersec {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .homesersec .serblk .serimg img {
    height: 150px;
  }

  .homesersec .serblk .serimg {
    margin-top: -8em;
  }

  .cmnbnrsec .cmnbnrcnt {
    padding-top: 3em;
    margin-bottom: 3em;
  }

  .whysetusec {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .whysetusec .whycnt {
    padding: 2em 0em;
  }

  .whysetusec .whycntacrd {
    padding: 0em 0em;
  }

  .whysetusec .whyrow {
    border-bottom: 0;
  }

  .whyrow .border-left {
    border-left: 0;
  }

  .whysetusec .whycntacrd .accordion-button {
    padding: 1.5em;
    padding-left: 3em;
    font-size: 15px;
    line-height: 1.3;
  }

  .whysetusec .whycntacrd .accordion-body {
    padding-left: 3.5em;
  }

  .whysetusec .whycntacrd .accordion-button:before {
    top: 22px;
    height: 25px;
    width: 25px;
  }

  .ctasec1 {
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: center;
  }

  .ctasec1 .cta1cnt .sec-title:after {
    right: 0;
    margin: 0 auto;
  }

  .ctasec1 .cta1cnt {
    margin-top: 2em;
  }

  .setuteamsec .teamimg {
    padding: 3em 2em;
  }

  .setuteamsec .teamcnt {
    padding: 1em 0em;
  }

  .setuteamsec .teamimg {
    padding: 1em 0em;
  }

  .setuteamsec {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .setuctasec .ctacnt {
    margin-bottom: 3em;
  }

  .setuctasec .ctafrm {
    padding: 0 0em;
  }

  .setuctasec {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .testisec {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .testisec .testirow {
    padding: 4em 2em;
  }

  .testisec .owl-carousel .item {
    margin: 0 8px;
    padding: 8px 5px;
    border-radius: 5px;
  }

  .testisec .videotest {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .testisec .videotest .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: right;
    position: absolute;
    bottom: -4.5em;
    right: 0px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: auto;
  }

  .blogsec {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .ftrlogoblk {
    /* padding: 0 3em; */
    margin-bottom: 2em;
  }

  .ftrlogoblk .ftrlogo {
    height: 70px !important;
  }

  .ftrblk .ftrlinkblk ul li {
    line-height: 1.3;
    margin-bottom: 10px;
    margin-right: 4px;
    padding-bottom: 10px;
  }

  .ftrblk .ftrlinkblk {
    margin-bottom: 2em;
  }

  .ftrcntctblk {
    padding: 0 0em;
  }

  .inner-page-banner.inner-page-ser-banner {
    height: 120px;
  }

  .inner-page-banner .inner-banner-cnt .title {
    font-size: 14px;
    line-height: 1.3;
    padding-left: 0px;
    margin-bottom: 0;
  }

  .inner-page-banner .inner-banner-cnt .title span:before {
    display: none;
  }

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
    max-height: 250px;
    overflow: scroll;
  }

  .abtpageabtsec .abtcnt {
    padding: 0em 0em;
    text-align: center;
    margin-top: 3em;
  }

  .abtpageabtsec .abtcnt .sec-title:after {
    right: 0;
    margin: 0 auto;
  }

  .abtpageabtsec {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .setunumsec.abtpgnuber {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .abtvmsec .vmblk .vmimg img {
    height: 130px;
  }

  .abtvmsec {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .abtstorysec .abtstrycnt {
    padding: 0 2em;
  }

  .abtstorysec .timeline ol li div {
    left: calc(60% + 7px);
  }

  .abtstorysec .timeline ol li:not(:last-child)::after {
    left: calc(60% + 1px);
  }

  .abtstorysec .timeline ol li {
    width: 150px;
  }

  .abtstorysec {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .abtawardsec {
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .abtawardsec .awardcnt {
    padding: 0 0em;
    margin-top: 3em;
  }

  .abtwhatsec .abtwhat {
    margin-top: 3em;
  }

  .abtwhatsec {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .abtgallerysec {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .homesersec.inrpgsersec {
    position: relative;
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .servicepagecnt1sec .cnt1-cnt {
    padding: 0em 0em;
    margin-top: 3em;
  }

  .servicepagecnt1sec {
    padding-top: 3em;
    padding-bottom: 1em;
  }

  .servicepagecnt2sec {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .servicepagecnt3sec .cnt3-cnt {
    padding: 0em 0em;
    margin-bottom: 3em;
  }

  .servicepagecnt2sec .cnt2-cnt {
    padding: 0em 0em;
    margin-bottom: 3em;
  }

  .servicepagecnt2sec hr {
    margin-bottom: 3em;
  }

  .servicepagecnt3sec {
    position: relative;
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .servicepagecnt3sec hr {
    margin-bottom: 3em;
  }

  .blogdetails .blgtitle {
    font-size: 18px;
  }

  .blogdetails {
    padding: 0 0px;
  }

  .blogsidebar .widget_block .wp-block-latest-posts__post-title {
    color: #000;
    font-size: 16px;
  }

  .blogsidebar {
    padding: 0 0px;
  }

  .careerpagesec .careerfrm {
    padding: 2em 1em;
    padding-top: 4em;
    margin: 0 0em;
    margin-top: 2em;
  }

  .faqpagesec {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .faqpagesec .faqacrd .accordion-button {
    padding-left: 3em;
  }

  .faqpagesec .faqacrd .accordion-button {
    padding-left: 3em;
    font-size: 14px;
    line-height: 1.3;
  }

  .faqpagesec .faqacrd .accordion-button:before {
    top: 22px;
    height: 16px;
    width: 20px;
  }

  .faqpagesec .faqacrd .accordion-body {
    padding-left: 3em;
  }

  .setuctasec.contactpgsec {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .servicepagecnt4sec .cnt4-cnt {
    padding: 0em 0em;
  }

  .servicepagecnt4sec hr {
    margin-bottom: 3em;
  }

  .servicepagecnt4sec {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .homewhysec .whyicndiv {
    padding: 2em 0em 0;
  }

  .homewhysec .whyicndiv .whyicnblk {
    padding: 10px 10px;
  }

  .homemindcaresec .mindcareblk {
    padding: 2em 0em 0;
  }
}

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

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

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

.zoom {
  -webkit-animation: zoomin 13s ease-in infinite;
  animation: zoomin 13s ease-in infinite;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom in Keyframes */

/* Zoom out Keyframes */

@-webkit-keyframes zoomout {
  0% {
    transform: scale(1.2);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/*End of Zoom out Keyframes */

a.ftr-whatsapp {
  background-color: #00ab40;
  border-radius: 50%;
  bottom: 25px;
  font-size: 26px;
  line-height: 52px;
  color: #fff;
  height: 50px;
  position: fixed;
  right: 15px;
  text-decoration: none !important;
  width: 50px;
  z-index: 99;
  text-align: center;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px;
}

a.ftr-whatsapp:hover {
  color: #009688;
  background: #000;
}

a.ftr-whatsapp svg,
a.ftr-callicn svg {
  animation-name: tada;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

a.ftr-callicn {
  background-color: #2b2a29;
  border-radius: 50%;
  bottom: 90px;
  font-size: 22px;
  line-height: 52px;
  color: #fff;
  height: 50px;
  position: fixed;
  right: 15px;
  text-decoration: none !important;
  width: 50px;
  z-index: 99;
  text-align: center;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px;
}

a.ftr-callicn:hover {
  color: #009688;
  background: #000;
}

.innerpagesec .videoblk iframe {
  height: 320px;
  margin-bottom: 10px;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.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);
  }
}