@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");

/* li,
span, */
li {
  font-family: "Montserrat";
}
@font-face {
  font-family: "FontsFreeNetBillabong";
  src: url("../fonts/FontsFreeNetBillabong.eot");
  src: url("../fonts/FontsFreeNetBillabong.eot") format("embedded-opentype"),
    url("../fonts/FontsFreeNetBillabong.woff2") format("woff2"),
    url("../fonts/FontsFreeNetBillabong.woff") format("woff"),
    url("../fonts/FontsFreeNetBillabong.ttf") format("truetype"),
    url("../fonts/FontsFreeNetBillabong.svg#FontsFreeNetBillabong")
      format("svg");
}

p {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "PlayfairDisplay-Regular" !important;
  letter-spacing: 2.2px;
}

/* top bar */
.cbp-hsinner {
  float: right;
  margin-right: 5px;
}
.cbp-hsmenu .chat {
  font-size: 16px;
}
.cbp-hsmenu .chat a {
  color: #000;
}
.cbp-hsmenu > li {
  z-index: 10000;
  position: relative;
}
.sdr-ics {
  color: #000;
}
li.chat {
  margin-top: 7px;
  margin-right: 10px;
  margin-left: -5px;
}
.cbp-hsmenu > li {
  display: block;
  float: left;
}
/* end */

.navbar-default .navbar-nav > li > a {
  color: #777;
  font-size: 11px;
  padding: 8px 9px;
  text-transform: uppercase;
}
.brand-name > a {
  font-size: 1.7rem !important;
  margin-right: 14.5rem;
  font-weight: 500;
  font-family: "Montserrat" !important;
  letter-spacing: 0.2rem;
  color: #000 !important;
}
.navbar-info {
  width: 100%;
  padding: 13px 13px;
}
/* .fixed-me{
    transition: all 1s ;
}

.fixed-me{
    background-color:#fff !important;
    padding: 0px  !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
        left: 0;
} */

.navbar-me {
  transition: all 1s;
}
.header-right-menu {
  padding: 5px 0 !important;
}
.navbar-me {
  padding: 14px 0px;
  background-color: transparent;
  top: 0px;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0;
}
.navbar-collapse {
  text-align: center;
  border-top-width: 0px;
  padding-top: 10px;
  margin-top: 5px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.menu-collapsed-button {
  margin: 20px 15px 10px 15px !important;
}
.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

.ftr-wp {
  background-color: #313131;
  padding: 58px 0 85px;
}
.ftr-1a h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}
.ftr-1a p {
  font-size: 16px;
  color: #ddd;
}
.ftr-1a ul {
  padding: 0px;
}
.ftr-1a ul li,
.ftr-1a p {
  list-style: none;
  font-size: 14px;
  margin-bottom: 16px;
  color: #fff;
}
.ftr-1a ul li:last-child {
  border-bottom: none;
}
.ftr-1a ul li a {
  color: #ddd;
}
.ftr-1a ul li a:hover {
  color: #000;
}
.scl img {
  width: 40px;
  float: left;
  margin-right: 10px;
  transition: width 2s, height 2s, transform 2s;
}
.scl img:hover {
  transform: rotate(360deg);
}
/* .ftr-1a ul li:before {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 6px;
} */
.ftr-btn1 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.ftr-wp1 {
  background-color: #fff;
  padding: 7px;
}
.cpy-p {
  color: #000;
  margin: 6px;
  text-align: center;
}
.footer-img {
  object-fit: cover !important;
  object-position: center !important;
  height: 115px !important;
  /* border: 1px solid #343434; */
  margin-top: 30px;
}
.social-icons .fa {
  color: #fff;
  margin-right: 20px;
  font-size: 23px;
}

/* logo slider */
/* Slider */

.slick-slide {
  margin: 0px 20px;
}

