:root {
  --white: #fff;
  --black: #000;
  --purple: #702871;
  --golden: #eda745;
  --golden_light: #ffeed7;
  --light_pink: #f4d7eb;
  --light_green: #d9e9d0;
  --light_blue: #dcecff;
  --gray: #4a4a4a;
}

/* font-family: "Nunito Sans", sans-serif; */
/* font-family: "Playwrite US Trad", cursive; */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

html {
  position: relative;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

:focus {
  outline: none;
}

input[type="submit"],
button {
  -webkit-appearance: none;
}

select {
  word-wrap: normal;
}

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

:-moz-placeholder {
  color: #909090;
}

::-moz-placeholder {
  color: #909090;
}

ul {
  list-style: none;
}

.clr {
  clear: both;
  float: none;
  display: block;
}

.clr:after,
.afclr:after {
  clear: both;
  float: none;
  display: block;
  content: "";
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

/* .outer_block {overflow: hidden;} */
.wrapper_xl {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.full_hright {
  height: 100%;
}


.ele_pointer_none{pointer-events: none;}
.ele_line_break .elementor-heading-title{line-break: anywhere;}

.elementor-widget-text-editor a {
  color: var(--golden);
  transition: all 0.3s ease;
}

.elementor-widget-text-editor a:hover {
  color: var(--purple);
}
.elementor_img_block img{display: block;}

.site_button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  min-width: 137px;
  text-align: center;
  color: var(--white);
  padding: 13px 20px 15px;
  background-color: var(--golden);
  border: 1px solid var(--golden);
  transition: all 0.3s ease;
  display: inline-block;
  border-radius: 5px;
  text-transform: capitalize;
  cursor: pointer;
}

.site_button:hover {
  background: var(--purple);
  border-color: var(--white);
}

.paragraph_pra p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: var(--gray);
  line-height: 1.4;
  padding-bottom: 13px;
}

.paragraph_pra p:last-child {
  padding-bottom: 0;
}

.paragraph_pra a {
  color: var(--purple);
  font-weight: 700;
  transition: all 0.3s ease;
}

.paragraph_pra a:hover {
  color: var(--golden);
}

.heading_02 h2 {
  font-size: 42px;
  line-height: 1.2em;
  color: var(--purple);
  font-weight: 700;
  margin-bottom: 15px;
}

.sub_title_common span {
  font-family: "Playwrite US Trad", sans-serif;
  color: var(--golden);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
  display: inline-block;
}

/* header  */
.header_sec {
  background: var(--golden_light);
}

.header_inner {
  padding: 20px 0;
  border-bottom: 1px solid var(--golden);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_img_sec {
  width: 23%;
  position: relative;
  min-height: 89px;
}

.header_img_sec a {
  width: 90%;
  display: inline-block;
  max-width: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}

.header_img_sec img {
  width: 100%;
  object-fit: contain;
}

.header_menu_sec {
  width: 69%;
  text-align: center;
}

.header_btn_sec {
  width: 31%;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: end;
}

.header_mobile_menu {
  display: none;
}

/* menu  */
.nav-menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.nav-menu li {
  position: relative;
  display: inline-block;
}

.nav-menu > li {
  margin: 0 2px;
}

.nav-menu > li > a {
  position: relative;
  font-weight: 400;
  color: var(--black);
  font-size: 16px;
  padding: 8px 10px;
  line-height: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: inline-block;
}

/* .nav-menu li:hover > a {
  color: var(--golden);
} */

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu li {
  background: #ffffff;
}

.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1000;
  visibility: visible;
  filter: alpha(opacity=0);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);
  transform: translateY(20px);
}

.nav-menu .sub-menu li {
  background: #ffffff;
  border-bottom: 1px solid #efefef;
  border-left: none;
  padding: 0;
  display: block;
  position: relative;
}

.nav-menu .sub-menu li a {
  font-family: inherit;
  text-align: left;
  font-weight: 400;
  color: var(--black);
  font-size: 15px;
  display: block;
  padding: 9px 35px 9px 10px;
  transition: all 0.3s ease;
}

.nav-menu .sub-menu li:hover > a {
  background: #e7e7e7;
}

.nav-menu .sub-menu ul {
  position: absolute;
  top: 0px;
  left: 100%;
  border-top: 0;
  padding-left: 0px;
  padding-top: 0;
  filter: alpha(opacity=0);
  width: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);
}

.nav-menu .sub-menu li:last-child {
  border-bottom: none;
}

.nav-menu li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
}

.nav-menu .sub-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0);
}

.nav-menu .sub-menu ul li:first-child {
  border-top: none;
}

.menu_expand {
  display: none;
  color: var(--white);
  transition: all 0.2s ease;
  text-decoration: none;
}

.menu_expand i {
  height: 2px;
  background: var(--black);
  display: block;
  width: 35px;
  border-radius: 5px;
}

.menu_expand i:nth-child(2) {
  margin: 10px 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 0;
}

.overlay.active {
  z-index: 100;
  opacity: 1;
}

.nav-menu .sub-menu > .menu-item-has-children > a::before {
  position: absolute;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transition: all 0.5s ease-in-out;
  transform: rotate(135deg);
}

.nav-menu > .menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}

.nav-menu > .menu-item-has-children > a::before {
  position: absolute;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  right: 8px;
  top: 10px;
  transition: all 0.5s ease-in-out;
  transition: all 0.3s ease;
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
  transform: rotate(225deg);
}

.nav-menu > .menu-item-has-children:hover > a::before {
  border-color: var(--purple);
}

.nav-menu > li:hover > a {
  color: var(--purple);
}

.nav-menu > li > a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 20px;
  background-image: url("../images/menu_active_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.nav-menu > li:hover > a::after {
  opacity: 1;
  visibility: visible;
}

.nav-menu > li.current-menu-item > a {
  color: var(--purple);
}

.nav-menu > li.current-menu-item > a::after {
  opacity: 1;
  visibility: visible;
}

.cross_button {
  margin-top: 20px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 20px;
  display: none;
}

.cross_button a {
  font-size: 22px;
  color: var(--black);
  cursor: pointer;
  border: 1px solid var(--black);
  border-radius: 3px;
  padding: 4px;
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 1.2;
}

.m_close_icon:before,
.m_close_icon:after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--black);
  top: 17px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m_close_icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.haeder_mobile_menu_bottom,
.haeder_mobile_menu_top {
  display: none;
}

.expand_plus {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 35px;
  padding: 25px 10px 2px;
  cursor: pointer;
  z-index: 100;
  display: none;
}

.expand_plus i {
  display: block;
  position: relative;
  width: 12px;
  height: 10px;
  top: -8px;
}

.expand_plus:after {
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-135deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid var(--black);
  border-left: 2px solid var(--black);
  transform-origin: center;
}

.expand_plus.active:after {
  transform: translate(-50%, -50%) rotate(45deg);
  border-color: var(--golden);
}

.nav_menu_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00000066;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.nav_menu_overlay.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header_mobile_logo {
  max-width: 170px;
  width: 100%;
}

/* .nav-menu .sub-menu li:hover>a {
  color: #f00;
} */

.header_call_sec {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease;
  display: flex;
  align-items: start;
  gap: 5px;
  color: #f00;
}

.header_call_sec span {
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
  color: #f00;
}

.header_call_sec:hover {
  color: #f00;
}

.header_call_sec:hover span {
  color: #f00;
}

/* css sticky header */
.sticky_header {
  position: fixed;
  left: 0;
  right: 0;
  top: -80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
  background-color: var(--white);
}

.sticky_header.header_is_sticky {
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.sticky_header_inner {
  padding: 10px 0 10px;
}

.sticky_header .header_inner {
  border: none;
  padding: 5px 0;
}

.social_links_ft ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: max-content;
}

.social_links_ft ul li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--golden);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 1px solid var(--golden);
}

.social_links_ft ul li a:hover {
  background-color: var(--purple);
  border: 1px solid var(--white);
}

.social_links_ft ul li a > img {
  height: 26px;
}

.header_t_sec {
  background: #702870;
  padding: 24px 0;
}

.header_time_bar {
  background-color: #562682;
  padding: 9px 0;
}

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

.haeder_t_logo {
  width: 24%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.haeder_t_logo a {
  display: block;
}

.haeder_t_logo > p {
  color: var(--white);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  padding-left: 27%;
}

.haeder_t_owned_logo {
  width: 17%;
  padding: 0 5px;
  max-width: max-content;
}

.haeder_t_owned_logo_inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.haeder_t_owned_logo span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
}

