@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Noto Sans Gujarati";
  src:url(../fonts/NotoSansGujarati-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans Gujarati";
  src:url(../fonts/NotoSansGujarati-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans Gujarati";
  src:url(../fonts/NotoSansGujarati-SemiBold.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans Gujarati";
  src:url(../fonts/NotoSansGujarati-Bold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Noto Sans Gujarati";
  src:url(../fonts/NotoSansGujarati-Black.ttf);
  font-weight: 700;
}

body {
 	 font-family: 'Noto Sans Gujarati', sans-serif;
	font-size: 14px;
	background-color: #fff;
	margin: 0;
}
a, a:focus, a:hover {
	outline: 0;
	text-decoration: none;
	cursor: pointer;
}

#downloads a:focus, #downloads a:hover {
	outline: 0;
	text-decoration: underline;
	cursor: pointer;
}

.font-bolder {
	font-weight: bold;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.font20 {
	font-size: 20px;
}
.font15 {
	font-size: 15px;
}
.accordion-button, .accordion-body{padding: 10px;}
.heading-sm {
	color: #000; 
}
.bg-blue {
    /* background-color: #f7f7f7; */
    padding: 5px 0;
}
.button-text {
    text-align: left;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000000;
    position: relative;
    font-weight: bold;
}
.heading-lg {
	color: #1268c0;
	font-weight: normal;
	font-size: 28px; line-height: 36px;
	padding-bottom: 20px;
	width:100%;
}

.heading-tt {
	color: #000; font-size: 28px; font-weight: normal; line-height: 36px;
}

.footer-lg {
	color: #1268c0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 20px;
	width:100%;
}

.heading-lg.page-heading{
	color: #1268c0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 35px;
}

.product-title{
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 24px;
}

.heading-lg span {
	color: #000;
	font-weight: 500;
}

.heading-lg1 {
	color: #1268c0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 20px; width:100%;
}

.popup-link{list-style: none;
    background-color: #ededed;
    margin-bottom: 10px;}
	
	.popup-link a{
   display: block;
    padding: 10px;}
	
	.popup-link:hover{ background-color: #1268c0;}
	.popup-link:hover a{color:#fff;}
	
.pl-20 {
	padding-left: 20px;
}
.border-left {
	border-left: 1px solid #ededed;
}
.topic-group {
	list-style: circle;
	padding: 10px;
}
.topic-group a {
	font-size: 16px;
	color: #1268c0;
	font-weight: bold;
	line-height: 30px;
}
#top.top-active {
	opacity: 1;
	transform: translateY(0px);
}
#top {
	color: #fff;
	bottom: 0;
	cursor: pointer;
	height: 40px;
	opacity: 0;
	position: fixed;
	right: 0;
	text-align: center;
	transform: translateY(100%);
	width: 40px;
	z-index: 2147483647;
	transition: all 300ms ease-out 0s;
}
#top i {
	bottom: 10px;
	font-size: 20px;
	left: 0;
	position: absolute;
	right: 0;
}
/*------ Top Bar ------*/

.top-head {
	text-align: right;
}
.top-head-link {
	text-transform: uppercase;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}
.caro-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    max-width: 430px;
}
.set-top-bg {
	display: inline-block;
	background-color: #1268c0;
	border-radius: 0px 0px 10px 10px;
	padding: 5px;
}
/*------ Navbar ------*/
.color-black{color:#000;}
.menu-link a {
	font-size: 14px;
	text-transform: uppercase;
	color: #4e4e4e;
	margin: 0 5px;
}

.dropdown-menu a{font-size: 13px;margin: 0;    text-transform: capitalize;}

.sticky-nav.stuck {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 3px 5px #d7d7d7;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s ease-in-out 0s;
	z-index: 1001;
	right: 0;
}

.stuck .header-logo{position:static;top:0;}

/*------ Slider ------*/



.carousel-fade .carousel-item {
	transition: transform .1s ease-in-out!important;
	opacity: 0.0;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transform: none;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
.slider-bg {
	/*background-color: #f7f7f7;*/
	padding: 50px 0;
}
.slider_title {
	font-size: 48px; font-weight: 600;
	line-height: 65px;
	color: #000000;
	margin-bottom: 0;
}
.normal-font-size {
	font-size: 42px;
	line-height: 55px;
	display: block;
	font-weight: lighter;
}
.color-blue {
	color: #1268c0;
}
.big-btn-blue {
	background-color: #1268c0;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 22px;
}
.small-btn-blue {
	background-color: #1268c0;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.small-btn-blue:hover {
	background-color: #000;
}
.list-group-item svg {
    float: left;
}
.trustee-dir1 {
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
    padding: 15px 15px 10px;
    width: 48%;
}
.trustee-nm {
    font-weight: bold;
    color: #000;
}
.no-border {
       color: #1268c0;
    border: 1px solid #ededed;
    padding: 10px;
    display: block;
    overflow: hidden;
    margin: 10px 0;
}

.size-21 {
    height: 20px;
    float: left;
}
.anc-text {
    float: left;
    width: 80%;
    margin-left: 10px;
    font-size: 13px;
}
.bg-blue button::before {
    position: absolute;
    width: 12px;
    height: 2px;
    content: '';
    background-color: #000000;
    right: 15px;
    top: 50%;
}
.bg-blue button.collapsed::after {
    position: absolute;
    width: 2px;
    height: 12px;
    content: '';
    background-color: #000000;
    right: 20px;
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-group-item:hover svg {
    fill: red;
    cursor: pointer;
}

.v-align {
	display: flex;
	align-items: center;
}
.anc-text2 {
    width: 70%;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
}
.anc-text-blk {
    display: block;
    font-size: 15px;
    color: #000;
}
.anc-text1 {
    float: left;
    width: 80%;
    margin-left: 10px;
    font-size: 13px;
    color: #999;
}

.ceo-wrapper {
	margin: 130px 0;
}
.links-title {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.prefootlist {
	list-style: none;
	padding: 0;
	text-align: center;
	font-size: 12px;
}
.prefootlist a {
	color: #000;
	text-transform: uppercase;
}
.prefootlist li a {
	color: #888;
	text-transform: uppercase;
	font-size: 14px;
	margin: 2.5px 0;
	display: inline-block;
}
.footer {
	background-color: #fff;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 15px 0;
}
.foot-inner-link{list-style: none;
    line-height: 25px;
    padding-left: 10px;}
	
.nav-item svg{opacity: .3;
    margin-right: 5px;}
	
.font-13{font-size:13px;}


/* Corporate Governance */

.project-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 10px;
    margin-top: 10px;
}

.cor-gov-but {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 3px solid #1268c0;
	border-radius: 8px;
	color: #1268c0;
	cursor: pointer;
	display: flex;
	align-self: center;
	font-size: 18px;
	line-height: 1;
	/* margin: 10px 0PX; */
	padding: 14px 18px;
	text-decoration: none;
	font-weight: bold;
	width: max-content;
	transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  }
  
  .cor-gov-but:focus {
	outline: 0;
  }
  
  .cor-gov-but:hover {
	color: #fff;
	box-shadow: 0 0 40px 40px #1268c0 inset;
  }
  
  .get-otp-but {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #1268c0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-self: center;
	font-size: 16px !important;
	line-height: 1;
	border: none;
	padding: 10px 15px;
	text-decoration: none;
	font-weight: bold;
	width: max-content;
	border: 3px solid #1268C0;
	transition: 0.3s;
  }
  
  .get-otp-but.resend {
	border: 3px solid #40a8ff;
	background-color: #40a8ff;
  }
  
  .get-otp-but.success {
	border: 3px solid #198754;
	background-color: #198754;
  }
  
  .get-otp-but.success:hover {
	border: 3px solid #198754;
	color: #198754;
	background-color: transparent !important;
  }
  
  .get-otp-but.resend:hover {
	border: 3px solid #40a8ff;
	color: #40a8ff;
	background-color: transparent !important;
  }
  
  .get-otp-but:hover {
	color: #1268C0;
	border: 3px solid #1268C0;
	background-color: transparent !important;
  }
  
  
  .error-mas {
	font-size: 14px;
	color: #ff0000;
	margin-bottom: 5px;
  }
  
  .request-demo-form input,
  .request-demo-form select {
	height: 45px;
	font-size: 14px;
  }
  
  .request-demo-form select {
	padding: .375rem .75rem;
  }
  
  .request-demo-form input::placeholder,
  .request-demo-form textarea::placeholder,
  .request-demo-form select::placeholder {
	font-size: 14px;
	color: #000;
  }
  
  .request-demo-form input:focus,
  .request-demo-form textarea:focus,
  .request-demo-form select:focus {
	box-shadow: none;
	outline: none;
  }
  
  .advantages-section {
	padding: 80px 0px;
  }
  
  .advantages-section .row {
	row-gap: 20px;
  }


/*Media cat CSS*/
.media-cat{padding:0; margin:20px 0 0 0;}
.media-cat li{float: left;
list-style: none;
width: 18%;
margin: 0 1%;
text-align: center;}

.media-cat-text{font-size: 13px;
color: #fff;
font-weight: bold;
position: absolute;
left: 10px;
bottom: 10px;
background-color: #1268c0;
padding: 6px;
border-radius: 5px;}

.media-icon1{text-align:left; font-size:18px; color:#000; display:inline-block; vertical-align:middle; }
.media-img1{display:inline-block; padding-right:15px;}
.media-person{margin-top:45px; text-align:center;}

/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Opacity #2 */
.hover12 figure {
	 border-radius:15px;
}
.hover12 figure img {
	opacity: 0.5;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; border:solid 1px #ccc;
}
.hover12 figure:hover img {
	opacity: 1; 
}
.bg-overlay{background-color:rgba(0,0,0,0.3);}
.bg-overlay:hover{background-color:transparent;}


.m100{width:100%;}
.m50{width:48%; margin:0 1% 15px; float:left;}
.m25{width:25%; float:left;}
figure{width:100%; height:auto; margin:10px 0 10px 0; position:relative;}
.media-img{width:100%; height:auto; border-radius:15px;}
.spokeperson-blk{border-radius:15px; padding:15px; border:solid 1px #cbcbcb; margin:15px 0;}
.mbtm{margin-bottom:15px;}


/*----------Text Slider 

.container1>div {
  font-size: 75px;
  text-transform: uppercase;
  color: #ffe221;
  opacity: 0;
  height: 0px;
  }
.container1>div:nth-child(1){
  animation: animation 12s infinite;

}
.container1>div:nth-child(2){
  animation: animation 12s infinite;
  animation-delay: 4s;

}
.container1>div:nth-child(3){
  animation: animation 12s infinite;
  animation-delay: 8s;
}
@keyframes animation {
    0% {opacity: 0; height: auto;}
    16% {opacity: 1;}
    33% {opacity: 0; height: 0px;}
    100% {opacity: 0; height: 0px;}
}

}*/




/*------ UNDERSTANDING RULE-BASED INVESTING ------*/

.base {
	padding: 0px 50px 30px;
	border-radius: 5px;
	text-align: center;
}
.box {
	background-color: #f6f6f6;
	list-style: none;
	overflow: hidden;
	float: left;
	margin: 30px 18px;
	min-height: 274px;
	border: 1px solid #e1e1e1;
}
.number {
	display: block;
	font-size: 60px;
	font-weight: bold;
	width: 150px;
	background-color: #1268c0;
	height: 150px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: relative;
	left: -45px;
	top: -33px;
	padding: 40px 40px 0 65px;
}
.text-dec {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
/*------ LED BY DATA DRIVEN EXPERTISE ------*/

.per-text {
	/*font-size: 18px;*/
	font-weight: 500;
	text-align: justify;
}
.box-effect {
	padding: 45px;
	font-size: 18px;
	font-weight: 500;
	min-height: 220px;
	box-shadow: 0 0 5px #ededed;
}
.carousel-indicators [data-bs-target] {
	background-color: #1268c0;
}
.carousel-indicators {
	left: -50px;
	right: inherit;
}
.tab-btn {
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	border: none!important;
	text-align: left;
	/* border-radius: 0!important; */
	padding: 15px 20px;
	text-align: left;
	color: #000;
}
.tab-btn.active {
	background-color: #f6f8fb!important;
	color: #000!important;
}
.bg-blue {
	background-color: #f6f8fb;
	border: 1px solid #ededed;
}
.right-panel {
	text-align: center;
}
.place-img {
	margin-top: -105px;
	margin-bottom: 20px;
	display: inline-block;
	/* border-radius: 5px; */
	overflow: hidden;
}
.set-img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.nj-pms, .factor-book {
	/* margin: 250px 0 80px; */
	margin: 200px 0 80px;
}
#more, #more1 {
	display: none;
}
/* Blog */

.flex-div {
	display: flex;
	margin-top: 20px;
}
.imgwrap img {
	border-radius: 12px;
}
.imgwrap img {
	max-width: 153px;
	height: 120px;
}
.media_info {
	margin-left: 12px;
}
.heading {
	padding-top: 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: -0.02em;
	margin-bottom: 12px;
}
.heading a {
	color: #000;
	font-size: 16px;
	transition: color .3s ease-in-out;
}
.discription {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #000;
	;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.blog_link {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #00C7B2;
}
.blog-btn-blue {
	display: inline-block;
	color: #1268c0;
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}
.sec-spc {
	margin: 60px 0;
}
.sec-spc-p {
	padding: 80px 0 80px 0;
}
.sec-spc-p1 {
	padding: 80px 0 0 0;
}
.sec-spc-p2 {
	padding: 80px 0 80px 0;
}
.sec-spc-p1c {
	padding: 30px 0 0 0;
}
.sec-spc-p1b {
	padding: 30px 0 80px 0;
}
.fit-img {
	width: 100%;
	height: auto;
}
.fit-img1 {
	width: 100%;
	height: auto;
}
.p10 {
	padding: 10px;
}
.text-a-j {
	text-align: justify;
}
.map-data {
	background: url(../img/map-data.png) no-repeat;
	background-position: top center;
	padding-top: 100px;
}
.dy-data {
	width: 100%;
	border: solid 2px #efefef;
	padding: 40px 0;
	margin: 15px 0;
	text-align: center;
}
.data-number {
	font-size: 50px;
	line-height: 48px;
	color: #1268c0;
	display: block;
	padding-bottom: 5px;
}
.data-name {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	display: block;
	line-height: 24px;
}
.td-devider {
	margin: 25px 0;
	border-bottom: solid 1px #ccc;
}
/*------------------ Careers -----------------*/
.contact-pageus {
    margin: 80px 0;
}
.contact-addressbox {
    padding: 30px 0;
}
.addres-name {
    color: #000;
    margin-top: 10px;
}
.font16 {
    font-size: 16px;
}
.career-form {
  background-color: #fff;
  padding: 0;
}

.svg-inline--fa.fa-w-12 {
    width: 0.75em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.careerfrm .iinput1, .careerfrm .select1 {
  margin-bottom: 15px;
    font-size: 14px;
}
.careerfrm .option1 {
   font-size: 13px; line-height:22px;
}

.plrc{padding:0 15px !important;}

.form-control1{
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #ced4da;
	border-top: none;
	border-right: none;
	border-left: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.readmorebtn01 {
    background-color: #1268C0;
    border-radius: 0;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 25px;
    text-decoration: none;
    border: 0;
	font-weight:bold; margin-top:10px !important; 
}
.readmorebtn01:hover {
    background-color: #222;
}

 #date {
	 width: 150px;
	 outline: none;
	 border: 1px solid #aaa;
	 padding: 6px 28px;
	 color: #aaa;
}
 .date-container {
	 position: relative;
	 float: left;
}
 .date-container .date-text {
	 position: absolute;
	 top: 6px;
	 left: 12px;
	 color: #aaa;
}
 .date-container .date-icon {
	 position: absolute;
	 top: 10px;
	 right: 10px;
	/* pointer-events: none;
	 */
	 cursor: pointer;
	 color: #aaa;
}

.input-group {
    border-bottom:1px solid #ced4da;
}
.gj-datepicker-bootstrap [role="right-icon"] button {
    border: 0; font-size:14px !important;
}
.gj-datepicker .form-control {    border: 0;  }
.gj-datepicker-bootstrap placehoder{font-size:12px; color:#ccc;}
.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon, .gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
    top: 18px !important;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 20px;
}
.custom-control {
    display: inline-flex;
    margin-right: 10px;
}
.custom-control-inline label{
   font-weight:normal;
}
.custom-control-label{display:block;}
.custom-file-input {
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.custom-file-label {
    background-color: #fff;
    border-bottom: 1px solid #ced4da;
	border-top: none;
	border-left: none;
	border-right: none;
    border-radius: 0;
    color: #495057;
    font-weight: 400;
    height: 40px;
	font-size:14px;
    left: 0;
    line-height: 22px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; margin-top:10px;
}

.custom-file-label::after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0;
    bottom: 0;
    color: #495057;
    content: "Browse";
    display: block;
    height: 39px;
    line-height: 22px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.input-group{width:100%;}

.table {
    background-color: #fff;
    font-size: 15px;
    border: 1px solid #f0f0f0;
    color: #000;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6; 
}
.sms-services{    padding: 10px 0;
    margin: 0 auto;}
.d-v{display:block;}
.m-v{display:none;}
.custom-file {
    position: relative;
}
.date{
	position: absolute;
    right: 1px;
	}
/*------------------ Careers -----------------*/

/*------------------ Contact -----------------*/
.contact-pageus .contact-title {
    color: #1268c0;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    padding-bottom: 5px;
}
.contact-pageus .addres-name {
    color: #000;
    margin-top: 10px;
}
.addres-name .fa-map-marker-alt {
    margin-right: 5px;
}
.contact-pageus .address-list {
    color: #000;
    padding-left: 20px;
}

.contact-form {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.pl0 {
    padding-left: 0 !important;
}
.mt15 {
    margin-top: 15px;
}
.contactform-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.contactfrm input, .contactfrm textarea, .contactfrm select {
  margin-bottom: 7.5px;
}
.contactfrm input::placeholder, .contactfrm textarea::placeholder {
  font-size: 12px;
  color: #555;
}

.contactfrm select::placeholder {
  font-size: 12px;
  color: #555;
}
.form-select{line-height:2;}




.readmorebtn {
 background-color: #1268C0;
    border-radius: 4px;
    color: #fff!important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    margin-top: 10px;
    border: none;
    margin-left: 0;
 
}
a.readmorebtn1 {
  background-color:#1268C0;
  border-radius: 4px;
  color: #fff!important;
  font-size: 12px; font-weight:bold;
  text-transform: uppercase;
  padding: 5px 10px;
  text-decoration: none;
  margin-top:3px;
  display:none;
}
a.readmorebtn2 {
  background-color:#1268C0;
  border-radius: 4px;
  color: #fff!important;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  text-decoration: none;
  margin-top:3px; position:absolute; right:15px; top:5px; font-weight:bold;
}
.viewmorebtn {
	background-color: #fff;
	text-transform: uppercase;
	padding: 7px 15px;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
	color: #1268c0;
	font-size: 14px; 
	cursor: pointer; border-radius: 7px;
border: solid 1px #1268c0;
}
.viewmorebtn:hover {
	background-color: #333; color:#fff; border: solid 1px #333;
}
.ul50 ul{margin:0; padding-left:15px; overflow:hidden;}
.ul50 li{list-style:none; width:50%; float:left; padding:10px; text-align:left; line-height:22px; font-size:14px; color:#1268c0;}
.seti{float:left; display:block; margin:5px 10px 10px 0;}
.ad-spc{margin:50px;}
.ad-spcp{margin:0 20px;}
.text-a-j ul{padding:10px 0 10px 30px; margin:0; overflow:hidden;}
.text-a-j li{float:left; margin-bottom:5px; width:100%;}
.exhibit-img{text-align:left; margin-bottom:20px;}
.terms-ol ol {
    margin: 0;
    padding: 0;
}
.terms-ol li {
    margin-left: 20px;
    padding-bottom: 10px;
    text-align: justify;
}
.d1-block{display:block;}
.m-block{display:none;}
.pro-t-n{display:block; font-size:18px; line-height:27px; font-weight:bold;}
.set-down-btn {
	background-color: #1268c0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 15px;
	text-transform: uppercase; margin-left:20px;
}
.set-down-btn:hover, .set-down-btn:focus, .set-down-btn:active {
	background-color: #333;
	color: #ffffff;
	text-decoration: none;
}
.txt-left{text-align:left; padding-top:10px;}
.g-c{background-color:#f2f2f2; padding:20px; position:relative; margin-bottom:10px;}
.text-ptd{font-size:12px; color:#000; line-height:15px; font-weight:normal; text-transform:capitalize;}

.g-c::before {
    border-bottom: 5px solid #1268c0;
    border-left: 5px solid #1268c0;
    width: 20%;
    height: 26%;
    left: 0px;
    bottom: 0px;
}
.g-c::before, .g-c::after {
    position: absolute;
    content: "";
}
.g-c::after {
    border-top: 5px solid #1268c0;
    border-right: 5px solid #1268c0;
    width: 20%;
    height: 26%;
    top: 0px;
    right: 0px;
}
.mp{margin:10px;}
.accordion-item {
    border: 1px solid #e3e3e3 !important;
}
.h5, h5 {
    font-size: 14px;
}
.list-download li a {
    color: #000000; line-height:25px;
}
.ms-3 {
    margin-left: 10px !important;
}
.b-clr{background-color: #1268c0;
border-radius: 5px; color:#fff !important;}

.fix-img-s {
    background-position: bottom;
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
}
.bg-2 {
    background-image: url(../img/cgov.jpg);}
.bg-3 {
    background-image: url(../img/philo.jpg);}
.s-msg{font-size:14px; color:#198754; font-weight:bold; padding:10px 0;}
.foot-c{opacity: .3;margin-right: 5px;}
.foot-c1{opacity: .8;margin-right: 5px;}
.addres-name .bi-geo-alt-fill {
    margin-right: 5px;
}

.initiative__icon {
    /* width: 60px; */
    height: 60px;
    margin-bottom: 10px;
}

.carousel {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    right: 0;
	bottom: -50px ;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

@media (max-width: 992px) {
	.carousel-indicators {
		left: 0px;
		bottom: -10px;
	}
}
/*------ Mobile view ------*/
@media (max-width: 991px) {
.tab-content>.tab-pane {
	display: block;
	opacity: 1;
}
}
/*------------------------ Mobile View ---------------------------*/

@media (min-width:320px) and (max-width : 479px) {
.v-align {
	display: block;
}
.slider_title {
	font-size: 30px;
margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.trustee-dir1 {
    width: 100%;
}
.w-100 {
	margin-top: 20px;
}
.slider_title br {
	display: none;
}
.normal-font-size {
	font-size: 28px;
}
.big-btn-blue {
	font-size: 18px;
}
.flex-direction-nav a:before {
	font-size: 24px!important;
}
.nj-pms, .factor-book {
	margin: 30px 0;
}
.ceo-wrapper {
	margin: 80px 0;
}
.header-logo {
	position: static;
}
.top-head {
	text-align: center;
}
.base {
	padding: 0px 10px 30px;
}

.sec-spc {
	margin: 30px 0;
}
.fit-img {
    width: auto;
    margin: 0 auto;
    display: inherit;
}
a.cart::after{font-size:20px;}

.dy-data {
    padding: 20px 0;
    margin: 15px 0;
}
.map-data {
    padding-top: 0px;
}

.data-number {
    font-size: 35px;
    line-height: 30px;}
	
.d1-block{display:none;}
.m-block{display:block;}
.mt-5 {
    margin-top: 0rem !important;
}
.ad-spc {
    margin: 25px 10px;
}
.ceo-wrapper {
    margin: 40px 0;
}
.contact-form {    padding: 20px;}
.contact-addressbox {
    padding: 0 0 30px 0;
}
.mp {    margin: 0px;}
.ad-spcp {    margin: 0;}
.set-down-btn {    margin-left: 0;}
.sec-spc-p1 {    padding: 40px 0 0 0;}
.b-clr{background-color: #fff;
border-radius: 0; color:#4e4e4e !important;}
.heading-lg1 {    font-size: 18px;    line-height: 22px;}
.fix-img-s {
    background-position: initial;
    height: 210px;
    background-attachment: initial;
    background-size: 100%;
    background-repeat: no-repeat;
}
}
 @media (min-width:360px) and (max-width : 479px) {
.v-align {
	display: block;
}
.trustee-dir1 {
    width: 100%;
}
.slider_title {
	font-size: 30px;
margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.w-100 {
	margin-top: 20px;
}
.slider_title br {
	display: none;
}
.normal-font-size {
	font-size: 28px;
}
.big-btn-blue {
	font-size: 18px;
}
.flex-direction-nav a:before {
	font-size: 24px!important;
}
.nj-pms, .factor-book {
	margin: 30px 0;
}
.ceo-wrapper {
	margin: 40px 0;
}
.header-logo {
	position: static;
}
.top-head {
	text-align: center;
}
.base {
	padding: 0px 10px 30px;
}

.sec-spc {
	margin: 30px 0;
}
.fit-img {
    width: auto;
    margin: 0 auto;
    display: inherit;
}
.d1-block{display:none;}
.m-block{display:block;}
.mt-5 {
    margin-top: 0rem !important;
}
.contact-form {    padding: 20px;}
.contact-addressbox {    padding: 0 0 30px 0;}
.mp {    margin: 0px;}
.ad-spcp {    margin: 0;}
.set-down-btn {    margin-left: 0;}
.sec-spc-p1 {    padding: 40px 0 0 0;}
.sec-spc-p2 {    padding: 40px 0 30px 0;}
.b-clr{background-color: #fff;
border-radius: 0; color:#4e4e4e !important;}
.heading-lg1 {    font-size: 18px;    line-height: 22px;}
.fix-img-s {
    background-position: initial;
    height: 210px;
    background-attachment: initial;
    background-size: 100%;
    background-repeat: no-repeat;
}
}
 @media (min-width:480px) and (max-width : 639px) {
.v-align {
	display: block;
}
.slider_title {
	font-size: 30px;
margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.trustee-dir1 {
    width: 100%;
}
.w-100 {
	margin-top: 20px;
}
.slider_title br {
	display: none;
}
.normal-font-size {
	font-size: 28px;
}
.big-btn-blue {
	font-size: 18px;
}
.flex-direction-nav a:before {
	font-size: 24px!important;
}
.nj-pms, .factor-book {
	margin: 30px 0;
}
.ceo-wrapper {
	margin: 40px 0;
}
.header-logo {
	position: static;
}
.top-head {
	text-align: center;
}
.base {
	padding: 0px 10px 30px;
}

.sec-spc {
	margin: 50px 0;
}
.fit-img {
    width: auto;
    margin: 0 auto;
    display: inherit;
}
.border-left {
    border-left: none;
}
.d1-block{display:none;}
.m-block{display:block;}
.contact-form {padding: 20px;}
.contact-addressbox {    padding: 0 0 30px 0;}
.ad-spc {    margin: 30px 15px;}
.mp {    margin: 0px;}
.ad-spcp {    margin: 0;}
.set-down-btn {    margin-left: 0;}
.sec-spc-p1 {    padding: 40px 0 0 0;}
.sec-spc-p2 {    padding: 40px 0 30px 0;}
.b-clr{background-color: #fff;
border-radius: 0; color:#4e4e4e !important;}
.heading-lg1 {    font-size: 18px;    line-height: 22px;}
.fix-img-s {
    background-position: initial;
    height: 300px;
    background-attachment: initial;
    background-size: cover;
}
}
 @media (min-width:640px) and (max-width : 767px) {
.v-align {
	display: block;
}
.slider_title {
	font-size: 30px;
margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.trustee-dir1 {
    width: 100%;
}
.w-100 {
	margin-top: 20px;
}
.slider_title br {
	display: none;
}
.normal-font-size {
	font-size: 28px;
}
.big-btn-blue {
	font-size: 18px;
}
.flex-direction-nav a:before {
	font-size: 24px!important;
}
.nj-pms, .factor-book {
	margin: 40px 0;
}
.ceo-wrapper {
	margin: 40px 0;
}
.header-logo {
	position: static;
}
.top-head {
	text-align: center;
}
.base {
	padding: 0px 10px 30px;
}

.sec-spc {
	margin: 50px 0;
}
.fit-img {
    width: auto;
    margin: 0 auto;
    display: inherit;
}
.border-left {
    border-left: none;
}
.d1-block{display:none;}
.m-block{display:block;}
.ad-spcp {    margin: 0;}
.set-down-btn {    margin-left: 0;}
.sec-spc-p1 {    padding: 40px 0 0 0;}
.sec-spc-p2 {    padding: 40px 0 30px 0;}
.slider_title {    margin-top: 80px;}
.ad-spc {    margin: 30px 0px;}
.b-clr{background-color: #fff;
border-radius: 0; color:#4e4e4e !important;}
.heading-lg1 {    font-size: 18px;    line-height: 22px;}
.fix-img-s {
    background-position: initial;
    height: 300px;
    background-attachment: initial;
    background-size: cover;
}
}
 @media (min-width:768px) and (max-width : 991px) {
.header-logo {
	position: relative;
	top: 0;
}
.base {
	padding: 0px 10px 30px;
}
.fit-img {
    width: auto;
    margin: 0 auto;
    display: inherit;
}
.ad-spcp {    margin: 0;}
.set-down-btn {    margin-left: 0;}
.sec-spc-p1 {    padding: 40px 0 0 0;}
.sec-spc-p2 {    padding: 40px 0 30px 0;}
.ceo-wrapper {	margin: 40px 0;}
.ad-spc {    margin: 30px 0px;}
.b-clr{background-color: #fff;
border-radius: 0; color:#4e4e4e !important;}
.heading-lg1 {    font-size: 18px;    line-height: 22px;}
.fix-img-s {
    background-position: initial;
    height: 300px;
    background-attachment: initial;
    background-size: cover;
}
.nj-pms, .factor-book {
    margin: 40px 0px;
}
}

 @media (min-width:992px) and (max-width : 1024px) {
}
 @media (min-width:1024px) and (max-width : 1279px) {
}
 @media (min-width : 1280px) {
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
.mob-w-100 {
	width: 100%;
}
.pl0 {
    padding-right: 0 !important;
}
.mt-35{margin-top: 35px!important;}
.trustee-dir1 {
    width: 100%;
}
.menu-link {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.mob-w-100 .dropdown-toggle::after {
	float: right;
}
.font20 {
	font-size: 14px;
}
.heading-lg, .footer-lg {
	font-size: 20px;
}
.per-text {
	font-size: 14px;
	margin-bottom: 20px;
}
.box-effect {
	padding: 20px;
	font-size: 14px;
	min-height: 185px;
	margin-top: 20px;
}
.place-img {
	margin-top: 0px;
}
.v-align {
	display: block;
}
.slider_title {
	font-size: 30px;
 margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.mt-40 {
	margin-top: 0px;
}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
.mob-w-100 {
	width: 100%;
}
.menu-link {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.mob-w-100 .dropdown-toggle::after {
	float: right;
}
.font20 {
	font-size: 14px;
}
.heading-lg, .footer-lg {
	font-size: 20px;
}
.per-text {
	font-size: 14px;
	margin-bottom: 20px;
}
.box-effect {
	padding: 20px;
	font-size: 14px;
	min-height: 185px;
	margin-top: 20px;
}
.place-img {
	margin-top: 0px;
}
.v-align {
	display: block;
}
.slider_title {
	font-size: 30px;
 margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
.mob-w-100 {
	width: 100%;
}
.menu-link {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
.mob-w-100 .dropdown-toggle::after {
	float: right;
}
.font20 {
	font-size: 18px;
}
.heading-lg, .footer-lg {
	font-size: 20px;
}
.per-text {
	font-size: 14px;
	margin-bottom: 20px;
}
.box-effect {
	padding: 20px;
	font-size: 14px;
	min-height: 185px;
}
.place-img {
	margin-top: 0px;
}
.slider_title {
	font-size: 30px;
margin-bottom: 20px;
}
.w-100 {
	margin-top: 20}
}

@media (max-width: 991px) {
	.mobile-view{
		display: none;
	}
}

@media (max-width: 991px) and (min-width: 657px) {
	.fit-img1 {
		width: auto;
		height: auto;
	}
}

.lsp-table {
	background-color: #fff;
	width: 100%;
	border: 1px solid #ededed;
	color: #000;
	border-spacing: 0;
  }
  .lsp-table td {
	padding: 0.5rem;
	border: 1px solid #ededed;
	font-size: 13px;
  }
  .lsp-table th {
	padding: 0.5rem;
	border: 1px solid #ededed;
	font-size: 13px;
	background-color: #f5f5f5;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.lug {
	position: absolute;
	min-width: auto;
	padding: 0;
	overflow: hidden;
  }
  .nav-en{
	font-family: 'Red Hat Display', sans-serif;
  }
  @font-face {
	font-family: "Noto Sans Devanagari";
	src:url(../../hi/fonts/NotoSansDevanagari-Regular.ttf);
  }
  .nav-hi{
	font-family: 'Noto Sans Devanagari', sans-serif;
  }

  b, strong {
	font-weight: 600;
  }
  .font15 {
    font-size: 15px;
}
.accordion-button, .accordion-body{padding: 10px;}
