@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
title {
  display: block;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.form-control:focus {
  box-shadow: inherit;
}
/*section{ overflow: hidden;}*/
* {
  outline: none !important;
}
a:active,
a:focus,
a:hover,
input[type="image"],
select:focus,
input,
input[type="button"]:focus,
:focus {
  outline: 0;
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.btn {
  outline: 0px;
}
.lists {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mainpage {
  position: relative;
  overflow: hidden;
}
a,
button {
  transition: all 0.5s ease-in-out;
}
.m-hide {
  display: block !important;
}
.d-hide {
  display: none !important;
}
.br30 {
  border-radius: 30px;
}
.mr15 {
  margin-right: 15px;
}
h1,
h2,
h3,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Matterdi";
}
.whatsappfixed {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 65px;
  height: 65px;
  z-index: 9999;
}
.container {
  width: 100%;
  max-width: 1240px;
}
.btn {
  border: 1px #8fbd3e solid;
  padding: 12px 30px;
  color: #fff;
  font-size: 15px;
  background: #8fbd3e;
  display: inline-block;
  font-weight: 300;
  margin-right: 15px;
  border-radius: 0px;
}
.btn:hover {
  background: #6c981e;
  border-color: #6c981e;
}

/* Header */
.header {
  padding: 0;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background: #0a1749;
  padding: 0 0 0 75px;
  height: 86px;
}
.header .header__logo {
  float: left;
  width: 160px;
  padding: 15px 0;
}
.header .header__logo img {
  width: 105px;
}
.header .header-search-form {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
}
.header .header-search-form input {
  border: 0;
}
@media (max-width: 1200px) {
  .header {
    padding: 22px 16px;
  }
  .header .button {
    display: none;
  }
}
@media (max-width: 576px) {
  .header__logo img {
    width: 108px;
  }
}
.navigation {
  display: flex;
  align-items: right;
  justify-content: right;
  gap: 40px;
}
.navigation__list > a {
  font-size: 15.5px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: "Inter";
  font-weight: 500;
  padding: 32px 0;
}
.navigation__list > a svg {
  transition: all 0.3s ease-in-out;
  margin-top: 0px;
}
.navigation__list > a.active {
  font-weight: 600;
}
.navigation__list > a.active svg {
  transform: rotate(180deg) translateY(-2px);
}
.navigation__list > a.active ~ .mega__menu {
  visibility: visible;
  opacity: 1;
  top: 86px;
}
.navigation__list > a path {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.navigation__list > a:hover {
  color: rgb(255 255 255 / 80%);
  letter-spacing: 0.5px;
}
.navigation__list > a.active {
  text-decoration: underline;
}
/* .navigation__list 
{
  position: relative;
} */
.dropdownmenu {
  position: absolute;
  top: 80px;
  /* left: 0; */
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0px 4px 28px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
}
.dropdownmenu li a {
  color: #0a1749 !important;
  font-size: 15px;
  line-height: 24px;
  padding: 10px 0;
  display: block;
  font-weight: 500;
}
.navigation__list:hover .dropdownmenu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .navigation {
    display: none;
  }
}

.last {
  background: #1854ed;
  padding: 32px 35px 20px;
}
.last a {
  display: inline-block;
  margin: 0 12px;
}
.mega__menu {
  position: absolute;
  top: 86px;
  left: 0;
  width: 100%;
  background-color: rgb(10 23 73 / 94%);
  z-index: 999;
  padding: 30px 80px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mega__menu--product {
  grid-template-columns: repeat(1, 1fr);
  gap: 45px;
}
.mega__menu--company {
  grid-template-columns: repeat(3, 354px);
  gap: 175px;
}
.mega__menu__usecase a {
  color: #0a3690;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.44px;
  padding-bottom: 14px;
}

.mega__menu__product__box {
  display: block; /*grid-template-columns: 540px repeat(2, 1fr); gap: 45px;*/
}
/*.mega__menu__product__box--2 { grid-template-columns: 120px 582px;}*/
.mega__menu.mega__menu--product .our-txt {
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 125px;
  right: -20px;
  text-transform: uppercase;
  transform: rotate(-90deg);
  letter-spacing: 10px;
  opacity: 0.7;
}
.mega__menu__product a {
  color: #fff;
  font-size: 25px;
  line-height: 190%;
  padding: 0 0 16px 35px;
  display: block;
  font-family: "Matterdi";
  position: relative;
}
.mega__menu__product a:hover {
  color: rgb(255 255 255 / 75%);
  letter-spacing: 1.1px;
}
.mega__menu__product a span {
  font-size: 16px;
  position: absolute;
  left: -5px;
  top: -2px;
  color: rgb(255 255 255 / 85%);
  font-family: "Inter Regular";
}
.mega__menu__product--2 p {
  letter-spacing: normal;
}
.mega__menu__company a {
  color: #144bbd;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.44px;
  padding-bottom: 8px;
}
.mega__menu__company p {
  color: #464e5f;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.header__fixed {
  position: fixed;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.07);
  top: 0;
}
.header.header-white {
  background: #ffffff;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.07);
  top: 0;
  padding: 20px 0;
}
.header__fixed .navigation__list a {
  color: #fff;
}
.header__fixed .navigation__list path {
  fill: #fff;
}
.header__logo img {
  width: 105px;
}
.header__fixed .header__logo img {
  width: 105px;
}
.mnav,
.mmenu {
  display: none;
}
.navigation .navigation__list:hover .mega__menu {
  opacity: 1;
  visibility: inherit;
}

/* Heroarea */
.heroarea {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 85px;
}
.heroarea h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 25px;
  font-family: "Inter";
  text-transform: uppercase;
  line-height: 130%;
  font-weight: 200;
}
.heroarea svg path {
  fill: #fff;
}
.heroarea a {
  display: inline-block;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  width: 190px;
  border: 1px solid #fff;
  padding: 12px 15px;
  text-transform: uppercase;
}
.heroarea a svg {
  vertical-align: -4px;
  float: right;
  width: 18px;
  height: 20px;
  transition: all 0.5s ease-in-out;
}
.heroarea a:hover {
  background: rgb(255 255 255 / 10%);
  border-color: rgb(255 255 255 / 35%);
  font-size: 14.5px;
}
.heroarea a:hover svg {
  width: 20px;
  height: 22px;
}
.g-recaptcha {
  scale: 0.8;
  transform-origin: left;
}
/* .one-slider {
  background: url(../images/slider.png) center top no-repeat;
  background-size: cover;
} */
.heroarea .container-fluid {
  padding: 260px 60px;
  height: 90vh;
  display: grid;
  align-content: center;
}
.heroarea .slick-prev.slick-arrow {
  width: 21px;
  height: 21px;
  position: absolute;
  top: auto;
  bottom: 90px;
  left: 70px;
  background: url("../images/p-arrow.svg") center top no-repeat;
  cursor: pointer;
}
.heroarea .slick-next.slick-arrow {
  width: 21px;
  height: 21px;
  position: absolute;
  top: auto;
  bottom: 90px;
  left: 120px;
  background: url("../images/n-arrow.svg") center top no-repeat;
  cursor: pointer;
}
.homeaboutbanner {
  padding: 100px 0;
}
.homeaboutbanner h2 {
  color: #0a1749;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
  line-height: 150%;
  font-weight: 200;
  font-family: "Inter", sans-serif;
}
.homeabout {
  /* width: 100%; */
  padding: 85px 0;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}

.homeabout:after,
.homeabout:before {
  display: none;
}
.homeabout .container {
  background: #fff;
}
.awards-accreditations {
  padding: 70px 0;
}
.awards-accreditations ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.awards-accreditations-slider {
  padding: 70px 0;
  background-color: #192b90;
}
.awards-box {
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  /* text-align: center; */
  min-height: 555px;
}
.awards-box h3 {
  color: #0a1749;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  min-height: 48px;
  display: grid;
  align-items: center;
}
.awards-box p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.awards-box img {
  display: block;
  width: 180px;
  height: 100px;
  object-fit: contain;
  object-position: left;
  margin: 0 auto 20px;
}
.AboutHomeLeft {
  position: relative;
  padding-right: 50px;
}
.AboutHomeRight {
  position: relative;
}
.AboutHomeRight h3 {
  text-align: left;
  color: #f0f0f0;
  font-size: 70px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.AboutHomeRight h4 {
  color: #0a1749;
  /* font-size: 30px; */
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.3;
}
.AboutHomeRight ul {
  margin-bottom: 45px;
}
.AboutHomeRight li {
  color: #0a1749;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 12px;
}
.AboutHomeRight a {
  color: #0a1749;
  font-size: 13px;
  text-transform: uppercase;
  padding: 12px 15px 10px;
  border: 1px solid #0a1749;
  background: #fff;
  width: 220px;
  display: inline-block;
  font-weight: 600;
}
.AboutHomeRight a:hover {
  background: #0a1749;
  color: #fff;
}
.AboutHomeRight a svg {
  vertical-align: -3px;
  margin-left: 15px;
  float: right;
}
.AboutHomeRight a svg path {
  fill: #0a1749;
}
.AboutHomeRight a:hover svg path {
  fill: #fff;
}

.homeservice {
  width: 100%;
  padding: 75px 0;
  position: relative;
}
.homeservice h2 {
  font-size: 75px;
  color: #0a1749;
  line-height: 110%;
  margin-bottom: 40px;
  font-weight: 300;
}
.homeservice a.m-hide {
  color: #0a1749;
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 15px 12px;
  border: 1px solid #0a1749;
  background: #fff;
  display: inline-block;
  width: 260px;
  font-weight: 600;
}
.homeservice a:hover {
  background: rgb(10 23 73 / 55%);
  color: #fff;
}
.homeservice a svg {
  vertical-align: -3px;
  margin-left: 15px;
  float: right;
}
.homeservice a svg path {
  fill: #1854ed;
}
.homeservice a:hover svg path {
  fill: #fff;
}
.homeservice li {
  width: 100%;
  display: block;
  padding: 20px 20px 20px 115px;
  position: relative;
  /* background: #f2f2f2; */
  border-radius: 20px;
  height: 100%;
  margin-bottom: 20px;
  box-shadow: 0 0 20px #f2f2f2;
  min-height: 240px;
}
.homeservice li img {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 70px;
}
.homeservice li h3 {
  color: #0a1749;
  font-weight: 200;
  margin-bottom: 10px;
  font-family: "Inter";
  font-size: 24px;
}
.homeservice li p {
  color: #0a1749;
  font-size: 15px;
  line-height: 26px;
  width: 90%;
  text-align: justify;
}

.homeNetwork {
  background: #f0f0f0;
  padding: 0 0 45px;
  position: relative;
}
.homemap {
  position: relative;
  overflow: hidden;
  padding: 130px 0 200px;
}
.homemap:before {
  width: 100%;
  height: auto;
  content: "";
  left: -20px;
  top: 0;
  bottom: 0;
  background: url("../images/map-home.svg") left top no-repeat;
  z-index: 0;
  position: absolute;
}

.homemap a {
  color: #0a1749;
  font-size: 13px;
  text-transform: uppercase;
  padding: 14px 15px 12px;
  border: 1px solid #0a1749;
  background: #fff;
  display: inline-block;
  width: 260px;
  font-weight: 600;
  text-align: left;
}
.homemap a:hover {
  background: rgb(10 23 73 / 55%);
  color: #fff;
}
.homemap a svg {
  vertical-align: -3px;
  margin-left: 15px;
  float: right;
}
.homemap a svg path {
  fill: #1854ed;
}
.homemap a:hover svg path {
  fill: #fff;
}

.homeNetwork h2 {
  font-size: 75px;
  color: #0a1749;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 50px;
}
.homeNetwork p {
  color: #0a1749;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
.HomeContact {
  background: url(../images/contacthomebg.png) center top no-repeat;
  margin: 0 25px;
  padding: 45px 0 0;
  height: 525px;
  background-size: 110%;
}
.HomeContact h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 200;
  line-height: 20px;
  margin-bottom: 50px;
}
.HomeContact h3 a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  float: right;
  font-family: "Inter";
  font-weight: 600;
  text-transform: uppercase;
}
.HomeContact h3 a:hover {
  letter-spacing: 1.1px;
  color: rgb(255 255 255 / 75%);
}
.HomeContact h3 a svg {
  vertical-align: -3px;
  margin-left: 15px;
  float: right;
}
.HomeContact a svg path {
  fill: #7bbdff;
}

.HomeContact .form-control {
  background: #fff;
  border: 0.6px solid rgb(0 0 0 / 20%);
  border-radius: 0px;
  height: 52px;
  padding: 6px 15px;
}
.HomeContact select.form-control:not([size]):not([multiple]) {
  height: 52px;
  padding: 6px 15px;
}
.HomeContact .form-control.message {
  height: 125px;
}
.HomeContact .sub-btn {
  border: 1px solid #fff;
  padding: 15px 60px;
  color: #fff;
  font-size: 15px;
  background: none;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  float: right;
}
.HomeContact .sub-btn:hover {
  background: rgb(255 255 255 / 10%);
  border-color: rgb(255 255 255 / 35%);
}

/* About Us */
.companyProfile {
  width: 100%;
  padding: 85px 0;
}
.companyProfile h2 {
  margin-bottom: 20px;
  font-size: 32px;
  color: #0a1749;
  font-weight: 200;
}
ul.profiledetail {
  margin-bottom: 20px;
}
.companyProfile p {
  font-size: 16px;
  color: #0a1749;
  margin-bottom: 10px;
}
.profiledetail li {
  font-size: 16px;
  color: #0a1749;
  padding: 6px 0;
  line-height: 120%;
}
.profiledetail li span {
  width: 45%;
  display: inline-block;
}
ul.nbo {
  margin-left: 15px;
}
.nbo li {
  font-size: 16px;
  color: #0a1749;
  padding: 6px 0;
  line-height: 110%;
  list-style: disc;
}
.nbo li span {
  width: 45%;
  display: inline-block;
}

.milestones {
  width: 100%;
  background: #f7f7f7;
  padding: 45px 0 0;
}
.milestones h2 {
  margin-bottom: 40px;
  font-size: 26px;
  color: #0a1749;
  font-weight: 200;
  font-family: "Inter Regular";
  text-transform: uppercase;
  text-align: center;
}

.milestones .container {
  position: relative;
  overflow: hidden;
}
.milestones .container:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ccd1d9;
  z-index: 1;
}
.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}
.timeline-block-right {
  float: right;
}
.timeline-block-left {
  float: left;
  /*direction: rtl;*/
  text-align: right;
}
.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #f7f7f7;
  background: #aa3c3c;
  margin-top: 10px;
  z-index: 9;
}
.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666;
  /* text-align: left; */
}
.timeline-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 500;
  color: #0a1749;
  line-height: 110%;
}
.timeline-content span {
  font-size: 22px;
  color: #0a1749;
  margin-bottom: 25px;
  display: block;
  line-height: 140%;
}
.timeline-content p {
  font-size: 16px;
  line-height: 160%;
  color: #0a1749;
  margin-bottom: 10px;
  text-align: justify !important;
}
.timeline-block-left .timeline-content p {
  direction: ltr;
  text-align: justify !important;
}
.timeline-block-left .timeline-content p img {
  margin-left: auto;
  display: flex;
}
.pb150 {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .milestones .container:before {
    left: 8px;
    width: 2px;
  }
  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }
  .timeline-block-right {
    float: none;
  }
  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

