@font-face {
    font-family:GothamNarrow-Bold;
    src:url(../fonts/GothamNarrow-Bold.otf);
}
@font-face {
    font-family:GothamNarrow-Book;
    src:url(../fonts/GothamNarrow-Book.otf);
}
@font-face {
    font-family:GothamNarrow-Light;
    src:url(../fonts/GothamNarrow-Light.ttf);
}
@font-face {
    font-family:GothamNarrow-Medium;
    src:url(../fonts/GothamNarrow-Medium.ttf);
}
@font-face {
    font-family:sunvijay;
    src:url(../fonts/SUNTOMMY.TTF);
}

body
{
	padding:0;
	margin:0;
	font-family:GothamNarrow-Book;
}
h1,h2,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding:0px;
}

a
{
	text-decoration: none!important;
}
a:hover
{
	text-decoration: none!important;
}

/* Menu Start */
.ham-icon, .my-sidenav {
    display: none;
    float: right;
}
header {
    display: block;
    margin: auto;
    width: 100%;
    z-index: 999;
    background: transparent;
    height: 95px;
    /* box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2); */
    position: absolute;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    transition: all ease .3s;
    padding: 0;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
}
.logo
{
    float: left;
    margin-top: 15px;
}

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
      border:none;
      border-radius: 0px;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #293db6;
  padding: 3px 5px;
  font-size: 14px;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
