body {
    padding: 0;
    margin: 0;
    /*  font-family: 'Montserrat', sans-serif;*/
    font-family: 'Inter';
    font-size: 1rem;
    color: #000000;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    line-height: 1.8rem;
    font-weight: 400;
}
body.full-page {
    overflow: hidden !important;
}
html {
    font-size: 16px;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
input:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1 {
    font-size: 3.75rem;
    font-family: 'Inter';
    font-weight: 700;
}
h2 {
    font-size: 3.5rem;
    font-family: 'Inter';
    font-weight: 700;
}
h3 {
    font-size: 1.675rem;
    font-family: 'Inter';
    font-weight: 700;
}
h4 {
    font-size: 1.25rem;
    font-family: 'Inter';
}
h5 {
    font-size: 1rem;
    font-family: 'Inter';
}
h6 {
    font-size: 0.875rem;
    font-family: 'Inter';
}
p {
    font-size: 15px;
}
p.title {
    font-size: 1rem;
}
.block {
    display: block;
}
.italic {
    font-style: italic;
}
button {
    line-height: 1;
}
/*common font family*/
p, .heading-title > span, .process-wrapp li > .pro-step, .progress-bars .progress p, .progress-bars .progress .progress-bar span, .approach-table .ammount .dur, .pagination li > a, .counters .count_nums, .approach-table .ammount h2, .approach-table ul li, .webcats li a > span, .getin_form .form-control {
    font-family: 'Inter';
}
/*fontAwesome*/
.zeus.tparrows.tp-rightarrow::before, .zeus.tparrows.tp-leftarrow::before, .approach-table ul li > span::before, .testimonial-quote h3::before, .testimonial-quote h3::after, blockquote.blockquote::before {
    font-family: 'FontAwesome';
}
/* Helper Classes & Shorcodes */
.padLeft {
    padding-left: 0px !important;
}
.padRight {
    padding-right: 0px !important;
}
.padding {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top: 7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 4.375rem 0;
}
.padding_bottom_half {
    padding-bottom: 4.375rem;
}
.margin_bottom_half {
    margin-bottom: 4.375rem;
}
.padding_top_half {
    padding-top: 4.375rem;
}
.heading_space {
    margin-bottom: 4.125rem;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.top25 {
    margin-top: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.top30 {
    margin-top: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.top40 {
    margin-top: 40px;
}
.bottom40 {
    margin-bottom: 40px;
}
.bottom45 {
    margin-bottom: 45px;
}
.top50 {
    margin-top: 50px;
}
.top60 {
    margin-top: 60px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom0 {
    margin-bottom: 0;
}
.nomargin {
    margin: 0;
}
.nopadding {
    padding: 0;
}
.fontbold {
    font-weight: bold;
}
.fontmedium {
    font-weight: 500;
}
.font-light {
    font-weight: 300;
}
.font-xlight {
    font-weight: 200;
}
.bglight {
    background: #f5f7f7;
}
.bgdefault {
    background: #353584;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #000000;
}
.skybluebg {
    background: #00afe5
}
.extradark-color {
    color: #212331;
}
.defaultcolor {
    color: #353584;
}
section {
    position: relative;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.container-padding {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
/*heading Titles */
.heading-title > span {
    font-size: 1.25rem;
    display: block;
    text-transform: capitalize;
    color: #353584;
}
.whitecolor.heading-title > span {
    color: #fff;
}
.heading-title h2 {
    font-weight: 400;
}
.heading-title h3 {
    font-weight: 700;
    font-size: 36px
}
.heading-title h3 span {
    color: #44c1e2;
    font-weight: 600;
    font-family: 'Inter';
}
/*img wrap*/
.image {
    overflow: hidden;
}
a.image {
    display: block;
}
.image img {
    width: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/*hover on images*/
.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/*to align elements center*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*Back To Top*/
.back-top {
    color: #fff;
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 15px;
    background: #060e80;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    border: 2px solid #ffffff;
    width: 40px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.back-top::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    background: #fbaf44;
}
.back-top:hover::before, .back-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.back-top:hover, .back-top:focus {
    color: #fff;
}
/* transitions common*/
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}
.navbar-brand {
    margin: 8px 0;
    padding: 0;
    position: relative;
}
.navbar-brand > img {
    max-width: 100% !important;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
/*-------------------------------*/
/*header*/
/*-------------------------------*/
#yellow-patch {
    padding: 0px;
    position: relative;
    margin: 0px;
}
.navbar-custom.top-nav-collapse {
    /*            padding: 0.375rem 1.5rem 0.375rem 2rem;*/
    /*		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);*/
    background: rgb(255, 255, 255);
    /*		background: rgba(240, 240, 240, 0.2;*/
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: #c0c4ea;
    font-size: 1rem;
    padding: 7px 15px;
    font-weight: normal;
    font-family: 'Inter';
}
#yellow-patch .no-bg {
    background: #2b358d !important;
}
header {
    /*  z-index: 100;*/
    position: relative;
    background: #2b358d;
    /*    background: #2b358d url("../images/val_banner.jpg") top/cover no-repeat;*/
    padding: 0px 0px;
    /*	background-size: 100% 95%;*/
    min-height: 550px;
    /*    padding-bottom: 10px;*/
}
.logo img {
    width: 170px;
    /*  margin-top: 30px;*/
}
/************************** Banner ********************************************/
.header .banner-slider {
    position: relative;
    padding: 8px 0px;
}
.header .banner-slider .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}
.header .banner-slider .item .header-text {
    padding: 230px 0 25px 0px;
    position: relative;
}
.header .banner-slider .item .header-text h3 {
    padding: 3px 0;
    position: relative;
    color: #fff;
    font-weight: bold;
    line-height: 1.1;
    font-family: 'Inter';
    font-size: 2.5rem;
    margin: 0px;
}
.header .banner-slider .item .header-text h3 span {
    display: block;
}
.header .banner-slider .item .header-text h4 a.signbtn {
    display: inline-block;
    font-family: 'Inter';
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    padding: 14px 40px 14px 40px;
    font-size: 1.1rem;
    line-height: 1.5;
    outline: none;
    text-decoration: none;
    color: #fff;
    /*    background-color: #fab045;*/
    border-radius: 5px;
    transition: 1s;
    margin: 50px 0 0 0;
    border: solid 1px #fff;
}
.header .banner-slider .item .header-text h4 a.signbtn:hover {
    background: #fff;
    /*	border:solid 1px #fff;*/
    color: #000;
}
.header .banner-slider .item .header-text p {
    margin: 0px;
    padding: 30px 0px 0px 0px;
    color: #c0c4ea;
    font-size: 1.1rem;
    font-family: 'Inter';
    font-weight: normal;
    line-height: 1.4;
}
.header .banner-slider .item .header-text p span {
    display: block;
}
/* the slides */
.header .banner-slider .slick-slide {
    margin: 3px 5px;
}
/* the parent */
.header .banner-slider .slick-list {
    margin: -10px -10px;
    /*	width: 100%;*/
    /*  overflow: visible;*/
}
/*.slick-prev::before, .slick-next::before*/
.header .banner-slider .slick-next {
    /*    	right: 0px;*/
    left: 8%;
    /*	left: 0px;*/
    top: 90%;
}
.header .banner-slider .slick-prev {
    left: 2%;
    top: 90%;
    z-index: 1111;
}
.header .banner-slider .slick-next:before {
    /*    content: url(../images/next-arrow.png);*/
    content: '\F138';
    font-size: 25px;
    color: #fff;
    font-family: bootstrap-icons !important;
    /*	font-family: 'FontAwesome';*/
    /* font-family: 'Font Awesome 5 Brands';*/
}
.header .banner-slider .slick-prev:before {
    /*    content: url(../images/prev-arrow.png);*/
    content: '\F12F';
    font-size: 25px;
    color: #fff;
    font-family: bootstrap-icons !important;
    z-index: 11;
}
.header .banner-slider .slick-dots {
    position: absolute;
    bottom: 3%;
    /*	top:0%;*/
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.header .banner-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
}
.header .banner-slider .slick-dots li {
    position: relative;
    /*  display: inline-block;*/
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    border: solid 1px #fff;
    transform: rotate(0deg);
}
.header .banner-slider .slick-dots li button {
    border: 0;
    outline: none;
    background: transparent;
}
.header .banner-slider .slick-dots li.slick-active {
    background: #f27524;
    border: none;
}
.header .banner-slider .slick-slide img {
    margin: 0px;
    position: relative;
    /*    	width: 100%;*/
}
.header .banner-slider .header-text1 {
    padding: 110px 0px 0px 0px;
    margin: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .banner-slider .header-text1 img {
    width: 100%;
    max-width: 90%;
    height: auto;
}
/************************** Banner End ********************************************/
/*new npf & form css aded START */
.desktop-npf {
    position: absolute;
    right: 6%;
    top: 2%;
    max-width: 350px;
    display: block;
}
.query-form {
    max-width: 350px;
    float: right;
    padding: 10px;
    background: rgba(255, 255, 255, .40);
    border: 1px solid #151951;
}
.mobile-npf {
    display: none;
    text-align: center;
    background: #facd5d;
    padding: 0px;
    max-width: 100%;
    width: 100%;
}
.mobile-npf h3 {
    color: #000;
    font-size: 32px;
    margin-top: 20px;
}
.mobile-npf p {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px
}
.enqu-form {
    position: relative;
    margin: 0px 20px 0 20px;
    padding-top: 50px;
}
/*new npf & form css aded END */
/* old by form css
.query-form {
  position: absolute;
  right: 50px;
  top: 100px;
  max-width: 360px;
  width: 360px;
}
.thankyou-form {
  position: relative;
  background: rgba(0, 0, 0, .80);
  border-radius: 10px;
  padding: 30px;
  width: 380px;
}
.enqu-form {
  position: relative;
  margin: 20px
}
*/
#stories {
    position: relative;
    background: #f4f6fa;
    /*    background: #f4f6fa url("../images/val_solbg.jpg") no-repeat;*/
    /*    background-position: bottom;*/
    /*    background-attachment: scroll;*/
    padding: 30px 0 30px 0px;
    z-index: 2;
}
#stories .dotted-img-left {
    position: absolute;
    left: 21.5%;
    bottom: 0;
    z-index: 1;
}
#stories .dotted-img-left img, #stories .dotted-img-right img {
    width: 150px;
}
#stories .dotted-img-right {
    position: absolute;
    right: 22%;
    top: 5%;
    z-index: 1;
}
#stories .storwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
}
#stories .storwrap h2 {
    font-size: 1.8rem;
    margin: 0;
        line-height: 40px;
    color: #353839;
    text-align: center;
    font-family: 'Inter';
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0px;
}
#stories .storwrap p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #7C7C7C;
    text-align: center;
    margin: 0px;
    padding: 8px 0 10px 0;
}
#stories .storwrap .vidstore {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
	flex-direction: column;
}