/* Services Page */
.innerHero {
  width: 100%;
  padding: 50px 0;
  margin-top: 85px;
  background-color: #1854ed;
}
.innerHero h1 img {
  width: 60px;
  height: 60px;
  display: inline-grid;
  place-items: center;
  object-fit: contain;
    backdrop-filter: blur(8px);
}
.innerHero h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 300;
}
.innerHero h2 {
  color: #fff;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 15px;
  font-family: "Inter Regular";
}
.innerHero h3 {
  color: rgb(255 255 255 / 75%);
  font-size: 16px;
  line-height: 130%;
  margin: 65px 0 25px;
  font-family: "Inter Regular";
}
.innerHero p {
  font-family: "Inter";
  font-size: 18px;
  line-height: 1.3;
  color: rgb(255 255 255 / 80%);
  font-weight: normal;
  margin-bottom: 25px;
  position: relative;
}
.brands-logo-outer {
  padding: 100px 0;
}
.brands-logo-outer h3 {
  /* color: rgb(255 255 255 / 75%); */
  /*   
  font-size: 18px;  
  font-family: "Inter Regular"; */
}
.brands-logo {
  display: grid;
  justify-content: flex-start;
  align-items: baseline;
  column-gap: 21px;
  grid-template-columns: auto auto auto auto auto;
}
.brands-logo img {
  width: 100% !important;
  max-width: 179px;
  height: 100px !important;
  object-fit: contain;
  margin-right: 0px !important;
}
.brands-logo p {
  background-color: #fff;
  padding: 20px 45px;
  border-radius: 50%;
  height: 130px;
  display: flex;
  align-items: center;
  text-align: center;
  box-shadow: 0 5px 15px #e7e7e7;
}
.innerHero p.about {
  /* padding-left: 20px; */
}
.innerHero p.about:before {
  /* position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  width: 1px;
  height: 80%;
  background: rgb(255 255 255 / 95%);
  content: ""; */
}

