/*

* Theme Name: Netscriper Theme

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/



:root {

  --color1: #302872;

  --color2: #f6c262;

  --color3: #004280;

  --color4: #ffffff;

}



body {

  margin: 0 auto;

  font-family: "Roboto", "Noto Sans Myanmar", sans-serif;

}

h1,

h2,

h3,

h4,

h5,

h6,

p {

  font-family: "Roboto", "Noto Sans Myanmar", sans-serif;

}

a {
  text-decoration: unset;
  transition: all .2s;
}

/* Pagination */



ul.page-numbers {

  padding-left: 0px;

}

ul.page-numbers li {

  float: left;

  height: 35px;

  width: 35px;

  list-style: none;

  line-height: 35px;

  text-align: center;

  padding: 0px;

  border-radius: 100px;

  margin-right: 3px;

  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);

}

ul.page-numbers li span.current {

  color: #000;

  font-size: 16px;

}

.content-img img {

  width: 100%;

  height: auto;

}

/* 404 error */

.error img {

  position: relative;

  margin: 0 auto;

}

.back-home-wrap p {

  font-size: 21px;

  margin-top: 50px;

}

.back-home-wrap {

  text-align: center;

  left: 0;

  right: 0;

}

.error {

  height: 400px;

}

.back-home {

  margin-top: 14px;

  border-radius: 0;

}



.mm-menu--offcanvas {

  position: absolute;

}

/* Top Menu */
.dropdown-toggle::after {
  content: "\f107";
  font-family: 'FontAwesome';
  border: unset;
  font-size: 20px;
  margin: 0;
  position: relative;
  top: -1px;
}

.top-menu .dropdown-menu,
.top-menu .dropdown-menu.show,
#menu .dropdown-menu,
#menu .dropdown-menu.show {
  right: 0 !important;
  display: block;
  left: auto !important;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 15px) !important;
  transition: all .3s;
  transform: unset !important;
  border-color: #E9ECEF;
  box-shadow: 0 4px 6px -1px rgba(33, 37, 41, 0.1), 0 2px 4px -1px rgba(33, 37, 41, 0.06);
  min-width: 120px;
}

.top-menu .dropdown:hover .dropdown-menu,
#menu .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px) !important;
}

.top-menu .dropdown-menu li,
#menu .dropdown-menu li {
  padding: 0 5px;
}

.top-menu .dropdown-menu li a,
#menu .dropdown-menu a {
  border-radius: 8px;
  color: #212529;
  display: inline-block;
  width: 100%;
  margin: 1px 0;
  padding: 5px 10px;
}

.top-menu .dropdown-menu li a:hover,
.top-menu .dropdown-menu li a:focus,
#menu .dropdown-menu a:hover,
#menu .dropdown-menu a:focus,
#menu .dropdown-menu a.active {
  background: var(--color2);
  color: #212529;
}

/* Mobile Menu */
.mm-menu--offcanvas {
  position: fixed;
}

#mobile-menu .mm-panel {
  background: var(--color3);
}

#mobile-menu .mm-navbar {
  border-color: #3d658a;
}

#mobile-menu .mm-navbar__title {
  background: var(--color3);
  color: #fff;
  font-size: 18px;
  color: var(--color2);
  font-weight: 500;
}

#mobile-menu .mm-navbar__btn {
  background: var(--color3);
  color: #fff;
}

#mobile-menu .mm-listitem {
  border-color: #3d658a !important;
}

.navbar-nav .nav-link.active,
#mobile-menu .dropdown-item.active {
  color: var(--color2);
}

/* Breadcrumb */
#breadcrumbs {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  align-items: center;
  column-gap: 10px;
}

#breadcrumbs li {
  display: inline-block;
}

#breadcrumbs a {
  color: #fff;
}

#breadcrumbs i {
  color: #b8933f;
  font-size: 20px;
}

#breadcrumbs a:hover {
  color: var(--color2);
}

/*********************** Widget ******************/

.mywidget h4 {

  font-size: 14px;

  font-family: "Roboto", sans-serif;

}

.widget-title {

  font-family: "Roboto", sans-serif;

  font-weight: 700;

  font-size: 21px;

}

.widget ul li a {

  color: #333;

  font-family: "Roboto", sans-serif;

  border-bottom: 1px solid #ddd;

  display: block;

  padding-top: 12px;

  padding-bottom: 12px;

  position: relative;

}

