.custombread {
  background: #f2f2f2;
  padding: 20px 0px;
}

div#custombread {
  padding: 20px 0px;
  background: #f2f2f2;
}

.cat-img img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-title {
  margin: 20px 0px;
}
.page-title span {
  font-size: 30px;
}

.subnews {
  margin-bottom: 20px;
  background: #f9f9f9;
}
.subnews .col-inner {
  padding: 5px 10px;
}
.subnews .postdate {
  font-size: 12px;
  margin-bottom: 0;
  color: #404041;
}

.catetabs .nav > li {
  background: #f2f2f2;
  padding: 0 20px;
  margin: 0 2px;
}
.catetabs .nav > li a {
  font-weight: normal;
}

.catetabs .nav > li h2 {
  margin-bottom: 0 !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
}

.blog-single .is-divider {
  display: none !important;
}

.postslist .box-text-inner, .postgrid .box-text-inner, .postslider .box-text-inner {
  padding: 0 15px !important;
  text-align: justify !important;
}

.dev-style {
  margin: 30px 0px;
}

.project-infor .item {
  gap: 20px;
  margin-bottom: 20px;
}
.project-infor .item div:first-child {
  flex: 1;
  flex-shrink: 0;
  font-weight: bold;
}
.project-infor .item div:last-child {
  flex: 3;
}

.flickity-slider {
  height: 400px !important;
}
.flickity-slider .slide, .flickity-slider a, .flickity-slider img {
  height: 100% !important;
}
.flickity-slider img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.otherprojectstitle {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
}

.header-main .nav > li > a {
  color: #000;
  font-size: 15px;
}

.header-main .nav > li > a {
  line-height: 50px !important;
}

.header-main .nav > li > ul {
  padding: 0 !important;
  border: none !important;
}

.nav-dropdown {
  min-width: 180px !important;
  width: 180px;
}

.mostpopular .is-divider {
  display: none;
}

.shine .box-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.shine .box-image:hover::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.postslist .box-text-inner h2, .postgrid .box-text-inner h2, .titlea, .product-small .product-title, .product-small .product-title h2 {
  font-size: 16px !important;
  font-weight: 500;
}

.catetabs h3 a {
  color: #0c5097;
  font-size: 16px;
  font-weight: normal;
}

.catetabs .nav > li.active > a h2, .catetabs .nav > li:hover > a h2 {
  color: #ea222c !important;
}

.product-small:hover .col-inner:after, .tabnews .box:hover .box-text:after, .postgrid .col-inner:hover:after, .postproducts .col:hover .box:after {
  width: 100%;
  transition: 0.5s;
}

.product-small .col-inner:after, .tabnews .box-text:after, .postgrid .col-inner:after, .postproducts .box:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 1px solid #0c5097;
  transition: 0.5s;
}

#custombread a {
  color: #000;
  font-size: 17px;
}

.fixedsocials {
  position: fixed;
  right: 0;
  top: 40%;
  width: 120px;
  margin-right: -90px;
  z-index: 999;
}

.fixedsocials .social a {
  display: block;
  background: #0c5097;
  width: 120px !important;
  height: 30px;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 2px;
  line-height: 30px;
  border-radius: 3px 0px 0px 3px;
  color: #fff;
  transition: 0.5s;
  font-size: 85% !important;
}

.fixedsocials .social:hover a {
  transition: 0.5s;
  margin-left: -90px !important;
}

.fixedsocials .social i {
  margin-right: 12px;
}

.fixedsocials .social img {
  width: 14px;
  margin-right: 12px;
  margin-top: -2px;
}

.cta-checkbox {
  position: fixed;
  bottom: 54px;
  right: 15px;
  z-index: 1003;
  width: 40px;
  height: 40px;
  opacity: 0;
  cursor: pointer !important;
}

.openclose {
  z-index: 1002;
  position: fixed;
  bottom: 70px;
  right: 25px;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer !important;
  background-size: 25px !important;
}

.open {
  animation-name: zoom;
  -webkit-animation-name: zoom;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer !important;
  box-shadow: 0 0 0 0 #c31d1d;
}

