@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --theme-text-color: #1e1e1e;
  --theme-color: #e72e77;
  --theme-color-second: #e72e77;
  --theme-bg-color: #000;
  --theme-heading-font: "Poppins", sans-serif;
  --theme-default-font: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 16px;
  color: var(--theme-text-color);
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 20px;
  font-family: var(--theme-heading-font);
  color: inherit;
}

p {
  margin: 0;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: var(--theme-default-font);
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.row-below {
  margin-top: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* ........Scroll top......... */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 0px;
  text-align: center;
  border: 2px solid var(--theme-color);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 50%;
  z-index: 99;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
/* ........Scroll top......... */

/* ---------Moblie Call Action------------- */
.mobile-fixed-button {
  display: none;
}
/* ---------Moblie Call Action------------- */

/* ..........Button.......... */
.btn1 {
  background-color: rgb(231, 46, 119);
  border: 1px solid rgb(255, 255, 255);
  padding: 10px 0px;
  display: inline-block;
  color: #fff;
  width: 200px;
  font-weight: 400;
  text-align: center;
  font-family: var(--theme-default-font);
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 50px;
}
.btn1:hover {
  background: initial;
  border: 1px solid rgb(231, 46, 119);
  color: rgb(231, 46, 119);
}
.heading h2 {
	font-size: 40px;
	font-weight: 600;
	font-family: var(--theme-heading-font);
	margin-bottom: 15px;
	color: #323232;
	text-transform: uppercase;
}
.heading h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: var(--theme-heading-font);
  margin-bottom: 15px;
}

/* ---------Nav ber------------- */
.small {
  display: none;
}


a.navbar-brand img {
  width: 275px;
}


/* .header_menu li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
} */

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.header_menu .hd_info {
  margin-left: 12px;
}





.header_menu a.comon-btn:hover {
  background: #121212 !important;
}

.header_menu li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 17px;
  display: inline-block;
  font-weight: 400;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
      right: 0;
      left: auto;
  }
  .navbar li .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
      margin-top: 0;
  }
 
  .navbar .dropdown-menu.fade-down {
      top: 80%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
      top: 180%;
  }
  .navbar li:hover .dropdown-menu {
      transition: .3s;
      opacity: 1;
      visibility: visible;
      top: 100%;
      transform: rotateX(0deg);
  }
}
.header_menu {
padding: 5px 0;
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 280px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}
.header_menu {
	padding: 5px 0;
  background-color: rgba(16, 16, 16, 0.21);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* banner */

.home_main_slider .item {
  background-size: cover;
	padding: 680px 0 60px;
 
}
.home_main_slider .owl-item.active{
  -moz-animation: zoomout 40s ease-in-out infinite;
  -webkit-animation: zoomout 40s ease-in-out infinite;
  animation: zoomout 40s ease-in-out infinite;
  transition: all 0.7s ease-in-out;
}
@-moz-keyframes zoomout {
  0% {transform: scale(1);}
  20% {transform: scale(1.2);}
  60% {transform: scale(1.5);}
  80% {transform: scale(1.8);}
  100% {transform: scale(2);}
}

@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  20% {transform: scale(1.2);}
  60% {transform: scale(1.5);}
  80% {transform: scale(1.8);}
  100% {transform: scale(2);}
}

@keyframes zoomout {
  0% {transform: scale(1);}
  20% {transform: scale(1.2);}
  60% {transform: scale(1.5);}
  80% {transform: scale(1.8);}
  100% {transform: scale(2);}
}

#home_main_page_slider1{
  background:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url('../image/banner1.jpg') no-repeat center;
  background-size: cover;
transition: all 0.6s;

}
#home_main_page_slider2{
  background:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url('../image/banner.jpeg') no-repeat center;
  transition: all 0.6s;
  background-size: cover;
}
#home_main_page_slider3{
  background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.4)), url('../image/banner2.jpg') no-repeat center;
  background-size: cover;
  transition: all 0.6s;
}

.banner_heading {
	color: #ffff;
}

