:root {
	--colour-theme-orange: #FFAC00;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}

@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face{
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}

.bg-color{
  background-color: #F5F5F5;
}
body{
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
}

.font-family-roboto{
  font-family: 'Roboto', sans-serif;
}
.font-weight-300{
  font-weight: 300;
}
.font-weight-400{
  font-weight: 400;
}
.font-weight-500{
  font-weight: 500;
}
.font-weight-700{
  font-weight: 700;
}

.object-fit-contain{
  object-fit: contain;
}

.transition-035{
  transition: all 0.35s ease;
}

.w-10{
  width: 10%;
}

.btn-style-theme-orange{
  border: 2px solid #FFAC00;
  font-weight: 700;
  color: #FFAC00;
  font-size: 14px;
  background-size: 200% 100%;
  background-position: right;
  background-image: linear-gradient(to right, #FFAC00 50%, white 50%);
}
.info-video-btn-holder.active .btn-style-theme-orange{
  color: white;
  background-position: left;
  font-weight: 700;
}
.info-video-btn-holder .position-absolute{
  top: 0;
  left: 0;
  width: 100%;
}
.info-video-btn-holder .position-absolute svg{
  opacity: 0.0;
}
.info-video-btn-holder .position-absolute:hover svg{
  opacity: 0.8;
}

.bg-color-eee{
  background-color: #EEE;
}
input.bg-color-eee::placeholder{
  color: #000 !important;
  opacity: 0.45;
}

.color-white{
  color: white !important;
}

.color-black{
  color: black !important;
}

/* select{
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
} */

.color-theme-orange{
  color: #FFAC00;
}

.color-theme-orange-hover{
    color: #FFEF44;
}

.color-inherit{
  color: inherit !important;
}

.hover-up-1:hover{
  margin-top: -3px;
}

.opacity-1{
  opacity: 0.8;
}
.opacity-2{
  opacity: 0.65;
}

.hover-opacity-1:hover{
  opacity: 0.8;
}

.hover-opacity-2:hover{
  opacity: 0.65;
}

.hover-opacity-3:hover{
  opacity: 0.5;
}

.text-transform-none{
  text-transform: none;
}

.white-space-normal{
  white-space: normal;
}

.set-bg:nth-child(2n+1){
  background-color: white;
}

.text-decoration-underline{
  text-decoration: underline;
}

.box-shadow-1{
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.23);
}

.box-shadow-2{
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.38);
}

h1, h2, h3, h4, h5{
	font-family: 'Roboto-Regular', sans-serif;
	font-weight: 700;
}

h2, h3, h4, h5{
	text-transform: uppercase;
}

p, body, ul, li, span, div{
	font-family: 'Roboto-Light', sans-serif;
}

h1 {
	font-size: 32px;
	line-height: 40px;
}

h2 {
	font-size: 25px;
	margin-top: 10px;
}

h3{
  font-size: 19px;
}

h4{
  font-size: 17px;
	line-height: 1.3;
}

h5 {
	margin-bottom: 0;
}

@media screen and (min-width: 769px){
  body{
    font-size: 16px;
  }

  h2{
    font-size: 28px;
  }

  h3{
    font-size: 21px;
  }

  h4{
    font-size: 19px;
  }
}

.to-hide{
  display: none;
}

.header-row {
    height: 47px;
}

.text-2-lines{
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 6px;
  margin-right: -2px;
}
/* .text-2-lines::after{
  content: "..";
  position: relative;
} */

.text-1-line{
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

header .menus {
    text-align: right;
    padding: 13px 0;
    margin: 0 auto;
}

header .menus ul {
    margin-bottom: 0;
    list-style-type: none;
    padding: 0;
    padding-right: 25px;
}

header .menus ul li {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

header .menus ul li:last-child {
    border-right: initial;
}

header .menus ul li a {
	color: #fff;
	font-family: 'Roboto-Regular', sans-serif;
}

header .menus ul li a.selected {
	font-weight: 700;
}

.h5-span,
.h5-span span {
	font-family: 'Roboto-Regular', sans-serif;
	margin-bottom: 10px;
}

.underline {
	text-decoration: underline;
}

.title-container {
	padding-top: 30px;
	padding-bottom: 15px;
}

.w-24{
  width: 24%;
}

.navbar-brand {
    float: left;
    padding: 5px;
    font-size: 14px;
    line-height: 40px;
    height: 47px;
	margin-right: 5px;
}

span.logoHeader {
    padding: 18px 0 15px 30px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    float: left;
	font-family: 'Roboto-Regular', sans-serif;
}

.navbar-brand > img {
    height: 35px;
    width: auto;
    margin: 0;
	position: relative;
    top: -5px;
}

#owl-macbook .owl-item img {
    width: 638px;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

#owl-iphone .owl-item img {
    width: initial;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-width: 306px;
}

#owl-dashboard .owl-item img {
	width: initial;
	margin: 0 auto;
}

.desktop-on .iphone-block,
.single-block {
	padding: 30px 10px;
    max-width: 285px;
    margin: 0 auto;
}

.single-block {
	text-align: center;
}

