@charset "utf-8";
@font-face {
  font-family: myFirstFont;
  src: url(/fonts/Inter-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: myFirstFontBlack;
  src: url(/fonts/Inter-Black.ttf);
}
@font-face {
  font-family: myFirstFontBold;
  src: url(/fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: myFirstFontSemibold;
  src: url(/fonts/Inter-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: myFirstFontMedium;
  src: url(/fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: myFirstFontLight;
  src: url(/fonts/Inter-Light.ttf);
}
@font-face {
  font-family: myFirstFontThin;
  src: url(/fonts/Inter-Thin.ttf);
}
@font-face {
  font-family: myFirstFontExtrabold;
  src: url(/fonts/Inter-ExtraBold.ttf);
}
@font-face {
  font-family: myFirstFontExtralight;
  src: url(/fonts/Inter-ExtraLight.ttf);
}
@font-face {
  font-family: mySecondFont;
  src: url(/fonts/Basting_Brush.otf);
  font-display: swap;
}
@font-face {
  font-family: mySecondFontul;
  src: url(/fonts/Basting_Brush_Underlines.otf);
}
@font-face {
  font-family: myHeadFont;
  src: url(/fonts/GT_SUPER_DISPLAY_REGULAR.OTF);
  font-display: swap;
}
.fw_100 {
  font-weight: 100 !important;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
}
p {
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  margin: 0;
  padding: 0;
}
h3 {
  margin: 0;
  padding: 0;
}
h4 {
  margin: 0;
  padding: 0;
}
h5 {
  margin: 0;
  padding: 0;
}
h6 {
  margin: 0;
  padding: 0;
}
address,
blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
frame,
frameset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
a {
  text-decoration: none;
  border: 0;
  outline: 0;
  transition: all 0.5s;
}
a img {
  border: none;
  outline: 0;
}
a:focus {
  outline: 0;
}
border {
  border-collapse: collapse;
}
hr {
  height: 1px;
  background: #d4af37;
  border: none;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
}
img {
  max-width: 100%;
}
::-moz-selection {
  color: #fff;
  background: var(--main-clr);
}
::selection {
  color: #fff;
  background: var(--main-clr);
}
button,
input,
option,
select,
textarea {
  outline: 0 !important;
  pointer-events: all;
  font-family: inherit;
  font-size: 100%;
}
:root {
  --body-font: myFirstFont;
  --main-clr: #f47b20;
  --main-clr-one: #2a439b;
  --bg-dark: #1f1f1f;
}
body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.0000001px;
}
a {
  color: var(--main-clr);
  transition: 0.2s;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: var(--main-clr);
}
p {
  margin-bottom: clamp(15px, 1.27vw, 20px);
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}
li {
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
[id] {
  scroll-margin-top: 200px;
}
.text_center {
  text-align: center !important;
}
.align-item-center {
  display: flex;
  align-items: center;
}
.lity {
  z-index: 10018 !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgb(0 0 0 / 0.9);
  outline: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.heading .small_head .p1_txt {
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.secBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff0;
  z-index: -1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: clamp(15px, 1.27vw, 20px);
  font-family: var(--head-font);
  color: #191919;
}
h1,
.h1 {
  font-size: var(--h1-font);
}
h2,
.h2 {
  font-size: var(--h2-font);
}
h3,
.h3 {
  font-size: var(--h3-font);
}
.heading {
  padding-bottom: 20px;
}
.heading .small_head {
  color: #ffa56a;
  padding-bottom: 10px;
}
.heading .small_head p {
  margin: 0;
  padding-right: 10px;
}
.heading h3 {
  font-size: 45px;
  line-height: 55px;
  color: #000;
  margin: 0;
  padding-bottom: 5px;
  font-weight: 600;
  font-family: myHeadFont;
}
.heading p {
  margin: 0;
}
.contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: var(--main-clr-one);
  border: 3px solid var(--main-clr);
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
}
.contact_btn:hover {
  background-color: var(--main-clr);
  border: 2px solid var(--main-clr-one);
}
.contact_btn p {
  margin: 0;
}
.contact_btn img {
  margin-right: 10px;
}
.contact_btn_rvs {
  background-color: var(--main-clr-one) !important;
  border: 2px solid var(--main-clr) !important;
}
.contact_btn_rvs:hover {
  background-color: var(--main-clr) !important;
  border: 2px solid var(--main-clr-one) !important;
}
.common-padd {
  padding-top: 50px;
  padding-bottom: 50px;
}
.common-padd-top {
  padding-top: 100px;
}
.common-padd-btm {
  padding-bottom: 100px;
}
.common-padd-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}
.secSliderWrap {
  position: relative;
}
.secSliderNavWrap {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 6px);
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secSliderNav {
  pointer-events: all;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #434343;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}
.secSlider .item {
  padding: 10px 10px 10px;
}
.secImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.secImg {
  padding-bottom: 45%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.secSliderNav img {
  filter: brightness(0) invert(0);
  padding: 0;
  height: auto;
}
.secSliderNav:hover {
  background-color: #c1c1c1;
}
.secSliderNav:hover img {
  filter: contrast(64%) sepia(1) hue-rotate(313deg) saturate(580%);
}
.slick-dots li button:before {
  font-size: 10px;
  color: #373e46;
}
.slick-dots li button {
  padding: 0 4px;
}
.slick-dots li {
  margin: 0;
}
.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-clr);
  color: #fff;
  border: 2px solid #fff;
  z-index: 99;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.go-to-top:hover {
  background-color: var(--main-clr-one);
}
.go-to-top span {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
  margin-top: 4px;
}
.go-to-top.show {
  opacity: 1;
}
.header-top-bar {
  background-image: linear-gradient(to top, #3E2E61 0%, #C894C1, #6F5CA8 100%);   
  color: #fff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.d-flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-bar p {
  margin: 0;
  padding-right: 10px;
  font-size: 14px;
}
.header-top-bar .contact_btn:hover {
  border: 2px solid #fff;
}
.header-top-bar .contact_btn {
  font-size: 12px;
}
.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: 0.3s;
}
.site-logo {
  transition: 0.2s;
  flex-shrink: 0;
  width: 13%;
}
.header-area.sticky .header-nav {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 5px 8px 0 #0007;
}
.header-area.sticky .navbar-area-menu {
  padding-top: 0;
}
.header-area.sticky .navbar-area-inr {
  align-items: center;
}
.header-nav {
  padding: 20px 0;
  transition: 0.4s;
  background: #fff;
}
.navbar-area-inr {
  display: flex;
  justify-content: space-between;
}
.site-logo img {
  height: auto;
  width: auto;
  transition: 0.6s;
}
.navbar-area-menu {
  display: flex;
  gap: clamp(23px, 2.35vw, 45px);
  align-items: center;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(11px, 1.38vw, 22px);
}
.site-navbar ul li {
  position: relative;
  font-size: var(--fs-16px);
}
.site-navbar ul li a {
  display: block;
  color: #000;
  text-transform: uppercase;
}
.site-navbar > ul > li a {
  padding: 5px 0;
  position: relative;
}
.site-navbar > ul > li a::after {
  width: 0%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: var(--main-clr-one);
  position: absolute;
  content: "";
  transition: 0.3s;
}
.site-navbar > ul > li a:hover::after {
  width: 60%;
  height: 2px;
  color: var(--main-clr-one);
}
.current-menu-parent .current_page_item a {
  background: var(--main-clr);
  color: #fff !important;
}
#menu-header-menu .sub-menu li a::after {
  display: none !important;
}
.site-navbar > ul > li.current-menu-item a::after {
  width: 60%;
  height: 2px;
  color: var(--main-clr-one);
}
.site-navbar > ul > li a:hover {
  color: var(--main-clr-one);
}
.site-navbar > ul > li.current-menu-item {
  color: var(--main-clr-one);
  font-weight: 800;
}
.site-navbar ul ul {
  flex-direction: column;
  transform: translateY(100%);
  position: absolute;
  width: clamp(150px, 15.625vw, 300px);
  background: #fff;
  box-shadow: 0 3px 35px 0 rgb(0 0 0 / 0.26);
  transform-origin: top;
  z-index: 99;
  transition: 0.2s;
  align-items: flex-start;
  top: 100%;
  gap: 0;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  text-transform: uppercase;
}
.site-navbar ul ul li {
  width: 100%;
  text-transform: none;
  font-weight: 700;
}
.site-navbar ul ul a {
  padding: clamp(8px, 0.5208vw, 10px);
  width: 100%;
  display: block;
  color: #222;
}
.site-navbar ul ul li a:hover {
  background: var(--main-clr);
  color: #fff;
}
.site-navbar ul li > span {
  display: none;
}
.site-navbar ul li:hover ul {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
.nav-toggler {
  border: 0;
  background-color: #fff0;
  cursor: pointer;
  display: none;
  padding: 5px;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 1px;
  background-color: var(--main-clr);
  display: block;
  transition: 0.3s;
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(9px);
}
.nav-toggler.toggler-open span {
  background-color: #fff0;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-2px) rotate(-45deg);
}
.info_div {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.info_div .info a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: 20px;
  color: #fff;
}
.info_div .info a:hover {
  color: var(--main-clr-one);
}
.info .details h5 {
  color: #020202;
  margin: 0;
  font-size: 15px;
}
.info .details p {
  color: #000;
  margin: 0;
  font-size: 18px;
}
.info_div .info a .icon {
  margin-right: 10px;
  padding: 0 10px;
}
.info_div .info a:hover h5 {
  color: var(--main-clr-one);
}
.info_div .info a h5 span {
  color: var(--main-clr);
}
.info_div .info a:hover p {
  color: var(--main-clr-one);
}
.down_arrow {
  margin-left: 8px;
}
.info_div_mobile {
  display: none;
}
.banner {
  position: relative;
  z-index: 2;
  color: #fff;
  overflow: hidden;
  margin-top: 160px;
  background: #fff1e1;
}
.banner .secSlider .item {
  padding: 0;
}
.banner .secSlider .secImg {
  padding-bottom: 35%;
  position: relative;
}
.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-text {
  width: 550px;
  margin: 0 auto;
  border: 1px solid #ffffff69;
  padding: 20px;
  position: relative;
}
.banner .banner-text h1 {
  font-size: 100px;
  line-height: 1.1;
  margin-bottom: 10px;
  text-align: center;
  font-family: mySecondFont;
  color: #fff;
  font-weight: 700;
}
.banner .banner-text h2 {
  text-align: left;
  font-size: 40px;
  padding-left: 50px;
  font-family: mySecondFont;
  color: #faa771;
}
.banner .banner-text p {
  text-align: center;
  padding: 20px 30px 0;
}
.banner .banner-text .contact_btn1 p {
  padding: 0 !important;
}
.contact_btn1 {
  width: fit-content;
  margin: 0 auto;
  background-color: var(--main-clr-one);
  padding: 5px 2px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_btn1 p {
  margin: 0;
  padding: 0;
}
.go_shape1 {
  position: absolute;
  top: -5%;
  right: 8%;
  width: 36%;
  z-index: -1;
}
.banner_txt2 {
  margin-top: 40px;
  text-align: center;
}
.banner_txt2 .sub_txt {
  font-size: 20px;
}
.banner_txt2 p span {
  font-family: mySecondFont;
  font-size: 32px;
}
.banner_txt2 .d_flex_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_txt2 .d_flex_box .item_one {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.banner_txt2 .d_flex_box .item_one:hover img {
  filter: contrast(64%) sepia(1) hue-rotate(313deg) saturate(580%);
}
.banner_txt2 .d_flex_box .item_one:hover p {
  color: var(--main-clr-one);
}
.banner_txt2 .d_flex_box .item_one img {
  margin: 0 10px;
}
.banner .inner_content_div {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: left;
  color: #000;
}
.banner .inner_content_div h2 {
  font-family: myHeadFont;
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
  margin-bottom: 10px;
}
.banner .inner_content_div h2 span {
  background-color: var(--main-clr-one);
  line-height: 0 !important;
  color: #fff;
  margin: 0;
  padding: 0 10px !important;
}
.banner .logoImg {
  position: relative !important;
  width: 40% !important;
  height: auto !important;
  margin: 0 auto !important;
}
.btn_img {
  position: relative !important;
  width: 20% !important;
  padding: 4px;
  height: auto !important;
  margin: 0 auto !important;
}
.btn_clndr {
  position: relative !important;
  width: 10% !important;
  height: 10% !important;
}
.d-flex_box1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.d-flex_box1 .contact_btn {
  margin-right: 10px;
  margin-top: 10px;
}
.secTwo {
  background-image: linear-gradient(to top, #3E2E61 0%, #C894C1, #6F5CA8 100%);  
  padding: 20px 0;
}
.secTwo .bnr_btm_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.secTwo .bnr_btm_div .img_div {
  width: 116px;
  height: 116px;
  background-color: #fff;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
  padding: 10px;
  margin: 0 auto;
}
.secTwo .bnr_btm_div p {
  font-size: 18px;
  padding-top: 10px;
  color: #fff;
}
.secTwo .bnr_btm_box:hover .img_div {
  border: 2px solid var(--main-clr);
}
.secTwo .bnr_btm_box .img_div img {
  transition: all ease-in-out 0.5s;
}
.secTwo .bnr_btm_box:hover .img_div img {
  transform: scale(0.9);
}
.secTwo .bnr_btm_box:hover p {
  color: var(--main-clr);
  font-weight: 600;
}
.secThree {
  position: relative;
  overflow: hidden;
}
.secThree_div {
  position: relative;
  border-radius: 20px;
  margin: 30px 0;
}
.secThree_div img {
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.secThree_div:hover img {
  transform: scale(1.05);
}
.secThreeTxt {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin: 0 auto;
  background-color: var(--main-clr-one);
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  border-radius: 5px;
}
.secThree_div:hover .secThreeTxt {
  background-color: var(--main-clr);
}
.secThree .contact_btn {
  padding: 10px 20px;
  margin: 30px auto 0;
}
#lockTxt {
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px;
  background: var(--main-clr-one);
  animation: mymove 3s infinite;
}
@keyframes mymove {
  0% {
    background-color: var(--main-clr-one);
  }
  25% {
    background-color: var(--main-clr-one);
  }
  50% {
    background-color: var(--main-clr);
  }
  75% {
    background-color: var(--main-clr);
  }
  100% {
    background-color: var(--main-clr-two);
  }
}
.secFour {
  position: relative;
  overflow: hidden;
}
.secFour .secBg img {
  height: 100%;
}
.secFourDiv {
  display: grid;
  align-items: center;
  grid-template-columns: 30% 70%;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 20px;
  transition: all ease-in-out 0.5s;
  margin: 10px 0;
}
.secFourDiv .icon {
  background-color: #f4f4f4;
  padding: 10px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5s;
}
.secFourDiv:hover {
  border: 1px solid #ddd;
  border-radius: 10px;
}
.secFourDiv:hover .icon {
  background-color: var(--main-clr-one);
}
.secFourDiv:hover .icon img {
  filter: brightness(0) invert(1);
}
.secFourDiv h3 {
  margin: 0;
  color: #000;
  padding-bottom: 10px;
  transition: all ease-in-out 0.5s;
}
.secFourDiv:hover h3 {
  color: var(--main-clr-one);
}
.secFive {
  position: relative;
  overflow: hidden;
  color: #000;
}
.secFive_div {
  padding: 15px 0;
}
.secFive .secFive_div h3 {
  font-family: myFirstFontSemibold;
  font-size: 20px;
  margin: 0;
  padding-bottom: 10px;
  transition: all ease-in-out 0.5s;
}
.secFive .secItem img {
  transition: all ease-in-out 0.5s;
}
.secFive .secItem:hover img {
  transform: scale(1.1);
}
.secFive .secItem:hover .secFive_div h3 {
  color: var(--main-clr-one);
}
.secSix {
  position: relative;
  overflow: hidden;
}
.secSixDiv {
  position: relative;
}
.secSixDiv .secSixContent {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.secSixDiv .secSixContent h2 {
  font-size: 32px;
  line-height: 70px;
  font-family: mySecondFont;
  color: #000;
  margin: 0;
  padding: 0 0;
}
.secSixDiv .secSixContent h3 {
  font-family: mySecondFont;
  font-size: 30px;
  line-height: 70px;
  margin: 0;
  padding: 0 0;
}
.secSixDiv .secSixContent .contact_btn {
  background-color: var(--main-clr-one);
  border-color: var(--main-clr-one);
}
.secSixDiv .secSixContent .contact_btn:hover {
  background-color: var(--main-clr);
  border-color: var(--main-clr);
}
.secSeven {
  position: relative;
  overflow: hidden;
}
.secSeven .secSevenDiv {
  position: relative;
  padding-bottom: 80px;
}
.secSevenContent {
  position: absolute;
  left: 50%;
  bottom: -12%;
  transform: translateX(-50%);
  width: 100%;
  padding: 50px 10px 10px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.secSevenContent h3 {
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
}
.secSevenicon {
  background: url(/assets/images/sec7_Iconbg.webp) no-repeat;
  background-size: cover;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
}
.secSevenIcon1 {
  position: absolute;
  left: 50%;
  bottom: 48%;
  transform: translate(-50%, -50%);
  width: 22%;
}
.secSevenDiv:hover .secSevenicon {
  color: var(--main-clr-one);
}
.secSevenDiv:hover .secSevenContent {
  background-color: var(--main-clr);
  color: #fff;
}
.secSevenDiv:hover .secSevenContent h3 {
  color: #fff;
}
.secSevenContent p {
  min-height: 70px;
}
.secEight {
  position: relative;
  overflow: hidden;
}
.secEight .img_div {
  position: relative;
}
.secEight .img_div .sec8_img2 {
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 50%;
}
.secEight .img_div img {
  width: 100%;
}
.clr_txt {
  color: var(--main-clr-one);
}
.clr_txt1 {
  color: var(--main-clr);
}
.secEight .right_div {
  padding-right: 5rem;
}
.secEight .sec8_img3 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8%;
}
.secEight .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  background-color: var(--main-clr);
  border: 1px solid var(--main-clr);
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
}
.secEight .contact_btn:hover {
  background-color: var(--main-clr-one);
  border: 1px solid var(--main-clr-one);
}
.secNine {
  position: relative;
  overflow: hidden;
}
.secNine .secNineDiv {
  text-align: center;
  margin: 50px 0;
}
.secNine .secNineDiv .iconOne {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #bbb;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  transition: all ease-in-out 0.5ms;
}
.secNine .secNineDiv .iconTwo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #bbb;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.5ms;
}
.secNine .secNineDiv p {
  font-family: myFirstFontSemibold;
  font-size: 20px;
  transition: all ease-in-out 0.5ms;
}
.secNine .secNineDiv:hover .iconOne {
  border: 1px solid var(--main-clr);
}
.secNine .secNineDiv:hover .iconTwo {
  border: 1px solid var(--main-clr);
  background-color: var(--main-clr);
}
.secNine .secNineDiv .iconTwo img {
  transition: all ease-in-out 0.5ms;
}
.secNine .secNineDiv:hover .iconTwo img {
  filter: brightness(0) invert(1);
}
.secNine .secNineDiv:hover p {
  color: var(--main-clr);
}
.secTen {
  position: relative;
  overflow: hidden;
}
.secTenFlexDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secTen .gallery_img {
  overflow: hidden;
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.secTen .gallery_img.first {
  padding-left: 0;
}
.secTen .gallery_img.last {
  padding-right: 0;
}
.secTen .gallery_img::before {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  background: #893e4bad;
  content: "";
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.secTen .gallery_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border: 0;
  color: #fff !important;
  text-decoration: none !important;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-style: normal;
}
.secTen a.gallery_btn img {
  width: 40px;
  border-radius: 50%;
  padding: 0;
}
.secTen .gallery_img img {
  width: 100%;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.secTen .gallery_img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.secTen .gallery_img:hover .gallery_btn {
  visibility: visible;
  opacity: 1;
}
.secTen .gallery_img:hover::before {
  visibility: visible;
  opacity: 1;
}
.secTen .gallery_img1 .gal_img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
.secEleven {
  position: relative;
  overflow: hidden;
}
.secEleven .secImg {
  height: 360px;
  padding: 0;
  transition: all ease-in 0.3s;
  border-radius: 0;
  background-color: #f7f7f7;
  padding: 10px;
  margin-top: 20px;
}
.secEleven .secImg:hover img {
  filter: grayscale(0.5);
}
.secEleven .secImg:hover {
  margin-top: 10px;
}
.secEleven .secNine_img_div {
  position: relative;
}
.secEleven .slick-dots li {
  margin: 0 5px;
}
.secEleven .slick-dots li button:before {
  font-size: 40px !important;
  color: #fff;
  border: 1px solid #7e7e7e;
  border-radius: 50%;
  opacity: 1;
}
.secEleven .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
  border: 1px solid #7e7e7e;
}
.secEleven .slick-dotted.slick-slider {
  margin-bottom: 30px !important;
  margin: 0 auto;
}
.secEleven .person_img {
  height: auto !important;
  width: auto !important;
  position: relative !important;
  margin-right: 10px;
  left: 8% !important;
}
.secEleven .quatation_img {
  height: auto !important;
  width: auto !important;
  position: relative !important;
  left: 3% !important;
  top: 0% !important;
}
.secEleven .customer_details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.secEleven .customer_details .content {
  margin-left: 10px;
}
.secEleven .customer_details .name {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.secEleven .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.secEleven .happy_customer {
  position: relative;
}
.secEleven .secImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}
.secEleven .quote {
  padding-top: 10px;
}
.secTwelve {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.secTwelve .heading h3 {
  color: #fff;
}
.secTwelve .col-12 h3 {
  color: #fff;
}
.col-12 ul li {
  padding: 10px;
  color: #000;
  list-style: none;
}
.col-12 ul li a {
  color: navy;
}
.col-12 ul li a:hover {
  color: var(--main-clr);
}
.secTwelve .secBg {
  background-color: #2a439b;
  height: 100%;
}
.secTwelve .card_div {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.secTwelve .card_div .card_main_img {
  border-radius: 20px;
  transition: all ease-in-out 0.5s;
}
.secTwelve .card_div:hover .card_main_img {
  transform: scale(1.1);
}
.secTwelve .card_div h2 {
  font-size: 22px;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  margin-top: 10px;
  transition: all ease-in-out 0.5s;
}
.secTwelve .card_div:hover h2 {
  color: var(--main-clr);
}
.secTwelve .card_div p {
  margin: 0;
  padding-bottom: 10px;
}
.secTwelve .card_div .read_btn {
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
.secTwelve .card_div .read_btn:hover {
  color: var(--main-clr);
}
.secTwelve .date {
  display: flex;
  align-items: center;
  background-color: #000000a1;
  width: fit-content;
  padding: 10px 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all ease-in-out 0.5s;
}
.secTwelve .card_div:hover .date {
  background-color: var(--main-clr);
}
.secTwelve .date img {
  margin-right: 10px;
}
.secTwelve .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  background-color: var(--main-clr);
  border: 1px solid var(--main-clr);
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
}
.secTwelve .contact_btn:hover {
  background-color: var(--main-clr-one);
  border: 1px solid var(--main-clr-one);
}
.secTwelve .secTwelve_btn {
  padding-top: 30px;
}
.secThirteen {
  position: relative;
  overflow: hidden;
}
.secThirteen .img_div {
  position: relative;
}
.secThirteen .img_div img {
  width: 100%;
}
.secThirteen .right_div {
  padding-right: 12rem;
  padding-left: 2rem;
}
.secThirteen .sec13_img3 {
  position: absolute;
  right: 0;
  bottom: -22%;
  transform: translateY(-50%);
  width: 16%;
}
.secThirteen form {
  width: auto !important;
  height: auto;
}
.secThirteen .from_content {
  padding: 0 20px;
}
.secThirteen .from_content .btn-custom {
  margin: 0;
  width: 100%;
}
.secThirteen a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.secThirteen a:hover {
  color: #000;
}
.secThirteen .form_design textarea {
  height: 100px;
}
.secThirteen
  .form_design
  :is(
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
    select,
    textarea
  ) {
  border: solid 1px #cfcfcf;
  border-radius: 4px;
  background-color: #fafafa;
  padding: 12px 15px;
  color: #000;
  width: 100%;
  font-size: 13px;
  margin: 7px 0;
  font-family: myFirstFont;
}
.form-control,
.form-select {
  border: 1px solid #092966;
}
.secThirteen label {
  font-size: 13px;
  color: #01386f;
}
::placeholder {
  color: #000;
}
.secThirteen .form_design input[type="submit"] {
  border: 0;
  padding: 10px 45px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  background-color: #2a439b;
  width: fit-content;
  border-radius: 28px;
}
.secThirteen .form_design input[type="submit"]:hover {
  background: var(--main-clr);
}
.site-footer {
  color: #fff;
  font-size: var(--fs-16px);
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to top, #3E2E61 0%, #C894C1, #6F5CA8 100%);
}
.site-footer .secBg img {
  height: 100%;
}
.site-footer a {
  color: #fff;
  font-size: 14px;
}
.site-footer a:hover {
  color: var(--main-clr);
}
.site-footer-top {
  padding: clamp(40px, 4.17vw, 80px) 0 0;
}
.footer-head {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
.site-footer p {
  font-size: 14px;
}
.footer-head::after {
  background-color: var(--main-clr);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 33px;
  height: 2px;
  content: "";
}
.footer_logo {
  margin-bottom: 20px;
}
.footer-item ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer_p_txt {
  max-width: 90%;
}
.footer-item1 ul {
  font-size: 14px;
}
.footer-item2 li:not(:last-child),
.footer-item3 li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-item1-ul {
  margin-bottom: clamp(25px, 2.61vw, 50px);
  max-width: 350px;
}
.footer-item1-ul li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-form .row {
  margin: 0 -6px;
  row-gap: 12px;
}
.footer-form .row > [class*="col-"] {
  padding: 0 6px;
}
.footer-item input {
  border: solid 1px #4c4949;
  border-radius: 30px;
  background-color: #fff;
  padding: 14px 10px 14px 50px;
  color: #000;
  width: 100%;
  margin: 10px 0;
  font-size: 14px;
  height: 44px;
}
.footer-item input[type="submit"]:hover {
  background-color: #ffa56a;
}
.footer-item .email_div {
  position: relative;
}
.footer-item .email_div img {
  position: absolute;
  top: 40%;
  left: 30px;
  transform: translateX(-50%);
}
.footer-item input[type="submit"] {
  background: var(--main-clr-two);
  border: 0;
  padding: 14px 7px;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
.site-footer .btn-main:hover {
  color: #fff;
}
.social_icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.social_icons img {
  margin-right: 10px;
}
.ftr_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff0;
  border: 1px solid #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 10px;
}
.ftr_icon:hover,
.info_details .anchor_div:hover .ftr_icon {
  background-color: var(--main-clr);
}
.ftr_icon:hover img,
.info_details .anchor_div:hover .ftr_icon img {
  filter: brightness(0) invert(1);
}
.credit_card {
  background-color: #fff0;
  border: 1px solid #c7c7c7;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  width: 220px;
}
.site-footer-btm {
  padding: 20px 0 20px;
}
.site-footer-btm .left_div {
  text-align: left;
}
.site-footer-btm .right_div {
  text-align: right;
}
.sub_foot {
  text-align: center;
}
.site-footer .info_details .anchor_div {
  display: grid;
  grid-template-columns: 8% 80%;
  align-items: flex-start;
  padding: 5px 0;
}
.site-footer .info_details p {
  padding-top: 5px;
  margin-right: 10px;
}
#enquire_btn {
  background-color: #01386f;
  border: 2px solid #eb1515;
  position: fixed;
  top: 50%;
  right: -42px;
  padding: 5px 10px;
  z-index: 1000;
  rotate: -90deg;
  transition: all ease-in-out 0.5s;
}
#enquire_btn p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  font-family: myFirstFont;
}
#enquire_btn:hover {
  cursor: pointer;
  background-color: var(--main-clr-one);
}
#enquire_btn:hover .popup_icon {
  background-color: #faa771;
}
.sidepopup {
  height: auto;
  width: 0;
  position: fixed;
  z-index: 10000;
  top: 23%;
  right: 5%;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 #000;
  font-family: myFirstFont;
}
.sidepopup .btn-main {
  box-shadow: inset 0 0 0 50px var(--main-clr-one);
}
.sidepopup .btn-main:hover {
  box-shadow: inset 0 0 0 50px var(--main-clr);
  color: #fff;
}
.sidepopup form {
  width: auto !important;
  padding: 20px;
  height: auto;
}
.sidepopup .from_content {
  padding: 0 20px;
}
.sidepopup .from_content .btn-custom {
  margin: 0;
  width: 100%;
}
.sidepopup .form_heading {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding-bottom: 10px;
}
.sidepopup p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding-bottom: 6px;
}
.sidepopup a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidepopup a:hover {
  color: #000;
}
.sidepopup .closebtn {
  position: absolute;
  color: #000;
  top: -5px;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 100;
}
.sidepopup .form_design textarea {
  height: 50px;
}
.sidepopup
  .form_design
  :is(
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
    select,
    textarea
  ) {
  border: solid 2px #000;
  border-radius: 4px;
  background-color: #fff;
  padding: 8px 12px;
  color: #000;
  width: 100%;
  font-size: 13px;
  margin: 7px 0;
  font-family: myFirstFont;
}
.form-control,
.form-select {
  border: 1px solid #092966;
}
.sidepopup label {
  font-size: 13px;
  color: #000;
}
.sidepopup .form_design input[type="submit"] {
  background: var(--main-sub-clr);
  border: 0;
  padding: 14px 7px;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
.fixed_whatsapp {
  width: 55px;
  height: 55px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 10px;
  position: fixed;
  top: 74%;
  right: 19px;
  z-index: 1000;
}
.fixed_call {
  width: 55px;
  height: 55px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 10px;
  position: fixed;
  top: 78%;
  right: 19px;
  z-index: 1000;
}
.fixed_whatsapp:hover,
.fixed_call:hover {
  transform: scale(1.1);
}
.banner_one {
  padding: 0;
  margin-top: 162px;
}
.banner_one .secBg {
  position: relative;
  margin-bottom: -4px;
}
.banner_content_inner h1 {
  font-size: 35px;
  line-height: 65px;
  font-family: myHeadFont;
  color: #000;
  margin: 0;
  padding: 20px 0;
  text-align: left;
  font-weight: 700;
}
.banner_content_inner h2 {
  font-size: 50px;
  line-height: 20px;
  font-family: mySecondFont;
  color: #000;
  margin: 0;
  padding: 20px 0;
  text-align: left;
  font-weight: 100;
}
.banner_content_inner {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
}
.blog_listing_page {
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog_listing_page .card_content .read_btn1 {
  background-color: var(--main-clr-one);
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none !important;
  text-transform: capitalize !important;
  margin-top: 10px !important;
  width: fit-content;
}
.blog_listing_page .card_content .read_btn1:hover {
  background-color: var(--main-clr);
  color: #fff;
}
.blog_listing_page .card_div {
  margin: 20px 0;
}
.blog_listing_page .card_div:hover .card_main_img {
  transform: scale(1.1);
}
.secTwelve .card_div:hover h2 {
  color: var(--main-clr-one);
}
.blog_listing_page img {
  margin-bottom: 10px;
  border-radius: 0px !important;
}
.blog_listing_page p {
  color: #000;
}
.blog_listing_page .card_div {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.blog_listing_page .date1 {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-clr);
}
.blog_listing_page .card_div h2 {
  font-size: 22px;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  transition: all ease-in-out 0.5s;
}
.blog_listing_page .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-top: 20px;
}
.blog_listing_page .pagination .page-item {
  padding: 4px 10px;
  margin: 10px;
  border: 1px solid #d5d5d5;
}
.b_none {
  border: none !important;
}
.blog_listing_page .pagination .page-item.active {
  background-color: var(--main-clr);
}
.blog_listing_page .pagination .page-item.active a {
  color: #fff !important;
}
.blog_listing_page .pagination .page-link {
  color: #000;
}
.blog_listing_page .pagination .page-link:hover {
  color: var(--main-clr-one);
}
.blog_details_header_nav {
  padding: 20px 0;
  transition: 0.4s;
  background-color: var(--main-clr);
}
.blog_listing_page h3 {
  font-size: 35px;
  line-height: 35px;
}
.blog_details_page {
  margin-top: 130px;
}
.blog_details_page .d-flex img {
  margin-right: 10px;
}
.secTwelve .heading h3 {
  color: #fff;
}
.blog_details_page h3 {
  font-size: 38px;
  line-height: 38px;
  padding: 20px 0 10px;
  text-transform: capitalize;
  color: #000;
}
.blog_details_page h4 {
  font-size: 28px;
  line-height: 28px;
}
.blog_details_page .bd_main_img {
  width: 100%;
  margin-bottom: 20px;
}
.gallery_secOne .gallery_img {
  overflow: hidden;
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.gallery_secOne .gallery_img.first {
  padding-left: 0;
}
.gallery_secOne .gallery_img.last {
  padding-right: 0;
}
.gallery_secOne .gallery_img::before {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  background: #384489b5;
  content: "";
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.gallery_secOne .gallery_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border: 0;
  color: #ffffff !important;
  text-decoration: none !important;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 2;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-style: normal;
}
.gallery_secOne a.gallery_btn img {
  width: 40px;
  border-radius: 50%;
  padding: 0;
}
.gallery_secOne .gallery_img img {
  width: 100%;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.gallery_secOne .gallery_img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery_secOne .gallery_img:hover .gallery_btn {
  visibility: visible;
  opacity: 1;
}
.gallery_secOne .gallery_img:hover::before {
  visibility: visible;
  opacity: 1;
}
.gallery_secOne .gallery_img5 .gal_img {
  height: 661px;
  width: 100%;
  object-fit: cover;
}
.gallery_secOne .gallery_img6 .gal_img {
  height: 318px;
  width: 100%;
  object-fit: cover;
}
.gallery_secTwo .secSliderNavWrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 6px);
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery_secTwo .secImg {
  padding-bottom: 45%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 298px;
}
.gallery_secTwo .secItem .secImg .youtube_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: auto;
}
.gallery_secTwo {
  background-color: #f4f4f4;
}
.contact_secOne .contact_info_icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--main-clr-one);
  border: 1px solid #ffffff34;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-right: 10px;
}
.contact_secOne .contact_box1 {
  display: grid;
  grid-template-columns: 12% 88%;
  align-items: start;
  padding: 10px 0;
}
.contact_secOne .contact_box1 h3 {
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 900;
}
.contact_secOne .contact_box1 p {
  font-size: 16px;
  font-weight: 500;
}
.contact_secOne .contact_box1 .contact_info_txt2 {
  margin-top: 20px;
}
.contact_secOne .contact_box1 a {
  color: #000;
  font-weight: 500;
}
.contact_secOne .contact_box1 a:hover {
  color: var(--main-clr-one);
  font-weight: 500;
}
.contact_secOne .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 45px;
  background-color: var(--main-clr);
  border: 1px solid var(--main-clr);
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  width: fit-content;
  margin-left: 15px;
}
.contact_secOne form {
  width: auto !important;
  height: auto;
}
.contact_secOne .from_content {
  padding: 0 20px;
}
.contact_secOne .from_content .btn-custom {
  margin: 0;
  width: 100%;
}
.contact_secOne .form_design textarea {
  height: 150px;
}
.contact_secOne
  .form_design
  :is(
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
    select,
    textarea
  ) {
  border: solid 1px #cfcfcf;
  border-radius: 4px;
  background-color: #fafafa;
  padding: 12px 15px;
  color: #000;
  width: 100%;
  font-size: 13px;
  margin: 7px 0;
  font-family: myFirstFont;
}
.form-control,
.form-select {
  border: 1px solid #092966;
}
.contact_secOne label {
  font-size: 13px;
  color: #01386f;
}
::placeholder {
  color: #000;
}
.contact_secOne .form_design input[type="submit"] {
  border: 0;
  padding: 10px 45px;
  color: #fff;
  width: 100%;
  cursor: pointer;
  background-color: var(--main-clr-one);
  width: fit-content;
  border-radius: 28px;
}
.contact_secOne .form_design input[type="submit"]:hover {
  background: #f47b20;
}
.aboutOne {
  position: relative;
  overflow: hidden;
}
.aboutOne .image_div img {
  width: 100%;
}
.aboutTwo {
  background-color: #fbf7f3;
}
.serviceOne {
  position: relative;
  overflow: hidden;
}
.serviceOneDiv {
  margin: 20px 0;
}
.serviceOneDiv h2 {
  font-size: 20px;
  margin: 0;
  padding: 15px 0 5px;
  min-height: 75px;
}
.serviceOneDiv h3 {
  font-size: 20px;
  margin: 0;
  padding: 15px 0 5px;
  min-height: 75px;
}
.serviceOneDiv p {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  min-height: 80px;
}
.serviceOneDiv .contact_btn {
  width: 100%;
}
.serviceOneDiv .contact_btn {
  width: 100%;
  margin-bottom: 10px;
}
.serviceTwo {
  background-color: #f6f6f6;
  overflow: hidden;
}
.serviceTwo ul li {
  font-size: 13px;
  margin-bottom: 3px;
  list-style: none;
}
.serviceTwo .row {
  height: 100%;
}
.serviceTwo .image_div img,
.serviceFour .image_div img {
  width: 100%;
  margin-bottom: -6px;
}
.serviceThree {
  background-color: #fef1e1;
  overflow: hidden;
}
.serviceThree .serviceThreeDiv {
  text-align: center;
}
.serviceThree .serviceThreeDiv .icon {
  background-color: #ffffff71;
  border: 1px solid #d4d4d4;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.5s;
}
.serviceThree .serviceThreeDiv .icon1 {
  background-color: #fff;
  border: 1px solid #666;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  transition: all ease 0.5s;
}
.serviceThree .serviceThreeDiv .icon1 img {
  transition: all ease 0.5s;
}
.serviceThree .serviceThreeDiv:hover .icon1 img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}
.serviceThree .serviceThreeDiv:hover .icon1 {
  border: 1px solid var(--main-clr);
  background-color: var(--main-clr);
}
.serviceThree .serviceThreeDiv:hover .icon {
  border: 1px solid var(--main-clr-one);
}
.serviceThree .serviceThreeDiv:hover h3 {
  color: var(--main-clr-one);
}
.serviceFour {
  overflow: hidden;
}
.serviceFour ul li {
  font-size: 13px;
  margin-bottom: 3px;
  list-style: none;
}
.serviceFour ul {
  margin-bottom: 10px;
}
.serviceFour a h3 {
  color: #fff;
  padding: 5px 10px;
  background-color: var(--main-clr);
  border: 1px solid var(--main-clr);
  width: fit-content;
  border-radius: 30px;
}
.serviceFour a h3:hover {
  background-color: var(--main-clr-one);
  border: 1px solid var(--main-clr-one);
}
.serviceFive {
  background-color: #fef1e1;
  overflow: hidden;
}
.serviceFive h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0;
}
.serviceFive h3 span {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 25px;
}
.serviceFive .icon {
  margin: 5px auto;
  position: relative;
  width: 32px;
  height: 32px;
  background: var(--main-clr-one);
  border: 2px solid var(--main-clr-one);
  border-radius: 50%;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serviceFive .icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 5px;
  width: 18px;
  height: 4px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.serviceFive .icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 12px;
  width: 4px;
  height: 18px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.serviceFive .icon .icon-shape.active::before {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.serviceFive .icon .icon-shape.active::after {
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
#myDIV {
  padding-top: 20px;
}
#myDIV h4 {
  color: var(--main-clr-one);
  font-size: 26px;
  text-align: center;
}
.banner_content_inner_Two h1 {
  font-size: 35px;
  line-height: 45px;
  font-family: myHeadFont;
  color: #000;
  margin: 0;
  padding: 15px 0;
  text-align: left;
  font-weight: 700;
}
.banner_content_inner_Two h2 {
  font-size: 45px;
  line-height: 90px;
  font-family: mySecondFont;
  color: #000;
  margin: 0;
  padding: 20px 0;
  text-align: left;
  font-weight: 100;
}
.banner_two {
  padding: 0 0;
  margin-top: 164px;
}
.serviceFive table {
  margin: 0 auto;
}
.client_secOne .client_secOne_con p {
  font-weight: 600;
}
.first_td {
  width: 45%;
}
.middle_td {
  width: 22%;
}
.last_td {
  width: 33%;
}
@media (max-width: 1920px) {
  .banner .inner_content_div {
    width: 37%;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -30%;
    transform: translateY(-50%);
    width: 16%;
  }
  .site-footer .info_details .anchor_div {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: flex-start;
    padding: 5px 0;
  }
  .fixed_whatsapp {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    position: fixed;
    top: 72%;
    right: 19px;
    z-index: 1000;
  }
}
@media (max-width: 1500px) {
  .fixed_call {
    top: 79%;
  }
}
@media (max-width: 1366px) {
  .banner .inner_content_div h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .secSixDiv .secSixContent {
    position: absolute;
    top: 50%;
    left: 74%;
    width: 40%;
    transform: translate(-50%, -50%);
  }
  .secSevenContent {
    position: absolute;
    left: 50%;
    bottom: -16%;
    transform: translateX(-50%);
    width: 100%;
    padding: 50px 10px 10px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
  }
  .secEleven .customer_details .name {
    font-size: 13px;
  }
  .secThreeTxt,
  .secSevenContent h3,
  .secNine .secNineDiv p,
  .secTwelve .card_div h2,
  .secTwo .bnr_btm_div p,
  .secFive .secFive_div h3 {
    font-size: 16px;
  }
  .heading h2 {
    font-size: 35px;
    line-height: 45px;
    font-family: myHeadFont;
  }
  .heading h3 {
    font-size: 35px;
    line-height: 45px;
  }
  p,
  .secTwelve .card_div .read_btn,
  .site-footer p,
  .contact_btn {
    font-size: 13px;
  }
  .secFourDiv .icon {
    padding: 20px;
    height: 80px;
    width: 80px;
  }
  .site-footer .info_details .anchor_div {
    display: grid;
    grid-template-columns: 11% 89%;
    align-items: flex-start;
    padding: 5px 0;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -24%;
    transform: translateY(-50%);
    width: 16%;
  }
  .banner .inner_content_div h1 {
    font-size: 45px;
    line-height: 50px;
    margin-top: -35px;
    font-family: myHeadFont;
    color: #000;
    margin: 0;
    padding: 0 0;
    font-weight: 700;
  }
  .banner .inner_content_div h2 {
    font-size: 25px;
    line-height: 30px;
    font-family: myHeadFont;
    color: #000;
    margin: 0;
    padding: 0 0;
  }
  .site-navbar ul li a {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
  }
  .fixed_whatsapp {
    top: 71%;
    right: 19px;
  }
  .secTwo .bnr_btm_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .secEleven .secImg {
    height: 320px;
  }
}
@media (max-width: 1280px) {
  .banner_two {
    padding: 40px 0;
    margin-top: 140px;
  }
}
@media (max-width: 1199px) {
  .secSevenIcon1 {
    position: absolute;
    left: 50%;
    bottom: 54%;
    transform: translate(-50%, -50%);
    width: 22%;
  }
  .secFourDiv h3 {
    font-size: 14px;
  }
  .secSixDiv .secSixContent {
    position: absolute;
    top: 50%;
    left: 74%;
    width: 40%;
    transform: translate(-50%, -50%);
  }
  .secEight .right_div {
    padding-right: 0rem;
  }
  .secEleven .secImg {
    height: 360px;
  }
  .secEleven .customer_details .name {
    font-size: 12px;
  }
  .secSevenicon {
    background: url(/assets/images/sec7_Iconbg.webp) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
  }
  .secThirteen .right_div {
    padding-right: 5rem;
  }
  .secFourDiv .icon {
    padding: 10px;
    height: 60px;
    width: 60px;
  }
  .secSixDiv .secSixContent {
    position: absolute;
    top: 50%;
    left: 80%;
    width: 50%;
    transform: translate(-50%, -50%);
  }
  .secTwelve .date {
    display: flex;
    align-items: center;
    background-color: #000000a1;
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    top: 46%;
    left: 0;
  }
  .site-footer .info_details .anchor_div {
    display: grid;
    grid-template-columns: 12% 88%;
    align-items: flex-start;
    padding: 5px 0;
  }
  .anchor_div .d-flex {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .banner_one {
    padding: 73px 0;
    margin-top: 140px;
  }
  .banner_content_inner h2 {
    font-size: 30px;
    line-height: 20px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    font-weight: 100;
    margin-top: 10px;
  }
  .card_main_img {
    width: 100%;
  }
  .blog_listing_page .pagination .page-item {
    padding: 4px 10px;
    margin: 5px;
    border: 1px solid #d5d5d5;
    font-size: 12px;
  }
  .secThreeTxt,
  .secSevenContent h3,
  .secNine .secNineDiv p,
  .secTwelve .card_div h2,
  .secTwo .bnr_btm_div p,
  .secFive .secFive_div h3,
  .secFourDiv h3,
  .secEleven .customer_details .name {
    font-size: 14px;
  }
  .secThirteen .right_div {
    padding-right: 8rem;
  }
  .secSevenicon {
    top: 48%;
  }
  .secSevenContent {
    position: absolute;
    left: 50%;
    bottom: -18%;
    transform: translateX(-50%);
    width: 100%;
    padding: 30px 10px 10px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
  }
  .secEight .right_div {
    padding-right: 3rem;
  }
  .secThirteen .right_div {
    padding-right: 8rem;
    padding-left: 0rem;
  }
  .banner_content_inner_Two h2 {
    font-size: 30px;
    line-height: 60px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    font-weight: 100;
    margin-top: 10px;
  }
  .banner_two {
    padding: 24px 0;
    margin-top: 190px;
  }
}
@media (max-width: 992px) {
  .secSevenContent p {
    min-height: 80px;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -18%;
    transform: translateY(-50%);
    width: 14%;
  }
  .banner .slick-dots {
    left: 5%;
  }
}
@media (max-width: 991px) {
  body.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
  .site-logo {
    transition: 0.2s;
    flex-shrink: 0;
    width: 23%;
  }
  .navbar-area-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .nav-toggler {
    display: block;
    position: relative;
    z-index: 10;
  }
  .nav-toggler.toggler-open {
    position: fixed;
    top: 16px;
    right: 5px;
  }
  .navbar-area-menu {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    font-family: var(--font1);
    transform: scale(0);
    transition: 0.6s;
    opacity: 0;
    transform-origin: top right;
    height: 100vh;
    width: 100%;
    flex-direction: column;
  }
  .site-navbar > ul {
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding: clamp(40px, 7.5vw, 120px) 0 clamp(20px, 2.5vw, 40px);
    width: 100%;
    transition: 0.6s;
    overflow-y: auto;
    max-height: 100vh;
    justify-content: flex-start;
  }
  .site-navbar ul li {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: var(--head-font);
  }
  .site-navbar > ul > li:not(:last-child) {
    border-bottom: 1px solid #ffffff38;
  }
  .site-navbar ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 25px 0;
    border-bottom-width: 0;
  }
  .navbar-area-menu.open {
    transform: scale(1);
    opacity: 1;
    background-color: #393939;
  }
  .navbar-close {
    position: absolute;
    top: clamp(10px, 1.25vw, 20px);
    right: clamp(30px, 3.75vw, 60px);
    font-family: var(--font1);
    font-size: var(--40px);
    font-weight: 700;
    cursor: pointer;
  }
  .navbar-area-menu::before {
    background: var(--main-clr2);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    transform: translate(50%, -50%);
    padding: 300%;
  }
  .site-navbar ul ul {
    position: static;
    background: #0000;
    box-shadow: none;
    width: auto;
    text-align: center;
    pointer-events: all;
    opacity: 1;
    transform: none;
    display: none;
    transition: 0s;
    padding-bottom: 10px;
  }
  .site-navbar ul ul a {
    display: block;
    text-transform: none;
    padding: 8px 0;
  }
  .site-navbar ul ul a::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0 1px 1px 0;
    display: inline-block;
  }
  .site-navbar .li-sub-menu-wrap > a {
    display: inline-block;
    width: auto;
  }
  .site-navbar .li-sub-menu-wrap {
    padding: 0 35px;
  }
  .site-navbar .li-sub-menu-wrap.open-submenu {
    background: #111;
  }
  .site-navbar .li-sub-menu-wrap::after {
    content: "\002B";
    color: #fff;
    border-width: 0 1px 1px 0;
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 140%;
    transition: 0.2s;
  }
  .site-navbar .li-sub-menu-wrap.open-submenu::after {
    transform: rotate(45deg);
  }
  .site-navbar ul ul li a:hover {
    background: #0000;
  }
  .site-navbar {
    width: 100%;
  }
  .navbar-area-inr {
    align-items: center;
  }
  .down_arrow {
    display: none;
  }
  .secTwo .bnr_btm_div {
    flex-wrap: wrap;
  }
  .secTwo .bnr_btm_div .bnr_btm_box {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .info_div_desktop {
    display: none;
  }
  .info_div_mobile {
    display: flex;
    margin-right: 20px;
  }
  .secSixDiv .secSixContent {
    position: absolute;
    top: 50%;
    left: 75%;
    width: 42%;
    transform: translate(-50%, -50%);
  }
  .secSixDiv .secSixContent h2 {
    font-size: 20px;
    line-height: 38px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 0 0;
  }
  .secSixDiv .secSixContent h3 {
    font-size: 20px;
    line-height: 38px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 0 0;
  }
  .secSevenContent {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    width: 100%;
    padding: 40px 10px 10px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
  }
  .order_one {
    order: 1;
  }
  .order_two {
    order: 2;
  }
  .common-padd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .secEight .right_div {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .secEight .sec8_img3 {
    position: absolute;
    right: 0;
    top: 15%;
    transform: translateY(-50%);
    width: 8%;
  }
  .secNine .secNineDiv {
    text-align: center;
    margin: 50px 0 0;
  }
  .secNine {
    margin-bottom: 50px;
  }
  .secEleven .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .secTwelve .card_div {
    position: relative;
    color: #fff;
    margin: 20px 0;
  }
  .secThirteen .right_div {
    padding-right: 0;
    margin-top: 50px;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -5%;
    transform: translateY(-50%);
    width: 10%;
    z-index: -1;
  }
  .footer-head {
    margin-top: 40px;
  }
  .site-footer .info_details .anchor_div {
    display: grid;
    grid-template-columns: 6% 88%;
    align-items: flex-start;
    padding: 5px 0;
  }
  .site-footer-btm .left_div,
  .site-footer-btm .right_div {
    text-align: center !important;
    padding: 6px 0;
  }
  .secTwelve .date {
    display: flex;
    align-items: center;
    background-color: #000000a1;
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    top: 60%;
    left: 0;
  }
  .site-navbar > ul > li a::after {
    display: none;
  }
  .banner .inner_content_div h2 {
    font-size: 20px;
    line-height: 20px;
    font-family: myHeadFont;
    color: #000;
    margin: 0;
    padding: 0 0;
  }
  .banner .inner_content_div {
    width: 33%;
    left: 23%;
  }
  .fixed_call {
    width: 50px;
    top: 88%;
  }
  .fixed_whatsapp {
    width: 50px;
    top: 84%;
  }
  .site-navbar > ul > li.current-menu-item {
    color: var(--main-clr);
  }
  .secEleven .secImg {
    height: 320px;
  }
  .gallery_secOne .gallery_img6 .gal_img {
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  .gallery_secOne .gallery_img5 .gal_img {
    height: 325px;
    width: 100%;
    object-fit: cover;
  }
  .gallery_secTwo .secImg {
    padding-bottom: 45%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 210px;
  }
  .fixed_whatsapp {
    width: 50px;
    top: 70%;
  }
  .fixed_call {
    width: 50px;
    top: 78%;
  }
  .contact_secOne .contact_secbox1 {
    margin-bottom: 50px;
  }
  .aboutTwo .secNineDiv {
    text-align: center;
    margin: 20px 0 20px !important;
  }
  .aboutOne .image_div img {
    margin-top: 30px;
  }
  .serviceFour {
    overflow: hidden;
    padding: 50px 0;
  }
  .serviceFour .image_div {
    margin-top: 40px;
  }
  .serviceTwo .content_div {
    padding: 40px 20px;
  }
  .tr {
    display: none;
  }
}
@media (max-width: 820px) {
  .banner .inner_content_div h1 {
    font-size: 35px;
    line-height: 40px;
    font-family: myHeadFont;
    color: #000;
    margin: 0;
    padding: 0 0;
  }
  .banner .inner_content_div h2 {
    font-size: 15px;
    line-height: 25px;
    font-family: myHeadFont;
    color: #000;
    margin: 0;
    padding: 0 0;
  }
  .banner_one {
    padding: 0 0;
    margin-top: 160px;
  }
  .fixed_whatsapp {
    width: 50px;
    top: 73%;
  }
  .fixed_call {
    width: 50px;
    top: 80%;
  }
  .banner_two {
    padding: 0 0;
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  .banner .secSlider .secImg {
    padding-bottom: 45%;
    position: relative;
  }
  .banner .inner_content_div {
    width: 40%;
    left: 23%;
  }
  .secEight .right_div {
    margin-bottom: 30px;
    padding-right: 2rem;
  }
  .secThirteen .right_div {
    padding-right: 6rem;
    margin-top: 50px;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -5%;
    transform: translateY(-50%);
    width: 13%;
  }
  .info_div_mobile .details {
    display: none;
  }
  .info_div_mobile .info_btn {
    display: none;
  }
  .secFourDiv {
    display: grid;
    align-items: center;
    grid-template-columns: 25% 70%;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    transition: all ease-in-out 0.5s;
    margin: 10px 0;
  }
  .secSixDiv .secSixContent h2 {
    margin-top: 40px;
  }
  .secSevenContent {
    position: absolute;
    left: 50%;
    bottom: 9%;
    transform: translateX(-50%);
    width: 100%;
    padding: 40px 10px 10px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
  }
  .secSevenContent p {
    min-height: 60px;
  }
  .secSevenicon {
    top: 38%;
  }
  .secSeven .secSevenDiv {
    position: relative;
    padding-bottom: 40px;
  }
  .secSevenIcon1 {
    position: absolute;
    left: 50%;
    bottom: 57%;
    transform: translate(-50%, -50%);
    width: 18%;
  }
  .secTwelve .date {
    display: flex;
    align-items: center;
    background-color: #000000a1;
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    top: 58%;
    left: 0;
  }
  .secThirteen .right_div {
    padding-right: 0;
    margin-top: 50px;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -6%;
    transform: translateY(-50%);
    width: 13%;
  }
  .fixed_whatsapp {
    width: 50px;
    top: 72%;
  }
  .fixed_call {
    width: 50px;
    top: 79%;
  }
  .site-footer .info_details .anchor_div {
    display: grid;
    grid-template-columns: 8% 88%;
    align-items: flex-start;
    padding: 5px 0;
  }
  .secSixDiv .secSixContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #ffffff9c;
    padding: 20px;
    height: 100%;
    text-align: center;
  }
  .secSixDiv .secSixContent .d-flex_box1 .contact_btn {
    margin-right: 10px;
    margin-top: -12px;
  }
  .secSixDiv .secSixContent .d-flex_box1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .banner .secSlider .secImg {
    padding-bottom: 45%;
    position: relative;
  }
  .banner .inner_content_div {
    width: 40%;
    left: 23%;
  }
  .secFourDiv {
    display: grid;
    align-items: center;
    grid-template-columns: 18% 70%;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    transition: all ease-in-out 0.5s;
    margin: 10px 0;
  }
  .secSixDiv .secSixContent h2 {
    margin-top: 0;
  }
  .secSixDiv .secSixContent h3 {
    margin-top: 0;
  }
  .secEight .right_div {
    margin-bottom: 30px;
    padding-right: 2rem;
  }
  .secThirteen .right_div {
    padding-right: 6rem;
    margin-top: 50px;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -5%;
    transform: translateY(-50%);
    width: 13%;
  }
  .info_div_mobile .details {
    display: none;
  }
  .info_div_mobile .info_btn {
    display: none;
  }
  .secFourDiv {
    display: grid;
    align-items: center;
    grid-template-columns: 16% 70%;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    transition: all ease-in-out 0.5s;
    margin: 10px 0;
  }
  .secSevenContent {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    width: 100%;
    padding: 40px 10px 10px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
  }
  .secSevenicon {
    top: 36%;
  }
  .secSeven .secSevenDiv {
    position: relative;
    padding-bottom: 130px;
  }
  .secEight {
    padding-top: 0;
  }
  .secEleven .secImg {
    height: 260px;
  }
  .secSeven {
    padding-bottom: 0;
  }
  .secSevenIcon1 {
    position: absolute;
    left: 50%;
    bottom: 62%;
    transform: translate(-50%, -50%);
    width: 22%;
  }
  .secTwelve .date {
    display: flex;
    align-items: center;
    background-color: #000000a1;
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    top: 48%;
    left: 0;
  }
  .secThirteen .right_div {
    padding-right: 0;
    margin-top: 50px;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -6%;
    transform: translateY(-50%);
    width: 13%;
  }
  .site-footer .info_details .anchor_div {
    display: grid;
    grid-template-columns: 8% 88%;
    align-items: flex-start;
    padding: 5px 0;
  }
  .secSixDiv .secSixContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #ffffff9c;
    padding: 12px;
    height: 100%;
    text-align: center;
  }
  .secSixDiv .secSixContent .d-flex_box1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .serviceOneDiv h3 {
    font-size: 20px;
    margin: 0;
    padding: 15px 0 5px;
    min-height: 50px;
  }
}
@media (max-width: 600px) {
  .banner .slick-dots li button:before {
    font-size: 40px !important;
    color: var(--main-clr);
    border-radius: 50%;
    opacity: 1;
  }
  .banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--main-clr);
    border: 1px solid var(--main-clr);
  }
  .banner_one {
    padding: 28px 0;
    margin-top: 150px;
  }
  .banner .inner_content_div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    background-color: #ffffffb0;
    padding: 50px 10px 10px;
  }
  .banner .inner_content_div .d-flex_box1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secThirteen .right_div {
    padding-right: 4rem;
    margin-top: 50px;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -5%;
    transform: translateY(-50%);
    width: 13%;
  }
  .secTenFlexDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .secTenGalleryBox {
    width: 100%;
    margin: 0 auto;
  }
  .secTen .gallery_img.first {
    padding-left: 10px;
  }
  .secTen .gallery_img.last {
    padding-right: 10px;
  }
  .header-nav {
    padding: 10px 0;
    transition: 0.4s;
    background: #fff;
  }
  .banner {
    position: relative;
    z-index: 2;
    color: #fff;
    overflow: hidden;
    margin-top: 115px;
  }
  .gallery_secOne .gallery_img6 .gal_img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .gallery_secOne .gallery_img5 .gal_img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .aboutThree .right_div {
    padding-right: 0rem !important;
    margin-top: 50px;
  }
  .banner_two {
    position: relative;
    z-index: 2;
    padding: 0 0;
    color: #fff;
    overflow: hidden;
    margin-top: 115px;
  }
  .banner_content_inner_Two h2 {
    font-size: 25px;
    line-height: 50px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    font-weight: 100;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .banner_one {
    padding: 28px 0;
    margin-top: 155px;
  }
  .secTwelve .card_div .card_main_img {
    width: 100%;
  }
  .secTwelve .date {
    display: flex;
    align-items: center;
    background-color: #000000a1;
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    top: 47%;
    left: 0;
  }
  .banner .inner_content_div {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    background-color: #ffffffb0;
    padding: 50px 10px 10px;
  }
  .secThree_div img {
    overflow: hidden;
    transition: all ease-in-out 0.2s;
    width: 100%;
  }
  .secThreeTxt {
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin: 0 auto;
    background-color: var(--main-clr-one);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    border-radius: 10px;
  }
  .banner .inner_content_div h2 {
    margin-top: 40px !important;
  }
  .secSevenDiv .main_img {
    width: 100%;
  }
  .secSevenicon {
    top: 61%;
  }
  .secSevenIcon1 {
    position: absolute;
    left: 50%;
    bottom: 65%;
    transform: translate(-50%, -50%);
    width: 22%;
  }
  .secSevenicon {
    top: 36%;
  }
  .info_div .info a .icon {
    margin-right: 0;
    padding: 0 10px;
  }
  .header-top-bar .d-flex_box {
    display: block;
    text-align: center;
  }
  .header-top-bar .contact_btn {
    font-size: 12px;
    margin: 0;
    position: relative;
    z-index: 1;
    margin: auto;
    margin-top: 8px;
  }
  .banner .secSlider .secImg {
    padding-bottom: 60%;
    position: relative;
  }
  .gallery_secTwo .secItem .secImg .youtube_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
    height: auto;
  }
  .gallery_secTwo .secImg {
    padding-bottom: 45%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 300px;
  }
  .banner_two {
    padding: 0 0;
    margin-top: 155px;
  }
  .banner_two .secBg img {
    height: 100%;
  }
}
@media (max-width: 540px) {
  .secSevenIcon1 {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    width: 22%;
  }
  .secSevenicon {
    top: 55%;
  }
  .secTwelve .date {
    display: flex;
    align-items: center;
    background-color: #000000a1;
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    top: 68%;
    left: 0;
  }
}
@media (max-width: 480px) {
  .banner_content_inner h2 {
    font-size: 16px;
    line-height: 10px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    font-weight: 100;
    margin-top: 10px;
  }
  .banner_one {
    margin-top: 159px !important;
    padding: 18px 0;
  }
  .banner .inner_content_div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    background-color: #ffffffb0;
    padding: 50px 10px 10px;
  }
  .secSixDiv img {
    height: 200px;
    object-fit: cover;
  }
  .banner .inner_content_div h2 {
    margin-top: 10px !important;
    font-size: 20px;
    line-height: 25px;
    font-family: myHeadFont;
    color: #000;
    margin: 0;
    padding: 0 0;
  }
  .secFourDiv {
    display: grid;
    align-items: center;
    grid-template-columns: 22% 70%;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    transition: all ease-in-out 0.5s;
    margin: 10px 0;
  }
  .secSevenicon {
    top: 44%;
    height: 70px;
    width: 70px;
  }
  .fixed_whatsapp {
    width: 50px;
    top: 76%;
  }
  .secEleven .secImg {
    height: 290px;
  }
  .site-footer .info_details .anchor_div {
    display: grid;
    grid-template-columns: 10% 88%;
    align-items: flex-start;
    padding: 5px 0;
  }
  .secThirteen .sec13_img3 {
    position: absolute;
    right: 0;
    bottom: -4%;
    transform: translateY(-50%);
    width: 13%;
  }
  .secTwelve .date {
    display: flex;
    align-items: center;
    background-color: #000000a1;
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    top: 65%;
    left: 0;
  }
  .banner {
    position: relative;
    z-index: 2;
    color: #fff;
    overflow: hidden;
    margin-top: 129px;
  }
  .secTwo .bnr_btm_div .bnr_btm_box {
    width: 50%;
    margin-bottom: 20px;
  }
  .gallery_secTwo .secImg {
    padding-bottom: 45%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 300px;
  }
  .fixed_whatsapp {
    width: 50px;
    top: 72%;
  }
  .fixed_call {
    width: 50px;
    top: 79%;
  }
  .contact_secOne .contact_box1 {
    display: grid;
    grid-template-columns: 15% 85%;
    align-items: start;
    padding: 10px 0;
  }
  .banner_content_inner h2 {
    font-size: 16px;
    line-height: 31px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    font-weight: 100;
    margin-top: 10px;
  }
  .banner_two {
    margin-top: 159px !important;
    padding: 0 0;
  }
}
@media (max-width: 414px) {
  .banner_content_inner {
    width: 80%;
    margin: 0 auto;
    margin-top: -10px;
  }
  .banner_content_inner h2 {
    font-size: 16px;
    line-height: 31px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 20px 0;
    text-align: left;
    font-weight: 100;
    margin-top: 10px;
    text-align: center;
  }
  .banner_content_inner {
    width: 100%;
    margin-top: -20px;
    background-color: #ffffffb0;
    padding: 10px 110px;
  }
}
@media (max-width: 395px) {
  .banner_one {
    margin-top: 149px !important;
    padding: 18px 0;
  }
  .banner_two {
    margin-top: 159px !important;
    padding: 0 0;
  }
  .banner .secSlider .secImg {
    padding-bottom: 70%;
    position: relative;
  }
  .secSevenIcon1 {
    position: absolute;
    left: 50%;
    bottom: 57%;
    transform: translate(-50%, -50%);
    width: 22%;
  }
  .secEleven .secImg {
    height: 320px;
  }
  .heading h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .banner_content_inner_Two h2 {
    font-size: 16px;
    line-height: 31px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-weight: 100;
    margin-top: 0;
  }
}
@media (max-width: 376px) {
  .site-footer .info_details .anchor_div {
    display: grid;
    grid-template-columns: 12% 88%;
    align-items: flex-start;
    padding: 5px 0;
  }
  .banner .secSlider .secImg {
    padding-bottom: 74%;
    position: relative;
  }
  .secSevenicon {
    top: 39%;
    height: 70px;
    width: 70px;
  }
  .banner_content_inner {
    width: 100%;
    margin-top: -20px;
    background-color: #ffffffb0;
    padding: 10px 100px;
  }
  .banner_content_inner {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: #ffffffb0;
    padding: 5px 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner_content_inner_Two h2 {
    font-size: 16px;
    line-height: 31px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    font-weight: 100;
    margin-top: 0;
  }
}
@media (max-width: 360px) {
  .secTwelve .date {
    display: flex;
    align-items: center;
    background-color: #000000a1;
    width: fit-content;
    padding: 5px 8px;
    position: absolute;
    top: 60%;
    left: 0;
  }
  .banner_one {
    margin-top: 125px !important;
    padding: 0 0;
  }
  .banner_two {
    margin-top: 125px !important;
    padding: 0 0;
  }
  .banner_content_inner_Two h2 {
    font-size: 16px;
    line-height: 31px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 0 0;
    text-align: center;
    font-weight: 100;
    margin-top: 0;
  }
}
.serviceFive .minus .icon .icon-shape::after {
  display: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: var(--main-clr);
  background: var(--main-clr);
  color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 3px 8px;
}
.puppet-about .img_div {
  padding: 20px;
  position: relative;
}
.puppet-about .img_div img {
  width: 100%;
  border-radius: 0 107px 0 120px;
}
.puppet-about .img_div:after {
  content: "";
  border-radius: 0 107px 0 120px;
  background: #cfd4e9;
  transform: rotate(-7.123deg) scale(0.93);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.show-time {
  align-items: center;
  display: flex;
}
.icon-box {
  border: 1px solid #f47b20;
  background: #2a439b;
  width: 117px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-time-info {
  padding: 10px 20px;
  border: 1px solid #f47b20;
  height: 150px;
  border-left: 0;
}
.show-time-info h4 {
  color: #1d1d1d;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.show-time-info h4 span {
  color: #f47b20;
}
.show-time-info h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.counter {
  background: #fff7ed;
  padding: 44px 0;
}
.counter-item {
  position: relative;
  padding-left: 80px;
}
.counter-item .counter-icon {
  position: absolute;
  left: 0;
  transition: all 0.5s;
  height: 94px;
  display: flex;
  align-items: center;
}
.counter-item .counter-icon img {
  transition: all 0.5s;
}
.counter-item h3,
.counter-item h3 .number {
  color: #000;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin: 0;
}
.counter-item span {
  color: #f47b20;
}
.counter-item p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}
.counter-item:hover .counter-icon {
  background-color: rgb(255 255 255 / 15%);
  border-color: #fff;
}
.counter-item:hover .counter-icon img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.thm-color {
  color: var(--main-clr);
}
.puppet-gallery {
  background: #feeee1;
}
.puppet-gallery .gallery_img .gal_img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}
.gallery_secOne.puppet-gallery .gallery_img {
  padding: 0;
}
.gallery_secOne.puppet-gallery .gallery_btn img {
  border-radius: 0;
}
.gallery_secOne.puppet-gallery .gallery_img::before {
  inset: 0;
  background: rgb(0 0 0 / 82%);
}
.puppet-video .secImg {
  border-radius: 21px;
  width: 80%;
  margin: auto;
}
.puppet-video .secImg span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.puppet-video .secImg span img {
  width: auto;
  height: auto;
  position: relative;
  transition: all 0.5s;
}
.puppet-video .secImg:hover span img {
  transform: scale(1.2);
}
.cta {
  background-image: linear-gradient(to top, #3E2E61 0%, #C894C1, #6F5CA8 100%);    
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta h2 {
  color: #fff;
  text-align: center;
  font-family: myHeadFont;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
}
.cta .text_center {
  width: 90%;
  margin: auto;
}
.cta .d-flex_box1 {
  justify-content: center;
}
.cta .contact_btn_rvs {
  background-color: var(--bg-dark) !important;
}
.puppet-banner .secBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.puppet-banner .banner_content_inner h2 {
  font-size: 38px;
  line-height: 64px;
  font-family: mySecondFont;
  color: #000;
  margin: 0;
  padding: 0 0;
  text-align: left;
  font-weight: 100;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search .search-icon {
  display: none !important;
}
.is-search-icon,
.is-search-icon:hover {
  display: inline-block !important;
  color: #fff;
  background: #f47b20;
  box-shadow: none !important;
  outline: 0;
  margin: 0;
  font-size: 14px !important;
  border: 1px solid #f47b20;
  border-radius: 50%;
  line-height: 1;
  height: 36px;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.is-form-style .is-search-submit path {
  fill: #fff;
}
.is-form-style.is-form-style-3 label {
  width: calc(100% - 0px) !important;
  scale: 1 0;
}
.is-ajax-search.show label {
  width: calc(100% - 0px) !important;
  scale: 1 1;
  z-index: 2;
}
.search .search-icon {
  display: block !important;
  position: absolute;
  right: 0;
  z-index: 3;
  padding: 7px;
}
.search {
  position: relative;
}
.is-form-style input.is-search-input {
  background: #fff;
  background-image: none !important;
  color: #000;
  padding: 0 12px;
  margin: 0;
  outline: 0 !important;
  font-size: 14px !important;
  height: 36px;
  min-height: 0;
  line-height: 1;
  border: 1px solid #f47b20 !important;
  font-family: arial;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
}
.is-form-style input.is-search-input:placeholder {
  color: #000;
}
.is-form-style button.is-search-submit {
  position: absolute;
  right: 0;
}
.about-banner {
  margin-top: 164px;
}
@media (max-width: 1440px), (max-width: 1366px) {
  .puppet-gallery .gallery_img .gal_img {
    height: 285px;
  }
}
@media (max-width: 1199.98px) {
  .show-time-info h4 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .puppet-about .row .col-lg-6:first-child,
  .order1 {
    order: 1;
  }
  .puppet-about .row .col-lg-6:last-child,
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .customized-puppet-shows .col-lg-5 {
    text-align: center;
  }
  .cta h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .banner_content_inner {
    width: 90%;
    margin: 0 auto;
    left: 6%;
  }
  .puppet-banner .banner_content_inner h2 {
    font-size: 30px;
  }
  .banner_one .secBg {
    position: relative;
    margin-bottom: -4px;
    height: 170px;
  }
}
@media (max-width: 575.98px) {
  .banner.puppet-banner.banner_one {
    padding: 0 0;
    margin-top: 124px !important;
  }
  .banner.puppet-banner.banner_one .banner_content_inner {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: #ffffffb0;
    padding: 1px 14px;
  }
  .icon-box {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
  .show-time-info {
    padding: 5px 6px;
    height: 80px;
  }
  .show-time-info h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .show-time-info h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .counter-item h3,
  .counter-item h3 .number {
    font-size: 28px;
    line-height: 26px;
  }
  .counter-item .counter-icon img {
    width: 34px;
  }
  .counter-item {
    padding-left: 40px;
  }
  .counter-item .counter-icon {
    height: 40px;
  }
  .counter-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .puppet-gallery .gallery_img .gal_img {
    height: 170px;
  }
  .puppet-video .secImg span img {
    width: 40px;
  }
  .cta h2 {
    font-size: 16px;
    line-height: 26px;
  }
  .cta {
    padding: 20px 0;
  }
  .puppet-banner .banner_content_inner h2 {
    font-size: 16px;
    line-height: 31px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 0 0;
    text-align: left;
    font-weight: 100;
    margin-top: 10px;
    text-align: left;
    position: relative;
    top: unset;
    transform: unset;
  }
  .puppet-banner .secBg img {
    object-position: 40%;
  }
  .header-top-bar .col-12 {
    order: 1;
    margin-bottom: 6px;
  }
  .header-top-bar .col-6 {
    order: 2;
  }
  .header-top-bar {
    padding: 4px 0;
  }
  .search {
    position: absolute;
    top: 24px;
    right: 12px;
    left: 12px;
  }
  .about-banner {
    padding: 0 0;
    margin-top: 122px !important;
  }
  .about-banner .banner_content_inner {
    margin-top: 0;
  }
  .about-banner .banner_content_inner h2 {
    padding: 13px 0;
  }
  .secBg {
    height: 100%;
  }
  .secBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .puppet-about .img_div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .serviceFive h3 {
    font-size: 22px;
  }
  .banner_two {
    margin-top: 125px !important;
    padding: 0 0;
  }
  .banner_content_inner {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: #ffffffb0;
    padding: 5px 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner_content_inner_Two h2 {
    font-size: 16px;
    line-height: 31px;
    font-family: mySecondFont;
    color: #000;
    margin: 0;
    padding: 0 0;
    text-align: center;
    font-weight: 100;
    margin-top: 0;
  }
  .banner_one {
    margin-top: 125px !important;
    padding: 0 0;
  }
  .fixed_call,
  .fixed_whatsapp {
    right: 0;
  }
  .go-to-top {
    right: 7px;
  }
}
@media only screen and (orientation: landscape) {
  .header-top-bar .col-6 {
    order: 2;
  }
  .header-top-bar .col-12 {
    order: 1;
    margin-bottom: 6px;
  }
  .fixed_whatsapp {
    width: 50px;
    top: 66%;
  }
}
.w-100 {
  width: 100%;
}