.haeder_t_owned_logo img {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.header_social {
  width: 20%;
  max-width: max-content;
}

.header_t_time {
  max-width: 800px;
  margin: 0 auto;
}

.header_t_time p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 11px;
  align-items: center;
}

.header_t_time p > span {
  width: 1px;
  height: 30px;
  display: block;
  background-color: var(--white);
}

.haeder_t_email {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.haeder_t_email img {
  width: 15px;
  transition: all 0.3s ease;
}

.haeder_t_email span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  transition: all 0.3s ease;
}

.haeder_t_email:hover img {
  filter: invert(20%) sepia(74%) saturate(2262%) hue-rotate(336deg)
    brightness(101%) contrast(96%);
}

.haeder_t_email:hover {
  color: var(--golden);
}

.header_t_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header_to_right,
.header_t_btns {
  gap: 10px;
}

.header_to_right {
  display: flex;
  flex-wrap: wrap;

  flex-direction: column;

  align-items: center;
}

.haeder_t_call img span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.header_t_line {
  height: -webkit-fill-available;
  width: 1px;
  background: var(--white);
}

.header_nn_pay_btn {
  display: flex;
  align-items: center;
  gap: 9px;
}

.header_nn_pay_btn > img {
  width: 19px;
}

.call_btn img {
  width: 16px;
}

.call_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin: 0 0 0 auto;
}

/* banner  */
/* .banner_sec{background-image: url('../images/banner_back_img.webp');background-repeat: no-repeat;background-size: cover;background-position: bottom center;} */
.banner_sec {
  /* overflow: hidden; */
  position: relative;
}

.banner_sec_inner {
  background: var(--golden_light);position: relative;z-index: 1;
}

.banner_img img {
  mask-image: url("../images/banner_img_mask.png");
  mask-position: 0% 0%;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/banner_img_mask.png");
  -webkit-mask-position: 0% 0%;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.banner_inner {
  display: flex;
  padding: 80px 0 80px;
  align-items: center;
}

.banner_left {
  width: 60%;
  padding-right: 123px;
}

.banner_sub_title {
  display: inline-block;
  position: relative;
}

.banner_sub_title::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background-image: url("../images/banner-blue-star.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  right: -350px;
  pointer-events: none;
}

.banner_sub_title span {
  font-size: 34px;
  margin-bottom: 5px;
}

.banner_title h1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--purple);
  line-height: 1.1;
  position: relative;
  margin-bottom: 5px;
}

.banner_content {
  padding: 5px 0 25px 0;
  position: relative;
  max-width: 500px;
}

.banner_content p {
  font-size: 18px;
}

.banner_bottom {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
}

.banner_call_btn {
  color: var(--black);
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 8px;
  transition: all 0.3s ease;
}

.banner_call_btn:hover {
  color: var(--golden);
}

.banner_call_btn:hover img {
  filter: invert(20%) sepia(74%) saturate(2262%) hue-rotate(336deg)
    brightness(101%) contrast(96%);
}

.banner_call_btn img {
  width: 16px;
  filter: brightness(0) invert(0);
  transition: all 0.3s ease;
}

.banner_call_btn span {
  font-size: inherit;
  font-weight: inherit;
}

.banner_right {
  width: 40%;
}

.banner_img {
  background-image: url("../images/banner-ellipse.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 20px;
  position: relative;
}

.banner_img::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  background-image: url("../images/banner_fancy_icon2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
  left: -30px;
  pointer-events: none;
}

.banner_left {
  position: relative;
}

.banner_left::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  background-image: url("../images/banner_fancy_icon2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -120px;
  left: -30px;
  pointer-events: none;
}

.banner_img::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background-image: url("../images/banner_fancy_icon1.webp");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -70px;
  right: -50px;
  pointer-events: none;
}

.banner_bottom_img {
  width: 100%;
}

.banner_bottom_img img {
  width: 100%;
  pointer-events: none;
  display: block;
}

.banner_img_mobile {
  display: none;
}

/* services  */
.service_sec {
  text-align: center;
  padding: 90px 0 100px;
  overflow: hidden;
}

.service_title h2 {
  margin-bottom: 60px;
}

.service_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  row-gap: 60px;
}

.service_box {
  width: 25%;
  padding: 0 40px;
}

.service_box_img {
  border-radius: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: 58%;
  background-position: center;
  background-repeat: no-repeat;
}

.service_box:nth-child(4n-3) .service_box_img {
  background-color: #a53860;
  background-image: url('../images/services-box-bg-icon-1.svg');
}

.service_box:nth-child(4n-2) .service_box_img {
  background-color: #d72e39;
  background-image: url('../images/services-box-bg-icon-2.svg');
}

.service_box:nth-child(4n-1) .service_box_img {
  background-color: #562682;
  background-image: url('../images/services-box-bg-icon-3.svg');
}

.service_box:nth-child(4n) .service_box_img {
  background-color: #eda745;
  background-image: url('../images/services-box-bg-icon-4.svg');
}

.service_box_img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 90px;
  max-height: 80px;
  z-index: 1;
}

.service_box_title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--black);
  margin: 20px 0 8px;
  transition: all 0.3s ease;
}

.service_box_title h3 a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  transition: all 0.3s ease;
}

.service_box_title h3:hover a {
  color: var(--golden);
}

.service_box_btn {
  margin-top: 15px;
}

.service_box_btn a {
  border: 1px solid #b7b7b7;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  display: flex;
  padding: 12px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.service_box_btn a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.service_box_btn a:hover {
  background: var(--golden);
  border-color: var(--golden);
}

.service_box_btn a:hover img {
  filter: brightness(0) invert(1);
}

.service_box_img span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 8%;
  pointer-events: none;
}

.service_box_img span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service_btn {
  margin-top: 70px;
}

/* about  */
.about_sec {
  padding: 100px 0;
  background: #f5ebff;
}

.about_inner {
  display: flex;
  gap: 40px;
  align-items: center;
}

.about_left {
  width: 50%;
  position: relative;
}

.about_img {
  width: 100%;
  height: 100%;
  position: relative;
  border-top-left-radius: 250px;
  overflow: hidden;
}

.about_img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  object-position: bottom right;
}

.about_right {
  width: 50%;
  padding: 10px 0;
  position: relative;
}

.about_logo_title h3 {
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}

.about_logo {
  max-width: 90px;
  margin-bottom: 18px;
}

.about_logo img {
  width: 100%;
}
.about_content {
  position: relative;
  z-index: 1;
}
.about_content p {
  line-height: 1.8;
  padding-bottom: 25px;
}

.about_content p a {
  font-size: 18px;
  white-space: nowrap;
}

/* .about_content p:last-child {
  padding-top: 25px;
} */

.banner_sub_title::after {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  background-image: url("../images/banner_fancy_icon3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 13px;
  right: -100px;
}

/* expect  */
.expect_sec {
  background: var(--white);
  overflow: hidden;
}

.expect_sec .about_img {
  border-radius: 0;
  border-top-right-radius: 250px;
}

.expect_btn {
  margin-top: 20px;
}

.expect_sec .about_title h2 {
  margin-bottom: 20px;
}

/* video  */
.video_sec {
  text-align: center;
}

.video_inner {
  max-width: 900px;
  margin: 0 auto;
}

.video_title h2 {
  margin-bottom: 30px;
}

.video_box {
  width: 100%;
}

.video_box iframe {
  width: 100%;
  height: 500px;
  border: 6px solid var(--golden);
  border-radius: 5px;
  overflow: hidden;
}

/* testimonial  */
.testi_sec {
  padding: 100px 0;
}

.testi_title h2 {
  text-align: center;
  margin-bottom: 40px;
}

.testi_container {
  position: relative;
}

.testi_box_outer {
  width: 100%;
  padding: 30px 0 0;
}

.testi_box {
  background: #8D3D8D;
  border-radius: 10px;
  padding: 25px 25px 35px;
}

.testi_box_quotes {
  background: #522E83;
  border-radius: 100%;
  padding: 11px;
  display: flex;
  align-self: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-top: -55px;
}

.testi_box_quotes img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testi_box_content {
  padding: 10px 0 0;
}

.testi_box_content p {
  color: var(--white);
  line-height: 1.6;
}

.testu_box_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.testi_box_left {
  width: 80px;
  height: 80px;
  position: relative;
}

.testi_box_left .testi_box_person_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.testi_box_right {
  width: calc(100% - 95px);
}

.testi_box_name h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 5px;
}

