@import url("_mixins.scss");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("_mixins.scss");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  box-sizing: border-box;
  background-color: #FFFDF5;
}

.section-title__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}

.btn-primary {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  background-color: #2D2D2D;
  border: 1px solid #2D2D2D;
  padding: 8px 15px;
  border-radius: 10px;
}
.btn-primary:hover {
  border: 1px solid #2D2D2D;
  background-color: transparent;
  color: #2D2D2D;
}

.welcome-one__right {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: self-start;
  height: 100%;
  margin-left: 100px;
}
.welcome-one__right .moretext {
  display: none;
}

.welcome-one__text b {
  font-size: 17px;
  font-weight: 600;
}

.welcome-one__text {
  margin-bottom: 1rem;
}

.brand-one__main-content .swiper-slide img {
  filter: none;
}

.image-div {
  padding: 85px 0px 85px 55px;
  background: #000;
  border-radius: 10px;
  height: auto;
}
.image-div img {
  position: relative;
  left: 55px;
  border-radius: 10px;
}

.welcome-one__right .section-title {
  margin-bottom: 0rem;
}

.main-menu-two__call-sub-title {
  white-space: nowrap;
}

.product-details-shades {
  padding-top: 0rem;
}
.product-details-shades .shades-bg {
  width: 100%;
  border-radius: 20px;
}

.marginnone {
  margin-left: 0;
}

.main-slider .swiper-slide {
  background-color: transparent;
}

.enquire-btn {
  position: fixed;
  top: 40%;
  z-index: 99;
  right: -68px;
  transform: rotate(-90deg);
  background: #FE8A04;
  padding: 10px 25px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.enquire-btn a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}

.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

