/* CSS Document */
body {
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
a{
	outline: none !important;
}
a:focus, a:hover {
	text-decoration: none;
}

/*<---- @font-face ----->*/
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/raleway-@font-face/Raleway-Medium.eot');
	src: url('../fonts/raleway-@font-face/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway-@font-face/Raleway-Medium.woff2') format('woff2'),
		url('../fonts/raleway-@font-face/Raleway-Medium.woff') format('woff'),
		url('../fonts/raleway-@font-face/Raleway-Medium.ttf') format('truetype'),
		url('../fonts/raleway-@font-face/Raleway-Medium.svg#Raleway-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
.raleway-extrabold {
	font-weight: 800;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-@font-face/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-@font-face/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-@font-face/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-@font-face/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-@font-face/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-@font-face/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.open-sans-font {
	font-family: 'open_sansregular';
}

/*@font-face {
	font-family: 'Raleway';
	src: url('../fonts/raleway-@font-face/Raleway-Regular.eot');
	src: url('../fonts/raleway-@font-face/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway-@font-face/Raleway-Regular.woff2') format('woff2'),
		url('../fonts/raleway-@font-face/Raleway-Regular.woff') format('woff'),
		url('../fonts/raleway-@font-face/Raleway-Regular.ttf') format('truetype'),
		url('../fonts/raleway-@font-face/Raleway-Regular.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/raleway-@font-face/Raleway-ExtraBold.eot');
	src: url('../fonts/raleway-@font-face/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway-@font-face/Raleway-ExtraBold.woff2') format('woff2'),
		url('../fonts/raleway-@font-face/Raleway-ExtraBold.woff') format('woff'),
		url('../fonts/raleway-@font-face/Raleway-ExtraBold.ttf') format('truetype'),
		url('../fonts/raleway-@font-face/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
}*/
/*<---- @font-face ----->*/

.main-navigation {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.banner-bg {
	background: url(../images/banner-bg-1.jpg) no-repeat top center / cover;
	padding: 0 0 0px;
	float: left;
	width: 100%;
}
.logo {
  background: #fff none repeat scroll 0 0;
  float: left;
  padding: 30px 50px 20px;
}
.main-nav ul {
  float: right;
  margin: 40px 0 0;
  padding: 0;
  text-align: right;
}
.main-nav ul li {
  display: inline-block;
  list-style: outside none none;
  padding: 0 40px 0 0;
}
.main-nav ul li a {
	font-size: 16px;
	color: #FFF;
}
#menu-toggle {
	display: none;
}
#sidebar-wrapper {
	display: none;
}
  #sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    background: rgb(0,0,0);
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
  }
  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.sidebar-nav li {
  border-bottom: 1px solid #2f2f2f;
  line-height: 36px;
  text-indent: 15px;
}
  .sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
  }
  .sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
  }
  .sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
  }
.sidebar-nav > .sidebar-brand {
  height: 36px;
}
  .sidebar-nav > .sidebar-brand a {
    color: #999999;
  }
  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
  }
  #menu-toggle {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
  }
  #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
  }
