@font-face{

  font-family: 'Beatrice-Trial-Light';

  src: url("../fonts/Beatrice-Trial-Light.ttf");

}

@font-face{

  font-family: 'Beatrice-Trial-Regular';

  src: url("../fonts/Beatrice-Trial-Regular.ttf");

}

@font-face{

  font-family: 'Beatrice-Trial-Bold';

  src: url("../fonts/Beatrice-Trial-Bold.ttf");

}

@font-face{

  font-family: 'Beatrice-Trial-Medium';

  src: url("../fonts/Beatrice-Trial-Medium.ttf");

}

@font-face{

  font-family: 'Beatrice-Trial-Extra-Bold';

  src: url("../fonts/Beatrice-Trial-Extra-Bold.ttf");

}

@font-face{

  font-family: 'Beatrice-Trial-Semi-Bold';

  src: url("../fonts/Beatrice-Trial-Semi-Bold.ttf");

}

/* html {

	overflow-x: hidden;

} */



body {

	margin: 0;

	padding: 0;

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

	font-weight: 300;

	color: #000;

  background-color: #F9F9F9;

}

.bg-primary-color{

  background-color: #0074bf;

}

.bg-dark-color{

  background-color: #000;

}

a {

	text-decoration: none;

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

	font-weight: 300;
  font-size: 18px;

}



p {

	color: #000;

	font-size: 18px;

	font-weight: 300;

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

}



strong.orange-text {

	color: #F16B35;

	font-weight: 500;

}



ul {

	list-style: none;

	padding-left: 0;

}

.accordion-body ul {

	list-style: disc;

	padding-left: 25px;

}

ul li {

	color: #000;

	font-size: 18px;

	font-weight: 300;

	margin-bottom: 7px;

}



ul li:last-child {

	margin-bottom: 0;

}



.with-right-angle-arrow li {

	position: relative;

	padding-left: 20px;

}



.with-right-angle-arrow li::before {

	position: absolute;

	content: '';

	top: 0;

	left: 0;

	background-image: url(../images/icon/right-anlge-arrow.png);

	background-size: contain;

	background-repeat: no-repeat;

	width: 8px;

	height: 20px;

}



button {

	border: none;

	box-shadow: none;

}



h1,h2,h3,h4,h5,h6 {

	color: #000;

}



.form-control {

	padding: .75rem .75rem;

	font-size: 16px;

}



.form-control:focus {

	box-shadow: none;

	border: 1px solid #0175bf;

}



.form-control::-webkit-input-placeholder {

	color: #999BA0;

}



.form-control::-moz-placeholder {

	color: #999BA0;

}



.form-control:-ms-input-placeholder {

	color: #999BA0;

}



.form-control::placeholder {

	color: #999BA0;

}



section {

	padding: 70px 0;

}

/* ------------------------- Theme Button CSS Start ------------------------- */

.theme-btn{

  position: relative;

  width: 110px;

  height: 110px;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  text-align: center;

  color: #fff;

  transition: all 0.3s ease;

  z-index: 1;

    border: 0;	
    text-wrap: auto;
}

.theme-btn::before{

  position: absolute;

  content: '';

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 0px;

  height: 0px;

  transition: all 0.5s ease;

  border-radius: 50%;

}

.theme-btn.primary-btn:hover::before{

  background-color: #000;

  width: 100%;

  height: 100%;

  z-index: -1;

}

.theme-btn.dark-btn:hover::before{

  background-color: #0074bf;

  width: 100%;

  height: 100%;

  z-index: -1;

}

.theme-btn img{

  width: 12px !important;

  filter: brightness(0) invert(1);

}

.theme-btn.primary-btn{

  background-color: #0074bf;

}

.theme-btn.dark-btn{

  background-color: #000;

}

.btn-bordered-light {

  border: 1px solid #fff;

  color: #fff;

}

.btn-bordered-light:hover {

  border-color: #0074bf;

}

.btn-bordered-light:hover::before {

  background-color: #0074bf;

  width: 100%;

  height: 100%;

  z-index: -1;

}

.theme-btn-border-radius{

  padding: 10px 25px 12px;

  border-radius: 30px;

  color: #fff;

  line-height: normal;

  transition: all 0.4s ease;

}

.theme-btn-border-radius.primary-btn{

  background-color: #0074bf;

}

.theme-btn-border-radius.dark-btn{

  background-color: #000;

}

.theme-btn-border-radius.primary-btn:hover{

  background-color: #000;

}

.theme-btn-border-radius.dark-btn:hover{

  background-color: #0074bf;

}

.btn-bordered-light {

  border: 1px solid #fff;

  color: #fff;

}

.btn-bordered-light:hover {

  border-color: #0074bf;

}

.btn-bordered-light:hover::before {

  background-color: #0074bf;

  width: 100%;

  height: 100%;

  z-index: -1;

}

/* ------------------------- Theme Button CSS End ------------------------- */

/* ------------------------- Theme Title CSS Start ------------------------- */

.theme-title{

  font-size: 55px;

  font-family: "Beatrice-Trial-Regular";

  font-weight: 300;

  line-height: 1.4;

}

.theme-title strong{

  font-family: "Beatrice-Trial-Semi-Bold";

}

/* ------------------------- Theme Title CSS End ------------------------- */

/* ------------------------- Header Section CSS Start ------------------------- */

