
.form-head-1{font-size: 26px; font-weight: 600; color: #434343; line-height: 32px; margin-bottom: 10px;}
.form-head-1 span{color: #2F78BD;}
.form-head-2 {font-size: 16px; font-weight: 400; color: #434343; line-height: 22px;  margin-bottom: 25px;}
.banner-text{font-size: 29px; font-weight: 400; color: #434343; line-height: 36px; margin-bottom: 25px;}
.banner-text span{color: #2F78BD; font-weight: 700;}
.bannerTxt .btn {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
}
.banner-section{
  padding-top: 30px;
  padding-bottom:30px;  
  background: #D9E9F1;
  
  
}
.timer-text{font-size: 18px;}
.timer-box{margin-top: 10px; margin-bottom: 20px;}

.mb-20{
  margin-bottom: 20px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-30{
  margin-bottom: 30px !important;
}
.head-1 strong {
    font-weight: 600;
}
.head-1 {
    font-size: 2.5rem;
    font-weight: 600;
}
.head-1 span {
  color: #2F78BD;  
}
.head-3 {
    font-weight: 300;
    font-size: 25px;
}
.main-img {
    text-align: right;
}
.align-center{
  align-items: center;
}

.banner-section {   
    margin-bottom: 0;
}
.head-4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
}
.disc-txt p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.social li h4 {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    margin-left: 10px;
}
.social li {
    list-style: none;
    margin-bottom: 10px;
}
.social ul {
    padding: 0;
    margin: 0;
}
.address .head-4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.disclaimer {
    /* margin-bottom: 50px;     */
    border-top: solid 1px #ddd;
    padding-top: 50px;
    /* padding-bottom: 50px; */
}
.s-links a {
    margin-right: 15px;
}

.s-links a:hover{
  opacity: 0.8;
}
.border-btn {
    width: 100%;
    margin-top: 16px;
    background: transparent;
    border: solid 1px #A3A3A3;
    padding: 9px 20px;
    font-weight: 400;
}
a.border-btn {
    display: block;
    text-align: center;
}
.m-0{
  margin: 0;
}
.mt-20{
  margin-top: 20px;
}

.text-right{
  text-align: right;
}
.address p {
    font-size: 14px;
}


.heading-primary-sub {
  display: block;
  /* animation-name: moveInRight;
  animation-duration: 1s;
  animation-timing-function: ease-in; */
  animation: moveInRight 0.5s ease-out;
}


@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5);
}

.btn:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  transition: all 0.7s;
}
.btn:hover::after {
  transform: scaleX(1.5) scaleY(1.5);
  opacity: 0;
}
@keyframes moveInBottom {
  0% {
    transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.animateTXT {
  width: 472px;
  animation: typing 2s steps(25), blink .6s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3.5px solid;
  display: block;
}

.animateTXT.coreTeam{
  width: 283px; 
  margin: 0 auto;
}

.animateTXT.director{
    width: 244px;
    margin: 0 auto;
}

.animateTXT.trustee {
    width: 300px;
    margin: 0 auto;
}

.animateTXT.contact-us {
    width: 180px;
    margin: 0 auto;
}

.mt-30{margin-top: 30px;}
.bannerTxt p {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
  
}
.notes{color: #888686; font-size: 13px !important; margin-top: 5px; margin-bottom: 5px;}
.notes1{color: #888686; font-size: 14px !important; margin-top: 5px; margin-bottom: 5px;}
a.btn-border {
    font-weight: 600;
    text-decoration: underline;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}
@media(max-width: 991px){
  .bannerTxt{
    text-align: center;
  }

  .address{margin-bottom: 20px;}
  .animateTXT{width: auto;
    white-space: normal;
    animation: none;
  }

  
  .row{
    padding: 0 10px;
  }
  .reverse-collumn{
    flex-direction: column-reverse;
  }
  
}

.coreTeam{
  margin-bottom: 60px;
}
.card{
  background: #FFFFFF;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.coreTeam .card{overflow: hidden;}


.teamImg {
    height: 250px;
    overflow: hidden;
}

.m-auto {
  margin: auto;
}
.teamImg img {
    width: 100%;
    height: 250px;
    object-fit: fill;
    object-position: top;
    transition: 0.5s all;
}
.coreTeam .card:hover .teamImg img{transform: scale(1.030);}
.head-2{
 
  font-weight:600;
  font-size: 18px;
  line-height: 26px;
  color: #434343;

}

.desgination{
  
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #9F9F9F;
    margin-bottom: 15px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mem-social a {
    text-decoration: none;
}
.mem-social a img{
  transition: 0.3s all;
}
.mem-social a:hover img{
    transform: scale(1.2);
}
.description{
 font-size: 14px;
    line-height: 21px;
    color: #434343;
    height: 102px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.readMore{
  font-size: 14px;
line-height: 21px;

text-decoration-line: underline;
color: #1A91F8;
}
.mem-social {
    margin-top: 15px;
    text-align: right;
}
.teamDesc {
    padding: 15px;
}
section.coreTeam .col-lg-3.col-sm-6{
    padding: 0 12.5px 25px 12.5px;
}


/*modal css*/
.md-body{line-height: 0;}
.st-modal {
    z-index: -10;
    position: relative;
    opacity: 0;
    transition: 0.2s all;
}
.ds-card-box {
    background: rgb(0 0 0 / 22%);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: auto;
    padding: 30px 20px;
}
.square-card {
    width: 810px;
    text-align: left;
    box-shadow: 2px 4px 6px 0px rgb(0 0 0 / 23%);
    -moz-box-shadow: 2px 4px 6px 0px rgb(0 0 0 / 23%);
    padding: 2px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    margin: auto;
    background: #fff;
    top: -150px;
    transition: 0.3s all;
}
.st-modal.active {   
    z-index: 999;
    position: relative;
    opacity: 1;
}
.st-modal.active .square-card{
  top:0;
}
.ds-close {
    position: absolute;
    top: -21px;
    right: -28px;
    cursor: pointer;
    transition: 0.3s all;
    border: solid 1px #fff;
    background: #fff;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    transition: 0.3s all;
}
.ds-close img {
    width: 10px;
    

}

.ds-close:hover{transform: scale(1.1);}



.t-pr .desgination {
    height: auto;
    margin-bottom: 0;
    text-overflow: inherit;
    overflow: unset;
}
.t-pr .head-2{margin-bottom: 0;}
.t-img {
    overflow: hidden;
    border-radius: 100%;
    margin-right: 20px;
    text-align: left;
    width: 80px;
}
.team-porfile{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
}

.t-pr {
    width: 100%;
}
.t-pr .description {
    
    overflow: unset;
    margin: 0;
    height: auto;
    display: block;
    margin-top: 50px;
}
.t-img img {
object-fit: contain;
    height: 69px;
    width: 60px;
    border-radius: 100%;
}

.t-pr .readMore{display: none !important;}
.over-hide {
    overflow: hidden;
}

.about-section{
  margin-bottom: 90px;
}

.why-us{
  background: linear-gradient(45deg, #1a91f8, #3c71b8);
  padding: 90px 0;
    color: #fff;
}
.list_1 span {
    font-size: 50px;
    font-weight: 600;
    line-height: 35px;
}
.list_1 img{
  vertical-align: top;
  margin-right: 10px;
}
.why-list small{
  margin: 7px 0;
    display: block;
}

.director-section{
  padding: 100px 0;
}
.get-empanelled-section, .contact-section{padding-bottom: 130px;}
.conatct-us-section {
        padding: 0 0 90px 0;
}
.testi-section{
background: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
   
}
.conatct-us-section .head-1 {
    font-weight: 600;
    font-size: 30px;
}
.addr-txt strong {
    font-size: 20px !important;
}
.heading-section{
  padding: 70px 0;
}
.section-light-gray{
  background: #F3F3F3;
}
.pd-70{padding: 70px;}
.br-10{border-radius: 10px;}
.section-white{
  background: #fff;
}


ul.site-links li {
    list-style: none;
    margin-bottom: 5px;
}
ul.site-links {
    margin: 0;
    padding: 0;
}
ul.site-links li img{margin-right: 10px;}
.animate-css{

   position: relative;
  animation: bottomTop 0.5s ease-out;
}


@keyframes bottomTop {
  0% {
    opacity: 0;
    top: 50px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

.addr-txt a {
    font-size: 18px;
    font-weight: 300;
    color: #1a91f8;
    line-break: anywhere;
    text-decoration: underline;
}
.addr-txt a img {
    margin-left: 10px;
}
.form-input input.border-box {
    padding: 8px 15px;
    width: 100%;
}
.form-input .btn {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
}

.form-input {
    margin-bottom: 20px;
}

.form-input:last-child {
    margin-bottom: 0;
}

.borer-r{
  border-right: solid 1px #f0f0f0;  
}

.pl-60{
  padding-left: 60px;
}
.contact-form{margin-top: 30px;}
.cn-div div > small {
    margin: 20px 0 10px 0;
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.cn-div .head-1 {
  line-break: anywhere;
    font-weight: 600;
    font-size: 25px;
}
.cn-div img{transition: 0.3s all;}

.cn-div:hover img{
  transform: scale(1.2);
}
.cn-div a{
    color: #fff;
    transition: 0.5s all;    
    display: inline-block;
}
.cn-div a:hover {
    transform: scale(1.1);
    
}

.intro {
    font-size: 18px;
    font-weight: 400;
    color: #1a91f8;
    margin-bottom: 2px;
}

.white{color: #ffffff;}
.br-none{
  background-color: #fff;
  border: none;
}

.mt-70{margin-top: 70px;}
.p-relative{position: relative;}

.desk-action{display: block;}
.mob-action{display: none;}
span.ham-line:nth-child(2) {
    margin: 4px 0;
}
span.ham-line {
    width: 30px;
    height: 3px;
    background: #b5b5b5;
    display: block;
}
ul.mob-action .drop-down {
    position: fixed;
    right: 0;
    border-radius: 0;
    width: 280px;
    top: 46px;
}
.v-banner{position: relative; text-align: center; }
.playButton {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    cursor: pointer;
    transition: 0.5s all;
}
.v-banner:hover .playButton{transform: scale(1.1);}
.border-box {
    border: solid 1px var(--gray-light);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
}
@media(max-width: 767px){
  .bannerTxt1{margin-top: 20px;}
  .card {    
    margin-bottom: 20px;
    height: auto;
}
.bannerTxt .btn.mt-30{margin-top: 0px;}
  
  .mob-action{display: block;}
  .market-outlook ul li{width: 100% !important;}
  .head-1{font-size: 25px;  text-align: center; line-height: 32px;}
  .market-outlook{margin-top: 0px !important;}
  .m-text-center{text-align: center;}
  .head-1.mb-50{margin-bottom: 20px !important;}
  .head-3{font-size: 20px;}
  .gr-img{display: none;}
  .head-action li{margin-right: 10px;font-size: 14px;}
  .head-action{padding-left: 0;}
  .logo{padding-right: 0;}
  .logo img {
      max-width: 100px;
  }
  ul.site-links{margin-top: 30px;}
  section.banner-section {
      margin-top: 55px;
  }
  .team-porfile {
      display: block;
  }
  .team-porfile{width: 100%;text-align: center;}
  .t-img{margin: 0 auto;}
  .t-pr, .t-pr .description{margin-top: 20px;}
  .list_1 span{
    font-size: 38px;   
    line-height: 29px;
  }
  .animateTXT.coreTeam {
      width: 200px;

  }
  .animateTXT.director{
      width: 170px;
  }
  .animateTXT.trustee {
      width: 210px;
  }

  .animateTXT.contact-us {
      width: 130px;     
  }

  .logo{
      padding-right: 0;
  }
  
  .head-action{
      padding-left: 0;
  }

  .logo img {
      max-width: 80px;
  }
  .head-action li{
    margin-right: 10px;
  }
  
}
@media(max-width: 991px){
  .playButton{width: 60px;}
  .ds-close{right: -9px;
    top: -30px;}
  .border-box{padding: 25px; margin-bottom: 30px;}
  .cn-div .head-1 {
      font-size:20px;
      
  }
    .why-us .col-lg-3.col-sm-6 {
      margin-bottom: 40px;
  }
  .conatct-us-section .address{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .border-box .borer-r{
    border-right: none;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 30px;
  }
  .border-box .pl-60{padding-left: 0;}
  .conatct-us-section > .border-box{
    padding: 30px;
    border: none;
  }

  .banner-section{padding-bottom: 0;}
  .main-banner > .container > .row, .main-banner, .bg-section .main-banner, .bg-section > .main-banner > .container > .row{height: auto;padding: 30px 0;}
  .lg-mt-30{margin-top: 30px;}
  .lg-mt-0{margin-top: 0px;}
 
  .lg-text-center{text-align: center;} 

}




.market-outlook ul li span{font-size: 18px; color: #434343;}
.market-outlook ul li:hover span{color:#212121;}

.market-outlook ul li i{width: 80px; height: 80px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: 10px auto;}
.market-outlook ul li:nth-child(1) i{background: #f5f5f5;}
.market-outlook ul li:nth-child(2) i{background: #f5f5f5;}
.market-outlook ul li:nth-child(3) i{background: #f5f5f5;}

.blue-bg {background: #2F78BD;}
.blue-bg .head-1{color: #fff;}
.blue-bg h3{color: #fff; font-size: 20px; font-weight: 300;}
.card{padding: 10px;}
.cardimg{border-radius: 5px; width:100%; overflow: hidden; margin-bottom: 15px;}
.cardimg img{width:100%;}
.teamDesc .head-2 {
  font-size: 20px;
}
.timer_container {
	width: max-content;
	margin-left: auto;
	margin-right: auto;
  display: flex;
  margin-bottom: 20px;
  
}

.timer_container>div:first-child {
	margin-left: 0
}

.timer_container div div {
	display: block;
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: 500
}

.timer_container .box_round {
	font-size: 30px;
	font-weight: 700;
	text-align: center;	
	border-radius: 3px;
  background: rgb(68,68,68);
  background: linear-gradient(0deg, rgba(68,68,68,1) 48%, rgba(76,76,76,1) 50%, rgba(139,190,123,1) 503%);
  color: #fff;
  margin: 0px 5px;
  padding: 0px 10px;;
  /* min-width: 50px; */
}


.timer_container>div:first-child div:nth-of-type(2) {
	border-left: 1px solid #e8e8e8
}
.al-tetx{
  text-align: center;
  color: #434343;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.term-cond{ padding: 30px; border-radius: 10px; border: 1px solid #f1f1f1;}
/* background: #F1F1F1; */
.term-cond ol.list{ padding-left: 15px; margin-bottom: 0px; }
ol.list{}
ol.list li{margin-bottom: 10px; font-size: 14px;}
ol.list li .listings {margin-top: 15px; list-style: lower-latin;}
.moretext {
  display: none;
}
.table-responsive{overflow-x:auto;}
.head-action li a.active{color: #4788c8;}
.colon{ height: 45px; line-height: 45px; font-weight: 700; font-size: 30px;}
.btn-default{
  color: #434343;
    background-color:#fff;
    border-color:#fff;    
}

.emil-writing{}
.emil-writing ul{margin: 0px; padding: 0px;}
.emil-writing ul li{list-style-type: none; display: flex; align-items: center;}
.para-intilize{text-align: inherit !important;}
.drop-down.active{display: block;}
.introduction {
  border-bottom: 2px solid #8b8585;
  position: relative;
  margin: 0 auto;
  width: 175px;
  font-weight: 600;
}
.introduction::before {
  content: 'Introducing';
  background: #fff;
  position: absolute;
  left: 50%;
  top: -11px;
  margin-left: -50px;
 padding: 0px 10px;
}
.nfo-opens {
  background: #2f78bd;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 auto;
  font-size: 17px;
  margin-bottom: 10px;
  ;
}
.font-12{font-size: 13px;}
table.quick-table tr td {
  border: solid 1px #d6d6d6;  
  padding: 10px 15px;
}
table.quick-table tr > td:first-child {
  background: #e5e5e5;
  font-weight: bold;
}
table.quick-table1 tr th {
  padding: 15px;
  border-right: solid 1px #d2d2d2;
  border-left: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  color: #434343;
  white-space: initial;
}
table.quick-table1 thead tr:first-child th {
  background: #d0dde0;
}

.nfo-opens sup{font-size: 12px;}
.new-heading{font-weight: 700;}
.row.row-divider > div:first-child {
  padding-right: 40px;
}
.row.row-divider > div:last-child {
  padding-left: 40px;
}
.row.row-divider > div::after {
  content: '';
  border-left: 1px solid #ededed;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
}
.row.row-divider > div:last-child:after {
  border-left: 0px solid #ededed;
}
.mt-30{margin-top: 30px;}
.graph-p20{border: 1px solid #e8e8e8; padding: 25px; background: #fff;}
.banner-design {
  padding: 40px 20px 30px 20px;
  border-radius: 10px;
  border: 2px solid #729ac6;
  margin-left: 65px; 
}
.banner-design h1{color: #2f78bd; font-size: 32px;}
.fund-manager{display: flex; align-items: center;}
.fund-manager h3{margin-bottom: 3px;}
.fund-manager p{margin-bottom: 0px;}
.fund-manager > div:first-child{margin-right: 20px;}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.font-15{font-size: 15px; margin-bottom: 35px;}
.overflow-hidden{overflow: hidden;}
.curved_box {
  line-height: 25px;
  background-color: #fff;
  padding: 15px 15px;
  border-radius: 5px;  
  font-size: 20px;
  position: relative;
  font-weight: 400;
  box-shadow: 4px 4px 8px 1px rgb(0 0 0 / 8%);
  display: inline-block;
  color: #4d4d4d;
  text-align: center;
  min-width: 400px;
  border: 1px solid #ebebeb;
  
}
.curved_box:hover {
  text-decoration: none;
  }
.curved_box img {
  display: inline-block;
  margin-bottom: 10px;
}

.question-item .team-porfile img{transition:0.3s all;background:#f1f1f1;width:30px;height:30px;padding:9px;border-radius:100%;}
.faq-box-list.active .question-item .team-porfile img{background:#d5eaff;}
.faq-box-list.active .team-porfile img{transform:rotate(180deg);}
.question-item.active + .answer-item{display:block;}
.question-item{cursor:pointer;}
.answer-item{display:none;margin-top:20px;}
.answer-item p{margin-bottom:0;}
.faq-box-list.active .team-porfile .font16{font-weight:700;}
.faq-box-list{background:#fff!important;padding:15px 20px;border-radius:10px;margin-bottom:10px;border:solid 1px var(--gray-light);}
.faq-box-list.active{box-shadow:2px 2px 19px rgb(0 0 0 / 8%);-moz-box-shadow:2px 2px 19px rgba(0, 0, 0, 0.08);border-color:var(--white);}
.question-item.active{border-bottom:none;}
.answer-item p{margin-bottom:0;font-size:14px;}
.question-item .team-porfile img{transition:0.3s all;background:#f1f1f1;width:30px;height:30px;padding:9px;border-radius:100%;}
.ml-auto{margin-left:auto;}
.font16{font-size:16px;}
.list-none{margin-top: 10px; padding-left: 15px;}
.list-none li{margin-bottom: 10px; font-size: 14px;}
.bannerTxt p.text-center{text-align: center !important;}
.more-abt-funds {
  width: 100%;
  display: flex;
}
.start-investing {
  background: #fff;
  color: #434343;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 4px 4px 8px 1px rgb(0 0 0 / 8%);
  padding: 25px;
  font-weight: 300;
  min-height: 95px;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
}

.start-investing img {  
  position: relative; 
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  
}
.start-investing:hover {
  background: #f5f5f5;
  text-decoration: none;
}

@media(max-width: 767px){
  .mt-50 {
    margin-top: 30px !important;
}
  .banner-design{margin-left: 0px;}
  .more-abt-funds {
    display: block;
    overflow: auto;
    padding: 10px;
}
.start-investing {
  margin-bottom: 20px;
  font-size: 16px!important;
  text-align: center;
}
.question-item .team-porfile {
  display: flex;
  text-align: left;
}
.bannerTxt p.text-center {
  text-align: justify !important;
}
}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}

table.riskometer{
  border-collapse: collapse;
  /* border-radius: 1em; */
  overflow: hidden;
  background: #fff;
  font-size: 14px;
}

table.riskometer .scheem-list-desc{
  padding-left: 20px;
}
table.riskometer > tbody > tr > td {
  padding: 15px;
  border: solid 1px #d2d2d2; 
  color: #434343;
  white-space: initial;  
  
}
.devider {
  border-bottom: solid 1px var(--gray-light);
}

.banner-design {
  padding: 40px 20px 30px 20px;
  border-radius: 10px;
  border: 2px solid #729ac6;
  margin-left: 125px;
}
.banner-design h1 {
  color: #2f78bd;
  font-size: 32px;
}
.new-heading {
  font-weight: 700;
}
.font-15 {
  font-size: 15px;
  margin-bottom: 35px;
}
.nfo-opens {
  background: #2f78bd;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 auto;
  font-size: 17px;
  margin-bottom: 10px;
}
.hx-img .nfo-opens strong {
  display: inherit; 
  font-size: 17px;
  color: #fff;
  text-align: center;
  width:auto;
   margin: auto;
}

@media (max-width: 767px){
.banner-design {
  margin-left: 0px;
}

  }


  .market-outlook{margin-top: 30px;}
  .market-outlook ul{margin: 0px; padding: 0px; display: flex; flex-wrap: wrap;} 
  .market-outlook ul li {
  list-style-type: none;
  text-align: center;
  padding: 20px;
  width: 29%;
  margin-left: 2%;
  margin-right: 2%;
  justify-content: space-between;
  border-radius: 10px;
  }
  section.banner-section {
    margin-top: 0px;
}



.header .logo img{max-width:115px}
         ul.drop-down li a{display:block;font-size:16px}
         .v-overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:80%;height:auto}
         #videoLink{padding:70px 0}
         #vBox>img{filter:blur(9px);width:100%}
         #vBox .ds-close{right:0;margin:auto;border:1px solid red;top:-8px;left:0}
         /* .hx-img strong{display:block;font-size:25px;color:#1a91f8;text-align:center;width:410px;margin:auto 0 30px auto} */
         ul.mission-txt{margin:0;padding:0}
         ul.mission-txt li{list-style:none;margin-bottom:10px;padding-bottom:10px;font-size:25px;font-weight:600}
         ul.mission-txt li:last-child{margin-bottom:0;padding-bottom:0}
         ul.mission-txt li img{margin-right:20px}
         @media(max-width:991px){.hx-img strong{width:auto}
         ul.mission-txt li{font-size:16px}
         ul.mission-txt li img{width:31px}
         .testi-section{padding-top:70px;padding-bottom:70px}
         .director-section{padding:40px 0}
         .contact-section,.get-empanelled-section{padding-bottom:70px}}
         @media (max-width:767px){.logo img{max-width:80px!important}}
         .mt-50{margin-top:50px;}
         @media (max-width: 767px){
            .head-bar {
                padding: 12px 0 !important;
            }
         }