@font-face {
  font-family: extrabolditalic;
  src: url("../fonts/Gilroy-ExtraBoldItalic.ttf") format("opentype");
}
@font-face {
  font-family: bolds;
  src: url("../fonts/Gilroy-Bold.ttf") format("opentype");
}
@font-face {
  font-family: semibold;
  src: url("../fonts/Gilroy-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: mediums;
  src: url("../fonts/Gilroy-Medium.ttf") format("opentype");
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: mediums !important;
  background-color: #fff;
}

.smallHead {
  font-size: 14px;
  color: #5a5a5a;
}

p {
  font-size: 18px;
}

.mainHead span {
  color: #e4c304 !important;
}
.mainHead {
  font-size: 54px;
  font-family: bolds;
  padding: 0.3em 0em 0.6em;
  margin-bottom: 0;
}

img {
  width: 100%;
}

.container-fluid {
  padding: 0 3em !important;
}

.navbar {
  background-color: #fff;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar .nav-link {
  padding: 0.6em 1.5em !important;
  font-weight: 600;
  font-family: semibold !important;
  transform: skewX(20deg);
  display: inline-block;
  font-size: 18px;
}

.navbar-brand {
  margin: 0 !important;
  width: 12%;
}

.navbar-nav {
  border: 1px dashed #c5c5c5;
  transform: skewX(-20deg);
  border-radius: 10px;
  padding: 0em 2em !important;
}

.contact {
  width: 12%;
  justify-content: end;
}

.contact .btn span {
  color: #fff !important;
  transform: skewX(20deg);
  display: inline-block;
}
.contact .btn {
  background-color: #16509d !important;
  border-radius: 10px !important;
  padding: 0.375rem 1.75rem !important;
  transform: skewX(-20deg);
}

.mainBtn1 span {
  color: #fff !important;
  transform: skewX(20deg);
  display: inline-block;
}
.mainBtn1 {
  background-color: #16509d !important;
  border-radius: 10px !important;
  padding: 0.375rem 1.75rem !important;
  transform: skewX(-20deg);
}
.mainBtn2 span {
  color: #16509d !important;
  transform: skewX(20deg);
  display: inline-block;
}
.mainBtn2 {
  background-color: #e5f0ff !important;
  border-radius: 10px !important;
  padding: 0.375rem 1.75rem !important;
  transform: skewX(-20deg);
}

.mainBtn span {
  color: #fff !important;
  transform: skewX(20deg);
  display: inline-block;
}

.mainBtn {
  border-radius: 10px !important;
  padding: 0.375rem 1.75rem !important;
  transform: skewX(-20deg);
  border: 1px solid #fff !important;
}

.btn-outline-success {
  color: #16509d;
  border-color: #16509d;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #16509d !important;
}

.bannerSection {
  background-image: url(../img/bgbanner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh; */
}

.banner {
  position: relative;
  padding: 12em 0;
}

.bannerContent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 65%;
}

.bannerContent h1 {
  font-family: extrabolditalic;
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
}
.bannerContent h1 .text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 0.012em;
}
.bannerContent h1 span {
  color: #e4c304;
}
.bannerContent p {
  color: #fff;
  margin: 1em 0 !important;
}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 4em 0;
  border-top: 1px dashed #c5c5c5;
  border-bottom: 1px dashed #c5c5c5;
}

.logos img {
  padding: 1em 2em;
}

.solutionContent {
  text-align: center;
}

.solutionImg {
  margin-top: 2em;
}

.featurehead {
  text-align: center;
}

.featurecard img {
  width: 20%;
}

.featurecard {
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
  transform: skewX(-20deg);
  padding: 1em;
  margin: 0.7em 0;
}

.featurecard img {
  transform: skewX(20deg);
}

.featurecard h4 {
  transform: skewX(20deg);
  margin-bottom: 0;
  font-size: 16px;
  font-family: semibold;
  color: #5a5a5a;
  padding-top: 0.5em;
}
.spacing {
  padding: 4em 0;
}

.featureSection {
  position: relative;
}

.featurevector {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
}

