/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.desktop-banner {
	display: block !important;
}
.desktop-mm {
	display: none !important;
}
.mobile-banner {
	display: none !important;
}
.header {
	background: transparent;
	transition: all 0.5s;/* padding: 20px 15px;  */
}
.header.header-inner {
	background-image: linear-gradient(#ffffff, #f5f2f208);
	padding-bottom: 45px;
	/*background-image: linear-gradient(#ffffffc7, transparent);box-shadow: 0px 3px 6px #00000014;*/
	/* position: relative; */
    /* background:#ffffff26;*/
	/* overflow: hidden; */

}
.header.header-scrolled {
	box-shadow: 0px 2px 15px rgb(0 0 0 / 12%);
	padding: 12px 0;
	background: #fff;
	padding: 0;
	position: fixed;
}
.header.header-inner-pages {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.header .logo {
	font-size: 28px;
	margin: 0;
	padding: 10px 15px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
}
.header .logo a {
	color: #556270;
}
/* .header .logo img {
  max-height: 143px;
  position: relative;
  top: 8px;
  left: 10%;
  transition: all 0.5s;
} */


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.d-flex {
	display: flex!important;
	justify-content: space-between;
}
.header .navbar-menu {
	padding: 0;
	margin-top: 0;
	border-bottom: 1px solid transparent;
}
.navbar-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	/* position: relative; */
  justify-content: space-between;
}
.navbar-menu li {
/* position: relative; */
  /* padding: 10px 20px; */
}
.navbar-menu li .hamberger {
	/* position: relative; */
  padding: 10px 20px;
}
.navbar-menu li a.mm-link, .navbar-menu li a.mm-link:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 0px 0 10px 38px; */
  font-family: 'Montserrat';
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
	padding: 28px 10px;
	z-index: 99;
}
 .navbar-menu ul li a.mm-link::before {
 background: #960018;
 position: absolute;
 left: 0;
 bottom: -1px;
 height: 1px;
 content: '';
 width: 0;
 transition: 0.5s;
 right: 0;
 margin: auto;
}
 .navbar-menu ul li:hover a.mm-link::before {
 width: 100%;
}
/* 
.home-header .navbar a, .home-header .navbar a:focus {
    color: #fff; 
} */
.navbar-menu a i, .navbar-menu a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar-menu a:hover, .navbar-menu .active, .navbar-menu .active:focus, .navbar-menu li:hover > a {
	color: #960018;
	z-index: 999;
}
.navbar-menu .getstarted, .navbar-menu .getstarted:focus {
	background: #d9232d;
	padding: 8px 25px;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
}
.navbar-menu .getstarted:hover, .navbar-menu .getstarted:focus:hover {
	color: #fff;
	background: #e1444d;
}
.navbar-menu .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + -1px);
	margin: 0;
	padding: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
}
.navbar-menu .dropdown ul li {
	min-width: 200px;
	position: relative;
}
.navbar-menu .dropdown ul a {
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
}
.navbar-menu .dropdown ul a i {
	font-size: 12px;
}
.navbar-menu .dropdown ul a:hover, .navbar-menu .dropdown ul .active:hover, .navbar-menu .dropdown ul li:hover > a {
	color: #fff;
	background:#294b9d;
	font-weight:600;
}
.navbar-menu .dropdown:hover > ul {
	opacity: 1;
	/*top: 100%;*/
	visibility: visible;
}
.navbar-menu .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}
.navbar-menu .dropdown .dropdown:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}
.nav-toggle-bar {
	font-size:30px;
	cursor:pointer;
	position: relative;
	top: -18px;
	right: 4%;
}
.hamberger.mob-sec {
	display: none;
}
@media (max-width: 1366px) {
  /* .navbar-menu li {
    position: relative;
    padding: 10px 10px;
} */
  .navbar-menu .dropdown .dropdown ul {
 left: -90%;
}
 .navbar-menu .dropdown .dropdown:hover > ul {
 left: -100%;
}
 .sidenav .closebtn {
 left: 76% !important;
 display: block !important;
 padding: 0;
 transition: none;
 right: 0 !important;
 margin-left: 0 !important;
 position: relative !important;
 margin-top: -57px;
}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #556270;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
	color: #fff;
}
 @media (max-width: 991px) {
 .mobile-nav-toggle {
 display: block;
}
 .navbar-menu ul .mm-li {
 display: none;
}
 .mobile-manunew {
display: none;
}
.hamberger.mob-sec {
 display: block;
}
}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(63, 73, 83, 0.9);
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #556270;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
	color: #d9232d;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
	color: #d9232d;
}
.navbar-mobile .dropdown > .dropdown-active {
	display: block;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #960018;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 5px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
}
.sidenav .menu-list ul {
	display: block;
	position: relative;
	padding-left: 5%;
}
.sidenav .menu-list ul li a {
	font-size: 16px;
	font-weight: 100;
	line-height: 10px;
}
.sidenav h3 {
	padding: 8px 8px 0px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	display: block;
	font-weight: 800;
	transition: 0.3s;
}
.sidenav a:hover {
	color: #f1f1f1;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.bx-menu-alt-right {
	font-size: 41px;
}
.sidenav h3::before {
 content: "";
 display: block;
 width: 35px;
 background-color: #e1e1e1;
 height: 2px;
 margin-bottom: 6px;
}
.menu-list {
	margin-top: 14px;
}
#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
	cursor: pointer;
}
/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
.hero {
	width: 100%;
	height: 932px;
	overflow: hidden;
	position: relative;
}
.hero .carousel, .hero .carousel-inner, .hero .carousel-item, .hero .carousel-item::before {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
}
.hero .carousel-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero .carousel-item.slide1, .slide2, .slide3 {
	background-image: url(../images/aerial-view-solar-power-plant-green-field-electric-panels-producing-clean-ecologic-energy.jpg);
	background-size: 100%;
}
 .hero .carousel-item::before {
 content: "";
}
/* .banner-carousel .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; *
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
} */

