/*body*/
body {
  background-color: white !important;
  color: #3c3c3c !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}





.contentarea {
    background-image: url(../img/images/malabar-construction.webp);
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-position: center;
  }
  
  .contentarea:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: rgb(0 0 0 / 60%); */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }


/**************************************************************************************************/
/********************************************  header   *******************************************/
/**************************************************************************************************/
.logo {
  height: 68px;
}
.rel-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.ot-col {
  display: flex;
  align-items: center;
}
.phone-col {
  color: #333 !important;
}
.phone-col i {
  color: #ea8e1f;
}
.phone-box {
  margin-left: 30px;
  position: relative;
}
.logo-div {
  display: block;
}
.mail-div i {
  font-size: 13px;
  padding-right: 7px;
  color: #ea8e1f;
}
.mail-div span {
  line-height: 14px;
  display: inline-block;
}
.top-div {
  display: flex;
  align-items: center;
}
.top-link {
  margin-right: 20px;
}
.top-link a {
  margin-right: 7px;
  display: block;
  color: #333;
  font-size: 13px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.top-link a:after {
  content: "\f715";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 8px;
  transform: scaleX(-1) translateY(-50%);
  color: #333;
}

.top-link a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.top-link a:last-child:after {
  display: none;
}
.top-link a:hover {
  color: #ea8e1f !important;
}
.top-header {
  background: #ededed;
}

/*********************************************************************************************/
/****************************************** mobile menu **************************************/
/*********************************************************************************************/
#mob-menu {
  display: none;
}

/*********************************************************************************************/
/**************************************** desktop menu ***************************************/
/*********************************************************************************************/

/*transition*/
.transition,
.top-link a,
.social li a span,
.carousel-indicators li,
.slider-list li .s-icon-div:after,
.morebtn,
a.drop-list-link,
.q-link li a,
.v-service-col,
.v-service-col img {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

.more-light.right:before,
.more-light.right:after,
.more-light.left:before,
.more-light.left:after,
.m-more,
.more-light {
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
}

/**********************************************************************************************/
/*social media*/
/**********************************************************************************************/
.social li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: #ffffff;
  text-align: center;
  line-height: 34px;
  transition: 0.5s;
}

.social li a span {
  font-size: 16px;
  color: white;
}
.social li {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}

/*header social*/
header .social {
  background: white;
}
header .social li a span {
  font-size: 16px;
  color: #ea8e1f;
}
header .social li a {
  width: 34px;
}
header .social li {
  float: left;
}
header .social li {
  margin-left: 0px;
  margin-right: 0px;
}
header .social li a:hover {
  background: #ededed;
}

/*footer social*/
footer .social li a {
  background: #ea8e1f; /*box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 35%);*/
  border-radius: 20px;
}
footer .social {
  text-align: right;
  margin-top: 25px;
}
footer .social li a:hover {
  box-shadow: 1px 1px 20px -5px rgb(0 0 0 / 75%);
  background: white;
}
footer .social li a:hover span {
  color: #ea8e1f !important;
}

/**********************************************************************************************/
/*slider*/
/**********************************************************************************************/
.carousel-inner img {
  width: 100%;
  height: 100%;
}

.slide-div {
  height: 100vh;
  width: 100%;
}

