* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  overflow-x:hidden;
}

a {
  text-decoration: none;
}
ul,li{
  margin:0;
  padding:0;
  list-style-type:none;
}


/*TopBar Css*/
.container-fluid,
.container{
  padding-left:15px;
  padding-right:15px;
}
.row{
  margin-left:-15px;
  margin-right:-15px;
}
.row>*{
  padding-left:15px;
  padding-right:15px;
}
@media(min-width:1450px){
  .container{
    max-width:1330px;
  }
}
@media(min-width:1550px){
  .container{
    max-width:1430px;
  }
}
@media(min-width:1650px){
  .container{
    max-width:1530px;
  }
}
@media(min-width:1750px){
  .container{
    max-width:1630px;
  }
}
.sub-heading h2{
  font-size: 62px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  font-family: "Playfair Display", serif;
}
.sub-heading p{
  font-size:26px;
  color:#000;
}

/*Header Start*/
.pati-header .navbar{
  min-height:115px;
}
.menu-desktop{
  background-color: #1b3329;
  position: fixed;
  left: -300px;
  top: 0;
  height: 100%;
  width: 300px;
  padding-top: 100px;
  transition:0.5s;
}
.menu-desktop ul li a{
  color: #fff;
  display: block;
  padding: 15px 30px !important;
  text-align: left;
  border-bottom: 1px solid hsla(0, 0%, 88%, .2);
  opacity: 1;
  transition: .5s;
  transition-delay: .4s;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  letter-spacing:2px;
}
body.show-sidebar .menu-desktop{
  left:0;
}
.pati-header .navbar-brand{
  display:none;
}
.pati-header .container-fluid{
  padding-left:50px;
  padding-right:50px;
}
.toggle-bar-dsktp{
  background-color:transparent;
  border:none;
  position:relative;
  padding-left:50px;
  z-index:9;
}
.toggle-bar-dsktp span{
  display: inline-block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
  transition:0.5s;
}
.toggle-bar-dsktp h4{
  color:#fff;
  margin-bottom:0;
}
.toggle-bar-dsktp span:nth-child(2){
  top: 12px;
}
.toggle-bar-dsktp span:nth-child(3){
  top: 22px;
}
.pati-header .navbar-nav-lft{
  column-gap: 50px;
}
.pati-header .navbar-nav .nav-link{
  color:#fff;
}
.pati-header .hedr-logo img{
  background-color: #1b3329;
  padding: 0;
  border-radius: 40px;
}
.pati-header.sticky-header{
  background-color: #1b3329;
}
body.show-sidebar .toggle-bar-dsktp span {
  top: 12px;
  transform: rotate(45deg);
}
body.show-sidebar .toggle-bar-dsktp span:nth-child(2) {
  opacity:0;
}
body.show-sidebar .toggle-bar-dsktp span:nth-child(3) {
  top: 12px;
  transform: rotate(-45deg);
}
.hedr-logo-ul{
  position: absolute;
  left: 48%;
  top: 10px;
  transform: translate(-50%);
}
/*Header Start*/

/*Banner Start*/
.peti-hmg-bnner .peti-hmg-bnner-inr{
  position:relative;
}
.peti-hmg-bnner .peti-hmg-bnner-inr video,
.peti-hmg-bnner .peti-hmg-bnner-inr img{
  width:100%;
  height:1080px;
  object-fit:cover;
  object-position:center center;
}
.peti-hmg-bnner .peti-hmg-bnner-inr:after{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background-color:rgb(0 0 0 / 20%);
  width:100%;
  height:100%;
}
.peti-hmg-bnner-contnt{
  position: absolute;
  z-index:9;
  text-align: center;
  padding: 0 100px;
  top: 50%;
  transform: translateY(-50%);
}
.peti-hmg-bnner-contnt h1{
  font-size:102px;
  font-family: "Playfair Display", serif;
  margin-bottom:45px;
}
.peti-hmg-bnner-contnt p{
  font-size:24px;
  line-height:40px;
  margin-bottom:0;
}
.hmgbanner_slider .slick-prev, .hmgbanner_slider .slick-next{
  display:none!important;
}
/*Banner Start*/
.hmg-abt-sec{
  margin-top:100px;
  margin-bottom:100px;
}
.hmg-abt-sec-two{
  margin-bottom:100px;
}
.hmg-abt-sec-contnr{
  padding:30px;
  box-shadow: 0 0 5px 0 #ccc;
} 
.hmg-abt-sec-col{
  margin-top:30px;
}
.hmg-abt-sec-col img{
  width:100%;
  height:500px;
  object-fit:cover;
  object-position:center;
}


.hmg-abt-sec-two .sub-heading{
  padding-left:50px;
}
.hmg-abt-sec-col-lft{
  position:relative;
  padding:20px;
}
.hmg-abt-sec-col-lft img{
  position:relative;
  z-index:9;
}
.hmg-abt-sec-col-lft:after{
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  width: calc(100% + 15px);
  height: calc(100% - 40px);
  background-color: #1b3329;
}
.hmg-abt-sec-col-right{
  background-color:#1b3329;
  padding:20px;
  border-left:10px solid #ffcd61;
}
.mster-sec{
  background-color:#f2f2f2;
  padding-top:50px;
  padding-bottom:100px;
}
.mster-sec .row{
  margin-left:0;
  margin-right:0;
}
.mster-sec-col{
  margin-top:50px;
}

.mster-img-sec-lft{
  position:relative;
  padding: 20px;
}
.mster-img-sec-lft img{
  position:relative;
  z-index:9;
}
.mster-img-sec-lft:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px 0 #ccc;
}
.mster-img-sec-right{
  position:relative;
  padding: 20px;
}
.mster-img-sec-right img{
  position:relative;
  z-index:9;
}
.mster-img-sec-right:after{
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px 0 #ccc;
}
.mster-sec .sub-heading{
  margin-left:35px;
}
.mster-sec.bg-white .mster-img-sec-right{
  margin-top:50px;
}
/*.mster-sec.bg-white .mster-img-sec-right:after{
  height:calc(100% - 100px);
  top:100px;
  width:calc(100% - 50px);
}
*/
.private-sec{
  margin-bottom:100px;
}
.private-sec .mster-img-sec-right:after{
  background-color:#1b3329;
  height: calc(100% - 100px);
  top: 100px;
  width: calc(100% - 50px);
}
.hmg-opn-sec{
  margin-bottom:100px;
}
.hmg-opn-sec .sub-heading h2{
  font-weight:900;
  margin-bottom:25px;
  font-size: 82px;
}
.shedule-btn{
  background-color: #ffcd61;
  display: inline-block;
  font-size: 28px;
  color: #000;
  padding: 30px 40px;
  border-radius: 12px;
}
.peti-ftr{
  background-color:#eeeeee;
  padding-top:25px;
  padding-bottom:25px;
}
.peti-ftr p{
  font-size:22px;
}
.social-icon-ftr{
  display:flex;
  justify-content:center;
  column-gap:30px;
}
.social-icon-ftr a{
  font-size:22px;
  color:#000;
}
.social-icon-ftr a:hover{
  color:#1b3329;
}
.peti-ftr ul{
  display:flex;
  justify-content:flex-end;
  column-gap:30px;
}
.peti-ftr ul li a{
  font-size:22px;
  color:#000;
  display:inline-block;
}
.peti-ftr ul li a:hover{
  color:#1b3329;
}