#stories .storwrap .vidstore .vcaption {font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0px;
    padding: 12px 0 5px 0;}

#stories .storwrap .vidstore img {
    max-width: 650px;
    width: 100%;
}
#numbers {
    position: relative;
    padding: 20px 0 0 0;
}
#numbers .numwrap {
    padding: 0px 0px 0px 0px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
#numbers .numwrap h2 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 40px;
    color: #353839;
    text-align: center;
    font-family: 'Inter';
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0px;
}
#numbers .numwrap p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #7C7C7C;
    text-align: center;
    margin: 0px;
    padding: 8px 0 10px 0;
}
#numbers .numwrap .featured-col1 {
    transition: 1s;
    position: relative;
    /*    border: solid 2px #bcbcbc;*/
    /*    border-radius: 10px;*/
    margin: 0 auto;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    /*    max-width: 250px;*/
    width: 100%;
}
#numbers .numwrap .featured-col1 h3 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Inter';
    color: #4A4C56;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#numbers .numwrap .featured-col1 p {
    font-size: .95rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #B4B2B2;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#solution {
    position: relative;
    background: #f4f6fa;
    /*    background: #f4f6fa url("../images/val_solbg.jpg") no-repeat;*/
    /*    background-position: bottom;*/
    /*    background-attachment: scroll;*/
    padding: 30px 0 0 0px;
    z-index: 2;
}
#solution .dotted-img {
    position: absolute;
    right: 0;
    top: 5%;
}
#solution .solwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
}
#solution .solwrap h2 {
    font-size: 1.8rem;
    margin: 0;
      line-height: 40px;
    color: #353839;
    text-align: center;
    font-family: 'Inter';
    font-weight: bold;
    /*    display: flex;*/
    /*    justify-content: center;*/
    padding: 20px 0 0 0px;
}
#solution .solwrap h2 span {
    display: block;
}
/*
#solution .solwrap h2::after {
    content: '';
    background: #fbaf44;
    position: absolute;
    border-radius: 10px;
    width: 6%;
    height: 5px;
    top: 70px;
}
*/
#solution .solwrap p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #7C7C7C;
    text-align: center;
    margin: 0px;
    padding: 8px 0 10px 0;
}
#solution .solwrap .boxes {
    /*    background: #fff;*/
    padding: 40px 0 40px 50px;
    transition: 1s;
    position: relative;
}
#solution .solwrap .hline {
    /*	 content: '';*/
    /*    background: #E1E6F0;*/
    /*	background: red;*/
    position: relative;
    border-bottom: solid 1px #E1E6F0;
    width: 100%;
    /*    height: 1px;*/
    /*    top: 100%;*/
    display: block;
}
#solution .solwrap .boxes img {
    float: left;
}
#solution .solwrap .boxes div {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding-left: 25px;
}
#solution .solwrap .boxes div h4 {
    font-size: 1rem;
    margin: 0;
    line-height: 1.3;
    color: #333333;
    text-align: left;
    font-family: 'Inter';
    font-weight: 500;
    padding: 0px 0px;
}
#solution .solwrap .boxes div p {
    margin: 0;
    padding: 4px 10px 0 0px;
    line-height: 1.4;
    font-size: 1rem;
    color: #7C7C7C;
    text-align: left;
    font-family: 'Inter';
    font-weight: 400;
}
#solution .solwrap .boxes div p span {
    display: block;
}
#solution .solwrap .video {
    display: flex;
    justify-content: center;
    align-content: center;
}
#solution .solwrap .video img {
    max-width: 350px;
    width: 100%;
}
#programcuri {
    position: relative;
    background: #fff;
    padding: 50px 0 20px 0px;
    z-index: 2;
}
#programcuri .halfcircle {
    position: absolute;
    right: 0;
    top: 12%;
    z-index: -1;
}
#programcuri .curveline {
    position: relative;
    top: 0%;
    left: 0%;
    margin: 0 auto;
    width: 100%;
}
#programcuri .curveline img {
    /*    position: relative;*/
    /*    margin: 0 auto;*/
    max-width: 85%;
    width: 100%;
}
#programcuri .progwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
}
#programcuri .progwrap h2 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
    color: #353839;
    text-align: left;
    font-family: 'Inter';
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    padding: 60px 0 0 120px;
	position: absolute;
}
#programcuri .progwrap h2 span {
    display: block;
}
/*
#solution .solwrap h2::after {
    content: '';
    background: #fbaf44;
    position: absolute;
    border-radius: 10px;
    width: 6%;
    height: 5px;
    top: 70px;
}
*/
#programcuri .progwrap p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 12px 0 12px 0;
}
#programcuri .progwrap a.signbtn {
    display: inline-block;
    font-family: 'Inter';
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    padding: 10px 30px 10px 30px;
    font-size: 1rem;
    line-height: 1.5;
    outline: none;
    text-decoration: none;
    color: #fff;
    background-color: #2B358D;
    border-radius: 50px;
    transition: 1s;
    margin: 10px 0 0 0;
}
#programcuri .progwrap a.signbtn:hover {
    background: #fbaf44;
    color: #fff;
}
#programcuri .progwrap .boxes {
    /*    background: #fff;*/
    padding: 20px 0 20px 0px;
    transition: 1s;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 10px;
	z-index: 1;
}
#programcuri .progwrap .boxes a {
    text-decoration: none;
}
#programcuri .progwrap .boxes:hover {
    transform: scale(1.1);
}
#programcuri .progwrap .box1 {
        padding-top: 0px;
    padding-left: 162px;
}
#programcuri .progwrap .box1 .onenum {
    top: -124px;
    right: 16%;
    position: absolute;
}
#programcuri .progwrap .box2 {
     padding-top: 0;
    padding-left: 156px;
    margin-top: -157px;
}
#programcuri .progwrap .box2 .twonum {
       top: -128px;
    right: 30%;
}
#programcuri .progwrap .box3 {
   padding-top: 0;
    margin-top: -420px;
    margin-left: -88px;
}
#programcuri .progwrap .box3 .threenum {
    top: -91%;
    right: 42%;
}
#programcuri .progwrap .boxes h3 {
    font-size: 10rem;
    margin: 0;
    color: #f2f2f2;
    text-align: right;
    font-family: 'Gilroy';
    font-weight: 900;
    padding: 0px 0px;
    display: flex;
    justify-content: right;
    position: absolute;
    top: 0%;
    left: 0;
    right: 30%;
    bottom: 0;
    z-index: -1;
}
#programcuri .progwrap .boxes h4 {
    font-size: 1rem;
    margin: 0;
    line-height: 1.3;
    color: #2B358D;
    text-align: left;
    font-family: 'Inter';
    font-weight: 600;
    padding: 0px 0px;
}

