@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900;1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

:root {
  --primary: #192771;
  --secondary: #34AD54;
  --light: #EEF9FF;
  --dark: #091E3E;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #000
}

p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  font-size: 14px;
}

a {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

:root {
  scrollbar-face-color: rgb(210, 210, 210);
  scrollbar-track-color: rgb(46, 54, 69);
  scrollbar-color: #fb9304 rgb(25 39 113);
  scrollbar-width: thin;
}

/* updated css on 08-08-25 */

/* filter */
.filter-bar {
  background-color: #ededed;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 2rem;
  justify-content: flex-start;
  border-radius: 7px;
}

.filter-label {
  background-color: #f39c12;
  color: #000;
  padding: 32px 40px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  border-radius: 7px 0 0 7px;
}

.filter-label::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 10px solid #f39c12;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.filter-select {
  border-radius: 0;
}

.filter-btn {
  background-color: #f39c12;
  color: #000;
  border: none;
  border-radius: 0 7px 7px 0;
  padding: .7rem 1.2rem;
}

.filter-btn:hover {
  background-color: #d6860f;
  color: #fff;
}

.filter-bar .form-select:focus {
  box-shadow: none;

}

.filter-bar .form-select {
  display: block;
  width: 100%;
  padding: .8rem 2.25rem .7rem .75rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6B6A75;
  background-color: #fff;
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); */
  background-image: none;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  appearance: none;
  max-width: 61%;
  /* margin: 0 auto; */
  margin-left: 3rem;
}

/* filter */

/* pagination  */
.navigation nav {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.navigation nav ul li {
  padding: 0 10px;

}

.custom-pagination .page-link {
  border: none;
  color: #000;
  background-color: transparent;
  border-radius: 7px;
  padding: 6px 14px;
}

.custom-pagination .page-item.active .page-link {
  /* background-color: #fd9405; */
  color: #000;
  /* box-shadow: 0 0 10px rgba(26, 115, 232, 0.4); */
  border: 1px solid #fd9405;
  background: transparent;
}

.custom-pagination .page-link:hover {
  background-color: #e9ecef;
  color: #000;
}

.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
  background-color: #fd9405;
  color: white;
  border-radius: 7px;
  /* padding: 6px 10px; */
}

.custom-pagination {
  /* background-color: #f1f3f4; */
  border-radius: 50px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
}

.page-link:focus {
  box-shadow: none;
}

/* pagination  */
.mining_policy .fa,
.fas {
  font-weight: 300;
  color: #d10000;
  font-size: 1.3rem;
}

.mining_policy hr {
  margin: .3rem 0 .5rem;
  opacity: .25;
  width: 75%;
}

.mining_policy table td {
  color: #000000;
  padding: 7px 18px;
  vertical-align: middle;
}

.mining_policy table th {
  color: #fff;
  padding: 7px 18px;
}

.mining_policy table td span {
  font-size: 12px;
}

.mining_policy .blog-item .blog-img img {
  transition: .5s;
  object-fit: cover;
  height: 220px;
  width: 100%;
}

.mining_policy .card-content {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 2rem;
  min-height: 166px;
}

.mining_policy a {
  color: #000;
}

.mining_policy .disc>p {
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
  color: #383838;
  margin: 0px;
  font-weight: 600 !important;
  line-height: 22px;
}

/* updated css on 08-08-25 */

/*Custom scrollbar*/
#style-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #212121;
  border-radius: 0vh;
}

#style-scroll::-webkit-scrollbar-thumb {
  background-color: #192771;
  border-radius: 0vh;
}

#style-scroll::-moz-scrollbar-track {
  width: 5px;
  background-color: #212121;
  border-radius: 0vh;
}

/*Custom scrollbar*/




[tooltip] {
  position: relative;
  cursor: pointer;
}

[tooltip]:before,
[tooltip]:after {
  position: absolute;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

[tooltip]:before {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #2c2b2b;
  transform: translate(-50%, calc(-100% - 17px));
}

[tooltip]:after {
  content: attr(tooltip);
  background: #2c2b2b;
  padding: 5px 14px;
  border-radius: 2px;
  color: #F9F9F9;
  font-size: 10px;
  line-height: normal;
  white-space: nowrap;
  transform: translate(-50%, calc(-100% - 24px));
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
}

[tooltip]:hover:before {
  transform: translate(-50%, calc(-100% - 60px));
}

[tooltip]:hover:after {
  transform: translate(-50%, calc(-100% - 63px));
}





.manual-btn {
  position: fixed;
  top: 55%;
  left: 0px;
  z-index: 9;
  transform: rotate(270deg);
}

.manual-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fb9f21;
  cursor: pointer;
  font-size: 15px;
  color: #000000;
  padding: 5px 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  font-weight: 600;
  left: 0px;
  white-space: nowrap;
  top: 0px;
  border-radius: 0px 0px 20px 20px;
  line-height: normal;
  transition: 0.5s ease;
}

.manual-btn .icon:hover {
  padding-top: 8px;
}

.manual-btn .icon span {
  position: absolute;
  bottom: -30px;
  background-color: #fb9f21;
  width: 35px;
  height: 50px;
  border-radius: 0px 50px 50px 0px;
  line-height: normal;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transform: rotate(90deg);
  font-size: 18px;
}