.productSection .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000 !important;
  background-color: #fffade !important;
  border: 1px solid #e4c304;
  border-radius: 20px !important;
}

.productSection .nav-link {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #e4c304 !important;
  border-radius: 20px !important;
}

.productSection .nav-item {
  padding-right: 0.5em !important;
}

.productSection .tab-content {
  padding: 2em 0;
}

.product-content h3 {
  font-family: bolds;
}

.product-content {
  padding-right: 6em;
}

.product-content p {
  margin: 2em 0;
}

.productSection {
  position: relative;
  padding: 2em 0;
}

.productvector {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  z-index: -2;
}

.switches {
  background-color: #16509d;
  padding: 3em;
  border-radius: 20px;
}

.switche-content p {
  color: #fff;
}

.switche-content span {
  color: #fff;
}

.switche-content h2 {
  color: #fff;
}

.switchaccor .collapsed h1 {
  margin-bottom: 0;
  color: #fff !important;
  font-family: bolds;
}
.switchaccor h1 {
  color: #e4c304 !important;
  margin-bottom: 0;
  font-family: bolds;
}
.accHead h5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  padding-top: 0.4em;
}
.switchaccor .accordion-button:not(.collapsed) {
  background-color: #2d62a7 !important;
  box-shadow: none !important;
}
.switchaccor .accordion-item {
  border: none !important;
  margin-bottom: 2em !important;
  background-color: #2d62a7 !important;
  border-radius: 20px !important;
}

.switchaccor .accordion-button {
  background-color: #2d62a7 !important;
  border-radius: 20px !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/downarrow.svg) !important;
}

.accordion-button::after {
  background-image: url(../img/downarrow.svg) !important;
}

.switchaccor .accordion-body p {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.switchvector {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  z-index: 2;
}

.switchsection {
  position: relative;
}

.switche-content {
  padding-bottom: 1em;
}

.galleryContent {
  text-align: center;
}

.galleryBg {
  width: 100%;
  height: 18em;
  background: url(../img/gallerybg.png) repeat-x;
  position: relative;
  background-size: cover;
  -webkit-animation-name: scrolling-images;
  -webkit-animation-duration: 40s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
}

@keyframes scrolling-images {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2284px 0;
  }
}

.footercontent img {
  width: 70%;
}

.quicklinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}

.footercontent p {
  padding-top: 1em;
  margin: 0;
  color: #5a5a5a;
}

.quicklinks li {
  padding: 0.7em 0 1em;
  color: #202020;
}

.detail {
  display: flex;
  justify-content: flex-start;
}

.detail p {
  font-size: 16px;
  margin: 0;
}
.detail {
  padding-top: 1em;
}
.datap {
  padding-left: 0.4em;
}

.sisterLink p {
  font-size: 16px;
  margin-bottom: 0.2em;
}

.sisterLink a {
  color: #000;
  border-bottom: #000;
}

.socailicon {
  display: flex;
  /* justify-content: space-between; */
  padding-top: 1em;
}

.socailicon .sicon {
  padding-right: 1em;
}

.socailicon svg {
  width: 2.5em;
}

.footer {
  padding: 2em;
}

.footerSection {
  background-color: #f5f5f5;
}

.copyrightContent {
  display: flex;
  justify-content: space-between;
  margin: 0em 2em;
  border-top: 1px solid #ccc;
  padding: 1em 0;
}

.privacies {
  display: flex;
  justify-content: space-between;
}

.privacy {
  padding-left: 1em;
}

.privacies p {
  margin: 0;
}

.privacies a {
  text-decoration: none;
  color: #5a5a5a;
}

.quicklinks a {
  text-decoration: none;
  color: #202020;
}

.copyrightContent p {
  margin: 0;
  color: #5a5a5a;
}

.footer h4 {
  color: #16509d;
  font-family: bolds;
}

.bannerother {
  position: relative;
}

.othercontent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.othercontent span {
  color: #fff;
}

.bannerother .mainHead {
  padding: 0.3em 0em !important;
}

.whosection {
  position: relative;
}

.revolutevector {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  width: 50%;
}

.missioncard img {
  width: 20%;
  margin: auto;
  padding-bottom: 0.5em;
}

