@import url(../icomoon/style.css);

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Vidaloka&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Heebo", sans-serif;
  padding: 0;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: #292929;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}

img {
  max-width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

footer,
section {
  position: relative;
  z-index: 11;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000000;
}

p {
  font-family: "Heebo", sans-serif;
  margin: 0;
  padding: 0 0;
  font-size: 14px;
  color: #48443f;
  font-weight: 400;
}

p:last-child {
  padding-bottom: 0;
}

h1 {
  font-family: "Vidaloka", serif;
  font-size: 28px;
  color: #fff;
  font-weight: 500;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #241b10;
  font-weight: 700;
}

@media (min-width: 768px) {
  h1 {
    font-size: 35px;
    color: #fff;
    line-height: 128%;
  }

  h2 {
    font-size: 35px;
    line-height: 47px;
    color: #241b10;
    font-weight: 700;
  }

  p {
    margin: 0;
    padding: 0 0;
    font-size: 18px;
    line-height: 27px;
    color: #48443f;
  }
}

.image-overlay {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.object-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn {
  position: relative;
  font-family: "Vidaloka", serif;
  font-style: normal;
  font-weight: 400;
  border: none;
  color: #241b10;
  outline: none;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0px;
  margin-left: 13px;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 7px;
  height: 100%;
  background-color: #fff;
}

.btn-primary {
  background: linear-gradient(180deg, #f6931f 0%, #ffa031 100%);
  color: #fff;
}

.btn-secondary {
  background: linear-gradient(180deg, #f6931f 0%, #ffa031 100%);
  color: #fff;
}

.btn.btn-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 7px;
  height: 100%;
  background-color: #fa9927;
}

.container {
  max-width: 1322px;
  padding: 0 22px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0 22px;
}

select {
  width: 100%;
  padding: 10px;
  appearance: none;
  font-family: "Montserrat";
  font-weight: 500;
  background: none;
  border: 1px solid rgb(0, 0, 0);
  position: relative;
  z-index: 1;
}

.custome-select::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 12px;
  right: 12px;
  position: absolute;
  top: 50%;
  width: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(-93%, 0%);
}

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 52px;
  }

  .btn {
    padding: 13px 68px;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 22px;
  }

  .btn {
    width: 261px;
    height: 57px;
    transition: all 2.2s ease-in-out;
  }

  .btn-secondary:hover {
    background: linear-gradient(90deg, #f6931f 0%, #ffa031 100%);
  }

  .btn.btn-secondary:hover::before {
    background: linear-gradient(90deg, #f6931f 0%, #ffa031 100%);
  }
}

@media (min-width: 1440px) {
  .container-fluid {
    padding: 0 64px;
  }
}

/* headre */

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 99999;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.1);
}

.header.active {
  background-color: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}

.header__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 60px;
  transition: all 0.3s ease-in-out;
  position: relative;
  position: relative;
  margin-top: -32px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.1);
}

.header-logo img {
  position: absolute;
  left: 0;
  top: 0;
}

.toggle-btn {
  width: 30px;
  cursor: pointer;
  z-index: 11111;
  margin-left: 15px;
}

.inner--header .toggle-btn div {
  background-color: #000000;
}

.header.active .toggle-btn div {
  background-color: #000000;
}

.toggle-btn div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.toggle-btn.open .one {
  transform: rotate(45deg) translate(8px, 8px);
}

.toggle-btn.open .two {
  opacity: 0;
}

.toggle-btn.open .three {
  transform: rotate(-45deg) translate(9px, -9px);
}

.headre-right {
  display: flex;
}

.headre-nav > .nav-primary {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background: linear-gradient(180deg, #f6931f 0%, #ffa031 100%);
  padding: 30px 25px 0;
  overflow: auto;
  transition: all 0.3s ease-in-out;
}

.headre-nav > .nav-primary.active {
  left: 0;
}

.nav-primary li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  width: 100%;
  padding: 8px 0;
  text-transform: capitalize;
}

.nav-primary > li.active a {
	color: #000;
}

.header.active .nav-primary > li.active a {
	color: #000;
}

.nav-primary > li > .sub-menu {
  background-color: #fff;
  border-top: 2px solid rgb(12, 12, 12);
  width: 100%;
  padding: 15px;
  display: none;
  transition: all 0.3s ease-in-out;
}

.nav-primary > li.active > .sub-menu.js-toggled {
  display: block;
}

.nav-primary > li > .sub-menu > li > a {
  color: #000;
}

.menu-item-has-children {
  position: relative;
}

.sub-menu-toggle {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

.sub-menu-toggle::before {
  transform: rotate(90deg);
  color: #fff;
}

.sub-menu-two {
  display: none;
}

.children-has-before .sub-menu-toggle {
  color: #002a68;
}

.sub-menu-children {
  background: #d7b56d;
  padding: 10px 11px;
  display: none;
}

.nav-primary > li > .sub-menu > li > .sub-menu-children > li > a {
  color: #fff;
}

.nav-primary > li > .sub-menu li .sub-menu-children.js-toggled {
  display: block;
}

.header-phone {
  display: none;
}

.header.inner--header .nav-primary > li.active a {
	color: #000;
}

.header.inner--header.active .nav-primary > li.active a {
	color: #000;
}

@media (min-width: 1200px) {
  .header {
    padding: 0px 0;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.2);
  }

  .header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #f6931f 0%, #ffa031 100%);
    height: 100%;
    width: calc(50% - 410px);
    z-index: -1;
  }

  .header__wrap {
    align-items: unset;
  }

  .headre-left {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 240px);
  }

  .header-logo {
    width: 114px;
    margin-top: 0px;
  }

  .header-logo img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .toggle-btn {
    display: none;
  }

  .headre-right {
    width: 240px;
    align-items: center;
    background: linear-gradient(180deg, #f6931f 0%, #ffa031 100%);
  }

  .header-phone {
    display: flex;
    justify-content: space-between;
    padding-left: 44px;
  }

  .header-phone-left {
    margin-right: 10px;
    padding-top: 6px;
  }

  .header-phone-left i {
    font-size: 20px;
    color: #fff;
  }

  .header-phone-right p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
  }

  .header-phone-right p a {
    color: #fff;
  }

  .header-phone-right p span {
    display: block;
  }

  .headre-right .btn {
    padding: 17px 32px;
    font-size: 18px;
    line-height: 1em;
    height: unset;
    margin-left: 35px;
  }

  .header-phone-right p a {
    font-size: 20px;
  }

  .nav-primary {
    margin-right: 65px;
  }

  .nav-primary > li:first-child {
    margin-left: 0;
  }

  .nav-primary > li:last-child {
    margin-right: 0;
  }

  .headre-nav > .nav-primary {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow: unset;
    background: transparent;
    padding: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
  }

  .nav-primary > li > a {
    font-size: 17px;
    font-weight: 700;
    padding: 37px 0;
    color: #fff;
  }

  .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: -22px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    color: #ffffff;
  }

  .nav-primary > li {
    margin: 0 28px;
  }

  .nav-primary > li > .sub-menu {
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(180deg, #f6931f 0%, #ffa031 100%);
    border: none;
    width: 330px;
    padding: 20px 20px 18px;
    text-align: left;
    display: block;
    position: absolute;
    top: 130px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }

  .nav-primary > li .sub-menu li a {
    color: #241b10;
    font-size: 22px;
  }

  .nav-primary li:hover .sub-menu {
    opacity: 1;
    top: 103px;
    visibility: visible;
  }

  .nav-primary > li > .sub-menu li .sub-menu-children {
    border: none;
    border-radius: 0px 0px 10px 10px;
    background: #e2be70;
    width: 330px;
    padding: 20px 20px 18px;
    text-align: left;
    display: block;
    position: absolute;
    top: 130px;
    left: 310px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

  .nav-primary > li > .sub-menu li:hover .sub-menu-children {
    opacity: 1;
    visibility: visible;
    top: -20px;
  }

  .children-has-before .sub-menu-toggle {
    color: #fff;
    transform: rotate(-90deg);
    font-size: 15px;
  }

  .nav-primary > li > .sub-menu > li > .sub-menu-children > li > a {
    color: #fff;
  }

  .nav-primary > li > .sub-menu > li > a {
    color: #fff;
  }

  .nav-primary > li > .sub-menu > li > a:hover {
    color: #000;
  }

  .nav-primary > li .sub-menu li a {
    position: relative;
    padding-left: 14px;
    padding-right: 25px;
  }

  .nav-primary > li .sub-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #241b10;
  }

  .nav-primary > li > .sub-menu > li > .sub-menu-children > li > a:hover,
  .nav-primary > li .sub-menu li a:hover {
    color: #000;
  }



  .header__wrap {
    position: relative;
  }

  .header.active .sub-menu-toggle::before,
  .header.active .nav-primary li a {
    color: #000;
  }

  .inner--header .nav-primary > li > a {
    color: #241b10;
  }

  .inner--header .header__wrap::after,
  .inner--header .header__wrap::before {
    background: #1d1d20;
  }

  .inner--header .sub-menu-toggle::before {
    color: #241b10;
  }

  .nav-primary > li.active a {
    color: #fff;
  }
  
  .header.active .nav-primary > li.active a {
    color: #000;
  }

  .header.active .sub-menu-toggle {
    color: #000;
  }


  
}

/* headre end */

.header-banner {
  position: relative;
  padding-top: 80px;
}

.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  position: relative;
  z-index: 3;
  padding-top: 63px;
  padding-bottom: 63px;
}

.banner-content h1 span {
  color: #ffa031;
}

.banner-content p {
  color: #fff;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .banner-content h1 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 62px;
    font-weight: 400;
    line-height: 64px;
  }

  .banner-content h1 span {
    display: block;
    color: #ffa031;
  }

  .banner-content {
    max-width: 673px;
  }
}

@media (min-width: 1200px) {
  .banner-content {
    padding: 300px 0 200px 0;
  }

  .banner-content h1 {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 99px;
    font-weight: 400;
    line-height: 85px;
  }

  .banner-content h1 span {
    display: block;
    color: #ffa031;
  }

  .banner-content p {
    font-size: 18px;
    line-height: 30px;
    padding: 27px 0;
  }
}

/* About section */

.about-section {
  padding-top: 50px;
  margin-bottom: 60px;
  position: relative;
}

.about-section-img {
  margin-bottom: 30px;
}

.about-section-img img {
  width: 100%;
}

.about-section-content h2 {
  color: #181818;
  font-size: 36px;
  line-height: 39px;
  font-weight: 400;
  padding-bottom: 15px;
}

.about-section-content p b {
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Vidaloka", serif;
}

.about-section-content p {
  color: #292929;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 15px;
}

.about-section-content p span {
  color: #f6931f;
  font-size: 29px;
  line-height: 28px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .about-section {
    padding-top: 120px;
    margin-bottom: 120px;
  }
  .about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc( -50% - 550px);
    background: #f6931f;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .about-section-content h2 {
    font-size: 60px;
    line-height: 62px;
    padding-bottom: 27px;
  }

  .about-section-content p {
    padding-bottom: 27px;
  }

  .about-section-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about-section-img {
    width: 40%;
    margin-bottom: 0px;
  }

  .about-section-content {
    width: calc(60% - 61px);
    margin-left: 61px;
  }
}

@media (min-width: 1440px) {
  .about-section::before {
    left: calc( -50% - 685px);
  }

  .about-section-img {
    width: 644px;
    margin-bottom: 0px;
    margin-left: -141px;
  }

  .about-section-content {
    width: calc(100% - 563px);
    margin-left: 61px;
  }

  .about-section-content a {
    margin-top: 13px;
  }
}

/* our-projects-section */

.our-projects-section {
  padding: 0px 0 50px 0;
}

.page-title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.page-title h2 {
  font-size: 36px;
  line-height: 45px;
  color: #181818;
  padding-bottom: 15px;
}

.page-title p {
  color: #000;
  padding-bottom: 0px;
}

.our-projects-tab-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  padding-bottom: 15px;
}

.our-projects-tab ul.tabs {
  margin: 0px;
  padding: 11px 15px;
  list-style: none;
  background-color: #fff8ef;
  display: flex;
}
.our-projects-tab ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer;
  font-family: "Vidaloka", serif;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 24px;
}

.our-projects-tab ul.tabs li.current {
  background: #f6931f;
  color: #fff;
}

.tab-content {
  display: none;
  padding: 0px;
}

.tab-content.current {
  display: inherit;
}

.tab-con-left {
  padding: 20px;
}

.tab-con-left h3 {
  color: #181818;
  font-family: "Vidaloka", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  padding-bottom: 15px;
}

.tab-con-left p b {
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.tab-con-left p {
  color: #292929;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 15px;
}

.tab-con-left a {
  margin-top: 13px;
}

.tab-con-img img {
  width: 100%;
}

@media (min-width: 768px) {
  .our-projects-section {
    padding: 0px 0 120px 0;
  }
  .page-title h2 {
    font-size: 60px;
    line-height: 62px;
    padding-bottom: 23px;
  }

  .page-title p {
    color: #000;
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 0px;
  }

  .our-projects-tab-wrapper {
    padding-bottom: 68px;
  }

  .our-projects-tab ul.tabs li {
    font-size: 20px;
    padding: 9px 43px;
  }

  .tab-con-left h3 {
    font-size: 42px;
    line-height: 85px;
    padding-bottom: 6px;
  }

  .tab-con-left p b {
    font-size: 19px;
    line-height: 28px;
  }

  .tab-con-left p {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 27px;
  }
}

@media (min-width: 1200px) {
  .tab-content-slider-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    background: #f1f1f1;
    margin-bottom: 50px;
  }

  .tab-con-img {
    position: relative;
    width: 494px;
    margin-right: -20px;
  }

  .tab-con-left {
    width: calc(100% - 474px);
    margin-right: 0px;
    padding: 0;
  }

  .tab-con-left-width {
    max-width: 681px;
    /* padding: 158px 0 158px 70px; */
    padding: 108px 0 100px 70px;
  }
}

@media (min-width: 1366px) {
  .tab-con-img {
    position: relative;
    width: 574px;
    margin-right: -100px;
  }
}

@media (min-width: 1440px) {
  .tab-con-img {
    position: relative;
    width: 794px;
    margin-right: -320px;
  }

  .tab-con-left {
    width: calc(100% - 474px);
    margin-right: 0px;
    padding: 0;
  }
}

/* Testimonials */
.testmonials-section {
  padding-bottom: 60px;
}
.testimonials-item-box {
  border-radius: 6px;
  background: #fafafa;
  padding: 20px;
}

.testimonials-item-box i {
  font-size: 28px;
  color: #f6931f;
}

.testimonials-item-box p {
  color: #323232;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 25px;
  padding-bottom: 18px;
}

.testimonials-item-box h6 {
  position: relative;
  color: #1e1e1e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.6px;
  padding-left: 97px;
}

.testimonials-item-box h6::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 71px;
  height: 3px;
  background: #f6931f;
  transform: translate(0, -50%);
}

.testimonials-js {
  padding-top: 43px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-dots button {
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 0;
  background-color: #d9d9d9;
  margin: 0 3px;
}

.slick-dots li.slick-active button {
  background-color: #f6931f;
}

.testimonials-js .slick-list {
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .testmonials-section {
    padding-bottom: 60px;
  }

  .testimonials-item-box {
    border-radius: 6px;
    background: #fafafa;
    padding: 50px 31px 65px 35px;
  }

  .testimonials-js .slick-slide {
    margin: 0 15px;
  }

  .testimonials-js .slick-list {
    margin: 0 -15px;
    margin-bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .testmonials-section {
    padding-bottom: 120px;
  }
}

/* ventures  */

.our-other-ventures-section {
  padding-bottom: 60px;
}

.our-other-ventures-con {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 22px;
}

.our-other-ventures-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  margin: 0 -16px;
}
.our-other-ventures-logo {
  background: #fff;
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 16px;
}

@media (min-width: 1200px) {
  .our-other-ventures-section {
    padding-bottom: 120px;
  }

  .our-other-ventures-logo {
    padding: 70px 65px 68px;
  }
}

/* Contact Us */

.contact-us-section {
  padding: 60px 0;
  margin-bottom: 60px;
  position: relative;
}

.contact-us-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}

.contact-us-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact-us-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-us-wrapper {
  position: relative;
  z-index: 2;
}

.contact-us-info-con h2 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 35px;
  padding-bottom: 12px;
}

.contact-us-info-con p {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.contact-us-info-con ul {
  padding-top: 23px;
}

.contact-us-info-con ul li {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.contact-us-info-con ul li span {
  width: 73px;
  height: 68px;
  border-radius: 4px;
  background: #f89725;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us-info-con ul li span i {
  font-size: 23px;
  color: #fff;
}

.contact-us-info-con ul li p {
  width: calc(100% - 89px);
  margin-left: 16px;
}

.contact-us-info-con ul li p b {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.contact-us-info-con ul li p b {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  display: block;
}

.contact-us-info-con ul li p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact-us-info-con ul li p a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact-us-info-con ul li:last-child {
  margin-bottom: 0px;
}

.contact-us-from-row {
  width: 100%;
  padding-bottom: 18px;
}

.contact-us-from {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}

.contact-us-from h3 {
  color: #fff;
  font-family: "Vidaloka", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  padding-bottom: 19px;
}

.contact-us-from-row input[type="text"] {
  width: 100%;
  border: none;
  height: 50px;
  padding: 15px;
}

.contact-us-from-row input[type="text"]:focus {
  outline: none;
}

.contact-us-from-row input[type="text"]::placeholder {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  font-size: 17px;
  color: #000;
  line-height: 30px;
}

.contact-us-from-row textarea {
  width: 100%;
  height: 102px;
  resize: none;
  position: 10px;
  overflow-x: hidden;
  resize: none;
}

.contact-us-from-row textarea::placeholder {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  font-size: 17px;
  color: #000;
  line-height: 30px;
}

.contact-us-from-row label {
  width: 100%;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 10px;
}

.contact-us-from-row .btn-secondary{
  padding: 10px 62px;
  font-size: 29px;
}

@media (min-width: 768px) {
  .contact-us-info-con ul li p {
    width: calc(100% - 109px);
    margin-left: 36px;
  }

  .contact-us-info-con h2 {
    font-size: 60px;
    line-height: 62px;
  }
}

@media (min-width: 1200px) {
  .contact-us-section {
    padding: 84px 0 106px;
    position: relative;
    margin-bottom: 120px;
  }

  .contact-us-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .contact-us-info-con {
    width: 474px;
  }

  .contact-us-from {
    width: 576px;
    padding: 47px 54px 19px;
  }

  .contact-us-from-row {
    padding-bottom: 27px;
  }

  .contact-us-from h3 {
    font-size: 29px;
  }

  .contact-us-from-row input[type="text"] {
    height: 58px;
    padding: 10px 34px;
  }

  .contact-us-from-row textarea {
    padding: 4px 34px;
  }

  .contact-us-info-con ul {
    padding-top: 50px;
  }
}

/* Follow Us on Instagram */

.follow-instagram {
  padding: 0 0 30px 0;
}

.page-title h6 {
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 62px;
}

.page-title h6 span {
  background: linear-gradient(
    180deg,
    #fb11e3 0%,
    #c21b72 50.83%,
    #c7514a 73.32%,
    #dc8e3f 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Vidaloka", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px;
  margin-right: 14px;
}

.follow-instagram-item {
  position: relative;
}

.follow-instagram-item {
  position: relative;
}

.follow-instagram-overlay {
  display: none;
}

.follow-instagram-item {
  display: inline-block;
}

.follow-instagram-img .follow-instagram-item img {
  width: 100%;
}

.follow-instagram-img {
  padding-top: 50px;
}

.follow-instagram-img .slick-slide {
  margin: 0 15px;
}

@media (min-width: 768px) {
  .follow-instagram-item:hover .follow-instagram-overlay {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    cursor: pointer;
  }

  .follow-instagram-overlay {
    color: #fff;
    font-family: "Vidaloka", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 62px; /* 310% */
  }

  .follow-instagram-overlay span {
    width: 44px;
    height: 44px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .follow-instagram-overlay h5 {
    color: #fff;
    font-family: "Vidaloka", serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px;
  }
}
/* ****Footer**** */

footer {
  position: relative;
  padding-top: 50px;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

footer h3 {
  font-family: "Vidaloka", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
}

.footer-company-info,
.footer-contact-info,
.footer-quick-link {
  padding-bottom: 30px;
}

.footer-company-info {
  text-align: center;
}

.footer-company-info p {
  color: #fff;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 34px;
}

.footer-sosal-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50px;
  margin: 0 auto;
}

.footer-sosal-icon li a {
  color: #fff;
  font-size: 14px;
}

.footer-sosal-icon li a:hover {
  color: #ffa031;
}

.footer-quick-link ul li,
.footer-contact-info ul li {
  padding-bottom: 8px;
  text-align: center;
}

.footer-quick-link ul li a,
.footer-contact-info ul li a {
  padding-bottom: 15px;
  color: #fff;
}

.footer-quick-link ul li:last-child,
.footer-contact-info ul li:last-child {
  padding-bottom: 0;
}

.footer-contact-info ul li:first-child a {
  color: #e8e8e8;
  font-size: 17px;
  line-height: 25px;
}

.footer-contact-info ul li a span {
  display: block;
  color: #e8e8e8;
  font-size: 13px;
  line-height: 19px;
}

.footer-quick-link ul li a{
  text-transform: uppercase;
}

.footer-contact-info ul li a {
  color: #e8e8e8;
  font-weight: 700;
  line-height: 29px;
  font-size: 17px;
}

.footer-query ul {
  border: #d6d6d6 1px solid;
}

.footer-query ul li {
  border-bottom: #d6d6d6 1px solid;
  display: flex;
  justify-content: space-between;
}

.footer-query ul li:last-child {
  border-bottom: none;
}

.footer-query ul li label {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}

.footer-query ul li b {
  display: block;
}

.footer-query ul li span i {
  color: #fff;
  width: 60px;
  font-size: 23px;
}

.flexbox {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.arrow-right {
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

.arrow-right button{
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.arrow-right i:hover{
  color: #ffa031;
}

.query {
  width: calc(100% - 120px);
  padding: 12px 0 12px;
}

.query p {
  color: #fff;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}

.query p a {
  color: #fff;
}

.query input[type="text"] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}

.query input[type="text"]::placeholder {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}

.query input[type="text"]:focus {
  outline: none;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 27px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.footer-copyright a {
  color: #fff;
}

@media (min-width: 768px) {
  .footer-company-info,
  .footer-contact-info,
  .footer-quick-link,
  .footer-query {
    width: 50%;
  }

  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer h3 {
    padding-bottom: 30px;
    text-align: left;
  }

  .footer-contact-info {
    padding-left: 100px;
  }

  .footer-copyright-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  footer {
    padding-top: 100px;
  }

  .footer-company-info,
  .footer-contact-info,
  .footer-quick-link,
  .footer-query {
    width: 25%;
  }

  footer h3 {
    padding-bottom: 40px;
  }
  
  .footer-contact-info ul li,
  .footer-company-info ul li,
  .footer-quick-link ul li{
    text-align: left;
  }

  .footer-quick-link ul li a {
    font-size: 17px;
    line-height: 34px;
    text-transform: uppercase;
  }

  footer ul li a:hover {
    color: #ffa031;
  }
}

@media (min-width: 1440px) {
  .footer-company-info {
    width: 266px;
    margin-right: 103px;
  }
  .footer-contact-info {
    width: 140px;
    padding-left: 0;
    margin-right: 100px;
  }
  .footer-quick-link {
    width: 180px;
    margin-right: 45px;
  }
  .footer-query {
    width: 442px;
  }
}

/* *****   About ***** */
.topmargin {
  margin-top: 100px;
}

.breadcrumb-navigation {
  padding-bottom: 40px;
}

.breadcrumb-navigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumb-navigation ul li {
  margin-right: 8px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}

.breadcrumb-navigation ul li a {
  font-weight: 400;
  color: #000;
}

.breadcrumb-navigation ul li a:hover {
  color: #ffa031;
}

.breadcrumb-navigation ul li a img {
  margin-left: 7px;
}

.about-section.about {
  padding: 0;
}

.about-section.about::before {
  display: none;
}

.about .our-projects-tab-wrapper {
  padding-bottom: 0px;
}

.vision {
  padding: 30px 20px 20px;
  position: relative;
}

.vision::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: #f0eff0;
  z-index: -1;
}

.about .tab-content {
  background: #f0eff0;
}

.vision h3 {
  color: #181818;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
  padding-bottom: 10px;
}

.vision p b {
  font-family: "Vidaloka", serif;
  font-size: 14px;
  padding-bottom: 15px;
}

.vision p {
  font-family: "Vidaloka", serif;
  font-size: 14px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .about-section.about .about-section-content h2 span {
    display: block;
  }

  .vision h3 {
    color: #181818;
    font-size: 60px;
    font-weight: 400;
    line-height: 85px;
  }
}

@media (min-width: 1200px) {
  .topmargin {
    margin-top: 150px;
  }

  .breadcrumb-navigation {
    padding-top: 40px;
  }

  .about-section.about .about-section-img {
    width: 564px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .about-section.about .about-section-content {
    width: calc(100% - 617px);
    margin-left: 53px;
  }

  .vision {
    padding: 70px 100px 100px 100px;
    position: relative;
  }

  .vision p b {
    font-size: 19px;
    padding-bottom: 20px;
  }

  .vision p {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .vision-tab {
    padding: 12px 15px;
    background: #fff;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.04);
  }

  .vision::before {
    top: -44px;
    height: 63px;
  }
}

.our-founder-img {
  max-width: 512px;
}

.founder-sosal-icon {
  background-color: #f6931f;
  border-radius: 9px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
}

.founder-sosal-icon ul {
  width: 252px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.founder-sosal-icon ul li i {
  color: #fff;
  font-size: 29px;
}

.our-founder-img {
  margin-bottom: 30px;
}

.our-founder-content h2 {
  color: #181818;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  padding-bottom: 12px;
}

.our-founder-content h2 span {
  color: #ec8206;
  font-size: 25px;
  line-height: 28px;
  font-size: 16px;
  line-height: 23px;
  display: block;
}

.our-founder-content p {
  padding-bottom: 15px;
}

.our-founder-section {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .our-founder-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .our-founder-img {
    width: 300px;
    margin-left: 50px;
  }

  .our-founder-content {
    width: calc(100% - 350px);
  }

  .our-founder-content p b {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
  }

  .our-founder-content p {
    color: #292929;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 24px;
  }

  .our-founder-content p:last-child {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .our-founder-section {
    padding-bottom: 120px;
  }
  .our-founder-img {
    width: 512px;
    margin-left: 105px;
  }

  .our-founder-content {
    width: calc(100% - 617px);
  }

  .our-founder-content h2 {
    font-size: 60px;
    line-height: 62px;
  }

  .our-founder-content h2 span {
    font-size: 25px;
    line-height: 28px;
  }
}

/*  */
.blog-section{
  padding-bottom: 60px;
}

.width100 {
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination ul li a {
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  border: #dfe3e8 1px solid;
  color: #212b36;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.pagination ul li a:hover {
  border: 1px solid #fa9826;
  color: #fa9826;
}

.pagination ul li .active {
  border: 1px solid #fa9826;
  color: #fa9826;
}


.blog-wrapper{
  padding-top: 50px;
}

.blog-row{
  padding-bottom: 20px;
}

.blog-col-left{
  box-shadow: 0 4px  44px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.blog-col-left img{
  width: 100%;
  object-fit: cover;
}

.blog-col-right{
  padding-bottom: 30px;
}

.blog-col-right h3{
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 10px;
}

.blog-col-right p{
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 16px;
}

.blog-details-top-left ul,
.blog-col-right ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.blog-details-top-left ul li,
.blog-col-right ul li{
  border-right: #999999 1px solid;
  padding: 0 10px;
}

.blog-details-top-left ul li:first-child,
.blog-col-right ul li:first-child{
  padding-left: 0;
}

.blog-details-top-left:last-child,
.blog-col-right ul li:last-child{
  padding-right: 0;
  border-right: none;
}

.blog-details-top-left ul li a,
.blog-col-right ul li a{
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.blog-details-top-left ul li a img,
.blog-col-right ul li a img{
  margin: 0 7px 0 0;
}

.blog-details-top-right ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.blog-details-top-right ul li{
  margin-left: 12px;
}

.blog-details-top-right ul li:first-child{
  margin-left: 0px;
  margin-right: 10px;
}

.blog-details-top-right ul li:first-child i{
  font-size: 20px;
  color: #000;
}

.blog-details-top-right ul li i{
  color: #999999;
  font-size: 17px;
}

.blog-details-top-right ul li:hover i{
  color: #000;
}

.blog-details-section h2{
  font-family: 'Vidaloka', serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 22px;
}

.blog-details-top-img{
  margin-top: 17px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.1);
}

.blog-details-section{
  padding-bottom: 60px;
}

.blog-details-content{
  padding-top: 30px;
}

.blog-details-content h3{
  font-family: 'Vidaloka', serif;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 20px;
}

.blog-details-content h4{
  color: #1F1F1F;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}

.blog-details-content p{
  color: #555555;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 15px;
}

.blog-details-content ul{
  padding-bottom: 24px;
}

.blog-details-content ul li{
  padding-left: 22px;
  position: relative;
  padding-bottom: 15px;
}

.blog-details-content ul li:last-child{
  padding-bottom: 0;
}

.blog-details-content ul li p{
  padding-bottom: 0;
}

.blog-details-content ul li::after{
  content: "";
  position: absolute;
  top: 11px;
  left: 0px;
  background: #1F1F1F;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

@media (min-width: 768px) {
  .blog-details-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .blog-section{
    padding-bottom: 100px;
  }

  
  .blog-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blog-col-right h3{
    font-size: 23px;
    line-height: 28px;
  }

  .blog-col-left{
    width: 376px;
    margin-right: 43px;
    margin-bottom: 0px;
  }

  .blog-col-right{
    width: calc(100% - 419px);
    padding-bottom: 0px;
  }

  .blog-row {
    padding-bottom: 30px;
  }

  .pagination {
    padding: 50px 0 0;
  }

  .blog-details-section h2{
    font-size: 27px;
    line-height: 35px;
  }

  .blog-details-top-img{    
    margin-top: 22px;
    border-radius: 4px;
    overflow: hidden;
  }

  .blog-details-top-img img{
    width: 100%;
  }

  .blog-details-section{
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .blog-details-content {
    padding-top: 33px;
  }

  .blog-details-content h3 {
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 30px;
  } 
  
}

.get-in-touch-section{
  padding-top: 54px;
}


.get-in-touch-section .page-title{
  max-width: 579px;
}

.get-in-touch-button{
  padding-top: 50px;
}


.get-in-touch-button ul li{
  background-color: #F2F2F2;
  padding: 20px;
  width: 100%;
  display: inline-block;
}

.get-in-touch-button ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.get-in-touch-button ul li .get-in-icon{
  background: linear-gradient(180deg, #F6931F 0%, #FFA031 100%);
  width: 73px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
}

.get-in-touch-button ul li .get-in-content{
  width: calc(100% - 100px)
}

.get-in-touch-button ul li .get-in-content h5{
  font-size: 20px;
  line-height: 30px;
  color: #16021A;
  font-weight: 700;
}

.get-in-touch-button ul li .get-in-content h5 a{
  color: #16021A;
}

.get-in-touch-button ul li .get-in-content h5 span{
  font-size: 16px;
  line-height: 20px;
  color: #16021A;
  font-weight: 400;
  display: block;
}

.get-in-touch-col-6 i,
.get-in-touch-col-12 i{
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
  color: #FD9D2D;
}

.get-in-touch-col-6{
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.get-in-touch-col-12{
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.get-in-touch-col-6 input[type="text"],
.get-in-touch-col-12 input[type="text"]{
  width: 100%;
  height: 40px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  padding: 10px 30px;
  background-color: #fff;
}

.get-in-touch-col-12 textarea{  
  width: 100%;
  height: 117px;
  border: #E8E8E8 1px solid;
  border-radius: 4px;
  padding: 10px 30px 10px 19px;
  background-color: #fff;
  resize: none;
}

.btn-get-in{
  display: block;
  width: 100%;
  border: 0;
  background: linear-gradient(180deg, #F6931F 0%, #FFA031 100%);
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 175% */
padding: 14px 22px;
}

.get-in-touch-left{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6931F;
  box-shadow: -18px -5px 44px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.get-in-touch-from-wrapper{
  padding-top: 30px;
  padding-bottom: 60px;
}

.get-in-touch-right{
  padding-top: 30px;
  background: #FFF;
}


.get-in-touch-right h3{
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
}

.get-in-touch-right p{
  color: #000;
  font-family: "Vidaloka", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  padding-bottom: 20px;
}

@media (min-width:768px) {
  .get-in-touch-button ul li .get-in-content h5{
    font-size: 20px;
    line-height: 28px;
    color: #16021A;
    font-weight: 700;
  }
  
  .get-in-touch-button ul li .get-in-content h5 span{
    font-size: 18px;
    line-height: 20px;
    color: #16021A;
    font-weight: 400;
    display: block;
  }

  .get-in-touch-button ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }  

  .get-in-touch-button ul li{
    width: calc(50% - 15px);
  }

}

@media (min-width:1200px) {

  .get-in-touch-button ul li{
    width: calc(33.333% - 15px);
  }

  .get-in-touch-button ul li .get-in-content h5 span {
    padding-top: 7px;
  }

  .get-in-touch-from-wrapper{
    padding-top: 66px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
  }

  .get-in-touch-left{
    width: 525px;
    padding: 0;
  }

  .get-in-touch-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .get-in-touch-col-6{
    width: calc(50% - 10px);
  }
  
  .get-in-touch-right{
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.12);
    width: calc(100% - 525px);
    padding-top: 0px;
    padding: 58px 58px 40px 58px;
  }

  .get-in-touch-col-6 input[type="text"], .get-in-touch-col-12 input[type="text"] {
    height: 55px;
    padding: 12px 45px 12px 19px;
  }

  .get-in-touch-col-12,
  .get-in-touch-col-6 {
    margin-bottom: 20px;
  }
  
}

@media (min-width:1440px) {
  .get-in-touch-button ul li{
    width: calc(33.333% - 15px);
    padding: 22px 33px;
    margin-bottom: 0px;
    cursor: pointer;
  }

  .get-in-touch-button ul li .get-in-content h5 span {
    line-height: 27px;
  }

  .get-in-touch-button ul li:hover{
    background-color: #fff;
    box-shadow: 0 4px 44px rgba(0, 0, 0, 0.15);
  }

 
}


.amenities-section{
  position: relative;
  z-index: 5;
  padding-bottom: 60px;
}

.amenities-top-content{
  padding-bottom: 20px;
}

.amenities-top-content h2{
  padding-bottom: 15px;
}

.amenities-top-content p{
  padding-bottom: 15px;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 15px;
}

.amenities-img{
  position: absolute;
  top: 162px;
  left: 30%;
  padding-left: 13px;
  padding-bottom: 13px;
  z-index: -1;
  width: 100%;
}

.amenities-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amenities-img::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 13px);
  background-color: #F6931F;
  z-index: -2;
}

.amenities-bottom-content{
  position: relative;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.10);
  background-color: #fff;
  padding: 20px;
}


.amenities-left{
  padding-bottom: 15px;
}

.amenities-bottom-content-wrapper ul li{
  padding-bottom: 30px;
}

.amenities-bottom-content-wrapper ul li p b{
  display: block;
  padding-bottom: 7px;
  font-size: 25px;
  /* height: 28px; */
  font-weight: 400;
}

.amenities-bottom-content-wrapper ul li p{
  color: #292929;
  font-size: 17px;
  line-height: 28px;
}

@media (min-width:768px) {
  .amenities-top-content{
    max-width: 487px;
  }

  .amenities-bottom-content-wrapper ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .amenities-left{
    width: 107px;
  }

  .amenities-right{
    width: calc(100% - 107px);
  }
}

@media (min-width:1200px) {
  .amenities-section{
    padding-bottom: 120px;
  }

  .amenities-top-content h2{
    color: #181818;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 19px;
  }

  .amenities-top-content p{
    color: #000;
    font-family: "Vidaloka", serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
  }

  .amenities-bottom-content{
    margin-top: 60px;
    padding: 50px;
  }

  .amenities-top-content {
    padding-bottom: 0px;
  }

  .amenities-img{
    top: 0;
    left: unset;
    right: 0;
    padding-left: 13px;
    padding-bottom: 13px;
    z-index: -1;
    width: calc(50% + 68px );
    height: 556px;
  }

  .amenities-bottom-content {
    padding: 97px;
  }

  .amenities-bottom-content-wrapper ul {
    column-gap: 75px;
    column-count: 2;
  }

}


.gallery-js{
  padding-top: 30px;
}

.gallery-js .follow-instagram-item img{
  width: 100%;
}

.gallery-js .slick-track{
  margin: 0 -15px 30px;
}

.gallery-js .slick-slide{
  margin: 0 15px;
}

.map{
  position: relative;
  padding: 60px 0;
}

.map img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error{
  background: url(../img/bg1.png);
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-content{
  max-width: 555px;
}

.error-content h4{
  color: #A7A9AC;
text-align: center;
font-family: Heebo;
font-size: 28px;
font-style: normal;
font-weight: 900;
line-height: 127.4%; /* 35.672px */
letter-spacing: 14px;
text-transform: uppercase;
}

.error-content h3{
  color: #FCBA02;
  text-align: center;
  font-family: "Heebo", sans-serif;
  font-size: 116px;
  font-style: normal;
  font-weight: 900;
  line-height: 127.4%; /* 147.784px */
  letter-spacing: 16.24px;
  text-transform: uppercase;
}
.error-content p{
  color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 900;
line-height: 127.4%; /* 25.48px */
text-transform: uppercase;
}

.error-content p span{
  color: #A7A9AC;
text-align: center;
font-size: 14px;
font-weight: 900;
line-height: 127.4%; /* 25.48px */
text-transform: uppercase;
display: block;
}

.error-content{
  text-align: center;
}
@media (min-width:1200px) {
  .map{
    position: relative;
    padding: 80px 0 120px;
  }
}

