body {
    font-family: "Montserrat", sans-serif;
}
header nav.navbar {
    background: transparent;
}
.navbar.navbar-1 .navbar-toggler-icon {
    background-image: url("../images/hamburger.svg");
}
.mouse-button {
    background-image: url("../images/mouse_icon.png");
    background-repeat: no-repeat;
    bottom: 30px;
    content: "";
    display: block;
    height: 60px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    z-index: 4;
}
.floating {
    animation-name: floating;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
#navbarSupportedContent15 {
    height: 100vh;
    background: rgb(255 255 255 / 85%);
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    padding-top: 6%;
    transform: translateY(-105vw);
    transform-origin: (0, 0);
    transition: 0.2s ease-in-out;
}
#navbarSupportedContent15.show {
    left: 5vw;
    transform: translateX(-5vw);
}
#navbarSupportedContent15 ul li a {
    color: #000;
    font-size: 3rem;
    font-weight: 600;
}
#navbarSupportedContent15 ul li {
    text-align: left;
}
.navbar-light .navbar-brand {
    position: relative;
    z-index: 999;
}
.navbar-light .navbar-toggler {
    position: relative;
    z-index: 999;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    border: none;
}
button.navbar-toggler.active {
    color: #000;
}
.icon-size {
    width: 60px !important;
}
.icon-size-small {
    width: 45px !important;
}
#navbarSupportedContent15 ul li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#navbarSupportedContent15 ul li a span {
    position: absolute;
    top: 0;
    left: 25px;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 275ms ease;
}
#navbarSupportedContent15 ul li a span::before {
    display: inline-block;
    content: attr(data-content);
    color: #acaeb0;
    transform: translateX(100%);
    transition: transform 275ms ease;
}
#navbarSupportedContent15 ul li a:hover span {
    transform: translateX(0);
}
#navbarSupportedContent15 ul li a:hover span::before {
    transform: translateX(0);
}
.fullwide{width:100%;text-align:center}
.works .card-body {
    font-size: 24px;
    padding: 10px 0 1px;
    background: #f3efec;
    font-weight: 500;
}
.services_bg {
    background: #f3efec !important;
} /* ------industries------------------------------------------------------------ */
.industries {
    padding: 15px 0;
    text-align: center;
}
.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center center;
    background-repeat: repeat;
}
.content-inner {
    width: 100%;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner > * {
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner:hover .content-front {
    transform: rotateY(-180deg);
}
.content-inner:hover .content-back {
    transform: rotateY(0deg);
}
.content-inner .content-front,
.content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-front {
    /* background: #292929; */
    position: relative;
}
.content-inner .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #535557;
}
.content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 75px 20px;
}
.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}
.content-inner .content-back p {
    color: #fff;
    padding: 0 10px;
}
.content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #333;
}
.content-inner .cf-inner .inner h3 {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}
.content-inner .content-front li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0 4px;
}
.content-inner .cf-inner .inner h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
}
.letterR {
    position: fixed;
    background-image: url("../rseq/30_text_new.png");
    height: 100%;
    width: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}
