* {
  padding: 0;
  margin: 0;
}
@font-face{
  font-family: "NeueMontreal-Bold";
  src: url(../fonts/NeueMontreal-Bold.otf);
}
@font-face{
  font-family: "NeueMontreal-Bold";
  src: url(../fonts/NeueMontrealBold.ttf);
}
@font-face{
  font-family: "NeueMontreal-Light";
  src: url(../fonts/NeueMontreal-Light.otf);
}
@font-face{
  font-family: "NeueMontreal-Medium";
  src: url(../fonts/NeueMontreal-Medium.otf);
}
@font-face{
  font-family: "NeueMontreal-Regular";
  src: url(../fonts/NeueMontreal-Regular.otf);
}
@font-face{
  font-family: "NeueMontreal-Regular";
  src: url(../fonts/NeueMontrealRegular.ttf);
}
html,
body {
  overflow-x: hidden;
  font-family: "NeueMontreal-Regular"!important;
}
::-webkit-scrollbar {
  width: 10px;
  height: 1px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #0169b2;
}
.product_list_img img{
  width: 85%!important;
}
/*common*/
.bgblueshade{
  background-color: #E2F0F9;
}
.largefont {
    font-size: 46px;
    font-weight: 600;
    line-height: 50px;
    color: #0169b2;
    font-family: "NeueMontreal-Bold";
}

.coloredbtn {
  background-color: #0169b2;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  transition: all .5s linear;
}
.coloredbtn:hover{
  color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
  transition: all .5s linear;
  transform: translate(0px , -5px);
}
.orangepale{
  background: rgba(255, 231, 202, 0.35);
}
.yellowpale{
  background: #FAF8E4;
}
.pinkpale{
  background: #F9EBFC;
}
.bluepale{
  background: #E8F0F9;
}
.darkrose {
  background: rgba(223, 76, 115, 0.35);
  display: block;
  text-decoration: none;
  color: #000;
}
.darkrose:hover{
  color: #fff;
}
.commontbpad {
    padding-top: 80px;
    padding-bottom: 80px;
}
.subheading {
  font-size: 30px;
  font-weight: 600;
  font-family: "NeueMontreal-Bold";
	line-height: 36px;
}
.text-center {
  margin-bottom: 50px;
}
/**/
/*header section*/

/* .logo {
    width: 200px;
} */
.nav-menu ul li {
  list-style: none;
}
.nav-menu ul {
  padding: 0;
  margin: 0;
}
.nav-menu ul li a{
  text-decoration: none;
  position: relative;
}
.nav-menu ul .active a::after {
  background: #0169b2!important;
}
.nav-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 10px;
  height: 3px;
  background: #ffffff;
}
.menu .active a {
  color: #0169b2!important;
}
.header-main{
display: flex;
justify-content: space-between;
align-items: center;
}
.header .nav-menu{
padding: 0 15px;
}
.header .menu > .menu-item{
display: inline-block;
margin-left: 50px;
position: relative;
}
.header .menu > .menu-item > a {
  display: flex;
  padding: 12px 0;
  text-transform: capitalize;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  align-items: center;
  color: #323232;
}
.header .menu > .menu-item > a .plus{
display: inline-block;
height: 12px;
width: 12px;
position: relative;
margin-left:5px; 
pointer-events: none;
}
.header .menu > .menu-item:hover > a{
color: #0056B6;
}

@media(min-width: 992px){

.header .menu > .menu-item-has-children:hover > a .plus:after{
  transform: translate(-50%,-50%) rotate(0deg);		
}
}
.header .open-nav-menu{
height: 34px;
width: 40px;
display: none;
align-items: center;
justify-content: center;
cursor: pointer;
}
.header .open-nav-menu span{
display: block;
height: 3px;
width: 24px;
background-color: #000000;
  position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
content: '';
position: absolute;
left:0;
width: 100%;
height: 100%;
background-color: #000000;
box-sizing: border-box;
}
.header .open-nav-menu span:before{
top:-7px;
}
.header .open-nav-menu span:after{
top:7px;
}
.header .close-nav-menu {
  height: 30px;
  width: 30px;
  background-color: #ffffff;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.header .close-nav-menu img{
width: 16px;
}
.header .menu-overlay{
position: fixed;
z-index: 999;
background-color: rgba(0,0,0,0.5);
left:0;
top:0;
height: 100%;
width: 100%;
visibility: hidden;
opacity:0;
transition: all 0.3s ease;
}