.missioncard {
  text-align: center;
}

.missioncard h4 {
  font-family: bolds;
  margin: 0;
  padding: 1em 0;
  position: relative;
  text-transform: uppercase;
}

.missioncard h4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #e4c304;
  width: 3.5em;
  height: 2px;
  transform: translate(-50%, 0px);
}

.missionContent {
  background-image: url(../img/mapbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
}

.missionImg img {
  width: 80%;
}

.missionImg {
  text-align: center;
}

.missionsection {
  position: relative;
}

.missionvector {
  z-index: -2;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}

.managmentcard {
  text-align: center;
}

.managmenthead {
  text-align: center;
  padding-bottom: 2em;
}

.managment {
  margin-bottom: 4em;
}

.managmenthead p {
  padding: 0em 6em;
}

.manageContent h4 {
  font-family: bolds;
  margin-bottom: 0;
}

.manageContent span {
  color: #5a5a5a;
}

.manageContent {
  padding-top: 0.5em;
}

.serviceSection {
  background-image: url(../img/serviceBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service {
  text-align: center;
  color: #fff;
  padding: 2em 0;
}

.service h4 {
  margin-bottom: 0;
  font-size: 32px;
  font-family: bolds;
}

.serviceHead {
  color: #e4c304;
}

.service p {
  margin: 0;
  padding-top: 1em;
}

.servicelogo .logos {
  border: none;
  margin: 3em 0;
}

.solutionSection {
  /* background-color: #e1eff6; */
  padding: 0em 0 1em;
}
.solutionSections {
  background-color: #e1eff6;
}

.solutionSection .mainHead {
  padding: 0.3em 0;
}

.solutionCounter h2 {
  font-size: 54px;
  font-family: bolds;
}
.solutionCounter p {
  margin: 0;
  color: #5a5a5a;
}

.solution p {
  margin: 0;
  color: #5a5a5a;
}

.solutionCard {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
  margin: 2em 0;
}

.solutionCard h4 {
  color: #16509d;
  font-family: bolds;
  position: relative;
}

.solutionCard img {
  padding-top: 3em;
}

.solutionCard p {
  margin: 0;
  padding: 1em 0;
}

.solutionCard h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #e5f0ff;
  width: 3em;
  height: 3px;
  transform: translate(0%, 1em);
}

.solutionCards {
  padding-top: 2em;
}

.pdetails p {
  padding: 2em 0 0;
  margin: 0;
}

.pdetails h2 {
  font-family: bolds;
  position: relative;
}

.pdetails h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50%;
  background-color: #e4c304;
  width: 2em;
  height: 3px;
}

.producttab .nav-pills {
  border-bottom: 1px solid #ccc;
}

.producttab .nav-link {
  padding: 0.5em 0 !important;
  margin-right: 4em;
  color: #848484;
  font-family: semibold;
}
.producttab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #fff;
  color: #202020;
  font-family: semibold;
  position: relative;
}

.producttab .nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  background-color: #16509d;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
}

.producttab .nav-pills .nav-link:hover {
  color: #848484;
}

.producttab .nav-pills .nav-link.active {
  color: #000;
}

.producttab .tab-content {
  padding: 1.5em 0;
}

.ptabcontent p {
  padding-top: 1em;
  margin: 0;
}

.producttabsection {
  padding-bottom: 2em;
}

.serviceHeads {
  text-align: center;
}

.serviceImgContent img {
  padding-top: 4em;
}

/* flip card css  */
.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* padding: 35px 15px; */
  width: 100%;
  position: relative;
  top: -12em;
}

@media screen and (min-width: 1380px) {
  .box-container {
    flex-direction: row;
  }
}