header .navbar-inverse {
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.logo {
    float: left;
    margin-top: 7px;
    margin-left: 15px;
}
.menu
{
    float: right;
}

.navbar-inverse .navbar-nav>li>a {
    color: #1f1f1f;
    font-size: 16px;
	transition:all ease .3s;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    border-radius: 0;
    transition: all ease .3s;
    background: #1e5ca3;
    color: #fff!important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #000!important;
}
.menu ul {
    /* margin-top: 25px; */
    /* padding-bottom: 25px; */
}
.menu ul li a i.fa {
    font-size: 20px;
    vertical-align:middle;
    padding-left: 5px;
}
.menu .nav>li {
    padding-right: 0;
}
.menu .nav>li>a
{
padding: 30px 20px;
}
.corporate-dropdown
{
    padding-left:20px;
    background-image: url(../images/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.corporate-dropdown h4
{
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 26px;
}
.corporate-dropdown ul li
{
    border-bottom: 1px solid #ece8e8;
    padding:4px 0px 4px 0px;
}
.corporate-dropdown ul li a img
{
   padding-left: 20px;
}
.corporate-dropdown ul li a img.excel-icon
{
    padding-left: 10px;
}
.hs-dropdown
{
    padding-left: 0px;
}




ul.dropdown-menu.submenu1 {
    top: 80px;
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 325px;
    border: none;
    border-radius: 0!important;
}
ul.dropdown-menu.submenu1 li a {
    padding: 10px 20px;
    white-space: break-spaces;
}
ul.dropdown-menu.submenu1 li:nth-child(odd) {
    background: #f5f5f5;
}
ul.dropdown-menu.submenu1 li:nth-child(even) {
}

ul.dropdown-menu.submenu1 li a:hover{
    background:#1e5ca3;
	color:#fff!important;
	transition:all ease .3s;
}
li.dropdown.downld-report {
    display: flex;
    align-items: center;
    height: 80px;
}

.menu ul li a.active
{
 color: #d31f29;
 border-bottom: 1px solid #d31f29;   
}
.downld-report a {
    background: #ffcb05;
    border-radius: 10px;
    color: #01396b!important;
    font-size: 14px!important;
   padding: 5px 10px!important;
}
.downld-report a:hover {
    background: #01396b;
	color: #fff!important;
	border-radius: 10px!important;
}

/* Menu Css End */

/* Footer */
.footer {
    background-color: #d8d8d8;
    margin-top: 0;
    padding: 30px 0px;
    font-family: GothamNarrow-Book;
}
.footerar {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerar h3 {
    float: left;
    margin-right: 30px;
    padding-top: 0;
    font-family: GothamNarrow-Book;
    font-size: 18px;
	color:#333;
}
.footerar img
{
	border-left: 1px solid #4d4d4f;
	padding-left: 10px;
}
.footerar-btm
{
	text-align: center;
	padding-top: 15px;
	
}
.footerar-btm a {
    font-size: 18px;
    color: #333333;
    font-family: GothamNarrow-Book;
}
p.subsidiaries {
    padding-top: 30px;
    font-size: 14px;
    color: #313133;
}
.footerar-btm p span
{
 border-left:1px solid #4d4d4f;
 margin-left: 30px;
 padding-left: 30px;
}
.footer-btm {
    background-color: #313133;
    padding: 15px 0px 10px 0px;
    font-family: GothamNarrow-Book;
}
.footer-btm p
{
	color: #fff;
	float: left;
		font-size:14px;
}
.footer-btm p:last-child
{
	float: right;
		font-size:14px;
}
/* End Footer */

section.banner-sec {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/homebanner1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-txt {
    margin-left: 60px;
}
.banner-heading1 {
    font-family: GothamNarrow-Bold;
    text-transform: uppercase;
    font-size: 55px;
    color: #ffcb05;
}
.banner-heading2 {
    font-family: GothamNarrow-Bold;
    text-transform: uppercase;
    font-size: 55px;
    color: #fff;
}
a.read-more-yellow {
    font-size: 18px;
    background: #ffcb05;
	border:2px solid #ffcb05;
    padding: 5px 10px;
    margin: 30px 0;
    display: inline-block;
    border-radius: 10px;
    color: #00529c;
    transition: all ease .3s;
	font-family: GothamNarrow-Book;
}
a.read-more-yellow img {
    margin-left: 15px;
}
a.read-more-yellow:hover  img {
    filter: invert(1);
}
a.read-more-yellow:hover {
    background: transparent;
    color: #ffcb05;
}
a.read-more-blue {
    font-size: 18px;
    background: #1e5ca3;
	border:2px solid #1e5ca3;
    padding: 5px 10px;
    margin: 30px 0;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    transition: all ease .3s;
	font-family: GothamNarrow-Book;
}
a.read-more-blue img {
    margin-left: 15px;
}
a.read-more-blue:hover  img {
    filter: invert(1);
}
a.read-more-blue:hover {
    background: transparent;
    color: #1e5ca3;	
}

.bnr-icon-div {
    margin: 30px 0px;
}
.bnr-icon-div img {
    margin-right: 40px;
}







.arrowSection {
    margin-top: 20px;
    position: absolute;
    z-index: 9;
    bottom: 60px;
    right: 110px;
}
.arrowSection>.arrowContainer {
    position: relative;
    right: 0;
    display: inline-block;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    color: #fff;
    transition: opacity .3s;
}
.arrowSection .arrowContainer span {
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: arrowDown 1s infinite;
    -moz-animation: arrowDown 1s infinite;
    -ms-animation: arrowDown 1s infinite;
    -o-animation: arrowDown 1s infinite;
    animation: arrowDown 1s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.arrowSection .inrprocolor span {
    border-color:#000;
}
.arrowSection .arrowContainer span:nth-of-type(1) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
	top: 0;
    right:0;
}
.arrowSection .arrowContainer span:nth-of-type(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
	top: -15px;
    right: 0;
}
.arrowSection .arrowContainer span:nth-of-type(3) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
	top: -30px;
    right: 0;
}
.arrowSection .arrowContainer span:nth-of-type(4) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
	top: -45px;
    right: 0;
}

@-webkit-keyframes arrowDown{from{opacity:0}
25%{opacity:.3}
50%{opacity:.7}
100%{opacity:1}
}
@-ms-keyframes arrowDown{from{opacity:0}
25%{opacity:.3}
50%{opacity:.7}
100%{opacity:1}
}
@-o-keyframes arrowDown{from{opacity:0}
25%{opacity:.3}
50%{opacity:.7}
100%{opacity:1}
}
@-moz-keyframes arrowDown{from{opacity:0}
25%{opacity:.3}
50%{opacity:.7}
100%{opacity:1}
}
@keyframes arrowDown{from{opacity:0}
25%{opacity:.3}
50%{opacity:.7}
100%{opacity:1}
}

section.section2 {
    padding: 100px 0 130px;
}
.blue-box-flex {
    height: 180px;
    display: flex;
    align-items: center;
	background: #1e5ca3;
	margin: 15px 0;
	position: relative;
}
.blue-box-flex:after {
    display: block;
    content: "";
    position: absolute;
    border-top: 30px solid #ffcb05;
    border-left: 30px solid transparent;
    top: 0;
    right: 0;
}
.blue-box {
    padding: 20px;
    width: 100%;
}
.yllow-numbers {
    font-size: 25px;
    font-family: GothamNarrow-Light;
    color: #ffcb05;
}
.yllow-numbers span{
    font-family:GothamNarrow-Bold;
}
hr.blue-box-line {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
}
.blue-box-para {
    font-size: 16px;
    color: #fff;
    font-family:GothamNarrow-Book;
}
span.blk {
    display: block;
}
.blue1 {
    color: #1e5ca3;
    font-family: GothamNarrow-Bold;
    font-size: 18px;
}
.blue2 {
    color: #1e5ca3;
    font-family: GothamNarrow-Bold;
    font-size: 25px;
}
.yellow-box-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ffcb05;
    padding: 15px;
    margin-top: 20px;
}
.yellow-box-line {
    height: 40px;
    width: 2px;
    background: #fff;
}

section.section3 {
    position: relative;
	overflow:hidden;
}
.section3:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/yellow-layout.png) no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -2;
    background-position: bottom left;
}
.blue-cmmn-heading {
    color: #1e5ca3;
    font-size: 35px;
    font-family: GothamNarrow-Bold;
}
.msg-quote-img {
    margin: 20px 0 10px;
}
.chairman-msg-div p {
    font-size: 18px;
    font-family: GothamNarrow-Bold;
    color: #737373;
    max-width: 650px;
    width: 100%;
}
.yellow-patch-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
section.section3 .container {
    position: relative;
    display: flex;
    justify-content: end;
    min-height: 660px;
    height: auto;
}