.slide-div {
  animation-iteration-count: infinite;
  webkit-animation: slide 10s infinite ease-in-out;
  animation: slide 10s infinite ease-in-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*carousel indicators*/
.carousel-indicators.round li {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 8px;
  margin-left: 8px;
  background-clip: inherit;
  border-top: 0px;
  border-bottom: 0px;
  background: #ffffff;
}

.carousel-indicators.round li.active {
  background: #ea8e1f;
  height: 28px;
  border-radius: 12px;
}

.carousel-indicators {
  justify-content: left;
  align-items: flex-end;
  margin-left: 10px;
  bottom: 20px;
}

.carousel-indicators.vertical {
  flex-direction: column;
  margin-right: 0px;
  width: 30px;
  right: 0px;
  left: auto;
  margin-right: 10px !important;
}
.carousel-indicators.vertical li {
  margin-top: 8px;
  margin-bottom: 8px;
}

/*caption*/
.slide-details {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.slider-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 500px;
}

.main-h1 {
  text-transform: capitalize;
  font-weight: bold;
  color: white;
  font-size: 49px;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: "Titillium Web", sans-serif;
}

.sub-caption {
  font-size: 17px;
  color: rgb(255 255 255 / 73%);
  margin-bottom: 35px;
}

.main-h1.green {
  color: #48a361;
}

/*swiper slide*/
.swiper-slide {
  background: transparent !important;
  height: auto !important;
}

/**********************************************************************************************/
/****************************************** general ******************************************/
/**********************************************************************************************/

figure {
  margin-bottom: 0px;
}
.loadim,
.lazy {
  display: block;
}
.wel-top-bottom {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.in-body .wel-top-bottom.first {
  padding-top: 0px;
  padding-bottom: 60px;
}
.pd-2-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
  outline: none;
  outline-offset: 0px;
}
button {
  border: none;
}
.no-padding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.pd-2-35 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

a,
a:hover {
  text-decoration: none !important;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin: 0;
}

.box {
  display: table;
}

.sub-box {
  display: table-cell;
}

.sub-box1 {
  padding-right: 15px;
}

.box.vrt-middle .sub-box {
  vertical-align: middle !important;
}
.box.vrt-top .sub-box {
  vertical-align: top !important;
}

.clear-fix {
  float: none;
  clear: both;
}

.gen-para {
  line-height: 26px;
  text-align: justify;
  margin-bottom: 18px;
}
.gen-para.text-left {
  text-align: left;
}
.gen-para.text-center {
  text-align: center !important;
}

.form-control {
  box-shadow: none;
  border-radius: 0px;
}
.btn {
  border-radius: 0px;
}

.com {
  max-height: 70px;
  line-height: 24px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0px;
}

.sub-para {
  font-size: 15px;
  position: relative;
  line-height: 16px;
  color: #555c63;
  margin-bottom: 3px;
  display: table;
  padding-right: 42px;
}

.sub-para:after {
  content: "";
  width: 32px;
  height: 2px;
  background: #ea8e1f;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateX(-50%);
}

.text-center .sub-para {
  margin: 0 auto;
  margin-bottom: 3px;
}

h1 {
  font-size: 32px;
  font-family: "Titillium Web", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  color: #242424;
}

h2 {
  font-size: 30px;
  font-family: "Titillium Web", sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  color: #242424;
}

h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  color: #242424;
}

.green {
  color: #00a8af;
}
.big {
  font-weight: 800;
  font-size: 33px;
}

.morebtn {
  background-color: #ea8e1f;
  color: white;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.morebtn:hover {
  background: #4a4647;
  color: white;
}

.grey-bg {
  background: #f5f5f5;
}

.bg-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/**********************************************************************************************/
/*swiper slider general*/
/**********************************************************************************************/

.swiper {
  padding-bottom: 20px !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  color: white;
  width: 26px !important;
  height: 26px !important;
  border: 1px solid #c0c4c7;
  border-radius: 100%;
  text-align: center;
  display: block !important;
  opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 8px !important;
  color: #787878 !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 0px !important;
  top: 26px !important;
}

.swiper-button-next {
  right: 17px !important;
  left: auto !important;
  line-height: 20px;
}

.swiper-button-prev {
  right: 46px !important;
  left: auto !important;
  line-height: 20px;
}

.swiper-pagination {
  bottom: -5px !important;
}
.swiper-container {
  padding-top: 35px;
}

/**********************************************************************************************/
/*modal*/
/**********************************************************************************************/

.modal .close {
  margin-bottom: -118px;
  margin-top: 10px;
  margin-right: 10px;
  z-index: 8;
}

.modal-title {
  display: none;
}
.modal-body {
  padding: 0px;
}
.modal-header {
  padding: 0px;
  border-bottom: none;
}

/*style for scroll bar*/
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #39adff #dd1c63;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 7px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
  background-color: #464646;
  border-radius: 0px;
  border: 3px solid #464646;
}

/*****************************************************************************************/
/************************************** HOME PAGE ****************************************/
/*****************************************************************************************/

/*slider list*/
.slider-list {
  width: 500px;
  height: 83px;
  margin-top: -83px;
  z-index: 6;
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.slider-list li .s-icon-div {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  /*background: rgb(255 255 255 / 19%);*/
}
.slider-list li {
  width: calc(100% / 2 - 20px);
  float: left;
  color: white;
}
.slider-list li:first-child {
  margin-right: 20px;
}
.slider-list li .s-icon-div:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(255 255 255 / 14%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  border-radius: 8px 8px 0px 0px;
}
.slider-list li p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  font-family: "Titillium Web", sans-serif;
}
.s-icon {
  width: 53px;
  margin-right: 12px;
  filter: invert(1) brightness(15);
}
.slider-list li:hover .s-icon-div:after {
  height: 100%;
}
.slider-list li:first-child .s-icon-div:after {
  height: 100%;
}
.slider-list li:first-child:hover .s-icon-div:after {
  background: rgb(0 0 0 / 19%);
}

/*why choose us*/
.why-us .wel-top-bottom {
  padding-bottom: 140px !important;
}
.why-list li .why-icon-div {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
.why-icon {
  width: 53px;
  margin-right: 12px;
}

.why-list li p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  font-family: "Titillium Web", sans-serif;
  color: #242424;
}

