@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&family=Raleway:wght@200;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

body {
padding:0;
}

:root{
    /*--theme-color: #653405;*/
	--theme-color: #c1aa76;
	--secondary-theme-color: #fb8846;
	--white-color: #ffffff;
	--button-color: #c1aa76;
}

.contentwrapper{padding:3% 0;}

.text-justify{text-align:justify;}

.btn-theme{background:var(--theme-color); padding:3px 8px; text-decoration:none; font-size:14px; border-radius:4px;}

.btn-info, .btn-info:hover{background:var(--theme-color); border-color:var(--theme-color);}

.headertop{background:var(--theme-color); text-align:right; padding:4px 10px;
}

.headertop a{text-decoration:none;}

header{background:#ffffff; margin-bottom:10px;}

.carousel-item{position:relative; overflow:hidden;}
.carousel-item img{width:80%; height:80vh;}

.carousel-item .overlay{ position:absolute; left:0; right:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.0); z-index:0;}


.card-body img{min-width:50%; max-height:200px;}

.text-theme{color:var(--theme-color); font-weight:bold;}

h1, h2, h3{font-family: "Poppins", sans-serif; padding-bottom:20px; position:relative;}

h1:before, h2:before, h3:before{position:absolute; content:""; width:80px; height:4px; background:var(--theme-color); left:0; bottom:14px;}