.widget ul li a::before {

  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  width: 53px;

}

.widget ul li a:hover::before {

  content: "";

  position: absolute;

  border: 1px solid var(--color1);

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  transition: all 0.3s ease;

}

.widget ul li a:hover,

.widget ul li a:focus {

  color: var(--color1);

  text-decoration: none;

  outline: none;

}

.widget ul {

  padding-left: 0;

  list-style-type: none;

}

.sidebar {
  border-radius: 10px;
  padding: 30px 20px;

  background-color: aliceblue;

}

.news-events-sidebar>h3 {

  font-size: 30px;

  padding-bottom: 10px;

  color: #515151;

  border-bottom: 1px solid #84848440;

}

/* .sidebar {

  margin-top: 30px;

} */

.web-logo>a {

  display: flex;

  align-items: center;

}



.web-logo>a>.logo {

  margin-right: 20px;

}

#menu-home-menu>.nav-item>.nav-link {

  padding-right: 0.5rem !important;

  padding-left: 2.5rem !important;

  font-weight: 500 !important;

  font-size: 16px !important;

  color: #333333;

}



#menu-home-menu>.nav-item>.nav-link.active {

  color: var(--color3);

}

.top-menu {

  background-color: var(--color3);

}

.top-social {

  color: var(--color4);

  font-size: 14px;

  font-weight: 500;

}

/* Menu Start */
#menu .dropdown-menu {
  right: unset;
  left: unset;
  min-width: 150px !important;
}

nav#menu>ul>li>a {
  font-weight: 500;
  padding: 10px 0 10px 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.my-page nav#menu>ul>li>a {
  padding: 10px 0 10px 30px;
}

nav#menu>ul>li>a::after {
  margin-left: 5px;
}

nav#menu ul>li>a:hover,
nav#menu ul>li>a.active {
  color: var(--color3);
  background: unset;
}

#menu .dropdown-menu a {
  padding: 8px 12px;
}