#programcuri .progwrap .boxes h4.headclor { color: #000;}
#programcuri .progwrap .boxes h4.headclor i { color: #a41034; font-style: normal;}
#programcuri .progwrap .boxes p {
    margin: 0;
    padding: 4px 10px 0 0px;
    line-height: 1.4;
    font-size: 14px;
    color: #7C7C7C;
    text-align: left;
    font-family: 'Inter';
    font-weight: 400;
}
#programcuri .progwrap .boxes p span, #programcuri .progwrap .boxes h4 span, #programcuri .progwrap .boxes h3 {
    display: block;
}
#programcuri .progwrap .pro-curriculum-slider {display: flex; justify-content: center; align-items: center;}


/* the slides */
#programcuri .progwrap .pro-curriculum-slider .slick-slide {
    margin: 10px 0px;
}
 
/* the parent */
#programcuri .progwrap .pro-curriculum-slider .slick-list {
    margin: 0px 0px;
}
#programcuri .progwrap .pro-curriculum-slider .slick-next {
    right: 40px;
    top: 55%;
}
#programcuri .progwrap .pro-curriculum-slider .slick-prev {
    left: 40px;
    top: 55%;
	z-index: 1;
		
}
#programcuri .progwrap .pro-curriculum-slider .slick-next:before {
/*    content: url("../images/mba_mu-next-arrow-sm.png");*/
	content: '\F133';
font-size: 2rem;
color: #f27524;
font-family: bootstrap-icons !important;
    width: 60px;
    height: 60px;
}
#programcuri .progwrap .pro-curriculum-slider .slick-prev:before {
/*    content: url("../images/mba_mu-prev-arrow-sm.png");*/
   content: '\F129';
font-size: 2rem;
color: #f27524;
font-family: bootstrap-icons !important;
    width: 60px;
    height: 60px;
	 
}


#programcuri .progwrap .pro-curriculum-slider .slick-dots {
    position: absolute;
    bottom: -5%;
    /*	top:0%;*/
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#programcuri .progwrap .pro-curriculum-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
}
#programcuri .progwrap .pro-curriculum-slider .slick-dots li {
    position: relative;
    /*  display: inline-block;*/
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
/*     border: solid 1px #000;*/
/*	background: #000;*/
    transform: rotate(0deg);
}
#programcuri .progwrap .pro-curriculum-slider .slick-dots li button {
/*    border: 0;*/
	 width: 12px;
    height: 12px;
    outline: none;
	border-radius: 100%;
    border: solid 1px #f27524;
}
#programcuri .progwrap .pro-curriculum-slider .slick-dots li.slick-active {
    background: #f27524;
	border: solid 1px #f27524;
    border: none;
}


/*
#programcuri .progwrap .pro-curriculum-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
#programcuri .progwrap .pro-curriculum-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 35px;
}
*/