.why-list li {
  width: calc(100% / 4 - 0px);
  padding: 15px;
  float: left;
}
.why-icon-div {
  background: white;
  border-radius: 4px;
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@-webkit-keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg)
      translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px)
      translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px)
      translateY(20px) translateX(20px);
  }
}
@keyframes shapeMover {
  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg)
      translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }
  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px)
      translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px)
      translateY(20px) translateX(20px);
  }
}
.money-bubble {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-name: bubbleMover;
  animation-name: bubbleMover;
  animation-iteration-count: infinite;
}

.money-shape {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  animation-iteration-count: infinite;
}
.pos-rel {
  position: relative;
}
.icon1 {
  position: absolute;
  right: 100px;
  top: 50px;
  opacity: 0.1;
}
.icon2 {
  position: absolute;
  left: 100px;
  bottom: 80px;
}

/*services*/
.ov-hidden {
  overflow: hidden;
}
.service-details {
  padding: 20px 30px 0px 30px;
}
.service-col {
  border-radius: 4px; /*background: #f5f4f4;*/
  height: 100%;
  padding-bottom: 70px;
  position: relative;
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 15%);
  margin: 0px 15px;
}
.service-col figure,
.service-col img {
  border-radius: 4px 4px 0px 0px;
}
.service-col p {
  line-height: 23px;
  margin-bottom: 2px;
}
.service-col h3 {
  /*padding: 20px;*/
  margin-bottom: 20px;
}
.service-col .morebtn {
  position: absolute;
  bottom: 20px;
}
.service-row {
  padding-left: 100px;
  padding-right: 100px;
}
.service-swiper .swiper-slide {
  margin-bottom: 30px;
}

/*counter*/
.count-icon {
  width: 55px;
  margin-right: 15px;
  filter: invert(1) brightness(15);
}
.small-head {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  font-family: "Titillium Web", sans-serif;
}
.small-head.black {
  color: #242424;
}
.small-head.white {
  color: white;
}
.count-text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 21px;
  color: white;
}
.counter-icon-div {
  display: flex;
  align-items: center;
  padding: 20px;
}
.counter-value {
  font-size: 35px;
  line-height: 37px;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 800;
  color: #f5deb3;
}
.c-value {
  line-height: 20px;
}
.plus {
  color: #f5deb3;
  font-size: 28px;
  padding-left: 3px;
}
.countlist {
  flex-wrap: wrap;
}
.countlist li {
  width: 50%;
  float: left;
}
.counter-bg {
  width: 100%;
  position: absolute;
  right: -100%;
  top: 0px;
  height: 100%;
  background: #ea8e1f;
  z-index: 0;
}
.count-col {
  margin-top: -60px;
  z-index: 5;
  background: #ea8e1f;
  border-radius: 12px 0px 0px 12px;
  margin-bottom: 60px;
}

.count-col .gen-para {
  padding-left: 20px;
}

.counter {
  background-size: cover;
  background-position: 20%;
  background-repeat: no-repeat;
  background-image: url(../img/images/counter-bg-grey1.jpg);
  overflow-x: clip;
}
.c-para {
  color: white;
  font-size: 39px;
  line-height: 44px;
  font-weight: 800;
  /* text-transform: uppercase; */
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 28px;
}

.big-text-div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-end;
}
.counter-overlay {
  background: rgb(0 0 0 / 45%);
}

/*button design*/
.more-light {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #343030 !important;
  font-size: 14px;
  /* background: #0774cc; */
  padding: 12px 25px;
  border-radius: 24px;
  border: 1px solid #857575;
}

.more-light.red-white {
  border: 1px solid white;
  color: white !important;
}
.more-light.red-white .more-span {
  background: #ea8e1f;
}
.more-light.right:before {
  right: 36px;
  opacity: 0;
  z-index: 1;
}

.more-light.right:after {
  right: 12px;
  overflow: hidden;
}

.more-light:after,
.more-light:before {
  content: "";
  width: 20px;
  height: 100%;
  display: inline-block;
  position: absolute;
  background-image: url(../img/icons/arrow.svg);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1) brightness(15);
  /* filter: hue-rotate(189deg); */
  top: 0.5px;
}
.more-light.right:hover:before {
  right: 12px;
  opacity: 1;
}

.more-light.right:hover:after {
  right: -15px;
  opacity: 0;
}

.more-span {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 25px;
  background: #ea8e1f;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.more-light.right {
  padding-right: 56px;
}

/*without border*/
.more-light.no-border {
  border: none !important;
  padding: 5px 0px !important;
}
.more-light.right.no-border {
  padding-right: 49px !important;
}

/*chairman*/
.chair-para {
  font-style: italic;
}
.chair-head {
  font-weight: 200 !important;
  text-transform: uppercase;
  font-size: 40px;
}
.chair-head span {
  font-weight: 300;
}
.chair-details {
  text-align: right;
  margin-top: 20px;
}
.ch-name {
  font-size: 19px;
  text-transform: capitalize;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  color: #242424;
  margin-bottom: 2px;
}
.ch-position {
  font-size: 15px;
  color: #555c63;
  margin-bottom: 0px;
}