.content-manual {
  background-color: #eee;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}

.content-manual .card {
    width: 100%;
    height: 250px;
    background-color: #ffffff;
    margin: 10px 0px;
    border-radius: 10px; 
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
}

.content-manual .icon {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  background: linear-gradient(90deg, #fd9405 0%, #f25012 40%, rgb(255 255 255) 60%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
  font-size: 35px;
  border: 1px solid #fb8807;
}

.content-manual .card .title {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 30px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.content-manual .card .text {
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    color: #000000;
    transition: all 0.3s ease;
    background-color: transparent;
    border: 1px solid #6c6c6c;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 100px;
}
.content-manual h3 {
  font-size: 20px;
  /* text-transform: uppercase; */
  font-weight: 600;
  padding: 0px 10px;
  border-left: 3px solid #f25012;
  display: inline-block;
  margin-bottom: 15px;
}


.content-manual .card:hover .text {
  border: 1px solid #fb8807;
  background-color: #fb8807;
  color: #fff;
}
.content-manual .card:hover .icon {
    background-position: -120px;
    transition: all 0.3s ease; 
}

.content-manual .card:hover .icon i {
  background: linear-gradient(90deg, #fd9405, #f25012);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}




.form-label {
  margin-bottom: .5rem;
  font-size: 14px;
}

.form-control {
  padding: 10px;
}

.act-pdf-icon2 {
  height: 60px;
}

.cqw_logo {
  position: absolute;
  right: -90px;
  top: 20px;
  width: 100px;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
}

.mountain-banner {
  width: 100%;
  position: absolute;
  z-index: 2;
  /* height: 40vh; */
  left: 0pc;
  top: 0px;
}

.overlay-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
  background: linear-gradient(
    270deg,
    rgba(226, 224, 211, 0) 0%,
    rgba(0, 0, 0, 0.8687850140056023) 100%
  );
*/
}

.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 250.625em;
  height: 23.8em;
  background: url(../img/cloud-overlay.png) 0 100% repeat-x;
  -webkit-animation: cloudLoop 80s linear infinite;
  animation: cloudLoop 80s linear infinite;
  z-index: 2;
  pointer-events: none;
  height: 22.75em;
}

@-webkit-keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes cloudLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.screen-list {
  font-size: 14px;
  color: #333;
}


.carousel-arrow-btn {
  position: relative;
  width: 0%;
  margin: auto;
  top: 57px;
}

.news_box {
  background: #f2f3f7;
  padding: 30px 40px;
  border-radius: 10px;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}

.ticker {
  overflow: auto;
  position: relative;
  border: none;
  height: 342px;
  padding: 0px;
  margin: 0px;
}

.ticker li {
  display: flex;
  font-size: 13px;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0px;
}

.ticker li aside {
  background: #ef8a00;
  padding: 5px;
  width: 60px;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px;
  line-height: normal;
  height: 100%;
}

.ticker li aside h2 {
  color: #fff;
  font-weight: 600;
  margin: 0px;
  font-size: 20px;
}

.ticker li aside span {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}

.ticker li article {
  width: 80%;
}

.ticker li article a {
  color: #000000;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticker li article a:hover {
  text-decoration: underline
}

.ticker li article span {
  font-size: 12px;
  color: #707070;
}

.newsmore {
  background: #f2f3f7;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 0px;
}

.news-more-btn {
  display: block;
  text-align: center;
  float: none;
  color: #000000;
  font-weight: 600;
  margin: auto;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 16px;
  padding-bottom: 0px;
}

.news-more-btn:hover {
  color: #76a90c;
}

.pull-right-play {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
}

.center-title {
  font-size: 28px;
  margin-bottom: 1rem;
  display: inline-block;
  font-weight: 600;
}

.ecommerce-grid {
  background: url(../img/CommercePlatformBG.png) repeat-x center bottom;
  background-size: 50%;
  padding-top: 5.5rem;
  /* padding-bottom: 10rem; */
  background: #fff5e8;
}

.mine__solutions {
  padding: 6rem 0;
  padding-top: 10rem;
}

.mine__solutions .__device {
  position: relative;
}

.mine__solutions .__device .product {
  position: absolute;
  height: auto;
  top: -5.75rem;
  z-index: 5;
  right: 0rem;
}

.mine__solutions .__device .product {
  right: 0rem;
}

.mine__solutions .__device .product .__screen {
  height: 420px;
  width: 630px;
  position: relative;
  z-index: 5;
  right: 0rem;
  bottom: 20px;
}

.mine__solutions .card {
  border-radius: 1rem;
  border-width: 0;
  padding: 3rem;
  background-color: var(--prime-light2);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.mine__solutions .card::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 1;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.950017507) 19%, rgba(0, 0, 0, 0.7483368347) 47%, rgba(0, 0, 0, 0) 85%);
}

.mine__solutions .card .card-body {
  position: relative;
  z-index: 3;
  width: 50%;
}

.mine__solutions .card-img-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.mine__solutions .card-title {
  color: #fff;
  font-weight: 600;
  font-size: 33px;
  padding-bottom: 1rem;
}

.mine__solutions .card-text {
  color: #fff;
  font-size: 15px;
  line-height: normal;
  font-weight: 300;
}

.bg-primary {
  background-color: #192771 !important;
}

.card-content {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 2rem;
}

.disc {
  box-sizing: border-box;
  padding: 5px 0px;
  width: 100%;
}

.disc>p {
  padding-top: 0px;
  font-size: 13px;
  font-weight: normal;
  color: #383838;
  margin: 0px;
  font-weight: 500;
  line-height: 22px;
}

.readmore_btn {
  width: 150px;
  background: transparent;
  border: 1px solid #192771;
  outline: 0;
  transition: all .25s;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding: 6px 20px;
  border-radius: 100px;
  margin-top: 1rem;
  display: inline-block;
  text-align: center;
  line-height: 18px;
}

.readmore_btn:hover {
  background: #192771;
  color: #FFFF;
  border: 1px solid #192771;
}

.skyHolder {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sky {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 1000vw;
  background-image: url("../img/components-bg.jpg");
}

.sky:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(rgb(139 66 0 / 44%), rgb(40 34 28 / 82%));
}

.breadcrumb-grid {
  position: relative;
  text-align: center;
  padding: 0px 5%;
  padding-top: 11rem;
  padding-bottom: 1rem;
}

.breadcrumb-grid .header_title {
  font-size: 30px;
  text-align: left;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
  text-shadow: 2px 2px 2px #724200;
}

.breadcrumb {
  color: #fff;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  text-align: center;
  padding: 0px;
  justify-content: right;
  position: relative;
  margin-top: 10px;
}

.breadcrumb>li {
  font-size: 14px;
}

.breadcrumb>li>a {
  color: #ffffff;
  font-weight: 500;
}

.breadcrumb>.active {
  color: #fb9304;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.footer-grid {
  background: #F8E0B0 url(../img/footer-bg.png) no-repeat center bottom;
  background-size: contain;
}

.modal-fullscreen .modal-content {
  background: #eef1ff;
  height: auto;
  width: 90%;
  margin: auto;
  padding-bottom: 3rem;
  border-radius: 10px;
  box-shadow: 0px 10px 10px rgb(165 165 165 / 43%);
  margin-bottom: 2rem;
}

.fullscreen-mega {
  margin-top: 5.0rem;
}

.vertical-centered-box {
  position: relative;
}

.vertical-centered-box:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.vertical-centered-box .content img {
  height: 68px;
  position: relative;
  top: 5px;
}

.vertical-centered-box span {
  position: absolute;
  font-size: 9px;
  color: #fff;
  bottom: 3px;
  letter-spacing: 0.5px;
  font-weight: 200;
  left: 1px;
}

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /*    box-shadow: inset 0 0 0 1px rgb(66 40 38);*/
  margin-left: -60px;
  margin-top: -60px;
}

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -60px;
  margin-top: -70px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #ffffff, rgb(255 255 255 / 0%));
  animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgb(255 255 255);
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fd9405;
}

#particles-background,
#particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
  background: #2c2d44;
  background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mcs-grid {
  /* background: url(../img/small-up-map.png) no-repeat center top; */
  /* background-position-x: 72%; */
  /* background-position-y: 26%; */
  /* background-size: 27%; */
}

.modal-backdrop.show {
  opacity: 0;
}

.modal {
  height: auto;
}

.official-desktop {
  font-size: 12px;
}