/* .slick-slide img {
    width: 100%;
    height: 160px;
} */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /* height: 230px; */
  min-height: 1px;
  background-color: #fff;
  padding: 7px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.site-logo1 {
  margin: 0;
  padding: 0;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  position: relative;
  opacity: 1;
  color: #ffffff;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
  color: #ffffff;
  background: #000;
  transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 15px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 14px;
  transition: all 500ms ease;
  font-family: "Roboto", sans-serif;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.dropdown-menu > li > a {
  clear: both;
  /*color: #000 !important;*/
  padding: 7px;
  text-transform: uppercase;
  /*border-top: 1px solid #444;*/
  /*font-weight: 800;*/
  line-height: 13px;
  font-size: 11px;
}
.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 200%;
  width: 220px;
  padding: 0px;
  z-index: 1;
  display: none;
  background: #000;
  border-top: 1px solid #444;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
  display: block !important;
  visibility: hidden;
  opacity: 0;
}
.dropdown-menu {
  margin: -2px 0 0;
  /*background: #F38F21 !important;
	background: #fff !important;
	border: 1px solid #3c4150;*/
  padding: 0 !important;
}
.dropdown-menu:hover {
  display: block;
  margin-top: 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #000;
}
/* need to change */
ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  /*width: 250px;
    height: 442px;*/
}
.dropdown-menu > li:first-child > a {
  border-top: none;
}
.dropdown-menu.gallery {
  height: auto;
  overflow-y: auto;
  width: auto;
}
.title-at {
  text-align: center;
}

.title-at span {
  font-size: 27px;
  border-bottom: 2px solid #dfdfdf;
}
.title-at h5 {
  text-transform: uppercase;
}
/* .mbbs {
  padding: 40px 0;
} */
.mbbs .row {
  padding-top: 50px;
  padding-bottom: 30px;
}
.left-ab p {
  text-align: justify;
  line-height: 25px;
  font-size: 14px;
  color: #000;
}
.left-ab h3 {
  margin-top: 0;
  margin-bottom: 28px;
  color: #000;
  line-height: 32px;
}
.left-ab b {
  font-size: 90px;
  padding: 20px 20px 20px 0;
  float: left;
}
.left-ab h3 span {
  border-bottom: 2px solid #dfdfdf;
}
.left-ab a {
  color: #000;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Montserrat" !important;
  font-weight: 500;
  margin-top: 30px;
  float: left;
  text-align: center;
  width: 100%;
  padding-top: 40px;
}
.ftr-1a.social-icons h3 {
  margin-left: 20px;
}
.title-at h5 {
  font-size: 13px;
  margin-top: 1.8rem;
  line-height: 30px;
}
.lovestory {
  padding-bottom: 26px;
}
.lovestory .row {
  padding-top: 30px;
}
.all-stories {
  text-align: center;
  margin-top: 50px;
}
.all-stories a {
  font-size: 16px;
  border-radius: 100px;
  color: #000;
  padding: 10px 35px;
  letter-spacing: 1.2px;
  font-family: "Montserrat";
  text-transform: uppercase;
  background: none;
  border: 1px solid #343434;
  font-weight: 500;
}
.box {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.about-img,
.img-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.about-img img,
.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.box .content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-100%);
  transition: all 0.5s ease 0s;
  text-transform: uppercase !important;
}
.blog-box .title {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.2px;
  margin: 0 6em !important;
  transition: all 0.3s ease 0s;
  padding-bottom: 15.29px;
  margin: 0 5px;
  font-family: "Montserrat" !important;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: inline-block;
}
.img-fit {
  object-fit: cover;
  object-position: center;
}
.blog-info p {
  line-height: 24px;
  color: #000;
  margin-top: 16.59px;
}
.date {
  font-size: 12px;
  color: #8f8f8f !important;
  margin-top: 17px !important;
  margin-bottom: 0;
}
.box:hover .content {
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
.films-row-imgs {
  padding-bottom: 70px;
  float: left;
  padding-top: 20px;
}
.blog-section {
  padding-bottom: 40px;
}
.trust {
  padding: 8px 0;
}
.trust .title-at {
  padding-bottom: 10px;
}

.box {
  text-align: center;
margin-bottom: 20px;

}
.box::before,
.box::after {
  content: "";
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  /* transition: all 0.6s ease 0s; */
}
.box a img {
  height: 420px;
  object-fit: cover;
  width: 100%;
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.box .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.box .content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-100%);
  transition: all 0.5s ease 0s;
  text-transform: uppercase !important;
}
.box .title {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.2px;
  margin: 0 0 5px 0;
  transition: all 0.3s ease 0s;
  padding: 8px 10px;
  margin: 0 5px;
  font-family: "Montserrat" !important;
  font-weight: 500;
  text-transform: uppercase;
}
.box .content a {
  text-decoration: none;
}
.instagram-feeds {
  padding: 26px 0;
}
.instagram-feeds img {
  margin: 0 auto;
}
.instagram-feeds h3 {
  float: left;
  width: 100%;
  /* font-family: "Billabong" !important; */
  color: #000;
  margin: 0;
  text-align: center;
  margin-bottom: 28px;
}
.instagram-feeds h3 a {
  color: #000;
  font-size: 27px;
  text-decoration: none;
}