/* Main Slider Start */
.carousel.slide img {
  aspect-ratio: 1920 / 700;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-title {

  font-weight: 700;

  font-size: 16px;

  line-height: 100%;

  letter-spacing: 0%;

}

.carousel-caption {
  bottom: 50%;
  transform: translateY(50%);
}

.carousel-caption>h1 {

  font-weight: 700;

  font-size: 40px;

  letter-spacing: 0%;

  text-align: center;

  max-width: 650px;
  width: 100%;

  margin-left: auto;

  margin-right: auto;

  margin-bottom: 25px;

}

.uranus-btn {

  text-decoration: none;

  color: var(--color4);

  font-weight: 500;

  font-size: 16px;

  line-height: 100%;

  letter-spacing: 0%;

  background-color: var(--color3);

  padding: 10px 14px;

  border-radius: 5px;
  display: inline-block;
}

.carousel-indicators>button {

  width: 12px !important;

  height: 12px !important;

  border-radius: 50% !important;

}

.carousel-indicators .active {

  color: var(--color3) !important;

}

.about-section,

.product-section {

  padding: 100px 0px;

  position: relative;

}

.about-section .about-img img {
  border-radius: 10px;
}

.about-content {

  background-color: #fff;

  box-shadow: 0px 5px 15px 0px #00000059;

  max-width: 672px;

  padding: 30px 32px;

  border-radius: 10px;

  position: absolute;

  /* top: 22%; */
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.about-content>h5,

.sub-title,

.uranus-subtitle {

  font-weight: 700;

  font-size: 16px;

  line-height: 100%;

  letter-spacing: 0%;

  text-transform: uppercase;

  margin-bottom: 15px;

}

.about-content,
.uranus-para,
.post-content>p,
.wp-block-column>p {

  font-weight: 400;

  font-size: 16px;

  line-height: 38px;

  letter-spacing: 0%;

  text-align: justify;

  color: #333;

}

.uranus-title,
.about-page h2,
.home h2 {

  font-weight: 700;

  font-size: 34px;

  letter-spacing: 0%;

  color: var(--color3);

  margin-bottom: 30px;

}

.about-flex {

  display: flex;

  justify-content: center;

}

.about-img {

  position: relative;

}

.sub-title {

  color: var(--color4);

}

.business-section {

  padding: 80px 0px;

  background-image: url(../ns-uranus/images/background.png), linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  /* background-attachment: fixed; */

}

.business-count>h3 {

  font-weight: 700;

  font-size: 34px;

}

.business-count>h5 {

  font-weight: 500;

  font-size: 24px;

}

.business-row {

  margin-bottom: 50px;

}

.product-title {

  font-weight: 500;

  font-size: 24px;

  color: var(--color3);

}

.up-arrow {

  width: 49px;

  height: 49px;

  background-color: var(--color3);

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 10px;

}

.product-inner-flex {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 50px;

}

/* .product-block{

    

    padding-top: 30px;

    padding-left: 30px;

    padding-right: 30px;

    padding-bottom: 50px;

    border-radius: 10px;

} */
.product-slider .owl-nav {
  position: unset;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-slider .owl-item img {

  width: auto !important;

}

.product-img {

  position: relative;

}

.product-inner {

  position: absolute;

  z-index: 999;

  width: 100%;

  padding: 25px 25px;

}

.btn-mt {
  margin-top: 35px;
}

.client-section {

  background-image: url(../ns-uranus/images/blue-bg.png);

  background-repeat: no-repeat;

  background-size: cover;

  padding: 80px 0px 0px 0px;

}

.client {

  background-color: #fff;

  box-shadow: 0px 5px 15px 0px #00000059;

  border-radius: 10px;

  max-width: 858px;

  margin-left: auto;

  margin-right: auto;

  padding: 27px 65px;

  min-height: 365px;

}

.client-name {

  font-family: "Rubik", sans-serif;

  font-weight: 700;

  font-size: 16px;

  color: var(--color3);

  text-align: center;

  margin-bottom: 10px;

}

.client-position {

  font-family: "Rubik", sans-serif;

  font-weight: 400;

  font-size: 16px;

  line-height: 100%;

  letter-spacing: 0%;

  color: #838383;

  text-align: center;

}

.client-para {

  font-family: "Rubik", sans-serif;

  font-weight: 400;

  font-size: 16px;

  line-height: 34px;

  letter-spacing: 0%;

  text-align: center;

  color: #333;

}

/* .testimonial-slider > .owl-stage-outer{

  margin-bottom: -120px;

} */

.partner-section {

  padding: 350px 0px 100px 0px;

}

.partner-logobg {

  display: flex;

  justify-content: center;

  background-color: #fff;

  box-shadow: 0px 5px 15px 0px #00000033;

  width: 307px;

  height: 192px;

}

.splide__slide img {
  display: block;
  margin: 0 auto;
}

.splide__pagination__page.is-active {

  background: #004280 !important;

  transform: scale(1) !important;

}

.splide__pagination__page {

  background: #d5d5d5 !important;

}

.splide__pagination {

  top: 115% !important;

}

.news-events-section {

  padding: 70px 0px;

}

.news-block {

  background-color: #fff;

  border-radius: 10px;

  box-shadow: 0px 5px 15px 0px #00000033;

  padding-top: 20px;

  padding-bottom: 20px;

  padding-left: 20px;

  padding-right: 20px;

  position: relative;

}

.news-block img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.news-content {
  margin-top: 18px;
}

.news-btn {

  width: 36px;

  height: 36px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 10px;

  background-color: #004280;

  float: right;

  position: absolute;

  right: 5%;

  bottom: 9%;

}

.owl-item {

  padding-bottom: 20px;

}

.client-testimonial {

  margin-bottom: -200px;

}

.owl-nav {

  position: absolute;

  right: 17%;

  bottom: -15%;

}

.owl-prev,

.owl-next {

  width: 36px !important;

  height: 36px !important;

  background-color: #004280 !important;

  border-radius: 10px;

  display: inline-flex !important;

  justify-content: center !important;

  align-items: center !important;

  cursor: pointer !important;

}

.owl-theme .owl-nav [class*="owl-"]:hover {

  background-color: #004280 !important;

}

.news-date {

  font-size: 16px;

  color: #333;

  font-weight: 400;

  margin-bottom: 10px;

}

.news-title {

  font-size: 20px;

  line-height: 28px;

  font-weight: 700;

  color: #004280;

}

.single-post .attachment-news-full {
  max-width: 100%;
  height: auto;
}

footer {

  background-color: #004280;

  padding-top: 35px;

  padding-bottom: 10px;

}

.contact-title {

  color: #fff;

  font-weight: 800;

  font-size: 18px;

  text-transform: uppercase;

  margin-bottom: 22px;

}

.useful-link {

  list-style-type: none;

  padding-left: 0px;

}

.useful-links a {
    color: #fff;
}
.useful-links a:hover {
    color: var(--color2);
}

.useful-link>li,

.ctitle {

  color: #fff;

  font-size: 16px;

  font-weight: 400;

}

.contact-sub {

  min-width: 60px;

}

.contact-sub2 {

  width: 265px;

}

.dash {

  color: #fff !important;

  margin-right: 12px;

  margin-left: 12px;

}

.contact-info {

  display: flex;

  justify-content: center;

}

.contact-box .client-para {
  text-align: left;
}

.social-media {

  display: flex;

  justify-content: end;

}

.ftr-hr {

  border-color: #fff;

  margin-top: 10px;

  margin-bottom: 10px;

}

.copyright {

  color: #fff;

  text-align: center;

  font-size: 14px;

  font-weight: 400;

}

.contact-bg {

  background-color: #fff;

  box-shadow: 0px 5px 15px 0px #00000059;

  overflow: hidden;

  border-radius: 8px;

  position: relative;

  z-index: 1;

}

.bg-shape {

  background-image: url(../ns-uranus/images/shape.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  background-size: cover;

  background-repeat: no-repeat;

  z-index: -1;

}

.contact-smicon {

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: 100;



  height: 60px;

  width: 60px;

  background: var(--color3);

  border-radius: 10px;

  margin-right: 25px;

}

.contact-row {

  margin-bottom: 100px;



  width: 100%;

  margin-left: auto;

  margin-right: auto;

}

.mt-lg-top {

  margin-top: 25px;

}

.contact-form {

  background-color: #fff;

  box-shadow: 0px 5px 15px 0px #00000059;

  padding: 30px 20px;

  border-radius: 10px;

  padding: 30px 30px;

}

.contact-form-section {

  padding: 70px 0;

}

.sub-banner {

  position: relative;

  width: 100%;

  height: 330px;

  background-image: url('../ns-uranus/images/banner.png'),

    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));

  /* background-image: url(/images/banner.jpg), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)); */

  background-repeat: no-repeat !important;

  background-size: cover !important;

  background-position: center !important;

  background-blend-mode: overlay;

  color: #fff;

  display: flex;

  align-items: center;

}

.sub-banner .title {

  font-size: 40px;

  text-align: center;

  color: #fff;

}

.sub-banner .breadcrumbs ol {

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  padding: 0;

  margin: 0;

  font-size: 16px;

  font-weight: 400;

}

.breadcrumbs>ol>li {

  font-size: 20px;

  color: #fff;

}

.contact-box {

  display: flex;

  align-items: center;

  margin-bottom: 50px;

}

.contact-hd {

  margin-bottom: 50px;

}



@keyframes smoothScroll {

  0% {

    transform: translateY(-40px);

  }



  100% {

    transform: translateY(0px);

  }

}



header {

  -webkit-transition: all 0.5s ease;

  -moz-transition: position 10s;

  -ms-transition: position 10s;

  -o-transition: position 10s;

  transition: all 0.5s ease;



  z-index: 9999;

  left: 0;

  right: 0;

}

header.fix {

  position: fixed;

  top: 0;

  z-index: 9999;

  background-color: #fff;

  width: 100%;

  left: 0;

  animation: smoothScroll 1s forwards;

  box-shadow: 1px -1px 7px #000;

}

/* About Page Start */
.about-page section.intro {
  padding: 80px 0;
}

.about-page ul {
  list-style: none;
  padding-left: 10px;
  margin: 15px 0 25px;
}

.about-page ul li {
  margin: 8px 0;
}

.about-page ul li::before {
  content: "\f058";
  font-family: 'FontAwesome';
  color: var(--color3);
  margin-right: 8px;
}

.about-page section.statistics {
  padding-bottom: 80px;
}

.about-page .counter-item .number {
  font-size: 50px;
}

.about-page .counter-item .label {
  color: #747474;
  font-weight: 400;
  font-size: 18px;
}

.about-page section.history {
  background: url(/wp-content/themes/ns-uranus/images/blue-bg.png);
  padding: 80px 0;
  margin-bottom: 200px;
}

section.history .text-content {
  box-shadow: 0px 5px 15px 0px #00000059;
  background: #fff;
  border-radius: 10px;
  padding: 40px 50px 25px;
  margin: 0 auto -250px;
  text-align: justify;
}

.about-page section.gp {
  text-align: justify;
}

.about-page section.gp h4 {
  font-weight: 500;
  margin: 20px 0 10px;
}

.about-page section.why {
  background: #f6f7fa;
  padding: 70px 0;
}

.nav.nav-pills button {
  padding: 10px 25px;
  border: 1px solid #0000001a;
  border-radius: 26px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  border-color: var(--color3);
  color: var(--color3);
}

.nav.nav-pills button:hover,
.nav.nav-pills button.active {
  background: var(--color3);
  color: #fff;
}

section.why .tab-content h4 {
  margin-bottom: 15px;
}

.about-page .more-info ul li {
  margin: 20px 0;
  font-size: 17px;
  display: flex;
  gap: 5px;
  line-height: 1.6;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
}

.about-page .more-info ul li:first-child,
.about-page .more-info ul li:last-child {
  margin-left: 40px;
}

/* About Page End */

/* Product Single Page Start */
.single-product .section1 {
  padding: 70px 0;
  /*     background: url(/wp-content/themes/ns-uranus/images/blue-bg.png);
    color: #fff; */
  background-color: #f3f3f3;
}

.single-product .section1 h2 {
  margin: 15px 0;
  /* color: var(--color2); */
  color: #b8933f;
  font-weight: 700;
}

.single-product .section2 {
  padding: 60px 0;
  position: relative;
  /* background: #f6f7fa; */
}

.single-product .section1 h2 span {
  font-size: 20px;
  margin-left: 5px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.single-product .section2::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #fff;
}

.single-product table {
  width: 100%;
  background: #fff;
}

.single-product .spec table {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}

.single-product .spec table tr:first-child td {
  background: var(--color3);
  color: #fff;
  padding: 11px 15px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 18px;
}

.single-product .spec td {
  border: 1px solid lightgray;
  padding: 8px 15px;
}

.single-product .spec td:first-child {
  font-weight: 500;
}

.single-product .features h5 {
  margin-bottom: 20px;
}

.single-product .features ul {
  padding: 0;
  list-style: none;
}

.single-product .features ul li {
  display: flex;
  margin: 12px 0;
}

.single-product .features ul li:before {
  content: "\f058";
  font-family: 'FontAwesome';
  color: var(--color3);
  margin-right: 8px;
}

.single-product .cert-section .cert {
  transition: all .2s;
}

.single-product .cert-section .cert:hover {
  border-color: var(--color2) !important;
}

/* Single Post Start */
.news-events-sidebar .post-box {
  display: flex;
  margin: 20px 0;
  gap: 15px;
}

.news-events-sidebar img {
  height: 80px;
/*   aspect-ratio: 3 / 2; */
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 5px;
}

.news-events-sidebar .post-title {
  color: #333;
  font-size: 16px;
}

.news-events-sidebar .post-box:hover .post-title {
  color: var(--color3);
}

.news-events-sidebar .post-box .post-date {
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
}

/* Showrooms Page Start */
.showrooms-page {
  padding: 60px 0;
}

.showroom {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  position: relative;
  top: 0;
  transition: all .25s;
}

.showroom:hover {
  top: -7px;
  box-shadow: 0px 5px 20px -12px;
}

.showroom .img-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.showroom img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 5px;
}

.showroom .township {
  position: absolute;
  left: 25px;
  bottom: 0;
  background: #fff;
  text-align: center;
  color: var(--color3);
  font-weight: 600;
  padding: 5px 10px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-width: 110px;
  letter-spacing: .2px;
}

.showroom .address {
  font-size: 17px;
  margin-bottom: 15px;
}

.showroom .address a {
  color: #212529;
}

.showroom .address a:hover {
  color: var(--color3);
}

.showroom .uranus-btn {
  font-weight: 500;
  font-size: 15px;
}

.showroom .uranus-btn i {
  transform: rotate(-90deg);
  margin-left: 4px;
  opacity: .7;
}

.uranus-btn:hover {
  background: #003362;
}

/* Showrooms Page End */

.news-blog {

  position: relative;

  display: block;

  border-right: 1px solid #e2e2e2;

  border-left: 1px solid #e2e2e2;

  border-top: 2px solid var(--color3);

  border-bottom: 2px solid var(--color3);

  overflow: hidden;

  padding: 19px;

  border-radius: 10px;

  background-color: #f6f7f7;

  /* min-height: 480px; */

}

.news-blog-img {

  /*   display: flex; */

  justify-content: center;

}

.news-blog-img>img {

  border-radius: 10px;

}

.news-blog-content>h4>a {

  text-decoration: none;

  color: var(--color3);

}

.news-blog-content>h4 {

  font-size: 21px;

  font-weight: 500;

  line-height: 25pt;

  margin-bottom: 0px;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-overflow: ellipsis;

}

.blog-date {

  display: flex;

  align-items: center;

  padding: 8px 20px;

}

.blog-date>p {

  font-size: 18px;

  font-weight: 700;

}

.blog-datebg {

  display: inline-block;

  background-color: #004280;

  border-radius: 15px;

}

.blog-img>img {

  border-radius: 12px;

}

.news-blog-date {

  display: flex;

  align-items: center;

  margin-top: 18px;

  padding-bottom: 10px;

  border-bottom: 1px solid #e2e2e2;

}

.news-blog-date>p {

  font-size: 18px;

  margin-bottom: 0px;

  margin-left: 10px;

}

.news-blog-img>a>img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.page-wrap {

  padding: 70px 0px;

}

.wp-block-heading {

  color: var(--color3);

  font-size: 25px;

  font-weight: 500;

}

.wp-block-list {

  list-style-type: disclosure-closed;

}

.wp-block-list>li {

  font-size: 18px;

}

/* .wp-block-list > li::before{

  content: "";

  position: absolute;

  left: 0;

  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm0 18a8 8 0 1 1 8-8a8 8 0 0 1-8 8Z"/><path fill="currentColor" d="M12 7a5 5 0 1 0 5 5a5 5 0 0 0-5-5Z"/></svg>') no-repeat center center;

  width: 1em;

  height: 1em;

  top: 0.25em;

} */

.wp-block-gallery {

  margin-top: 50px;

  margin-bottom: 50px;

}

/* Media Query Start */
@media(max-width: 1399px) {
	nav#menu>ul>li>a{
		padding: 10px 0 10px 45px;
	}
  .nav.nav-pills button {
    padding: 10px 20px;
  }

  .map-section iframe {
    height: 550px;
  }

  .my-page nav#menu>ul>li>a {
    padding: 10px 0 10px 15px;
    font-size: 15px;
  }
}

