/* font face */
.lato { font-family: "Lato", sans-serif; }
.marcellus { font-family: "Marcellus SC", serif; }
.merriweather { font-family: "Merriweather", serif; }
.montserrat { font-family: "Montserrat", sans-serif; }
.pt-sans { font-family: "PT Sans", sans-serif; }
.roboto { font-family: "Roboto", sans-serif; }

body {
  font-family: "Lato", sans-serif;
}

/* header section */
.top-header {
  background-color: #253241;
}
.right-top-header-content {
  background-color: #d01818 !important;
}
.header-btn {
  line-height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  font-size: 13px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.info-container a.top-link {
  color: #fff;
  text-decoration: none;
  height: 14px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.info-container a.top-link:hover {
  color: #d01818;
}
.is-sticky .sticky-navigation {
  z-index: 100 !important;
}
.is-sticky .sticky-navigation .navbar.bg-white {
  --bs-bg-opacity: 0.9;
}
.sq-43 {
  width: 43px;
  height: 43px;
}
.info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.info-container:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 2000px;
  bottom: 0;
  top: 0;
  background-color: #fff;
}
.info-container:after {
  content: "";
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 28px;
  bottom: 0;
  top: -1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-color: #253241 #253241 transparent transparent;
}

.section-title h4:before,
.section-title h2:before {
  background-color: transparent;
}
.section-title h2 {
  text-transform: capitalize;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 12px;
  padding: 14px 0;
}
.fs-11px {
  font-size: 11px !important;
}
.fs-12px {
  font-size: 12px !important;
}
.fs-13px {
  font-size: 13px !important;
}
.fs-14px {
  font-size: 14px !important;
}
.fs-16px {
  font-size: 16px !important;
}
.fs-17px {
  font-size: 17px !important;
}
.fs-22px {
  font-size: 22px !important;
}
.fs-24px {
  font-size: 24px !important;
}
.fs-28px {
  font-size: 28px !important;
}
.fs-48px {
  font-size: 48px !important;
}
.bakery-border {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

/* #partnerx .owl-nav {
	position: absolute;
	display: inline-block;
	z-index: 100;
	width: 100px;
	height: 100px;
	background-color: #fff;
	top: -100px;
	right: 100px;
} */
#partnerx .owl-nav button {
  opacity: 1;
  top: -80px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 101;
}
#partnerx .owl-nav button i {
  color: #fff !important;
}

#gallery .owl-item .item {
  margin: 0px !important;
}

#testimony .owl-item:nth-child(even) .item .top-item {
  background-color: #fff;
}
#testimony .owl-item:nth-child(odd) .item .top-item {
  background-color: #34404e;
}
#testimony .owl-item:nth-child(odd) .item .top-item .top-item-content {
  color: #fff !important;
}
.top-item-content:after {
  position: absolute;
  top: 59%;
  display: block;
  right: 21%;
  z-index: 1000;
  border-width: 15px;
  border-style: solid;
  border-color: #fff transparent transparent #fff !important;
  content: " ";
}
#testimony .owl-item:nth-child(odd) .item .top-item .top-item-content:after {
  border-color: #34404e transparent transparent #34404e !important;
}
.bottom-item {
  padding-top: 50px;
  text-align: right;
}
.bottom-item-content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 24%;
}
.testimonial-slider-image img {
  max-width: 55px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.tab-link-item {
  position: relative;
  counter-increment: figure;
  cursor: pointer;
  text-align: center;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 30px;
  padding-top: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 8px rgb(129 129 129 / 6%);
  box-shadow: 0 0 12px 8px rgb(129 129 129 / 6%);
  margin: 0;
  list-style: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tab-link-item:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  opacity: 0.6;
  font-size: 16px;
  position: absolute;
  left: 30px;
  top: 30px;
  content: counter(figure, decimal-leading-zero);
}
.tab-link-item.active,
.tab-link-item:hover {
  background-color: #d01818;
  color: #fff !important;
}
.tab-link-item.active::before,
.tab-link-item:hover:before {
  font-size: 25px;
}
.tabs-icon {
  opacity: 0.7;
  font-size: 75px;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix3p0rtw")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.woff") format("woff"),
    url("../fonts/icomoon/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.xicon {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-bike:before {
  content: "\ec0d";
}
.icon-person:before {
  content: "\f018";
}
.icon-chair:before {
  content: "\ecdc";
}
.icon-wallet:before {
  content: "\ea76";
}
.icon-calculator3:before {
  content: "\ea7e";
}
.icon-reading:before {
  content: "\ea05";
}
.icon-store:before {
  content: "\ea63";
}
.icon-battery-charging:before {
  content: "\ee58";
}

#service {
  border-top: #d01818 solid 1px;
}

ul.contact {
  list-style: none;
}
ul.contact li {
  display: block;
  text-align: right;
  position: relative;
  padding-top: 3;
  padding-bottom: 9px;
  padding-right: 50px;
}
ul.contact li i {
  position: absolute;
  font-size: 1.5em;
  right: 0;
}
ul.contact li a {
  text-decoration: none;
}
ul.contact li:hover,
ul.contact li:hover a {
  color: #d01818;
}


#page-opd h3.opd-title span {
  padding-bottom: 10px;
  font-weight: 700;
  display: inline-block;
  border-bottom: #d01818 solid 3px;
  color: #253241;
}

#page-opd .nav-link {
  background: transparent !important;
  color: #253241;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
#page-opd .nav-link.active,
#page-opd .nav-link:hover {
  border: 0;
  border-bottom: #d01818 3px solid;
}



.bg-navy {
  background-color: #253241 !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #d01818 !important;
}