.testi_box_star {
  max-width: 110px;
}

.testi_box_star img {
  width: 100%;
  object-fit: contain;
}

.testi_arrow {
  position: relative;
  display: none;
}

.review_swiper_next {
  background: var(--golden);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: calc(50% - 45px);
}

.review_swiper_prev {
  background: var(--golden);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  left: calc(50% - 45px);
}

.review_swiper_next::after {
  color: var(--white);
  font-size: 18px;
  padding: 0 0 0 2px;
}

.review_swiper_prev::after {
  color: var(--white);
  font-size: 18px;
  padding: 0 2px 0 0;
}

/* client  */
.client_title {
  position: relative;
  text-align: center;
}

.client_title h2 {
  font-size: 28px;
  color: var(--black);
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 4%;
}

.client_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  background: #737373;
  z-index: 0;
}

.client_container {
  margin-top: 30px;
  position: relative;
}

.client_swiper .swiper-slide {
  padding: 10px;
}

.client_box {
  border-radius: 5px;
  box-shadow: 0px 1px 4px 4px #87878740;
  position: relative;
  padding-top: 40%;
}

.client_box_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client_box_img img {
  width: 55%;
  height: 70%;
  object-fit: contain;
}

.client_swiper_pagination {
  bottom: -28px !important;
  display: none !important;
}

.client_swiper_pagination .swiper-pagination-bullet {
  border-radius: 3px;
  border: 2px solid rgb(255, 255, 255);
  padding: 3px 6px;
}

.client_swiper_pagination .swiper-pagination-bullet-active {
  background: var(--golden);
  padding: 4px 10px;
}

/* form  */
.form_sec {
  background: #eda74538;
  padding: 80px 0;
}

.form_inner {
  display: flex;
}

.form_left {
  background: var(--white);
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  padding: 30px 25px 25px;
  width: 49%;
}

.form_title h2 {
  font-size: 32px;
  margin-bottom: 12px;
}
/* .form_title p{color: var(--gray);} */
.form_title p span{color: var(--black);margin-bottom: 18px;display: inline-block;}

.form_box {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: start;
}

.form_half {
  width: 50%;
}
.form_box input {
  width: 100%;
  border: 1px solid #b7b7b7;
  border-radius: 40px;
  padding: 11px 23px;
  color: var(--gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.form_box textarea::placeholder,
.form_box input::placeholder {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form_box textarea {
  width: 100%;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  padding: 12px 23px;
  color: var(--gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  resize: none;
}

.form_box select option{padding: 0;}

.form_right {
  width: 51%;
  padding: 0 20px;
  display: flex;
  align-items: end;
  justify-content: end;
}

.form_img {
  position: relative;
  background: var(--purple);
  max-width: 530px;
  margin: 0 0 0 auto;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  padding: 40px 20px 0;
}

.form_img::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -72px;
  width: 70px;
  height: 70px;
  background-image: url("../images/form_fancy_icon1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.form_img::before {
  content: "";
  position: absolute;
  top: 1%;
  right: 0%;
  width: 65px;
  height: 70px;
  background-image: url("../images/form_fancy_icon2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.form_container .site_button {
  font-family: "Lato", sans-serif;
}

.form_box select {
  width: 100%;
  color: var(--gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: "Lato", sans-serif;
  border: none;
}
.jt_form_select{padding: 11px 23px;border: 1px solid #b7b7b7;border-radius: 40px;}

.form_box input::file-selector-button{background-color: var(--purple); color: #fff; padding: 3px 7px; border-radius: 4px; border: none;}

.jt_form_file{padding: 0 0 15px;}
.jt_form_file label{padding: 0 0 7px 0;display: inline-block;}
.jt_form_file input{border: none;border-radius: 0;padding: 0;}





/* team  */
.team_sec {
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.team_title {
  max-width: 470px;
  margin: 0 auto;
}

.team_title h2 {
  margin-bottom: 40px;
}

.team_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  row-gap: 30px;
  justify-content: center;
}

.team_box_outer {
  width: 25%;
  padding: 0 20px;
}

.team_box {
  border-radius: 180px;
  overflow: hidden;
  background: #702870;
}
.team_box_img {
  position: relative;
  padding-top: 90%;
}

.team_box_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.team_box_detail {
  padding: 20px 25px 30px;
  max-width: 290px;
  margin: 0 auto;
}

.team_box_name h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.team_box_post p {
  font-size: 15px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.6;
}

.team_btn {
  margin-top: 50px;
}

/* blogs  */
.blog_sec {
  background: #eda74538;
  padding: 100px 0;
}
.blog_sub_title span {
  margin-bottom: 20px;
}
.blog_box_btn .site_button {
  min-width: 120px;
}
.blog_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.blog_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  row-gap: 40px;
}

.blog_box {
  padding: 0 20px;
  width: 33.33%;
}

.blog_img {
  position: relative;
  padding-top: 70%;
  width: 100%;
  display: inline-block;
  border-top-right-radius: 5px;
  overflow: hidden;
}

.blog_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all 0.3s ease;
}

.blog_box:hover .blog_img img {
  transform: scale(1.1);
}

.blog_box_detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 15px 0 15px;
  flex-wrap: wrap;
}

.blog_box_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 115px;
}

.blog_box_date_img {
  width: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_box_date_img img {
  width: 100%;
  object-fit: contain;
}

.blog_box_date_text {
  width: calc(100% - 25px);
}

.blog_box_date_text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: var(--purple);
}

.blog_box_cat {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 120px);
  align-items: start;
}

.blog_box_cat_img {
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_box_cat_img img {
  width: 100%;
  object-fit: contain;
}

.blog_box_cat_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  padding: 2px 0 0;
}

.blog_box_cat_list p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--purple);
}

.blog_box_title h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.6;
  color: var(--black);
  transition: all 0.3s ease;
}

.blog_box:hover h3 {
  color: var(--golden);
}

.blog_box_title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  display: inline-block;
}

.blog_box_content p {
  line-height: 1.6;
}

.blog_box_btn {
  margin-top: 18px;
}

/* img banner  */
.img_sec {
  padding: 100px 0;
}

.img_banner_img {
  width: 100%;
}

.img_banner_img img {
  width: 100%;
}

/* location  */
.location_sec {
  padding: 0 0 100px;
}

.location_inner {
  display: flex;
  flex-wrap: wrap;
  row-gap: 35px;
}

.location_box {
  width: 50%;
}

.location_title h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
}

.location_img {
  width: 100%;
}

.location_img a {
  width: 100%;
  display: inline-block;
}

.location_img img {
  width: 100%;
  object-fit: cover;
}

/* footer  */
.footer__container_outer {
  color: var(--white);
  position: relative;
}

.footer_top_img {
  width: 100%;
  margin: 0 0 -1px;
}

.footer_top_img img {
  width: 100%;
  pointer-events: none;
  display: block;
}

.footer__container_top {
  background-color: #702870;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 110px 0 75px;
  position: relative;
}

.footer__branding {
  width: 40%;
  padding: 0px 20px 0 0;
  margin-right: 75px;
}

.footer__logo img {
  max-width: 360px;
  width: 100%;
  z-index: 1;
  position: relative;
}

.footer__links {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 40px;
  width: 60%;
  flex-wrap: wrap;
  padding: 10px 0 0;
}

.footer__column:first-child {
  width: calc(45% - 27px);
}

.footer__column:last-child {
  width: calc(55% - 27px);
}