/*currency rates*/
.currency-rate {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.currency-col {
  margin: 0 10px;
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 15%);
  padding: 20px;
  border-radius: 40px;
  background: white;
  height: 100%;
  width: 100%;
}
.currency-value {
  color: #ea8e1f;
  padding-left: 8px;
  text-align: right;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}
.currency-swiper .swiper-slide {
  margin-bottom: 20px;
}
.indian-value {
  font-size: 25px;
}
.indian-short {
  font-size: 16px;
}
.currency-row {
  margin-right: -10px;
}
.currency-bg {
  background-image: url(../img/images/currency-bg.png);
}

/*footer*/
footer {
  box-shadow: 0px -20px 50px -45px rgb(0 0 0 / 16%);
  border-top: 1px solid rgb(145 141 141 / 12%);
}
.top-footer {
  padding-bottom: 30px;
}
.top-footer-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-head {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #242424;
  margin-bottom: 15px;
  padding-right: 25px;
  position: relative;
  display: table;
}

.foot-head:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #ea8e1f;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateX(-50%);
}

.q-link li {
  margin-bottom: 7px;
}
.q-link li a:hover {
  color: #ea8e1f !important;
  cursor: pointer;
}
.footer-para {
  text-align: right;
  line-height: 24px;
}
.address {
  line-height: 22px;
}
.srv {
  color: #333 !important;
}
.bottom-row {
  border-top: 1px solid rgb(145 141 141 / 20%);
  padding-top: 15px;
}
.footer-connect {
  display: flex;
  align-items: center;
  font-size: 18px;
  flex-flow: wrap;
}
.footer-connect i {
  font-size: 20px;
}
.footer-logo {
  height: 64px;
  float: right;
}
.mid-footer-col {
  display: flex;
  align-items: center;
}
.flex-div {
  display: flex;
  align-items: center;
}
footer .phone-col i {
  padding-right: 5px;
}
.mid-footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.top-footer-row {
  border-top: 1px solid rgb(145 141 141 / 20%);
  padding-top: 30px;
}

/************************************************************************************/
/************************************ innerpage ************************************/
/************************************************************************************/

/*innerpage slider*/
.inner-page-slide {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 360px;
  background-image: url(../img/slides/in-slide.jpg);
}

.in-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgb(0 0 0 / 10%);
}

.in-slider-content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  z-index: 5;
  position: relative;
}

.inner-page-slide:after {
  content: "";
  content: "";
  position: absolute;
  height: 180px;
  width: 550px;
  background: rgb(229 65 36 / 90%);
  bottom: 0px;
  left: 0px;
  z-index: 0;
}

.in-slide-head {
  color: #ffffff;
  font-size: 35px;
}

/*breadcrumb*/
.breadcrumb-div {
  width: 100%;
  bottom: 0px;
  padding: 0px 15px 20px;
}

.text-center .breadcrumb-div {
  margin-bottom: 10px !important;
}

.breadcrumb {
  background: transparent;
  display: table;
  /* border-radius: 20px; */
  padding-bottom: 0px;
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  /* left: -10px; */
  z-index: 4;
  border-radius: 0px;
}

.breadcrumb > li {
  display: inline-block;
  float: left;
}
.breadcrumb > li.b-home {
  margin-top: 0px;
}

/*.breadcrumb li.b-home a i{color: white !important}*/
.breadcrumb li a {
  color: #ffffff !important;
  font-size: 16px;
  padding: 7px 3px;
  display: inline-block;
}

.breadcrumb > li + li:before {
  color: black;
}
.breadcrumb li.active a {
  color: #ffc786 !important;
}
.breadcrumb li.active a span {
  background: rgb(0 0 0 / 11%);
  padding: 4px 6px;
  border-radius: 20px;
}
.breadcrumb > li + li:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #ffffff;
  font-size: 9px;
  position: relative;
  bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
/*.breadcrumb li.active:before{color: black !important;}*/

/*gen list*/
.gen-list {
  margin-bottom: 18px;
}
.gen-list li {
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 26px;
  position: relative;
}
.gen-list.small-list li {
  line-height: 24px;
}
.gen-list li:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  /* background-color: #dd1c63; */
  background-image: url(../img/icons/check-mark.svg);
  position: absolute;
  left: 0px;
  top: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gen-list .block_tags li:before {
  display: none;
}
.nav-link {
  color: #0a0a0a;
  padding: 0.84rem 1rem;
}
.nav-link:hover {
  color: #333;
}

/*pagination*/
.pagination {
  display: inline-block;
  margin-bottom: 15px;
}