.toggle {
  font-size: 35px;
  margin: 12px 15px 0 0;
  padding: 0 10px;
}
.close-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  margin: 5px 5px 0 0;
  padding: 2px 6px;
}
.banner-heading {
	font-size: 60px;
	font-weight: 800;
	line-height: normal;
	margin: 200px 0 0;
}
.banner-space {
	padding-top: 100px;
}
.info-tech-space {
	padding-top: 100px;
}
.slider-img {
  position: relative;
  right: 0px;
}
.service-nav {
	border-radius: 5px;
	border: solid #f6f6f7 1px;
	text-align: center;
	font-size: 18px;
	margin: 30px 0 40px;
}
.information {
	border-right: solid #f6f6f7 1px;
}
.information > div {
  min-height: auto;
}
.information > div > a {
	color: #FFF;
  	transition: all 0.4s ease-in-out 0s;
	display: block;
}
.information > div > a:hover {
	/*background: #FFF;*/
	color: #e10a0a !important;
}
.information-img {
    background: rgba(0, 0, 0, 0) url(../images/information-icon.png) no-repeat scroll 30px 10px;
    padding: 12px 0 12px 70px;
    cursor: pointer;
}
.information-img.active {
  background: rgba(255, 255, 255, 1) url("../images/information-hover-icon.png") no-repeat scroll 30px 10px;
  color: #e10a0a;
}
.media-img {
  background: rgba(0, 0, 0, 0) url("../images/media-icon.png") no-repeat scroll 110px 10px;
  padding: 12px 0 12px 70px;
  cursor: pointer;
}
.media-img.active {
  background: rgba(255, 255, 255, 1) url("../images/media-hover-icon.png") no-repeat scroll 110px 10px;
  color: #e10a0a;
}
.real-estate-img {
  background: rgba(0, 0, 0, 0) url("../images/real-estate-icon.png") no-repeat scroll 110px 10px;
  padding: 12px 0 12px 70px;
  cursor: pointer;
}
.real-estate-img.active {
  background: rgba(255, 255, 255, 1) url("../images/real-estate-hover-icon.png") no-repeat scroll 110px 10px;
  color: #e10a0a;
}
.real-estate {
  border-right: medium none;
}
.about-bg {
	background: url(../images/about-bg.jpg) repeat top left;
	padding: 150px 0;
	float: left;
	width: 100%
}
.vision-heading {
  color: #a2a2a2;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.vision-line {
  background: #e10a0a none repeat scroll 0 0;
  height: 2px;
  margin: -10px 0 0 100px;
  position: relative;
  width: 104px;
}
.vision-txt {
	color: #d0d0d0;
	line-height: 36px;
	font-size: 19px;
	line-height: 30px;
	margin: 50px 0 140px;
}
.name-txt {
	color: #d0d0d0;
	font-size: 19px;
	margin: 40px 0 0px;
	line-height: 30px;
}
.about-heading {
  font-size: 60px;
  font-weight: 800;
  margin: 40px 0 0;
}
.client {
    background: rgba(0, 0, 0, 0) url(../images/client-bg.jpg) no-repeat scroll left top / cover;
    float: left;
    padding: 140px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: -1;
}

.client::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.client-heading {
	color: #000;
	font-size: 64px;
	font-weight: 800;
	margin: 0 0 50px;
}
.it-top-margin {
	margin-top: 40px;
}
footer {
	background: #1c1c1c;
	padding: 30px 0 15px;
	float: left;
	width: 100%;
}
.footer-list {
  margin: 20px 0 0;
  padding: 0;
}
.footer-list li {
	list-style: none;
	display: inline-block;
}
.footer-list li a {
  color: #c3c3c3 !important;
  font-family: "open_sansregular";
  font-size: 16px;
  padding: 0 20px;
}
.footer-list li a:hover {
	color: #999 !important;
}
.lets-talk {
	background: #e10a0a;
	border-radius: 5px;
	padding: 20px 40px;
	font-size: 18px;
}
.lets-talk a {
	color: #fff;
}
.lets-talk a:hover {
	color: #CCC;
}
.copyright {
	color: #7b7b7b;
	font-size: 13px;
	font-family: "open_sansregular";
	text-align: center;
	border-top: solid 1px #323232;
	padding: 15px 0 0px;
	margin: 15px 0 0;
}
.modal-header {
  display: block;
}
.modal-dialog {
  margin: 120px auto 30px;
  max-width: 900px;}
.close {
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  opacity: 1;
  position: relative;
  right: 20px;
  text-shadow: 0 0 0 #fff;
  top: -40px;
}
.modal-content {
  padding: 50px 80px;
  color: #000;
}
.modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-body {
  padding: 40px 0 0;
}
label {
  opacity: 0.8;
  margin-bottom: 0px;
}
.input-border {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #000;
  border-image: none;
  border-radius: 0;
  border-style: none none solid;
  border-width: medium medium 1px;
  padding: 0;
}
.captcha-img {
  background: #dedede none repeat scroll 0 0;
  border-radius: 5px;
  padding: 4px 0 3px;
  text-align: center;
}
.send {
  background: #e10a0a none repeat scroll 0 0;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  margin: 50px auto 0;
  padding: 10px 0;
  text-align: center;
  width: 200px;
}

.menu-fix {
  background: #fff none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 1px #d6d6d6;
}
.menu-fix a {
  color: #000 !important;
}
.fixed-menu {
  display: block;
}
.back-to-top {
  background-color: #e10a0a;
  border-radius: 5px;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 40px;
  height: 40px;
  line-height: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: background 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  width: 40px;
  z-index: 100;
}