.available-container {
	background: url(../images/gprop_landing/footer@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.available-container .available-block {
	max-width: 700px;
    margin: 0 auto 20px auto;
}

.available-container .available-desc {
    padding: 10px 10px 25px 10px;
}

.btn-black {
	background: #000;
    color: #fff;
    font-size: 16px;
}

.btn-black:hover {
	background: #242424;
	color: #fff;
}

.fixed-header-row {
	background-color: #ececec;
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 57px;
	padding: 0 0 10px 0;
	border-top: 10px solid #ffac00;
}

/* need same with fixed-header-row height + 30 */
.article-section,
.hba-section,
.banner-row {
	padding-top: 87px; 
}

.article-section,
.hba-section {
	padding-bottom: 60px;
}

/* need same with fixed-header-row height */
.banner-section-background {
    background-size: cover;
    background-position: center;
    padding-top: 57px;
}

.bottom-banner-section-background .bottom-banner-section-overlay,
.banner-section-background .banner-section-overlay {
	background: rgb(255 255 255 / 70%);
}

.banner-section-background .banner-inner {
    padding: 30px 0;
	text-align: center;
	display: table;
    width: 100%;
    min-height: 300px;
}

.banner-section-background .banner-inner .banner-vertical {
    display: table-cell;
	vertical-align: middle;
}

.bottom-banner-section-background {
    background-size: cover;
    background-position: center;
}

.bottom-banner-section-background .bottom-banner-inner {
    padding: 80px 0;
	text-align: center;
}

.bottom-banner-section-background h2 {
	font-size: 40px;
}

.fixed-header-row .row {
	max-width: 1280px;
	margin: 0 auto !important;
}

.fixed-header-row-height{
    height: 57px;
}

#mobile-dropdown {
    display: none;
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 10;
    height: 100%;
    max-width: 100%;
}

#mobile-dropdown .mobile-div {
	max-width: 430px;
    height: 100%;
    background: #979797;
    margin: 0 0 0 auto;
	max-height: 80vh;
}

#mobile-dropdown.open {
    display: block;
}

.menu {
    text-align: right;
    margin: 0 25px 0 25px;
}

.menu a{
  	color: #fff;
	font-family: 'Roboto-Regular', sans-serif;
	font-size: 17px;
	cursor: pointer;
  	text-decoration: none;
}

.menu .inner {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  color: white;
  transition: all 0.3s ease;
}

.menu .inner:hover{
  color: #CFCFCF;
}

.extra-menu {
	border-bottom: 1px solid #dfdfdf;
}

.extra-menu-parent {
	font-weight: 700;
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0 0;
}

.extra-menu a {
	font-family: 'Roboto-Light', sans-serif;
}

.extra-menu .menu-inner {
	padding: 5px 0;
}

.iphone-container .iphone-left {
	text-align: right;
}

.iphone-container h4 {
    margin: 10 0 10px 0;
}

.iphone-container .iphone-block {
    padding: 15px 5px;
}

.iphone-container .iphone-block img {
    max-width: 100%;
    height: auto;
}

.iphone-container .block-div {
    padding: 15px 0;
    float: left;
}

.color-orange {
	color: #FFAC00;
}

.color-grey-1{
  color: #333333;
}

.faq-container .faq-block div,
.faq-container .faq-block {
	margin-bottom: 10px;
}

.contact-desc {
    padding: 20px;
}

textarea {
	resize: initial;
}

.banner-row {
	max-width: 1230px;
    margin: 0 auto !important;
    padding: 30px 0;
    color: #000;
    display: block;
}

.section {
	padding-top: 25px;
	padding-bottom: 25px;
}

.banner-row .banner-header {
	display: block;
}

.banner-row .banner-header.desktop-off {
	display: none !important;
}

.banner-row .banner-header .banner-header-desc {
	max-width: 580px;
	padding: 30px 0;
	margin: 0 auto;
}

.banner-row .desc {
	color: #000;
	padding: 10px 0 15px 0;
	/* font-size: 14px; */
}

.apps-div {
	margin-bottom: 30px;
}

.apps-div a {
	padding: 15px 20px;
	color: #fff;
	border: 1px solid #fff;
	min-width: 133px;
}

.apps-div a.btn-brown {
	color: #fff;
	background: #FFAC00;
	border: initial;
}

.apps-div a:hover {
	background: #fff;
	color: #000;
}


/* .btn-style-theme-orange{
    border: 2px solid #FFAC00;
    font-weight: 700;
    color: #FFAC00;
    font-size: 14px;
    background-size: 200% 100%;
    background-position: right;
    background-image: linear-gradient(to right, #FFAC00 50%, white 50%);
  }
  .info-video-btn-holder.active .btn-style-theme-orange{
    color: white;
    background-position: left;
    font-weight: 700;
  } */



.top-request-demo-btn{
    /* color: #FFAC00; */
    border: 1.5px solid #FFAC00;
    border-radius: 25px;
    color: #FFF;
    background-color: #FFAC00;
    /* background-size: 204% 110%;
    background-position: 98% 0%;
    background-image: linear-gradient(to right, transparent 50%, #FFAC00 50%); */
}

.top-request-demo-btn:hover{
    color: #FFAC00;
    background-color: transparent;
    /* border-color: #FFF; */
    /* background-position: 196.5% 0%; */
}