.navbar-brand img{
  max-width: 150px;
  width: 100%;
}
.header-right-wrapper .search-icon-wrap a, .header-right-wrapper .light-dark-icon-wrap a{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-right-wrapper .header-right-icon-wrap img{
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0);
}
#menu-offcanvas{
  width: 100% !important;
  background-color: #000;
  transition: all 0.5s ease;
}
#menu-offcanvas .offcanvas-contact-detail{
  background-color: #1b1b1b;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu-offcanvas .offcanvas-menu-wrapper{
  background-color: #121212;
}
#menu-offcanvas .offcanvas-logo img{
  max-width: 150px;
  width: 100%;
}
#menu-offcanvas .offcanvas-contact-items .title{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
} 
#menu-offcanvas .offcanvas-contact-items{
  margin-bottom: 20px;
}
#menu-offcanvas .offcanvas-contact-items:last-child{
  margin-bottom: 0;
}
#menu-offcanvas .offcanvas-contact-items .offcanvas-contact-text{
  color: #fff;
  font-weight: 300;
}
#menu-offcanvas .offcanvas-copyright-text p{
  color: #6c6e71;
}
#menu-offcanvas .close-icon-wrap{
  text-align: end;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
}
#menu-offcanvas .offcanvas-menu-wrapper .btn-close{
    width: 45px;
    height: 45px;
    background-color: #3b3c3d;
    opacity: 1;
    border-radius: 50%;
    background-image: url(../images/icon/close-icon-white.png);
    background-size: 20px;
}
#menu-offcanvas .offcanvas-menu-wrapper .btn-close:focus{
  box-shadow: none;
}
#menu-offcanvas .offcanvas-menu-wrap{
  max-height: 700px;
  overflow-y: auto;
}
#menu-offcanvas .offcanvas-menu-wrap::-webkit-scrollbar {
  display: none;
}
#menu-offcanvas .offcanvas-menu-wrap ul li:first-child{
  border-top: 1px solid #3b3c3d;
}
#menu-offcanvas .offcanvas-menu-wrap ul li{
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #3b3c3d;
  margin-bottom: 0;
}
#menu-offcanvas .offcanvas-menu-wrap ul li a{
  padding: 0 40px;
  font-size: 23px;
  color: #fff;
  font-weight: 300;
}
#menu-offcanvas .offcanvas-menu-wrap ul li a:hover {
  color: #0074bf;
}
.open-drop-icon{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 18px;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
#menu-offcanvas .offcanvas-menu-wrap ul li > .dropdown-menu{
  position: static;
  top: 0;
  left: 0;
  background: #1b1b1b;
  padding: 0 20px;
  max-width: 90%;
  width: 90%;
  margin: 15px auto 10px;
  border-radius: 10px;
}
#menu-offcanvas .offcanvas-menu-wrap ul li > .dropdown-menu li:first-child{
  border-top: 0;
}
#menu-offcanvas .offcanvas-menu-wrap ul li > .dropdown-menu li:last-child{
  border-bottom: 0;
}
#menu-offcanvas .offcanvas-menu-wrap ul li > .dropdown-menu li a{
  padding: 0 20px;
  font-size: 20px;
}

/* ------------------------- Header Section CSS End ------------------------- */

/* ------------------------- Top Banner Section CSS Start ------------------------- */

.banner-minititle{

  font-size: 17px;

}

.banner-minititle-wrap{

  width: fit-content;

}

.banner-minititle-wrap::before{

  position: absolute;

  content: '';

  top: 0;

  left: 110%;

  background-image: url(../images/icon/double-star-icon.png);

  background-repeat: no-repeat;

  background-size: contain;

  width: 35px;

  height: 35px;

}

.banner-slider-img img{

    aspect-ratio: 1 / 0.5;

    object-fit: cover;

    border-radius: 200px;

}

.banner-main-title{

  font-size: 70px;

  font-family: "Beatrice-Trial-Regular";

}

.banner-main-title strong{

  font-family: "Beatrice-Trial-Semi-Bold";

}

.banner-img1 img,.banner-img2 img{

    aspect-ratio: 1 / 0.83;

    object-fit: cover;

}

.banner-img1{

  position: relative;

  padding-left: 7px;

  z-index: 1;

}

.banner-img1::before{

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #0074bf;

  border-radius: 150px 0 0 150px;

  z-index: -1;

}

.banner-img1 img{

  border-radius: 150px 0 0 150px;

}

.banner-img2 img{

  border-radius: 0px 150px 150px 0;

}

.banner-points ul{

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  list-style: none;

  padding: 0;

  margin: 0 ;

}

.banner-points ul li{

  position: relative;

  padding-left: 20px;

  margin-bottom: 0;

  padding: 8px 0 8px 20px;

}

.banner-points ul li:nth-child(even){

  margin-left: 30px;

}

.banner-points ul li::before{

  position: absolute;

  content: '';

  top: 18px;

  left: 0;

  width: 6px;

  height: 6px; 

  border-radius: 50%;

  background-color: #0074bf;

}

.banner-points ul li::after{

  position: absolute;

  content: '';

  bottom: 0;

  left: 0;

  width: 100%;

  height: 1px;

  background-color: #000;

}

.banner-points > p {

  font-weight: 400;

}

.since-year-text{

  font-size: 18px;

  font-weight: 400;

}

/* ------------------------- Top Banner Section CSS End ------------------------- */

/* ------------------------- Marquee Section CSS Start ------------------------- */

.marquee-slider-carousel .owl-item{

    width: fit-content !important;

  }

  .marquee-slider-carousel .item h2{

    position: relative;

  }

  .marquee-slider-carousel .item h2::before{

    position: absolute;

    content: '';

    top: 50%;

    right: -65px;

    transform: translateY(-50%) !important;

    background-image: url(../images/icon/signle-star.png);

    background-size: contain;

    background-repeat: no-repeat;

    width: 25px;

    height: 25px;



  }

  .owl-item:nth-child(odd) .item h2::after{

    background-image: none !important;

  } 



  .marquee-section{

    padding: 20px 0;

  }

  .marquee-slider-carousel h2{

    font-size: 18px;

    color: #F1F1F1;

    text-align: center;

    text-wrap-mode: nowrap;

    text-transform: capitalize;

    font-family: "Beatrice-Trial-Light";

    margin-bottom: 0;

  }