.carousel-container {
	position: relative;
	top: 50%;
	left: 10%;
	transform: translate(0, -50%);
}
.banner-carousel .container {
	text-align: center;
}
.main_page .banner-carousel h2 {
	color: #fff;
	margin-bottom: 3px;
	font-size: 34px;
	font-weight: 750;
	font-family: Montserrat;
	line-height: 40px;
	letter-spacing: -1px;
	position: relative;
	top: 9px;
	margin-bottom: 18px;
}
.banner-carousel h2 {
	color: #960018;
	margin-bottom: 20px;
	font-size: 47px;
	font-weight: 750;
	font-family: Montserrat;
	line-height: 47px;
	letter-spacing: -1px;
	position: relative;
	top: 9px;
}
.banner-carousel h3 {
	display: none;
}
.banner-carousel p {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	max-width: 97%;
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 18px;
	position: relative;
	top: 14px;
	line-height: 24px;
}
.banner-carousel .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
}
.hero .carousel-inner .carousel-item, .hero .carousel-inner .active.carousel-item-start, .hero .carousel-inner .active.carousel-item-end {
	opacity: 0;
}
.hero .carousel-inner .active, .hero .carousel-inner .carousel-item-next.carousel-item-start, .hero .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s;
}
.hero .carousel-inner .carousel-item-next, .hero .carousel-inner .carousel-item-prev, .hero .carousel-inner .active.carousel-item-start, .hero .carousel-inner .active.carousel-item-end {
	left: 0;
	transform: translate3d(0, 0, 0);
}
.banner-carousel .carousel-control-next-icon, .banner-carousel .carousel-control-prev-icon {
	background: none;
	font-size: 30px;
	line-height: 0;
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	transition: 0.3s;
	color: rgba(255, 255, 255, 0.5);
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-carousel .carousel-control-next-icon:hover, .banner-carousel .carousel-control-prev-icon:hover {
	background: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.8);
}
.owl-dots {
	position: absolute;
	bottom: 100px;
	right: 50px;
}
.owl-dots .owl-dot span {
	cursor: pointer;
	background: #fff;
	overflow: hidden;
	border: 0;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	opacity: 0.6;
	transition: 0.3s;
}
.owl-dots .owl-dot.active span {
	opacity: 1;
	background: #d9232d;
}
.banner-carousel .btn-get-started {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
	transition: 0.5s;
	line-height: 1;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	background: #960018;
	border-radius: 20px;
	box-shadow: 0px 3px 6px #00000029;
	position: relative;
	top: 8px;
}
.banner-carousel .btn-get-started:hover {
	background: #df3740;
}
.slider-content-box {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
	width: 527px;
	/*background:rgba(255, 255, 255, 0.5);*/
	padding: 40px 50px 80px 50px;
	height: auto;
}
.box-content h2::before {
ontent: "";
 width: 200px;
 height: 8px;
 background: #0071b7;
 position: absolute;
 bottom: 8px;
 left: -201px;
}
.bx-chevron-right {
	font-size: 20px;
	position: absolute;
	top: 6px;
	left: 79%;
}
.banner-carousel .item {
	position: relative;
}
/*.banner-carousel .item:before {
	content: "";
	/* background: linear-gradient(#ffffffd4 20%, transparent); *
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 400px;
}*/