.banner_heading_sec {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
	width: 100%;
  z-index: 11;
}
.banner_heading h1 {
	font-size: 80px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.home_main_page .btn_sec {
	text-align: right;
}
.home_main_page .btn_sec .btn1{
  width: 225px;
}
.banner_heading h4 {
	font-size: 22px;
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 400;
	display: inline-block;
	padding-left: 90px;
  position: relative;
}
.banner_heading h4::before {
	content: "";
	background-color: var(--theme-color);
	width: 75px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 12px;
}
.banner_heading .btn1{
  width: 220px;
}
/* Services */
.service_conted{
background-color: #f8f8f8;
padding: 20px;
position: relative;
border-radius: 10px;
overflow: hidden;
transition: all 0.6s;
}
.service_conted .service_outer h4{
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-top: 15px;
}
.service_conted::before{
  content: "";
  background-color: #e72e77;
  width: 100%;
  height:100px;
position: absolute;
left: 0;
right: 0;
top: 0;
transition: all 0.6s;
}
.service_conted:hover::before{
  content: "";
  background-color: #e72e77;
  width: 100%;
  height:100%;
position: absolute;
left: 0;
right: 0;
top: 0;
transition: all 0.6s;
}
.service_con{
  padding: 15px;
  text-align: center;
}
.service_con p {
	margin-bottom: 10px;
	min-height: 75px;
}
.service_main {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* about_home */
.about_home{
  background: url('../image/about-bg.jpg') no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.about_home .heading {
	background-color: #fff;
	padding: 35px;
	text-align: center;
}
.about_home .heading h2{
  font-size: 40px;
}
.about_home .heading h5 {
	font-size: 20px;
	font-weight: 500;
	padding: 0 85px;
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
.about_home .heading h5::after{
  content: "";
	background-color: var(--theme-color);
	width: 75px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 12px;
}
.about_home .heading h5::before{
  content: "";
	background-color: var(--theme-color);
	width: 75px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 12px;
}

/* home_contact */

.home_contact .contact-number i {
	color: #ffffff;
	background-color:var(--theme-color);
	min-width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50px;
	font-size: 40px;
	text-align: center;
	line-height: 50px;
}

.home_contact #contactForm input {
	width: 100%;
	background: transparent;
	border: none;
    border: 1px solid #e8e8e8;
	color: #000000;
	padding: 12px 10px;
	outline: none;
  height: 50px;
}
.home_contact #contactForm select{
  width: 100%;
	background: transparent;
	border: none;
	border: 1px solid #e8e8e8;
	color: #000000;
	padding: 12px 10px;
	outline: none;
  box-shadow: none;
  height: 50px;
}
.home_contact #contactForm option{
color: #000000;
}
.home_contact #contactForm button {
	outline: none;
	border-radius: 0;
	width: 100%;
	padding: 13px 0;
}
.home_contact .contact-number li p {
	margin-bottom: 3px;
	font-weight: 600;
	color: var(--theme-color);
	font-size: 20px;
	text-transform: capitalize;
}
.home_contact .contact-number i {
	color: #ffffff;
	background-color: var(--theme-color);
	min-width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50px;
	font-size: 29px;
	text-align: center;
	line-height: 50px;
}
.home_contact .contact-number li {
	display: flex;
	gap: 18px;
	margin-bottom:45px;
}
.home_contact .contact-number li a {
	color: #ffffff;
	font-size: 18px;
}

