@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
  transition: 0.3s !important;
  font-family: "Poppins", sans-serif;
}

p {
  color: #000;
  line-height: 26px;
  margin: 0 0 20px;
  text-transform: none;
  font-weight: 400;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

ul {
  list-style: none;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700 !important;
  color: #333333;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  color: #333333;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #333333;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: normal;
  color: #333333;
  font-weight: 600;
}
h5 {
  font-family: "Poppins", sans-serif;
}

/* Heading  */
/* .heading{
    margin-bottom: 25px;
} */
.heading h6 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.heading h2 {
  font-size: 33px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  line-height: 1.2;
  /*position: relative;
  width: fit-content;*/
}
.heading h2::after {
  content: "";
  width: 90px;
  height: 3px;
  background-color: #30478a;
  position: absolute;
  top: 50%;
  /* right: 0; */
  margin-left: 10px;
  border-radius: 50px;
}

/* Anchor-btn  */
.uni-a {
  width: fit-content !important;
}
.uni-a a {
  color: #ffffff;
  border: none;
  background: rgb(5, 247, 148);
  background: linear-gradient(
    90deg,
    rgba(5, 247, 148, 1) 0%,
    rgba(17, 139, 214, 1) 100%
  );
  /* transition: all .5s ease-in-out; */
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 3px;
  letter-spacing: normal !important;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: color 1s ease-in-out;
}
/* .uni-a a::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #333;
    z-index: -1;
    transition:all .3s;
}

.uni-a:hover a::after{
    width: 100% !important;
    border: 1px solid #333;
} */
.uni-a:hover a {
  color: #fff !important;
  background: rgb(17, 139, 214);
  background: linear-gradient(
    90deg,
    rgba(17, 139, 214, 1) 0%,
    rgba(5, 247, 148, 1) 100%
  );
}

.uni-a span {
  color: #ffffff;
  border: none;
  background: none;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 50px;
  letter-spacing: normal !important;
  font-weight: 400;
  display: inline-block;
  font-weight: 500;
}
.uni-a span:hover {
  background: none !important;
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
}
.uni-a a i {
  margin-left: 21px;
}

/* Anchor-btn-End  */
/* Universal-Button  */
.uni-btn button {
  font-size: 14px;
  line-height: 12px;
  padding: 15px 20px;
  border-radius: 50px;
  color: #ffffff !important;
  background: rgb(5, 247, 148);
  background: linear-gradient(
    90deg,
    rgba(5, 247, 148, 1) 0%,
    rgba(17, 139, 214, 1) 100%
  );
  outline: none !important;
  border: none;
  transition: 0.3s;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.uni-btn button i {
  margin-right: 5px;
}
.uni-btn button:hover {
  background: rgb(17, 139, 214);
  background: linear-gradient(
    90deg,
    rgba(17, 139, 214, 1) 0%,
    rgba(5, 247, 148, 1) 100%
  );
  color: #fff !important;
}

/* Universal-Button-End  */
.top-bar {
  height: 45px;
  display: flex;
  align-items: center;
  background-color: #1f1f1f;
  color: #fff;
}
.top-icon {
  display: flex;
}
.top-icon ul {
  display: flex;
}
.top-icon i {
  margin-left: 0;
  margin-right: 7px;
  color: #fff;
  font-size: 12px;
  transition: 0.1s;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff26;
  transition: all 0.35s ease;
}

header i {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
  margin: 0px;
}
.top-icon a:hover i {
  color: #fff;
}
.top-cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-icon a:hover {
  background-color: #ff541e;
  border: none;
  color: #fff !important;
  box-shadow: rgb(17 26 57 / 10%) 0px 0px 10px;
}
.top-cont p {
  margin-bottom: 0px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.head-dit {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.head-dit ul {
  list-style: none;
  margin-left: 0px;
}
.top-cont a{
  color:#fff;
}
.top-cont a:hover{
  color:blue;
}

#search {
  position: relative;
  width: 70%;
}
#search input {
  width: 100%;
  padding: 5px 16px 5px 15px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 50px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
#search button {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translate(-0%, -50%);
  width: 27px;
  border-radius: 50px;
  border: none;
  background-color: #30478a;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#search button i {
  color: #fff;
  font-size: 14px;
}

header {
  z-index: 1000;
  border-radius: 0;
  border: none;
  height: 51px;
}

.navbar img {
  width: 80%;
}

.navbar-nav li {
  position: relative;
  display: flex;
  flex-direction: row;
}

.dropdown-item:hover {
  color: #2e2e2e !important;
  background-color: #fff;
}

.active {
  color: #2e2e2e !important;
}

.nav-link:focus {
  color: #3b3f42;
}

.head-dit a {
  color: #fff;
  padding-left: 0px;
  border-radius: 50px;
  font-size: 14px !important;
  transition: 0.5s all !important;
}

.head-dit i {
  margin-right: 8px;
  color: #d2d2d2;
  transition: 0.1s;
  font-size: 14px;
}

.head-dit a:hover {
  color: #30478a;
}

.head-dit a:first-child {
  margin-right: 10px;
  margin-left: 3px;
}

.navbar-toggler {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url(../web-images/menu.png) !important;
}

.head-dit ul {
  list-style: none;
  display: flex;
  margin-left: 0px;
}

.head-dit ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.head-dit a {
  color: #fff;
  padding-left: 0px;
  border-radius: 50px;
  font-size: 13px;
  transition: 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-dit i {
  margin: 8px;
  color: #fff;
  font-size: 12px;
  transition: 0.1s;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff26;
  transition: all 0.35s ease;
}
.nav-link {
  padding: 15px 11px !important;
  color: #fff !important;
  background-color: transparent !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.navbar-brand {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.navbar {
  padding: 0px;
  height: 51px;
}

.navbar > .container {
  background-color: #30478a;
}

.dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgb(0 0 0 / 15%);
  padding: 0;
  width: 250px;
}

.dropdown-item {
  padding: 12px 15px;
  border-bottom: solid 1px #2e2e2e;
  color: #333333 !important;
  font-weight: bold;
  font-size: 13px;
}
.dropdown-menu li {
  padding: 0px !important;
}

.navbar-brand {
  display: none;
}

.mid-logo img {
  width: 28%;
}

.mid-align {
  display: flex;
  align-items: center;
  justify-content: end;
}

.mid-btn a {
  background: #2e2e2e none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff !important;
  display: inline-block;
  font-size: 13px !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px !important;
  margin-left: 5px;
}

.mid-btn a:hover {
  background-color: #30478a;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  /* .top-bar {
        height: auto;
    } */

  /* .alignment,
    .hide {
        justify-content: center !important;
    } */

  .navbar-nav li {
    padding: 0px 0px 0px 0px !important;
  }

  .navbar-nav a {
    font-size: 12px !important;
    padding: 8px 4px !important;
  }

  .dropdown-menu {
    width: 200px;
  }

  .drope-two {
    left: 197px;
  }

  .drope-three {
    left: 197px;
  }

  .dropdown-menu {
    top: 67px;
  }

  .drope-two {
    top: -3px;
  }

  .drope-three {
    top: -3px;
  }
  .head-dit ul li {
    font-size: 13px;
  }
  .head-dit ul li a {
    font-size: 13px !important;
  }
  #search {
    width: 80%;
  }
  .carousel-caption h2 {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 991px) {
  .alignment {
    justify-content: center;
  }

  .head-dit ul {
    flex-direction: column;
  }

  .navbar-nav li {
    margin: auto;
  }

  .navbar-brand {
    display: block;
  }

  .top-bar {
    display: flex;
    display: none;
  }
  .head-dit {
    display: none;
  }
  .hide {
    justify-content: space-between !important;
  }

  .middle-bar {
    display: none;
  }

  header {
    height: auto;
    background-color: #fff !important;
  }

  .navbar {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .head-dit a {
    font-size: 13px !important;
    /* padding: 6px 5px; */
    padding-right: 0px !important;
    font-weight: 600;
    margin-left: 10px;
    display: inline-block;
  }

  .head-dit i {
    margin-right: 5px;
    font-size: 13px;
  }

  .navbar-nav a {
    text-align: center;
    color: #333 !important;
  }

  .nav-item {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
  }

  .nav-link {
    border-bottom: solid 1px #2e2e2e !important;
  }
  .navbar > .container {
    background-color: #fff;
  }

  .dropdown-menu {
    width: 95%;
    margin: auto;
    background-color: #fff;
  }

  .navbar-brand {
    width: 50%;
  }

  .navbar img {
    width: 55%;
  }

  .dropdown-item i {
    top: 10px !important;
    transform: rotate(90deg) !important;
  }

  .drope-two {
    padding: 10px 0px !important;
  }

  .drope-three {
    padding: 5px 0px !important;
  }
  .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
  }
}

@media screen and (max-width: 767px) {
  .carousel-caption h2 {
    font-size: 39px !important;
    line-height: 46px !important;
  }
  #search {
    width: 80%;
  }
  .heading h2{
    font-size: 20px;
  }
}

@media screen and (max-width: 494px) {
  .top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .head-dit a:first-child {
    display: block;
  }

  .head-dit a {
    padding: 2px 0px;
  }

  .head-dit a:nth-child(2) {
    padding: 2px 0px;
  }

  .head-dit a:last-child {
    padding: 2px 0px;
  }

  .head-dit a {
    font-weight: 600;
  }

  .top-bar {
    height: auto;
  }

  .head-dit ul {
    flex-direction: column;
    text-align: center;
  }

  .head-dit ul li {
    justify-content: center;
  }
}

@media screen and (max-width: 370px) {
  .head-dit a {
    font-size: 12px !important;
  }

  .navbar-brand {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 299px) {
  #search {
    width: 75%;
  }
}

@media screen and (max-width: 228px) {
  .head-dit a:nth-child(2) {
    display: block;
    text-align: center;
  }

  .head-dit a:last-child {
    display: block;
    text-align: center;
  }

  .top-bar {
    height: 70px;
  }
}
.navbar-nav li:last-child a {
  border-bottom: none !important;
}

.heading {
  text-align: left;
  padding: 15px 0px;
}
.heading span {
  display: inline-block;
  font-weight: 500 !important;
  padding: 0px 10px 0px 10px;
  position: relative;
  text-transform: capitalize;
  font-size: 15px;
}
.heading span::before {
  content: "";
  width: 40px;
  height: 0.5px;
  position: absolute;
  top: 50%;
  right: -60px;
  background-color: #333;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.heading span::after {
  content: "";
  width: 40px;
  height: 0.5px;
  position: absolute;
  top: 50%;
  left: -20px;
  background-color: #333;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}

/* Multi-Navbar  */
#site-header {
  z-index: 1000;
  background-color: #fff;
  padding: 8px 0px;
  height: 85px;
  display: flex;
  align-items: center;
  position: unset;
  width: 100%;
}

/* For-Nav-Js  */
.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  position: fixed !important;
  background-color: #fff !important;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}
/* For-Nav-Js-End  */
.jquerynav {
  /* background: transparent; */
  width: 100%;
  list-style: none;
  /* position: sticky;
    top: 0;
    left: 0; */
  z-index: 1000;
  border-radius: 0;
  border: none;
  height: auto;
  display: flex;
  justify-content: end;
}
.jquerynav:after {
  display: table;
  content: "";
  clear: both;
}
.jquerynav li {
  position: relative;
}
.show {
  border: 1px solid lightgray;
}
.show li {
  border-bottom: 1px solid lightgray;
}
.show li:last-child {
  border-bottom: none;
}
.jquerynav a {
  font-weight: 700 !important;
}
.show a {
  padding: 12px 13px !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  text-align: center !important;
}
.jquerynav li a {
  color: #3b3f42 !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 600 !important;
  padding: 30px 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  margin: 0 10px;
  display: inline-block;
  text-transform: uppercase !important;
}
.jquerynav li a:hover,
.jquerynav li.current a {
  color: #fff;
}
.jquerynav li a:hover {
  color: #fff;
}
/* first level */
.jquerynav > li {
  float: left;
  display: inline;
  margin: 0px 2px;
  /* border-right:1px solid #ddd; */
}
/* second level */
.jquerynav ul {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 180px;
  z-index: 2;
  list-style: none;
  margin-left: 0px;
  /* border-top: 3px solid #13aff0; */
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
  border: none;
}
.jquerynav ul li a {
  color: #fff;
}
.jquerynav ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
}
.jquerynav ul .touch-block {
  color: #fff !important;
}
.jquerynav ul li {
  float: none;
}
/* third level */
.jquerynav ul ul {
  left: 100%;
  top: 0;
}
.jquerynav > li:last-child ul ul {
  left: -100%;
}
.jquerynav li:hover > ul {
  display: block;
}
.show .touch-block {
  top: 15px;
  right: 5px;
  transform: rotate(25deg);
}
.touch-block i {
  color: #fff;
  font-size: 13px;
}
.jquerynav li a:hover .touch-block i {
  color: #fff !important;
}
.nav-active a {
  background-color: #424692;
  color: #fff !important;
  z-index: 10;
}
.jquerynav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#click {
  display: none;
}
.ris-nav {
  padding: 5px 0px;
  margin-right: 16px;
  width: 16%;
}
.jquerynav-wrapper ul li a {
  width: 100%;
  /* padding: 8px 15px; */
  padding: 30px 15px;
  margin: 0px;
}
/* .jquerynav-wrapper ul li a:hover{
    background-color: #424692;
    color: #fff;
} */
/* .jquerynav-wrapper ul li a:hover .touch-block{
    color: red;
} */
/* .jquerynav-wrapper ul ul{
    background-color: ##30478a;
    color: #fff;
} */
.jquerynav-wrapper ul ul li a {
  color: #000 !important;
  text-transform: capitalize !important;
  letter-spacing: normal !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  /* letter-spacing: 0.6px !important; */
  padding: 12px 15px !important;
  text-align: left !important;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #f1f1f1;
  line-height: 1.2;
}
.jquerynav-wrapper ul ul li:hover {
  background-color: #30478a;
}
.jquerynav-wrapper ul ul li a:hover {
  /* background-color: #f8f8f8; */
  color: #fff !important;
}
.has-sub-menu .active {
  background-color: #30478a;
}
.has-sub-menu .active a {
  color: #fff;
}
.jquerynav-wrapper ul ul li {
  background-color: #fff;
  text-align: left;
}
.ris-align img {
  width: 60%;
}
.jquerynav-wrapper ul li a:hover .jquerynav-wrapper .touch-block {
  color: #fff !important;
}
@media only screen and (max-width: 1399px) {
  .ris-nav {
    margin-right: 10px;
    width: 25%;
  }
  /* .jquerynav-wrapper ul li a {
        font-size: 11px;
    } */
  .ris-align img {
    width: 50%;
  }
  .touch-block {
    top: 11px;
  }
  .carousel-caption {
    width: 60%;
  }
}
@media only screen and (max-width: 1199px) {
  .ris-nav {
    margin-right: 0px;
    width: 25%;
  }
  .ris-align img {
    width: 80%;
  }
  .jquerynav-wrapper ul li a {
    padding: 8px 10px;
    /* font-size: 10px; */
  }
  .jquerynav-wrapper .uni-a a {
    padding: 9px 20px !important;
  }
  .touch-block {
    top: 15px !important;
    right: 0px !important;
    font-size: 7px;
  }
  .carousel-caption h5 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  #site-header {
    display: unset;
    height: auto;
  }
  #site-header .container {
    max-width: 100%;
    padding: 0px;
  }
  .touch-block {
    top: 10px !important;
    right: 20px !important;
    font-size: 11px;
    width: 20px;
    height: 20px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .show .touch-block {
    right: 20px !important;
  }
  /* first level */
  .jquerynav > li,
  .jquerynav > .page_item {
    border-bottom: 1px solid #bbb;
    border-right: none;
  }
  .jquerynav > li:last-child {
    border-bottom: none;
  }
  .jquerynav li {
    width: 100%;
  }
  /* second level */
  .jquerynav li:hover > ul {
    display: none;
  }
  .jquerynav ul {
    position: relative;
  }
  /* third level */
  .jquerynav ul ul {
    left: 0%;
    top: auto;
  }
  .jquerynav > li:last-child ul ul {
    left: 0;
  }
  .show a {
    padding: 15px 20px !important;
  }
  .show .touch-block {
    transform: rotate(0deg);
    right: 15px;
  }
  .jquerynav li a {
    font-size: 12px;
    padding: 10px 4px;
    text-align: center;
  }
  .ris-nav {
    display: block;
    width: auto;
  }
  .ris-align {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
  }
  .ris-nav a {
    padding: 3.2px 0px;
  }
  .ris-nav img {
    width: 22% !important;
  }
  .ris-nav i {
    font-size: 30px;
    color: #000;
  }
  .jquerynav {
    display: none;
    height: 250px;
    overflow: auto;
    background-color: #fff;
  }
  .jquerynav-wrapper {
    display: unset;
  }
  #click {
    display: block;
  }
  .ris-nav {
    padding: 0px;
    background-color: #fff;
  }
  #site-header {
    padding: 0px;
  }
  .jquerynav-wrapper ul li a {
    font-size: 13px;
    padding: 13px 15px;
    color: #fff;
  }
  .jquerynav-wrapper ul ul li a {
    padding: 13px 15px !important;
    /* color: #fff !important; */
    /* justify-content: center !important; */
    border-bottom: none;
    font-size: 14px !important;
  }
  .carousel-caption h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .jquerynav > li {
    margin: 0px;
  }
  .touch-block i {
    color: #fff;
  }
  .jquerynav-wrapper .uni-a {
    /* position: absolute;
        right: 70px; */
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .touch-block {
    top: 12px;
    right: 15px;
    font-size: 12px;
  }
  .show .touch-block {
    right: 15px !important;
  }
  .ris-nav img {
    width: 25% !important;
  }
  .carousel-caption {
    width: 80%;
  }
  .carousel-caption h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .carousel-caption p {
    font-size: 15px;
    display: none;
  }
  .slick-slide .uni-anc {
    margin-top: 20px;
  }
  .uni-anc a {
    font-size: 12px;
    padding: 4px 12px;
  }
  .jquerynav-wrapper .uni-a a {
    padding: 6px 10px !important;
  }
  .slick-prev{
    left: 15px !important;
  }
  .slick-next{
    right: 15px !important;
  }
}
@media only screen and (max-width: 599px) {
  .carousel-caption h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .carousel-caption {
    padding: 0px;
  }
  .carousel-caption p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 499px) {
  .carousel-caption h5 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .carousel-caption p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 399px) {
  .slick-slide .uni-anc {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 299px) {
  .carousel-caption h5 {
    margin-bottom: 0px;
  }
  .slick-slide .uni-anc {
    margin-top: 5px;
  }
  .uni-anc a {
    font-size: 10px;
  }
}



/* Slider  */
.slider {
  position: relative;
  background-color: #30478a;
}
.slider-image img {
  width: 100%;
}
.prev-arrow {
  width: 30px;
  height: 30px;
  background-image: url(../web-images/left-chevron.png);
  background-color: transparent;
  background-size: cover;
  border: none;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-0%, -50%);
  z-index: 9;
}
.next-arrow {
  width: 30px;
  height: 30px;
  background-image: url(../web-images/right-chevron.png);
  background-color: transparent;
  background-size: cover;
  border: none;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(-0%, -50%);
  z-index: 9;
}
.slider .uni-a a:first-child {
  margin-right: 10px;
}

