@charset "UTF-8";

* {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

.slick-track img {
  width: 100%;
}

img {
  /*width: auto;*/
  width: auto;
  vertical-align: middle;
  border-style: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.shopmenu .content {
  display: flex !important;
}

#pre_loader {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: not-allowed;
}

#loader {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  border: 5px solid rgb(30 83 166);
  border-radius: 50%;
  border-top: 5px solid #f3f3f3;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Black";
  src: url("fonts/Poppins-Black.ttf");
}

.tearm-sec h4.term-title {
  font-size: 20px;
  padding-bottom: 10px;
  font-family: "Poppins-medium", sans-serif;
}

.tearm-sec .f_style {
  margin: 10px 0 20px 0;
  font-size: 15px;
  line-height: 1.6;
}

.top-header {
  background-color: #234da7;
  color: #fff;
  padding: 7px 0 0 0;
  font-size: 14px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  outline: none;
}

a,
button {
  outline: none;
}

ul li {
  list-style: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

/*article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}*/

body {
  font-family: "Poppins-Regular" !important;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  color: #242021;
font-weight: 400 !important;
}

/*----div::after,
header::after,
footer::after,
section::after {
  width: 100%;
  display: block;
  content: "";
  clear: both;
}----*/

.row::after,
.row::before,
.container::before {
  display: none;
}

.clearboth {
  clear: both;
}

a {
  text-decoration: none;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-new {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: -15px;
  margin-left: -15px;
}

._box_main {
  width: 100%;
  display: flex;
  padding: 30px 20px;
  box-shadow: 0px 1px 20px -8px #1f53a7;
}

.row-main {
  display: grid;
  grid-template-columns: 1fr;
  margin-right: -15px;
  margin-left: -15px;
}
.latest-blog a {
    color: #535252;
}
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.form-group {
  width: 100%;
  margin-bottom: 15px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-top: 0;
}

.container-top {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-top: 2rem;
}

#menu-toggle #hamburger>span,
#menu-toggle #cross>span {
  display: block;
  background: #1e53a6;
  border-radius: 0px;
}

#menu-toggle {
  width: 38px;
  height: 38px;
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0px 0 0;
  z-index: 11;
}

#menu-toggle {
  display: none;
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#menu-toggle #hamburger span {
  width: 100%;
  height: 3px;
  position: relative;
  top: 0;
  left: 0;
  margin: 8px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}

#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 10%;
  left: 18px;
  transition-delay: 0s;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 10%;
  top: 18px;
  transition-delay: 0.25s;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}

#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}

#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}

/*----.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}-----*/

.sticky .header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffffee;
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
  margin: 0 auto;
  padding-bottom: 0.5rem;
  transition: all .5s ease;
}

.top-bar {
  display: none;
}

.top-bar .col-12 {
  display: flex;
  align-content: center;
  align-items: center;
}

ul.socail-top {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  align-content: center;
  border-right: 1px solid #3269c0;
  padding-right: 10px;
  margin-right: 20px;
}

ul.socail-top li {
  margin-right: 10px;
}