/* main new */

.sktnvs .dropdown-menu {
  height: auto;
}
.site-logo1 img {
  width: 87px;
}
.nm-a {
  text-transform: uppercase;
  color: #555;
  font-weight: 500;
  font-family: "Montserrat";
  margin-top: 17px;
  position: absolute;
  margin-left: 76px;
  letter-spacing: 1px;
}
.nm-a:hover {
  text-decoration: none;
}
.pd-12 {
  padding: 0px;
}
.ttl-cvr img {
  height: 60vh !important;
  width: 100%;
  object-fit: cover;
  object-position: center !important;
  opacity: 1;
}

.abts-w1 {
  padding: 0;
}
.man-hdng {
  text-align: center;
}
.man-hdng h2 {
  border-bottom: 2px solid #ddd;
  display: inline-block;
  /* padding-bottom: 5px; */
}
.abt-t1 h3 {
  border-bottom: 2px solid #dfdfdf;
  display: inline-block;
  font-size: 30px;
  margin-top: 0;
}
.abt-t1 p {
  font-size: 14px;
  letter-spacing: 0.142rem;
  line-height: 30px;
}
/* .abt-t1 p::first-letter{ */
.first-letter-bold{
color: #000;
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "PlayfairDisplay-Regular" !important;
}
.abt-t1 {
  max-height: 400px;
  overflow: auto;
}
.pq1 {
  padding: 40px;
}

/*.abt-t1::-webkit-scrollbar {
  width: 4px;
  background-color: #555;
}
.abt-t1::-webkit-scrollbar-track {
  background-color: #555;
}
.abt-t1::-webkit-scrollbar-thumb {
  background-color: #555;
}*/
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.rgt img {
  float: right;
}
.abt-tx3a,
.twt {
  /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/nap1.jpg); */
  padding: 8px;
  background-size: cover !important;
  background-position: center !important;
  height: 180px;
}
.twt p {
  color: #fff !important;
  text-align: center;
  padding: 50px;
  line-height: 27px;
}
.tbt p {
  color: #555;
  text-align: center;
  padding: 50px;
  line-height: 27px;
}
.abt-tx3c {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/nap2.jpg);
  padding: 8px;
  background-size: cover;
  background-position: center;
  height: 180px;
}
.abt-tx3e {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/nap3.jpg);
  padding: 8px;
  background-size: cover;
  background-position: center;
  height: 180px;
}
.q9 {
  padding: 0px;
  height: 180px;
}
.abt-tx3g {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/nap4.jpg);
  padding: 8px;
  background-size: cover;
  background-position: center;
  height: 180px;
}
.abt-tx3i {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/nap5.jpg);
  padding: 8px;
  background-size: cover;
  background-position: center;
  height: 180px;
}

.prt-s1 {
  padding: 0;
}
.prt-f h2 {
  text-align: center;
  margin-bottom: 0;
}
.prt-f p {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #000;
  padding: 9px;
}

/* gallery */
.portfolio-menu {
  text-align: center;
}
.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #999;
}
.gl-btns {
  padding: 30px 0;
}

.sks-itm .item {
  margin-bottom: 20px;
}

.evnt-wp1 {
  padding: 0px;
	    margin-top: 30px;
}
.spt-txs {
  position: absolute;
  margin-top: -70px;
}
.spt-txs h3 a {
  color: #fff;
  margin-left: 20px;
  border-bottom: 1px solid;
  font-size: 16px;
}

.video-container {
  position: relative;
}
.video-container video {
  height: 475px;
  width: 100%;
  object-fit: cover;
}
.crp-hdngs {
  text-align: center;
}
.crp-hdngs h2 {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
}

.vdpwp {
  padding: 30px 0px;
}
.crp-vdos {
  text-align: center;
}
.crp-vdos h3 {
  color: #000;
  font-size: 25px;
  margin-bottom: 21px;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 33px;
}
.skvds {
  margin-bottom: 50px;
}
.skvds:last-child {
  margin-bottom: 0px;
}