#valoffer {
    position: relative;
    background: #ffffff url("../images/valfee_offer_bg.png") no-repeat;
    /*    background-position: 100% 0%;*/
    background-size: 100% 100%;
    /*    background-attachment: scroll;*/
    padding: 30px 0px;
}
#valoffer .vlofwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
    /*	  max-width: 1300px;*/
    margin: 0 auto;
}
#valoffer .vlofwrap h2 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
    color: #353839;
    text-align: center;
    font-family: 'Inter';
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 20px 0 5px 0px;
}
#valoffer .vlofwrap p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #7C7C7C;
    text-align: center;
    margin: 0px;
    padding: 5px 0 10px 0;
}
#valoffer .vlofwrap p span {
    display: block;
}
#valoffer .vlofwrap .featured-col-video {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
    /*    background: #fff;*/
    padding: 20px 0px;
    position: relative;
}
#valoffer .vlofwrap .featured-col-video img {
    max-width: auto;
    width: 100%;
}
#valoffer .vlofwrap .featured-col {
    /*    display: flex;*/
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    height: 100%;
}
#valoffer .vlofwrap .featured-col:hover {
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 10px 4px rgba(119, 119, 119, 0.19);
    -moz-box-shadow: 0px 5px 10px 4px rgba(119, 119, 119, 0.19);
    box-shadow: 0px 5px 10px 4px rgba(119, 119, 119, 0.19);
    transition: all ease-in-out 0.1s;
    background: #2b358d;
    transform: scale(1.08);
}
#valoffer .vlofwrap .featured-col:hover h3, #valoffer .vlofwrap .featured-col:hover p, #valoffer .vlofwrap .featured-col:hover a {
    color: #fff;
}
#valoffer .vlofwrap .featured-col img {
    margin: 20px 0px;
    display: flex;
    /*  width: 35px;*/
    /*  height: 35px;*/
}
#valoffer .vlofwrap .featured-col h3 {
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 600;
    color: #333333;
    text-align: left;
    margin: 0px;
    padding: 1px 0 10px 0;
}
#valoffer .vlofwrap .featured-col p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 1px 0 10px 0;
}
#valoffer .vlofwrap .featured-col a {
    font-size: .9rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 500;
    color: #2B358D;
    text-align: left;
    margin: 0px;
    padding: 15px 0px 5px 0;
    text-decoration: none;
    display: block;
}
#valoffer .vlofwrap .featured-col a:hover {
    text-decoration: underline;
}
#valoffer .vlofwrap .featured-col .fas {
    font-size: .8rem;
    padding-left: 5px;
}
#pricing {
    position: relative;
    background: #fff;
    padding: 25px 0px 20px 0px;
}
#pricing .priwrap {
    padding: 0px 50px 0px 50px;
    position: relative;
    margin: 0 auto;
}
#pricing .priwrap h2 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 40px;
    color: #353839;
    text-align: center;
    font-family: 'Inter';
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 20px 0 5px 0px;
}
#pricing .priwrap p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #7C7C7C;
    text-align: center;
    margin: 0px;
    padding: 5px 0 10px 0;
}
#pricing .priwrap .pricecol {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
    background: #F5F8FF;
    padding: 30px 30px;
    height: 100%;
}
#pricing .priwrap .pricecol h3 {
    font-size: 1.3rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 700;
    color: #2B358D;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#pricing .priwrap .pricecol p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 400;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 15px 0 0 0;
}
#pricing .priwrap .pricecol h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 700;
    color: #353839;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#pricing .priwrap .pricecol h5 {
    font-size: .8rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 400;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 15px 0 0 0;
}
#pricing .priwrap .pricecol h6 {
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 400;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 0px;
    text-decoration: line-through;
}
#pricing .priwrap .pricecol a {
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 400;
    color: #fff;
    background: #2B358D;
    text-align: center;
    margin: 25px 0 0 0;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    width: fit-content;
}
#pricing .priwrap .pricecol a:hover {
    text-decoration: none;
    background: #fbaf44;
    color: #000;
}
#globaleaders {
    position: relative;
    /*    background: #F5F8FF;*/
    background: #fff;
    padding: 15px 0px 30px 0px;
}
#globaleaders .globwrap {
    padding: 0px 10px 0px 10px;
    position: relative;
    /*    	  max-width: 1000px;*/
    margin: 0 auto;
}
#globaleaders .globwrap h2 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
    color: #353839;
    text-align: center;
    font-family: 'Inter';
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 20px 0 5px 0px;
}
#globaleaders .globwrap p {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: normal;
    color: #7C7C7C;
    text-align: center;
    margin: 0px;
    padding: 5px 0 10px 0;
}
#globaleaders .globwrap .global-slider {
    position: relative;
    padding: 0px 0px;
    /*	background: #F4F6FA;*/
    /*	-moz-box-shadow: 15px 16px 24px rgba(0, 0, 0, 0.15);*/
    /*	-webkit-box-shadow: 15px 16px 24px rgba(0, 0, 0, 0.15);*/
    /*	box-shadow: 15px 16px 24px rgba(0, 0, 0, 0.15);*/
}
#globaleaders .globwrap .global-slider::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    padding: 0px 0px;
    min-height: 600px;
    height: 70%;
    width: 100%;
    background: #F4F6FA;
    -moz-box-shadow: 15px 16px 24px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 15px 16px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 15px 16px 24px rgba(0, 0, 0, 0.15);
    display: flex;
}
#globaleaders .globwrap .global-slider .item .global-itemimg {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
#globaleaders .globwrap .global-slider .item .global-itemimg img {
    max-width: 400px;
    width: 100%;
}
#globaleaders .globwrap .global-slider .item .global-itemimg::after {
    /*	content: url('../images/dotted.png');*/
    content: '';
    background-image: url("../images/dotted-meet.png");
    /*	background-size: 50%;*/
    /*	content: '';*/
    position: absolute;
    bottom: 2%;
    right: 2%;
    z-index: -1;
    width: 150px;
    height: 100px;
}
.global-slider .item .global-item {
    position: relative;
    padding: 10px 100px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-left: -50px;
    height: 90%;
}
.global-slider .item .global-item h4 {
    color: #2B358D;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0px;
    padding: 40px 0 8px 0;
    /*	text-transform: uppercase;*/
}
.global-slider .item .global-item h5 {
    color: #636463;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-size: 1rem;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px;
    text-transform: uppercase;
}
.global-slider .item .global-item h6 {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 1rem !important;
    line-height: 1.6;
    font-family: 'Inter';
    font-weight: normal;
    text-align: left;
}
/* the slides */
.global-slider .slick-slide {
    margin: 10px 10px;
}
.global-slider .slick-slide img {
    display: inline-block
}
/* the parent */
.global-slider .slick-list {
    margin: 15px -20px;
}
.global-slider .slick-next {
    right: -50px;
    top: 55%
}
.global-slider .slick-prev {
    left: -70px;
    top: 55%
}
.global-slider .slick-next:before {
    content: url("../images/mba_mu-next-arrow-sm.png");
    width: 60px;
    height: 60px;
}
.global-slider .slick-prev:before {
    content: url("../images/mba_mu-prev-arrow-sm.png");
    width: 60px;
    height: 60px;
}
.global-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}
.global-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 35px;
}
/******* INNER PAGE CSS *******/
/******* PROGRAM VIEW DETAILS START *******/
#programcuri_view {
    position: relative;
    background: #fff;
    padding: 130px 0 30px 0px;
    z-index: 2;
}
#programcuri_view .dotted-img-left {
    position: absolute;
    left: 1%;
    bottom: 0;
    z-index: 1;
}
#programcuri_view .dotted-img-left img, #programcuri_view .dotted-img-right img {
    width: 150px;
}
#programcuri_view .dotted-img-right {
    position: absolute;
    right: 1%;
    top: 20%;
    z-index: 1;
}
#programcuri_view .proviewwrap {
    padding: 0px 50px 0px 50px;
    position: relative;
}
#programcuri_view .proviewwrap .entbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}
#programcuri_view .proviewwrap .entbox h2 {
    font-size: 2.1rem;
    margin: 0;
    line-height: 1;
    color: #2B358D;
    text-align: left;
    font-family: 'Inter';
    font-weight: 700;
    display: flex;
    padding: 20px 0 0 0px;
}
#programcuri_view .proviewwrap .entbox p {
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'Inter';
    font-weight: 400;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 8px 0 10px 0;
}
#entboxes {
    position: relative;
    background: #fff;
    padding: 10px 0 30px 0px;
}
#entboxes .entwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
#entboxes .entwrap .entbox-col {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    background: #F4F6FA;
    padding: 25px 30px;
    border-radius: 7px;
    /*	min-height: 400px;*/
    height: 100%;
}
#entboxes .entwrap .entbox-col h3 {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.2;
    color: #333333;
    text-align: left;
    font-family: 'Inter';
    font-weight: 500;
    padding: 0px;
    display: flex;
	align-items: center;
}
#entboxes .entwrap .entbox-col h3 img {
    float: left;
    margin-right: 15px;
    display: block;
    width: 45px;
    height: 45px;
}
#entboxes .entwrap .entbox-col ul {
    display: block;
    padding: 20px 0 0 5px;
    margin: 0;
}
#entboxes .entwrap .entbox-col ul li {
    color: #7C7C7C;
    font-size: 1rem;
    text-align: left;
    line-height: 1.4;
    font-family: 'Inter';
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
	word-break: break-word;
}
#entboxes .entwrap .entbox-col ul li::before {
    background: #7C7C7C;
    width: 6px;
    height: 6px;
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    border-radius: 10px;
}
/******* PROGRAM VIEW DETAILS END *******/
/*********** MEEET THE TEAM page CSS  START ****/
#meetheteam {
    position: relative;
    background: #fff;
    padding: 130px 0 40px 0px;
    z-index: 2;
}
#meetheteam .temwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
}
#meetheteam .temwrap h2 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
    color: #2B358D;
    text-align: center;
    font-family: 'Inter';
    font-weight: 700;
    padding: 20px 0 0 0px;
}
#meetheteam .temwrap h3 {
    font-size: 1.5rem;
    margin: 0 0 0 0;
    line-height: 1;
    color: #333;
    text-align: left;
    font-family: 'Inter';
    font-weight: 700;
    padding: 20px 0 0 0px;
}
#meetheteam .temwrap h3::before {
    content: '';
    position: absolute;
    right: 1%;
    bottom: 2%;
    height: 1px;
    width: 88%;
    background: #B7B7B7;
}
#meetheteam .temwrap .meetbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    background: #F4F6FA;
    padding: 25px 30px;
    /*	min-height: 400px;*/
    height: 100%;
}
#meetheteam .temwrap .meetbox img {
    display: block;
    margin: 0 auto;
}
#meetheteam .temwrap .meetbox h4 {
    color: #333;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0px;
    padding: 30px 0 1px 0;
}
#meetheteam .temwrap .meetbox h5 {
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-size: 1rem;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px;
}
#meetheteam .temwrap .meetbox p {
    font-size: .9rem;
    line-height: 1.4;
    font-family: 'Inter';
    font-weight: 400;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 8px 0 10px 0;
}
#meetadvisory {
    position: relative;
    background: #F4F6FA;
    padding: 30px 0 30px 0px;
    z-index: 0;
}
#meetadvisory .advswrap {
    padding: 0px 0px 0px 0px;
    position: relative;
}
#meetadvisory .advswrap h2 {
    font-size: 2.1rem;
    margin: 0;
    line-height: 1;
    color: #2B358D;
    text-align: center;
    font-family: 'Inter';
    font-weight: 700;
    padding: 20px 0 0 0px;
}
#meetadvisory .advswrap h3 {
    font-size: 1.5rem;
    margin: 0 0 0 0;
    line-height: 1;
    color: #333;
    text-align: left;
    font-family: 'Inter';
    font-weight: 700;
    padding: 20px 0 0 0px;
}
#meetadvisory .advswrap h3::before {
    content: '';
    position: absolute;
    right: 1%;
    bottom: 2%;
    height: 1px;
    width: 83%;
    background: #B7B7B7;
}

