@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

body {
padding:0;
}

:root{
    /*--theme-color: #653405;*/
	--theme-color: #5b7311;
	--secondary-theme-color:#000000;
	--white-color: #ffffff;
	--button-color: #9f8468;
	--dark-color: #000000;
	--link-color: #282e16;
}

.clr{clear:both;}

.contentwrapper{padding:3% 0;}

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



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

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

.headertop a{text-decoration:none;}

header{margin-bottom: 1px; background: #668504;
-webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.21);
box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.21);
}

.bg-danger, .btn-danger{background:var(--theme-color)!important;}

.logo{padding-top:10px;}

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

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

.bannerbottom > div:nth-child(1){background:#0f4b7b;}
.bannerbottom > div:nth-child(2){background:#1466a7;}
.bannerbottom > div:nth-child(3){background:#2284d1;}
.bannerbottom > div:nth-child(4){background:#57a8e7;}

.bannerbottom > div{padding:2%; color:#f1f0f0;}
.bannerbottom > div > a{background:#ffffff; color:#000000; padding:5px; text-decoration:none; display:block; width:110px; margin:20px auto 0; border-radius:3px; font-size:13px; font-weight:500;}
.bannerbottom > div > a:hover{background:#000000; color:#ffffff; }

.bannerbottom > div > strong{color:#ffffff; font-family: "Cinzel", serif; display:block; font-size:17px; padding-bottom:10px;}


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

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

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

h1:before, h2:before, h3:before{position:absolute; content:""; width:80px; height:2px; background:#000000; left:0; bottom:14px;}
h1{font-size:30px!important;}

h2, h3{font-size:25px!important;}

.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;}


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

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, 1);
}


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

.nav-link {
    display: block;
    margin-top:2px;
	padding: 0.5rem 1.5rem;
	font-size:13px;
    color: #900;
    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;
}

.nav-link:hover {
    background-color: var(--theme-color);
	color:#ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
    color:#ffffff;
}



.dropdown-item {
    padding: .25rem 1rem;
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    border-bottom: solid 1px #cccccc;
}

.dropdown-menu {border: 0;}

.navbar-light .navbar-toggler {
    color: rgb(4 3 3 / 55%);
    border-color: rgba(0, 0, 255, 1);
    background: #ffffff;
}


.sidemenu{padding-top:10px;}
.sidemenu > ul{padding:0; margin:0 0 60px;}
.sidemenu > ul > li{list-style-type:none;}
.sidemenu > ul > li a{display:block; color:#000000!important; padding:10px 0 10px 30px; text-decoration:none; background: url(../images/menuicon.png) no-repeat left; border-bottom:solid 1px #cccccc;}

.sidemenu > ul > li a:hover{background: none; background-color:var(--theme-color); color:#ffffff!important;}

.swatchbharat{padding-top:10px;}

.notice{box-shadow: rgba(0, 0, 255, 0.75) 10px 2px 20px -20px; padding:2%;}

.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;}

.welcome > span{border:solid 1px #b1b1b1; padding:5px; display:block; width:70%; margin:auto;}

h6{margin-bottom:0;}
.fs-6{font-size:13px!important;}

.importantlinks{padding-top:2%;}
.importantlinks > strong{font-size:13px; font-weight:700;}
.importantlinks a{color:var(--link-color)!important;}

.homegallery > div{padding:4%;}

.homegallery > div > h2{color:#ffffff;}

.service{background:#f1f1f1; padding:3% 0;}
.service .block p{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 p > strong{font-size:17px; padding:18px 0 7px; display:block;}

.service .block > div{position:relative;}
.service .block p img{border:solid 1px #ffffff;}
.service .block p:hover img{border:solid 1px var(--theme-color);}
.service .block p:hover{
-webkit-box-shadow: -1px 0px 5px 1px rgba(13,202,240,0.9);
-moz-box-shadow: -1px 0px 5px 1px rgba(13,202,240,0.9);
box-shadow: -1px 0px 5px 1px rgba(13,202,240,0.9);
}

.img_dimension{width:400px; height:auto; float:left; padding:10px 20px 20px 0;}

.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);}


.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--------*/

/*------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;}

.gallerycat{
position:relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e70130+0,e70130+28,6d0019+100 */
background: linear-gradient(to bottom,  #e70130 0%,#e70130 28%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.gallerycat:after{content:""; position:absolute;}

.gallerycat > h2{font-size:40px;}
.gallerycat > h2:before{position:absolute; content:""; width:80px; height:4px; background:#ffffff; left:0; bottom:14px;}

.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, .gallery > div > div > a > p{width:100%; height:250px; overflow:hidden;}
.galleryimg{width:100%; height:270px; 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:var(--secondary-theme-color); color:#ffffff; padding:6px 3px 2px; margin-bottom:1px; font-size:14px; height:42px;}
.gallery > div > div > a{text-decoration:none;}

.information {
    padding: 4px;
    display: block;
    margin: 15px 0;
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(to right, rgb(138 153 94) 0%, rgb(24 24 22) 100%);
    font-size: 14px;
}
.information:hover{color:#ffffff;}

.up3,.down3{background:var(--theme-color)!important; color:#ffffff; outline:0; border:0;}
.myTicker3 > ul{padding:0; margin:0;}
.myTicker3 > ul li{list-style-type:none; padding:10px;}
.myTicker3 > ul li > i{font-size:20px; color:var(--secondary-color)!important;}

/*==========footer ==========*/

.footerimg{background:url(../images/footerimg.webp) repeat-x bottom left; padding:25px 0 0;}

footer{background-color:#668504!important; color:#000000; font-weight:bold; font-size:14px;}

.footernav{
   position:relative;
   width:100%;
   margin:0;
   padding:2% 3% 1%;
   color:#000000;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,bcbcbc+100 */
background: linear-gradient(to bottom,  #e9e9e9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.footernav strong{color:#000000; 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:#000000; display:block; text-decoration:none; font-size:15px; border-bottom:dashed 1px #000000;}

.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 > 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:var(--theme-color)!important;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff!important;
	background:#000000;
	transition:ease all 0.5s;
	text-decoration:none;
}

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

.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; padding:5px 10px;}

.hide {opacity:0;}
.show {opacity:1;}

.list > li{padding-top:10px; padding-bottom:10px;}

@media (max-width: 800px) {	
h1, h2, h3  {font-size: 20px !important;}

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

.nav-link {
border-bottom:solid 1px #cccccc;
margin-top: 2px;
}

.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; padding:10px 0 20px; margin:auto;}
.gallery > div > div > p, .galleryimg{height:auto;}
.homegallery > div{padding:4% 4% 4% 1%;}
.video{width:100%; height:auto;}
.swatchbharat{padding-top:0; width:160px; height:auto;}
.flex-fill{padding:5px;}

}

@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;}
}