@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

ul, li {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

a {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
/*  font-family: "Josefin Sans", sans-serif; */
font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  body {
    padding-top: 50px;
  }
}

header {
  background: #e1e8ec;
  padding-bottom: 15px;
}

.logo {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mob-logo {
  max-height: 50px;
}

.search-wraper {
  display: flex;
  background: #fff;
  align-items: center;
  height: 42px;
  box-shadow: 0 4px 6px 0px rgba(1, 2, 2, 0.2);
  /* justify-content: space-around; */
  margin: 0px 0 0 0;
  padding-left: 10px;
}

.search-wraper .search-field {
  width: 90%;
  border: none;
  height: 42px;
  padding: 5px 3px;
  background: transparent;
}

.search-wraper .search-field:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.search-wraper .search-field::placeholder {
  font-weight: 200;
}

.search-wraper span {
  display: flex;
  align-items: center;
  text-align: center;
  width: 10%;
}

.search-wraper span .fa-search {
  color: #0089d0;
}

.top-header .quick-contact {
  background: #0089d0;
  padding: 7px 0;
  position: relative;
}

.top-header .quick-contact:before {
  content: "";
  border-right: 50px solid transparent;
  border-bottom: 60px solid #e1e8ec;
  border-left: 0px solid transparent;
  width: 38px;
  position: absolute;
  top: 0px;
}

.top-header .quick-contact ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.top-header .quick-contact ul li {
  display: flex;
  align-items: center;
}

.top-header .quick-contact ul li a {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 14px;
}

.top-header .quick-contact ul li a:hover {
  color: #000;
}

.top-header .quick-contact ul li a:hover img {
  opacity: 0.7;
}

.top-header .quick-contact ul li a img {
  vertical-align: -10px;
  margin-right: 5px;
}

.company-vision {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

.company-vision h4 {
  text-transform: uppercase;
  color: #416195;
  font-size:16px;
  font-weight: 400;
  padding-bottom: 15px;
}

.company-vision h3 {
  font-size: 1.5vw;
  color: #0089d0;
  text-transform: uppercase;
}

.company-vision h1 {
  color: #6d6d6d;
  font-size: 16px;
  margin: 10px 0;
  text-transform: uppercase;
}

.company-vision .company-vision-wraper {
  margin-top: 3rem;
}

.company-vision .company-vision-wraper strong {
  font-size: 20px;
  display: block;
  padding: 15px 0;
}

.company-vision .company-vision-wraper p {
  color: #979797;
}

.company-cats {
  padding: 40px 0 60px;
  background: #efecea;
  text-align: center;
}

.company-cats h1 {
  font-size:2.5vw;
  color: #0089d0;
  text-transform: uppercase;
  font-weight: 700;
}

.company-cats p {
  text-transform: uppercase;
  color: #000;
  font-size:18px;
  margin-bottom: 30px;
}

.company-cats .main-cats {
  background: #e4e0e0;
  padding: 10px 0;
}

.company-cats .main-cats h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight:bold;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.company-cats .main-cats .view-btn {
  width: 80%;
  display: block;
  border: 1px solid #006fb8;
  padding: 6px 0;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-weight:bold;
}

.company-cats .main-cats:hover h2, .company-cats .main-cats:hover .view-btn {
  color: #000;
}

.company-cats .main-cats:hover .view-btn {
  border-color: #000;
}

.company-cats .main-cats .cat-thumbnail {
  position: relative;
}

.company-cats .main-cats .cat-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.company-cats .main-cats .cat-thumbnail .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.company-cats .main-cats .cat-thumbnail:hover .overlay {
  height: 100%;
}

.feature-product-sec {
  overflow: hidden;
  padding: 40px 0 80px;
}

.feature-product-sec h3 {
  font-size: 5vw;
  color: #efecea;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.feature-product-sec p {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.product-wraper {
  background: #e6e6e6;
  padding: 5px;
  padding-bottom: 0px;
}

.product-wraper h2 {
  margin-top: 10px;
  color: #282b36;
  text-transform: uppercase;
  font-size:17px;
  padding: 10px 5px;
  font-weight:800;
font-family: 'Montserrat', sans-serif;
}

.product-wraper img {
  display: block !important;
  margin: auto !important;
}

@media screen and (max-width: 768px) {
  .product-wraper h2 {
    text-align: center;
  }
}

.about {
  background: #f2f2f2;
  padding: 30px 0 60px;
}

.about .aboutus-contents-wraper {
  padding-top: 20px;
  text-align: center;
}

.about .row {
  align-items: center;
}

.about h4 {
  color: #000;
  font-size: 4vw;
  text-transform: uppercase;
}

.about p {
  color: #818080;
  font-size: 16px;
  margin: 25px 0;
}

.about .read-more {
  padding: 10px 25px;
  background: #0089d0;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
}

.about .read-more:hover {
  background: #416195;
}

.news-events {
  padding: 50px 0 80px;
  overflow: hidden;
  height: 78vh;
}

.news-events .row {

}

.news-events h5 {
  font-size:2.5vw;
  color: #000;
  text-transform: uppercase;
  font-weight: bolder;
  margin-bottom: 2rem;
  text-align: center;
}

.news-events h4 {
  font-size: 20px;
  color: #0089d0;
  margin-top: 15px;
}

.news-events .news-schedule {
  margin-top: 30px;
  display: flex;
  text-align: center;
  justify-content: space-evenly;
}

.news-events .news-schedule strong {
  color: #000;
  display: block;
  font-size: 15px;
}

.swiper-container-news {
  overflow: hidden;
  position: relative;
}

.swiper-container-featured {
  overflow: hidden;
  position: relative;
}

footer {
  background: #416195;
  padding-top: 2rem;
  color: #fff;
}

footer a {
  color: #fff;
}


footer .footer-links-col h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}

footer .footer-links-col ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

footer .footer-links-col ul li a:hover {
  color: #000;
}

footer .news-letter-sec {
  padding: 0px 40px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  footer .news-letter-sec {
    padding: 10px;
    margin-bottom: 20px;
  }
}

footer .news-letter-sec h4 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

footer .news-letter-sec p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

footer .news-letter-sec .news-letter-field, footer .news-letter-sec .signup-btn {
  width: 80%;
  text-align: center;
  margin: 15px auto;
}

footer .news-letter-sec .signup-btn {
  background: #0089d0;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
}

footer .footer-address {
  text-align: left;
  padding-right: 20px;
}

footer .footer-address strong {
  font-size: 24px;
  font-weight: bolder;
  display: block;
}

footer .footer-address address {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
}

footer .footer-address p {
  font-size: 16px;
}

footer .footer-address .address-div {
  width: 100%;
  margin-bottom: 5px;
}

footer .footer-address .address-div span {
  float: left;
  width: 40px;
  height: 50px;
  font-size: 24px;
}

footer .follow-us p {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

footer .follow-us ul {
  display: flex;
  justify-content: space-evenly;
}

footer .follow-us ul li {
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding-top: 3px;
}

footer .follow-us ul li i.fab {
  font-size: 24px;
}

footer .follow-us ul li a {
  display: block;
}

footer .follow-us ul li:hover {
  border-color: #000;
}

footer .follow-us ul li:hover a {
  color: #000;
}

.copy-right-sec {
  margin-top: 15px;
  padding: 10px 0;
  text-align: center;
  border-top: 2px solid #00566f;
}

.copy-right-sec p {
  margin-bottom: 0px;
  font-weight: 300;
}

.copy-right-sec p a:hover {
  color: #000;
}

.navbar-fixed-top {
  position: relative;
  background: #efecea;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-bottom: 10px;
  }
}

.navbar-fixed-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 80%;
}

.logo-sec {
  position: relative;
}

@media screen and (max-width: 991px) {
  #submenu1 ul {
    width: 100% !important;
  }
  #submenu1 .nav {
    width: 100% !important;
  }
  #mySidenav .flex-column {
    width: 100% !important;
  }
}