#meetadvisory .advswrap .advbox-main
{
	
	position: relative;
background: #fff;
 
  display: flex; justify-content: center; align-items: center;  
	 padding: 20px 30px;
 
	 
}

 
#meetadvisory .advswrap .advbox-main .adv-img {
  display: flex;
	justify-content: center;
	align-items: center;
/*	background: red;*/
	height: 100%;
/*	flex-direction: column;*/
  margin: 0 auto;
}


#meetadvisory .advswrap .advbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    background: #FFFFFF;
/*    padding: 25px 0px;*/
/*	padding: 25px 30px;*/
    /*	min-height: 400px;*/
    height: 100%;
}
#meetadvisory .advswrap .advbox img {
    display: block;
    margin: 0 auto;
}
#meetadvisory .advswrap .advbox h4 {
    color: #333;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0px;
    padding: 30px 0 1px 0;
}
#meetadvisory .advswrap .advbox h5 {
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-size: 1rem;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px;
}
#meetadvisory .advswrap .advbox p {
    font-size: .9rem;
    line-height: 1.4;
    font-family: 'Inter';
    font-weight: 400;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 8px 0 10px 0;
}
#mentors {
    position: relative;
    background: #ffffff;
    padding: 30px 0 30px 0px;
    z-index: 0;
}
#mentors .mentwrap {
    padding: 0px 0px 0px 0px;
    position: relative;
}
#mentors .mentwrap h2 {
    font-size: 2.1rem;
    margin: 0;
    line-height: 1;
    color: #2B358D;
    text-align: center;
    font-family: 'Inter';
    font-weight: 700;
    padding: 20px 0 0 0px;
}
#mentors .mentwrap h3 {
    font-size: 1.5rem;
    margin: 0 0 0 0;
    line-height: 1;
    color: #333;
    text-align: left;
    font-family: 'Inter';
    font-weight: 700;
    padding: 20px 0 0 0px;
}
#mentors .mentwrap h3::before {
    content: '';
    position: absolute;
    right: 1%;
    bottom: 2%;
    height: 1px;
    width: 89%;
    background: #B7B7B7;
}
#mentors .mentwrap .mentbox-main {
    position: relative;
    background: #F4F6FA;
    padding: 25px 30px;
    max-width: 100%;
    /*	min-height: 400px;*/
    height: 100%;
}
#mentors .mentwrap .mentbox-main img {
    display: block;
    margin: 0 auto;
}
#mentors .mentwrap .mentbox {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    height: 100%;
}
#mentors .mentwrap .mentbox h4 {
    color: #333;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0px;
    padding: 0px 0 1px 0;
}
#mentors .mentwrap .mentbox h5 {
    color: #000;
    line-height: 1.3;
    margin-bottom: 5px;
    font-family: 'Inter';
    font-size: 1rem;
    font-weight: 400;
    margin: 0px;
    padding: 0px 0px;
}
#mentors .mentwrap .mentbox p {
    font-size: .9rem;
    line-height: 1.4;
    font-family: 'Inter';
    font-weight: 400;
    color: #7C7C7C;
    text-align: left;
    margin: 0px;
    padding: 8px 0 10px 0;
}
/*********** MEEET THE TEAM CSS  END ****/
/******* INNER PAGE CSS  *******/
/*-------------------------------*/
/* Footer*/
/*-------------------------------*/
.site-footer {
    /*    background: #2b358d;*/
    padding: 15px 0;
    font-family: 'Inter';
    font-weight: normal;
    position: relative;
    border-bottom: solid 1px #E2E5F0;
    border-top: solid 1px #E2E5F0;
}
.site-footer .footer-wrap {
    padding: 10px 0;
}
.site-footer .footer-wrap .rightdiv {
    display: flex;
    justify-content: center;
}
.site-footer .footer-wrap .rightdiv h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: bold;
    color: #353839;
    text-align: left;
    margin: 0 15px 0 0px;
    padding: 15px 0 0px 0;
    display: flex;
}
.site-footer .footer-wrap .rightdiv .onetop {
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    flex-direction: row;
}
.site-footer .footer-wrap .rightdiv .onetop a {
    text-decoration: none;
    padding: 15px;
    border: solid 1px #E2E5F0;
    border-radius: 5px;
    display: flex;
    margin: 0 10px;
}
.site-footer .footer-wrap .rightdiv a img {
    width: 25px;
    height: 18px;
    margin: 5px 7px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    transition: transform .7s ease-in-out;
}
.site-footer .footer-wrap .rightdiv a:hover {
    color: #2b358d;
    background: #f2f2f2;
}
.site-footer .footer-wrap .rightdiv a img:hover {
    transform: rotate(360deg);
}
.site-footer .formdata {
    /*	width: 100%;*/
    display: block;
    background: #2B358D;
    height: 100%;
    font-family: 'Inter';
    font-weight: normal;
    padding: 25px;
    width: 100%;
    margin: 0 auto;
}
.site-footer .formdata h3 {
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Inter';
    font-weight: normal;
    font-weight: bold;
    padding: 2px 0px 20px 0px;
    text-align: center;
}
.site-footer .formdata .form-control::placeholder {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    font-family: 'arial', sans-serif;
}
.site-footer .formdata form .form-group input {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    font-family: 'arial', sans-serif;
}
.site-footer .formdata form .form-group .form-select {
    background: #fff;
    outline: none;
    border: none;
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    height: 35px;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    font-family: 'arial', sans-serif;
}
.site-footer .formdata form .submit {
    padding: 5px 20px;
    border-radius: 0px;
    font-weight: normal;
    font-size: 1rem;
    border: none;
    color: #fff;
    display: inline-block;
    /*    background-color: #832020;*/
    background: rgb(6, 14, 128);
    transition: 1s all;
    font-family: 'Inter';
}
.site-footer .formdata form .submit:hover {
    background: #fff;
    color: #333;
}
.site-footer .formdata form p {
    font-size: .9rem;
    color: #fff;
}
.site-footernew {
    position: relative;
    padding: 20px 0;
}
.site-footernew .footer-wrapnew p.copytext {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'Inter';
    font-weight: 400;
    color: #666666;
    text-align: left;
    margin: 0px;
    padding: 5px 0 0px 0;
}
.site-footernew .footer-wrapnew .social-icons-footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.site-footernew .footer-wrapnew .social-icons-footer a {
    padding: 0px 0px;
    display: inline-block;
    margin: 0 8px;
}
.site-footernew .footer-wrapnew .social-icons-footer i {
    color: #061C33;
    padding: 8px;
    font-size: 18px;
    transition: all .5s;
    background: #e7e8ea;
    border-radius: 100%;
}
.site-footernew .footer-wrapnew .social-icons-footer i:hover {
    /*    filter: brightness(0.5);*/
    transition: all .5s;
    color: #fff;
    background: #000;
    /*    transform: scale(1.05);*/
    transform: rotate(360deg);
}
.joinwaitlist {
    background: #2B358D;
    padding: 15px 0;
    position: relative;
}
.joinwaitlist .joinwrap {
    padding: 10px 0;
}
.joinwaitlist .joinwrap h3 {
    color: #FBAF44;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.5rem;
    padding: 0px;
    text-align: center;
    margin: 0px;
}
/*-------------------------------*/
/* Footer ends*/
/*-------------------------------*/
/***180723****/

