
@font-face {
  font-family: "Sunsonfont";
  src: url("font/sunson_light.woff2");
}

body {
  margin: 0;
  width: 100%;
  font-family: "Sunsonfont";
  font-size: 16px;
  font-weight: 400;
}

button {
  font-family: "Sunsonfont";
  font-size: 16px;
}
#solutions {
  font-family: "Sunsonfont" !important;
  font-size: 1rem;
}
#industries {
  font-family: "Sunsonfont" !important;
  font-size: 1rem;
}
#company {
  font-family: "Sunsonfont" !important;
  font-size: 1rem;
  margin-right: 25px;
}
/*  customly added by me */
header {
  /* box-shadow: 4px 0 rgba(0, 0, 0, 0.654); */
  /* box-shadow: ; */
  position: relative;
  /* margin-right: 50px;
    margin-left: 50px; */
}
/* common decorations */
/*=============== hamberger =========== */

/*=============== hamberger =========== */
h3 {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  font-family: "Sunsonfont";
  margin-top: 1.2rem;
}

h1 {
  font-size: 2.1rem;
  font-family: "Sunsonfont";
  margin: 0;
  padding-top: 2rem;
  font-weight: 700;
  
}

h2,
h3,
h4 {
  font-family: "Sunsonfont";
  font-weight: 400;
  margin-top: 1.2rem;
}

.contact {
  font-family: "Sunsonfont";

  text-decoration: none;
  color: black;
  padding: 0 15px;
  font-size: 13px;
  cursor: pointer;
}

.common-Width {
  font-family: "Sunsonfont";
  width: 90%;
  margin: auto;
  max-width: 1350px;
}

/* ************************************* */

/* ============hamburger menu ==================== */
#hamburgerMenu.open hr:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
  transition: all 0.5s ease-in-out;
  height: 2px;
}
#hamburgerMenu.open hr:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);
  transition: all 0.5s ease-in-out;
  height: 2px;
}

#hamburgerMenu.open {
  transition: all ease-in-out 0.4s;
}
/* ============hamburger menu ==================== */

/*========== smaill device details ========== */
.phone-do-row h6{
  font-weight: 700;
  text-align: center;
}
/*=========== smaill device details  ============*/

/* ======tab item add ==== */
.pc-tab > input, .pc-tab section > div {
  display: none;
}
#tab1:checked ~ section .tab1, #tab2:checked ~ section .tab2, #tab3:checked ~ section .tab3, #tab4:checked ~ section .tab4, #tab5:checked ~ section .tab5, #tab6:checked ~ section .tab6  {
  display: block;
}
#tab1:checked ~ nav .tab1, #tab2:checked ~ nav .tab2, #tab3:checked ~ nav .tab3,#tab4:checked ~ nav .tab4, #tab5:checked ~ nav .tab5, #tab6:checked ~ nav .tab6 {
  color: red;
}

.pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-tab ul li label {
  float: left;
  padding: 15px 25px;
  border-bottom: 0;
  color: #444;
  cursor: pointer;
}

.pc-tab ul li label:active {
  background: #fff;
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  clear: both;
}
.pc-tab section div {
  padding: 20px;
  width: 100%;
  border-top: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}

#tab1:checked ~ nav .tab1 label, #tab2:checked ~ nav .tab2 label, #tab3:checked ~ nav .tab3 label, #tab4:checked ~ nav .tab4 label, #tab5:checked ~ nav .tab5 label, #tab6:checked ~ nav .tab6 label  {
  color: #0065ed;
  border-bottom: 2px solid;
}

/* ======tab item add ==== */


/* small monitor navbara design here  */

.extra-layer p {
  margin-right: 44px;
}

.extra-layer {
  display: flex;
  align-items: center;
  /* background-color: yellow; */
}

.cic-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  color: black;
  font-weight: normal;

  padding: 1rem 0.5rem 0.4rem 0.5rem;
  /* box-shadow: 0 2px 10px black; */
}

.cic-dropdown a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
.logo{
  padding-left: 0 !important;
}
.logo img {
  width: 144px !important;
  margin: 0 !important;
}

