@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

:root {
  --primary-color: -webkit-linear-gradient(
    -45deg,
    rgb(75, 169, 223) 0%,
    rgb(42, 46, 145) 100%
  );
}

body {
  word-break: break-word;
  font: 15px/25px "Montserrat", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TrajanPro-Regular";
  src: url(../fonts/TrajanPro-Regular.ttf);
}

@font-face {
  font-family: "TrajanPro-Bold";
  src: url(../fonts/TrajanPro-Bold.otf);
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.theme_btn {
  border-radius: 40px;
  color: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  border: 1px solid #fff;
  text-transform: uppercase;
  height: 55px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0px 15px;
  gap: 20px;
  background: #5dbc54;
  font-size: 15px;
  font-weight: 400;
  font-family: "TrajanPro-Regular";
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 14px;
  background-color: transparent;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.theme_btn:hover {
  border: 1px solid #52a34a;
  background: transparent;
  color: #52a34a;
  background: #fff;
}

.theme_btn:hover::before {
  width: 100%;
}

.theme_btn i {
  background: #fff;
  width: 16px;
  height: 16px;
  font-size: 16px;
  clip-path: polygon(40% 50%, 25% 10%, 100% 50%, 25% 90%);
}

.theme_btn:hover i {
  background: #fff;
}

.theme_btn span {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #52a34a;
}

.theme_btn:hover span {
  background: #5dbc54;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "TrajanPro-Bold";
  font-size: 50px;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 17px;
  font-weight: 400;
}

h2 {
  font-family: "TrajanPro-Regular";
  font-size: 50px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  margin: 0 0 20px;
}

h3 {
  font-family: "TrajanPro-Regular";
  font-size: 25px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  margin: 0 0 20px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

/* Tab slider fix  */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tabs  */

.menu_sec #menu li a {
  font-size: 13px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "TrajanPro-Bold";
}

.menu_sec #menu {
  justify-content: right;
  margin: 0;
  gap: 50px;
}

.menu_sec #menu > li > ul {
  background: #000;
  width: 240px;
  position: absolute;
  top: -90px;
  padding: 20px 20px;
  transition: 0.3s all;
  opacity: 0;
  z-index: -1;
}

.menu_sec #menu > li:nth-child(3) {
  position: relative;
}

.menu_sec #menu > li > ul > li > a {
  color: #fff;
}
.menu_sec #menu > li:nth-child(3):hover:after {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.menu_sec #menu > li:nth-child(3):hover ul {
  opacity: 1;
  transition: 0.5s ease-in-out;
  top: 40px;
  z-index: 2;
  padding: 10px;
}

.menu_sec #menu > li:nth-child(3):hover ul li {
  margin-bottom: 11px;
  padding: 10px;
  background: #5dbc54;
}

/* Header */

.logo img {
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 0;
  z-index: 99;
  position: relative;
}

.header-btn a {
  font-size: 15px;
  font-weight: 400;
  font-family: "TrajanPro-Regular";
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: right;
}

/* end  */

/* Banner */

img.img-fluid {
  width: 100%;
  object-position: bottom;
}
.container-fluid {
  padding: 0 5%;
}
.menu_sec {
  padding: 10px 0;
}
.banner_text p {
  width: 60%;
  color: #fff;
  margin-bottom: 30px;
  font-size: 15px;
}
h1 span.d-block {
  position: relative;
}

h1 span.d-block:before {
  position: absolute;
  content: "";
  width: 260px;
  height: 4px;
  background-size: contain;
  right: 120px;
  top: 30px;
  background-image: url(../images/line.png);
}
.btn1 {
  font-size: 14px;
  background: #52a34d;
  color: #fff;
  padding: 0 30px;
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 50px;
  border-radius: 30px;
  font-family: "TrajanPro-Regular";
}
.btn1:hover {
  background: #fff;
  box-shadow: 0 0 8px #ccc;
  color: #52a34a;
}
.abt-text .d-flex {
  gap: 10px;
  margin: 30px 0;
}
section.about-us {
  padding: 200px 0 80px;
  background: #f9f6f5;
  margin-top: -150px;
  position: relative;
  z-index: 0;
}
section.about-us .row {
  align-items: center;
}
section.about-us:before {
  position: absolute;
  content: "";
  background: transparent;
  border: 40px solid #fff;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  z-index: -1;
  left: -81px;
  top: 38%;
  z-index: -1;
}
section.main_slider {
  position: relative;
  z-index: 9;
}
/* end  */