.pagination a {
  color: #dd1c63;
  float: left;
  padding: 5px 12px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #d6d6d68f;
  margin: 0 4px;
  box-shadow: 2px 3px 10px -2px rgb(0 0 0 / 15%);
}

.pagination a.active {
  background-color: #dd1c63;
  color: white;
  border: 1px solid #dd1c63;
  box-shadow: none;
}

.pagination a:hover:not(.active) {
  background-color: #f3f3f3;
}

/*form*/
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
textarea,
select {
  margin-bottom: 13px;
  border: none;
  min-height: 44px;
  height: 38px;
  line-height: 19px;
  border-radius: 0px;
  padding: 8px 15px;
  transition: all 0.3s ease;
  outline: none;
  width: 100%;
  color: #333;
}
textarea {
  height: 100px;
}

/*input[type=text]:focus, textarea:focus{border-bottom:1px solid #5EB007 !important;}*/

input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
}

input[type="text"]::-moz-placeholder {
  font-size: 13px;
}

input[type="text"]:-ms-input-placeholder {
  font-size: 13px;
}

input[type="text"]:-moz-placeholder {
  font-size: 13px;
}

textarea::-webkit-input-placeholder {
  font-size: 13px;
}

textarea::-moz-placeholder {
  font-size: 13px;
}

textarea:-ms-input-placeholder {
  font-size: 13px;
}

textarea:-moz-placeholder {
  font-size: 13px;
}

/*if form message*/
.message input[type="text"],
.message input[type="number"],
.message input[type="tel"],
.message input[type="email"],
.message input[type="password"],
.message input[type="date"],
.message textarea,
.message select {
  margin-bottom: 0px;
  border: 1px solid #e5e5e5 !important;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  /* background-color: #f4f6f6; */
  transition: all 0.3s ease;
  outline: none;
  width: 100%;
  color: #707070;
  /* box-shadow: 2px 3px 10px -2px rgb(0 0 0 / 10%);*/
}

.message select {
  font-size: 13px;
}

.message input[type="text"]:focus,
.message input[type="number"]:focus,
.message textarea:focus,
.message input[type="date"]:focus,
.message select:focus {
  border: 1px solid #999393 !important;
}

/*file upload button*/
.fileWrapper {
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100% !important;
  margin-bottom: 15px;
}

input[type="text"].fileInputText {
  float: left;
  border: 1px solid #ddd;
  margin: 0;
  padding: 0 5px;
  height: 42px !important;
  width: calc(100% - 115px) !important;
}

input[type="button"].fileInputButton {
  float: right;
  color: white;
  border: solid 1px #dd1c63;
  background: #dd1c63;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  margin: 0;
  padding: 0;
  height: 39px !important;
  font-size: 13px;
  border-radius: 4px;
}

.submit {
  padding: 12px 22px;
  background: #ea8e1f;
  color: white !important;
  margin-top: 0px;
  display: inline-block;
}

/*table responsive*/
/*table*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #d0f4c9;
}
.color-table th {
  font-weight: normal;
  font-size: 17px;
  color: #1e7d47;
}
tr.first-row > td,
tr.first-row > th {
  border-top: none !important;
}

.table-responsive {
  /* border: none; */
  color: black;
  border-radius: 6px;
  /*border: 1px solid #d0f4c9;*/
  margin-bottom: 30px;
  padding: 0px;
}
.table-responsive.shadow-table {
  box-shadow: 0px 1px 15px 0px rgb(50 151 107 / 11%);
}

.table-responsive.border-table {
  border: 1px solid rgb(182 243 218);
}

.table-responsive.last {
  margin-bottom: 0px !important;
}

.table-responsive .table {
  margin-bottom: 0px;
}
.table > tbody > tr > th {
  padding: 8px 16px !important;
}
.first-row {
  background-color: #5eb007 !important;
}

.first-row th {
  color: white !important;
}

.table > tbody > tr > th {
  /*color: #057b4c !important;*/
  font-weight: 700;
  font-size: 15px;
}