.innerHero p img {
  width: 34%;
  height: auto;
  margin-right: 20px;
}
/*
.innerHero p img {
  width: 160px;
  height: auto;
  margin-right: 20px;
}
*/
.innerHero li {
  position: relative;
  padding: 12px 0 12px 50px;
  font-size: 20px;
  line-height: 140%;
  color: rgb(255 255 255 / 95%);
}
.innerHero li img,
.innerHero li i {
  position: absolute;
  left: 0;
  top: 12px;
  width: 32px;
}
.innerHero li i {
  height: 32px;
  border-radius: 50%;
  color: #1854ed;
  background: #fff;
  font-size: 16px;
  display: inline-grid;
  place-items: center;
  top: 16px;
}
.servicewrap {
  width: 100%;
  padding: 90px 0;
}
.servicewrap p {
  color: #0a1749;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 25px;
  text-align: justify;
}
.servicewrap ul li {
  text-align: justify;
}
.servicewrap p a {
  background: rgb(10 23 73 / 55%);
  color: #fff;
  display: inline-block;
  padding: 12px 15px 10px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 25px;
  border: 1px solid rgb(10 23 73 / 55%);
  font-size: 14px;
  width: 210px;
}
.servicewrap p a svg {
  margin-top: 3px;
  float: right;
}
.servicewrap p a svg path {
  fill: #fff;
}
.servicewrap p a:hover {
  background: #fff;
  color: #0a1749;
  border-color: #0a1749;
}
.servicewrap p a:hover svg path {
  fill: #1854ed;
}
.service-box {
  width: 100%;
  /* padding: 20px; */
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0px 3px 12px #09113129; */
  text-align: center;
}
.service-box img {
  height: 240px;
  object-fit: cover;
  object-position: top;
}
.service-box h4 {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
  color: #0a1749;
  padding: 0 0 20px;
  margin-bottom: 0px;
}
#EnquireNow .modal-lg {
  max-width: 1050px;
}
#EnquireNow h5 {
  color: #1d4496;
  text-align: center;
  font-family: "Inter Regular";
  font-size: 20px;
  width: 100%;
}
#EnquireNow .close {
  opacity: 1;
}
#EnquireNow .form-control {
  background: rgb(255 255 255 / 85%);
  border: 0.6px solid rgb(0 0 0 / 30%);
  border-radius: 3px;
  height: 50px;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 200;
}
#EnquireNow .form-control.message {
  height: 135px;
}