.benefits-title {
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.zoominheader {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 30s ease-in infinite;
  animation: zoomin 30s ease-in infinite;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
  -webkit-animation: zoomout 30s ease-in infinite;
  animation: zoomout 30s ease-in infinite;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom in Keyframes */
/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

/*End of Zoom out Keyframes */
.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.tw-est-section-block3 {
  height: 580px;
  position: relative;
  z-index: 1;
  border: 15px solid transparent;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: 0.5s all ease;
}

.tw-est-section-block3 .tw-est-section-block-content {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  transform: translate3d(0%, 0, 0);
  transition: opacity 0.35s, transform 0.8s;
}

.tw-est-section-block3 .tw-est-section-block-content p {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

.tw-est-section-block3 .tw-est-section-block-content .tw-est-section-number {
  font-weight: 700;
  width: 200px;
  display: block;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  margin-bottom: 2rem;
  border: 2px solid #fff;
}

.tw-est-section-block3 .tw-est-section-block-content .tw-est-section-number img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.tw-est-section-block3 .tw-est-section-block-content .tw-title {
  color: #fff;
  background-color: #fff;
  height: 80px;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.tw-est-section-block3 .tw-est-section-block-content .tw-title img {
  width: 100%;
  object-fit: contain;
  height: 50px;
}

.bg-light {
  background-color: #edf0ff !important;
}

.site-button-2-outline {
  border: 2px solid #fff;
  padding: 13px 16px;
  display: inline-block;
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.site-button-2-outline i {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  display: block;
  position: relative;
  padding-left: 18px;
}

.site-button-2-outline i:before {
  font-size: 14px;
  line-height: 32px;
  position: relative;
  top: 1px;
}

.site-button-2-outline i:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}

.tw-est-section-block3:hover {
  border: 15px solid rgba(255, 255, 255, 0.5);
  background-color: #fff;
}

.tw-est-section-block3:hover .tw-est-section-block-content {
  transform: translate3d(0%, -60px, 0);
  color: #ff8a00;
}

.tw-est-section-block3:hover .tw-est-section-block-content .tw-title {
  color: #0b2f44;
}

.tw-est-section-block3:hover .tw-est-section-block-content p {
  color: #0b2f44;
}

.tw-est-section-block3:hover .tw-est-section-block-content .site-button-2-outline {
  border: 2px solid #ff8a00;
}

.tw-est-section-block3:hover .tw-est-section-block-content .site-button-2-outline i {
  color: #ff8a00;
}

.tw-est-section-block3:hover .tw-est-section-block-content .site-button-2-outline i:after {
  background-color: #ff8a00;
}

.mobile-app {
  background-color: #f5f5f5;
  background-image: url("../img/mobile-app-bg.png");
  background-repeat: repeat;
  background-size: contain;
}

.help-bgbox {
  display: inline-block;
  padding: 0px;
  text-align: center;
  margin-top: 1rem;
}

.help-bgbox h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
  line-height: normal;
}

.help-bgbox h3 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
}

.help-bgbox .socialicon a {
  background-color: #192771;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 100px;
  padding: 5px 0px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}

.help-bgbox .socialicon a:hover {
  transform: rotate(360deg);
}

.copyright {
  background: #0c0b32;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 12px;
}

.copyright p {
  color: #ededed;
  margin: 0px;
  font-size: 13px;
}

.footer-grid {
  background-color: #edf0ff;
  padding-top: 6rem;
  padding-bottom: 15rem;
}

.section-title-sm>h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #0c0b32;
}

.foot-address {
  font-size: 16px;
  color: #ed8b08;
}

.foot-address p {
  font-size: 14px;
  color: #1c1b40;
}

.important-link {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ccc;
}

.vendor-carousel .owl-item a {
  margin: 20px 10px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
  display: inline-block;
}


.wtree li {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  position: relative;
}

.wtree li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 20px;
  height: 15px;
}

.wtree li:after {
  position: absolute;
  content: "";
  top: 5px;
  left: -20px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 20px;
  height: 100%;
}

.wtree li:last-child:after {
  display: none;
}

.wtree li span {
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
  color: #888;
  text-decoration: none;
}

.wtree li span:hover,
.wtree li span:focus {
  background: #edf0ff;
  color: #000;
  border: 1px solid #aaa;
}

.wtree li span:hover+ul li span,
.wtree li span:focus+ul li span {
  background: #edf0ff;
  color: #000;
  border: 1px solid #aaa;
}

.wtree li span:hover+ul li:after,
.wtree li span:hover+ul li:before,
.wtree li span:focus+ul li:after,
.wtree li span:focus+ul li:before {
  border-color: #aaa;
}






.blue_bg {
  background: #192771;
  height: auto;
  position: relative;
  margin-top: 0px;
  padding: 35px 0px;
  clear: both;
}

.blue_list {
  display: inline-block;
  width: 100%;
  margin: 0px 0px;
  padding-left: 300px;
}

.blue_list li {
  float: left;
  list-style: none;
  color: #fff;
  display: flex;
}

.blue_list li img {
  height: 95px;
  margin-right: 10px;
}

.blue_list li:first-child {}

.blue_list li:last-child {}

.blue_list li h1 {
  font-size: 30px;
  margin: 0px;
  font-weight: 600;
  padding-left: 0px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.blue_list li h1 span {
  font-size: 18px;
  line-height: normal;
  margin: 0px;
  display: block;
  font-weight: 400;
}

.blue_list li h1 b {
  font-size: 13px;
  line-height: normal;
  margin: 0px;
  font-weight: 400;
  display: block;
  padding: 8px 0px;
  letter-spacing: 1px;
}

.blue_list li p {
  font-weight: 700;
  font-size: 45px;
  margin: 0px;
  color: #0c0b32;
  background: rgb(252 148 5);
  padding: 12px 40px;
  border-radius: 100px;
  margin-left: 40px;
  line-height: normal;
  height: 80px;
  margin-top: 11px;
  display: flex;
  align-items: center;
}

.btn-dgm {
  position: relative;
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  background: #192771;
  margin: 0px 10px;
  margin-top: 12px;
  width: 310px !important;
}

.btn-dgm:hover {
  background-position: right center;
  color: #ffffff;
  background: #192771;
}

.btn-dgm>img {
  width: auto !important;
  height: 20px;
  margin-right: 6px;
}

.border-riht {
  width: 1px;
  display: inline-block;
  height: 260px;
  background: #ccc;
  position: absolute;
  margin-left: -5.5rem;
  margin-top: 7rem;
}

.mobile-app-grid {
  text-align: center;
  margin-top: 3.5rem;
}

.mobile-app-grid>h2 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}

.mobile-app-grid>h3 {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 20px;
}

.mobile-app-grid>h4 {
  font-weight: 400;
  font-size: 16px;
  margin: 20px 0px 3px 0px;
  letter-spacing: 1px;
}

.mobile-app-grid>a {
  display: inline-block;
  width: 43%;
}

.mobile-app-grid>a>img {
  width: 100%;
}

.mobile-app-grid>img {
  width: 170px;
  margin: 0px 10px;
  border: 1px solid #b5b2b2;
  padding: 8px;
  background-color: #fff;
  border-radius: 5px;
}

.mobile-app-grid>p {
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #000;
  line-height: 20px;
  padding: 0px 0px;
}

.btn-acts {
  margin: auto;
  display: block;
  text-align: center;
}

.directory-grid {}

.directory-grid .table {
  color: #343434;
  border-color: rgb(0 8 52);
  --bs-table-hover-color: #000000;
  --bs-table-hover-bg: rgb(33 150 243 / 10%);
}


.table-responsive h2 {
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  background: #000834;
  padding: 10px;
  padding-left: 15px;
  margin: 0px;
}

.directory-grid .table thead th {
  font-weight: 600;
  background: #195395;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  min-width: 130px;
  max-width: 250px;
}

.table-bordered>:not(caption)>*>* {
  vertical-align: middle;
}

.copyright p a {
  color: #fff;
}

.iss-grid p {
  font-size: 12px;
  font-weight: 400;
  color: #2c2c2c;
  margin: 0;
  width: 76%;
}

.iss-btn {
  font-size: 12px;
  color: #333;
  border: 1px solid #605f5f;
  padding: 4px 20px;
  border-radius: 100px;
}

.iss-btn:hover {
  background: #192771;
  border: 1px solid #192771;
  color: #fff;
}

.app-atore {
  display: inline-block
}

.app-atore>img {
  width: 120px !important;
}

.app-atore2 {
  display: inline-block
}

.app-atore2>img {
  width: 120px !important;
}

/***/
.omm-grid {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}

.omm-grid .ps-4 {
  width: 90%;
}

.omm-grid aside {
  background: #192771;
  border-radius: 100px;
  min-width: 60px;
  min-height: 50px;
  padding: 12px;
  margin-top: 0px;
}

.omm-grid aside img {
  /*  width: 100%;*/
}

.omm-grid h5 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.omm-grid p {
  font-size: 14px;
  font-weight: 400;
  color: #2c2c2c;
  margin: 0;
}