header {
  position: sticky !important;
  top: 0 !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4392156863);
}
header nav {
  background-color: #fff !important;
}
header nav .main-menu-two__wrapper {
  display: flex;
  padding-top: 1rem;
  align-items: center;
  justify-content: space-between;
}
header nav .main-menu-two__wrapper .main-menu-two__left {
  display: flex;
  align-items: center;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__logo {
  margin-right: 13rem;
  padding: 25px 0;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__logo a img {
  width: 220px;
  height: auto;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box {
  padding-left: 2rem;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner {
  margin-left: 0px;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li {
  margin: 0;
  padding: 0 1rem;
  list-style: none;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li a {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li a span.main-menu-border {
  transform: none;
  border: none;
  width: 65%;
  height: 3px;
  bottom: 1px;
  left: 0;
  background: #3879BB;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li a span.main-menu-border::before {
  content: "";
  display: none;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li a i {
  font-size: 10px;
  margin-left: 2px;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.current a {
  color: #3879BB;
  font-weight: 700;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown {
  position: unset;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown ul.main-wrapper {
  left: 100px;
  top: 100px;
  width: 89%;
  margin: 0;
  padding: 1rem 2rem;
  background: #FFFDF5;
  border-radius: 25px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2509803922);
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown ul.product-dropdown {
  display: flex;
  width: 100%;
  padding: 0;
  justify-content: space-between;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown ul.product-dropdown li.menu-link {
  border-right: 1px solid #2D2D2D;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown ul.product-dropdown li.menu-link:last-child {
  border: none;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown ul.product-dropdown li ul.links {
  padding: 0;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown ul.product-dropdown li ul.links li a {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown ul.service-menu {
  left: 100px;
  top: 100px;
  width: 80%;
  margin: 0;
  padding: 1rem 2rem;
  background: #FFFDF5;
  border-radius: 25px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2509803922);
}
header nav .main-menu-two__wrapper .main-menu-two__left .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul li.dropdown ul.service-menu li ul li a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000000;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
}
header nav .main-menu-two__wrapper .main-menu-two__right .main-menu-two__search-box {
  display: none;
}
header nav .main-menu-two__wrapper .main-menu-two__right .main-menu-two__call-search {
  padding: 10px 0;
}
header nav .main-menu-two__wrapper .main-menu-two__right .main-menu-two__call-content .main-menu-two__call-number a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #000000;
  line-height: normal;
  white-space: nowrap;
}
header nav .main-menu-two__wrapper .main-menu-two__right .search-wrapper {
  border: 1px solid rgba(56, 121, 187, 0.4);
  border-radius: 20px;
  overflow: hidden;
}
header nav .main-menu-two__wrapper .main-menu-two__right .search-wrapper input {
  border: none;
  font-size: 14px;
  background: transparent;
  padding: 3px 15px;
  outline: none;
  padding-right: 55px;
}
header nav .main-menu-two__wrapper .main-menu-two__right .search-wrapper i {
  width: 45px;
  background: #3879BB;
  height: 100%;
  padding: 9px 5px;
  position: absolute;
  right: 0;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  top: 0;
}
header nav .main-menu-two__wrapper .main-menu-two__right .tata-logo {
  margin-left: 20px;
  width: 85px;
  margin-top: -45px;
}

section.welcome-one.home {
  padding-top: 8rem;
}
section .project-one__nav .swiper-button-next:hover, section .project-one__nav .swiper-button-prev:hover {
  color: #000;
  background-color: #fff;
}
section#home .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 700px;
}
section#home .color-bar {
  display: flex;
}
section#home .color-bar .color-segment {
  width: 100%;
  height: 50px;
}
section#home .color-bar .color-segment.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 200%;
}
section#home .color-bar .color-segment.pagination-wrapper .swiper-pagination {
  display: flex;
  align-items: center;
}
section#home .color-bar .color-segment.pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  position: relative;
  padding: 7px;
  border: 3px solid #2F2F2F;
  margin-right: 15px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#home .color-bar .color-segment.pagination-wrapper .swiper-pagination .swiper-pagination-bullet span {
  font-size: 14px;
  color: #fff;
  display: none;
}
section#home .color-bar .color-segment.pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2F2F2F;
  padding: 9px;
}
section#home .color-bar .color-segment.pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  display: block;
}
section#home .color-bar .color-segment.pagination-wrapper .dash {
  display: flex;
}
section#home .color-bar .color-segment.pagination-wrapper .dash span {
  margin: 0 28px;
  width: 50px;
  height: 1px;
  background: #000;
  display: inline-block;
}
section.project-one {
  padding-top: 0;
}
section.project-one h5.project-heading {
  font-size: 50px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  position: absolute;
  z-index: 3;
  padding: 3rem;
  text-shadow: 8px 5px 20px black;
}
section.project-one .project-one__inner .project-one__main-content .swiper-wrapper .swiper-slide .project-one__left {
  margin-right: -700px;
  height: 700px;
}
section.project-one .project-one__inner .project-one__main-content .swiper-wrapper .swiper-slide .project-one__left .project-one__img img {
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
section.project-one .project-one__inner .project-one__main-content .swiper-wrapper .swiper-slide .project-one__right .project-one__content-box .project-one__content {
  border-radius: 10px;
}
section.project-one .project-one__inner .project-one__main-content .swiper-wrapper .swiper-slide .project-one__img-holder {
  border-radius: 5px;
}
section.project-one .project-one__thumb-box {
  max-width: 750px;
}
section.project-one .project-one__thumb-box .swiper-container .swiper-wrapper .swiper-slide .project-one__img-holder {
  width: 170px;
  border-radius: 10px;
}
section.project-one .project-one__thumb-box .swiper-container .swiper-wrapper .swiper-slide .project-one__img-holder img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.industry-painting-service .section-title {
  margin-bottom: 2rem;
}
section.industry-painting-service .left .col-md-5 {
  padding: 0;
}
section.industry-painting-service .left img {
  height: 49.3%;
}
section.industry-painting-service .right img {
  height: 100%;
  margin: 0 !important;
}
section.industry-painting-service .grid-one, section.industry-painting-service .grid-two, section.industry-painting-service .grid-three {
  position: relative;
}
section.industry-painting-service .grid-one ul, section.industry-painting-service .grid-two ul, section.industry-painting-service .grid-three ul {
  position: absolute;
  bottom: 35px;
  right: 20px;
  padding: 0;
}
section.industry-painting-service .grid-one ul li, section.industry-painting-service .grid-two ul li, section.industry-painting-service .grid-three ul li {
  list-style: none;
  width: 40px;
  height: 40px;
  background: antiquewhite;
  border-radius: 50px;
  border: 4px solid #fff;
  margin-bottom: 1rem;
}
section.industry-painting-service .grid-one ul li.browncolor, section.industry-painting-service .grid-two ul li.browncolor, section.industry-painting-service .grid-three ul li.browncolor {
  background-color: #7E580E;
}
section.industry-painting-service .grid-one ul li.darkorangecolor, section.industry-painting-service .grid-two ul li.darkorangecolor, section.industry-painting-service .grid-three ul li.darkorangecolor {
  background-color: #B35515;
}
section.industry-painting-service .grid-one ul li.navyblue, section.industry-painting-service .grid-two ul li.navyblue, section.industry-painting-service .grid-three ul li.navyblue {
  background-color: #224383;
}
section.industry-painting-service .grid-one ul li.lightblue, section.industry-painting-service .grid-two ul li.lightblue, section.industry-painting-service .grid-three ul li.lightblue {
  background-color: #36FCD8;
}
section.industry-painting-service .grid-one ul li.violet, section.industry-painting-service .grid-two ul li.violet, section.industry-painting-service .grid-three ul li.violet {
  background-color: #781F6F;
}
section.industry-painting-service .grid-one ul li.lightgreen, section.industry-painting-service .grid-two ul li.lightgreen, section.industry-painting-service .grid-three ul li.lightgreen {
  background-color: #629642;
}
section.industry-painting-service .grid-one ul li.silver, section.industry-painting-service .grid-two ul li.silver, section.industry-painting-service .grid-three ul li.silver {
  background-color: #90A8B4;
}
section.industry-painting-service .grid-one ul li.navylight, section.industry-painting-service .grid-two ul li.navylight, section.industry-painting-service .grid-three ul li.navylight {
  background-color: #018CA3;
}
section.industry-painting-service .grid-one ul li.lightbrown, section.industry-painting-service .grid-two ul li.lightbrown, section.industry-painting-service .grid-three ul li.lightbrown {
  background-color: #744A46;
}
section.industry-painting-service .grid-one {
  margin-bottom: 11px;
}
section.industry-painting-service .grid-three {
  height: 100%;
}
section.by-product-managment {
  padding-top: 8rem;
}
section.by-product-managment .d-flex img {
  width: 350px;
  margin-right: 1rem;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
section.by-product-managment .d-flex img:last-child {
  margin-right: 0;
}
section.by-product-managment .section-title__title {
  padding-top: 2rem;
}
section.by-product-managment .wrapper {
  padding-left: 1rem;
}
section.by-product-managment .wrapper .btn {
  margin-top: 2rem;
}
section.brand-one {
  padding-top: 7rem;
}
section.brand-one .brand-one__inner {
  border-bottom: none;
}
section.brand-one .brand-one__main-content .swiper-slide img {
  width: 200px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.our-client {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
section.our-client ul {
  padding: 0%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
}
section.our-client ul li {
  list-style: none;
  width: auto;
  height: 100px;
}
section.our-client ul li img {
  width: 100%;
  height: 100%;
}
section.new-arrival {
  padding-top: 5rem;
}
section.new-arrival .container {
  position: relative;
}
section.new-arrival ul {
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  padding-top: 5rem;
  flex-wrap: wrap;
}
section.new-arrival ul li {
  position: relative;
  list-style: none;
  width: 33.3333333333%;
}
section.new-arrival ul li figure {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.new-arrival ul li figure img {
  width: 400px;
  height: 400px;
}
section.new-arrival ul li figure .color-imgs {
  position: absolute;
  top: 17%;
}
section.new-arrival ul li figure .color-imgs img {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.new-arrival ul li figure figcaption {
  position: relative;
  top: 18px;
}
section.new-arrival ul li figure figcaption h5 {
  text-align: center;
  font-size: 24px;
  left: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  padding: 0rem 4rem;
  line-height: 35px;
}
section.new-arrival .text-center.pt-10 {
  padding-top: 3rem;
}
section.new-arrival .text-center button {
  text-transform: uppercase;
}
section.new-arrival .swiper {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}
section.new-arrival .swiper .swiper-wrapper {
  align-items: center;
}
section.new-arrival .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.new-arrival .swiper-slide figure {
  width: 210px;
  height: 265px;
}
section.new-arrival .swiper-slide figure img {
  width: 135%;
}
section.new-arrival .swiper-slide figure .color-imgs {
  position: absolute;
  bottom: -22%;
  width: 60%;
  left: 18%;
}
section.new-arrival .swiper-slide figure figcaption h5 {
  font-size: 26px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-weight: 600;
  position: relative;
  left: 2rem;
  top: 10px;
}
section.new-arrival .swiper-slide figure figcaption h5 span {
  display: none;
}
section.new-arrival .swiper-slide figure .buts {
  display: none;
  text-align: center;
}
section.new-arrival .swiper-slide.swiper-slide-active figure {
  width: 530px;
  height: 100%;
}
section.new-arrival .swiper-slide.swiper-slide-active figure img {
  width: 114%;
}
section.new-arrival .swiper-slide.swiper-slide-active figure .color-imgs {
  left: -22%;
  bottom: -13px;
}
section.new-arrival .swiper-slide.swiper-slide-active figure .color-imgs img {
  width: 760px;
}
section.new-arrival .swiper-slide.swiper-slide-active figure figcaption h5 {
  font-size: 40px;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  position: unset;
}
section.new-arrival .swiper-slide.swiper-slide-active figure figcaption h5 span {
  display: block;
  display: block;
  color: #FFF500;
  font-size: 30px;
}
section.new-arrival .swiper-slide.swiper-slide-active figure .buts {
  display: block;
  position: relative;
  top: 1rem;
  z-index: 2;
}
section.new-arrival .swiper-slide.swiper-slide-active figure .buts button {
  margin-top: 2rem;
  font-size: 20px;
  padding: 15px 35px;
}
section.new-arrival .swiper-button-prev, section.new-arrival .swiper-button-next {
  background: #3879BB;
  color: #fff;
  padding: 2rem;
  border-radius: 50px;
}
section.new-arrival .swiper-button-prev::after, section.new-arrival .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
  font-weight: bolder;
}
section.new-arrival .swiper-button-prev {
  left: 6%;
}
section.new-arrival .swiper-button-next {
  right: 3%;
}
section.clients {
  padding-top: 8rem;
}
section.clients .overflow-hidden {
  height: 500px;
}
section.clients .swiper {
  margin-top: 3rem;
}
section.clients .swiper .swiper-wrapper .swiper-slide .cards {
  background: white;
  width: 100%;
  height: 210px;
  padding: 10px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1607843137);
  margin-top: 2rem;
  border-radius: 10px;
}
section.clients .swiper .swiper-wrapper .swiper-slide .cards ul {
  padding: 0;
}
section.clients .swiper .swiper-wrapper .swiper-slide .cards ul li {
  list-style: none;
  display: flex;
  align-items: flex-end;
}
section.clients .swiper .swiper-wrapper .swiper-slide .cards ul li img {
  border-radius: 50px;
  margin-right: 1rem;
}
section.clients .swiper .swiper-wrapper .swiper-slide .cards ul li ul li {
  font-size: 16px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}
section.clients .swiper .swiper-wrapper .swiper-slide .cards ul li ul li b {
  font-weight: 600;
}
section.clients .swiper .swiper-wrapper .swiper-slide .cards ul li h6 {
  font-size: 12px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}
section.clients .swiper .swiper-wrapper .swiper-slide .cards ul li p {
  font-size: 14px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  padding-top: 10px;
}
section.clients .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cards {
  margin-top: 1rem;
  padding: 28px 20px;
  height: 250px;
}
section.clients .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cards ul li h5 {
  font-size: 14px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "roboto";
}
section.clients .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cards ul li h6 {
  font-size: 14px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "roboto";
}
section.clients .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cards ul li p {
  font-size: 16px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
  font-family: "roboto";
  padding-top: 15px;
}
section.clients .swiper .pagination {
  position: relative;
  width: 12%;
  height: 10%;
  margin: auto;
  top: 3rem;
}
section.clients .swiper .pagination .swiper-button-prev, section.clients .swiper .pagination .swiper-button-next {
  background: #3879BB;
  color: #fff;
  padding: 2rem;
  border-radius: 50px;
  opacity: 1;
}
section.clients .swiper .pagination .swiper-button-prev::after, section.clients .swiper .pagination .swiper-button-next::after {
  font-size: 22px;
  color: #fff;
}

main section.tab-style {
  padding-top: 7rem;
  height: 860px;
}
main section.tab-style .section-title {
  margin-bottom: 0;
}
main section.tab-style #verticalTab {
  height: 800px;
}
main section.tab-style #verticalTab ul.resp-tabs-list {
  width: 27%;
  height: 100%;
  margin-right: 2rem;
  border-right: 2px solid #2D2D2D;
  padding-right: 2rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
main section.tab-style #verticalTab ul.resp-tabs-list li.resp-tab-item {
  font-size: 24px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  background: transparent;
  text-align: left;
  padding: 10px !important;
}
main section.tab-style #verticalTab ul.resp-tabs-list li.resp-tab-item.resp-tab-active {
  padding: 10px !important;
  border: none;
}
main section.tab-style #verticalTab ul.resp-tabs-list li.resp-tab-item.resp-tab-active::before {
  content: "";
  width: 5px;
  height: 20px;
  position: absolute;
  left: -3px;
  top: 18px;
  background: #F58230;
}
main section.tab-style #verticalTab .resp-tabs-container {
  border: none;
  background: transparent;
  width: 70%;
}
main section.tab-style #verticalTab .resp-tabs-container .resp-tab-content img {
  width: 100%;
  border-radius: 10px;
}
main section.tab-style h2.resp-accordion {
  font-size: 18px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  background: transparent !important;
}
main section.tab-style .section-title.text-left {
  margin-bottom: 2rem;
}
main .contact-us {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.3294117647);
  margin-bottom: 1rem;
  /* For Chrome, Safari, Edge, and Opera */
  /* For Firefox */
}
main .contact-us h4 {
  font-size: 32px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-bottom: 1rem;
}
main .contact-us .form-group {
  position: relative;
}
main .contact-us form label {
  font-size: 20px;
  font-weight: 400;
  color: #090914;
  line-height: 43px;
  font-family: "Poppins", sans-serif;
}
main .contact-us form label .dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: red;
  border-radius: 50px;
  margin-bottom: 2px;
}
main .contact-us form label.resume-btn {
  background: #0080C6;
  color: #fff;
  padding: 2px 11px;
  border-radius: 10px;
  margin-top: 1rem;
  cursor: pointer;
}
main .contact-us form label.resume-btn span {
  font-size: 16px;
  line-height: normal;
}
main .contact-us form label.resume-btn i {
  margin-left: 2px;
  font-size: 15px;
}
main .contact-us form label.error, main .contact-us form label #t_and_c-error {
  font-size: 14px !important;
  position: absolute;
  line-height: normal;
  color: red !important;
}
main .contact-us form label#t_and_c-error {
  bottom: -20px;
}
main .contact-us form label#message-error {
  left: 0;
  bottom: -17px;
}
main .contact-us form input, main .contact-us form select {
  font-size: 16px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  border: 1px solid #C3C4C5;
  border-radius: 8px;
}
main .contact-us form input::-moz-placeholder, main .contact-us form select::-moz-placeholder {
  color: #DFDFDF;
}
main .contact-us form input::placeholder, main .contact-us form select::placeholder {
  color: #DFDFDF;
}
main .contact-us form input:focus, main .contact-us form select:focus {
  box-shadow: none;
  border-color: #C3C4C5;
}
main .contact-us form select {
  padding: 7px;
  background: url("../images/icon/drop-dwon.svg") no-repeat;
  background-size: 25px;
  background-position: right 12px top 6px;
}
main .contact-us form .form-row {
  position: relative;
  justify-content: space-between;
}
main .contact-us form .form-row .form-group {
  width: 48%;
}
main .contact-us form .form-row.textarea .form-group {
  width: 100%;
}
main .contact-us form .form-row.textarea .form-group textarea {
  width: 100%;
  border: 1px solid #C3C4C5;
  border-radius: 8px;
  resize: none;
  outline: none;
  padding: 10px;
  height: 130px;
}
main .contact-us form .form-row.textarea .form-group textarea::-moz-placeholder {
  color: #DFDFDF;
}
main .contact-us form .form-row.textarea .form-group textarea::placeholder {
  color: #DFDFDF;
}
main .contact-us form .form-group {
  margin-bottom: 1rem;
}
main .contact-us form .checkbox-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
main .contact-us form .checkbox-row input {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
main .contact-us form .checkbox-row label {
  font-size: 20px;
  font-weight: 300;
  color: #9C9C9C;
  line-height: normal;
}
main .contact-us form .checkbox-row label a {
  text-decoration: underline;
  color: #9C9C9C;
}
main .contact-us form button {
  padding: 8px 25px;
  font-weight: 300;
  border-radius: 10px;
  cursor: pointer;
}
main .contact-us .alert-success {
  position: absolute;
  width: 26%;
  top: 2%;
  left: 50%;
  transform: translate(55%, -50%);
  z-index: 9;
  padding-right: 1rem !important;
}
main .contact-us .alert-success button {
  margin-left: 1rem;
  background: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
}
main .contact-us input[type=number]::-webkit-outer-spin-button,
main .contact-us input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main .contact-us input[type=number] {
  -moz-appearance: textfield;
}
main.about-us .image-div {
  padding: 40px 0px 40px 20px;
  height: 100%;
}
main.about-us .image-div img {
  height: 100%;
  top: 17px;
  left: 80px;
  -o-object-fit: fill;
     object-fit: fill;
}
main.about-us .banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.about-us .banner img::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 120px;
  height: 120px;
  background: red;
  transform: rotate(-45deg);
  /*clip-path: polygon(100% 0, 0% 100%, 100% 100%);*/
  -webkit-clip-path: polygon(100% 2%, 2% 100%, 100% 100%);
          clip-path: polygon(100% 2%, 2% 100%, 100% 100%); /* firefox fix changed 0% to 2%*/
  border-radius: 0 0 20px 0;
}
main.about-us .tabs-wrapper {
  padding-top: 4rem;
}
main.about-us .tabs-wrapper ul.nav {
  justify-content: center;
  border: none;
}
main.about-us .tabs-wrapper ul.nav li.nav-item a {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0rem 4rem;
  border-left: 1px solid transparent;
  border-radius: 0;
}
main.about-us .tabs-wrapper ul.nav li.nav-item a img {
  width: 65%;
  display: none;
  width: 100px;
  display: none;
}
main.about-us .tabs-wrapper ul.nav li.nav-item a.active {
  font-weight: 700;
}
main.about-us .tabs-wrapper ul.nav li.nav-item a.active img {
  display: block;
}
main.about-us .tabs-wrapper ul.nav li.nav-item + li a {
  border-left: 1px solid #0A142F;
}
main.about-us .tabs-wrapper .tab-content .tab-pane h2.section-title__title, main.about-us .tabs-wrapper .tab-content .tab-pane .heding-vector {
  text-align: center;
  font-family: "Raleway", sans-serif;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.one {
  padding-bottom: 7rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.one .welcome-one__right {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  height: 100%;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.one .welcome-one__right p {
  font-size: 14px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul li {
  list-style: none;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul li h3 {
  font-size: 35px;
  font-weight: 600;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul li img {
  width: 100%;
  height: 100%;
  padding: 10px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul li:last-child {
  display: flex;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul li ul {
  padding: 0;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul li ul li {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding: 0px !important;
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-bottom: 5px !important;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul li ul li.mr-2 {
  margin-right: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul.left {
  padding: 0;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul.left li {
  display: block;
  margin-bottom: 3rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.two ul.left li:nth-child(odd) {
  margin-left: 4rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three {
  background-color: #FFFDF5;
  position: relative;
  overflow: hidden;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .img-fluid {
  width: 95%;
  height: 80%;
  -o-object-fit: unset;
     object-fit: unset;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .container {
  height: 100%;
  background-color: #FFFDF5;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-wrapper .swiper-slide {
  background: #1C93D0;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  padding-bottom: 5rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-wrapper .swiper-slide .wrapper {
  padding-top: 10rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-wrapper .swiper-slide .wrapper h4 {
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  text-align: left;
  padding-bottom: 1rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-wrapper .swiper-slide .wrapper p {
  font-size: 1.125rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  text-align: left;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-button {
  position: absolute;
  bottom: 26px;
  width: 12%;
  left: 0;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-button .swiper-button-prev, main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-button .swiper-button-next {
  background: #fff;
  color: #fff;
  padding: 1.5rem;
  border-radius: 50px;
  opacity: 1;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-button .swiper-button-prev::after, main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-button .swiper-button-next::after {
  font-size: 16px;
  color: #3879BB;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .swiper-container .swiper-button .swiper-button-next {
  left: 90px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .paginations {
  display: flex;
  position: absolute;
  width: 92%;
  top: 28%;
  left: 10%;
  z-index: 9;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .paginations h3 {
  color: #fff;
  font-size: 50px;
  margin-right: 4rem;
  position: relative;
  top: 9px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .paginations ul {
  display: flex;
  width: 76%;
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  padding-left: 13rem;
  position: relative;
  top: -48px;
  align-items: baseline;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .paginations ul li {
  font-size: 30px;
  color: #fff;
  list-style: none;
  font-weight: 600;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .paginations ul li.active {
  font-size: 60px;
  font-weight: 700;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.three .paginations ul::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -8px;
  background: #fff;
  height: 2px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.journey .section-title {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.journey .section-title .section-title__title {
  text-align: left;
  font-size: 40px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.journey .section-title .heding-vector {
  text-align: left;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.journey ul {
  padding: 0;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.journey ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.journey ul li span {
  margin-right: 1rem;
  font-size: 40px;
  font-weight: 500;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .company section.journey ul li p {
  font-size: 20px;
  color: #2D2D2D;
  font-weight: 400;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.four .image-div {
  background: #AED22D;
  width: 90%;
  padding: 0px 0px;
  height: auto;
  border-radius: 10px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.four .image-div img {
  margin: 49px 0px 0px 64px;
  width: 90%;
  height: auto;
  border-radius: 25px;
  box-shadow: -11px 2px 23px rgba(0, 0, 0, 0.6);
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.four .welcome-one__right {
  margin-left: 3rem;
  margin-top: 0rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.four .welcome-one__right h3 {
  font-size: 34px;
  font-weight: 700;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.four .welcome-one__right .content-txt {
  padding-left: 2rem;
  margin-bottom: 2.5rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.four .welcome-one__right .content-txt h4 {
  font-size: 32px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.four .welcome-one__right .content-txt p {
  font-size: 16px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.four .welcome-one__right .content-txt.active {
  border-left: 4px solid #2D2D2D;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five, main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six {
  padding-top: 6rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five .cards-wrapper, main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .cards-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 3rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five .cards-wrapper .cards, main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .cards-wrapper .cards {
  width: 25%;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five .cards-wrapper .cards img, main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .cards-wrapper .cards img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five .cards-wrapper .cards figcaption, main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .cards-wrapper .cards figcaption {
  padding-top: 1rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five .cards-wrapper .cards + .cards, main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .cards-wrapper .cards + .cards {
  padding: 0 10px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five .cards-wrapper .cards h4, main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .cards-wrapper .cards h4 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five .cards-wrapper .cards p, main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .cards-wrapper .cards p {
  font-size: 14px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  padding-top: 7px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.five {
  padding-top: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .managements {
  padding-top: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .managements.owl-carousel .owl-item img {
  margin-bottom: 1rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane .leadership section.six .cards-wrapper .cards:last-child {
  margin-left: 0;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven {
  padding-top: 7rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven .owl-carousel {
  padding-top: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven .owl-carousel .owl-stage-outer .owl-stage .owl-item .item figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven .owl-carousel .owl-stage-outer .owl-stage .owl-item .item figure img {
  width: 150px;
  height: 100px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven .owl-carousel .owl-stage-outer .owl-stage .owl-item .item figure figcaption h5 {
  font-size: 16px;
  font-weight: 300;
  padding-top: 1rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven .owl-carousel .owl-stage-outer .owl-stage .owl-item .item figure figcaption p {
  font-weight: 400;
  font-size: 14px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven .owl-carousel .owl-nav {
  position: absolute;
  width: 150px;
  right: 100px;
  top: -76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven .owl-carousel .owl-nav button {
  background: #3879BB;
  color: #fff;
  border-radius: 50px;
  opacity: 1;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.seven .owl-carousel .owl-nav button span {
  width: 50px;
  height: 50px;
  font-size: 42px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.eight .welcome-one__right {
  align-items: baseline;
  height: 100%;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.nine {
  padding-top: 8rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.nine .csr-activity {
  padding-top: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.nine .card {
  border: none;
  background-color: transparent;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.nine .card figure img {
  width: 100%;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.nine .card figure figcaption {
  padding-top: 10px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.nine .card figure figcaption h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-left: 5px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.nine .card figure figcaption p {
  font-size: 14px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.ten {
  padding-top: 8rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.ten .image-div {
  padding: 70px 15px 70px 0px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.ten .image-div img {
  margin: 0px 0px 0px -50px;
  left: -20px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.ten .welcome-one__right {
  margin-right: 70px;
  margin-left: 0;
  align-content: center;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.ten .welcome-one__right h2 {
  text-align: left;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.ten .welcome-one__right .heding-vector {
  text-align: left;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.ten .image-div img {
  margin: 0px 0px 0px -50px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.eleven {
  padding-top: 7rem;
  margin-bottom: 2rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.eleven .content p {
  padding-bottom: 3rem;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.eleven .content ul {
  text-align: center;
  padding: 0;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.eleven .content ul a li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid silver;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.eleven .content ul a li p {
  padding: 0;
  padding-right: 2rem;
  font-size: 18px;
}
main.about-us .tabs-wrapper .tab-content .tab-pane section.eleven .content ul a li i {
  font-size: 34px;
}
main.about-us .swiper-container {
  width: 100%;
  height: 80%;
}
main.about-us .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
main.about-us .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.about-us .swiper-pagination-bullet {
  padding: 5px 10px;
  border-radius: 0;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
main.about-us .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
main.about-us .swiper-pagination-bullet {
  width: 20px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #B2B5BE;
  opacity: 1;
  background: transparent;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
main.about-us .swiper-pagination-bullet {
  margin: 0 1px;
  background: #f2f2f2;
  color: #000;
}
main.about-us .swiper-pagination-bullet-active {
  background-color: #dd0000 !important;
  color: #fff !important;
}
main.about-us section.eight .welcome-one__right {
  height: auto !important;
}
main.about-us section.eight .welcome-one__right .section-title.text-left {
  margin-bottom: 3rem;
}
main.about-us section.eight .welcome-one__right .section-title.text-left h2, main.about-us section.eight .welcome-one__right .section-title.text-left .heding-vector {
  text-align: left;
}
main.products section.banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.products section.breadcumb ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem;
}
main.products section.breadcumb ul li {
  list-style: none;
}
main.products section.breadcumb ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.products section.breadcumb ul li i {
  margin: 0 1rem;
  font-size: 11px;
}
main.products section.one .cards-wrapper .row {
  margin-bottom: 2rem;
}
main.products section.one .cards-wrapper .card {
  background: #FFF6D0;
  border: none;
  border-radius: 20px;
  padding: 0 2rem;
}
main.products section.one .cards-wrapper .card figure img {
  margin: 0 0 0 8px;
  width: 100%;
}
main.products section.one .cards-wrapper .card figure figcaption h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
main.products section.one .cards-wrapper .card figure figcaption p {
  font-size: 12px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: 17px;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
main.products section.one .cards-wrapper .card figure figcaption a {
  font-size: 14px;
  font-weight: 600;
  color: #F58230;
  line-height: 17px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}
main.products section.one .cards-wrapper .card figure figcaption a i {
  font-size: 12px;
  margin-left: 3px;
}
main.products section.two img {
  width: 100%;
}
main.products section.three {
  padding-top: 4rem;
}
main.products section.three .section-title__title {
  text-align: center;
}
main.products section.three .heding-vector {
  text-align: center;
}
main.products section.three .blogs-wrapper {
  padding-top: 2rem;
}
main.products section.three .blogs-wrapper .blogCard figure img {
  width: 100%;
}
main.products section.three .blogs-wrapper .blogCard figure figcaption p {
  font-size: 16px;
  font-weight: 300;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
}
main.products section.three .blogs-wrapper .blogCard figure figcaption a {
  font-size: 16px;
  font-weight: 300;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
main.products section.three .blogs-wrapper .blogCard figure figcaption a img {
  width: 30px;
}
main.products section.four {
  margin-top: 2rem;
}
main.products section.four::before {
  content: "";
  width: 100%;
  height: 470px;
  background-color: #D0681C;
  position: absolute;
  z-index: -1;
}
main.products section.four .contacts {
  padding-top: 4rem;
}
main.products section.four .contacts .left-side {
  padding-top: 5rem;
}
main.products section.four .contacts .left-side h3 {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-right: 5rem;
}
main.products section.four .contacts .left-side p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 70px;
  font-family: "Poppins", sans-serif;
}
main.products section.four .contacts .left-side img {
  width: 100%;
}
main.products section.four .contact-us {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.3294117647);
  margin-bottom: 1rem;
}
main.products section.four .contact-us h4 {
  font-size: 28px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-bottom: 1rem;
}
main.products section.four .contact-us form label {
  font-size: 16px;
  font-weight: 400;
  color: #090914;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.products section.four .contact-us form label .dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: red;
  border-radius: 50px;
  margin-bottom: 2px;
}
main.products section.four .contact-us form input, main.products section.four .contact-us form select {
  font-size: 16px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  border: 1px solid #C3C4C5;
  border-radius: 8px;
}
main.products section.four .contact-us form input::-moz-placeholder, main.products section.four .contact-us form select::-moz-placeholder {
  color: #DFDFDF;
}
main.products section.four .contact-us form input::placeholder, main.products section.four .contact-us form select::placeholder {
  color: #DFDFDF;
}
main.products section.four .contact-us form select {
  padding: 7px;
}
main.products section.four .contact-us form .form-row {
  justify-content: space-between;
}
main.products section.four .contact-us form .form-row .form-group {
  width: 48%;
}
main.products section.four .contact-us form .form-row.textarea .form-group {
  width: 100%;
}
main.products section.four .contact-us form .form-row.textarea .form-group textarea {
  width: 100%;
  border: 1px solid #C3C4C5;
  border-radius: 8px;
  resize: none;
  outline: none;
  padding: 10px;
  height: 130px;
}
main.products section.four .contact-us form .form-row.textarea .form-group textarea::-moz-placeholder {
  color: #DFDFDF;
}
main.products section.four .contact-us form .form-row.textarea .form-group textarea::placeholder {
  color: #DFDFDF;
}
main.products section.four .contact-us form .form-group {
  margin-bottom: 1rem;
}
main.products section.four .contact-us form button {
  padding: 8px 25px;
  font-weight: 300;
  border-radius: 10px;
}
main.contactus .one {
  padding-top: 5rem;
}
main.contactus .one .get-in-touch h5 {
  font-size: 36px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
}
main.contactus .one .get-in-touch ul {
  padding: 0;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
main.contactus .one .get-in-touch ul li {
  list-style: none;
  padding-bottom: 10px;
}
main.contactus .one .get-in-touch ul li i {
  color: #0080C6;
}
main.contactus .one .get-in-touch ul li a {
  font-size: 24px;
  font-weight: 300;
  color: #272323;
  line-height: normal;
  margin-left: 10px;
}
main.contactus .one .google-map {
  height: 64%;
  margin: 0;
  width: 100%;
  background: transparent;
}
main.contactus .one .google-map img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
main.contactus .two {
  padding-bottom: 3rem;
  padding-top: 6rem;
}
main.contactus .two h2 {
  font-size: 36px;
  text-align: center;
}
main.contactus .two .form-group {
  width: 600px;
  border: 1px solid #000000;
  display: flex;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
main.contactus .two .form-group input {
  border: none;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  font-size: 12px;
  outline: none;
}
main.contactus .two .form-group button {
  border: none;
  background: #2D2D2D;
  color: #fff;
  padding: 0rem 2rem;
  border-radius: 8px;
}
main.contactus .three .cards {
  display: flex;
  justify-content: center;
}
main.contactus .three .cards .card {
  padding: 1rem;
  border-radius: 15px;
  justify-content: space-between;
  box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 20px;
  margin-left: 30px;
  width: 390px;
}
main.contactus .three .cards .card h3 {
  font-size: 24px;
  font-weight: 500;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
main.contactus .three .cards .card a {
  font-size: 16px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.contactus .three .cards .card p {
  font-size: 16px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.contactus .three .cards .card a.btn-primary {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  width: 55%;
  letter-spacing: 0.1px;
  border-radius: 50px;
  font-weight: 600;
  margin-top: 1rem;
}
main.contactus .three .cards .card a.btn-primary:hover {
  color: #2D2D2D;
}
main.faq .banners img {
  width: 100%;
}
main.faq section.one {
  padding: 5rem;
  padding-bottom: 3rem;
}
main.faq section.one .section-title__title {
  text-align: center;
  text-transform: uppercase;
}
main.faq section.one .heding-vector {
  text-align: center;
}
main.faq section.one .form-group {
  width: 600px;
  margin-top: 2rem;
  border: 1px solid #000000;
  display: flex;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}
main.faq section.one .form-group input {
  border: none;
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  font-size: 12px;
  outline: none;
}
main.faq section.one .form-group button {
  border: none;
  background: #2D2D2D;
  color: #fff;
  padding: 0rem 2rem;
  border-radius: 8px;
}
main.faq section.two ul.nav li.nav-item button {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding: 10px 30px;
  border-radius: 25px;
}
main.faq section.two ul.nav li.nav-item button.active {
  background: #3879BB;
  color: #FFFFFF;
}
main.faq section.two .tab-content .tab-pane .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid silver;
  background: transparent;
}
main.faq section.two .tab-content .tab-pane .accordion .accordion-item h2.accordion-header {
  border: none;
}
main.faq section.two .tab-content .tab-pane .accordion .accordion-item button.accordion-button {
  font-size: 18px;
  color: #2D2D2D;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 1rem 1rem;
  padding-left: 0;
  font-weight: 500;
}
main.faq section.two .tab-content .tab-pane .accordion .accordion-item button.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
main.faq section.two .tab-content .tab-pane .accordion .accordion-item button.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
main.faq section.two .tab-content .tab-pane .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-right: 3rem;
  padding-bottom: 1rem;
}
main.faq section.three {
  margin-top: 2rem;
}
main.faq section.three::before {
  content: "";
  width: 100%;
  height: 470px;
  background-color: #D0681C;
  position: absolute;
  z-index: -1;
}
main.faq section.three .contacts {
  padding-top: 4rem;
}
main.faq section.three .contacts .left-side {
  padding-top: 5rem;
}
main.faq section.three .contacts .left-side h3 {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-right: 5rem;
}
main.faq section.three .contacts .left-side p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 70px;
  font-family: "Poppins", sans-serif;
}
main.faq section.three .contacts .left-side img {
  width: 100%;
}
main.faq section.three .contact-us {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.3294117647);
  margin-bottom: 1rem;
}
main.faq section.three .contact-us h4 {
  font-size: 28px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-bottom: 1rem;
}
main.faq section.three .contact-us form label {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.faq section.three .contact-us form label .dot {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: red;
  border-radius: 50px;
  margin-bottom: 2px;
}
main.faq section.three .contact-us form label[for=t_and_c] {
  color: #9C9C9C;
}
main.faq section.three .contact-us form input, main.faq section.three .contact-us form select {
  font-size: 16px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  border: 1px solid #C3C4C5;
  border-radius: 8px;
}
main.faq section.three .contact-us form input::-moz-placeholder, main.faq section.three .contact-us form select::-moz-placeholder {
  color: #DFDFDF;
}
main.faq section.three .contact-us form input::placeholder, main.faq section.three .contact-us form select::placeholder {
  color: #DFDFDF;
}
main.faq section.three .contact-us form select {
  padding: 7px;
}
main.faq section.three .contact-us form .form-row {
  justify-content: space-between;
}
main.faq section.three .contact-us form .form-row .form-group {
  width: 48%;
}
main.faq section.three .contact-us form .form-row.textarea .form-group {
  width: 100%;
}
main.faq section.three .contact-us form .form-row.textarea .form-group textarea {
  width: 100%;
  border: 1px solid #C3C4C5;
  border-radius: 8px;
  resize: none;
  outline: none;
  padding: 10px;
  height: 130px;
}
main.faq section.three .contact-us form .form-row.textarea .form-group textarea::-moz-placeholder {
  color: #DFDFDF;
}
main.faq section.three .contact-us form .form-row.textarea .form-group textarea::placeholder {
  color: #DFDFDF;
}
main.faq section.three .contact-us form .form-row.checkbox-row {
  justify-content: flex-start;
}
main.faq section.three .contact-us form .form-group {
  margin-bottom: 1rem;
}
main.faq section.three .contact-us form button {
  padding: 8px 25px;
  font-weight: 300;
  border-radius: 10px;
}
main.careers section.banner img {
  width: 100%;
}
main.careers section.welcome-one {
  padding-top: 8rem;
}
main.careers section.welcome-one .welcome-one__right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
main.careers section.welcome-one .welcome-one__right .welcome-one__text {
  font-size: 20px;
  padding-bottom: 1rem;
}
main.careers section.welcome-one .welcome-one__right button {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  border-radius: 7px;
}
main.careers section.welcome-one .welcome-one__right button:hover {
  color: #2D2D2D;
}
main.careers section.current-opening .section-title__title {
  text-align: center;
  text-transform: uppercase;
}
main.careers section.current-opening .heding-vector {
  text-align: center;
  margin-bottom: 2rem;
}
main.careers section.current-opening .card {
  padding: 2rem 1rem;
  border-radius: 15px;
  justify-content: space-between;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 20px;
  border: none;
}
main.careers section.current-opening .card .header img {
  width: 14px;
  margin-right: 5px;
}
main.careers section.current-opening .card .header span {
  font-size: 14px;
  font-weight: 400;
  color: #272323;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
main.careers section.current-opening .card .card-body {
  margin-bottom: 1rem;
}
main.careers section.current-opening .card .card-body h4 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #525252;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.careers section.current-opening .card .card-body p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #525252;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.careers section.current-opening .card .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.careers section.current-opening .card .footer .block img {
  width: 14px;
  margin-right: 5px;
}
main.careers section.current-opening .card .footer .block span {
  font-size: 14px;
  font-weight: 300;
  color: #525252;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.careers section.current-opening .card .footer a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  border-radius: 20px;
  padding: 8px 25px;
  background-color: #2D2D2D;
  border: 1px solid transparent;
}
main.careers section.current-opening .card .footer a:hover {
  background-color: transparent;
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
}
main.careers section.careers-from .contacts {
  padding-top: 4rem;
}
main.careers section.careers-from::before {
  content: "";
  width: 100%;
  height: 470px;
  background-color: #0045C6;
  position: absolute;
  z-index: -1;
}
main.careers section.careers-from .left-side {
  padding-top: 5rem;
}
main.careers section.careers-from .left-side h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-right: 5rem;
}
main.careers section.careers-from .left-side p {
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 70px;
  font-family: "Poppins", sans-serif;
}
main.careers section.careers-from .left-side img {
  width: 100%;
}
main.careers section.careers-from .contact-us button {
  font-size: 19px;
  background: #0080C6;
  color: #fff;
  border: 1px solid #0080C6;
  margin-bottom: 1rem;
}
main.careers section.careers-from .contact-us button i {
  margin-left: 10px;
}
main.products-page .home-about-image {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4509803922);
  left: 0;
}
main.products-page .banner img {
  width: 100%;
  height: 100% !important;
}
main.products-page .welcome-one {
  padding-top: 5rem !important;
}
main.products-page .welcome-one .welcome-one__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100%;
  margin-left: 7rem;
}
main.products-page .welcome-one .welcome-one__right p.welcome-one__text {
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.products-page .welcome-one .welcome-one__right ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0rem 12rem 0 0;
}
main.products-page .welcome-one .welcome-one__right ul li {
  width: 33.3333333333% !important;
  list-style: none;
  margin-bottom: 2rem;
  padding-right: 4rem;
  text-align: center;
}
main.products-page .welcome-one .welcome-one__right ul li:first-child {
  padding-left: 0;
}
main.products-page .welcome-one .welcome-one__right ul li figure {
  text-align: center;
}
main.products-page .welcome-one .welcome-one__right ul li figure img {
  margin-right: 4rem;
  width: 45px;
  height: 50px;
}
main.products-page .welcome-one .welcome-one__right ul li figure p {
  font-size: 14px;
  font-weight: 400;
  color: #272727;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-right: 4rem;
}
main.products-page section.one .banner-image img {
  width: 100%;
  border-radius: 20px;
}
main.products-page section.one ul {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin: 10px 20px;
  margin-top: -80px;
}
main.products-page section.one ul li {
  list-style: none;
  background: #fff;
  box-shadow: -1px -2px 15px rgba(0, 0, 0, 0.1607843137);
  padding: 1rem 10px;
  border-radius: 25px;
  width: 205px;
}
main.products-page section.one ul li figure {
  text-align: center;
  margin: 0;
}
main.products-page section.one ul li figure img {
  width: 60%;
}
main.products-page section.one ul li figure figcaption p {
  font-size: 14px;
  font-weight: 500;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  padding-top: 8px;
}
main.products-page section.one ul li figure figcaption span {
  font-size: 14px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.products-page section.two {
  padding-top: 8rem;
}
main.products-page section.two .section-title__title, main.products-page section.two .heding-vector {
  text-align: center;
}
main.products-page section.two .content-section {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-10%, -50%);
  height: 70%;
  max-width: 800px;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3098039216);
}
main.products-page section.two .content-section h3 {
  font-size: 21px;
  text-align: center;
  color: #272727;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
main.products-page section.two .content-section .box {
  border: 1px solid #3879BB;
  border-radius: 15px;
  padding: 1rem;
  height: 100%;
}
main.products-page section.two .content-section .box h4 {
  padding: 0;
  text-align: left;
}
main.products-page section.two .content-section .box form ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 10px;
}
main.products-page section.two .content-section .box form ul li {
  list-style: none;
}
main.products-page section.two .content-section .box form ul li label {
  font-size: 16px;
  padding-left: 6px;
}
main.products-page section.two .content-section .box small {
  font-size: 14px;
  font-weight: 300;
  color: #272727;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.products-page section.two h4 {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
main.products-page section.two .carpet-area .text-right {
  text-align: right;
}
main.products-page section.two .carpet-area input {
  border: 1px solid #3879BB;
  padding: 12px;
  border-radius: 10px;
}
main.products-page section.two .carpet-area button {
  padding: 15px 40px;
  font-size: 15px;
  font-weight: 300;
  border-radius: 10px;
}
main.products-page section.three {
  padding-top: 6rem;
}
main.products-page section.three .section-title__title {
  text-transform: uppercase;
  text-align: center;
}
main.products-page section.three .heding-vector {
  text-align: center;
}
main.products-page section.three .swiper {
  margin-left: 5rem;
  overflow: hidden;
}
main.products-page section.three .swiper .swiper-wrapper {
  margin-top: 3rem;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide {
  margin-top: 4rem;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide figure figcaption {
  display: none;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide figure figcaption ul {
  padding: 0;
  display: flex;
  margin-top: 10px;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide figure figcaption ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide figure figcaption ul li img {
  width: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide figure figcaption ul li p {
  font-size: 13px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-top: 0rem;
}
main.products-page section.three .swiper .swiper-wrapper .swiper-slide.swiper-slide-active figure figcaption {
  display: block;
}
main.products-page section.three .download-category {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
}
main.products-page section.four ul.nav {
  justify-content: center;
  border: none;
}
main.products-page section.four ul.nav li.nav-item a {
  border: none;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  border-right: 1px solid silver;
  padding: 0px 30px;
  border-radius: 0;
  background: transparent;
  color: #000000;
}
main.products-page section.four ul.nav li.nav-item a img {
  width: 120px;
  display: none;
}
main.products-page section.four ul.nav li.nav-item a.active {
  font-weight: 500;
}
main.products-page section.four ul.nav li.nav-item a.active img {
  display: block;
}
main.products-page section.four ul.nav li.nav-item:last-child a {
  border: none;
}
main.products-page section.four .tab-content .tab-pane .card {
  background: rgba(255, 246, 208, 0.6705882353);
  border: none;
  text-align: center;
  align-items: center;
  color: #fff;
  margin: 2rem;
  border-radius: 30px;
}
main.products-page section.four .tab-content .tab-pane .card .numbers {
  background: #3879BB;
  width: 50px;
  padding: 10px;
  border-radius: 50px;
  margin-top: -25px;
}
main.products-page section.four .tab-content .tab-pane .card h5 {
  font-size: 16px;
  padding-top: 17px;
}
main.products-page section.four .tab-content .tab-pane .card ul {
  display: flex;
  padding: 0;
  align-items: center;
}
main.products-page section.four .tab-content .tab-pane .card ul li {
  list-style: none;
}
main.products-page section.four .tab-content .tab-pane .card ul li img {
  width: 160px;
  margin-left: -88px;
  margin-top: -25px;
}
main.products-page section.four .tab-content .tab-pane .card ul li h5 {
  font-size: 16px;
  font-weight: 200;
}
main.products-page section.four .tab-content .tab-pane .card ul li h6 {
  font-size: 16px;
  font-weight: 200;
}
main.products-page section.four .tab-content .tab-pane .card ul li h6.txt-img {
  position: relative;
  margin-top: 1rem;
}
main.products-page section.four .tab-content .tab-pane .card ul li h6.txt-img img {
  position: absolute;
  width: 50px;
  right: 19px;
  top: 15px;
}
main.products-page section.four .tab-content .tab-pane .card ul li h6.txt-img b {
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
main.products-page section.four .tab-content .tab-pane#simple-tabpanel-1 .product-info p {
  padding-right: 10rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
main.products-page section.four .tab-content .tab-pane#simple-tabpanel-1 .product-info ul {
  padding: 0;
}
main.products-page section.four .tab-content .tab-pane#simple-tabpanel-1 .product-info ul li {
  list-style: none;
  display: flex;
  align-items: center;
  background: #fff;
  width: 65%;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1215686275);
  padding: 8px 15px;
  border-radius: 10px;
  justify-content: space-between;
  margin-bottom: 1rem;
}
main.products-page section.four .tab-content .tab-pane#simple-tabpanel-1 .product-info ul li p {
  padding: 0;
}
main.products-page section.four .tab-content .tab-pane#simple-tabpanel-1 .product-info ul li img {
  width: 40px;
}
main.products-page section.five {
  padding-top: 5rem;
}
main.products-page section.five h2.section-title__title, main.products-page section.five .heding-vector {
  text-align: center;
}
main.products-page section.five .painting-needs img {
  width: 100%;
}
main.products-page section.five .form-banners {
  background: #fff;
  box-shadow: 6px 9px 11px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 1rem;
  border-radius: 20px;
  margin-top: -90px;
  z-index: 1;
  position: relative;
  padding: 2rem;
}
main.products-page section.five form ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
main.products-page section.five form ul li {
  width: 25%;
  list-style: none;
  margin-right: 1rem;
}
main.products-page section.five form ul li input {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  border: 1px solid #C3C4C5;
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 8px;
}
main.products-page section.five form ul li input::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 200;
}
main.products-page section.five form ul li input::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 200;
}
main.products-page section.five form .term-info {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
main.products-page section.five form .term-info ul li {
  width: auto;
  margin-right: 10px;
}
main.products-page section.five form .term-info ul li p {
  font-size: 14px;
  padding-right: 8rem;
}
main.products-page section.five form .term-info ul li button {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 300;
  border-radius: 8px;
  padding: 10px 35px;
}
main.products-page section.five .painting-needs {
  padding-top: 2rem;
}
main.products-page .content-left .welcome-one__right {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Rubik", sans-serif;
  margin-left: 0rem;
  margin-right: 7rem;
}
main.product-details {
  padding: 0;
}
main.product-details .image-div {
  background: transparent;
  padding: 0;
}
main.product-details .image-div img {
  width: 100%;
}
main.product-details .welcome-one {
  padding-top: 0rem;
  padding-bottom: 0;
}
main.product-details .welcome-one .image-div {
  background-color: transparent;
}
main.product-details .welcome-one__text {
  margin-bottom: 0rem;
}
main.product-details .product-detail-paragraph {
  padding-top: 2rem;
  margin-bottom: 2rem;
}
main.product-details .product-detail-paragraph ul {
  flex-direction: column;
  padding-bottom: 1rem !important;
}
main.product-details .product-detail-paragraph ul li {
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
main.product-details .product-detail-paragraph ul li p {
  padding-top: 10px;
}
main.product-details .product-detail-paragraph ul.content-list {
  flex-direction: column;
  padding-top: 1rem;
}
main.product-details .product-detail-paragraph ul.content-list li {
  width: 100% !important;
  margin-bottom: 0;
}
main.product-details .product-detail-paragraph p strong {
  font-size: 16px;
  font-weight: 600;
  color: #272727;
  line-height: normal;
  font-family: "Raleway", sans-serif;
}
main.product-details .product-detail-paragraph a {
  margin-top: 3rem;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Rubik", sans-serif;
  padding: 1rem 2rem;
  border-radius: 15px;
}
main.product-details .product-detail-paragraph a:hover {
  border: 1px solid #2D2D2D;
  background-color: transparent;
  color: #2D2D2D;
}
main.product-details .welcome-one.content-second {
  padding-top: 2rem;
}
main.product-details .welcome-one.content-second .welcome-one .image-div {
  background-color: transparent;
}
main.product-details .welcome-one.content-second ul {
  flex-direction: row;
  padding-top: 3rem;
  padding-bottom: 2rem !important;
}
main.product-details .welcome-one.content-second ul li {
  width: 50% !important;
  padding-bottom: 1rem;
}
main.product-details .welcome-one.content-second.pt-16 {
  padding-top: 5rem !important;
  padding-bottom: 7rem;
}
main.product-details .welcome-one.content-second.pt-16 .image-div img {
  width: 100%;
  left: 0%;
}
main.product-details .one {
  padding-top: 6rem;
}
main.product-details .product-details-shades .bottomtext {
  margin-bottom: 3rem;
}
main.product-details .product-details-shades .bottomtext a {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
  font-family: "Rubik", sans-serif;
  padding: 1rem 2rem;
  border-radius: 15px;
}
main.product-details .content-left .image-div img.img-fluid, main.product-details .content-right .image-div img.img-fluid {
  left: 0;
  width: 100% !important;
}
main.product-details .content-right .welcome-one__right {
  margin-left: 3rem;
}
main.shades .banner img {
  width: 100%;
}
main.shades .all-color-shades ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
main.shades .all-color-shades ul li {
  list-style: none;
  background: #fff;
  border-radius: 20px;
}
main.shades .all-color-shades ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  text-align: center;
}
main.shades .all-color-shades ul li a img {
  width: 150px;
  height: 130px;
}
main.shades .all-color-shades ul li a p {
  font-size: 16px;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
}
main.shades .wrapper .left-side {
  background: #fff;
  padding: 1rem;
  box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
}
main.shades .wrapper .left-side h5 {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
main.shades .wrapper .left-side .accordion {
  border: none;
}
main.shades .wrapper .left-side .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #3879BB;
  margin-bottom: 0;
}
main.shades .wrapper .left-side .accordion .accordion-item:last-child {
  border-bottom: none;
}
main.shades .wrapper .left-side .accordion .accordion-item h2.accordion-header .accordion-button {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  padding-bottom: 10px;
}
main.shades .wrapper .left-side .accordion .accordion-item h2.accordion-header .accordion-button:focus {
  box-shadow: none;
}
main.shades .wrapper .left-side .accordion .accordion-item h2.accordion-header .accordion-button:not(.collapsed) {
  color: #000000;
  box-shadow: none;
  background-color: transparent;
}
main.shades .wrapper .left-side .accordion .accordion-item h2.accordion-header .accordion-button::after {
  content: "";
  background-color: #3879BB;
  background-image: url("../images/icon/white-arrow.svg");
  background-repeat: no-repeat;
  border-radius: 50px;
  width: 25px;
  background-size: 16px;
  background-position: 5px 5px;
  width: 25px;
  height: 25px;
}
main.shades .wrapper .left-side .accordion .accordion-item .accordion-collapse .accordion-body form ul {
  padding: 0;
}
main.shades .wrapper .left-side .accordion .accordion-item .accordion-collapse .accordion-body form ul li {
  list-style: none;
}
main.shades .wrapper .left-side .accordion .accordion-item .accordion-collapse .accordion-body form ul li label {
  text-transform: capitalize;
  font-size: 1.25rem;
  font-weight: 300;
  color: #2D2D2D;
  line-height: normal;
  margin-left: 5px;
}
main.shades .wrapper .left-side .accordion .accordion-item .accordion-collapse .accordion-body form ul li input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #007bff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
main.shades .wrapper .left-side .accordion .accordion-item .accordion-collapse .accordion-body form ul li input[type=radio]:checked {
  border: 4px solid #007bff;
}
main.shades .wrapper .shades-colors {
  background: #fff;
  border-radius: 25px;
  padding: 1rem 2rem;
}
main.shades .wrapper .shades-colors h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  padding: 1rem;
  padding-left: 0;
  text-transform: capitalize;
  margin: 1rem;
}
main.shades .wrapper .shades-colors .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
main.shades .wrapper .shades-colors .flex .card {
  width: 225px;
  height: 320px;
  border: none;
  overflow: hidden;
  margin-bottom: 2rem;
}
main.shades .wrapper .shades-colors .flex .card .card-body {
  background: #DBF9D4;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 25px;
}
main.shades .wrapper .shades-colors .flex .card .card-body .heart-icon {
  text-align: right;
}
main.shades .wrapper .shades-colors .flex .card .card-body .heart-icon img {
  background: #fff;
  width: 40px;
  padding: 8px;
  border-radius: 50px;
  -o-object-fit: none;
     object-fit: none;
}
main.shades .wrapper .shades-colors .flex .card .footer p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}
main.shades .wrapper .shades-colors .flex .card .footer p span {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: normal;
  margin-left: 1rem;
}
main.shades .wrapper .shades-colors .load-more {
  padding: 3rem;
  text-align: center;
}
main.shades .wrapper .shades-colors .load-more button {
  border-radius: 10px;
  border: 1px solid transparent;
  background: #2D2D2D;
  color: #FFFFFF;
  padding: 5px 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px;
}
main.paint-budget-estimate-page .paint-budget-estimate {
  padding-top: 7rem;
}
main.paint-budget-estimate-page .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main.paint-budget-estimate-page .wrapper .img1 {
  margin-right: 1rem;
}
main.paint-budget-estimate-page h3 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  margin-bottom: 3rem;
}
main.paint-budget-estimate-page .main-slider {
  top: 0;
}
main.paint-budget-estimate-page form .wrapper.mb-2 {
  margin-bottom: 3rem !important;
}
main.paint-budget-estimate-page form input[type=radio] {
  display: none;
}
main.paint-budget-estimate-page form input[type=radio] + label {
  position: relative;
  padding-left: 30px; /* Adjust this value to increase the size */
  cursor: pointer;
  display: inline-block;
  line-height: 24px; /* Adjust to vertically center if needed */
}
main.paint-budget-estimate-page form input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 17px;
  border: 1px solid #3879BB;
  border-radius: 50%;
}
main.paint-budget-estimate-page form input[type=radio]:checked + label {
  color: #3879BB;
}
main.paint-budget-estimate-page form input[type=radio]:checked + label:before {
  background-color: #3879BB;
}
main.paint-budget-estimate-page form input[type=radio]:checked + label::after {
  content: "";
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 22px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #3879BB;
  border-radius: 50px;
  z-index: -1;
}
main.paint-budget-estimate-page form .form-group {
  margin-right: 1rem;
}
main.paint-budget-estimate-page form .form-group label {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
}
main.paint-budget-estimate-page form .wrapper .img1 img {
  height: 250px;
  height: 200px;
}
main.paint-budget-estimate-page form .enter-carpet-area h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
main.paint-budget-estimate-page form .enter-carpet-area .wrapper {
  margin-bottom: 2rem;
}
main.paint-budget-estimate-page form .enter-carpet-area .wrapper input {
  border: 1px solid #3879BB;
  border-radius: 10px;
  margin-right: 2rem;
  padding: 10px 7px;
}
main.paint-budget-estimate-page form .enter-carpet-area .wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
}
main.paint-budget-estimate-page form .enter-carpet-area .wrapper p span {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  padding-right: 2rem;
}
main.paint-budget-estimate-page .recommended-products {
  padding-top: 4rem;
}
main.paint-budget-estimate-page .recommended-products ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 10rem;
}
main.paint-budget-estimate-page .recommended-products ul li {
  list-style: none;
  text-align: center;
}
main.paint-budget-estimate-page .recommended-products ul li h5 {
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  line-height: normal;
  text-align: center;
}
main.paint-budget-estimate-page .recommended-products ul li p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: normal;
}
main.flooring-page section .image-div {
  width: 100%;
  padding: 40px 0px 40px 0px;
}
main.flooring-page section .image-div img {
  width: 100%;
}
main.flooring-page section.one {
  padding-top: 8rem;
}
main.flooring-page section.one .welcome-one__right {
  height: auto;
}
main.flooring-page section.one .welcome-one__right h2.section-title__title {
  text-transform: math-auto;
}
main.flooring-page section.one .welcome-one__right p.welcomeone__text {
  padding: 1rem 0rem 0rem 0rem;
  margin: 0;
}
main.flooring-page section.one h5 {
  font-size: 20px;
  font-weight: 500;
  color: #2D2D2D;
  line-height: normal;
}
main.flooring-page section.two {
  padding-top: 7rem;
}
main.flooring-page section.two .welcome-one__right {
  height: auto;
  margin-left: 2rem;
}
main.flooring-page section.two .welcome-one__text {
  margin-right: 0;
}
main.flooring-page section.two .welcome-one__text ul {
  padding: 0;
  padding-left: 15px;
  padding-top: 1rem;
}
main.flooring-page section.two .welcome-one__text ul li {
  list-style: none;
  text-indent: -14px;
  margin-bottom: 10px;
}
main.flooring-page section.three {
  padding-top: 8rem;
}
main.flooring-page section.three .owl-carousel {
  padding-top: 4rem;
}
main.flooring-page section.three .owl-carousel .item figure img {
  height: 300px;
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.flooring-page section.three .owl-carousel .item figure figcaption ul li {
  list-style: none;
}
main.flooring-page section.three .owl-carousel .item figure figcaption ul li.title {
  font-size: 26px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  padding-bottom: 10px;
}
main.flooring-page section.three .owl-carousel .item figure figcaption ul li table tbody tr td {
  font-size: 16px;
  padding-bottom: 5px;
}
main.flooring-page section.three .owl-carousel .item figure figcaption ul li table tbody tr td b {
  font-weight: 600;
}
main.flooring-page section.three .owl-carousel .item figure figcaption ul li table tbody tr td:last-child {
  padding-left: 1rem;
}
main.flooring-page section.three .owl-carousel .owl-nav button {
  background: #3879BB;
  color: #fff;
  border-radius: 50px;
  opacity: 1;
  margin-right: 2rem;
}
main.flooring-page section.three .owl-carousel .owl-nav button span {
  width: 50px;
  height: 50px;
  font-size: 42px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
}
main.bpm-page .welcome-one__right {
  margin-left: 5rem;
}
main.bpm-page h2.section-title__title {
  text-transform: capitalize;
}
main.bpm-page .image-div {
  padding: 40px 0px 40px 0px;
}
main.bpm-page ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  padding: 0;
}
main.bpm-page ul li {
  list-style: none;
  margin: 1rem 2rem;
  background: #FFF6D0;
  padding: 2rem;
  text-align: center;
}
main.bpm-page ul li img {
  margin-bottom: 1rem;
}
main.bpm-page .three.tab-style {
  height: 1100px;
}
main.idcs-page .image-div {
  padding: 40px 0px 40px 0px;
}
main.idcs-page .welcome-one__right {
  height: auto;
}
main.idcs-page section.one {
  padding-top: 6rem;
}
main.idcs-page section.one .welcome-one__right {
  margin-left: 0px;
}
main.idcs-page section.one .image-div {
  width: 100%;
}
main.idcs-page section.one .image-div img {
  width: 100%;
}
main.idcs-page section.two {
  padding-top: 7rem;
}
main.idcs-page section.two .welcome-one__right {
  margin-left: 50px;
}
main.idcs-page section.two .welcome-one__right ul li p span {
  font-weight: 500;
  color: #0080C6;
}
main.idcs-page section.two .welcome-one__right ul li::marker {
  color: #0080C6;
}
main.idcs-page section.two .image-div {
  width: 100%;
  background-color: transparent !important;
}
main.idcs-page section.two .image-div img {
  left: 0;
  width: 100%;
}
main.idcs-page section.four {
  padding-top: 20rem;
}
main.idcs-page section.four h2.section-title__title {
  font-size: 30px;
  font-weight: 700;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
main.idcs-page section.four #horizontalTab ul.resp-tabs-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
main.idcs-page section.four #horizontalTab ul.resp-tabs-list li.resp-tab-item {
  font-size: 19px;
  font-weight: 400;
  color: #2D2D2D;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  border: none;
  border-right: 1px solid silver;
  width: 100%;
  text-align: center;
}
main.idcs-page section.four #horizontalTab ul.resp-tabs-list li.resp-tab-item.resp-tab-active {
  font-weight: 600;
  background: transparent;
}
main.idcs-page section.four #horizontalTab ul.resp-tabs-list li.resp-tab-item:last-child {
  border-right: none;
}
main.idcs-page section.four #horizontalTab .resp-tabs-container {
  background: transparent;
}
main.idcs-page section.four #horizontalTab .resp-tabs-container .resp-tab-content {
  border: none;
}
main.idcs-page section.four .resp-tab-content p {
  padding: 15px 0;
}
main.idcs-page section.five {
  padding-top: 7rem;
}
main.idcs-page section.five .welcome-one__right {
  margin-left: 0;
}
main.idcs-page section.five .welcome-one__right ul li {
  padding-bottom: 10px;
}
main.iep-page section.one {
  padding-top: 7rem;
}
main.iep-page section.one .wrapper {
  position: relative;
  overflow: hidden;
  height: 660px;
}
main.iep-page section.one .wrapper img {
  width: 80%;
}
main.iep-page section.one .wrapper img.card-bg {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  -o-object-fit: initial;
     object-fit: initial;
}
main.iep-page section.one .wrapper .contents {
  background: rgba(0, 0, 0, 0.4);
  margin: 2rem;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  padding: 1rem 3rem;
  width: 90%;
}
main.iep-page section.one .wrapper .contents ul {
  padding: 0;
}
main.iep-page section.one .wrapper .contents ul li {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
}
main.iep-page section.one .wrapper .contents ul li span {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
  font-family: "Raleway", sans-serif;
}
main.iep-page section.one .wrapper .contents ul img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
main.iep-page section.three {
  padding-top: 1rem;
}
main.iep-page section.three .wrapper {
  padding: 5rem 0;
  position: relative;
}
main.iep-page section.three .wrapper img.bg-img {
  width: 100%;
  position: absolute;
  left: -15px;
}
main.iep-page section.three .wrapper ul {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
  height: 100%;
  margin-left: 9rem;
  margin-top: 22px;
}
main.iep-page section.three .wrapper ul li {
  list-style: none;
}
main.iep-page section.three .wrapper ul li img {
  width: 90%;
}
main.iep-page section.three .wrapper ul li h5 {
  font-size: 40px;
  font-weight: 500;
  color: #272727;
  line-height: normal;
}
main.iep-page section.three .wrapper ul li .btn.btn-primary {
  background: #F58230;
  border: 1px solid #F58230;
  margin-top: 1rem;
}
main.product-list section.three .wrapper ul li img {
  height: 385px;
}
main.product-list section.three .wrapper ul li h5 {
  font-size: 40px;
}
main.product-list section.three .wrapper ul li a {
  font-size: 24px;
  margin-top: 2rem !important;
  padding: 1rem 2rem;
}
main.product-list section.three .wrapper ul li:last-child {
  margin-left: 2rem;
}
main.privacy-policy-page section.one, main.terms-condition-page section.one {
  padding-top: 5rem;
}
main.privacy-policy-page section.one .content h4, main.terms-condition-page section.one .content h4 {
  margin: 2rem 0 10px 0px;
}
main.privacy-policy-page section.one .content h5, main.terms-condition-page section.one .content h5 {
  margin: 2rem 0 10px 0px;
  text-decoration: underline;
}
main.pigments-page .section-title {
  margin-bottom: 1rem;
}
main.pigments-page .sub-title {
  padding-bottom: 3rem;
  padding-top: 1rem;
  font-size: 18px;
}
main.pigments-page .main-slider {
  top: 0;
}

.product-details-content .image-div {
  background-color: transparent;
}
.product-details-content .image-div img {
  left: 0 !important;
  width: 100% !important;
}

.content-right.product-details-content .welcome-one__right {
  margin-left: 50px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.content-right.product-details-content .welcome-one__right .product-detail-paragraph {
  padding-top: 2rem;
}

main.product-details .welcome-one.content-right .image-div .img {
  left: 0;
}

footer {
  padding-top: 4rem;
  background-color: #FFFDF5 !important;
}
footer .site-footer__top {
  padding-top: 11px;
  border: 1px solid #3879BB;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
footer .site-footer__top .row {
  padding: 1rem 11rem;
}
footer .site-footer__top .footer-widget__column {
  text-align: center;
}
footer .site-footer__top .footer-widget__column .footer-widget__logo {
  padding-top: 2rem;
  padding-bottom: 0px;
}
footer .site-footer__top .footer-widget__column .site-footer__social {
  margin: 0;
  padding-top: 1rem;
  justify-content: center;
}
footer .site-footer__top .footer-widget__column .site-footer__social a {
  background: transparent;
  border: 1px solid silver;
}
footer .site-footer__top .footer-widget__column .site-footer__social a i {
  color: #000;
  font-size: 20px;
}
footer .site-footer__top .footer-widget__column .cin-no {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}
footer .site-footer__top .footer-widget__column ul li {
  text-align: left;
}
footer .site-footer__top .footer-widget__column ul li a::before {
  content: "";
  display: none;
}
footer .site-footer__top .footer-widget__column ul li a:hover {
  color: #000000;
}
footer ul.footer-widget__services-list li a {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  font-family: "Raleway", sans-serif;
}
footer .footer-widget__explore-list li a {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  font-family: "Raleway", sans-serif;
}
footer .site-footer__bottom {
  background-color: #3879BB;
}
footer .site-footer__bottom-text {
  color: #FFFFFF;
}
footer .footer-widget__services-list li a:before {
  display: none;
}

.nav-mobile-dropdown .mobile-nav {
  background: #fff;
}
.nav-mobile-dropdown .mobile-nav .bars {
  background: #3879BB;
  padding: 4px 9px;
  border-radius: 20px;
}
.nav-mobile-dropdown .mobile-nav .bars .bar1, .nav-mobile-dropdown .mobile-nav .bars .bar2, .nav-mobile-dropdown .mobile-nav .bars .bar3 {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5.5px 0;
  transition: 0.4s;
}
.nav-mobile-dropdown .mobile-nav .bars.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}
.nav-mobile-dropdown .mobile-nav .bars.change .bar2 {
  opacity: 0;
}
.nav-mobile-dropdown .mobile-nav .bars.change .bar3 {
  transform: translate(0, -7px) rotate(45deg);
}
.nav-mobile-dropdown .mobile-nav ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav-mobile-dropdown .mobile-nav ul li {
  list-style: none;
  margin-bottom: 10px;
}
.nav-mobile-dropdown .mobile-nav ul li p {
  font-size: 10px;
  position: absolute;
  right: 75px;
  top: 45px;
  display: inline-block;
}
.nav-mobile-dropdown .mobile-nav ul li .search-wrapper {
  border: 1px solid rgba(56, 121, 187, 0.4);
  border-radius: 20px;
  overflow: hidden;
}
.nav-mobile-dropdown .mobile-nav ul li .search-wrapper input {
  border: none;
  font-size: 12px;
  background: transparent;
  padding: 0px 10px;
  outline: none;
  padding-right: 30px;
}
.nav-mobile-dropdown .mobile-nav ul li .search-wrapper input::-moz-placeholder {
  font-weight: 200;
}
.nav-mobile-dropdown .mobile-nav ul li .search-wrapper input::placeholder {
  font-weight: 200;
}
.nav-mobile-dropdown .mobile-nav ul li .search-wrapper i {
  width: 45px;
  background: #3879BB;
  height: 100%;
  padding: 9px 5px;
  position: relative;
  right: 0;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  top: 0;
}
.nav-mobile-dropdown .close-menu-mobile .close {
  position: absolute;
  right: 0;
  top: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.nav-mobile-dropdown .close-menu-mobile .close:hover {
  opacity: 1;
}
.nav-mobile-dropdown .close-menu-mobile .close:before, .nav-mobile-dropdown .close-menu-mobile .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #000;
}
.nav-mobile-dropdown .close-menu-mobile .close:before {
  transform: rotate(45deg);
}
.nav-mobile-dropdown .close-menu-mobile .close:after {
  transform: rotate(-45deg);
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box {
  display: none;
  padding: 1rem;
  background: #FFFDF5;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4509803922);
  width: 100%;
  min-height: 100vh;
  height: 100%;
  border-radius: 21px;
  margin-top: -60px;
  z-index: 99;
  position: relative;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list {
  height: 100%;
  padding: 0;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li {
  list-style: none;
  line-height: 25px;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li a {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list ul {
  padding: 0;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li {
  list-style: none;
  line-height: 50px;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li a {
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
  font-weight: 400;
  color: #000;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li.dropdown {
  list-style: none;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li.dropdown a i {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 7px;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li.dropdown ul.main-wrapper {
  display: none;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li.dropdown ul.product-dropdown {
  display: flex;
  flex-wrap: wrap;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li.dropdown ul.product-dropdown li.menu-link {
  width: 50%;
  margin-bottom: 1rem;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li.dropdown ul.product-dropdown li.menu-link ul.links li {
  line-height: normal;
}
.nav-mobile-dropdown .main-menu-two__main-menu-two-box .main-menu-two__main-menu-two-inner ul.main-menu__list li.dropdown ul.product-dropdown li.menu-link ul.links li a {
  font-size: 14px;
  text-wrap: wrap;
  font-weight: 300;
}

.enquire-modal .modal-dialog {
  max-width: 700px;
}
.enquire-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
}
.enquire-modal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}
.enquire-modal .modal-dialog .modal-content .modal-body .row {
  height: 90%;
  margin-top: 2rem;
}
.enquire-modal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  right: 15px;
}
.enquire-modal .modal-dialog .modal-content .modal-body img {
  position: absolute;
  right: 0;
  width: 490px;
  height: 700px;
  height: 100%;
  border-radius: 10px;
}
.enquire-modal .modal-dialog .modal-content .modal-body form {
  padding-bottom: 1rem;
  padding-top: 5rem;
  overflow: hidden;
}
.enquire-modal .modal-dialog .modal-content .modal-body form input::-webkit-outer-spin-button,
.enquire-modal .modal-dialog .modal-content .modal-body form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.enquire-modal .modal-dialog .modal-content .modal-body form input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.enquire-modal .modal-dialog .modal-content .modal-body form button {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 2rem;
}
.enquire-modal .modal-dialog .modal-content .modal-body .form-group {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: baseline;
}
.enquire-modal .modal-dialog .modal-content .modal-body .form-group span {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: red;
  border-radius: 50px;
  margin-bottom: 2px;
}
.enquire-modal .modal-dialog .modal-content .modal-body .form-group input, .enquire-modal .modal-dialog .modal-content .modal-body .form-group textarea, .enquire-modal .modal-dialog .modal-content .modal-body .form-group select {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  width: 100%;
  text-transform: capitalize;
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  outline: none;
  font-family: "Poppins", sans-serif;
  resize: none;
}
.enquire-modal .modal-dialog .modal-content .modal-body .form-group input::-moz-placeholder, .enquire-modal .modal-dialog .modal-content .modal-body .form-group textarea::-moz-placeholder, .enquire-modal .modal-dialog .modal-content .modal-body .form-group select::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.enquire-modal .modal-dialog .modal-content .modal-body .form-group input::placeholder, .enquire-modal .modal-dialog .modal-content .modal-body .form-group textarea::placeholder, .enquire-modal .modal-dialog .modal-content .modal-body .form-group select::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
}
.enquire-modal .modal-dialog .modal-content .modal-body .form-group input:focus, .enquire-modal .modal-dialog .modal-content .modal-body .form-group textarea:focus, .enquire-modal .modal-dialog .modal-content .modal-body .form-group select:focus {
  box-shadow: none;
}
.enquire-modal .modal-dialog .modal-content .modal-body .form-group select {
  padding: 7px;
  background: url("../images/icon/drop-dwon.svg") no-repeat;
  background-size: 22px;
  background-position: right 10px top 20px;
}
.enquire-modal .modal-dialog .modal-content .modal-body .form-group label.error {
  position: absolute;
  font-size: 11px;
  color: red;
  bottom: -18px;
}
.enquire-modal .modal-dialog .modal-content .modal-body .checkbox-row {
  padding-top: 1rem;
}
.enquire-modal .modal-dialog .modal-content .modal-body .checkbox-row label {
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */