/*Theme Color : #3f4a5a*/
/*theme Font */



@font-face {
    font-family: 'rileno_sanslight';
    src: url('../fonts/rilenosans-light-webfont.woff2') format('woff2'),
         url('../fonts/rilenosans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rileno_sansmedium';
    src: url('../fonts/rilenosans-medium-webfont.woff2') format('woff2'),
         url('../fonts/rilenosans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rileno_sansregular';
    src: url('../fonts/rilenosans-regular_0-webfont.woff2') format('woff2'),
         url('../fonts/rilenosans-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rileno_sanssemibold';
    src: url('../fonts/rilenosans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/rilenosans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rileno_sansbold';
    src: url('../fonts/rilenosans-bold-webfont.woff2') format('woff2'),
         url('../fonts/rilenosans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*****************************/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'rileno_sansregular', sans-serif;
	
}
html{
	scroll-behavior: smooth;
	font-family: 'rileno_sansregular', sans-serif;
}
p {
    font-weight: 500;
    text-align: justify;
}
img:hover{opacity: 0.8}
a, a:hover, a:focus{text-decoration: none}
.modal-body h2{
	text-align: center;
	text-transform: uppercase;
	color: #F8AD47;
}
.head1 {
    text-align: center;
    margin-bottom: 60px;
	font-family: 'rileno_sanslight',sans-serif;
    
}
.head2 {
    text-align: left;
    margin-bottom: 45px;
    font-family: 'rileno_sanslight',sans-serif;
    font-size: 52px;
}
.head3 {
    text-align: center;
    margin-bottom: 45px;
    font-family: 'rileno_sanslight',sans-serif;
    font-size: 52px;
	Color : #3f4a5a
}

ul.prj_details {
    border: 1px solid #F8AD47;
    padding: 15px 15px 15px 36px;
    border-radius: 5px;
}
.pattern {
    background: url('../images/am_bg.jpg') no-repeat 0 0;
    padding: 25px;
}
.classcontact
 {
	text-align: center;
	background:#F9AE3B;
	margin:auto;
	padding: 5px 50px;
}

.classcontact:hover{
	background-color: #2b2a29;

}
span.bnr_btm_strip {
    display: block;
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
.thm_btn:hover, .thm_btn_normal:hover {
    background: #333;
	color: #F8AD47;
}
.thm_btn {
    background-color: #F8AD47;
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 12px;
    padding: 10px 64px;
}	


.thm_btn_normal {
    background-color: #F8AD47;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0;
    padding: 10px 30px;
	display: inline-block
}
.buttondiv {
    text-align: center;
    margin-bottom: 30px;
}
.prj_details li span {
    color: #F8AD47;
}
.classcontact{
	color: #000;
}
.classcontact:hover {
	color: #fff;
	text-decoration: none;
}
/**************************Menu css*****************************************/

.navbar-fixed {
    position: fixed;
    top: 0;
}
nav.navbar.navbar-fixed {
    padding: 8px 0;
}
.navbar-expand-md .navbar-collapse {

    flex-basis: auto;
    max-width: 1500px;
}
nav .logo img{
    padding: 0px;
    height: 58px;
}
.navbar-fixed .logo img{
    height: 35px;
}
.navbar {
    top: 0;
    z-index: 100;
    width: 100%;
    transition: all 300ms linear;
    background: #607b9c;
    padding: 30px 0;
	border-bottom: 2px solid #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px;
}

.navhover::after{
content: "";
position: absolute;
width: 2px;
height: 15px;
background: #fff;
margin-left: 7px;
margin-top: 5px;
}


.navhover1::after{
display: none;
}


nav{
  margin: auto;
    transition: all 300ms linear;
   /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
}

nav ul {
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff!important;
  text-transform: uppercase;
}




.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 26px;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
  
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    width: 26px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    transition: all 300ms linear;
}

/***************************Menu Css****************************************/

.fixedinqiry{
	position: fixed;
	top: 50%;
	right: -96px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	z-index: 10000;
	background: #607b9c;
	transform: rotate(90deg);
}
.fixedinqiry h2{
	font-size: 18px;
	padding: 10px 15px 0px 15px;
	text-transform: uppercase;
}

.fixedinqiry:hover{
	background-color: #2b2a29;

}
.fixedinqiry h2 a{
	color: #fff;
}
.fixedinqiry h2:hover a{
	color: #fff;
	text-decoration: none;
}


.extra{
	height: 120px;
}


.contact-form-button{
	background:#F9AE3B;
	padding: 5px 10px;

	font-family: 'rilenosansbold';

}

.contact-form-button:hover{
	background-color: #2b2a29;

}
.contact-form-button{
	color: #000;
}
.contact-form-button:hover {
	color: #fff;
	text-decoration: none;
}


.footer-below {
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
	background: #333;
}
.design{text-align: right}
.design a{color: #fff}
.dateico {
    background: url('../images/calendar_icon.png') no-repeat 100% 0;
    background-size: contain;
	cursor: pointer;
}
.yellow_but {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    background: #3f4a5a;
	color: #333;
}
.yellow_but:hover {
    background: #607b9c;
	color: #333;
}

img.raghuvir_icon {
    height: 50px;
    margin-left: 15px;
}
.banner-bg {
    position: relative;
    background: #3f4a5a;
}
.banner img {
    width: 100%;
}
.forms_div {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.banner-bg h1 {
    width: 50%;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 auto 38px;
}
.banner-bg h1 span {
    display: block;
    font-size: 24px;
}
.left-section {
    color: #fff;
    padding: 10px 15px;
    float: left;
    background: #607b9c;
    margin-top: 35px;
}
.left-section small {
    padding: 0px;	
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.left-section h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    color: #000;
    font-size: 42px;
    padding: 0;
}
.left-section ul {
    padding: 0px;
    margin: 0px;
    max-width: 280px;
	list-style: none;
}
.left-section ul li {
    padding: 0px;
    margin: 0px 0px 8px 0px;
    font-size: 14px;
    line-height: 20px;
}
.left-section ul ul li {
    margin: 0px; 
}
.left-section strong {
    font-weight: normal;
    margin-right: 8px;
}
.left-section a.enquiry {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background: #ebcf29;
    display: block;
    margin: 10px 0 15px 0;
    padding: 8px 18px;
    float: left;
    text-transform: uppercase;
    width: auto;
}

.bnr-form {
     max-width: 250px;
    float: right;
}
.bnr-form h5 {
    padding: 0px;
    margin: 0px 0 20px 0;
    font-size: 24px;
	color: #fff;
}
.bnr-form ul {
    padding: 0px;
    margin: 0px;
	list-style: none;
}
.bnr-form ul li input, .bnr-form ul li select {
    padding: 5px 10px;
    margin: 0px 0 10px 0;
    border: 1px solid #607b9c;
    outline: 0px;
    border-radius: 0px;
    background: none;
    color: #ccc;
    width: 100%;
}

.bnr-form ul li input.submit-btn {
    background: #607b9c;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    padding: 8px 30px;
    cursor: pointer;
    float: right;
    width: auto;
	border: 2px solid #3f4a5a;
}
.bnr-form ul li input.submit-btn:hover {
    background: #3f4a5a;
	border: 2px solid #607b9c;
}

.banner-bg ::-webkit-input-placeholder { /* Edge */
  color: #ccc;
}

.banner-bg :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

.banner-bg ::placeholder {
  color: #ccc;
}
select:disabled {
  color: red !important;
}
.about_div h1, .about_div h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}
.abt_img_div img {
    width: 100%;
    margin-bottom: 30px;
}

section {
    padding: 80px 0 30px;
}
.heading {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}
ul.cust_ul {
    padding: 0;
    list-style: none;
}
img.am_icon {
    margin-right: 22px;
}
.cust_ul li {
    margin-bottom: 22px;
}

.bro_sec_div h2, .brochure_div {
    text-align: center;
}
img.footer_logo {
    height: 80px;
    margin-bottom: 40px;
}
.address, .contact a {
    color: #000;
    font-size: 16px;
    max-width: 300px;
}
.getintouch {
    background: #3f4a5a;
    color: #fff;
    font-weight: 600;
    padding: 10px 50px;
    font-size: 20px;
	margin-top: 50px;
}
.getintouch:hover {
    background: #607B9C;
    color: #fff;
}

.social{
	margin-top: 25px;
}
.social ul li{
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.social ul li a {
     color: #000;
    font-size: 18px;
    font-weight: 500;
}
.gallery_img {
    width: 100%;
}
.mb25 {
    margin-bottom: 25px;
}
.video {
    text-align: center;
}
.copyright {
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 20px;
    font-weight: 500;
}
.modal-body .submit-btn {
    background: #000000;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    padding: 8px 40px;
	cursor: pointer;
}

.dwn_btn {
    margin-left: 60px;
}
#features, #contact {
    background: #c2c2c2;
}
.feat_box {
    border: 1px solid #000;
    text-align: center;
    padding: 15px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 1s;
}
.feat_box:hover {border: 1px solid #3f4a5a;}
.feat_box img.fhvrimg {display: none}
.feat_box:hover img.fimg {display: none}
.feat_box:hover img.fhvrimg {display: inline;}
.feat_box:hover h4 {color: #3f4a5a}

.feat_box img:hover, .gallery img:hover, .footer img:hover {
    opacity: 1;
}
.feat_box h4 {
    font-weight: 400;
    font-size: 24px;
    text-transform: capitalize;
    padding: 0 18px;
	min-height: 62px;
}
.gallery{background: #3f4a5a}
.gallery .head2{color: #fff}
.gallery_box img {    border: 1px solid #ccc;filter: grayscale(1);transition: 0.2s ease-InOut; margin-bottom: 30px; width: 100%}
.gallery_box:hover img {filter: grayscale(0);}
.location{border-bottom: 2px solid #3f4a5a}
.loc_div {    display: flex;   width: 100%;}
.loc_box {
    width: 20%;
    padding: 15px;
}
.loc_box img{
    width: 100%;
}
.loc_box p {
    text-align: center;
    font-size: 18px;
    padding: 15px 5px;
}
.plan_div .carousel-indicators li {
    background-color: rgba(190, 92, 79,.5);
}
.plan_div .carousel-indicators .active {
    background-color: #3f4a5a;
	
}
.footdiv {
    padding-top: 75px;
}
.footdiv p.fhead {
    font-size: 22px;
}
.footdiv span {
    margin: 0 15px;
    display: inline-block;
}
.foot_img {
    width: 100%;
    float: left;
}





/*************************************Responsive Media Query***********************************************************/

@media only screen and (min-width: 768px) and (max-width: 1280px) 
  {
		.navbar-expand-lg .navbar-nav .nav-link {
			padding: 10px 5px;
			font-size: 14px;
		}
		.navhover::after {
			margin-left: 4px;
			margin-top: 2px;
		}
		.banner-bg h1 {
			width: 60%;
		}
		.about_leftimg {
			width: 100%;
		}
		.banner {
				padding-bottom: 100px;
			}
}


/* Smartphones (portrait and landscape) ----------- */
@media screen and (max-width: 768px){
		.about_leftimg {
			width: 100%;
		}
		nav .logo img {
			height: 30px !Important;
		}
		.raghuvir_icon {
			height: 30px !important;
			margin-left: 5px;
		}
		.navhover::after{display: none}
		.dwn_btn{display: none}
		.navbar-collapse {
			background: #E3B859;
			position: absolute;
			width: 100%;
			top: 110px;}
		.navbar-collapse {
			background: #E3B859;
			position: absolute;
			width: 100%;
			top: 110px;
			left: 0;
		}
		.forms_div {
			position: relative;
		}
		.loc_div {
			display: block;
		}	
		.loc_box {
			width: 80%;
			margin:0 auto;
		}
		img.am_icon {
			margin-right: 0px;
			width: 100%;
		}
		.footdiv p.fhead {
			text-align: center;
		}
		.banner-bg .container h1 {
			width: 100%;
			font-size: 32px;
		}
		.left-section, .bnr-form {
			float: none !Important;
			/*width: 300px;*/
			margin: 0 auto 25px;
			
		}
		.left-section a.enquiry {
			float: none !Important;
		}
		
		.aboutus .col-md-4.col-sm-4.col-xs-12 {
			text-align: center;
		}
		.about_div {
			border-left: none !Important;
			padding-left: 0 !Important;
			padding-top: 20px;
			border-top: 1px solid #898989;
			margin-top: 20px;
		}
		
		.about_img, .gallery_img {
			margin-bottom: 20px;
		}
		.footdiv {
			text-align: center;
			padding-top: 75px;
		}
		.address p {
			text-align: center;
		}
		.foot_img {
			width: 100% !Important;
			margin-bottom: 20px;
		}
		.cust_ul li span {
		  display: none;
		}
		.contact a {
			display: block;
		}
		.getintouch {
			padding: 10px 15px;
		}
}





@media only screen  and (max-width: 375px)  {
 
} 



@media only screen  and (max-width: 320px)  {
 
}

@media only screen  and (max-width: 319px)  {

}
/*************************************Responsive Media Query***********************************************************/