.close {
  display: none;
}

.cta-checkbox:checked ~ .close {
  display: block;
}

.cta-checkbox:checked ~ .open {
  display: none;
}

.cta-checkbox:checked ~ .ctabg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: block;
}

.cta-checkbox:checked ~ .ctaicons {
  display: block;
}

.ctaicons {
  position: fixed;
  right: 0;
  width: 300px;
  z-index: 1000;
  display: none;
  bottom: 115px;
}

.cta-action {
  z-index: 1001;
  color: #fff !important;
  height: 40px;
  width: 215px;
  text-align: right;
  display: block;
  float: right;
  width: 100%;
  margin-right: 28px;
  margin-bottom: 5px;
}

.ctaicon {
  display: inline-block;
  z-index: 90;
  position: relative;
  border-radius: 50%;
  background: #dd3333;
  width: 35px;
  height: 35px;
  animation-name: zoom;
  -webkit-animation-name: zoom;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
  box-shadow: 0 0 0 0 #c31d1d;
}

.ctaicon img {
  max-width: 35px;
  padding: 5px;
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.footermenu {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  text-transform: none !important;
  z-index: 9999;
}

.footermenu {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f2f2f2;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  text-transform: none !important;
  z-index: 9999;
}

.footermenu i {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #ea222c;
}

.footermenu ul {
  display: flex;
}

.footermenu ul li a {
  text-transform: none;
  padding: 0 !important;
}

.footermenu ul li {
  width: 25%;
  display: inline-block;
  float: left;
  margin: 0;
  text-transform: none !important;
}

.footermenu ul li + li {
  border-left: 1px solid #ccc;
  width: calc(25% - 1px) !important;
}

.homenews {
  padding: 50px 0px 0px !important;
}
.homenews .post-item {
  margin-bottom: 0px;
}
.homenews .post-meta, .homenews .from_the_blog_excerpt {
  font-size: 15px;
}

.homestore .address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.about-right section {
  padding: 30px 0px !important;
}

.aboutmenu {
  padding: 30px 0px;
}
.aboutmenu .widget-title {
  background: #0c5097;
  display: block;
  color: #fff;
  padding: 10px;
  font-weight: normal !important;
  font-size: 18px !important;
}
.aboutmenu ul li {
  border: none !important;
  background: #f9f9f9;
  margin-bottom: 1px;
  padding: 10px;
  text-transform: uppercase;
  border-left: 3px solid #f9f9f9 !important;
}
.aboutmenu ul li a {
  color: #000;
}

.aboutmenu ul li.current-menu-item, .aboutmenu ul li:hover {
  border-left: 3px solid #ea222c !important;
}
.btn-main .ux-menu-link__link{
	background: var(--primary-color);
    color: #fff;
    display: table;
    padding: 10px;
	transition:all 0.3s ease;
	border-radius:4px;
}
.btn-main.ux-menu-link:hover a{
	 color: #fff;
	opacity:0.9;
}
.btn-main.ux-menu-link{
	display: table;
}
#footer{
	font-size:16px;
	color: #fff;
    background: #ab8400;
}
#footer a{
	color: #fff !important;
}
#footer .widget-title{
	font-size:14px;
}
@media (max-width: 575px) {
  .homestatistics {
    display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .homeslider .image-cover {
    padding-top: 50vh !important;
  }
  .footermenu {
    display: block;
  }
  .homestatistics-row .col .col-inner {
    margin-bottom: 15px;
  }
  .home-video {
    padding: 30px 0px 0px !important;
  }
  .m-col {
    padding-bottom: 0px !important;
  }
  h2.hometitle {
    padding: 0px !important;
  }
  .section.homestore {
    padding-top: 0px !important;
  }
  .homenews .post-item {
    padding-bottom: 0px;
  }
  .home-slider .row .col {
    padding: 0px 2px 30px !important;
  }
	#footer .widget_nav_menu{
		padding: 0px;
	}
}/*# sourceMappingURL=custom.css.map */