/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;
    4) font-family: "Mulish", sans-serif;
    5)   font-family: IvyMode_Regular;

*/
/* Loader Styles */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffa9;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loader img {
    width: 120px;
    height: auto;
}

/* Optional Spin Animation */

/* Hide loader when page is loaded */
body.loaded #loader {
    display: none;
}

@font-face {
    font-family: IvyMode_Bold;
    src: url(../fonts/webfont/fonnts.com-IvyMode_Bold.otf);
}
@font-face {
    font-family: IvyMode_SemiBold;
    src: url(../fonts/webfont/fonnts.com-IvyMode_SemiBold.otf);
}
@font-face {
    font-family: IvyMode_Regular;
    src: url(../fonts/webfont/fonnts.com-IvyMode_Regular.otf);
}

@font-face {
    font-family: GallientRegular;
    src: url(../fonts/GallientRegular.ttf);
}
/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    /* font-family: "Mulish", sans-serif; */
    font-family: "Montserrat", serif;
}

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

a {
    text-decoration: none !important;
}

.btn-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
}
.btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 200px;
    padding: 0;
}
.btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    /* font-weight: bold; */
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    transition: 0.3s;
    background: #00000061;
}

/*--- btn-2 ---*/
.btn-2::before {
    position: absolute;
    content: "";
    background-color: #d4b795;
    transition: 0.3s ease-out;
}
.btn-2::after {
    position: absolute;
    content: "";
}
.btn-2 span {
    color: #fff;
    border: 3px solid #d4b795;
    transition: 0.2s;
    border-radius: 5px;
}

.btn-2 span::before {
    position: absolute;
    content: "";
}
.btn-2 span::after {
    position: absolute;
    content: "";
}
.btn-2 span:hover {
    color: rgb(255, 255, 255);
    transition: 0.2s 0.1s;
}
.btn.hover-slide-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
}
.btn.hover-slide-right:hover::before {
    width: 100%;
}

/* Deafult Margin & Padding */

/*-- Margin Top --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Bottom --*/

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Padding Top --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/

.pl-0 {
    padding-left: 0px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 35px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

/*-- Padding Right --*/

.pr-0 {
    padding-right: 0px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 35px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

/* font weight */

.f-700 {
    font-weight: 600;
}

.f-600 {
    font-weight: 600;
}

.f-500 {
    font-weight: 500;
}

.f-400 {
    font-weight: 400;
}

.f-300 {
    font-weight: 300;
}

/* Background Color */

.gray-bg {
    background: #f4f4fe;
}

.white-bg {
    background: #fff;
}

.black-bg {
    background: #222;
}

.theme-bg {
    background: #222;
}

.primary-bg {
    background: #1a237e;
}

/* Color */

.white-color {
    color: #fff;
}

.black-color {
    color: #222;
}

.theme-color {
    color: #222;
}

.primary-color {
    color: #222;
}

/* black overlay */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.text-upper {
    text-transform: uppercase;
}

.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #222;
    outline: 0;
    border-radius: 4px;
}

.btn1:hover {
    background: goldenrod;
}

.title h1 {
    color: #c39a6b;
    font-family: IvyMode_Regular;
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    display: inline-block;
    padding: 0 39px;
    margin-bottom: 80px;
    z-index: 2;
}
.title h1::before {
    content: "";
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    border: 2px solid #c39a6b;
    height: 44px;
    z-index: 1;
}

.txt {
    background: #383436;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}
.title span {
    width: 10px;
    height: 10px;
    background: #c39a6b;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%) rotate(45deg);
}

.title h2 {
    color: #c39a6b;
    font-family: IvyMode_Regular;
    font-size: 35px;
    font-weight: 300;
}
.title2 .txt {
    background: #fff;
}

.section-title {
    text-align: center;
    /* font-family: 'Serif', sans-serif; */
    color: #c39a6b;
}

.section-title h2 {
    font-size: 32px;
    margin-bottom: 10px;
    /* letter-spacing: 2px; */
    /* font-weight: 400; */
    font-family: IvyMode_Regular;
}

.title-line {
    width: 165px;
    height: 1px;
    background: #c39a6b;
    margin: auto;
    position: relative;
}
.title-line::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 5px;
    height: 5px;
    background-color: #c39a6b;
    transform: rotate(45deg);
}
.title-line::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 5px;
    height: 5px;
    background-color: #c39a6b;
    transform: rotate(45deg);
}