.footer__heading {
  font-weight: 700;
  line-height: 1.3;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer__column li {
  margin-bottom: 13px;
}

.footer__column li:last-child {
  margin-bottom: 0px;
}

.ft_logo_ctc {
  margin-top: 28px;
}

.ft_logo_ctc.paragraph_pra p {
  color: #eeeeee;
  font-size: 16px;
}

.ftc_schedule_btn {
  margin-top: 40px;
}

.footer__column .ftc_schedule_btn a {
  color: var(--white);
  padding: 12px 22px;
}

.footer__column .ftc_schedule_btn a:hover {
  background-color: var(--white);
  color: var(--golden);
  border-color: var(--white);
}

.footer__column a,
.footer__column.timings_list ul li {
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.4em;
}

.footer__column.timings_list ul li {
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: block;
}

.footer__column a:hover {
  color: var(--golden);
}

.footer__container_bottom {
  padding: 0 0 60px;
}

.footer__bottom_bar {
  background: var(--light_green);
  border-radius: 25px;
  padding: 15px 45px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom_bar p,
.footer__bottom_bar ul a {
  color: #d4d4d4;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer__bottom p a {
  color: #d4d4d4;
  transition: transform 0.3s ease;
}

.footer__bottom p a:hover {
  color: var(--golden);
}

.footer__bottom_bar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.footer__bottom_bar ul a:hover {
  color: var(--golden);
}

.footer_bottom {
  padding: 20px 0 50px;
}

.footer_bottom p {
  line-height: 1.4;
}

.footer_bottom p a {
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease;
}

.footer_bottom p a:hover {
  color: var(--golden);
}

.footer_social {
  margin-top: 38px;
  position: relative;
}

.footer__column ul {
  list-style: disc;
  padding-left: 22px;
}

.footer_box {
  display: block;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer_box:last-child {
  margin-bottom: 0;
}

.footer_box_img {
  width: 16px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0 0;
}

.footer_box_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer_box_text {
  width: calc(100% - 25px);
}

.footer_box_text span {
  font-size: 16px;
  font-weight: 400;
  color: #f0f0f0;
  line-height: 1.8;
  transition: all 0.3s ease;
}

.footer_location .footer_box_text span {
  max-width: 200px;
  display: inline-block;
}

a.footer_box:hover span {
  color: var(--golden);
}

.footer__column ul a {
  padding: 2px 0;
  display: block;
}

.footer_time_box {
  background: var(--golden);
  border-radius: 10px;
  padding: 20px 25px;
  z-index: 1;
  position: relative;
}

.footer_time_box ul {
  list-style: none;
  padding: 0;
}

.footer_time_box li {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 15px;
}

.footer__logo {
  position: relative;
}

.footer__logo::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 110%;
  right: -30px;
  background-image: url("../images/footer_fancy_img1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  right: 76px;
  top: 113px;
}

.footer__logo::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url("../images/footer_fancy_img2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  left: -80px;
  top: -40px;
}

.footer__column {
  position: relative;
}

.footer__column:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 100%;
  right: -30px;
  background-image: url("../images/footer_fancy_img2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  right: 140px;
  top: -77px;
}

.footer__column:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: -90px;
  background-image: url("../images/footer_fancy_img1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.footer__content::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: 10px;
  right: -112px;
  background-image: url("../images/footer_fancy_img4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.header_menu .header_t_btns {
  display: none;
}

.header_btn_sec_inner {
  display: flex;
  gap: 10px;
}

.about_img_mobile {
  display: none;
}
.header_btn_sec_inner a {
  display: flex;
  align-items: center;
}

/* common banner  */
.common_banner_sec {
  position: relative;
  text-align: center;
  padding: 80px 0 80px;
}

.common_banner_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.common_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.common_banner_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #09092f63;
}

.common_banner_innner {
  position: relative;
}

.common_banner_title h1 {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
}

/* error  */
.error_pg_sec {
  padding: 80px 0;
  text-align: center;
}

.error_pg_title h1 {
  font-size: 50px;
  line-height: 1.2em;
  color: var(--purple);
  font-weight: 700;
  margin-bottom: 20px;
}

.error_pg_content {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.error_pg_content p {
  font-size: 20px;
  font-weight: 500;
}

.error_pg_btn {
  margin-bottom: 50px;
}

.error_pg_img {
  max-width: 400px;
  margin: 0 auto;
}

.error_pg_img img {
  width: 100%;
  display: block;
}

/* search  */
.search_part_content .page-title {
  font-weight: 600;
  color: var(--black);
}

.search_part_content article {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.search_part_content h2 a {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--purple);
  font-weight: 600;
}

.search_part_content img {
  display: none;
}

.search_part_content .pagination svg path {
  fill: var(--purple);
}

.search_part_content .nav-prev-text,
.search_part_content .nav-next-text {
  display: none;
}

.search_part_content .pagination .nav-links {
  display: flex;
  gap: 10px;
}

.search_part_content .pagination {
  padding: 40px 0 0 0;
}

.search_part_content .pagination .page-numbers.current {
  color: var(--purple);
  font-weight: 500;
}

.search_part_content .no-results .search-form label {
  display: none;
}

.search_part_content .no-results .search-form {
  margin: 30px 0;
  display: flex;
  width: 80%;
  gap: 10px;
}

.search_part_content .no-results .search-form .search-field {
  padding: 0 10px;
  width: 100%;
  border-radius: 10px;
}

.search_part_content {
  padding: 50px 0 80px 0;
}

.search_part_content .no-results {
  padding: 30px 0 0 0;
}

.search_part_content .entry-footer p,
.search_part_content .entry-footer span,
.search_part_content .entry-content p {
  color: var(--gray);
  line-height: 1.4;
}

.search_part_content .entry-footer a,
.search_part_content .entry-content a {
  color: var(--golden);
}

.form_container .form_box > p {
  width: 100%;
}

.contact_pg_form .form_box {
  margin-bottom: 15px;
}

.contact_pg_form .form_box input {
  padding: 13px 23px;
}

.contact_pg_list li.elementor-icon-list-item {
  width: fit-content;
}

.contact_pg_list
  li.elementor-icon-list-item:hover
  > span.elementor-icon-list-text {
  color: var(--gray) !important;
}

.form_container .wpcf7-not-valid-tip {
  font-size: 14px;
}

.not_home_page_footer .footer_top_img {
  position: absolute;
  bottom: 100%;
}

/* blog  */
.blog_page_sec {
  padding: 170px 0 90px;
}

.blog_page_sec .blog_box_btn {
  margin-top: 20px;
}

.blogs_pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 70px;
}

.blogs_pagination .page-numbers svg {
  display: block;
}

.blogs_pagination .page-numbers {
  padding: 10px 15px;
  background: #e8e8e8;
  color: #000000;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  display: flex;
  gap: 10px;
  align-items: center;
}

.blogs_pagination .page-numbers:hover,
.blogs_pagination .page-numbers.current {
  background-color: var(--golden);
  color: #fff;
}

/* single blog page  */
.single_pt_sec {
  background: #f8f8f8;
  padding: 80px 0 120px;
}

.single_pt_banner_sec .wrapper {
  max-width: 1180px;
}

.single_pt_banner_sec .single_pt_banner_title h1 {
  font-size: 36px;
  line-height: 1.2;
  color: var(--purple);
  font-weight: 700;
  margin-bottom: 40px;
}

/* testimonials page */
.testi_page_sec {
  padding: 100px 0 140px 0;
}

.testi_page_inner {
}

.testi_page_sec .testi_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  row-gap: 60px;
}

.testi_page_sec .testi_box_outer {
  width: 33.33%;
  padding: 0 20px;
}

.about-sec-icon {
  position: absolute;
  width: 65px;
  height: 65px;
  background-image: url("../images/about-bone-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.about-sec-icon-1 {
  background-image: url("../images/about-bone-icon.svg");
  top: -50px;
  left: -70px;
  width: 90px;
  height: 90px;
}

.about-sec-icon-2 {
  background-image: url("../images/about-cat-icon.svg");
  top: 0;
  right: -33px;
}

.about-sec-icon-3 {
  background-image: url("../images/abput-dog.svg");
  bottom: 0;
  right: 43px;
}

.about-sec-icon-4 {
  background-image: url("../images/abput-paws.svg");
  top: 40px;
  right: -26px;
}

.about-sec-icon-5 {
  background-image: url("../images/about-bone-icon.svg");
  bottom: -60px;
  right: -70px;
  width: 90px;
  height: 90px;
}

.video_title {
  width: 80%;
  margin: 0 auto;
}

.video_title h2 {
  line-height: 1.3;
}

.testi_sub_title {
  text-align: center;
}
.testi_sub_title span {
  margin-bottom: 22px;
}

.testi_date {
  font-size: 15px;
  line-height: 1.2;
  color: var(--white);
  margin-top: 9px;
}

.social_sec {
  padding: 10px 0 110px;
}
.social_sub_title {
  text-align: center;
}
.social_title {
  text-align: center;
}
.social_title h2 {
  margin-bottom: 42px;
}

.footer-quote {
  margin-top: 14px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.footer_btn {
  margin-bottom: 25px;
  position: relative;
}
.working_hours {
  position: relative;
}
.working_hours h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  font-size: 22px;
}
.working_hours ul {
  position: relative;
  z-index: 1;
}
.working_hours ul li {
  margin-bottom: 10px;
}
.footer_copyright {
  background: #562682;
  text-align: center;
  padding: 20px 0 30px;
}

.footer_copyright p {
  color: var(--white);
}
.footer_copyright a {
  color: var(--white);
  text-decoration: underline;
}

.working_hours::after {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  bottom: -47px;
  left: 50%;
  background-image: url(../images/two-paws2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
  transform: translateX(-13%);
}

.testi_box_img_star_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.our_team_section {
  padding: 180px 0 90px;
}
.our_team_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  row-gap: 25px;
}
.our_team_item {
  width: 25%;
  padding: 0 10px;
}
.single_team_info {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.single_dp_img {
  position: relative;
  width: 100%;
  padding-top: 90%;
}
.single_dp_img > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_dp_ctc {
  padding: 20px 15px 23px;
  background: linear-gradient(180deg, #8c348d 41.69%, #621d63 98.43%);
  text-align: center;
}
.team_dp_name {
  margin-bottom: 15px;
}
.team_dp_name h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.team_dp_name p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--white);
  line-height: 1.6;
}
.single_dp_ctc .paragraph_pra p {
  color: var(--white);
}
.read_more_dp {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}
.read_more_dp .site_button {
  display: flex;
  align-items: center;
  background: transparent;
  border-color: var(--white);
}
.read_more_dp .site_button:hover {
  background-color: var(--golden);
  border: 1px solid var(--golden);
}
.read_right_arro {
  display: flex;
  margin-left: 9px;
}
.read_right_arro svg {
  height: 16px;
}
.content_ctc_read {
  max-width: 920px;
  border: 5px solid #702870;
  padding: 25px;
}
.our_team_item:nth-child(even) .single_dp_ctc {
  background: linear-gradient(180deg, #8c348d 0%, #270e27 100%);
}
.wte_banner_img img{
	    mask-image: url("../images/banner_img_mask.png");
    mask-position: 0% 0%;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/banner_img_mask.png");
    -webkit-mask-position: 0% 0%;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.nav-menu .sub-menu-toggle{display:none !important;}


.meet_our_team_banner .banner_inner{padding: 30px 0 40px;}
.meet_our_team_banner .banner_left::before{
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    background-image: url("../images/banner-blue-star.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: -60px;
    right: 30%;
    pointer-events: none;
}
.meet_our_team_banner .banner_title h1{margin-bottom: 10px;color: #8C348D;}
.meet_our_team_banner .banner_bottom_img{position: absolute;}

.contact_pg_form .co_pg_sub_btn {background-color: var(--purple) !important;border-color: var(--purple) !important;}
.contact_pg_form .co_pg_sub_btn:hover {background-color: var(--golden) !important;border-color: var(--golden) !important;}
.contact_pg_form .form_btn p{display: flex;flex-wrap: wrap;gap: 10px 15px;position: relative;}
.contact_pg_form .wpcf7-spinner{position: absolute;top: 13px;left: 30px;}

.team_pg_university_list{display: flex;margin: 20px -10px 0;justify-content: center;row-gap: 20px;flex-wrap: wrap;}
.team_pg_uni_box{width: 25%;padding: 0 10px;}
.team_pg_uni_box_img{box-shadow: 0px 1px 4px 4px #87878740 !important;display: inline-block;position: relative;padding-top: 42%;width: 100%;height: 100%;outline: none !important;}
.team_pg_uni_box_img img{width: 85%;height: 70%;object-fit: contain;object-position: center;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;}

.join_team_pg_box_hover .e-child{transition: all 0.3s ease;cursor: default;}
.join_team_pg_box_hover .e-child:hover .elementor-heading-title,
.join_team_pg_box_hover .e-child:hover .elementor-widget-text-editor{transition: all 0.3s ease;}
.join_team_pg_box_hover .e-child:hover .elementor-heading-title{color: var(--white);}
.join_team_pg_box_hover .e-child:hover .elementor-widget-text-editor{color: var(--white);}

.service_pg_sec{padding: 160px 0 80px;text-align: center;}


/*  subscribe  */
.subscribe_sec{text-align: center;padding: 120px 0 90px;}
.subscribe_inner{display: flex;flex-wrap: wrap;}
.subscribe_left{width: 70%;}
.subscribe_right{background: #482978;width: 30%;display: flex;align-items: center;justify-content: center;padding: 30px 25px 20px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.subscribe_title h2{color: var(--white);font-size: 34px;}
.subscribe_content p{color: var(--white);}
.subscribe_btn{margin-top: 20px;}

.footer_top_img{background: var(--golden_light);}
.not_home_page_footer .footer_top_img{background: transparent;}
.team_form_sec .form_sec{padding: 80px 0 130px;}
.meet_our_team_banner .banner_left::after{background-image: url("../images/blue-chew-bone-.svg");}
.meet_our_team_banner .banner_img::after{background-image: url("../images/blue-chew-bone-.svg");}
.meet_our_team_banner .banner_img::before{background-image: url("../images/paws_g_purple_icon.svg");}
.header_t_btns a {background: var(--purple);border-color: var(--white);}
.header_t_btns a:hover { background: var(--golden); border-color: var(--golden);}




/* new long form  */
/* .new_form_sec{background: #f9f9f9;padding: 120px 0;} */
/* .new_form_inner{max-width: 1000px;width: 100%;margin: 0 auto;} */
.new_form_container{
    box-shadow: 0 0 10px 0 #0000000d;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #b2b2b2;
}
.new_form_title{
  position: relative;
  padding: 20px 30px;
}
.new_form_title h3{
    font-size: 24px;
    color: var(--purple);
    line-height: 1.2em;
}
.new_form_box_outer{
  padding: 10px 30px 30px;
}
.new_form_box{
     width: 100%;
    display: flex;
    gap: 15px;
}
.new_form_half{width: 50%;margin-bottom: 16px;}
.new_form_full{width: 100%;margin-bottom: 16px;}
.new_form_box label{
      display: block;
    font-size: 17px;
    color: var(--gray);
    padding: 5px 0;
    font-weight: 400;
}
.new_form_box select,
.new_form_box input[type=text], 
.new_form_box input[type=email], 
.new_form_box input[type=tel]{
    width: 100%;
    border-radius: 40px;
    padding: 13px 23px;
    outline: none;
    appearance: none;
    resize: none;
    background: transparent;
    border: 1px solid #b7b7b7;
    color: var(--gray);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: "Lato", sans-serif;
}
.new_form_box select{
  border-radius: 40px;
  appearance: none;
  background-image: url('../images/select_form_icon.svg');
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: calc(100% - 12px) 18px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.new_form_box select option:checked {
    color: #4a4a4a;
}
.new_form_box input::placeholder{color: #717171;font-weight: inherit;font-size: inherit;line-height: inherit;}
.new_form_checkbox{display: flex;flex-wrap: wrap;gap: 20px;}
.new_form_checkbox label{display: flex; gap: 10px; justify-content: space-between;}
.new_form_checkbox label input[type="checkbox"]{width: 23px;height: 23px;appearance: auto;accent-color: var(--purple);}
.new_form_checkbox label span{width: calc(100% - 32px);padding-top: 1px;}

.new_form_radiobox{display: flex;flex-wrap: wrap;gap: 30px;}
.new_form_radiobox label{display: flex; gap: 6px; justify-content: space-between;}


.dp_form_accordion_title > h3::before {
    position: absolute;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    right: 25px;
    top: 20px;
    transition: all 0.5s ease-in-out;
    transition: all 0.3s ease;
    border-top: 2px solid var(--black);
    border-left: 2px solid var(--black);
    transform: rotate(225deg);
}
.dp_form_accordion_title.active > h3::before {
    transform: rotate(45deg);
    top: 30px;
}
.dp_form_accordion_title {
  cursor: pointer;
}
.dp_form_accordion_content{
  display: none;
}

.new_form_descriptions p {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: var(--gray);
    line-height: 1.8;
    padding-bottom: 13px;
}
.new_form_descriptions h4 {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.6;
    color: var(--black);
    transition: all 0.3s ease;
    margin-top: 15px;
}
.new_form_userinfo{
  margin-top: 30px;
}
.new_form_desc_input_{
  margin-bottom: 20px;
}
.new_form_userinfo .clearButton{
  border: none !important;
}
.new_form_submit {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.new_form_submit input[type="submit"]{
  border: none !important;
  text-transform: capitalize !important;
  cursor: pointer !important;
}


.new_form_box input[type="checkbox"]{
  width: 23px;
  height: 23px;
  appearance: auto;
  accent-color: var(--purple);
}

.new_form_box_species .wpcf7-list-item.first , 
.new_form_box_communication .wpcf7-list-item.first,
.new_form_radiobox .wpcf7-list-item.first
{
  margin-left: 0 !important;
}
.new_form_box_species .wpcf7-list-item , 
.new_form_box_communication .wpcf7-list-item, 
.new_form_radiobox .wpcf7-list-item 
{
    display: inline-flex !important;
    gap: 10px !important;
    align-items: center !important;
    margin-top: 4px;
}

.new_form_radiobox input[type="radio"] {
    width: 23px;
    height: 23px;
    appearance: auto;
    accent-color: var(--purple);
}


.new_form_box_multi_select .select2-container .select2-selection--multiple {
    min-height: 47px !important;
    border: 1px solid #b7b7b7 !important;
    border-radius: 40px !important;
    padding-left: 20px !important;
}


.new_form_box_multi_select .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin-top: 6px !important;
    margin-bottom: 8px !important;
}


.new_form_box_multi_select input{
      font-family: "Lato", sans-serif;
      font-size: 16px !important;
      line-height: 1.3 !important;
       min-width: 56px !important;
}

.new_form_box_multi_select .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

.new_form_box_multi_select .select2 {
  width: 100% !important;
}

.required_star{
  color: #f00;
}

.nav-menu>li:first-child>a{padding-left: 0;}


.header_landing .header_t_inner{
  justify-content: center;
  position: relative;
}
.header_landing_btns{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.header_landing .haeder_t_logo {
    padding-right: 50px;
    width: 27%;
}
.header_landing_btns .call_btn {
    font-size: 17px;
    text-transform: uppercase;
    padding: 11px 17px 10px 14px;
    border-radius: 25px;
    font-weight: 300;
}
.site-landing #menu-footer-menu a {
    pointer-events: none !important; 
    cursor: default !important;
    color: var(--white) !important;
}

.site-landing #menu-footer-menu a:hover{
  color: var(--white) !important;
}
.header_landing_btns .call_btn img {
    width: 24px;
}

/* Responsive Section */

@media screen and (max-width: 1350px) {
  .footer__content::after {
    right: -18px;
  }
  .banner_img::before {
    right: -18px;
  }
  .banner_left::after {
    left: -15px;
  }
  .about-sec-icon-1 {
    left: -15px;
    width: 65px;
    top: -70px;
  }
  .about-sec-icon-4 {
    top: 0px;
    right: -10px;
  }
  .about-sec-icon-5 {
    bottom: -100px;
    right: -15px;
  }
  .footer__logo::before {
    left: -15px;
    top: -60px;
    width: 65px;
  }
  .footer__column:nth-child(2)::after {
    width: 65px;
    right: -5px;
  }
}

@media screen and (max-width: 1280px) {
  /* .header_btn_sec { width: 28%; } */
  /* .header_menu_sec { width: 49%; }  */
  .header_img_sec {
    min-height: 67px;
  }

  .nav-menu > li {
    margin: 0 5px;
  }

  .nav-menu > li > a {
    font-size: 15px;
  }

  .header_call_sec span {
    display: none;
  }

  .header_call_sec {
    color: var(--white);
    background: #f00;
    border-radius: 100%;
    padding: 12px;
    margin-right: 0px;
  }

  /* footer  */
  .footer__content {
    padding: 80px 0 60px;
  }

  .footer__branding {
    width: 270px;
    margin-right: 35px;
  }

  .footer__logo img {
    max-width: 212px;
  }

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

  .footer__links {
    gap: 40px 30px;
    width: calc(100% - 270px);
  }

  .footer__container_bottom {
    padding: 0px 0 40px;
  }

  .header_t_line,
  .header_social {
    display: none;
  }

  .header_t_btns a {
    padding: 12px 10px;
    white-space: nowrap;
  }

  .haeder_t_logo {
    width: 40%;
    max-width: 240px;
  }

  .haeder_t_owned_logo {
    width: 25%;
  }

  .haeder_t_owned_logo img {
    max-width: 70px;
  }

  .header_t_btns {
    width: 60%;
    justify-content: end;
  }
  .header_btn_sec_inner .site_button {
    padding: 11px 12px 13px;
  }

  .header_menu_sec {
    width: 71%;
  }

  .header_btn_sec {
    width: 29%;
  }

  .common_banner_title h1 {
    font-size: 48px;
  }
  .header_to_right {
    flex-direction: row;
  }
  .header_t_sec {
    padding: 12px 0;
  }
  .header_time_bar {
    padding: 5px 0;
  }
  .header_landing .haeder_t_logo {
      max-width: 300px;
  }
}

@media screen and (max-width: 1250px) {
  .menu_expand {
    display: inline-block;
  }

  .nav_menu_container {
    display: block;
    position: fixed;
    top: 0;
    left: -600px;
    bottom: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    text-align: left;
    margin-right: 0px;
    background: #ffffff;
    width: 100%;
    padding: 20px 20px 45px 0;
    max-width: 600px;
  }

  .nav_menu_container.state-active {
    clear: both;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .header_sec.active .nav_menu_container {
    padding: 0;
  }

  .header_img_sec {
    width: 50%;
    order: 1;
    min-height: 70px;
  }

  .banner_section_inner > .wrapper {
    padding: 80px 20px 60px;
  }

  .header_img_sec a {
    max-width: 170px;
  }

  .haeder_mobile_menu_top {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
  }

  .expand_plus,
  .cross_button {
    display: block;
  }

  .nav-menu {
    padding: 35px 0 20px;
  }

  .nav-menu li {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .nav-menu a {
    width: 100%;
  }

  .nav-menu .sub-menu li:hover > a {
    background: none;
    color: var(--golden);
  }

  .nav-menu .sub-menu li {
    border: none;
  }

  .nav-menu .sub-menu > .menu-item-has-children > a::before,
  .nav-menu > .menu-item-has-children > a::before,
  .nav-menu > li > a:after {
    display: none;
  }

  .nav-menu > li.current-menu-item > a,
  .nav-menu .sub-menu li a,
  .nav-menu > li > a {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.2em;
    color: var(--black);
    font-weight: 500;
  }

  .nav-menu .sub-menu li ul,
  .nav-menu .sub-menu {
    padding-left: 20px;
    width: auto;
    position: relative;
    display: none;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    left: 0;
    transform: translate(0, 0);
    top: 0;
    transition: none;
  }

  .header_mobile_menu {
    display: flex;
  }

  .header_btn_sec {
    width: 100%;
    justify-content: space-between;
  }

  .header_mobile_logo {
    max-width: 250px;
  }

  .header_menu_sec {
    width: 58%;
  }

  .banner_title h1 {
    font-size: 42px;
  }

  .banner_img::before {
    width: 100px;
    height: 100px;
  }

  .form_img::after {
    top: 5%;
    left: -3%;
  }
  .nav-menu>li:first-child>a{padding-left: 20px;}
  .banner_sub_title span{font-size: 28px;}
}

@media screen and (max-width: 1024px) {
  .single_pt_banner_sec {
    width: 85%;
    margin: 0 auto;
  }
.header_landing .haeder_t_logo {
    width: 60%;
}
}

@media screen and (max-width: 992px) {
  /* footer  */
  .footer__content {
    padding: 70px 0 40px;
  }

  .ftc_schedule_btn {
    margin-top: 30px;
  }

  .footer__bottom_bar p,
  .footer__bottom_bar ul a {
    font-size: 16px;
  }

  .footer__container_bottom {
    padding: 0 0 20px;
  }

  .footer__bottom_bar {
    padding: 10px 25px;
  }

  .header_t_pay_btn {
    display: none;
  }

  .header_t_btns a {
    min-width: 125px;
    width: auto;
  }

  .nav-menu {
    row-gap: 0;
  }

  .haeder_t_owned_logo {
    width: 35%;
  }

  .banner_title h1 {
    font-size: 32px;
  }

  .service_box {
    width: 50%;
  }

  .service_box_img {
    max-width: 200px;
    margin: 0 auto;
  }

  .heading_02 h2 {
    font-size: 32px;
  }

  .testi_sec,
  .about_sec {
    padding: 70px 0;
  }

  .service_title h2 {
    margin-bottom: 40px;
  }

  .service_btn {
    margin-top: 60px;
  }

  .sub_title_common span {
    font-size: 20px;
  }

  .footer__column:nth-child(2)::after {
    right: 0;
  }

  .about_inner {
    gap: 20px;
    align-items: center;
  }

  .about_left {
    width: 100%;
  }

  .about_right {
    width: 100%;
    padding: 0;
  }

  .about_img img {
    position: relative;
  }

  .testi_title h2 {
    margin-bottom: 30px;
  }

  .form_inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .form_left,
  .form_right {
    width: 100%;
  }

  .banner_img::before {
    width: 90px;
    height: 90px;
  }

  .service_container {
    margin: 0;
  }

  .form_img {
    margin: 0 auto;
    max-width: 460px;
  }

  .location_sec {
    padding: 0 0 70px;
  }

  .team_sec,
  .blog_sec,
  .img_sec,
  .form_sec {
    padding: 70px 0;
  }

  .team_title {
    max-width: 360px;
  }
  /* .team_container {
    margin: 0 -10px;
  } */

  .about_logo_title h3,
  .team_box_name h3 {
    font-size: 16px;
  }

  /* .team_box_post p {
    font-size: 14px;
  } */

  .video_box iframe {
    height: 400px;
  }

  .video_inner {
    max-width: 650px;
  }

  .about_img {
    border-top-left-radius: 160px;
  }

  .expect_sec .about_img {
    border-top-right-radius: 160px;
  }

  .about_content p {
    line-height: 1.4;
  }

  .location_title h2,
  .about_title h2 {
    font-size: 28px;
  }

  .blog_container {
    margin: 0 -10px;
  }

  .blog_box {
    padding: 0 10px;
  }

  .blog_box_cat,
  .blog_box_date {
    width: 100%;
  }

  .blog_box_detail {
    gap: 10px;
  }

  .blog_box_title h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  .site_button {
    padding: 10px 16px;
    font-size: 14px;
  }

  .footer_time_box {
    max-width: max-content;
  }

  .footer_bottom {
    padding: 20px 0 20px;
  }

  .footer__content::after {
    width: 130px;
    height: 130px;
  }

  .client_title h2 {
    font-size: 24px;
  }

  .footer_time_box li {
    margin-bottom: 10px;
  }

  .error_pg_sec {
    padding: 60px 0 50px;
  }

  .error_pg_title h1 {
    font-size: 42px;
  }

  .error_pg_img {
    max-width: 350px;
  }

  .error_pg_content {
    max-width: 550px;
    margin-bottom: 18px;
  }

  .error_pg_content p {
    font-size: 18px;
  }

  .blog_page_sec {
    padding: 90px 0 70px;
  }

  .blog_page_sec .blog_box {
    width: 50%;
  }

  .blog_page_sec .blog_box_detail {
    gap: 0;
  }

  .blog_page_sec .blog_box_date {
    width: 115px;
  }

  .blog_page_sec .blog_box_cat {
    width: calc(100% - 120px);
  }

  .single_pt_banner_sec .single_pt_banner_title h1 {
    font-size: 36px;
  }

  .testi_page_sec {
    padding: 80px 0 90px 0;
  }

  .testi_page_sec .testi_box_outer {
    width: 50%;
    padding: 0 15px;
  }

  .testi_box_left {
    width: 70px;
    height: 70px;
  }

  .testi_box_right {
    width: calc(100% - 80px);
  }

  .testi_box_quotes {
    width: 55px;
    height: 55px;
    padding: 12px;
  }
  .banner_left {
    padding-right: 30px;
  }
  .testi_box_star {
    max-width: 95px;
  }
  .testi_date {
    margin-top: 4px;
  }
  .testi_box_name h3 {
    margin-bottom: 0;
  }
  .team_box_outer {
    width: 50%;
  }
  .team_container {
    max-width: 632px;
    margin: 0 auto;
  }
  .team_box_detail {
    padding: 20px 25px 30px;
  }
  .social_sec {
    padding: 10px 0 80px;
  }
  .service_sec {
    padding: 60px 0 70px;
  }
  .contact_pg_form .wpcf7-spinner{top: 10px;}
  .our_team_section {padding: 100px 0 80px;}
  .our_team_item{width: 33.33%;}
  .team_dp_name h3{font-size: 17px;}
  .team_dp_name {margin-bottom: 15px;}
  .service_container{row-gap: 40px;}
  .service_pg_sec .service_container{row-gap: 60px;}
  .service_pg_sec{padding: 90px 0 70px;}
  .banner_img{padding: 12px;}
  .subscribe_right{padding: 15px 10px 15px;}
  .subscribe_title h2{font-size: 22px;margin-bottom: 10px;}
  .subscribe_content p{line-height: 1.4;}
  .subscribe_left{width: 60%;}
  .subscribe_right{width: 40%;}
  .subscribe_sec{padding: 70px 0 60px;}
  .video_title h2{line-height: 1.2;}
  .team_form_sec .form_sec {padding: 80px 0 90px;}



}

@media screen and (max-width: 767px) {
  .header_btn {
    display: none;
  }

  .haeder_mobile_menu_bottom {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
  }

  .header_img_sec {
    width: 70%;
    min-height: 58px;
  }

  .header_img_sec a {
    max-width: 145px;
  }

  .header_call_sec {
    padding: 10px;
  }

  /* footer  */
  .footer__branding,
  .footer__links {
    width: 100%;
  }

  .footer__branding {
    margin-right: 0px;
    padding: 0;
  }

  .footer__content {
    gap: 30px;
    flex-wrap: wrap;
    padding: 50px 0 20px;
  }

  .ft_logo_ctc {
    margin-top: 22px;
  }
  .haeder_t_logo {
    width: 100%;
    margin: 0 auto;
  }

  .haeder_t_owned_logo {
    width: 50%;
  }

  .haeder_t_owned_logo span {
    font-size: 12px;
  }

  .banner_right {
    display: none;
  }

  .banner_img_mobile {
    display: block;
    max-width: 90%;
    margin: 20px auto;
  }

  .banner_left {
    width: 100%;
    padding: 0;
  }

  .banner_inner {
    padding: 60px 0 55px;
  }

  .banner_title h1 {
    font-size: 30px;
  }

  .banner_call_btn,
  .service_box_title h3,
  .sub_title_common span {
    font-size: 18px;
  }

  .header_t_btns a {
    min-width: 130px;
  }

  .service_sec {
    padding: 40px 0 50px;
  }

  .service_container {
    margin: -10px;
  }

  .service_box {
    padding: 0 10px;
  }

  .service_box_title h3 {
    margin: 12px 0 8px;
  }

  .service_btn {
    margin-top: 45px;
  }

  .about_inner {
    flex-wrap: wrap;
  }

  .about_left {
    width: 100%;
    display: none;
  }

  .about_right {
    width: 100%;
  }

  .about_img_mobile {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 160px;
    margin-bottom: 20px;
  }

  .testi_sec {
    padding: 50px 0 25px;
  }

  .form_sec,
  .team_sec,
  .blog_sec,
  .img_sec,
  .about_sec {
    padding: 50px 0;
  }

  .video_box iframe {
    height: 300px;
    border-width: 4px;
  }

  .heading_02 h2 {
    font-size: 26px;
  }

  .client_title h2 {
    font-size: 22px;
  }

  .client_container {
    margin-top: 20px;
  }

  .testi_title h2 {
    margin-bottom: 20px;
  }

  .location_sec {
    padding: 0 0 60px;
  }

  .form_img::after {
    top: 0px;
    left: -10px;
  }

  .form_img::before {
    width: 60px;
  }

  .form_box textarea,
  .form_box input {
    padding: 10px 20px;
  }

  .form_half {
    width: 100%;
  }

  .form_box {
    flex-wrap: wrap;
  }

  .team_title {
    max-width: 293px;
  }

  .team_title h2 {
    margin-bottom: 30px;
  }

  .team_box_outer {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .team_box_detail {
    padding: 20px 40px 30px;
  }

  .team_btn {
    margin-top: 35px;
  }

  .blog_box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .blog_box_detail {
    gap: 0;
  }

  .blog_box_date {
    width: 115px;
  }

  .blog_box_cat {
    width: calc(100% - 120px);
  }

  .location_box {
    width: 100%;
  }

  .location_title h2 {
    margin-bottom: 15px;
  }

  .footer__logo::after {
    top: 0;
    right: 0;
  }

  .footer__column:nth-child(1)::after {
    bottom: 0;
    right: -40px;
  }

  .footer__column:nth-child(2)::after {
    width: 75px;
    height: 74px;
  }

  .banner_call_btn {
    font-size: 16px;
  }

  .banner_bottom {
    column-gap: 15px;
  }

  .form_right {
    padding: 0;
  }

  .client_sec {
    padding: 0 0 35px;
  }

  .client_swiper_pagination {
    display: block !important;
  }

  .testi_arrow {
    padding: 35px 0;
    display: block;
  }

  .testi_box_left {
    width: 60px;
    height: 60px;
  }

  .testi_box_right {
    width: calc(100% - 75px);
  }

  .testi_box_star {
    max-width: 100px;
  }

  .common_banner_sec {
    padding: 50px 0 50px;
  }

  .common_banner_title h1 {
    font-size: 40px;
  }

  .error_pg_title h1 {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .error_pg_btn {
    margin-bottom: 35px;
  }

  .error_pg_img {
    max-width: 70%;
  }

  .search_part_content h2 a {
    font-size: 16px;
  }

  .search_part_content {
    padding: 50px 0;
  }

  .blog_page_sec {
    padding: 60px 0 50px;
  }

  .blogs_pagination .page-numbers {
    padding: 8px 12px;
    gap: 5px;
    font-size: 14px;
  }

  .blogs_pagination .page-numbers svg {
    height: auto;
    width: 13px;
  }

  .blog_page_sec .blog_box {
    width: 100%;
  }

  .blogs_pagination {
    margin-top: 55px;
  }

  .single_pt_banner_sec {
    width: 100%;
  }

  .single_pt_banner_sec .single_pt_banner_title h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .single_pt_sec {
    padding: 55px 0;
  }

  .testi_page_sec .testi_box_outer {
    width: 100%;
  }

  .testi_box_quotes {
    width: 50px;
    height: 50px;
    margin-top: -45px;
  }

  .testi_page_sec .testi_container {
    row-gap: 45px;
  }

  .testi_page_sec {
    padding: 65px 0 60px 0;
  }
  .header_t_btns {
    display: none;
  }
  .header_menu .header_t_btns {
    display: flex;
    padding: 10px 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header_btn_sec_inner {
    gap: 5px;
  }
  .banner_left::after {
    bottom: -65px;
    left: 60%;
    width: 50px;
  }
  .banner_content {
    padding: 5px 0px 25px 0;
  }
  .about_content p {
    padding-bottom: 20px;
  }
  .about-sec-icon-1 {
    width: 45px;
    top: -47px;
  }
  .about-sec-icon-2 {
    right: -15px;
  }
  .about-sec-icon-4 {
    display: none;
  }
  .about-sec-icon-5 {
    display: none;
  }
  .video_title {
    width: 100%;
  }
  .testi_box_outer {
    padding: 20px 0 0;
  }
  .testi_sub_title span {
    margin-bottom: 15px;
  }
  .social_sec {
    padding: 10px 0 55px;
  }
  .social_title h2 {
    margin-bottom: 20px;
  }
  .working_hours::after {
    width: 90px;
    left: 80%;
    bottom: 0;
  }
  .banner_img::before{bottom: -35px;right: -42px;}
  .meet_our_team_banner .banner_left::before{width: 50px;top: -25px;right: -15px;}
  .contact_pg_form .wpcf7-spinner{top: 8px;}
.contact_pg_form .co_pg_sub_btn{min-width: auto;}
.contact_pg_form .form_btn p{gap: 10px 5px;}
.our_team_item{width: 50%;}
.our_team_section {padding: 60px 0 55px;}
.content_ctc_read{padding: 20px 15px 25px;}
.team_pg_uni_box{width: 50%;}
.jt_form_file input{padding: 0;}
.service_pg_sec{padding: 70px 0 50px;}
.service_pg_sec .service_container {row-gap: 40px;}
.form_img{padding: 30px 20px 0;}
.subscribe_left{width: 100%;}
.subscribe_right{width: 100%;border-top-right-radius: 0;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;padding: 30px 15px 25px;}
.subscribe_title h2{font-size: 22px;}
.subscribe_sec {padding: 50px 0;}
.team_form_sec .form_sec {padding: 55px 0 60px;}
.new_form_box {
    flex-wrap: wrap;
        gap: 0;
}
.new_form_half {
    width: 100%;
}
.new_form_userinfo{
  flex-direction: column-reverse;
}
.new_form_userinfo .new_form_half:first-child{
  margin-top: 25px;
}
.new_form_title {
    padding: 20px 20px;
}
.new_form_box_outer {
    padding: 10px 20px 10px;
}
.banner_img {padding: 6px 10px 12px 10px;}
.header_landing_btns {
    position: relative;
    transform: translate(0, 0);
    top: 0;
}
.header_landing .haeder_t_logo {
    margin: 0;
}
}

@media screen and (max-width: 479px) {
  .header_mobile_logo {
    max-width: 94px;
  }

  .nav-menu {
    padding: 20px 0 10px;
  }

  /* footer  */
  .footer__content {
    padding: 60px 0 35px;
    gap: 25px;
  }

  .footer__column {
    width: 100% !important;
  }

  .footer__bottom_bar {
    flex-wrap: wrap;
    gap: 4px;
    padding: 15px 20px;
  }

  .footer__bottom_bar p {
    line-height: 1.5;
  }

  .footer__links {
    gap: 30px;
  }

  .footer__heading {
    margin-bottom: 13px;
  }

  .video_box iframe {
    height: 210px;
    max-height: 100% !important;
  }

  .header_btn_sec_inner a {
    padding: 10px 8px;
  }

  .header_mobile_logo {
    max-width: 180px;
  }
  .haeder_t_owned_logo {
    width: 40%;
  }

  .banner_title h1 {
    font-size: 28px;
  }

  .service_box {
    width: 100%;
  }

  .service_box_img {
    max-width: 170px;
  }

  .about_img_mobile {
    border-top-right-radius: 120px;
  }

  .video_title h2 {
    margin-bottom: 14px;
  }

  .form_img::before {
    top: -30px;
  }

  .footer__column:nth-child(1)::after {
    right: 0;
  }

  .form_left {
    padding: 20px 20px 25px;
  }

  .blog_top {
    margin-bottom: 35px;
  }

  .img_sec {
    padding: 40px 0;
  }

  .location_inner {
    row-gap: 30px;
  }

  .footer_time_box {
    padding: 15px 20px;
  }

  .footer_bottom {
    padding: 0px 0 30px;
  }

  .location_title h2 {
    font-size: 24px;
  }

  .footer_box,
  .footer__column li {
    margin-bottom: 8px;
  }

  .sticky_header .header_btn_sec_inner {
    gap: 6px;
  }

  .sticky_header .wrapper {
    padding: 0 15px;
  }

  .sticky_header .header_btn_sec_inner a {
    padding: 8px 4px;
            justify-content: center;
  }

  .service_container {
    row-gap: 35px;
  }

  .testi_box_content p {
    line-height: 1.4;
  }

  .blog_box_title h3 {
    margin-bottom: 6px;
  }

  .common_banner_title h1 {
    font-size: 36px;
  }

  .error_pg_content p {
    font-size: 16px;
  }

  .error_pg_img {
    max-width: 75%;
  }

  .search_part_content .no-results .search-form {
    width: 100%;
  }

  .search_part_content .page-title {
    font-size: 28px;
  }
  .header_t_time p {
    font-size: 15px;
  }
  .header_btn_sec_inner .header_nn_pay_btn {
    display: none;
  }
  .banner_inner {
    padding: 35px 0 55px;
  }
  .banner_sub_title::after {
    bottom: -10px;
    width: 50px;
  }
  .our_team_item{width: 100%;}
  .header_landing .haeder_t_logo {
    padding-right: 30px;
}
.header_landing_btns .call_btn {
    font-size: 16px;
}
.header_landing_btns .call_btn img {
    width: 22px;
}
}

@media screen and (max-width: 369px) {
  .banner_sub_title::after {
    right: -60px;
  }

  .sticky_header .wrapper_xl {
    padding: 0 10px;
  }

  .call_btn img {
    width: 12px;
  }

  .banner_bottom {
    row-gap: 10px;
  }

  .banner_img::after {
    left: -15px;
  }

  .blog_page_sec .blog_box_detail,
  .blog_box_detail {
    gap: 10px;
  }

  .blog_page_sec .blog_box_cat,
  .blog_page_sec .blog_box_date,
  .blog_box_cat,
  .blog_box_date {
    width: 100%;
  }
}