/*home section*/
.home-section{
width: 100%;
display: block;
min-height: 100vh;
background-image: url('../img/home.jpg');
background-position: center top;
background-size: cover;
}


/* responsive */

@media(max-width: 992px){
  .header .menu > .menu-item:hover > a {
    color: #fff;
}
 .header .active a {
  color: #ffffff!important;
}
.header .menu-overlay.active{
visibility: visible;
opacity: 1;
}
.header .nav-menu{
  position: fixed;
  right: -300px;
  visibility: hidden;
  width: 180px;
  height: 100%;
  top:0;
  overflow-y: auto;
  background-color: #0169b2;
  z-index: 1000;
  padding: 15px 0;
  transition: all 0.5s ease;
}
.header .nav-menu.open{
  visibility: visible;
  right: 0px;
}
.header .menu > .menu-item{
  display: block;
  margin:0;
}
.header .menu > .menu-item-has-children > a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menu > .menu-item > a{
  color: #ffffff;
  padding: 12px 15px;
}
.header .menu > .menu-item > a .plus:before, 
.header .menu > .menu-item > a .plus:after{
  background-color: #ffffff;
}
.header .menu > .menu-item-has-children.active > a .plus:after{
      transform: translate(-50%,-50%) rotate(0deg);
}
.header .close-nav-menu,
.header .open-nav-menu{
  display: flex;
}
}
#global-nav {
  top: 0;
  z-index: 9;
  height: 90px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  transition: height .5s, line-height .5s;
  justify-content: center;
}
.mail_icon {
  border: 1px solid #0169b2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0169b2;
  background: transparent;
  margin-right: 10px;
  transition: all .5s linear;
}
.mail_icon:hover{
  color: #fff;
  background: #0169b2;
  transition: all .5s linear;
}
.nav_btn {
  display: flex;
  align-items: center;
}
.contact_no {
  color: #01162D;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
.contact_no:hover{
  color: #01162D;
}
/*end header section*/

/*hero section*/
.herosec_lft p {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 400;
}
.banner{
  display: flex;
  align-items: center;
}
.herosection {
    padding: 80px 0;
}
.herosec_rgt {
    padding-left: 80px;
}
.herosec_rg {
    padding-left: 80px;
}
.herosec_lft .largefont {
    margin-bottom: 20px;
}
.herosec_lft p {
    margin-bottom: 20px;
    animation: slide-in-anim 7.6s ease-out infinite;
  transition:all .5s linear;
}
.herosec_rgt img{
  border-radius: 25px;
}
/*end hero section*/

/*home category section*/
.icons {
    border-radius: 13px;
    padding: 55px 15px;
    text-align: center;
    width: 87%;
    margin-bottom: 50px;
    transition: all .5s linear;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.icons:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all .5s linear;
	color:#000;
}
.icons img{
  margin-bottom: 15px;
}
.icons img {
    margin-bottom: 10px;
    width: 65px;
}
.icons p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}
.herosec_rgt .item {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
/*end home category section*/

/*achievements*/
.achieveinner img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: all .5s linear;
}
.achieveinner:hover img {
  transform: scale(1.25);
  transition: all .5s linear;
}
.achieveinner p {
    color: #333333;
    font-size: 15px;
    margin: 0;
}
.achieveinner h3 {
    font-size: 18px;
    font-weight: 600;
}
.achivement_counter h6 {
    background: linear-gradient(98.83deg, #65A8F2 -23.06%, rgba(6, 43, 84, 0.9) 97.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
}
.achieveinner h4 {
    font-size: 16px;
    font-weight: 400;
    width: 220px;
    line-height: 22px;
}
.achieveinner {
    margin-bottom: 50px;
}
.achievementlft .subheading {
    margin-bottom: 40px;
	width: 540px;
}
.achievementrgt {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.achievementrgt img {
    width: 80%;
	float: right;
}
/*end achievements*/

/*highlightsection*/
.highlightsection {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}
.highlightsection img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight_inner {
    background: rgba(255, 255, 255, 0.7);
    width: 500px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 35px;
}
.highlight_inner p {
    color: #012243;
    font-size: 15px;
    width: 400px;
    margin: 0 auto 15px;
}
.highlight_inner h4 {
    color: #012243;
    font-size: 28px;
    font-weight: 600;
    
}
/*end highlightsection*/

/* best sellers */
.best_seller_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.best_sellers {
  background: #E2F0F9;
  padding: 80px 0px;
  margin-bottom: 100px;
}
.best_seller_head a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #df4c73;
  font-weight: 300;
  font-size: 16px;
}
.best_seller_head a:hover {
  color: #0169b2;
  transition: all .5s linear;
}
.best_seller_head a iconify-icon{
  margin-left: 8px;
  font-size: 20px;
  transition: all .5s linear;
  color: #df4c73;
}
.best_seller_head a:hover iconify-icon{
  color: #0169b2;
  transform: translate(10px , 0px);
  transition: all .5s linear;
} 
.products_list {
  margin-top: 50px;
}
.product_wrapper {
  background: #0000000d;
  border-radius: 10px;
  padding: 10px 15px;
  transition: all .5s linear;
  margin-bottom: 20px;
}
.product_slider_wrapper{
  background: #fff;
}
.product_wrapper:hover img {
    transform: scale(1.05);
    transition: all .5s linear;
}
.product_name_wrap {
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
}
.produt_name span {
  font-weight: 500;
  font-size: 12px;
  color: #DF4C73;
}
.carousel-wrap {
  margin-top: 50px;
}
.produt_name h6 {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.product_img {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
/*     height: 120px; */
    transition: all .5s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_img img{
  width: 95%!important;
  display: unset!important;
}
.product_list_img {
/*   height: 160px; */
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.view {
  transform: translate(30px, 0px);
  opacity: 0;
  text-decoration: none;
  color: #DF4C73;
  font-size: 16px;
  transition: all .5s linear;
}
.product_wrapper:hover .view{
  transform: translate(0px, 0px);
  opacity: 1;
  color: #DF4C73!important;
  transition: all .5s linear;
}
.product_wraper2:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all .5s linear;
  background: #fff;
}


/* products list */
.coomon_header {
/*   background-image: url(../images/common_banner.jpg); */
  height: 320px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
}
.coomon_header:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(181deg, #0056b5, transparent);
    width: 100%;
    height: 100%;
    z-index: 0;
}
.inner-page_caption_wrap {
    position: relative;
    z-index: 9;
}
.products_list_wrap{
  padding: 80px 0px;
}
.listing_wrap {
  margin-top: 50px;
}
.carousel-wrap .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
}
.carousel-wrap .owl-nav .owl-prev {
  position: relative;
  top: 140px;
  left: -50px;
  font-size: 30px!important;
  color: #6B6B6B;
}
.carousel-wrap .owl-nav .owl-next{
  position: relative;
  top: 140px;
  right: -50px;
  font-size: 30px!important;
  color: #6B6B6B;
}
.carousel-wrap .owl-nav .owl-next.disabled {
    color:#d7d7d7!important;
}
.carousel-wrap .owl-nav .owl-prev.disabled {
    color:#d7d7d7!important;
}
.carousel-wrap .owl-nav button:hover{
  color: #df4c73!important;
}
/* footer */
footer {
  background: #023859;
  padding: 80px 0px 50px;
}
.footer_content_wrap p {
  font-weight: 100;
  font-size: 15px;
  line-height: 24px;
  color: #EBEBEB;
  margin: 20px 0px;
  width: 280px;
}
.social_links a {
  font-size: 26px;
  color: #023859;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.quick_links h6 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.quick_links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.quick_links ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 29px;
  color: #F1F1F1;
  text-decoration: none;
}
.quick_links P{
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #F1F1F1;
  width: 210px;
}
.certificates ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.certificates ul li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  height: 100px;
  text-align: right;
}
/* .certificates ul li img {
  width: 70%;
} */
.logo1 {
  width: 80px;
}
.logo2 {
  width: 80px;
}
.logo3 {
  width: 87px;
}
.logo4 {
  width: 100px;
}
.copy_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.copy_right p{
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #F1F1F1;
  margin: 0;
}
.copy_right p a{
  text-decoration: none;
  color: #F1F1F1;
}

/* why choose us */
.why_choose_us {
  background: #0169B2;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 80px 0px;
  width: 100%;
}
.choosing_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.choosing_list ul li {
  width: 25%;
  text-align: center;
  padding: 20px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.452);
  height: 200px;
}
.choosing_list ul li:nth-child(1){
  border-left: 0px;
}
.choosing_list {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.choosing_list ul li p {
  margin-top: 30px;
  width: 186px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.choosing_list ul li img {
  display: flex;
  margin: auto;
  height: 90px;
  width: 90px;
  object-fit: contain;
}
.achievement {
  margin-bottom: 100px;
}

/* contact page */
/* contact page */
.contact_section {
  padding: 100px 0px 100px 0px;
}
.contact_form textarea {
  height: 100px;
  resize: none;
}
.contact_address {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact_address p {
  margin: 0;
  margin-left: 20px;
  font-size: 16px;
  width: 220px;
  color: #555555;
}
.contact_form {
  padding: 50px 30px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  width: 450px;
  float: right;
}
.contact_address span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #023859;
  background: #02385921;
}
.call_icon{
  font-size: 15px;
}
.contact_address a {
  text-decoration: none;
  margin-left: 20px;
  font-size: 16px;
  color: #555555;
  display: block;
}
.contact_address_wrap h5 {
  font-size: 30px;
  text-transform: capitalize;
}
p.contact_text {
  font-size: 15px;
  margin-bottom: 40px;
  width: 350px;
  color: #555555;
}
.contact_input {
  border: 1px solid #e9e9e9;
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  font-size: 15px;
}
.contact_input::placeholder{
  text-transform: capitalize;
  color: #555555;
  font-size: 16x;
  opacity: .8;
  font-weight: 100;
}
.send_btn {
  background-color: #0056B6;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 17px;
  display: inline-block;
  font-weight: 400;
  border: 0;
  text-transform: capitalize;
}
.common_top_caption {
  background: #3880CF;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 100;
  display: inline-block;
  padding: 5px 16px;
}
.common_sub_cap {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  margin: 10px 0px;
  font-family: "NeueMontreal-Bold";
}
.inner-page_caption_wrap p {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 400;
  width: 300px;
}
.common_banner_image {
  height: 400px;
  overflow: hidden;
  position: absolute;
  right: 0;
  border-radius: 20px;
  filter: drop-shadow(0px 14px 44px rgba(0, 0, 0, 0.25));
}
.banner_image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.banner_image img {
  display: block;
  width: 100%;
}
.coomon_header .container {
  position: relative;
}
.google_map {
  height: 380px;
  overflow: hidden;
}
.google_map iframe{
  width: 100%;
}
.contact_wrap{
  padding: 0px 100px;
}

/* table */
.products_list_table_wrap {
  padding: 100px 0px;
  display: inline-block;
  width: 100%;
}
.rwd-table{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 100%;
}
.rwd-table .tablehead th {
  padding: 10px 15px;
  background: #e8f0f9;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
}
.titletable th {
    background-color: #0056b5;
    color: #fff;
    text-align: center;
    height: 50px;
}
.titlehd {
    background-color: #bbcbdd;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
    font-size: 22px;
}

.title_flex {
    display: flex;
    justify-content: end;
}
.title_flex .titlehd {
    margin: 0;
    width: fit-content;
    padding: 20px 30px;
}

.rwd-table tr td {
  padding: 20px 15px;
  font-size: 15px;
}
.composition {
  width: 350px;
  display: inline-block;
}
.rwd-table tbody tr:nth-child(even) {
  background: #eef6fb99;
}
/* scroll top */
#button {
  display: inline-block;
  background-color: #e2f0f9;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #023859;
  font-size: 28px;
  box-shadow: rgb(0 0 0 / 15%) 0px 8px 24px;
  animation: bounce 3s 3s linear infinite alternate;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#button:hover {
  cursor: pointer;
  background-color: #0056b6;
  color: #fff;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.slide-up {
          animation: slide-up 1.3s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes slide-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* download */
.folder {
  background-color: #023859;
  position: relative;
  width: 69px;
  height: 43px;
  display: block;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.folder-tab {
  position: absolute;
  height: 10px;
  left: 0;
  bottom: 100%;
  display: block;
  width: 40%;
  border-top-left-radius: 8px;
  background-color: inherit;
}
.folder-tab:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: calc(100% - 10px);
  border-bottom: 10px solid #023859;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.downloading {
  width: 30px;
  height: 32px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.custom-arrow2 {
  width: 8px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  background-color: #0056b5;
  -webkit-animation-name: downloading;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: downloading;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.custom-arrow2:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: -9px;
  border-top: 12px solid #0056b5;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

.bar2 {
  width: 26px;
  height: 3px;
  background-color: #0056b5;
  margin: 0 auto;
}
.custom-arrow {
  width: 8px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  background-color: #ffffff;
  -webkit-animation-name: downloading;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: downloading;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.custom-arrow:after {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: -9px;
  border-top: 12px solid #ffffff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

.bar {
  width: 26px;
  height: 3px;
  background-color: #ffffff;
  margin: 0 auto;
}

@-webkit-keyframes downloading {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 110%;
    opacity: 0;
  }
  52% {
    top: -110%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes downloading {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 110%;
    opacity: 0;
  }
  52% {
    top: -110%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.download_brousher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0056b5;
  border-radius: 5px;
  padding: 10px 30px;
  text-decoration: none;
  width: 300px;
  float: right;
}
.download_product_list {
    margin-right: 20px;
    background: #E2F0F9;
    width: 320px;
}
.pagination {
    margin: 20px 0px;
    display: flex;
    justify-content: right;
}
.download_product_list p{
  color: #0056b5!important;
}
.download_brousher p {
  margin: 0;
  text-transform: capitalize;
  font-size: 18px;
  /* font-weight: 600; */
  color: #ffffff;
}
/* about */
.about_content {
  padding: 100px 0px;
}
.about_content_wrap {
  margin-left: 40px;
  display: flex;
  align-items: center;
  height: 430px;
}
.about_content_wrap h3 {
  margin-bottom: 20px;
}
.about_image {
  height: 430px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.about_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.valur_principles {
  padding: 100px 0px;
  background: #E2F0F9;
}
.princilples {
  background: #FFFFFF;
  box-shadow: 0px 13px 24px 1px rgb(0 0 0 / 4%);
  border-radius: 15px;
  padding: 25px 30px;
  margin-bottom: 20px;
  color: #000;
  transition: all .5s linear;
  height: 350px;
}
.main_wrapper {
  padding-left: 50px;
  animation: simple-move 3s linear infinite alternate;
}
@keyframes simple-move {
  100% {
    transform: translate(0px, -10px);
  }
}
.value_wrapper_2 {
  margin-top: 50px;
}
.heading_wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.heading_wrapper h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  width: 206px;
}
.heading_wrapper img {
  width: 55px;
  transition: all .5s linear;
}
.princilples p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #555555;
  text-align: justify;
}
/* founders */
.founders {
  padding: 100px 0px;
  display: inline-block;
  width: 100%;
}
.founders_head {
  text-align: center;
  margin: 0 auto;
}
.founders_head h2 {
  margin-bottom: 40px;
}
.founders_head p {
    font-weight: 1000;
    font-size: 22px;
    line-height: 38px;
    text-align: justify;
    color: #ffffff;
    background: #0169b2;
    box-shadow: rgb(100 100 111 / 51%) 0px 7px 29px 0px;
    padding: 30px 30px;
}
.founders_wrapper {
  width: 80%;
  margin: 50px auto 0;
}
.founders_profile {
  background: #F5F5F5;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.founders_text {
  width: 65%;
  float: right;
  padding: 0px 75px;
}
.about_content_wrap p {
    /* font-size: 17px; */
    text-align: justify;
}
.profile_image {
  /* height: 300px; */
  overflow: hidden;
  width: 35%;
  float: left;
}
.profile_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.name {
  font-size: 24px;
  color: #000000eb;
  margin: 0;
  font-weight:600;
}
.designation {
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  margin: 5px 0px 10px;
  display: block;
}
.founders_text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
  color: #585858;
  margin-bottom: 0;
}

/* certificate */
.certificate {
    padding: 100px 0px;
    background: #E2F0F9;
    display: inline-block;
    width: 100%;
}
.certificate_wrapper {
    text-decoration: none;
    position: relative;
}
.certificate_wrapper p{
  color: #000000;
}
.frame img {
  width: 229px;
  height: 310px;
  object-fit: cover;
}
.certificate {
    padding: 100px 10px 100px;
}
.frame {
  text-align: center;
  position: relative;
}
.certificate_wrapper p {
  text-align: center;
  margin-top: 20px;
}
.certificates_head {
  text-align: center;
  margin-bottom: 50px;
}
.princilples:hover{
  background: #0169B2!important;
  transition: all .5s linear;
}
.princilples:hover h6{
  color: #fff!important;
  transition: all .5s linear;
}
.princilples:hover p{
  color: #fff!important;
  transition: all .5s linear;
}
.value_header h3 {
  width: 200px;
}
.value_header p {
  font-size: 15px;
  text-align: justify;
}
.princilples:hover img{
  filter: brightness(0) invert(1);
  transition: all .5s linear;
}
ul#lightgallery {
  padding: 0;
  margin: 0;
}
#lightgallery li {
  list-style: none;
  float: left;
  width: 22.3%;
  margin: 0px 15px;
}
.demo-gallery-poster {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
    font-size: 22px;
    opacity: 0;
}
.frame:hover .demo-gallery-poster{
  opacity: 1
}
.frame:hover img {
    filter: brightness(0.4);
}
.herosec_lft h1 {
  transition:all .5s linear;
}
.herosec_lft a {
  transition: all .5s linear;
}

.pagination li a {
  color: #000;
  outline: none;
  box-shadow: none;
}
.banner_warp{
  display: flex;
  align-items: center;
}
.mail_head {
  margin-left: 20px;
  margin-bottom: 3px;
  margin-top: 18px;
  font-size: 17px;
  font-family: "NeueMontreal-Bold";
}
/* 404 */
.error {
  width: 50%;
  height: 350px;
  margin: auto;
}
.error img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.error-text {
  width: 100%;
  text-align: center;
}
.error-text h2 {
  font-size: 40px;
  font-weight: 900;
  color: #003b7c;
  text-transform: uppercase;
  margin: 0;
  font-family: "NeueMontreal-Bold";
}
.error-text p{
  font-size: 14px;
  color: #272f60b8;
  font-weight: 100;
}
.error-text a {
  text-decoration: none;
  font-weight: 600;
  background: #0056b6;
  align-items: center;
  color: #fff;
  padding: 13px 30px;
  font-size: 13px;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
.paginations {
    margin: 30px 0px;
    float: right;
    border: 1px solid #0000002e;
    height: 40px;
    display: flex;
    align-items: center;
}
.paginations a {
    color: #000;
    text-decoration: none;
    padding: 5px 20px;
}
.paginations .current {
    padding: 7px 20px;
    background: #e2f0f9;
    color: #000;
}
.contact_form .wpcf7-not-valid-tip {
    font-size: 13px!important;
}
.produt_name {
    height: 80px;
}
body .tab-content {
  background-color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 25px;
  margin-top: 30px;
  border-radius: 19px;
}
body .tab-content h3 {
  font-size: 40px;
  font-weight: bold;
}
.product_list_table .item h2 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #000000d9;
}
.product_list_table .owl-nav {
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 35px;
}
.product_list_table .nav {
    padding: 0 48px;
	margin-bottom: 50px!important;
    border-bottom: 0;
}
.product_list_table .owl-nav .owl-prev {
    position: relative;
    bottom: 0px;
    left: -10px;
    font-size: 14px;
    color: black;
    width: 30px;
    height: 30px;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.product_list_table .owl-nav .owl-prev:hover {
    background: #003c70;
    color: #fff;
}
.product_list_table .owl-nav .owl-next {
    position: relative;
    bottom: 0px;
    right: -10px;
	font-size: 14px;
    color: black;
	width: 30px;
    height: 30px;
    background: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.product_list_table .owl-nav .owl-next:hover {
    background: #003c70;
    color: #fff;
}
.owl-prev.disabled {
    color: #dddddd!important;
}
.owl-next.disabled {
     color: #dddddd!important;
}
#Category-slider {
    margin-bottom: 30px;
}
.product_list_table .cat-active {
    background: #0056b5!important;
	display: inline-block;
	 width: 100%;
}
.product_list_table .owl-item .item {
    text-align: center;
    text-decoration: none;
    padding: 10px 10px;
    border-radius: 10px;
}
.slider-pages {
    overflow: hidden;
    position: relative;
    height: calc(100vh - 90px);
    background-color: #e2f0f9;
}
.slider-page {
    position: absolute;
    top: 0;
    width: 50%;
    height: calc(100vh - 90px);
    transition: transform 1350ms;
}
.slider-page--skew {
  overflow: hidden;
  /* position: absolute; */
  top: 0;
  width: 140%;
  height: 100%;
  background: #e2f0f9;
  /* transform: skewX(-18deg); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-page--left {
  left: 0;
  transform: translateX(-32.5vh) translateY(100%) translateZ(0);
}
.slider-page--left .slider-page--skew {
  left: -40%;
}
.slider-page--left .slider-page__content {
  padding: auto 30% auto 30%;
  transform-origin: 100% 0;
}

.slider-page--right {
  left: 50%;
  transform: translateX(32.5vh) translateY(-100%) translateZ(0);
}
.slider-page--right .slider-page--skew {
  right: -40%;
}
.slider-page--right .slider-page__content {
  padding: auto 30% auto 30%;
  transform-origin: 0 100%;
}

.slider-page__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #e2e2e2;
  background-size: cover;
  /* transform: skewX(18deg); */
  transition: transform 1350ms;
}
.slider-page__content img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-page__title {
  margin-bottom: 1em;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
}

.slider-page__title--big {
  font-size: 1.2em;
}

.slider-page__description {
  font-size: 1em;
  text-align: center;
}

.slider-page__link {
  color: #80a1c1;
}
.slider-page__link:hover, .slider-page__link:focus {
  color: #6386a9;
  text-decoration: none;
}

/***********************
 *	Project JS Styles
 **********************/
.js-scrolling__page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.js-scrolling--active .slider-page {
  transform: translateX(0) translateY(0) translateZ(0);
}

.js-scrolling--inactive .slider-page__content {
  transform: skewX(18deg) scale(0.9);
}
/* slider2 */
.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute !important;
  top: 50%;
  left: 34%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 50%;
  color: #000000;
  font-weight: 100;
  float: unset !important;
  /* width: 30%!important; */
}
.herosec_lft {
    width: 80%;
}
@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
    width: 50%;
    float: left;
  }
  .slideshow{
    width: 50%;
    float: right;
  }
}
.split-slideshow{
  display: flex;
}
.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}
.slideshow-text {
  font-size: 40px;
  width: 50%;
  float: left;
}
.slideshow{
  width: 60%;
  float: right;
  position: relative;
}
#counter .percent:after {
  content: "+";
  display: inline-block;
}
.slider-pages .container {
    position: relative;
}

