@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
.square-div {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden; 
}

.square-div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; 
}


.item-image {
  filter: grayscale(0%);
}

.item-gray {
  filter: grayscale(100%);
}

.productLabel-1 {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
  width: 50px;
  height: 50px;
}


#sideMenu a{
  color:green;
  font-size: 14.5px;
}
#sideMenu a:hover{
  color:red;
}
.bread-crumb{
  font-size: 12px;
  padding:5px;
  border-bottom: solid 1px #666;
  margin-bottom: 40px;
}
.bread-crumb a{
  font-size: 12px;
}
#suggesstion-box{
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 100%;
  padding: 10px;
  left:0;
  top:37px
}

.search-list{
  line-height: 15px;
  font-size: 13px;
  background: #f8f8f8;
  display: block;
}

.search-list:hover{
  line-height: 15px;
  font-size: 13px;
  background:  #999;
  display: block;
}


.custom-select{
  border: 0;
  outline: solid 1px #999;
  border-right: 6px solid transparent;
  padding: 6px 6px;
  width: 99.5%;
  font-size: 14px;
  border-radius: 0px;
  background-color: white;
  height: 100%;
  box-sizing: border-box;

}

.updateItemArea {
  display: none;
}

.top-bar {
  background: #002c52;
  font-size: 13px;
}

.sidebar {
  border-top: solid 1px #d4d4d4;
}

.sidebar a {
  padding: 15px;
  border-bottom: solid 1px #d4d4d4;
}

.sidebar a:hover {
  background-color: #363b42;
  color: white;
}

.login-box {
  background-color: rgb(241, 241, 241);
  padding: 25px 100px;
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.one h1 {
  text-align: center;
  padding-bottom: 5px;
  font-size: 2rem;
}

.one h1:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #b80000;
}

.one h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #b80000;
}

.top-btn {
  font-size: 22px;
  padding: 5px;
  color: #002c52;
  margin-left: 3px;
  margin-right: 3px;
}

.top-btn:hover {
  color: #092C52;
}

.btn-maroon {
  background: #092C52;
  color: white;
  border: none;
}

.btn-maroon:hover {
  background: #561d22;
  color: white;
  border: none;
}

.btn-top-green {
  background: #002c52;
  color: white;
  border: none;
}

.btn-top-green:hover {
  background: #0c3939;
  color: white;
  border: none;
}

.vAlign {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.dropdown-menu {
  font-size: 0.9rem;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

.promo-bar {
  background-color: #efefef;
  border-bottom: solid 1px #666;
}

body {
  font-family: "Titillium Web", sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #999999;
}

a,
button {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: black;
  text-decoration: none;
}

a:hover,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: #000;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.top-wrap {
  background: #002c52;
}

.topper {
  font-size: 15px;
  width: 100%;
  z-index: 3;
  position: relative;
  padding: 0;
}

.topper .text p {
  margin-bottom: 0;
  font-size: 14px;
}

.topper .text p span {
  color: #000;
}

.topper .text p span:first-child {
  font-weight: 600;
  color: white;
}

.topper .page-social-top {
  margin: 0;
  padding: 0;
  display: inline-block;
  z-index: 10;
}

.topper .page-social-top li {
  list-style: none;
  margin: 0 0 0 5px;
  display: inline-block;
  position: relative;
}

.topper .page-social-top li a {
  height: 25px;
  width: 25px;
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.topper .page-social-top li a span {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000 !important;
}

.topper .page-social-top li a:hover {
  color: red;
}

.page-navbar-light {
  background: #002c52;
  z-index: 3;
  padding: 0;
}

@media (max-width: 991.98px) {

  .login-box {
    padding: 25px;
  }

  .page-navbar-light {
    background: #002c52;
    position: relative;
    top: 0;
    padding: 0;
  }
}

.page-navbar-light .navbar-brand {
  color: #3d424a;
  padding-right: 1.5rem;
  background: black;
  position: relative;
  z-index: 0;
}

.page-navbar-light .navbar-brand:hover,
.page-navbar-light .navbar-brand:focus {
  color: #3d424a !important;
}

@media (max-width: 767.98px) {
  .page-navbar-light .navbar-brand {
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .page-navbar-light .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-navbar-light .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 0;
  }
}

.page-navbar-light .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-navbar-light .navbar-nav>.nav-item>.nav-link {
  font-size: 14.4px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* padding-left: 25px; */
  /* padding-right: 25px; */
  color: white;
  font-weight: 500;
  /* text-transform: uppercase; */
}

.page-navbar-light .navbar-nav>.nav-item>.nav-link span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

@media (max-width: 991.98px) {
  .page-navbar-light .navbar-nav>.nav-item>.nav-link span {
    display: inline-block;
  }
}

@media (max-width: 991.98px) {
  .page-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #fff;
    border-bottom: solid 1px #fff;
  }
}

.page-navbar-light .navbar-nav>.nav-item>.nav-link.active {
  color: #ffffff;
  position: relative;
  z-index: 0;
}

.page-navbar-light .navbar-nav>.nav-item>.nav-link.active:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: black;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  z-index: -1;
  content: "";
}

