

body {
  margin: 0 0 266px;
  padding: 0px 0 0 0;
  color: #696969;
  background-size:cover;
  overflow-x: hidden;
  font-family: 'CenturyGothic';
}
* {
  box-sizing: border-box;
    -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
*:before,*:after {
  box-sizing: border-box;
    -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
ol,ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
a {
  color: #696969;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  outline: 0px none !important;
  text-decoration: none !important;

}
a:hover {
  text-decoration: none !important;
  color: #000;
}
i {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

button {
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  outline: 0px none !important;
  text-decoration: none !important;

}


p{text-align:justify; color: #666666;}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
footer {
  bottom: 0;
  height: 266px;
  position: absolute;
  width: 100%;
}
/*sticky footer*/

/*back to top*/
#back-top {
	position: fixed;
	bottom: 100px;
	right: 7px;
	z-index: 9999;
	margin-bottom: 0px;
}

.parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
}

.content-slide {
  background: #fff;
}
.top-header {
  background: #000 none repeat scroll 0 0;
}
.ph-email {
  text-align: right;
}
.ph-email ul li {
  color: #fff;
  display: inline-block;
  font-family: arial;
  font-size: 0.8rem;
  padding: 0 1.5rem;
  position: relative;
}
.ph-email ul li::before {  
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
.ph-email ul li:first-child:before {
	background: rgba(0, 0, 0, 0) url("../images/ph-icon.png") no-repeat scroll 0 0;
}
.ph-email ul li:last-child:before {
	background: rgba(0, 0, 0, 0) url("../images/email-icon.png") no-repeat scroll 0 0;
}
.ph-email ul li:last-child {
	padding-right: 0;
}
.navigation-sec {
  
}
.navigation {
  background: transparent none repeat scroll 0 0 !important;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.menu {
  margin: -5rem 0 0;
}
.menu > li {
  padding: 0 0.1rem 0 0;
  position: relative;
}
.menu > li::before {
  color: #fff !important;
  content: "|";
  font-size: 18px;
  left: auto;
  position: absolute;
  right: -5px;
  top: 5px;
}
.menu > li:last-child::before {
	content: none;
}
.menu > li > a {
  color: #fff !important;
  font-family: OpenSansRegular;
  font-size: 0.9rem;
  padding: 0.6rem 1.2rem !important;
  text-transform: uppercase;
}

.menu > li > a:hover, .menu > li > a:focus {
  background: #ec082b none repeat scroll 0 0 !important;
  border-radius: 5px;
  color: #fff !important;
  position: relative;
}

.menu > li.active > a {
  background: #ec082b none repeat scroll 0 0 !important;
  border-radius: 5px;
  color: #fff !important;
}

/*drop down menu*/
.my_dropdown_menu {
  background: #333333 none repeat scroll 0 0;
  border-radius: 0 !important;
}
.my_dropdown_menu > li > a {
  color: #fff !important;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  text-align: left;
  text-transform: uppercase;
  display: block;
}
.my_dropdown_menu > li > a:hover, .my_dropdown_menu > li > a:focus{
	background: transparent none repeat scroll 0 0 !important;
	color: #400E4D !important;
}

@media (min-width: 992px){
.navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
.contact-sec .col-sm-7{
	ms-flex-order: 2;
order: 2;
}

}
/*drop down menu responsive */
@media (max-width: 991px) { 
    .dropdown-menu {
      position: relative;
      top: 0;
      width: 100%;
    }
    
.mega-menu > .dropdown-toggle {
  position: relative;
  /*float: right;*/
  font-style: normal !important;
  /*width: 15px;*/
  z-index: 10;
  line-height: 32px;
  /*top:17px;*/
  cursor: pointer;
}
.mega-menu .dropdown-toggle::before {
  content: "ïƒ¾";
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
  /*border: 1px solid #ee8a26;
  padding: 2px 10px;*/

}
.dropdown.open > .dropdown-toggle::before {
  content: "ï…†";
}
.dropdown-submenu .dropdown-toggle::before {
  content: "ïƒ¾";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#ee8a26 !important;
}

.dropdown-submenu.open .dropdown-toggle::before {
  content: "ï…†";
}
   
}
/*drop down menu responsive*/
/*drop down menu*/
.my-carousel-caption-outer{
  position: relative;
}
.my-carousel-caption.carousel-caption {
  bottom: 0;
  top: 300px;
}
.my-carousel-caption h5 {
  font-size: 3rem;
  text-transform: capitalize;
}
.my-carousel-caption p {
  color: #fff;
  font-size: 3rem;
  text-align: center;
}
.my-carousel-caption span {
  font-size: 0.9rem;
  letter-spacing: 5px;
}
#carouselExampleFade .carousel-control-prev, #carouselExampleFade .carousel-control-next {
  background: #ec082b none repeat scroll 0 0;
  border-radius: 50px;
  bottom: 60px;  
  height: 50px;  
  opacity: 0.8;  
  top: auto;  
  width: 50px;
}
#carouselExampleFade .carousel-control-prev {
  left: 45%;
}
#carouselExampleFade .carousel-control-next {
  right: 45%;
}

.welcome-sec {
  background: #f7f2ec none repeat scroll 0 0;
  padding: 2rem 0;
}
.welcome-heading h4 {
  color: #ec082b;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  font-size: 25px;
  text-align: center;
}
.welcome-heading h4 i {
  font-size: 32px;
  font-style: normal;
}
.welcome-heading > span {
  color: #a29e9b;
  display: block;
  font-size: 0.9rem;
  padding: 0 0 2rem;
  text-align: center;
}
.welcome-pic, .welcome-text {
  float: left;
  width: 50%;
}
.welcome-text {
  background: #fff none repeat scroll 0 0;
  padding: 3rem 2rem;
  height: 369px;
}
.welcome-text > h5 {
  color: #ec082b;
  font-size: 2rem;
  margin: 0 0 0.7rem;
}
.welcome-text > p {
  font-size: 0.77rem;
  letter-spacing: 1px;
  line-height: 23px;
  margin: 0 0 1rem;
}
.why-us-sec .why-us-heading{
	margin-top: 30px;
}

.why-us-heading > h4 {
  color: #ec082b;
  font-size: 3rem;
  margin: 0 0 2rem;
  text-align: center;
}
.why-us-heading > h4 span {
  display: block;
  font-family: '911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo';
}
.why-us-text {
  background: #f9f9ff none repeat scroll 0 0;
  margin: 0 0 2rem;
  padding: 2rem;
  height: 175px;
}
.why-us-row{
	justify-content: center;
}
.why-us-text > h4 {
  color: #000;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  font-size: 1.3rem;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}
.why-us-text > p {
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 25px;
}

.ongoing-projects-sec {
  background: #fbfbfb none repeat scroll 0 0;
  padding: 2.5rem 0 2rem;
}
.ongoing-projects-heading > h4 {
  color: #ec082b;
 
  font-size: 2rem;
  margin: 0;
  padding: 0 0 2.5rem;
  position: relative;
  text-transform: capitalize;
}
.ongoing-projects-heading > h4 > span {
  color: #a29e9b;
  font-family: centurygothic;
  font-size: 1rem;
  padding: 0 0 0 0.5rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.ongoing-projects-heading > h4 > span::before {
  border-left: 1px solid #000;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: -14px;
}
.ongoing-projects-pic {
  background: #f6f6f6 none repeat scroll 0 0;
  height: 250px;
  position: relative;
}
.ongoing-projects-pic > img {
  bottom: 0;
  margin: auto;
  height: 100%;
  max-width: auto ;
  position: absolute;
  top: 0;
  width: 100%  !important;
}
.ongoing-project-details {
  background: #ec082b none repeat scroll 0 0;
  /* border-top: 5px solid #ec082b; 
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;*/
  padding: 1rem 10px;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
}
.ongoing-projects-sec a .ongoing-project-details{
	 transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.ongoing-projects-sec a:hover .ongoing-project-details{
	border-color: #ec082b;
	background: #fff;
	color: #ec082b
}
.ongoing-project-details h2{
	font-size: 25px;
	text-transform: capitalize;
}
.ongoing-project-details h3{
	margin-bottom: 0px;
	font-size: 20px;
}
.ongoing-projects-listing {
  margin: 0 0 2rem;
  position: relative;
}
.ongoing-projects-rent-sale {
  left: 0;
  margin: 0.5rem;
  position: absolute;
  top: 0;
}
.ongoing-projects-rent-sale ul li {
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  text-transform: uppercase;
}
.ongoing-projects-rent-sale ul li:first-child {
  background: #ec082b;
}
.ongoing-projects-rent-sale ul li:last-child {
  background: #00831c;
}
.ongoing-projects-loaction > p {
  color: #585858;
  font-family: "Segoe UI";
  font-size: 0.95rem;
  font-weight: bold;
  padding: 0 0 0 0.9rem;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}
.ongoing-projects-loaction > p::before {
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
}
.about-ongoing-projects > p {
  font-size: 0.9rem;
  line-height: 20px;
  margin: 0.5rem 0;
}
.view-button {
  background: #ec082b none repeat scroll 0 0;
  color: #fff;
  display: block;
  padding: 0.6rem 0;
  text-align: center;
}
.view-button:hover {
  background: #ff3f5c none repeat scroll 0 0;
  color: #000;
}
.ongoing-projects-slider .owl-carousel .owl-nav div {
  border-radius: 0 !important;
  font-size: 0 !important;
  position: absolute;
  top: -70px;
}
.ongoing-projects-slider .owl-carousel .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/left-controler.png") no-repeat scroll center center !important;
  height: 50px;
  left: auto;
  right: 51px;
  width: 50px;
}
.ongoing-projects-slider .owl-carousel .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/right-controler.png") no-repeat scroll center center !important;
  height: 50px;
  right: 0;
  width: 50px;
}

.widget-sec {
  background: #ec082b none repeat scroll 0 0;
  padding: 2rem 0;
}
.widget-listing > h4 {
  color: #fff;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  font-size: 2.5rem;
  margin: 0;
  padding: 0 0 2.5rem;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}
.welcome-widget {
  display: inline-block;
  text-align: center;
  width: 24%;
}
.welcome-widget i {
  border: 1px solid #fff;
  color: #fff;
  font-size: 2.5rem;
  margin: 0.6rem 0 0;
  padding: 1.5rem;
}
.welcome-widget h6 {
  color: #fff;
  font-family: fantasy;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 1.5rem 0 0.4rem;
  text-transform: uppercase;
}
.welcome-widget span {
  color: #ffde00;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  font-size: 2rem;
}

.completed-projects-sec {
  padding: 2.5rem 0 2rem;
}
.completed-projects-heading > h4 {
  color: #ec082b;
  float: left;
  font-size: 2rem;
  margin: 0;
  padding: 0 0 2.5rem;
  position: relative;
  text-transform: capitalize;
  width: 80%;
}
.completed-projects-heading > h4 > span::before {
  border-left: 1px solid #000;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  top: -14px;
}
.completed-projects-heading > h4 > span {
  color: #a29e9b;
  font-family: centurygothic;
  font-size: 1rem;
  padding: 0 0 0 0.5rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.completed-projects-heading > a {
  color: #ec082b;
  float: right;
  margin: 2.5rem 0 0;
  padding: 0 0 0.5rem;
  text-transform: capitalize;
}

.completed-projects-sec .col-sm-3 {
  padding: 0 10px;
}
.completed-projects-sec .row {
  margin: 0 -10px;
}

.completed-projects {
  display: block;
  margin: 0 0 1rem;
  overflow: hidden;
  position: relative;
}
.completed-projects-pic {
  background: #f6f6f6 none repeat scroll 0 0;
  height: 250px;
  position: relative;
}
.completed-projects-pic > img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
}
.completed-projects-hover{
  position: absolute;
  left: -100%;
  top:0;
  bottom:0;
  right: auto;
  width: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 1;
}
.completed-projects .completed-projects-hover{
  transition: all 1s ease-in-out 0s;
 -webkit-transition: all 1s ease-in-out 0s;
 -moz-transition: all 1s ease-in-out 0s;
}
.completed-projects:hover .completed-projects-hover{
  opacity: 1;
  left:0;
}
.completed-projects-hover .completed-projects-hover-text {
  color: #fff;
  font-family: "PetitaLight";
  font-size: 17px;
  left: 50%;
  letter-spacing: 2px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.completed-projects-hover-text > i {
  font-size: 2rem;
}
.completed-projects-hover-text span{
	display: block;
	font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
}
.project-name > p {
  background: #545454 none repeat scroll 0 0;
  border-bottom: 3px solid #ec082b;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  text-transform: capitalize;
}

.query-sec {
  background: rgba(0, 0, 0, 0) url("../images/query-sec-bg.jpg") no-repeat scroll 0 0 / cover ;
  padding: 2rem 0;
  background-attachment: fixed;
}
.query-form > h4 {
  color: #fff;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  font-size: 3rem;
  margin: 0 0 1.2rem;
  text-align: center;
}
.query-form input {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 0.9rem;
  height: calc(2em + 0.75rem + 2px);
}
.query-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.query-form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.query-form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.query-form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.query-btn{
	text-align: center;
}
.query-btn .btn {
  background: #ec082b none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-size: 1.5rem;
  margin: 2rem 0 0;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
}

.footer {
  background: #2a2f33 none repeat scroll 0 0;
  padding: 1.5rem 0;
}
.footer-heading > h4 {
  color: #fff;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  font-size: 1.1rem;
  padding: 0 0 0.8rem;
  position: relative;
}
.footer-heading > h4::before {
  border-bottom: 2px solid #ec082b;
  bottom: 0;
  content: "";
  position: absolute;
  width: 50%;
}
.footer-address ul li {
  color: #999999;
  font-size: 0.9rem;
  padding: 0.5rem 0;
}
.footer-address ul li i {
  color: #fff;
  padding: 0 0.5rem 0 0;
}
.footer-navigation ul li {
  position: relative;
}
.footer-navigation ul li::before {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer-navigation ul > li > a {
  color: #999999;
  font-family: OpenSansRegular;
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
.footer-navigation ul > li > a:hover {
  color: #ec082b;
}
.footer-logo-sc-copy {
  text-align: center;
}

.sc ul li {
  display: inline-block;
}
.sc ul li a {
  color: #999999;
  display: block;
  padding: 0.8rem 0.5rem;
}
.sc ul li a:hover {
  color: #ec082b;
}
.copy > p {
  color: #999999;
  font-size: 0.75rem;
  text-align: left;
}

/*about us*/
.about-row {
  padding: 1rem 0;
}
.about-text > h4 {
  color: #ec082b;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  margin: 0 0 0.4rem;
  text-transform: capitalize;
}
.about-text > p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin: 0 0 0.8rem;
}
.about-pic {
  display: block;
  position: relative;
  height: 150px;
}
.about-pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}



/*completed projects*/
.completed-project-sec1 {
  padding: 3rem 0;
}
.completed-project-sec-row {
  border: 1px solid #f8f8f8;
  box-shadow: 0 0 5rem #eee;
  margin-bottom: 3rem;
  padding: 1rem;
}
.completed-projects-details-row {
  border-bottom: 1px solid #eee;
  padding: 0.8rem 0;
}
.completed-projects-details-row::after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.completed-projects-details {
  border: 1px solid #eee;
  padding: 1rem;
}

.completed-projects-details-row > p {
  color: #000;
  float: left;
  width: 20%;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  font-size: 18px;
}
.completed-projects-details-row > span {
  float: left;
  width: 80%;
}
.completed-projects-gallery > h4 {
  border-bottom: 1px solid #f77894;
  border-top: 1px solid #c1c1c1;
  color: #000;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  font-size: 1.1rem;
  padding: 0.5rem;
}
.completed-projects-gallery .row {
  margin: 0 -5px;
}
.completed-projects-gallery .col-sm-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  padding: 0 5px;
}
.completed-projects-gallery-pic {
  display: block;
  position: relative;
  height: 40px;
}
.completed-projects-gallery-pic img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}


/*ongoing projects*/
.banner-inner {
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px !important;
}
.my-carousel-caption > h4 {
  color: #fff;
  font-family: "Lucida Console";
  font-size: 4rem;
  padding: 1rem 0;
  text-transform: uppercase;
}
.single-property-details {
  background: #fffaff none repeat scroll 0 0;
  border: 1px solid #eee;
  margin: 1.5rem 0;
  padding: 1rem;
}
.single-property-details-sec{
	padding: 30px 0px;
}
.single-property-details-sec  h2 {
  color: #ec082b;
  font-family: "Trebuchet MS";
  font-size: 34px;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
.single-property-details-sec > h5 {
  color: #666;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0.7rem 0;
  text-transform: capitalize;
  text-align: center;
}
.single-property-details > p {
  color: #000;
  font-size: 30px;
  padding: 0 0 0.45rem 1.4rem;
  position: relative;
}
.single-property-details > p::before {
  content: "";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 4px;
}
.single-property-details-sec p{
	margin-bottom: 15px;
}
.single-property-details-sec ul{
	margin-bottom: 25px;
}
.single-property-details-sec ul li{
	padding-left: 25px;
	position: relative;
}
.single-property-details-sec ul li + li{
	margin-top: 5px;
}
.single-property-details-sec ul li:before{
	font-family: "FontAwesome";
content: "\f178";
position: absolute;
left: 0px;
color: #a80606;
}

.text {
  border: 1px solid #eee;
  margin: 0 0 1.5rem;
  padding: 1rem !important;
}
.single-property-details-sec  h4 {
  border-bottom: 1px solid #ec082b;
  /* border-top: 1px solid #ec082b; */
  color: #000;
  margin: 0 0 1rem;
  padding: 0.45rem 0px;
}
.text ul li {
  float: left;
  padding: 0.55px 0 0.55rem 1.5rem;
  position: relative;
  width: 33.333%;
}
.text ul li::before {
  color: #8e8aad;
  content: "";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
}
.property-location {
  border: 1px solid #eee;
  margin: 1.5rem 0 0;
  padding: 1rem;
}
.property-location > h4 {
  border-bottom: 1px solid #f77894;
  border-top: 1px solid #c1c1c1;
  color: #000;
  margin: 0 0 1rem;
  padding: 0.45rem 1rem;
}
.request-form1 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ff1462 !important;
  margin: 1.5rem 0;
  padding: 15px 20px;
  position: static;
}
.request-form1 > h4 {
  color: #000;
}


.address-row {
  margin: 2rem 0;
}
.address-row .contact-icon {
  background: #ec082b none repeat scroll 0 0;
  border-radius: 50%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 60px;
}
.address-row span.fa {
  color: #fff;
  font-size: 1.2em;
  line-height: 60px;
}
.address-row h5 {
  font-size: 1.6em;
  font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
  margin-bottom: 0.3em;
}
.address-row p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 0 0 0.5rem;
}
.contact-form {
  padding: 0 0 2rem;
}
.map {
  padding: 0 0 20px;
}
.contact-left input[type="email"] {
  margin: 1.5em 0;
}
.contact-left input[type="text"], .contact-left input[type="email"] {
  border-radius: 0;
  height: 50px;
}
.contact-right textarea {
  border-radius: 0;
  height: 125px;
}
.btn.submitc {
  background: #ec082b none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  margin: 1.5rem 0 0;
  padding: 0.7rem 0;
  text-transform: uppercase;
  width: 100%;
}

