@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@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&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
   font-family: "Lato", sans-serif;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  font-style: normal;
}
.f-light{
      font-family: "Lato", sans-serif;
     font-weight: 300;
}
.f-regular{
      font-family: "Lato", sans-serif;
     font-weight: 400;
}
.f-medium{
      font-family: "Lato", sans-serif;
     font-weight: 500;
}
.f-semibold{
      font-family: "Lato", sans-serif;
     font-weight: 600;
}
.f-bold{
      font-family: "Lato", sans-serif;
     font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 4.479vw;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
    background: #fff; 
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
section.slider-section img {
    filter: brightness(0.9);
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.99vw;
    color: #000;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 1.25vw;
    margin-top: 1.51vw;
    position: relative;
    padding: 0px 8px;
}
header .navbar-brand .white-logo {
    position: absolute;
    opacity: 0;
}
header.shrink .navbar-brand .white-logo{
    opacity: 1;
}
header.shrink .navbar-brand .black-logo{
    opacity: 0;
}
header.shrink .navbar-expand-md .navbar-nav .nav-link{
    color: #fff;
}
.column:nth-child(6) img {
    width: 63%;
}
.navbar-brand {
    position: absolute;
    top: -0.052vw;
    left: 0;
    padding: 0;
    width: 13%;
}
.navbar-brand img {
    width: 100%;
    position: relative;
    top: 0.833vw;
    left: 1.823vw;
}
.navbar-brand::before {
    position: absolute;
    content: "";
   
    height: 4.479vw;
    width: 15.365vw;
    top: 0;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
  footer{
    position: relative;
  }
.main-footer {
    /*background: url(../images/footer-bg.jpg) no-repeat;*/
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 0;
    background: #FCCE29;
}
.main-footer::before {
    position: absolute;
    content: "";
    background: #000;
    width: 86%;
    height: 6px;
    top: -0.104vw;
    left: 50%;
    transform: translateX(-50%);
}
span.dot {
    color: #fff;
}
.btm-strip {
    background: #000;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px 20px 0px 0px;
}
.btm-strip p {
    color: #fff;
    font-size: 0.885vw;
    font-weight: 400;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 24%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
      margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
   
}
.warpper img {
    position: relative;
    top: 0.26vw;
    filter: invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(167%);
}
.warpper {
    display: flex;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 24%;
    position: relative;
}
.column h4 {
    color: #000;
    font-size: 1.094vw;
    font-weight: 600;
    margin-bottom: 19px;
    
}
.column:nth-child(6) {
    width: 29%;
}
.column:nth-child(3) {
    width: 22%;
}
.column:nth-child(4) {
    width: 20%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    /* padding-bottom: 7px; */
    line-height: 1.615vw;
    color: #000;
    font-size: 0.885vw;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    width: fit-content;
}
.column a:hover{
    color: #000 !important;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}
.column:last-child a {
    font-size: 25px;
}
.column p {
    color: #000;
    width: 100%;
    font-size: 0.885vw;
    line-height: 1.458vw;
    font-weight: 400;
    margin-bottom: 20px;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
  .caption-left .common-btn {
    color: #fff;
}
.common-btn {
    width: 9.792vw;
    height: 2.969vw;
    background: #fcce29;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 0.885vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 700;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #000;
}
.address-wrapper {
    display: block;
    align-items: flex-start;
    margin-top: 0;
}
.address-wrapper h5 {
    font-size: 1.094vw;
    color: #000;
    font-weight: 700;
    margin-top: 43px;
}
.common-btn:hover{
    color: #000 !important;
    border:0px !important;
}
.warpper a, .wrapper a:hover {
    font-size: 1.354vw;
    color: #000 !important;
    padding-left: 17px;
    line-height: 2.448vw;
}
.social-box a {
    color: #000;
    font-size: 1.823vw;
    margin-right: 1.302vw;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    margin-left: 8px;
    font-size: 10px;
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 1.563vw 0.781vw 1.198vw 0.104vw;
    position: relative;
}
.btm-strip a,
.btm-strip a:hover {
    font-size: 0.885vw;
    color: #fff;
}
.main-footer .row2 {
    margin-top: 2.552vw;
    margin-bottom: 2.656vw;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    /* padding: 9px 30px; */
    color: #21155D;
    font-size: 0.885vw;
    margin-top: 16px;
    background: #FCCE29;
    width: 8.906vw;
    height: 2.708vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.home-slider h2 {
    font-size: 4.948vw;
    text-align: center;
    color: #fff;
    text-align: left;
    font-weight: 700;
    line-height: 5.521vw;
}
.caption-left {
    position: absolute;
    top: 44%;
    left: auto;
    /* transform: translateX(0%); */
}
.caption-left p {
    width: 66%;
    color: #fff;
    font-size: 1.146vw;
    line-height: 2.031vw;
    padding-left: 1.302vw;
}

.common-btn.explore {
    background: transparent;
    border: 1px solid #fff;
}

.slider-section .owl-dots {
    position: absolute;
    right: 10%;
    bottom: 2%;
}

.slider-section .owl-theme .owl-dots .owl-dot.active span {
    width: 1.815vw;
    background: #fcce29;
}

.sliderarrow {
    position: absolute;
    top: -75%;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    left: 20%;
    z-index: 1;
    transform: translate(4%, 18%);
    mix-blend-mode: hard-light;
}
.slider-section {
    position: relative;
}
.work-single img{
    transform: unset;
}
.product-tab .tab-content ul li {
    list-style-type: disc;
    margin-bottom: 3px;
}
.products-slider .item {
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-bottom: 41px;
    border-radius: 26px;
    overflow: hidden;
    display: block;
}
.products-slider .products-content {
    position: absolute;
    bottom: -100%;
    padding: 2.708vw 1.448vw;
    color: #fff;
    box-shadow: 0px 0px 10px 0px #a99f9f47;
    border-radius: 10px;
    transition: all 0.4s;
    background: #fff;
    width: 100%;
}
.products-slider .item:hover .products-content{
    bottom: -2px;
}
.products {
    padding: 60px 0px;
}
.products .common-btn {
    margin: 0 auto;
    margin-bottom: 45px;
}
.products .common-btn::before,
section.home-counter .common-btn:before{
    background: #000;
}
.products .common-btn:hover ,
section.home-counter .common-btn:hover{
    color: #fff !important;
}
.products-slider .products-content p {
    /* display: none; */
    transition: all 0.4s ease-in-out;
    font-size: 0.938vw;
    line-height: 1.875vw;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products .p2 {
    font-size: 0.938vw;
    margin: 29px 0px;
}
.products-slider h4 {
    color: #fff;
    position: absolute;
    font-size: 2.083vw;
    bottom: 24px;
    left: 23px;
    transition: all 0.4s ease-in-out;
}
.products-slider .item:hover h4{
    bottom: 48%;
    opacity: 0;
}
.products-slider .item:hover .h4-2 {
    position: relative !important;
    color: #000 !important;
    left: unset;
    opacity: 1;
}
.products .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.products .owl-prev {
    position: absolute;
    left: -5%;
}

.products .owl-next {
    position: absolute;
    right: -5%;
}

.products .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 1.198vw;
    margin: 5px;
     background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 50px;
    width: 3.49vw;
    height: 3.49vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-home .services-wrapp {
    display: flex;
}
 .services-home  .services-single {
    background: #FCCE29;
    padding: 25px;
}
.services-home .services-single.services-img {
    padding: 0px;
    border-radius: 15px 15px 14px 15px !important;
}
.services-home .services-single.services-img img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 0px 15px 15px 0px;
}
.services-home  .services-single h4 {
    font-size: 16px;
}
.services-home  .services-single {
    border-top-left-radius: 10px;
    border-bottom-left-radius:10px;
}
.services-home .services-single {
    background: #FCCE29;
    width: 50%;
    padding: 74px 3.75vw;
    height: 35.885vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.services-home  .common-btn {
    background: #000;
    color: #fff;
}
section.services-home {
    padding-top: 5.208vw;
}
.services-home .owl-prev {
    /* position: absolute; */
    left: 47%;
    bottom: 0%;
    border-radius: 10px 0px 0px 0px !important;
    background: #000 !important;
    color: #fff !important;
}
.services-home .owl-theme .owl-nav [class*=owl-] {
    color: #121111;
    font-size: 23px;
    margin: 0;
    padding: 8px 7px;
    background: #FFFFFF;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 2.604vw;
    height: 2.5vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.slider-section .btn-box p {
    width: 50%;
}
.services-home .owl-next {
    /* position: absolute; */
    right: 47%;
    bottom: 0%;
    border-radius: 0px 10px 0px 0px !important;
}
..services-home .owl-nav {
    margin-top: -48px;
    position: relative;
}
header .container-fluid{
    padding: 0;
}
.p-wrapp span {
    display: block;
    height: 0.156vw;
    width: 3.177vw;
    background: #fff;
    position: relative;
    top: 0.781vw;
}

.p-wrapp {
    display: flex;
    align-items: flex-start;
    margin-top: 1.458vw;
    margin-bottom: 0.885vw;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 85.417vw;
}
.heading {
    font-size: 3.073vw;
    font-weight: 900;
}
.heading span {
    font-weight: 400;
}
.home-client{
    background: #D3F0EC;
}
/*.footer-img {
    opacity: 59%;
    mix-blend-mode: luminosity;
}*/
.certification .item {
    height: 8.281vw;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.125vw;
    box-shadow: unset;
    margin-top: 3.125vw;
}
.certification .item img {
    width: 52% !important;
}
.certification .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 5px 2px;
    background: #D6D6D6;
}
.certification .owl-theme .owl-dots .owl-dot.active span, .certification .owl-theme .owl-dots .owl-dot:hover span {
    background: #21155D;
    width: 38px;
}
.certification .item:hover{
    box-shadow: 0px 13px 46px #483E7429;
}
.global-warpper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.global-single p {
    font-size: 0.938vw;
    color: #fff;
    line-height: 1.875vw;
    margin-bottom: 0;
}
section.our-global {
    background: #ccc;
    padding-top: 5.208vw;
    padding-bottom: 5.208vw;
    margin-top: 0;
    background: url(../images/blob-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
header.animated.shrink {
    background: #000;
}
.global-single h4 {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}
.global-single {
    width: 47%;
}
.global-single {
    width: 47%;
    margin-bottom: 4.344vw;
    padding-right: 20px;
}
.global-single .common-btn {
    color: #000;
}
.global-warpper .right-box .heading {
    margin-bottom: 2.865vw;
}
.our-global .right-box {
    position: relative;
    left: 3.281vw;
    top: 0.156vw;
}
.our-global .heading{
    margin-bottom: 3.073vw;
}
.certification {
    padding-top: 4.323vw;
    display: none;
}
.services-single p {
    font-size: 0.938vw;
    color: #000;
    font-weight: 400;
    line-height: 1.875vw;
    padding-left: 1.302vw;
}
.services-wrapp {
    height: 35.885vw;
}
.services-single .p-wrapp span {
    background: #000;
    width: 5.521vw;
}
.services-slider.owl-theme .owl-nav {
    margin-top: -39px;
    position: relative;
}
.services-slider .owl-item .item{
    transform: scale(0.9);
    transition: all 0.4s;
}
.services-slider .owl-item .item .services-single {
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
}
.services-slider .owl-item.active .item .services-single {
    background: #FCCE29;
    border-radius: 15px 0px 0px 15px;
}
.services-slider .owl-item.active .item{
    transform: scale(1.0);
}
section.home-counter {
    background: #D3F0EC;
    padding: 100px 0px;
    background: url(../images/home-counter-bg.webp) no-repeat;
    background-position: center;
    background-size: 100% 100%;
/*    background-attachment: fixed;*/
}
.home-counter p{
    font-size: 0.938vw;
    line-height: 1.875vw;
}
.counter-row h4 {
    font-size: 2.865vw;
    color: #FCCE29;
    font-weight: 600;
   
    margin: 0px 1.823vw;
}
.counter-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    width: 77%;
    margin-bottom: 0.365vw;
    padding-bottom: 1.302vw;
    padding-top:0.521vw;
}
.counter-row p {
    font-size: 1.146vw;
    margin-bottom: 0;
}
section.home-counter .common-btn {
    color: #000;
    margin-top: 2.188vw;
}
.home-counter .p-2 {
    padding: 1.042vw 0px !important;
}
.breadcum {
    position: relative;
    margin-top: 0px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
/*    filter: brightness(0.7);*/
}
.breadcum .caption-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.caption-heading h1 {
    font-size: 4.167vw;
    margin-bottom: 14px;
}
.breadcum-list a, .breadcum-list span {
    font-size: 0.929vw;
}
.breadcum-list a{
    color: #fff;
}
.ptext{
    font-size: 0.938vw;
    line-height: 1.875vw;
}
.vision-box h4{
    font-size: 1.198vw;
    line-height: 1.875vw;
}
.vision-box .icon-box {
    width: 5.677vw;
    height: 5.677vw;
    background: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.4s;
}
.vision-box:hover .icon-box{
    background: #FCCE29;
}
.vision-box:hover .icon-box img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(107%) contrast(101%);
}
.vision-box {
    display: flex;
    align-items: center;
}
.vision-box .icon-box img {
    width: 51%;
}
.vision-box {
    display: flex;
    margin-bottom: 25px;
}
.vision-box .text {
    padding-left: 1.51vw;
    width: 70%;
}
.about .ptext {
    margin-bottom: 26px;
    margin-top: 1.302vw;
    text-align: justify;
}
.vision-box .text .ptext {
    margin: 0;
}
.about .img-box {
    display: flex;
    align-items: center;
}
.about .img-box img {
    width: 45%;
    margin: 0px 10px;
}
.about .img-box .img2 {
    position: relative;
    top: 74px;
}
.about {
    padding: 4.271vw 0px;
}
.value-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px;
}
.value-single {
    width: 15%;
    background: #fff;
    border-radius: 10px;
    padding: 2.25vw 1.563vw;
    transition: all 0.4s;
}
.value-single:hover{
    background: #000;
}
.value-single:hover h3,
.value-single:hover p{
    color: #fff;
}
.value-single:hover img{
    transform: scale(1.04);
}
.value-single h3 {
    font-size: 1.25vw;
    margin: 0.521vw 0px;
}
.value-single p{
    font-size: 0.729vw;
    margin-bottom: 0;
}
.value {
    background: #cccccc42;
    padding: 4.167vw 0 7.667vw;
    margin-top: 5.115vw;
}
.value-single img {
    margin: 0 auto 0.781vw;
    display: block;
    width: 3.906vw;
    height: 3.906vw;
}
.value-single:nth-child(2n+1) {
    position: relative;
    top: 40px;
}
.section3 .right-box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.section3 .right-box .right-single {
    width: 50%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 3.646vw;
}
.section3 .right-box .right-single img {
    width: 4.125vw;
    height: 4.125vw;
}
.right-single .text{
    padding-left: 15px;
}
.why-single img {
    height: 4.125vw;
    width: 4.125vw;
}
section.section3 {
    background: #000;
}
.right-single p {
    font-size: 0.938vw;
    line-height: 1.375vw;
    margin-bottom: 0;
    width: 72%;
}
.right-single h3 {
    font-size: 1.342vw;
}
.section3 .row {
    margin-top: 3.333vw;
}
.section3 .left-box {
    padding-right: 4.063vw;
}
section.section3 {
    background: url(../images/about-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 4.969vw;
    padding-top: 4.583vw;
    height: 100vh;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .left-box .common-btn {
    background: #FCCE29;
    border: 0;
    margin-top: 3.854vw;
}
.why-single {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 30px;
    padding: 1.667vw 2.344vw;
    margin-bottom: 1.771vw;
    transition: all 0.4s;
}
.why-single:hover{
    background: #FCCE29;
}
.why-single .text {
    padding-left: 1.406vw;
}
.why-single h3{
    font-size: 1.042vw;
}
.why-choose {
    padding-top: 4.635vw;
     background: #f0ecec; 
    padding-bottom: 3.594vw;
}
.why-choose .row{
    margin-top: 3.542vw;
    align-items: center;
}
.why-single.left-shift {
    position: relative;
    left: -3.021vw;
}
.why-single.right-shift {
    position: relative;
    right: -3.021vw;
}
.why-single:hover img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(129deg) brightness(107%) contrast(101%);
}
.productinner .owl-theme .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 0.885vw;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    height: 3.49vw;
    width: 3.49vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}
.productinner .owl-prev {
    position: absolute;
    top: 45%;
    left: -1.51vw;
}
.productinner .owl-next {
    position: absolute;
    top: 45%;
    right: -1.51vw;
}
.productinner .container {
    background: #fff;
    margin-top: -3.854vw;
    position: relative;
    padding-top: 4.219vw;
    border-radius: 20px 20px 0px 0px;
}
.productinner .left-box {
    width: 90%;
    margin: 0 auto;
}
.product-tab {
    background: #e9f8f6;
    padding: 100px 0px;
}
.product-tab .container {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
}
.product-tab .nav-tabs .nav-link {
    font-size: 1.25vw;
    color: #000;
    border: 0;
    position: relative;
    padding-right: 0;
    margin-right: 3.073vw;
}
.product-tab .nav-tabs .nav-link::before {
    position: absolute;
    content: "";
    background: #FCCE29;
    width: 100%;
    height: 0.208vw;
    bottom: -0.573vw;
    opacity: 0;
}
.product-tab .nav-tabs .nav-link.active{
    color: #FCCE29;
    background-color: transparent;
    border: 0;
}
.product-tab .nav-tabs .nav-link.active:before{
    opacity: 1;
}
.product-tab ul#myTab {
    padding-left: 1.823vw;
    padding-top: 0.625vw;
    padding-bottom: 0.521vw;
}
.product-tab .tab-content {
    padding: 2.188vw 2.448vw;
    
}
.product-tab .tab-content p{
    margin-bottom: 0;
}
.product-tab .tab-content h5 {
    font-size: 1.146vw;
    margin-top: 1.198vw;
}
section.productinner {
    padding-bottom: 4.167vw;
}
.contact {
    padding: 70px 0px;
}
.form-div .form-control {
    padding: 12px 18px;
    border-radius: 13px;
    border: 1px solid #CCCACA;
    color: #000;
    font-weight: 400;
    margin-bottom: 27px;
}
::placeholder{
    color: #000 !important;
}
.form-control:focus{
    box-shadow: none;
}
.form-div .common-btn {
    color: #072d6d;
    width: 146px;
    margin-top: 30px;
    border: 0;
    background: transparent;
}
.form-div {
    border: 1px solid #E3E2E2;
    border-radius: 17px;
    padding: 36px 50px 54px 50px;
}

.form-div .heading{
    margin-bottom: 40px;
}
.contact .left-box {
    background: #F3F9FC;
    border-radius: 17px;
    border: 1px solid #DFDFDF;
    /* padding: 36px 50px 54px 50px; */
}
.contact-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 37px;
    padding-bottom: 24px;
    padding-left: 53px;
    position: relative;
    padding-right: 54px;
}
.contact-wrapper.email-box:before{
    display: none;
}
.contact-wrapper::before {
    position: absolute;
    content: "";
    background: #cccccc70;
    height: 1px;
    width: 77%;
    bottom: 0;
}
.contact-wrapper h5 {
    font-size: 23px;
    margin-bottom: 1px;
}
.contact-wrapper h6 {
    font-size: 17px;
    line-height: 27px;
    /* margin-bottom: 0; */
}
.contact-wrapper h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 7px;
}
.contact-wrapper div {
    padding-left: 20px;
}
.contact-wrapper img {
    width: 34px;
}
.contact-wrapper a,
.contact-wrapper a:hover {
    color: #000;
    font-size: 17px;
}
.contact-wrapper p {
    line-height: 27px;
}
section.contact .heading {
    margin-bottom: 31px;
}
section.contact .left-box .heading {
    margin-bottom: 31px;
    padding-left: 50px;
    padding-top: 42px;
}
.contact-wrapper-social {
    background: url(../images/contact-bg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 26px 10px;
    border-radius: 0px 0px 48px 51px;
    display: flex;
    padding-left: 50px;
    align-items: center;
}
.contact-wrapper-social p{
    color: #fff;
    margin-bottom: 0;
}
.contact-wrapper-social a {
    color: #fff;
    font-size: 29px;
    margin: 0px 16px;
}

.form-div .common-btn{
    background: #000;
    color: #fff;
}
.form-div .common-btn::before{
    background: #FCCE29;
}
.contact-wrapper i {
    font-size: 28px;
}
.career-listing {
    padding: 2.5vw 0px;
    background: #cccccc38;
    margin-top: 0;
}
section.career {
    padding: 4.063vw 0px;
}
.listing-single {
    background: #fff;
    border-radius: 20px;
    padding: 1.615vw 1.302vw;
}
.listing-single a.common-btn,
.listing-single a.common-btn::before {
    background: #000;
    color: #fff;
    margin-top: 9px;
}
.listing-single a.common-btn:hover{
    color: #fff !important;
}
.listing-single span {
    display: block;
}
.career-listing .row {
    margin-top: 2.615vw;
}
.career-page .footer-img {
    background: #f4f4f4;
}
.modal-body.conatct-section {
    padding: 0px;
    display: flex;
}
.opening-form .job-content {
    width: 50%;
    padding: 1.042vw 1.042vw;
    overflow: auto;
   
    margin-right: 10px;
}
.opening-form .form-div {
    width: 50%;
    /* background: #F7F2F7; */
    padding: 1.563vw 1.042vw;
    border-radius: 0;
}
.opening-form .job-content::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

 .opening-form .job-content::-webkit-scrollbar{
  width: 5px;
  /*background-color: #f5f5f5;*/
}

 .opening-form .job-content::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00923f;
}
.opening-form .file-upload .file-select {
    display: block;
    border-radius: 50px;
    color: #34495e;
    cursor: pointer;
    height: 2.344vw;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0px 13px 12px #0000000F;
}
.opening-form .file-upload .file-select .file-select-button {
    background:#151516;
    padding: 0 0.781vw;
    color: #fff;
    display: inline-block;
    height: 100%;
    line-height:2.344vw;
    border-radius: 2.604vw;
    font-size: 0.729vw;
}
.opening-form .file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline;
    padding: 0 0px;
    font-size: 0.625vw;
    color: #2c7451;
}
.opening-form .file-upload .file-select input[type=file] {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.opening-form button.btn-close {
    color: #0f0000;
    font-size: 1.302vw;
    position: relative;
    top: -5px;
    opacity: 1;
    background-image: none;
}
.modal-dialog {
    max-width: 54.156vw;
}
section.gallery {
    padding: 65px 0px;
}
.gallery .img-wrapp img {
    /* height: 291px; */
    object-fit: cover;
    width: 100%;
}
.gallery-single{
    position: relative;
}
.gallery-single::before {
    position: absolute;
    content: "";
    background: #FCCE29;
    height: 10px;
    width: 83%;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
    border-radius: 11px;
}
.gallery-single:hover:before{
    background: #000;
}
.gallery-single i.fa.fa-search-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%, -50%);
    color: #fff;
}
.gallery-single {
    position: relative;
    margin-bottom: 1.563vw;
}
.sitemap a, .sitemap a:hover {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 0.885vw;
}
.sitemap, .common-page{
    padding: 3.125vw 0;
}
.sitemap h4{
    font-size: 1.042vw;
    font-weight: 600;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns a{
    margin: 0px 10px;
}
.error-btns .common-btn::before{
    background: #fcce29;
}
.common-page h3 {
    font-size: 20px;
    font-weight: 600;
}
.common-page h4 {
    font-size: 22px;
    font-weight: 600;
}
section.common-page.thank-you img {
    width: 16%;
}
.home-auto {
    /* background-image: url(https://brickandbyte.in/assets/images/home-auto-bg.jpg); */
    padding: 43px 0px;
    background-repeat: no-repeat;
    background-size: cover;
/*    background: #000000d4;*/
}
.intl-tel-input{
    width: 100%;
}
.home-auto-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 37px;
}
.home-auto-wrapper .home-auto-single {
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    height: 235px;
    transition: all 0.3s ease-in-out;
}
.home-auto-single img {
    height: 4.167vw;
    width: 4.167vw;
    transition: all 0.4s;
/*    filter: invert(100%) sepia(1%) saturate(7%) hue-rotate(195deg) brightness(105%) contrast(100%);*/
}