.company-section img, .company-section button {
  cursor: default !important;
}
/* 
.normal-nav.common-Width a .logo {
  width: 100%;
  height: 8vh;
  margin: 0 !important;
}
.normal-nav.common-Width a {
  padding: 0;
} */
#mobile-searchicon img {
  width: 30px;
  pointer-events: none;
}
#mobile-searchicon {
  cursor: pointer;
  margin-right: 9px;
  border: none;
  background-color: transparent;
}
#mobile-searchicon-inside-searchbar {
  cursor: pointer;
  margin-right: 0px;
  width: 50px;
  border: none;
  background-color: transparent;
}

/*search dropdown on mobile view*/
#mobile-searchSub {
  font-family: Sunsonfont;
  position: absolute;
  left: 1;
  right: 0;
  top: 100%;
  width: 100%;

  text-align: center;
  background-color: white;
  z-index: 2;
  background-color: white;
  transition: padding 450ms;
}

/* custom dropdown row  */

.row-custom {
  display: flex !important;
  justify-content: space-between;
}
.\31 st-row {
  flex-direction: column;
  align-items: start !important;
}

.\32 nd-row {
  flex-direction: column;
  align-items: start !important;
}
#nav-scorelled-sub-section .row-custom {
  align-items: start !important;
}
/*search dropdown on mobile view*/

#mobile-searchSub.active {
  padding: 1.5rem 0.1rem 3rem 0.1rem;
}

.nokia-search {
  border: 1px solid rgb(0, 0, 0);
  width: 92%;
  height: 2.5em;
  margin: auto;
  display: flex;
  justify-content: space-between;
  display: none;
}

input.to-hide {
  width: 85%;
  border: none;
  padding-left: 10px;
}
.mobilesearchbutton {
  width: 85%;
  border: none;
  padding-left: 10px;
}
/*============ active class add here ============ */

.sub-menu buttton p:active {
  background-color: #0065ed;
  color: #fff;
}
/*============ active class add here ============ */
button.to-hide {
  width: 10%;
  border: none;
  background-color: transparent;
}
button.to-hide img {
  width: 52%;
  border: none;
}
@media (max-width: 575.98px) {
  button.to-hide img {
    width: 95%;
  }
  section.leader-md.d-md-block.d-none {
    display: none !important;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  button.to-hide img {
    width: 78%;
  }
}
#mobile-searchSub.active .nokia-search {
  display: flex;
}

.hamburger-menu {
  width: 50px;
  height: 40px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}

hr {
  background-color: black;
  margin: 8px -3px 3px 0px;

  pointer-events: none;
  width: 25px;
  height: 2px;
  border-radius: 5px;
  border: none;
  transition: all 0.5s ease-in-out;
}
/* .hamburger-menu:hover hr {
    width: 13px;

} */
/* 
hr:nth-child(2) {
  width: 100%;
}

hr:nth-child(3) {
  width: 100%;
} */

/*dropdown menus on moible*/
.sub-menus {
  position: absolute;
  background-color: white;
  left: 0;
  width: 100%;
  height: 0;
  top: 100%;
  z-index: 5;
  pointer-events: none;
  transition: height 700ms;
}
/*dropdown menus on moible*/

.cic-dropdown.on .sub-menus {
  height: 19.1em;
  pointer-events: auto;
}

.sub-menus button,
.sub-menus a {
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  transition: opacity 500ms;
}

.cic-dropdown.on .sub-menus button,
.cic-dropdown.on .sub-menus a {
  opacity: 1;
  color: black;
  font-weight: normal;
}
div#footerleft a {
  padding-bottom: 16px;
}

footer a:hover {
  color: #fff;
}
#dynamicfooter{
  
}
/* ******---------------------- */
/* sub menu starts form here  */
.sub-menu {
  font-family: "Sunsonfont";
  width: 100%;
  text-align: start;
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* margin-bottom: 1.5rem; */
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  font-size: 16px;

  position: relative;
}