.main-bread-crumb-sec {
  background: #f3f3f3;
  padding: 15px 0;
}

.main-bread-crumb-sec nav {
  display: flex;
  justify-content: flex-start;
  padding-left:50px;
}


.main-bread-crumb-sec nav strong {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
  color: #000;
  border-bottom: 1px solid #000;
}

.main-bread-crumb-sec .breadcrumb {
  border-bottom: 1px solid #8d8d8d;
}

.main-bread-crumb-sec .cat-heading {
  font-size:1.3vw;
  color: #000;
  letter-spacing: 0.25px;
  font-weight: bold;
  margin: 20px 0 0 0;
  padding-left:50px;
font-family: 'Montserrat', sans-serif;
}

.inner-banner img {
  width: 100%;
}

.main-categories-container {
  background: #fff;
}

.main-categories-container .panel-sec {
  background: #fff;
  display: none;
}

.main-categories-container .panel-sec .pannel-content {
  display: flex;
  justify-content: flex-start;
  padding: 15px 15px 50px 15px;
}

.main-categories-container .cats-top-area {
  background: #f3f3f3;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-categories-container .cats-top-area h2 {
  margin-bottom: 0px;
  font-size:20px;
}

.main-categories-container .cats-top-area .cat-btn {
  border: none;
  font-weight: 900;
  animation: blinker 1s linear infinite;
  text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
}