/* .dl-apps{margin:0 0 30px} */
.dl-apps a{display:inline-block;margin-right:6px;border:solid 1px #FFF;border-radius:6px;}
/* .dl-apps a img{display:block;} */

#apple-img {
	background: url(../images/gprop_landing/apple@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 12px;
	height: 15px;
}

#apple-div:hover > #apple-img {
	background: url(../images/gprop_landing/hover/apple@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#play-img {
	background: url(../images/gprop_landing/play@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 14px;
}

#play-div:hover > #play-img {
	background: url(../images/gprop_landing/hover/play@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.banner-image-div {
	height: 305px;
    overflow: hidden;
    position: relative;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

.banner-image-div img {
	position: absolute;
	top: 0;
	width: 105px;
	height: auto;
	max-width: 211px;
	-webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.banner-image-div #image_1 {
	left: 0px;
	opacity: 0.8;
	z-index: 3;
	padding-top: 68px;
}

.banner-image-div #image_2 {
	left: 150px;
	opacity: 0.8;
	z-index: 2;
	padding-top: 34px;
}

.banner-image-div #image_3 {
	left: 300px;
	opacity: 0.8;
	z-index: 1;
}

.banner-image-div #image_1_div {
	z-index: 3;
}

.banner-image-div #image_2_div {
	z-index: 2;
}

.banner-image-div #image_3_div {
	z-index: 1;
}

.banner-image-div #image_1:hover,
.banner-image-div #image_2:hover,
.banner-image-div #image_3:hover {
	z-index: 4;
	opacity: 1;
	transform: translate(15px,0) rotateY(360deg);
    -webkit-transform: translate(15px,0) rotateY(360deg);
    -o-transform: translate(15px,0) rotateY(360deg);
    -moz-transform: translate(15px,0) rotateY(360deg);
}

.banner-image-div #image_1_div,
.banner-image-div #image_2_div,
.banner-image-div #image_3_div {
    width: 105px;
    height: 273px;
    display: inline-block;
    margin-left: 0;
}

.banner-image-div #image_2_div,
.banner-image-div #image_3_div {
    width: 150px;
}

#image_2_div:hover > #image_2 {
    z-index: 4;
	opacity: 1;
}

#image_3_div:hover > #image_3 {
    z-index: 4;
	opacity: 1;
}

.blocks-row {
	background: #FFAC00;
	padding: 30px 0;
	color: #fff;
}

.blocks-row img {
	max-width: 60px;
	height: auto;
	margin: 15px 0;
}

.bg-white {
	background: #fff;
}

.bg-orange {
	background: #FFAC00;
}

.line-after {
	position: relative;
	padding-bottom: 20px;
	display: inline-block; 
}

.line-after::after {
	content: "";
	background: url(../images/gprop_landing/orange_line.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 2px;
}

.line-after.black::after {
	background: url(../images/gprop_landing/black_line.png);
}

.video-container {
	height: auto;
}

.video-container video {
	width: 100%;
    max-width: 800px;
    padding: 0 30px;
}

.contact-us-container form input,
.contact-us-container form textarea,
.contact-us-container form select {
	background: #fde7c1;
}

.contact-us-container form input::-webkit-input-placeholder,
.contact-us-container form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #000;
}
.contact-us-container form input::-moz-placeholder,
.contact-us-container form textarea::-moz-placeholder { /* Firefox 19+ */
  	color: #000;
}
.contact-us-container form input:-ms-input-placeholder,
.contact-us-container form textarea:-ms-input-placeholder { /* IE 10+ */
  	color: #000;
}
.contact-us-container form input:-moz-placeholder,
.contact-us-container form textarea:-moz-placeholder { /* Firefox 18- */
  	color: #000;
}

.contact-us-container form button {
	background: #252525;
	padding: 10px 50px;
}

.supported_by {
	padding: 24px 10px;
	text-align: center;
}

.supported_by img {
	margin-right: 0;
	margin-bottom: 20px;
}

.supported_by br {
	display: block;
}

.iphone-image-div,
.block-image-div{
	width: 62px;
	height: 62px;
	margin: 0 auto;
  transition: all 0.35s ease;
}

.icon-description-div {
	width: 80px;
	height: auto;
}