/* Slider  */
.slider {
  position: relative;
}
.slider-image img {
  width: 100%;
}
.prev-arrow {
  width: 30px;
  height: 30px;
  background-image: url(../web-images/left-chevron.png);
  background-color: transparent;
  background-size: cover;
  border: none;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-0%, -50%);
  z-index: 9;
}
.next-arrow {
  width: 30px;
  height: 30px;
  background-image: url(../web-images/right-chevron.png);
  background-color: transparent;
  background-size: cover;
  border: none;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(-0%, -50%);
  z-index: 9;
}
.slick-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #001443ad;
  z-index: 3;
  opacity: 0.67;
  animation: top 1.5s 0.5s linear 1;
  animation-timing-function: ease;
}
.carousel-caption {
  z-index: 10000 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.carousel-caption h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
}
.carousel-caption p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 14px 0px 24px 0px;
  text-align: center;
  line-height: 26px;
}
@media only screen and (max-width: 991px) {
  .carousel-caption h2 {
    display: none;
  }
  .carousel-caption p {
    display: block;
  }
  .slider .uni-a {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel-caption p {
    font-size: 16px;
    margin: 5px 0px 10px 0px;
    line-height: 18px;
  }
  .carousel-caption h6 {
    font-size: 14px;
  }
  .slider .uni-a {
    display: none;
  }
}

/* Service  */

/* SLider  */
.slider {
  border-bottom: 1px solid rgba(128, 128, 128, 0.26);
}
.slide-img .ban-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
}
.slide-img .ban-1 img {
  width: 100%;
  height: auto;
}
.slide-img .ban-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
.slide-img .ban-2 img {
  width: 100%;
  height: auto;
}
.slider .slick-slide {
  height: 82vh;
}
.slick-slide::after {
  position: unset;
}
#site-header {
  border-bottom: 1px solid #80808042;
  box-shadow: 0px 6px 5px #6666661f;
}
.carousel-caption h2 {
  color: #fff;
  text-transform: uppercase;
}
.carousel-caption p {
  color: #f9f9f9;
  text-transform: uppercase;
}