.btn-buy {
  position: relative;
  display: inline-block;
  padding: 15px 16px;
  background: transparent;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 15px;
  background: #192771;
  text-transform: uppercase;
  width: 230px;
  margin: 0px 10px;
  margin-top: 30px;
  font-weight: 500;
}

.btn-buy:hover {
  background-position: right center;
  color: #ffffff;
  background: #fd9405;
}

.omm-btn {
  margin-left: 80px;
}

.btn-buysalespoint {
  background: #76ba48;
}

.btn-buysalespoint:hover {
  background: #fd9405;
}

.search-bgbox {
  position: relative;
  display: block;
  padding: 12px 26px;
  text-align: center;
  background: rgb(175 175 175 / 20%);
  color: #000000;
  border-radius: 10px;
}

.search-bgbox>form>label {
  font-size: 14px;
  margin-right: 10px;
}

.search-bgbox>form>input,
.search-bgbox>form>input:focus {
  font-size: 14px;
  border: 0px;
  padding: 6px 20px;
  border-radius: 6px;
  width: 70%;
  outline: 0;
  border: 1px solid #dddddd;
}

.search-bgbox>form>button {
  font-size: 14px;
  background-color: #4CAF50;
  color: #fff;
  border: 0;
  padding: 7px 12px;
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  right: 15px;
  font-size: 14px;
  top: 12px;
}

.search-bgbox>form>button:hover {
  background-color: #308733;
}

.services-grid {
  background-color: #eef1ff;
}

.farmer-services-img {
  width: 90%;
  border-radius: 40px;
  box-shadow: 0px 10px 10px #bfc5e1;
  height: 100%;
  object-fit: cover;
  margin: auto;
  display: block;
}

.p-div {
  font-size: 14px;
  color: #000;
}

.services-box {
  margin-top: 30px;
  padding: 0px 39px 0px 0px;
}

.services-box>h3 {
  /* */
  font-size: 20px;
  margin-bottom: 20px;
}

.bg-services-text {
  padding: 0px 0px 0px 0px;
  margin-bottom: 40px;
}

.bg-services-text>li {
  list-style: none;
  background: url(../img/check-icon.png) no-repeat left;
  padding: 4px 0px 1px 36px;
  line-height: 30px;
  margin: 9px 0px;
}

.bg-services-text>li>h4 {
  font-size: 14px;
  color: #2c2c2c;
  margin: 0;
  display: inline-block;
  width: 74%;
}

.bg-services-text>li>a {
  font-size: 12px;
  color: #0c0b32;
  border-bottom: 1px solid #a49dc9;
  padding: 5px 0px;
  line-height: normal;
  float: right;
}

.bg-services-text>li>a i {
  font-size: 10px;
}

.bg-services-text>li>a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.img-fluid-about {
  margin-top: 40px;
  clear: both;
  display: inline-block;
  width: 100%;
  position: relative;
  left: -40px;
}

.img-fluid-about>img {
  height: 150px;
  padding: 0px 20px;
}

canvas {
  width: 200px;
  height: 200px;
}

.pin-color {
  position: relative;
  text-align: left;
  font-size: 12px;
  color: #000;
  position: absolute;
  top: 16%;
  right: 20px;
}

#canvas-holder {
  z-index: 9;
  position: relative;
}

.pin-color span:after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.4em;
  height: 0.8em;
  border-radius: 0.2em;
  background: currentColor;
}

.about-bg {
  background: #fff5e2 url(../img/up-map.png) no-repeat center top;
  background-size: contain;
  background-position-x: 70%;
  position: relative;
  overflow: hidden;
  padding-bottom: 9rem;
}

.about-bg-container {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.about-bg-container>img {
  width: 100%;
}

.couter-6box {
  z-index: 9;
  position: relative;
  margin-bottom: 2rem !important;
  display: inline-block;
  width: 100%;
}

.couter-6box li {
  list-style: none;
  width: 19% !important;
  color: #1c1c1c;
  vertical-align: middle;
  position: relative;
  padding: 20px;
  float: left;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.couter-6box li:nth-child(5) {
  margin-right: 0rem;
}

.couter-6box li strong {
  font-size: 24px;
  font-weight: 700;
  vertical-align: top;
  float: left;
}

.couter-6box li article {
  float: left;
  width: 30%;
  position: relative;
}

.couter-6box li span {
  font-size: 24px;
  font-weight: 700;
  vertical-align: top;
  float: left;
  width: 30%;
}

.couter-6box li aside {
  float: left;
  position: relative;
  top: 2px;
  font-size: 20px;
}

.couter-6box li b {
  font-size: 14px;
  font-weight: 700;
  width: 64%;
  float: left;
  line-height: normal;
  padding-left: 14px;
}

.mcs-title {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0px 14px;
}

.pincouter-title {
  font-size: 18px;
  text-align: left;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #2e2e2e;
}

.checkgates-box {
  margin: 0px;
  padding: 0px;
}

.checkgates-box li span {
  width: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 32px;
  color: #3b3b3b;
}

.checkgates-box li b {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  line-height: normal;
  padding-left: 2px;
}

.checkgates-box li article {
  float: left;
  width: 100%;
  position: relative;
}

.checkgates-box li strong {
  font-family: 'Barlow', sans-serif;
  font-size: 32px;
  color: #3b3b3b;
  float: left;
  width: auto;
}

.checkgates-box li aside {
  font-family: 'Barlow', sans-serif;
  float: left;
  position: relative;
  top: 0px;
  color: #3b3b3b;
  font-size: 32px;
  font-weight: 800;
  left: 5px;
}

.checkgates-box li:nth-child(1) {
  width: 28%;
}

.checkgates-box li:nth-child(4) {
  width: 28%;
}

.checkgates-box li:nth-child(5) {
  width: 50%;
  border-right: 0px solid #ccc;
}

.checkgates-box li:nth-child(5) span {
  padding-left: 24px;
}

.checkgates-box li:nth-child(5)::before {
  content: '₹';
  position: absolute;
  font-family: 'Barlow', sans-serif;
  font-size: 32px;
  color: #3b3b3b;
  font-weight: 800;
}

.bg-dark-marquee {
  background: #ac7d3c;
  line-height: normal;
  height: 45px;
  margin-top: -1px;
  position: relative;
  z-index: 9;
}

.marquee-scroll {
  color: #fff;
  padding: 15px 0px;
  position: relative;
  line-height: normal;
  font-size: 13px;
}

.marquee-scroll>a {
  color: #fff;
}

.counter-top {
  /* background: #000000; */
  padding: 0px;
  margin: 0px 0px;
  margin-top: 10px;
  /* height: 238px; */
  /* width: 470px; */
  position: absolute;
  right: 80px;
  top: 90px;
  z-index: 9;
}

.counter-top>h2 {
  font-family: 'Montserrat', sans-serif;
  color: #f33a25;
  font-size: 40px;
  font-weight: 700;
}

.counter-top>h5 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

.right-slider-pic {
  /* right: 0px;
    position: absolute;
    z-index: 1;
    margin-top: -22rem; */
}

.right-slider-pic>ul {
  margin: 0px;
  padding: 0px;
  display: flex;
}

.right-slider-pic>ul>li {
  margin: 0px 20px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.right-slider-pic>ul>li>span {
  background-color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  padding: 10px 0px 0px 0px;
  text-align: center;
  border: 2px solid #ffffff;
  margin-bottom: 3px;
  box-shadow: inset 0 0 7px rgb(0 0 0 / 44%);
}

.right-slider-pic>ul>li>span>img {
  width: 100%;
}

.right-slider-pic>ul>li>h1 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 5px;
  text-shadow: -1px -1px 3px #000, 1px 1px 3px #000;
}

.right-slider-pic>ul>li>h5 {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-shadow: -1px -1px 3px #000, 1px 1px 3px #000;
}

.carousel-caption {
  text-align: left;
}

.carousel-caption h1 {
  font-size: 55px;
  line-height: 80px;
  white-space: nowrap;
  margin: 10px 0px !important;
  font-weight: 600;
}

.carousel-caption h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  border-bottom: 1px solid #9f9f9f;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 0px !important;
}

.carousel-caption h6 {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  position: relative;
  right: 0px;
  bottom: 0px;
  width: 50%;
}

.carousel-caption h4 {
  font-size: 40px;
  line-height: normal;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  position: relative;
  background-color: transparent;
  width: 350px;
  padding: 6px;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 44px;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
}

.carousel-caption h4::after {
  position: absolute;
  top: 73px;
  left: 50%;
  margin-left: 0px;
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 45px;
}

.Custsomer-and-supplier {
  position: absolute;
  right: 0px;
  bottom: -130px;
}

.Custsomer-and-supplier img {
  height: 16vw;
}

.figure-carousel-components {}

.figure-carousel-components::after {
  position: absolute;
  top: 0px;
  left: auto;
  content: "";
  /* border-left: 20px solid transparent; */
  /* border-right: 20px solid transparent; */
  /* border-top: 20px solid #ffffff; */
  background-color: #fff;
  width: 75%;
  height: 1px;
  z-index: -1;
  margin: auto;
  left: 0px;
  right: 0px;
}

figure.carousel-components {
  position: relative;
  overflow: hidden;
  margin: 0px;
  min-width: 65%;
  max-width: 65%;
  max-height: 100%;
  width: 100%;
  background: #fff;
  color: #ffffff;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translateY(20%) rotate(45deg);
  transform: translateY(20%) rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border: 1px solid #fff;
  margin: auto;

}




figure.carousel-components * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.carousel-components img {
  max-width: 100%;
  -webkit-transform: scale(1.45) rotate(-45deg);
  transform: scale(1.45) rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  right: auto;
  height: 100%;
  top: auto;
}

figure.carousel-components figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

figure.carousel-components h2 img {
  margin: 0;
  position: absolute;
  width: 100px;
  left: 0;
  right: 0px;
  margin: auto;
  opacity: 0;
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  height: auto;
}

figure.carousel-components a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.carousel-components:hover img,
figure.carousel-components.hover img {
  opacity: 0.4;
  height: auto;
}

figure.carousel-components:hover figcaption h2 img,
figure.carousel-components.hover figcaption h2 img {
  opacity: 9;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  color: #fff;
  height: auto;
  padding: 0px;
}

.components-logos {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 1rem;
  border-radius: 3px;
  position: relative;
  width: 240px;
  margin: auto;
  top: 4rem;
}

.components-logos-box {
  position: relative;
  top: 0px;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 32px;
  z-index: -1;
  display: block;
  margin: auto;
}

.components-logos img {
  height: 40px;
  width: 100%;
  right: 0px;
  object-fit: contain;
}

.btn-view-more {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 32px;
  padding: 11px 50px;
  border-radius: 100px;
}

.btn-view-more:hover {
  color: #ffffff;
  background: #e8890b;
  border: 1px solid #e8890a;
}

.btn-social {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  background: transparent;
  border: 1px solid #192771;
}

.btn-social:hover {
  color: #fff;
  background: #192771;
  border: 1px solid #192771;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.award-bg-banner {
  height: 480px !important;
  position: absolute !important;
  top: -60px !important;
  right: auto !important;
  margin-left: -40px;
}

.drop-button {
  color: #ffffff;
  padding: 4px 20px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 100px;
  margin-top: 0px;
  font-weight: 500;
  background-color: #192771;
}

.drop-button:hover {
  color: #000;
  text-decoration: none;
  background-color: #fd9405;
}

.megasub-sub-link {
  margin-bottom: 20px;
  padding: 0px;
}

.megasub-sub-link>li:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #1c203a;
  padding-bottom: 4px;
}