/* ------------------------- Marquee Section CSS End ------------------------- */

/* ------------------------- Who we are Section CSS End ------------------------- */

.year-of-exp h2{

  font-size: 150px;

  font-family: "Beatrice-Trial-Medium";

  line-height: 135px;

}

.year-of-exp h2 sup{

  font-size: 75px;

  font-family: "Beatrice-Trial-Bold";

  font-weight: bold;

  vertical-align: middle;

}

.who-we-are-right-border{

  border-right: 1px solid #EFEFEF

}

.who-certificate-wrap img{

  max-width: 250px;

  width: 100%;

}

.who-we-are-img{

  z-index: 1;

}

.who-we-are-img::before{

  position: absolute;

  content: '';

  bottom: 0;

  left: 0;

  background-color: #000;

  width: 100%;

  height: 30%;

  opacity: 0.7;

  background: linear-gradient(0deg, black, transparent);

}

.who-we-are-slogen{

    position: absolute;

    bottom: 20px;

    width: 100%;

    text-align: center;

    padding: 0 20px;

}

.who-we-are-slogen h2{

    font-size: 45px;

    color: #fff;

}

/* ------------------------- Who we are Section CSS End ------------------------- */

/* ------------------------- Sevices Section CSS Start ------------------------- */

.our-services-list-wrap ul{

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    list-style: none;

    padding: 0;

    margin: 0;

}

.our-services-list-wrap ul li{

  border-bottom: 1px solid #131313;

  padding: 8px 0;

  margin-bottom: 0;

  color: #000;

}

.our-services-list-wrap ul li a {

  color: #000;

  display: block;

  position: relative;

}

.our-services-list-wrap ul li a::after {

  position: absolute;

  content: "";

  height: 100%;

  width: 20px;

  background-image: url(../images/icon/btn-short-arrow.png);

  background-size: 10px;

  background-repeat: no-repeat;

  top: 0;bottom: 0;

  right: 0;

  background-position: center;

  opacity: 0;

  transition: all 300ms ease-in-out;

}

.our-services-list-wrap ul li:nth-child(even) {

  margin-left: 30px;

}

.our-services-list-wrap ul li a:hover {

  color: #0074bf;

}

.our-services-list-wrap ul li a:hover::after {

  opacity: 1;

}

/* ------------------------- Sevices Section CSS End ------------------------- */



/* ------------------------- Products Section CSS End ------------------------- */

.our-products-section .theme-minititle{

  /* border-bottom: 1px solid #D2D2D2; */

  /* display: block; */

}

/* .our-products-list-wrapper{

  max-height: 560px;

  overflow-y: auto;

}

.our-products-list-wrapper::-webkit-scrollbar {

  display: none;

} */



.products-list-items{

  background-color: #F9F9F9;

  margin-bottom: 20px;

}

.products-list-items:last-child{

  margin-bottom: 0;

}

.products-list-items h2{

  font-size: 28px;

  padding: 15px;

}

.products-list-items img{

  aspect-ratio: 1 / 0.6;

  object-fit: cover;

}

.products-text-wrap,

.products-list-items{

  /* position: sticky;

  top: 10px; */

}

/* ------------------------- Products Section CSS End ------------------------- */



/* ------------------------- New Arrivals Section CSS Start ------------------------- */

.new-arrivals-slider-text{

  margin-top: 80px;

  color: #999;

}

.new-arrivals-slider-text p{

  color: #999999;

}

.new-arrivals-slider-text h5, .new-arrivals-slider-text h6 {

  color: #fff;

  font-weight: 300;

}

h4.event-date {

  background: #fff;

  padding: 10px;

  display: inline-block;

  margin-bottom: 20px;

  color: #000 !important;

}

.custom-slide-counter {

  position: relative;

  bottom: 0;

  left: 0;

  color: #fff;

  font-size: 16px;

}

.custom-slide-counter button {

  background-color: transparent;

  /* margin-top: 20px; */
	margin-right: 20px;

}

.bg-dark-color .custom-slide-counter button {

    height: 45px;
    width: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    /* margin-right: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;

}

.bg-dark-color .custom-slide-counter button > img {

    /* filter: invert(1); */
    filter: brightness(0) invert(1);

}

.slide-count {

  display: flex;

  align-items: center;

  gap: 10px;

}

.slide-count .line {

  width: 100px;

  height: 1px;

  background-color: #fff;

  display: inline-block;

}

/* ------------------------- New Arrivals Section CSS End ------------------------- */



/* ------------------------- Global Presence Section CSS Start ------------------------- */

.global-presence-col-left{

  border-right: 1px solid #D9D9D9;

}

.inq-wrapper .inq-text,

.global-presence-title{

  font-size: 40px;

  font-family: "Beatrice-Trial-Regular";

}

/* ------------------------- Global Presence Section CSS End ------------------------- */



/* ------------------------- Footer Section CSS Start ------------------------- */

.get-start-wrap{

  padding: 70px 0;

/*   border-bottom: 1px solid #252525; */

}

.get-start-wrap h2{

  font-size: 80px;

  color: #fff;

  font-family: "Beatrice-Trial-Regular";

}