.main-categories-container .cats-top-area .cat-btn i.fa {
  font-weight: 100;
  animation: rotator 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.main-categories-container .colum-4 {
  width: 25%;
}

.main-categories-container .colum-4 h2 {
  color: #000;
  font-size: 16px;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  font-weight: 800;
}

.main-categories-container .colum-4 ul li a {
  color: #0089d0;
  font-size: 14px;
}

.main-categories-container .colum-4 ul li a:hover {
  text-decoration: underline;
  color: #000;
}

.main-product-wraper {
  background: #f3f3f3;
  padding: 0px 0 50px 0;
}

.main-product-wraper .product-wraper {
  margin-top: 50px;
}

.pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.pagination .page-link {
  color: #0089d0;
}

.pagination .page-link:focus {
  color: #416195;
}

.large-page-main-wraper {
  background: #f3f3f3;
  padding: 15px 0;
}

.large-page-main-wraper .feature-product-sec h3 {
  color: #0089d0;
}

.large-view-container {
  border: 20px solid #e6e6e6;
  background: #fff;
  padding: 50px 0;
  text-align: center;
  margin:0 15px 0 50px;
}

.large-pro-des h2 {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight:600;
}

.large-pro-des p {
  margin-bottom: 10px;
  color: #0089d0;
  font-size: 14px;
  font-weight: 600;
}

.large-pro-des .colors-sec ul {
  display: flex;
  justify-content: flex-start;
}

.large-pro-des .colors-sec li {
  width: 52px;
  margin-right: 10px;
  height: 52px;
  border-radius: 15px;
}

.large-pro-des .colors-sec li a {
  display: block;
}

.large-pro-des .colors-sec .gray {
  background: #6d6d6d;
}

.large-pro-des .colors-sec .black {
  background: #000;
}

.large-pro-des .colors-sec .yellow {
  background: #f2dd0f;
}

.large-pro-des .colors-sec .blue {
  background: #1b82c4;
}

.large-pro-des .color-images {
  width: 80%;
}

.large-pro-des .color-images ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.large-pro-des .color-images ul li {
  width: 116px;
  margin: 20px 20px 20px 0;
  height: 116px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .large-pro-des .color-images {
    width: 100%;
  }
}

.product-summary-table table {
  border-spacing: 15px;
  border-collapse: separate;
}

.product-summary-table table th {
  font-size: 13px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.product-summary-table table .blue-bg {
  width: 192px;
}

.product-summary-table table tbody td {
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  padding: 0px;
}

.product-summary-table table tbody .blue-bg1 {
  background: #0089d0;
  padding: 8px 10px;
}

.product-summary-table table tbody .qty-field1 {
  background: transparent;
  border: none;
  border-radius: 0px;
  display: block;
  margin: auto;
  text-align: center;
  color: #000;
  background: #f3f3f3 !important;
  border: 1px solid #000;
  width: 55px;
  height: 40px;
}

.product-summary-table table tbody .qty-field1 .qty-field {
  background: transparent;
  border: none;
  border-radius: 0px;
  display: block;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  padding: 0px;
  margin: 0px;
  padding: 8px 10px;
}

.product-summary-table table tbody .qty-field1 .qty-field::placeholder {
  color: #0089d0;
}

.product-summary-table table tbody .black-bg {
  padding: 8px 10px;
  background: #000;
  color: #fff;
}

.product-summary-table table tbody .inq-btn {
  background: #77cdd0;
  color: #fff;
  text-transform: uppercase;
  border: none;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
}

@media screen and (max-width:576px) {
  .main-bread-crumb-sec nav, .main-bread-crumb-sec .cat-heading {
    padding-left:0px;
  }
  .large-view-container {
    margin:0px;
  } 
  .custom-product h2 {
    font-size:16px;
    font-weight:normal;  
  } 
}

.custom-product {
  background:#0089d0;
    border-radius:3px;
    padding: 5px !important;
    margin-bottom:15px;
    display: flex;
    align-items: center;
    height: 60px;
}
.custom-product h2 {
  font-size:15px;
  font-weight:bold;  
  margin:0px;
  
} 
.custom-product h2 a {
  color:#fff;
  display: block;
}
.custom-product:hover {
  background: #416195;
}
.custom-product:hover h2 a {
color:#fff;
} 