/* For 1366 Resolution */  
@media (max-width: 1550px) {
/* .header .logo img {
    max-height: 100px;
    transition: all 0.5s;
} */
.header-scrolled .logo img {
 transition: 0.5s;
 max-width: 40%;
}
.header-scrolled .navbar-menu {
 padding: 0;
/* margin-top: 33px; */
}
 .navbar-menu li a.mm-link, .navbar-menu li a.mm-link:focus {
 font-size: 14px;
 padding: 10px 10px;
 position: relative;
}
.bx-menu-alt-right {
 font-size: 31px;
}
.hero p {
 max-width: 92%;
 font-size: 12px;
 top: 5px;
 line-height: 17px;
}
.hero h2 {
 color: #f15a22;
 margin-bottom: 20px;
 font-size: 31px;
 font-weight: 800;
 line-height: 34px;
 letter-spacing: 0px;
 font-family: 'Montserrat', sans-serif;
}
/* .slider-content-box {
    text-align: left;
    background: #ffffffd4;
    width: 371px;
    padding: 35px;
    margin-top: -70px;
    margin-left: 29%;
    height: 345px;
}
.bx-chevron-right {
    font-size: 19px;
    position: absolute;
    top: 6px;
    left: 81%;
} */
.hero .btn-get-started {
 font-weight: 400;
 font-size: 14px;
 padding: 6px 12px;
 font-family: 'Open Sans';
 border-radius: 4px;
 transition: 0.5s;
 line-height: 1;
 color: #fff;
 -webkit-animation-delay: 0.8s;
 animation-delay: 0.8s;
 background: #960018;
 border-radius: 20px;
 box-shadow: 0px 3px 6px #00000029;
 top: 14px;
}
 .hero .carousel-inner .carousel-item {
 transition-property: opacity;
 background-position: center top;
 height: 666px;
}
.hero .carousel, .hero .carousel-inner, .hero .carousel-item, .hero .carousel-item::before {
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 height: 666px;
}
.hero {
 width: 100%;
 height: 666px;
 overflow: hidden;
 position: relative;
}
.nav-toggle-bar {
 font-size: 30px;
 cursor: pointer;
 position: relative;
 top: -21px;
 right: -1%;
}
.header-scrolled:active .logo {
 max-height: 80px;
}
 .slider-content-box {
 text-align: left;
 width: 440px;
 padding: 40px;
}
 .banner-carousel h2 {
 color: #fff;
 margin-bottom: 3px;
 font-size:34px;
 font-weight: 750;
 font-family: Montserrat;
 line-height: 40px;
 letter-spacing: -1px;
 position: relative;
 top: 9px;
 margin-bottom: 18px;
}
 .banner-carousel p {
 -webkit-animation-delay: 0.4s;
 animation-delay: 0.4s;
 max-width: 97%;
 font-family: 'Open Sans';
 font-weight: 400;
 font-size: 15px;
 position: relative;
 top: 14px;
 line-height: 24px;
}
}
/* For 1024 Resolution */  
@media only screen and (min-width : 768px) and (max-width : 1199px) {
  /* .header .logo img {
    max-height: 68px;
} */
.navbar-menu li a.mm-link, .navbar-menu li a.mm-link:focus {
 font-size: 12px !important;
}
}
@media only screen and (orientation : landscape) and (-webkit-min-pixel-ratio: 1) and (min-width : 768px) and (max-width : 1007px) {
}
 @media only screen and (min-width: 320px) and (max-width: 480px) {
 .desktop-banner {
display: none !important;
}
 .mobile-banner {
display: block !important;
}
.desktop-mm {
display: block !important;
}
}

/* For 480 Resolution */  
@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* .header .logo img {
    max-height: 120px;
    position: relative !important;
    left: 3.5em !important;
} */