.mobiledropdownfont {
  font-size: 16px;
  margin-right: 16px;
}
.underline {
  font-size: 16px;
  margin-right: 16px;
}
.underline:hover {
  color: #0065ed;
}

.hidden {
  display: block;
}

.allOption.active .hidden {
  display: none;
}
#solutionsid,
#industrisid,
#productid,
#companyid,
#languageid {
  position: relative;
}
#solutionsid::after,
#industrisid::after,
#productid::after,
#companyid::after,
#languageid::after {
  position: absolute;
  content: "<";
  top: 1px;
  left: -50px;
}

/* #solutionsid {
  position: relative;
}
.hidden {
  display: block;
  transform: rotate(180deg);
  padding: 0 0px 0 10px;
  position: absolute;
  left: 60px;
  bottom: -4px;
} */
.allOption.active .sub-menu {
  text-align: center;
  font-weight: 900;
  font-size: 1.2rem;
  justify-content: center;
}

.options {
  display: none;
}

.allOption.active .options {
  display: flex;
  flex-direction: column;
  top: 100%;
  padding-bottom: 2rem;
}

.options a {
  margin: 0.5rem 0.2rem;
}

.options a:hover {
  color: rgb(58, 58, 190);
}

/* here comes the solution section part  */
.solution-section {
  background-color: white;
}
.solution-section > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.solution-section button {
  border: none;
  border-bottom: 1px solid rgb(234, 234, 234);
  margin-bottom: 1rem;
  background-color: white;

  padding: 5px;
}

.second-sub-menu {
  display: none;
}

.second-sub.activated .second-sub-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  justify-content: flex-start;
}

/* big monitor navbar starts form here  */
/* big monitor navbar starts form here  */
/* big monitor navbar starts form here  */

.normal-nav {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  margin-bottom: 0.5rem;
  margin: auto;
  position: relative;
}

.normal-nav img {
  width: 25px;
}

.normal-nav > img:first-child {
  width: 144px;
}

.normal-nav button,
.normal-nav a {
  background-color: white;
  border: none;
  text-decoration: none;
  color: black;
  font-size: 16px;
  padding-left: 1rem;
}

.big-nav-option:hover {
  color: #0065ed;
  text-decoration: none;
}

.downSign {
  font-size: 0.7rem;

  padding-left: 3px;
  transform: translateY(5%);
  display: inline-block;
  margin-top: -10px !important;
}

.normal-nav button,
img {
  cursor: pointer;
}

.normal-nav div {
  display: flex;
  align-items: center;
}
div#nav-scorelled-section button {
  padding: 16px 0;
}
div#nav-scorelled-sub-section a {
  padding: 16px 0;
}
div#nav-scorelled-sub-section a:hover {
  text-decoration: underline;
}
nav.normal-nav.common-Width button,
nav.normal-nav.common-Width a,
nav.normal-nav.common-Width p {
  margin-left: 7px;
}
.company-section a {
  padding: 16px !important;
}
nav.normal-nav.common-Width img {
  margin-left: 15px;
  margin-right: 15px;
}
.company-section button {
  margin: 0 auto !important;
}
#nav-scorelled-section button:focus,
.custom-menu-mar button:focus {
  text-decoration: underline;
}
/* big nav animation scroll start form here  */

.nav-scorelled-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left !important;
  height: 100%;
  margin-top: 4rem;
}

.nav-scorelled-sub-section {
  border-left: 1.5px solid #c4bdbd;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: start;
  height: 100%;
  padding-left: 2rem;
  margin-top: 4rem;
}
.nav-scorelled-sub-section #search{
  border: none;
}
#searchN {
  width: 100%;
  /* justify-content: space-between !important; */
  padding-right: 0;
  gap: 0rem;
  margin-top: 2rem;
}

#searchN input {
  padding: 0 10px;
  height: 2rem;
  margin-right: 2rem;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

#searchN button {
  background-color: #0065ed;
  padding: 1rem 1rem;
  color: white;
  width: 12rem;
  border-radius: 5px;
  transition: all ease-in-out 0.2s;

  font-weight: 200;
  line-height: 10px;
}

