/* @import url('https://fonts.googleapis.com/css2?family=Bitter:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Caladea:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

body {
  background: #f4f3f2;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

a:hover {
  color: #666666;
}

li,
a {
  text-decoration: none !important;
  cursor: pointer;
  color: #202845;
  list-style: none;
  webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-family: "Lato", sans-serif;
}

.font-weight-800 {
  font-weight: 800;
}

a {
  font-family: "Lato", sans-serif;
  line-height: inherit;
}

* {
  margin: 0;
  padding: 0;
}

.text_right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Caladea", serif;
  color: #202845;
}

p,
a {
  font-family: "Lato", sans-serif;
}

.menu__hover::before {
  content: " ";
  background-color: #202845;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 100%;
  z-index: 10000;
}

.menu__hover {
  position: relative;
}

.main__menu ul li a:hover.menu__hover::before {
  width: 100%;
  opacity: 1;
}

@media (min-width: 992px) {
  .slider,
  .slide {
    height: auto;
  }
}

.slide {
  position: relative;
}

.slide .slide__img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* 
.slide .slide__img img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
} */

.slide .slide__content {
  position: absolute;
  top: 36%;
  left: 17%;
}

.slide .slide__content--headings {
  color: #fff;
}

.slide .slide__content--headings h2 {
  margin: 10px 0;
  font-size: 39px;
  font-weight: 700;
  color: #fff;
  width: 64%;
  letter-spacing: 1px;
  margin-bottom: 14px;
  /* font-family: 'Bitter', serif; */
  line-height: 50px;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: #ffffff;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: #ffffff;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: #ffffff;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

/* /////////// IMAGE ZOOM /////////// */

.main_slider {
  position: relative;
  height: auto;
}

.slide_contents {
}

.slide_contents span {
  font-size: 20px;
  display: block;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.slide_contents a {
  padding: 17px 42px;
  background: #202845;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-top: 33px;
  color: #fff !important;
  position: relative;
  border-radius: 150px;
  font-family: "Lato", sans-serif;
}

.slide__img::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.4;
  background-color: #202845;
}

.slider_bootom_desc {
  padding-top: 14%;
}

.slider_bootom_desc p {
  margin-bottom: 0;
  color: #ffff;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.63);
  font-style: italic;
  width: 70%;
  border-left: 2px solid #fff;
  padding-left: 17px;
}

.slick-dots {
  display: none !important;
}

.headers {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding-bottom: 15px;
  webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  height: 100px;
  background: #fff;
}

.header_logo a img {
  width: 180px;
  margin: 10px auto;
}

.main__menu {
  position: relative;
}

.main__menu ul {
  float: right;
  margin: 0;
  
}

.main__menu ul li {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  position: relative;
}

.main__menu ul li a {
  position: relative;
  font-size: 14px;
  color: #202845;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slide__content--headings p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  width: 541px;
  margin-bottom: 40px;
  letter-spacing: 0.4px;
}

.sec_02 {
  position: relative;
  padding: 90px 0px 25px 0px;
}

.h_product_sec_wrap {
  position: relative;
  /* z-index: 2; */
  margin-bottom: 50px;
  width: 100%;
  display: block;
  /* box-shadow: 0 7px 24px rgba(0, 0, 0, 0.25); */
}

.h_product_sec_wrap a {
  border-radius: 4px;
  position: relative;
}

.h__product__sec_inner {
  position: relative;
  height: 100%;
  -webkit-box-shadow: 2px 12px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 12px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.h__product__sec_inner img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  border-radius: 10px;
  box-shadow: -8px 6px 11px 0px rgba(0, 0, 0, 0.42);
}

.over__action {
  position: absolute;
  top: 0;
  background-color: rgba(62, 58, 59, 0.62);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  border-radius: 15px;
  display: none;
}

.h__product__desc {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  width: 100%;
  padding: 35px;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.h__product__desc i {
  font-size: 42px;
  color: #fff;
  display: block;
  text-align: center;
}

.h__product__desc h5 {
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-top: 15px;
  display: block;
  line-height: 26px;
}

.fixed_menu {
  position: fixed;
  top: 0px;
  background-color: #fff;
  z-index: 9999;
  width: 100%;
  webkit-box-shadow: 0 0.125rem 0.1875rem -0.125rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.125rem 0.1875rem -0.125rem rgba(0, 0, 0, 0.32);
  -webkit-transition: background-color 0.5s;
  height: 90px;
}

.fixed_menu ul li a {
  color: #202845;
}

.h_about_Sec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.h_about_sec_img {
  position: relative;
  transition: 0.5s;
}

.h_about_sec_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 1px 9px 11px 0px rgba(0, 0, 0, 0.47);
  transition: 0.3s;
}

.h__about_content h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.h__about_content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.btn__linking {
  background: #f7cb8d;
  padding: 13px 30px;
  border-radius: 50px;
  color: #fff;
  margin-top: 30px;
  display: block;
  width: max-content;
  font-size: 16px;
  font-weight: 600;
}

.h__about_content {
  padding-top: 7rem;
  padding-left: 2rem;
}

.sec__04_box {
  position: relative;
  padding: 20px;
}

.sec__04_box span {
  color: #202845;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.icons__box_inner i {
  font-size: 55px;
  margin-right: 20px;
}

.icon_text h5 {
  font-size: 25px;
  font-weight: 800;
  line-height: 29px;
}

.sec__04_box p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 37px;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}