/* .diamond {
  width: 10px;
  height: 10px;
  background-color: #c39a6b;
  transform: rotate(45deg);
} */

/* End of globle css */

/* Start Header sewction */

.mynav {
    background: transparent;
    margin-bottom: 0px;
    box-shadow: none !important;
    padding-bottom: 0;
}
.logo {
    display: inline-block;
}
.logo img {
    padding: 5px 0px 0;
    width: 108px;
}

.callbtn img {
    margin-top: 15px;
    width: 158px;
}
.mynav .navbar-nav {
    padding-top: 7px;
    /* position: absolute;
      left: 50%;
      transform: translateX(-50%); */
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

nav.navbar.bootsnav ul.nav li.active > a nav.navbar.bootsnav ul.nav li.active > a,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus {
    color: #c39a6b;
    background-color: transparent;
}

nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus {
    color: #c39a6b;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none !important;
}

.callbtn {
    /* padding-top: 25px; */
    display: inline-block;
}

.callbtn a {
    /* background: #83c47d !important; */
    padding: 12px 12px;
    border-radius: 3px;
    margin-top: 5px;
    /* border: 2px solid #83c47d; */
    border-radius: 6px;
    font-size: 15px;
    color: #ffffff !important;
    transition: all 0.5s;
    background: #004735;
    /* box-shadow: 0 5px 10px #fbcaa9; */
    /* background-image: linear-gradient(45deg, #83c47d, #f3a43b); */
}

.callbtn a:hover {
    background: #b59f6e !important;
    color: #fff !important;
    transition: all 0.5s;
}

.callbtn a i {
    padding-right: 6px;
    color: #ffffff !important;
}

.callbtn a:hover i {
    color: #fff !important;
    transition: all 0.5s;
}

.shrink {
    background: #222;
    transition: all 0.5s;
}
.logo img {
    transition: all 0.5s;
}
.shrink .logo img {
    width: 60px;
    padding: 5px 0;
}

/* End of Header sewction */

/* new header section  */

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding-top: 0px;
}
.headerbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerbox > div {
    width: 200px;
}
.navtaggle_btn {
    text-align: right;
}
.navtaggle_btn .ti-menu {
    font-size: 40px;
    color: #cba277;
    margin-right: 30px;
}
.psklogo img {
    width: 180px;
}
.logo img {
}
.logo img {
    width: 120px;
}

/* :active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0;
  } */
.navsec {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: #000000e0;
    transition: right 0.9s ease;
    top: 0;
    right: -100%;
    padding: 45px;
    padding-top: 23px;
}
.navsec.active {
    right: 0%;
}

ul.mynav {
    text-align: center;
}

.closebox {
    text-align: right;
    font-size: 44px;
}
.close-btn img {
    width: 50px;
}
ul.mynav li a {
    font-size: 30px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
}

ul.mynav li a:hover {
    color: #c3a889;
}

/* End of header section  */

.mainbanner {
    position: relative;
    /* margin-top: -85px; */
}
.mainbanner::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 40%);
}
.caption {
    position: absolute;
    bottom: 30%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    color: #fff;
    font-family: GallientRegular;
}
.caption h1 {
    font-size: 50px;
    font-family: IvyMode_Regular;
}

.project-list {
    display: flex;
    flex-wrap: wrap;
    gap: 19px 22px;
}