.megasub-sub-link>li {
  font-size: 12px;
  padding: 4px 0px;
  list-style: none;
  color: #444444;
  font-weight: 500;
}

.mega-dropdown-menu {
  display: block;
  padding: 10px 40px;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px auto;
  right: 0px;
  border-radius: 0px !important;
  border: 0px;
  background-color: transparent;
  position: relative;
  top: 0px;
  float: none;
  height: 100%;
  width: 100%;
}

/*
    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 18px solid transparent;
        border-left: 17px solid transparent;
        position: absolute;
        top: -15px;
        right: 136px;
        z-index: 10;
    }
*/
/*
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    right: 155px;
    z-index: 8;
}
*/
.sticky-top {
  background-color: rgb(12 11 50 / 93%);
}

.mega-dropdown-menu>li>ul {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.mega-dropdown-menu>li>ul>li {
  list-style: none;
  font-size: 12px;
  line-height: normal;
  padding: 6px 0px;
  position: relative;
  color: #444444;
  font-weight: 500;
}

.mega-dropdown-menu>li>ul>li>a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #444444;
  font-weight: 500;
  white-space: normal;
  font-size: 12px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
  text-decoration: underline;
  color: #000000;
  background-color: transparent;
}

.mega-dropdown-menu>li {
  height: auto;
  float: left;
  padding: 0px 14px;
  position: relative;
  text-align: left;
  list-style: none;
}

.mega-dropdown-menu>li:nth-child(1) {
  width: 17%;
}

.mega-dropdown-menu>li:nth-child(2) {
  width: 43%;
}

.mega-dropdown-menu>li:nth-child(3) {
  width: 20%;
}

.mega-dropdown-menu>li:nth-child(4) {
  width: 20%;
}

.mega-dropdown-menu>li:last-child {}

.mega-dropdown-menu .dropdown-header {
  /* font-family: 'Mulish', sans-serif; */
  margin: 0px;
  color: #000520;
  font-size: 14px;
  font-weight: 600;
  padding: 0px;
  padding-bottom: 20px;
  display: inline-block;
  line-height: normal;
  white-space: normal;
}

.mega-dropdown-menu .dropdown-header>span {
  border-bottom: 2px solid #fd9405;
  display: block;
  width: 50px;
  padding: 8px 0px;
}

.mega-dropdown-menu .dropdown-header-right {}

.megamenu-foot {}

.tollfree-drop-down {
  width: 100%;
  margin-top: 21px;
}

.dropmenu-call-grid {}

.dropmenu-call-grid h2 {
  font-size: 15px;
  color: #fff;
  height: 30px;
  margin: 0px;
}

.dropmenu-call-grid ul {
  padding: 0px;
  margin: 0px;
}