#searchN button:hover {
  background-color: #03478b;
  color: #f7f7f7;
}

.under-development {
  width: 100%;
  height: 100%;
  background-image: url("images/development.jpg");
  background-size: contain;
  display: block !important;
  text-align: center;
  font-size: 2rem;
  color: #61e22a;
}

.under-development h2 {
  text-shadow: 2px 5px 12px black;
}

.scroll-option {
  position: absolute;
  top: 40px;
  background-color: white;
  display: grid !important;
  grid-template-columns: 3fr 8fr;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0 4rem 4rem 4.5rem;
  opacity: 0;
  pointer-events: none;
  transition: top 350ms, opacity 200ms;
}
.scroll-option.down {
  z-index: 11;
}
section.page-section.staff-directory-section {
  padding-bottom: 6rem;
  padding-top: 3rem;
}
section.page-section.staff-directory-section p {
  margin: 0;
}
h3.entry-title {
  margin-bottom: 0;
  font-weight: 600;
}
.scroll-option.down {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 .375rem .875rem 0 rgba(0,0,0,.13),0 .0625rem .25rem 0 rgba(0,0,0,.11)
}
.company-section {
  width: 100%;
  align-items: start !important;
}
.company-section button:hover {
  text-decoration: none !important;
}
.company-section p {
  padding: 0 15px;
}
#nav-scorelled-section div {
  align-items: start;
}
.company-section {
  flex-direction: column;
  margin-left: 15px;
  overflow: hidden;
}

.company-section img {
  width: 100%;
}

.company-section a {
  color: rgb(17, 135, 238);
}
.company-section a:hover {
  color: rgb(17, 135, 238);
  text-decoration: underline;
}

#indSubMenus {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
div#indSubMenus {
  align-items: start;
}
/* all external css comes from this line */
/* for all the divs and elements to have similar padding and width  */

#nav-scorelled-section button:hover {
  text-decoration: underline;
}
/* headers part with dorpdown  */

/* dropdown decorations are all here  */
.dropbtn {
  width: 15px;
  height: 15px;
  background-image: url("images/global.svg");
  border: none;
  margin-right: 20px;
  color: black;
  font-weight: normal;
}

/* ============banner img ============ */
.banner-wrapper img {
  width: 100%;
}
/* designing video banner section  */
.video-banner {
  position: relative;
  /* background-color: yellow; */
  aspect-ratio: 9 / 3;
    height: 100%;
    -webkit-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;

  overflow: hidden;
  /* width: 90%; */
  /* margin-right: 50px;
    margin-left: 50px; */
}