.home-auto-single:hover img{
    transform: scale(1.04);
}
.home-auto-wrapper .home-auto-single::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #000;
    bottom: 0;
}
.home-auto-wrapper .home-auto-single h4 {
    color: #21201f;
    font-size: 20px;
    text-align: center;
    margin-top: 21px;
    font-weight: 700;
}
.home-auto-wrapper .home-auto-single::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    background: #000;
    right: 0;
}

.home-auto-wrapper .home-auto-single:nth-child(6)::before,
.home-auto-wrapper .home-auto-single:nth-child(7)::before,
.home-auto-wrapper .home-auto-single:nth-child(8)::before,
.home-auto-wrapper .home-auto-single:nth-child(9)::before,
.home-auto-wrapper .home-auto-single:nth-child(10)::before{
    display: none;
}
.home-auto-wrapper .home-auto-single:nth-child(10)::after,
.home-auto-wrapper .home-auto-single:nth-child(5)::after{
    display: none;
}
.pointer .box {
    background: #fff;
    border-radius: 5px;
    width: 7.5vw;
    height: 4.208vw;
    padding-left: 15px;
    padding-top: 9px;
    margin-bottom: 7px;
    position: relative;
    transform: scale(0);
    transition: all 0.4s;
   
}
/*.pointer .box:hover{
    display: none;
}
.pointer:hover .box{
    transform: scale(1.0);
    
}*/
.pointer .box::before{
    position: absolute;
    content: "";
    background: #fff;
    height: 10px;
    width: 10px;
    bottom: -4px;
    left: 45%;
    transform: rotate(45deg);
}
.pointer .box h6 {
    color: #FCCE29;
    font-size: 1.458vw;
    font-weight: 700;
    margin-bottom: 3px;
}
.pointer .box p {
    font-size: 0.677vw;
}
.pointer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pointer1 {
    position: absolute;
    top: 21%;
    left: 45%;
}
.map-box {
    position: relative;
}
.slider-section .owl-item.active .caption-left {
    animation: zoomIn 1s ease-in-out
}



@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
}
.navbar-nav .dropdown-menu {
    position: static;
}
ul.dropdown-menu {
    min-width: 9rem;
    padding: 6px 11px 5px;
    background-color: #222;
    top: 56px;
    border: 0px;
    border-radius: 10px;
}
.dropdown-link {
  margin-bottom: 11px;
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.dropdown-item{
    color: #fcce29;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fcfcfc !important;
    background-color: #222222 !important;
}
.services-home .heading {
    font-size: 2.073vw;
    font-weight: 900;
}
#email-error, p#msg-error {
    position: absolute;
    bottom: 2px;
    color: red;
    font-size: 13px;
    left: 31px;
    margin-bottom: 0;
}
.col-lg-6,.col-lg-12 {
    position: relative;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px;
    border-radius: 12px 0px 0px 12px;
}
.productinner .common-btn::before{
    background-color: #000;
}
.productinner .common-btn:hover{
    color: #fff !important;
}
.why-work {
    padding: 3.646vw 0;
    background: #cccccc85;
   
}
.work-single {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 1.667vw 2.344vw;
    margin-bottom: 1.771vw;
    transition: all 0.4s;
}
.work-single:hover {
    background: #FCCE29;
}
.work-single img {
    margin: 0 auto 1.042vw;
    display: block;
    width:4.167vw;
    height: 4.167vw;
    transition: unset;
}
.work-single:hover img {
/*    filter: invert(176%) sepia(13%) saturate(7500%) hue-rotate(70deg) brightness(99%) contrast(107%);*/
    filter: invert(0%) sepia(6%) saturate(24%) hue-rotate(229deg) brightness(39%) contrast(99%);
}
.csr-overview{
    padding: 3.646vw 0 2.188vw;
}
.csr-wrapper .inner-box{
    display: flex;
    align-items: center;
}
.csr-wrapper .inner-box .img-box {
    height: 5.208vw;
    width: 5.208vw;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-right: 1.094vw;
}
.csr-wrapper .row {
    margin-top: 2.188vw;
}
.csr-single h4 {
    font-size: 24px;
    margin-top: 14px;
    margin-bottom: 0;
}
.csr-single .text-box {
    /* background: #cccccc57; */
    /* padding: 20px; */
}
.csr-single .img-box img {
    border-radius: 13px;
}
.csr-single p{
    margin-bottom: 0;
}
.csr-single:hover img{
    transform: scale(1.04);
}
.csr-single .img-box {
    overflow: hidden;
    border-radius: 20px;
}
img{
    transition: all 0.4s;
}
.csr-wrapper {
    margin-bottom: 4.115vw;
}
.about-counter {
    width: 11.667vw;
    height: 12.969vw;
    background: #FCCE29;
    position: absolute;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    bottom: 0%;
    left: -10%;
}
.about-counter h4 {
    font-size: 2.344vw;
    line-height: normal;
    margin: 10px 0px 10px;
}
.about-counter p{
    font-size: 0.781vw;
    line-height: 1.042vw;
    margin-bottom: 0;
}
.about-counter.counter img {
    width: 26%;
    margin-bottom: 0;
}
.dropdown-menu{
    display: none;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.overlay-img {
    filter: brightness(0.6);
}
div#cookieNotice {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background: #fcce29;
    z-index: 4;
    width: 100%;
}
div#cookieNotice .content-wrap {
    padding: 15px;
}
.msg-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #000;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
    width: auto;
    height: auto;
}
