* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: Imperiya;
  src: url(../fonts/Imperiya.otf);
}
@font-face {
  font-family: MontserratLight;
  src: url(../fonts/MontserratAlternates-ExtraLight.otf);
}

@font-face {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Regular"),
    url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed"),
    url("../fonts/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Condensed Italic"),
    url("../fonts/MYRIADPRO-CONDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Light"),
    url("../fonts/MyriadPro-Light.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold"),
    url("../fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Semibold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Semibold Italic"),
    url("../fonts/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed"),
    url("../fonts/MYRIADPRO-BOLDCOND.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold"),
    url("../fonts/MYRIADPRO-BOLD.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Italic"),
    url("../fonts/MYRIADPRO-BOLDIT.woff") format("woff");
}

@font-face {
  font-family: "Myriad Pro Bold Condensed Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Myriad Pro Bold Condensed Italic"),
    url("../fonts/MYRIADPRO-BOLDCONDIT.woff") format("woff");
}

.home {
  background-image: url("../images/BG.jpg");
  background-size: 100%;
  z-index: 1;
  font-family: Imperiya;
}

.banner {
  width: 100%;
  height: 400px;
  background-position-y: 40%;
}

.menu-area {
  width: 100%;
  background-color: #675848;
  opacity: 0.9;
  z-index: 9;
}
.navbar-light .navbar-toggler {
  background-color: #c9a175;
}
.navbar {
  z-index: 1;
  height: 60px;
  line-height: 45px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 45px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.nav-link {
  color: #ebdfcf !important;
  font-size: 16px;
  margin: 0 20px;
  text-transform: uppercase;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: #c9a175;
  border-color: #c9a175;
  opacity: 0.8;
  width: 100%;
}

.dropdown-item {
  color: #fff;
  margin: 0 auto;
  font-size: 12px;
  padding-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.logo {
  width: 200px;
}
.rayd {
  background-color: #27282a;
  width: 100%;
  height: 555px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  white-space: normal;
  box-shadow: 0 7px 7px -1px #000000;
}
.rayd-about {
  height: 755px !important;
}
.about-left {
  top: 5rem !important;
}
.about-right {
  top: 5rem !important;
}
.without-banner {
  background-color: #27282a;
  width: 100%;
  height: 555px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  white-space: normal;
  box-shadow: 0 7px 7px -1px #000000;
}
.left-png {

  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  height: 555px;
  position: absolute;
  top: 0;
  left: -28%;
  z-index: 0;
}

.right-png {

  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  height: 555px;
  position: absolute;
  top: 0;
  right: -79%;
  z-index: 0;
}
.menu-area-about {
  width: 100%;
  background-color: rgba(103, 88, 72, 0.6);
  opacity: 0.7;
}
.rayder-services {
  display: inline;
}

.rayder-services ul {
  list-style: none;
  width: 350px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

.rayder-services ul li {
  display: inline;
  color: #fff;
  margin: 0 15px;
}

.first-nav {
  margin-left: 9rem;
  margin-top: 6rem;
}

.first-nav ul {
  list-style: none;
  border-top: 1px solid #ebdfcf;
  border-bottom: 1px solid #ebdfcf;
  padding-bottom: 25px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  width: 85%;
}

.first-nav ul li {
  float: left;
  color: #ebdfcf;
  margin-right: 20px;
}
.first-nav ul li:last-child {
  margin-right: 0;
}
.first-nav ul li:nth-child(3) {
  color: #c9a175;
  font-size: 23px;
  line-height: 22px;
}
.first-nav ul li:nth-child(3)::before {
  content: "";
  display: block;
  width: 97px;
  background-color: #27282a;
  height: 1px;
  position: relative;
  top: -26px;
}
.first-nav ul li:nth-child(3)::after {
  content: "";
  display: block;
  width: 97px;
  background-color: #27282a;
  height: 1px;
  position: relative;
  bottom: -26px;
}
.bottom-part {
  display: flex;
  justify-content: space-between;
  padding-left: 10rem;
  padding-right: 10rem;
  margin-top: 4rem;
  align-items: center;
  color: #fff;
}
.left-photo {
  width: 320px;
  height: 140px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.left-photo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: -20px;
}
.left-photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -20px;
}
.div-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-color: rgba(201, 161, 117, 0.6);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.left-photo:hover .div-text {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
}
.right-photo:hover .div-text {
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
}
.right-photo {;
  width: 320px;
  height: 140px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.right-photo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: -20px;
}
.right-photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -20px;
}
.center-text {
  color: #c9a175;
  font-size: 23px;
  line-height: 22px;
}
.copyright {
  font-family: "Myriad Pro Regular";
  margin-left: -5rem;
  color: #68726a;
  font-size: 12pt;
  font-weight: 600;
}
.corn-advertising {
  margin-right: -5rem;
}

/* about  */
.about {
  background-color: #c9a175;
  opacity: 1;
  border-color: #c9a175;
}
.active-nav {
  background: #c9a175;
  color: #fff;
}
.nav-item:hover {
  background: #c9a175;
  color: #fff;
}

/* tabs  */
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}
ul.tabs li {
  width: 100%;
  background: #c9a175;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
}

ul.tabs li.current {
  background: transparent;
  opacity: 0.6;
  color: #fff;
  font-size: 18px;
}

