* {
    font-family: MadeOuterSans-Light;
  }
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
  @font-face {
    font-family: MadeOuterSans-Thin;
    src: url(font/made_outer_sans/MADE\ Outer\ Sans\ Thin\ PERSONAL\ USE.otf);
    font-weight: 100;
  }
  @font-face {
    font-family: MadeOuterSans-Light;
    src: url(font/made_outer_sans/MADE\ Outer\ Sans\ Light\ PERSONAL\ USE.otf);
    font-weight: 300;
  }
  @font-face {
    font-family: MadeOuterSans-Medium;
    src: url(font/made_outer_sans/MADE\ Outer\ Sans\ Medium\ PERSONAL\ USE.otf);
    font-weight: 400;
  }
  @font-face {
    font-family: MadeOuterSans-Regular;
    src: url(font/made_outer_sans/MADE\ Outer\ Sans\ Regular\ PERSONAL\ USE.otf);
    font-weight: 500;
  }
  @font-face {
    font-family: MadeOuterSans-Bold;
    src: url(font/made_outer_sans/MADE\ Outer\ Sans\ Bold\ PERSONAL\ USE.otf);
    font-weight: 700;
  }

/* body{
    margin:0;
    padding:0;
    overflow-x: hidden;
} */

/* .container-fluid{
    margin: 0 30px;
} */
@media (max-width: 768px){
    .Menu-list-item {
        margin-top: 10%;
    }
    .Mask span {
      font-family: 'MadeOuterSans-Thin';
    }
    }
    
.custom-container{
    margin: 0 30px;
}
.brand-video{
    width:100%
}
.brand-video video{
    width:100%;
    height:100vh;
    object-fit: cover;
}
.after-banner{
    display: flex;
}
.brand-details {
    padding-top: 20%;
    width: 44%;
    margin-left: 50px;
}

.brand-name {
    text-transform: uppercase;
    line-height: 58px;
    font-family: MadeOuterSans-Medium;
    font-size: 75px;
    width: 77%;
}

.brand-category {
    margin: 30px 0 20px;
}
button.categ-button {
    font-size: 16px;
    color: #FFF;
    background: #000;
    border-radius: 40px;
    padding: 8px 16px;
    margin: 5px 5px;
    text-transform: uppercase;
}

.brand-desc {
    font-size: 20px;
    color: #4f4f4f;
}

.quote-image {
    margin-top: 200px;
    position: relative;
}

#mute-toggle {
    position: absolute;
    bottom: 100px;
    right: 3%;
    cursor: pointer;
    z-index: 5;
  }
  
  #mute-icon,
  #unmute-icon {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    /* fill: #FFF; */
    mix-blend-mode: difference;
    opacity:0.3;
    transition: 0.2s;
  }
  
  #mute-icon:hover,
  #unmute-icon:hover {
    opacity:1;
  }
  #mute-icon.inactive {
    display: none;
  }
.center-button {
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 position: absolute;
}
 .quote-image {
	 position: relative;
}
 .play-pause--click-area {
	 width: 100%;
	 height: 100%;
	 top: 0;
	 position: absolute;
}
 .play-pause--container {
	 position: relative;
	 width: 30px;
	 height: 30px;
}
 .play-pause--container .play-pause--icon {
	 margin: auto;
	 right: 0;
	 left: 0;
	 position: absolute;
	 filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
}
 .play-pause--container .play-icon {
	 width: 0;
	 height: 0;
	 border: 0 solid transparent;
	 border-bottom-width: 15px;
	 border-top-width: 15px;
	 border-left: 25px solid #fff;
}
 .play-pause--container .pause-icon {
	 background-color: #fff;
	 width: 10px;
	 height: 30px;
	 left: -10px;
	 position: absolute;
}
 .play-pause--container .pause-icon:after {
	 content: '';
	 background: inherit;
	 width: 10px;
	 height: 30px;
	 left: 15px;
	 position: absolute;
}

.proj-over {
    display: flex;
}