.get-start-wrap p{

  color: #999999;

  font-size: 22px;

  font-family: "Beatrice-Trial-Light";

  margin-bottom: 0;

}

.f-title{

  font-weight: 400;

  font-size: 17px;

}

.f-contact-wrap{

  padding: 40px 0;
border-top: 1px solid #252525;
}

.f-contact-items{

  margin-bottom: 10px;

}

.f-contact-wrap p,

.f-contact-wrap a{

  color: #999999;

  margin-bottom: 5px;

  font-weight: 300;

}
.f-contact-wrap a:hover {
	text-decoration:underline;
}

.f-credit-icon{

  width: 80px;

  height: 80px;

  background: aliceblue;

  padding: 15px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  margin: auto;

  transition: all 0.4s ease;

}
.footer-product-list {
	display:grid;
	grid-template-columns: auto auto;
}
.footer-product-list > li {
	
}
.f-credit-icon img{

  transition: all 0.4s ease;

}

.f-credit-box:hover .f-credit-icon{

  background-color: #0074bf;

}

.f-credit-box:hover .f-credit-icon img{

  filter: brightness(0) invert(1);

}

.f-credit-wrap{

  border-bottom: 1px solid #252525;

  padding-bottom: 10px;

}

.f-credit-wrap h2{

  font-size: 16px;

  color: #fff;

  margin-top: 15px;

  font-weight: 400;

}

.f-credit-wrap img{

  /* filter: brightness(0) invert(1); */

  width: 70px;

  height: 70px;

  object-fit: contain;

}

.bottom-footer{

  padding: 20px 0;

  border-top: 1px solid #252525;

}

.bottom-footer p{

  color: #999999;

  font-weight: 300;

}

.bottom-footer img {

  width: 18px;

  filter: brightness(0) invert(0.9);

  float: right;

  transition: all 0.4s ease;

}

.bottom-footer img:hover{

  filter: none;

}
.certification-logo-box {
	display: inline-block;
	margin-right: 20px;
}
.certification-logo-box img{

  border-radius: 50%;

  aspect-ratio: 1/1;

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

}

.footer-social-wrap img {
	filter: brightness(0) invert(1);
	width: 20px;
}
.footer-social-wrap  a  {
	display:inline-block;
	margin-right: 15px;
}

/* ------------------------- Footer Section CSS End ------------------------- */

/* ------------------------- About Us Section CSS Start ------------------------- */

.breadcrumb-section .page-title{

    font-size: 17px;

}

.tageline-text{

  font-size: 60px;

  font-family: "Beatrice-Trial-Regular";

}

.breadcrumb-section h5 {

  font-weight: 300;

  line-height: 1.5;

}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before{
      margin-top: 2px;
}
.inner-about-wrp{
  position: sticky;
  top: 10px;
}
/* ------------------------- About Us Section CSS End ------------------------- */

/* ------------------------- Our Team Section CSS Start ------------------------- */

.our-team-wrap-box{

  border: 1px solid #000;

}

.team-name h2{

  font-size: 23px;

  font-family: "Beatrice-Trial-Bold";

}

.our-team-wrap-box p{

  font-weight: 500;

  color: #0074bf;

}
.team-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
}

/* ------------------------- Our Team Section CSS End ------------------------- */



/* ------------------------- Product API Slider CSS Start ------------------------- */



.api-prd-item {

  position: relative;

  border-radius: 15px;

  overflow: hidden;

  display: block;
	text-align:left;

}