/* Blog TAb Section Start */

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-features-area {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 270px) and (max-width: 575px) {
  .tp-features-area {
    padding-bottom: 0;
  }
}

.tp-features-wrapper {
  margin-top: -110px;
}

.tp-features-wrapper p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-features-wrapper {
    margin-top: -125px;
    margin-bottom: 160px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 270px) and (max-width: 575px) {
  .tp-features-wrapper {
    margin-bottom: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 270px) and (max-width: 575px) {
  .tp-features-wrapper p br {
    display: none;
  }
}

.tp-features-icon span {
  position: relative;
  margin-top: 15px;
  height: 78px;
  width: 78px;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 18px rgba(44, 52, 128, 0.12);
  border-radius: 88px;
  display: inline-block;
  line-height: 78px;
  text-align: center;
  font-size: 30px;
  -webkit-text-fill-color: transparent;
  background-image: var(--tp-gradient-primary);
  -webkit-background-clip: text;
}

.tp-features-icon span img {
  transform: translateY(-2px);
}

.tp-features-icon span::before {
  content: "";
  position: absolute;
  height: 102px;
  width: 102px;
  background: var(--tp-common-white);
  box-shadow: 0px 8px 18px rgba(44, 52, 128, 0.12);
  border-radius: 88px;
  left: -12px;
  top: -12px;
  z-index: -1;
}

.tp-features-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

.fml {
  margin-left: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fml {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fml {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .fml {
    margin-left: 0px;
  }
}

.fml-2 {
  margin-left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fml-2 {
    margin-left: 105px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fml-2 {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .fml-2 {
    margin-left: 0px;
  }
}

.tp-feature-area {
  background: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

.tp-feature-wrapper .tp-section__title-pre-3 {
  background: #272727;
  color: var(--tp-common-white);
  box-shadow: none;
  border: none;
}

.tp-feature-wrapper .tp-section__title {
  color: var(--tp-common-white);
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 270px) and (max-width: 575px) {
  .tp-feature-wrapper .tp-section__title br {
    display: none;
  }
}

.row-custom {
  display: flex;
  margin: 0 -15px;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .row-custom {
    padding: 0;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
  .row-custom {
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.col-custom {
  position: relative;
  flex: 1;
  width: 100%;
  height: 520px;
  margin: 10px 20px;
  padding: 20px 0;
  transition: 0.5s;
  cursor: pointer;
  overflow: hidden;
  background-image: url(../images/offer1.png);
  border-radius: 20px;
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .col-custom {
    padding: 40px 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-custom {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom {
    width: 15%;
    padding: 0;
    flex: 0 0 15%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-custom {
    width: 25%;
    padding: 40px 25px;
    flex: 0 0 25%;
  }
}

@media only screen and (min-width: 398px) and (max-width: 575px) {
  .col-custom {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 397px) {
  .col-custom {
    width: 100%;
    padding: 0;
  }
}

.col-custom.active {
  flex: 6;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .col-custom.active {
    flex: 5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-custom.active {
    flex: 0 0 55%;
    width: 55%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-custom.active {
    flex: 0 0 63%;
    width: 55%;
  }
}

.col-custom.active .tp-panel-item {
  display: none;
}

.col-custom.active .tp-panel-item-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.col-custom.active::before {
  visibility: visible;
  opacity: 1;
}

.tp-panel-title {
  width: 240px;
  transform: rotate(90deg) translate(145px, 80px);
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .tp-panel-title {
    transform: rotate(90deg) translate(145px, -10px);
  }
}

.tp-panel-title.child-one {
  transform: rotate(90deg) translate(172px, 100px);
  width: 275px;
}

@media (max-width: 575px) {
  .tp-panel-title.child-one {
    transform: rotate(90deg) translate(172px, 7px);
  }
}

.tp-panel-title.child-two {
  transform: rotate(90deg) translate(172px, 100px);
  width: 275px;
}

@media (max-width: 575px) {
  .tp-panel-title.child-two {
    transform: rotate(90deg) translate(172px, 10px);
  }
}

.tp-panel-title.child-three {
  transform: rotate(90deg) translate(180px, 104px);
  width: 290px;
}

@media (max-width: 575px) {
  .tp-panel-title.child-three {
    transform: rotate(90deg) translate(180px, 23px);
  }
}

.tp-panel-title.child-four {
  transform: rotate(90deg) translate(146px, 104px);
  width: 290px;
}

@media (max-width: 575px) {
  .tp-panel-title.child-four {
    transform: rotate(90deg) translate(146px, 20px);
  }
}

.tp-panel-content {
  height: 100%;
}

.tp-panel-content span {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  color: var(--tp-common-white);
}

.tp-panel-content-2 .tp-panel-shape {
  position: absolute;
  bottom: -85px;
  left: -50px;
  z-index: -1;
}

.tp-panel-content-2 .tp-panel-icon {
  margin-bottom: 10px;
}

.tp-panel-content-2 p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  /* line-height: 1.6; */
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
  .tp-panel-content-2 p {
    font-size: 18px;
  }
}

/* .tp-panel-content-2 span {
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
} */

/* .tp-panel-content img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    filter: invert(1);
} */

/* .tp-panel-icon img {
    width: 65px;
    height: 65px;
    filter: invert(1);
} */

.tp-panel-title-2 {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-white);
  margin-bottom: 10px;
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
  .tp-panel-title-2 {
    font-size: 22px;
  }
}

.tp-panel-item-2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: scale(0.7);
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-panel-item-2 {
    width: 290px;
  }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
  .tp-panel-item-2 {
    width: 100%;
  }
}

/* line animation css - start
================================================== */

.tp-line-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0px;
  margin: auto;
  width: calc(100% - 400px);
  z-index: -1;
  transform: translateX(-50%);
  border-left: 1px solid #eef3f8;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-line-wrapper {
    width: calc(100% - 200px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-line-wrapper {
    width: calc(100% - 80px);
  }
}

.tp-line-wrapper::before {
  width: 1px;
  right: 0;
  content: "";
  height: 100px;
  position: absolute;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  animation: line_anim_2 15s ease-out infinite alternate;
  z-index: 1;
}

.tp-line-item {
  width: 12.5%;
  float: left;
  height: 100%;
  position: relative;
  border-right: 1px solid #eef3f8;
  /* for animation */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-line-item {
    width: 20.5%;
  }
}

.tp-line-item::before {
  width: 1px;
  left: 0;
  content: "";
  height: 100px;
  position: absolute;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

.tp-line-item:nth-child(even)::before {
  animation: line_anim 15s ease-out infinite alternate;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
}

.tp-line-item:nth-child(odd)::before {
  animation: line_anim_2 15s ease-out infinite;
}

@-webkit-keyframes line_anim {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@-moz-keyframes line_anim {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@-ms-keyframes line_anim {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes line_anim {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@-webkit-keyframes line_anim_2 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@-moz-keyframes line_anim_2 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@-ms-keyframes line_anim_2 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@keyframes line_anim_2 {
  0% {
    opacity: 1;
    bottom: 0;
  }
  50% {
    bottom: 50%;
  }
  90% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

.blog-text h4 {
  font-size: 17px;
  writing-mode: sideways-lr;
  margin: 0;
  font-size: 26px;
  font-family: "TrajanPro-Regular";
  color: #fff;
}

/*
.col-custom.wow.fadeInUpBig.active {
    background: #3cbec0;
    padding: 40px;
    border-radius: 20px;
}
*/

.col-custom.wow.fadeInUpBig.active::before {
  position: absolute;
  content: "";
  background: url(../images/offer-bg.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-custom.wow.fadeInUpBig.active {
  background: unset;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}

ul.blgdetail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  position: relative;
  border-bottom: solid 0.5px #ffffff3b;
  padding: 20px 0;
}

.blgdetail span {
  font-size: 25px;
  color: #fff;
  font-family: "TrajanPro-Bold";
  text-transform: uppercase;
}

.blog-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  height: 100%;
}

.blog-text h6 {
  font-size: 25px;
  color: #fff;
}
.tp-panel-item-2 {
  position: absolute;
  left: 0;
  bottom: 30px;
  left: 7%;
  width: 86%;
}
img.line-dots {
  position: absolute;
  left: 210px;
  border: dotted;
  bottom: 20px;
}
.blox-box .d-flex h5 {
  font-size: 25px;
  color: #fff;
  font-family: "TrajanPro-Bold";
  margin: 0;
  margin-right: 40px;
}

.blox-box .d-flex {
  justify-content: space-between;
  align-items: center;
}

.tp-panel-item {
  height: 100%;
}
.top-heading {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 40px;
}

section.sucess-stor {
  padding: 80px 0;
}
/* Blog TAb Section Start */
/* About */
section.about-sec {
  padding: 20px 0 90px 0;
}
section.about-sec .row {
  align-items: center;
}
.about-img img {
  width: 80%;
  height: 80%;
}

.about-img {
  width: 600px;
  background: #5e0065;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
.abt-img1 {
  width: 100%;
  height: 640px;
  object-fit: cover;
  border-radius: 10px;
}

.about-img {
  position: relative;
}
.about-txt p {
  margin: 0 0 15px 0;
  text-align: justify;
  line-height: 26px;
}
ul.check {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.check li {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
}

ul.check li span {
  color: #413f3f;
  font-size: 14px;
}
.abs-abt h3 {
  font-size: 27px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
}

.abs-abt h3 span {
  font-size: 69px;
  display: block;
}
.about-txt h2 {
  font-size: 47px;
}

/* end */

/* Health */
section.health {
  position: relative;
  padding: 180px 0;
  text-align: center;
  background-image: url(../images/health.png);
  background-size: cover;
}

section.health a {
  margin: 0 auto;
}

section.health p {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #fff;
}

section.health h2 {
  color: #fff;
}
img.top-img {
  position: absolute;
  top: -100px;
  top: -80px;
  left: 0;
  width: 100%;
}

img.bottom-img {
  width: 100%;
  bottom: -60px;
  position: absolute;
  left: 0;
}

/* end */
/*footer start*/

.footerSec {
  background-image: url(../images/footer-bg.jpg);
  padding-top: 170px;
  position: relative;
  background-size: cover;
}
.footerSec img.top-img {
  top: -84px;
}
ul.linkList {
  column-count: 2;
  padding-right: 20px;
}

.follow-us {
  width: 80%;
  margin: 0 0 0 auto;
}

.ftr-logo {
  width: 80%;
}
.ftr-logo p {
  color: #acacacc2;
}

.footerSec:before {
  position: absolute;
  content: "";
  background-image: url(../images/footer-bfr.png);
  background-size: cover;
  width: 100%;
  height: 70px;
  left: 0;
  top: -40px;
  z-index: 1;
}

.footerSec h5 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "TrajanPro-Regular";
}

.footerSec ul.linkList li a {
  color: #acacac;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.footerSec ul.linkList li {
  margin-bottom: 7px;
  position: relative;
  text-transform: capitalize;
}

img.footerLogo {
  margin-bottom: 20px;
}

.footerSec p {
  color: #c1c1c3b5;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 14px;
}

.pay-img {
  margin-top: 12%;
}

.copy-rite img {
  display: block;
}

p.copy-text {
  font-size: 14px;
  color: #c1c1c3;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}

.copy-rite {
  text-align: center;
  padding: 16px 0;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.map-img {
  margin-bottom: 20px;
}

.container.text-center p {
  border-top: 1px solid #fff;
  width: 100%;
}

.sub-box input::placeholder {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #898989;
}

.ul-links {
  padding-left: 0;
  width: 95%;
  margin: 0 0 0 auto;
}

.socail-media i {
  height: 43px;
  width: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  border: 1px solid #b9b9b9;
  font-size: 20px;
  border-radius: 27px;
  color: #ffffff;
  transition: 0.5s;
}

.socail-media {
  display: flex;
  align-items: center;
  justify-content: start;
}

.footerSec a.theme_btn.btn3:hover {
  color: #fff;
  background: #000;
}

.news-inp input::placeholder {
  color: #000000;
}

.news-inp {
  position: relative;
}

.footerSec .col-lg-3 {
  position: relative;
}

.footerSec .col-lg-3:first-child:before {
  display: none;
}

.ftr-news {
  padding-left: 25px;
}

.footer-text ul li a p {
  margin: 0;
  font-size: 15px;
  color: #c1c1c3;
}

.footer-text ul li {
  margin-bottom: 23px;
}

.get-a-quote-sec {
  padding: 80px 0;
}

/* ----- footer end --- */

/* Contact Starts here  */

.contact_page {
  padding: 6% 0 100px;
}

.contact_form {
  padding: 0;
  position: relative;
}

.contact_form h2 {
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact_form p {
  font-size: 14px;
  color: black;
  margin-bottom: 20px;
  padding-right: 50px;
}

.contact_form form input {
  width: 100%;
  height: 60px;
  padding-left: 15px;
  font-size: 15px;
  color: black;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  margin-bottom: 20px !important;
  background: transparent;
}

.contact_form form textarea {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  color: black;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 5px;
  height: 105px;
}

.contact_form form input::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.contact_form form textarea::placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.contact_form form button {
  background: white;
  text-transform: uppercase;
  border: 0;
}

.contact_detail {
  background-color: #6b0f73;
  color: #fff;
  padding: 40px 30px;
  height: 462px;
  border-radius: 10px;
}

.contact_detail.ctct-detl p {
  font-size: 13px;
  color: white;
}

.contact_detail ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contact_detail ul li img {
  margin-right: 20px;
}

.contact_detail h2 {
  font-size: 29px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.ctct-detl ul {
  display: flex;
  align-items: center;
  line-height: 30px;
  margin-bottom: 26px;
  gap: 20px;
  justify-content: start;
}

.ctct-detl ul li {
  display: inline-flex;
  margin: 16px 0px;
  font-size: 19px;
}

.ctct-detl ul {
  color: white;
  margin: 0;
  padding: 0;
}

.ctct-detl ul i {
  color: white;
}

.ctct-detl ul li a {
  color: #fff;
  font-size: 11px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
}

.contact_form .btn1:before {
  background: #161616;
}

.inner-event-sec {
  background: #0b0b0b !important;
}

.contact_detail.ctct-detl button {
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid white;
  color: white;
  width: 166px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 14px;
  border-radius: 50px;
}

.contact_detail.ctct-detl button:hover {
  background: transparent;
  color: white;
  border: 1px solid white;
}

/* Contact Ends here  */

/* Blog Section Start  */

.latest-blog-card {
  position: relative;
  display: inline-block;
}

.latest-blog-card img {
  width: 405px;
  height: 455px;
  object-fit: cover;
  border-radius: 19px;
  display: block;
}

.blog-card-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blog-card-content div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-card-content h3 {
  font-size: 20px;
  font-family: "TrajanPro-Bold";
}

.blog-card-content div p {
  text-transform: uppercase;
}

.latest-blog-heading h2 {
  font-size: 50px;
}

.latest-blog-heading p {
  font-size: 14px;
  width: 60%;
  margin-bottom: 30px;
}

/* Blog Section Ends */

/* Testimonial Section Start */

.our-client-sec .head-effect::after {
  width: 50%;
}

.client-sli .slick-slide {
  opacity: 1;
}

.client-sli .slick-prev,
.client-sli .slick-next {
  top: 2%;
}

.client-sli .slick-prev {
  left: -50px;
}

.client-box {
  margin: 0px 0;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9%;
  border: 1px dotted #000;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.client-sli .slick-next:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.client-box h6 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #eeebe8;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.client-box .quotess::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 30px;
}

.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.client-ineer-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
  z-index: 2;
  background-color: #fff;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 0 10px 0 #00000022;
  background: #fff;
  border-radius: 10px;
}

.client-ineer-box ul {
  display: flex;
  justify-content: space-between;
}

.client-ineer-box ul li h4 {
  color: black;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.client-ineer-box ul li h4 span {
  font-size: 19px;
  display: block;
  color: #424242;
  text-transform: capitalize;
  margin-top: 0px;
}

.client-ineer-box ul li i {
  color: #ffb503;
  margin-right: 5px;
}

section.our-client-sec.themes-padd {
  padding-bottom: 0;
  padding: 80px 0 40px;
}

.slick-slide.slick-current.slick-active .client-ineer-box * {
  color: #fff;
}

.slick-slide.slick-current.slick-active .client-ineer-box:before {
  border-top-color: #6c0f74;
}
section.our-client-sec.themes-padd .slick-track {
  margin-bottom: 30px;
}

h2.themes-h2.head-effect {
  font-size: 50px;
  color: black;
  margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #6c0f74;
}

.client-sli .slick-next {
  right: -20px;
}

.client-ineer-box p {
  font-size: 16px;
  color: #424242;
  margin: 0;
}

.slick-slide.slick-current.slick-active .client-ineer-box {
  cursor: pointer;
  background-color: #6c0f74;
  color: white;
}

.client-ineer-box:hover h4 {
  color: white;
}

.client-ineer-box:hover ul li h4 span {
  color: white;
}

.client-ineer-box:hover p {
  color: white;
}

.contact-row-pd {
  padding: 50px 50px;
  background-color: #fdfaf8;
  width: 94%;
  margin: 0 auto;
}

/* Testimonial Section End */

/* Customizer css start  */

.client-ineer-box:hover p {
  color: #000000;
}
.client-ineer-box:hover h4 {
  color: #000000;
}
.client-ineer-box:hover ul li h4 span {
  color: #000000;
}

.contact-row-pd button.theme_btn a {
  border-radius: 40px;
  color: #fff !important;
  z-index: 1;
  position: relative;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  border: 1px solid #fff !important;
  text-transform: uppercase !important;
  height: 55px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0px 15px;
  gap: 20px;
  background: #5dbc54 !important;
  font-size: 15px;
  font-weight: 400;
  font-family: "TrajanPro-Regular";
}
.contact-row-pd .theme_btn {
  padding: 0 1px 0px 0px;
}

.client-ineer-box ul li h4 span {
  font-size: 12px;
  margin-top: 9px;
}
.client-ineer-box p {
  font-size: 14px;
}

.contact_detail {
  height: 432px;
}

.ctct-detl ul li a {
  text-transform: unset;
}

.contact_detail.ctct-detl b {
  font-size: 11px;
  padding-right: 5px;
}

.client-ineer-box {
  background: #6c0f74;
}
.client-ineer-box::before {
  border: 20px solid transparent;
}
.client-ineer-box ul li h4 span {
  color: #fff;
}
.client-ineer-box p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.client-ineer-box:hover p {
  color: #ffffff;
}
.client-ineer-box:hover ul li h4 span {
  color: #ffffff;
}
.client-ineer-box:hover h4 {
  color: #ffffff;
}
.client-ineer-box ul li h4 {
  color: #ffffff;
}

.client-sli .slick-prev:before {
  font-family: "FontAwesome";
}
.client-sli .slick-next:before {
  font-family: "FontAwesome";
}

.our-client-sec .fa-star:before {
  color: #ffb503;
}

.client-box {
  height: 417px;
}
.slick-slide.slick-current.slick-active .client-ineer-box {
  height: 318px;
}
.client-ineer-box {
  height: 318px;
}

/* Customizer css End */


.inner-banner img.img-fluid {
    height: 562px;
    object-fit: cover;
    object-position: right;
}


section.error-404.not-found h1.page-title {
    color: #000;
}
section.error-404.not-found p {
    color: #000 !important;
}
section.error-404.not-found {
    padding-top: 70px;
    padding-bottom: 90px;
}

@media (max-width: 1440px) {
  .menu_sec #menu {
    justify-content: space-between;
    gap: 0px;
  }
}

@media (max-width: 1366px) {
  .menu_sec #menu {
    justify-content: space-between;
    gap: 0px;
  }

  .header-btn a {
    font-size: 14px;
    gap: 10px;
  }

  .theme_btn {
    font-size: 14px;
    gap: 10px;
  }

  .blox-box .d-flex h5 {
    margin-right: 0px;
  }

  ul.blgdetail {
    margin: 30px 0;
    padding: 10px 0;
  }

  .client-ineer-box {
    padding: 30px 20px;
  }

  .client-ineer-box ul li h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .client-ineer-box p {
    font-size: 14px;
    line-height: 24px;
  }

  .client-ineer-box {
    height: 290px;
  }

  .ctct-detl ul li {
    margin: 7px 0px;
  }
  img.line-dots {left: unset;right: 50px;width: 130px;}
}

@media (max-width: 1280px) {
  h1 span.d-block:before {
    width: 180px;
  }

  .header-btn a {
    font-size: 12px;
  }

  .blgdetail span {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-text h4 {
    font-size: 22px;
    line-height: 30px;
  }

  section.health {
    padding: 130px 0;
  }

  .ctct-detl ul {
    gap: 13px;
  }

  .ctct-detl ul li a {
    font-size: 12px;
    line-height: 20px;
  }

  .contact_detail h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact_form h2 {
    font-size: 35px;
    line-height: 45px;
  }

  .contact_detail {
    height: 380px;
  }
  h1 span.d-block {
    width: 74%;
}
}

@media (max-width: 1024px) {
  .menu_sec #menu li a {
    font-size: 11px;
  }

  header .theme_btn span {
    width: 34px;
    height: 34px;
  }

  .theme_btn i {
    width: 11px;
    height: 11px;
  }

  .header-btn a {
    font-size: 9px;
    height: 45px;
    padding: 0 3px 0px 10px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .banner_text p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  h1 span.d-block:before {
    width: 130px;
  }

  section.about-us {
    padding: 190px 0 80px;
    margin-top: -80px;
  }

  h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  p {
    font-size: 13px;
    line-height: 23px;
  }

  .top-heading {
    width: 80%;
  }

  .blog-text {
    padding: 20px 0px;
  }

  img.line-dots {
    width: 180px;
  }

  section.health {
    padding: 80px 0;
  }

  .client-ineer-box ul li h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .client-ineer-box:hover ul li h4 span {
    font-size: 11px;
    line-height: 16px;
  }

  .client-ineer-box p {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-row-pd {
    padding: 30px 30px;
    width: 100%;
  }

  .contact_form form input {
    height: 48px;
    font-size: 11px;
  }

  .contact_form form input::placeholder {
    font-size: 11px;
  }

  .contact_form form textarea {
    font-size: 11px;
  }

  .contact_form form textarea::placeholder {
    font-size: 11px;
  }

  .contact_detail.ctct-detl b {
    display: block;
  }

  .ctct-detl ul li a {
    display: block;
    font-size: 10px;
  }

  .contact_detail {
    padding: 30px 20px;
  }

  .footerSec {
    padding-top: 80px;
  }

  .client-ineer-box ul li i {
    font-size: 12px;
  }

  .client-ineer-box {
    height: 320px;
  }
  
  
.inner-banner img.img-fluid {
  object-position: center;
  height: 380px;
}

body.page.page-id-34 section.vc_section.about-us {
  padding: 160px 0 80px;
}

.vc_row.wpb_row.vc_row-fluid.container.vc_custom_1747998950650.vc_row-o-content-middle.vc_row-flex {
    margin-top: 0px !important;
}


}

@media (max-width: 820px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h1 span.d-block:before {
    width: 80px;
  }

  .theme_btn {
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px 0px 15px;
    height: 50px;
  }

  .theme_btn span {
    width: 35px;
    height: 35px;
  }

  .banner_text p {
    width: auto;
    font-size: 13px;
  }

  .menu_sec #menu li a {
    font-size: 10px;
  }

  .menu_sec .col-md-7.d-none.d-md-block {
    padding: 0px;
  }

  .header-btn a {
    gap: 5px;
    font-size: 9px;
    line-height: 16px;
    height: 36px;
    padding: 0 3px 0px 7px;
  }

  header .container-fluid {
    padding: 0 2%;
  }

  header .theme_btn span {
    width: 24px;
    height: 24px;
  }

  header .theme_btn i {
    width: 7px;
    height: 7px;
  }

  section.about-us {
    padding: 130px 0 50px;
    margin-top: -60px;
  }

  .contact-row-pd {
    padding: 18px;
  }

  .contact-row-pd button.theme_btn a {
    font-size: 12px;
    line-height: 18px;
    height: 48px;
    gap: 10px;
  }

  .contact_form form input {
    height: 40px;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .contact_form h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .contact_detail h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .contact_detail.ctct-detl p {
    font-size: 12px;
    line-height: 16px;
  }

  .ctct-detl ul li a {
    line-height: 17px;
  }

  .contact_detail.ctct-detl b {
    display: none;
  }

  .contact_detail.ctct-detl li a {
    display: block;
  }

  .contact_detail {
    height: 330px;
  }

  .contact_page {
    padding: 4% 0 50px;
  }

  .col-custom {
    width: 10%;
    flex: 0 0 10%;
    margin: 10px 2px;
  }

  img.line-dots {
    width: 80px;
  }

  .ul-links {
    width: auto;
  }

  .follow-us {
    width: auto;
    margin-top: 20px;
  }
  
  .about-txt h2 {
    font-size: 30px;
    line-height: 30px;
}

.vc_row.wpb_row.vc_row-fluid.container.vc_custom_1747998950650.vc_row-o-content-middle.vc_row-flex
  .vc_empty_space {
  height: 10px !important;
}

.abt-text h3 {
  font-size: 14px;
  line-height: 20px;
}


.about-sec.pri-001 .vc_empty_space {
  display: none;
}

.about-sec.pri-001 .wpb_column.vc_column_container.vc_col-sm-6 {
  padding: 0px;
}

.basic-01 {
  padding: 40px 20px 24px;
  height: 372px;
}

.basic-01 h2 {
  font-size: 16px;
  line-height: 20px;
}

.basic-01 p {
  font-size: 12px;
  line-height: 20px;
  align-items: center;
  text-align: left;
  padding-bottom: 10px;
}

.basic-01 ul {
  padding-bottom: 20px;
}

}

@media (max-width: 768px) {
  .header-btn a {
    font-size: 8px;
    line-height: 16px;
    height: 33px;
    padding: 2px 3px 0px 6px;
  }
}

@media (max-width: 480px) {
  .header-btn a {
    font-size: 12px;
    height: 46px;
    padding: 0px 9px 0px 18px;
    gap: 10px;
  }

  header .theme_btn span {
    width: 34px;
    height: 34px;
  }

  header .theme_btn i {
    width: 12px;
    height: 12px;
  }

  .carousel-item.active img.img-fluid {
    height: 400px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.6);
  }

  h1 {
    font-size: 25px;
    line-height: 37px;
  }

  section.about-us {
    margin-top: -30px;
    padding: 80px 0 50px;
  }

  .abt-img {
    padding-bottom: 32px;
  }

  .abt-text {
    text-align: center;
  }

  .abt-text .d-flex {
    justify-content: center;
  }

  .top-heading {
    width: auto;
  }

  .top-heading p br {
    display: none;
  }

  section.health p {
    width: auto;
    margin-bottom: 22px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  section.health {
    padding: 50px 0;
  }

  h2.themes-h2.head-effect {
    font-size: 30px;
    line-height: 40px;
  }

  .client-sli::after {
    display: none;
  }

  .client-box .quotess {
    margin-left: 0;
    margin-bottom: 30px;
  }

  .slick-slide.slick-current.slick-active .client-ineer-box {
    height: 280px;
  }

  .contact_page .vc_column_container > .vc_column-inner {
    padding: 0px;
  }

  .contact_detail {
    height: auto;
    margin-top: 30px;
    padding: 40px 40px;
  }

  .contact_detail h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .ctct-detl ul {
    margin: 10px 0px;
  }
  .col-custom {
    width: 100%;
    padding: 20px 20px;
    margin: 18px 0px;
}
  .col-custom.active .tp-panel-item {
    display: block;
  }
  .row-custom {
    margin: 0px auto;
}
img.line-dots{
    display:none;
}


.carousel-item.active img.img-fluid {
    height: 360px;
}

h1 span.d-block:before {
    display: none;
}

body.page.page-id-34 section.vc_section.about-us {
    padding: 110px 0 80px;
}
.vc_single_image-wrapper.vc_box_rounded.vc_box_border_grey {
    margin: 20px 0;
}

body.page-template-default.page.page-id-223 .abt-text {
  margin-top: 23px;
  text-align: left;
}

section.main_slider.inner-banner .carousel-item.active img.img-fluid {
    height: 250px;
}


}