section.section4 {
    position: relative;
    padding: 50px 0 0;
}
.section4:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/blue-layout.png) no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -2;
    background-position: bottom right;
}
.blue-patch-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0;
}
section.section4 .container {
    position: relative;
    display: flex;
    justify-content: end;
    min-height: 660px;
    height: auto;
}


section.section5 {
    background: #ffcb05;
    padding: 50px 0;
}
section.section5 .container {
    position: relative;
    display: flex;
    align-items: center;
}
.our-purpose p {
    font-size: 18px;
    font-family: GothamNarrow-Bold;
    color: #737373;
    max-width: 475px;
    width: 100%;
    margin-top: 25px;
}


section.section6 {
    padding: 50px 0;
}
section.section6 .container {
    position: relative;
    display: flex;
    align-items: center;
}
.our-value-flex {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    height: 65px;
}

section.section7 {
    padding: 50px 0;
}
.performance-img {
    margin: 30px 0;
}

section.section8 {
    padding: 50px 0;
}
.award-slider .owl-nav button.owl-prev:hover
{
	background:transparent;
	background-repeat: no-repeat;
	color:#000;
}
.award-slider .owl-nav button.owl-next:hover
{
	background:transparent;
	background-repeat: no-repeat;
	color:#000;
}
.award-slider .owl-nav button.owl-prev:hover
{
	background:transparent;
	background-repeat: no-repeat;
	color:#000;
}
.award-slider .owl-nav button.owl-next:hover
{
	background:transparent;
	background-repeat: no-repeat;
	color:#000;
}
.award-slider button.owl-prev {
    position: absolute;
    width: 40px;
	height: 30px;
    left: 0;
    background: url(../images/left-arrow.png) no-repeat !important;
}
.award-slider button.owl-next {
    position: absolute;
    width: 40px;
	height: 30px;
    right: 0;
    background: url(../images/right-arrow.png) no-repeat !important;
}
.award-slider.owl-theme .owl-nav {
    margin-top: 0;
    top: -275px;
    position: relative;
}
.award-slider .item img {
    width: auto;
}
:focus{
	outline:none!important;
}
.award-slider .owl-stage-outer {
    position: relative;
    width: 100%;
}
.award-slider-inner {
    max-width: 420px;
    width: 100%;
    margin: 50px auto;
    padding: 20px 15px;  
    text-align: center;
	transition:all ease .3s;
}
.award-slider-inner:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(3,3,3,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(3,3,3,0.1);
    box-shadow: 0px 0px 8px 0px rgba(3,3,3,0.1);
	transition:all ease .3s;
}
.award-slider-inner p {
    font-size: 18px;
    font-family: GothamNarrow-Bold;
    color: #737373;
    margin-top: 20px;
}
.award-slider-inner img {
    margin: 0 auto;
}