ul.socail-top li a {
  background: #3269c0;
  width: 32px;
  height: 32px;
  display: flex;
  color: #fff;
  border-radius: 50%;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.translate-hin-eng {
  width: 8rem;
  height: inherit;
}

.translate-2 {
  display: none;
}

.translate-hin-eng:hover .translate-2 {
  display: inline-block;
}

.translate-hin-eng:hover .translate {
  display: inline-block;
}

.translate a {
  font-size: 14px;
  color: #1e53a6;
  display: inline-block;
  font-family: "Poppins-Medium";
  padding-right: 15px;
  position: relative;
}

.translate a .icon-translate2 {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
}

.translate a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.translate-2 a {
  font-size: 14px;
  color: #1e53a6;
  display: inline-block;
  font-family: "Poppins-Medium";
  padding-right: 15px;
  position: relative;
}

.translate-2 a .icon-translate2 {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
}

.translate-2 a span {
  display: inline-block;
  vertical-align: middle;
}

.slider-top {
  /* height: 85vh; */
  width: 100%;
  position: relative;
}

.home-slider {
  width: 100%;
  position: relative;
}

/*----Mega menu style strart-----*/

.header {
  background: #ffffff;
  position: relative;
  max-width: 100%;
  padding-left: 15rem;
  padding-right: 10rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.header ul {
  list-style: none;
}

.header a {
  color: #1e53a6;
  text-decoration: none;
  font-size: 17px;
}

.header-button {
  margin-left: 2rem;
}

.header-button a {
  color: #fff;
  background-color: #1e53a6;
  padding: 6px 12px;
}

.menu-items {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.menu-items li {
  color: #1e53a6;
  padding: 0.7rem 1rem;
  transition: background 0.3s ease-in-out;
}

.menu-items li:hover {
  background-color: #1e53a6;
}

.menu-items li:hover a {
  color: #fff;
  text-decoration: none;
}

/* dropdown */
.dropdown {
  position: relative;
  z-index: 0;
}

.dropdown-menu,
.menu-right {
  position: absolute;
  background: #1e53a6;
  width: 100%;
  top: 50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.menu-right {
  top: 0;
  left: 110%;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.dropdown:hover .dropdown-menu {
  top: 34px;
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.dropdown-right:hover .menu-right {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

/* mega menu  */
.mega-menu {
  position: absolute;
  left: 10%;
  right: 10%;
  width: 80vw;
  top: 95px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mega-menu .content {
  /* background: #1e53a6; */
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr 1fr 0.8fr;
  width: 100%;
  justify-content: space-between;
}

.blog .content {
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-columns: repeat(2, 1fr); */
}
.blog .content.media-content
 {
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(2, 1fr); */
}
.content .col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 3rem;
}

.content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 16vw;
  overflow: hidden;
}

.content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content .col .img-default {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content .col img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
	height: 100%;
    object-fit: cover;
}

.content .col .img-default img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.content .col .img-wrapper .img-default:hover img {
  transform: scale(1.1);
}

.content .col h2 {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
}

.mega-links li a {
  color: #ffffff;
  font-size: 0.8rem;
}

.content .col p {
  line-height: 1.2rem;
  color: #fff;
}

.content .col p {
  line-height: 1.6rem;
  color: #fff;
  font-size: 15px;
  font-weight: 300 !important;
}

.content .col .mega-links {
  border-left: 1px solid #418ece;
}

.content .col .read-more {
  display: inline-block;
  padding-top: 1rem;
  color: #7abff8;
  transition: color 0.3s ease;
}

.col .mega-links li,
.col .mega-links li a {
  padding: 1rem 1rem;
}

.col .mega-links li,
.col .mega-links li a {
  padding: 1rem 0rem 1rem 0.3rem;
  text-align: left !important;
  width: 100% !important;
}

.menu-items li:hover .mega-menu {
  top: 60px;
  opacity: 1;
  visibility: visible;
}

.mega-menu .content-short {
  justify-content: center;
}

.mega-menu .content-short .col.col-md-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.content .col .read-more:hover {
  color: #ffffff;
}

.mega-menu .content .col {
  background-color: #1e53a6;
  padding-top: 1rem;
}

.more {
  margin-top: 1.5rem;
}

/* section */
.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section h1 {
  font-family: "Titillium Web", serif;
  font-weight: 700;
  line-height: 6vw;
  color: #427dad;
  text-transform: uppercase;
}

/*.header.fadeInDown {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0 20px 30px 0 rgb(28 9 80 / 5%);
  padding-top: 15px;
}
.header.fadeInDown .top-bar {
  display: none;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.homesec1 {
  position: relative;
  height: 100%;
  width: 100%;
}

.homesec1 .slick-list {
  width: 100%;
  height: 90vh;
}

.homesec1 .slick-track {
  height: 100%;
}

.homesec1 .home-inner {
  width: 100%;
  height: 100%;
}

.homesec1 .home-item {
  width: 100%;
  position: relative;
  height: 100%;
}

.about-img {
  width: 100%;
}

.arrow {
  width: 30%;
}

.homesec1 .home-item.slick-current .home-item-inner {
  animation: zoom-in-zoom-out 40s ease-out infinite;
}

.homesec1 .home-item .container-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
}

.homesec1 .home-item .home-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 49%;
}

.homesec1 .home-item .home-item-inner-inside {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 31%;
}

.homesec1 .home-item .text-wrap {
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  max-width: max-content;
  padding-right: 60px;
}

.homesec1 .home-item .text-wrap h2 {
  font-size: 36px;
  color: #1e53a6;
  font-family: "Poppins-Medium";
}

.homesec1 .home-item .text-wrap h3 {
  font-size: 21px;
  color: #1e53a6;
  font-family: "Poppins-Medium";
  margin: 0 0 10px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.homesec2 {
  padding: 80px 0 0 0;
}
.pb-80{
	padding-bottom: 80px;
}
.career-form-sec {
  padding: 50px 0;
}

.career-form form {
  background-color: #fff;
  box-shadow: 0 0px 3px rgb(71 69 69 / 50%);
  padding: 20px;
  margin-top: 30px;
}

/* .homesec2 .container {
  max-width: 1550px;
} */
.homesec2 h3 {
  font-size: 18px;
  color: #1f53a7;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px;
}

.main-title {
  font-size: 35px;
  color: #000;
  margin: 0 0 35px;
  font-family: "Poppins-medium", sans-serif;
  position: relative;
  padding-bottom: 20px;
line-height: 1.5;
}

.main-title::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background-color: #1f53a7;
  left: 0px;
  bottom: 0;
  margin-bottom: 0;
}

.top-services .main-title {
  text-align: center;
}

.top-services .main-title::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top-services p {
  font-size: 17px;
  text-align: center;
  color: #535252;
  margin: 0 0 25px;
  line-height: 1.6;
}

.homesec2 h2 span {
  font-family: "Poppins-Medium", sans-serif;
}

.homesec2 p {
  font-size: 17px;
  text-align: justify;
  color: #535252;
  margin: 0 0 15px;
  line-height: 1.6;
}

.homesec2 a.btn {
  background: #1f53a7;
  color: #fff;
  width: 260px;
  display: flex;
  text-align: center;
  padding: 10px;
  height: 74px;
  align-items: center;
  align-content: center;
  font-family: "Poppins-Medium";
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  margin-top: 30px;
  padding-left: 40px;
}

.homesec2 a.btn span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  border-left: 1px solid #fff;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.homesec2 a.btn span img {
  transition: all 0.4s;
}

.homesec2 a.btn:hover span img {
  margin-left: 10px;
}

.homesec3 {
  padding: 80px 0 0 0;
}

.homesec3 ul {
  display: flex;
  flex-wrap: wrap;
}

.homesec3 ul li {
  width: 33.33%;
}

.homesec3 ul li figure {
  position: relative;
  padding-top: 104%;
  overflow: hidden;
  margin-bottom: 0;
}

.homesec3 ul li figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s;
}

.homesec3 ul li figure .text-wrapper {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: auto;
  bottom: -100%;
  padding: 10px 10px 50px 75px;
  color: #fff;
  transition: all 0.6s;
}

.homesec3 ul li figure:hover {
  cursor: pointer;
}

.homesec3 ul li figure:hover img {
  transform: scale(1.1, 1.1);
}

.homesec3 ul li figure:hover .text-wrapper {
  bottom: 0;
}

.homesec3 ul li figure .text-wrapper h4 {
  font-size: 22px;
  color: #fff;
  font-family: "Poppins-Medium", sans-serif;
  margin: 0 0 12px;
}

.homesec3 ul li figure .text-wrapper p {
  font-size: 17px;
  color: #fff;
  margin: 0 0 0px;
  max-width: none;
  line-height: 1.6;
}

.top-services {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 600px;
}


.homesec4 {
  padding: 80px 0;
}

.homesec4 .home-prodcut-cover {
  display: flex !important;
  flex-wrap: wrap;
  background: #1f53a7;
}

.homesec4 .home-prodcut-cover .left-box {
  width: 50%;
}

.homesec4 .home-prodcut-cover .left-box figure {
  position: relative;
  width: 100%;
  height: 100%;
}

.homesec4 .home-prodcut-cover .left-box figure a.btn {
  font-size: 23px;
  color: #fff;
  font-family: "Poppins-Medium";
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  position: absolute;
  bottom: 30px;
  left: 90px;
}

.homesec4 .home-prodcut-cover .left-box figure a.btn::after {
  content: "";
  display: inline-block;
  background-image: url(img/arrow-box.png);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.homesec4 .home-prodcut-cover .left-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.homesec4 .home-prodcut-cover .right-box {
  width: 50%;
  background: #1f53a7;
  padding: 40px 15px 30px 55px;
}

.homesec4 .home-prodcut-cover .right-box {
  width: 50%;
  background: #1f53a7;
  padding: 40px 15px 30px 55px;
}

.homesec4 .home-prodcut-cover .right-box h2 {
  font-size: 30px;
  color: rgb(255 255 255 / 60%);
  margin: 0 0 20px;
}

.homesec4 .home-prodcut-cover .right-box p {
  font-size: 17px;
  color: #fff;
  margin: 0 0 20px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  text-align: justify;
}

.homesec4 .home-prodcut-cover .right-box h2 span {
  font-family: "Poppins-medium", sans-serif;
  color: rgb(255 255 255);
}

.homesec4 .home-prodcut-cover .right-box a.btn {
  font-size: 20px;
  color: #fff;
  font-family: "Poppins-Medium";
  text-transform: uppercase;
  display: inline-block;

  margin-top: 30px;
  position: relative;
}

.homesec4 .home-prodcut-cover .right-box a.btn::after {
  content: "";
  display: inline-block;
  background-image: url(img/arrow-box.png);
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.homesec5 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 21%;
  background-attachment: inherit;
  transition: all 0.4s;
}

.homesec5 .container {
  max-width: 900px;
  position: relative;
  bottom: -50px;
}

.homesec5 ul {
  display: flex;
  flex-wrap: wrap;
}

.homesec5 li {
  width: 33.33%;
}

.homesec5 ul li .inner-cv {
  height: 100%;
  background: #eaeaea;
  transition: all 0.4s;
}

/*.homesec5 ul li:nth-child(2) .inner-cv,*/
.homesec5 ul li .inner-cv:hover {
  background: #1f53a7;
}

/*.homesec5 ul li:nth-child(2) .inner-cv h3,*/
.homesec5 ul li .inner-cv:hover h3 {
  color: #fff;
}

/*.homesec5 ul li:nth-child(2) .inner-cv figure img,*/
.homesec5 ul li .inner-cv:hover figure img {
  filter: invert(1);
}

/*.homesec5 ul li:nth-child(2) .inner-cv p,*/
.homesec5 ul li .inner-cv:hover p {
  color: #fff;
}

.homesec5 ul li .inner-cv {
  padding: 20px 30px 40px;
  text-align: center;
}

.homesec5 ul li .inner-cv figure {
  min-height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.homesec5 h4 {
  font-size: 17px;
  color: #fff;
  line-height: 1.6;
  margin: 0 0 30px;
  text-align: center;
}

.homesec5 ul li .inner-cv h3 {
  font-size: 24px;
  color: #242424;
  font-family: "Poppins-SemiBold";
  margin: 0 0 15px;
  transition: all 0.4s;
}

.homesec5 ul li .inner-cv p {
  font-size: 17px;
  color: #242424;
  margin: 0 0 0px;
  transition: all 0.4s;
  line-height: 1.6;
}

.homesec6 {
  padding: 140px 0 80px;
}

.homesec6 h2 {
  font-size: 100px;
  text-align: center;
  font-family: "Poppins-Black";
  color: #ebedf5;
}

.homesec6 .col-4-in {
  position: relative;
}

.homesec6 .col-4:nth-child(2) .col-4-in::before {
  position: absolute;
  content: "";
  background: #1f53a7;
  height: 2px;
  width: 104%;
  top: 50%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homesec6 .col-4:nth-child(2) .col-4-in h2 {
  background: #fff;
  max-width: max-content;
  margin: 0 auto;
  min-width: 207px;
  padding: 0 20px;
}

.homesec6 .col-4-in span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #2c2c2c;
  font-size: 16px;
}

.homesec7 {
  padding: 0px 0 80px 0;
}

.homesec7 .text-border {
  margin-bottom: 40px;
  position: relative;
}

.homesec7 h2 {
  color: #000;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  position: relative;
  max-width: max-content;
  padding: 0 15px;
}

.homesec7 .text-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 106%;
  height: 1px;
  border-bottom: 1px dashed #ccd1db;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.homesec7 .row {
  align-items: center;
  align-content: center;
}

.homesec7 .row .col-2 {
  margin-bottom: 15px;
}

.homesec8 {
  background: #3269c0;
  padding: 0px 0 0;
}

.homesec8 h2 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins-Medium";
  margin: 0 0 60px;
}

.homesec8 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

.homesec8 form input[type="text"],
.homesec8 form input[type="email"] {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font-family: "Poppins-Medium";
  outline: none;
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
}

.homesec8 form input::-webkit-input-placeholder {
  color: #fff;
}

.homesec8 form input::-moz-placeholder {
  color: #fff;
}

.homesec8 form input:-ms-input-placeholder {
  color: #fff;
}

.homesec8 form input:-moz-placeholder {
  color: #fff;
}

.homesec8 form textarea::-webkit-input-placeholder {
  color: #fff;
}

.homesec8 form textarea::-moz-placeholder {
  color: #fff;
}

.homesec8 form textarea:-ms-input-placeholder {
  color: #fff;
}

.homesec8 form textarea:-moz-placeholder {
  color: #fff;
}

.homesec8 .col-6-inner {
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.homesec8 .col-6 figure {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.homesec8 form input.submit_btn {
  width: 165px;
  background: #fff;
  height: 44px;
  border: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #3269c0;
  font-size: 16px;
  font-family: "Poppins-SemiBold";
  margin-left: 10px;
  margin-top: 30px;
}

.homesec8 form textarea {
  resize: none;
  width: 100%;
  height: 100px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  font-family: "Poppins-Medium";
  outline: none;
  font-size: 16px;
  color: #fff;
  padding: 15px 0;
}

.homesec8 form .col-50 {
  width: 50%;
  max-width: 220px;
}

.homesec8 form .col-100 {
  width: 100%;
}

.homesec8 form .col-50,
.homesec8 form .col-100 {
  margin-bottom: 20px;
  padding: 0 10px;
}

.homesec8 .col-6 figure img {
  margin-bottom: -1px;
}

.mob-img {
  display: none;
}

.footer {
  background: #f3f4f7;
  padding: 80px 0 0 0;
}

.our-team {
  padding: 80px 0;
}

.footer h2 {
  color: #1a55a1;
  font-family: "Poppins-medium", sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px;
  font-size: 25px;
  padding-bottom: 20px;
  position: relative;
}

.footer h2::after {
  position: absolute;
  content: "";
  width: 65px;
  height: 3px;
  background-color: #1f53a7;
  left: 0px;
  bottom: 0;
  margin: 0;
  right: 0;
}

.footer .col-2 li {
  margin-bottom: 8px;
}

.footer a {
  color: #1d1e1e;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
}

.footer address {
  padding-left: 30px;
  position: relative;
  color: #1d1e1e;
  font-size: 16px;
  line-height: 1.6;
  font-style: normal;
  margin-bottom: 10px;
}

.footer .col-6 a {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.footer .col-2 {
  position: relative;
}

.footer .col-2::after {
  content: "";
  background: #c2cfe4;
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 100%;
}

.footer .col-7 {
  padding-left: 50px;
}

.footer p.copyright {
  text-align: center;
  padding: 30px 15px;
  color: #1d1e1e;
  margin: 0;
  border-top: 2px solid #d9e0ed;
  font-size: 15px;
}

.footer p.copyright a {
  color: #1f53a7;
  font-size: 15px;
  margin-left: 5px;
}

.footer .col-6 a i {
  position: absolute;
  color: #1f53a7;
  left: 0;
  top: 0px;
  font-size: 18px;
}

.footer address i {
  position: absolute;
  color: #1f53a7;
  left: 0;
  top: 5px;
  font-size: 18px;
}



.header a {
    max-width: 210px;
}
.footer .logo img {
    width: 100%;
}
.footer .logo {
    max-width: 210px;
}

.footer footer {
  padding-bottom: 40px;
}

.footer .col-3-inner {
  height: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .col-3-inner ul.socail-top {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: auto;
  width: 100%;
}

.footer .col-3-inner ul.socail-top li {
  margin-right: 10px;
}

.imgPreView {
  max-width: 200px !important;
}

.header-cart-wrapbtn a {
  color: #fbfbfb;
  font-weight: 600;
  font-size: 12px;
}

.bg_n {
  background-color: #1e53a6;
}

.hov_n:hover {
  border: 2px solid #1e53a6;
  background: #fff;
  color: #1e53a6;
}

.bread-crumb.bgwhite.flex-w.p-l-52.p-r-15.p-t-30.p-l-15-sm {
  background: #f3f4f7;
  padding: 10px 50px;
  margin: 1rem 0px;
  color: #1e53a6;
}

.service-links {
  padding-left: 10px;
}

.service-links li .fa {
  color: #535252;
  margin-right: 10px;
  margin-top: 3px;
	position: absolute;
    left: 30px;
}

.homesec2 h2.service-head {
  font-size: 30px;
  font-family: "Poppins-medium", sans-serif;
  margin-bottom: 2rem;
  color: #000;
}

.service-links li {
  font-size: 17px;
  text-align: justify;
  color: #535252;
  margin: 0 0 15px 10px;
  line-height: 24px;
}
.ul-sub{
	padding-left: 0px;
	margin-top: 20px;
}
.ul-sub-inner{
	padding-left: 10px;
	margin-top: 20px;
}
.ul-sub i, .ul-sub-inner i{
	font-size: 10px;
	position: relative !important;
}

.service-offer-row {
  margin: 80px 0 50px 0;
}

.key-feature {
  padding: 60px 0 80px 0;
}

.company-sec {
  padding: 80px 0;
}

.meduBlogBox {
  margin: 25px 0;
    box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
    display: flex;
    flex-direction: column;
    height: 90%;
	
}

.blog-inner {
    padding: 30px 25px;
}
.blog-inner p{
	margin-bottom: 20px;
}
.d-flex.slider{
	width: 270px !important;
	margin: auto
}
.payment-box .services-all {
    box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
    padding: 30px 0;
    width: auto;
    margin: 15px 30px;
}
.payment-box .services-all .service-name {
    margin: 25px 0 10px 0;
}
.ul-card-list li {
    padding: 0 0 5px 0;
    color: #000;
}
.client_logo .slide-item {
    box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
    margin-bottom: 15px;
    background-color: #fff;
    margin: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 10px 0 10px;
}
.cardlogo-img img, .awards-img img{
	width: 100%;
}
.cardlogo-img {
    padding: 20px;
    width: auto;
    margin: 25px 0px;
}
.corporate-row .service-name {
    font-size: 25px;
    margin-bottom: 16px;
}
.mt-custom-30 {
    margin: 40px 0;
}
.awards-img {
    margin-bottom: 30px;
}
.mt-15-para{
	margin-top: 25px !important;
}

.my-70{
	margin: 70px 0 0 0;
}
.box-inner {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(71, 69, 69, 0.5);
	display: flex;
    flex-direction: column;
    height: 100%;
	text-align: center;
}
.franchise-icon {
   margin: 0 0 25px 0;
    height: auto;
    width: 100%;
}

.franchise-para h3 {
    color: #000;
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom: 20px;
}
.franchise-para {
    padding: 0 15px;
}
.franchise-para p{
	font-size: 15px;
    text-align: center;
}
.franchise-btn {
    margin-top: auto;
	margin-bottom: 30px;
}
.franchise-btn a.read-btn {
    background: #1f53a7;
	border: 1px solid #1f53a7;
    color: #fff;
    width: auto;
    text-align: center;
    padding: 13px 30px;
    height: auto;
    font-family: "Poppins-Medium";
    position: relative;
    overflow: hidden;
    font-size: 17px;
    margin-top: 10px;
    display: inline-block;
}
.franchise-btn a.read-btn:hover, .franchise-btn a.read-btn:focus{
	color: #1f53a7;
	background: transparent;
	box-shadow: none;
}
.service-links{
	 background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(71, 69, 69, 0.5);
    -moz-box-shadow: 0 2px 6px rgba(71, 69, 69, 0.5);
    box-shadow: 0 2px 6px rgba(71, 69, 69, 0.5);
	padding: 25px 10px 15px 30px;
}
.list-box {
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(71, 69, 69, 0.5);
    -moz-box-shadow: 0 2px 6px rgba(71, 69, 69, 0.5);
    box-shadow: 0 2px 6px rgba(71, 69, 69, 0.5);
    transition: all .10s ease;
	display: flex;
    flex-direction: column;
    height: 100%;
}
.mb-40{
	margin-bottom: 40px;
}
.mt-30{
	margin-top: 30px;
}
.list-box h2.main-title, .key-box h2.main-title {
    font-size: 24px;
    background-color: #1f53a7;
    color: #fff;
     padding: 12px 20px;
	margin-bottom: 0;
}
.list-box ul.doc-list, .key-box ul.service-links{
    padding: 25px 30px;
}
.list-box ul.doc-list li, .key-box ul.service-links li{
	position: relative;
	padding-left: 20px;
}
.list-box ul.doc-list li:before, .key-box ul.service-links li:before{
	position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    color: #fff;
    background-color: #1f53a7;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    border-radius: 50%;
}


section.work-porcess-area {
    margin: 50px 0;
}
.work-porcess-area .process-info .single-process {
    width: 175px;
    height: 175px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
   margin: 0;
    background: #FFFFFF;
     position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.work-porcess-area .process-info .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -65px;
    color: #1f53a7;
}

.work-porcess-area .process-info .single-process.first {
    background: #1f53a7;
}

.work-porcess-area .process-info .single-process.first p {
    color: #FFFFFF;
	font-size: 13px;
	text-align: center
}

.work-porcess-area .process-info .single-process.first h4 {
    color: #FFFFFF;
}



.work-porcess-area .process-info .single-process.last:after {
    display: none;
}

.work-porcess-area .process-info .single-process i {
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
}
.mt-30{
	margin-top: 30px;
}
.pb-20{
	padding-bottom: 20px;
}
.list-box-large ul.doc-list li{
	display: inline-flex;
	width: 33%;
	padding: 8px 0 8px 20px;
}
.homesec2 .row.my-70 {
    align-items: unset;
}
@media only screen and (max-width: 767px) {
     .work-porcess-area .process-info .single-process::after {
        display: none;
    }
    .work-porcess-area .process-info .single-process{
        margin-top: 30px;
    }

}

/************Home page css************/
/************Home page css************/

@media (max-width: 1199px) {
  .homesec6 h2 {
    font-size: 78px;
  }

  .homesec3 ul li figure .text-wrapper h4 {
    font-size: 18px;
  }

  .footer a,
  .footer address {
    font-size: 13.5px;
  }

  .header .nav-bar ul li {
    padding-right: 15px;
    margin-right: 10px;
  }

  .header .nav-bar nav a.head-btn {
    font-size: 13px;
    padding: 6px 9px;
  }

  .header a.site-logo {
    max-width: 160px;
  }

  .nav-bar ul li.has-sub>a::after {
    top: 2px;
    right: -14px;
    width: 10px;
    height: 7px;
  }

  .homesec1 .home-item .text-wrap {
    padding-right: 20px;
    max-width: 500px;
    padding-top: 80px;
  }

  .homesec1 .home-item .text-wrap h2 {
    font-size: 30px;
  }

  .homesec1 .home-item .text-wrap h3 {
    font-size: 18px;
  }

  .homesec4 .home-prodcut-cover .right-box h2 {
    font-size: 26px;
    margin: 0 0 15px;
  }

  .homesec4 .home-prodcut-cover .right-box {
    padding: 30px 15px 25px 30px;
  }

  .homesec4 .home-prodcut-cover .left-box figure a.btn {
    font-size: 20px;
    margin-top: 20px;
    bottom: 25px;
    left: 80px;
  }

  .homesec4 .home-prodcut-cover .right-box a.btn {
    font-size: 20px;
    margin-top: 20px;
  }

  .homesec5 {
    background-attachment: inherit;
  }

  .homesec6 h2 {
    font-size: 60px;
  }

  .homesec6 .col-4:nth-child(2) .col-4-in h2 {
    padding: 0 5px;
  }

  .homesec6 .col-4:nth-child(2) .col-4-in::before {
    width: 120%;
  }

  .homesec7 .col-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .homesec8 .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homesec8 .col-6-inner {
    padding-right: 0;
  }

  .homesec8 h2 {
    margin: 0 0 40px;
  }

  .homesec8 form .col-50 {
    max-width: 100%;
  }

  .homesec8 .col-6 figure img {
    width: 100%;
  }

  .homesec3 ul li figure .text-wrapper {
    padding: 10px 10px 10px 15px;
  }

  .homesec2 h3 {
    margin: 0 0 20px;
  }

  .footer br {
    display: none;
  }

  .footer .col-3-inner ul.socail-top li {
    margin-right: 12px;
  }

  .footer .col-7 {
    padding-left: 25px;
  }

  .footer .col-6 a {
    word-break: break-word;
  }

  /*---.header {
    position: relative;
    padding-bottom: 15px;
  }----*/

  /*li.has-sub {
    padding-right: 22px !important;
  }*/

  #menu-toggle {
    display: block;
    position: absolute;
    right: 15px;
    top: 18px;
  }

  .header {
    position: relative;
    left: auto;
    padding-bottom: 15px;
  }

  .header .nav-bar {
    padding-top: 15px;
    position: relative;
  }

  body.open #menu-toggle #cross>span,
  body.open #menu-toggle #hamburger>span {
    background: #fff !important;
  }

  .header .nav-bar nav a.head-btn {
    max-width: max-content;
    margin: 15px auto 0 auto;
    display: none;
  }

  body.open {
    overflow: hidden;
  }

  .header header .nav-bar {
    position: relative;
  }

  .header header .nav-bar nav ul {
    width: 100%;
    display: none;
    padding: 0 10px;
    margin-top: 10px;
    background: #1e53a6;
  }

  .nav-bar nav {
    width: 100%;
  }

  .header .nav-bar ul li a {
    font-size: 13px;
    display: block;
    padding: 12px 0;
  }

  header nav ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #ffffff45;
    border-right: 0 !important;
  }

  .homesec1 .home-item .text-wrap {
    padding-right: 15px;
    max-width: 100%;
    padding-top: 0;
    padding-left: 160px;
  }

  .homesec1 .home-item .text-wrap h2 {
    font-size: 20px;
  }

  .homesec1 .home-item .text-wrap h3 {
    font-size: 14px;
  }

  .homesec1 .home-item .text-wrap h2 br {
    display: none;
  }

  .homesec1 .home-item .home-item-inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff70;
  }

  .homesec2 {
    padding: 60px 0 00px;
    overflow: hidden;
  }
  .pb-80{
padding-bottom: 60px;	
}
  .homesec2 a.btn {
    height: 60px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .homesec2 .col-7,
  .homesec2 .col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homesec3 ul li figure .text-wrapper {
    bottom: 15px;
  }

  .homesec4 {
    padding: 40px 0 40px;
  }

  .homesec4 .home-prodcut-cover .left-box figure a.btn {
    bottom: 15px;
    left: 15px;
  }

  .homesec4 .home-prodcut-cover .right-box h2 {
    font-size: 22px;
  }

  .homesec4 .home-prodcut-cover .left-box {
    width: 50%;
  }

  .homesec4 .home-prodcut-cover .right-box {
    padding: 20px 15px 20px 15px;
    width: 50%;
  }

  .homesec4 .home-prodcut-cover .right-box a.btn,
  .homesec4 .home-prodcut-cover .left-box figure a.btn {
    font-size: 16px;
  }

  .homesec6 {
    padding: 120px 0 30px;
    overflow: hidden;
  }

  .homesec6 .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homesec7 {
    padding: 20px 0 30px;
    overflow: hidden;
  }

  .homesec7 h2 {
    font-size: 13px;
  }

  .homesec7 .col-2 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .homesec8 {
    overflow: hidden;
  }

  .homesec8 form input[type="text"],
  .homesec8 form input[type="email"],
  .homesec8 form textarea {
    font-size: 14px;
    padding: 12px 0;
  }

  /* .mob-img {
    display: block;
  } */
  /* .homesec5 {
    background: #3269c0;
    background-image: none !important;
    padding-top: 0px;
  } */
  .homesec5 ul li .inner-cv {
    padding: 30px 30px 40px;
  }

  .homesec5 li {
    margin-bottom: 10px;
  }

  .nav-bar ul li.has-sub>a::after {
    display: none;
  }

  .nav-bar ul li.has-sub .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 39px;
    width: 39px;
    cursor: pointer;
  }

  .nav-bar ul li.has-sub .submenu-button:before {
    position: absolute;
    top: 12px;
    right: 18px;
    display: block;
    width: 2px;
    height: 14px;
    background: #fff;
    content: "";
  }

  .nav-bar ul li.has-sub .submenu-button:after {
    position: absolute;
    top: 18px;
    right: 13px;
    width: 12px;
    height: 2px;
    display: block;
    background: #fff;
    content: "";
  }

  .header header .nav-bar nav ul ul {
    position: relative;
    left: auto;
    display: none;
    width: 100%;
    margin: 0px 0 0 !important;
    text-align: left;
    top: auto;
    max-width: 100%;
  }

  .nav-bar ul li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-bar ul li a {
    padding: 8px 0;
  }

  .nav-bar ul ul li {
    width: 100%;
  }

  .nav-bar ul ul li:last-child a {
    border-bottom: 0;
  }

  .nav-bar ul ul li a {
    background: transparent;
    width: 100%;
    display: block;
    min-width: inherit;
  }

  .header .nav-bar ul li {
    padding-right: 0;
    margin-right: 0;
  }

  .footer .col-3,
  .footer .col-2,
  .footer .col-7,
  .footer .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer .col-7 {
    margin-top: 30px;
  }

  .footer .col-6 {
    margin-bottom: 20px;
  }

  .footer {
    padding: 40px 0 0;
  }

  .footer h2 {
    text-align: center;
  }

  .footer .col-3-inner {
    justify-content: center;
  }

  .footer .col-2 {
    text-align: center;
    margin-top: 30px;
  }

  .footer .col-3-inner ul.socail-top {
    margin-right: auto;
    margin-top: 25px;
    margin-left: auto;
    justify-content: center;
  }

  .footer footer {
    padding-bottom: 10px;
  }

  .nav-bar ul li.has-sub span.submenu-button.submenu-opened::before {
    height: 0 !important;
  }
}

/* New css  */
ul {
  padding-left: 0;
  font-size: 14.43px;
  color: #535252;
  line-height: 24px;
}

.inner_btn {
  background: #1f53a7;
  font-family: "Poppins-Medium";
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 6px 10px;
  border-radius: 20px;
  width: fit-content;
}

a.head-btn.inner_btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}

a.head-btn.inner_btn:hover {
  color: #fff;
}

a.head-btn.inner_btn i {
  padding-right: 10px;
}

.col-padding {
  padding: 30px 20px;
}

.col-padding ._box {
  padding: 30px 20px;
  box-shadow: 0px 1px 20px -8px #1f53a7;
}

.img-padding {
  padding-bottom: 10px;
}

.img-padding-blog {
  padding-bottom: 0px;
  width: 100%;
}

.fa-angle-double-right {
  color: #000;
  font-size: 18px;
  padding-right: -2px;
}

.margin-adjust {
  margin: 0px 0 10px !important;
}

.homesec1 .home-item .home-item-inner.banner-3 {
  width: 100% !important;
  height: auto !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: bottom center !important;
  padding-top: 30.8% !important;
}

.center-text {
  text-align: center;
}

.contact-background {
  background: #ffffff;
  padding: 0px 0 0;
}

.icon-head {
  margin-bottom: 20px;
	padding-bottom: 15px;
	display: flex;
    align-items: center;
}

.pt-15 {
  padding-top: 15px;
}

.nav-bar-default {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  padding-bottom: 15px;
  box-shadow: 0 20px 30px 0 rgb(28 9 80 / 5%);
  padding-top: 15px;
}

.list-padding {
  padding-top: 15px;
  padding-bottom: 9px;
  font-size: 22px;
}

.footer-logo {
  background-color: #1f53a7;
}

.attachment {
  font-family: "Poppins-Medium";

  font-size: 16px !important;
  color: #1f53a7 !important;
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.img-hover {
  position: relative;
}

.img-hover::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.img-hover:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

a.header-wrapicon1.dis-block img {
  max-width: none !important;
}

img.header-icon1.js-show-header-dropdown {
  max-width: none !important;
}

.col-7-inner ul li {
  padding: 6px 0px 5px 0px;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  align-items: center;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  align-items: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.t-name {
  margin: 0 0 20px !important;
}

.team-background {
  background: #e9efff;
  padding: 20px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.t-img {
  padding-bottom: 39px;
}

.team-img-right {
  text-align: right;
}

.team-background h3 {
  margin: 0 0 15px;
}

.team-img {
  padding-bottom: 40px;
}

.mar0 h3 {
  margin: 0;
}

.circle-img-mar {
  margin-bottom: 35px;
}

.aside a:link {
  color: Black;
}

/* visited link */
.aside a:visited {
  color: Black;
}

/* mouse over link */
.aside a:hover {
  color: Black;
}

/* selected link */
.aside a:active {
  color: Black;
}

.side {
  margin: 71px 0px;
  padding: 0px 20px;
}

.financial-inclusion a {
  color: rgb(0, 0, 0) !important;
}

.financial-inclusion {
  padding: 20px 10px !important;
  text-align: center;
  margin: 0px 0px 13px 0px;
}

.aside.col-7-inner h4 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 28px;
}

.col-7-inner-main {
  margin-left: 1rem;
}

.bg {
  position: relative;
}

.bg img {
  display: block;
  width: 100%;
  height: auto;
}

/*----.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #d0d6eca8;
  }----*/

.bg-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgb(208 214 236 / 87%);
}

.bg:hover .bg-content {
  opacity: 1;
}

.text {
  color: #1f53a7;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 75%;
}

.text h4 {
  text-align: justify;
}

.text p {
  color: #333;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.bg-content .text p {
  color: #fff;
}

.bg-content a.head-btn.inner_btn {
  padding: 0;
}

.bg-content a.head-btn.inner_btn:hover {
  color: #fff;
}

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  text-decoration: none !important;
}

.team .col-padding ._box {
  box-shadow: none !important;
  padding: 30px 20px;
  border: 2px #bcd6ff dashed;
  border-radius: 176px;
}

/* -----about page style------ */

.about-services {
  padding: 80px 0;
}

.about-row {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.about-container-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.about-container-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.ser-heading {
  font-size: 35px;
  color: #000;
  margin: 0 0 30px;
  font-family: "Poppins-medium", sans-serif;
  position: relative;
  padding-bottom: 20px;
}

.ser-heading::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background-color: #1f53a7;
  left: 0px;
  bottom: 0;
  margin: auto;
  right: 0;
}

.services-all .aadhar-img-1 {
  width: 270px;
  transition: transform 0.2s;
	height: 270px;
    object-fit: contain;
}

.services-all .aadhar-img-1:hover {
  width: 50%;
  transform: scale(1.2);
}

.services-all .aadhar-img-2 {
  width: 50%;
  transition: transform 0.2s;
}

.services-all .aadhar-img-2:hover {
  width: 40%;
  transform: scale(1.2);
}

.service-name {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 140%;
}

/*------------Team Page Style---------*/


.team-container {
  max-width: 80rem;
  margin: 0 auto;
}

.team-heading {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 1rem;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.team-heading::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background-color: #1f53a7;
  left: 0px;
  bottom: 0;
  margin: auto;
  right: 0;
}

.contact-box {
  background-color: #fff;
  box-shadow: 0 0px 3px rgb(71 69 69 / 50%);
  padding: 20px 30px;
}

.icon-head span,
.Service-head {
  position: relative;
  padding-bottom: 20px;
}

.Service-head {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "Poppins-medium", sans-serif;
}

.icon-head::after {
  display: none;
}

.icon-head span::after,
.Service-head::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background-color: #1f53a7;
  left: 0px;
  bottom: 0;
  margin: 0;
  right: 0;
}

.career-sec {
  padding: 80px 0 0 0;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 1rem; */
}

.all-team .team-person {
  /* max-width: 50%; */
  max-width: 50%;
  transition: transform 0.2s;
}

.all-team .team-person:hover {
  max-width: 100%;
  /* position: absolute;   */
  transform: none;
}

.all-team {
  margin-bottom: 2rem;
  width: 33.33%;
  text-align: center;
}

.name {
  font-size: 1.2rem;
  color: #1e53a6;
  margin-top: 1rem;
  margin-left: 1.5rem;
}

.designation {
  margin-left: 1.5rem;
  margin-top: -0.5rem;
}

.all-team span {
  font-weight: 900;
  color: #1e53a6;
}

.aadhar-icons {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

/* .about-head {
  height: 80vh;
} */

.about-head-container {
  width: 100%;
}

.quick-links {
  width: auto;
  margin-left: 1.5rem;
  margin-top: 1rem;
  box-shadow: 0 0px 3px rgb(71 69 69 / 50%);
  padding: 20px;
}
.info-table .table-bordered{
	border: 1px solid #dee2e6;
    box-shadow: 0 2px 6px rgba(71, 69, 69, 0.5);
    background: #fff;
}
.info-table .table-bordered th {
    background-color: #1f53a7;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.quick-links li {
  margin-bottom: 0;
}

.quick-links li a {
  color: #1d1e1e;
}

.quick-links li a:hover {
  color: #1e53a6;
}

.quick-links h2 {
  font-size: 30px;
  font-family: "Poppins-medium", sans-serif;
  margin-bottom: 2rem;
  color: #000;
}

.fin-features {
  max-width: 1080px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  margin: 0 auto;
}

.feature-container {
  max-width: 700px;
}

.feature-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
  text-align: center;
}

.photo img {
  max-width: 70%;
}

.feature-container h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
}