@media (max-width: 991.98px) {
  .page-navbar-light .navbar-nav>.nav-item>.nav-link.active {
    color: #fec900 !important;
  }

  .page-navbar-light .navbar-nav>.nav-item>.nav-link.active:before {
    background: none;
  }
}

@media (max-width: 767.98px) {
  .page-navbar-light .navbar-nav>.nav-item.active>a {
    color: #fff;
    background: transparent;
  }
}

.page-navbar-light .btn-custom {
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 10px;
  color: #fff;
  border-radius: 2px;
}

.page-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, 0.9) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.page-navbar-light .navbar-toggler:hover,
.page-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: red;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  z-index: 3;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .navbar-brand {
    line-height: 1;
  }
}

.navbar-brand span {
  color: #fff;
  line-height: 1.1;
}

.page-wrap {
  height: 100vh;
  min-height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.page-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.page-wrap.page-wrap-2 {
  min-height: auto;
  height: 600px;
  background-position: top center;
  background-attachment: fixed;
}

.page-wrap.page-wrap-2 .overlay {
  opacity: 0.3;
  background: #000;
}

.page-wrap.page-wrap-2 .slider-text {
  min-height: auto;
  height: 600px;
}

.page-wrap .slider-text {
  height: 100vh;
  min-height: 750px;
  /* color: rgba(255, 255, 255, 0.8); */
  z-index: 3;
}

.page-wrap .slider-text .text {
  position: relative;
  z-index: 0;
}

.page-wrap .slider-text .text:after {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  width: 50%;
  height: 90%;
  background-attachment: fixed;
  margin: 0 auto;
  content: "";
  z-index: -1;
  border: 10px solid rgba(255, 255, 255, 0.1);
}

.page-wrap .slider-text .subheading {
  text-transform: uppercase;
  font-weight: 700;
  /* color: rgba(255, 255, 255, 0.9); */
  font-size: 16px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

.page-wrap .slider-text .subheading:after,
.page-wrap .slider-text .subheading:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 70px;
  height: 2px;
  background: #fff;
}

.page-wrap .slider-text .subheading:before {
  right: -90px;
}

.page-wrap .slider-text .subheading:after {
  left: -90px;
}

.page-wrap .slider-text h1,
.page-wrap .slider-text .h1 {
  font-weight: 700;
  /* color: #fff; */
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.page-wrap .slider-text h1 span,
.page-wrap .slider-text .h1 span {
  color: black;
}

@media (max-width: 767.98px) {

  .page-wrap .slider-text h1,
  .page-wrap .slider-text .h1 {
    font-size: 40px;
  }
}

@media (max-width: 575.98px) {
  .page-wrap .slider-text .btn {
    width: 100%;
    /* display: block; */
    margin-bottom: 5px;
  }
}

.page-wrap .slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  z-index: 99;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.page-wrap .slider-text .breadcrumbs span {
  color: rgba(255, 255, 255, 0.8);
}

.page-wrap .slider-text .breadcrumbs span i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.page-wrap .slider-text .breadcrumbs span a {
  color: rgba(255, 255, 255, 0.8);
}

.page-wrap .slider-text .breadcrumbs span a:hover,
.page-wrap .slider-text .breadcrumbs span a:focus {
  color: gray;
}

.page-wrap .slider-text .breadcrumbs span a:hover i,
.page-wrap .slider-text .breadcrumbs span a:focus i {
  color: gray;
}

.page-wrap .slider-text .bread {
  font-weight: 400;
  color: #fff;
  font-size: 40px;
}

/* .bg-light {
  background: #f8f8f8 !important;
}

.bg-darken {
  background: #3d424a !important;
} */

.btn-custom {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #fec900;
  padding: 5px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

.btn {
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  font-size: 12px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}

.btn span {
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
}

.btn.btn-primary {
  background: #fec900 !important;
  border: 1px solid #fec900 !important;
  color: #000 !important;
}

.btn.btn-primary span {
  color: #3d424a !important;
}

.btn.btn-primary:hover {
  border: 1px solid red;
  background: transparent;
  color: red;
}

.btn.btn-darken {
  background: #3d424a !important;
  border: 1px solid #3d424a !important;
  color: #fff !important;
}

.btn.btn-darken:hover {
  border: 1px solid #3d424a;
  background: transparent;
  color: #3d424a;
}

.aside-stretch {
  background: black;
}

.aside-stretch:after {
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  content: "";
  width: 360%;
  background: black;
}

.form-control {
  /* height: 45px; */
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.form-control:focus,
.form-control:active {
  border-color: red !important;
}

textarea.form-control {
  height: inherit !important;
}

.page-no-pt {
  padding-top: 0 !important;
}

.page-intro {
  color: rgba(255, 255, 255, 0.8);
  z-index: 0;
  position: relative;
  padding: 3em 0;
  background-position: top center !important;
  background-attachment: fixed;
  overflow: hidden;
}

.page-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: #000000;
  z-index: -1;
}

.page-intro:after {
  /* text-align: center; */
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: #000;
  z-index: -1;
  width: 100%;
  -ms-transform: skewX(20deg);
  /* IE 9 */
  /* -webkit-transform: skewX(20deg); */
  /* transform: skewX(20deg); */
  /* Standard syntax */
}

@media (max-width: 767.98px) {
  .page-intro {
    background-position: center center !important;
  }
}

.page-intro .subheading {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  color: #fec900;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.page-intro h1,
.page-intro .h1 {
  color: #fec900;
  font-weight: 400;
}

.page-intro h2,
.page-intro .h2 {
  color: #3d424a;
  font-weight: 400;
  font-size: 40px !important;
}

@media (max-width: 575.98px) {

  .page-intro h2,
  .page-intro .h2 {
    font-size: 20px;
  }
}

.page-intro h2 span,
.page-intro .h2 span {
  background: red;
}

.page-gallery {
  position: relative;
}

.page-gallery .gallery-wrap {
  width: 100%;
  height: 340px;
  display: block;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
}

.page-gallery .gallery-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #000000;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-gallery .gallery-wrap .icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: red;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.page-gallery .gallery-wrap .icon span {
  color: #fff;
}

.page-gallery .gallery-wrap .desc {
  margin-bottom: -50px !important;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-gallery .gallery-wrap .desc span {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.page-gallery .gallery-wrap .desc h2,
.page-gallery .gallery-wrap .desc .h2 {
  color: #fff;
}

.page-gallery .gallery-wrap .desc h2 a,
.page-gallery .gallery-wrap .desc .h2 a {
  color: #fff;
}

.page-gallery .gallery-wrap:hover:after {
  opacity: 0.3;
}

.page-gallery .gallery-wrap:hover .icon {
  opacity: 1;
}

.page-gallery .gallery-wrap:hover .desc {
  opacity: 1;
  margin-bottom: 0 !important;
}

.page-footer {
  padding: 7em 0 0 0;
  background: #363b42;
  color: rgba(255, 255, 255, 0.7);
}

.page-footer .logo a {
  position: relative;
  text-decoration: none;
}

.page-footer .page-footer-widget h2,
.page-footer .page-footer-widget .h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", Arial, sans-serif;
}

.page-footer .page-footer-widget ul li {
  margin-bottom: 10px;
}

.page-footer .page-footer-widget ul li a {
  color: rgba(255, 255, 255, 0.9);
}

.page-footer .page-footer-widget ul li a span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.page-footer .page-footer-widget ul li a:hover {
  color: red;
}

.page-footer .page-footer-widget ul li a:hover span {
  color: red;
}

.page-footer .page-footer-widget .btn-primary {
  background: #fff !important;
  border: 2px solid #fff !important;
}

.page-footer .page-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff !important;
}

.page-footer .block-23 ul {
  padding: 0;
}

.page-footer .block-23 ul li {
  font-size: 15px;
}

.page-footer .block-23 ul li,
.page-footer .block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 15px;
}

.page-footer .block-23 ul li span {
  color: rgba(255, 255, 255, 0.7);
  color: red;
}

.page-footer .block-23 ul li .icon,
.page-footer .block-23 ul li .text {
  display: table-cell;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8) !important;
}

.page-footer .block-23 ul li .icon {
  width: 40px;
  font-size: 15px;
  padding-top: 2px;
  color: red !important;
}

.page-footer .bg-darken {
  background: #31363c !important;
}

.page-footer .block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
}