/**********************************************Internal pages*****************************/

section.yellow-banner-common {
    background: #ffcb08;
    max-height: 350px!important;
}

.color-blue{
	color:#00529c!important;
}
.color-yellow{
	color:ffcb08!important;
}
section.yellow-banner-common {
    align-items: flex-end;
}
section.blue-banner-common {
    background: #00529c;
    max-height: 350px!important;
}
section.blue-banner-common {
    align-items: flex-end;
}
.inside-banner-txt {
    padding-bottom: 70px;
}
section.chairman-sec {
    position: relative;
}
.chairman-sec:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/chairman-yllow1.png) no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -2;
    background-position: bottom left;
}
section.chairman-sec .container {
    position: relative;
    display: flex;
    justify-content: end;
    min-height: 530px;
    height: auto;
}
.chairman-msgnew-div p{
    font-size: 18px;
    font-family: GothamNarrow-Bold;
    color: #737373;
    max-width: 650px;
    width: 100%;
    padding: 50px 0;
}
.para-1 p {
    font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 20px 0;
    font-family: GothamNarrow-Book;
}
.about-shareholder h2, .conclusion-sec h2{
    font-size: 18px;
    font-family: GothamNarrow-Bold;
    color: #00529c;
    width: 100%;
    padding: 10px 0 0;
}
.regards {
		padding: 30px 0 0;
}
.regards p {
	font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 20px 0;
    font-family: GothamNarrow-Book;
}
.name-of {
	font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 20px 0;
    font-family: GothamNarrow-Bold;
}
.name-of span{
	font-family: GothamNarrow-Book;
	display:block;
}
.about-shareholder {
    padding: 50px 0 10px;
}
p.blue-boldpara {
    font-size: 18px;
    color: #00529c;
    margin: 20px 0;
    font-family: GothamNarrow-Bold;
    max-width: 315px;
    width: 100%;
    margin-left: 20px;
}
.yellow-para {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
}
.conclusion-sec {
    padding: 0 0 50px;
	position:relative;
}
.conclusion-sec:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/chairman-yllow2.png) no-repeat;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -2;
    background-position: top right;
}

section.consolidated-sec {
    padding: 30px 0;
}
.consolidated-img {
    padding: 30px 10px;
}
.reimagine-inner p {
    font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 20px 0;
    font-family: GothamNarrow-Book;
}
.reimagine-inner p:first-child {
    color: #00529c;
    font-family: GothamNarrow-Bold;
    margin-bottom: 35px;
}
section.remaning-sec {
    padding: 50px 0;
}

section.single-img:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/bg-remaning.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: right top;
}
section.single-img2:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/reimaniging-bnr-img.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: right top;
    z-index: -1;
    background-size: contain;
}
.single-img2 {
    z-index: 0;
}
section.all-staff-sec {
    padding: 50px 0;
}
section.all-staff-sec h2{
    font-size: 18px;
    font-family: GothamNarrow-Bold;
    color: #00529c;
}
section.all-staff-sec p{
    font-size: 18px;
    font-family: GothamNarrow-Book;
}
.boared-of-director p{
    margin: 15px 0;
    font-family: GothamNarrow-Bold!important;
	color:#020202;
}
.boared-of-director p span{
    font-size: 18px;
    color: #737373;
    font-family: GothamNarrow-Book;
}
.general-manager {
    padding: 30px 0;
}
.general-manager p {
    font-family: GothamNarrow-Bold!important;
	color:#020202;
}
.boared-of-director {
    padding: 15px 0;
}
.auditors p:nth-child(2) {
    margin: 0!important;
}
.bankres h2 {
    margin-bottom: 15px;
}
.bankres p {
    margin: 0;
}
.registered-office p {
    margin: 0;
}
.registered-office h2 {
    margin: 10px 0 15px;
}
.flex-date1 {
    width: 100%;
    display: inline-flex;
}
.flex-1 {
    width: 20%;
}
.flex-span {
    width: 10%;
}
.date-div-space {
    margin: 20px 0;
}
sup.sup {
    top: -5px;
}
.bnr-btm h5 {
    position: absolute;
    right: 90px;
    bottom: -125px;
    color: #fff;
    font-size: 16px;
	font-family: GothamNarrow-Bold;
}
.bnr-btm h5 span {
    color: #1e5ca3;
    font-family: GothamNarrow-Bold;
}
.award-div {
    min-height: 280px;
    display: flex;
    align-items: center;
}
.bnr-btm h5 a {
    color: #fff;
}