.key-features h4 {
  font-size: 1rem;
  line-height: 140%;
}

.fin-benefit {
  max-width: 1080px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  margin: 0 auto;
}

.benefit-container {
  max-width: 1080px;
}

.benefit-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  text-align: center;
}

.benefit-container h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
}

.key-benefits h4 {
  font-size: 1rem;
  font-weight: bold;
}

.fin-links {
  max-width: 16rem;
  padding-left: 4rem;
}

.bank-features {
  max-width: 1080px;
  padding: 2rem 2rem 0rem 2rem;
  padding-bottom: 5rem;
  display: flex;
  margin: 0 auto;
}

/* .bankbc-container {
  max-width: 700px;
  
} */
.bankbc-container {
  max-width: 600px;
}

.bankbc-details {
  display: flex;
  text-align: center;
}

.banksr-features {
  box-shadow: 0 0px 3px rgb(71 69 69 / 50%);
  padding: 20px 15px;
  height: 100%;
  margin: auto;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.banksr-features h4 {
  font-size: 15px;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}

.bankbc-features h4 {
  font-size: 1rem;
  line-height: 140%;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 30px 0;
}

.bankbc-features img {
  width: 100%;
}

.service-offer-row .col-md-4, .e-Mitra-services .col-md-3 {
  margin-bottom: 30px;
}

.banksr-features img {
  max-width: initial;
  width: auto;
  display: flex;
  margin: 10px auto 5px auto;
}

.fin-benefit {
  max-width: 1080px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  margin: 0 auto;
}

.bank-benefit {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.bankbc-ben-container h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.bankbc-ben-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  column-gap: 2rem;
  text-align: center;
}

.bankbc-benefits h4 {
  font-size: 1rem;
  line-height: 140%;
}

/* .fin-links-other {
  max-width: 16rem;
} */

.dmt-container {
  display: flex;
}

.dsc-container {
  display: flex;
}

.pan-container {
  display: flex;
}

.pos-container {
  display: flex;
  align-items: center;
}

.col-7-inner-inside h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

.mob-nav {
  display: none;
}

.mob-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3rem;
}