/* Footer */
footer {
  width: 100%;
  padding: 95px 50px 0;
  background: #192b90;
}
footer h2 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}
footer li a {
  color: rgb(255 255 255 / 90%);
  font-size: 16px;
  line-height: 26px;
  padding: 5px 0;
  display: inline-block;
}
footer p {
  color: rgb(255 255 255 / 90%);
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  position: relative;
  margin-bottom: 15px;
  text-align: justify;
}
footer p img {
  position: absolute;
  left: 0;
  top: 6px;
}
footer p a {
  color: #fff;
}
footer li a:hover,
footer p a:hover {
  color: #8fbd3e;
}
footer .more-btn {
  background: #fff;
  color: #0a1749;
  display: inline-block;
  padding: 16px 15px 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  width: 250px;
}
footer .more-btn svg {
  vertical-align: -4px;
  float: right;
}
footer .more-btn:hover {
  background: rgb(255 255 255 / 95%);
  color: #0a1749;
}
.social {
  margin: 60px 0 0;
  width: 100%;
}
.social a {
  margin-right: 35px;
}
.copyright {
  width: 100%;
  margin-top: 75px;
  color: rgb(255 255 255 / 65%);
  font-size: 14px;
  padding: 0 0 25px;
}
.webby {
  text-align: right;
}

/* contact page */
.contactMap {
  width: 100%;
  position: relative;
}
.careerwrap {
  width: 100%;
  background: #f7f7f7;
  padding: 80px 0;
}
.careerwrap h2 {
  color: #0a1749;
  font-size: 40px;
  text-align: center;
  margin-bottom: 55px;
  font-weight: 300;
}
.careerwrap .slick-slide {
  padding: 20px 25px;
}
.careerbox {
  box-shadow: 0px 3px 12px #09113129;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
.careerbox h3 {
  font-family: "Inter";
  font-size: 22px;
  font-weight: 500;
  color: #0a1749;
  border-bottom: 1px solid rgb(112 112 112 / 24%);
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.careerbox h3 a {
  float: right;
}
.terms-area p,
.terms-area ul li {
  text-align: justify;
}
.careerbox span {
  color: #0a1749;
  line-height: 130%;
  padding-bottom: 0px;
  width: 100%;
  font-size: 14px;
  text-align: justify;
}
.careerwrap .slick-prev.slick-arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 80px;
  left: -20px;
  background: url("../images/arrow-prev.svg") center top no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.careerwrap .slick-next.slick-arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 80px;
  right: -20px;
  background: url("../images/arrow-next.svg") center top no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.EnquireToday {
  width: 100%;
  padding: 90px 0;
}
.EnquireToday h2 {
  color: #0a1749;
  font-size: 28px;
  text-align: center;
  margin-bottom: 55px;
  font-family: "Inter Regular";
}
.EnquireToday .form-control {
  background: #fff;
  border: 0.6px solid #0a1749;
  border-radius: 0px !important;
  height: 52px;
  padding: 6px 15px;
}
.EnquireToday select.form-control:not([size]):not([multiple]) {
  background: rgb(255 255 255 / 58%);
  border: 0.6px solid #0a1749;
  border-radius: 4px;
  height: 52px;
  padding: 6px 15px;
}
.EnquireToday .form-control.message {
  height: 135px;
}
.sub-btn {
  border: 1px solid #0a1749;
  padding: 12px 15px;
  color: #0a1749;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 120px;
}
.sub-btn svg {
  margin-left: 45px;
}
.sub-btn:hover {
  background: #0a1749;
  border-color: #0a1749;
  color: #fff;
}
.sub-btn:hover svg {
  fill: #fff;
}
.inner-form {
  padding: 40px;
  background: #0a174914;
}
.read-more-wrap span,
.read-more-wrap p {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.read-more-target,
.read-more-trigger_opened {
  display: none;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
  display: block;
  -webkit-line-clamp: 200;
}
.read-more-state:checked ~ .read-more-trigger_closed {
  display: none;
}
.read-more-trigger_closed {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
}
.read-more-trigger_opened {
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
}

/* Product Page */
.ourShop {
  width: 100%;
  padding: 85px 0;
  background: #f7f7f7;
}
.showBox {
  margin-bottom: 30px;
  position: relative;
}
.shopDetail {
  padding: 15px 10px;
}
.shopDetail h3 {
  font-size: 20px;
  color: #0a1749;
  margin-bottom: 10px;
  font-family: "Inter Regular";
}
.shopDetail p {
  font-size: 18px;
  color: #0a1749;
}
.shop-thumb {
  overflow: hidden;
  background: #fff;
  position: relative;
}
.shop-thumb img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.showBox:hover .shop-thumb img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
.showBox a.view-btn {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  border: 0.5px solid #0a1749;
  background: #fff;
  width: 145px;
  margin: 0 auto;
  padding: 10px 15px;
  color: #0a1749;
  z-index: 9;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
.showBox:hover .view-btn {
  display: block;
}

.sidebar .card {
  border: 0px;
  background: none;
  border-radius: 0px;
}
.sidebar .card-header {
  border: 0px;
  background: none;
  border-radius: 0px;
  border-bottom: 0.5px solid rgb(10 23 73 / 20%);
  padding: 1rem 0;
}
.sidebar .card-header a {
  color: #0a1749;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}
.sidebar .card-body {
  padding: 5px 0 0.589rem;
}
.sidebar .card-body a {
  color: rgb(10 23 73 / 50%);
  font-size: 14px;
  font-weight: 300;
  display: block;
  padding: 7px 5px;
}
.sidebar .accordion-title:before {
  float: right !important; /*font-family: FontAwesome; content:"\f068";    padding-right: 5px;*/
  content: "";
  background: url(../images/down-arrow.svg) center 7px no-repeat;
  width: 12px;
  height: 16px;
}
.sidebar .accordion-title.collapsed:before {
  transform: rotate(180deg);
}
.ourShop .pagination {
  display: block;
  width: 100%;
  text-align: center;
}
.ourShop .pagination li {
  display: inline-block;
}
.ourShop .pagination li a {
  color: #0a1749;
  font-size: 18px;
  padding: 0 10px;
  vertical-align: middle;
}
.ourShop .pagination li a:hover {
  color: #192b90;
}
.ourShop .pagination li a svg {
  width: 15px;
  height: 15px;
}
.ourShop .pagination li:first-child {
  margin-right: 25px;
}
.ourShop .pagination li:last-child {
  margin-left: 25px;
}
.Viewbybrand {
  margin-top: 45px;
  width: 100%;
}
.Viewbybrand h3 {
  color: #0a1749;
  font-family: "Inter Regular";
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 22px;
  text-transform: uppercase;
}
.Viewbybrand .custom-control {
  margin-bottom: 20px;
}
.Viewbybrand .custom-control-label {
  font-weight: 200;
  font-family: "Inter";
  font-size: 16px;
}
.Viewbybrand .custom-control-label::before {
  background: #fff;
  border: 0.5px solid #707070;
}
.Viewbybrand .custom-control-label {
  padding-top: 1px;
}
.RelatedProducts {
  width: 100%;
  background: #fff;
  padding: 85px 0;
}
.RelatedProducts h2 {
  font-size: 32px;
  color: #0a1749;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 200;
}
.RelatedProducts .shop-thumb {
  box-shadow: 0px 0px 12px #00000010;
}
.RelatedProducts .slick-slide {
  padding: 20px;
}
.RelatedProducts .shopDetail {
  padding: 25px 10px 0;
}
.RelatedProducts .slick-prev.slick-arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -60px;
  right: 50px;
  background: url("../images/arrow-prev.svg") center top no-repeat;
  cursor: pointer;
}
.RelatedProducts .slick-next.slick-arrow {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -60px;
  right: 0;
  background: url("../images/arrow-next.svg") center top no-repeat;
  cursor: pointer;
}
.ShopDetailwrap {
  width: 100%;
  padding: 85px 0;
  background: #f7f7f7;
}
.ShopDetailwrap h2 {
  font-size: 35px;
  color: #0a1749;
  line-height: 35px;
  margin-bottom: 15px;
  font-family: "Inter Regular";
  font-weight: 300;
}
.ShopDetailwrap h3 {
  font-size: 24px;
  color: #0a1749;
  line-height: 35px;
  margin-bottom: 15px;
  font-family: "Inter Regular";
  font-weight: 300;
}
.ShopDetailwrap p {
  font-size: 16px;
  color: #0a1749;
  line-height: 30px;
  margin-bottom: 30px;
}
.ShopDetailwrap .slider.slider-for {
  width: 82%;
  float: right;
  background: #fff;
}
.ShopDetailwrap .slider.slider-nav {
  width: 18%;
  float: left;
}
.ShopDetailwrap .slider.slider-nav .slick-slide {
  width: 80% !important;
  padding: 8px;
}
.ShopDetailwrap .slick-prev.slick-arrow,
.ShopDetailwrap .slick-next.slick-arrow {
  display: none !important;
}
.ShopDetailwrap .slick-slide.slick-active {
  opacity: 0.5;
}
.ShopDetailwrap .slick-slide.slick-active.slick-current {
  opacity: 1;
}
.productqty {
  margin-bottom: 55px;
  width: 100%;
}
.productqty label {
  color: #0a1749;
  font-size: 20px;
  margin-right: 20px;
  font-weight: 500;
}
.productqty .counter {
  width: 180px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  font-family: "Inter Regular";
  border: 1px solid #e0e0e0;
}
.productqty .counter input {
  width: 70px;
  border: 0;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  color: #000;
  appearance: none;
  outline: 0;
}
.productqty .counter span {
  display: block;
  font-size: 25px;
  padding: 5px 10px;
  cursor: pointer;
  color: #000;
  user-select: none;
  text-align: center;
  width: 55px;
  font-family: "Eurostile";
  font-weight: 600;
}
.btn {
  background: rgb(10 23 73 / 60%);
  color: #fff;
  display: inline-block;
  padding: 14px 15px 12px;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid rgb(10 23 73 / 60%);
  width: 200px;
  text-align: left;
}
.btn svg {
  vertical-align: -4px;
  float: right;
}
.btn svg path {
  fill: #fff;
}
.btn:hover {
  background: #fff;
  color: #0a1749;
}
.btn:hover svg path {
  fill: #1854ed;
}
.down-btn {
  display: inline-block;
  padding: 14px 25px 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0a1749;
  text-decoration: underline;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 15px;
}
.down-btn:hover {
  text-decoration: none;
}

/* Network page */
.networkpage {
  width: 100%;
  background: #ebebeb url("../images/contactpagebg.png") right top no-repeat;
  padding: 0;
  margin-top: 85px;
  overflow: hidden;
}
.networkpage h2 {
  font-size: 24px;
  color: #0a1749;
}
.networkpage .container {
  position: relative;
  padding: 80px 0 !important;
}
/* .networkpage .container:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: url("../images/network-map.svg") 180px top no-repeat;
  background-size: 75%;
  z-index: 0;
} */
.networkpage h2 {
  color: #0a1749;
  font-size: 55px;
  line-height: 65px;
  font-weight: 200;
  z-index: 9;
  margin-bottom: 35px;
}
.networkpage p {
  color: #0a1749;
  font-size: 18px;
  font-weight: 200;
}
.contact-box {
  background: #fff;
  height: 100%;
  padding-bottom: 20px;
}
.contact-box img {
  height: 220px;
  object-fit: cover;
  object-position: center;
}
.contact-box h4 {
  font-size: 20px;
  color: #0a1749;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Inter";
  padding: 0 15px;
}
.contact-box p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.contact-box ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
}
.contact-box ul li a {
  font-size: 16px;
  color: #000;
  padding: 6px 0;
  line-height: 120%;
}
/* PIN CSS */

.australia-pin {
  position: absolute;
  left: 52%;
  bottom: 32%;
  width: 40px;
  height: 60px;
  z-index: 999;
  cursor: pointer;
}

.pinshow #Path_153 {
  fill: #0a1749;
}
.pinshow span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}

.pinshow:hover span,
.pinshow.active span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
}

.pinshow:hover #Path_153,
.pinshow.active #Path_153 {
  fill: #e63838;
}

.philippines-pin {
  position: absolute;
  left: 41%;
  top: 7%;
  width: 40px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.philippines-pin #Path_153 {
  fill: #0a1749;
}
.philippines-pin span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}
.philippines-pin:hover span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
}
.philippines-pin:hover #Path_153 {
  fill: #e63838;
}

.myanmar-pin {
  position: absolute;
  left: 30%;
  top: 17%;
  width: 40px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.myanmar-pin #Path_153 {
  fill: #0a1749;
}
.myanmar-pin span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}
.myanmar-pin:hover span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
}
.myanmar-pin:hover #Path_153 {
  fill: #e63838;
}

.thai-pin {
  position: absolute;
  left: 31.5%;
  top: 24%;
  width: 40px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.thai-pin #Path_153 {
  fill: #0a1749;
}
.thai-pin span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}
.thai-pin:hover span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
}
.thai-pin:hover #Path_153 {
  fill: #e63838;
}
.networkpage .network-text p {
  font-size: 30px;
  font-weight: ;
  letter-spacing: 0px;
  color: #0a1749;
  opacity: 0.84;
  line-height: 48px;
  font-family: "Matterdi";
  font-weight: 500;
}
.vietnam-pin {
  position: absolute;
  left: 38%;
  top: 21%;
  width: 40px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.vietnam-pin #Path_153 {
  fill: #0a1749;
}
.vietnam-pin span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}
.vietnam-pin:hover span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
}
.vietnam-pin:hover #Path_153 {
  fill: #e63838;
}

.malysia-pin {
  position: absolute;
  left: 34%;
  top: 29%;
  width: 40px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.malysia-pin #Path_153 {
  fill: #0a1749;
}
.malysia-pin span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}
.malysia-pin:hover span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
  z-index: 9;
}
.malysia-pin:hover #Path_153 {
  fill: #e63838;
}

.sg-pin {
  position: absolute;
  left: 34.2%;
  top: 32%;
  width: 40px;
  height: 60px;
  z-index: 99;
  cursor: pointer;
}
.sg-pin #Path_153 {
  fill: #0a1749;
}
.sg-pin span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}
.sg-pin:hover span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
}
.sg-pin:hover #Path_153 {
  fill: #e63838;
}

.philippines1-pin {
  position: absolute;
  left: 45%;
  top: 13%;
  width: 40px;
  height: 60px;
  z-index: 9;
  cursor: pointer;
}
.philippines1-pin #Path_153 {
  fill: #0a1749;
}
.philippines1-pin span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}
.philippines1-pin:hover span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
}
.philippines1-pin:hover #Path_153 {
  fill: #e63838;
}

.newzealan-pin {
  position: absolute;
  right: 26%;
  bottom: 13%;
  width: 40px;
  height: 60px;
  z-index: 9;
  cursor: pointer;
}
.newzealan-pin #Path_153 {
  fill: #0a1749;
}
.newzealan-pin span {
  font-size: 16px;
  text-align: center;
  font-weight: 200;
  color: #0a1749;
  display: none;
}
.newzealan-pin:hover span {
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 7px 10px;
  display: inline-block;
  left: -34px;
  right: 0;
  bottom: -40px;
  width: 110px;
}
.newzealan-pin:hover #Path_153 {
  fill: #e63838;
}
.location li.active span {
  letter-spacing: 0px;
  color: #0a1749;
  filter: none;
}
.location {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 30%;
}
.location li {
  display: block;
}
.location li span {
  font-size: 19px;
  color: #0a1749;
  font-weight: 600;
  padding: 14px 0;
  border-bottom: 1px solid rgb(112 112 112 / 50%);
  display: block;
  cursor: pointer;
  filter: opacity(0.7) grayscale(1);
}
.location li span svg {
  width: 20px;
  height: 20px;
  vertical-align: -5px;
  margin-right: 10px;
}
.location li span svg path {
  fill: #1854ed;
}
/*.location li span:hover{ color: #1854ED}*/
.location li span:hover svg path {
  fill: #0a1749;
}
.location li span.active svg path {
  fill: #0a1749;
}

/*.Netwowrkmodal { position: absolute; overflow: auto; top: 0; right: 0; bottom: 0; left: 0;/* background: rgb(0 0 0 / 60%); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 30px; z-index: 999;}*/

.Netwowrkmodal {
  position: absolute;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 999;
  top: -150px;
  max-width: 610px;
  width: 650px;
  left: 35px !important;
}

.custom-modal-dialog {
  max-width: 520px;
  width: 100%;
  border-radius: 0px;
  position: relative;
}
.custom-modal-content {
  background: #ffffff;
  padding: 50px;
  border-radius: 10px;
}
.custom-modal-content h4 {
  font-size: 16px;
  color: #0a1749;
  font-family: "Inter Regular";
  font-weight: 200;
  margin-bottom: 10px;
}
.custom-modal-content h3 {
  font-size: 20px;
  color: #0a1749;
  font-family: "Inter Regular";
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.custom-modal-content p {
  position: relative;
  padding: 10px 0 10px 40px;
}
.custom-modal-content p img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 26px;
  height: 26px;
}

.close-modal {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #f56142;
  opacity: 1;
  color: #ffffff;
  border-radius: 100%;
  border: 2px solid #ffffff;
  z-index: 9;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  padding: 0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.Netwowrkmodal {
  opacity: 0;
  visibility: hidden;
}
body.modal-open .Netwowrkmodal {
  opacity: 1;
  visibility: visible;
}
.Netwowrkmodal .custom-modal-dialog {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
body.modal-open .Netwowrkmodal .custom-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.Netwowrkmodal,
body .Netwowrkmodal,
body.modal-open .Netwowrkmodal .custom-modal-dialog,
body .Netwowrkmodal .custom-modal-dialog {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.modal-backdrop {
  position: unset;
}

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

.networkpage .modal-content .close {
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 1;
  font-weight: 500;
}
.networkpage .modal-content {
  box-shadow: 0px 3px 12px #09113129;
  border-radius: 20px !important;
  border: 0;
  position: relative;
}

.service {
  margin-bottom: 40px;
}
.service p {
  font-size: 17px;
  line-height: 29px;
  margin-top: 10px !important;
  color: #513c3c;
}
.service-heading {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.service-heading bdi:hover {
  background: rgb(10 23 73 / 55%);
  color: #fff;
}
.service-heading a svg {
  position: absolute;
  right: 9px;
  top: 13px;
  fill: #777d94;
}
.service-heading bdi:hover + svg {
  fill: #fff;
}
.service-heading a {
  position: relative;
}
.service-heading a {
  display: block;
  width: 100%;
  font-size: 12px !important;
}
.service-heading bdi {
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #bbb1b1;
  width: 100%;
  padding: 13px 10px;
  display: block;
  color: rgba(7, 18, 61, 0.55);
  font-weight: 600;
}

.service-heading,
.service p {
  max-width: 100%;
  margin: 0 auto;
}

.heading h1 {
  font-size: 46px;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 150px;
  color: #0a1749;
}
.heading h3 {
  font-size: 40px;
  color: #f1f1f1;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.heading {
  position: relative;
}
.heading h1 {
  text-align: center;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

bdi.strike-price {
  color: #aeaeae;
  text-decoration: line-through;
  font-weight: 600;
}

body.modal-open {
  padding-right: 0 !important;
}

body.modal-open {
  overflow: auto;
}
.milestons__slider {
  min-height: 1px !important;
}
.milestons__slider .slick-dots {
  bottom: -20px !important;
}
.service__slider .slick-arrow,
.milestons__slider .slick-arrow {
  width: 40px;
  height: 40px;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
}
.service__slider .slick-arrow:hover,
.milestons__slider .slick-arrow:hover {
  background: #fff;
}
.service__slider .slick-arrow::after,
.milestons__slider .slick-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  rotate: -45deg;
}
.milestons__slider .slick-prev.slick-arrow::after,
.service__slider .slick-prev.slick-arrow::after {
  scale: -1 -1;
}
.slick-dots li,
.slick-dots li button:before {
  width: 15px !important;
  margin: 0 5px;
}
.slick-dots li button:before {
  background-color: #00000010;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
  background: #0a1749 !important;
}
.serviceslider-outer {
  padding: 100px 0;
}

/* Mobile default hidden */
@media (max-width: 991px) {
  .dropdown-mobile {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mobile-toggle {
    cursor: pointer;
    float: right;
  }
}

/*brand-css*/
@media (max-width: 767px) {
  .brands-logo p {
    padding: 17px 14px;
    height: 71px;
  }
  .brands-logo img {
    max-width: 69px;
    height: 52px !important;
  }
  .heroarea .container-fluid {
    height: 40vh;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .heroarea .container-fluid {
    height: 29vh !important;
  }
  .heroarea .container-fluid {
    padding: 20px 15px !important;
  }
}

/*css-end*/