/* video section start  */
video {
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 50%;
}
.video-banner img{
  position: absolute;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 50%;
}
.video-banner video {
  height: 100% !important;
}
.video-banner img {
  height: 100% !important;
}
.video-banner div {
  margin-top: 1.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-banner h1 {
  color: white;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 1%;
  font-family: HelveticaNeue-Bold !important;
  font-weight: bold;
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url("font/HelveticaNeue-Bold.woff2");
}

.vBanner-P {
  font-size: 1.2rem;
  color: white;
  margin-top: 0%;
  /* padding-right: 36%; */
}

.vButton {
  border: none;
  padding: 0.8rem 1.8em;
  font-size: 18px;
  color: white;
  background-color: rgb(0, 123, 194);
  width: 13rem;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.vButton:hover {
  background-color: #03478b;
  color: #f7f7f7;
}

/* second section starts here  */
.second-section {
  text-align: center;
  overflow: hidden;
  width: 1350px;
  margin: 0 auto;
}
.second-section-wrapper{
  margin-bottom: 5rem;
  padding-top: 4rem;
}
.images-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: white;
}

.images-section div {
  background-size: cover;
  /* border: 2px solid blue; */
  width: 100%;
  height: 18rem;
  overflow: hidden;
}

#hover1 {
  background-image: url(../images/Payment\ Method.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#hover2 {
  background-image: url(../images/Assistance\ at\ Store.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#hover3 {
  background-image: url(../images/ATM\ keypad.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#hover4 {
  background-image: url(../images/Public\ Transportation.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#hover5 {
  background-image: url(../images/Escalators.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
#hover6 {
  background-image: url(../images/Paying\ Cash.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.hover:hover .hover-content {
  background-color: rgba(15, 15, 10, 0.315);
}

.hover-text {
  display: none;
}

.hover:hover .hover-text {
  display: block;
}

/* third section with one image banner  */

.third-section {
  background-image: url(../images/container.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  height: 35rem;
}

.third-section div {
  padding: 95px;
}

.third-section a,
.fourth-section a {
  text-decoration: none;
  font-size: 1.3rem;
  color: rgb(46, 108, 223);
}

.single-h1 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
}

/* section 4 decoration starts form here  */
.fourth-section {
  background-color: #f7f7f7;
  height: 27em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 0;
  margin-bottom: 4rem;
}

.fourth-section h2 {
  margin: 2.5rem 0;
}

.fourth-section-content {
  padding-left: 3rem;
}

.workingImgDiv {
  /* width: 100%; */
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.workerImg {
  width: 30rem;
  height: 20rem;
}

.contact-section {
  text-align: center;
  padding-bottom: 10.2rem
}
/* footer design starts here  */

footer {
  background-color: #232F3E;

}
div#footerleft {
  padding-top: 2.2rem;
}
.last-footer {
    background-color: #131A22;
  text-align: center;
  padding-bottom: 2rem;
}

.last-footer,
.first-footer {
  /* padding: 1rem; */
}

.first-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-bottom: 3.2rem;
}

.first-footer div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

footer span {
  color: white;
  font-size: 18px;
  margin-bottom: 1.2rem;
  margin-top: 1rem;
}

footer a {
  text-decoration: none;
  color: white;
  font-size: 16.5px;
}

footer a:hover {
  text-decoration: underline;
}

.social-media {
  flex-direction: row !important;
  justify-content: space-between !important;
}

.social-media a i {
    font-size: 24px;
    margin-right: 1.2rem;

}

.small-social-media {
  display: none;
}

.last-footer > div {
  color: white;
  display: flex;
  justify-content: center;
  padding: 30px 16px;
  align-items: center;
  font-size: 16.5px;
}
.pad {
  padding: 0 20px;
}
section.leader-md.d-md-block.d-none {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .images-section div {
    height: 11rem;
  }

  .third-section {
    height: 22rem;
  }
}

@media screen and (max-width: 991.98px) {
  section.leadership.d-lg-block.d-none {
    display: none !important;
}
section.lead-cus-md.d-md-block.d-none {
  display: block !important;
}
section.lead-cus.d-lg-block.d-none {
  display: none !important;
}
.row.align-items-center.leader-item:after, .leader-item-md::after, .leader-item-md-two::after, .leader-item-md-three::after, .leader-item-md-four::after, .leader-item-two:after, .leader-item-three:after, .leader-item-four:after, .leader-item-s::after, .leader-item-three-s::after, .leader-item-two-s::after, .leader-item-four-s::after {
  content: "";
  position: absolute;
  left: 135px !important;
}
.leader-item-two::after{
  left: 32rem !important;
}
.leader-item-md-two::after{
  left: 32rem !important;
}

.leader-item-three::after{
  left: 36rem;
}

.leader-item-md-three::after{
  left: 36rem;
}
.leader-item-four::after{
  left: 52rem;
}
.leader-item-md-four::after{
  left: 52rem;
}

section.leader-md.d-md-block.d-none {
  display: block !important;
}
}
@media (max-width: 575.98px) {
  section.leader-md.d-md-block.d-none {
    display: none !important;
}
}
/* @media screen and (max-width: 576px) {
  .images-section div {
    height: 100% !important;
  }

} */

@media screen and (min-width: 1000px) {
  .cic-dropdown {
    display: none;
    color: black;
    font-weight: normal;
  }
}

@media screen and (max-width: 1000px) {
  .normal-nav {
    display: none;
  }
  /* header,
  nav {
    max-width: 1350px;
    padding: 0 1.7rem 0 1.2rem;
  } */
}

/* media query  */
@media only screen and (max-width: 900px) {
  /* header,
  nav {
    max-width: 1350px;
    padding: 0 1.2rem;
  } */
  /* .small-nav{
        display: block;
        width: 45px;
    }
    .big-nav{
        display: none;
    }

    .video-banner{
        position: relative;
        border-top: 2px solid red;
        border-bottom: 2px solid red;
    } */

  .fourth-section {
    padding-left: 1rem;
  }

  .fourth-section h5 {
    padding-right: 1rem;
  }
}

/* for mobile and smaller view  */
@media only screen and (max-width: 576.98px) {
  /* .footer{
        margin-left: 30px;
    } */

    .p-banner-text {
      top: 35% !important;
  }
  h2.p-banner-text.text-white {
    font-size: 25.1333px !important;
}
  .cic-dropdown {
    width: 92%;
    margin: 0 auto;
    color: black;
    font-weight: normal;
  }
  .common-Width {
    width: 100%;
  }
  /* #footerleft {
    padding-left: 40px !important;
  } */

  .last-footer > div {
    padding: 0px 0px;
  }
  #video-banner {
    width: 100%;
    margin: 0 !important;
  }

  header,
  nav {
    /* max-width: 1350px; */
    /* padding: 0 .3rem; */
  }

  .video-banner {
    text-align: center;
    width: 100%;
    height: 90vh !important;
    /* margin: 0 auto; */
  }
  .video-banner div {
    height: 20vh;
  }
  .vButton-container {
    align-items: center;
  }

  .images-section {
    grid-template-columns: 1fr;
  }
  .images-section div {
    height: 20rem;
  }
  .hover-text {
    display: block;
  }
  .hover-content {
    background-color: rgba(15, 15, 10, 0.315);
  }
  .hover {
    margin-top: 10px;
  }
  .images-section h3 {
    margin-bottom: 1rem;
    margin-top: 6rem;
  }
  .third-section div {
    text-align: center;
  }

  .third-section-tags {
    padding-top: 10px !important;
  }

  .fourth-section {
    grid-template-columns: 1fr;
    /* gri */
  }

  .fourth-section-content {
    padding: 0;
  }

  .fourth-section {
    padding-left: 0;
    text-align: center;
    height: 100%;
  }

  .fourth-section h5 {
    padding-right: 1rem;
  }

  .workingImgDiv {
    order: -1;
  }

  .first-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
  /* .foot-padding{
        padding-bottom: 100px !important;
      
    } */

  .social-media {
    display: none !important;
  }

  .small-social-media {
    display: flex;
    justify-content: start;
    justify-content: center;
  }

  .small-social-media a i {
    font-size: 35px;
    margin: 0.5rem;
  }

  .last-footer {
    display: block;
    padding-left: -10px;
  }

  .last-footer a {
    padding: 20px 20px;
  }

  .last-footer > div {
    flex-wrap: wrap;
    justify-content: center;
  }

  .d-none {
    display: none;
  }
  .common-Width {
    margin-left: -10 !important;
    padding-left: 0;
  }
  .lastfooterpad {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (min-width: 577px) and (max-width: 991.98px) {
  .images-section {
    grid-template-columns: 1fr 1fr;
  }
  .images-section h3 {
    margin-bottom: 1rem;
  }
}


/*=========== about us page =========== */
.banner{
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.banner-wrapper-cont{
  background-image: url(../images/banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 22vh;
  position: relative;
  overflow: hidden;
}
.banner-wrapper {
  position: absolute;
  top: 30%;
  bottom: 50%;
}
.p-banner-text {
  position: absolute;
  top: 50%;
  bottom: 50%;
  padding-left: 14px;
}
.banner-text h2{
  font-size: 32.1333px !important;
}

.img-cul img {
  width: 100%;
}
/*=========== about us page =========== */


/* ===============leadership page ================= */

/* ===============leadership page ================= */