.api-prd-item::before {

  position: absolute;

  content: "";

  height: 40%;

  width: 100%;

  left: 0;

  bottom: 0;

  background: linear-gradient(0deg, #000, transparent);

  z-index: 1;

}

.api-prd-item > img {

  aspect-ratio: 1/1.1;

  width: 100%;

  object-fit: cover;

  transition: all 300ms ease-in-out;

  z-index: 0;

}

.api-prd-item .hvr-content {

  z-index: 1;

  color: #fff;

  padding: 15px;

  position: absolute;

  bottom: 0;

  left: 0;

  transition: all 300ms ease-in-out;

}

.api-prd-item .hvr-content h5 {

  color: #fff;

  margin-bottom: 0;

}

.api-prd-item:hover .hvr-content {

  padding-bottom: 30px;

}

.api-prd-item:hover img {

  transform: scale(1.1);

}

.custom-slide .owl-nav { margin-top: 30px;}

.custom-slide .owl-nav .owl-prev,

.custom-slide .owl-nav .owl-next {

  display: inline-block;

  height: 45px;

  width: 45px;

  border-radius: 50%;

  align-content: center;

  text-align: center;

  border: 1px solid #000 !important;

  margin-right: 10px;

}

.owl-prev-custom.disabled, .owl-next-custom.disabled {

  opacity: 0.5;

  cursor: auto;

}

.owl-prev-custom,

.owl-next-custom {

  box-shadow: none;

  outline: 0;

}

/* ------------------------- Product API Slider CSS Ends ------------------------- */



.masonry {

  /* Masonry container */

  -webkit-column-count: 4;

  -moz-column-count: 4;

  column-count: 4;

  -webkit-column-gap: 1em;

  -moz-column-gap: 1em;

  column-gap: 1em;

  /* margin: 1.5em; */

  padding: 0;

  -moz-column-gap: 1.5em;

  -webkit-column-gap: 1.5em;

  column-gap: 1.5em;

  font-size: 0.85em;
	
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;

}

.msnry-item {

  display: inline-block;

  background: #fff;

  /* padding: 1em; */

  margin: 0 0 1.5em;

  width: 100%;

  -webkit-transition: 1s ease all;

  box-sizing: border-box;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-shadow: 2px 2px 4px 0 #ccc;

}

/* .msnry-item:nth-child(9n) > img {

  aspect-ratio: 1/1.5;

} */

/* .msnry-item:nth-child(2n - 1) > img {

  aspect-ratio: 1/0.8;

} */





@media only screen and (max-width: 320px) {

  .masonry {

/*     -moz-column-count: 1;

    -webkit-column-count: 1;

    column-count: 1; */
	  
	display: grid;
	grid-template-columns: 100%;


  }

}



@media only screen and (min-width: 321px) and (max-width: 768px) {

  .masonry {

/*     -moz-column-count: 2;

    -webkit-column-count: 2;

    column-count: 2; */
	  
	display: grid;
	grid-template-columns: 50% 50%;


  }

}

@media only screen and (min-width: 769px) and (max-width: 1200px) {

  .masonry {

    -moz-column-count: 3;

    -webkit-column-count: 3;

    column-count: 3;

  }

}

@media only screen and (min-width: 1201px) {

  .masonry {

    -moz-column-count: 4;

    -webkit-column-count: 4;

    column-count: 4;

  }

}

.custom-radio .form-check-input:checked {

  background-color: #0175bf;

  border-color: #0175bf;

}

.custom-radio { margin-bottom: 10px; padding-left: 0;}

.custom-radio .form-check-label {

  font-size: 18px;

  padding: 7px 15px!important;

  border-radius: 20px;

  transition: all 300ms ease-in-out;

}

.custom-radio .form-check-label:hover {

  background-color: #ddd;

}

.custom-radio .form-check-input {

    /* height: 0; */

    /* width: 0; */

    opacity: 0;

}

.custom-radio .form-check-input:checked + label {

  background: #0074bf;

  color: #fff;

}

.custom-breadcrumb .breadcrumb-item.active {

  /* color: #0074bf; */

  padding-right: 50px;

  background-image: url(../images/icon/arrow-long.png);

  background-repeat: no-repeat;

  background-position: center right;

  background-size: auto;

}

.cat-filter-wrap {

  position: sticky;

  position: -webkit-sticky;

  top: 10px;

}

.custom-breadcrumb .breadcrumb-item > a {color: #0074bf;}

hr {

  border-color: #919191;

}

.cat-name {

  font-weight: 400;

  font-size: 40px;

}

.desc > p {

  font-size: 18px;

  line-height: 1.5;

}

.cat-row:nth-child(even) {

  flex-flow: row-reverse;

  margin-top: 40px;

  margin-bottom: 40px;

}
.cat-row:nth-child(n + 2) { 
  margin-top: 40px;
}
.desc h2, .desc h3, .desc h4, .desc h5, .desc h6 {

  font-weight: 300;

  margin-top: 15px;

  margin-bottom: 30px;

}

.product-dtl-img {

  aspect-ratio: 1/1.1;

  object-fit: cover;

  width: 100%;

}

/* ------------------------- Contact Us Section CSS Start ------------------------- */

.contact-info-wrap-box,

.inqury-form-wrap{

  background-color: #fff;

  padding: 30px;

  border: 1px solid #e9e9e9;

  border-radius: 5px;
  height: 100%;

}

.contact-info-wrap-box h2{

  font-size: 20px;

  font-weight: 500;

}

.contact-info-items{

  margin-bottom: 20px;

}

.contact-info-items:last-child{

  margin-bottom: 0;

}

.contact-info-items p strong{

  font-weight: 500;

  color: #0074bf;

}

.contact-icon{

  width: 40px;

  height: 40px;

  border: 1px solid #0074bf;

  border-radius: 50%;

  padding: 5px;

  display: flex;

  align-items: center;

  justify-content: center;

}

.contact-icon img{

  width: 20px;

  height: 20px;

}

.contact-info-items a{

  position: relative;

  display: inline-block;

  color: #000;

}

/* .contact-info-items a::before{

  position: absolute;

  content: ',';

  top: -10px;

  right: -5px;

  margin-left: 5px;

  color: #000;

  font-size: 23px;

} */

.contact-info-items a:last-child::before{

  content: '';

}

.map-wrap{

  height: 100%;

}

.map-wrap iframe{

  width: 100%;

  height: 100%;

  border-radius: 5px;

}

.inqury-form-wrap .form-control{

  background: transparent;

  border: 1px solid #b3aeae;

  border-radius: 0;

  font-weight: 400;

}

/* ------------------------- Contact Us Section CSS End ------------------------- */

/* ------------------------- Career Section CSS Start ------------------------- */

.life-at-century-ph-section .owl-dots{

  position: absolute;

  bottom: 10px;

  width: 100%;

  margin: auto;

  text-align: center;

}

.life-at-century-ph-section .owl-dots button{

  margin: 0 2px;

}

.life-at-century-ph-section .owl-dots button.active span{

  background-color: #fff;

}

.life-at-century-ph-section .owl-dots button span{

  width: 12px;

  height: 12px;

  background-color: #ffffff80;

  display: block;

  border-radius: 50%;

}

.current-openigs-title h2{

  /* color: #fff; */

}

.current-openigs-desc li span{

  color: #999999;

  font-weight: 500;

}

.current-openigs-desc li{

  /* color: #fff; */

}

.current-openigs-wrap-box{

  border-radius: 10px;

  padding: 40px;

}

.current-openigs-wrap-box{

  background-color: #fff;

  margin-bottom: 20px;

  border: 1px solid #d7d7d7;



}

.current-openigs-wrap-box:last-child{

  margin-bottom: 0;

}

.apply-now-form-wrap{

  background-color: #fff;

  padding: 50px;

}

/* ------------------------- Career Section CSS End ------------------------- */



/* ------------------------- Inquiry Section CSS Start ------------------------- */

.inquiry-form-wrapper{

  background-color: #fff;

  padding: 30px;

  border: 1px solid #e9e9e9;

  border-radius: 5px;

}

/* ------------------------- Inquiry Section CSS End ------------------------- */



/* ------------------------- Certifications Section CSS Start ------------------------- */

.certification-wrapper{

  margin-bottom: 40px;

}

.certification-wrapper:last-child{

  margin-bottom: 0;

}

.certification-wrap-box h2{

  font-size: 18px;

  margin-top: 10px;

  text-align: center;

  font-weight: 400;

}

.certification-img{

  aspect-ratio: 1/1.2;

  object-fit: contain;

  border: 1px solid #d7d7d7;

  padding: 10px;

}

.certification-img img{

  transform: scale(0.97);

  transition: all 0.4s ease;

}

.certification-wrap-box:hover .certification-img img{

  transform: scale(1);

}

.certification-name-wrap ul li{

  position: relative;

  padding-left: 35px;

  padding-bottom: 10px;

  font-size: 18px;

  font-weight: 400;

}

.certification-name-wrap ul li::before{

  position: absolute;

  content: '';

  top: 0;

  left: 0;

  width: 25px;

  height: 25px;

  background-image: url(../images/icon/certificate-icon.png);

  background-size: contain;

  background-repeat: no-repeat;

}

.certification-wrapper .theme-minititle{

  position: sticky;

  top: 10px;

}

/* ------------------------- Certifications Section CSS End ------------------------- */

/* ------------------------- Gallery Section CSS Start ------------------------- */

.gallery-wrap-box{

  object-fit: contain;

  border: 1px solid #d7d7d7;

  padding: 10px;

}

.gallery-wrap-box{

  overflow: hidden;

}

.gallery-wrap-box img{

  aspect-ratio: 1/0.9;

  object-fit: contain;

  transform: scale(0.97);

  transition: all 0.4s ease;

}

.gallery-wrap-box:hover img{

  transform: scale(1);

}

.gallery-wrap-box p{

  font-size: 18px;

}

/* ------------------------- Gallery Section CSS End ------------------------- */

/* ------------------------- Blogs Section CSS Start ------------------------- */

.blogs-wrap-box{

  border: 1px solid #d7d7d7;

}

.blogs-wrap-box:hover .blogs-title h2{

  color: #0074bf;

  transition: all 0.4s ease;

} 

.blogs-title h2{

  font-size: 25px;

  overflow: hidden;

   display: -webkit-box;

   -webkit-line-clamp: 2; /* number of lines to show */

           line-clamp: 2; 

   -webkit-box-orient: vertical;

}

/* ------------------------- Blogs Section CSS End ------------------------- */



/* ------------------------- Blogs Detail Section CSS End ------------------------- */

.blogs-detail-section .blogs-title{

  font-size: 40px;

}

.blogs-desc ul li{

  position: relative;

  padding-left: 20px;

}

.blogs-desc ul li::before{

  position: absolute;

  content: '';

  top: 10px;

  left: 0;

  width: 6px;

  height: 6px;

  border-radius: 50%;

  background-color: #0074bf;

}

.blogs-desc ul li strong{

  font-weight: 500;

}

.blogs-desc h1,

.blogs-desc h2,

.blogs-desc h3,

.blogs-desc h4,

.blogs-desc h5,

.blogs-desc h6{

  font-size: 23px;

}

/* ------------------------- Blogs Detail Section CSS End ------------------------- */



/* ------------------------- Investor Information Section CSS Start ------------------------- */

.investor-information-box{

  margin-bottom: 50px;

}

.investor-information-box:last-child{

  margin-bottom: 0;

}

.investor-information-box:nth-child(even) .row{

  flex-flow: row-reverse;

}

.investor-information-box:nth-child(odd) .investor-information-desc{

  padding-left: 35px;

}

.investor-information-box:nth-child(even) .investor-information-desc{

  padding-right: 35px;

}

.investor-information-desc ul li{

  position: relative;

  padding-left: 20px;

  margin-bottom: 15px;

}

.investor-information-desc ul li:last-child{

  margin-bottom: 0;

}

.investor-information-desc ul li::before{

  position: absolute;

  content: '';

  top: 9px;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background-color: #0074bf;

}

/* ------------------------- Investor Information Section CSS End ------------------------- */

.custom-cta {

  font-weight: 200;

  font-size: 18px;

  color: #fff;

  line-height: 1.5;

  padding-right: 45px;

  background-image: url(../images/icon/arrow-long.png);

  background-repeat: no-repeat;

  background-position: center right;

  background-size: auto;

  display: inline-block;

  /* margin-top: 10px; */

}

.custom-cta:hover {

  color: #0074bf;

  font-weight: 300;

}

.main-service-col .service-item img {

  height: 525px;

  /* aspect-ratio: 1/1; */

  width: 100%;

  object-fit: cover;

  transition: all 300ms ease-in-out;

}

.sub-service-col .service-item img {

  height: 250px;

  /* aspect-ratio: 1/0.5; */

  width: 100%;

  object-fit: cover;

  transition: all 300ms ease-in-out;

}

.service-item {

  display: block;

  overflow: hidden;

  position: relative;

  border-radius: 10px;

  z-index: 0;

}

.service-intro-overlay {

  position: absolute;

  bottom: 0;

  left: 0;

  background: linear-gradient(0deg, #000, transparent);

  width: 100%;

  color: #fff;  

  transition: all 300ms ease-in-out;

  padding: 15px;

  z-index: 1;

}

.service-intro-overlay > h2 {

  color: #fff;

  font-weight: 500;

}

.service-item:hover img {

  transform: scale(1.1);

}

.service-item:hover .service-intro-overlay {

  padding-bottom: 25px;

}

.service-item::before

 {

    position: absolute;

    content: "";

    height: 100%;

    width: 100%;

    left: 0;

    top: 0;

    background-color: #000000;

    opacity: 0.2;

    z-index: 1;

}

.desc ul {

  list-style-type: disc;

  padding-left: 25px;

}

.desc ul li {

  font-weight: 300;

}

.theme-minititle {  

  font-weight: 400;

  line-height: 1.5;

  padding-right: 45px;

  background-image: url(../images/icon/arrow-long.png);

  background-repeat: no-repeat;

  background-position: center right;

  background-size: auto;

  display: inline-block;

}

/* custom accordion css starts  */



.custom-accordion .accordion-item {

  border: 0;

  border-bottom: 1px solid #ddd;

  padding-bottom: 7px;

  margin-bottom: 7px;

}

.custom-accordion .accordion-item:last-child {

  border-bottom: 0;

}

.custom-accordion .accordion-item .accordion-button:not(.collapsed) {

  background-color: #fff;

  color: #0074bf;

}

.custom-accordion .accordion-item .accordion-button {

  box-shadow: none !important;

  font-size: 24px;

  font-weight: 400;

}

.custom-accordion .accordion-button::after {

  background-image: url(../images/icon/plus-icon.png);

  height: 32px;

  width: 32px;

  background-size: 26px;

  background-position: center;

}

.custom-accordion .accordion-button:not(.collapsed)::after {

  background-image: url(../images/icon/minus-icon.png);

}



/* custom accordion css ends  */



/* ------------- Thank you Page CSS Start ------------- */

.thank-you-section{

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  z-index: 1;

}

.thank-you-img{

  max-width: 150px;

  width: 100%;

}

.thank-you-section .thank-you-box h4 a{

  color: #0074bf;

}

.thank-you-section .thank-you-box p{

  color: #000;

}



/* ------------- Thank you Page CSS End ------------- */

/* ------------- Searchbar Offcanvas CSS Start ------------- */
#search-canvas{
    backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0.;
    background: #141414ed;
    height: 50%;
}
#search-canvas .offcanvas-logo img{
  max-width: 120px;
  width: 100%;
}
#search-canvas .btn-close{
  width: 30px;
  height: 30px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
#search-canvas .btn-close:focus{
  box-shadow: none;
}
#search-canvas .search-wrap-box{
  border-bottom: 1px solid #666666;
  margin-top: 70px;
}
#search-canvas .search-wrap-box .form-control{
    background-color: transparent;
    border-bottom: 1px solid #666666;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