.home_contact #contactForm textarea::placeholder {
	opacity: 0.5;
	color: #000000;
}
.home_contact #contactForm textarea {
	width: 100%;
	background: transparent;
	border: none;
	border: 1px solid #e8e8e8;
	color: #000000;
	padding: 15px 10px;
	outline: none;
}
.home_contact {
  background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url('../image/contact-bg.jpg') no-repeat center;
  background-size: cover;
  color: #fff;
}
.home_contact  .heading h2{
  color: #fff;
}
.home_contact .contact-number{
  margin-top: 40px;
}
.contact_coning {
	background-color: #ffffff;
	background-size: cover;
	border-radius: 0px;
	color: #333333;
	position: relative;
	margin-top: -115px;
}
.contact_coning .contact_top{
  background-color: var(--theme-color);
  padding: 20px;
  text-align: center;
}
.contact_coning .contact_top h4{
  color: #fff;
  margin-bottom: 0;
  font-size:24px;
  font-weight: 500;
}
.home_contact #contactForm {
	padding: 22px;
}
.contact_coning::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: var(--theme-color);
	left: -40px;
	top: 0;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	z-index: -1;
}
.huflDf {
	line-height: 1.32;
	text-wrap: balance;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: rgb(17, 17, 17);
	display: none;
}
.galley_img{
  overflow: hidden;
}
.galley_img img{
  transition: all 0.6s;
}
.galley_img:hover img{
  transform: scale(1.1);
}
/* footer */
footer {
	padding: 70px 0 50px;
background-color:#000;
	color: #ffffff;
	font-size: 15px;
}
footer .ft_content h4 {
	color: #fff;
	font-size: 23px;
	margin-bottom: 25px;
	font-weight: 400;
}
footer .ft_logo img {
	width: 240px;
	margin-bottom: 10px;
	padding: 7px;
	border-radius: 5px;
}
footer .ft_gap_left{
  margin-left: -15px;
}
footer ul.list-unstyled.ft_links li {
  margin-bottom: 8px;
}
footer .ft_links2 li{
  margin-bottom: 8px;
  display: flex;
  align-items: self-start;
  color: #ffffff;
}
footer .ft_links2 li i{
  font-size: 27px;
  margin-right: 10px;
  margin-top: 5px;
  color: #12599c;
}
footer .ft_links2 li i.fa-globe{
  font-size: 35px;
  margin-right: 10px;
  margin-top: 5px;
  color: #12599c;
}
footer .ft_links2 li a{
  color: #ffffff;
} 
footer .ft_links li a{
  color: #ffffff;
  transition: all 0.6s;
} 
footer .ft_links li a:hover {
	color: var(--theme-color-second);
	margin-left: 6px;
}
footer .ft_links2 li a .ft_call img{
  width: 30px;
  margin-right: 5px;
}
footer .ft_border {
	width: 100%;
	height: 1px;
	margin: 35px 0;
	background-color: #2b2b2b26;
}
footer .ft_socail{
 display: flex;
 align-items: center;
 gap: 10px;
 margin-bottom: 15px;
}
footer .ft_socail a {
	width: 40px;
	height: 40px;
  background-color: #04427c;
	border-radius: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
  transition: all 0.6s;
}
footer .ft_socail a:hover i{
  color: var(--theme-color-second);
  transition: all 0.6s;
}
footer .ft_socail a:hover {
	transform: translateY(-5px);
}
footer p{
  font-size: 15px;
}
.ratting-img i{
  color: var(--theme-color-second);
  font-size: 30px;
}
footer .critifi_img img{
  width: 150px;
  border-radius: 5px;
}
.navbar li:hover a {
	color: #e72e77;
}

/* .....destinations.... */
.destinations_conted .top_img {
	overflow: hidden;
	border-radius: 18px;
  position: relative;
	height: 310px;
}

.destinations_conted .top_img .overlay {
	background-color: #00000073;
	color: #fff;
	height: 100%;
	left: 0;
	padding: 25px;
	position: absolute;
	right: 0;
	top: -120%;
	transition: all .6s;
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.destinations_conted .top_img .overlay a{
  color: var(--theme-color);
}

.destinations_conted .top_img img {
	width: 100%;
	object-fit: cover;
  transition: all 0.6s;
  height: 100%;
}
.destinations_conted .top_img:hover .overlay {
	position: absolute;
	background-color: #1b1b1b9e;
	left: 0;
	top: 0;
	right: 0;
  width: 100%;
	height: 100%;
}

.destinations_conted .top_img:hover img{
  transform: scale(1.1);
}
.content_section .button_area {
  margin-top: 27px;
}
.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background:var(--theme-color);
  border-radius: 50%;
  animation: pulse-border 1000ms ease-out infinite;
}
.video-play-button::after {
	content: "\f04b";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 90px;
	font-family: FontAwesome;
	height: 90px;
	background: var(--theme-color);
	border-radius: 50%;
	transition: all 200ms;
	right: 0;
	text-align: center;
	padding-top: 6px;
	color: #fff;
	font-size: 52px;
	padding-left: 10px;
}


.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.content_section{
  position: relative;
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.hd_info .btn1 {
	letter-spacing: 2px;
}
.content_section{
  background: url('../image/video-img.jpg')  no-repeat center;
  background-size: cover;
  padding: 360px  0;
}


/* .....innner page */
.inner-page {
	padding: 400px 0 60px;
	position: relative;
}
.inner-page h1 {
	color: transparent;
	-webkit-text-stroke: 2px #e72e77;
	font-size: 90px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.inner-page .btom_img {
position: absolute;
left: 0;
right: 0;
bottom: -2px;
transform: translate(0);
z-index: 1;
}

.inner-page ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.inner-page ul li {
  font-size: 20px;
  margin: 0 6px;
  color: #fff;
  font-weight: 600;
}
.inner-page ul li a {
  color: #fff;
}
#portfolio_bg{
  background: url('../image/portfolio-banner.jpg') no-repeat center;
  background-size: cover;
}
#service_bg{
  background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.5)), url('../image/service-banner.jpg') no-repeat center;
  background-size: cover;
}
#about_bg{
  background: url('../image/about-banner.jpg') no-repeat center;
  background-size: cover;
}
#contact_bg{
  background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.5)), url('../image/contact-banner.jpg') no-repeat top;
  background-size: cover;
}

