

@import "reset.css";

/*font-face*/
@font-face {
  font-family: "BickhamScriptPro-Regular";
  src: url("bickhamscriptproregular.eot");
  src: url("bickhamscriptproregular.eot?#iefix") format("embedded-opentype"),
    url("bickhamscriptproregular.woff") format("woff"),
    url("bickhamscriptproregular.ttf") format("truetype"),
    url("bickhamscriptproregular.svg#bickhamscriptproregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*general*/
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif; */
  font-size: 12px;
  line-height: 20px;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #616161;
}
a img {
  border: none;
  display: block;
}


.top-header {
  width: 100%;
  height: auto;
  background: url(../images/bg_top.jpg) repeat-x top center;
  padding: 10px 0;
}

.call a {
  background: url(../images/ph_icon.png) no-repeat 0 56px;
  padding: 0;
  display: block;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}

.top-header-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.call a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/*nav*/
#navigation {
  background: url("../images/bg_nav.png") repeat-x scroll 0 0 transparent;
  color: #ffffff;
  font-family: "Roboto", sans-serif; */
  font-size: 14px;
  height: 60px;
  padding: 0;
  width: 100%;
  border-bottom: 4px solid #fcb201;
}
#navigation ul {
  margin: 0;
  padding: 0;
  display: block;
}
#navigation ul li {
  margin: 0;
  background: url(../images/border_nav.png) no-repeat left;
  padding: 0 0;
  display: block;
  list-style: none;
  text-transform: uppercase;
  float: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
}
#navigation ul li:first-child {
  background: none;
  padding:0;
  display: block;
}
#navigation ul li a {
  color: #fff;
}

.main {
  width: 990px;
  padding: 0;
  margin: 0 auto;
}

/*banner*/
#banner {
  background: url("../images/bg_banner.jpg") no-repeat scroll center center
    transparent;
  float: none;
  height: 424px;
  width: 100%;
}

.about-sec {
  margin: 100px 0 50px 0;
}

.about-sec h1 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: "BickhamScriptPro-Regular";
  font-size: 48px;
  line-height: 48px;
  color: #232323;
  display: block;

  margin-top: 30px;
}
.yellow {
  color: #fd8c00;
}

p {
    margin: 0px 0px 10px 0px !important;
    padding: 0px 0px;
    font-family: "Roboto", sans-serif !important;
    font-size: 16px !important;
    line-height: 28px  !important;
    color: #4f4f4f;
}


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

a.btn {
    background: #fd8c00;
    padding: 14px  44px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    margin-top: 10px;
}

.room-detials {
    padding: 60px 0;
    background: url("../images/room-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.room-detials h2 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: "BickhamScriptPro-Regular";
    font-size: 48px;
    line-height: 48px;
    color: #232323;
    display: block;
    text-align: center;
    margin-top: 30px;
  }



  #tabs-container {
	margin-top: 50px;
}
.tabs-menu {
	margin: auto;
	width: auto;
	text-align: center;
}
.tabs-menu li {
    box-sizing: border-box;
    float: none;
    list-style: outside none none;
    margin:0;
    padding: 10px 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 7px  0 0 6px;
}
.tabs-menu li:last-child {
	padding-right: 0;
}
.tabs-menu li.current {
	position: relative;
}
.tabs-menu .current a, .tabs-menu li:hover a {
	background: #ed6e19;
	color: #0d0d0d;
	border-radius:0;
}
.tabs-menu li a {
	padding: 13px 60px;
	color: #fff;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 26px;
	font-size: 15px;
    background: #606060;
}

.room-detials .porject_details {
    margin-top: 20px;
}


.room-detials .porject_details ul li{
	margin-bottom: 30px;
}

.room-detials .porject_details ul li .porject_details_pic{

	position: relative;
	overflow: hidden;
}

.room-detials .porject_details ul li .porject_details_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	/*filter: gray; /* IE5+ */
    /*-webkit-filter: grayscale(1);  Webkit Nightlies & Chrome Canary */
	cursor: pointer;
	-webkit-transition: all 450ms ease 0s;
    -moz-transition: all 450ms ease 0s;
    -ms-transition: all 450ms ease 0s;
    -o-transition: all 450ms ease 0s;
    transition: all 450ms ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	
}
.room-detials .porject_details ul li .porject_details_pic img:hover{
	 filter: none;
      -webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
}

.room-detials .porject_details ul li .porject_details_pic .overlay {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0px;
	height: 76%;
	width: 80%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgb(237 110 25 / 86%);
	padding: 12px;
	cursor: pointer;
	margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    
    flex-direction: column;
}
.room-detials .porject_details ul li .porject_details_pic:hover .overlay {
  opacity: 1;
}