.disclamibox {
    background: #000;
    font-size: 12px;
    padding: 40px 0;
    text-align: center;
}
.disclamibox p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
	 color: #cbcbcb;
}
.disclamibox p strong {display: block; font-weight: 700;}

.vigclg {
    background: #f0bf6e;
    padding: 4rem;
    margin: 0 0 3px 0;
}
.vigclg h1 {
    margin: 20% 0 0 47px;
    color: #282d8c;
    text-align: left;
    font-size: 49px;
}

nav, .navbar-custom.top-nav-collapse {
    background:#2b358d;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.navbar-dark .navbar-nav .nav-link {
       color: #ffffff;
    font-size: 1rem;
    padding: 7px 15px;
    font-weight: normal;
    font-family: 'Inter';
}

.fixed-top {
    padding: 10px 0;
}

/***250723****/

.header .banner-slider .item.fullwith img {width: 100% !important; height: 100% !important; display: block; vertical-align: top;}

.header .banner-slider .item.fullwith img.mobilebanr {display: none;}

.header .banner-slider .item.newslder .header-text h3  {
    padding: 3px 0;
    color: #fff;
    font-weight: 400;
    line-height: 44px;
    font-family: 'Inter';
    font-size: 32px;
    margin: 0px;
    position: absolute;
    left: 74%;
    width: 100%;
}

.header .banner-slider .slick-slide .header-text img {vertical-align: top; display: inline-block;	}