.mob-link:link,
.mob-link:visited {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  transition: all 0.3s;
}

.mob-link:hover,
.mob-link:active {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
  color: #699df1;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  transition: all 0.3s;
}

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}

.icon-mobile-nav {
  height: 2.5rem;
  width: 2.5rem;
  color: #1e53a6;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}


/*------------------Team Page-------------------*/

.gallery-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.col-5 figure img {
  width: 100%;
}


/*--------------Media Quaries Start Here------------*/

@media (max-width: 2600px) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header img {
    width: 100%;
  }

  .homesec2 .col-5 {
    flex: 0 0 100%;
    max-width: auto;
  }

  .menu-items {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 1.4rem;
  }

  .menu-items li {
    color: #1e53a6;
    padding: 0.7rem 1rem;
    transition: background 0.3s ease-in-out;
  }

  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .translate-hin-eng {
    width: 6rem;
    height: inherit;
  }

  .container-top {
    margin-top: 0;
  }
}

@media (max-width: 1920px) {
  .header {
    max-width: 100%;
    padding-left: 5rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .header img {
    width: 100%;
  }

  .homesec2 .col-5 {
    flex: 0 0 100%;
    max-width: auto;
  }

  .menu-items {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 1rem;
  }

  .menu-items li {
    color: #1e53a6;
    padding: 0.7rem 0.8rem;
    transition: background 0.3s ease-in-out;
  }

  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .translate-hin-eng {
    width: 6rem;
    height: inherit;
  }

  .container-top {
    margin-top: 0;
  }
}

@media (max-width: 1600px) {
  .header {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }

  .header img {
    width: 90%;
  }

  .slider-top {
    height: 60vh;
    width: 100%;
    position: relative;
  }

  .menu-items {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 1rem;
  }

  .homesec2 .col-7 {
    flex: 0 0 100%;
    max-width: 60%;
  }

  .homesec2 .col-5 {
    flex: 0 0 100%;
    max-width: 40%;
  }

  .menu-items li {
    color: #1e53a6;
    padding: 0.7rem 0.6rem;
    transition: background 0.3s ease-in-out;
  }

  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .translate-hin-eng {
    width: 6rem;
    height: inherit;
  }

  .container-top {
    margin-top: 0;
  }
}

@media (max-width: 1350px) {
  .header {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }

  .header img {
    width: 90%;
  }

  .menu-items {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 0.9rem;
  }

  .header-button a {
    color: #fff;
    background-color: #1e53a6;
    padding: 6px 10px;
    font-size: 0.9rem;
  }

  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 0;
  }

  .translate-hin-eng {
    width: 6rem;
    height: inherit;
  }

  .container-top {
    margin-top: 0;
  }

  .slider-top {
    height: inherit;
    width: 100%;
    position: relative;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: 0px;
  }

  .homesec2 .col-7 {
    flex: 0 0 100%;
    max-width: 60%;
  }

  .homesec2 .col-5 {
    flex: 0 0 100%;
    max-width: 40%;
  }

  .menu-items li {
    color: #1e53a6;
    padding: 0.7rem 0.5rem;
    transition: background 0.3s ease-in-out;
  }
}