.page-footer .block-21 .text {
  width: calc(100% - 90px);
}

.page-footer .block-21 .text .heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.page-footer .block-21 .text .heading a {
  color: #fff;
}

.page-footer .block-21 .text .heading a:hover,
.page-footer .block-21 .text .heading a:active,
.page-footer .block-21 .text .heading a:focus {
  color: red;
}

.page-footer .block-21 .text .meta>div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.page-footer .block-21 .text .meta>div a {
  color: gray;
  color: red;
}

.page-footer-social li {
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block;
}

.page-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  color: red;
  border-radius: 2px;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
}

.page-footer-social li a span {
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: red !important;
}

.page-footer-social li a:hover {
  color: red;
}

/* #map {
  width: 100%;
}
@media (max-width: 767.98px) {
  #map {
    height: 300px;
  }
} */

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 166, 43, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 166, 43, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 166, 43, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 166, 43, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 166, 43, 0);
    box-shadow: 0 0 0 30px rgba(255, 166, 43, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 166, 43, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 166, 43, 0);
    box-shadow: 0 0 0 0 rgba(255, 166, 43, 0);
  }
}

.heading-section .subheading {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: red;
  font-weight: 600;
}

.heading-section h2,
.heading-section .h2 {
  font-size: 54px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 991.98px) {

  .heading-section h2,
  .heading-section .h2 {
    font-size: 40px;
  }
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.page-about-section .img {
  position: relative;
}

@media (max-width: 767.98px) {
  .page-about-section .img {
    height: 400px;
    width: 100%;
  }
}

.page-about-section .img .counter-wrap {
  position: absolute;
  bottom: 107px;
  right: -107px;
  background: #3d424a;
  padding: 30px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 767.98px) {
  .page-about-section .img .counter-wrap {
    padding: 20px;
  }
}

.page-about-section .img .icon span {
  font-size: 54px;
  line-height: 0;
  color: red;
}

.page-about-section .img span {
  font-size: 24px;
}

.page-about-section .img .number {
  color: red;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.page-about-section .img .caption {
  font-size: 20px;
  display: block;
  color: #fff;
}

.categories {
  padding: 0;
}

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}

.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a {
  display: block;
  color: #666666;
  padding-left: 25px;
}

.categories li a span {
  position: absolute;
  left: 0;
  top: 0;
  color: red;
}

.categories li.active a {
  color: #000000;
  font-style: italic;
}

.btn-custom:hover {
  color: #666;
}