.dropmenu-call-grid ul li {
  font-size: 13px;
  color: #d9d9d9;
  line-height: 22px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.dropmenu-call-grid ul li b {
  color: #fff;
  font-weight: 500;
}

.searchForm {
  position: relative;
  width: 80%;
  margin: auto;
}

.searchForm>input {
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid #c98223 !important;
  font-size: 5rem;
  line-height: normal;
  height: auto;
  color: #fff;
}

.searchForm>input:focus {
  color: #e9e9e9;
  background-color: transparent;
  border-color: #c98223;
  outline: 0;
  box-shadow: none;
}

.searchForm>input::placeholder {
  font-weight: 200;
  color: #c98223;
  opacity: 1;
  /* Firefox */
}

.searchForm>input:-ms-input-placeholder {
  font-weight: 200;
  color: #c98223;
}

.searchForm>input::-ms-input-placeholder {
  font-weight: 200;
  color: #c98223;
}

.btn-close {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  padding: .25em .25em;
  color: #000;
  background: url("../img/close-icon.png") no-repeat;
  border: 0;
  background-size: contain;
  border-radius: 2px;
  opacity: 9;
  right: 2rem;
  top: .5rem;
  position: relative;
  z-index: 999;
}

.btn-close>span {
  position: relative;
  font-size: 10px;
  top: 13px;
  letter-spacing: 1px;
  left: -10px;
  font-weight: 300;
}

.top-bar {
  display: inline-block;
  position: relative;
  top: -18px;
}

.help-desk {
  text-align: right;
  font-size: 13px;
  color: #fff;
  position: relative;
  display: inline-block;
  top: -3px;
}

.help-desk>span {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
}

.help-desk>strong {
  font-family: 'Barlow', sans-serif;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  top: 1px;
  line-height: 25px;
  text-align: left;
  white-space: nowrap;
}

.btn-language {
  margin: 0px 0px;
}

.btn-language {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    display: block;
    position: relative;
    top: 0px;
}
.btn-language:hover {
    color: #fd9405;
    text-decoration: none;
}

.top-button {
  display: flex;
  align-content: center;
  justify-content: end;
  transition: all 0.5s;
  gap: 0px 10px;
  margin-top: -31px;
  width: 100%;
}

.menuIconToggle {
  border: 0px;
  box-sizing: border-box;
  position: relative;
  width: 47px;
  text-align: center;
  padding: 10px;
  transition: all 0.3s;
  z-index: 10;
  background-color: transparent;
  color: #fff;
  top: 10px;
  line-height: normal;
  /* clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 78%, 55% 100%, 0% 80%, 0% 80%); */
}

.menuIconToggle:hover {
  color: #192771;
}

.dia.side-1 {
  position: relative;
  box-sizing: border-box;
  float: left;
  transition: all .25s;
}

.hamb-line {
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: all 0.25s;
}

.hor {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 6px;
}

.dia.side-2 {
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 7px;
  transition: all .25s;
}

.menuIconToggle>span {
  font-size: 10px;
  display: inline-block;
  position: relative;
  top: -4px;
  letter-spacing: 1px;
}

.ico-site-search {
  color: #dee2e6 !important;
  font-size: 14px !important;
  background: rgb(0 0 0 / 60%);
  padding: 10px;
  text-align: center;
  line-height: normal;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  display: inline-block;
  border: 1px solid #ccc;
  position: relative;
  top: -19px;
  margin: 0px 10px;
  transition: all 0.3s;
}

.ico-site-search:hover {
  color: #ffffff !important;
  background: #192771;
  border: 1px solid #192771;
}

.contact-us h5 {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}

.top-links {
  margin: 0px 0px;
}

.top-links>a {
  font-size: 12px;
  border-right: 1px solid #ccc;
  padding: 0px 10px;
  line-height: normal;
  text-align: center;
  display: block;
  color: #fff;
}

.top-links>a:hover {
  background: transparent;
  color: #fd9405;
}

.top-links>a:last-child {
  border: 0;
}

.btn-increase-decrease {
  margin: 0px 9px;
}

.btn-increase-decrease>a {
  font-family: 'Montserrat', sans-serif;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 12px;
  border: 1px solid #fff;
  margin: 0px 3px;
  text-align: center;
  line-height: normal;
  padding: 1px;
  background: #fff;
  font-weight: 500;
}

.btn-increase-decrease>a:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-social-icon {
  margin: 0px 9px;
  position: relative;
  top: 0px;
}

.btn-social-icon>a {
  font-family: 'Montserrat', sans-serif;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 16px;
  /* border: 1px solid #fff; */
  margin: 0px 5px;
  text-align: center;
  line-height: normal;
  padding: 0px;
  /* background: #fff; */
  font-weight: 200;
}

.btn-social-icon>a:hover {
  background: transparent;
  color: #fd9405;
}

.btn-color-mode>a {
  font-family: 'Montserrat', sans-serif;
  width: 20px;
  height: 20px;
  color: #000;
  font-size: 12px;
  border: 1px solid #fff;
  margin: 0px 3px;
  text-align: center;
  line-height: normal;
  padding: 1px;
  background: #fff;
  font-weight: 500;
}

.btn-color-mode>a:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-color-mode>a:last-child {
  background: #000;
  color: #fff;
}

/*** Spinner ***/
.spinner {
  /* width: 40px;
    height: 40px;
    background: #45120d url(../img/fav.png) no-repeat center center;
    background-size: contain; */
}

#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
  background: #192771;
}

/*** Heading ***/
/*** Button ***/
.btn {
  font-family: 'Mulish', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn-primary,
.btn-secondary {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
  box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
  box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.navbar {
  position: fixed;
  z-index: 9;
  width: 100%;
  padding: 10px 5%;
}

.navbar .navbar-brand img {}

.navbar .navbar-brand img:first-child {
  border-right: 1px solid rgb(204 204 204 / 31%);
  padding-right: 1.5rem;
  margin-right: 1rem;
  height: 70px;
}

.navbar .navbar-brand img:last-child {
  height: 50px;
}

.toptext-grid {
  float: right;
  position: relative;
  top: 6px;
}

.navbar-brand {
  float: left;
}

.navbar {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 10px 5%;
  display: block;
}

.top-bar {
  display: inline-block;
  position: relative;
  top: 10px;
  right: 68px;
}

.top-right-links {
  margin: 0px 0px;
  display: inline-block;
  position: relative;
  top: 10px;
  right: 68px;
}

.top-right-links>a {
  font-size: 14px;
  border-left: 0px solid #ccc;
  padding: 0px 12px;
  line-height: normal;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.top-right-links>a:last-child {
  /* padding-left: 0px; */
  border-left: 1px solid #ccc;
}

.top-right-links>a:hover {
  background: transparent;
  color: #fd9405;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  font-family: 'Mulish', sans-serif;
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar-dark .navbar-brand>h1>img {
  height: 75px;
  /* padding: 10px 0px; */
  position: relative;
  top: 10px;
}

.navbar-dark .navbar-toggler {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.sticky-top .navbar-brand img {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sticky-top .navbar-brand img:first-child {
  border-right: 1px solid rgb(204 204 204 / 31%);
  padding-right: 1.5rem;
  margin-right: 1rem;
  height: 50px;
}

.sticky-top .navbar-brand img:last-child {
  height: 45px;
}
.collage-start {
    float: left;
    width: 500px;
    padding-right: 4rem;
    padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
 
  .sticky-top.navbar-dark {
    position: relative;
    background: #FFFFFF;
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    color: var(--dark);
  }

  .navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }

  .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: #2b0d0b;
  }
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 90%;
    top: 0;
    left: 0;
    z-index: 99;
    margin: auto;
    right: 0px;
  }

  .sticky-top.navbar-dark {
    /* position: fixed; */
    background: #45120d;
  }

  .sticky-top.navbar-dark .navbar-brand>h1>img {
    height: 66px;
    padding: 10px 0px;
    position: relative;
    top: -2px;
  }

  .navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
  }

  .navbar-dark .navbar-nav .nav-link:hover::before,
  .navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }

  .navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }

  .sticky-top.navbar-dark .navbar-brand h1 {
    color: var(--primary);
  }
}

.navbar-expand-lg .navbar-collapse {
  display: block !important;
  flex-basis: auto;
  position: relative;
  top: 0px;
  right: 0px;
}

/*** Carousel ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 0rem;
  padding-bottom: 0rem;
  width: 100%;
  margin: auto;
  /* background: linear-gradient( rgb(255 255 255 / 0%), rgb(0 0 0 / 80%) ); */
  padding-left: 5%;
  padding-right: 5%;
}