@media(max-width: 1199px) {
  section.history .text-content {
    padding: 30px 30px 20px;
  }

  .about-section,
  .product-section,
  .about-page section.intro,
  .about-page section.history,
  .about-page section.why,
  .business-section,
  .news-events-section,
  .contact-form-section,
  .page-wrap {
    padding: 60px 0;
  }

  .about-page section.statistics {
    padding-bottom: 60px;
  }

  .client-section {
    padding: 60px 0 0 0;
  }

  .partner-section {
    padding: 300px 0px 60px 0px;
  }

  .business-row {
    margin-bottom: 40px;
  }

  .map-section iframe {
    height: 450px;
  }
}

@media(max-width: 991px) {
  .web-logo>a>.logo {
    max-width: 290px;
    width: 100%;
  }

  .carousel-caption>h1 {
    font-size: 32px;
  }

  .about-content {
    position: unset;
    max-width: unset;
    width: 100%;
    transform: unset;
  }

  .btn-mt {
    margin-top: 0;
  }

  .sub-banner {
    height: 270px;
  }

  .single-product .section1 {
    padding: 50px 0 70px;
  }

  .single-product .section2 {
    padding: 50px 0;
  }

  .map-section iframe {
    height: 350px;
  }
}

@media(max-width: 767px) {
  section.gp img {
    max-width: 270px;
    width: 100%;
    display: block;
    margin: auto;
  }

  .nav.nav-pills button {
    padding: 8px 15px;
  }

  .about-page .more-info ul li:first-child,
  .about-page .more-info ul li:last-child {
    margin-left: 0;
  }

  .about-page .more-info ul {
    padding-left: 0;
  }

  .about-section,
  .product-section,
  .about-page section.intro,
  .about-page section.history,
  .about-page section.why,
  .business-section,
  .news-events-section,
  .showrooms-page,
  .contact-form-section,
  .page-wrap {
    padding: 50px 0;
  }

  .about-page section.statistics {
    padding-bottom: 50px;
  }

  .about-page .more-info ul {
    margin: 15px 0 0;
  }

  .client-section {
    padding: 50px 0 0 0;
  }

  .partner-section {
    padding: 240px 0px 60px 0px;
  }

  .uranus-title,
  .about-page h2,
  .home h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .product-title {
    font-size: 20px;
  }

  .product-block .product-img {
    background: #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
  }

  .client-testimonial .client {
    padding: 25px 20px;
  }

  .client-testimonial .owl-nav {
    position: unset;
  }

  .news-block img {
    aspect-ratio: 9/6;
  }

  .sub-banner {
    height: 250px;
  }

  .sub-banner .title {
    font-size: 35px;
  }
}