.cntswp {
  padding: 0;
}
.cnts-img img {
  height: 605px;
  /* object-fit: contain; */
  width: 100%;
}
.cnts-frms {
  text-align: left;
  background: #f1f1f1;
  padding: 33px 35px;
  height: 605px;
}
/* .cnts-frms h3 {
  font-family: "Montserrat" !important;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
} */
.cnts-frms h3 {
	font-family: "Montserrat" !important;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	margin-top: 0;
}
.cnts-frms ul {
  text-align: center;
  margin-top: 15px;
}
.cnts-frms ul li {
  list-style-type: none;
}
.cnts-frms ul li a {
  color: #000;
}
.sdr-frs {
  border-radius: 0;
  box-shadow: none;
  height: auto;
  font-family: "Montserrat-Light";
  color: #ababab;
  font-size: 14px;
  padding: 12px 16px;
}
.sdr-frstz {
  border-radius: 0;
  box-shadow: none;
  height: 113px !important;
  font-family: "Montserrat-Light";
  color: #ababab;
  font-size: 14px;
  padding: 12px 16px;
}
.ftr-btn1 {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  border-radius: 0;
}

.blg-wp1 {
  padding: 15px;
}
.pbg1 {
  padding: 50px;
}
.blg-txs h2 {
  margin-top: 22px;
  margin-bottom: 26px;
  line-height: 40px;
  color: #000;
  text-align: center;
}
.blg-txs h2 a {
  color: #000;
  text-decoration: none;
}
.blg-txs h6 {
  font-size: 12px;
  margin-bottom: 25px;
  text-align: center;
  color: #777;
  font-family: "Montserrat" !important;
}
.blg-txs p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 30px;
  text-align: center;
}
.b-border {
  width: 15%;
  height: 2px;
  background: #000;
  margin: 0 auto;
}

/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-steve {
  z-index: auto;
  overflow: visible;
  background: transparent;
}
figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}
figure.effect-steve figcaption {
  z-index: 1;
}
figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}
figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}
figure.effect-steve p a {
  color: #fff;
}
figure.effect-steve:hover:before {
  opacity: 1;
}
figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}
figure.effect-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.cp-imgs {
  margin-bottom: 5px;
}
.pd70 {
  padding: 2px;
}

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

.drt-i h2 {
  text-align: center;
  position: absolute;
  color: #fff;
  top: 42%;
  left: 0;
  right: 0;
  font-size: 45px;
}
.antwpos {
  padding: 50px 0px;
}
.qpr {
  text-align: center;
}
.qpr ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 15px;
}
.qpr p {
  margin-top: 25px;
}