#search-canvas .search-wrap-box button{
  background-color: transparent;
}
#search-canvas .search-wrap-box button img{
    filter: brightness(0) invert(0.4);
    transform: rotate(-90deg);
}
/* ------------- Searchbar Offcanvas CSS End ------------- */
/* ------------- Searchbar Section CSS Start ------------- */
.custom-search-results h1{
  font-size: 35px;
}
.search-post-card{
  border: 1px solid #d5d5d5;
  padding: 10px;
  height: 100%;
  border-radius: 10px;
}
.search-post-card h2{
  font-size: 25px;
}
.search-post-card small{
  color: #0074bf !important;
}
.no-seasult-found-box{
    padding: 120px !important;
    background-color: #fff !important;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.search-post-card img{
  aspect-ratio: 1 / 0.5;
  object-fit: cover;
  border-radius: 10px;
}
/* ------------- Searchbar Section CSS End ------------- */

/* ------------- Vision Mission Section CSS Start ------------- */
.vision-mision-wrap-box{
    background: aliceblue;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.vision-mision-wrap-box h2{
  font-size: 25px;
  margin: 10px 0;
}
/* ------------- Vision Mission Section CSS End ------------- */

.wpcf7-not-valid-tip{
  font-weight: 300 !important;
}
p:empty {
    display: none;
}

.new-arrivals-slider-img img{
	    aspect-ratio: 1 / 1.5;
    object-fit: cover;
}
/* ------------- New Nav CSS Starts -------------  */
header {
	position: sticky;
    top: 0;
    z-index: 9;
    background: #f9f9f9;
}
header.sticky {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .navbar-nav .nav-item {margin-bottom:0;}
header .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: 7px;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 8px;
  width: 8px;
  border: 2px solid rgb(0 0 0 / 70%);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  border-radius: 2px;
  position: relative;
  top: 2px;
  transition: all 300ms ease-in-out;
}
header .navbar-nav .dropdown:hover .dropdown-toggle::after {
  transform: rotate(225deg);
  top: 4px;
  border-color: rgba(0, 0, 0, 1);
}
header .navbar-nav .dropdown-menu {
  display: block;
  opacity: 0;
  background-color: #fff;
  transform: translateY(20px);
  pointer-events: none;
  border: 0;
  border-radius: 0;
  padding: 10px 5px;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 10px 10px;
}
header .navbar-nav .mega-dropdown .dropdown-item {
	height: max-content;
	font-weight: 300;
    font-size: 16px;
}
header .navbar-nav .dropdown-menu.mega-dropdown {
	position: fixed;
	left: auto;
    margin: auto;
	width:100%;
	right:0;
	padding: 30px 0;
}
header .navbar-nav .dropdown:hover .dropdown-menu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
header .navbar-nav .dropdown-menu .dropdown-item {
    color: rgb(0 0 0 / 65%);
/*     font-size: 18px; */
}
header .navbar-nav .dropdown-menu .dropdown-item:active, header .navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: #0075c1;
    color: #fff;
}
header .navbar-nav .dropdown-menu .dropdown-item:active a, header .navbar-nav .dropdown-menu .dropdown-item:focus a {
	color: #fff;
}