.proj-title {
    font-size: 42px;
    line-height: 0.8;
    font-family: MadeOuterSans-Medium;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom:20px
}
.projec-tags {
    margin-top: 20px;
}

button.tag-button {
    font-size: 16px;
    color: #FFF;
    background: #000;
    border-radius: 40px;
    padding: 8px 16px;
    margin: 5px 5px;
    text-transform:uppercase;
}

.brand-poster {
    position: absolute;
    top: 30%;
    right: 0;
    display:none;
}

.challenge-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 268px 80px;
}

.challenge-left {
    display: flex;
    height:47px;

}

.challenge-text {
    font-family: MadeOuterSans-Medium;
    font-size: 42px;
}

img.challenge-quote {
    padding: 15px 0 0 18px;
    width: 83px;
    /* height: 17%; */
}

.challenge-right {
    width: 60%;
}
.challenge-r-1 {
    font-size: 38px;
}
.challenge-r-2 {
    font-size: 20px;
    margin-top: 50px;
    color: #4f4f4f;
}
.image-1 img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
}
.approach-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 268px 80px;
}

.approach-text {
    font-size: 42px;
    font-family: MadeOuterSans-Medium;
}
img.approach-quote {
    padding: 15px 0 0 20px;
    /* height: 13%; */
    width: 83px;
}
.approach-r-1 {
    font-size: 38px;
}

.approach-r-2 {
    font-size: 20px;
    margin-top:50px;
    color: #4f4f4f
}
.approach-listing ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
}

.approach-listing ul li {
    margin: 10px 0;
}


.approach-left {
    display: flex;
    height: 47px;
}
.approach-right {
    width: 60%;
}
.two-image {
    display: flex;
}
.left-image-two {
    width: 50%;
    padding-right: 10px;
}
.left-image-two img{
    width:100%;
    height: 120vh;
    object-fit: cover;
}

.right-image-two {
    width:50%;
    padding-left: 10px;
}
.right-image-two img{
    width:100%;
    height: 120vh;
    object-fit: cover;
}

.two-para-text {
    float: right;
    width: 60%;
    margin: 268px 80px 268px;
}
.para-text-1 {
    font-size: 38px;
}
.para-text-2 {
    font-size: 20px;
    margin-top: 50px;
    color: #4f4f4f;
}
.slide01 img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slide02 img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}
.slide03 img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
}

.solution-wrapper{
    display: flex;
    justify-content: space-between;
    margin:268px 80px;
}
.solution-left {
    display: flex;
    height:47px;

}
.solution-text {
    font-size: 42px;
    font-family: MadeOuterSans-Medium;
}
img.solution-quote {
    /* height: 9%; */
    padding: 15px 0 0 20px;
    width: 83px;
}

.solution-listing ul {
    list-style: none;
    padding:0;
}

.solution-right {
    width: 60%;
}
.solution-r-1 {
    font-size: 38px;
}
.solution-r-2 {
    font-size: 20px;
    margin-top: 40px;
    color: #4f4f4f;
}

.solution-listing ul {
    list-style: none;
    padding: 0;
    font-size: 20px;
}

.solution-listing ul li {
    margin: 10px 0;
}
/* Bugatti */
.main-grid-overflow {
    overflow: hidden;
  }
  
  
  .image-layout-all {
    display: flex;
    justify-content: space-around;
  }
  
  .columnimage {
    display: block;
    margin: 7px;
  
  }
  .banner-full-width {
    margin-bottom: -6px;
  }
  .banner-full-width img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
}
  
  .columnimage img {
    box-sizing: border-box;
    margin: 5px auto;
    width: 472px;
    height: 272px;
    object-fit: cover;
}
/* Bugatti-end */

.triple-main img{
    width:100%;
    height:120vh;
    object-fit:cover;
}

.triple-two {
    display: flex;
    margin-top: 30px;
}

.triple-img-one {
    width: 50%;
    height: 120vh;
    object-fit: cover;
}