.blg-snle h2 {
  position: absolute;
  top: 40%;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
}
.sngl-blgs img{
	width:100%;
	height:100%;
}
.sngl-blgs {
  padding: 50px 0px;
}
.sng-blg2 p {
  font-weight: 400;
  font-size: 12pt;
  text-align: justify;
}
.sng-blg2 img {
  width: 100%;
  margin: 20px 0px;
}
.sng-blg2 h4 {
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  font-size: 15px;
  font-family: "Montserrat" !important;
  margin-bottom: 20px;
}
.blg-qst h2 {
  color: #993300;
  font-weight: bold;
  letter-spacing: 0;
  font-style: italic;
  font-family: "Montserrat" !important;
}
.blg-qst h3 {
  font-family: "Montserrat" !important;
  letter-spacing: 0;
  font-weight: bold;
  color: #993366;
  font-size: 27px;
  margin-top: 5px;
}
.blg-qst ul li {
  font-weight: 400;
  font-size: 12pt;
  text-align: justify;
}
.blg-qst {
  margin: 35px 0;
}
.rct-blgs {
  text-align: center;
}
.rct-blgs h2 {
  font-family: "Montserrat" !important;
  letter-spacing: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
}
.rct-blgs h3 {
  font-family: "Montserrat" !important;
  letter-spacing: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
}
.rct-blgs ul li {
  list-style-type: none;
  font-family: "Montserrat" !important;
  letter-spacing: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 30px;
}
.bks-blgs {
  text-align: center;
  margin-top: 50px;
}
.bks-blgs h3 {
  font-family: "Montserrat" !important;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 0;
}
.blg-71 h3 {
  margin-top: 0;
}
.blg-71 ul li a {
  color: #555;
}
.blg-71 ul li {
  font-size: 15px;
  margin-bottom: 10px;
}
.blg-71a ul {
  padding: 0px;
}
.blg-71a ul li {
  list-style-type: none;
  display: inline-block;
  margin: 5px 0px;
  background-color: #ddd;
  padding: 5px;
  border-radius: 23px;
  font-size: 12px;
}
.blg-71a ul li a {
  color: #000;
}
.bg7 h2 {
  font-family: "Montserrat" !important;
  letter-spacing: 0;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.rct-blgq h3 {
  text-align: center;
  font-size: 21px;
  line-height: 24px;
}
.rct-blgq h3 a {
  color: #000;
  text-decoration: none;
}
.rcnt-alo {
  padding: 30px 0;
}
.rgt-bdrs {
  border-right: 1px solid #ddd;
}

.fqs h2 {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 40%;
  font-size: 40px;
}
.pge-wp {
  padding: 10px 0px;
	margin-top: 41px;
}
/* .fq-tx {
  padding: 25px 0px;
} */
.fq-tx p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.fq-tx p::first-letter {
  color: #000;
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  text-transform: uppercase;
  font-family: "PlayfairDisplay-Regular" !important;
}
.fqq1 {
  padding: 100px;
  text-align: center;
  background-color: #f1f1f1;
}
.fqs-s1 h2 {
  font-size: 40px;
  line-height: 51px;
  margin-bottom: 40px;
}
.fqs-s1 h4 {
  font-family: "Montserrat" !important;
  font-weight: bold;
  color: #000;
}
.qyt {
  font-size: 40px !important;
  color: #a5a5a5;
}
.fqts p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.qp1 {
  margin-bottom: 0px;
}
.fqqs {
  padding: 50px 0px;
	padding-top:0;
}
.dvx1 h3 {
  font-family: "Montserrat" !important;
  letter-spacing: 0;
  font-size: 21px;
  line-height: 26px;
  color: #000;
}
.dvx1 p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.pkhg-wp {
  padding: 50px 0;
}
.pkg-tx h3 {
  text-transform: uppercase;
}
.pkg-tx p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.pkg-tx {
  margin-top: 100px;
}
.sp1c {
  margin-bottom: 35px;
}
.pkg-hd h3 {
  text-transform: uppercase;
  text-align: center;
}
.pkg-hd p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding: 0 40px;
}
.fqs-gly .item {
  width: 15.66666667%;
  float: left;
  margin: 5px;
}
.pkg-tx ul li {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.tst-t p {
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  color: #000;
}
.tst-t {
  text-align: center;
}
.tst-t h4 {
  font-family: "Montserrat" !important;
  letter-spacing: 0;
  color: #000;
  font-weight: bold;
  margin-top: 35px;
}
.tst-qp {
  background-color: #f1f1f1;
  padding: 40px 0;
}
.fqnd {
  padding: 50px 0px;
}
.fqbt {
  margin-top: 30px;
}
.fqbt a {
  background-color: #f9d369;
  padding: 12px 25px;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
}
.pkg-txu h3 {
  text-transform: uppercase;
}
.pkg-txu p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}

.prt-f h3 {
  text-align: center;
  margin: 15px;
  text-transform: uppercase;
  color: #999;
  font-size: 16px;
}

/* scl */
.float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 40px;
  right: 40px;
  /* left: 40px; */
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  animation: bot-to-top 2s ease-out;
}
.my-float {
  font-size: 24px !important;
  margin-top: 11px;
}

a#menu-share + ul {
  visibility: hidden;
}

a#menu-share:hover + ul {
  visibility: visible;
  animation: scale-in 0.5s;
}

a#menu-share i {
  animation: rotate-in 0.5s;
  color: #fff;
}

a#menu-share:hover > i {
  animation: rotate-out 0.5s;
}

@keyframes bot-to-top {
  0% {
    bottom: -40px;
  }
  50% {
    bottom: 40px;
  }
}

@keyframes scale-in {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes rotate-in {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-out {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* abouut  */

.web-ply {
  background-image: url(../img/ply-bgs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0px;
}
.ply-tles {
  text-align: center;
  margin-bottom: 50px;
}
.ply-tles h2 {
  border-bottom: 2px solid #ddd;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
  margin-top: 0;
}
.ply-tles p {
  color: #fff !important;
}
.ev1 img{
	width: 100%;
    height: 100%;
}