h2, h3{font-size:60px;}
h3{font-size:25px;}
h2 strong{font-size:58px;}
.carousel-item a, .button{background-color: var(--button-color); color:var(--white-color); padding:10px 20px; text-decoration:none; display:block; margin:20px auto 0; width:200px; border-radius:5px; border:solid 3px #ffffff;}
.button{font-weight:bold;}

.carousel-caption h2:before, .carousel-caption h2:after{display:none;}

.button{margin:20px 0 0; width:160px;}

.innerbanner{padding:15% 0 0; background:url(../images/innerbanner.webp); position:relative;}
.innerbanner > h2, .innerbanner > h3{font-size:42px; padding:5px 10px 5px 140px; color:#ffffff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,0d211d+26,ffffff+100&1+0,1+26,0+100 */
background: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(13,33,29,1) 26%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.innerbanner > h3{padding:5px 10px 5px 40px;}
.innerbanner > h2:before, .innerbanner > h3:before{display:none;}

h1 span, h2 span{color:#000000;}
h3 span{color:#000000;}

.nav-item {padding-left:10px;}

.nav-link {
    display: block;
    padding: 0.5rem 1.5rem;
	font-size:15px;
    color: #000000;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	font-family: 'Rajdhani', sans-serif;
	font-weight:bold;
}

.welcome_leftblock{position:relative;}

.welcome_leftblock .img1{position:absolute; left:0; top:0; width:80%; height:auto; padding:10px; z-index:100; border:solid 6px var(--secondary-theme-color); background:#ffffff;}
.welcome_leftblock .img2{position:absolute; right:30px; bottom:10px; width:60%; height:auto; padding:10px; z-index:200; border:solid 6px var(--theme-color); background:#ffffff;}

.service{background:#f1f1f1; padding:3% 0;}
.service .block .border{position:relative; display:block; width:90%; margin:0 auto 50px; padding:8px 8px 30px; background:#ffffff; font-size:14px;
-webkit-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.2);
-moz-box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.2);
box-shadow: -1px 0px 5px 1px rgba(0,0,0,0.2);
}
.service .block div > div > strong{font-size:17px; padding:18px 0 7px; display:block;}

.img_block{width:100%; height:250px; position:relative; overflow:hidden;}

.service .block > div{position:relative;}
.img_block img{border:solid 1px #ffffff; width:100%; height:auto;}
.service .block .border:hover img{border:solid 1px var(--theme-color);}
.service .block .border:hover{
-webkit-box-shadow: -1px 0px 5px 1px rgba(193,170,118,0.9);
-moz-box-shadow: -1px 0px 5px 1px rgba(193,170,118,0.9);
box-shadow: -1px 0px 5px 1px rgba(193,170,118,0.9);
}

.img_dimension{width:400px; height:auto; float:left; margin:10px 20px 20px 0; border:solid 4px #000000;}

.readmoreProduct{position:absolute; width:100px; bottom:-17px; left:0; right:0; margin:auto; padding:6px; background:var(--theme-color); color:#ffffff; font-size:13px; text-decoration:none;}
.readmoreProduct:hover{background:#000000; color:#ffffff; bottom:-20px; transition:ease all 0.2s;}
.readmoreProduct:hover p{display:none!important;}


.home_project{background:url(../images/home_product_bg.jpg) repeat-x fixed top; margin-top:50px;}
.home_project > div{background-image: linear-gradient(135deg, #1C12362B 0%, #37236b 100%); padding:8% 4%;}
.home_project h2{color:#ffffff; font-size:60px; font-weight:bold;}
.home_project h3{color:#ffffff; font-size:20px;}

.btn-danger, .btn-danger:hover{background-color:var(--button-color); border-color:var(--button-color);}


.video{background:url(../images/enquirybg.webp) fixed center no-repeat; background-size: cover;}

.video{padding:0;}
.latestnews{background:rgba(255,255,255,0.5); padding:4% 3%;
-webkit-box-shadow: 10px 6px 5px -7px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 6px 5px -7px rgba(0,0,0,0.25);
box-shadow: 10px 6px 5px -7px rgba(0,0,0,0.25);
}

/*------SHADOW EFFECT--------*/
.effect1
{
  position: relative;
}
.effect1:before, .effect1:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect1:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.neweffect1
{
  position: relative;
}
.neweffect1:before, .neweffect1:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #000000;
  -webkit-box-shadow: 0 15px 10px #000000;
  -moz-box-shadow: 0 15px 10px #000000;
  box-shadow: 0 15px 10px #000000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.neweffect1:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.effect3
{
  position: relative;
}
.effect3:before, .effect3:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left:20px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.effect3:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right:20px;
  left: auto;
}
/*------SHADOW EFFECT END--------*/

.newsletter {
padding: 20px 0;

}

.newsletter h2 {
color: #243c4f;
margin-bottom: 40px; }
.newsletter .form-control {
height: 42px;
border:solid 1px;
border-color: #ffffff;
border-radius:0;
background:#ffffff;
color:#000000;
}
.newsletter .form-control:focus {
box-shadow: none;
border: 2px solid #ffffff;
color:#000000;
}
.newsletter .btn {
min-height: 42px; 
border-radius:0;
background:var(--theme-color);
color: #000000;
font-weight:600;
}

.newsletter::placeholder { 
        
        /* Firefox, Chrome, Opera */ 
        color: #ffffff!important; 
    } 
      
.newsletter:-ms-input-placeholder { 
        
        /* Internet Explorer 10-11 */ 
        color: #ffffff!important; 
    } 
      
.newsletter::-ms-input-placeholder { 
        
        /* Microsoft Edge */ 
        color: #ffffff!important; 
    }

.form-control{border:0; border-bottom:solid 1px #cccccc;}

.gallery > div > div{text-align:center; background:#ffffff; border:solid 1px #cccccc; width:100%; padding:4px 4px 0; margin:10px auto;}
.gallery > div > div > p{width:100%; height:380px; overflow:hidden;}
.galleryimg{width:100%; height:400px; margin:auto; transition:ease all 0.6s;}
.gallery > div > div:hover .galleryimg{transform:scale(1.1);}
.gallery > div > div:hover h6{background:var(--theme-color);}

.gallery > div > div > a > h6{background:#000000; color:#ffffff; padding:6px 3px 2px; margin-bottom:1px; font-size:14px; height:42px;}
.gallery > div > div > a{text-decoration:none;}
/*==========footer ==========*/
footer{background-color:#c1aa76!important; color:#ffffff; font-weight:bold; font-size:14px;}

.footernav{
   position:relative;
   width:100%;
   margin:0;
   padding:3% 3% 0;
   background-color:#595754;
   color:#ffffff; 
}

.footernav strong{color:#cccccc; font-size:12px;}
.footernav ul{padding:0; margin:0;}
.footernav ul li{list-style-type:none;}
.footernav ul li a{padding:5px 0 5px 4px; color:#a9a9a9; display:block; text-decoration:none; font-size:15px; border-bottom:dashed 1px #a9a9a9;}

.footernav > .content{font-size:12px;}

.footernav > a{margin:4px; color:#6b6b6b;}

.footernav > .img{position:absolute; z-index:1000; height:40px; width:100%; bottom:0; left:0; background:url(../images/footerimg.png) bottom left;}

footer > div > p > a {color:#000000;}
/*==========footer end==========*/

/*==========social link==========*/
.sociallink {
    width: 100%;
}
.sociallink{width:100%;}
.sociallink > a{float:left!important; width:30px; margin:20px 10px 0 0;}

.map{margin:50px 0 0;}

.fa1 {
  padding: 10px;
  font-size: 18px!important;
  width: 36px;
  height: 36px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff;
	background:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
	
	-moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
	
}

.fa1-facebook, .fa1-twitter, .fa1-youtube, .fa1-search-plus {
  background: #ffffff;
  color:var(--theme-color)!important;
}

.fa2 {
  padding: 10px;
  font-size: 44px!important;
  width: 44px;
  height: 44px;
  border-radius:50%;
  text-align: center;
  text-decoration: none;
  margin: 20px 2px 0;
  float:left!important;
  color:#000000!important;
}

.fa2:hover, .fa2:active {
    opacity: 1;
	color:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;
}

.fa2-facebook, .fa2-twitter,
 .fa2-youtube, .fa2-search-plus {color:#ffffff!important;}
/*==========social link end==========*/

.flex-fill {position:relative;}
.flex-fill a{position:absolute; left:20px; bottom:25%; z-index:1000; font-size:30px; font-weight:bold; font-family: 'Rajdhani', sans-serif;}

@media (max-width: 800px) {	

.d-flex {display: block!important;}
.flex-fill{width:100%;}

.nav-link {border-bottom:solid 1px #cccccc;}
.nav-link:hover {background:#d9d9d9;}

.innerbanner{padding:30% 0 0; 
background-image: url('../images/innerbanner.webp');
  background-repeat: no-repeat;
  background-attachment: relative;
  background-position: center; 
}
.innerbanner > h2, .innerbanner > h3{font-size:27px; padding:10px 10px 10px 10px; color:#ffffff;}

.contentwrapper{padding:3% 5%;}

.home_project h2 {font-size: 30px;}

.carousel-item a, .button{padding:3px 7px; text-decoration:none; display:block; margin:20px auto 0; width:100px!important; border-radius:5px; font-size:12px!important;}

.effect1, .neweffect1
{
  display: block;
}

.img_dimension{width:100%; height:auto; float:none; margin:0 auto 10px;}

.gallery > div > div > p, .galleryimg{height:auto;}

.service .block div > div img{height:auto;}

}

@media (max-width: 420px) {

.home_project h2{font-size: 25px;}

}


@media (min-width: 992px){
.container {
    max-width: 95%;
}
}

@media (min-width: 768px){
.container {
    max-width: 95%;
}
}

@media (max-width: 900px){
.carousel-item img{width:100%; height:auto;}
.welcome_leftblock{display:none;}
}