.project-item-pic{
	height:  225px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.completed-project-pic-inr .owl-item {
  opacity: 0.3;
   transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.completed-project-pic-inr .owl-item.active.center {
  opacity: 1;
   transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.project-item-name h3{
	color: #666;
	font-size:  18px;
	margin-bottom: 0px;
	text-align: center;
	font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
}
.project-item-name{
	padding: 8px 0px 0px;
}

.completed-projects-details-row:last-child{
	border-bottom: 0 none;
}
.completed-project-pic-inr .owl-prev{
	position: absolute;
	top: 40%;
	left:0;
	padding: 0px !important;
	background: #ec082b !important;
	height: 30px;
	width:30px;
	line-height: 30px;
	margin: 0px !important;
	
}
.completed-project-pic-inr .owl-next{
	position: absolute;
	top: 40%;
	right:0;
	padding: 0px !important;
	background: #ec082b !important;
	height: 30px;
	width:30px;
	line-height: 30px;
	margin: 0px !important;
	
}
.completed-project-pic-inr .owl-controls{
	margin: 0px !important;
}
.completed-projects-details-outr{
	padding: 30px 0px;
}
.completed-project-content-inr + .completed-project-content-inr{
	margin-top: 20px;
}
.completed-project-content-inr{
	border-bottom: 1px solid #ec082b;
	padding-bottom: 20px;
}
.other-project-grid-outr{
	margin-top: 20px;
}
.other-project-grid-outr h3{
	font-size: 25px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Lucida Console";
	color: #ec082b;
	font-weight: bold;
}
.other-project-grid-outr > ul > li + li{
	margin-top: 10px;
}
.other-project-grid-outr > ul > li{
	position: relative;
	padding-left: 20px;
}
.other-project-grid-outr > ul > li:before{
	content: "\f046";
	font-family: FontAwesome;
	color: #ec082b;
	position: absolute;
	left: 0;
}
.other-project-grid-outr > ul > li > ul{
	margin-top: 10px;
}
.other-project-grid-outr > ul > li > ul li + li{
	margin-top: 5px;
}
.mail-row .row + .row{
	margin-top: 15px;
}
.address-row span.fa.fa-home{
	font-size: 1.5em;
}
.address-row span.fa.fa-phone{
	font-size: 1.5em;
}
.completed-project-pic-inr{
	background: #eee;
	padding: 15px 0px;
}
.welcome-pic img{
	height: 369px;
	width: 100%;
}
.ongoing-projects-sec  .col-sm-4 a{
	display: block;
}
.gallery-img-grid-inr .fancybox-img-outr {
    margin-top: 20px;
}
.fancybox-img-outr {
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}
.fancybox-detail-sec-outr:hover .post-img-detail {
	opacity: 1;
	left: 0;
}
.post-img-detail {
	position: absolute;
	left: -100%;
	right: auto;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	width: 100%;
	text-align: center;
}
.fancybox-detail-sec-outr:hover .fancybox-detail-outr{
     transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.fancybox-detail-sec-outr:hover .fancybox-detail-outr h3 {
	 transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}
.fancybox-detail-sec-outr:hover .fancybox-detail-outr{
	background: #eee;
	color: #ec082b;
}
.fancybox-detail-sec-outr:hover .fancybox-detail-outr h3{
	color: #ec082b;
}
.gallery-img-grid-inr{
	margin-bottom: 20px;
}
.fancybox-detail-sec-outr .post-img-detail {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.post-img-detail a {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
}
.gallery-img-grid-inr .fancybox-img-outr img{
	height: 154px;
	width: 100%;
}
.gallery-img-grid-inr .col-sm-3{
	padding: 0px 7px;
	-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.gallery-img-grid-inr .row{
	margin: 0px -7px;
}
.fancybox-detail-outr h3{
	font-size: 19px;
	margin-top: 15px;
	text-align: center;
	color: #fff;
	margin: 5px 0px;
}
.fancybox-detail-outr{
	background: #ec082b;
	padding: 1px 5px 1px;
	height: 57px;
}
.fancybox-caption__body{
	font-size: 19px;
	color: #fff;
	font-weight: bold;
}
.ongoing-projects-slider .ongoing-project-details h2{
	font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
}

.ongoing-projects-slider  .ongoing-projects-listing{
	margin-bottom: 0px !important;
}
.ongoing-btn{
	background: #ec082b;
	color: #fff;
	width: 200px;
}
.ongoing-btn:hover{
	background: #2a2f33;
	color: #fff;
}
.ongoing-btn-center{
	display: block;
	width: 200px;
	margin: 0 auto;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
}
.onging-btn-outr{
	position: relative;
}
.ongoing-projects-slider .item a{
	display: block;
}
.address-row .address-box{
	height: 109px;
	padding-bottom: 1px;
}
.address-row .address-box p{
	margin-bottom: 5px;
}
.address-row .address-right ul li i{
	color: #ec082b;
}
.about-page-text p{
	margin-bottom: 10px;
}
.about-page-text{
	margin-top: 30px;
}
.visson-grid-outr{
	margin: 20px 0px;
}
.vission-box-inr{
	background: #f5f5f5;
	padding: 15px 10px;
	height: 288px;
}
.about-team-text{
	padding-bottom: 20px;
}
.about-page-text h3{
	text-align: center;
	color: #ec082b;
	font-size: 2rem;
}
.vission-box-inr h3{
	text-align: center;
	color: #ec082b;
	font-size: 2rem;
}
.my-slider-bg{
	height: calc(100vh - 24px);
}
.owl-carouselbanner .owl-controls{
	position: absolute;
	bottom: 10px;
	left:0;
	right: 0;
}
.owl-carouselbanner .owl-dots .owl-dot span{
	height: 20px !important;
	width: 20px !important;
}
.owl-carouselbanner .owl-dots .owl-dot.active span{
	background: #ec082b !important;
}
.owl-carouselbanner .owl-dots .owl-dot:hover span{
	background: #ec082b !important;
}
.count-number {
	color: #ffde00;
	font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
	font-size: 2rem;
}
.welcome-heading h3{
	text-align: center;
	color: #ec082b;
font-family: "911Fonts_com_CenturyGothicBold_911fonts_com_fonts_pMgo";
font-size:  32px;
text-transform: uppercase;
}
.welcome-heading{
	margin-bottom: 25px;
}
.why-us-text h4{
	text-align: center;
}
.completed-project-slider .owl-nav div{
	position: absolute;
	background: #ec082b !important;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.completed-project-slider .owl-nav div.owl-prev{
	left: -50px;
}
.completed-project-slider .owl-nav div.owl-next{
	right: -50px;
}
.owl-carouselbanner .my-slider-bg{
	background-size: cover;
	background-position: center right;
}