.hero .carousel-item.slide1, .slide2, .slide3 {
 background-image: url(../images/banner-mobile.png);
}
.banner-carousel h2 {
 display: none;
}
.banner-carousel .btn-get-started {
 display: none;
}
.slider-content-box {
 text-align: left;
 /*background: #ffffff00;*/
 width: 297px;
 padding: 0;
 position: relative;
 left: 0;
 bottom: 0;
 height: auto;
}
 .banner-carousel .carousel-indicators li.active {
 opacity: 1;
 background: #0072BC;
}
 .banner-carousel .carousel-indicators {
 transform: rotate(0deg);
 margin-right: 68% !important;
 margin-bottom: 6%;
 position: relative;
 left: -7%;
 top: 45.3em;
}
.mobile-banner-heading {
 font: normal normal 800 33px/30px Montserrat;
 display: block !important;
 color: #FFFFFF;
 margin-top: 10em;
}
.content {
 margin-right: 0% !important;
}
.about {
 margin-right: 0% !important;
}
 .header a img {
 max-width: 53% !important;
}
.header.header-scrolled a img {
 max-width: 50% !important;
}
 .slide-toggle {
 cursor: pointer;
 position: absolute;
 top: 0;
 right: -58px;
}
 .close-icon {
 top: 3rem;
 right: 1.6rem;
}
}
.hamberger {
	position: relative;
	margin-left: 0rem;
}
.slide-toggle {
	cursor: pointer;
}
.side-menu {
	overflow-y: auto;
	background-color: #960018;
	width: 350px;
	padding: 7rem 1rem 5rem 1rem;
	position: absolute;
	top: -100px;
	right: -44rem;
	z-index: 9999;
	height: 120vh;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	bottom: 0;
}
.side-menu.open-slide {
	right: -13px;
	opacity: 1;
}
.side-menu {
	padding-left: 3rem;
}
.opacity-bg {
	background: url(../images/bg.jpg) repeat;
	width: 0;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.5s;
	z-index: 999;
	height: 100%;
}
.open-slide + .opacity-bg {
	opacity: 0.8;
	width: 100%;
}
.header a img {
	max-width: 60%;
}
.knmore img {
	transition: all 1.1s ease 0s;
}
.knmore:hover img {
	transform: scale(1.1) rotate(1deg);
}
.close-icon {
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	/* filter: brightness(30%); */
    cursor: pointer;
	position: absolute;
	right: 2rem;
	top: 2rem;
}
.box-menu {
	padding: 0 0 30px;
}
.side-menu h5 {
	font-family: 'Montserrat';
	font-size: 21px;
	font-weight: bold;
	white-space: nowrap;
	transition: 0.3s;
	margin:20px 0 0;
	color: #fff;
	position: relative;
}
 .side-menu h5::before {
 background:  rgb(255 255 255 / 65%);;
 height: 1px;
 top: -8px;
 width: 50px;
 left: 0;
 content: '';
 position: absolute;
 transition: 0.3s;
}
.side-menu h5 a {
	font-family: 'Montserrat';
	font-size: 21px;
	font-weight: bold;
	white-space: nowrap;
	transition: 0.3s;
	margin: 18px 0;
	color: #fff;
}
.box-menu ul {
	display: flex;
	list-style: none;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
}
.side-menu li {
	position: relative;
	padding: 3px 0;
}
.side-menu a {
	padding:5px 0;
	color: #fff;
	font-weight: 400;
	position: relative;
	transition: 0.5s;
}
.side-menu a:hover {
	transform: translateX(6px);
	color: #fff;
}
.side-menu a::before {
 height: 0.1rem;
 width: 0px;
 background: rgb(255 255 255 / 65%);
 position: absolute;
 left: 0px;
 bottom: 0;
 transition: 0.5s;
 content: '';
 opacity: 0;
 top: 0;
 margin: auto;
}
.side-menu a:hover::before {
 width: 0.6rem;
 opacity: 1;
}
.navbar-menu .side-menu a:hover {
 padding-left: .8rem;
	color: rgb(255 255 255 / 65%);
}
/*menu-megha*/
.menu-megha {
	display: none;
	justify-content: flex-end;
	padding: 50px 0;
	width: 100%;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 90%;
	background: #fff;
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 12%);
}
.navbar-menu li:hover .menu-megha {
	display: flex;
	opacity: 1;
	-webkit-transform:translateX(0px);
	transform:translateX(0px);
	opacity: 1;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	animation-name:fadeInUp;
	animation-delay:0s;
	z-index: 9;
}