.carousel-caption::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(rgb(0 6 36 / 70%), rgb(27 38 98 / 0%));
  pointer-events: none;
  z-index: -1;
  left: 0px;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 50px;
  top: auto;
  z-index: 1;
  display: block;
  /* align-items: center; */
  /* justify-content: center; */
  width: auto;
  padding: 0;
  color: #fff;
  text-align: left;
  background: none;
  border: 0;
  opacity: .9;
  transition: opacity 0.15s ease;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 46%;
  background-size: 65% 100%;
  background-color: #fd9405;
}

.carousel-control-prev {
  left: 3px;
}

.carousel-control-next {
  width: 4%;
  left: 36px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 4%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
}

.ft-thx-project-section {
  z-index: 1;
  padding: 110px 0px;
}

.ft-thx-project-section:before,
.ft-thx-project-section:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 450px;
  content: "";
  position: absolute;
  background-image: url(../img/bg/c-bg.jpg);
}

.ft-thx-project-section:after {
  background-image: none;
  background-color: rgba(0, 13, 81, 0.9);
}

.ft-thx-project-section .pr-cor-section-title {
  max-width: 450px;
}

.ft-thx-project-section .pr-cor-section-title h2 {
  color: #fff;
  padding-bottom: 0;
}

.ft-thx-project-slider-area {
  padding-top: 60px;
}

.ft-thx-project-slider-item {
  overflow: hidden;
  margin: 0px 10px;
}

.ft-thx-project-slider-item .ft-thx-inner-text {
  right: 0;
  width: 90%;
  opacity: 0;
  left: -100%;
  color: #fff;
  bottom: 30px;
  margin: 0 auto;
  padding: 30px 20px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #000d51;
}

.ft-thx-project-slider-item .ft-thx-inner-text span {
  font-weight: 600;
}

.ft-thx-project-slider-item .ft-thx-inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 0px;
  max-width: 280px;
}

.ft-thx-project-slider-item .ft-thx-inner-text .read-more {
  top: 50%;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fe484e;
}

.ft-thx-project-slider-item:hover .ft-thx-inner-text {
  left: 0;
  opacity: 1;
}

.port_left_arrow,
.port_right_arrow {
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  background-color: #fe484e;
}

.port_left_arrow:hover,
.port_left_arrow:focus,
.port_right_arrow:hover,
.port_right_arrow:focus {
  color: #fff;
}

.ft-thx-project-slider .slick-next,
.ft-thx-project-slider .slick-prev {
  display: none;
}

.pr-sv-case-study-section {
  padding: 110px 0px 70px;
}

.pr-sv-case-study-section .pr-sx-secion-title {
  margin: 0;
  max-width: 580px;
  padding-bottom: 40px;
}

.pr-sv-case-study-filter-btn {
  margin-bottom: 55px;
}

.pr-sv-case-study-filter-btn li {
  cursor: pointer;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 5px;
  color: #000d51;
  font-family: "Poppins";
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.pr-sv-case-study-filter-btn li.filtr-active {
  color: #fff;
  background-color: #fe484e;
}

.pr-sv-case-study-item {
  max-width: 370px;
  border-radius: 8px;
  margin-bottom: 40px;
  background-color: white;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(60, 60, 60, 0.1);
  box-shadow: 0px 20px 50px 0px rgba(60, 60, 60, 0.1);
}

.pr-sv-case-study-item .pr-sv-case-study-img {
  overflow: hidden;
  border-radius: 10px;
}

.pr-sv-case-study-item .pr-sv-case-study-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.pr-sv-case-study-item .pr-sv-case-study-img a {
  left: 0;
  top: 40%;
  right: 0;
  opacity: 0;
  font-size: 30px;
  text-align: center;
  position: absolute;
  color: #fe484e;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pr-sv-case-study-item .pr-sv-case-study-text {
  padding: 25px 20px;
}

.pr-sv-case-study-item .pr-sv-case-study-text h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.636;
  color: #000d51;
}

.pr-sv-case-study-item:hover .pr-sv-case-study-img:before {
  opacity: 1;
}

.pr-sv-case-study-item:hover .pr-sv-case-study-img a {
  top: 50%;
  opacity: 1;
}

.ft-thx-project-section-3 {
  padding: 115px 0px;
}

.ft-thx-project-top-content-3 .ft-thx-section-title-3 {
  max-width: 550px;
}

.ft-thx-project-top-content-3 .ft-thx-section-title-3 h2 {
  color: #fff;
}

.ft-thx-project-slider-item-wrap {
  padding: 0px 5px;
}

.ft-thx-project-slider-item-3:before,
.ft-thx-project-slider-item-3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85%;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b));
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(27, 27, 27, 0)", endColorStr="#1b1b1b");
}

.ft-thx-project-slider-item-3:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#4ab9cf));
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #4ab9cf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr="rgba(27, 27, 27, 0)", endColorStr="#4ab9cf");
  opacity: 0;
}

.ft-thx-project-slider-item-3 .ft-thx-inner-text {
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 5;
  position: absolute;
  padding: 32px 50px;
}

.ft-thx-project-slider-item-3 .ft-thx-inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 8px;
}

.ft-thx-project-slider-item-3:hover:before {
  opacity: 0;
}

.ft-thx-project-slider-item-3:hover:after {
  opacity: 1;
}

.ft-thx-project-slider-3 {
  margin-top: 50px;
}

.ft-thx-project-slider-3 .slick-arrow {
  height: 46px;
  width: 46px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
  -ms-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
  -o-box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
  box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
  margin: 0;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  transform: translate(0, 0);
  bottom: 15px;
}

.port_left_arrow3,
.port_right_arrow3 {
  width: 60px;
  color: #fff;
  border: none;
  height: 60px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #4ab9cf;
}

.ft-case-study-items .ft-case-study-text {
  max-width: 285px;
}

.ft-case-study-items .ft-case-study-text {
  left: 0px;
}

.ft-case-study-items .more-btn {
  left: 40px;
}

/*** Section Title ***/
.section-title>h1 {
  font-weight: 600;
  font-size: 36px;
}

.section-title>h5 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
}

.section-title>h5>span {}

.section-title>p {
    font-size: 14px;
    padding: 0rem 0rem;
    color: #000;
    line-height: 24px;
    text-align: justify;
}
.section-title > ul > li{
    font-size: 14px;
    padding: 0rem 0rem;
    color: #000;
    line-height: 24px;
    text-align: justify;
}

.section-title>p>b {
  font-weight: 600;
}

.btn-vision {
  position: relative;
  display: inline-block;
  padding: 14px 36px;
  background: transparent;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  background: #192771;
  text-transform: uppercase;
  /* width: 220px; */
  margin-top: 2rem;
}

.btn-vision:hover {
  background-position: right center;
  color: #ffffff;
  background: #fd9405;
}

.btn-integrated {
  position: relative;
  display: inline-block;
  padding: 14px 36px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  background: #fd9405;
  text-transform: uppercase;
  /* width: 220px; */
  margin-top: 2rem;
}

.btn-integrated:hover {
  background-position: right center;
  color: #000;
  background: #fff;
}

.ft-service-page-items {}

.ft-service-innerbox-3 .ft-service-img {
  overflow: hidden;
}

.ft-service-innerbox-3 .ft-service-img:before {
  left: -15px;
  width: 110%;
  content: "";
  height: 100px;
  bottom: -57px;
  position: absolute;
  background-color: #f2f3f5;
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
}