.key1 {    
		transform: rotatex(90deg);
		transform-origin: left bottom;
		animation: keybar linear 2s forwards;
		transform-box: fill-box;
	}
	@keyframes keybar {	
		0% { 
			transform: rotatex(90deg);
		}
		100% {
			transform: rotatex(0deg);
		}	
	}

.key2 {
	transform: rotatey(90deg);
    transform-origin: center;
    animation: keybar linear 1s forwards;
    transform-box: fill-box;
}
.one{
		animation-delay: .30s;
}
.two{
		animation-delay: 1s;
}
.three{
		animation-delay: 1.30s;
}
.four{
		animation-delay: 2s;
}
.five{
		animation-delay: 2.30s;
}
		
.one1{
		animation-delay: 1s;
		opacity:1;
}
.two2{
		animation-delay: 2s;
		opacity:1;
}
.three3{
		animation-delay: 3s;
		opacity:1;
}
.four4{
		animation-delay: 4s;
		opacity:1;
}
.five5{
		animation-delay: 5s;
		opacity:1;
}

.md-bg1 {
    padding: 30px 0;
    position: relative;
    margin: 10px 0 40px;
}
.md-bg1:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/md-yellow1.png) no-repeat!important;
    background-position: top right!important;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -2;
}
p.blue-boldpara2 {
    font-size: 18px;
    color: #00529c;
    margin: 20px 0;
    font-family: GothamNarrow-Bold;
    width: 100%;
    margin-left: 20px;
}
.yellow-para2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 70px;
}
.yellow-para2 img {
    padding-right: 20px;
}
.mdimg3 {
    margin-bottom: 40px;
}
.md-bg3 {
    padding: 30px 0;
    position: relative;
    margin: 10px 0 40px;
}
.md-bg3:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/md-yellow2.png) no-repeat!important;
    background-position: top left!important;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -2;
}
.yellow-para3 {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-left: 0;
    margin-left: 50px;
}
.yellow-para3 img {
    margin-left: 50px;
}
p.blue-boldpara3 {
    font-size: 18px;
    color: #00529c;
    margin: 20px 0;
    font-family: GothamNarrow-Bold;
    max-width: 475px;
    width: 100%;
    margin-left: 0px;
}
.md-secc {
    padding: 0 0 25px;
}
.md-secc .regards {
    padding: 0;
}
.md-wht-box-flex {
    display: flex;
    align-items: center;
    margin: 15px 0;
    position: relative;
}
.md-wht-box-flex:after {
    display: block;
    content: "";
    position: absolute;
    border-top: 45px solid #ffcb05;
    border-left: 45px solid transparent;
    top: 0;
    right: 0;
}
p.md-large-txt1 {
    font-family: GothamNarrow-Light;
    font-size: 25px;
    margin: 0;
}
hr.md-line {
    margin-top: 10px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #959598;
}
p.md-large-bluetxt {
    color: #00529c;
    font-family: GothamNarrow-Bold;
    font-size: 45px;
    padding: 0;
    margin: 0;
}