/* slider_mobiile_res */
section#home_slider_2 {
    background: #e2f0f9;
}
#home_slider_2 {
	display:none;
}

section#home_slider_2 {
    background: #e2f0f9;
    padding: 50px 0px;
}

/*category style css*/
.cat_box {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.cat_box .item {
    text-decoration: none;
    padding: 7px 12px;
    font-size: 17px;
    font-weight: 600;
    margin: 0 8px 32px;
    color: #000000d9;
    display: inline-block;
    text-align: center;
    width: 11%;
    border-radius: 5px;
	vertical-align: top;
    min-height: 105px;
}

.cat_box .item h4 {
    font-size: 14px;
    font-weight: 600;
    color: #000000d9;
    margin: 10px auto 0;
    text-align: center;
    width: 100px;
}
.cat_box .item img {
    width: 40px;
    margin-bottom: 0;
}
.cat-active h4{
  color: #fff!important;
}
.cat-active img{
  filter: brightness(0) invert(1)!important;
}

/**/

#Category-slider {
    display: none;
}
.product_list_table .owl-item .item img {
    width: 45px;
	margin:auto;
}
.ibx {
    min-height: 105px;
    display: flex;
    align-items: center;
	justify-content:center;
}
.category_bread_crum {
    display: none;
    align-items: center;
}
.category_bread_crum a {
    color: #043e71;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 3px;
}
.category_bread_crum iconify-icon{
	margin:0px 5px;
	font-size:10px;
	color:#00000075;
}
.category_bread_crum{
	margin-bottom:20px;
}
.not_active {
    color: #00000075!important;
}
.cat-active h2 {
    color: #fff!important;
}
.slider {
    width: 100%;
    height: 400px;
}