.ft-service-innerbox-3 .ft-service-icon {
  right: 30px;
  top: -100px;
  z-index: 1;
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background-color: #fff;
  border: 10px solid #008cfb;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-service-innerbox-3 .ft-service-icon i {
  color: #141415;
  font-size: 40px;
  line-height: 0.75;
}

.ft-service-innerbox-3 .ft-service-text-icon {
  top: -70px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: -70px;
  padding: 35px 30px 75px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: white;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
  box-shadow: 0px 0px 29px 0px rgba(12, 12, 12, 0.07);
}

.ft-service-innerbox-3 .ft-service-text-icon:before {
  left: 0;
  top: -70px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-bottom: 70px solid #fff;
  border-left: 339px solid rgba(255, 255, 255, 0);
}

.ft-service-innerbox-3 .ft-service-text-icon:after {
  top: -36px;
  left: -4px;
  width: 103%;
  content: "";
  height: 15px;
  position: absolute;
  background-color: var(--ft-main-theme);
  -webkit-transform: rotate(-12deg) skew(-15deg);
  transform: rotate(-12deg) skew(-15deg);
}

.ft-service-innerbox-3 .ft-service-text h3 {
  color: #121213;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}

.ft-service-innerbox-3 .ft-service-text p {
  color: #121213;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-service-innerbox-3 .more-btn {
  right: 19px;
  bottom: 70px;
}

.ft-service-innerbox-3 .more-btn a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding: 14px 26px;
  background-color: var(--ft-main-theme);
}

.ft-service-innerbox-3 .more-btn a:before {
  top: 0;
  width: 0;
  height: 0;
  content: "";
  left: -16px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-bottom: 49px solid var(--ft-main-theme);
  border-left: 16px solid transparent;
}

.ft-service-innerbox-3 .more-btn a i {
  margin-left: 8px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}

.ft-service-innerbox-3 .more-btn a:hover {
  background-color: var(--ft-second-theme);
}

.ft-service-innerbox-3 .more-btn a:hover:before {
  border-bottom: 49px solid var(--ft-second-theme);
}

.ft-service-innerbox-3 .more-btn a:hover i {
  margin-left: 12px;
}

.ft-service-innerbox-3:hover .ft-service-icon {
  border: 10px solid var(--ft-second-theme);
}

.ft-service-innerbox-3:hover .ft-service-text-icon {
  background-color: #01011c;
}

.ft-service-innerbox-3:hover .ft-service-text-icon:before {
  border-bottom: 70px solid #01011c;
}

.ft-service-innerbox-3:hover .ft-service-text h3,
.ft-service-innerbox-3:hover .ft-service-text p {
  color: #fff;
}

.ft-service-innerbox-4 h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}

section#ft-service-pag-4 {
  padding: 120px 0;
}

.ft-service-innerbox-4 h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ft-service-innerbox-4 h4:after {
  content: "";
  background: #e26c3b;
  color: #e26c3b;
  width: 45px;
  height: 2px;
  bottom: -18px;
}

.ft-service-innerbox-4 p {
  color: #454545;
  font-size: 16px;
  line-height: 26px;
}

.ft-service-innerbox-4 {
  padding: 50px 30px;
  overflow: hidden;
  position: relative;
}

.ft-service-innerbox-4 ul {
  margin: 0;
  padding: 0;
}

.ft-service-innerbox-4 ul li {
  list-style: none;
  background: url(../img/check-icon.png) no-repeat left;
  padding: 0px 0px 0px 46px;
  line-height: normal;
  margin: 10px 0px;
  background-position: 10px;
  height: 22px;
  background-size: contain;
  font-size: 15px;
  color: #333;
  margin-bottom: 22px;
}

/*** Service ***/
.service-item {
  position: relative;
  height: 300px;
  padding: 0 30px;
  transition: .5s;
}

.service-item .service-icon {
  margin-bottom: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 2px;
  transform: rotate(-45deg);
}

.service-item .service-icon i {
  transform: rotate(45deg);
}

.service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}

.service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}

/*** Testimonial ***/
.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 4px;
  background: #DDDDDD;
  border-radius: 2px;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--primary);
}

.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #FFFFFF !important;
  box-shadow: 0 0 30px #DDDDDD;
}

.testimonial-carousel .owl-item .testimonial-item img {
  display: block;
  width: 100%;
  border-radius: 20px !important;
  box-shadow: 0px 10px 10px rgb(196 199 205 / 58%);
}



.testimonial-item-p {
  min-height: 220px;
}

.testimonial-item-p h5 {}

.testimonial-item-p p {
  font-size: 14px;
  color: #333;
}

/*** Team ***/
.team-item {
  transition: .5s;
}

.team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.team-social a.btn {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  opacity: 0;
}

.team-item:hover {
  box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
  background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
  opacity: 1;
  margin-top: 0;
  transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
  transition: .5s;
  object-fit: cover;
  height: 340px;
  width: 100%;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
  transform: scale(1.15);
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
  .facts {
    position: relative;
    margin-top: -75px;
    z-index: 1;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  right: 25px;
  bottom: 165px;
  z-index: 99;
  background: #192771;
  color: #fff;
  border-radius: 0px;
  width: 35px;
  height: 58px;
  line-height: 38px;
  border-radius: 100px;
}

.back-to-top:hover {
  background: #f89105;
  color: #fff;
}

.bg-header {
  background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.link-animated a {
  transition: .5s;
  font-size: 14px;
  color: #0c0b32;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  line-height: normal;
  padding-bottom: 3px;
}

.link-animated a::after {
  content: ">";
  position: absolute;
  left: 0px;
  color: #f18d08;
}

.link-animated p {
  font-size: 13px;
  color: #dbdbdb
}

.link-animated a:hover {
  padding-left: 1.1rem;
  color: #fd9405;
}

@media (min-width: 767.98px) {
  .footer-about {
    margin-bottom: -75px;
  }
}









.vertical-tree {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vertical-tree ul {
  padding-left: 45px;
}

.vertical-tree li {
  margin: 0px 0;
  list-style-type: none;
  position: relative;
  padding: 10px 5px 0px 4px;
}

.vertical-tree-span {
  font-weight: 700;
  color: #91abc5;
  text-align: center;
  font-size: 32px;
  position: absolute;
  top: 3px;
  left: -43px;
}

.vertical-tree li::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: auto;
  left: -20px;
  border-left: 2px solid #1b2971;
  bottom: 50px;
}

.vertical-tree li::after {
  content: '';
  position: absolute;
  top: 26px;
  width: 24px;
  height: 20px;
  right: auto;
  left: -20px;
  border-top: 2px solid #1b2971;
}

.vertical-tree li a {
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  background-color: #ffba5d;
  color: #000000;
  border: 1px solid #1b2971;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 500;
}

.vertical-tree>ul>li::before,
.vertical-tree>ul>li::after {
  border: 0;
}

.vertical-tree li:last-child::before {
  height: 27px;
}

.vertical-tree li a:hover,
.vertical-tree li a:hover+ul li a {
  background-color: #1b2971;
  color: #ffffff;
  border: 1px solid #1b2971;
}

.vertical-tree li a:hover+ul li::after,
.vertical-tree li a:hover+ul li::before,
.vertical-tree li a:hover+ul::before,
.vertical-tree li a:hover+ul ul::before {
  border-color: #ff9d3b;
}

.d-flex-ecommerce {
  display: flex;
  align-items: baseline;
  position: relative;
  top: -20px;
}

.d-flex-ecommerce .img-fluid {
  display: flex;
  height: 100%;
  padding-right: 3rem;
}

.mining-surveillance {
  padding: 3rem 0rem;
}


/* anuj gupta*/