.triple-img-two {
    width: 50%;
    height: 120vh;
    object-fit: cover;
}

.flag-boxs {
    margin: 268px 0;
  }

  .color-box {
    font-size: 20px;
    color: #FFF;
    mix-blend-mode: difference;
    padding: 5px 0 0 35px;
}

.text-box {
    color: #FFF;
    mix-blend-mode: difference;
    padding: 30px 0 0 35px;
    font-size: 20px;
}

.ractangle-box1 {
    width: 100%;
    height: 200px;
    background-color: #001D68;
}
.ractangle-box2 {
    width: 100%;
    height: 200px;
    background-color: #F9C900;
  }
  .ractangle-box3 {
    width: 100%;
    height: 200px;
    background-color: #BC0F0F;
  }

.two-para-text2 {
    float: right;
    width: 60%;
    margin: 268px 80px;
}
.para-text-1-2 {
    font-size: 38px;
}
.para-text-2-2 {
    font-size: 20px;
    margin-top:50px;
    color: #4f4f4f;
}

.float-images {
    margin: 268px 80px;
}

.float-left {
    width: 100%;
    float: left;
    font-size: 60px;
    line-height: 1.2;
}

.float-right {
    float: left;
    width: 60%;
    font-size: 20px;
    margin: 50px 0 268px;
    color: #4f4f4f;
}
/* Vertical slider */

.bef-slider-main img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
}
.vertical-flex {
    margin-top: 30px;
    display: flex;
}

img.slick-vertical{
    margin:-2px 0;
}
.slick-images-div {
    height: 120vh;
    width: 50%;
    overflow: hidden;
    margin: 0 -2px;
}
  
.slick-second-div {
    /* height: 800px; */
    overflow: hidden;
    height: 120vh;
    width: 50%;
    transform: rotate(180deg);
}
  
  .reverse-images {
    transform: rotate(180deg);
  }
  

  .float-single {
    float: right;
    width: 60%;
    font-size: 38px;
    margin: 268px 80px 268px 0;
}
.stick-main {
    margin-bottom: -5px;
}
.stick-main img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
}

.stick-double{
    display: flex;
}

img.stick-one {
    width: 50%;
    height: 120vh;
    object-fit: cover;
}

img.stick-two {
    width: 50%;
    height: 120vh;
    object-fit: cover;
}

.slick-carousel-slider {
    background-image: url('/images//banner2-img.png');
    background-repeat:no-repeat ;
	background-size: cover;
    padding: 200px 0;
    margin:30px 0;
  }

  .slick-carousel-horizontal {
    margin: 0 auto;
  }

  .slick-carousel-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    margin-left: 57px;
}
.before-big-image img{
    width:100%;
    height: 120vh;
    object-fit: cover;
}

.big-image {
    margin: 30px 0;
}
.big-image img{
    width: 100%;
    height: 120vh;
    object-fit: cover;
}

.two-image-2 {
    display: flex;
}
.left-image-two-2 {
    width:50%;
    padding-right: 10px;
}
.left-image-two-2 img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
}

.right-image-two-2 {
    width:50%;
    padding-left: 10px;
}
.right-image-two-2 img{
    width:100%;
    height: 120vh;
    object-fit: cover;
}
.single-image1 {
    margin: 30px 0;
}

.single-image1 img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
}

.single-image2 img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
}
element.style {
    margin-top: 50px;
}

.last-full {
    margin-top: 30px;
}

.last-full img{
    width:100%
}

.mid-contact {
    margin:80px;
}
.contact0-mid-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px;
}
.black-bg{
    background: #000;
    padding: 200px 0;
    margin-top: -1px;
}

.contact-text-main {
    font-size: 100px;
    line-height: 0.8;
    text-transform: uppercase;
    color:#FFF
}

button.mid-btn {
    color: #FFF;
    background: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 40px;
    margin-top: 0px;
    background-image: linear-gradient(#E55A19, #E55A19);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    border: 2px solid #FFF;
}

button.mid-btn:hover{
    color: #fff;
    background-size: 100% 100%;
    border: 2px solid #E55A19;
    cursor: pointer;
}

.related-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.see-more {
    margin: 0 80px 0 0;
}
button.see-button {
    background: #fff;
    color: #000;
    font-size: 16px;
    border: 2px solid;
    border-radius: 40px;
    padding: 8px 16px;
    margin-right: 10px;
    font-family: 'MadeOuterSans-Medium';
    background-image: linear-gradient(#E55A19, #E55A19);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
}

button.see-button:hover {
    color: #fff;
    background-size: 100% 100%;
    border: 2px solid #E55A19;
    cursor: pointer;
  }

.our-stories-head {
    margin: 150px 0 0px 80px;
    text-transform: uppercase;
    font-size: 75px;
    line-height: 0.8;
    font-family: MadeOuterSans-Medium;
}
.main-grid {
    display: flex;
    margin: 70px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 26px;
}
.product-display {
    margin: 10px;
}

.product-showcase{
    position: relative;
}

.quote-gif {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20%;
}

img.quote-blend {
    width: 100%;
    mix-blend-mode: difference;
}
video.prod-inner-inn {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

video.prod-inner {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: black;
    /* display:none; */
}
.icon {
    color: white;
    position: absolute;
    top: 70%;
    left: 50%;
    height: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}
.product-showcase:hover .overlay {
    opacity: 0.5;
    cursor: pointer
  }
  
  .product-showcase:hover{
    opacity: 0.5;
    cursor: pointer
  }
.prod-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.prod-name {
    font-size: 17px;
}

.prod-name a{
    text-decoration: none;
    font-family: MadeOuterSans-Bold;
    color:#000;
}
.prod-type {
    font-size: 17px;
    font-family: MadeOuterSans-Regular;

}

button.product-cat-button {
    font-size: 14px;
    border: none;
    background: black;
    color: #FFF;
    border-radius: 40px;
    padding: 7px 14px;
}


.capability-cont {
	position: relative;
	text-align: center;
	padding: 300px 0;
	overflow: hidden;
  }
  
  .capability-image {
	text-align: center;
  }
  .capability-image .capability-ring {
	width: 500px;
  }
  
  .double-quote3 {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 42%;
	left: 50%;
	/* transform: scale(1.3); */
	transform: translateX(-50%);
  }
  
  .logo3 {
	width: 180px;
  }
  
  .logo-a3 {
	margin-left: -5px;
  }
  
  .logo-e3 {
	margin-right: -5px;
  }


  .lastsection {
    padding: 0px 80px 50px;
    color: #FFF;
    background-color: rgb(0, 0, 0);
    margin-top: -1px;
  }
  
  .last-line1 {
    font-size: 88px;
    line-height: 88px;
    font-family: 'MadeOuterSans-Thin';
  }
  
  .boldlast-overlay {
    display: flex;
  }
  
  .bold-line {
    padding-top: 15px;
    line-height: 0.8;
  }
  
  .bold-line1, .bold-line2 {
    font-size: 120px;
    font-family: MadeOuterSans-Medium;
  }
  
  .bold-line1 span{
    font-size:50px
  }
  .last-word {
    font-family: MadeOuterSans-Regular;
  }
  .last-word sup {
    font-size: 80px;
    font-family: MadeOuterSans-Regular;
  }
  
  .outerlast-overlay {
    height: 90px;
    overflow: hidden;
  }
  
  .cta {
    text-align: center;
    margin-top: 120px;
    margin-left: -130px;
  }
  .cta .bt-cta {
    background-color: #000;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 40px;
    padding: 15px 25px;
    font-family: MadeOuterSans-Light;
    font-size: 19px;
    background-image: linear-gradient(#E55A19, #E55A19);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    text-transform: uppercase;
  }
  .cta .bt-cta:hover {
    color: #fff;
    border: 3px solid #E55A19;
    background-size: 100% 100%;
    cursor: pointer;
  }
  
/* mobile devvices */
@media (width: 1366px) {

    .prod-vid, .prod-vid img, .product-showcase, video.prod-inner {
        height: 70vh !important;
    }

    .image-1 img {
        height: 100%;
    }
    .left-image-two img {
        height: 100%;
    }

    .banner-full-width img {
        height: 100%;
    }

    .right-image-two img {
        height: 100%;
    }

    .slide01 img {
        height: 100%;
    }
    .slide02 img {
        height: 100%;
    }
    .slide03 img {
        height: 100%;
    }

    .triple-main img {
        height: 100%;
    }

    .triple-img-one {
        height: 90vh;
    }
    .triple-img-two {
        height: 90vh;
    }

    

    .bef-slider-main img {
        height: 100%;
    }

    .stick-main img {
        height: 100%;
    }


    img.stick-one {
        height: 90vh;
    }

    img.stick-two {
        height: 90vh;
    }

    .before-big-image img {
        height: 100%;
    }

    .big-image img {
        height: 100%;
    }

    .left-image-two-2 img {
        height: 90vh;
    }

    .right-image-two-2 img {
        height: 90vh;
    }

    .single-image1 img {
        height: 100%;
    }

    .single-image1 img {
        height: 100%;
    }

    .single-image1 img {
        height: 100%;
    }



    .vertical-flex {
        display: block;
    }

    .slick-slider {
        margin-bottom: 0 !important;
    }

    .slick-images-div {
        height: 80vh;
        width: 100%;
    }
    .slick-second-div {
        /* height: 800px; */
        height: 80vh;
        width: 100%;
        margin-top:30px
    }
}

@media (min-width: 1024px) {
    .prod-vid, .prod-vid img, .product-showcase, .video.prod-inner{
        height: 80vh;
    }
}

@media (max-width:1024px)  {
    
    .container-fluid{
        margin: 0 0px;
    }
    video.banner-video {
        height: 100vh;
        object-fit: cover;
    }
    .after-banner {
        flex-direction: column-reverse;
        margin-top: 0%;
    }

    .brand-name {
        font-size: 35px;
        line-height: 30px;
        /* margin-right: 0; */
        width: 100%;
    }
    .brand-poster {
        position: absolute;
        top: 69%;
        right: 0;
    }

    .brand-poster img {
    width: 100%;
}
    .proj-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    button.categ-button {
        font-size: 16px;
        color: #FFF;
        background: #000;
        border-radius: 40px;
        padding: 5px 10px;
        padding: 5px 10px;
        margin: 5px 10px 5px 0;
    }
    .brand-desc {
        font-size: 18px;
    }
    .brand-details {
        width: auto;
        margin: 0 10px;
    }

    button.tag-button {
        font-size: 16px;
        margin: 5px 10px 5px 0;
    }

    .quote-image {
        margin-top: 50px;
    }

    .challenge-text {
        font-size: 32px;
    }

    img.challenge-quote {
        padding: 10px 0 0 20px;
        width: 70px;
    }

    .challenge-wrapper {
        display: block;
        margin: 50px 0px;
        padding: 0px 10px;
    }
    .challenge-right {
        width: 100%;
    }
   .challenge-r-1 {
    font-size: 20px;
    margin-top: 15px;
    }
    .challenge-r-2 {
        font-size: 17px;
    }
    

    .image-1 img {
        width: 100%;
        height: 10%;
        object-fit: cover;
    }
    .approach-wrapper {
        display: block;
        justify-content: space-between;
        margin: 50px 0px;
        padding: 0 10px;
    }
    .approach-text {
        font-size: 32px;
        font-family: MadeOuterSans-Medium;
    }
    img.approach-quote {
        padding: 10px 0 0 20px;
        width: 70px;
    }
    .approach-right {
        width: 100%;
    }
    .approach-r-1 {
        font-size: 20px;
        margin-top: 20px;
    }
    .approach-r-2 {
        font-size: 17px;
    }

    .approach-listing ul {
        font-size: 17px;
    }
    .two-image {
        display: inherit;
    }
    .left-image-two {
        width: 100%;
        padding-right: 0px;
        margin-bottom: -4px;
    }

    .left-image-two img {
        height: 70vh;
    }
    .right-image-two img {
        height: 70vh;
    }
    
    .right-image-two {
        width: 100%;
        padding-left: 0px;
        margin-top:19px
    }

    .two-para-text {
        float: none;
        width: 100%;
        margin: 50px 0px;
        padding: 0 10px;
    }
    .para-text-1 {
        font-size: 20px;
    }

    .para-text-2 {
        font-size: 17px;
    }

    .slide01 {
        margin-bottom: -6px;
    }
    .slide02 {
        margin-bottom: -6px;
    }
    .slide03 {
        margin-bottom: -6px;
    }
    .slide01 img {
        height: 100%;
        object-fit: cover;

    }
    .slide02 img {
        height: 100%;
        object-fit: cover;
    }
    .slide03 img {
        height: 100%;
        object-fit: cover;
    }

    .solution-wrapper {
        display: block;
        justify-content: space-between;
        margin: 50px 0px;
        padding: 0 10px;
    }
    .solution-text {
        font-size: 32px;
    }
    img.solution-quote {
        padding: 10px 0 0 20px;
        width: 70px;
    }
    .solution-right {
        width: 100%;
    }
    .solution-r-1 {
        font-size: 20px;
        margin-top: 20px;
    }

    .solution-r-2 {
        font-size: 17px;
    }
    .solution-listing ul {
        font-size: 18px;
    }

    .banner-full-width img {
        height: 100%;
    }
    .main-grid-overflow {
        height: 100vh;
      }

    .columnimage {
        margin: 2px;
    }
    .columnimage img {
        box-sizing: border-box;
        margin: 2px auto;
        width: 265px;
        height: 80px;
        object-fit: cover;
    }
      

    .two-para-text2 {
        float: none;
        width: 100%;
        margin: 50px 0px;
        padding: 0 10px;
    }
    .para-text-1-2 {
        font-size: 20px;
    }
    .para-text-2-2 {
        font-size: 17px;
    }

    .triple-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .triple-two {
        display: inherit;
        margin-top: 15px;
    }
    .triple-img-one {
        height: 100%;
        width: 100%;
        margin-bottom:-4px
    }

    .triple-img-two {
        height: 100%;
        width: 100%;
        margin-top:19px;
    }

    .flag-boxs {
        margin: 50px 0;
    }

    .ractangle-box1, .ractangle-box2, .ractangle-box3 {
        font-size: 20px;
        color: #FFF;
        /* mix-blend-mode: difference; */
    }

    .ractangle-box1 {
        height: 15vh;
    }
    .ractangle-box2 {
        height: 15vh;
    }
    .ractangle-box3 {
        height: 15vh;
    }


    .float-images {
        margin: 50px 0px;
        padding: 0 10px;
    }
    .float-left {
        width: 100%;
        float: left;
        font-size: 20px;
    }
    .float-right {
        font-size: 17px;
        width: 100%;
        float: left;
        width: 100%;
        margin: 50px 0;
    }
    .vertical-flex {
        margin-top: 15px;
        display: block;
    }
    .slick-carousel-img {
        width: 322px;
        height: 440px;
        object-fit: cover;
        margin-left: 30px;
    }

    .bef-slider-main img {
        height: 100%;
    }
    .slick-images-div {
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .slick-second-div {
        overflow: hidden;
        height: 100%;
        width: 100%;
        padding-bottom: 15px;
        transform: rotate(180deg);
    }

    .slick-slider {
        margin-bottom: 0 !important;
    }

    .float-single {
        float: none;
        width: 100%;
        font-size: 20px;
        margin: 50px 0px;
        padding: 0 10px;
    }

    .stick-main {
        margin-bottom: -5px;
    }

    .stick-main img {
        height: 100%;
    }

    .stick-double {
        display: initial;
    }
    img.stick-one {
        height: 100%;
        width: 100%;
        margin-bottom: -5px;
    }

    img.stick-two {
        height: 100%;
        width:100%;
    }

    .slick-carousel-slider {
        margin: 15px 0;
        padding: 200px 0;
    }
    .before-big-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .before-big-image {
        margin-top:5px;
    }
    .big-image {
        margin: 15px 0;
    }
    .big-image img {
        height: 100%;
    }

    .two-image-2 {
        display: initial;
    }
    .left-image-two-2 {
        padding-right: 0px;
        width:100%;
    }
    .left-image-two-2 img {
        height: 100%;
        object-fit: cover ;
    }

    .right-image-two-2 {
        padding-left: 0px;
        width: 100%;
        margin-top: 15px;
    }

    .right-image-two-2 img {
        height: 100%;
        object-fit: cover ;
    }
    .single-image1 {
        margin: 15px 0;
    }
    .single-image1 img {
        height: 100%;
    }
    .single-image2 img {
        height: 100%;
    }
    .last-full {
        margin-top: 15px;
    }

    .last-full img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mid-contact {
        margin: 50px 0px;
    }
    .contact-text-main {
        font-size: 75px;
    }
    .contact0-mid-button {
        display: block;

    }
    button.mid-btn {
        font-size: 16px;
        margin-top: 20px;
        padding: 15px 30px;
    }

    .related-section-head {
        display: inherit;
    }
    button.see-button {
        margin: 19px 0 0 0px;
        font-size: 16px;
        /* padding: 15px 130px; */
    }
    .our-stories-head {
        font-size: 50px;
        margin: 130px 0 0px 0;
    }
    .main-grid {
        display: initial;
    }
    video.prod-inner {
        height: 48vh;
        width: 100%;
        object-fit: cover;
    }

    .icon {
        top: 65%;
        left: 38%;
    }

    .Product-showcase{
        height: 40vh;
    }
    .product-display {
        margin:20px 0 60px;
    }

    .prod-details {
        display: inherit;
    }
    .prod-cat {
        margin-top: 5px;
    }
    
	.logo3 {
		width: 95px;
	}

    .double-quote3 {
        top: 44%;

    }

	.capability-cont {

		padding: 300px 0;

	  }
	.capability-image .capability-ring {
		width: 265px;
	}

    .lastsection {
        /* position: relative; */
        padding: 318px 20px 275px;
        color: rgb(255, 255, 255);
      }
      .outerlast-overlay {
        height: 40px;
      }
      .last-line1 {
        font-size: 43px;
        line-height: 45px;
      }
      .bold-line {
        padding-top: 15px;
      }
      .boldlast-overlay {
        height: 45px;
        display:block
      }
      .bold-line2 {
        font-size: 43px;
        display: block;
      }
      .bold-line1, .bold-line2 {
        font-size: 60px;
      }
      .bold-line1 span{
        font-size: 20px
      }
      .last-word sup {
        font-size: 25px;
      }
      .cta {
        margin: auto;
        text-align:left;
      }
    
      .cta .bt-cta {
        padding: 7px 12px;
        font-family: 'MadeOuterSans-Light';
        margin-top: 27px;
        border: 2px solid #FFF;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .brand-poster {
        position: absolute;
        top: 62%;
        right: 0;
    }
    .challenge-left, .approach-left, .solution-left {
        display: flex;
        height: 35px;
    }


    .slide01 img {
        height: 50vh;
    }
    .slide02 img {
        height: 50vh;
    }
    .slide03 img {
        height: 50vh;
    }
    
}

@media (max-width:767px){
    .challenge-left, .approach-left, .solution-left {
        display: flex;
        height: 35px;
    }
    .custom-container {
        margin: 0 15px;
    }
	 .main-grid {
		 grid-template-columns: repeat(1, 1fr);
	 }
     #mute-toggle{
        display: none;
     }
 }