header nav.navbar ul.navbar-nav li a {
    color: #000;
    padding: 0 25px !important;
}
header nav.navbar ul.navbar-nav li.active a,
header nav.navbar ul.navbar-nav li a:hover {
}
img.logo {
    width: 120px;
}
#desktopVideo {
    width: 100%;
    min-height: 100%; /* filter: grayscale(100%); */
}
.video2 #video_r {
    width: 100%;
    filter: initial;
    margin-top: -45px;
}
#video_promotional,
#video_digital,
#video_nextgen {
    width: 100%;
    min-height: 100%;
    margin-top: -7px;
}
.slide_section {
    position: relative;
    overflow: hidden;
}
.text-box1 {
    position: absolute;
    left: 20%;
    top: 50%;
    z-index: 999;
    display: block;
}
.text-box2 {
    position: absolute;
    right: 19%;
    bottom: 8%;
    z-index: 999;
    display: none;
}
.text-box3 {
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: 999;
    text-align: right;
    display: none;
}
.text-box4 {
    position: absolute;
    left: 12%;
    bottom: 35%;
    z-index: 999;
    text-align: right;
    display: none;
}
.slide_section h2 {
    font-weight: 400;
}
.slide_section h4 {
    font-weight: 600;
    font-size: 2rem;
}
.slide_section h3 {
    font-weight: 400;
    font-size: 3rem;
}
.slide_section h1.letter1 {
    position: absolute;
    top: -5%;
    right: 0%;
    font-size: 46.5rem;
    width: 200%;
    min-height: 100%;
    line-height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: hsl(0deg 0% 100% / 80%);
    mix-blend-mode: screen;
    font-weight: 900;
    margin: 0;
    z-index: 99;
}
.slide_section h1.letter2 {
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: hsl(0deg 0% 100% / 80%);
    mix-blend-mode: screen;
    font-weight: 900;
    margin: 0;
    z-index: 99;
    height: 100%;
}
.slide_section h1.letter3 {
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: hsl(0deg 0% 100% / 80%);
    mix-blend-mode: screen;
    font-weight: 900;
    margin: 0;
    z-index: 99;
    height: 100%;
}
.slide_section h1.letter4 {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: hsl(0deg 0% 100% / 80%);
    mix-blend-mode: screen;
    font-weight: 900;
    margin: 0;
    z-index: 99;
    overflow: hidden;
}
.clients {
    margin: 0 auto;
    width: 80%;
}
.industry_section {
    margin: 0 auto;
    width: 75%;
}
.product_banner {
    background-image: url(../images/product_bg.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.product_banner_cooler {
    background-image: url(../images/cooler_bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.product_banner_ultra {
    background-image: url(../images/ultra_bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_banner {
    background-image: url(../images/contact_header.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.product_banner2 {
    background-image: url(../images/product_bg2.jpg) !important;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.banner {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}
.banner1 {
    background-image: url(../images/banner_new.jpg);
}
.banner2 {
    background-image: url(../images/banner_new2.jpg);
}
.banner3 {
    background-image: url(../images/banner_new3.jpg);
}
.displays-product {
    background-color: #f5f9fa;
    padding: 5% 0;
}
.text-panel {
    padding: 9% 15%;
}
.text-panel h2 {
    border-bottom: 2px solid #000;
    padding: 0px 30px;
    padding-bottom: 10px;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: 400;
}
.text-panel h3 {
    display: inline-flex;
    margin: 0;
    font-weight: 600;
}
.text-panel p {
    font-size: 18px;
	text-align:justify;
}
.text-panel h4 {text-align:center}
.text-panel a.btn {
    margin: 50px auto;
    display: table;
    border-radius: 0;
    padding: 2px 30px;
    text-transform: uppercase;
}
.view360 a.autorotate {
    background: url("../images/3d_rotate.png") no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    color: transparent;
    background-size: cover;
    margin-left: 40%;
}
.p60 {
    padding: 60px 0;
}
.p30 {
    padding: 30px 0;
}
.box {
    border-radius: 8px;
    overflow: hidden;
}
.box_text {
    padding: 15px;
    min-height: 230px;
}
.box_text h2 {
    font-size: 20px;
}
.box_text p {
    font-size: 13px;
}
#callback h2 {
    margin-bottom: 30px;
}
.bg-dark {
    background-color: #333;
}
.advertisers_video {
    width: 100%;
}
.btn-custom {
    background-color: #fff;
    color: #333;
    border-radius: 0;
    padding: 4px 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-custom:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #ddd;
}
.industries .industries_left .banner_main {
    background-image: url(../images/industry_banner.jpg);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center center;
}
.industries .text-blue {
    font-size: 2.5rem;
    padding: 10px 0;
}
.content-front .cf-inner .bg {
    opacity: 0.5;
    border: 1px solid #efefef;
}
.p-box1 .cf-inner .bg {
    background-image: url(../images/automotive.jpg);
}
.p-box2 .cf-inner .bg {
    background-image: url(../images/banking-finance.jpg);
}
.p-box3 .cf-inner .bg {
    background-image: url(../images/school.jpg);
}
.p-box4 .cf-inner .bg {
    background-image: url(../images/hospital.jpg);
}
.p-box5 .cf-inner .bg {
    background-image: url(../images/real-estate.jpg);
}
.p-box6 .cf-inner .bg {
    background-image: url(../images/retail.jpg);
}
.p-box7 .cf-inner .bg {
    background-image: url(../images/hotels.jpg);
}
.p-box8 .cf-inner .bg {
    background-image: url(../images/restaurant.jpg);
}
.program-box.p-box9 {
    background-image: url(../images/bars.jpg);
}
.p-box1 .content-back .bg {
    background-image: url(../images/automotive.jpg);
}
.p-box2 .content-back .bg {
    background-image: url(../images/banking-finance.jpg);
}
.p-box3 .content-back .bg {
    background-image: url(../images/school.jpg);
}
.p-box4 .content-back .bg {
    background-image: url(../images/hospital.jpg);
}
.p-box5 .content-back .bg {
    background-image: url(../images/real-estate.jpg);
}
.p-box6 .content-back .bg {
    background-image: url(../images/retail.jpg);
}
.p-box7 .content-back .bg {
    background-image: url(../images/hotels.jpg);
}
.p-box8 .content-back .bg {
    background-image: url(../images/restaurant.jpg);
}
.program-box .btn-custom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.program-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.4);
    left: 0;
    top: 0;
    z-index: 0;
}
footer h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.bg-blue-light {
    background-color: #f5f9fa;
    position: absolute;
    bottom: -5px;
}
footer ul {
    padding: 0;
}
footer ul li {
    list-style: none;
    color: #333;
    line-height: 28px;
}
footer ul li a {
    color: #333;
    font-size: 14px;
}
footer ul li a:hover {
    text-decoration: none;
    color: #000;
}
ul.social-list li {
    display: inline-block;
}
footer ul.social-list li a i.fa {
    margin-left: -5px;
}
footer ul.social-list li a {
    width: 40px;
    height: 40px;
    font-size: 29px;
    padding: 0.5rem 0.5rem;
    text-align: center;
}
#callback {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 11% 0;
    position: relative;
    width: 100%;
}
#callback:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000057;
}
.footer_bottom {
    padding-top: 5px;
    padding-bottom: 50px;
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0px;
}
.section_14 {
    background-color: #f5f9fa;
    position: relative;
}
.footer_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 266px;
}
.footer_bg .footer_bg_one {
    background: url("../images/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
}
.footer_bg .footer_bg_two {
    background: url("../images/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
    background-size: 100%;
    bottom: 0;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
}
.program-box:hover {
    box-shadow: 0 20px 30px -20px rgb(0 0 0 / 30%);
    cursor: pointer;
    filter: grayscale(1);
}
#program .card.shadow-lg .card-title {
    margin: 0px !important;
}
#program div.col-md-3 {
    margin-bottom: 20px;
}
#program .card.shadow-lg {
    margin-bottom: 30px;
    border: none;
    border-radius: 0;
}
footer {
    position: relative; /* overflow: hidden; */ /* padding-bottom: 280px!important;
*/ /* padding-top: 40px; */
}
footer > div {
    position: relative;
}
.footer-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 48px 40px 0;
    z-index: 99;
}
#video_footer {
    width: 100%;
    height: auto;
}
@-moz-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}
@keyframes myfirst {
    0% {
        left: -25%;
    }
    100% {
        left: 100%;
    }
}
.clients .swiper-button-prev {
    filter: grayscale(1);
    left: 0px;
}
.clients .swiper-button-next {
    filter: grayscale(1);
    right: 0px;
}
.clients .swiper-slide img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    max-height: 70px;
}
.clients .slider__indicators {
    display: none;
}
#client {
    padding: 10% 0;
    padding-bottom: 0;
}
.section_1,
.section_4 {
    height: 100% !important;
}
#welcome {
    padding: 8% 0;
}
.industries .heading {
    width: 100%;
}
.clients p {
    font-size: 20px;
}
.navbar-light .navbar-toggler:focus {
    outline: none;
}
.p-box1,
.p-box5 {
    padding: 25px 40px 25px 60px;
}
.p-box2,
.p-box3,
.p-box6,
.p-box7 {
    padding: 25px 40px 25px 40px;
}
.p-box4,
.p-box8 {
    padding: 25px 60px 25px 40px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -5px;
    display: none;
} /*------ testimonilas------------------------------------------------*/
.testimonilas-carousel-wrap {
    z-index: 10;
    margin: 0 auto;
    width: 80%;
    margin-top: 50px;
}
.testi-item {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s;
    background: rgba(255, 255, 255, 0.7);
}
.testimonilas-text {
    padding: 45px 30px 75px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.testimonilas-text:after {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: #000;
    opacity: 0.3;
    font-size: 24px;
}
.testimonilas-text:after {
    content: "\f10e";
    bottom: 20px;
    right: 25px;
}
.testimonilas-text h3 {
    font-weight: 600;
    color: #000000;
    font-size: 22px;
    text-align: left;
    position: relative;
    margin-top: -50px;
    padding-bottom: 20px;
    padding-left: 100px;
    top: -4px;
}
.testimonilas-carousel .swiper-slide {
    padding: 35px 0;
}
.testi-avatar {
    position: absolute;
    left: 40px;
    top: 0px;
    width: 85px;
    height: 85px;
    transition: all 400ms linear;
    z-index: 20;
    transform: scale(0.8);
}
.testi-avatar img {
    width: 90px;
    height: 90px;
    float: left;
    border-radius: 100%;
    border: 6px solid #fff;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.1);
}
.testimonilas-text p {
    color: #000000;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    text-align: left;
}
.testi-link {
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-bottom: none;
    left: 50px;
    width: 170px;
    text-transform: uppercase;
    font-size: 10px;
    color: #666;
    letter-spacing: 1px;
    font-weight: 500;
}
.text-box .text-box1 h2 {
    font-size: 3rem;
}
.text-box .text-box2 h4 {
    font-size: 2rem;
}
.text-box .text-box2 h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}
.text-box .text-box3 h4 {
    font-size: 2rem;
}
.text-box .text-box3 h3 {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}
.text-box .text-box4 h4 {
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}
.text-box .text-box4 h3 {
    font-size: 2rem;
}
.sd {
    position: fixed;
    left: 50%;
    bottom: 0%;
    z-index: 999;
    transform: translate(-50%, -50%);
}
.sd .arrows {
    position: relative;
    left: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-55%, -20%);
}
.sd .arrows:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 10.666667px solid rgba(0, 0, 0, 0.7);
    border-bottom: 10.666667px solid rgba(0, 0, 0, 0.7);
    transform: translate(26.6666666667px, 106.6666666667px) rotate(-45deg);
    animation: arrows 3s linear infinite;
}
.sd .arrows:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-left: 10.666667px solid rgba(0, 0, 0, 0.7);
    border-bottom: 120.666667px solid rgba(0, 0, 0, 0.7);
    transform: translate(53.3333333333px, 0px) rotate(-45deg);
    animation: arrows 3s linear infinite -1.5s;
}
.sd span,
.sd ul li {
    list-style: none;
    margin-top: 20px;
}
.sd span,
.sd ul li a {
    font-size: 1.5rem;
    cursor: pointer;
}
.sd span,
.sd ul li a:hover {
    text-decoration: none;
}
@keyframes arrows {
    0% {
        border-left: 16.6666666667px solid rgba(0, 0, 0, 0);
        border-bottom: 16.6666666667px solid rgba(0, 0, 0, 0);
        transform: translate(-13.3333333333px, -53.3333333333px) rotate(-45deg);
    }
    10%,
    90% {
        border-left: 16.6666666667px solid rgba(0, 0, 0, 0);
        border-bottom: 16.6666666667px solid rgba(0, 0, 0, 0);
    }
    50% {
        border-left: 16.6666666667px solid rgba(0, 0, 0, 0.7);
        border-bottom: 16.6666666667px solid rgba(0, 0, 0, 0.7);
        transform: translate(-13.3333333333px, 0px) rotate(-45deg);
    }
    100% {
        border-left: 16.6666666667px solid rgba(0, 0, 0, 0);
        border-bottom: 16.6666666667px solid rgba(0, 0, 0, 0);
        transform: translate(-13.3333333333px, 53.3333333333px) rotate(-45deg);
    }
} /*------ Products list------------------------------------------------*/
b,
strong {
    font-weight: 600;
}
.displays-product.product-section {
    padding: 0px;
}
.product-section .bg-blue-light {
    bottom: inherit;
}
.product-section .text-panel {
    padding: 8% 15%;
}
.contactus .product-section .text-panel {
    padding: 5% 15%;
}
.product-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.pt-150 {
    padding-top: 150px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pt-220 {
    padding-top: 220px;
}
.pb-220 {
    padding-bottom: 220px;
}
.product-list {
    padding-left: 4%;
    padding-right: 4%;
}
.product-list .card-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.product-list .card {
    min-height: 250px;
    margin: 40px 30px;
    border-radius: 15px;
    border: none;
} /* .product-section .banner-products{margin-top: 20px;} */ /*------ Products Page------------------------------------------------*/
table td,
.table th {
    font-weight: 600;
}
.product-list-section {
    padding: 80px 2%;
    position: relative;
    width: 100%;
}
.about-section {
    position: relative;
    width: 100%;
    padding: 60px 2%;
}
.about-rdm-section {
    position: relative;
    width: 100%;
    padding: 60px 2%;
    color: #fff;
    background-attachment: fixed;
}
.about-rdm-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(40 35 54 / 80%);
    left: 0px;
    top: 0px;
}
.about-rdm-section h2 {
    font-size: 35px;
}
.about-rdm-section h3 {
    font-size: 25px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 25px;
}
.about-rdm-section h4 {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
}
.about-rdm-section p {
    font-weight: 300;
}
.we-want-share {
    background: #d5d4d7;
    position: relative;
    width: 100%;
}
.we-want-share h1 {
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    margin: 80px 0px;
    line-height: 50px;
}
.want-toknow-more {
    position: relative;
    width: 100%;
    padding: 120px 0;
    background-image: url(../images/lets-talk-bg.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.want-toknow-more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    left: 0px;
    top: 0px;
}
.want-toknow-more h2 {
    font-size: 35px;
    color: #212025;
    font-weight: 600;
    margin-bottom: 35px;
}
.want-toknow-more h4 {
    font-size: 1.3rem;
    color: #212025;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 30px;
}
.z-index-999 {
    z-index: 999;
}
.product-list-section:nth-of-type(odd) {
    background: #fff;
}
.product-list-section:nth-of-type(even) {
    background: #f3efec;
}
.product_page_banner {
    background-image: url(../images/products-banner.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-video-section-middle {
    height: 100vh;
    position: relative;
    width: 100%;
    background-image: url(../video/newyork2.gif);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.contact-video-section-top {
    height: 100vh;
    position: relative;
    width: 100%;
    background-image: url(../video/canada.gif);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.contact-form-section {
    background: none repeat scroll 0 0 #fff;
    width: 100%;
    height: 100%;
    padding: 70px 0px;
}
.product_page_banner .text-panel h2 {
    border-bottom: 2px solid #fff;
    padding: 0px 30px;
    padding-bottom: 10px;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    font-weight: 400;
}
.product_page_banner .text-panel h4 {
    color: #fff;
}
.product-tabbing-box {
    position: relative;
}
.product-tabbing-box .p-tab-title {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    z-index: 2;
}
.stcky-section {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stcky-menu header nav.navbar {
    background: rgb(204 204 204 / 40%);
} /* .stcky-menu  .displays-product.product-section{margin-bottom:300px} */
.services.stcky-menu .displays-product.product-section {
    margin-bottom: 0px;
}
.stcky-tab {
    position: fixed;
    width: 80%;
    z-index: 9999;
    left: 10%;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
}
.stcky-tab .product-tabbing-box a {
    display: inline-block;
    background: #000;
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 40px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    position: relative;
}
.stcky-tab .product-tabbing-box a.active,
.stcky-tab .product-tabbing-box a:hover {
    background: #222;
}
.stcky-tab .product-tabbing-box:before {
    position: relative;
}
.product-tabbing-box:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
}
.tab-product-section .col-md-3 .product-tabbing-box:before,
.tab-product-section .col-md-6 .product-tabbing-box:before,
.tab-product-section .col-md-4 .product-tabbing-box:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(1, 1, 1, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(1, 1, 1, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(1, 1, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.services .product-tabbing-box a,
.product .product-tabbing-box a {
    text-decoration: none;
}
.services .product-tabbing-box .p-tab-title,
.product .product-tabbing-box .p-tab-title {
    background: #000;
    border-radius: 4px;
    min-height: 40px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    bottom: -40px;
}
.stcky-tab .product-tabbing-box a .h3,
h3 {
    font-size: 1rem;
}
.stcky-tab .product-tabbing-box .card-img-top {
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stcky-tab .product-tabbing-box .p-tab-title {
    font-size: 15px;
    transform: inherit;
    position: inherit;
    left: inherit;
    bottom: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.product-list-section .product-list-view {
    padding-left: 20px;
}
.product-list-section .product-list-view li {
    margin-bottom: 10px;
    font-size: 1rem;
}
iframe.video-iframe {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 435px;
    width: 100%;
}
.contact-new .form-group label {display: none;}
.contact-form .required {
    color: #fb0505;
}
.contact-form .form-control {
    font-size: 14px;
}
.contact-form .form-group label {
    margin-bottom: 0px;
}
.address-box {
    padding: 30px 20px 30px 35px;
}
.product-content-box .table td {
    font-weight: 400;
    padding: 0.5rem;
    font-size: 15px;
}
.map-box {
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.map-text-box {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.services .displays-product.product-section,
.aboutus .displays-product.product-section,
.products .displays-product.product-section {
    padding-top: 0%;
}
.product .product1_360 {
    padding-left: 25%;
}
.product .product2_360 {
    padding-left: 15%;
}
.services .product-list-section {
    padding: 20px 2%;
}
.services .img-fluid {
    max-width: 80%;
}
.contact_banner {
    background-image: url(../images/contact-bg-banner.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_banner .text-panel h2,
.contact_banner .text-panel h4 {
    border-color: #fff;
    color: #fff;
}
.contact-box {
    position: absolute;
    top: 10%;
}
.contact-box-newyork {
    position: absolute;
    top: 10%;
}
.contact-box .icon-styled {
    height: 35px;
    width: 35px;
    background: #fff;
    line-height: 35px;
    font-size: 25px;
    text-align: center;
    display: inline-block;
}
.contact-box .address-box {
    background: rgb(16 16 16 / 50%);
    padding: 20px 50px;
    margin-left: 35px;
}
.contact-box-newyork .address-box {
    background: rgb(16 16 16 / 50%);
    padding: 20px 30px;
    margin-left: 30px;
}
.contact-box .address-box h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.contact-box .address-box h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.contact-box .media-body,
.contact-box .media-body a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    vertical-align: middle;
}
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 54vh;
}
.card.shadow-lg:hover {
    cursor: pointer;
}
.card.shadow-lg i {
    color: #fff;
    font-size: 40px;
    line-height: 70px;
}
.card.shadow-lg .card-title {
    color: #000;
    margin: 15px 0;
    display: block;
    font-weight: 600;
    font-size: 22px;
}
.card.shadow-lg .card-body span {
    box-shadow: -7px 0px 5rem 0.1rem #fff !important;
}
.card.shadow-lg:hover .card-title {
    color: #fff;
}
.card.shadow-lg p {
    color: #000;
}
/* .card.shadow-lg:hover p {
    color: #fff;
} */
.card.shadow-lg:hover span {
    background: #fff;
}
.card.shadow-lg .card-body span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
}
.shadow-color1:hover i {
    color: rgb(42, 0, 245);
}
.shadow-color1:hover,
.shadow-color1 span {
    background: rgb(42, 0, 245);
    background: linear-gradient(315deg, rgba(42, 0, 245, 1) 30%, rgba(79, 97, 247, 1) 100%);
}
.shadow-color1:hover {
    box-shadow: 0 1rem 3rem -1rem rgb(42, 0, 245) !important;
}
.shadow-color2:hover i {
    color: rgb(240, 56, 105);
}
.shadow-color2:hover,
.shadow-color2 span {
    background: rgb(240, 56, 105);
    background: linear-gradient(315deg, rgba(240, 56, 105, 1) 30%, rgba(237, 107, 136, 1) 100%);
}
.shadow-color2:hover {
    box-shadow: 0 1rem 3rem -1rem rgb(240, 56, 105) !important;
}
.shadow-color3:hover i {
    color: rgb(80, 39, 145);
}
.shadow-color3:hover,
.shadow-color3 span {
    background: rgb(80, 39, 145);
    background: linear-gradient(315deg, rgba(80, 39, 145, 1) 30%, rgba(131, 75, 219, 1) 100%);
}
.shadow-color3:hover {
    box-shadow: 0 1rem 3rem -1rem rgb(80, 39, 145) !important;
}
.shadow-color4:hover i {
    color: rgb(238, 187, 28);
}
.shadow-color4:hover,
.shadow-color4 span {
    background: rgb(238, 187, 28);
    background: linear-gradient(315deg, rgba(238, 187, 28, 1) 30%, rgba(246, 207, 87, 1) 100%);
}
.shadow-color4:hover {
    box-shadow: 0 1rem 3rem -1rem rgb(238, 187, 28) !important;
}
.shadow-color5:hover i {
    color: rgb(13, 204, 9);
}
.shadow-color5:hover,
.shadow-color5 span {
    background: rgb(13, 204, 9);
    background: linear-gradient(315deg, rgba(13, 204, 9, 1) 30%, rgba(85, 255, 81, 1) 100%);
}
.shadow-color5:hover {
    box-shadow: 0 1rem 3rem -1rem rgb(13, 204, 9) !important;
}
.shadow-color6:hover i {
    color: rgb(206, 9, 209);
}
.shadow-color6:hover,
.shadow-color6 span {
    background: rgb(206, 9, 209);
    background: linear-gradient(315deg, rgba(206, 9, 209, 1) 30%, rgba(234, 93, 236, 1) 100%);
}
.shadow-color6:hover {
    box-shadow: 0 1rem 3rem -1rem rgb(206, 9, 209) !important;
}
.contact-form-middle-section {
    position: relative;
    width: 100%;
    padding: 60px 2%;
    color: #fff;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/contact-form-bg.jpg);
}
.shadow-lg a:hover {
    text-decoration: none;
}
.contact-form-middle-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(40 35 54 / 80%);
    left: 0px;
    top: 0px;
}
.contact-form-middle-section .form-control {
    background-color: transparent;
    border-radius: 0rem;
}
@media screen and (max-width: 1536px) and (min-width: 1025px) {
    .industries .text-blue {
        padding: 0px;
    }
    .testimonilas-text {
        padding-bottom: 0px !important;
    }
		
}
@media only screen and (max-width: 768px) {
    img.logo {
        width: 75px;
    }
    .navbar-light .navbar-toggler {
        color: transparent;
        font-size: 1.2rem;
    }
    .letterR,
    .scroll_arr,
    #desktopVideo,
    .section_2,
    .section_3,
    .section_4 {
        display: none;
    }
    #product1_view360 {
        margin-left: 40px;
    }
    .view360,
    .view360 canvas {
        max-width: 360px;
    }
    .view360 {
        margin-bottom: 50px;
    }
    .displays-product .text-panel {
        padding: 0px;
    }
    .displays-product .text-panel h2 {
        font-size: 28px;
        padding: 0px;
    }
    #product3_view360 {
        max-height: 400px;
    }
    .industries .text-blue {
        padding: 0px;
        font-size: 2.5rem;
    }
    .industries {
        padding: 0px;
    }
    .p-box1,
    .p-box2,
    .p-box3,
    .p-box4,
    .p-box5,
    .p-box6,
    .p-box7,
    .p-box8 {
        padding: 10px;
        margin: 10px 30px;
    }
    #navbarSupportedContent15 {
        padding-top: 20%;
    }
    .clients .swiper-slide img {
        max-width: 150px;
    }
    .clients .text-center,
    .clients .text-center.pb-5 {
        padding: 0px !important;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: -5px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .testimonilas-text {
        padding: 60px 10px 0;
    }
    .testi-avatar {
        left: 0px;
    }
    #video_footer {
        display: none;
    }
    .section_14 {
        position: inherit;
    }
    .footer-bar,
    .bg-blue-light {
        position: relative;
    }
    .product-section .text-panel {
        padding: 20% 0 5%;
    }
    .product-list .card {
        margin: 40px 0px;
    }
    .product-list .card .card-body {
        padding: 10px;
    }
    .product-list .card .card-body a {
        font-size: 20px;
    }
    .product-list .card {
        min-height: 190px;
    }
    .about-section {
        margin-top: -50px;
    }
    .about-section h2 {
        font-size: 20px;
        margin: 15px 0;
    }
    .about-section .product-content-box,
    .contact4 .address-box {
        padding: 0 !important;
        margin: 0 !important;
    }
    .footer-bar {
        padding: 15px;
    }
    .d-table .d-table-cell {
        max-width: 340px;
        overflow: scroll;
        text-align: left!important;
    }
    .product-section h2.font-weight-bold {
        font-size: 24px;
        font-weight: 600 !important;
    }
    .product-content-box h2 {
        font-size: 24px;
        margin-top: 20px;
    }
    .product-list-section {
        padding: 10px 2%;
    }
    #product3_view360 {
        margin-left: -2%;
    }
}
.prod-page-icons .prod-page-icon-label {
    color: #a09e9f;
    height: 40px;
    margin: 15% 0 20% 0;
    width: 100%;
    display: grid;
}
.prod-page-icons .page-icons {
    display: inline-block;
    float: none;
    margin: 0 20px;
    width: 95px;
    min-height: 200px;
    text-align: center;
}
.prod-page-icons .page-icons .img-fluid {
    max-width: 60%;
}
/*---- new css code --------------*/
.contact-section {
    min-height: 750px;
    margin-bottom: 80px;
}
.contact-header {
    padding: 50px 20px;
    width: 100%;
    display: block;
}

.contact-header h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 42px;
    color: #333233;
    margin-bottom: 30px;
}

.contact-header p {
    color: #333233;
    font-size: 18px;
    margin: 10px 0;
}
.contact-form {
    background: url(../images/moving-bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0;
}
.contact-section-title {
    padding: 70px 0;
}

.contact-section-title h3 {
    font-size: 1.8rem;
    color: #333233;
}

.contact-section-title h2 {
    font-size: 2.5rem;
    color: #6a6897;
    font-weight: 600;
}

.add-box {
    background-color: #cbcfd9;
    height: 470px;
    border-radius: 20px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
section.contact-form #contact_form_submit {
    display: block;
    background-color: #fff;
    color: #333333!important;
    width: 100%;
    border-radius: 4px!important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 0;
    line-height: 25px;
}
section.contact-form #contact_form_submit:hover{
    background-color: #000;
    color: #fff!important;
}
.contact-section-box .main-box {
    position: relative;
}
.add-box.section-box1-hover,
.add-box.section-box2-hover,
.add-box.section-box3-hover {
    display: none;
}

.add-box .caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    padding-bottom: 5px;
    transition: 1s;
}

.add-box .caption-text h3 {
    font-size: 0.8rem;
    font-weight: 600;
}

.add-box .caption-text p {
    font-size: 12px;
    margin-bottom: 5px;
}

.add-box .caption-text .caption-more {
    display: none;
    transition: 0.5s;
}

.add-box:hover .caption-text .caption-more {
    display: block;
}

.add-box:hover .caption-text{transform: translate(0px, -10px);}

.contact-section .contact-section-box .add-box:hover{
    box-shadow: rgba(31,115,183,0.45) 0px 25px 20px -20px;
    cursor: pointer;
}
.contact-section .contact-section-box .col-12:hover .add-box .caption-text h3,
.contact-section .contact-section-box .col-12:hover .add-box .caption-text p,
.contact-section .contact-section-box .col-12:hover .add-box .caption-text a{
    color:#fff;
}
.contact-section .contact-section-box .col-12:hover {
    transform: translate(0px, -25px);
}
.contact-section .contact-section-box .col-12{
    transition: 1s;
}
.caption-more span {
    display: block;
    font-size: 12px;
    margin: 5px 0;
    color: #fff;
}
.contact-section-box .main-box:hover .add-box{
    display: block;
}


.add-box img {
    width: 100%;
    height: 100%;
}
.caption-text .img-icon {
    width: 24px;
    margin-left: 10px;
}
/*------------*/
@media (min-width: 1550px){
    section.contact-section .container {
    max-width: 1400px;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .contact-header h1{
    margin-top: 30px;
    margin-bottom: 0px;
}
.main-box {
    height: 420px;
}
section.contact-section {
    margin-bottom: 30px;
}
.contact-section-title h2{
    margin-bottom: 20px;
}
.add-box .caption-text .caption-more {
    /* display: block; */
}
.add-box{
    margin-bottom: 30px;
    height: auto;
    position: absolute;
}
.add-box.section-box1,
.add-box.section-box2,
.add-box.section-box3 {
    /* display: none!important; */
}
.add-box.section-box1 .caption-text,
.add-box.section-box2 .caption-text,
.add-box.section-box3 .caption-text{
    /* display: none!important; */
}
.add-box.section-box1-hover,
.add-box.section-box2-hover,
.add-box.section-box3-hover {
    display: none;
}
.add-box .caption-text h3,
.add-box .caption-text p{
    /* color: #fff; */
}
    .product-content-box p {
    text-align: justify;
    }
    .we-want-share h1{
        font-size:22px;
        line-height: 35px;
        margin: 50px 10px;
    }
    #navbarSupportedContent15 ul li a{font-size: 2rem;}
    .card.shadow-lg .card-title{
        font-size: 18px;
        line-height: 26px;
    }
    .services .img-fluid{
        margin: 0 auto!important;
        display: block;
    }
    section.about-section.works iframe.video-iframe {
    height: 205px;
    }
    .works .card-body {
        font-size: 20px;
    }
    .contact-form-section {
    padding: 0px;
    }
    section.contact-form-section .d-flex{display: block!important;margin: 0!important;}
    .contact-box.d-table {
        position: initial;
        width: 100%;
    }
    .contact-box .address-box {
        margin: 0;
    }
    .d-table .d-table-cell {
        padding: 0!important;
        width: 100%;
    }

    html,body {
        overflow-x: hidden;
    }

    .contact-form-middle-section {
        margin: 0!important;
    }
    .product .product1_360 {
    padding-left: 0%;
    }
    .product-list-section .product-list-view {
    padding-left: 0px;
    }
    .product .product2_360 {
    padding-left: 0%;
    }
    .product .product-tabbing-box .p-tab-title {
        bottom: -65px;
    }
    .products-image img.img-fluid {
    margin: 0 auto;
    display: block;
    }
    li.page-icons img.img-fluid {
    margin: 0 auto;
    display: block;
    }
    
    li.page-icons {
        margin: 0!important;
    }
    
    .prod-page-icons .prod-page-icon-label {
        margin: 10px 0;
        font-size: 13px;
    }
}/*------------*/
@media (min-width:400px) and (max-width:420px) {
   .main-box { height: 480px !important;}
}
@media (min-width:768px) and (max-width:1024px) {
    .contact-section {
    min-height: 700px;
    margin-bottom: 30px;
    }
    .add-box{
        width:100%;
        height: 380px;
    }
    .card.shadow-lg .card-title{
            font-size: 16px;
    }
    .card-body{
        padding:15px 5px;
    }
    html, body {
    overflow-x: hidden;
    }
    #navbarSupportedContent15 ul li a{
        font-size: 2.5rem;
    }
    .services .product-tabbing-box .p-tab-title, .product .product-tabbing-box .p-tab-title{
        bottom: -65px;
        min-height: 65px;
        font-size: 15px;
        line-height: 30px;
    }
    .services .img-fluid {
    margin: 0 auto!important;
    display: block;
    }
    section.about-section.works iframe.video-iframe{
    height: 210px;
    }
    
    .works .card-body {
        font-size: 18px;
    }
    .contact-form-section {
    padding: 0px;
    }
    section.contact-form-section .d-flex{display: block!important;margin: 0!important;}
    .contact-box.d-table {
        position: initial;
        width: 100%;
    }
    .contact-box .address-box {
        margin: 0;
    }
    .d-table .d-table-cell {
        padding: 0!important;
        width: 100%;
    }

    html,body {
        overflow-x: hidden;
    }

    .contact-form-middle-section {
        margin: 0!important;
    }
    section.prod-page-icons ul.list-unstyled li.page-icons {
    width: 50%;
    float: left;
    display: -webkit-box;
    }
    section.product-section {
        clear: both;
    }
    .prod-page-icons .prod-page-icon-label {
        font-size: 22px;
        margin: 15% 0 20% 0;
    }
}/*------------*/
@media only screen and (min-width: 768px) {
    #mobileVideo {
        display: none;
    }
    #product3_view360 {
        margin-left: -20%;
    }
}
@media only screen and (max-width: 768px) {
    .prod-page-icons .page-icons {
        width: 32.5%;
		min-height: 150px;
    }
}
@media only screen and (max-width: 480px) {
    .prod-page-icons .page-icons {
        width: 32.5%;
		min-height: 150px;
    }
}
@media screen and (min-width: 1600px) {
  .displays-product {
    padding: 10% 0;
  }
}