.p-info {
    display: flex;
    width: 48%;
    justify-content: space-between;
    margin-bottom: 50px;
}
.p-details h4 {
    margin-bottom: 0;
    background: #c39a6b;
    position: absolute;
    top: -15px;
    left: 50%;
    width: 209px;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 14px;
    white-space: nowrap;
    padding: 7px 0;
    color: #fff;
}
.p-details {
    border: 2px solid #c39a6b;
    padding: 15px 17px;
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    text-align: center;
}

.p-details::before {
    content: "";
    position: absolute;
    top: -16px;
    left: -80px;
    width: 94px;
    height: 83px;
    border: 2px solid #c39a6b;
    border-radius: 50%;
    display: none;
}

.p-details::after {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -12px;
    width: 34px;
    height: 19px;
    border-top: 0px dashed #c39a6b;
    transform: rotate(-39deg);
    background: #fff;
    border-width: 5px;
}

.p-details p {
    margin-bottom: 0;
}
.p-details a {
    color: #000;
}
.p-details a:hover {
    color: #c39a6b;
}
.p-number {
    /* border: 2px solid #c39a6b; */
    /* width: 60px; */
    /* height: 61px; */
    /* text-align: center; */
    line-height: 24px;
}
.p-number span {
    background: linear-gradient(45deg, #c4a482, #e6caaa);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    display: none;
}
.intro {
    background: url(../img/bg-element-2.png) no-repeat;
    background-position: bottom right;
    background-size: 50%;
}
.introimg-box {
    position: relative;
}
.introimg-box img {
    border: 2px solid #c39a6b;
    /* border-radius: 10px; */
}
.pname {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    background: #c39a6b;
    font-size: 20px;
    border-radius: 0 12px 0 0;
    color: #fff;
}
.building{
    display: none;
}

/* Start key Feature section  */

.keyfeature {
    background:url(../img/bg-texture.png)no-repeat;
    background-size: cover;
    border-top: 2px Solid #c39a6b;
    /* border-bottom: 1px Solid #c39a6b; */
}
.keyfeature p {
    color: #fff;
}
.Keyinfo {
    padding: 30px;
    /* background: #fff; */
    /* border-radius: 20px; */
    /* min-height: 165px; */
    /* outline: 1px solid #c39a6b; */
    /* outline-offset: 4px; */
    /* color: #fff; */
    transition: all 0.5s;
    text-align: center;
}
.keybox {
    background: linear-gradient(135deg, #fdf9f4 50%, #d2a97e96);
    border: 1px solid #c39a6b;
    border-radius: 10px;
    /* padding: 30px; */
    max-width: 350px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
    transition: all 0.6s;
}
.Keyinfo h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #c39a6b;
    font-size: 16px;
}
.key-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.Keyinfo .ibox {
    width: 80px;
    height: 80px;
    border: 2px solid #c39a6b;
    border-radius: 50%;
    padding: 18px;

    margin-bottom: 13px;
    margin: auto;
    margin-bottom: 15px;
}
.Keyinfo .ibox img {
    filter: invert(49%) sepia(24%) saturate(528%) hue-rotate(354deg) brightness(91%) contrast(91%);
}

.keybox:hover {
    transform: scale(1.1);
}
.keybox:hover .Keyinfo .ibox {
    background: #c39a6b;
}
.keybox:hover .Keyinfo .ibox img {
    filter: brightness(0) invert(1);
}

/* End of key Feature section  */

/* Start connectivity section  */
.c-list {
    margin-bottom: 30px;
}
.c-list > li {
    list-style: disc;
    color: #c39a6b;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.c-list ul li {
    list-style: none;
}
.connectivity-box img {
    border-radius: 10px;
}
/* End of connectivity section  */

/* Start call to action section  */
.cta {
    position: relative;
}
.parallax-1 {
    min-height: 100vh;
    background: transparent;
    position: relative;
}
.parallax-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    top: -87px;
    left: 0;
    background: #fff;
    border-radius: 0 0 25% 25%;
    z-index: -1;
}
.parallax-1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: -94px;
    left: 0;
    background: #fff;
    border-radius: 25% 25% 0 0;
}
.ctacaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.ctacaption h4 {
    font-weight: 300;
    font-style: italic;
    font-size: 21px;
    color: #ffffff;
    font-family: IvyMode_Regular;
    font-style: italic;
    font-size: 33px;
    font-weight: 300;
}
.ctacaption a {
    padding: 7px 21px;
    border: 2px solid #d4b795;
    /* border-radius: 24px; */
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    outline: 0;
    transition: all 1s;
}
.ctacaption a:hover {
    background: #d4b795;
    color: #252525;
}

.parallax-1::before{
    height: 138px;
    top: -53px;
        z-index: 1;
}
.parallax-1 .section-title{
        position: relative;
        z-index: 2;
}
/* End of call to action section  */

/* Start amenities section  */
.amtslideinner {
    position: relative;
}
.amtslideinner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #c39a6b;
    bottom: -49px;
    left: 0;
    z-index: 1;
}
.amtTabsec .nav-pills {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.amtbox img {
    object-fit: cover;
    height: 226px;
    width: 100%;
}
.amttxt {
    padding: 15px 0;
    text-align: center;
}
.amttxt h2{
    font-size: 18px;
}
.amtTabsec .nav-pills > li > a {
    background: transparent;
    color: #222;
    font-size: 20px;
    font-weight: 300;
}
.amtTabsec .nav-pills > li.active > a,
.amtTabsec .nav-pills > li.active > a:hover,
.amtTabsec .nav-pills > li.active > a:focus {
    background: transparent;
    color: #222;
    font-size: 20px;
    font-weight: bold;
}
.amtTabsec .nav-pills > li.active > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 3px;
    background: #c39a6b;
    transform: translateX(-50%);
    border-radius: 10px;
}

.amtslideinner .owl-carousel .owl-nav button.owl-next {
    font-size: 50px;
    position: relative;
}
.amtslideinner .owl-carousel .owl-nav button.owl-prev {
    font-size: 50px;
    position: relative;
}
.amtslideinner .owl-carousel .owl-nav button.owl-next span {
    color: #000000;
    position: absolute;
    top: -11px;
    left: 23px;
}
.amtslideinner .owl-carousel .owl-nav button.owl-prev span {
    color: #000000;
    position: absolute;
    top: -11px;
    left: 23px;
}
.amtslideinner .owl-theme .owl-nav [class*="owl-"] {
    width: 60px;
    height: 60px;
    border: 2px solid #c39a6b !important;
}

.amtslideinner .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 20%;
    background: #ffffff;
}
.amtslideinner .owl-theme .owl-nav [class*="owl-"]:hover {
    background: #c39a6b;
}
/* .amtslideinner .owl-theme .owl-nav{
    position: relative;
} */
/* .amtslideinner .owl-theme .owl-nav::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #c39a6b;
} */
/* End of amenities section  */

/* start light gallery section */
.lg-imgbox {
    position: relative;
    /* border: 1px solid #8cae3d; */
    /* box-shadow: 0px 0px 8px 1px #b7b7b7; */
    border-radius: 25px;
    background: #fff;
}

.lg-imgbox p {
    padding: 12px 0;
    text-align: center;
    color: #222;
    font-size: 14px;
}
.lg-imgbox img {
    /* border-radius: 25px; */
    width: 100%;
    /* height: 250px; */
    /* object-fit: cover; */
    /* filter: blur(1.5px); */
}

.demo-gallery-poster {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgb(164 126 88 / 63%);
    opacity: 0;
    transition: all 0.6s;
    /* border-radius: 25px; */
}

.demo-gallery-poster h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 38px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 7px 9px;
    outline: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
}

.view3dSec a:hover .demo-gallery-poster {
    opacity: 1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #222222;
    background: linear-gradient(45deg, #c4a482, #e7ccac);
}

.nav-pills > li > a {
    border-radius: 4px;
    color: #060606;
    /* background: #f2f2f2; */
    margin: 0 2px;
    border: 2px solid #c7a785;
    min-width: 155px;
    text-align: center;
    border-radius: 6px;
    font-weight: 600;
}
.tab-content {
    /* background: #f2f2f2; */
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.nav-pills > li > a:hover {
    background: none;
}
/* End of light gallery section */

#accordion .question {
    margin-bottom: 15px;
}

#accordion .question header {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 18px 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    justify-content: space-between;
}

#accordion .question header h1 {
    line-height: 26px;
}

#accordion .question header h1 span {
    font-size: 16px;
    font-style: italic;
    padding-left: 40px;
}

#accordion .question header h3 {
    margin: 0;
    font-weight: 500;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 17px;
}

#accordion .question header i {
    padding: 0 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    font-size: 21px;
}

#accordion .question main {
    display: none;
    padding: 15px;
    box-sizing: border-box;
}

#accordion .question main p {
}

#accordion .question.active header i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accordion .question li {
    line-height: 30px;
    list-style: outside;
    margin-left: 57px;
}

#accordion .question p {
    margin-bottom: 5px;
    text-align: justify;
    margin-top: 5px;
}

/* Start psk section  */
.abt-psk {
        background: url(../img/bg-texture.png) no-repeat;
        background-size: cover;
        position: relative;
        color: #000000;
        /* border-top: 3px Solid #c39a6b; */
        /* border-bottom: 3px Solid #c39a6b; */
}
.abt-psk .psk-line {
    position: absolute;
    top: 50%;
    right: 0;
}
.psk-row {
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}

.col-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 10px;
}
.ctnbox {
    /* background: #4f4c4c; */
    padding: 15px;
    border-radius: 20px;
    min-height: 205px;
}

.ctnbox img {
    width: 64px;
    /* margin-bottom: 30px; */
}
.ctnbox p {
    font-size: 12px;
}

.ctnbox span {
    font-size: 18px;
}
.image-circle {
    width: 110px;
    height: 110px;
    padding: 10px;
    margin: auto;
    line-height: 104px;
}

.border-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #c39a6b;
    align-items: center;
    justify-content: center;
}
.image-circle {
    position: relative;
    border-radius: 50%;

    margin-bottom: 20px;
}
.image-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* @keyframes spin {
    100% {
        transform: rotate(1turn);
    }
} */

.flip-container {
    perspective: 1000px;
    /* width: 100%; */
    /* height: 100%; */
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.ctnbox:hover .flipper {
    /* transform: rotateY(180deg); */
    background: #c39a6b;
    border-radius: 50%;
}

.ctnbox:hover .image-circle img {
    filter: brightness(0) invert(1);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back {
    transform: rotateY(180deg);
}

.image-circle img {
    /* width: 100%; */
    border-radius: 50%;
}

/* End of psk section  */

/* start floor plan section  */
.view3dSec {
    /* background: #f2f2f2; */
}
.fp-form label {
    display: block;
}
.fp-form select {
    width: 100%;
    height: 40px;
    border: 2px solid #c39a6b;
    border-radius: 5px;
    padding: 10px;
}
.download_Brochure h1 {
    font-family: IvyMode_Regular;
    line-height: 42px;
    font-weight: 400;
}
.brochure-btn a {
    text-align: center;
    display: inline-block;
    padding: 12px 28px;
    background: #c49a6c;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    outline: 0;
    margin-bottom: 30px;
}
/* End of floor plan section  */

/* Start contact section  */
.contactinner {
    border: 1px solid #e7ccac;
    padding: 20px 35px;
    border-radius: 5px;
}

.mapinner iframe {
    border-radius: 10px;
}
.contactinner form label {
    display: block;
}
.contactinner form input {
    width: 100%;
}
.contactinner form textarea {
    width: 100%;
    height: 80px;
}
.contactinner form input,
.contactinner form textarea {
    border: 1px solid #e7ccac;
    background: transparent;
    margin-bottom: 15px;
    padding: 9px 10px;
    border-radius: 5px;
}
.contactinner input[type="submit"] {
    background: #c4a482;
    color: #222;
    font-weight: 600;
}

.contactinfo ul {
    margin-top: 20px;
}
.contactinfo ul li {
    display: inline-block;
    margin-right: 30px;
}

.contactinfo ul li a {
    color: #fff;
    font-size: 16px;
}
.contactinfo ul li a img {
    margin-right: 13px;
}

.contactinfo ul li a:hover {
    color: #c4a482;
}

.rerabox {
    display: flex;
    justify-content: space-between;
    gap: 90px;
}
.rerainfo p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}
.rerainfo img {
    width: 120px;
    outline: 1px solid #c4a482;
    outline-offset: 5px;
    border-radius: 5px;
}

/* End of contact section  */

/* Start contact section  */
.contactinner {
    border: 1px solid #e7ccac;
    padding: 20px 35px;
    border-radius: 5px;
}
.contactwrap {
    padding: 0 100px;
}
.mapinner iframe {
    border-radius: 10px;
}
.contactinner form label {
    display: block;
}
.contactinner form input {
    width: 100%;
}
.contactinner form textarea {
    width: 100%;
    height: 80px;
}
.contactinner form input,
.contactinner form textarea {
    border: 1px solid #e7ccac;
    background: transparent;
    margin-bottom: 15px;
    padding: 9px 10px;
    border-radius: 5px;
}
.contactinner input[type="submit"] {
    background: #c4a482;
    color: #ffffff;
    font-weight: 600;
}

.contactinfo ul {
    margin-top: 20px;
}
.contactinfo ul li {
    display: inline-block;
    margin-right: 30px;
}

.contactinfo ul li a {
    color: #fff;
    font-size: 16px;
}
.contactinfo ul li a img {
    margin-right: 13px;
}

.contactinfo ul li a:hover {
    color: #c4a482;
}

.mapinfo h4 {
    color: #c39a6b;
    font-family: IvyMode_Regular;
    font-size: 28px;
}
.social h4 {
    color: #c39a6b;
    font-family: IvyMode_Regular;
    font-size: 28px;
}

.social ul li {
    display: inline-block;
}
.social ul li {
    display: inline-block;
    margin: 0 6px;
}

.rerabox {
    display: flex;
    justify-content: space-between;
    gap: 90px;
}
.rerainfo p {
    font-size: 15px;
    line-height: 27px;
    font-weight: 300;
}
.rerainfo img {
    width: 120px;
    outline: 1px solid #c4a482;
    outline-offset: 5px;
    border-radius: 5px;
}

/* End of contact section  */

/* Start footer section  */
.footer {
    background: #353535 url(../img/pattern.png);
    padding: 80px 0;
    color: #fff;
}
.copywrite {
    margin-top: 100px;
}
.copywrite img {
    width: 20px;
}
.footerlogo img {
    width: 118px;
}
.quick-link li a {
    color: #fff;
    font-size: 13px;
    line-height: 28px;
}
.quick-link li a:hover {
    color: #c4a482;
}

.subscribe-box form input[type="email"] {
    padding: 6px 5px;
    background: #494646;
    border: 0;
    border-radius: 5px;
}

.subscribe-box form input[type="submit"] {
    padding: 6px 5px;
    background: linear-gradient(45deg, #c4a482, #e7ccac);
    border: 0;
    border-radius: 5px;
    color: #222;
    font-weight: 500;
    margin-left: -9px;
}
.subscribe-box form {
    margin-top: 8px;
}
/* End of footer section  */

/* Start modal styling  */

/* Start popup modal design  */
.popupmodal .modal-content {
    background-color: #ffffff;
    border-radius: 0px;
    /* outline: 4px solid #f0daba; */
    outline-offset: 10px;
    padding: 20px;
    max-width: 467px;
    width: 90%;
    margin: 1.75rem auto;
}

.popupbox {
    color: #000;
}
.popupbox form input::placeholder {
    color: #000;
    font-size: 12px;
}
.popupbox h4 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
}
.popupbox p {
    font-size: 12px;
}

.popupbox form input {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff0;
    box-shadow: none;
    border: none;
    border-bottom: 0.5px solid #c99e5f;
    padding-left: 10px;
    border-radius: 0px !important;
    color: #000;
    border-left: none;
    margin-bottom: 18px;
    outline: 0;
}

.modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ff0000;
    opacity: 1;
    outline: none;
    border: none;
    z-index: 9;
    /* filter: brightness(0) invert(1); */
}
.popupbox form .form-btn {
    color: #080603;
    margin-top: 20px;
    padding: 7px 40px;
    border: 1px solid #c99e5f;
    width: 150px;
    height: 40px;
    margin: auto;
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 0.3s ease;
    background: #c99e5f;
}

