@font-face {
font-family: calibri_reg;
src: url(../fonts/calibri_reg.ttf);
}

@font-face {
font-family: calibrib_bold;
src: url(../fonts/calibrib_bold.ttf);
}

@font-face {
font-family: calibril_light;
src: url(../fonts/calibril_light.ttf);
}

@font-face {
font-family: Poppins-Bold_3;
src: url(../fonts/Poppins-Bold_3.ttf);
}

@font-face {
font-family: Poppins-Light_3;
src: url(../fonts/Poppins-Light_3.ttf);
}

@font-face {
font-family: Poppins-Regular_3;
src: url(../fonts/Poppins-Regular_3.ttf);
}

@font-face {
font-family: Poppins-Medium_3;
src: url(../fonts/Poppins-Medium_3.ttf);
}

@font-face {
font-family: Poppins-SemiBold_3;
src: url(../fonts/Poppins-SemiBold_3.ttf);
}

@font-face {
font-family: Poppins-Thin_3;
src: url(../fonts/Poppins-Thin_3.ttf);
}

body {
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 16px;
line-height: 24px;
font-family: Poppins-Regular_3;
color: #3B3C3E;
}

html.homepage {
overflow-x: hidden !important;
}

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
margin: 0px;
padding: 0px;
}

a {
text-decoration: none !important;
font-size: 16px;
}

a:hover {
text-decoration: none !important;
}

p {
font-size: 16px;
line-height: 24px;
}

/*header*/

header {
top: 0px;
display: block;
margin: auto;
width: 100%;
z-index: 99;
transition: ease all 0.5s;
padding: 0;
position: absolute;
}

header:hover {
transition: ease all 0.5s;
}
/*.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);
border-bottom: none;
z-index: 9999;
}*/

.my-sidenav {
display: none;
}
/*-----------Header Css End-------------*/
 
  .ham-icon {
    text-align: right;
    cursor:pointer;
    float: left;
  }

  .nav-icon3 {
    width:33px;
    height:23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

 .nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

  .nav-icon3 span:nth-child(1) {
    top: 0px;
  }

  .nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
    top:8px;
  }

  .nav-icon3 span:nth-child(4) {
    top:16px;
  }

  .nav-icon3.open span:nth-child(1) {
    top: 16px;
    width: 0%;
    left: 50%;
  }

  .nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-icon3.open span:nth-child(4) {
    top: 16px;
    width: 0%;
    left: 50%;
  }

.my-sidenav1 {
    display:none;
    position: fixed;
    top:85px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width:100%;
    width: 100%;
    background:#05376f;
    height: 100%;
        border-top: 1px solid #5f84ad;
}