/* ------------- New Nav CSS Ends -------------  */

.our-services-list-wrap ul li a {
	padding-right: 25px;
}
.sticky-wp-icon {
	position:fixed;
	bottom:50px;
	left:15px;
	z-index:99;
}
.sticky-wp-icon img {
	transition: all 300ms ease-in-out;
}
.sticky-wp-icon:hover  img {
	transform: scale (1.05);
}

.country-list{
	font-size:14px;
}


/* Product Listing page filter css starts */
.cat-filter-wrap .filter-title {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  background-image: url(../images/icon/filter.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 24px;
  position: relative;
}
.cat-filter-wrap .filter-title button {
  display: none;
}
.filter-title .accordion-button::after {
  display: block;
  /* filter: grayscale(1) brightness(9); */
  background-image: url(../images/icon/plus-icon.png);
  background-size: 16px;
  background-position: center;
  width: 20px;
  height: 100%;
}
.filter-title .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icon/minus-icon.png);
  /* filter: grayscale(1) brightness(9); */
}
.short-by-form {
/*   max-width: 230px; */
  display: flex;
	flex-wrap: wrap;
}
.short-by-form .form-inline {
	width: max-content;
    display: flex;
}
.short-by-form .form-inline label.form-label {
	display:inline-block
}
.short-by-form .form-select, .short-by-form .form-control {
  box-shadow: none;
}
.short-by-form .form-control {
	padding: 6px 10px;
    font-size: 16px;
	font-weight:400;
}
.short-by-form .form-select:focus {

}
@media only screen and (min-width: 1200px) {
  .cat-filter-wrap .collapse:not(.show) {display: block !important; }
}
@media only screen and (max-width: 767px) {
  .cat-filter-wrap  .filter-title button { display: block; position: relative; color: #fff; text-shadow: none; background: none; background-image: none; background-image: none; border: 0; box-shadow: none;font-size: 12px;position: absolute;top: 0;right: 0;padding: 0;width: 100%; cursor: pointer; height: 100%; outline: 0!important; }
  .cat-filter-wrap  .filter-title button:focus, .cat-filter-wrap .filter-title button:hover, .cat-filter-wrap .filter-title button:active { box-shadow: none!important; outline: 0!important; background-color: transparent; }
  .col-filter { position: sticky; top: 0; z-index: 9; background: #fff;}
  .cat-filter-wrap .filter-title {margin-bottom: 0;}
  #product-filter  {padding-top: 20px;}
}

/* Product Listing page filter css Ends */


#product-filter{
    max-height: 75vh;
    overflow: auto;
    min-height: 250px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.back-cta {
	color:#0074bf;
	position:relative;
	padding-left: 50px;
    display: inline-block;
    text-decoration: none;
}
.back-cta:hover {
    text-decoration: underline;
}
.back-cta::before {
	background-image: url(../images/icon/arrow-long.png);
	position:absolute;
	content:"";
	left:0;
	top:0;
	height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
    transform: rotate(-180deg);
    width: 100px;
}
.download-brochure-sticky-btn{
	writing-mode: sideways-rl;
    text-orientation: upright;
/*     right: -70px !important; */
    z-index: 3;
	    display: flex;
    align-items: center;
}
.download-brochure-sticky-btn a{
	background: #0074bf;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
	    font-weight: 400;
}
.modal-backdrop.show ~ .modal-backdrop.show {
  opacity: 0 !important; /* hide extra backdrops */
}
.eventModal .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #0074bf;
  background-size: 11px;
  padding: 10px;
  border-radius: 50%;
  opacity: 1;
}
.eventModal img {
    object-fit: contain;
    max-height: 80vh;
}
.eventModal .modal-dialog {
    width: fit-content;
    max-width: 500px;
}

.event-gallery .gallery-img > img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.gallery-video video {
  aspect-ratio: 1/0.7;
  object-fit: cover;
}
.event-item > img {
  aspect-ratio: 1/0.5;
  object-fit: cover;
}

.custom-cta-solid {
  font-weight: 300;
  font-size: 18px;
  background-color: #0074bf;
  color: #fff;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 10px;
  padding-right: 45px;
  /* background-image: url(../images/icon/btn-short-arrow.png); */
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
  display: inline-block;
  /* margin-top: 10px; */
  position: relative;
}

.custom-cta-solid::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 40px;
  right: 3px;
  top: 0;
  background-image: url(../images/icon/btn-short-arrow.png);
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) brightness(9);
}
.custom-cta-solid:hover {
  background-color: #000;
  color: #fff;
}

.custom-check .form-check-input:checked {

  background-color: #0175bf;

  border-color: #0175bf;

}

.custom-check { margin-bottom: 10px; }

.custom-check .form-check-label {

  font-size: 18px;


  transition: all 300ms ease-in-out;

}
.alfabet_tab .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 0px solid;  
  color: #0074bf;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 25px;
}
.alfabet_tab ul.nav-tabs {
  margin-bottom: 20px;
  border-bottom: 0;
}
.alfabet_tab ul.nav-tabs li.nav-item { margin-bottom: 0;}
.alfabet_tab .nav-tabs .nav-link.active {
  background-color: #0074bf;
  color: #fff;
}
#product-list p.text-muted {
      text-align: center;
    height: 200px;
    align-content: center;
    background: #f1f1f1;
    border-radius: 10px;
}