.popupbox form .form-btn:hover {
    background: #c99e5f;
    color: #000;
}

.modal-content {
    /* -webkit-box-shadow: 0 5px 15px rgb(122 98 69); */
    /* box-shadow: 0 5px 15px rgb(122 98 69); */
}
.modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0; /* Remove default Bootstrap margin */
    width: 90%;
}
.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

/* End of modal styling  */

.social-media {
    margin: 20px 0;
}
.social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
    /* justify-content: center; */
}

.social-media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 2px solid #ffffff; /* Border color */
    border-radius: 50%;
    text-decoration: none;
    color: #63553a; /* Icon color */
    transition: all 0.3s ease;
    font-size: 14px;
}

.social-media ul li a:hover {
    background-color: #c4a482; /* Background color on hover */
    color: #ffffff; /* Icon color on hover */
    border-color: #c4a482; /* Border color on hover */
}

.social-icon-border ul li a:hover svg path,
.social-media ul li a:hover svg path {
    fill: #63553a;
}
.social-icon-border ul li a {
    border: 2px solid #c4a482; /* Border color */
    color: #c4a482;
}

/* /////////////////////////////////////////////////////////////////////
     
    StaRT neW FOOTER 

//////////////////////////////////////////////////////////////// */

.site-footer {
    position: relative;
    display: block;
    z-index: 1;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 57px 0 30px;
    z-index: 1;
    background: #63553a;
}

.site-footer__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.logo-box img {
    width: 160px;
    filter: brightness(0) invert(1);
}
.footer-psklogo {
    filter: brightness(0) invert(1);
}

.about-two-shape-1 img,
.about-two-shape-2 img,
.site-footer__shape-1 img {
    width: auto;
}

.site-footer__top-inner {
    position: relative;
    display: block;
}

.footer-widget__about {
    position: relative;
    display: block;
    margin-top: -3px;
}

.footer-widget__Explore,
.footer-widget__about-text-box {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    color: var(--aports-white);
    font-size: 20px;
    line-height: 34px;
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    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;
    text-align: center;
    font-size: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.cta-one__btn:hover,
.site-footer__social a:hover {
    color: var(--aports-base);
}

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--aports-white);
    -webkit-transition: 0.4s ease-in-out 0.1s;
    transition: 0.4s ease-in-out 0.1s;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.footer-widget__title-box {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}

.footer-widget__title-box:before {
    content: "";
    position: absolute;
    top: 16px;
    right: -30px;
    height: 1px;
    width: 21px;
}

.footer-widget__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}