section.perpose-sec h2{
	font-size: 18px;
    font-family: GothamNarrow-Bold;
    color: #00529c;
    width: 100%;
    padding: 10px 0 0;
}
section.perpose-sec p {
    font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 15px 0;
    font-family: GothamNarrow-Book;
}
.perpose-inner p {
    font-size: 18px;
    font-family: GothamNarrow-Bold!important;
    color: #00529c!important;
    width: 100%;
    padding: 10px 0 0;
}
ul.listing-point {
    list-style: none;
    padding-left: 20px;
}
ul.listing-point li {
    color: #737373;
    font-size: 18px;
    margin: 15px 0;
}
ul.listing-point li::before {
    content: "\2022";
    color: #737373;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}
.perpose-inner3 svg {
    margin-top: 30px;
}
.perpose-inner2 {
    margin: 20px 0;
}
.perpose-inner3 {
    margin: 0 0 20px;
}

.define-box-flex:after {
    display: block;
    content: "";
    position: absolute;
    border-top: 30px solid #ffcb05;
    border-left: 30px solid transparent;
    top: 0;
    right: 0;
}
section.perpose-sec {
    padding: 30px 0;
}
section.we-define-us {
    background: #dde1f0;
    padding: 40px 0;
}
.define-box-flex {
    height: 145px;
    background: #fff;
    margin: 15px 0;
    position: relative;
}
.white-box {
    padding: 15px;
    width: 100%;
}
.bluee-numbers {
    font-size: 25px;
    font-family: GothamNarrow-Light;
    color: #00529c!important;
}
.wht-box-para {
    font-size: 15px!important;
    color: #000!important;
    font-family: GothamNarrow-Book;
    margin: 0!important;
}
.bluee-numbers span {
    font-family: GothamNarrow-Bold;
}
hr.wht-box-line {
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #737373;
}
.what-define-us-icon {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.what-define-us-icon svg {
    width: 100%;
}
.singleperpose-img-bnr:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/perpose-bnr-img.png) no-repeat;
    width: 90%;
    height: 77%;
    background-position: right;
}
section.bod-sec {
    padding: 70px 0 30px;
}
.bod-sec h4 {
    font-size: 18px;
    font-family: GothamNarrow-Bold;
    color: #00529c;
    width: 100%;
    padding: 0;
    line-height: 24px;
}
.bod-sec h4 span {
    font-family: GothamNarrow-Book;
}
.bod-sec p {
    font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 20px 0;
    font-family: GothamNarrow-Book;
}
.inner-sec-bod {
    margin-bottom: 25px;
}
.reimage21 {
    margin-top: 45px;
}
/*----------Journey Css--------*/
.cntl {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 125px 0px;
}
.cntl-bar {
    position: absolute;
    width: 10px;
    top: 125px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.cntl-bar-fill {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 0;
	webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.cntl-bar-fill1 {
    background: #ddaf04;
}
.yellow-clr h1{
	color:#ddaf04;
	font-size:82px;
	font-family: GothamNarrow-Bold;
	border-bottom: 2px dashed;
}
.cntl-bar-fill2 {
	background: #00529c;
}
.blue-clr h1{
	color:#00529c;
	font-size:82px;
	font-family: GothamNarrow-Bold;
	border-bottom: 2px dashed;
}
.cntl-bar-fill3 {
	background: #63b2fa;	
}
.light-blue-clr h1{
	color:#63b2fa;
	font-size:82px;
	font-family: GothamNarrow-Bold;
	border-bottom: 2px dashed;
}
.year-left {
    width: 50%;
    float: left;
    min-height: 250px;
	padding: 0 20px;
	text-align: right;
	overflow: hidden;
}
.year-right {
    width: 50%;
    float: right;
    min-height: 250px;
    padding: 0 20px;
	overflow: hidden;
}
.cntl p {
    font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 15px 0;
    font-family: GothamNarrow-Book;
    max-width: 455px;
    width: 100%;
    
}
.year-left p{
    margin-inline-start: auto;
}
section.journey-section {
    background: #f5efd9;
    padding-bottom: 125px;
}
span.qute-span {
    position: absolute;
    left: 5px;
}
.flex-2 {
    width: 70%;
}
.numbrs-para p span {
    padding-right: 10px;
    width: 25px;
}
.numbrs-para p {
    display: flex;
}
.year-right p {
    display: flex;
}
.year-right p span {
    padding-right: 5px;
}
.left-right p {
    display: flex;
}
.left-right p span {
    padding-right: 5px;
}
.md-bluebg1 {
    padding: 30px 0;
    position: relative;
    margin: 0 0 70px;
}
.md-bluebg1:after {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/md-blue1.png) no-repeat!important;
    background-position: top right!important;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -2;
}
.wht-para1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 70px;
}
p.wht-boldpara {
    font-size: 18px;
    color: #fff;
    margin: 20px 0;
    font-family: GothamNarrow-Bold;
    width: 100%;
    margin-left: 20px;
}
/*----------Journey Css--------*/
/******************arsh*****************************/
.reimagine2-inner p:first-child {
    color: #00529c;
    font-family: GothamNarrow-Bold;
    margin-bottom: 35px;
}
.reimagine2-inner p {
    font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 20px 0;
    font-family: GothamNarrow-Book;
}
.mda-panel .panel-title > a:before {
    float:right !important;
    content: '-';
    position: absolute;
    font-weight: bold;
    font-family: GothamNarrow-Light;
    background-repeat: no-repeat;
    left:25px;
    font-size: 34px;
    margin-top: -10px;
   
   
}
.mda-panel .panel-title > a.collapsed:before {
    float: right !important;
    content: '+';
    position: absolute;
    font-weight: bold;
    background-repeat: no-repeat;
    text-align: center;
    left: 25px;
    font-size: 34px;
    margin-top: -10px;
    font-family: GothamNarrow-Light;
}