.software {
  overflow: hidden;
}
.software .slick-slide img {
  margin: auto;
  aspect-ratio: 3/1;
  object-fit: contain;
  background-blend-mode: color-burn;
  width: 100%;
}
/* .software .slick-initialized .slick-slide{
    /* min-height: 250px; */
/* }  */

/* About  */
.about {
  /*padding: 150px 0px !important;*/
}
.about img {
  width: 100%;
  /* box-shadow: 2px 2px 16px #8080806b; */
  position: relative;
}
.about-image {
  display: flex;
  align-items: center;
  position: relative;
}
.about-image::after {
  /* content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20%;
    height: 20%;
    background-color: #30478a;
    z-index: -1; */
  content: "";
  position: absolute;
  top: -60px;
  left: -129px;
  width: 80%;
  height: 120%;
  background-color: rgb(48, 71, 138);
  z-index: -1;
}
/* .about-image::before{
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20%;
    height: 20%;
    background-color: #30478a;
    z-index: -1;
} */
.about-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #30478a;
  background-color: #ea5d2044;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #30478a;
}

@keyframes anime {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* @keyframes anime{
    50%{
        transform: rotateY(150deg);
    }
} */
/* .software {
    padding-bottom: 190px !important;
} */

/* Footer  */
footer {
  border-top: 0px solid #142b3a;
  background-color: #1b274a;
  color: #fff !important;
  padding: 70px 0px;
  position: relative;
  z-index: 1;
}
.footer-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-head {
  margin-bottom: 15px;
}

footer h3 {
  font-size: 18px;
  color: #fff !important;
  font-weight: 600;
  margin-bottom: 25px;
}

footer P {
  color: #ccc !important;
  font-size: 15px;
  margin-bottom: 0px;
}
footer .footer-link li {
  list-style: none;
  padding: 0px 0 8px 20px;
  line-height: inherit;
  position: relative;
}

footer .footer-link li::before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #74767a;
  float: left;
  margin-right: 14px;
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
}

footer .footer-link li a {
  font-size: 15px !important;
  color: #ccc;
}

footer .footer-link li a:hover {
  color: lightgreen;
  letter-spacing: 0.7px;
}

footer .footer-form label {
  width: 100%;
  font-size: 14px;
}

footer .footer-form input,
textarea {
  width: 80%;
  font-size: 13px;
  padding: 0px 5px;
  outline: none;
  color: #717373;
  height: auto;
}
footer .footer-form li {
  display: flex;
  /* flex-direction: column; */
  margin-bottom: 10px;
}
footer .footer-form li p {
  margin-bottom: 0px;
}
footer .footer-form li span {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
  font-family: "Poppins", sans-serif;
}
footer .footer-form li a {
  font-size: 15px !important;
  color: #ccc;
  display: inline-block;
}
footer .footer-form li a:hover {
  color: lightgreen;
  letter-spacing: 0.5px;
}

#foot-mes {
  width: 80% !important;
  height: auto !important;
}

.footer-form .uni-btn button:hover {
  background-color: #1f1f1f !important;
  color: #fff !important;
}

/* ::placeholder{
    color: red !important;
    opacity: 1;
} */
footer .serv-border::after {
  background-color: #e5eaec;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #30478a;
  padding: 5px 12px;
}

.footer-bottom p {
  margin-bottom: 0px;
  color: #ccc !important;
  font-size: 14px;
  text-align: center;
}

.footer-bottom p a {
  color: #ccc;
}

.footer-bottom p a:hover {
  color: #30478a;
}

.footer-form a:hover {
  color: #1f1f1f;
}

.footer-icon {
  justify-content: end;
}

.footer-icon a {
  color: #00a0e3;
  border-radius: 2px;
  position: relative;
}

.footer-icon a:hover {
  background-color: #1f1f1f;
  color: #fff;
  border-radius: 2px;
}

.footer-icon a:hover .anch-hov i {
  color: #1f1f1f;
}

.footer-icon .anch-hov {
  position: absolute;
  left: 50%;
  top: -26px;
  /* width: 60px;
    height: 20px; */
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  background-color: #292929;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}

.footer-icon a:hover .anch-hov {
  opacity: 1;
  z-index: 0;
}

.footer-icon .anch-hov i {
  position: absolute;
  bottom: -8px;
  color: #292929;
  font-size: 14px;
}

footer ul {
  margin-left: 0px;
}

.footer-form a {
  color: #fff;
}

footer .footer-abt {
  margin-top: 30px;
}

footer .logo img {
  width: 70%;
  margin-bottom: 20px;
}

.pad-left {
  padding-left: 40px;
}
.footer-social {
  margin-top: 20px;
}
.footer-social ul {
  display: flex;
}
.footer-social a {
  margin-right: 12px;
}
.footer-social i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.3s;
}
.footer-social a:hover i {
  background-color: #30478a;
  color: #fff;
}

@media screen and (max-width: 991px) {
  footer .footer-abt {
    margin-bottom: 20px;
  }
  /* footer{
        padding: 50px 0px;
    } */
  .pad-left {
    padding-left: 12px;
  }
  footer {
    margin-top: 0px;
  }
  .sec-icon img {
    right: 0;
    bottom: 0;
  }
}

.float-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #eee;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1000;
  display: block;
  text-align: center;
  line-height: 2.5;
  /* box-shadow: 1px 1px 3px 0px rgba(168,168,168,1); */
  box-shadow: 1px 1px 3px 0px rgba(46, 46, 46, 1);
}
.float-up:hover {
  background: linear-gradient(
    90deg,
    rgb(5, 247, 148) 0%,
    rgb(17, 139, 214) 100%
  );
}
.float-up:hover i {
  color: #fff;
}
.float-up i {
  color: #2e2e2e;
  font-size: 14px;
  transition: 0.3s;
}

/* Bread-Crumbs  */
.bread-crumb {
  /* padding: 34px 0px; */
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
  background-image: url(../web-images/Breadcrum/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
}
.bread-box {
  height: 250px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 30px;
}
.bread-box .main-heading h2 {
  color: #fff;
  text-transform: capitalize;
}

/* Whats-App  */
#float_contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  display: none;
}
#float_contact a:first-child {
  margin-bottom: 10px;
  display: inline-block;
}
#float_contact a:first-child i {
  background-color: #24a0ed;
  font-size: 20px;
}
#float_contact i {
  font-size: 25px;
  color: #fff;
  background-color: #25d366;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 3px 0px rgb(46 46 46);
}
.s-pad {
  padding: 85px 0px 0px 0px;
}
.bg-color {
  background-color: #f4f6fb;
}
.pad-bottom {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 1199px) {
  .icon {
    top: -170px;
  }
  /* footer{
        margin-top: 150px;
    } */
}
@media screen and (max-width: 991px) {
  .s-pad {
    padding: 50px 0px;
  }
  .pad-bottom {
    padding-bottom: 50px !important;
  }
  .about-cont {
    padding-right: 0px !important;
  }
  .icon {
    display: none;
  }
  .sec-icon img {
    width: 100%;
  }
  /* footer{
        padding-top: 70px;
        padding-bottom: 200px;
        margin-top: 0px;
    } */
  .software {
    padding-bottom: 50px !important;
  }
  #counter-section .container {
    max-width: 100%;
  }
  .about-image {
    margin-bottom: 80px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #counter-box-wrapper {
    flex-direction: column;
  }
  #counter-box {
    width: 100%;
    margin-bottom: 20px;
  }
  #counter-section h3 {
    font-size: 16px;
  }
  .sec-icon {
    overflow: hidden;
  }
  .sec-icon img {
    object-fit: cover;
    height: 200px;
    width: 160%;
  }
  .icon {
    display: block;
    top: -160px;
  }
  .icon img {
    width: 80%;
    object-fit: cover;
    left: -215px;
    position: relative;
  }

  footer .logo {
    text-align: end;
  }
  .icon {
    top: -270px;
  }
  .icon img {
    width: 95%;
    left: -150px;
  }
  /* footer{
        padding-bottom: 250px;
    } */
  .icon {
    display: none;
  }
  /* .icon img{
        width: 75%;
    } */
  .dropdown-content {
    top: 66px !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 467px) {
  .icon {
    display: block;
  }
  /* footer{
        padding-top: 200px;
        padding-bottom: 250px;
        margin-top:150px;
    } */
}
@media screen and (max-width: 327px) {
  /* footer{
        padding-top: 50px;
    } */
}

.jquerynav-wrapper .uni-a a {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 9px 25px;
  border-radius: 0px;
}
.software h3 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}
.software p {
  margin-bottom: 0px;
}
.software .slick-slide {
  margin: 12px 6px;
  border-radius: 5px;
  height: 100%;
}
.software .slick-list {
  margin: 12 - 6px;
}

/* Pan-Map  */
.map {
  border-bottom: 1px solid #80808042;
}
.map-image {
  text-align: center;
}
.map-image img {
  width: 70%;
}
.map-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.map-cont h3 {
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #333;
  padding: 16px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  transition: 0.3s !important;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  /* background-color: #2980B9; */
  color: #30478a;
}

.dropbtn:hover i,
.dropbtn:focus i {
  color: #30478a;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 99999;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  top: 69px;
  left: -100%;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 15px !important;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #f1f1f1;
  font-size: 13px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #30478a;
  color: #fff;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.showd {
  display: block;
}

.dropbtn i {
  color: #333333;
  font-size: 13px;
}
.showly {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .dropdown {
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 60px;
    z-index: 99999;
  }
  .dropbtn {
    font-size: 18px;
  }
  .jquerynav-wrapper {
    position: relative;
  }
}
/* @media screen and (max-width:767px){
    .dropdown{
        position: absolute;
        display: inline-block;
        top: 35px;
        right: 60px;
        z-index: 99999;
    }
} */
@media screen and (max-width: 467px) {
  .dropdown {
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 45px;
    z-index: 99999;
  }
}
@media screen and (max-width: 367px) {
  .dropdown {
    top: -3px;
  }
}

.bread-crumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
}
.bread-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bread-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.bread-cont {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.bread-cont h2 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
}
.bread-crumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.22;
}
.bread-cont ul {
  display: flex;
}
.bread-cont span {
  margin: 0px 12px;
  color: #fff;
}
.bread-cont ul li a {
  color: #fff;
  font-weight: 500;
}
.bread-cont ul li a:hover {
  color: #30478a;
}
.bread-cont ul li {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.contact-map {
  height: 450px;
}
/* Contact Us  */
.contact {
  background: linear-gradient(
    180deg,
    rgb(178 222 252 / 1%) 0%, rgb(79 123 151) 100% );
  ;
}
.contact ul li {
  display: flex;
  margin-bottom: 30px;
}
.contact ul li i {
  margin-top: 0px;
  margin-right: 10px;
  font-size: 15px;
  color: #eb3236;
}
.contact ul li h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.contact ul li p {
  margin-bottom: 0px;
  font-size: 16px;
}
.contact .form-row input {
  width: 100%;
  outline: none;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #80808054;
  margin-bottom: 10px;
  font-size: 16px;
  color: #212529;
  font-family: "Poppins", sans-serif;
}
.contact .form-row select {
  width: 100%;
  outline: none;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #80808054;
  margin-bottom: 10px;
  font-size: 16px;
  color: #757575;
  font-family: "Poppins", sans-serif;
}
.contact .form-row textarea {
  width: 100%;
  outline: none;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #80808054;
  margin-bottom: 10px;
  font-size: 16px;
  color: #212529;
  font-family: "Poppins", sans-serif;
}
.contact .uni-btn button {
  padding: 18px 45px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .form-cont {
    margin-bottom: 40px;
  }
  .jquerynav li a:hover,
  .jquerynav li.current a {
    color: #fff !important;
  }
}

/* Products  */
.pro-box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.product-wrapper {
  position: relative;
  height: 100%;
}
.pro-box {
  border-radius: 5px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.pro-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  opacity: 0.27;
  z-index: 0;
  border-radius: 10px;
  transition: all 0.3s;
}
.product .pro-image {
  height: 100%;
}
.product .pro-image img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.product .pro-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.product .pro-cont .uni-a {
  padding: 20px 0px 10px 0px;
}
.product .pro-cont h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.product .pro-cont i {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 21px;
  transition: all 0.3s;
}
.product .pro-hover:hover .pro-box {
  transform: translateY(-10px);
}
.product .pro-hover:hover .pro-box::after {
  background-color: #ea5d20be;
  z-index: 0;
  border-radius: 10px;
  opacity: 1 !important;
}
.product .uni-btn {
  position: absolute;
  bottom: -49px;
  right: 40px;
  transition: 0.3s;
  opacity: 0;
  z-index: 999999;
}
.product .uni-btn button {
  padding: 21px 20px;
  position: relative;
  z-index: 999999;
}
.product .pro-hover:hover .uni-btn {
  bottom: 49px;
  right: 40px;
  opacity: 1;
}
.pro-hover {
  height: 100%;
}
.slick-dots {
  display: none !important;
}

/* Scroll-JS  */
.float-up {
  display: block !important;
  opacity: 0;
}
#float_contact {
  transition: 0.5s ease-in-out !important;
  opacity: 0;
  display: block !important;
}
#float_contacts {
  transition: 0.5s ease-in-out !important;
  opacity: 0;
}
#float_contacts .float-up {
  display: block !important;
  opacity: 1;
  cursor: pointer;
}
.cat-show {
  opacity: 1 !important;
}
.cat-shows {
  opacity: 1 !important;
}
.nav-stick {
  position: sticky !important;
  top: 0 !important;
  background-color: #fff !important;
  animation: smooth 0.5s ease 1;
}
@keyframes smooth {
  0% {
    transform: translateY(-40%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* Slider  */
.prev-arrow {
  width: 35px;
  height: 35px;
  background-image: url(../web-images/left-chevron.png);
  background-color: transparent;
  background-size: cover;
  border: none;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(-0%, -50%);
  z-index: 9;
  background-color: #1b274a;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(-100%);
}
.next-arrow {
  width: 35px;
  height: 35px;
  background-image: url(../web-images/right-chevron.png);
  background-color: transparent;
  background-size: cover;
  border: none;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translate(-0%, -50%);
  z-index: 9;
  background-color: #2e314beb;
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
  transform: translateX(100%);
}
.slider:hover .prev-arrow {
  opacity: 1;
  transform: translateX(100%);
}
.slider:hover .next-arrow {
  opacity: 1;
  transform: translateX(-100%);
}
.prev-arrow:hover {
  background-color: #2e314b;
}
.next-arrow:hover {
  background-color: #2e314b;
}

.software .slick-prev:before,
.software .slick-next:before {
  content: "" !important;
}
.software .slick-prev {
  background-image: url(../web-images/left-chevron.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #30478a;
  /* padding: 10px; */
  width: 35px;
  height: 35px;
  z-index: 999;
  border-radius: 3px;
  box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.678);
}
.software .slick-next {
  background-image: url(../web-images/right-chevron.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-color: #30478a;
  /* padding: 10px; */
  width: 35px;
  height: 35px;
  z-index: 999;
  border-radius: 3px;
  box-shadow: 3px 3px 15px -3px rgba(0, 0, 0, 0.678);
}
.software .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #30478a !important;
}
.software-box {
  display: flex;

  text-align: center;
  justify-content: space-evenly;
}
.fav-cont {
  margin-top: 10px;
}
.fav-image {
  width: 100%;
  /* text-align: center; */
  /* margin-bottom: 10px; */
}
.fav-image img {
  width: 100%;
}
.fav-image1 {
  width: 15%;
}
.fav-image1 img {
  width: 100%;
}
/* css of unique section */

.unique-heading {
  text-align: center;
  margin: 50px 0 70px 0;
}
.unique-heading h2 {
  font-size: 48px;
  font-weight: 700;
}
.unique-heading h3 {
  font-size: 48px;
  font-weight: 400;
}
.wrapper {
  box-shadow: 2px 2px 16px #87878754;
  width: 100%;
  padding: 12px 12px 30px 12px;
  border-radius: 15px;
  transition: 0.3s;
  height: 100%;
}
.wrapper a i {
  width: 100%;
  font-size: 58px;
  text-align: center;
  margin: 20px 0 30px 0;
  color: #30478a;
}
.wrapper p {
  padding: 12px;
  text-align: center;
}
.wrapper:hover,
.wrapper:active {
  transform: translateY(-10px);
  /* background-image: linear-gradient(
    180deg,
    rgba(5, 247, 148, 1) 0%,
    rgba(17, 139, 214, 1) 100%
  ); */
}


.section-counter {
  display: flex;
  padding: 70px 0;
  /* text-align: center; */
  background-image: linear-gradient(#f4f6fb, #d3e7f8);
  color: white;
}
.counter-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-count {
  text-align: center;
}
.container-count h2 {
  font-weight: 600;
  /* color: #fff; */
  font-size: 32px;
  margin-bottom: 20px;
}
.container-count p {
  /* color: #fff; */
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.container-count a i {
  width: 100%;
  font-size: 36px;
  margin-bottom: 15px;
  color: #30478a;
}

@media screen and (max-width: 767px) {
  .contact .heading h2 {
    font-size: 22px;
  }
  .heading h2::after {
    display: none;
  }
  /* .contact-map iframe{
        margin-bottom: 0px;
    } */
  .counter-box {
    flex-direction: column;
  }
  .container-count {
    margin-bottom: 45px;
  }
}
.comapre-products .compare-pro {
  box-shadow: 2px 2px 16px #87878754;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.comapre-products h2 {
  margin-bottom: 30px;
}
.comapre-products .card-pro-com {
  display: flex;
  justify-content: space-around;
}
/* .comapre-products .card-pro-com .img-cart img{
    width: 100%;
    margin-right: 25px;
  
} */
.comapre-products .cart-btn-comp {
  text-align: right;
}
.comapre-products .cart-btn-comp a {
  padding: 12px 30px;
  background-color: #1b274a;
  color: #fff;
  border-radius: 50px;
}
.vard-head p {
  font-size: 16px;
  font-weight: 300;
  color: #212529;
  padding-left: 20px;
}
.vard-head h4 {
  padding-left: 20px;
}
@media screen and (max-width: 467px) {
  .comapre-products .card-pro-com {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .vard-head h4 {
    margin-top: 30px;
    line-height: 1.3;
  }
  .card-pro-com .img-cart {
    /* justify-content: center; */
    text-align: center;
  }
  .comapre-products .cart-btn-comp {
    text-align: center;
  }
}

/* Software-Search - inner page  */
.soft-search {
  width: 100%;
  margin-bottom: 40px;
}
.soft-search input {
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid rgba(128, 128, 128, 0.425);
  border-radius: 5px;
  outline: none;
  margin-bottom: 40px;
  border-radius: 50px 50px 50px 50px;
  padding-right: 70px;
}
.software-list li {
  margin-bottom: 3px;
}
.software-list li h3 {
  width: 100%;
  font-weight: 600;
  margin: 20px 0px;
}
.software-list li h3 a {
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.software-list li h3 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  width: 40px;
  height: 2.4px;
  background-color: #30478a;
  transform: translate(-50%, -0%);
  border-radius: 50px;
}
.software-list li a {
  color: #30478a;
  font-weight: 500;
}
.software-list li a:hover {
  color: #2e2e2e;
}
.soft-search h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.search-bar {
  position: relative;
  width: 50%;
}
.search-bar i {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #30478a;
  width: 70px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 50px 50px 0px;
  color: #fff;
}
.search-head {
  width: 100% !important;
}
.software-list ul li {
  width: 33.33%;
}
.soft-search {
  width: 100% !important;
}

@media screen and (max-width: 991px) {
  .search-bar {
    width: 90%;
  }
  .software-list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .search-bar {
    width: 100%;
  }
  .software-list ul li {
    width: 100%;
  }
}

/* service inner2 page */
.about-service2 {
  box-shadow: 1px 1px 14px #d2d2d2;
  padding: 15px;
  /* margin-bottom: 30px; */
}
.about-service2 p {
  margin: 12px;
  padding: 12px;
}

.about-service2 .image-service2 img {
  width: 100%;
}
.about-service2 {
  margin-top: 20px;
}

.sidebar-inner {
  box-shadow: 1px 1px 14px #d2d2d2;
  padding: 20px;
}
.sidebar-inner h4 {
  margin-bottom: 15px;
  margin-top: 5px;
}
.checkbox-sidebar {
  display: flex;
  flex-direction: column;
}
.sidebar-inner .lables-x label {
  font-size: 18px;
  margin-left: 10px;
}
.sidebar-inner .lables-x input {
  cursor: pointer;
}
.sidebar-inner .lables-x {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .comapre-products {
    margin-top: 25px;
  }
  .comapre-products .compare-pro {
    padding: 25px 10px;
    margin-bottom: 25px;
  }
  .comapre-products .cart-btn-comp a {
    padding: 7px 18px;
    font-size: 12px;
  }
  .vard-head h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .comapre-products h2 {
    font-size: 25px;
  }
  .vard-head h4 {
    padding-left: 12px;
  }
  .vard-head p {
    padding-left: 12px;
  }
}

.select-opt select {
  width: 100%;
  padding: 5px 12px;
}

/* changed  */
/* how we work section */
.work-step {
  box-shadow: 1px 1px 16px #74767a4f;
  padding: 30px 20px 20px;
  width: 100%;
  height: 100%;
}

.work-step h2 {
  color: #30478a;
  font-weight: 600;
  margin-bottom: 15px;
}
.work-step h3 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
}
.work-step p {
  font-size: 16px;
}
.work-con {
  margin-top: 15px;
  padding: 12px;
}
.work-con h3 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
}

.work-step:hover,
.work-step:active {
  transform: translateY(-10px);
  background-color: #74767a14;
}

/* Faq's */
.faq .accordion {
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  /* padding: 15px; */
}
.faq .accordion .accordion-content {
  background-color: transparent;
  /* border-bottom: 1px solid #fffdd0; */
  border-radius: 0px;
  margin: 10px 0;
  overflow: hidden;
}
/* .faq .accordion .accordion-content:last-child{
  border-bottom: none;
} */
.faq .accordion-content.open {
  padding-bottom: 0px;
}
.faq .accordion-content .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s linear;
  /* background-color: #74767a; */
  /* border: 1px solid black; */
  border-bottom: 1px solid #474747;
}
.faq .accordion-content.open header {
  min-height: 50px;
}
.faq .accordion-content .description {
  height: 0px;
  padding: 0px 15px;
  transition: all 0.3s linear;
  margin-bottom: 0px;
  background-color: #fff;
  color: #000;
}
.faq .accordion-content .title {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  color: #000;
}
.faq .accordion-content .header i {
  font-size: 18px;
  cursor: pointer;
  color: #000;
}

/* one-on-one section */

.one-on {
  padding: 30px 20px 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #80808014;
  border-radius: 10px;
}
.one-on h3 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
.one-on p {
  font-size: 16px;
  margin-bottom: 0;
}
.one-on .on-img {
  width: 10%;
  margin-bottom: 15px;
  margin: auto;
  position: relative;
}
.one-on .on-img img {
  width: 100%;
  position: relative;
}
.one-on .on-img::after {
  content: " ";
  width: 140%;
  height: 140%;
  position: absolute;
  top: -10px;
  right: 0px;
  background-color: lightgreen;
  opacity: 0.99;
  z-index: -1;
  border-radius: 5px 5px 40px 5px;
}
.one-on:hover,
.one-on:active {
  transform: translateY(-10px);
  background-color: #F4F6FB;
}

 


/* faq's change */
.faq-box .description{
  margin: 15px 0;
}




@media screen and (max-width: 467px){
  .heading1 h6 {
    font-size: 13px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .heading1 h2 {
    font-size: 20px !important;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    line-height: 1.2;
    position: relative;
    width: fit-content;
    margin-bottom: 20px;
  }
  .heading1 h3 {
    font-size: 18px !important;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    line-height: 1.2;
    position: relative;
    width: fit-content;
  }
  .heading1 h4 {
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    line-height: 1;
    text-transform: capitalize;
    font-weight: normal;
    color: #333333d4;;
    font-weight: 600;
  }
   .heading1 h1 {
    font-family: "Poppins", sans-serif;
    font-size: 22px !important;
    line-height: 1;
    text-transform: capitalize;
    font-weight: normal;
    color: #333333d4;;
    font-weight: 600;
  }
  p{
    font-size: 15px;
  }
  .bread-crumb{
    height: 300px;
  }
}


/* home page */
.work-con h3 {
  font-size: 24px;
}
.image-product a>img{
  width: 100%;
  height: auto;
}
.image-product h3 {
  font-size: 18px;
  color: #005080;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-weight: 700;
}
.prod {
  display: block;
  height: 200px;
  text-align: center;
  background-size: cover;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  background-size: 100%;
  background-position: center;
}
.ls a {
  color: #b7211d;
}
.ls {
  background-color: #ffffff;
  color: #808080;
}
.prod div {
  width: 80%;
  left: 10%;
  height: 80%;
  position: absolute;
  top: 10%;
  background:#1b274ac9;
  line-height: 120px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
}
.prod div span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.prod_subtext {
  text-align: center;
}

.banner-section-prod {
  min-height: 50vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: left center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.ds {
  background-color: #333333;
  color: #919899;
}
.bottompadding_50 {
  padding-bottom: 50px;
}

.toppadding_50 {
  padding-top: 50px;
}
.banner-section-prod.container {
  align-self: center;
}
.white {
  color: #fff;
}
.padding_20 {
  padding: 20px;
}
.ds h1, .ds h2, .ds h3, .ds h4, .ds h5, .ds h6 {
  color: #ffffff;
}
.ds .highlight, .ds .highlight1 {
  color: #6c8ded;
  border-color: #1b274ac9;
}

.semibold {
  font-weight: 600;
}
.posRelative {
  position: relative;
}

.semibold {
  font-weight: 600;
}
.text-right {
  text-align: right;
}
h5 i.banner-quote-icon {
  font-size: 140px;
  position: absolute;
  top: -75px;
  right: 100px;
  color: rgba(255,255,255,0.3);
}
.prod:hover {
  background-size: 150%;
}
.banner-section-prod  a:hover {
  color: #808080;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}
.prod div.greybg {
  color: #ffffff;
  background: rgba(0,0,0,0.5);
}


.back-img {
  background-image: url(../web-images/LVP.jpg); 
  background-repeat: no-repeat; 
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}
.back-img::after{
  content: "";
  position: absolute;
  background-color: #2e2e2e63;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.back-img .images img{
  width: 100%;
}
.back-img .product_details {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
  color: #333;
 
}
.list2 ul, ul.list2 {
  list-style: none;
  padding-left: 20px;
}
.list2 li {
  position: relative;
  padding: 7px 0 7px 0;
  font-size: 16px;
}


.list2 li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #b7211d;
  border-radius: 50%;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b7211d;
}
 .highlight, .highlight1 {
  color: #b7211d;
  border-color: #b7211d;
}
.back-img .images img:hover{
  opacity: 0.9;
 
  transform: scale(1.02);
  
}
.back-img .images{
  margin-bottom: 20px;
}
.back-img .images img{
transition: 0.3s;
}

.client-img{
  display: flex;
  text-align: center;
  justify-content: center;
}