.about-two__right,
.footer-widget__Contact,
.footer-widget__Explore-list,
.footer-widget__find,
.measurement__icon {
    position: relative;
    display: block;
}

.footer-widget__Explore-list li + li {
    margin-top: 4px;
    line-height: 30px;
}

.footer-widget__Explore-list li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.footer-widget__find-text {
    color: #ffffff;
    font-size: 14px;
    margin-top: -2px;
    line-height: 26px;
}
.footer-widget__find-text a {
    color: #ffffff;
}

.footer-widget__find-text a:hover,
.footer-widget__Explore-list li a:hover,
.footer-widget__Contact-list li .text p a:hover {
    color: #deba6f;
}

.footer-widget__Contact-list {
    position: relative;
    display: block;
    padding-top: 2px;
}

.footer-widget__Contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-widget__Contact-list li + li {
    margin-top: 5px;
}

.footer-widget__Contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget__Contact-list li .icon span {
    color: var(--aports-base);
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
}

.footer-widget__Contact-list li .text p,
.site-footer__bottom-text {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}

.footer-widget__Contact-list li .text p a {
    color: #ffffff;
    transition: 0.5s;
}

.site-footer__bottom {
    background: #63553a;
    position: relative;
    display: block;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.1);
    padding: 27px 0;
    z-index: 1;
}

.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.site-footer__bottom-text {
    line-height: 26px;
}

.about-two__big-text,
.site-footer__bottom-text a:hover {
    color: var(--aports-white);
}

.site-footer__bottom-text a {
    color: #a2a5ae;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.disclaimer p {
    font-size: 10px;
}

.rera {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}
.rera-details {
    display: flex;
    align-items: center;
    gap: 15px;
}
.rera-details p {
    margin-bottom: 0;
    color: #fff;
}

.disclaimer p {
    color: #fff;
}

/* Side Enqiry button */

.sideEnq {
}

.sideEnq {
    position: fixed;
    top: 38%;
    transform: rotate(-90deg);
    right: -57px;
    /* background: #dfb45f; */
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
    z-index: 1250;
}

.sideEnq a {
    background: #e8cdad;
    /* margin: 10px; */
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000;
    box-shadow: 0 0 20px #eee;
    /* border-radius: 10px; */
    display: block;
    font-size: 14px;
    animation: zoomEffect 1.5s infinite ease-in-out;
}

.sideEnq a:hover {
    background-position: right center;
    color: #000;
    text-decoration: none;
    background: #e8cdad;
    transition: all 0.5s linear;
}

.enq-fix-btn:after {
    animation: effect 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

@keyframes effect {
    0% {
        opacity: 1;
        top: -1%;
        left: -100%;
        transition-property: left, top, opacity;
        transition-duration: 0.5s, 0.5s, 0.5s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 1;
        top: -1%;
        left: 100%;
        transition-property: left, top, opacity;
    }
}
/* EEnd  enquire Form Section */
/* Start call us section  */

.callus {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    top: 55%;
    z-index: 1250;
}

.callus a {
    padding: 10px 10px;
    display: inline-block;
    background: #e8cdad;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #fff;
    color: #000;
    transition: 0.5s;
    background-size: 200% auto;
    color: #000;
    outline: 0;
    font-size: 20px;
}
.callus a i {
    animation: tada 2s infinite;
    transform-origin: center;
}
.callus a:hover {
    background-position: right center;
    color: #000;
    text-decoration: none;
    background: #e8cdad;
    transition: all 0.5s linear;
}
/* En of call us section  */

/* mobile fixed footer section contact btn  */

.fixed-footer-cust {
    text-align: center;
    padding: 10px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-top: 1px solid #e2bb6a;
    background: #c39a6c;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.fix-link i {
    display: block;
}
.div-line {
    border-right: 1px solid #ffffff;
}

.free-call:hover {
    color: #ffffff;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
    outline: 0 !important;
}
/* End of mobile fixed footer section contact btn  */
