* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Bricolage Grotesque", serif;
}


a {
  text-decoration: none;
  list-style-type: none;
}


.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}


.first_sec {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}


.banner_img {
  position: relative;

}



.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0;
}


.top_left ul {
  display: inline-flex;
  padding-left: 0px;
  list-style-type: none;
  gap: 40px;
  margin-bottom: 0px;
}

.top_lefts ul {
  display: inline-flex;
  padding-left: 0px;
  list-style-type: none;
  gap: 40px;
  margin-bottom: 0px;
}

.about_wrapper {
  max-width: 500px;
}

.top_lefts ul li a {
  font-size: 17px;
  color: black;
}

.owl-item.active .banner_text h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}


.card {
  position: relative;
  background: #ffffff;
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: space-between;
  border-radius: 20px;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  top: -50%;
  width: 100%;
  height: 100%;
  background: #1e78aee3;
  transform: skewY(345deg);
  transition: 0.5s;
}

.card:hover::before {
  top: -60%;
  transform: skewY(390deg);
}

.card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 8em;
  color: rgba(0, 0, 0, 0.1);
}

.card .imgBx {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 1;
}

.card .imgBx img {
  max-width: 199px;
  transition: 0.5s;
}

.card:hover .imgBx img {
  max-width: 70%;
}

.card .contextBx {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}