.table > tbody > tr > td {
  line-height: 21px !important;
  font-size: 13px;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td,
.table > tbody > tr > th {
  border-top: 1px solid rgb(182 243 218);
  border-right: 1px solid rgb(182 243 218);
  padding: 8px 16px;
  color: #383636;
}

.table > tbody > tr:first-child > td,
.table > tbody > tr:first-child > th {
  border-top: none !important;
}

.table > tbody > tr > td:last-child,
.table > tbody > tr > th:last-child {
  border-right: none !important;
}

.table > tbody > tr:nth-child(even) {
  /* background-color: #effeed;*/
  /*box-shadow: 2px 5px 15px -4px rgb(0 0 0 / 72%);*/
}

.dual-color .table > tbody > tr:nth-child(odd) {
  background-color: #f2fdf8;
}

.dual-color .table > tbody > tr:nth-child(even) {
  background-color: rgb(254 255 239);
}

.table thead th,
.table th {
  border-right: 1px solid rgb(182 243 218);
  font-weight: normal;
  font-size: 14px;
  border-bottom: none;
  color: #252525;
  font-weight: normal;
  border-top: none !important;
}
.table thead th:last-child {
  border-right: none !important;
}
.table thead th {
  padding: 16px 16px;
}
thead tr {
  background-color: #eafbf4;
}

.table-hover tbody tr:hover {
  box-shadow: 14px 14px 30px 6px #ea0404;
  color: #ea0404;
  background-color: rgb(0 0 0 / 0%);
}

.table-hover tbody tr {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

/*accordion*/
/*rewriting default style*/
#accordion2 {
  width: 100%;
}
#accordion2 .card-body {
  padding: 0 40px 30px !important;
}
.card-link,
.card-header {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.card-header {
  background-color: white;
  border-bottom: none;
  border-radius: 4px !important;
  padding: 25px 40px;
}

.card {
  border-radius: 4px;
  margin-bottom: 20px;
  /*border: 1px solid rgb(177 167 167 / 21%) !important*/
  border: none !important;
}

.card-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  font-family: "Titillium Web", sans-serif;
}

.collapsed .card-link,
.collapsed .card-link:hover {
  color: #333 !important;
}

.card-link {
  color: #ea8e1f;
}
a.card-link:hover {
  color: #ea8e1f !important;
}

.card-body h3 {
  margin-bottom: 12px;
  font-size: 15px;
}

.card-main {
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 10%);
}
.card-main.collapsed {
  box-shadow: none !important;
}
.card-main.collapsed .card-header {
  background: #efefef;
}
.acc-more {
  position: absolute;
  right: 25px;
  top: 28px;
}
.c-text {
  display: inline-block;
  padding-right: 30px;
}

/*date acco*/
.date-acco .card-header {
  padding: 0px 0px;
  display: block;
}
.date-acco .card-header .card-link {
  padding: 0.8rem 30px;
  display: block;
  width: 100%;
  position: relative;
  padding-right: 130px;
}
.acc-date-cont {
  width: 150px;
  position: absolute;
  right: 10px;
  top: 0px;
}
.date-acco .card-header .card-link,
.acc-date-cont {
  float: left;
}
.acc-date-cont {
  padding: 0.8rem 1.25rem;
  text-align: right;
}
.acc-date {
  padding: 7px 10px;
  background-color: white;
  box-shadow: 0px 0px 1px 0px #0f0f0f;
  border-radius: 4px;
  color: #333333;
  font-size: 13px;
}
.date-acco .hovereffect {
  height: 150px;
  border-radius: 40px 6px 40px 6px;
  box-shadow: 7px 8px 20px -2px rgba(0, 0, 0, 0.2);
}
.date-acco .hovereffect .wel-img {
  border-radius: 0px;
  box-shadow: none;
}

/*************************************************** Innerpage *****************************************************/
/*company profile*/
.b-200 {
  font-weight: 200;
}
.red {
  color: #ea8e1f;
}
.sub-para.text-uppercase:after {
  display: none;
}
.mis-vis i {
  width: 53px;
}
.mis-vis figure {
  background: red;
}

/*contact*/
.in-contact .mail-div,
.in-contact .phone-box {
  font-size: 18px;
}
.in-contact .mail-div {
  margin-bottom: 15px;
  margin-top: 35px;
}
.in-contact .mail-div i,
.in-contact .phone-box i {
  font-size: 20px;
  border: 1px solid #ea8e1f;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  padding: 0px;
  border-radius: 4px;
  margin-right: 10px;
}

.in-contact .social li a {
  border: 1px solid #ea8e1f;
  line-height: 32px;
  border-radius: 100%;
}
.in-contact .social li a span {
  color: #ea8e1f;
}
.in-contact .social {
  margin-top: 30px;
}
.iframe {
  width: 100%;
  height: 350px;
  border: none;
}

/*services*/
.v-icon {
  width: 73px;
  height: 73px; /*padding: 13px;background: #ea8e1f;*/
  text-align: center;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  margin-bottom: 12px;
}
/*.v-icon img{filter: invert(1) brightness(15) !important;}*/
.v-text {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 17px;
}
.v-service-col {
  background: white;
  height: 100%;
  padding: 50px 20px;
}

.v-para {
  line-height: 23px;
  text-align: left;
  margin-bottom: 0px;
}
.v-service-col:hover {
  background: #ea8e1f;
  color: white;
}
.v-service-col:hover img {
  filter: invert(1) brightness(15);
}
.value-div {
  transform: translate(-100px, 40px);
  padding: 50px 50px 35px;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 23%);
  background: white;
  width: calc(100% + 100px);
  border-radius: 4px;
  margin-bottom: 40px;
}

