
@font-face {
  font-family: 'inter';
  src: url('../fonts/inter-bold-webfont.woff2') format('woff2'),
       url('../fonts/inter-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}




@font-face {
  font-family: 'inter';
  src: url('../fonts/inter-medium-webfont.woff2') format('woff2'),
       url('../fonts/inter-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;

}




@font-face {
  font-family: 'inter';
  src: url('../fonts/inter-regular-webfont.woff2') format('woff2'),
       url('../fonts/inter-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}




@font-face {
  font-family: 'inter';
  src: url('../fonts/inter-semibold-webfont.woff2') format('woff2'),
       url('../fonts/inter-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}


@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}




@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
       url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;

}




@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
       url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}




@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;

}




@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}


@font-face {
  font-family: 'parisienneregular';
  src: url('../fonts/parisienne-regular-webfont.woff2') format('woff2'),
       url('../fonts/parisienne-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



:root {
  --base-font: 'poppins';
  --second-font: 'inter';
  --dark-black: #1C1C1C;
  --primary-color: #D89521;
  --light-text: #D0DAF5;
  --transition: all 300ms linear;
}

body {
  margin: 0;
  padding: 0;
  line-height: 26px;
  font-size: 16px;
  font-family: 'poppins';
  font-weight: 300;
  color: #4E504B;
  letter-spacing: 0.2px;

}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: unset;
  outline: none;
  transition: 0.3s all ease-in-out;
}
a:hover {
  color: unset;
  transition: 0.3s all ease-in-out;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
button {
  cursor: pointer;
  outline: 0;
  border: none;
  background-color: transparent;
}
input,
textarea,
select {
  outline: 0;
  border: none;
  resize: none;
}

.txtjustify{text-align: justify;}

header .common-btn{
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  color: #fff;

 }
 
 header .common-btn:hover{
   background: #4E504B;
   color: #fff;
 }

.common-btn {
  line-height: 42px;
  height: 40px;
  border: 1px solid #4E504B;
  border-radius: 30px;
  background: transparent;
 display: inline-block;
 vertical-align: middle;
  color: #4E504B;
  font-weight: 400;
  transition: 0.3s ease all;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 30px;
  font-family: 'inter';
  
}

.white-btn {
  background-color: transparent;
  color: #FF5D16;
}

.common-btn.white-btn:hover {
  background: #FF5D16;
  color: #fff;
}

.common-btn:hover,
.common-btn:focus {
  color: #fff;
  background: #4E504B;
  border: 1px solid #4E504B;
}

.main-title{
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #4E504B;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

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

ul.slick-dots{
  margin: 15px auto 0;
  text-align: center;
}

ul.slick-dots li{
  display: inline-block;
  padding: 0 5px;
}

ul.slick-dots li button{
  text-indent: -9999px;
}

ul.slick-dots li button{
  height: 8px;
  width: 8px;
  background: var(--primary-color);
  border-radius: 50%;
}

header {
  padding: 16px 0;
  background: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0; 
  z-index: 1020;

  
}

header .header-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
	position:relative;
	padding:8px 0px;
 
}

header .header-top .logo{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}


.header-fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 10px 0;
}

.header-right .social-media{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:20px;
}

header .header-right{
  display: flex;
  align-items: center;
  gap:40px;
  justify-content: space-between;
}



.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: 'inter';
  padding: 10px 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.header-navigation .main-menu ul > li > a:hover{
  color: var(--primary-color);
}



.header-navigation .main-menu ul > li.has-children > a::after{
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  right: -20px;
  background: url(../images/menu-dropdown.png) no-repeat;
  background-size: 10px 7px;
  width: 10px;
  height: 7px;
  top: 50%;

}

.navbar-toggler{
  display: none;
}

.header-navigation .main-menu ul > li {
  margin-left: 10px;
  margin-right: 10px;
}

.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  min-width: 240px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  height: auto;
  text-align: left;
  border-radius: 5px;
  -webkit-box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
  box-shadow: 0 30px 70px 0 rgba(137, 139, 142, 0.15);
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: block;
  padding: 0 20px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2.7;
  margin: 0;
  font-size: 16px;
  color: var(--thm-black);
  text-transform: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:before {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--red);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}

.header-navigation .main-menu ul > li:hover > a:before {
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .main-menu ul > li .dd-trigger {
  display: none;
}

.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .header-navigation .main-menu ul > li{
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
	.inner-header-fixed.header-fixed .header-navigation .main-menu ul > li > a{
  color: #fff;
}

.inner-header-fixed.header-fixed .header-navigation .main-menu ul > li.menu-item > ul > li > a{
  color: #4E504B;
}

.inner-header-fixed.header-fixed .header-right .social-media svg path{
  fill: #fff;
}
}
@media (max-width: 991px) {
.header-navigation .nav-right-item .menu-button {
  display: none;
}
.navbar-toggler{
  display: block;
}
.header-navigation.breakpoint-on {
z-index: 999;
}
.header-navigation.breakpoint-on .sidebar-logo {
display: block;
}
.header-navigation.breakpoint-on .nav-menu {
text-align: left;
background-color: #f7f7f7;
position: fixed;
top: 0;
right: -300px;
z-index: 9999;
width: 300px;
height: 100%;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
padding: 0;
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
display: block;
overflow-x: hidden;
overflow-y: scroll;
padding-top: 70px;
}

.header-navigation .main-menu ul > li > a{
  font-size: 15px;
}



.nav-right-item {
display: flex;
align-items: center;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
right: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
display: block;
margin: 0;
border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
border-top: 1px solid #ececec;
padding: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
display: block;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
color: #17171d;
padding: 13px 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
width: 100%;
position: relative;
top: 0;
left: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
visibility: visible;
opacity: 1;
display: none;
-webkit-transition: none;
transition: none;
padding: 5px 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
color: #17171d;
padding: 5px 20px 0 40px;
line-height: 32px !important;
font-size: 13px;
}
.header-navigation.breakpoint-on
.nav-menu
.main-menu
ul
li
.sub-menu
li
a:hover {
border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
display: block;
position: absolute;
right: 0;
height: 42px;
width: 42px;
top: 0;
border-left: 0;
z-index: 2;
background-position: center;
background-color: #4E504B;
background-image: url(../../images/menu-dropdown.png);
background-size: 10px 7px;
background-repeat: no-repeat;
text-align: center;
line-height: 42px;
cursor: pointer;
color: #17171d;
font-size: 20px;
}
	
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger svg{
  font-size:30px;
	        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
left: 0;
}
.header-navigation.breakpoint-on .navbar-toggler,
.header-navigation.breakpoint-on .navbar-close {
display: block;
}
.header-navigation .navbar-toggler {
padding: 0;
border: none;
background-color: transparent;
cursor: pointer;
display: none;
margin-left: 30px;
}
.header-navigation .navbar-toggler span {
position: relative;
background-color: #fff;
border-radius: 3px;
display: block;
height: 3px;
margin-top: 5px;
padding: 0;
-webkit-transition-duration: 300ms;
transition-duration: 300ms;
width: 30px;
cursor: pointer;
display: block;
}

.header-fixed .header-navigation .navbar-toggler span, .header-bg .header-navigation .navbar-toggler span{
  background-color: #fff;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
top: -8px;
}
.header-navigation .navbar-close {
position: absolute;
top: 15px;
right: 15px;
z-index: 12;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
display: none;
cursor: pointer;
background: var(--red);
}


.header-navigation .navbar-close.navbar-toggler span:nth-of-type(1){
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top:10px;
}
.header-navigation .navbar-close.navbar-toggler span:nth-of-type(2){
 opacity: 0;
}

.header-navigation .navbar-close.navbar-toggler span:nth-of-type(3){
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    top: -5px;
}

.header-navigation .navbar-close.navbar-toggler span{
  background-color: #17171d;
}




.header-navigation .navbar-close i {
color: #fff;
font-size: 20px;
}

}

@media (max-width: 991px) {
  .header-navigation .navbar-toggler span{
    height: 2px;
    width: 30px;
  }

}


@media (max-width: 479px) {
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a{
  padding: 10px 15px;
  font-size: 15px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger{
  height: 36px;
  width: 36px;
  font-size: 16px;
}
}




.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;

}

.hero-slider .slide-inner::after{

 
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
  display: none;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  position: relative;
  text-align: left;
  line-height: 6px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet::after{

}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-pagination-bullet-active::after{
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}



  .hero-style .container {
    padding-bottom: 95px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }





@media screen and (min-width: 992px) {

.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 600px;
  min-height: 100vh;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}



.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 15px;
}

.hero-style .slide-title span{
  font-size: 58px;
  line-height: 87px;
  text-align: center;
  padding-right: 100px;
  display: block;
  font-family: 'parisienneregular';
}

.hero-style .slide-title h2 {
  font-size: 96px;
  font-weight: 275;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
  .hero-style .slide-title span{
    font-size: 40px;
    line-height: 52px;
  }

}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
  .hero-style .slide-title span{
    font-size: 32px;
    line-height: 44px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 10px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}




.hm-about-us{
  position: relative;
}
.content-box .title-wrapper{
  max-width: 97%;
  margin: 0;
}
.content-box .title-wrapper span{
  font-weight: 300;
  text-transform: uppercase;
}


.content-box .title-wrapper .main-title{
  text-transform: uppercase;
  font-size: 40px;
  line-height: 52px;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 10px;
}


.hm-about-us .common-btn{
 font-weight: 400;
 border-radius: 30px;
 border: 1px solid #4E504B;
 color: #4E504B;
 margin-top: 20px;
}

.hm-about-us .common-btn:hover{
  background: #4E504B;
  color: #fff;
}

.hm-about-us .hm-about-thumbs{
  display: flex;
  align-items: flex-end;
}


.hm-about-us .about-left-thumb, .hm-about-us .about-right-thumb{
  position: relative;
}

.hm-about-us .about-left-thumb .flower-shape{
  max-width: 160px;
  position: absolute;
  top: -87px;
  left: -28px;
  z-index: -1;
}

.hm-about-us .about-right-thumb .flower-shape{
  position: absolute;
  left: -40px;
  bottom: 0;
}

.title-wrapper .main-title{
  text-transform: uppercase;
  font-size: 40px;
  line-height: 52px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.title-wrapper{
  margin: 0 auto 50px;
  max-width: 485px;
}

.title-wrapper .main-title ~ span{
  text-align: center;
  display: flex;
  justify-content: center;
}

.hm-unique-pics .items .thumb{
  position: relative;
}

.hm-unique-pics .items .thumb::after{
  content: "";
  position: absolute;
  right: -56px;
  background: url(../images/unique-flower-thumb.svg) no-repeat right;
  width: 87px;
  height: 121px;
  background-size: cover;
  bottom: 0;
  z-index: 0;

}

.hm-unique-pics .col-12:last-child .items .thumb::after{
  display: none;
}

.hm-unique-pics .items h3{
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
}

.hm-unique-pics .items::after{
  content: "";
  position: absolute;
  width: ;
}


.isotope-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px; /* 30px / 2 */
}

.gallery-item {
  width: calc(33.333% - 20px); /* Adjust width considering the margin */
  margin-left: 15px; /* 30px / 2 */
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.gallery-item:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.gallery-item:after {
  background: rgba(255, 255, 255, .3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
}

.gallery-item img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.gallery-item:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hm-middle-quotes .quote-box{
  background: url(../images/quote-bg.png) repeat center;
  background-size: cover;
  height: 240px;
  box-shadow: 0px 24px 52px 0px #4E504B1A;
  padding: 45px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center

}

.hm-middle-quotes .quote-box span{
  font-family: 'parisienneregular';
  display: block;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

.hm-middle-quotes .quote-box p{
  font-size: 24px;
  line-height: 38px;
  font-weight: 300;

}

.hm-middle-quotes .quote-box .corner-thumb{
  position: absolute;
  right: 15px;
  bottom: 0;
}

.hm-gallery-section .common-btn{
  margin-top: 30px;
}

.hm-middle-full-thumb img{
  width: 100%;
}

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

.hm-counter::after{
  content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/left-flower-bg.svg) left / cover no-repeat;
    width: 103px;
    height: 278px;
}

.hm-counter .counter-wrapper{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}


.hm-counter .counter-wrapper .count-box span{
  font-weight: 600;
  font-size: 60px;
  line-height: 78px;

}

.hm-counter .counter-wrapper p{
  font-size: 14px;
  font-weight: 300;
}

.count-outer{
  text-align: center;
}


.hm-videos .video-box, .pd-gallery-section .video-box{
  position: relative;
  margin-bottom: 30px;
}

.hm-videos .video-box a, .pd-gallery-section .video-box{
  display: block;
}

.hm-videos .video-box .play-icon, .pd-gallery-section .video-box .play-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.testimonial-slider .desc{
  text-align: center;
  padding-left: 50px;
}

.testimonial-slider .desc span{
  display: block;
  margin-bottom: 15px;
}
 
.testimonial-slider .desc h4{
  font-size: 16px;
  padding-top: 20px;
  border-top: 1px solid #b8b9b7;
  display: flex;
  justify-content: center;
  width: 80%;
  align-items: center;
  margin: 0 auto;
}


.slick-slider  .slick-next{
  position: absolute;
  left: calc(50% + 25px);
  bottom: -60px;
  text-indent: -99999px;
  background: url(../images/next-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 49px;
  height: 48px;
  margin-right: -20px;

}


.slick-slider  .slick-prev{
  position: absolute;
  right: calc(50% + 25px);
  bottom: -60px;
  text-indent: -99999px;
  background: url(../images/prev-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 49px;
  height: 48px;
}

.hm-testimonials{
  position: relative;
}

.hm-testimonials::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/testimnonial-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width:70px;
  height: 148px;
}


.hm-tag-thumbs .item-box{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}

.hm-tag-thumbs .item-box .thumb > img{
  width: 100%;
}

.hm-tag-thumbs .item-box .tag-content-box{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 58px;
  line-height: 87px;
  font-family: 'parisienneregular';
 width: 100%;
}


.hm-tag-thumbs .item-box .thumb{
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.hm-tag-thumbs .item-box .thumb:first-child, .hm-tag-thumbs .item-box .thumb:nth-child(3n){
  justify-content: flex-end;
}


footer{
  background-color: #363832;
  color: #fff;
  font-weight: 300;
}


.footer-top{
  padding: 80px 0 60px;
}

.footer-para{
  padding-top: 32px;
}

.footer-para p{
  font-size: 16px;
  line-height: 28px;
}

footer h3{
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.footer-contacts{
  padding: 0 60px;
}

.footer-contacts ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-contacts ul li{
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;

}

.footer-contacts ul li .icon{
  position: absolute;
  left: 0;
  top:0;
  width: 24px;
  height: 24px;
}

.footer-top .col-12{
  position: relative;
}

.footer-top .col-12::after{
  content: "";
  position: absolute;
  height: 70%;
  width: 1px;
  background: #5e605b;
  right: 0;
  top: 0;
}


.footer-top .col-12:last-child:after{
  display: none;
}




.footer-social-media{
  display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 169px;
    margin-left: auto;
    text-align: center;
}

.footer-social-media ul{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}

.footer-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

.footer-links li{
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
}
.footer-links li a:hover, .footer-contacts ul li a:hover{
 color: #fff;
 opacity: 0.7;
}


.footer-copyright p{
  font-size: 14px;
  margin-bottom: 0;

}

.inner-banner{
  padding: 130px 0;
  position: relative;
}


.inner-header-fixed .header-navigation .main-menu ul > li > a{
   color: #4E504B;
}


.inner-header-fixed .header-right .social-media svg path{
  fill:#4E504B;
}

header.inner-header-fixed .common-btn{
  border: 1px solid #4E504B;
  color: #4E504B;
  background-color: #fff;
}

header.inner-header-fixed.header-fixed .common-btn{
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}



.inner-header-fixed.header-fixed .logo img{
  display: none;
}


.inner-header-fixed .logo img.scroll-logo{
  display: none;
}
.inner-header-fixed.header-fixed .logo img.scroll-logo{
  display: flex;
}


.inner-banner .title-wrapper{
  max-width: 100%;
  text-align: left;
  margin: 0;
}
.inner-banner .title-wrapper .main-title{
  text-align: left;
  font-size: 72px;
  font-weight: 300;
  line-height: 93px;

}


.inner-banner-bg{
  position: absolute;
  right: 0;
  bottom: 50px;
}


.portfolio-memory .p-memory-top{
  display: grid;
  gap: 45px;
  grid-template-columns: repeat(2, 1fr);
  padding-right: 50px;
}

.portfolio-memory .p-memory-top .main-title{
  margin-bottom: 15px;
}
.portfolio-memory .p-memory-top h5{
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.portfolio-memory .right-p-memory-content .para{
  padding-bottom: 20px;
  border-bottom: 1px solid #4E504B
  ;
}
.portfolio-memory .p-memery-b {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.portfolio-memory .p-memery-b h3{
  font-family: 'parisienneregular';
  font-size: 48px;
  line-height: 72px;

}

.breadcumbs ul{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;

}
.breadcumbs ul li a{
  font-size: 16px;
  line-height: 24px;
}

.breadcumbs ul li:first-child a{
  font-weight: 600;
  color: #4E504B;
}
.portfolio-details-banner .title-wrapper .main-title{
  text-transform: capitalize;
}

.portfolio-details-banner .full-thumb{
   margin-top: 20px;
}


.portfolio-details-middle .location-info h5{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.portfolio-details-middle .location-info ul{
  display: grid;
  list-style: disc;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  list-style-position: inside;
}

.locations-thumbs{
  padding-right: 100px;
}
.p-location-top .left-thumb img, .p-location-top .right-thumb img{
  width: 100%;
}
.p-location-top .left-thumb, .p-location-top .right-thumb, .p-location-middle .right-thumb{
  position: relative;
  padding: 10px;
  box-shadow: 0px 4px 8px 0px #00000014;
  background: #fff;
}

.p-location-middle .right-thumb img{
  width: 100%;
}

.p-location-middle .left-para{
  padding-right: 40px;
}

.p-location-top .right-thumb{
  max-width: 280px;
}

.p-location-top .left-thumb .flower-thumb{
  position: absolute;
  top: -107px;
  left: 0px;
  z-index: -1;
  transform: rotate(80deg);

}

.p-location-top .right-thumb .flower-thumb{
  position: absolute;
  bottom: 25px;
  right: -86px;
  z-index: -1;
  transform: rotate(80deg);
  background-size: 62%;
  max-width: 156px;
  transform: rotate(45deg);
}

.p-location-middle{
  position: relative;
}

.p-location-middle .corner-thumb{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  max-width: 200px;
}



.p-location-top.bottom .left-thumb .flower-thumb{
  position: absolute;
  top: auto;
  bottom: 0;
  left: -80px;
  z-index: -1;
  transform: none;

}

.p-location-top.bottom .right-thumb .flower-thumb{
  position: absolute;
  bottom: auto;
  right: auto;
  z-index: -1;
  top: -80px;
  left: 0;
  transform: none;
}
.p-location-top.bottom .locations-thumbs{
 padding-right: 20px;
}
.pd-gallery-section .gallery-item{
  width: 100%;
}
.pd-gallery-section .gallery-item img{
  width: 100%;
}

.address-cols{
  position: relative;
  padding-top: 80px;
}

.address-cols::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/portfolio-four-c-center-bg.svg);
  background-size: cover;
  background-position: left;
  width: 64px;
  height: 128px;
}


.address-cols .center-thumb{
  display: flex;
  justify-content: center;
}

.address-cols .items-content{
  margin-bottom: 30px;
}


.address-cols .items-content h4{
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}

.explore-slider .box{
  padding: 0 15px;
}


.inner-banner .about-page-content .main-title{
  font-size: 50px;
  line-height: 72px;
  font-weight: 600;
}

.inner-banner .about-page-content .title-wrapper{
  position: relative;
}


.inner-banner .about-page-content .title-wrapper::after{
   content: "Wedding Photographer";
   font-family: "Petit Formal Script", cursive;
   font-weight: 400;
   font-size: 62px;
   line-height: 78px;
   color: #4E504B;
   opacity: 0.2;
   position: absolute;
   left: -20px;
   top: -50px;
   white-space: nowrap;
}

@media (max-width: 1580px) {

  .hm-tag-thumbs .item-box .tag-content-box{
    font-size: 42px;
    line-height: 54px;
   margin-top: 15px;
  }

}




@media (min-width: 1450px) {
  .container{
     max-width: 1200px;
  }
  

}


@media (max-width: 1450px) {
  .ptb-160{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pb-160{

    padding-bottom: 120px;
  }
  .pt-160{
    padding-top: 120px;
   
  }

  .content-box .title-wrapper .main-title, .title-wrapper .main-title{
     font-size: 34px;
     line-height: 46px;
  }

  .hm-unique-pics .items h3{
    font-size: 22px;
    margin-top: 15px;
    line-height: 34px;
  }

  .hm-middle-quotes .quote-box p{
    font-size: 20px;
    line-height: 32px;
  }
  .hm-middle-quotes .quote-box span{
    font-size: 28px;
    line-height: 40px;
  }

  .hm-counter .counter-wrapper .count-box span{
    font-size: 52px;
    line-height: 64px;
  }

  
  .hm-tag-thumbs .item-box .tag-content-box{
    font-size: 38px;
    line-height: 50px;
   margin-top: 10px;
  }


.footer-contacts ul li a{
  font-size: 15px;
}

.inner-banner .title-wrapper .main-title{
  font-size: 62px;
  line-height: 75px;
}
.inner-banner-bg{
  max-width: 180px;
}

}

@media (max-width: 1366px) {
 .gallery-style1-page-area > .container{
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
 }

 .gallery-style1-page-area > .container > .row{
  margin: 0;
 }
}

@media (max-width: 1199px) {
  .ptb-160{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pb-160{

    padding-bottom: 80px;
  }
  .pt-160{
    padding-top: 80px;
   
  }

  .content-box .title-wrapper .main-title, .title-wrapper .main-title{
     font-size: 30px;
     line-height: 42px;
  }

  .hm-unique-pics .items h3{
    font-size: 20px;
    margin-top: 15px;
    line-height: 32px;
  }

  .hm-middle-quotes .quote-box p{
    font-size: 18px;
    line-height: 30px;
  }
  .hm-middle-quotes .quote-box span{
    font-size: 24px;
    line-height: 36px;
  }

  .hm-counter .counter-wrapper .count-box span{
    font-size: 42px;
    line-height: 54px;
  }

  
  .hm-tag-thumbs .item-box .tag-content-box{
    font-size: 30px;
    line-height: 42px;
   margin-top: 10px;
  }


.footer-contacts ul li a{
  font-size: 15px;
}

.hm-tag-thumbs .item-box .tag-content-box img{
  max-width: 28px;
}

.slick-slider .slick-next, .slick-slider .slick-prev{
  background-size: 70%;
  
}

.slick-slider .slick-prev{
  right: calc(50% + 5px);
}
.slick-slider .slick-next{
  left: calc(50% + 5px);
}


.inner-banner .title-wrapper .main-title{
  font-size: 52px;
  line-height: 65px;
}
.inner-banner-bg{
  max-width: 160px;
}

.inner-banner{
  padding: 120px 0 80px;
}

  

}

@media (max-width: 991px) {

  .ptb-160{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-160{

    padding-bottom: 60px;
  }
  .pt-160{
    padding-top: 60px;
   
  }
  .hm-tag-thumbs .item-box{
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-top{
    padding: 60px 0 40px;
  }

  .footer-top .col-12:first-child:after{
    display: none;
  }

  .footer-para{
    margin-bottom: 50px;
  }

  .footer-contacts{
    padding: 0;
  }

  .footer-social-media ul svg{
    width: 28px;
    height: auto;
  }

  .hm-unique-pics .items .thumb::after{
    right: -22px;
  }

  header .header-top{
    flex-direction: row-reverse;
  }


  .testimonial-thumb{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .testimonial-slider .desc{
    padding-left: 0;
  }
  .title-wrapper{
    margin-bottom: 30px;
  }


  .portfolio-memory .p-memory-thumb{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  
.inner-banner .title-wrapper .main-title{
  font-size: 42px;
  line-height: 55px;
  max-width: 80%;
}

.inner-header-fixed.header-fixed .header-navigation .navbar-toggler span{
  background-color: #fff;
}
.inner-header-fixed .header-navigation .navbar-toggler span{
  background-color: #4E504B;
}
.inner-header-fixed.header-fixed .header-navigation .navbar-toggler.navbar-close span{
	background-color: #4E504B;	
}
/* .inner-header-fixed.header-fixed .header-navigation .navbar-toggler span{
  background-color: #fff;
} */



}

@media (max-width: 767px) {
  .footer-bottom{
    justify-content: center;
  }
  .footer-copyright p{
    margin-top: 10px;
  }
	
	header .header-top .logo{
		position:relative;
		left:0;
		transform:none;
	}

  .hm-counter .counter-wrapper{
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-item{
    width: calc(50% - 15px);
  }

  .ptb-160{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pb-160{

    padding-bottom: 40px;
  }
  .pt-160{
    padding-top: 40px;
   
  }

  .content-box .title-wrapper .main-title, .title-wrapper .main-title{
     font-size: 26px;
     line-height: 38px;
  }

  .hm-unique-pics .items h3{
    font-size: 18px;
    margin-top: 10px;
    line-height: 28px;
  }

  .hm-middle-quotes .quote-box p{
    font-size: 16px;
    line-height: 28px;
  }
  .hm-middle-quotes .quote-box span{
    font-size: 20px;
    line-height: 32px;
  }

  .hm-counter .counter-wrapper .count-box span{
    font-size: 36px;
    line-height: 50px;
  }

  
  .hm-tag-thumbs .item-box .tag-content-box{
    font-size: 24px;
    line-height: 36px;
   margin-top: 10px;
  }


.footer-contacts ul li a{
  font-size: 14px;
}

header .header-right{
  display: none;
}

.hm-unique-pics{
  overflow: hidden;
}

.hm-unique-pics .items .thumb{
  margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm-unique-pics .items h3{
  margin-bottom: 15px;
}

.hm-testimonials::after{
  background-size: 60%;
}

.slick-slider .slick-prev{
  right: calc(50% - 20px);
}

.slick-slider .slick-next{
  left: calc(50% - -34px);
}

.hm-middle-quotes .quote-box .corner-thumb{
  max-width: 60px;
}


.common-btn{
  height: 35px;
  line-height: 38px;
  font-size: 13px;
}

.logo img{
  max-width: 120px;
}





}

@media (max-width: 575px) {

  .footer-social-media{
    margin-left: 0;
    margin-top: 20px;
    align-items: flex-start;
  }

  .hm-tag-thumbs .item-box{
    grid-template-columns: repeat(2, 1fr);
  }

  .hm-counter.hm-counter::after{
    background-size: 60%;
  }

  .slick-slider .slick-prev{
    right: calc(50% - 0px);
  }
  .slick-slider .slick-next{
    left: calc(50% - 0px);
  }

}



@media (max-width: 479px) {
 .hm-counter .counter-wrapper{
  grid-template-columns: repeat(2, 1fr);
 }


}

.mt-100{margin-top: 100px;}



.contact-form .title-wrapper{
  margin-bottom: 20px;
}
.contact-form .title-wrapper .main-title{
  text-transform: capitalize;
  text-align: center;
  max-width: 100%;
  
}

.contact-form form .common-btn{padding-left:30px;}


.office-info .office-info-item{
  text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 40px;
}
.inner-banner.contact-form-wrapper{
  padding: 130px 0 0;
}
.office-info .office-info-item .office-info-icon{
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.office-info .office-info-item .office-info-icon svg{
 font-size: 30px;
 width: 30px;
 height: auto; 
}

.office-info-text h2{
  margin: 15px auto 5px;
  font-size: 24px;
  line-height: 40px;
}
.office-info-text .office-info-para{
  min-height: 50px;
}
.office-info-text .office-info-para p{
  margin: 0 0 5px;
}

.contact-form form{
  padding: 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  position: relative;
  z-index: 99;
}

.contact-form form input, .contact-form form textarea{
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 15px;
    border: 1px solid #ebebeb;
    font-weight: 300;
    font-size: 14px;
}

.contact-form-wrapper iframe{
  width: 100%;
  display: flex;
}
.contact-form-wrapper{
  position: relative;
}
.contact-form-wrapper::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100px;
  background: url(../images/left-flower-bg.svg) left / cover no-repeat;
  width: 103px;
  height: 278px;

}

@media (min-width: 1366px) {
.contact-form .title-wrapper .main-title{
  font-size: 45px;
  line-height: 56px;
  
}

}

@media (max-width: 1440px) {
  .ptb-100{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .office-info .office-info-item{
    padding: 30px;
  }
  .contact-form-wrapper iframe{
   
    height: 350px;
  }

}
@media (max-width: 991px) {
 
  .contact-form-wrapper .about-page-thumb{
    display: flex;
    justify-content: center;
  }
  .ptb-100{
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .office-info .office-info-item .office-info-icon{
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
  .office-info .office-info-item{
    margin: 10px 0;
  }

  .contact-form-wrapper iframe{
   
    height: 250px;
  }

}

@media (max-width: 767px) {
  .ptb-100{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 574px) {
  .ptb-100{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}