@charset "utf-8";
/****************************************************************

	Client: 	GR Groups via Incrust Motodock 
	Type: 		CSS Document
	Designer: 	Vipin Chandran 
	E-mail		vipinradhalayam@gmail.com
			
*****************************************************************/



/********************************
		General Styles
*********************************/
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight:400;
	line-height:normal;
	letter-spacing:normal;
	background-color: #FFF;
	color: #343434;
}
h1, h2, h3, h4, h5, h6{
	margin-top:0;
	font-weight: 600;
	position: relative;
	color: rgba(55, 55, 55, 1);
}
h1{margin-bottom: 15px; font-weight: 900;}
p.smlfnt{font-size: 12px;}
.img-grg{width: 100%; height: auto;}
.mar-off{margin:0;}
.pad-off{padding: 0;}
.btn-grg{
	border-radius: 0;
    font-size: 18px;
    padding: 7px 20px;
    border: 2px solid #ff573b;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color: #fff;
	background-color: #ff573b;
	font-weight: 600;
	transition: 0.5s;
    -webkit-transition: 0.5s;
}
.btn-grg.sml{font-size: 14px; padding: 15px;}
.btn-grg + .btn-grg{margin-left: 15px;}
.btn-grg:hover, .btn-grg:focus{
	background-color: #ff573b;
	color: #fff;
	text-decoration: none;
}
.section, section{
	padding: 70px 0;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
ul{list-style: none; padding-left: 0; margin-bottom: 0;}
.pre-title{color: #BB987F; letter-spacing: 3px; text-transform: uppercase;}
ul.tick-list>li{display: block; position: relative; font-size: 16px; font-weight: 700; color: #272727; padding-left: 27px;}
ul.tick-list>li + li{margin-top: 12px;}
ul.tick-list>li:before, ul.tick-list>li::before{
	content: "\f058";
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 900;
	color: #27D082;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
}
.border-text{
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	text-shadow: -1px -1px 0 #868686, 1px -1px 0 #868686, -1px 1px 0 #868686, 1px 1px 0 #868686;
	opacity: 0.24;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}
.border-text.bfnt{font-size: 80px;}
.subhead{
	font-size: 20px;
	display: block;
	width: fit-content;
	position: relative;
	color: #C0C0C0;
	font-weight: 600;
	margin-bottom: 55px;
}
.subhead.left{padding-left: 120px;}
.subhead.center{margin-left: auto; margin-right: auto; padding: 0 120px;}
.subhead:before, .subhead::before, .subhead:after, .subhead::after{
	content: '';
	display: none;
	height: 2px;
	width: 90px;
	background-color: #C0C0C0;
	position: absolute;
	top: 50%; 
}
.subhead.left:before, .subhead.left::before,
.subhead.center:before, .subhead.center::before{
	display: block;
	left: 0;
}
.subhead.center:after, .subhead.center::after{display: block; right: 0px;}




/********************************
	   Over Writing Styles
*********************************/
.fclblack{color: #000 !important;}
.fclwhite{color: #FFF !important;}
.fcldark{color: #343434 !important;}
.fclblu{color: #0097DB !important;}
.mar-off{margin: 0 !important;}
.flxbx{display: flex;}
.vcentr{align-items: center;}
.vbot{align-items: flex-end;}
.hcentr{justify-content: center;}
.hright{justify-content: flex-end;}
.hspsarnd{justify-content: space-around;}
.hspsbtw{justify-content: space-between;}
.hspsevnly{justify-content: space-evenly;}
.txtup{text-transform: uppercase;}
.fwt300{font-weight: 300;}
.fwt400{font-weight: 400;}
.fwt500{font-weight: 500;}
.fwt900{font-weight: 900;}
.mt-std{margin-top: 30px;}
.mb-std{margin-bottom: 30px;}




/********************************
		 Header Section
*********************************/
.grg-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: transparent;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0);
    transition: 1s;
    -webkit-transition: 1s;
    transition-timing-function: ease-in-out;
}
.nh-inner{
	max-width: 1920px;
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
    transition: 1s;
    -webkit-transition: 1s;
    transition-timing-function: ease-in-out;
}
.grg-header .row{margin: 0;}
.logo{
	display: block;
    max-width: 100px;
    z-index: 1;
    transition: 1s;
    -webkit-transition: 1s;
}
.site-logo{
	-ms-flex: 0 0 305px;
    flex: 0 0 305px;
    max-width: 305px;
}
.mm-handle:hover, .mm-handle:focus{color: #0060af;}

.grg-scroll{background-color: #fff; box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.09);}




/********************************
		   	ABOUT US
*********************************/
.grf-about{border-bottom: 1px solid rgba(0, 0, 0, 0.07);}
.abt-img{
	position: relative;
	margin-left: 30px;
	width: calc(100% - 50px);
	padding: 15px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
.abt-img:before, .abt-img::before{
	content: '';
	background-image: url(../imgs/abt-dots.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: -30px;
	top: -20px;
	width: 130px;
	height: 130px;
   z-index: -1;
}
.vdo-content{
	position: absolute;
	bottom: 15px;
	left: -30px;
	width: 70%;
	border-radius: 8px;
	overflow: hidden;
}
.play-vdo{
	position: absolute;
	width: 60px;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
}
.vdo-olay .modal-dialog{
	width: 70%;
	max-width: none;
	height: 80vh;
}
.vdo-olay .modal-body{
	padding: 2px;
	border-radius: 0;
	height: 100%;
}
.vdo-olay .modal-content{border-radius: 0; padding: 0; height: 100%;}
.vdo-olay button.close{
	position: absolute;
	right: -35px;
   top: -2px;
   color: #fff;
   opacity: 1;
   font-size: 28px;
   outline: none;
}
.vdo-olay button.close:hover, .vdo-olay button.close:focus{color: #FF5A3C; outline: none; opacity: 1;}
.abt-list{margin-top: 20px; margin-bottom: 10px;}
.abt-list>li{display: flex; align-items: center; margin-bottom: 10px; font-weight: 600;}
.abt-list>li>div:first-child{width: 35px; height: 35px; background-color: rgba(255, 90, 60, 0.07); border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 2px;}
.abt-list>li.active>div:first-child{background-color: rgba(255, 90, 60, 100);}
.abt-list>li>div:first-child .img-grg{height: 50%; width: auto;}
.abt-list>li>div + div{padding-left: 10px;}
.abt-qte{
	border-left: 3px solid #FF5A3C;
	background-color: rgba(255, 90, 60, 0.11);
	margin: 20px 0 30px;
	padding: 20px 10px;
	font-size: 13px;
}



/********************************
   		  PROPERTIES
*********************************/
ul.line-list>li{position: relative; font-weight: 600; color: #0A2C3D; padding-left: 20px;}
ul.line-list>li + li{
	margin-top: 12px;
}
ul.line-list>li:before, ul.line-list>li::before{
	content: '';
	width: 10px;
	height: 1px;
	background-color: #F58727;
	position: absolute;
	left: 0;
	top: 50%;
}
.prop-feat{display: flex; margin: 30px 0;}
.prop-feat>li{
	font-weight: bold;
	font-size: 12px;
	padding: 0 10px;
}
.prop-feat>li + li{border-left: 1px solid rgba(112, 112, 112, 0.43);}
.prop-feat>li>div{
	display: flex;
	font-size: 14px;
}
.prop-feat>li>div .img-grg{height: 16px; width: auto; margin-left: 3px;}
.pi-list{width: 94%;}
.prop-img{
	box-shadow: 0 3px 14px rgba(40, 55, 188, 0.16);
	background-color: #fff;
	padding: 6px;
	margin: 0 -7px;
	border-radius: 2px;
}
.prop-img .img-grg{border-radius: 3px;}
.prop-rt .img-grg + .img-grg{margin-top: 10px;}
.col-prlt{width: 50.3%;}
.col-prrt{width: 49.7%; padding-left: 10px;}



/********************************
		 	FOOTER
*********************************/
.grg-footer{
	padding: 20px 0;
	background-color: rgba(55, 55, 55, 1);
	color: #fff;
}
.grg-footer a{color: #ff573b;}




/********************************
		FORM STYLES 
*********************************/
.form-control {
    border-radius: 0px;
    height: 52px;
    box-shadow: none;
    border: 1px solid #343434;
	color: #343434;
	background-color: #fff;
	padding: 15px;
	font-weight: normal;
}
.form-control::placeholder { 
  color: #343434;
}
.form-control:-ms-input-placeholder { 
  color: #343434;
}
.form-control::-ms-input-placeholder { 
  color: #343434;
}
.grg-gmap{
	height: 400px;
}
.form-olay button.close {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #ff5a3c;
    opacity: 1;
    font-size: 16px;
    outline: none;
    z-index: 2;
    font-weight: 700;
}
.form-olay button.close:hover, .form-olay button.close:focus,
.consultation-olay button.close:hover, .consultation-olay button.close:focus{color: #ff5a3c; outline: none; opacity: 1;}
.form-olay .modal-body, .consultation-olay .modal-body{position: relative; padding: 30px;}






/********************************
		  Landing Page
*********************************/
.landing-home{
    overflow: unset;
    position: relative;
    padding: 0;
    background-image: url(../imgs/hb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 70px;
}
.landing-form{
	padding: 30px;
	background-color: rgba(55, 55, 55, 0.96);
}

.landing-form .form-control{
	border: 1px solid rgba(255, 255, 255, 1);
	color: #ccc;
	background-color: #fff;
	padding: 15px;
	font-weight: normal;
}
.landing-form .form-control:focus{background-color: transparent; box-shadow: none;}
.landing-form .form-control::placeholder { 
  color: #ccc;
}
.landing-form .form-control:-ms-input-placeholder { 
  color: #ccc;
}
.landing-form .form-control::-ms-input-placeholder { 
  color: #ccc;
}
.landing-form .btn-grg{
	color: #fff;
	border:1px solid #ff573b;
	background-color: #ff573b;
	font-weight: 600;
}
.landing-btn{
	-ms-flex: 0 0 calc(100% - 305px);
    flex: 0 0 calc(100% - 305px);
    max-width: calc(100% - 305px);
    text-align: right;
}
.landing-btn .btn-grg{
	color: #fff;
	border-color: #ff573b;
	background-color: #ff573b;
	font-weight: 600;
}
.grg-scroll .landing-btn .btn-grg{
	color: #fff;
	border-color: #ff573b;
}
.grg-scroll .landing-btn .btn-grg:hover, .grg-scroll .landing-btn .btn-grg:focus{color: #fff;}
.lpro-row + .lpro-row{margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(0, 0, 0, 0.05);}
.landing-botfm .landing-form{
	background-color: rgba(55, 55, 55, 0.92);
}


/********************************
		 Media Queries
*********************************/
@media (min-width: 481px) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
	p{line-height: 21px;}
	.mobmenu{display: none;}
	.fm-contact{width: 90%;}
	
}
@media (min-width: 992px) {
	.btn-grg{min-width: 190px;}
}

@media (min-width: 1200px) {
	.landing-form{padding: 40px;}
}
@media (min-width: 1400px) {
}
@media (min-width: 1530px) {
}


@media (max-width: 1199.98px) {
	.grg-home h1{font-size: 40px;}
}
@media (max-width: 991.98px) {
	.pd-btns .btn-grg{
		font-size: 14px;
    	padding: 10px 15px;
	}

}
@media (max-width: 767.98px) {
	.mobdown{margin-bottom: 20px;}
	.nomobile, .desk-menu{display: none;}
	.section, section{padding: 50px 0;}
	.grg-header, .grg-header.grg-scroll{height: 50px;}
	.nh-inner{padding: 5px 0px;}
	.nh-inner .row{height: 40px; justify-content: space-between;}
	.site-logo{
	    -ms-flex: 0 0 110px;
	    flex: 0 0 110px;
	    max-width: 110px;
	    padding-right: 7px;
	}
	.landing-btn{
		-ms-flex: 0 0 calc(100% - 110px);
	    flex: 0 0 calc(100% - 110px);
	    max-width: calc(100% - 110px);
	    text-align: right;
	}
	.logo{max-width: 45px;}
	.req-qte{display: none;} 
	.btn-grg{padding: 5px 15px;}
	.grg-scroll .landing-btn .btn-grg, .landing-btn .btn-grg{font-size: 12px;}
	.abt-img{margin-bottom: 40px;}
	.prop-rt{margin-top: 30px;}
	.landing-home{padding-top: 110px;}

}
@media (max-width: 575.98px) {
	h1, .grg-home h1{font-size:26px;}
	h2{font-size: 24px;}
	h3{font-size: 21px;}
	.rs-det h4, h4{font-size: 18px;}
	h5{font-size: 16px;}
	h6{font-size: 14px;}
	p, .form-control{font-size: 13px;}
	.mt-std {margin-top: 15px;}
	.mb-std{margin-bottom: 15px;}
	.btn-grg{font-size: 14px; padding: 8px 15px;}
	.grg-footer{padding-left: 15px; padding-right: 15px;}
	.post .bs-inner{padding: 10px; font-size: 12px;}
	.grg-scroll .landing-btn .btn-grg, .landing-btn .btn-grg{padding: 6px 12px; font-size: 12px;}


}
@media (max-width: 480px) {
	.btn-grg + .btn-grg{margin-left: 0; margin-top: 15px;}
	.prop-feat>li{font-size: 9px;}
}
@media (max-width: 360px) {



	

}

/* Media Query for Iphones */

	/* ----------- iPhone 4 and 4S ----------- */

	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2) {
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 480px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: landscape) {
	}
	
	/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
	
	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 568px)
	  and (-webkit-min-device-pixel-ratio: 2) {
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 568px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) {
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 320px) 
	  and (max-device-width: 568px)
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: landscape) {
	}
	
	/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
	
	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 667px) 
	  and (-webkit-min-device-pixel-ratio: 2) { 
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 667px) 
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: portrait) { 
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 667px) 
	  and (-webkit-min-device-pixel-ratio: 2)
	  and (orientation: landscape) { 
	}
	
	/* ----------- iPhone 6+, 7+ and 8+ ----------- */
	
	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 414px) 
	  and (max-device-width: 736px) 
	  and (-webkit-min-device-pixel-ratio: 3) { 
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 414px) 
	  and (max-device-width: 736px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: portrait) { 
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 414px) 
	  and (max-device-width: 736px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: landscape) { 
	}
	/* ----------- iPhone X ----------- */

	/* Portrait and Landscape */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 812px) 
	  and (-webkit-min-device-pixel-ratio: 3) { 
	}
	
	/* Portrait */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 812px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: portrait) { 
	}
	
	/* Landscape */
	@media only screen 
	  and (min-device-width: 375px) 
	  and (max-device-width: 812px) 
	  and (-webkit-min-device-pixel-ratio: 3)
	  and (orientation: landscape) { 
	}


/* ----------- VIDEO MEDIA QUERY ----------- */
/* Portrait and Landscape */
@media(min-aspect-ratio: 16/9){}
@media(max-aspect-ratio: 16/9){
	
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   /* your css rules for ipad portrait */
   
   
}
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {
   /* your css rules for ipad pro portrait */
  
   
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
   /* your css rules for ipad landscape */
}
@media all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape) {
   /* your css rules for ipad landscape */
   
}




/********************************
	 Customizing Animate CSS
*********************************/
.animated.delay-50ms {-webkit-animation-delay: 50ms;animation-delay: 50ms;}
.animated.delay-100ms {-webkit-animation-delay: 100ms;animation-delay: 100ms;}
.animated.delay-150ms {-webkit-animation-delay: 150ms;animation-delay: 150ms;}
.animated.delay-200ms {-webkit-animation-delay: 200ms;animation-delay: 200ms;}
.animated.delay-250ms {-webkit-animation-delay: 250ms;animation-delay: 250ms;}
.animated.delay-300ms {-webkit-animation-delay: 300ms;animation-delay: 300ms;}
.animated.delay-350ms {-webkit-animation-delay: 350ms;animation-delay: 350ms;}
.animated.delay-400ms {-webkit-animation-delay: 400ms;animation-delay: 400ms;}
.animated.delay-450ms {-webkit-animation-delay: 450ms;animation-delay: 450ms;}
.animated.delay-500ms {-webkit-animation-delay: 500ms;animation-delay: 500ms;}
.animated.delay-550ms {-webkit-animation-delay: 550ms;animation-delay: 550ms;}
.animated.delay-600ms {-webkit-animation-delay: 600ms;animation-delay: 600ms;}
.animated.delay-650ms {-webkit-animation-delay: 650ms;animation-delay: 650ms;}
.animated.delay-700ms {-webkit-animation-delay: 700ms;animation-delay: 700ms;}
.animated.delay-750ms {-webkit-animation-delay: 750ms;animation-delay: 750ms;}
.animated.delay-800ms {-webkit-animation-delay: 800ms;animation-delay: 800ms;}
.animated.delay-850ms {-webkit-animation-delay: 850ms;animation-delay: 850ms;}