.box-item {
  position: relative;
  /* -webkit-backface-visibility: hidden; */
  width: 100%;
  /* margin-bottom: 35px; */
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  min-height: 220px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box h2 {
  font-family: bolds;
  font-size: 26px;
  padding-top: 0.5em;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0;
}

.flip-box-img {
  margin-top: 25px;
}

/* flip card css end */

.serviceImgContent {
  background-image: url(../img/servicemainbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0 22em;
  margin-top: 10em;
}

.servicesSection {
  padding-top: 4em;
}

.projectHead span {
  font-size: 14px !important;
  color: #5a5a5a;
}

.projectHead h2 {
  font-size: 34px !important;
  font-family: bolds !important;
  padding: 0.3em 0em 0.6em !important;
  margin-bottom: 0 !important;
}

.projectHead h2 span {
  color: #e4c304 !important;
  font-size: 34px !important;
}

.contactHead {
  text-align: center !important;
}

.contactHead h2 {
  font-size: 34px !important;
  font-family: bolds !important;
  padding: 0.3em 0em 0.6em !important;
  margin-bottom: 0 !important;
}
.contactHead h3 {
  font-size: 30px !important;
  font-family: bolds !important;
  margin-bottom: 0 !important;
}

.contactHead h2 span {
  color: #e4c304 !important;
  font-size: 34px !important;
}

.projectHead {
  padding: 0em 2em;
}

.projectContent {
  padding-left: 2em;
}

.projects {
  padding: 2em 0;
  position: relative;
}

.projectVleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  z-index: -2;
  height: 75%;
}
.projectVright {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  z-index: -2;
  height: 75%;
}

.projectTextRight {
  text-align: right !important;
}

.paddright {
  padding-left: 0em !important;
  padding-right: 2em !important;
  text-align: right !important;
}

/* .conD{
  display: flex;
  justify-content: space-between;
} */

.conD svg {
  /* width: 20%; */
}

/* .contactDetail {
  background-image: url(../img/contactBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em 1.5em 8em;
  position: relative;
} */

.contactDetail {
  color: #fff;
}

.contactContent p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

.contactContent {
  padding: 1.5em 0 1em;
}

.contactDetail h4 {
  font-family: semibold;
  position: relative;
  color: #000;
}
.contactDetail h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7em;
  width: 2em;
  height: 4px;
  background-color: #16509d;
}

.conD {
  padding-bottom: 1.5em;
}

.contactForm .form-control {
  padding: 0.8em 0.75rem;
  background-color: #f5f5f5 !important;
  border-radius: 0;
}
.contactForm .form-select {
  padding: 0.8em 0.75rem;
  background-color: #f5f5f5 !important;
  border-radius: 0;
  color: #82757d !important;
}

.contactForm form {
  margin-top: 4em;
}

.contactForm h4 {
  font-family: bolds;
  position: relative;
}
.contactForm h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1em;
  width: 2em;
  height: 4px;
  background-color: #16509d;
}

.contactForm {
  padding: 2em 2em 2em;
  position: relative;
}

.contactForm::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.contatcs{
  margin-bottom: 1em;
}

.contactSection {
  padding: 4em 0em 8em;
  position: relative;
}

.cutvector {
  position: absolute;
  left: -6%;
  top: -1px;
  width: 2em;
  transform: rotate(2deg);
}

.mapsection {
  margin-bottom: 4em;
}

.map iframe {
  border-radius: 20px;
}

/* snakbar  */
.error {
  color: red !important;
}

/* snack Bar Css */

/* Snake Bar Start Here  */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 21;
  left: 83%;
  top: 80px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.6s 2.5s;
  animation: fadein 0.5s, fadeout 0.6s 2.5s;
  background-color: #2da5da !important;
  color: #fff !important;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 80px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 80px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 80px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 80px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}
/* snakbar  */

.tab-img img {
  height: 22em;
  object-fit: contain;
}

.logohead {
  text-align: center;
}

.logohead p {
  padding: 2em 0 0;
  margin: 0;
}

.logohead h2 {
  font-family: bolds;
  position: relative;
}

.logohead h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translate(-50%, -50%);
  background-color: #e4c304;
  width: 2em;
  height: 3px;
}

.plogo {
  margin: 0.8em 0;
}

.productlogos {
  padding-top: 1em;
}

.dlogosection {
  padding-bottom: 4em;
}

.datap a {
  text-decoration: none;
  color: #000;
}
.datap a:hover {
  color: #16509d;
}

.contactVector {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  z-index: -2;
}