.sec_04 {
  padding-bottom: 50px;
}

.btn_arrow {
  font-size: 14px;
  margin-left: 17px;
}

.extra_bottom {
  background-image: url(../img/extra_bottom.jpeg);
  position: relative;
  padding: 60px 0px;
}

.extra_bottom::after {
  content: " ";
  background-color: #202845de;
  opacity: 0.75;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.extra_bottom_text {
  position: relative;
  z-index: 10;
  padding-top: 30px;
}

.extra_bottom_text h2 {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0.4px;
}

.extra_bottom_text h2 a {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
  letter-spacing: 0.4px;
  margin-left: 5px;
}

.extra__sec_btn {
  float: right;
  position: relative;
  z-index: 10;
}

.partners_slider .item {
  padding: 15px;
}

.parners_sec_bg {
  -webkit-box-shadow: 1px 9px 11px 0px rgba(0, 0, 0, 0.47);
  box-shadow: 1px 9px 11px 0px rgba(0, 0, 0, 0.15);
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}

.parners_sec_bg a img {
  width: 142px !important;
  height: 90px;
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  object-fit: contain;
  margin: auto;
}

.clients {
  position: relative;
  padding: 10px 0px 40px 0px;
}

.partners_slider .owl-dots {
  display: none;
}

.news__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-left: 20px;
}

.news__blog_img {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  height: 320px;
}

.news__blog_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  height: 320px;
}

.new_item_over {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  opacity: 0.63;
}

.new_item_content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 35px 80px 35px 35px;
  color: #fff;
}

.man_news_item_title {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
  transform: translateY(30px);
}