.logo img {
    width: 220px;
}
.container.cntrflex {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}
html.homepage .container {
    max-width: 1045px;
}
ul.dropdown li a {
    font-size: 16px;
    font-family: calibrib_bold;
    color: #fff;
}
.menu {
    max-width: 730px;
    width: 100%;
}
.right-item {
    float: right;
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: end;
}
ul.dropdown {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
a.hdrpdf {
    margin-left: 30px;
}
a.hdrpdf img {
    width: 15px;
}
/*Footer */
footer {
    background: url(../images/footer-bg.webp) no-repeat;
    padding: 40px 0 30px;
    background-size: cover;
    background-position: center;
}
.footer-bg {
    background: #0d1449;
    color: #fff;
    padding: 10px 0;
}
.footer-bg p {
    font-size: 12px;
}
.footer-bg a {
    color: #fff;
    font-size: 12px;
}
p.t-right {
    text-align: right;
}
.ftrdownload img{
  width: 20px;
}
.social-mediaicon img {
    width: 20px;
    margin-right: 20px;
}
.fb img{
    width: 10px;
}
.ftrdownload a {
    border: 1px solid #fff;
    height: 40px;
    display: flex;
    justify-content: space-between;
    max-width: 260px;
    color: #fff;
    margin-bottom: 30px;
}
.ftrdownload img {
    width: 50px;
    border-left: 1px solid #fff;
    padding: 8px;
}
.ftrdownload span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
ul.ftrlinks li a {
    color: #fff;
    font-family: Poppins-Medium_3;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}
ul.ftrlinks {
    list-style: none;
    padding: 0;
}
/* Homepage */
section.section1 {
    background: url(../images/banner-img.webp) no-repeat;
    height: 100vh;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
}
.section1 h1 {
    font-size: 64px;
    font-family: calibri_reg;
    color: #fff;
    line-height: 75px;
    margin-bottom: 15px;
}
.section1 h1 span{
  font-family: calibrib_bold;
  font-size: 105px;
  display: block;
}
.section1 p{
  font-size: 22px;
  color: #fff;
  font-family: calibrib_bold;
}
a.readmorewht img {
    width: 7px;
    margin-right: 10px;
}
a.readmorewht {
    border: 1px solid #fff;
    color: #fff;
    font-family: calibrib_bold;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 30px;
    display: flex;
    border-radius: 10px;
    max-width: 135px;
    align-items: center;
}
a.readmorewht:hover {
    display: flex;
    flex-direction: row-reverse;
}
a.readmorewht:hover img {
    margin-left: 10px;
    margin-right: 0;
}
a.readmorewht:hover  {
    background: #de6228;
    color: #fff;
}
.popsemibold16orng{
color: #de6328;
font-size: 16px;
font-family: Poppins-SemiBold_3;
}

.popsemibold16blue{
color: #273981;
font-size: 16px;
font-family: Poppins-SemiBold_3;
}
.mainhdnghome{
  color: #273981;
  font-family: calibrib_bold;
  font-size: 40px;
}
.bigdata h3{
color: #de6328;
font-size: 40px;
font-family: Poppins-Bold_3;
}
section.section2 {
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}
.breakblock{
  display: block;
}
section.section2 h2 {
    margin: 10px 0 20px;
}
section.section2 .popsemibold16blue {
    margin-bottom: 25px;
}
.clrblue{
color: #273981;
}
.lft-rght-brdr{
    border-left: 1px solid #a4c4db;
    border-right: 1px solid #a4c4db;
}
a.readmoreblue img {
    width: 7px;
    margin-right: 10px;
}
a.readmoreblue {
    border: 1px solid #273981;
    color: #273981;
    font-family: calibrib_bold;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 30px;
    display: flex;
    border-radius: 10px;
    max-width: 135px;
    align-items: center;
}
a.readmoreblue:hover {
    display: flex;
    flex-direction: row-reverse;
}
a.readmoreblue:hover img {
    margin-left: 10px;
    margin-right: 0;
    filter: brightness(0)invert(1);
}
a.readmoreblue:hover  {
    background: #273981;
    color: #fff;
}
.centrbtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
section.section3 {
    background: #f9f3f0;
    padding: 70px 0;
    display: flex;
    align-items: center;
}
.chairman-details {
    background: url(../images/chairman-bg.webp) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 30px 30px 30px 50px;
        box-shadow: 0px 3px 6px #00000029;
    border-radius: 0 50px 0 0;
}
.chairmn-img img {
    width: 100%;
}
section.section3 .col-md-3 {
    padding-right: 0;
}
section.section3 .col-md-9 {
    padding-left: 0;
}
.section3 h2 {
    margin-left: 50px;
    margin-bottom: 20px;
}
.chairman-details h4{
  font-size: 18px;
  color: #273981;
  font-family: Poppins-Bold_3;
  margin-bottom: 10px;
}
.chairman-details p{
  font-size: 18px;
  color: #273981;
  font-family: Poppins-Light_3;
  margin-bottom: 10px;
}
.section3 a.readmoreblue {
    max-width: 190px;
    margin-bottom: 10px;
}
.namediv h4{
  font-size: 18px;
  color: #273981;
  font-family: Poppins-Bold_3;
  margin-bottom: 5px;
  margin-top: 10px;
}
.namediv p{
  font-size: 16px;
  color: #273981;
  font-family: Poppins-Light_3;
  margin-bottom: 20px;
}
.orngbrdr-txt h6 {
    color: #273981;
    font-size: 18px;
    font-family: Poppins-SemiBold_3;
    position: absolute;
    top: -10px;
    background: #fff;
    padding-right: 10px;
}
.orngbrdr-txt {
    border-top: 1px solid #de6328;
    border-right: 1px solid #de6328;
    padding: 20px 20px 20px 0;
    position: relative;
    margin-top: 30px;
    border-radius: 0 30px 0 0;
}
section.section4 h2 {
    margin: 10px 0 15px;
}
.about-bigdata h3{
color: #de6328;
font-size: 40px;
font-family: Poppins-Bold_3;
}
.orngbrdr-txt hr {
    border-top: 1px solid #c5c8c8;
    margin-bottom: 10px;
}
.about-bigdata h3 sub {
    bottom: 0;
}
.about-bigdata {
    margin: 15px 0px 0px;
}
a.readmoreorng img {
    width: 7px;
    margin-right: 10px;
}
a.readmoreorng {
    border: 1px solid #de6328;
    color: #de6328;
    font-family: calibrib_bold;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 30px;
    display: flex;
    border-radius: 10px;
    max-width: 135px;
    align-items: center;
}
a.readmoreorng:hover {
    display: flex;
    flex-direction: row-reverse;
}
a.readmoreorng:hover img {
    margin-left: 10px;
    margin-right: 0;
    filter: brightness(0)invert(1);
}
a.readmoreorng:hover  {
    background: #de6328;
    color: #fff;
}
section.section4 {
    padding: 70px 0;
}
.about-grapf {
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    margin-top: 20px;
}
section.section5 .container {
    padding: 50px 0;
}
section.section5 {
    background: #30449c;
}
.section5 h2{
  font-family: Poppins-Bold_3;
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
}
.visionimg img {
    height: 60px;
}
.visionimg {
    height: 90px;
    display: flex;
    align-items: center;
}
.vision-details p {
    font-family: Poppins-Medium_3;
    color: #fff;
    font-size: 16px;
}
.vision-flex {
    width: 100%;
    display: flex;
}
.vsnbox {
    width: 100%;
}
section.section7 {
    padding: 70px 0;
    background: #f8f0ed;
}
.slide-txt h6{
color: #de6328;
font-family: Poppins-SemiBold_3;
font-size: 14px;
}
.slide-txt p {
    color: #273981;
    font-family: calibrib_bold;
    font-size: 25px;
    margin: 10px 0;
    min-height: 70px;
}
.colord-slider .owl-stage-outer {
    overflow: initial!important;
}
.slide-txt {
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 0 30px 0 0;
    -webkit-box-shadow: 0px -6px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -6px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -6px 5px 0px rgba(0,0,0,0.5);
}
.colord-details:hover{
box-shadow: 0px 3px 6px #00000029;
}
.colord-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    margin: 5px 3px;
    border-radius: 50px;
    background: #e5cac0;
}