.mda-panel .panel-heading h4 {
    color:#fff;
  font-family: GothamNarrow-Bold;;
    font-size:18px;
    padding-left:20px;
     text-transform: uppercase;

    
}
.mda-panel.panel-group .panel-heading+.panel-collapse>.panel-body
{
    border:none;
    margin-left:-30px;
    font-size: 18px;
    padding-bottom:50px;
}
.mda-panel .panel-default {
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-top: none;
    border-radius: 0px;
    border-bottom: none;
}
.mda-panel .panel-heading
{
    background-color:#00529c;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    
}
.mda-panel .pan-re
{
    background-color:#ffcb08;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    
}

.mda-panel .panel-title > h4:focus
{
    outline: none;
    text-decoration: none;
    display: inline-flex;
}
.head-finance p{
   margin-bottom: 35px;
   font-size: 18px;

}
.head-finance img{
    margin-bottom: 30px;
}
.head-finance h2{
    padding-top:150px;
    font-size: 36px;
    font-family:Diodrumbold;
     position:relative;
     padding-bottom: 20px;
     margin-bottom: 27px;

}
.co-gen img{
margin-bottom: 30px;
}
.head-finance h2::after{
     content:'';
    height: 1px;
    width: 65px;
    background-color:#000;
    position:absolute;
    left:0;
    bottom: 0; 
}
.fin-panel img{
    margin-bottom: 40px;
}
.fin-panel p{
    margin-bottom:38px;
    font-size: 18px
}

.fin-panel h3{
    font-size: 24px;
    margin-bottom:20px;
    font-family:Diodrumbold;
	line-height: 24px;
}

.inner-remsec p {
    font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 20px 0;
    font-family: GothamNarrow-Book;
}
.inner-remsec h4 {
    font-size: 18px;
    color: #00529c;
    font-family: GothamNarrow-Bold;
    line-height: 24px;
}

.retail1 p:first-child {
    color: #00529c;
    font-family: GothamNarrow-Bold;
    
}
.retail1 p {
    font-size: 18px;
    color: #737373;
    width: 100%;
    margin: 20px 0;
    font-family: GothamNarrow-Book;
}
.sec-reimagine {
    margin: 15px 0px;
}
.inner-remsec1 {
    margin-top: 20px;
}
.inner-remsec{
    margin-top:20px;
}
.centricity {
    margin-top: 30px;
}

.inner-remsec h3 {
    font-size: 18px;
    color: #000;
    font-family: GothamNarrow-Bold;
	line-height: 24px;
}

.panel-title>a span {
    width: 8%;
    display: inline-block;
}
.mda-panel .panel-title>a {
    display: flex;
    align-items: center;
}
.mda-panel.panel-group {
    margin-bottom: 50px;
}