.man_news_item_date {
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.man_news_item_date i {
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
  font-size: 14px;
}

.news__slider .item {
  padding: 15px;
}

.news__slider .owl-dots {
  display: block !important;
}

.news__slider .owl-dot.active span {
  background: #202845 !important;
}

.widgets {
  padding: 60px 0px 100px 0px;
}

.widgets__box {
  text-align: center;
}

.widgets__box img {
  width: 50px;
  margin-right: 20px;
  margin: auto;
}

.widgets__content h5 {
  font-size: 50px;
  font-weight: 700;
}

.widgets__content span {
  color: #666;
  font-size: 17px;
  font-weight: 400;
}

.foot_bg {
  background-image: url(../img/footer.jpeg);
  position: relative;
  padding: 40px 0px 20px;
  background-size: cover;
}

.foot_bg::after {
  content: " ";
  background-color: rgb(32 40 69 / 70%);
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.footer_logo {
  position: relative;
  z-index: 10;
}

.footer_logo a img {
  width: 230px;
}

.footer_copyright {
  float: right;
  padding-top: 20px;
}

.footer_copyright p {
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}

.news__blog_img:hover {
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.news__blog_img:hover .man_news_item_date {
  transform: translateX(0);
  opacity: 1;
}

.news__blog_img:hover .man_news_item_title {
  transform: translateY(0);
}

.h__product_hover {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 40px;
  background-color: rgb(32 40 69 / 70%);
  z-index: 10;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 7px 24px rgb(0 0 0 / 17%);
}

.h__product_hover_inner {
}

.h__product_hover_inner h6 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  display: block;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 15px;
}

.product__hoover__bottom {
  position: relative;
}

.product__hoover__bottom span {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.hoverss_btn {
  border: 1px solid #fff;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.7);
  border-radius: 30px !important;
  padding: 14px 25px;
  color: #fff !important;
  width: max-content;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.hoverss_btn i {
  position: relative;
  font-size: 13px;
  margin-left: 5px;
}

.h__product__sec_inner::before {
  content: " ";
  position: absolute;
  top: 0;
  background-color: rgb(32 40 69 / 76%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 10px;
}

.h__product__sec_inner:hover .h__product_hover {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}

.h__product__sec_inner:hover {
  border-top: 4px solid #202845;
  border-bottom: 0px solid #202845;
  border-left: 0px solid #202845;
  border-right: 0px solid #202845;
  transform: translateY(-10px);
}

.breadumb {
  background-image: url(../img/extra_bottom.jpeg);
  height: 350px;
  background-position: center;
  background-size: cover;
  position: relative;
margin-top: 90px;}

.breadumb::after {
  content: " ";
  background-color: rgb(32 40 69 / 60%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.breadcumb_inner h2 {
  position: relative;
  color: #ffff;
  font-size: 45px;
  font-weight: 700;
}
.breadcumb_inner {
  text-align: center;
  width: 100%;
  max-width: 100%;
  
  position: relative;
  margin: 0 auto;
  z-index: 10;
}
.about__into {
  padding: 90px 0px 60px;
}

.about_info_bgg {
  position: relative;
  
}

.about_info_bgg img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  border-radius: 4px;
  box-shadow: 1px 9px 11px 0px rgba(0, 0, 0, 0.47);
}

.video_popup i {
  display: block;
  z-index: 10;
  line-height: 91px;
  background-color: #ffffff;
  color: #202845;
  text-align: center;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.28);
  border: 5px solid;
  font-size: 37px;
  overflow: hidden;
  line-height: 94px;
}

.about__intro_content {
  padding-left: 25px;
}

.about__intro_content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.about__intro_content p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 25px;
}

.meet_dream {
  position: relative;
  padding: 60px 0px 60px 0px;
}

.meet_dream_content h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.meet_dream_content p {
  font-size: 15px;
  margin: auto;
  margin-bottom: 50px;
}

.meet__dream_bg {
  width: 95%;
  margin: auto;
  position: relative;
}

.meet__dream_bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  box-shadow: 1px 9px 11px 0px rgba(0, 0, 0, 0.47);
  margin-top: 3rem;
}

.about__bottom {
  position: relative;
  padding: 30px 0px 60px 0px;
}

.about___botoom_left h5 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.about___botoom_left p {
  font-size: 15px;
  color: #202845;
}

.about__foot_contact {
  margin-bottom: 20px;
}

.about__foot_contact i {
  font-size: 22px;
  margin-right: 12px;
}

.about__foot_contact span {
  color: #202845;
  font-size: 15px;
}

.about_btm_right img {
  width: 100%;
}

.breadcumb_inner ul {
  margin: 0;
  margin-top: 15px;
}

.breadcumb_inner ul li a {
  color: #fff;
  font-size: 15px;
}

.breadcumb_inner ul li i {
  color: #fff;
  margin-right: 8px;
  font-size: 12px;
  margin-left: 8px;
}

.breadcumb_inner ul li {
  display: inline-block;
}

.contact_form_left h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

.contact__form {
  position: relative;
  padding: 80px 0px 60px 0px;
}

.form_wrap {
  position: relative;
  margin-bottom: 27px;
}

.form_wrap input {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  font-weight: 500;
  -moz-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  background: #fff;
  font-family: "Lato", sans-serif;
}

.form_wrap textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 10px 10px 10px 10px;
  font-weight: 500;
  height: 250px;
  font-size: 16px;
  border-radius: 10px;
}

.inner_form_submit button {
  padding: 14px 30px 14px;
  background: #202845;
  border: 1.5px solid #202845;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  line-height: 1.2;
  min-width: 161px;
  position: relative;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
  width: max-content;
  border-radius: 30px;
  box-shadow: 0 0.3125rem 0.875rem 0.0625rem rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.h__product__sec_inner:hover .h__product__desc {
  opacity: 0;
  transform: translateY(-60%) translateX(-50%);
}

.h_product_sec_wrap:hover .h_product_sec_wrapa {
}

.h_about_sec_img:hover .video_popup i {
  box-shadow: 0 0 40px #fff;
  transform: scale(1.1);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.video_popup {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 50%;
  display: block;
}

.h_about_sec_img:hover img {
  transform: translateY(-10px);
  box-shadow: 0px 25px 68px 6px rgba(12, 0, 0, 0.12);
}

.sub__menu_wrap {
  position: fixed;
  left: 0;
  padding-top: 0px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  right: auto;
  transition: 0.3s ease-in;
  transform: translateY(7px);
  -webkit-transition: 0.3s ease-in;
  right: 0;
  height: 50vh;
}

.sum_menu {
  background-color: #202845;
  z-index: 100;
}

.sum_menu ul {
  background: #202845;
  margin-top: 29px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0.3125rem 1rem -0.1875rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3125rem 1rem -0.1875rem rgba(0, 0, 0, 0.2);
  padding: 0.5rem 0;
  transition: 0.5s ease-in;
  float: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  padding: 30px 0px;
}

.sum_menu ul li {
  color: #fff;
  display: block;
  padding: 5px 20px !important;
  line-height: 23px !important;
}

.sum_menu ul li a {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 0;
  position: relative;
  line-height: 21;
  line-height: 21px;
  text-align: center;
  display: block;
}

.main__menu ul li:hover .sub__menu_wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.sum_menu ul li a::before {
  display: inline-block;
  content: "\e628";
  font-family: themify;
  position: absolute;
  left: -15px;
  font-size: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product__grid_wrap {
  position: relative;
  padding: 90px 0px 40px 0px;
}

.result_show {
}

.result_show h3 {
  font-size: 22px;
}

.mt__botom {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc8f;
  margin-bottom: 70px;
}

.product__wrap_grid_box {
  position: relative;
  margin-bottom: 20px;
}

.product__wrap_pic {
  position: relative;
  background: #fff;
}

.product__wrap_pic img {
  -o-object-fit: cover;
  object-fit: 100%;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  height: 200px;
  /* border-radius: 10px; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product__cont {
  webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  transform: translateY(0);
  position: relative;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product__cont a {
}

.product__cont a h5 {
  font-size: 15.5px;
  font-weight: 700;
  min-height: 55px;
  overflow: hidden;
  font-family: "Lato", sans-serif;
}

.procuct__btn {
  padding: 9px 40px;
  background: #202845;
  border-radius: 30px;
  margin-top: 20px;
  display: block;
  width: max-content;
  font-size: 16px;
  color: #fff !important;
  font-weight: 700;
}

.procuct__btn i {
  text-align: right;
  font-size: 13px;
  margin-left: 5px;
}

.price_cross {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #77a464;
  text-decoration: line-through;
}

.new_price {
  color: #77a464;
  font-size: 17px;
  font-weight: 700;
  margin-left: 5px;
}

.product__wrap_grid_box:hover .product__cont {
  transform: translateY(-20px);
  background-color: #fff;
  z-index: 10;
  /* border: 1px solid #cccccc40; */
}

.product__wrap_grid_box:hover .product__wrap_pic img {
  transform: translateY(-10px);
}

.main__menu ul li a i {
  font-size: 11px;
  margin-left: 5px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform-origin: 0.6em 0.74em;
  -ms-transform-origin: 0.6em 0.74em;
  transform-origin: 0.6em 0.74em;
}

.product__details_wrap {
  padding: 90px 0px 70px 0px;
}

.col__md_5 {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

.products_img {
  position: relative;
  width: 100%;
  min-height: 285px;
  border: 1px solid #cccccc54;
  border-radius: 10px;
  border: 4px solid #202845a8;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.32);
}

.products_img img {
  width: 100%;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.thumb {
  display: inline-block;
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
}

.thumb li {
  list-style: none;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #202845;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.32);
  border-radius: 10px;
}

.thumb ul li a {
}

.thumb li a img {
  width: 110px;
  height: 99px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: relative;
  opacity: 1;
  visibility: visible;
  border: 2px solid #202845;
}

.col__md_6 {
  ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
}

.product__details_wrap_box {
  padding-left: 40px;
}

.product__details_wrap_box h4 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product__details_wrap_box p {
  margin-top: 15px;
  font-size: 15px;
}

.price__cros___black {
  color: #202845;
  opacity: 0.5;
  font-size: 26px !important;
}

.new__price_cross_black {
  color: #3e3a3b !important;
  font-size: 26px;
}

.single_product_box_btoom input {
  width: 120px;
  max-width: 120px;
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 17px;
  padding-left: 20px;
  margin-left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 10px !important;
  outline: none !important;
}

.single_product_box_btoom button {
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 17px;
  padding-left: 20px;
  background: #202845;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 17px;
  font-family: "Bitter", serif;
  margin-left: 10px;
  font-weight: 500;
}

.single_product_box_btoom {
  margin-top: 40px;
}

.product__meta {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 45px;
  margin-bottom: 40px;
  background-color: #eee;
  padding: 40px;
}

.sku_wrapper {
  display: block;
  border-bottom: 1px solid #a4a4a4;
  padding: 5px 0;
}

.product_meta b {
  display: inline-block;
  width: 150px;
}

.product_meta span {
  display: block;
  border-bottom: 1px solid #a4a4a4;
  padding: 5px 0;
}

.sku_wrapper b {
  display: inline-block;
  width: 150px;
}

.posted_in a {
  color: #555555;
  text-align: right;
}

.posted_in b {
  display: inline-block;
  width: 150px;
}

.tagged_as {
}

.tagged_as a {
  color: #555555;
}

.posted_in {
  display: block;
  border-bottom: 1px solid #a4a4a4;
  padding: 5px 0;
}

.tagged_as b {
  display: inline-block;
  width: 150px;
}

.product__description_related_box {
  position: relative;
  padding-bottom: 70px;
}

.product___related__box {
  position: relative;
}

.product___related__box h5 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 35px;
}

.product___related__box p {
  font-size: 15px;
  margin-bottom: 0;
}

.product___related__box h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
}

.w__procducts {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}

.w__products_attributes {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  font-style: normal;
  padding: 15px;
}

.title1 {
  font-size: 26px;
  font-weight: 700;
}

.products__tabssss {
  margin-left: 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 50px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent !important;
}

.nav-pills .nav-link.active {
  color: #202845 !important;
  border-bottom: 2px solid !important;
  border-radius: 0px !important;
}

.nav-link {
  font-weight: 700;
  color: #515151 !important;
}

.products__review_wrap h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  margin-bottom: 40px;
}

.review__wrap_box h6 {
  font-size: 26px;
  font-weight: 700;
}

.review__wrap_box span {
  font-size: 15px;
  margin-bottom: 25px;
}

.rating___inner_wraps {
  margin-top: 13px;
}

.comment__form_rating label {
  font-weight: 600;
  margin-bottom: 0;
}

.comment__form_rating ul {
  margin-left: 0;
  margin-bottom: 25px;
}

.comment__form_rating ul li {
  display: inline-block;
  color: #202845;
}

.comment__form_rating ul li a i {
  color: #202845;
}

.commet___form_w_width {
  width: 60%;
  margin-top: 30px;
}

.commetn___forms_w label {
  display: block;
  margin-bottom: 5px;
}

.commetn___forms_w textarea {
  color: #4c4c4c !important;
  border: 1px solid #e5e5e5;
  border-radius: 10px !important;
  font-size: 15px;
  height: 145px;
  width: 100%;
  cursor: pointer;
  outline: none !important;
}

.commetn___forms_w input {
  color: #4c4c4c !important;
  border: 1px solid #e5e5e5;
  border-radius: 10px !important;
  font-size: 15px;
  height: 55px;
  width: 100%;
}

.w__commwent_button button {
  padding-top: 14px;
  padding-right: 26px;
  padding-bottom: 14px;
  padding-left: 26px;
  background: #202845;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 17px;
  font-family: "Bitter", serif;
  margin-left: 10px;
  font-weight: 500;
  margin-top: 40px;
}

.display__block_fixed {
  display: none;
}

.fixed_menu .display__block_fixed {
  display: block !important;
}

.fixed_menu .display__none {
  display: none;
}

.testimonial {
  position: relative;
  padding: 78px 0px 10px 0px;
}

.testimonial_slider {
}

.testimonial_slider .item {
  padding: 20px;
}

.testimoanil___slider_box {
}

.quotes___icon {
  position: relative;
}

.quotes___icon i {
  color: #202845;
  font-size: 50px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial__description {
  padding-left: 75px;
}

.testimonial__description h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}

.testimonial__description h4 {
  color: #202845;
  font-size: 20px;
  font-weight: 700;
}

.testimonial__description span {
  font-size: 15px;
}

.testimonial h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.testimonial_slider .owl-dots {
  display: block;
}

.testimonial_slider .owl-dot span {
  width: 16px !important;
  height: 16px !important;
  margin: 5px 7px;
  background: transparent !important;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 2px solid #202845;
}

.testimonial_slider .owl-dot.active span {
  background-color: #202845 !important;
}

.testimonial_slider .owl-dot {
  outline: none !important;
}

.foot__bg__wrap {
  width: 100%;
  position: relative;
  z-index: 10;
}

.foot__logo_box {
}

.foot__logo_box a img {
  width: 150px;
    filter: brightness(1) invert(1);

}

.foot__bg__wrap ul {
  margin: 0;
}

.foot__bg__wrap ul li {
  display: inline-block;
  margin-right: 10px;
}

.foot__bg__wrap ul li a {
}

.foot__bg__wrap ul li a i {
  width: 35px;
  height: 35px;
  display: block;
  background-color: #fff;
  text-align: Center;
  transition: all 0.3s;
  border-radius: 50%;
  color: #63636e !important;
  font-size: 18px;
  padding-top: 8px;
}

.foot_connet {
  padding-top: 25px;
}

.foot_connet h5 {
  color: #ffff;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.foot__logo_box p {
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 24px;
}

.footercol2 {
  position: relative;
  padding: 0 40px;
  z-index: 10;
}

.foot__bg__wrap h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.foot__quick__links_get ul {
}

.foot__quick__links_get ul li {
  display: block;
  line-height: 45px;
}

.foot__quick__links_get ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.foot__quick__links_get {
}

.copy_txt {
  margin-top: 20px;
}

.copy_txt p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 10;
}

.foo__bg_wrap_connnect_box {
  margin-bottom: 25px;
}

.foot__contact_wrap {
}

.foot__contact_wrap i {
  font-size: 30px;
  margin-right: 12px;
  color: #fff;
}

.foot_contact_text {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.4px;
  font-family: "Caladea", serif;
}

.foot_contact_btm a {
  color: #ffff;
  font-size: 15px;
  padding-left: 42px;
}

.foot_contact_btm {
  position: relative;
  margin-top: 5px;
}

.foot_contact_btm p {
  color: #ffff;
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 40px;
  line-height: 24px;
}

.gallery_sec {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.galler_box {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px 0px;
}

.gallery_box_figure {
  position: relative;
  min-height: 248px;
  border-radius: 10px;
  margin: 0;
}

.overflows {
  overflow: hidden;
}

.img_zoom {
  display: block;
  overflow: hidden;
}

.img_zoom img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  height: 220px;
}

.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  border-top: 1px solid #fff;
  justify-content: flex-end;
}

.gallery_box_thumb {
  border-right: 1px solid #fff;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  max-height: 67px;
  box-sizing: border-box;
}

.gallery_box_thumb img {
  height: auto;
}

.gallery_item_conter {
  font-size: 20px;
  line-height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.block {
  font-size: 64%;
  font-family: "Open Sans", sans-serif;
}

.gallery_box_description_text span {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-family: "Bitter", serif;
}

.gallery_box_description_text {
  padding: 18px 20px 18px 20px;
  border-radius: 10px;
  position: relative;
  display: block;
  width: 100%;
}

.galer_inner_wrap_sec {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  background: #f5f5f5;
}

.gallery_grid {
  -moz-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 11px 19px -7px rgba(0, 0, 0, 0.28);
  position: relative;
  margin-bottom: 40px;
}

.gallery_grid a img {
  width: 100%;
  min-height: 250px;
  border-radius: 10px;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  position: relative;
  opacity: 1;
}

.smartphoto {
  position: fixed;
  z-index: 100000;
}

.breadcumn_inner ul {
  margin: 0;
  padding: 15px 14px 15px 15px;
}

.breadcumn_inner ul li {
  display: inline-block;
  padding-right: 20px;
  font-size: 17px;
}

.breadcumn_inner ul li a {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #202845;
}

.breadcumn_inner ul li::after {
  width: 8px;
  height: 8px;
  border-right: 1.2px solid #202845;
  border-bottom: 1.2px solid #202845;
  position: absolute;
  content: " ";
  top: 27px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
  left: 12%;
}

.desktop_none {
  display: none;
}
.genrate_enquiry a {
  line-height: 2.3571428571;
  border: 1px solid #202845;
  display: block;
  padding-top: 3px;
  margin-top: 28px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  margin-bottom: 13px;
  background-color: #202845;
  border-radius: 30px;
  padding: 8px 20px;
  width: max-content;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.description {
  margin-top: 13px;
  display: none !important;
}

.filter_bases {
  position: relative;
  margin-bottom: 14px;
}

.border_and_p h3 {
  border-bottom: 1px solid #cccc;
  padding-left: 0;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
}

.filter_bases h3 {
  color: #202845;
  font-size: 18px;
  padding: 15px 0px 15px 0px;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  cursor: pointer;
}

.icon_cross {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 30px;
}

.sidebar_Cross::before {
  content: "";
  transition: all 0.5s;
  width: 100%;
  height: 2px;
  background: #696969;
  position: absolute;
  display: block;
}

.sidebar_Cross::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #696969;
  position: absolute;
  display: block;
  transform: rotate(89deg);
  -webkit-transform: rotate(89deg);
}

.filter_list {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  height: 0;
  padding-top: 20px;
}

.border_and_p p {
  text-align: left;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.6666666667;
  margin-bottom: 10px;
  margin: 0 !important;
  font-weight: 700;
}

.filter_list ul {
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 5px;
}

.filter_list ul li {
  color: rgb(128, 127, 127);
  letter-spacing: 0;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.filter_list ul li b {
  font-weight: bolder;
  color: #202521;
  font-family: "Bitter", serif;
  font-size: 13px;
}

.active_filter {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.inquiry label {
  display: block;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

.inquiry input {
  width: 100%;
  height: 40px;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 11px;
  border: 1px solid #ccc;
  moz-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.error {
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
  display: none;
  color: #db2828;
  padding: 10px;
  border-radius: 10px;
}

.inquiry textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 11px;
  border: 1px solid #ccc;
  moz-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 19px -7px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

#submit_send {
  width: 180px;
  height: 46px;
  display: block;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 30px;
}

#myModal {
  z-index: 100000;
}

.modal-title p {
  margin-bottom: 0px !important;
}

.modal-content {
  background-color: #f5f5f5 !important;
}

.modal-lg {
  max-width: 700px !important;
}

.sub_caterogy_pt {
  line-height: 40px;
}

.testimonial__description h5 p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
  margin-bottom: 20px;
}

.about_btm_right {
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.47);
  border: 4px solid #20284587;
}

.header_logo {
  
}

.smartphoto {
  position: fixed;
  z-index: 1000000 !important;
}

.clients__titles h4 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.products_img li {
  display: block;
  height: auto;
  overflow: hidden;
}
.form_wrap span {
  font-size: 13px;
  position: relative;
  line-height: 15px;
  color: #f8000f;
  margin-top: 14px;
  display: block;
}
.w__products_attributes__value {
  border-bottom: 1px dotted rgba(200, 148, 84, 0.91);
  padding: 14px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.slider .slick-prev:before,
.slider-vertical .slick-next:before {
  display: none;
}

.slider .slick-prev,
.slider .slick-next {
  width: 28px;
  height: 28px;
  border-style: solid;
  margin: 10px;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  display: none;
}

.slider .slick-prev {
  border-width: 14px 14px 14px 0px;
  border-color: transparent #ffffff;
  left: 0px;
  right: auto;
}

.slider .slick-next {
  border-width: 14px 0px 14px 14px;
  border-color: transparent #ffffff;
  right: 0px;
  left: auto;
}

#sync1 .item {
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
  text-align: center;
}

#sync2 .item {
  padding: 10px 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.thumbnail__products___images img {
  border: 4px solid #202845a8;
  box-shadow: 0 4px 5px 0px rgba(0, 0, 0, 0.32);
  border-radius: 10px;
}
.about__content_bottom {
}
.about__content_bottom p {
  font-size: 15px;
}
.about__foot_contact span a {
  color: #202845;
}

/*timelined*/
.timeline_sec {
  position: relative;
  overflow: hidden;
}

.man_timeline_line {
  height: 1px;
  position: absolute;
  width: 100%;
  top: 182px;
  border-bottom: 2px dashed;
  border-color: #333;
}
.man_timeline_item {
  height: 300px;
  padding-top: 162px;
  padding-bottom: 202px;
}
.man_timeline_pin {
  width: 44px;
  height: 44px;
  position: relative;
  margin: 0 50px;
}
.man_timeline_point {
  background-color: #202845;
}
.man_timeline_point {
  width: 19px;
  height: 19px;
  position: absolute;
  background: #202845;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.man_timeline_point_border {
  display: block;
  position: absolute;
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.man_timeline_pin_title {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  font-size: 40px !important;
  line-height: 50px !important;
}
.man_timeline_pin.odd .man_timeline_pin_title {
  bottom: 45px;
}
.man_timeline_pin.odd .man_timeline_pin_cont {
  top: 69px;
}
.man_timeline_pin_cont {
  background-color: #202845;
}
.man_timeline_pin_cont {
  position: absolute;
  max-height: 152px;
  color: #fff !important;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-width: 200px;
  width: 200px;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.man_timeline_pin_cont .man_timeline_pin_cont_corner {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 23px;
  top: -16px;
}
.man_timeline_pin_cont_corner svg,
.man_map_pin:hover svg path,
.man_map.active
  .man_map_pins
  .man_map_pin_wrapper:first-child
  .man_map_pin
  svg
  path {
  fill: #202845;
}
.man_timeline_pin_cont p:last-child {
  margin: 0;
}
.man_timeline_pin_cont p {
  letter-spacing: 0 !important;
  color: #fff;
}
.man_timeline_pin.even .man_timeline_pin_cont {
  bottom: 69px;
}
.man_timeline_pin.even .man_timeline_pin_title {
  top: 45px;
}
.man_timeline_pin_cont .man_timeline_pin_cont_corner {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  left: 23px;
  top: -16px;
}
.man_timeline_pin_cont_corner_even {
  top: auto !important;
  bottom: -16px;
}
.man_timeline_pin.odd .man_timeline_pin_cont {
  top: 69px;
}
.man_timeline_pin_cont_corner_even svg {
  top: auto !important;
  bottom: -16px;
}
#down__drop svg {
  position: absolute;

  top: 2rem;

  transform: rotate(-177deg);

  left: -57px;
}
.timeline__slider .owl-nav {
  display: block !important;
  position: absolute;
  z-index: 10;
  top: 43%;
  width: 100%;
}
.timeline__slider .owl-prev {
  position: absolute;
  left: -14px;
  top: -13px;
}
.timeline__slider .owl-next {
  position: absolute;
  right: -15px;
  top: -14px;
}
.timeline__slider .owl-prev i {
  font-size: 29px;
}
.timeline__slider .owl-next i {
  font-size: 29px;
}
.time_line_wrap_box {
  position: relative;
}

.certification_row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
overflow: hidden;padding: 30px;}
.certification_boxes {
  padding: 6px;
  background: #fff;
  box-shadow: 0 3px 10px rgb(32 40 69 / 59%), 0 1px 10px 0 rgb(32 40 69);
}
.boxes_images {
text-align: center;font-weight: 600;}
.boxes_images img {
  width: 100%;
}
.detail_content p {
  font-size: 17px;
}

.team-section {
  position: relative;
  padding: 120px 0 60px;
}

.team-block {
  position: relative;
  margin-bottom: 60px;
}

.team-block .image-box {
  position: relative;
  margin: 0 auto 82px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
border-radius: 5px;}

.team-block .image-box .image:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  transform: scale(0);
  border-radius: 500px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 200ms ease;
}

.team-block .image-box:hover .image:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.team-block .image-box .image img {
  border-radius: 5px;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-block .image-box:hover .image img {
  transform: scale(1.1);
  border-radius: 10px;
}

.team-block .info-box {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 35px 15px;
  border-radius: 15px;
  overflow: hidden;
  transform: translateY(50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.thumbnail__products___images {
  width: 70%;
}

.team-block .info-box .name {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 1.2em;
  color: #353535;
  font-weight: 500;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #202845;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  color: #353535;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .info-box .social-links {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .image-box:hover .social-links {
  height: 30px;
  margin-top: 10px;
margin-left: -10px;}

.team-block .info-box .social-links li {
  position: relative;
  display: inline-block;
  
}

.team-block .info-box .social-links li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #353535;
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-block .info-box .social-links li a:hover {
  color: #202845;
}
.rowswrap {
  display: flex;
  margin: 0 auto;
  max-width: 1850px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.headerleft {
  display: flex;
  align-items: center;
}
.header_right {
  display: flex;
  align-items: center;
}
.sum_menu ul li a img {
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 13px;
}
.viewall_Products {
  width: 150px;
  height: 150px;
  background: #202845;
  border-radius: 50%;
  padding: 20px;
}
.viewall_Products p {
  position: absolute;
  z-index: 10;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
}
.home_sliders {
    padding-top: 90px;
}
.breadcumb_wraps{padding: 8rem 0;}
