body{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  overflow-x: hidden;
}
@font-face {
  font-family: 'GeomGraphic';
  src: url('fonts/GeomGraphic_Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.review{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 65px 0px;
  float: left;
  width:100%;
  position: relative;
  background-color: #f9f7ff;
}
.circle-shape-top{
  top: -1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.shape-fill{
  fill: #FFFFFF;
  transform-origin: center;
  transform: rotateY(0deg);
}
.circle-shape-top svg{
  height: 313px;
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section-boxed{
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-right: 25px;
    padding-left: 25px;
}

.align-hori{
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-wrap {
  padding-left:20px;
}
.heading-section {
  
}
.sub-heading {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ef7d09;
  font-family: "Roboto", sans-serif;
  transition: color .3s;
}
.testimonial-box .text p{
  font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #04014c;
    white-space: normal;
    color: #122430;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    padding: 5px 10px;
}
/* .testimonial-box .text .note .icon-quate{
  content: "";
    display: block;
    background: url("../img/quotation.png") no-repeat;
    width: 24px;
    height: 24px;
    float: right;
    opacity: 0.2;
  
}
.testimonial-box .text .note::before{
  content: "";
    display: block;
    background: url("../img/quotation.png") no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 6px 0 0;
    position: absolute;
    left: -25px;
    opacity: 0.5;
    transform: rotate(180deg);
} */
.heading-section h2 {
  font-size: 28px;
    font-weight: 600;
    color: #402a78;
    padding-top: 0px;
    padding-bottom: 15px;
}
.testimonial-box .text .name{
  font-size: 15px;
  color: #292929;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 0px;

}
.testimonial-box {
    display: block;
    position: relative;
    padding: 0px;
}

.carousel-testimonial .item {
  padding: 15px 15px 4px 15px;
  background-color: #0000000f;
  border-radius: 10px;
  min-height: 150px;
}
.quote {
  position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.carousel-testimonial .owl-nav {
  text-align: left;
  margin-top: 15px;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  padding: 10px !important;
  border-radius: 40px;
  margin-right: 15px;
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.btn-buynow{
  cursor: pointer;
  background-color: #eb8e48;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-family: 'GeomGraphic', sans-serif;
  text-transform: uppercase;
}
.btn-buynow:hover{
  color: #ffffff;
  background-color: #ef7d09;
  font-weight: 500;
}
.testimonial-box .text p span.first{    
  font-size: 50px;
  position: absolute;
  left: -10px;
  top: 10px;
  color: #bebcc5;
}
  .testimonial-box .text p span.two{    
    font-size: 50px;
    position: absolute;
    color: #bebcc5;
    bottom: 53px;
  }

@media screen and (max-width: 1024px) {
.review {padding: 15px 0px 40px;}
.pad0{padding: 0px !important;}

.testimonials-wrap { padding-left: 15px;padding-right: 0;}
.testimonial-box .text p {font-size: 12px;line-height: 18px;}
.testimonial-box .text .name { margin-top: 5px;margin-bottom: 10px;}
.padding-g{ padding: 25px; }
.row{
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.testimonial-box .text p{margin-bottom: 0px;}

}





/* blog section */
.blog{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 0;
    float: left;
    width: 100%;
    position: relative;
    background-color: #f9f7ff;
}
.blog-img {
  width: 100% !important;
  height: auto;
  position: relative;
}
.blog-img img{
  width: 100% !important;
  border-radius: 10px; 
}

.blog-box {
  display: block;
  position: relative;
  background-color: #ffffff;
    padding: 10px;
    border-radius:10px;
} 
.blog-box .text{
padding:20px 15px;
}
.blog-box .text p{
  margin-bottom: 5px;
  font-size: 15px;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #535353;
  }
  .blog-box .text p.name{
    color: #ef7d09;
    color: #00000060;
    }
/* end blog section */


.console-container {
  font-weight: bold;
  font-family: 'Roboto';
  font-size: 4em;
  text-align: left;
  
  width: 100%;
  display: block;
  position: relative;
  color: #2b318370;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 6px;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

.google-img{
  width: 100%;
  border-radius: 40px;
  box-shadow: 0 25px 30px rgba(0, 0, 0, .07);
  transform: translate3d(0, 0, 0);
  transition: color 666ms cubic-bezier(0.666, 0, 0.333, 1), font-size 666ms cubic-bezier(0.666, 0, 0.333, 1);
}
@media screen and (max-width: 1024px) {
  .google-img {
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .07);
  }
  .console-container {
    font-size: 38px;
        height: 50px;
        width: 100%;
        padding: 0;
        margin: 0;
        z-index: 9;
        top: 0px;
  }
  
  .google-img{
    width: 100%;
    border-radius: 15px;
  }
  .carousel-testimonial .owl-nav {
      text-align: left;
      margin-top: 0px;
      position: absolute;
      right: 0;
      bottom: -20px;
  }
  .carousel-testimonial .item {
      min-height: 160px;
  }
}




/* contact box section */
.contact-box{
  
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px;
  float: left;
  width:100%;
  position: relative;
}

.contact-box .gridb{
  width: 100%;
  color: #fff;
  border-radius: 0px;
  height: 250px;
  margin: auto;
  text-align: center;
  padding-top: 95px;
  margin-bottom: 0px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: relative;
    float: left;
  background-image: url(../img/video-large.gif);
  background-size: cover;
  /* box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.19); */
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.background-overlay {
  background-color: #ef7d09;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  top: 0px;
  float: left;
  width: 100%;
  height: 250px;
  border-radius: 0px;
  z-index: 0;
}
.contact-box .gridb .text{
  z-index: 1;
    position: absolute;
    width: 100%;
}
.contact-box .gridb .text .btn{
  margin-left: 15px;
  padding: 10px 20px;
}


@media screen and (max-width: 1024px) {
  .contact-box .gridb {
    padding-top: 25px;
        font-size: 32px;
        margin-bottom: 0px;
  }
  .contact-box .gridb .text .btn{
    margin-left: 0px;
  }
  .contact-box .gridb .text .firstline{
    display: block;
    width: 100%;
    padding: 0 15px;
  }
  .align-hori {
 display: unset;
align-items: unset;
justify-content: unset;
}
  
}


.about-box{
  background-color: #F8F9FF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px;
  float: left;
  width:100%;
  position: relative;
  
}
.twoside-box{
  background-color: #F8F9FF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px;
  float: left;
  width:100%;
  position: relative;
  padding-bottom: 40px;
  padding-top: 40px;
}
.twoside-box .left{text-align: left;}
.twoside-box .left h5 {
  color: #2b318347;
}

.twoside-box .left h2{
  font-size: 44px;
line-height: 1;
text-transform: capitalize;
letter-spacing: 0px;
color: #2b3183;
font-weight: 600;
}

.twoside-box h6{
  font-size: 16px;
line-height: 1;
color: #2b3183;
font-weight: 400;
}
.twoside-box p{
  color: #0a0e498a;
}
.ts-padding{
  padding-right: 20px;
}

/* ----------- Start open box style -----------------------------------------*/
.main-content {
  display: flex;
  flex-wrap: wrap;
  margin: 3em auto 0;
  max-width: 1000px;
  justify-content: space-around;
  align-items: center;
}

.palette__wrapper {
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.palette {
  width: 400px;
  height: 400px;
  position: relative;
  display: inline-block;
  perspective: 800px;
}
.palette__cover {
  border-radius: 6px;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 2;
  transition: 0.3s ease;
  transform-origin: top left;
  font: 900 25px/0.9 "Poppins", sans-serif;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
}
.palette__cover__border {
  width: 80%;
  height: 80%;
  border: 7px solid #fff;
  margin: 10%;
}
.palette__cover span {
  display: inline-block;
  position: absolute;
  bottom: 7.5px;
  left: 10px;
  padding: 10px;
  max-width: 50%;
}
.palette__cover__top {
  position: absolute;
  left: 0;
  width: calc(100% + 64px);
  margin-left: -32px;
  z-index: 4;
  border-radius: 3px 3px 4px 4px;
  opacity: 0;
}
.palette__base {
  background: #222;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  border-radius: 8px;
  padding: 15px;
  grid-gap: 8px;
}
.palette:hover .palette__cover {
  transform: rotateX(78deg);
}
.palette:hover .palette__cover__top {
  animation: startTransition 0.17s forwards 0.1s;
}

@keyframes startTransition {
  0% {
    opacity: 0;
    top: 200px;
    transform: scale(0.5);
    height: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    top: 22px;
    opacity: 1;
    transform: scale(1);
    height: 15px;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
  }
}
.palette__shade {
  border-radius: 4px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.9);
}

.palette--one .palette__base {
  background: #9b1818;
}


.palette--one .palette__cover {
  background: #e52929;
}
.palette--one .palette__cover__top {
  background: #ab1616;
}
.palette--one .palette__cover span {
  max-width: 55%;
  background: #e52929;
}

.palette--two .palette__base {
  background: #db750c;
}
.palette--two .palette__cover {
  background: #ee4266;
}
.palette--two .palette__cover__top {
  background: #e23a5d;
}
.palette--two .palette__cover span {
  max-width: 62%;
  background: #ee4266;
}


.palette--three .palette__cover {
  background: #0075c4;
}
.palette--three .palette__cover__top {
  background: #016cb4;
}
.palette--three .palette__cover span {
  max-width: 48%;
  background: #0075c4;
}
.palette--three .palette__base {
  background: #db750c;
}



.palette--four .palette__base {
  background: #db750c;
}


.palette--four .palette__cover {
  background: #ef7d09;
}
.palette--four .palette__cover__top {
  background: #db750c;
}
.palette--four .palette__cover span {
  max-width: 59%;
  background: #ef7d09;
}


/* ----------- End open box style -----------------------------------------*/




.palette-about {
  width: 400px;
  height: 400px;
  position: relative;
  display: inline-block;
  perspective: 800px;
}

.palette-about:hover .palette__cover {
  transform: rotateX(70deg);
}
.palette-about:hover .palette__cover__top {
  animation: startTransition 0.17s forwards 0.1s;
}

@keyframes startTransition {
  0% {
    opacity: 0;
    top: 200px;
    transform: scale(0.5);
    height: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    top: 22px;
    opacity: 1;
    transform: scale(1);
    height: 15px;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
  }
}
.palette-main .palette__shade {
  border-radius: 4px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.9);
}


.palette-main .palette__base {
  background: #db750c;
}


.palette-main .palette__cover {
  background: #ef7d09;
}
.palette-main .palette__cover__top {
  background: #db750c;
  width: calc(100% + 352px);
    margin-left: -176px;
    margin-top: 58px;
}
.palette-main .palette__cover span {
  max-width: 66%;
  background: #ef7d09;
  padding: 15px 15px 55px 27px;
  font-size: 56px;
  text-align: left;
}
.about-text-one{
  width: 100%;
  text-align: left;
  padding: 20px 10px;
}

.about-text-seven {
  width: 100%;
    text-align: left;
    padding: 20px 30px;
    background-color: #ffffff;
    border: 1px solid #e1d9f7;
    border-radius: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 30px -25px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 30px -25px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 30px -25px rgba(0, 0, 0, 1);
}

.about-text-one h2{
  color: #463c71;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -1.04px;
  font-family: 'GeomGraphic';
}
.about-text-one h5{
  color: #2b318347;
}
.about-text-one p{
  text-justify: inter-word;
  word-spacing: -2px;
  font-size: 20px;
    line-height: 1.5em;
    color: #656565;
}

.about-text-two{
  width: 100%;
  text-align: left;
  padding: 20px 10px;
  position: relative;
    z-index: 0;
}
.about-text-two h2{
  font-size: 44px;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #2b3183;
  font-weight: 600;
}
.about-text-two h5{
  color: #2b3183;
  font-size: 18px;
}
.about-text-two p{
  font-weight: 400;
  color: #0a0e498a;
}

.carboard-box{
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
.palette-about {
  width: 230px;
  height: 230px;
  perspective: 800px;
}
.palette-main .palette__cover__top {

  width: calc(100% + 86px);
  margin-left: -43px;
  margin-top: 42px;
}
.palette-main .palette__cover span {
  max-width: 66%;
  background: #ef7d09;
  padding: 10px 15px 12px 13px;
  font-size: 35px;
  text-align: left;
}
.about-text-one {
  text-align: left;
  padding: 20px 0px;
}
.about-text-one h2 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
}
}


.counter-box {
  display: block;
  padding: 40px 20px;
  text-align: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #d2d2d2;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 28px;
}


.counter-sec .four{
 padding: 0;
}

.counter-sec {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 15px;
    padding-right: 15px;
}


.count-grid{
  display: flex;
  justify-content: center;
}

.exte{
  display: block;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 28px;
    
}


.gallery {
  background-color: #F8F9FF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 65px 0px;
  float: left;
  width: 100%;
  position: relative;
}

.filter-sec{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  float: left;
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.filter-sec .bg-text{
  position: absolute;
  top: 50px;
  width: 100%;
  font-size: 420px;
  font-weight: bold;
  color: #0bb1f0;
  text-align: center;
  font-family: fantasy;
  background: -webkit-linear-gradient(#ffffff, #a3daef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.card-sun{
  width: 450px;
  padding-top: 100px;
  /* backdrop-filter: blur(0.625em) saturate(160%);  */
  
  transition: 0.3s;
}
.card-sun:hover {
  transform: rotateX(var(--rotateX)) rotateY(var(--rotateY)) scale(1.6); 
  transition: transform 150ms ease-out; 
  will-change: transform;
}

.about-text-three{
  width: 100%;
  text-align: left;
  padding: 160px 10px;
  position: relative;
  max-width: 500px;
  z-index: 1;
}
.about-text-three h2{
  font-size: 44px;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #2b3183;
  font-weight: 600;
  background: -webkit-linear-gradient(#8185bb, #2b3183);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.about-text-three h5{
  color: #2b318347;
  font-size: 20px;
}
.about-text-three p{
  /* text-align: justify;
  text-justify: inter-word;
  word-spacing: -2px; */
  color: #0a0e498a;
}

.filter-sec-bg{
  height: 600px;
}

@media screen and (max-width: 1024px) {.filter-sec .bg-text {
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  font-size: 115px;
 
}
.card-sun {
  width: 100%;
}

.about-text-three{
  width: 100%;
  text-align: left;
  padding: 5px 20px;
}
.about-text-three h2 {
  font-size: 30px;
}
.filter-sec-bg{
  background-color: #fff; 
  height: auto;
}
.four:last-child .counter-box {
  border-radius: 0 0px 0 0;
}
.four:nth-child(2) .counter-box {
  border-radius: 0 60px 0 0;
}
.twoside-box .left h2 {
  font-size: 30px;
}
.twoside-box .left {
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
}









/* Hero section */
.hero-section {
  width: 100%;
  float: left;
  padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 80px;
}

.hero-section_title {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.2;
  text-align: center;
  color: #2b3183;
    font-weight: 500;
}

.hero-section_title .quoted-text {
  color: var(--base-lighter);
}

.hero-section_cards {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
}

.hero-section_card {
  min-height: 450px;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition:0.3s ease-in-out;
  -moz-transition:0.3s ease-in-out;
  -ms-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;

}
.hero-section_card:hover {
  filter: sepia(1);

}

.hero-section_card_content {
  padding: 1.6rem;
}
.hero-section_card_content p{
  color: #ffffff;
  font-weight: 300;
}

.hero-section_card_title {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 1.6rem;
  color: #fff;
}
.hero-section_card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center !important;
}

.hero-section_card.card-1 {
  background: linear-gradient(to top, RGBA(0,0,0,0.7), RGBA(0,0,0,0.7)), url('../img/blog-1.jpeg');
  min-height: 250px;

}
.hero-section_card.card-2 {
  background: linear-gradient(to top, RGBA(0,0,0,0.2), RGBA(0,0,0,0.8)), url('../img/filter1.jpg');
  min-height: 250px;

}
.hero-section_card.card-3 {
  background: linear-gradient(to top, RGBA(0,0,0,0.2), RGBA(0,0,0,0.8)), url('../img/blog-2.jpg');
  min-height: 250px;

}
.hero-section_card.card-4 {
  background: linear-gradient(to top, RGBA(0,0,0,0.2), RGBA(0,0,0,0.8)), url('../img/filter2.jpg');
  min-height: 250px;

}
.palette__cover span.inter{
  font-size: 28px;padding: 0px 15px 0px 27px;margin-bottom: 30px;
}


.pb_grid{
  width: 100%;
  float: left;
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: #ded9f7;
}
.pb_grid_box{
  border-style: solid;
  border-width: 0px 1px 1px 0px;
  border-color: #ded9f7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.pb_grid_box.c_box{
  padding: 25px;
  min-height: 335px;
}
.pb_grid_box.c_box h3{
  font-size: 18px;
    font-family: 'GeomGraphic';
    color: #463c71;

}
.pb_grid_box.c_box p{
  margin-bottom: 10px;
}

.map_button{
  width: 140px;
    position: relative;
    float: left;
    border-radius: 15px;
    border: 1px solid #c7c3e1;
    -webkit-box-shadow: 14px 9px 25px -15px rgba(0,0,0,0.49);
-moz-box-shadow: 14px 9px 25px -15px rgba(0,0,0,0.49);
box-shadow: 14px 9px 25px -15px rgba(0,0,0,0.49);
}
.map_button img{
  width: 100%;
  border-radius: 15px;
}
section{
  position: relative;
  width: 100%;
  float: left;
}

.career-grid-box{
  padding: 100px;
  font-size: 20px;
  text-align: center;
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin: 30px 0;
  font-weight: 600;
}
@media screen and (max-width: 1024px){
    
.hero-section {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
  .hero-section_cards {
    padding: 20px;
    display: unset;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.hero-section_card_title {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 0.6rem;
  color: #fff;
}
.hero-section_card_content p {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
.hero-section_card {
  min-height: 200px;
  margin-bottom: 20px;
}

.palette__cover span.inter{
  font-size: 16px;
  padding: 0px 15px 0px 15px;
  margin-bottom: -4px;
}
.palette__cover span {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 10px;
  padding: 10px;
  max-width: 50%;
}

.home-slider {
  padding-left: 0px;
  padding-right: 0px;
}

.filter-sec {
  padding-left: 0px;
  padding-right: 0px;
}
.counter-sec {
  padding-left: 0px;
  padding-right: 0px;
}
.about-text-two {
  padding: 20px 0px;
}
}




.ts-img-grid{width: 100%; padding-right: 30px; border-radius: 10px;}
  .ts-img-grid img{width: 100%;max-width: 450px;padding: 0 20px;}





/* ---------------------start popup ----------------------------------*/

.popup.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.popup .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.popup .close:before, .close:after {
  content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.popup .close:after {
     -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup {
  position: fixed;
  z-index: 9999 !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #efeef3;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c9cbe1;
  width: 600px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09), 0px 11px 12px 7px rgba(0, 0, 0, 0.02);
  -moz-transition: all 120ms;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  padding: 25px;
  color: #5E5E5E;
}

@media screen and (max-width: 1000px) {
  .popup {
    width: 80%;
  }
}

.popup .popup-header {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'GeomGraphic';
  color: #463c71;
}

.popup .popup-body {
  padding: 10px 0;
  width: 100%;
  float: left;
}

.popup .button {
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px #F5F5F5;
  color: #5E5E5E;
  cursor: pointer;
  transition: all 120ms ease-in;
  outline:none;
}

.popup .button:hover {
  box-shadow: 1px 3px 5px #E9E9E9;
  transform: translateY(-1px);
}

.popup .button:active, .button:visited {
  transform: translateY(1px);
  outline:none;
  box-shadow: 1px 2px 3px #F5F5F5;
}


/* ---------------------End popup ----------------------------------*/


.shop-btn{
  color: #0bb1f0 !important;
    font-family: "Roboto", serif;
    font-weight: 500;
    border: 1px solid #0bb1f0;
    border-radius: 50px;
    padding: 8px 15px !important;
    margin-right: 15px;
}






/* ---------------------End popup ----------------------------------*/

.burger {
  position: absolute;
  font-size: 4em;
  left: 30%;
  top: 250px;
  transform: translate(-50%, -50%);
  animation: burgerSpin 45s linear infinite;
}

.fries {
  position: absolute;
  font-size: 3em;
  left: 30%;
  top: 80px;
  animation: friesSlide 1.8s ease-in-out infinite;
}
.carousel-products .owl-item.cloned{
  position: relative;
  height: 600px;
}

@keyframes burgerSpin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}

@keyframes friesSlide {
  0%,
  100% {
    transform: translateY(0) rotate(-15deg);
  }
  50% {
    transform: translateY(-30px) rotate(15deg);
  }
}

.indus-main-grid{
padding-right: 0;
padding-bottom: 50px;
}
.indus-grid{
padding-right: 15px;
}
.indus-grid img{
width: 100%;
border-radius: 10px;

}
.indus-grid-head{
color: #000;
font-weight: 600;
background-color: #fff;
font-size: 16px;
padding: 10px 15px;
border-radius: 10px;
z-index: 996;
position: relative;
bottom: 40px;
margin-left: 15px;
margin-right: 15px;
height: 65px;
text-align: center;
box-shadow: 2px 2px 5px rgb(0 0 0 / 10%), 5px 5px 10px rgb(0 0 0 / 0%);
}
.carousel-brands .item img{
width: 150px;
}
/* ---------------------End popup ----------------------------------*/

.banner_image_fixed{
  position: absolute; 
  top: 0px; 
  right: 0px;
  width: 600px;
}
.banner_image_fixed img{
  width: 100%;
}
.line_pattern{
  position: absolute;
  width: 200px;
  bottom: -5px; 
  left: 7px; 
  z-index: -1;
}
.section_brands{
  background-color: #ffe6d3;
  padding: 50px 0;
}
.industries_section{
  background-color: #f9f7ff;
}
.footer-col.padding50{
  padding-left: 50px;
}
.ecoco-group{
 float: left;
 padding-right: 20px;
 padding-top: 20px;
}
.ecoco-group input, .ecoco-group select, .ecoco-group textarea {
  border-radius: 10px;
    border: unset;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    padding: 10px 15px;
    appearance: none;
    font-weight: 400;
    color: #373737;
    border: 1px solid #dddbe3;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
 .ecoco-group input::placeholder {
color:#ccc;
font-weight: 300;
 }
 .ecoco-group select::placeholder {
  color:#ccc;
  font-weight: 300;
   }
.ecoco-group.w50{
width: 50%;
}
.ecoco-group.w33{
  width: 33.3%;
  }
.ecoco-group.w100{
  width: 100%;
  }
  .ecoco-group label {
    display: block;
    padding-bottom: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #161519;
}

.submit_button{
  height: 40px;
    background: #ee7d2d;
    color: white;
    border: 2px solid #ee7d2d;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    width: 100px;
    font-weight: 600;
    margin-top: 15px;
}
.custom-select {
  appearance: none; /* Remove default styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  width: 200px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  background-image: url('../img/down-arrow.png'); /* Custom arrow */
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
}
.custom-select option span{
  color: #ccc;
}
/* Ensure it works in Firefox */
.custom-select::-ms-expand {
  display: none;
}
/* ---------------------Start mobile ----------------------------------*/
@media screen and (max-width: 1024px) {
  .banner_image_fixed{
    position: relative; 
    float: left;
    width: 100%;
  }
  .section-boxed {
    padding-right: 0px;
    padding-left: 0px;
    height: auto;
    position: relative;
    float: left;
  }
  .line_pattern{
    bottom: 15px; 
  }
  .section_brands{
    padding: 0;
  }
  .carousel-products{
    padding: 0;
  }
  .product_big_img_box .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .industries_section{
    padding-top: 30px;
  }
  .blog{
    padding: 15px 0;
  }
  .footer-col.padding50{
    padding-left: 0px;
  }
  .about-text-one p {
    word-spacing: 0px;
    font-size: 18px;
    line-height: 1.3;
    color: #656565;
    padding-bottom: 15px;
  }
  .free-space {
    height: 0px;
  }
}