.card .contextBx h3 {
  color: #000000;
  font-size: 14px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card .contextBx .price {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  letter-spacing: 1px;
}

.card .contextBx .buy {
  position: relative;
  top: 200px;
  opacity: 0;
  padding: 10px 30px;
  margin-top: 15px;
  color: #fff;
  text-decoration: none;
  background: #2196f3;
  border-radius: 30px;
  text-decoration: uppercase;
  letter-spacing: 1px;
  transition: 0.5s;
}

.card .contextBx .buy {
  top: 0;
  opacity: 1;
}


.top {
  padding: 11px;
  background-color: #ffffff;
  border-bottom: 1px solid #8080802b;
  font-size: 13px;
}

.call_text p {
  font-size: 15px;
}

.manu_bg {
  padding: 11px 3px;
  background-color: #fff;
  margin-top: 1px;
}

.call_box {
  width: 44px;
  height: 44px;
  background-color: #1e78ae;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #c5dfff;

  z-index: 1000;
}
.page-loader .txt {
  color: #000000;
  text-align: center;
  top: 35%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;

  line-height: 1.5;
  font-size: 40px;
}
/* SPINNER ANIMATION */
.spinners {
  position: relative;
  top: 250px;
  width: 280px;
  height: 80px;
  margin: 0 auto;
  background-color: #ffffff00;
  border-radius: 100%;

}


.blockcont {
  position: relative;
  top: 50%;
  width: 100%;
}

.block {
  background: #063b9e;
  width: 5px;
  height: 5px;
  position: absolute;
  float: left;
  border-radius: 5px;
  transition: all 2s;
  animation: ecg 5s linear infinite;
}

.block:nth-child(1) {
  animation-delay: 232ms;
}

.block:nth-child(2) {
  animation-delay: 224ms;
}

.block:nth-child(3) {
  animation-delay: 216ms;
}

.block:nth-child(4) {
  animation-delay: 208ms;
}

.block:nth-child(5) {
  animation-delay: 200ms;
}

.block:nth-child(6) {
  animation-delay: 192ms;
}

.block:nth-child(7) {
  animation-delay: 184ms;
}

.block:nth-child(8) {
  animation-delay: 176ms;
}

.block:nth-child(9) {
  animation-delay: 168ms;
}

.block:nth-child(10) {
  animation-delay: 160ms;
}

.block:nth-child(11) {
  animation-delay: 152ms;
}

.block:nth-child(12) {
  animation-delay: 144ms;
}

.block:nth-child(13) {
  animation-delay: 136ms;
}

.block:nth-child(14) {
  animation-delay: 128ms;
}

.block:nth-child(15) {
  animation-delay: 120ms;
}

.block:nth-child(16) {
  animation-delay: 112ms;
}

.block:nth-child(17) {
  animation-delay: 104ms;
}

.block:nth-child(18) {
  animation-delay: 96ms;
}

.block:nth-child(19) {
  animation-delay: 88ms;
}

.block:nth-child(20) {
  animation-delay: 80ms;
}

.block:nth-child(21) {
  animation-delay: 72ms;
}

.block:nth-child(22) {
  animation-delay: 64ms;
}

.block:nth-child(23) {
  animation-delay: 56ms;
}

.block:nth-child(24) {
  animation-delay: 48ms;
}

.block:nth-child(25) {
  animation-delay: 40ms;
}

.block:nth-child(26) {
  animation-delay: 32ms;
}

.block:nth-child(27) {
  animation-delay: 24ms;
}

.block:nth-child(28) {
  animation-delay: 16ms;
}

.block:nth-child(29) {
  animation-delay: 8ms;
}

.block:nth-child(30) {
}

.try_footer_first_sec_wrapper h5 span{
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
}

@keyframes ecg {
  0% {
    left: 0;
  }

  25% {
    left: 25%;
    transform: translate(0,0);
  }

  50% {
    left: 50%;
    transform: translate(0,0);
  }

  26%,51%,76% {
    transform: translate(0,-30px);
  }

  27%,52%,77% {
    transform: translate(0,0);
  }

  28%,53%,78% {
    transform: translate(0,30px);
  }

  29%,54%,79% {
    transform: translate(0,0);
  }

  30%,55%,80% {
    transform: translate(0,10px);
  }

  31%,56%,81% {
    transform: translate(0,0);
  }

  75% {
    left: 75%;
    transform:translate(0,0);
  }

  100% {
    left: 100%;
  }
}
    

.menu_logo img {
  max-width: 200px;
}

.menu_header ul li a {
  font-size: 14px;
  color: #000;
}

.slider_image {
  position: relative;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_images {
  position: relative;
  max-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider_images img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_images::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #1e78ae, #2778ad45), url(../images/graphic-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.slider_image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #1e78ae, #2778ad45), url(../images/graphic-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.top_left ul li a i {
  color: #287cb2;
  font-weight: 500;
  font-size: 18px;
}

.top_lefts ul li a i {
  color: #267bb1;
  font-weight: 500;
  font-size: 18px;
}


.top_left ul li a {
  font-size: 14px;
  color: black;
}

.contct_icon {
  width: 50px;
  height: 50px;
  background-color: #3377ac;
  font-size: 20px;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
 
  border-radius: 50%;
}

.contact_cover{
  justify-content: flex-start;
  align-items: center;
  margin-top: 21px;
}

.my-class li {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    color: #253d4e;
}


.inner_product img{
  max-width:280px;
  margin: auto;
}

.contct_text{
  width:80%;
}
 
.contct_text p{
  margin-bottom:0px;

}

p {
  font-size: 15px;
  color: #6d6969;
}

.input-wrapper {
  width: 100%;
  position: relative;
  line-height: 14px;
  margin-top: 23px;
  display: inline-block;
}

.input-wrapper input {
  font-size: 13px;
  color: #0e0e0e;
  width: 100%;
  height: 49px;
  outline: none;
  border: 1px solid #c9c9c9;
  padding: 10px 20px;
  border-radius: 2px;
  position: relative;
  background-color: #f3f7fc;
}

button {
  border:none;
}

.address_detail{
  max-width:450px;
}

button a:hover{
  background-color: #1e78ae;
  border-radius: 33px;
  color: #ffffff;
  padding: 12px 20px;
  border:none;
}

button a{
  background-color: #1e78ae;
  border-radius: 33px;
  color: #ffffff;
  padding: 12px 20px;
  border:none;
}
view_more a {
  background-color: #1e78ae;
  border-radius: 33px;
  color: #ffffff;
  padding: 12px 20px;
  border:none;
}

#button-6{
    background-color: #1e78ae;
    border-radius: 33px;
    color: #ffffff;
    padding: 12px 20px;
    border: none;
}
.input-wrapper label {
  color: #1c6095 !important;
  font-size: 15px;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 14px;
  font-weight: 700;
  padding: 0 8px;
  pointer-events: none;
  background: #fff;
  -webkit-transition: -webkit-transform 100msease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100msease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.slider_text {
  position: absolute;
  width: 85%;
  text-align: left;
  z-index: 9;
}

.about_section {
  padding: 60px 0px;
}

.slider_text h3 {
  color: #fff;
  font-size: 38px;
}

.slider_text p {
  max-width: 550px;
}

.banner_text {
  max-width: 450px;
}

.icon_about {
  padding-left: 20px;
  padding-bottom: 20px;
}

.icon_about {
  padding: 50px 0px;
}

.product_sec {
  padding: 50px 0px;
  background-color: #1068c90d;
}

.title_head h3 {
  font-size: 35px;
  text-transform: capitalize;
}

.title_head h3 span {
  color: #1e78ae;
}

.testimnla_sec {
  padding: 50px 0px;
}

.testmonial_sec {
  max-width: 450px;
}


.creative-testimonial--slider {
  background-image: linear-gradient(to bottom, #1058af1a, #1150a245, #f8f7fc, #fbfbfe, #307edd3d);
  padding: 50px 0px;
  border-radius: 14px;

}

.creative-testimonial--slider .testimonial-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-inner .testimonial-heading {
  text-align: center;
  max-width: 60%;
  margin: auto;
  font-size: 2.813rem;
  line-height: 3.125rem;
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 50px;
}

.testimonial-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 6%;
}

.swiper-slide .swiper-slide--inner {
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  align-items: center;
  column-gap: 50px;
  position: relative;
  overflow-x: hidden;
}

.swiper-slide--inner .testimonial-detail img {
  height: 35px;
}

.swiper-slide--inner .testimonial-detail p {
  margin: 0px;
  color: #242e45;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.swiper-slide--inner .testimonial-detail span {
  color: #1b5a8e;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  line-height: normal;
}

.company-details--row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;

}

.company-details--row .company-box {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 0px 15px;
}

.company-details--row .company-box .company-box-inner {
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
  transition: all 350ms cubic-bezier(.37, 0, .63, 1);
  background: #fff;
  text-align: center;
  border-radius: 6px;
}

.company-box-inner .company-box-top {
  padding-top: 10%;
  padding-bottom: 10%;
  border-bottom: 1px solid #dee2e6;
}

.company-box-inner .company-box-top img {
  height: 40px;
}

.company-box-inner .company-box-bottom {
  padding: 15px;
}

.company-box-inner .company-box-bottom span {
  font-size: 15px;
  color: #878898;
  line-height: 30px;
}

.company-box-inner .company-box-bottom span strong {
  color: #242e45;
}

.product_item {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  margin-right: 20px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.125);
}

.product_item:last-child {
  margin-right: 0;
}

.product_item .img img {
  max-width: 178px;
  margin-bottom: 25px;
}

.product_item .size_color {
  margin: 25px 0;
}

.product_item .size_color .title {
  margin-bottom: 10px;
}

.product_item .size_wrap ul {
  display: flex;
  justify-content: center;
}

.product_item .size_wrap li {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #7f8db0;
  margin: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product_item .size_wrap li span {
  font-size: 14px;
}

.product_item .size_wrap li:hover {
  background: #7f8db0;
  color: #fff;
}

.product_item .price {
  font-weight: 600;
  font-size: 20px;
}

.product_item .color_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.product_item .color_wrap ul li {
  width: 22px;
  height: 22px;
  background: #000;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.product_item .color_wrap ul li.active {
  width: 30px;
  height: 30px;
}

.icon_wrap img {
  width: 70px;
}

.icon_text h6 {

  font-size: 20px;
  color: #3787b7;
  text-transform: capitalize;
}

.icon_wrapper {
  background-color: #b1c6df7d;
  padding: 10px;
  border-radius: 10px;
}

.card_img img {
  max-width: 250px;
}

.card-info i {
  background-color: #1e78ae;
  border-radius: 50%;
  color: #fff
}

.about_sec {
  padding: 90px 0px 90px 0px;
}

.review ul li {
  margin-top: 10px;
  font-weight: 700;
  font-size: 19px;
  color: #0954b5;
}

.about_sec_text {
  max-width: 480px;
}

.contentLeft .row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 27px;
}

.contentLeft .row .imgWrapper {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
}

.contentLeft .row .imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  transition: 0.3s ease;
}

.contentLeft .row .imgWrapper:hover img {
  transform: scale(1.5);
}

.contentLeft .row .imgWrapper:nth-child(odd) {
  transform: translateY(-20px);
}

.contentLeft .row .imgWrapper:nth-child(even) {
  transform: translateY(20px);
}

.try_footer_main_section_wrapper {
  float: left;
  width: 100%;
  background: #111111;
  background-image: linear-gradient(to left, #1e88c0a8, #1e78aea6), url(../images/graphic-img.png);
  padding-top: 100px;
}

.try_footer_first_sec_wrapper {
  float: left;
  width: 100%;
}

.try_footer_second_sec_wrapper {
  float: left;
  width: 100%;
}

.try_footer_third_sec_wrapper {
  float: left;
  width: 100%;
}

a {
  color: #797979;
  text-decoration: none !important;
}

.try_footer_first_sec_wrapper h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  padding-top: 16px;
  line-height: 24px;
}

.try_footer_first_sec_wrapper p {
  font-size: 36px;
  color: #ffffff;
  font-weight: 800;
  padding-top: 8px;
}

.try_footer_first_sec_wrapper h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  padding-top: 11px;
  line-height: 23px;
}

.try_footer_first_sec_wrapper h5 a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  transition: all 0.5s;
}

.try_footer_second_sec_wrapper h3 {
  font-size: 18px;
  color: #ffffff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.try_footer_second_sec_wrapper ul {
  margin-top: 40px;
}

.try_footer_second_sec_wrapper li {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.text-align-left {
  width: 60%;
  float: left;
}

.try_footer_second_sec_wrapper li a {
  color: rgb(255 255 255);
  transition: all 0.5s;
}

.text-align-right {
  width: 40%;
  float: left;
}

.try_footer_third_sec_wrapper h3 {
  font-size: 18px;
  color: #ffffff;
}

.try_footer_input_wrapper {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.try_footer_input_wrapper input {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 20px;
  background: #fff;
  border: 0;
  color: rgba(255, 255, 255, 0.58);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.banner_imf{
  max-width:350px;
}

.banner_img_inner{
  height:100%;
}

.try_footer_input_wrapper button {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  background: #1d1d1d;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.flaticon-right-arrow-1:before {
  content: "\f103";
}

.try_footer_input_wrapper button i:before {
  color: rgba(255, 255, 255, 0.58);
  margin-left: 0;
}

.try_footer_third_sec_wrapper h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  padding-top: 30px;
  float: left;
  width: 100%;
}

.try_footer_third_sec_wrapper ul {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.try_footer_third_sec_wrapper li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.try_footer_third_sec_wrapper li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.52);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.try_footer_third_sec_wrapper li a:hover {
  background: rgba(91, 44, 208, 1);
  background: linear-gradient(135deg,
      rgba(91, 44, 208, 1) 0%,
      rgba(83, 98, 215, 1) 100%);
  border: 1px solid rgba(91, 44, 208, 1);
  color: #ffffff;
  transition: all 0.5s;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.try_bottom_footer_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.try_bottom_footer_wrapper p {
  color: rgba(255, 255, 255, 0.58);
}

.try_bottom_footer_wrapper p a {
  color: rgba(255, 255, 255, 0.58);
  transition: all 0.5s;
}

.try_footer_second_sec_wrapper li a:hover {
  color: #ffffff;
  transition: all 0.5s;
}

.try_bottom_footer_wrapper p a:hover {
  color: #ffffff;
}

.try_footer_first_sec_wrapper h5 a:hover {
  color: #ffffff;
  transition: all 0.5s;
}

.try_footer_first_sec_wrapper img {
  width: 195px;
}

.about_wrapper a{
  background-color: #1e78ae;
  border-radius: 33px;
  color: #ffffff;
  padding: 12px 20px;
}

.counter-box {
  display: block;
  padding: 40px 20px 37px;
  text-align: center;
  border-radius: 10px;
  }
  
  .counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 18px;
  font-weight: 500
  }
  
  .counter-box i {
  font-size: 34px;
  margin: 0 0 15px;
  color: #000000;
  }
  
  .mision img{
  max-width:430px;
  }
  
  .counter {
  display: block;
  font-size: 32px;
  
  color: #000000;
  line-height: 28px
  }

  .fixed_icon_bar {
    position: fixed;
    z-index: 999;
    background-color: #010124;
    bottom: 11px;
    right: 11px;
    border-radius: 12px;
    overflow: hidden;
}

.fixed_icon {
  padding: 13px 19px;
  background-color: #277cb2;
  color: #ffffff;
}

.fixed_icon a {
  color: #fff9ad;
  text-decoration: none;
}

  .swiper-button-next, .swiper-button-prev {
    color: #005a84;
    font-size: 12px;
}

.swiper-button-next:after,.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.mision_wrapper{
  backdrop-filter: blur(12px);
  max-width: 552px;
  padding: 48px;
  background: #1e78aea8;

}

.slide-avatar img{
  border-radius:50%;
}

.mision_wrapper h5{
  color: #fff;
  font-weight: 300;
}

  .mision_sec{
    padding: 50px 0px;
    width: 100%;
    background-color: #f9fcff;
    background-image: linear-gradient(to left, #ffffff, #00000047), url(../images/mision.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

.img p{
  margin-top: 6px; 
  font-size: 14px;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

.count_sec {
  padding: 90px 0px 90px 0px;
  background-image: linear-gradient(to left, #1e78aee0, #1e78b69e), url(../images/product_baner.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {

}

.menu li a:hover,.menu li:hover>a {
  color: #000;
  background: #9ca3da00;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  gap: 0px;
  position: absolute;
  left: 0px;
  background: #ffffff;
  z-index: 99;
  flex-direction: column;
  display: flex;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.sub-menu li a{
  padding:12px 13px;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #000000;
  background: #fff;
}

.menu ul li a:hover,.menu ul li:hover>a {
  background: #91bfe1;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px,20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}



.about_content {
  max-width: 525px;
  margin-left: auto;
}
  .count_margin{
    margin-top:80px;
  }

  .ep1{
    display: flex;
    align-items: center;
    
  }

  .ep_icon img{
    width: 58px;
  }
  
.ep_text h3{
  font-size: 18px;
  color: #1e78ae;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.exp{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
}

.ep_text2 h3 {
  font-size: 15px !important;
  text-transform: capitalize !important;
  margin-top:0px !important;
}

  .counter-box.colored {
   
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-start;
}
  
  .counter-box.colored p,
  .counter-box.colored i,
  .counter-box.colored .counter {
    color: #ffffff;
  }

  .mobile_menu_btn i{
    font-size:32px;
    color:#0954b5;
  }

  .mobile_menu_btn{
    display: none;
  }



  .nav-bar {
    position: absolute;
    background-color: #3583b9;
    top: 0;
    right: 100%;
    height: 100vh;
    width: 250px;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    transition: position 2.9s;
    -webkit-transition: position 2.9s;
    -moz-transition: position 2.9s;
    -ms-transition: position 2.9s;
    -o-transition: position 2.9s;
}
  
  .toggle {
    left: 0;
    box-shadow: 1px 0 15px 2px rgba(0, 0, 0, 0.4);
    z-index: 9;
  }
  
  .toggle-menu {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 56px;
    right: 20px;
    z-index: 99;
    width: 40px;
    height: 30px;
    display: flex
;
    flex-direction: column;
    justify-content: space-around;
    padding: 2px 2px 2px 3px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  .line {
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background-color: #fff;
    transition: transform 0.2s ease-out;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
  }
  
  .toggle .line1 {
    background-color: #000000;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
  }
  
  .toggle .line2 {
    display: none;
  }
  
  .toggle .line3 {
    background-color: #000000;
    transform: scale(0.9) rotateZ(45deg) translate(-6px, -4px);
  }
  
  .toggle .toggle-menu {
    background-color: white;
  }
  
  .nav-list {
 
    list-style: none;
    flex-direction: column;
    gap: 34px !important;
    padding-left: 19px !important;
  }
  
  .nav-list-item {
    text-align: left;
    padding: 10px 0;
    color:#fff !important;
}
  
  
  .nav-link {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    position: relative;
    padding-bottom: 4px;
  }
  
  .nav-link::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform 0.4s ease-in-out;
    transform-origin: left;
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -ms-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
  }
  
  .p_img{
    max-width: 120px !important;
  }
  .nav-link:hover::before {
    transform: scaleX(1);
  }
  .our_provide{
    display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
  }


@media (max-width: 991px) {
  .try_footer_main_section_wrapper {
    padding-top: 80px;
  }

  .try_footer_second_sec_wrapper,
  .try_footer_third_sec_wrapper {
    margin-top: 60px;
  }
}



@media screen and (max-width: 895px) {
  .swiper-slide .swiper-slide--inner {
    padding-left: 15%;
    padding-right: 15%;
    display: flex;
    align-items: center;
    column-gap: 50px;
    position: relative;
    flex-direction: column;
    overflow-x: hidden;
  }

  .try_footer_main_section_wrapper {
    float: left;
    width: 100%;
    background: #111111;
    background-image: linear-gradient(to left, #1068c9d1, #ffffff47), url(../images/graphic-img.png);
    padding-top: 100px;
}

.try_footer_second_sec_wrapper ul {
  margin-top: 1px;
}

  .slider_image {
    position: relative;
    min-height: 567px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}


@media screen and (max-width: 785px){
  .menu_header{
    display: none;
  }

  .mobile_menu_btn{
    display: block;
  }

  .menu_button{
    display: none;
  }

  .top_lefts{
    display: none;
  }

  .top {
    padding: 11px;
    background-color: #c5dfff;
    border-bottom: 1px solid #8080802b;
    font-size: 13px;
}

.about_wrapper {
  max-width: 500px;
  margin-top: 28px;
}

.card_img img {
  max-width: 177px;
}

.menu_logo img {
  max-width: 159px;
}

.pin_l {
  position: absolute;
  content: "";
  top: -34px;
  right: -29px;
  z-index: 1;
  width: 47px;
  rotate: 39deg;
}

}


@media screen and (max-width: 695px){

  .try_footer_second_sec_wrapper, .try_footer_third_sec_wrapper {
    margin-top: 31px;
}
.slider_text h3 {
  color: #fff;
  font-size: 38px;
}

.swiper-slide .swiper-slide--inner {
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  align-items: center;
  column-gap: 50px;
  position: relative;
  flex-direction: column;
  overflow-x: hidden;
}

.title_head h3 {
  font-size: 28px;
  text-transform: capitalize;
}

.product_item .img img {
  max-width: 120px;
  margin-bottom: 25px;
}

.mision_wrapper {
  max-width: 450px;
  padding: 25px;
  background: #3774aa;
  background-image: linear-gradient(to left, #3284df00, #00000047), url(../images/graphic-img.png);
}
}