/* service */
.service_consty{
  background-color:#f7f7f7;
}
.service_consty .content_img img {
	width: 100%;
  height: 100%;
}
.service_consty .heading{
  padding: 25px;
}
.service_consty .content_img {
  width: 100%;
}
/* about us */
.about_sec1 .heading h5 {
	font-size: 20px;
	font-weight: 500;
	padding-right: 85px;
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
}
.about_sec1  .heading h5::after{
  content: "";
	background-color: var(--theme-color);
	width: 75px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 12px;
}
/* contact */
.contact-page form input {
	width: 100%;
	padding: 15px;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--theme-color);
  outline: none;
}
.contact-page form textarea {
	width: 100%;
	padding: 15px;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--theme-color);
  outline: none;
}
.contact-page form  label {
	display: inline-block;
	color: #707070;
}
.contact-page form button{
  outline: none;
  border-radius: 0;
width: 250px;
}
.date{
  color: #707070;
}
.date_sec span{
  color: #707070;
}

.contact-page form {
	background: #f7f7f7;
	padding: 40px;
	border-radius: 10px;
}
.date_sec{
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-page form h3{
  display: inline-block;
  position: relative;
  padding-right: 125px;
}

.contact-page form h3::before {
	content: "";
	background-color: var(--theme-color);
	width: 100px;
	height: 3px;
	position: absolute;
	right: 0;
	top: 14px;
}
.contact-left{
  background: #f7f7f7;
  padding: 35px 25px;
  width: 100%;
  border-radius: 10px;
}
.contact-left-el,.contact-left-el1 a:hover {
  color: var(--theme-color);
}
.contact-left-el a:hover{
  color: var(--theme-color);
}
.contact-left-el1 {
	margin-bottom: 26px;
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
}
.contact-left-el, .contact-left-el1 a {
	color: #777777;
	transition: all .3s ease-in-out;
}
.contact-left-el1 a {
	color: #777777;
}
.contact-left-el {
	margin-bottom: 23px;
	display: flex;
	align-items: center;
}
.contact-left-el1 a i {
	width: 40px;
	height: 40px;
	background: var(--theme-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 10px;
}
.contact-left-el a i {
	width: 40px;
	height: 40px;
	background: var(--theme-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 10px;
}
.contact-left-el a {
	display: flex;
	align-items: center;
	color: #777777;
}
.contact-left-el a {
	display: flex;
	align-items: center;
	color: #777777;
	word-break: break-all;
}
.contact-page  .map iframe{
  width: 100%;
  height: 220px;
  margin-top: 15px;
  border-radius: 10px;
}
/* galley */

.galley_con{
  overflow: hidden;
}
.galley_con a img{
  transition: all 0.6s;
  width: 100%;
}
.galley_con:hover img{
  transform: scale(1.1);
}
.galley_con a  img {
	max-width: 100%;
	height: auto;
}


.isotope_item img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
#gallery .galley_img img {
	transition: all 0.6s;
	height: 100%;
	object-fit: cover;
  border-radius: 15px;
}
#gallery .galley_img {
  border-radius: 15px;
  height: 485px;
  overflow: hidden;
}

.fix_call {
	position: fixed;
	bottom: 65px;
	right: 20px;
	z-index: 222;
}
.fix_call img {
	width: 50px;
}
.fix_call a{
  display: block;
  margin: 10px 0;
}



/* inner-services  (27/12/2024)*/
.inner-services{
padding: 400px 0 250px;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.inner-services::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #00000057;
	width: 100%;
	height: 100%;
}
.inner-services .container{
  position: relative;
  z-index: 1;
}

.inner-services .heading{
  text-align: center;
  color: #fff;
}
.inner-services .heading h2{
  color: #fff;
  font-size: 60px;
}
.services-gall{
border-radius: 35px;
overflow: hidden;
}
.services-gall-xl{
  border-radius: 35px;
overflow: hidden;
max-height: 600px;
width: 100%;
}
.services-gall-xl img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}