@media(max-width: 575px) {
  .carousel.slide img {
    aspect-ratio: 21 / 9;
  }

  .contact-info,
  .social-media {
    justify-content: start;
    margin-bottom: 15px;
  }

  .sub-banner {
    height: 220px;
  }

  .sub-banner .title {
    font-size: 30px;
  }

  .map-section iframe {
    height: 300px;
  }
}

@media(max-width: 425px) {
  .carousel-indicators {
    margin-bottom: 5px;
  }

  .about-content,
  .uranus-para,
  .post-content>p,
  .wp-block-column>p {
    text-align: left;
  }

  .business-row {
    margin-bottom: 20px;
  }

  .sub-banner {
    height: 200px;
  }

  .contact-box {
    margin-bottom: 25px;
  }

  .contact-form {
    margin-top: 20px;
  }
}

@media(max-width: 375px) {
  section.history .text-content {
    padding: 25px 20px 20px;
  }

  .about-section,
  .product-section,
  .about-page section.intro,
  .about-page section.history,
  .about-page section.why,
  .business-section,
  .news-events-section,
  .contact-form-section,
  .page-wrap {
    padding: 40px 0;
  }

  .about-page section.statistics {
    padding-bottom: 40px;
  }

  .about-page h2 {
    margin-bottom: 25px;
  }

  .contact-sub,
  .dash {
    display: none;
  }

  .contact-sub2 {
    width: 100%;
    margin-top: 0 !important;
  }

  .about-content {
    padding: 30px 20px;
  }

  .uranus-title,
  .about-page h2,
  .home h2 {
    font-size: 27px;
  }

  .sub-banner {
    height: 150px;
  }

  .single-product .section1 {
    padding: 40px 0 60px;
  }

  .single-product .section2 {
    padding: 40px 0;
  }

  .showrooms-page {
    padding: 40px 0;
  }
}


