/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Marcellus&display=swap");
.crossLine {
  background: #134159;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: white;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #666666;
  margin: 0px;
}
@media (max-width: 1400px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1400px) {
  ul li {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 1199px) {
  ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  ul li {
    font-size: 13px;
    line-height: 17px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.comnBtn {
  background: #689CB4;
  padding: 15px 42px;
  color: #fff;
  display: inline-block;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  border-radius: 30px;
}
@media (max-width: 1400px) {
  .comnBtn {
    padding: 13px 20px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .comnBtn {
    padding: 11px 18px;
    font-size: 16px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .comnBtn {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 15px;
  }
}
.comnBtn:hover, .comnBtn:focus {
  background: #b0cb1f;
  color: #000;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

.sectionTitle {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  color: #000;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .sectionTitle {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 23px;
    line-height: 33px;
  }
}

.subTitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 1400px) {
  .subTitle {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .subTitle {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .subTitle {
    font-size: 18px;
    line-height: 18px;
  }
}

.sectionPadding {
  padding: 120px 0px;
}
.sectionPadding.sectionPaddingBtmZro {
  padding-bottom: 0;
}
@media (max-width: 1400px) {
  .sectionPadding {
    padding: 90px 0px;
  }
}
@media (max-width: 1199px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 575px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}

.mainHeader {
  padding: 0;
  background: #134159;
  position: relative;
  width: 100%;
  z-index: 555555;
}
@media (max-width: 767px) {
  .mainHeader {
    z-index: 111;
  }
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
  position: relative;
  padding: 25px 31px 0;
}
@media (max-width: 767px) {
  .mainHeader header .logo a {
    padding: 16px 19px 0;
  }
}
@media (max-width: 450px) {
  .mainHeader header .logo a {
    padding: 20px 22px 0;
  }
}
.mainHeader header .logo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  background-image: url("../images/logo_back.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 270px;
  width: 230px;
  z-index: -1;
}
@media (max-width: 991px) {
  .mainHeader header .logo a::before {
    height: 208px;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .mainHeader header .logo a::before {
    padding: 15px 20px 0;
    height: 143px;
    width: 125px;
  }
}
@media (max-width: 450px) {
  .mainHeader header .logo a::before {
    padding: 12px 15px 0;
    height: 150px;
    width: 136px;
  }
}
.mainHeader header .navbarLink {
  background-color: #134159 !important;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 38px;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .mainHeader header .navbarLink ul li {
    margin: 0;
  }
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  padding: 0;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px 10px 10px 10px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 22px;
    padding: 20px 12px 10px 12px;
  }
}
.mainHeader header .navbarLink ul li a.comnBtn {
  background: #689CB4;
  padding: 15px 42px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  border-radius: 30px;
}
.mainHeader header .navbarLink ul li a.comnBtn:hover, .mainHeader header .navbarLink ul li a.comnBtn:focus {
  background: #b0cb1f;
  color: #000;
}
@media (max-width: 1400px) {
  .mainHeader header .navbarLink ul li a.comnBtn {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a.comnBtn {
    margin-top: 20px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  color: #b0cb1f !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #d26a06;
    background: none;
  }
}
.mainHeader header .navbarLink ul li.active .comnBtn, .mainHeader header .navbarLink ul li:hover .comnBtn {
  color: black !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #000;
  padding: 0;
  margin: 0;
  min-width: 220px;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #fff;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #000 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #ff9a38 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .mainHeader img {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .mainHeader img {
    height: 70px;
  }
}
@media (max-width: 450px) {
  .mainHeader img {
    height: 65px;
  }
}

.homebanner {
  position: relative;
  z-index: 11;
  margin-top: -1px;
}
.homebanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  width: 100%;
  background: #134159;
}
.homebanner .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.homebanner .slick-dots {
  margin-top: 0px;
  height: 20px;
  position: absolute;
  bottom: 16%;
  right: 7%;
  line-height: 0px;
  width: auto;
}
@media (max-width: 767px) {
  .homebanner .slick-dots {
    bottom: 6%;
    right: 0;
    left: 0;
  }
}
.homebanner .slick-dots li {
  width: 60px;
  height: 5px;
  margin: 0px 30px;
}
.homebanner .slick-dots li button {
  width: 60px;
  height: 5px;
  font-size: 0px;
  background-color: #BEBEBE;
  padding: 0px;
  border-radius: 0;
}
.homebanner .slick-dots li button:before {
  display: none;
}
.homebanner .slick-dots li.slick-active button {
  background: #fff;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .homebanner .slick-dots {
    bottom: 12%;
    right: 8%;
  }
  .homebanner .slick-dots li {
    width: 40px;
    height: 5px;
    margin: 0px 15px;
  }
  .homebanner .slick-dots li button {
    width: 40px;
    height: 5px;
  }
}
@media (max-width: 1400px) {
  .homebanner .slick-dots {
    bottom: 12%;
    right: 8%;
  }
  .homebanner .slick-dots li {
    width: 40px;
    height: 5px;
    margin: 0px 15px;
  }
  .homebanner .slick-dots li button {
    width: 40px;
    height: 5px;
  }
}
@media (max-width: 767px) {
  .homebanner .slick-dots {
    bottom: 7%;
    right: 5%;
  }
}
@media (max-width: 575px) {
  .homebanner .slick-dots {
    bottom: 4%;
    right: 0;
    left: 0;
  }
}
.homebanner .bannerImage {
  position: relative;
}
.homebanner .bannerImage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  background: linear-gradient(184.87deg, rgba(0, 0, 0, 0) 45.26%, #000000 94%);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .homebanner .bannerImage::before {
    border-radius: 30px;
  }
}
@media (max-width: 450px) {
  .homebanner .bannerImage::before {
    border-radius: 20px;
  }
}
.homebanner .bannerImage img {
  width: 100%;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .homebanner .bannerImage img {
    border-radius: 30px;
  }
}
@media (max-width: 450px) {
  .homebanner .bannerImage img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 7%;
  left: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .homebanner .bannerText {
    right: 0;
    left: 0;
    bottom: 21%;
  }
}
.homebanner .bannerText .bannerDesc {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}
.homebanner .bannerText .bannerDesc span {
  display: block;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 1400px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerText .bannerDesc {
    text-align: center;
  }
}

.innerBannerBx {
  position: relative;
  z-index: 3;
  margin-top: -1px;
}
.innerBannerBx::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  width: 100%;
  background: #134159;
}
.innerBannerBx .innerbanner {
  position: relative;
}
@media (max-width: 767px) {
  .innerBannerBx .innerbanner {
    text-align: center;
  }
}
.innerBannerBx .innerbanner::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 60px;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(184.87deg, rgba(0, 0, 0, 0) 45.26%, #000000 94%);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .innerBannerBx .innerbanner::before {
    background: linear-gradient(184.87deg, rgba(0, 0, 0, 0) 27.26%, #000000 94%);
    border-radius: 30px;
  }
}
@media (max-width: 450px) {
  .innerBannerBx .innerbanner::before {
    border-radius: 20px;
  }
}
.innerBannerBx .innerbanner img {
  width: 100%;
  border-radius: 60px;
}
@media (max-width: 767px) {
  .innerBannerBx .innerbanner img {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .innerBannerBx .innerbanner img {
    height: 200px;
  }
}
@media (max-width: 450px) {
  .innerBannerBx .innerbanner img {
    height: 160px;
    border-radius: 20px;
  }
}
.innerBannerBx .innerbanner .innerBlock {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 45px;
  left: 11%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .innerBannerBx .innerbanner .innerBlock {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.innerBannerBx .innerbanner .innerBlock .innerText {
  color: #fff;
  font-size: 80px;
  margin-bottom: 0px;
  font-family: "Marcellus", serif;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .innerBannerBx .innerbanner .innerBlock .innerText {
    font-size: 70px;
  }
}
@media (max-width: 1400px) {
  .innerBannerBx .innerbanner .innerBlock .innerText {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .innerBannerBx .innerbanner .innerBlock .innerText {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .innerBannerBx .innerbanner .innerBlock .innerText {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .innerBannerBx .innerbanner .innerBlock .innerText {
    font-size: 33px;
    text-align: center;
    margin: auto;
  }
}
@media (max-width: 450px) {
  .innerBannerBx .innerbanner .innerBlock .innerText {
    font-size: 30px;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.form-floating > label {
  color: #000;
}

.homeBanner {
  position: relative;
  height: 100vh;
  z-index: 1;
  margin-bottom: -100px;
}
.homeBanner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBanner .onButton {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 400px;
}

.hmAbout {
  background-color: white;
  position: relative;
  z-index: 2;
}
.hmAbout::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1000px;
  background-image: url(../images/bgaboutsection.png);
  background-repeat: no-repeat;
  background-position: left;
  top: -40%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hmAbout::before {
    display: none;
  }
}
.hmAbout .sectionPadding {
  padding-top: 200px;
}
.hmAbout .hmAboutFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 11;
}
.hmAbout .hmAboutFlx .hmAboutHalf {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .hmAbout .hmAboutFlx .hmAboutHalf {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hmAbout .hmAboutFlx .hmAboutHalf ul {
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .hmAbout .hmAboutFlx .hmAboutHalf ul {
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
  .hmAbout .hmAboutFlx .hmAboutHalf ul {
    padding: 20px 0px;
  }
}
.hmAbout .hmAboutFlx .hmAboutHalf ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media (max-width: 450px) {
  .hmAbout .hmAboutFlx .hmAboutHalf ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 15px;
  }
  .hmAbout .hmAboutFlx .hmAboutHalf ul li:last-child {
    padding-bottom: 0px;
  }
}
.hmAbout .hmAboutFlx .hmAboutHalf .sectionTitle {
  max-width: 551px;
}
@media (max-width: 1400px) {
  .hmAbout .hmAboutFlx .hmAboutHalf .sectionTitle {
    max-width: 414px;
  }
}
@media (max-width: 991px) {
  .hmAbout .hmAboutFlx .hmAboutHalf .sectionTitle {
    max-width: none;
    padding-bottom: 15px;
  }
}

.hmYears {
  position: relative;
  z-index: 11;
}
.hmYears .hmYearsFlx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmYears .hmYearsFlx .hmYearsHalf {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .hmYears .hmYearsFlx .hmYearsHalf {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .hmYears .hmYearsFlx .hmYearsHalf {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum {
  font-size: 600px;
  line-height: 455px;
  color: #134159;
}
@media (max-width: 1400px) {
  .hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum {
    font-size: 350px;
    line-height: 280px;
  }
}
@media (max-width: 1199px) {
  .hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum {
    font-size: 300px;
    line-height: 240px;
  }
}
@media (max-width: 991px) {
  .hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum {
    font-size: 234px;
    line-height: 182px;
  }
}
@media (max-width: 767px) {
  .hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum {
    padding-bottom: 10px;
    font-size: 155px;
    line-height: 131px;
  }
}
@media (max-width: 450px) {
  .hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum {
    padding-bottom: 25px;
  }
}
.hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum .hmYearsExp {
  font-size: 30px;
  max-width: 280px;
  color: #000;
  margin: 0 30px 0 auto;
  line-height: 30px;
  text-align: center;
  display: block;
}
@media (max-width: 1400px) {
  .hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum .hmYearsExp {
    font-size: 20px;
    max-width: 179px;
    margin: 0 21px 0 auto;
    line-height: 15px;
  }
}
@media (max-width: 1199px) {
  .hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum .hmYearsExp {
    font-size: 18px;
    max-width: 166px;
  }
}
@media (max-width: 767px) {
  .hmYears .hmYearsFlx .hmYearsHalf .hmYearsNum .hmYearsExp {
    font-size: 15px;
    max-width: none;
  }
}
.hmYears .hmYearsFlx .hmYearsHalf img {
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.3019607843);
}

.hmAmi {
  padding-bottom: 50px !important;
}
@media (max-width: 1199px) {
  .hmAmi {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .hmAmi {
    padding-bottom: 15px !important;
    z-index: 11;
    position: relative;
  }
}
.hmAmi .subTitle {
  text-align: center;
}
.hmAmi .sectionTitle {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .hmAmi .sectionTitle {
    padding-bottom: 30px;
  }
}
.hmAmi .hmAmiflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.hmAmi .hmAmiflex::after {
  content: " ";
  position: absolute;
  bottom: -50px;
  background-color: #D9D9D9;
  height: 2px;
  width: 100%;
}
@media (max-width: 1199px) {
  .hmAmi .hmAmiflex::after {
    bottom: -33px;
  }
}
@media (max-width: 767px) {
  .hmAmi .hmAmiflex::after {
    bottom: -16px;
  }
}
.hmAmi .hmAmiflex .hmAmiCard {
  background: #134159;
  color: white;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
  text-align: center;
  position: relative;
  min-height: 360px;
  padding: 50px 35px;
}
.hmAmi .hmAmiflex .hmAmiCard:hover {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.hmAmi .hmAmiflex .hmAmiCard:hover:first-child {
  background: url(../images/city_park.jpg);
}
.hmAmi .hmAmiflex .hmAmiCard:hover:nth-child(2) {
  background: url(../images/empty_pavilion.jpg);
}
.hmAmi .hmAmiflex .hmAmiCard:hover:nth-child(3) {
  background: url(../images/football.jpg);
}
.hmAmi .hmAmiflex .hmAmiCard:hover:nth-child(4) {
  background: url(../images/gym_with_indoorequipment.jpg);
}
.hmAmi .hmAmiflex .hmAmiCard:hover:nth-child(5) {
  background: url(../images/banquet_hall.jpg);
}
.hmAmi .hmAmiflex .hmAmiCard:hover:nth-child(6) {
  background: url(../images/park_benches.jpg);
}
@media (max-width: 1400px) {
  .hmAmi .hmAmiflex .hmAmiCard {
    min-height: 290px;
    padding: 30px 17px;
  }
}
@media (max-width: 1199px) {
  .hmAmi .hmAmiflex .hmAmiCard {
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .hmAmi .hmAmiflex .hmAmiCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .hmAmi .hmAmiflex .hmAmiCard {
    min-height: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 450px) {
  .hmAmi .hmAmiflex .hmAmiCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-width: 48%;
    min-height: 233px;
    padding: 21px 17px;
  }
}
.hmAmi .hmAmiflex .hmAmiCard::after {
  content: " ";
  position: absolute;
  top: 0;
  background-color: white;
  width: 2px;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .hmAmi .hmAmiflex .hmAmiCard::after {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .hmAmi .hmAmiflex .hmAmiCard::after {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .hmAmi .hmAmiflex .hmAmiCard .hmAmiimg {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .hmAmi .hmAmiflex .hmAmiCard .hmAmiimg img {
    height: 100%;
  }
}
.hmAmi .hmAmiflex .hmAmiCard .hmAmip {
  color: white;
  font-size: 22px;
  line-height: 24px;
  min-height: 45px;
}
@media (max-width: 1400px) {
  .hmAmi .hmAmiflex .hmAmiCard .hmAmip {
    font-size: 17px;
    line-height: 19px;
  }
}

.hmShow .hmShowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hmShow .hmShowFlex .hmShowTitle .sectionTitle {
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .hmShow .hmShowFlex .hmShowTitle .sectionTitle {
    padding-bottom: 30px;
  }
}
.hmShow .hmShowFlex .hmShowBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hmShow .hmShowimgs .hmShowimage {
  height: 100%;
  padding-bottom: 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.hmShow .hmShowimgs .hmShowimage:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hmShow .hmShowimgs .hmShowimage a {
  position: relative;
  display: inline-block;
}
.hmShow .hmShowimgs .hmShowimage a:hover:before {
  width: 100%;
  height: 100%;
}
.hmShow .hmShowimgs .hmShowimage a:hover:after {
  width: 50px;
  height: 50px;
}
.hmShow .hmShowimgs .hmShowimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.hmContactus {
  position: relative;
}
.hmContactus::before {
  content: "";
  position: absolute;
  width: 100%;
  top: -64%;
  height: 1000px;
  background-image: url(../images/bgcontactsection.png);
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
@media (max-width: 575px) {
  .hmContactus::before {
    display: none;
  }
}
.hmContactus .hmContactFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hmContactus .hmContactFlex .subTitle {
  text-align: center;
  padding-bottom: 0px;
}
.hmContactus .hmContactFlex .sectionTitle {
  padding-top: 20px;
  padding-bottom: 50px;
  max-width: 802px;
  text-align: center;
}
@media (max-width: 1400px) {
  .hmContactus .hmContactFlex .sectionTitle {
    padding-top: 15px;
    padding-bottom: 25px;
    max-width: 626px;
  }
}
@media (max-width: 991px) {
  .hmContactus .hmContactFlex .sectionTitle {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hmContactus .hmContactFlex .sectionTitle {
    padding-bottom: 10px;
  }
}
.hmContactus .hmContactFlex p {
  padding-bottom: 50px;
  max-width: 783px;
  text-align: center;
}
@media (max-width: 1400px) {
  .hmContactus .hmContactFlex p {
    max-width: 700px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hmContactus .hmContactFlex p {
    max-width: none;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hmContactus .hmContactFlex p {
    padding-bottom: 10px;
  }
}

footer {
  position: relative;
  background-image: url("../images/footer_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
footer::before {
  content: "";
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0.5;
  width: 100%;
  height: 1px;
}
footer .ftrUp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0 60px;
}
footer .ftrUp .ftrUplft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 300px;
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  footer .ftrUp .ftrUplft {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100% !important;
    text-align: center;
  }
}
footer .ftrUp .ftrUpMid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  footer .ftrUp .ftrUpMid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer .ftrUp .ftrUpMid .ftrLink {
    text-align: center;
  }
}
footer .ftrUp .ftrUpMid .ftrLink li {
  margin-bottom: 45px;
}
@media (max-width: 1400px) {
  footer .ftrUp .ftrUpMid .ftrLink li {
    margin-bottom: 40px;
  }
}
footer .ftrUp .ftrUpMid .ftrLink li:hover a, footer .ftrUp .ftrUpMid .ftrLink li.active a {
  color: #b0cb1f;
}
footer .ftrUp .ftrUpMid .ftrLink li:last-child {
  margin-bottom: 0;
}
footer .ftrUp .ftrUpMid .ftrLink li a {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
footer .ftrUp .ftrUpRgt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  footer .ftrUp .ftrUpRgt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .ftrUp .ftrUpRgt .ftrCntct li {
  margin-bottom: 45px;
}
footer .ftrUp .ftrUpRgt .ftrCntct li:last-child {
  margin-bottom: 0;
}
footer .ftrUp .ftrUpRgt .ftrCntct li .call {
  position: relative;
  padding-left: 40px;
}
footer .ftrUp .ftrUpRgt .ftrCntct li .call::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/call.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  width: 18px;
}
footer .ftrUp .ftrUpRgt .ftrCntct li .call.location::before {
  background-image: url("../images/location.png");
  height: 25px;
  width: 30px;
}
footer .ftrUp .ftrUpRgt .ftrCntct li .call a {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
footer .ftrUp .ftrUpRgt .ftrCntct li .call a:hover {
  color: #b0cb1f;
}
footer .ftrUp .ftrUpRgt .ftrCntct li .call p {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
footer .ftrDwn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 21px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .ftrDwn .ftrDwnTxt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  footer .ftrDwn .ftrDwnTxt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .ftrDwn .ftrDwnTxt p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
footer .ftrDwn .ftrDwnTxt:last-child {
  text-align: right;
}
@media (max-width: 1400px) {
  footer::before {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.5;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer::before {
    bottom: 76px;
  }
}
@media (max-width: 1400px) and (max-width: 350px) {
  footer::before {
    bottom: 95px;
  }
}
@media (max-width: 1400px) {
  footer .ftrUp {
    padding: 80px 0 40px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp {
    padding: 40px 0 20px;
  }
}
@media (max-width: 1400px) {
  footer .ftrUp .ftrUplft {
    max-width: 250px;
  }
  footer .ftrUp .ftrUplft img {
    height: 90%;
  }
  footer .ftrUp .ftrUpMid .ftrLink li {
    margin-bottom: 30px;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  footer .ftrUp .ftrUpMid .ftrLink li {
    margin-bottom: 25px;
  }
}
@media (max-width: 1400px) and (max-width: 1199px) {
  footer .ftrUp .ftrUpMid .ftrLink li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp .ftrUpMid .ftrLink li {
    margin-bottom: 15px;
  }
}
@media (max-width: 1400px) {
  footer .ftrUp .ftrUpMid .ftrLink li a {
    font-size: 16px;
    line-height: 14px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp .ftrUpMid .ftrLink li a {
    font-size: 15px;
    line-height: 13px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp .ftrUpRgt .ftrCntct {
    padding-top: 20px;
  }
}
@media (max-width: 1400px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li {
    margin-bottom: 25px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li {
    margin-bottom: 15px;
  }
}
@media (max-width: 1400px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li .call {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li .call {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 1400px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li .call::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/call.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    width: 18px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li .call::before {
    right: 0;
    margin: auto;
  }
}
@media (max-width: 1400px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li .call.location::before {
    background-image: url("../images/location.png");
    height: 25px;
    width: 30px;
  }
  footer .ftrUp .ftrUpRgt .ftrCntct li .call a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li .call a {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 1400px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li .call p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrUp .ftrUpRgt .ftrCntct li .call p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 1400px) {
  footer .ftrDwn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 14px 0;
  }
  footer .ftrDwn .ftrDwnTxt p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1400px) and (max-width: 767px) {
  footer .ftrDwn .ftrDwnTxt p {
    text-align: center;
  }
}

.hmbuttons {
  position: absolute;
  z-index: 22;
  top: 65%;
  left: -8%;
  -webkit-transform: rotate(90deg);
  transform: rotate(270deg);
}
@media (max-width: 1400px) {
  .hmbuttons {
    top: 47%;
    left: -9%;
  }
}
@media (max-width: 1199px) {
  .hmbuttons {
    top: 41%;
    left: -7%;
  }
}
@media (max-width: 1024px) {
  .hmbuttons {
    display: none;
  }
}
.hmbuttons .hmul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hmbuttons .hmul li {
  padding: 0 20px 0 40px;
  color: white;
  position: relative;
}
.hmbuttons .hmul li:first-child::before {
  display: none;
}
.hmbuttons .hmul li::before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: white;
  left: 5px;
  top: -1px;
  bottom: 0px;
  margin: auto;
}
.hmbuttons .hmul li a {
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .hmbuttons .hmul li a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .hmbuttons .hmul li a {
    font-size: 16px;
    line-height: 16px;
  }
}

.innerAme .subTitle {
  text-align: center;
}
@media (max-width: 991px) {
  .innerAme .hmAmiflex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.innerAme .hmAmiflex .hmAmiCard {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.5%;
          flex: 0 0 23.5%;
  max-width: 23.5%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .innerAme .hmAmiflex .hmAmiCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.33%;
            flex: 0 0 30.33%;
    max-width: 30.33%;
    margin: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  .innerAme .hmAmiflex .hmAmiCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    max-width: 46%;
  }
}
@media (max-width: 450px) {
  .innerAme .hmAmiflex .hmAmiCard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.innerAme .hmAmiflex .hmAmiCard:hover {
  -webkit-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
}
.innerAme .hmAmiflex .hmAmiCard:hover:first-child {
  background: url(../images/city_park_aminities.jpg);
}
.innerAme .hmAmiflex .hmAmiCard:hover:nth-child(2) {
  background: url(../images/aminities_empty_pavilion.jpg);
}
.innerAme .hmAmiflex .hmAmiCard:hover:nth-child(3) {
  background: url(../images/football_aminities.jpg);
}
.innerAme .hmAmiflex .hmAmiCard:hover:nth-child(4) {
  background: url(../images/aminities_gym_with_indoorequipment.jpg);
}
.innerAme .hmAmiflex .hmAmiCard:hover:nth-child(5) {
  background: url(../images/banquet_aminities.jpg);
}
.innerAme .hmAmiflex .hmAmiCard:hover:nth-child(6) {
  background: url(../images/aminities_park_bench.jpg);
}
.innerAme .hmAmiflex .hmAmiCard:hover:nth-child(7) {
  background: url(../images/multipurpose_halll.jpg);
}
.innerAme .hmAmiflex .hmAmiCard:hover:nth-child(8) {
  background: url(../images/aminities_kidsplay.jpg);
}
.innerAme .sectionTitle {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .innerAme .sectionTitle {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .innerAme .sectionTitle {
    padding-bottom: 20px;
  }
}
.innerAme .innerAmeSec .hmAmiCard {
  background: #134159;
  color: white;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  position: relative;
  min-height: 360px;
  padding: 50px 35px;
  margin-bottom: 30px;
}
.innerAme .innerAmeSec .hmAmiCard:hover {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.innerAme .innerAmeSec .hmAmiCard:hover:first-child {
  background: url(../images/city_park_aminities.jpg);
}
.innerAme .innerAmeSec .hmAmiCard:hover:nth-child(2) {
  background: url(../images/aminities_empty_pavilion.jpg);
}
.innerAme .innerAmeSec .hmAmiCard:hover:nth-child(3) {
  background: url(../images/ami.jpg);
}
.innerAme .innerAmeSec .hmAmiCard:hover:nth-child(4) {
  background: url(../images/gym_with_indoorequipment.jpg);
}
.innerAme .innerAmeSec .hmAmiCard:hover:nth-child(5) {
  background: url(../images/banquet_hall.jpg);
}
.innerAme .innerAmeSec .hmAmiCard:hover:nth-child(6) {
  background: url(../images/park_benches.jpg);
}
@media (max-width: 1400px) {
  .innerAme .innerAmeSec .hmAmiCard {
    min-height: 290px;
    padding: 30px 17px;
  }
}
@media (max-width: 1199px) {
  .innerAme .innerAmeSec .hmAmiCard {
    min-height: 270px;
  }
}
@media (max-width: 991px) {
  .innerAme .innerAmeSec .hmAmiCard {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .innerAme .innerAmeSec .hmAmiCard {
    min-height: 250px;
  }
}
@media (max-width: 575px) {
  .innerAme .innerAmeSec .hmAmiCard {
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
@media (max-width: 450px) {
  .innerAme .innerAmeSec .hmAmiCard {
    min-height: 233px;
    padding: 21px 17px;
  }
}
.innerAme .innerAmeSec .hmAmiCard::after {
  content: " ";
  position: absolute;
  top: 0;
  background-color: white;
  width: 2px;
  height: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .innerAme .innerAmeSec .hmAmiCard::after {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .innerAme .innerAmeSec .hmAmiCard::after {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .innerAme .innerAmeSec .hmAmiCard .hmAmiimg {
    height: 50px;
  }
}
@media (max-width: 1199px) {
  .innerAme .innerAmeSec .hmAmiCard .hmAmiimg img {
    height: 100%;
  }
}
.innerAme .innerAmeSec .hmAmiCard .hmAmip {
  color: white;
  font-size: 22px;
  line-height: 24px;
  min-height: 45px;
}
@media (max-width: 1400px) {
  .innerAme .innerAmeSec .hmAmiCard .hmAmip {
    font-size: 17px;
    line-height: 19px;
  }
}

.hmAmiCardmarginZero {
  margin-bottom: 0px !important;
}

.valueAme .sectionTitle {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .valueAme .sectionTitle {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .valueAme .sectionTitle {
    padding-bottom: 20px;
  }
}
.valueAme .hmAmiCard {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .valueAme .hmAmiCard {
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .valueAme .hmAmiCard {
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .valueAme .hmAmiCard {
    margin-bottom: 10px;
  }
}
.valueAme .hmAmiCard .amiimgdiv a {
  position: relative;
  display: inline-block;
}
.valueAme .hmAmiCard .amiimgdiv a:before {
  content: " ";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62.78%, rgba(19, 65, 89, 0)), to(#134159));
  background: linear-gradient(180deg, rgba(19, 65, 89, 0) 62.78%, #134159 100%);
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.valueAme .hmAmiCard .amiimgdiv a:after {
  content: "";
  position: absolute;
  background: url(../images/gallery_zoom.png);
  background-repeat: no-repeat;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  background-size: cover;
  z-index: 2;
}
.valueAme .hmAmiCard .amiimgdiv a:hover:before {
  width: 100%;
  background: rgba(19, 65, 89, 0.7);
  height: 100%;
}
.valueAme .hmAmiCard .amiimgdiv a:hover:after {
  width: 50px;
  height: 50px;
}
.valueAme .hmAmiCard img {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 767px) {
  .valueAme .hmAmiCard img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575px) {
  .valueAme .hmAmiCard img {
    height: 250px;
  }
}
.valueAme .hmAmiCard .amipbox {
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 0;
  right: 0;
}
.valueAme .hmAmiCard .amipbox .amip {
  font-size: 20px;
  line-height: 20px;
  padding-left: 30px;
  color: white;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .valueAme .hmAmiCard .amipbox .amip {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .valueAme .hmAmiCard .amipbox .amip {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .valueAme .hmAmiCard .amipbox .amip {
    padding-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .valueAme .hmAmiCard .amipbox .amip {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 5px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .valueAme .hmAmiCard .amipbox .amip {
    text-align: center;
    padding-left: 0px;
    padding-bottom: 10px;
  }
}

.contactus {
  position: relative;
}
.contactus::after {
  content: " ";
  position: absolute;
  background-image: url(../images/contactbg.png);
  background-repeat: no-repeat;
  height: 70%;
  width: 42%;
  margin: auto;
  left: 0px;
  top: 0;
  z-index: 0;
  bottom: 0;
  background-color: #134159;
}
@media (max-width: 991px) {
  .contactus::after {
    display: none;
  }
}
.contactus .getintouch {
  color: white;
  height: 100%;
  padding: 100px 30px;
  position: relative;
  z-index: 1;
  max-width: 588px;
  padding: 100px 0;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .contactus .getintouch {
    color: white;
    height: 100%;
    padding: 60px 30px;
    position: relative;
    z-index: 1;
    max-width: none;
    /* padding: 0; */
    margin: 0;
    background-color: #134159;
    width: 100%;
  }
}
@media (max-width: 450px) {
  .contactus .getintouch {
    padding: 50px 30px;
  }
}
.contactus .getintouch .sectionTitle {
  color: white;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .contactus .getintouch .sectionTitle {
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .contactus .getintouch .sectionTitle {
    padding-bottom: 30px;
  }
}
.contactus .getintouch .getIntouchDetails img {
  padding-bottom: 20px;
}
.contactus .getintouch .getIntouchDetails p {
  color: white !important;
  padding-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1400px) {
  .contactus .getintouch .getIntouchDetails p {
    padding-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .contactus .getintouch .getIntouchDetails p {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .contactus .getintouch .getIntouchDetails p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .contactus .getintouch .getIntouchDetails p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 450px) {
  .contactus .getintouch .getIntouchDetails p {
    font-size: 16px;
    line-height: 26px;
  }
}
.contactus .getintouch .getIntouchDetails a {
  color: white;
  display: block;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 1400px) {
  .contactus .getintouch .getIntouchDetails a {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .contactus .getintouch .getIntouchDetails a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .contactus .getintouch .getIntouchDetails a {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .contactus .getintouch .getIntouchDetails a {
    font-size: 16px;
    line-height: 16px;
  }
}
.contactus .inquiryForm {
  margin-left: 60px;
  height: 100%;
  padding: 70px 0px;
}
@media (max-width: 991px) {
  .contactus .inquiryForm {
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.contactus .inquiryForm .form-group {
  margin-bottom: 25px;
}
.contactus .inquiryForm .form-group .roboto {
  position: relative;
}
.contactus .inquiryForm .form-group .roboto .captcha {
  position: absolute;
  right: 0%;
  top: 0%;
}
@media (max-width: 1400px) {
  .contactus .inquiryForm .form-group .roboto .captcha {
    top: 0%;
    right: 0%;
  }
}
.contactus .inquiryForm .form-group .roboto .captcha img {
  border-radius: 0px 5px 5px 0px;
  height: 38px;
}
@media (min-width: 1401px) and (max-width: 1700px) {
  .contactus .inquiryForm .form-group .roboto .captcha img {
    height: 38px;
  }
}
@media (max-width: 1400px) {
  .contactus .inquiryForm .form-group .roboto .captcha img {
    height: 37px;
  }
}
@media (max-width: 767px) {
  .contactus .inquiryForm .form-group .roboto .captcha img {
    height: 37px;
  }
}
.contactus .inquiryForm .defaultButton a {
  color: #fff !important;
}
.contactus .inquiryForm .defaultButton a:hover {
  color: white;
}
@media (max-width: 1199px) {
  .contactus .inquiryForm label {
    font-size: 14px;
  }
}

.layout {
  text-align: center;
}
@media (max-width: 575px) {
  .layout {
    max-width: 500px;
    margin: auto;
  }
}
.layout .subTitle {
  text-align: center;
}
.layout .sectionTitle {
  text-align: center;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .layout .sectionTitle {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .layout .sectionTitle {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .layout .sectionTitle {
    padding-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .layout .sectionTitle {
    padding-bottom: 30px;
  }
}
.layout a {
  position: relative;
  display: inline-block;
}
.layout a:hover:before {
  width: 100%;
  height: 100%;
}
.layout a:hover:after {
  width: 50px;
  height: 50px;
}
.layout img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.layout img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 575px) {
  .typeAplus {
    max-width: 500px;
    margin: auto;
  }
}
.typeAplus .borderbtm {
  border-bottom: 1px solid #B4B4B4;
  text-align: center;
}
.typeAplus .borderbtm .sectionTitle {
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .typeAplus .borderbtm .sectionTitle {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .typeAplus .borderbtm .sectionTitle {
    padding-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .typeAplus .borderbtm .sectionTitle {
    padding-bottom: 10px;
  }
}
.typeAplus .borderbtm a {
  position: relative;
  display: inline-block;
}
.typeAplus .borderbtm a:hover:before {
  width: 100%;
  height: 100%;
}
.typeAplus .borderbtm a:hover:after {
  width: 50px;
  height: 50px;
}
.typeAplus .borderbtm .layoutdetail {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: black;
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .typeAplus .borderbtm .layoutdetail {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .typeAplus .borderbtm .layoutdetail {
    padding-bottom: 50px;
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .typeAplus .borderbtm .layoutdetail {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .typeAplus .borderbtm .layoutdetail {
    padding-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .typeAplus .borderbtm .layoutdetail {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
  }
}
.typeAplus .borderbtm img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.typeAplus .borderbtm img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.typeAplus .borderbtm .layoutflx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.typeAplus .borderbtm .layoutflx .layoutflxBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 18%;
}
@media (max-width: 991px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.typeAplus .borderbtm .layoutflx .layoutflxBox p {
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox p {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox p {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox p {
    padding-top: 25px;
  }
}
.typeAplus .borderbtm .layoutflx .layoutflxBox .sqFeet {
  padding-top: 22px;
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
}
@media (max-width: 1400px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox .sqFeet {
    padding-top: 15px;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox .sqFeet {
    padding-top: 10px;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox .sqFeet {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox .sqFeet {
    font-size: 16px;
    line-height: 20px;
    padding-top: 4px;
  }
}
@media (max-width: 450px) {
  .typeAplus .borderbtm .layoutflx .layoutflxBox .sqFeet {
    font-size: 15px;
    line-height: 17px;
  }
}

.fancybox__thumbs {
  display: none;
}

.social-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 5px;
  position: relative;
  -webkit-transition: left 1s;
  transition: left 1s;
}

.iconsphone {
  display: none;
}
@media (max-width: 767px) {
  .iconsphone {
    display: block;
  }
}
.iconsphone img {
  height: 45px;
  width: 45px;
}
@media (max-width: 575px) {
  .iconsphone img {
    height: 40px;
    width: 40px;
  }
}

.social {
  position: fixed;
  top: 40%;
  z-index: 2222;
}
@media (max-width: 767px) {
  .social {
    display: none;
  }
}

.social a {
  text-decoration: none;
}

.color-telegram {
  background-color: #1877f2;
}

.color-instagram {
  background-color: #d91264;
}

.color-whatsapp {
  background-color: #dcfcdf;
}

.google-font {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}

.social-btn img {
  width: 40px;
}

.social-btn p {
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}

.icons8-telegram-app {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../images/facebook.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.icons8-instagram {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../images/social.png");
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.icons8-whatsapp {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("../images/whatsapp.png");
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.specifications .subTitle {
  text-align: center;
}
.specifications .sectionTitle {
  text-align: center;
  padding-bottom: 50px;
}
.specifications .accordion-body {
  padding: 0px;
}
.specifications .accordion-body ul {
  padding: 25px;
}
@media (max-width: 1400px) {
  .specifications .accordion-body ul {
    padding: 23px;
  }
}
@media (max-width: 1199px) {
  .specifications .accordion-body ul {
    padding: 21px;
  }
}
@media (max-width: 991px) {
  .specifications .accordion-body ul {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .specifications .accordion-body ul {
    padding: 15px;
  }
}
.specifications .accordion-body ul li {
  color: #232323;
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .specifications .accordion-body ul li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .specifications .accordion-body ul li {
    font-size: 17px;
    line-height: 21px;
    padding-bottom: 5px;
  }
}
.specifications .accordion-body ul li::before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 2px;
  top: 9px;
  left: 0;
  background-color: #232323 !important;
  margin: auto;
}
.specifications .accordion {
  background-color: transparent;
}
.specifications .accordion .accordion-item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
}
.specifications .accordion .accordion-item .accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1400px) {
  .specifications .accordion .accordion-item .accordion-header {
    padding: 25px 50px;
  }
}
@media (max-width: 1199px) {
  .specifications .accordion .accordion-item .accordion-header {
    padding: 15px 40px;
  }
}
@media (max-width: 767px) {
  .specifications .accordion .accordion-item .accordion-header {
    padding: 10px 30px;
  }
}
@media (max-width: 450px) {
  .specifications .accordion .accordion-item .accordion-header {
    padding: 10px 20px;
  }
}
.specifications .accordion .accordion-item .accordion-header img {
  -o-object-fit: contain;
     object-fit: contain;
}
.specifications .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-size: 26px;
  line-height: 26px;
  color: #232323;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1400px) {
  .specifications .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .specifications .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .specifications .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .specifications .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 19px;
    line-height: 19px;
  }
}

.desktopview {
  display: block;
}
@media (max-width: 767px) {
  .desktopview {
    display: none;
  }
}

.phoneview {
  display: none;
}
@media (max-width: 767px) {
  .phoneview {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */