@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.34;
  margin: 0 0 10px 0;
}

.container {
  max-width: 1108px;
  margin: 0 auto;

}

h1 {
  font-size: 40px;
  line-height: 1.38;
  font-weight: 700;
 }

h2 {
  font-size: 40px;
  line-height: 1.125;
  font-weight: 700;
}

h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.52;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

h5 {
  font-size: 16px;

}

h6 {
  font-size: 16px;
  font-weight: 400;
}

a {
  transition: ease all 0.5s;
  text-decoration: none;
  display: inline-block;
  color: #000;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

a:hover {
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

input {
  height: 48px;
}

input,
textarea,
select {
    font-size: 16px;
  border: 1px solid #838383;
  padding: 14px 9px;
  width: 100%;
  border-radius: 6px;
  line-height: 1;
  outline: none;
}

textarea {
  height: 117px;
  line-height: 1.4;
}

input[type="submit"] {
  color: #fff;
}

form label {
  font-size: 14px;
  margin: 0;
  display: block;
  color: #000000;
  font-weight: 400;
}

form {
  text-align: left;
}

form .single-field {
  margin-bottom: 15px;
}

.form-btn {
  background-color: #fec038 !important;
  border: unset;
  color: #292929 !important;
  width: 90px;
  font-weight: 600;
  margin-top: 20px;
}

.default-button {
  padding: 13px;
  border-radius: 50px;
  font-weight: 600;
  color: #292929 !important;
}
.default-button:hover{
  background-color: #fff;
  transition: 0.3s;
}
/* Home Page */

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: unset !important;
}

.header-logo {
  width: none;
}

ul.navbar-nav.me-auto {
  margin-left: 56px;
  column-gap: 47px;
}

header ul li a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000000 !important;
  opacity: 1;
}
header ul li a:hover,
.i-bex .tag:hover a{
  color: #d90101 !important;
}
header ul li.active a{
  color: #d90101 !important;
}
.i-bex .tag:hover svg path{
  fill: #d90101;
}
/* page style */
header {
  position: relative;
}

nav {
  padding: 36px 0px !important;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M4 6h16M4 12h16M4 18h16"%3E%3C/path%3E%3C/svg%3E') !important;
}

.navbar-toggler-icon.open {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M6 18L18 6M6 6l12 12"%3E%3C/path%3E%3C/svg%3E') !important;
}

button.navbar-toggler {
  border: unset;
  padding: 0;
}

.banner-wrapper {
  background-image: url(../img/banner-bg.jpg);
  min-height: 473px;
  padding: 70px 0px;
  display: flex;
  align-items: center;
}

.banner-content {
  color: white;
  max-width: 370px;
}

.about-banner-content,
.banner-content {
  margin: 0px 0px 0px 40px;
}
.about-banner-content h2, .about-banner-content p {
  margin-bottom: 29px;
}
.effort-content h2, .effort-content p {
  margin-bottom: 35px;
}
.content-wrapper h4{
  color: #000 !important;
}
.button a {
  background-color: #fec038;
  min-width: 133px;
}

.button {
  margin-top: 25px;
}

/* slider */
.resources {
  padding: 38.5px 0px 50px 0;
}

.resource-primary {
  padding: 50px 0 40px 0;
}

.resource-secondary {
  padding: 25px 0 100px 0;
}
.slick-slide {
  margin: 0 10px;
}

.resources-icons {
  display: flex;
}

.resources .slick-slide {
  margin: 0 10px;
}

.resources .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.resource-primary .i-bex,
.resource-secondary .i-bex{
  min-height: 463px;
}
.i-bex {
  background-color: #f2f1ed;
  border-radius: 18px;

}
/* hover effect of reflection */
.i-bex {
  position: relative;
  overflow: hidden; 
}

.i-bex a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
 
 
.i-bex a::before {
  content: '';
  position: absolute; 
  width: 20%;
  height: 200%;
  top: -20%;
  left: 20%;
  transform: rotate(45deg) translate(-450%, 0);
  filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  background: #ffffff38;
}
.i-bex:hover a::before {
  transform: rotate(45deg) translate(450%, 0);
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .i-bex:hover h4{
  color: #d90101 !important;
  transition: 0.3s;
 }
/* hover effect of reflection */
.content-wrapper {
  padding: 30px 25px;
}

.content-wrapper h4 {
  margin-bottom: 0px;
  font-weight: 500;
}

.i-bex img {
  width: 100%;
  min-height: 269px;
  border-radius: 10px 10px 0px 0px;
}

.r-btn a {
  text-transform: uppercase;
}

.r-btn a span {
  margin-left: 5px;
}

.resources-content h2 {
  max-width: 565px;
  margin: 0 auto 40px auto;
}

/* quote */
section.quote-area {
  padding: 40px 0 70px 0;
}

/* product */
.product-info img {
  width: none;
}

.product-info {
  max-width: 311px;
}

.product-info p {
  padding: 0px 15px 0px 0px;
}

.products {
  padding: 38px 0px 77px 0px;
}

.contact-img img {
  width: 100%;
}

.banner-bottom {
  min-height: 376px;
}

.banner-content.banner-content1 h2 {
  margin-bottom: 15px;
}

/* banner-wrapper */
.about-banner-wrapper {
  background-image: url(../img/banner-bg.jpg);
  min-height: 473px;
  padding: 98px 0px 124px 0px;
}

.banner-content {
  color: white;
}

.about-banner-content h2 {
  max-width: 476px;
}

.about-banner-content p {
  max-width: 370px;
}

/* about-us */
.part2 {
  padding: 55px 0px!important;
}

section.contact.about-contact,
section.quote,
.quote-area,
.contact-us {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.contact-us {
  padding: 77px 0px 38px 0px;
}

.contact-head {
  display: flex;
  justify-content: center;
  text-align: center;
}

.contact-head h2 {
  max-width: 613px;
  margin-bottom: 36px;
}

.contact-bg {
  background-color: rgba(242, 241, 237, 1);
  border-radius: 18px;
  align-items: center;
}

.contact-content {
  max-width: 380px;
  margin-left: 88px;
}

.contact-content p {
  max-width: 370px;
}

.about-contact h2 {
  margin-bottom: 55px;
}

.row.products-mat {
  max-width: 460px;
  margin: 0 0 0 auto;
}

.a-products {
  padding: 60px 0px 65px 0px;
}

/* contact */
section.contact {
  padding: 50px 0px 60px 0px;
}

.contact-bg {
  background-color: rgba(242, 241, 237, 1);
  border-radius: 18px;
  align-items: center;
}

.contact-content {
  max-width: 380px;
  margin: 0px auto;
}

.quote-content {
  max-width: 380px;
  margin: 0px 0px 0px 88px;
}

/* effort */
section.effort-s-area {
  padding: 70px 0px;
}

.effort-content {
  text-align: center;
  max-width: 565px !important;
}

.effort-exceed {
  display: flex;
  justify-content: center;
}

/* footer */
footer {
  padding: 41px 0px 37px 0px;
}

.about-footer {
  padding: 0 0 36px 0;
}

/* products */
.products-mat {
  align-items: baseline;
}

.product-info:first-child {
  margin-bottom: 30px;
}

section.products {
  padding: 60px 0px 114px 0px;
}

.product,
.p-wrapper {
  margin-left: 35px;
}

.s-content p {
  max-width: 380px;
}

.read {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.read {
  padding: 23px 30px;
  min-height: 187px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.resources-icons {
  position: relative;
}

.read h4 {
  font-weight: 500;
}

.slick-arrow {
  display: flex;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  background-color: #f2f1ed !important;
}

.slick-next:before {
  content: url(../img/right-arrow\ \(1\).svg) !important;
  position: relative;
  left: 2px;
}

.slick-prev:before {
  content: url(../img/left-arrow.svg) !important;
  position: relative;
  right: 2px;
}

.slick-next {
  right: -65px !important;
}

.slick-prev {
  left: -65px !important;
}

section.project {
  padding: 63px 0 73px 0;
}

.about-banner-content {
  max-width: 450px !important;
}

.project-content p {
  max-width: 353px;
}

.get-form {
  max-width: 394px;
  margin: 0 0 0 auto;
}

section.reach-out {
  background-color: #F2F1ED;
  padding: 44px 0 50px 0;
}

.reach-heading {
  max-width: 564px;
  margin: 0 auto 60px auto;
}

.get-contact {
  min-height: 261px !important;
  background-position: top center;
}

.project-content h2 {
  margin-bottom: 30px;
  max-width: 450px;
}
.solutions {
  padding: 20px 0 81px 0;
}
.solution-contact h2 {
  margin-bottom: 27px;
}
.solution-img img {
  width: 100%;
  border-radius: 10px;
}
.resource-s {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  max-width: 302px;
  margin: 0 0 0 auto;
}
.solution-about h3 {
  max-width: 302px;
  margin: 0 0 25px auto;
  font-size: 20px;
  line-height: 25px;
}
.get-form input[type="submit"] {
  padding: 13px;
  border-radius: 50px;
  font-weight: 600;
  color: #292929 !important;
  background-color: #fec038;
  max-width: 90px !important;
  display: inline-block;
  border: unset;
  box-sizing: border-box !important;
}

section.contact-us img,
.about-contact img{
  border-radius: 0 18px 18px 0;
}
section.quote-area img,
 .a-products img,
 .resource-s-image img{
  border-radius: 18px 0 0 18px !important;
}
.effort-content .button a:hover{
  background-color: #fec038;
}
.solution-img.mb-5 {
  margin-bottom: 40px !important;
}
.solution-contact {
  max-width: 687px;
}
.resource-s img {
  border-radius: 5px 5px 0 0;
}

.resource-s .i-bex{
  border-radius: 10px;
}
@media (max-width:1250px) {

  .slick-next {
    right: 20px !important;
  }

  .slick-prev {
    left: 20px !important;
    z-index: 99;
  }
}

@media (max-width:1024px) {
  section.products {
    padding: 60px 0;
  }

  .slick-prev,
  .slick-next {
    top: unset !important;
    bottom: -20% !important;
  }

  .slick-next {
    right: 44% !important;
  }

  .slick-prev {
    left: 44% !important;
  }

  .product-info:first-child {
    min-height: 230px;
  }

  .resources {
    padding: 38.5px 0px 80px 0;
  }
  .slick-arrow {
    display: none !important;
  }
  .resources .slick-list{
    margin: 0;
  }
  .resource-s{
    max-width: 100%; 
  }
}

@media (max-width: 768px) {
  section.contact.about-contact {
    padding: 34px 0 43px 0;
}
  ul.navbar-nav li{
    margin-bottom: 20px;
  }
  ul.navbar-nav li:last-child{
    margin: 0;
  }
  
  .resource-primary {
    padding: 20px 0 !important;
  }
  .resource-secondary {
    padding: 12px 0 40px 0 !important;
}
  .project-content p {
    width: 100%;
  }
  .resource-s{ 
    margin-top: 45px;
  }
  .row.products-mat,
  .get-form {
    max-width: 100%;
  }

  .get-form {
    margin-top: 30px;
  }

  .reach-out .col-sm-6 {
    width: 50%;
  }

  .reach-out .row {
    row-gap: 40px;
  }

  a.nav-link.active.px-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-collapse {
    background-color: #F2F1ED;
    padding:25px 10px 28px 33px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 90%;
  }

  section.contact-us img,
  .about-contact img,
  section.quote-area img,
  .a-products img,
  .resource-s-image img{
    border-radius: 18px 18px 0 0;
  }

  nav {
    padding: 27px 0px !important;
  }

  .resources {
    padding: 0px 10px 25px 0;
  }

  .p-wrapper {
    margin-left: 0px;
  }

  .product-info:first-child {
    min-height: unset;
    margin: 0;
  }

  .product-info ,
  .banner-content1 p{
    margin-bottom: 30px !important;
  }

  .products {
    padding: 8px 0px 20px 0px !important;
  }

  .product-content h2 ,
  .products-heading h2{
    margin-bottom: 30px;
  }

  footer.banner-wrapper.banner-bottom.page-bg,
  .banner-area {
    padding: 0 10px;
    background-position: left 28% center;
  }

  .contact-img img {
    border-radius: 0px 0px 10px 10px;
  }

  .contact-us {
    padding: 44px 15px;
  }

  .contact1 {
    padding: 40px 20px;
  }

  .quote {
    padding: 0px 20px;
  }

  .about-banner-wrapper {
    background-position: left 30% center;
    padding: 67px 20px 66px 23px;
  }

  section.contact {
    padding: 50px 21px 60px 22px;
  }

  .contact-content {
    margin: 0px 0px 0px 0px;
    padding: 36px 12px 60px 20px;
  }


  .banner-contact,
  .quote-content,
  .banner-area,
  ul.navbar-nav.me-auto,
  .about-banner-content ,
  .banner-content{
    margin: 0px;
  }

  .quote-content {
    padding: 36px 29px 50px 21px;

  }

  section.effort {
    padding: 25.5px 24px 35.5px 29px;
  }

  a.nav-link.active.px-4 {
    padding: 12px 0px;
  }

  button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: unset !important;
  }

  ul.navbar-nav.me-auto.mb-2.mb-lg-0.px-5 {
    padding: 0px !important;
    position: absolute;
    background: #f2f1ed 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 100%;
    left: 0px;
    height: 225px;
  }

  .read1 {
    padding: 27px 28px 31px 30px;
  }

  section.reach-out {
    padding: 69px 21px 103px 22px;
  }

  footer {
    padding: 35.5px 21px 25.5px 22px;
  }

  header .container {
    padding: 0 !important;
  }
  .container{
    padding: 0 22px !important;
  }

  section.contact.about-contact h3 {
    margin-bottom: 30px !important;
  }

  .a-products {
    padding: 8px 22px 50px 22px !important;
  }

  section.effort-s-area {
    padding: 51px 0px 70px 0;
  }

  .about-footer {
    padding: 0 0 25px 0;
  }

  .c-img-2 img {
    border-radius: 10px 10px 0 0 !important;
  }

  footer .col-sm-6 {
    width: 50%;
  }

  section.project {
    padding: 42px 0;
  }
  .row.products-mat .col-md-2,
  .row.products-mat .col-md-10,
  .a-products .container{
    padding: 0 !important;
  }

  .row.products-mat .col-md-2{
    width: 20%;
  }
  .row.products-mat .col-md-10{
    width: 80%;
  }
  .effort-content h2, .effort-content p {
    margin-bottom: 20px;
}

.resource-s-image{
  padding-bottom: 35px !important;
}

.part2{
  padding: 30px 0 !important;
}
.solutions {
  padding: 0px 0 37px 0;
}





}

.basic-template iframe {
    border: 1px solid !important;
}