.room-detials .porject_details ul li .porject_details_pic .overlay a.projet_btn {
	height: 56px;
	width: 56px;
	display: block;
	-webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.room-detials .porject_details ul li .porject_details_pic .overlay a.projet_btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.room-detials .porject_details ul li .porject_details_pic .overlay a.projet_btn:hover{
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.room-detials .porject_details ul li .porject_details_pic .overlay p{
    color: #fff;
}

.room-detials .porject_details ul li .porject_details_pic .overlay ul.rent-details {
    padding-top: 20px;
    width: 100%;
    display: flex;
    gap: 13px;
    justify-content: space-between;
}
.room-detials .porject_details ul li .porject_details_pic .overlay ul.rent-details li strong {
    color: #fff;
}


.room-detials .porject_details ul li .porject_details_pic .overlay ul.rent-details li a {
    padding: 9px 18px;
    background: #4f4f4f;
    color: #fff;
    border-radius: 5px;
}
.tab {
	clear: both;
}
.tab-content {
	display: none;
	padding:0;
}
#tab-1 {
	display: block;
}

.room-detials .view {
    padding: 15px 40px;
    display: flex;
    margin: 0 auto;
    border: 1px solid #0a0a0a;
    color: #1c1c1c;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    width: 12%;
	 -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
}
.room-detials .view:hover{
	background: #f9ab0b;
	color: #fff;
}

.button-call{
    width: 100%;
    height: auto;
    background: url(../images/bg_top.jpg) repeat-x top center;
    padding: 10px 0;
}


.button-call p {
    color: #fff;
    font-size: 41px !important;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 47px !important;
    margin-top: 9px !important;
}
.btn-call {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
    margin-top: 37px;
}

.button-call a.btn {
    background: #fd8c00;
    padding: 14px  44px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    margin-top: 40px;
    float: right;
}

.btn-call a {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.map iframe{
    display: block;
}


.footer {
    padding: 30px 0;
    background: url(../images/bg_top.jpg) repeat-x top center;
    width: 100%;
    background-repeat: repeat;
}

.logo.footer-logo img {
    width: 100%;
}

.footer .footernav{margin:10px 0; padding:0px; text-align:center;}
.footer .footernav {
    padding: 30px 0;
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #868686;
}
.footer .footernav ul li{ margin:0; padding:0; border-left:1px solid #ffffff; padding:0 10px; line-height:normal; display:inline;}
.footer .footernav ul li a{color:#ffffff; text-decoration:none;}
.footer .footernav ul li a:hover{color:#000; text-decoration:none;}
.footer .footernav ul li:first-child{border:none;}



.inner-banner {
  position: relative;
}
h2.for-heading {
  position: absolute;
  top: 50%;
  left: 7%;
  font-size: 46px;
  color: #fff;
  font-weight: 600;
}

.inner-banner .breadcrumb-wrapper {
  position: absolute;
  top: 66%;
  left: 7%;
  color: #fcb201;
}

.inner-banner .breadcrumb-wrapper span a {
  color: #fff;
}

.inner-banner .breadcrumb-wrapper span:last-child {
  color: #fcb201;
}



.main-image {
  width: 100%;
  height: auto;
  border: 5px solid #fcb201;
}
.thumbnail {
  width: 100px;
  height: auto;
  cursor: pointer;
  margin: 5px;
  border: 5px solid #926807;
}

.thumbnail-1 {
  width: 100px;
  height: auto;
  cursor: pointer;
  margin: 5px;
  border: 5px solid #926807;
}
.thumbnail-container {
  display: flex;
}


h3 {
  font-size: 26px !important;
  margin: 10px 0 !important;
  font-family: "Roboto", sans-serif !important;
}



.area-padding {
  padding: 90px 0px;
}

.contact-head {
  background: #f9f9f9;
  padding: 40px 30px;
}


.contact-inner a i {
  color: #fd5f16;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
  border-radius: 50%;
}


.contact-form input[type="text"], .contact-form input[type="email"] {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 44px;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
}

.contact-page .contact-btn {
  background: #fd5f16;
  border: 2px solid #fd5f16;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 5px;
  padding: 10px 40px;
  transition: 0.4s;
  width: auto;
  float: left;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 700;
}

.contact-inner a {
  color: #666;
  font-size: 16px;
  display: block;
}

.form-control {
  display: block;
  width: 100%;
  height: 78px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.contact-inner a {
  color: #666;
  font-size: 16px;
  display: block;
}

.contact-inner a {
  color: #666;
  font-size: 16px;
  display: block;
  margin-bottom: 11px;
}

.contact-inner h5 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 13px;
  font-family: "Roboto", sans-serif !important;
}


.icon-bar {
  position: fixed;
  top: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 12;
  right: 0;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 13px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.facebook {
  background: #ed3237;
  color: white;
}

.twitter {
  background: #1ba939;
  color: white;
}