@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'Kabrio Alternate';
    src: url('../fonts/KabrioAlternate-Bold.eot');
    src: url('../fonts/KabrioAlternate-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/KabrioAlternate-Bold.woff2') format('woff2'),
        url('../fonts/KabrioAlternate-Bold.woff') format('woff'),
        url('../fonts/KabrioAlternate-Bold.ttf') format('truetype'),
        url('../fonts/KabrioAlternate-Bold.svg#KabrioAlternate-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Urbanist", sans-serif;
}
h1, h2, h3, h4, h5, h6{font-family: "Urbanist", sans-serif;margin: 0px;}
p{font-family: "Urbanist", sans-serif; font-size: 22px;font-weight: 500;padding: 0; margin-bottom:10px;line-height: 35px;color: #000000;text-align: justify;}
ul, li{padding: 0;margin: 0;list-style-type: none;text-align: justify;}
img {
  max-width: 100%;
  border: none;
}
u{text-decoration: underline;}

a {
  text-decoration: none;
  outline: none !important;
}
.p-70{padding: 70px 0;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.btn {
  transition: 0.5s;
  padding: 10px 35px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  border: 1px solid #000;
  border-radius: 5px;
  display: none;
}

.btn:hover{
  border-color: #1A1B1E;
  background-color: #1A1B1E;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus{
  box-shadow: none;
  border-color: #D6AB80;
  background-color: #D6AB80;
  color: #ffffff;
}
.btn-white{
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.btn-white:hover, .btn-white:focus{
  box-shadow: none;
  border-color: #D6AB80;
  background-color: #D6AB80;
  color: #ffffff;
}
.btn-view {
  border: 1px solid #D9AF7F;
  color: #ffffff;
  position: relative;
  padding: 15px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
  z-index: 1;
}
.btn-view:hover{
  background-color: #D9AF7F;
}
.btn-view::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 1px solid #D9AF7F;
  z-index: -1;
  transition: 0.5s;
}
.btn-view:hover::after{
  opacity: 0;
}
.headertext{ margin-bottom: 35px;}
.headertext h4{ position: relative;font-size: 18px;color: #870002;font-weight: 400; margin-bottom: 7px;}
.headertext h3{ position: relative;font-size: 48px;color: #000;font-weight: 500;line-height: 50px; margin-bottom: 10px;}

/*menu CSS
--------------------------------------------------------------------------------------------------*/

.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.menu ul li.active{
  position: relative;
}
.menu ul li.active::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  max-width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/menu-active-shape.svg);
}
.menu ul li span{
    position: absolute;
    top: 14px;
    right: 0;
    display: none;
}
.menu ul li span::after {
    content: '\f107';
    color: #000000;
    font-family: FontAwesome;
    font-size: 10px;
}
.menu ul li:hover span::after{
  color: #f7c624;
}
.headarea.innerheader .menu ul li a{ color: #000; }
.menu ul li a {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin: 0 35px;
  position: relative;
  
}
/*.menu ul li.active a {
  color: #fe0000;
}
.menu ul li a:hover {
  color: #fa0202;
}*/
.menu ul li.active a::after{width: 100%;}
.menu ul li a span {
    display: inline-block;
    vertical-align: 0px;
    margin-left: 6px;
    font-size: 10px;
}
.menu ul li a .arrow-icon {
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
}
.menu ul li:hover ul li a:hover {
  color: #fff;
  background-color: #D6AB80;
}
.menu ul li ul {
    width: 240px;
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    text-align: left;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 15px rgb(0 0 0 / 3%);
}
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li a {
    font-size: 14px;
    text-transform: none;
    padding: 12px 15px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    display: block;
    margin: 0;
    border-radius: 0;
}
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span {
	width: 100%;
	height: 2px;
	background: #000;
	margin-bottom: 6px;
	float: left;
	transition: all 0.3s ease-in-out 0s;
}
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px){.menu ul{display:block!important;}
 .menu ul li:hover > ul{opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:14px;}
 .menu ul li ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;visibility: initial;opacity: 1;}
 .menu ul li:last-child ul{display:none;background-color:#e1e1e1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:left;position:relative;}
 .menu ul li span{position:absolute;right:30px;z-index:99;cursor:pointer;top:12px;text-align:center;}
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 12px;text-transform: none; background-color: #e1e1e1; padding: 8px 12px;color: #000;}
}
/*-- menu stop --*/
/*-- header area start --*/
.header-area {position: relative;top: 0;left: 0;width: 100%;z-index: 91;}
.header-body{padding: 10px 0;justify-content: space-between;}
.header-body .logo{width: 100%;max-width: 100px;}
.header-body .logo img{width: 100%;object-fit: cover;}

.header-right .loginbox .btn{
  font-size: 17px;
  padding: 9px 28px;
  border: 1px solid #890101;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background: #870000;
  transition: 0.5s;
}
.header-right .loginbox .btn:last-child{
  margin-right: 0;
}
.header-right .btn-cart {
  margin-right: 10px;
  border: 1px solid #363635;
  background-color: #363635;
  width: 100%;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  border-radius: 100%;
  cursor: pointer;
  padding: 11px;
  transition: 0.5s;
  position: relative;
}
.header-right .btn-cart img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-right .btn-cart .cart-number-count {
  position: absolute;
  top: -12px;
  right: -6px;
  background-color: #363635;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #fff;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
}
.header-right .btn-cart:hover{
  border-color: #D6AB80;
  background-color: #D6AB80;
}
/*-- header area stop --*/

@media screen and (min-width: 360px) {.header-area.fix { position: fixed; width: 100%;left: 0;top: 0;background-color: #fff !important;border: none;z-index: 9999;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;
  animation-fill-mode: both;-webkit-animation-name: fadeInDown; animation-name: fadeInDown; box-shadow: 1px 1px 7px rgba(165, 165, 165, 0.31);padding: 0;}}



/*-- banner area start --*/
.bannerarea{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important; padding: 10px 0px; position: relative; text-align: center;border-radius: 20px;}
.bannerarea::after{position: absolute;content: "";width: 100%;height: 100%;background-color: #000000cf;top: 0px;left: 0px;
  border-radius: 20px;}
.bannerlogo{width: 570px;
  margin: 60px auto 100px;}
.bannertext{width: 100%;margin: 0px auto 25px;}
.bannertext h1{font-size: 55px;font-weight: 800;text-transform: uppercase;line-height: 55px;}
.bannertext h4{font-size: 35px;font-weight: bold;margin-bottom: 20px;}
.bannertext h4 span{display: block;font-size: 25px;font-weight: 500;}

/*-- banner area stop --*/

.shreeMudranalaytext{margin-bottom: 40px;}
.shreeMudranalaytext h2{font-size: 50px;font-weight: bold;line-height: 70px;}
.shreeMudranalaytext h4{font-size: 30px;font-weight: 600;margin: 10px 0px 25px;}
.shreeMudranalaytext ul{ padding: 0px; margin: 0px;}
.shreeMudranalaytext ul li{font-size: 25px;margin-bottom: 20px;color: #212529;font-weight: 500;line-height: 35px;}
.shreeMudranalaytext ul li a{font-weight: bold;font-size: 18px;margin-bottom: 5px;text-decoration: underline;color: #2fb1d3;}
.shreeMudranalaytext ul li span{ font-weight: bold;}
.bannerareain{background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important; padding: 300px 0px 300px 0px; position: relative; text-align: center;}
.bannerareain .bannerlogo img{width: 80%;}

.shreeMudranalaytextinner h2{ font-size: 45px;margin-bottom: 15px;line-height: 55px;text-transform: uppercase;}

.shreeMudranalaytext h5{font-size: 40px;font-weight: bold;margin: 20px 0px 10px;}
.bannertext h2{font-size: 100px;font-weight: bold;line-height: 70px;margin-bottom: 30px;}
.shreeMudranalaytext ol{padding: 0px 0px 0px 20px; margin: 0px;}
.shreeMudranalaytext ol li{font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  list-style: disc;}
.shreeMudranalaytext h6 {font-size: 30px;font-weight: 600;margin-bottom: 5px;margin-top: 30px;}
.digitisationarea{margin: 25px auto 10px;}
.digitisationarea h1{font-size: 30px;line-height: 40px;margin-bottom: 10px;margin-top: 20px;}
.digitisationarea ul li{font-size: 18px;font-weight: 400;margin-bottom: 5px;color: #000;}
.digitisationarea ul li span{ font-weight: bold;}


/*-- footer area start --*/
.footertoparea{padding: 60px 0px 15px;border-top: 3px solid #000; position: relative;}
.footerareain{ width: 100%; max-width: 1050px; margin: 0 auto;}
.footertoparea h4{color: #000;font-size: 20px;margin-bottom: 20px;font-weight: 600;position: relative;}
.footertoparea h5{color: #000;font-size: 15px;margin-top: 15px;font-weight: bold;margin-bottom: 5px;}
.footertoparea h6, .footertoparea h6 a{color: #000;margin-bottom: 7px;font-size: 20px;font-weight: 600;}
.footertoparea h2{color: #000;margin-bottom: 7px;font-size: 17px;font-weight: 500; text-align: center;}
.footertoparea h3{ display: none;color: #000;margin-top: 15px;font-size: 15px;font-weight: 500; text-align: center;}
.footerlogo{text-align: center;position: relative; width: 190px; margin: 0px auto 20px;}
.mobilefooterlogo{ display: none;}
/*-- footer area stop --*/

.mastertext{
  width: 100%;
  max-width: 700px;
  margin: 14px auto 0px;}
  .mastertext p{font-size: 25px;
    font-weight: 500;
    line-height: 35px;} 
    .mastertext h6{margin: 0px 0px 10px;}
.mastertextin{ text-align: center;} 
.mastertextin p{font-size: 18px;text-align: center;line-height: 27px;margin-bottom: 0px;}  
.shreetextarea{align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid #000;}
.shreetextarea h1{font-size: 55px;
  display: inline-block;
  background: #e3e6e8;
  font-weight: bold;
  position: relative;
  padding: 15px 25px;
  margin-bottom: 0px;}
  .shreetextarea h1::after{position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 49px solid transparent;
    border-bottom: 48px solid transparent;
    border-left: 45px solid #e3e6e8;
    top: 0px;
    right: -45px;}

.shreetextarea h4{font-size: 35px;
  font-weight: 600;
  text-align: center;
  padding: 0px 20px;
  line-height: 40px;}

.shreeMudranalaytextinnering h2{line-height: 50px;margin: 80px 0px 55px;}
.shreeMudranalaytextinnering ul li{ text-align: center;margin-bottom: 10px;}
.stateext p{font-size: 22px;}



.sectionone{ padding: 100px 0px;}
.sectionone h3{font-size: 35px;font-weight: 900;margin: 55px 0px;}
.sectionone h5{font-size: 33px;font-weight: bold;margin-bottom: 35px;}
.p-80{ padding: 80px 0px;}
.p-40{ padding: 40px 0px;}
.sectiontwo h3{font-size: 40px;font-weight: 900;margin: 0px 0px 30px 0px;}
.sectiontwo p{font-size: 27px;line-height: 40px;margin-bottom: 35px;font-weight: 400;}
.sectiontwo h6{font-size: 25px;line-height: 35px;margin-bottom: 5px;font-weight: bold;}
.sectionthreein{margin-bottom: 40px;}
.sectionthreein h6{font-size: 28px;line-height: 35px;margin-bottom: 5px;font-weight: bold;}
.sectionthreein p{font-size: 20px;line-height: 28px; margin-bottom: 0px;}
.sectionthreein h5{font-size: 20px;line-height: 28px;font-style: italic;font-weight: 400;}
.sectionthreein ul{ padding: 0px; margin: 0px;}
.sectionthreein ul li{font-size: 22px;line-height: 32px; margin-bottom: 0px; list-style: inside;}
.sectiontwo .bannertext h4{font-size: 27px;}
.sectionfour .bannertext{width: 55%;}
.sectionfive p{ text-align: center;}
.sectionsix p{ text-align: center;}
.sectionsix h6{font-size: 20px;font-weight: 500;margin-bottom: 25px;line-height: 29px;}
.sectionsix h6 span{ font-weight: bold;}
.sectionten p{ text-align: center;}



.sectionseven h1{font-size: 65px;font-weight: bold;margin-bottom: 35px;}
.sectionseven h3{font-size: 40px;font-weight: bold;margin: 0px 0px 30px 0px;}
.sectionseven h6{font-size: 30px;font-weight: bold;margin: 0px 0px 10px 0px;}
.sectionseven h4{font-size: 30px;margin-bottom: 20px;}
.sectionseven h2{font-size: 20px;font-weight: bold;margin: 30px 0px 35px;}
.sectionseven h5{font-size: 25px;font-weight: bold;margin: 40px 0px 15px;}
.sectionseven p{ margin-bottom: 15px; font-size:22px;}
.sectionseven ul{ padding: 0px; margin: 0px;}
.sectionseven ul li{font-size: 25px;font-weight: 500;}


tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
}


.sectiononeinner{background: #ffcb08; padding: 80px 0px 20px;}
.bannerlogoin{width: 675px; margin: 0 auto;}
.sectiononeinner h3{margin: 35px 0px 10px;font-family: 'Kabrio Alternate';}
.sectiononeinner h2{font-size: 205px;line-height: 120px;font-family: 'Kabrio Alternate';font-weight: bold;}
.sectiononeinner h4 {font-size: 60px;font-weight: bold;margin-bottom: 20px;font-family: 'Kabrio Alternate';}
.sectiononeinner p{text-align: center;margin-bottom: 0px;font-weight: 600;line-height: 28px;}
.sectiononeinner h5{font-size: 30px;margin: 53px 0px 0px;font-family: 'Kabrio Alternate';}