.slider-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
}

.slide {
 
    position: absolute;
    width: 100%;
/*     height: 400px; */
    opacity: 0;
    object-fit: cover;
    transition: opacity 0.7s linear 0.4s;
}

.slider-wrapper > .slide:first-child {
    opacity: 1;
}
@media(max-width:767px){
.slider {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
section.site-main.page-index {
/*     height: 400px; */
    display: inline-block;
    width: 100%;
}
}
@media(min-width:768px) and (max-width:991px){
  .slider {
    width: 100%;
    height: auto;
    margin-bottom: 0;
} 

}
.download_mobile_res a {
    display: block;
    text-align: center;
}
.download_mobile_res a {
    width: 48%;
}
.download_mobile_res .custom-arrow:after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: -7px;
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.download_mobile_res p {
    margin-top: 5px;
    font-size: 15px;
}
.download_mobile_res{
	display:none;
}

.menu .current_page_item a {
    color: #0169b2!important;
}
.nav-menu ul .current_page_item a::after {
    background: #0169b2!important;
}

.menu .current-menu-item a {
    color: #0169b2!important;
}
.nav-menu ul .current-menu-item a::after {
    background: #0169b2!important;
}
.overseas_product h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.overseas_product {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}
.overseas_product a {
    color: #d56cec;
    text-decoration: none;
    font-weight: 500;
}