@media (max-width: 1244px) {
  .header {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 0.5rem;
  }

  .mega-menu .content, .mega-menu .content.media-content {
    /* background: #1e53a6; */
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-content: space-between;
  }
	
  .header img {
    width: 90%;
  }

  .homesec2 .col-7 {
    flex: 0 0 100%;
    max-width: 60%;
  }

  .homesec2 .col-5 {
    flex: 0 0 100%;
    max-width: 40%;
  }

  .about-img {
    width: 100%;
  }

  .menu-items {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 0.8rem;
  }

  .menu-items li {
    color: #1e53a6;
    padding: 0.7rem 0.4rem;
    transition: background 0.3s ease-in-out;
  }

  .header-button {
    margin-left: 0.5rem;
  }
}

@media (max-width: 1130px) {
  .menu-items {
    display: flex;
    width: auto;
    align-items: center;
    margin: 0%;
    font-size: 0.7rem;
  }
}

@media (max-width: 1085px) {
  .header {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .mega-menu .content {
    background: #1e53a6;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-content: space-between;
  }

  .header img {
    width: 80%;
  }

  .homesec2 .col-7 {
    flex: 0 0 100%;
    max-width: 60%;
  }

  .homesec2 .col-5 {
    flex: 0 0 100%;
    max-width: 40%;
  }

  .about-img {
    width: 100%;
  }

  .menu-items {
    display: flex;
    align-items: center;
    margin-top: 0;
    font-size: 0.6rem;
  }

  .menu-items li {
    color: #1e53a6;
    padding: 0.7rem 0.4rem;
    transition: background 0.3s ease-in-out;
  }

  .header-button a {
    color: #fff;
    background-color: #1e53a6;
    padding: 6px 10px;
    font-size: 0.7rem;
  }
}

@media (max-width: 1024px) {
  .mega-menu .content {
    background: #1e53a6;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-content: space-between;
  }

  .header {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
  }

  .header img {
    width: 70%;
  }

  .icon-translate2 img {
    max-width: 100%;
  }

  .menu-items {
    display: flex;
    width: auto;
    align-items: center;
    margin: 0%;
    font-size: 0.6rem;
  }

  .menu-items li {
    color: #1e53a6;
    padding: 0.7rem 0.4rem;
    transition: background 0.3s ease-in-out;
  }

  .header-button {
    margin: 0;
    font-size: 0.8rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
  }

  ul.socail-top li a {
    background: #3269c0;
    width: 20px;
    height: 20px;
    display: flex;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  ul.socail-top li {
    margin-right: 6px;
  }

  .top-bar .col-12 {
    display: flex;
    align-content: center;
    align-items: center;
  }

  ul.socail-top {
    display: flex;
    align-items: center;
    align-content: center;
    border-right: 1px solid #3269c0;
    padding-right: 5px;
    margin-right: 10px;
  }

  .translate a {
    font-size: 12px;
    color: #1e53a6;
    display: inline-block;
    font-family: "Poppins-Medium";
    padding-right: 15px;
    position: relative;
  }

  .translate-hin-eng {
    width: 5.5rem;
    height: inherit;
  }
}

@media (max-width: 940px) {
  .mega-menu .content {
    background: #1e53a6;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    justify-content: space-between;
  }

  .team-members {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
  }

  .header img {
    width: 70%;
  }

  .icon-translate2 img {
    max-width: 100%;
  }

  .menu-items {
    display: flex;
    width: auto;
    align-items: center;
    margin: 0%;
    font-size: 0.6rem;
    justify-content: center;
  }

  .menu-items li {
    color: #1e53a6;
    padding: 0.7rem 0.4rem;
    transition: background 0.3s ease-in-out;
  }

  .header-button {
    margin: 0;
    font-size: 0.8rem;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
  }

  ul.socail-top li a {
    background: #3269c0;
    width: 20px;
    height: 20px;
    display: flex;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 10px;
  }

  ul.socail-top li {
    margin-right: 6px;
  }

  .top-bar .col-12 {
    display: flex;
    align-content: center;
    align-items: center;
  }

  ul.socail-top {
    display: flex;
    align-items: center;
    align-content: center;
    border-right: 1px solid #3269c0;
    padding-right: 5px;
    margin-right: 10px;
  }

  .translate a {
    font-size: 12px;
    color: #1e53a6;
    display: inline-block;
    font-family: "Poppins-Medium";
    padding-right: 15px;
    position: relative;
  }

  .translate-hin-eng {
    width: 5.5rem;
    height: inherit;
  }
}

@media (max-width: 768px) {
		.d-flex.slider{
	width: 300px !important;
	margin: auto
}
	.services-all .aadhar-img-1{
		width: 300px !important;
	}
  ul.aos-init.aos-animate li {
    text-align: left;
    margin: 0px;
    padding: 0.5rem;
  }

  .mega-menu .content {
    display: none;
  }

  .header {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .header img {
    width: 8rem;
  }

  .icon-translate2 img {
    max-width: 100%;
  }

  .menu-items {
    display: none;
  }

  .slider-top {
    /*height: 25vh;*/
    height: auto;
    width: 100%;
    position: relative;
  }

  .gallery-img {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-items li {
    display: none;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
  }

  button:focus {
    outline: none;
  }

  .menu-item {
    display: none;
  }

  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }

  .mob-nav {
    background-color: #1e53a6;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(44, 44, 44);
    transition: all 0.5s ease-in;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav-open .mob-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
    color: #fff;
  }

  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }

  .mob-nav-list {
    flex-direction: column;
    gap: 2rem;
  }

  .about-container-1 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-container-2 {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .bankbc-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bank-features {
    display: inline;
  }

  .bankbc-container {
    max-width: 600px;
    padding: 1rem 2rem;
  }

  .benefit-details {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1rem;
  }

  .benefit-details h4 {
    font-size: .7rem;
  }
}

@media (max-width: 630px) {
  .mob-img img {
    width: 100%;
  }

  .mega-menu .content {
    display: none;
  }

  .header {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .header img {
    width: 7rem;
  }

  .icon-translate2 img {
    max-width: 100%;
  }

  .menu-items {
    display: none;
  }

  .team-members {
    display: grid;
    grid-template-columns: 1fr;
  }

  .team-container {
    max-width: 80rem;
    margin: 0 auto;
    text-align: center;
  }

  .menu-items li {
    display: none;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
  }

  button:focus {
    outline: none;
  }

  .menu-item {
    display: none;
  }

  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }

  .mob-nav {
    background-color: #1e53a6;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(44, 44, 44);
    transition: all 0.5s ease-in;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav-open .mob-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .mob-nav-list {
    flex-direction: column;
    gap: 2rem;
  }

  .homesec2 .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .homesec2 .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    /*height: 340px;*/
    height: auto;
  }



  .homesec2 .container {
    max-width: 1080px;
    text-align: -webkit-center;
    margin: 0px auto;
  }

  .row.animatedParent {
    display: grid;
    margin: 0px auto !important;
    padding: 0px !important;
  }

  iframe {
    width: 100%;
    height: auto;
  }

  .row.animatedParent div {
    margin: 1rem 0px;
  }

  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
  }

  .bankbc-details {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bank-features {
    display: inline;
  }

  .bankbc-container {
    max-width: 600px;
    padding: 1rem 2rem;
  }

  .benefit-details {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1rem;
  }

  .benefit-details h4 {
    font-size: .7rem;
  }

  .fin-links {
    max-width: 16rem;
    padding-left: 0rem;
  }

  .benefit-container h2 {
    margin-left: 2rem;
  }
}

@media (max-width: 550px) {

  .mwNavBar_overlay-content {
    position: relative;
    top: 10%;
    width: 90%;
    text-align: left;
    padding: 55px 0px 0px 35px;
  }

  .team-person-detail p {
    font-size: 11px;
  }

  .bank-features {
    display: inline;
  }

  .name {
    font-size: 0.7rem;
  }

  .mega-menu .content {
    display: none;
  }

  .header {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .header img {
    width: 7.5rem;
  }

  .icon-translate2 img {
    max-width: 100%;
  }

  .menu-items {
    display: none;
  }

  .menu-items li {
    display: none;
  }

  .col .mega-links li,
  .col .mega-links li a {
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
  }

  button:focus {
    outline: none;
  }

  .menu-item {
    display: none;
  }

  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }

  .mob-nav {
    background-color: #1e53a6;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(44, 44, 44);
    transition: all 0.5s ease-in;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .nav-open .mob-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }

  .mob-nav-list {
    flex-direction: column;
    gap: 2rem;
  }

  .header-button {
    display: none;
  }

  .translate-hin-eng {
    display: block;
  }

  ul.socail-top {
    display: flex;
    align-items: center;
    align-content: center;
    border-right: 0px;
    padding-right: 5px;
    margin-right: 10px;
  }

  .bankbc-container {
    max-width: 600px;
    padding: 1rem 2rem;
  }

  .benefit-details {
    grid-template-columns: 1fr 1fr 1fr;
    padding: 1rem;
  }

  .benefit-details h4 {
    font-size: .7rem;
  }
}

/*--------------------*/


.mwNavBar_overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #1e53a6;
  overflow-y: hidden;
  transition: 0.5s;
}

/* .mwNavBar_overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  margin: 20px 0px 0px 20px;
} */
.mwNavBar_overlay-content {
  position: relative;
  top: 10%;
  width: 90%;
  text-align: left;
  /* padding: 55px 0px 0px 35px; */
  padding: 0px;
}


/* .mwNavBar_overlay a {
  padding: 5px 0px 0px 0px;
  text-decoration: none;
  font-size: 24px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
} */
.mwNavBar_overlay a {
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  font-size: 20px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
  font-weight: 400;
}

a.main_menu i {
  position: absolute;
  left: -17px;
  top: 11px;
  font-size: 15px;
}

ul.dropdown-list li a {
  font-size: 17px;
  padding: 3px 60px;
  /* background: #456; */
}

.mwNavBar_overlay a:hover,
.mwNavBar_overlay a:focus {
  border-bottom: 1px#f1f1f1;
}

.mwNavBar_overlay .mwNavBar_closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

span.htmlent {
  position: relative;
  right: 0;
  font-size: 100%;
  font-weight: 900;
  top: 0;
  float: right;
}


.meduBlogBox figure img {
  width: 100%;
  height: auto;
}

.cart-icons li a {
  background: #1e53a6;
  color: #fff;
  border-radius: 10%;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.cart-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
}


.photo {
  position: absolute;

  display: block;
}

.photo img {

  object-fit: cover;

  box-shadow: 10px 15px 25px 0 rgba(0, 0, 0, .2);
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1);
}

.photo .glow-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.photo .glow {
  display: block;
  position: absolute;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, .2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow {
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap {
  margin-top: 0;
}


/* Ends */

.top-bar {
  display: block;
}

section.slider-top.homePageSilderSection {
  width: auto;
  height: 100%;
}

.bg_heading h2 {
  color: #fff;
}

.bg_heading {
  background: #1e53a6;
  padding: 0px 0px;
  margin: 0px;
  text-align: center;
}

.imgsection {
  width: 100%;
  height: auto;
  padding: 7px 2px;
  margin: 0px;
}

.contentsection {
  font-size: 15px;
}

.blog-content p {
  font-size: 15px;
  line-height: 3rem !important;
  font-weight: 400;
}

.sidenav {
  background-color: #1e53a6;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 0;
  z-index: 9999;
}

.sidenavR {
  background-color: #1e53a6;
  height: 100%;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  right: 0;
  top: 0;
  transition: .5s;
  width: 0;
  z-index: 9999;
}

.sidenav a,
.sidenavR a {
  color: #fff;
  display: block;
  font-size: 25px;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: .3s;
}

.sidenav a:hover,
.offcanvas a:focus,
.sidenavR a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn,
.sidenavR .closebtn {
  font-size: 36px;
  margin-left: 50px;
  position: absolute;
  right: 25px;
  top: 0;
}

@media screen and (max-height:450px) {

  .sidenav,
  .sidenavR {
    padding-top: 15px;
  }

  .sidenav a,
  .sidenavR a {
    font-size: 18px;
  }
}


@media screen and (max-height: 450px) {
  .mwNavBar_overlay a {
    font-size: 20px
  }

  .mwNavBar_overlay .mwNavBar_closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*  New */

.gimg-one {
  position: relative;
}

.imgBox {
  transition: .4s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.boxOver:hover .image {
  opacity: 0.3;
  transition: 0.5s ease;
}

.boxOver:hover .imgBox {
  opacity: 1;
  transition: 0.5s ease;
}

.text {
  background-color: #1e53a6;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.imgBox:hover .text {
  color: white !important;
}

#hd_banner_bg {
  background: #9baecd;
}

.albums-text::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background-color: #1f53a7;
  left: 0px;
  bottom: 0;
  margin: auto;
  right: 0;
}

.aadhar-icons .d-flex .flex-item {
  display: flex;
  width: 25%;
  padding: 0 25px;
  text-align: center;
}

.aadhar-icons .d-flex .flex-item h3 {
  font-size: 17px;
  color: #222;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  margin: 25px 0 25px;
  font-weight: 500;
  line-height: 1.7;
}

.aadhar-service-box i {
  font-size: 35px;
  color: #1d59ad;
  border: 2px solid #1d59ad;
  padding: 20px;
  border-radius: 50%;
}

.padd-custom {
  padding: 80px 0;
}
.features-sec{
	padding: 0 15px 50px 15px;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.slide {
  height: 100%;
  width: 100%;
  /* min-height: 590px; */
}

@media(max-width: 767px) {
	.cardlogo-img{
		margin: 15px;
	}
  .col-padding {
    padding: 0px 15px 20px 15px;
  }

  .tearm-sec .f_style {
    font-size: 14px;
  }

  .top-services .main-title::after {
    margin: 0;
  }

  .text {
    width: 100%;
  }

  .aadhar-icons .d-flex .flex-item {
    width: 100%;
    justify-content: center;
  }

  .top-services .main-title {
    text-align: justify;
  }

  .contact-box {
    padding: 20px;
  }

  .aadhar-service-box i {
    font-size: 30px;
    line-height: 24px;
  }

  .aadhar-icons .d-flex .flex-item h3 {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
  }

  .career-form form {
    margin-bottom: 10px;
  }
  .checkout-box {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media(max-width: 992px) and (min-width: 768px) {
	.corporate-row{
		margin: 0 15px;
	}
			.d-flex.slider{
	width: 240px !important;
	margin: auto
}
	.services-all .aadhar-img-1{
		width: 240px !important;
	height: 240px;
    object-fit: contain;
}
  .aadhar-icons .d-flex .flex-item {
    width: 50%;
    justify-content: center;
  }

  .aadhar-icons .d-flex .flex-item h3 {
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }
  .checkout-box {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 2em;
  }
}

@media(max-width: 1299px) and (min-width: 992px) {
	.corporate-row{
		margin: 0 15px;
	}
  .aadhar-icons .d-flex .flex-item h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .checkout-box {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 3em;
  }
}

@media(min-width: 1299px) {
  .w-size100 {
    max-width: 100%;
  }

  .checkout-box {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 5em;
  }
	
}

.f_style {
    line-height: 1.7;
}
.recent-blg {
    background-color: #f3f4f7;
}
	.imgsection figure {
    margin: 0;
}
.row.blog-body img {
    width: 100%;
    min-height: 50px;
    object-fit: cover;
}
.row.latest-blog{
border-bottom: 1px solid #ddd !important;
align-items: center;
}
.row.latest-blog:last-child {
    border-bottom: 0 !important;
}
.row.blog-body .col-12 h2 {
    padding: 15px !important;
    font-size: 24px;
    text-align: left;
}

.block2 {
    margin-bottom: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ddd;
transition: all 0.5s ease;
}
.block2:hover {
    transform: scale(1.06);
}
.block2-txt.p-t-20 a.dis-block {
    color: #575757;
    text-align: center;
    font-weight: 500;
}
.mb-30{
margin-bottom: 30px;
}
.product-btn {
    display: flex;
    background-color: #184d9a;
    padding: 12px;
    justify-content: center;
}
.product-btn a.btn-block {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;

}
ul.header-icons {
    padding-left: 0;
}
.header-icons li:first-child {
    margin-right: 8px;
}
.slideshow-items {
    border: 1px solid #ddd !important;
}
.similer-product-slider .slide-item {
    margin: 0 20px 0 0;
}
.similer-product-slider .slide-item:last-child {
    margin: 0;
}
.help-desk-btn {
    position: fixed;
    z-index: 9;
    top: 60%;
	right: 15px;
}
.help-desk-btn a {
   padding: 10px;
}