.header .banner-slider .item.newslder .header-text h3 span {display: inline-block ; vertical-align: top; color: #000; background: #f7ab44; padding: 8px 15px; border-radius:  10px ;}

.header .banner-slider .slick-slide img.sliderbtnm {
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    margin: 0 0 36px 3%;
}




/********110223*******/

.btox a{
    display: inline-block;
    font-weight: 500;
    border: solid 1px #FBAF44;
    padding: 10px 20px;
    margin: 5px 10px;
    border-radius: 5px;
	font-size: 18px;
}

/***new-secion****/

.grobg {
    background: #f3f6ff;
    padding:20px;
}
.linead {position: relative;}
.linead::before {
    content: "";
    height: 4px;
    width: 100%;
    background: #f7ab44;
    position: absolute;
    top: 14px;
}
.linead span {
    font-size: 28px;
    display: block;
    text-align: center;
	background: #fff;
		padding: 0 20px 0 0;
	position: relative;
	font-weight: 500;
	   width: fit-content;
	 margin:0;
	
}

.grobg .linead span {
    background: #f3f6ff; 
    margin: 0 auto;
	padding: 0 10px;
}


.valogos {
    width: 189px;
    margin: 30px auto;
    display: block;
}

.imgle {
    width: 100%;
}

.whtibg {margin-top:15px;}

.newli {margin: 20px 0 0; padding: 0; list-style: none;}

.grobg img.imgle, .whtibg img {border-radius: 10px; width: 100%; margin-bottom: 10px;}

.newli li {
    display: inline-block;
    width: 47%;
	vertical-align: top;
	
}

.grobg  p, .whtibg p {line-height: 24px;}

.newli li:nth-child(2n+2) {margin-left: 35px;}

.headib {font-size: 22px; line-height: 28px; font-weight: 600; margin: 5px 0 15px;}

.yelobtn {background: #f7ab44; font-weight: 600; font-size: 14px;display: block; width: fit-content; padding: 2px 10px; border-radius: 5px; line-height: 28px;}

.new-secon {
    margin: 50px 0 100px;
    padding: 47px 0 0;
}

/***280723*****/

.msclimg  {
    position: relative;
}

.msclimg  span {
    position: absolute;
    bottom: 24px;
    left: 0;
    color: #ffff;
    font-size: 23px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.masthead {
    font-weight: 800;
    background: #f7ab44;
    width: fit-content;
    padding: 0 12px;
    border-radius: 5px;
}

.msterclassbx .headib {
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    margin: 5px 0 15px;
    min-height: 70px;
    border-bottom: solid 1px #d3dcf5;
}

.heaobx.dateb span {
    font-weight: 600;
    font-size: 14px;
}

.whtibg .heaobx.dateb img {
    width: auto;
    border-radius: 0;
    display: inline-block;
    margin: 0 13px 0 0;
}
.newli.msterclassbx li {
    background: #f3f6ff;
    padding: 10px;
    border-radius: 5px;
        margin-bottom: 30px;
}

.heaobx.dateb {
    margin-bottom: 10px;
}


@media (max-width: 1367px) {
/*
    #programcuri .curveline img {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    #programcuri .progwrap .box1 {
         padding-top: 430px;
    padding-left: 24px;
    }
    #programcuri .progwrap .box1 .onenum {
        top: 51%;
    right: 27%;
    }
    #programcuri .progwrap .box2 {
        padding-top: 323px;
        padding-left: 100px;
    }
    #programcuri .progwrap .box2 .twonum {
        top: 40%;
        right: 26%;
    }
*/
	
	#programcuri .progwrap .box1 {
  padding-top: 0px;
  padding-left: 106px;
}
	
	#programcuri .progwrap .box1 .onenum {
  top: -119px;
  right: 15%;
  position: absolute;
}
	
	
	#programcuri .progwrap .box2 {
  padding-top: 0;
  padding-left: 126px;
  margin-top: -140px;
}
	
	
	#programcuri .progwrap .box2 .twonum {
  top: -125px;
  right: 27%;
}
	
	
	#programcuri .progwrap .box3 {
  padding-top: 0;
  margin-top: -370px;
  margin-left: -85px;
}
	
	#programcuri .progwrap .box3 .threenum {
  top: -91%;
  right: 39%;
}

	#programcuri .halfcircle {
  position: absolute;
  right: 0;
  top: 16%;
  z-index: -1;
}
	
	
	
	
	
	
    #meetheteam .temwrap h3::before {
        width: 87.5%;
    }
    #meetadvisory .advswrap h3::before {
        width: 82%;
    }
	
 
	
	
}

@media (max-width: 1261px) {
	
	#programcuri .progwrap .box3 {
  padding-top: 0;
  margin-top: -330px;
  margin-left: -85px;
}
	
#programcuri .progwrap .box3 .threenum {
  top: -75%;
  right: 39%;
}	
	
	
	
}


/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1200px) {
    html {
        font-size: 15px;
    }

		/***** banner 2 ****/
.header .banner-slider .item.newslder .header-text h3  {
    line-height: 40px;
    font-size: 28px;
}
.header .banner-slider .slick-slide img.sliderbtnm {
    margin: 0 0 2% 4%;
    max-width: 500px;
    width: 90%;
}
.header .banner-slider .item.newslder .header-text {
    padding: 171px 0 25px 0px;
}
.newli li:nth-child(2n+2) {
    margin-left: 31px;
}

.headib {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 5px 0 15px;
}

}
/* Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
    html {
        font-size: 14px;
    }
    h2 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    p {
        font-size: 14px;
    }
    .heading-title > span {
        font-size: 1rem;
    }

	
	/***** banner 2 ****/
.header .banner-slider .item.newslder .header-text {
    padding: 74px 0 25px 0px;
}
	.header .banner-slider .item.newslder .header-text h3  {
    line-height:32px;
    font-size: 24px;
}
	.header .banner-slider .slick-slide img.sliderbtnm {
    margin: 0 0 2% 3%;
    max-width: 500px;
    width: 90%;
}
	