/* .navbar-menu li:hover .menu-megh{display: none !important;} */
.menu-megha::before {
 background: #fff;
 height: 250px;
 width: 100%;
 position: absolute;
 left: 0;
 top: -50%;
 content: '';
 transition: 0.3s;
 z-index: 9;
}
.menu-meghaa h5 {
	font-size: 18px;
}
.menu-sub {
	width: 100%;
}
.menu-left {
	width: 20%;
	position: relative;
	z-index: 999;
}
.menu-left figure {
	overflow: hidden;
}
.menu-left img {
	transition: 0.5s;
}
.menu-right {
	width: 55%;
	display: flex;
	justify-content: space-between;
	padding-left: 16px;
	position: relative;
	z-index: 999;
}
.menu-right li p {
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
	min-height: 145px;
	padding-right: 30px;
	max-width: 260px;
}
.menu-right-full {
	width: 98%;
	display: flex;
	justify-content: space-between;
	padding-left: 16px;
	position: relative;
	z-index: 999;
}
.menu-right-full li p {
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
	min-height: 145px;
	padding-right: 30px;
	max-width: 260px;
}
.menu-right-insight {
	width: 65%;
	display: flex;
	justify-content: space-between;
	padding-left: 16px;
	margin-left: 3%;
	position: relative;
	z-index: 999;
}
.menu-right-insight li p {
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
	min-height: 125px;
	padding-right: 50px;
	max-width: 290px;
}
.menu-right2 {
	width: 20%;
	padding-left: 16px;
	position: relative;
	z-index: 999;
	padding-right: 30px;
	display: none;
}
.menu-megha h6 a {
	font-size: 16px;
	padding: 5px 0;
	color: #960018;
	font-weight: 500;
}
.menu-megha h3 {
	font-family: 'Montserrat';
	font-size: 21px;
	font-weight:700;
	color: #444444;
	transition: 0.3s;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.menu-megha h3:before {
	background: #808285;
	height: 1px;
	width: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	transition: 0.3s;
}
.menu-megha h4 {
	font-size: 18px;
	font-weight: 500;
	color: #444444;
	transition: 0.3s;
	margin-bottom: 0;
	position: relative;
	line-height: 25px;
	min-height: 180px;
	padding: 25px 0;
	max-width: 212px;
}
.menu-megha h5 {
	font-size: 18px;
	font-weight: 500;
	color: #444444;
	margin-right: 35px;
	transition: 0.3s;
}
.menu-right h6 {
	font-size: 16px;
	padding: 5px 0;
}
.menu-right li {
	/* position: relative; */
 padding: 0px;
	width: 34%;
}
.menu_kmore {
	position: relative;
	margin-bottom: 15px;
}
.menu_kmore:before {
	background: #808285;
	height: 1px;
	width: 40%;
	position: absolute;
	left: 35px;
	top: 14px;
	content: '';
	transition: 0.3s;
}
 @media (max-width: 1550px) {
/* .hamberger {
    margin-left: -1rem;
} */

.box-menu ul {
 padding: 1rem 0 0 15px;
}
.side-menu h5 {
 font-size: 21px;
}
}
.navbar-menu li.mm-li.mm-relative {
	position: relative;
}
.navbar-menu li.mm-li.mm-relative ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-content: space-between;
}
.navbar-menu li.mm-li.mm-relative ul li {
	padding: 10px 15px;
	width: 100%;
	border-bottom: 1px solid #efefef;
}
.navbar-menu li.mm-li.mm-relative .menu-megha {
	justify-content: flex-start;
	padding: 0;
	width: auto;
	margin-left: auto;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	transition: 0.3s;
	z-index: 99;
	box-shadow: 0px 2px 15px rgb(0 0 0 / 0%);
}
 .navbar-menu li.mm-li.mm-relative .menu-megha::before {
z-index: -9;
height: 138px;
}
.menu-left2 {
	width: 100%;
}
.navbar-menu li.mm-li.mm-relative ul li a {
	font-family: 'Montserrat';
	font-size:14px;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar-menu li.mm-li.mm-relative ul li:hover a {
	color: #960018;
}
.navbar-menu li.mm-li.mm-relative .opacity-div {
	background: #000;
	position: fixed;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.5s;
	opacity: 0;
}
.navbar-menu li.mm-li.mm-relative:hover .opacity-div {
	width: 100%;
	opacity: 0.5;
}
.menu-left2 {
}
.menu-sub a p, .menu-sub a:hover p {
	color:#000;
}
.menu-sub.menu-sub33 ul {
	justify-content: flex-start;
}
/* NEW HOME PAGE CSS */
.main_page .box-content h2::before {
 content: "";
 width: 172px;
 height: 5px;
 background: #0071b7;
 position: absolute;
 bottom: 8px;
 left: -175px;
}
.mainhead.navbar-light .navbar-nav .nav-link {
	color: #294b9d;
	font-size: 15px;
	padding: 12px;
	font-weight: 600;
}
.navbar-menu .dropdown ul a{    
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    color: #000;
	padding: 10px;}
.navbar-menu .dropdown:hover > ul {
	transition: ease all 1s;
	top: 54px;
	left: 10px;
}
.submenu {
    display: none;
}
.submenu a{display:block;}
.navbar-nav ul.dropdown-menu li.sub-lnk:hover .submenu{
    display: block;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0px;
    font-size: 18px;
	background:#fff;
}