.scrolltop {
  cursor: pointer;
  width: 65px;
  height: 55px;
  -webkit-border-radius: 55px 0 0 55px;
  -khtml-border-radius: 55px 0 0 55px;
  -moz-border-radius: 55px 0 0 55px;
  -ms-border-radius: 55px 0 0 55px;
  -o-border-radius: 55px 0 0 55px;
  border-radius: 55px 0 0 55px;
  padding: 6px 5px 4px;
  text-align: left;
  position: fixed;
  bottom: 20px;
  right: 0;
  background-color: var(--color-secondary);
  z-index: 9999;
  -webkit-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -khtml-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -moz-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -ms-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  -o-box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  color: #fff;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(130%);
  -khtml-transform: translateX(130%);
  -moz-transform: translateX(130%);
  -ms-transform: translateX(130%);
  -o-transform: translateX(130%);
  transform: translateX(130%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background: #fff;
}

.scrolltop.scrolltop-on {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.scrolltop i {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color3);
  z-index: 1;
  height: 45px;
  width: 45px;
  border-radius: 45px;
  /* transform: rotate(-90deg); */
}



.enquiry-btn {
  cursor: pointer;
  /* width: 65px; */
  /* height: 55px; */
  border-radius: 55px 0 0 55px;
  padding: 6px 5px 4px;
  text-align: left;
  position: fixed;
  bottom: 100px;
  right: 0;
  background-color: var(--color-secondary);
  z-index: 9999;
  box-shadow: 0 0 25px rgba(23, 23, 23, .25);
  color: #fff;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  visibility: visible;
  transform: translateX(54%);
  transition: all 300ms linear 0ms;
  background: #004280;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
	Border: 3px solid white;
}

.enquiry-btn:hover {
  opacity: 1;
  transform: translateX(2%);
  visibility: visible;
}

.enquiry-btn img {
  filter: brightness(10000) invert(1);
  filter: brightness(0) invert(1);
  width: 40px;
  margin-right: 10px;
}

.enquiry-btn a {
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}