.tab-content {
  display: none;
  background: transparent;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}
.about-tabs {
  padding-left: 10rem;
  padding-right: 10rem;
  margin-top: 6rem;
  z-index: 1;
}
.about-house {
  padding-left: 10rem;
  padding-right: 10rem;
}
.house-details {
  border-top: 1px solid #fff;
}
.carousel-item {
  height: 480px;
}
.property {
  color: #fff;
  text-align: center;
}
.flex {
  display: flex;
  justify-content: center;
}
/* services  */
.services-kind {
  margin-top: 10rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.services {
  display: flex;
  justify-content: center;
  margin: 11rem auto 0;
  align-items: center;
  z-index: 1;
  width: 100%;
}
.services .row {
  width: 100%;
}
.service-header {
  border-top: 1px solid #c9a175;
  border-bottom: 1px solid #c9a175;
  padding: 10px 0;
}
.service-header h2 {
  color: #c9a175;
}
.services-popup-open {
  padding: 20px;
  font-size: 20px;
  background-color: rgb(103, 88, 72);
  border: 0;
  border: 1px solid rgb(103, 88, 72);
  color: #fff;
  width: 100%;
}
.services-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/pattern.jpg);
  z-index: 999;
  display: none;
}
.close-bar {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  cursor: url("../images/close.png"), auto;
}

.services-popup-open-2 {
  padding: 20px;
  font-size: 20px;
  background-color: rgb(103, 88, 72);
  border: 0;
  border: 1px solid rgb(103, 88, 72);
  color: #fff;
  width: 100%;
}
.services-popup-2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/pattern.jpg);
  z-index: 999;
  display: none;
}
.close-bar-2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  cursor: url("../images/close.png"), auto;
}

.overflow {
  overflow: hidden;
}
.services-text {
  margin-top: 7rem !important  ;
}
.services-text p {
  font-size: 21px;
}

/* contact */
.contact {
  display: flex;
  justify-content: space-between;
  margin: 11rem auto 0;
  align-items: center;
  z-index: 1;
  width: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
}
.contact-details {
  width: 35%;
  height: 300px;
  background-color: #675848;
  padding: 10px;
  margin-right: 20px;
}
.contact-details h4 {
  text-align: center;
  color: #c9a175;
}
.location p {
  font-size: 17px;
  text-align: justify;
  color: #fff;
  line-height: 22px;
}
.location img {
  margin-top: -5px;
}

.contact-form {
  width: calc(100% - 35% - 20px);
  height: 300px;
  padding: 5px;
}
.contact-form input{
  margin-bottom: 10px;
  background-color: #675848;
  border: 0;
  border: 1px solid #675848;
  padding: 10px;
}
.contact-form input::placeholder{
  color: #fff;
}
.contact-form textarea{
  margin-bottom: 15px;
  background-color: #675848;
  border: 0;
  border: 1px solid #675848;
  padding: 8px;
  resize: none;
}
.contact-form textarea::placeholder{
  color: #fff;
}
.contact-form .form-submit {
  float: right;
  width: 100% ;
  color: #fff;
}
.no-pad-2{
  padding-right: 2px!important;
}

/* portfolio */
.portfolio-popup-open {
  margin-bottom: 30px;
  width: 70%;
  height: 160px;
  background-size: 100%;
  background-position: center;
  position: relative;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.portfolio-popup-open::before{
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  height: 160px;
  position: absolute;
  top: 0;
  left: -20px;
}
.portfolio-popup-open::after{
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  height: 160px;
  position: absolute;
  top: 0;
  right: -20px;
}
.portfolio-popup-open-1 {
  margin-bottom: 30px;
  width: 70%;
  height: 160px;
  background-size: 100%;
  background-position: center;
  position: relative;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.portfolio-popup-open-1::before{
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  height: 160px;
  position: absolute;
  top: 0;
  left: -20px;
}
.portfolio-popup-open-1::after{
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  height: 160px;
  position: absolute;
  top: 0;
  right: -20px;
}
.portfolio-kind {
  margin-top: 5rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.threed-kind{
  margin-top: 11rem;
  padding-left: 7rem;
  padding-right: 9rem;
}
.portfolio-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
  background-color: rgba(201, 161, 117, 0.6);
  color: #fff;
  font-size: 25px;;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
}
.portfolio-popup-open:hover .portfolio-text {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.portfolio-popup-open-1:hover .portfolio-text {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
.portfolio-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/pattern.jpg);
  z-index: 999;
  display: none;
}
.portfolio-popup-1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 10000px;
  background-image: url(../images/pattern.jpg);
  z-index: 999;
  display: none;
}
.languages{
  display: flex;
  justify-content: center;
}
.languages ul{
  list-style: none;
}
.languages ul li{
  display: inline;
  margin-right: 10px;
  padding: 10px;
}
.languages ul li a{
  color: #fff;
  font-weight: 600;
}
.active-lang{
  background: #c9a175;
}
.pagination{
  justify-content: center;
}
.page-link{
  color: #fff;
  background-color: #675848;
  border: 1px solid #675848;
  font-family: Imperiya;
}
.page-item.disabled .page-link{
  color: #fff;
  background-color: #675848;
  border: 1px solid #675848;
}
.page-item.active .page-link{
  background-color: #c9a175;
  border-color: #c9a175;
}