.block-image-div.block_1 {
	background: url(../images/gprop_landing/FAM@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_1:hover, .block-image-div.block_1.active {
	background: url(../images/gprop_landing/hover/FAM@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_2 {
	background: url(../images/gprop_landing/Property_Management_Panel@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_2:hover, .block-image-div.block_2.active {
	background: url(../images/gprop_landing/hover/Property_Management_Panel@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_3 {
	background: url(../images/gprop_landing/Virtual_meeting_room@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_3:hover, .block-image-div.block_3.active {
	background: url(../images/gprop_landing/hover/Virtual_meeting_room@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_4 {
	background: url(../images/gprop_landing/User_matrix@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_4:hover, .block-image-div.block_4.active {
	background: url(../images/gprop_landing/hover/User_matrix@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_5 {
	background: url(../images/gprop_landing/Feedback@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_5:hover, .block-image-div.block_5.active {
	background: url(../images/gprop_landing/hover/Feedback@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_6 {
	background: url(../images/gprop_landing/MIS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_6:hover, .block-image-div.block_6.active {
	background: url(../images/gprop_landing/hover/MIS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_7 {
	background: url(../images/gprop_landing/VMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_7:hover, .block-image-div.block_7.active {
	background: url(../images/gprop_landing/hover/VMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_8 {
	background: url(../images/gprop_landing/AMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_8:hover, .block-image-div.block_8.active {
	background: url(../images/gprop_landing/hover/AMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.block-image-div.block_9 {
	background: url(../images/gprop_landing/other@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.block-image-div.block_9:hover {
	background: url(../images/gprop_landing/hover/other@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_1 {
	background: url(../images/gprop_landing/Notice_board-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_1.active, .iphone-image-div.iphone_1:hover {
	background: url(../images/gprop_landing/hover/Notice_board-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_2 {
	background: url(../images/gprop_landing/Panic_Button-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_2.active, .iphone-image-div.iphone_2:hover {
	background: url(../images/gprop_landing/hover/Panic_Button-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_3 {
	background: url(../images/gprop_landing/Pay-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_3.active, .iphone-image-div.iphone_3:hover {
	background: url(../images/gprop_landing/hover/Pay-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_4 {
	background: url(../images/gprop_landing/Facilities_Booking-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_4.active, .iphone-image-div.iphone_4:hover {
	background: url(../images/gprop_landing/hover/Facilities_Booking-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_5 {
	background: url(../images/gprop_landing/Feedback-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_5.active, .iphone-image-div.iphone_5:hover {
	background: url(../images/gprop_landing/hover/Feedback-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_6 {
	background: url(../images/gprop_landing/Manage_home-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_6.active, .iphone-image-div.iphone_6:hover {
	background: url(../images/gprop_landing/hover/Manage_home-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_7 {
	background: url(../images/gprop_landing/Intracommunity-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_7.active, .iphone-image-div.iphone_7:hover {
	background: url(../images/gprop_landing/hover/Intracommunity-icon@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_8 {
	background: url(../images/gprop_landing/VMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_8.active, .iphone-image-div.iphone_8:hover {
	background: url(../images/gprop_landing/hover/VMS@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.iphone-image-div.iphone_9 {
	background: url(../images/gprop_landing/other@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.iphone-image-div.iphone_9:hover {
	background: url(../images/gprop_landing/hover/other@1x.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-service-application{
  background: url(../images/gprop_landing/service_application_icon.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-service-application.active, .bg-img-service-application:hover{
  background: url(../images/gprop_landing/service_application_icon_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-access-card-application{
  background: url(../images/gprop_landing/access_card.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-access-card-application.active, .bg-img-access-card-application:hover{
  background: url(../images/gprop_landing/access_card_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-visitor-listing{
  background: url(../images/gprop_landing/visitor_listing.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-visitor-listing.active, .bg-img-visitor-listing:hover{
  background: url(../images/gprop_landing/visitor_listing_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-visitor-checkin-out{
  background: url(../images/gprop_landing/visitor_checkin_out.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-visitor-checkin-out.active, .bg-img-visitor-checkin-out:hover{
  background: url(../images/gprop_landing/visitor_checkin_out_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-guard-checkin{
  background: url(../images/gprop_landing/guard_checkin.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-guard-checkin.active, .bg-img-guard-checkin:hover{
  background: url(../images/gprop_landing/guard_checkin_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-guard-patrol{
  background: url(../images/gprop_landing/guard_patrol.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-guard-patrol.active, .bg-img-guard-patrol:hover{
  background: url(../images/gprop_landing/guard_patrol_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-maintenance-report{
  background: url(../images/gprop_landing/guard_reporting.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-maintenance-report.active, .bg-img-maintenance-report:hover{
  background: url(../images/gprop_landing/guard_reporting_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-tenant-management{
  background: url(../images/gprop_landing/tenant_managament_icon.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-tenant-management:hover, .bg-img-tenant-management.active{
  background: url(../images/gprop_landing/tenant_managament_icon_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-defect-management{
  background: url(../images/gprop_landing/defect_management_icon.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-defect-management.active, .bg-img-defect-management:hover{
  background: url(../images/gprop_landing/defect_management_icon_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-support-ticket{
  background: url(../images/gprop_landing/support_ticket.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-support-ticket.active, .bg-img-support-ticket:hover{
  background: url(../images/gprop_landing/support_ticket_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-forum{
  background: url(../images/gprop_landing/forum.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-forum.active, .bg-img-forum:hover{
  background: url(../images/gprop_landing/forum_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}

.bg-img-acc-pay-approval{
  background: url(../images/gprop_landing/acc_pay_approval.png);
  background-repeat: no-repeat;
	background-size: contain;
}
.bg-img-acc-pay-approval.active, .bg-img-acc-pay-approval:hover{
  background: url(../images/gprop_landing/acc_pay_approval_active.png);
  background-repeat: no-repeat;
	background-size: contain;
}



.cursor-pointer:hover{
  cursor: pointer;
}
.cursor-pointer-disabled:hover{
  cursor: not-allowed;
}

.less-class,
.more-class,
.more_class,
.less_class{
	font-family: "Roboto", sans-serif !important;
  font-weight: 500;
	cursor: pointer;
	text-decoration: underline;
}

#mobile-dropdown-trigger {
	cursor: pointer;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0% !important;
    z-index: -9;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
	position: absolute;
  background: none !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.owl-theme .owl-nav .owl-prev {
    left: -35px;
}

.owl-theme .owl-nav .owl-next {
    right: -35px;
}

.title-hint {
	font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.sg-class {
	width: 180px;
	height: auto;
	max-width: 100%;
}

.display-inline-block {
	display: inline-block;
}

.video-container iframe {
	position: relative;
	width: 363px;
	height: 250px;
	max-width: 100%;
  min-height: 100%;
}

.social-icons{
  color: white !important;
}

.social-icons:hover{
  background-color: #1c75bc;
  border-radius: 50%;
  opacity: 0.88;
}

.mobile-m-t-30,
.m-t-30 {
	margin-top: 30px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-t-60 {
	margin-top: 60px !important;
}

.m-b-60 {
	margin-bottom: 60px !important;
}

footer {
	background: #263238;
    color: #fff;
    padding: 30px 25px;
}


.xl-off,
.desktop-off,
.tablet-off {
	display: none !important;
}

.xl-on,
.desktop-on,
.tablet-on {
	display: block;
}

.mobile-menu {
	display: flex;
}

.desktop-menu {
	display: none;
}

/* .container {
	padding-top: 30px;
	padding-bottom: 15px;
} */

.iphone-container {
	padding-bottom: 42px;
}

.fullwidth-container {
	width: 100%;
}

.fullwidth-container .row {
	margin-left: 0;
	margin-right: 0;
}

.contact-us-container,
.faq-container {
	max-width: 740px;
	padding: 0 20px 40px 20px;
}

.video-container,
.contact-us-container {
	padding: 0 20px 40px 20px;
}

.contact-us-container.unset-all{
  max-width: none;
}

.banner-container {
	background: url(../images/gprop_landing/banner@1x.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
}

.no-padding-lg {
	padding: 0 15px;
}

.no-padding {
	padding: 0 !important;
}

.p-r-25 {
	padding-right: 25px;
}

.p-l-0 {
	padding-left: 0;
}

.p-l-15 {
	padding-left: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-lr-10 {
	padding-right: 10px;
	padding-left: 10px;
}

.p-b-0 {
	padding-bottom: 0;
}

.m-l-20 {
	margin-left: 20px;
}

.max-h-75vh{
  max-height: 75vh;
}

.left-0{
    left: 0;
}

.left-100{
    left: 100;
}

.right-100{
    right: 100;
}

.top-0{
    top: 0;
}

.top-demo-button{
    max-width: 65%;
    left: 0;
    /* top: 50%;
    transform: translate(0, -50%); */
    top: 0;
    position: absolute;
    border: 2px solid #FFAC00;
    font-size: 80%;
    background-color: #FFAC00CC;
    color: white;
}

.top-demo-button:hover{
    border-color: #FFEF44;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

.top-demo-button:hover .hover-bounce{
    animation: bounce .35s ease infinite alternate;
    color: #FFEF44;
}

.top-demo-button:hover .color-white{
    font-weight: 700;
}

.z-index-1{
  z-index: 5;
}

.z-index-2{
  z-index: 10;
}

@keyframes bounce {
    100% {
        text-shadow: 0 0.8px 0 #CCC;
    }
}


.website-menu-bar li {
	list-style: none;
}

.website-menu-button-bar a,
.website-menu-bar li a {
	color: #000;
	font-weight: 700;
}

.website-menu-bar li a:hover {
	text-decoration: underline;
}

.website-menu-button-bar {
	float: right;
}

.website-menu-button-bar a.website-btn-orange {
    border: 1px solid #000;
    padding: 5px 7px;
    border-radius: 30px;
}

.bottom-banner-button a,
.hba-section  a.website-btn-orange,
.website-menu-button-bar a.website-btn-orange {
    border: none;
	background-color: #ffac00;
}

.website-menu-button-bar a:hover {
	background-color: #b7b7b7;
}

.hba-section  a.website-btn-orange:hover,
.website-menu-button-bar a.website-btn-orange:hover {
	background-color: #fe8c1a;
}

.hba-section  a.website-btn-orange {
	padding: 15px 15px;
    color: #000;
    font-weight: 700;
    border-radius: 30px;
}

.bottom-banner-content {
	padding: 15px 0;
}

.bottom-banner-button {
	margin-top: 40px;
}

.bottom-banner-button a {
    font-weight: 700;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 28px;
}

.move-logo {
	position: relative;
	left: -10px;
}

.half-column-div .img-div img {
	width: 100%;
}

.content-div {
	display: table;
}

.content-div .content-div-inner {
	display: table-cell;
	vertical-align: middle;
}

.content-div .content-div-inner .content-desc {
	margin-top: 5px;
}

.content-div .content-div-inner h2 {
	margin-bottom: 0;
}

.maybank-ul {
	margin-top: 30px;
	font-weight: 700;
    text-decoration: underline;
}

.our-clients .mt-3 {
	color: #8b8b8b;
	font-weight: 700;
}

.our-clients img {
	width: 80px;
}

.home-video .orange {
	color: #ffac00;
	text-decoration: underline;
	font-weight: 700;
}

.home-video .home-video-click {
	cursor: pointer;
}

.home-video .video-container iframe {
	border-radius: 30px;
}

.maybank-ul a {
	color: #000;
}

h2 {
	text-transform: none;
    line-height: 40px;
    letter-spacing: 1px;
}

div {
	line-height: 25px;
}
.why-gprop h4 {
	height: 50px;
}

.apps-section .app-border,
.why-gprop h4,
.why-gprop p {
	color: #8b8b8b;
}

.apps-section .app-border {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.23);
    padding: 50px 20px 25px 20px;
    min-height: 300px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    margin-top: 25px;
}

.apps-section .app-border img {
	position: absolute;
	top: -43px;
    left: calc(50% - 43px);
}

.learn-more h2 {
	margin-bottom: 40px;
}

.learn-more .learn-more-block {
	text-align: center;
	padding-bottom: 20px;
}

.learn-more .learn-more-button {
	margin-top: 20px;
}

.learn-more .learn-more-button a,
.contact-us-submit-btn {
	background-color: #ffac00;
	padding: 10px 20px;
	color: #fff;
	border-radius: 30px;
}

#owl-learn-more .owl-dots {
	margin-top: 30px;
}

#owl-learn-more .owl-dots .owl-dot span {
	background: #fff;
    border: 1px solid #ffac00;
    width: 15px;
    height: 15px;
}

#owl-learn-more .owl-dots .owl-dot.active span {
	background: #ffac00;
}

.contact-us-inputs {
	height: 50px;
	border-radius: 25px;
	border: 2px solid var(--colour-theme-orange);
}
.founder-img, .supporter-img {
	max-width: 300px;
}
.bg-colour-theme {
	background-color: var(--colour-theme-orange);
}
.object-fit-cover {
	object-fit: cover;
}
.line-after-2 {
	display: inline-block;
	position: relative;
}
.line-after-2::after {
	content: "";
	width: 55%;
	min-width: 100px;
	height: 2px;
	background: var(--colour-theme-orange);
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%, 0);
}
.line-after-2.line-left::after {
	left: 0;
	transform: none;
}
.img-effect-rotate {
	transition: transform 1s ease;
}
.img-effect-rotate:hover {
	transform: rotateY(360deg);
}
.img-ratio-4-3 {
	aspect-ratio: 4 / 3;
}
.img-ratio-16-13 {
	aspect-ratio: 16 / 13;
}
.img-ratio-1-1 {
	aspect-ratio: 1 / 1;
}
.img-rounded-50 {
	border-radius: 50%;
}
.half-column-img-rounded {
	border-radius: 25px;
}
.half-column-img-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.19);
}
.half-column-img-shadow.btn:hover {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 16px 0 rgba(0, 0, 0, 0.19);
}

.faq-cards-border {
	border-top: 0;
	border-right: 0;
	border-bottom: 2px solid red;
	border-top: 0;
}
.faq-item-head-bg {
	background-color: #F5F5F5;
}
.faq-item-content-bg, .about-us-gprop-history-content-bg {
	background-color: #FDFDFD;;
}
.faq-cards .card-header .btn-link {
	color: var(--colour-theme-orange);
	
}
.faq-cards .card-header .btn-link.collapsed {
	color: initial;
	background-color: #FFFFFF;
}
.faq-cards .card-header .btn-link:after {
	content: "\1F783";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	float: right;
}
.faq-cards .card-header .btn-link.collapsed:after {
	content: "\1F782";
}
.new-website-owl .owl-nav .owl-prev,
.new-website-owl .owl-nav .owl-next {
	color: var(--colour-theme-orange) !important;
	z-index: 10;
}

.footer-title {
    font-weight: 700;
    font-size: 105%;
}

footer a.footer-link {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.footer-social-media {
    position: absolute;
    top: 0;
    right: 0;
}

.follow-us {
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-social-media a {
    border-radius: 30px;
    padding: 5px;
}

.footer-social-media a.fb {
	background: #007bff;
}

.footer-social-media a.linkedin {
	background: #1c75bc;
}

.full-bottom-slogan {
	text-align: center;
	padding: 50px 0;
}

.full-bottom-slogan hr {
	border-top: 1px solid #ffac00;
	max-width: 200px;
	margin-bottom: 1.5rem;
}

.banner-read-more,
.full-bottom-slogan .slogan-read-more {
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

.banner-more.hide,
.banner-read-more.hide,
.full-bottom-slogan .slogan-more.hide,
.full-bottom-slogan .slogan-read-more.hide {
	display: none;
}

.half-column-div .img-div img {
    box-shadow: 1px 1px 3px 3px #dedede;
    border-radius: 25px;
}

.login-menu {
	float: left;
}

/* The container <div> - needed to position the dropdown content */
.login-menu,
.solution-menu .solution {
	position: relative;
	color: #000;
    font-weight: 700;
}
  
/* Dropdown Content (Hidden by Default) */
.login-dropdown,
.solution-dropdown {
	display: none;
	position: absolute;
	background-color: #ececec;
	min-width: 160px;
	z-index: 1;
	top: 47px;
    left: 9px;
}
  
/* Links inside the dropdown */
.login-dropdown a,
.solution-dropdown a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Show the dropdown menu on hover */
.login-menu:hover .login-dropdown,
.solution-menu:hover .solution-dropdown {
	display: block;
}

.login-menu .login {
	padding: 5px 7px !important;
	border: 1px solid #000;
	border-radius: 30px;
}

.hba-image-div img {
	width: 100%;
	margin: 20px 0;
}

.mobile-link-div a {
	text-decoration: underline;
	padding-right: 5px;
}

.article-content {
	padding-bottom: 30px;
}

a.white-link {
	color: #fff;
	text-decoration: underline;
}

a.black-link {
	color: #000;
}

.book-price {
    font-size: 110%;
    font-weight: 500;
}

.book-price-amount {
	font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
}

.hba-listing .inner a {
    display: block;
    padding: 15px 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #8b8b8b;
    color: #8b8b8b;
}

.hba-listing .hba-listing-img {
    width: 100px;
    max-height: 100px;
    height: auto;
    margin-right: 20px;
}

.article-slider-div img {
	max-height: 480px;
	width: auto;
}

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

.article-resource-link {
	text-decoration: underline;
}

.hba-left,
.hba-right {
	display: inline-block;
}

.hba-right {
	max-width: 800px;
	vertical-align: middle;
}

.hba-listing-title {
	font-weight: 700;
    color: #000;
    font-size: 18px;
}

.hba-listing-desc {
    font-size: 14px;
}

#mobile-dropdown-trigger {
	background: #979797;
    padding: 5px;
    width: 30px;
    height: 25px;
    margin-top: 10px;
}

@media screen and (min-width:1200px){
  .max-h-xl-90vh{
    max-height: 90vh;
  }
}

.max-width-500 {
	max-width: 500px;
}

#owl-banner img {
	max-height: 500px;
	height: auto;
	max-width: 577px;
	width: 100%;
	padding: 10px 10px;
	margin: 8% auto 0 auto;
	border-radius: 40px;
}

@media screen and (min-width: 1200px) {
  #owl-banner img{
    margin: 0;
  }
}

.privacy-block{margin-bottom:20px;text-align:justify;}

.apk-link {
    width: 142px;
    height: 49px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
	background: #000;
    text-align: center;
}
.apk-link:hover {
    color: #ddd;
	text-decoration: none;
}

@media (min-width: 200px){
	.banner-image-div #image_1 {
		left: calc(46% - 93px);
	}

	.banner-image-div #image_2 {
		left: calc(61% - 93px);
	}

	.banner-image-div #image_3 {
		left: calc(76% - 93px);
	}

	.banner-image-div #image_1_div {
	    margin-left: calc(46% - 93px);
    	width: 105px;
	}

	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 38px;
	}
}

@media (min-width: 400px){
	.banner-image-div #image_1 {
		left: calc(44% - 93px);
	}

	.banner-image-div #image_2 {
		left: calc(59% - 93px);
	}

	.banner-image-div #image_3 {
		left: calc(74% - 93px);
	}

	.banner-image-div #image_1_div {
	    margin-left: calc(44% - 93px);
    	width: 105px;
	}

	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 50px;
	}
}

@media (min-width: 480px){
	.banner-image-div #image_1 {
		left: calc(42% - 93px);
	}

	.banner-image-div #image_2 {
		left: calc(57% - 93px);
	}

	.banner-image-div #image_3 {
		left: calc(72% - 93px);
	}

	.banner-image-div #image_1_div {
	    margin-left: calc(42% - 93px);
    	width: 105px;
	}

	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 63px;
	}

	/* .owl-theme .owl-nav .owl-prev {
	    left: 40px;
	}

	.owl-theme .owl-nav .owl-next {
	    right: 40px;
	} */

	.video-container iframe {
		width: 436px;
		height: 250px;
	}
}

@media screen and (max-width:575px) {
  .text-mobile-smaller{
    font-size: 13px;
  }

  .banner-row .desc {
    color: #000;
    padding: 25px 0;
    /* font-size: 14px; */
  }
}

@media (min-width: 576px) {
	.banner-image-div img {
		width: auto;
		height: auto;
	}

	.banner-image-div #image_1_div,
	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 212px;
	    height: 546px;
	    display: inline-block;
	}

	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
	    width: 150px;
	}

	.banner-image-div #image_1 {
		left: 30px;
	}

	.banner-image-div #image_2 {
		left: 180px;
	}

	.banner-image-div #image_3 {
		left: 330px;
	}

	.banner-image-div {
		height: 546px;
	}

	.banner-image-div #image_1_div,
	.banner-image-div #image_2_div,
	.banner-image-div #image_3_div {
		margin-left: 0;
	}

	/* .owl-theme .owl-nav .owl-prev {
	    left: 80px;
	}

	.owl-theme .owl-nav .owl-next {
	    right: 80px;
	} */

	h1 {
		font-size: 40px;
		line-height: 48px;
	}

	h5 {
		margin-bottom: 5px;
	}

	.supported_by img:not(.last) {
		margin-right: 50px;
	}
  
	.supported_by br {
		display: none;
	}

	.video-container iframe {
		width: 526px;
		height: 304px;
	}

	header .menus {
	    padding: 18px 0;
	}

	.fixed-header-row {
	    height: 75px;
	}

    .fixed-header-row-height{
        height: 75px;
    }

	/* need same with fixed-header-row height */
	.banner-section-background {
		padding-top: 75px;
	}

	/* need same with fixed-header-row height +30 */
	.article-section,
	.hba-section,
	.banner-row {
		padding-top: 105px; 
	}

	.container.banner-inner {
		padding: 50px 0;
	}

	.navbar-brand {
	    height: 47px;
	}

	.navbar-brand > img {
	    height: 40px;
	}
}

@media (min-width: 769px) {
	.tablet-off {
		display: block !important;
	}

	.tablet-on {
		display: none;
	}

	.mobile-m-t-30 {
		margin-top: auto !important;
	}

	.owl-theme .owl-nav .owl-prev {
	    left: -35px;
	}

	.owl-theme .owl-nav .owl-next {
	    right: -35px;
	}

	.video-container iframe {
		width: 735px;
		height: 421px;
	}
	
	.founder-img, .supporter-img {
		max-width: 450px;
	}

	.mobile-menu {
		display: none;
	}

	.desktop-menu {
		display: flex;
	}

	.fixed-header-row {
		padding: 10px 0;
	}
}

@media (min-width: 1200px) {
	.xl-off {
		display: block !important;
	}

	.xl-on {
		display: none;
	}

	.iphone-container h4 {
	    margin: 0 0 5px 0;
	}

  .banner-col {
		padding-left: 30px;
	}

	.banner-row {
		display: flex;
	}

	.banner-row .banner-header.desktop-off {
		display: inline-flex !important;
		align-items: center;
	}

	.banner-row .banner-header.desktop-on {
		display: none;
	}

	.banner-row .banner-header .banner-header-desc {
		margin: 0;
		padding: 0;
	}

	.banner-image-div #image_1 {
		left: 0px;
	}

	.banner-image-div #image_2 {
		left: 150px;
	}

	.banner-image-div #image_3 {
		left: 300px;
	}

	.video-container iframe {
		width: 940px;
		height: 538px;
	}

	.section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

  .max-h-xl-75vh{
    max-height: 75vh;
  }
}

@media (min-width: 1250px) {
	.banner-col {
		padding-left: 75px;
	}
}

@media screen and (max-width:1199px){
  #apps_features_video, #guard_app_features_video, #task_management_apps_features_video{
    height: 72vh;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	.banner-container {
		background: url(../images/gprop_landing/banner@2x.png);
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0;
	}

	.block-image-div.block_1 {
		background: url(../images/gprop_landing/FAM@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_1:hover, .block-image-div.block_1.active {
		background: url(../images/gprop_landing/hover/FAM@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_2 {
		background: url(../images/gprop_landing/Property_Management_Panel@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_2:hover, .block-image-div.block_2.active {
		background: url(../images/gprop_landing/hover/Property_Management_Panel@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_3 {
		background: url(../images/gprop_landing/Virtual_meeting_room@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_3:hover, .block-image-div.block_3.active {
		background: url(../images/gprop_landing/hover/Virtual_meeting_room@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_4 {
		background: url(../images/gprop_landing/User_matrix@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_4:hover, .block-image-div.block_4.active {
		background: url(../images/gprop_landing/hover/User_matrix@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_5 {
		background: url(../images/gprop_landing/Feedback@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_5:hover, .block-image-div.block_5.active {
		background: url(../images/gprop_landing/hover/Feedback@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_6 {
		background: url(../images/gprop_landing/MIS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_6:hover, .block-image-div.block_6.active {
		background: url(../images/gprop_landing/hover/MIS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_7 {
		background: url(../images/gprop_landing/VMS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_7:hover, .block-image-div.block_7.active {
		background: url(../images/gprop_landing/hover/VMS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_8 {
		background: url(../images/gprop_landing/AMS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_8:hover, .block-image-div.block_8.active {
		background: url(../images/gprop_landing/hover/AMS@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.block-image-div.block_9 {
		background: url(../images/gprop_landing/other@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	.block-image-div.block_9:hover {
		background: url(../images/gprop_landing/hover/other@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	#apple-img {
		background: url(../images/gprop_landing/apple@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 12px;
		height: 15px;
	}

	#apple-div:hover > #apple-img {
		background: url(../images/gprop_landing/hover/apple@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}

	#play-img {
		background: url(../images/gprop_landing/play@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		width: 10px;
		height: 14px;
	}

	#play-div:hover > #play-img {
		background: url(../images/gprop_landing/hover/play@2x.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
}

.border-white-1{
  border: 1px solid white;
}

.bg-why-gprop{
  	/* background-image: linear-gradient(35deg, #e9e9e9, #fafafa); */
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.23);
	padding: 20px !important;
	border-radius: 20px;
}

.bg-why-gprop:hover{
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.23);
}


.middle-element{
  position: relative;
}


.form-placeholder-font-size{
  font-size: 14px;
}

.footer-font-size{
  font-size: 13px;
}

@media screen and (max-width:992px){   
	.middle-element::before{
		content: "";
		height: 1.5px;
		width: 80%;
		background-color: #ccc;
		transform: translate(-50%, 0);
		position: absolute;
		left: 50%;
		top: 0;
	}
	.middle-element::after{
		content: "";
		height: 1.5px;
		width: 80%;
		background-color: #ccc;
		transform: translate(-50%, 0);
		position: absolute;
		left: 50%;
		bottom: 0;
	}

  	#owl-banner img {
		max-width: 670px;
	}

	.home-video .content-div {
		text-align: center;
		margin-bottom: 30px;
	}

	#why_gprop_section .bg-why-gprop {
		max-width: 350px;
    	margin: 0 auto;
	}

	.apps-section .app-border {
		min-height: 200px;
		max-width: 350px;
    	margin: 0 auto 60px auto;
	}
}

@media screen and (max-width:1200px){
  .video-main-video{
    min-width: 100%;
  }  
}
@media screen and (min-width:769px) {
  .footer-font-size{
    font-size: 14px;
  }
}

@media screen and (min-width:992px){   
	.no-padding-lg {
		padding: 0 !important;
	}
	
	.desktop-off {
		display: block !important;
	}

	.desktop-on {
		display: none;
	}

	.navbar-brand {
		padding: 5px 15px 5px 15px;
	}

	.website-menu-button-bar a {
		padding: 5px 15px;
	}

	.login-menu .login {
		padding: 5px 15px !important;
	}

	.login-dropdown a {
		padding: 12px 16px;
	}
}

@media screen and (min-width:993px){
    .menu a{
        font-size: 20px;
    }

    .middle-element::before{
        content: " ";
        height: 80%;
        width: 1.5px;
        background-color: #ccc;
        transform: translate(0, -50%);
        position: absolute;
        left: 0;
        top: 50%;
    }
    .middle-element::after{
        content: " ";
        height: 80%;
        width: 1.5px;
        background-color: #ccc;
        transform: translate(0, -50%);
        position: absolute;
        right: 0;
        top: 50%;
    }

    .btn-style-theme-orange{
        font-size: 16px;
    }

    .w-lg-20{
        width: 20% !important;
    }

    .top-demo-button {
        max-width: 72%;
        font-size: 100%;
    }
}

@media screen and (min-width:1200px) {
	.navbar-brand {
		padding: 5px 15px 5px 25px;
		margin-right: 1rem;
	}
}