.colord-slider.owl-theme .owl-dots .owl-dot.active span,
.colord-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #30449c;
}

.colord-slider .owl-dots {
    text-align: left !important;
    position: absolute;
    bottom: 0;
}
.colord-slider .owl-stage{
padding-left: 0!important;
}
.colord-slider .owl-nav .owl-next {
    background-image: url(../images/right-arrow.webp) !important;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat!important;
    position: relative;
    right: 0;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9;
}
.colord-slider .owl-nav .owl-prev {
    background-image: url(../images/left-arrow.webp) !important;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat !important;
    position: relative;
    left: -20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.colord-slider .owl-nav button.owl-next:focus, .owl-theme .owl-nav [class*=owl-]:hover {
    outline: none;
    background-color: transparent;
}
.colord-slider .owl-nav {
    margin-top: 30px;
    text-align: right;
}
.custmtbs>li.active>a, .custmtbs>li.active>a:focus, .custmtbs>li.active>a:hover {
  cursor: default;
  border: none !important;
  border-radius: 0;
  background: transparent;
}
.custmtbs>li>a {
    
}
.custmtbs>li>a:hover {
    border-color: none!important;
    border: none!important;
}
.custmtbs>li>a:focus, .custmtbs>li>a:hover {
    
}
.custmtbs>li>a:hover:after{
    width: 100%;
}
.custmtbs>li.active>a:after {
    width: 100%;
}
ul.custmtbs {
    
}
.custmtbs>li {
  
}