.it-bg {
	background: url(../images/info-tech/it-bg.jpg) no-repeat top center / cover;
	padding: 0 0 0px;
	position: relative;
    z-index: 0;
}
.it-icon-bg {
	/*background: url(../images/info-tech/it-bg-icon.png) repeat-x top center;*/
	position: relative;
	overflow: hidden;
	top: 0px;
}
.it-space {
	margin-top: 140px;
}
.it-heading {
  font-size: 48px;
  font-weight: bolder;
}
.it-txt {
	font-size: 16px;
}
.view-portfolio {
  border: 1px solid #f6f6f7;
  border-radius: 5px;
  margin: 0px 0 0;
  text-align: center;
}
.view-portfolio > a {
  display: block;
  font-size: 20px;
  padding: 15px 0;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.view-portfolio > a:hover {
  color: #E10A0A;
  background: #fff;
}
.mobile-app-heading {
    background: rgba(0, 0, 0, 0); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #2e2e2e); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #2e2e2e); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #2e2e2e); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #2e2e2e); /* Standard syntax */
	margin: -66px 0 0;
    padding: 20px;
    position: relative;
    z-index: 1;
}
.mob-app-txt {
  background: #fff none repeat scroll 0 0;
  color: #525252;
  padding: 20px;
  text-align: center;
  margin: 0 0 40px;
  min-height: 280px;
}
.download-portfolio {
  background: #e10a0a none repeat scroll 0 0;
  border-radius: 5px;
  text-align: center;
  width: 350px;
  margin: 20px auto 0;
}
.download-portfolio a {
  color: #FFF !important;
  font-size: 18px;
  padding: 20px 0;
  display: block;
  font-weight: 300;
}
.true-head {
	font-weight: 100;
	font-size: 36px;
}
.true-txt {
	font-size: 16px;
	font-weight: 100;
}
.media-icon-bg {
	/*background: url(../images/media-event/media-bg-icon.png) no-repeat top center  / cover;*/
	position: relative;
	overflow: hidden;
	top: 0px;
}
.media-heading {
  margin: -92px 0 0;
}
.asus-border {
  border-right: 2px solid #dedede;
}
.media-list {
  margin: 40px 0 20px;
  padding: 0;
}
.media-list > li {
  color: #727272;
}
.real-icon-bg {
	/*background: url(../images/real-estate/real-estate-bg-icon.png) no-repeat top center / cover;*/
	position: relative;
	overflow: hidden;
	top: 0px;
}
.grey-color {
	color: #5c5c5c;
}
.black-color {
	color: #000 !important;
}

.c-par{
    position: absolute;
    margin-top: 50px;
    height: 750px;
	width: 100%;
}
#pixie {
	position: absolute;
	margin-top: 50px;
    height: 750px;
	width: 100%;
}
#event-1 {
	height: auto;
}
.inner-header {
  float: left;
  padding: 0 0 50px;
  position: relative;
  width: 100%;
  z-index: 999;
}
.terms-navigation ul {
	margin: 0 0 70px;
	padding: 0px;
	border-bottom: solid #b8b8b8 1px;
}
.terms-navigation li {
	list-style: none;
	display: inline-block;
}
.terms-navigation li a {
	color: #b8b8b8 !important;
	font-size: 42px;
	display: block;
	padding: 0 60px;
	transition: all 0.3s ease-in-out 0s;
}
.terms-navigation li a.active {
	border-bottom: solid #e10a0a 5px;
	color: #000 !important;
	margin-bottom: -1px;
}
.terms-navigation li a:hover {
	border-bottom: solid #e10a0a 5px;
	color: #000 !important;
	margin-bottom: -1px;
}
.privacy-color {
	color: #3f3f3f;
}
.terms-border {
	border-bottom: dashed #CCCCCC 1px;
	padding: 0 0 30px 0;
	margin: 0 0 0px 0;
}
.mr-top-terms {
	margin-top: 30px;
}
.terms-list {
	margin: 0 0 15px;
	padding: 0px;
}
.terms-list li:before{content:"\f068"; font-family: FontAwesome; padding: 0 10px 0 0;}
.terms-list li {
	list-style: none;
}
.red-color {
	color: #e10a0a;
}
.enquery-space {
	color: #000;
	text-align: center;
	padding: 250px 0;
}
.close:focus, .close:hover {
	color: #e10a0a;
}
.font-13 {
	font-size: 13px;
}
.it-img > img { min-width: 100%;}