.value-img {
  border-radius: 4px;
}

/*branch locator*/
.branch-div {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 2px 2px 40px -22px black;
}

.branch-col {
  margin-bottom: 30px;
}

.branch-div .address {
  margin-bottom: 0px;
}

/************************************************************************************/
/************************************ Responsive ************************************/
/************************************************************************************/

/*media quries*/
/*collapsing navbar earlier*/
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;

    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 13px 20px 13px 20px !important;
  }
  .dropdown-menu > li > a {
    display: block;
    clear: both;
    white-space: nowrap;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  #myNavbar {
    width: 100%;
  }

  .navbar-nav > li > .dropdown-menu {
    width: 100% !important;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
}

@media (min-width: 1300px) {
  .pd-2-35 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  /*.mob-menu{display: none !important;}*/
  .desk-menu {
    /*
    display: table;
    margin: 0 auto;*/
  }
}

/*
@media (max-width: 1199px){
.desk-menu{display: none;}
}
*/

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (max-width: 991px) {
  .slider-list {
    margin-top: 20px !important;
    margin: 0 auto;
  }
  .slider-list li {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .slider-list li .s-icon-div {
    background: rgb(225 67 31);
  }
  .main-h1 {
    font-size: 39px;
    line-height: 36px;
  }
  .sub-caption {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0px;
  }
  .why-list li {
    width: calc(100% / 2 - 0px);
  }
  .counter-icon-div {
    padding: 6px;
  }
  .counter-value {
    font-size: 22px;
    line-height: 37px;
  }
  .count-text {
    font-size: 14px;
    line-height: 19px;
  }
  .c-para {
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page-slide:after {
    width: 450px;
  }
  .in-contact .mail-div,
  .in-contact .phone-box {
    font-size: 16px;
  }
  .service-row {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .v-col {
    margin-bottom: 20px;
  }
  .v-col.last {
    margin-bottom: 0px;
  }
  .value-div {
    transform: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .inner-page-slide:after {
    width: 400px;
  }
}

@media (max-width: 575px) {
  .pd-2-35 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .wel-top-bottom {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .inner-page-slide:after {
    width: 95%;
    height: 150px;
  }
  .inner-page-slide {
    height: 250px;
  }
  body {
    font-size: 13px;
  }
  .gen-para,
  .gen-list li {
    line-height: 25px;
  }
  .gen-list li:before {
    top: 3px;
  }
  .breadcrumb li a {
    font-size: 14px;
  }
  .in-slide-head {
    font-size: 30px;
    line-height: 32px;
  }
  .chair-head {
    font-size: 27px;
  }
  h2 {
    font-size: 27px;
  }
  .in-contact .mail-div,
  .in-contact .phone-box {
    font-size: 16px;
  }
  .card-header {
    padding: 20px 20px;
  }
  #accordion2 .card-body {
    padding: 0 20px 20px !important;
  }
  .acc-more {
    top: 23px;
  }
  .breadcrumb li a {
    padding: 3px 0px;
    font-size: 13px;
  }
  .value-div {
    padding: 40px 20px 22px;
  }
}

@media (max-width: 425px) {
  .in-contact .mail-div,
  .in-contact .phone-box {
    font-size: 14px;
  }
  .in-contact .mail-div i,
  .in-contact .phone-box i {
    width: 33px;
    height: 33px;
    line-height: 32px;
    font-size: 17px;
  }
}

/*mobile menu css*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 64px;
}

.sidenav ul.nav {
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sidenav ul.nav li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sidenav ul.nav a {
  padding: 0.75rem 1rem 0.75rem 1.25rem;
  text-decoration: none;
  color: #fff;
  display: block;
  border-bottom: 1px solid #444;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.sidenav ul.nav a:hover {
  color: #f1f1f1;
  background-color: rgba(255, 255, 255, 0.2);
}
.sidenav ul.nav a img {
  width: 20px;
  margin-right: 0.75rem;
  margin-top: -5px;
}

.sidenav .dropdown-menu {
  position: unset !important;
  transform: none !important;
  float: none;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  margin-top: 0;
}
.sidenav .dropdown.show .dropdown-toggle {
  background-color: #2a5d81;
}
.sidenav .dropdown-toggle::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  border: none;
  font-weight: 600;
  font-size: 10px;
  position: relative;
  top: 2px;
  opacity: 0.7;
  float: right;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.sidenav .dropdown.show .dropdown-toggle:after {
  transform: rotate(-180deg);
}
.sidenav .dropdown-menu a {
  padding-left: 40px !important;
}
.sidenav .dropdown-menu a:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  margin-top: 3px;
  left: 16px;
  opacity: 0.7;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 3rem;
  height: 3rem;
  text-align: center;
  padding: 0;
  line-height: 1.25;
  color: #fff;
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.125);
  border-radius: 0 0 0 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sidenav .closebtn:before,
.sidenav .closebtn:after {
  content: "";
  height: 20px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sidenav .closebtn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.sidenav .closebtn:before {
  transform: rotate(45deg);
}
.sidenav .closebtn:after {
  transform: rotate(-45deg);
}

.sideoverlay {
  display: none;
  height: 100vh;
  /*background-color: rgba(0, 0, 0, .6);*/
  position: fixed;
  top: 0;
  left: 0;
  right: 250px;
  z-index: 9999;
  cursor: zoom-out;
}

.mainoverlay {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.menubar {
  width: 20px;
}

.navbar {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .navbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .desk-menu {
    display: none;
  }
  .phone-box {
    margin-right: 30px;
  }
  .footer-para {
    text-align: center;
    line-height: 24px;
    padding-top: 30px;
  }
  footer .social {
    text-align: center;
    margin-top: 25px;
  }
  .top-div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  .mail-div {
    width: 100%;
    margin-left: 0;
  }
  .phone-box {
    width: 100%;
    margin-left: 0;
  }
  .top-link {
    display: none;
  }
  .sidenav .nav .phone-box .phone-col {
    color: white !important;
    /* margin-left: 30px; */
    border-bottom: 0 !important;
    background-color: transparent !important;
    float: left;
    padding: 26px 0px;
    /* margin: 0px -20px; */
    margin-left: -82px;
  }
}
@media (max-width: 767px) {
  .countlist li {
    padding-bottom: 15px;
  }
  .count-col {
    margin-top: 0px;
  }
  figure {
    margin-bottom: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .chair-details {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .pr-5 {
    padding-right: 1rem !important;
  }
  .phone-box {
    margin-left: 0;

    position: relative;
  }
}
@media (min-width: 768px) {
  .mob-slide {
    display: none;
  }
}
@media (max-width: 767px) {
  .desk-slide {
    display: none;
  }
  .sub-para {
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  .sub-caption {
    width: 100%;
    max-width: 300px;
  }
  .main-h1 {
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    max-width: 300px;
  }
  .slider-list li {
    flex: 1 0 50%;
    padding-bottom: 30px;
  }
  .slider-list {
    width: unset;
    height: unset;
  }
  .service-row {
    padding-left: 30px;
    padding-right: 30px;
  }
  .count-col {
    border-radius: 0;
    margin-bottom: 0;
  }

  .flex-div {
    display: flex;
    align-items: center;
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .phone-box {
    display: flex;
    justify-content: center;
  }
  .footer-logo {
    height: 64px;
    display: flex;
    margin: auto;
    margin-top: 30px;
    float: none;
  }
  .foot-head {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #242424;
    margin-bottom: 15px;
    padding-right: 25px;
    position: relative;
    display: table;
    text-align: center;
    margin: auto;
    margin-top: 20px;
  }
  .address {
    line-height: 22px;
    text-align: center;
  }
  .q-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  .rights {
    text-align: center;
  }
  .powered-by {
    text-align: center !important;
  }
  .footer-connect .phone-box {
    padding-top: 20px;
  }
  .contact-h2 {
    text-align: center;
  }
  .in-contact .social {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 424px) {
  .nav .social li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: transparent !important;
    text-align: center;
    line-height: 34px;
    transition: 0.5s;
    border-bottom: 0 !important;
  }
}
@media (max-width: 425px) {
  .nav .social li a {
    display: inline-block;
    height: 32px;
    width: 32px;
    background: transparent !important;
    text-align: center;
    line-height: 34px;
    transition: 0.5s;
    border-bottom: 0 !important;
  }
  .main-h1 {
    font-size: 30px;
    line-height: 33px;
    width: 100%;
    max-width: 300px;
  }
  .sub-caption {
    width: 100%;
    max-width: 200px;
    font-size: 15px;
    line-height: 20px;
    margin-top: -14px;
  }
  .slider-list li {
    flex: 1 0 50%;
    padding-bottom: 30px;
  }
  .slider-list {
    width: unset;
    height: unset;
  }
  .top-header {
    display: none;
  }
  .ph {
    display: none;
  }
  .why-list li {
    width: calc(100% / 1);
  }
  .countlist li {
    width: 100%;
  }
}
.dropdown-item {
  font-size: 0.9rem !important;
}


/*mission*/
.mision-bx{
    display:flex;
    flex-direction:column;
    padding: 15px 20px;
    background: white;
    border-radius: 4px;
    gap:15px;
        height: 100%;
}
.mission-hed{
   display: flex; 
   flex-direction:row;
   align-items: center;
}
.mission-hed img {
    width: 53px;
    margin-right: 12px;
}
.mission-hed p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    font-family: "Titillium Web", sans-serif;
    color: #242424;
}