.newli li:nth-child(2n+2) {
    margin-left: 22px;
}
	
	.new-secon .col-md-4, .new-secon .col-md-8 {    flex: 0 0 auto;
    width: 100%;}

}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }
    .logo img {
        width: 150px;
    }
    .desktop-npf {
        display: none
    }
    .mobile-npf {
        display: block;
        padding: 20px;
    }
    .navbar-custom.fixed-top {
        background: rgb(6, 14, 128);
        padding: 0px 15px;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        border: solid 2px #8f92c6;
    }
    .header .banner-slider .item .header-text {
        padding: 120px 0 5px 0px;
    }
    .header .banner-slider .item .header-text p {
        padding: 10px 0px 0px 0px;
    }
    .header .banner-slider .item .header-text h4 a.signbtn {
        padding: 10px 20px 10px 20px;
        font-size: 1rem;
        margin: 15px 0 0 0;
    }
    .header .banner-slider .item .header-text h3 {
        font-size: 2.1rem;
    }
    .header .banner-slider .header-text1 {
        padding: 10px 0px 0px 0px;
    }
    #solution .solwrap .boxes {
        padding: 15px;
        transition: 1s;
        position: relative;
        display: flex;
  justify-content: flex-start;
  align-items: flex-start;
    }
    #programcuri {
        padding: 50px 0 0px 0px;
    }
	
	#programcuri .progwrap h2 {
  
  padding: 0px 0 0 10px;
  position: relative;
}
	
    #programcuri .progwrap .boxes {
        padding: 40px 0 10px 0px;
    }
    #programcuri .curveline {
        display: none;
    }
    #programcuri .progwrap .boxes {
        margin-top: 10px;
    }
    #programcuri .progwrap .box1 {
        padding-top: 20px;
        padding-left: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #programcuri .progwrap .box1 .onenum {
        top: 0;
        display: flex;
        justify-content: flex-start;
    }
    #programcuri .progwrap .box2 {
        padding-top: 20px;
        padding-left: 65px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #programcuri .progwrap .box2 .twonum {
        top: 0;
        display: flex;
        justify-content: flex-start;
    }
    #programcuri .progwrap .box3 {
        padding-top: 20px;
        padding-left: 150px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #programcuri .progwrap .box3 .threenum {
        top: 0;
        display: flex;
        justify-content: flex-start;
        left: 11%;
    }
    #programcuri .progwrap .boxes h3 {
        font-size: 6rem;
    }
    #programcuri .halfcircle img {
        max-width: 250px;
        width: 100%;
    }
    .meet-slider .item .faculty-item {
        position: relative;
        padding: 10px 0;
    }
    #meetfounders .meetwrap {
        padding: 0 0px;
    }
    .adv-slider .item .faculty-item-adv {
        height: 100%;
        min-height: 310px;
    }
    #articles .artwrap {
        padding: 0px 0px 0px 0px;
    }
    .site-footer .footer-wrap .rightdiv {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .site-footer .footer-wrap .rightdiv h2 {
        text-align: center;
        margin: 0 0px;
        padding: 1px 0 15px 0;
    }
    .site-footernew .footer-wrapnew .social-icons-footer {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 20px;
    }
    #globaleaders .globwrap .global-slider .item .global-itemimg img {
        max-width: 200px;
        width: 100%;
    }
    .global-slider .item .global-item {
        position: relative;
        padding: 10px 20px 10px 20px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin: 0px;
        height: auto;
        width: 100%;
    }
    #globaleaders .globwrap .global-slider::before {
        top: 0;
        height: 100%;
        width: 100%
    }
    .global-slider .item .global-item h4 {
        padding: 2px 0 8px 0;
    }
    #entboxes .entwrap .entbox-col {
        padding: 25px 10px;
    }
    #programcuri_view .proviewwrap .entbox h2 {
        font-size: 1.8rem;
    }
    #programcuri_view {
        padding: 90px 0 30px 0px;
    }
    #meetheteam {
        padding: 80px 0 40px 0px;
    }
    #meetheteam .temwrap h3 {
        padding: 5px 0 0 0px;
    }
    #meetheteam .temwrap h3::before {
        width: 77.5%;
    }
    #meetadvisory .advswrap h3::before {
        width: 67%;
    }
    #mentors .mentwrap h3::before {
        width: 80%;
    }
    #mentors .mentwrap .mentbox h4 {
        padding: 10px 0 1px 0;
    }
    #meetadvisory {
        padding: 0px 0 30px 0px;
    }
    #mentors {
        padding: 0px 0 30px 0px;
    }

	/***** banner 2 ****/
	
	.header .banner-slider .item.newslder .header-text h3 {
    position: relative;
    left: 0;
    width: 100%;
		line-height:36px;
		    top: 50px;
}
	.header .banner-slider .slick-slide img.sliderbtnm {
    margin: 0 0 4% 0%;
    max-width: 500px;
    width: 90%;
}
	
	.header .banner-slider .slick-slide img.sliderbtnm {
    margin: 0 0 4%;
    max-width: initial;
    width: 351px;
}
	



	.whtibg {margin-top: 50px;}

.newli li {
    display: block;
    width: 100%;
    vertical-align: top;
	margin: 20px 0;
}
.newli li:nth-child(2n+2) {
    margin-left: 0;
	
}
	.new-secon {
    margin: 0 0 50px;
    padding: 32px 0 0;
}
}
@media (max-width: 576px) {
    .header .banner-slider {
        position: relative;
        padding: 8px 10px;
    }
    #solution .solwrap .mb-5 {
        margin-bottom: 0rem !important
    }
    .meet-slider .item .faculty-item {
        padding: 10px 15px;
    }
    #articles .artwrap .artcol {
        margin: 0 auto;
    }
    .site-footer .footer-wrap .rightdiv .onetop {
        flex-direction: column;
    }
    .site-footer .footer-wrap .rightdiv .onetop a {
        margin: 10px 0px;
    }
    .header .banner-slider .item .header-text h4 a.signbtn {
        padding: 10px 15px 10px 15px
    }
    #valoffer {
        padding: 30px 0px;
    }
    #entboxes .entwrap .entbox-col {
        padding: 25px 10px;
    }
    #programcuri_view .proviewwrap {
        padding: 0px 10px 0px 10px;
    }
	
	#programcuri .progwrap .box3 .threenum {
 
  left: 14%;
}
	
	
 	
	
}
@media (max-width: 481px) {
    .header .banner-slider .item .header-text h3 span {
        display: inline;
    }
    .header .banner-slider .item .header-text p span {
        display: inline;
    }
    #solution .solwrap h2 span {
        display: inline;
    }
    #programcuri .progwrap .box3 .threenum {
        left: 17%
    }
    #valoffer .vlofwrap .featured-col-video {
        padding: 5px 0px;
    }
    .header .banner-slider .item .header-text h3 {
        font-size: 1.8rem;
    }
    .logo img {
        width: 110px;
    }
    .header .banner-slider .item .header-text {
        padding: 80px 0 5px 0px;
    }
}
@media (max-width: 426px) {
    #programcuri .progwrap .box3 .threenum {
        left: 19%;
    }
    #programcuri .progwrap .boxes p {
        font-size: 12px;
    }
    #meetheteam .temwrap h3::before {
        width: 73%;
    }
    #meetadvisory .advswrap h3::before {
        width: 59%;
    }
    #mentors .mentwrap h3::before {
        width: 75%;
    }
    #meetheteam .temwrap .meetbox {
        padding: 25px 15px;
    }
    #meetadvisory .advswrap .advbox {
        padding: 0px 15px;
    }
    #mentors .mentwrap .mentbox-main {
        padding: 25px 15px;
    }
	
	
	#meetadvisory .advswrap .advbox-main {
 
  padding: 20px 0px;
}
	
}
@media (max-width: 376px) {
    #meetheteam .temwrap h3::before {
        width: 69%;
    }
    #meetadvisory .advswrap h3::before {
        width: 54%;
    }
    #mentors .mentwrap h3::before {
        width: 72%;
    }
	
	#programcuri .progwrap .boxes h4.headclor span {display: inline;}
	
	
	
}


/*
@media (max-width: 360px) {}
@media (max-width: 321px) {}*/