/*
Theme Name: viisights
Theme URI:
Author: Shyam Thaker
Author URI:
Description: Custom wordpress theme for viisights.
Version: 1.0
*/

@font-face {
    font-family: 'Sansation-Light';
    src: url('fonts/SansationLight.woff2') format('woff2'), url('fonts/SansationLight.woff') format('woff'), url('fonts/SansationLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation-Regular';
    src: url('fonts/SansationRegular.woff2') format('woff2'), url('fonts/SansationRegular.woff') format('woff'), url('fonts/SansationRegular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
    font-family: 'Sansation-Regular';
    color: #4b4b4b;
}

.main-logo {
    width: 250px;
    max-height: 32px;
}

p {
    line-height: 1.75;
}

a {
    color: #d2ce25;
}

a:hover {
    color: #a7a31d;
}

.text-primary {
    color: #d2ce25 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'Sansation-Regular';
}

h2 {
    color: #48494e;
}

.masthead .btn {
    font-size: 18px;
}

.btn {
    font-family: 'Sansation-Regular';
    padding: .375rem 3rem;
    border-radius: 50px;
}

.btn-xl {
    font-size: 20px;
}

.btn-xxl {
    font-size: 22px;
}

.btn-sm {
    padding: .375rem 1rem;
}

.btn-equal {
    width: 212px;
    margin-bottom: 10px;
    font-size: 22px !important;
    padding: .375rem 1.2rem;
}

.btn-gray {
    background-color: #424242 !important;
    border-color: #424242 !important;
    color: #fff !important;
}

.btn-equal-big {
    width: 250px;
    margin-bottom: 10px;
}

.btn-primary {
    background-color: transparent;
    border-color: #d2ce25;
}

.btn-secondary {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}

.btn-outline-secondary {
    border-color: #d2ce25;
    color: #fff;
    background-color: rgba(66, 66, 66, 0.5);
}

.btn-outline-secondary:hover {
    background-color: #d2ce25;
    border-color: #d2ce25;
}

.masthead .btn-primary:active,
.masthead .btn-primary:focus {
    background-color: transparent;
    border-color: #d2ce25 !important;
}

.btn-primary:hover {
    background-color: #b1ae1f !important;
    border-color: #b1ae1f !important;
    color: white;
}

.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-fill {
    background-color: #d2ce25;
}

.btn-outline-pink {
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(60deg, #d2ce25 0%, #BB3F98 100%) border-box;
    border: 2px solid transparent;
    color: #424242;
}

.btn-outline-pink:hover {
    background: linear-gradient(60deg, #d2ce25 0%, #BB3F98 100%) border-box;
    color: #fff;
}

.btn-pink {
    color: #fff;
    background-color: #bb3f98;
    border-color: #bb3f98;
}

.btn-pink:hover,
.btn-pink:focus {
    color: #fff;
    background-color: #a0297f;
    border-color: #a0297f;
}

::-moz-selection {
    background: #d2ce25;
    text-shadow: none;
}

::selection {
    background: #d2ce25;
    text-shadow: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

#mainNav {
    background-color: #48494e;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    right: 0;
    padding: 13px;
    text-transform: uppercase;
    color: white;
    border: 0;
    background-color: #d2ce25;
    font-family: 'Sansation-Regular';
}

.grecaptcha-badge {
    display: none !important;
}

.wp-block-file .wp-block-file__embed {
    display: block !important;
}

#mainNav .navbar-brand {
    color: #d2ce25;
    font-family: 'Sansation-Regular';
}

#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #a7a31d;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Sansation-Regular';
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #d2ce25;
}

#mainNav .navbar-toggler {
    background: transparent;
    font-size: 30px;
    padding: 0;
    color: #d2ce25;
}

.lh {
    line-height: 1.2 !important;
}

.modal-requestDemo .modal-content,
.modal-career .modal-content {
    border: none;
    border-radius: 0px;
}

.modal-requestDemo .modal-header,
.modal-career .modal-header {
    padding: 18px 18px 0;
    border: none;
    position: relative;
}

.modal-requestDemo .modal-header .close,
.modal-career .modal-header .close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px;
    color: #424242;
    font-family: inherit;
    font-size: 12px;
    line-height: 14px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgb(0, 0, 0, 0.23);
    text-shadow: 0px 0px 0px rgb(0, 0, 0, 0.23);
    background-color: rgba(210, 206, 37, 1.00);
    margin: 0;
    text-transform: uppercase;
}

.modal-requestDemo .modal-body,
.modal-career .modal-body {
    padding: 0 18px 18px;
}

.modal-requestDemo .modal-title,
.modal-career .modal-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
    font-family: inherit;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
}

.modal-requestDemo .form-control {
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
    border-radius: 0 !important;
    background-color: #ececec !important;
    border-color: #ececec !important;
    width: 100%;
    box-shadow: none !important;
}

.modal-requestDemo select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #424242, #424242);
    background-position: calc(100% - 22px) calc(1.5em + -3px), calc(100% - 15px) calc(1.5em + -3px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3.5em;
    background-repeat: no-repeat;
}

.modal-requestDemo iframe {
    border: none;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.modal-requestDemo .wpcf7 form .wpcf7-response-output {
    margin-bottom: 0px;
}

.modal-career p {
    color: black !important;
    line-height: 1.4 !important;
}

.modal-career .fa-square {
    color: #d2ce25 !important;
}

.dropdown-menu {
    background: #d2ce25 !important;
    padding: 0 !important;
    min-width: 200px !important;
}

.dropdown-menu a {
    padding: 8px !important;
}

.dropdown-menu a:hover {
    background: #fff !important;
}

.dropdown-menu a {
    color: #424242 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    text-transform: capitalize;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 4px;
    margin-top: 0;
}

/* .navbar-nav .dropdown-menu .dropdown-toggle:hover~.dropdown-menu, .navbar-nav .dropdown-menu .dropdown-menu:hover {
    display: block !important;
} */

.img-hover-effect img {
    webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.img-hover-effect:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

.vimeo-video__poster .img-hover-effect {
    border-radius: 5px;
    transition: all 0.5s ease;
    box-shadow: 0 0 0 5px #fecf2f;
}

.vimeo-video__poster {
    overflow: hidden;
    border-radius: 5px;
}

.vimeo-video__poster img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.vimeo-video__poster img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.wp-block-table tbody {
    border: 1px solid #000;
}

.wp-block-table tbody tr:not(first-child) {
    border-top: 1px solid #000;
}

.wp-block-table tbody td {
    padding: 8px 16px;
}

.wp-block-table tbody td:not(last-child) {
    border-right: 1px solid #000;
}

.navbar .navbar-nav {
    list-style: none;
}

.navbar-nav>.menu-item>a:not(.custom-open-submenu) {
    font-size: 90%;
    font-weight: 400;
    padding: 0.75em 0;
    letter-spacing: 1px;
    color: white;
    font-family: 'Sansation-Regular';
    text-decoration: none !important;
    display: block;
    z-index: 0;
}

.navbar-nav .menu-item.current-menu-item>a:not(.custom-open-submenu),
.navbar-nav .menu-item>a:not(.custom-open-submenu):hover {
    color: #d2ce25;
}

.navbar-nav ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 200px;
    padding: 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #d2ce25;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    margin-top: 0px;
}

.navbar-nav ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    margin-left: 0px;
}

.navbar-nav .left-dropdown ul.sub-menu ul.sub-menu {
    left: unset;
    right: 100%;
    margin-left: 0;
}

.navbar-nav .menu-item {
    position: relative;
}

.navbar-nav ul.sub-menu .menu-item>a:not(.custom-open-submenu) {
    display: block;
    width: 100%;
    padding: 8px;
    clear: both;
    font-weight: 400;
    color: #424242;
    font-size: 14px;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none !important;
    text-transform: lowercase !important;
    position: relative;
    z-index: 0;
}

.navbar-nav ul.sub-menu .menu-item>a:not(.custom-open-submenu):hover {
    background-color: #fff;
}

.navbar-nav ul.sub-menu .menu-item.current-menu-ancestor>a {
    color: #424242 !important;
}

.navbar-nav ul.sub-menu .menu-item.current-menu-ancestor .current-menu-item a {
    background-color: #fff;
    color: #424242 !important;
    border-radius: 4px;
}

.navbar-nav .menu-item.menu-show>.custom-open-submenu i {
    transform: rotate(180deg);
}

.navbar-nav ul.sub-menu .menu-item a.custom-open-submenu {
    height: 37px;
    padding-top: 8px;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 25px;
        padding-bottom: 25px;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
        border: none;
        background-color: transparent;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #mainNav .navbar-nav .nav-item .nav-link,
    #mainNav .navbar-nav>.menu-item>a:not(.custom-open-submenu) {
        padding: 1.1em 1.5em !important;
    }

    #mainNav.navbar-shrink {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #48494e;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
        padding: 12px 0;
    }

    .navbar-nav>.menu-item-has-children:hover>ul.sub-menu,
    .navbar-nav ul.sub-menu>.menu-item-has-children:hover>ul.sub-menu {
        display: block;
    }
}

.white-text {
    color: #fff;
}

.white-text a {
    color: #fff;
    text-decoration: none;
}

.gray-text {
    color: #4b4b4b;
}

.white-border {
    border-color: #fff !important;
}

.heading-border {
    border-color: #d2ce25;
    border-top-width: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 100%;
    max-width: 200px;
    border-top-style: solid;
    margin-top: 20px;
}

section {
    padding: 30px 0;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Sansation-Regular';
}

@media (min-width: 768px) {
    section {
        padding: 50px 0;
    }
}

header.masthead {
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
}

header.masthead .intro-text {
    padding-top: 150px;
    padding-bottom: 100px;
}

.masthead__bg {
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-image: url(./img/bg-head-new.jpg); */
}

.masthead__bg img {
    margin-top: 11%;
    max-width: 617px;
    opacity: 0.2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    animation: nudge 5s linear infinite alternate;
}

@keyframes nudge {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, 5px);
    }

    50% {
        transform: translate(10px, 10px);
    }

    75% {
        transform: translate(5px, 5px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.slide-content {
    position: relative !important;
    z-index: 1 !important;
}

header.masthead .intro-text .intro-lead-in {
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 25px;
    font-family: 'Sansation-Regular';
    line-height: 1.2;
}

header.masthead .intro-text .intro-heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 25px;
    font-family: 'Sansation-Regular';
}

header.masthead .intro-text .intro-subheading {
    margin-bottom: 50px;
    color: #d2ce25;
}

@media (min-width: 768px) {
    header.masthead .intro-text .intro-lead-in {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 25px;
        font-family: 'Sansation-Regular';
        line-height: 1.2;
    }

    header.masthead .intro-text .intro-heading {
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
        margin-bottom: 50px;
        font-family: 'Sansation-Regular';
    }
}

@media (min-width: 1200px) {
    header.masthead .intro-text {
        padding-top: 350px;
        padding-bottom: 262px;
    }

    .masthead__bg img {
        margin-top: 180px;
    }
}

@media (min-width: 1750px) {
    .masthead__bg {
        background-position: 0px -40px !important;
    }

    header.masthead .intro-text {
        padding-top: 18.2%;
        padding-bottom: 262px;
    }

    .masthead__bg img {
        margin-top: 9.5%;
    }
}

.btn-gray {
    color: #4b4b4b;
    border-color: #4b4b4b;
}

.top-bottom-space {
    margin-top: 70px;
    margin-bottom: 40px;
}

.green-text {
    color: #d2ce25;
}

.banner-icon {
    margin-bottom: 30px;
}

.banner-icon img {
    width: 80px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.banner-icon img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-banner {
    padding-bottom: 0 !important;
}

.bold-text {
    font-weight: bold;
    font-size: 18px !important;
}

/**********SOLUTION SECTION START**********/
.solution-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.img-block {
    position: relative;
    border: 1px solid #b7b7b7;
    border-bottom: none;
}

.img-block .solution-heading {
    position: absolute;
    width: 100%;
    padding: 5px 30px;
    bottom: 0;
    font-size: 20px;
}

.solution-description {
    border: 1px solid #b7b7b7;
    border-top: none;
    padding: 10px;
    min-height: 260px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.solution-description p {
    line-height: 1.2;
    font-size: 14px;
}

/**********SOLUTION SECTION END**********/

/*********VIDEO UNDERSTANDING SECTION START**********/

#video-understanding-section {
    background-image: url("img/square-light-background-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #f6f7f8;
}

/*********VIDEO UNDERSTANDING SECTION END**********/

/*********OUR PRODUCTS SECTION START**********/

#our-products-section {
    background-color: #f6f7f8;
    padding-bottom: 0;
}

.home-product-1 {
    background-image: url("img/prod-wise-background.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.home-product-1:hover {
    background-size: 120% 120%;
}

.home-product-2 {
    background-image: url("img/prod-true-background.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.home-product-2:hover {
    background-size: 120% 120%;
}

.product-icon img {
    width: 200px;
}

.product-content {
    padding: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.product-content .heading-border {
    margin-bottom: 20px;
    max-width: 100px;
}

.home-product-1 .prod-description {
    max-width: 300px;
    margin: 0 auto;
}

.product-content .prod-description p {
    line-height: 1;
    color: #fff;
    margin-bottom: 50px;
}

.home-product-2 .heading-border {
    border-color: #fff !important;
}

.home-product-2 .prod-description p {
    color: #4b4b4b;
}

.gray-border {
    border-color: #4b4b4b !important;
}

/*********OUR PRODUCTS SECTION END**********/

/*********EXPERIENCE VIDEO UNDERSTAING SECTION START**********/

#experience-video-section {
    /* background-image: url("img/triangle-back.webp"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ececec;
}

.no-webp #experience-video-section {
    background-image: url("img/triangle-back.jpg");
}

.tech-1 {
    position: relative;
    overflow: hidden;
    background-color: #424242;
}

.tech-1:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    background-image: url("img/1-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 0;
    webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.tech-1:hover:after {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

.tech-2 {
    position: relative;
    overflow: hidden;
    background-color: #424242;
}

.tech-2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    background-image: url("img/2-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    z-index: 0;
    webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.tech-2:hover:after {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

.technology-content {
    padding: 20px;
    padding-left: 100px;
    min-height: 175px;
    position: relative;
    z-index: 1;
}

.one-content p:first-child {
    margin-bottom: 35px;
}

.two-content {
    padding-left: 120px;
}

.technology-content p {
    color: #fff;
    line-height: 1.2;
}

.technology-content p:first-child {
    color: #d2ce25;
    font-size: 16px;
}

.technological-content {
    position: relative;
    padding: 30px 200px 170px;
    display: inline-flex;
    width: auto;
    max-width: 900px;
}

.technological-arrow {
    position: absolute;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.technological-arrow.left {
    left: 0;
    top: calc(50% - 100px);
    transform: translateY(-50%);
}

.technological-arrow.left img {
    margin-left: 15px;
}

.technological-arrow.right {
    right: 0;
    top: calc(50% - 100px);
    transform: translateY(-50%);
}

.technological-arrow.right img {
    margin-right: 15px;
}

.technological-arrow.bottom {
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.technological-arrow.bottom img {
    margin-bottom: 15px;
}

/*********EXPERIENCE VIDEO UNDERSTAING SECTION END**********/

/*********VIDEO EVERYWHERE SECTION START**********/

#video-everywhere-section .col-md-4 {
    padding-right: 0;
    margin-bottom: 15px;
}

.block-grey-back {
    background-image: url("img/icon-grey-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.block-green-back {
    background-image: url("img/icon-green-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.img-content-block {
    padding: 30px;
    min-height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.img-content-block .heading-border {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 60px;
    border-top-width: 3px;
}

.block-green-back .heading-border {
    border-color: #424242;
}

.block-grey-back p {
    color: #fff;
    line-height: 1.2;
    font-size: 14px;
}

.block-green-back p {
    color: #424242;
    line-height: 1.2;
    font-size: 14px;
}

.block-heading {
    font-size: 20px !important;
    margin: 0;
    margin-top: 20px;
}

.bottom-button {
    width: 100%;
    text-align: center;
    margin-top: auto;
}

/*********VIDEO EVERYWHERE SECTION END**********/

/*********FOOTER SECTION SECTION START**********/

#footer-section {
    padding: 120px 0 0;
    text-align: center;
    background-color: #424242;
    background-image: url("img/footer.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.cookie-popup-open #footer-section {
    padding-bottom: 85px;
}

#footer-section ul {
    list-style: none;
    list-style-position: outside;
    padding: 0;
    margin-top: 0px;
}

#footer-section ul li:before {
    content: ">";
    color: #fff;
    margin-right: 5px;
}

#footer-section ul.sub-menu {
    margin: 0;
}

#footer-section ul.sub-menu li::before {
    content: "-";
    color: #d3d3d3;
}

#footer-section ul.sub-menu li a {
    color: #d3d3d3;
    font-size: 16px;
}

#footer-section ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
}

#footer-section ul li a:hover {
    color: #d2ce25;
}

.footer-box .title {
    position: relative;
    margin-bottom: 30px;
}

.footer-box .title::after {
    content: "";
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, .1);
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(303deg, #d2ce25 0%, #BB3F98 100%) border-box;
    width: 130px;
    height: 2px;
    left: 0;
    bottom: -17px;
}

.subscribe-form input[type="email"] {
    background: transparent;
    border: 1px solid #fff;
    padding: 6px 10px;
    border-radius: 10px;
    max-width: 300px;
    margin-bottom: 20px;
    color: #929292;
    width: 100%;
}

.subscribe-form ::placeholder {
    color: #929292;
}

.social-buttons li:before {
    content: "" !important;
    margin-right: 0 !important;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li {
    text-align: center;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #fff;
    color: #424242 !important;
}

.footer-social_share ul.social-buttons li a {
    background-color: #d2ce25;
}

#footer-section .footer-social_share .social-buttons {
    margin-left: 30px;
}

#footer-section .footer-social_share .social-buttons .list-inline-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
}

.dropdown-toggle::after {
    display: none;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #d2ce25;
}

.footer-center_block {
    padding-top: 80px;
}

.footer-center_block .row {
    align-items: flex-start;
}

.copyright-text a {
    color: #FFFFFF;
}

.copyright-text {
    font-size: 12px;
}

.footer-bottom {
    background: linear-gradient(60deg, #BB3F98 0%, #d2ce25 100%) border-box;
    padding: 25px 0;
    margin-top: 50px;
}

.footer-center_block .footer-box {
    text-align: left;
    position: relative;
}

.footer-social_share {
    margin-top: 64px;
}

.subscribe-form {
    margin-top: 40px;
}

.subscribe-form .wpcf7-spinner {
    position: relative;
    top: 10px;
    margin: 0;
    margin-left: 10px;
}

.subscribe-form form.wpcf7-form>p {
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.subscribe-form form.wpcf7-form>p br {
    display: none;
}

.subscribe-form .wpcf7-submit.btn.btn-primary {
    margin: 0 auto 0 35px;
    width: auto;
    padding: 11px 55px;
    height: auto;
    line-height: normal;
}

.footer-social_share .textwidget.custom-html-widget {
    display: flex;
    align-items: center;
}

.footer-center_block .row .col-md-6:last-child {
    justify-content: right;
    display: flex;
}

.footer-center_block .footer-box .title::after {
    width: 300px;
}

.top-footer .col-md-4 .row .col-md-6:last-child {
    max-width: 58%;
    flex: 0 0 58%;
}

#footer-section .container {
    max-width: 1300px;
}

/** Responsive start **/
@media (max-width: 1199.98px) {
    .subscribe-form .wpcf7-spinner {
        right: 0px;
    }

    .subscribe-form .wpcf7-submit.btn.btn-primary {
        margin: 0 auto 0 20px;
    }
}

@media (max-width: 991.98px) {
    .footer-box .title::after {
        width: 100px;
    }

    .subscribe-form .wpcf7-submit.btn.btn-primary {
        position: relative;
    }

    .footer-social_share .textwidget.custom-html-widget {
        display: block;
    }

    #footer-section .footer-social_share .social-buttons {
        margin-left: 0px;
        margin-top: 22px;
    }

    .footer-center_block .row .col-md-6:last-child {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    #footer-section {
        padding-bottom: 0px !important;
        overflow: hidden;
        background-position: bottom center;
        background-size: cover;
    }

    .footer-center_block {
        padding-top: 0px;
    }

    .footer-center_block .footer-box .title::after {
        width: 250px;
    }

    .footer-center_block .row .col-md-6:last-child {
        justify-content: flex-start;
    }

    .copyright-text {
        margin-top: 0px !important;
    }
}

/** Responsive end **/

/*********FOOTER SECTION SECTION END**********/

/********** HOMEPAGE CSS - END ************/

/********** PRODUCT PAGE CSS - START ************/

.wise-bg {
    background-image: url("img/wise/prod-wise-header-bg.jpg") !important;
}

.wise-bg .intro-text {
    padding-top: 150px !important;
}

.wise-bg .banner-icon img {
    width: 300px !important;
}

#artificial-section {
    background-image: url("img/wise/video-square-back-2.png");
    background-position: bottom;
    background-size: contain;
}

.section-content p {
    line-height: 1.2;
}

#functionality-section {
    background-image: url("img/wise/functionality-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.box-container {
    color: #fff;
    border: 1px solid #d2ce25;
    background: rgba(0, 0, 0, 0.5);
    min-height: 370px;
}

.box-container .box-head {
    border-bottom: 1px solid #d2ce25;
    font-weight: 700;
}

.box-head span {
    color: #ffffff;
}

.box-container ul {
    padding: 0;
    list-style: none;
}

.box-container ul li {
    line-height: 20px;
    font-size: 14px;
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}

.box-container ul li a {
    color: #fff;
}

#functionality-section .box-container ul li a {
    text-decoration: underline;
}

.box-container ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background-color: #d2ce25;
}

.video-section iframe {
    width: 100%;
}

.vimeo-video__modal .modal-dialog {
    max-width: 700px;
}

.vimeo-video__modal .modal-content {
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    background-color: rgba(249, 249, 249, 1.00);
}

.vimeo-video__modal button.close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #424242;
    font-family: inherit;
    font-size: 12px;
    line-height: 14px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(210, 206, 37, 1.00);
    opacity: 1;
    z-index: 5;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    outline: none !important;
}

.vimeo-video__modal button.close:hover {
    opacity: 1;
}

.vimeo-video__iframe {
    display: flex;
    --video--width: 1296;
    --video--height: 715;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.vimeo-video__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#functionality-section .box-container .box-head {
    display: flex;
    align-items: center;
}

#functionality-section .box-container .box-head img {
    margin-right: 10px;
    height: 30px;
    width: 30px;
    object-fit: contain;
}

#features-section {
    background-image: url("img/wise/light-square.png");
    background-position: center;
    background-size: contain;
    background-color: #f6f6f6;
}

#features-section p {
    border-bottom: 2px dotted #d2ce25;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.2;
    font-size: 14px;
}

#functionality-section .box-container .box-head a {
    display: flex;
    align-items: center;
}

#functionality-section .box-container .box-head a span {
    border-bottom: solid 1px #fff;
    line-height: 18px;
}

.features-card p:last-child {
    border-bottom: none !important;
}

.features-card .features-card__link {
    text-decoration: underline;
}

.no-border {
    border: none !important;
}

.true-bg {
    background-image: url("img/true/prod-true-bg.jpg") !important;
}

.true-bg .intro-text {
    padding-top: 150px !important;
}

.true-bg .banner-icon img {
    width: 300px !important;
}

#power-section {
    background-image: url("img/true/square-dark-bg.png");
    background-position: bottom;
    background-size: contain;
    background-color: #f6f6f6;
}

.power-section-content p {
    line-height: 1.2;
}

#video-section {
    background-image: url("img/true/prod-vid-green-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#operation-flow-section,
#use-case-section {
    background-image: url("img/true/square-dark-bg-reverse.png");
    background-position: bottom;
    background-size: contain;
    background-color: #ececec;
}

#key-features-section {
    background-color: #fff;
}

.bg-green {
    background-color: #d2ce25;
}

#offer-section {
    background-image: url("img/true/offer-bg.jpg");
    background-position: bottom;
    background-size: cover;
}

.border-right {
    border-right: 1px solid #fff;
}

.border-bottom {
    border-bottom: 1px solid #fff;
}

#artificial-intelligence-section p {
    line-height: 1.2;
    font-size: 14px;
}

header.cabin-bg {
    background-image: url("img/cabin/cabin-header-bg.jpg");
}

header.video-bg {
    background-image: url("img/video_bg.png");
}

.video-bg .intro-text,
.cabin-bg .intro-text {
    padding-top: 150px !important;
}

.cabin-bg .banner-icon img {
    width: 180px !important;
}

#mobility-section .heading-border {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cabin-content p {
    line-height: 1.2 !important;
}

.cabin-banner .row:nth-child(even) {
    flex-direction: row-reverse;
}

.cabin-section-1 {
    background-color: #ededed;
    padding: 100px;
}

.cabin-section-1 #pg-1 p {
    line-height: 1.2;
    font-size: 24px;
}

.cabin-section-1 #pg-2 {
    margin-top: 50px;
    line-height: 1.2;
    font-size: 16px;
    padding-left: 20px;
    border-left: 5px solid #d2ce25;
}

.cabin-section-2 {
    background-color: #000;
    padding: 50px;
}

.cabin-section-3 {
    background-color: #000;
    padding: 50px;
}

#short-video-section {
    background-image: url("img/cabin/prod-cabin-vid-back.png");
    background-position: top center;
    background-size: cover;
}

#blackbox-section {
    background-image: url("img/cabin/green-diagram-bg.jpg");
    background-position: top center;
    background-size: cover;
}

#usecase-section {
    background-image: url("img/cabin/light-square-back.png");
    background-position: top center;
    background-size: cover;
    background-color: #ececec;
}

.usecase-img img {
    width: 100%;
}

.border-white {
    border-color: #fff !important;
}

/********** PRODUCT PAGE CSS - END ************/

/********** SOLUTION PAGE CSS - START ************/

.solution-bg {
    background-image: url("img/solution/solution-header-bg.jpg") !important;
}

.solution-bg .intro-text {
    padding-top: 150px !important;
}

.solution-bg .banner-icon img {
    width: 120px !important;
}

.smart-solution-section-content p {
    line-height: 1.2;
    /*font-size: 14px;*/
}

#smart-solution-section-block {
    background-image: url("img/solution/solution-block-bg.jpg");
    background-position: bottom;
    background-color: #ececec;
    background-repeat: no-repeat;
}

#smart-solution-section .heading-border {
    margin-top: 30px;
    margin-bottom: 30px;
}

#smart-solution-section-block .bg-green ul {
    list-style: none;
    list-style-image: url(img/solution/dark-bullet-icon.jpg);
    padding: 0;
    list-style-position: inside;
    margin-bottom: 0 !important;
}

.green-hr {
    border-top: 2px solid #d2ce25;
}

#smart-solution-section-block .bg-green {
    min-height: 210px;
}

#smart-solution-section-block .white-text a {
    text-decoration: underline;
}

#smart-solution-section-block .bg-white a,
#smart-solution-section-block .bg-white span {
    font-size: 14px;
}

#smart-solution-section-block .bg-white {
    min-height: 210px;
}

/********** SOLUTION PAGE CSS - END ************/

/********** TECHNOLOGY PAGE CSS - START ************/

header.tech-bg {
    background-image: url("img/tech/technology-bg.jpg");
}

.tech-bg .intro-text {
    padding-top: 150px !important;
}

.tech-bg .banner-icon img {
    width: 100px !important;
}

#nvidia-section .section-content p {
    line-height: 1.2;
    font-size: inherit;
}

#architecture-section {
    background-color: #d2ce25;
    background-image: url("img/tech/square-back.png");
    background-position: center;
    background-size: cover;
}

#architecture-section .heading-border {
    border-color: #fff;
}

.square-ul {
    padding-left: 20px;
    list-style-image: url(img/tech/white-bullet.jpg);
}

.square-ul li {
    line-height: 2;
    font-size: 16px;
}

#product-model-section {
    background-image: url("img/tech/square-dark-bg-reverse.png");
    background-position: top;
    background-size: contain;
    background-color: #ececec;
}

#product-model-section .heading-border {
    margin-bottom: 30px;
}

#product-model-section p {
    line-height: 1.2;
}

#landing-artificial-section {
    background-image: url("img/landing-wise/light-square.png");
    background-position: bottom;
    background-size: contain;
}

#landing-artificial-section img {
    width: 250px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

#landing-artificial-section img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/********** TECHNOLOGY PAGE CSS - END ************/

/********** ABOUT PAGE CSS - START ****************/

header.about-bg {
    background-image: url("img/about/about-header-bg.jpg");
}

.about-bg .intro-text {
    padding-top: 150px !important;
}

.about-landing-section .landing-section--frame {
    height: 190px;
}

.about-landing-section .banner-icon img {
    width: 120px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

#about-section .heading-border {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-section .section-dashline-heading {
    font-size: 45px;
    color: #48494e;
    font-weight: 600;
    border-bottom: 0px;
    margin-bottom: 15px;
}

.about-section .company-description {
    font-size: 22px !important;
    font-weight: 500;
}

.company-feature_list .row .col {
    margin-bottom: 45px;
}

.company-feature_list {
    padding-top: 60px;
}

.about-section .about-feature_card {
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(303deg, #d2ce25 0%, #BB3F98 100%) border-box;
    padding: 80px 60px;
    border-radius: 20px;
    border: 1px solid transparent;
    height: 100%;
    position: relative;
}

.about-section .about-feature_card::before {
    content: "";
    position: absolute;
    background-image: url(img/top-square-bg.png);
    height: 100%;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    left: 0;
    border-radius: 15px;
    z-index: 0;
}

.values_list::before {
    content: "";
    position: absolute;
    background-image: url(img/bottom-square-bg-new-pattern-min.png);
    height: 100%;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    left: 0;
    border-radius: 15px;
    z-index: 0;
}

.about-section .about-feature-card_detail {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.about-section .section-heading {
    margin-left: 30px;
    font-size: 35px;
    color: #48494e;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.5;
}

.about-feature_card .description p {
    font-size: 22px !important;
    font-weight: 500;
    line-height: 28px !important;
    margin-top: 15px;
    color: #4b4b4b;
}

.about-company_link {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.about-company_link .btn-equal {
    font-size: 16px !important;
    padding: 8px 18px !important;
}

.about-content p {
    line-height: 1.2 !important;
}

.our-core_values .about-feature-card_detail {
    width: 50%;
    align-items: center;
    margin-bottom: 0px;
}

.values_list {
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(303deg, #d2ce25 0%, #BB3F98 100%) border-box;
    padding: 80px 60px 50px;
    border-radius: 20px;
    border: 1px solid transparent;
    height: 100%;
    position: relative;
}

.value_list_item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.core-value_details {
    max-width: 50%;
    padding: 30px 45px 30px 0px;
}

.value_list_item .core-value_details .value-heading {
    font-size: 24px;
    font-weight: 600;
    color: #BB3F98;
}

.top-square-section .description {
    font-size: 20px;
    color: #48494e;
}

.leading-team_section .section-dashline-heading {
    color: #48494e;
    font-weight: 600;
}

.leading-team_section ul.social-buttons li a {
    font-size: 14px;
    line-height: 32px;
    width: 30px;
    height: 30px;
}

#leading-team-section ul.social-buttons li a:active,
#leading-team-section ul.social-buttons li a:focus,
#leading-team-section ul.social-buttons li a:hover {
    background-color: #424242;
}

#leading-team-section ul.social-buttons li a:active .fab,
#leading-team-section ul.social-buttons li a:focus .fab,
#leading-team-section ul.social-buttons li a:hover .fab {
    color: #FFFFFF !important;
}

.border-white {
    border-color: #fff !important;
}

.employee-details p {
    margin-top: 25px;
}

.employee-name {
    line-height: 1.2;
    font-weight: bold;
    font-size: 18px;
    font-size: 18px;
    text-transform: uppercase;
}

.employee-position {
    line-height: 20px;
    font-size: 16px;
    color: #BB3F98;
    font-weight: 600;
}

.employee-info {
    font-size: 14px;
}

.lg-icon {
    font-size: 80px;
}

#hiring-section .bg-green:hover i {
    color: #fff !important;
}

.bottom-1 {
    min-height: 280px !important;
}

.hiring-font {
    font-size: 16px;
}

#leading-team-section .fab {
    color: #424242;
}

.company-contact_section {
    padding-bottom: 80px;
}

.company-contact_section .container,
.company-contact_section .row {
    position: relative;
    z-index: 1;
}

.company-contact_form::after {
    content: "";
    position: absolute;
    background-image: url("img/bottom-square-bg-new-pattern-min.png");
    height: 100%;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    left: 0;
    border-radius: 15px;
    z-index: 0;
}

.company-contact_section .company-contact_form {
    background: linear-gradient(60deg, #BB3F98 0%, #d2ce25 100%) border-box;
    padding: 60px 80px;
    border-radius: 20px;
    position: relative;
}

.company-contact_section .section-heading {
    margin-bottom: 55px;
}

.company-contact_section .contact-form {
    padding-right: 30px;
}

.contact-form span.wpcf7-spinner {
    position: absolute;
    margin-top: 8px;
}

.company-contact_section .contact-form .wpcf7-submit {
    color: #464448;
    text-transform: uppercase;
}

#contact-section.company-contact_section input[type=text],
#contact-section.company-contact_section input[type=email],
#contact-section.company-contact_section textarea,
#contact-section.company-contact_section select {
    border-radius: 10px !important;
    background-color: #FFFFFF !important;
    border-color: transparent !IMPORTANT;
    width: 100%;
}

.company-contact_section .information-handle-text {
    color: #FFFFFF;
}

.contact-social-icon {
    padding-top: 20px;
    width: auto;
    justify-content: flex-start;
    height: auto;
}

.contact-social-icon ul {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.contact-social-icon .list-inline-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.contact-social-icon .list-inline-item a:hover {
    opacity: 0.7;
}

.contact-social-icon .list-inline-item:first-child a {
    margin-left: 0px;
}

.contact-social-icon .list-inline-item i {
    color: #fff;
    font-size: 24px;
}

#contact-section input[type=text],
#contact-section input[type=email],
#contact-section textarea,
#contact-section select {
    border-radius: 0 !important;
    background-color: #ececec !important;
    border-color: #ececec !important;
    width: 100%;
}

.contact-details h4 {
    color: #BB3F98;
    font-weight: 600;
}

.contact-details .contact-address p {
    margin-bottom: 0px;
    color: #fff;
}

.contact-email {
    margin-bottom: 25px;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #424242, #424242);
    background-position: calc(100% - 20px) calc(1.5em + 2px), calc(100% - 15px) calc(1.5em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 3em 3.5em;
    background-repeat: no-repeat;
    cursor: pointer;
}

#contact-section ::placeholder,
#contact-section select,
.popmake-content ::placeholder,
.popmake-content select {
    font-size: 14px;
    color: #424242;
}

.popmake-content input[type=text],
.popmake-content input[type=email],
.popmake-content textarea,
.popmake-content select {
    border-radius: 0 !important;
    background-color: #ececec !important;
    border-color: #ececec !important;
    width: 100%;
}

.map img {
    max-width: 100%;
}

.map .fa {
    font-size: 28px;
}

.font-small {
    font-size: 14px;
}

.employee-details {
    width: 90%;
    margin: auto;
    margin-bottom: 45px;
}

a.career_item {
    height: 250px;
    display: block;
    position: relative;
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(303deg, #d2ce25 0%, #BB3F98 100%) border-box;
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 0 15px;
}
h5.job-title {
    color: #464448;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    position: absolute;
    left: 15px;
    right: 15px;
    margin: auto;
    top: 145px;
}
img.job-icon {
    position: absolute;
    top: 44px;
    height: 80px;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
}
#single-news .wp-post-image {
    display: none;
}

/* Career page  */
#single-news .fa-square {
	color: #d2ce25 !important;
}
a.career_items {
	height: 120px;
	background: #d2ce25;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.career_items img.jobs-icon {
	width: 36px!important;
	height: auto;
	align-self: center;
	max-width: 36px!important;
}

.career_items h5.jobs-title {
	color: #464448;
	text-align: center;
	font-size: .8rem;
	font-weight: 500;
	margin-top: 10px;
    padding: 5px;

}

.blank_container {
    width: 100%;
    height: 600px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}
.load-more-post {
    width: 100%;
}

/** Responsive start **/
@media (max-width: 1199.98px) {
    .about-section .about-feature_card {
        padding: 80px 30px;
    }
}

@media (max-width: 991.98px) {
    .employee-details {
        width: 100%;
        margin-bottom: 20px;
    }

    .company-contact_section .section-heading {
        margin-bottom: 45px;
    }

    .company-contact_section .company-contact_form {
        padding: 40px 30px;
    }

    .company-contact_section .contact-form {
        padding-right: 15px;
    }

    .core-value_details {
        padding: 30px 15px 30px 0px;
    }

    .values_list {
        padding: 110px 30px 50px;
    }

    .about-section .section-heading {
        margin-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .banner-icon {
        margin-bottom: 10px;
    }

    .about-landing-section .banner-icon img {
        width: 75px;
    }

    .about-section.top-square-section {
        padding-top: 50px;
    }

    .about-section .section-dashline-heading {
        font-size: 42px;
    }

    .about-section .section-dashline-heading br {
        display: block;
    }

    .company-content {
        margin-top: 20px;
    }

    .about-section .about-feature_card {
        padding: 45px 30px;
        text-align: center;
    }

    .about-section .about-feature-card_detail {
        display: block;
        margin-bottom: 10px;
    }

    .about-section .section-heading {
        font-size: 28px;
        margin-left: 0px;
    }

    .about-feature-icon {
        max-width: 90px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .about-feature-icon img {
        max-width: 100%;
    }

    .values_list {
        text-align: center;
        padding: 50px 15px 50px;
    }

    .core-value_details {
        max-width: 100%;
        padding: 30px 0px 0px;
    }

    .core-value_details:nth-child(2) {
        order: 1;
    }

    .core-value_details:nth-child(3) {
        order: 2;
    }

    .core-value_details:nth-child(4) {
        order: 4;
    }

    .core-value_details:nth-child(5) {
        order: 3;
    }

    .core-value_details:nth-child(6) {
        order: 5;
    }

    .our-core_values .about-feature-card_detail {
        width: 100%;
        order: 0;
    }

    .value_list_item {
        display: flex;
        flex-direction: column;
    }

    section#leading-team-section .team-img {
        top: unset;
        margin-bottom: 0px;
    }

    .company-contact_section .section-heading {
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .company-contact_section .company-contact_form {
        padding: 0px;
        border-radius: 0px;
        background: #ffffff;
    }

    .contact-form {
        background: linear-gradient(60deg, #BB3F98 0%, #d2ce25 100%) border-box;
        padding: 40px 15px;
        border-radius: 20px;
        padding-right: 0px;
        position: relative;
    }

    .contact-form::after {
        content: "";
        position: absolute;
        background-image: url("img/bottom-square-bg-new-pattern-min.png");
        height: 100%;
        bottom: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        left: 0;
        border-radius: 15px;
    }

    .company-contact_section .contact-form .wpcf7 {
        position: relative;
        z-index: 1;
    }

    .contact-details {
        text-align: center;
        padding-top: 50px;
    }

    .contact-social-icon {
        text-align: center;
    }

    .contact-email a {
        color: #464448 !IMPORTANT;
    }

    .contact-details .contact-address p,
    .contact-social-icon .list-inline-item i {
        color: #464448;
    }

    .company-contact_section .contact-details .section-heading {
        color: #464448 !important;
    }

    .company-contact_form::after {
        background-image: unset;
    }

    .company-contact_section {
        padding-bottom: 50px;
    }

    a.career_item {
        height: 180px;
        padding: 0 10px;
    }
    img.job-icon {
        top: 30px;
        height: 50px;
    }
    h5.job-title {
        font-size: 12px;
        top: 95px;
        left: 10px;
        right: 10px;
    }
}

/** Responsive end **/
/********** ABOUT PAGE CSS - START ****************/

/********** CONTACT PAGE CSS - START ***************/

.contact-bg {
    background-image: url("img/contact/contact-header-bg.jpg") !important;
}

.event-contact-bg {
    background-image: url("img/Atlanta 5.png") !important;
    min-height: 590px;
}

.contact-bg .intro-text {
    padding-top: 150px !important;
}

.contact-bg .banner-icon img {
    width: 100px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.form-radio input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    cursor: pointer;
}

.form-radio input[type=radio] {
    border-radius: 50%;
}

.form-radio input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-radio input:checked {
    background-color: #d2ce25;
    border-color: #d2ce25;
}

/********** CONTACT PAGE CSS - END *****************/

/********** NEWS PAGE CSS - START ****************/

#news-section {
    background-image: url("img/tech/square-dark-bg-reverse.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ececec;
}

#single-news {
    background-image: url(img/wise/video-square-back-2.png);
    background-color: #ececec;
    background-size: contain;
    background-repeat: no-repeat;
}

#share-buttons img,
#share-buttons a img {
    width: 35px;
    padding: 2px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.sidebar-posts {
    background-color: #ececec;
}

header.news-bg {
    background-image: url("img/news/news-header-bg.jpg") !important;
}

header.blog-bg {
    background-image: url("img/news/blog_cover.png") !important;
}

.load-more-post {
    padding: 0 15px;
}

.alm-reveal.row .p-2 {
    padding: 0 !important;
}

.news-bg .intro-text {
    padding-top: 150px !important;
}

.news-bg .banner-icon img {
    width: 100px;
}

.btn-square {
    border-radius: 5px !important;
}

.news-content {
    font-size: 16px;
}

.light-gray-text {
    color: lightslategray;
    font-size: 14px;
    margin-top: 5px !important;
}

.hr-margin {
    margin-bottom: 30px !important;
}

/********** NEWS PAGE CSS - END ****************/

/********** WISE PRODUCT LANDING CSS - START ************/

.landing-wise-bg {
    background-image: url("img/landing-wise/prod-wise-header-bg.jpg") !important;
}

.landing-wise-bg .intro-text {
    padding-top: 150px !important;
}

.landing-wise-bg .banner-icon img {
    width: 300px !important;
}

#landing-artificial-section .section-heading,
#landing-power-section .section-heading {
    font-size: 2.005rem;
}

#landing-artificial-section,
#contact-landing-section,
#landing-artificial-section {
    background-color: #ececec;
}

#landing-usecase-section {
    background-image: url("img/landing-wise/green-eye-bg.png") !important;
    background-position: top center;
    background-size: contain;
    padding-top: 280px;
    padding-bottom: 300px;
    background-repeat: no-repeat;
    background-color: #ececec;
}

#landing-usecase-section .col-lg-3:first-of-type {
    margin-left: 150px;
}

#contact-landing-section input[type="text"],
#contact-landing-section input[type="mail"],
#contact-landing-section textarea,
#contact-landing-section select {
    border-color: #424242;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
}

.bg-gray {
    background: #424242;
}

#landing-artificial-section h5 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

/********** WISE PRODUCT LANDING CSS - END ************/

/********** TRUE PRODUCT LANDING CSS - START ************/

.landing-true-bg {
    background-image: url("img/landing-true/prod-true-bg.jpg") !important;
}

.landing-true-bg .intro-text {
    padding-top: 150px !important;
}

.landing-true-bg .banner-icon img {
    width: 300px !important;
}

.landing-power-section-content p {
    line-height: 1.2
}

#landing-key-features-section {
    background-color: #d2ce25;
}

#landing-use-case-section {
    background-color: #ececec;
}

#landing-use-case-section .heading-border,
#contact-landing-section .heading-border {
    margin-top: 30px;
}

#landing-key-features-section .heading-border {
    border-color: #424242
}

.feature-icon img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.feature-icon img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#landing-advance-analytics {
    background-image: url("img/landing-true/gray-eye-bg.png") !important;
    background-position: center;
    background-size: contain;
    padding-top: 250px;
    padding-bottom: 250px;
    background-repeat: no-repeat;
    background-color: #ececec;
}

#contact-landing-section input[type=text],
#contact-landing-section input[type=email],
#contact-landing-section textarea,
#contact-landing-section select {
    border-radius: 0 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    width: 100%;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #424242, #424242);
    background-position: calc(100% - 20px) calc(1.5em + 2px), calc(100% - 15px) calc(1.5em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 3em 3.5em;
    background-repeat: no-repeat;
}

#contact-landing-section ::placeholder,
#contact-landing-section select {
    font-size: 14px;
    color: #424242;
}

/********** TRUE PRODUCT LANDING CSS - END ************/

/********** PARTNER WITH VIISIGHTS CSS - START ************/

.landing-section {
    background-size: cover;
    background-position: center;
    padding: 200px 0 145px;
    position: relative;
}

.landing-section .container {
    position: relative;
    z-index: 1;
}

.landing-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.landing-section .section-title {
    color: #fff;
    font-size: 40px;
    margin: 0;
    position: relative;
}

.landing-section .section-title--lg {
    font-size: 50px;
}

.landing-section__content .btn {
    margin-top: 50px;
    padding: 0.7rem 3.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.become-partner {
    color: #000;
}

.become-partner .section-title {
    color: #000;
    margin-bottom: 25px;
}

.become-partner .section-description {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    max-width: 990px;
}

.become-label {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.become-particle {
    display: flex;
    margin-bottom: 40px;
}

.become-particle span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #424242;
    margin-right: 20px;
}

.become-particle span:nth-child(2) {
    margin-right: 40px;
}

.become-particle span:last-child {
    background-color: #d2ce25;
    margin-right: 0;
}

.become-partner .btn-primary {
    color: #424242;
    padding: 8px 30px;
}

.become-partner .btn-primary:hover {
    color: #fff;
}

.block-section {
    padding: 0;
}

.block-content {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}

.block-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: all ease-in-out .3s;
}

.block-img:hover img {
    transform: scale(1.1);
}

.block-content:first-child .block-img.block-img-left:hover img,
.block-content:last-child .block-img.block-img-right:hover img {
    transform: scale(1);
}

.block-img-right {
    left: unset;
    right: 0;
}

.block-title {
    padding-right: 180px;
    position: relative;
    z-index: 1;
}

.block-title h3 {
    color: #000;
    font-size: 50px;
}

.block-text {
    padding-left: 70px;
    position: relative;
    z-index: 1;
}

.block-text ul {
    list-style: none;
    padding-left: 25px;
}

.block-text ul li {
    position: relative;
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
}

.block-text ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -22px;
    background-image: url('img/yellow-arrow.png');
    width: 13px;
    height: 13px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.block-content:nth-child(1) .block-text ul li:before {
    filter: brightness(100);
}

.block-content:nth-child(2) .block-title h3 {
    color: #fff;
}

.block-text .btn {
    margin-top: 20px;
}

.contact-us__card {
    padding: 80px 0 0px;
}

.contact-us-section {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 120px 0;
}

.contact-us-form .col-md-6:nth-child(2) .form-group {
    height: 100%;
}

.contact-us-form .wpcf7-textarea {
    height: calc(100% - 25px);
}

.contact-us-form .btn-fill {
    width: 220px;
    margin-top: 10px;
}

.contact-us__card .section-description {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
}

.contact-us__card .form-group {
    margin-bottom: 25px;
    position: relative;
}

.contact-us__card .form-control {
    border-radius: 0;
    background-color: #ececec;
    border: none;
    color: #000;
    font-size: 16px;
}

.contact-us__card .form-control::placeholder {
    color: #000;
}

.contact-us__card .section-title {
    color: #000;
    font-size: 35px;
    margin-bottom: 0px;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 10px;
}

.video-card {
    display: flex;
    --video--width: 1296;
    --video--height: 800;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.video-card__iframe {
    border: none;
    right: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
}

.request-call__button {
    padding: 100px 0 80px;
}

.request-call__button .btn {
    padding: 0.7rem 3.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

/********** PARTNER WITH VIISIGHTS CSS - END ************/

/********** THANK YOU CSS - START ************/

.thank-you-landing-section {
    padding: 300px 0;
    background-size: cover;
    background-position: center;
}

.thank-you-landing-section .section-title {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.thank-you-landing-section .section-subtitle {
    font-size: 40px;
    color: #d0ce23;
}

/********** THANK YOU CSS - END ************/

/********** TECHNOLOGY PARNTERS CSS - START ************/

.partners-innovation-section {
    padding: 90px 0 50px;
    background-position: top center;
    background-size: 100% 500px;
    background-repeat: no-repeat;
}

.partners-innovation__content .section-title {
    margin-bottom: 20px;
    color: #000000;
    font-size: 42px;
}

.partners-innovation__content .desc {
    color: #000000;
    font-size: 20px;
    font-family: 'Sansation-Light';
}

.partners-innovation__point {
    margin-top: 30px;
    margin-bottom: 40px;
}

.partners-innovation__point .list-label {
    font-size: 32px;
    color: #000000;
    margin-bottom: 0px;
}

.partners-innovation__list li {
    color: #000000;
    font-size: 20px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.4 22' style='enable-background:new 0 0 21.4 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23D1CC29;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='0' width='21.4' height='22'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpolyline class='st0' points='2.3,12 7.7,19.7 19.1,2.3 '/%3E%3C/g%3E%3C/svg%3E%0A");
    padding-left: 30px;
    background-position: left top 6px;
    background-repeat: no-repeat;
    background-size: 18px;
    font-family: 'Sansation-Light';
}

.new-partnership-title {
    font-size: 28px;
    margin-bottom: 0;
    color: #000;
}

.new-partnership-subtitle {
    font-size: 28px;
    color: #000;
    font-family: 'Sansation-Light';
    margin-bottom: 30px;
}

.new-partnership .btn {
    color: #424242;
    font-size: 18px;
    text-transform: uppercase;
}

.our-partner-section .section-title {
    color: #000;
    font-size: 42px;
    border-bottom: dotted 2px #d2ce25;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.our-partner__item {
    display: flex;
    border-bottom: dotted 2px #d2ce25;
    padding: 45px 0;
    flex-wrap: wrap;
    align-items: center;
}

.our-partner__logo {
    width: 300px;
    padding-right: 25px;
}

.our-partner__text {
    width: calc(100% - 300px);
    font-size: 16px;
    font-family: 'Sansation-Light';
    color: #000000;
}

.our-partner__text p {
    margin-bottom: 0px;
    line-height: 24px;
}

.contact-us-section.contact-us-technology {
    background-position: bottom center;
}

/*Prediction Recognition Start*/

.prediction-recognition-section,
.behavioral-analytics-section,
.top-square-section,
.product-top-section {
    position: relative;
    background-image: url('img/top-square-bg.png');
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 40px;
}

.landing-section--frame {
    height: 135px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.landing-section--frame .section-title span {
    color: #d2ce25;
    margin-left: 8px;
}

.landing-section__icon {
    margin-bottom: 15px;
    max-width: 120px;
}

.landing-section--frame::before {
    content: "";
    position: absolute;
    background-image: url('img/title-frame-left.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
    width: 30px;
    top: 0;
    z-index: 5;
}

.landing-section--frame::after {
    content: "";
    position: absolute;
    background-image: url('img/title-frame-right.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    width: 30px;
    top: 0;
    z-index: 5;
}

.landing-section--frame.frame-yellow::before {
    background-image: url('img/title-frame-left-yellow.png');
}

.landing-section--frame.frame-yellow::after {
    background-image: url('img/title-frame-right-yellow.png');
}

.landing-section--frame-right {
    position: relative;
}

.landing-section--frame-right:after {
    content: "";
    position: absolute;
    background-image: url('img/square-rectangle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    width: 250px;
    height: 185px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.section-dashline-heading {
    position: relative;
    border-bottom: dotted 4px #d2ce26;
    font-size: 36px;
    color: #000000;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.section-dashline-heading-sm {
    font-size: 28px;
}

.section-dashline-heading.dashline-pink {
    border-bottom: dotted 4px #BB3F98;
}

.prediction-recognition-section .description,
.behavioral-analytics-section .description,
.product-top-section .description,
.top-square-section .description {
    font-size: 17px;
    color: #000000;
    font-family: 'Sansation-Regular';
}

.prediction-recognition-section .description p,
.behavioral-analytics-section .description p,
.product-top-section .description p,
.top-square-section .description p {
    line-height: 26px;
    margin-bottom: 25px;
}

.showcase-video {
    margin-top: 34px;
}

.showcase-video .title {
    color: #000000;
    font-size: 28px;
    margin-bottom: 15px;
}

.showcase-video__iframe {
    position: relative;
}

.showcase-video__iframe a {
    display: block;
}

.vimeo-video__poster .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 90px;
    margin: auto;
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.vimeo-video__poster .play-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.behavioral-section,
.bottom-square-section {
    padding-top: 70px;
    padding-bottom: 120px;
    position: relative;
    background-image: url('img/bottom-square-bg.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.behavioral-section .row .col {
    margin-bottom: 30px;
}

.behaviors-card {
    border: none;
    background-color: #424242;
    border-radius: 0;
    background-image: url('img/Behavior-card-bg.png');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.behaviors-card .card-body {
    padding: 50px;
}

.cta-box {
    margin-top: 120px;
}

.cta-box__title {
    font-size: 32px;
    color: #000;
    margin-bottom: 45px;
}

.behaviors-card .card-icon {
    height: 120px;
    max-width: 120px;
    object-fit: contain;
    margin-bottom: 25px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.behaviors-card .card-icon:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.behaviors-card .title {
    color: #d2ce25;
    font-size: 28px;
    margin-bottom: 20px;
}

.behaviors-card .description {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Sansation-Light';
}

.card-behavior-form {
    background-image: url('img/contact-form-background.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #424242;
    border-radius: 0px;
    margin-bottom: 50px;
}

.card-behavior-form .card-body {
    padding: 40px 40px 60px;
}

.card-behavior-form .title {
    color: #d2ce25;
    font-size: 32px;
}

.card-behavior-form .subtitle {
    color: #fff;
    font-size: 22px;
    font-family: 'Sansation-Regular';
    margin-bottom: 40px;
}

.behavior-form .form-control {
    border-radius: 0;
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    height: auto;
}

.behavior-form .wpcf7 form .wpcf7-response-output {
    color: #ffffff;
}

.behavior-form textarea.form-control {
    height: 158px;
}

.behavior-form .information-handle-text {
    color: #ffffff;
}

.behavior-form .form-control::placeholder {
    color: #fff;
    font-family: 'Sansation-light';
}

.behavior-form .form-control::-moz-placeholder {
    color: #fff;
    font-family: 'Sansation-light';
}

.behavior-form .form-control:-ms-input-placeholder {
    color: #fff;
    font-family: 'Sansation-light';
}

.behavior-form .form-control::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Sansation-light';
}

.smartcity-section .request-call__button .btn {
    text-transform: unset;
}

/*Prediction Recognition End*/

/*Step Further Start*/

.step-further-section .row .col {
    margin-bottom: 40px;
}

.step-further-section .behaviors-card {
    background-image: url('img/card-bg.png');
}

.common-heading {
    font-size: 28px;
    color: #000000;
}

.step-further-section .common-heading {
    margin-bottom: 40px;
}

.default-modal .modal-dialog {
    max-width: 1000px;
}

.default-modal .modal-content {
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    background-color: rgba(249, 249, 249, 1.00);
}

.default-modal button.close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #424242;
    font-family: inherit;
    font-size: 12px;
    line-height: 14px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(210, 206, 37, 1.00);
    opacity: 1;
    z-index: 5;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    outline: none !important;
}

.default-modal button.close:hover {
    opacity: 1;
}

.default-modal .modal-body {
    padding: 28px 20px;
}

.default-modal .modal-title {
    font-size: 28px;
    color: #424242;
    margin-bottom: 30px;
}

.default-modal .form-control {
    border-radius: 0;
    background-color: #ececec;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
}

.default-modal select {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #424242, #424242);
    background-position: calc(100% - 22px) calc(1.5em + -3px), calc(100% - 15px) calc(1.5em + -3px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3.5em;
    background-repeat: no-repeat;
}

.pum .form-control {
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
}

.pum select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #424242, #424242);
    background-position: calc(100% - 22px) calc(1.5em + -3px), calc(100% - 15px) calc(1.5em + -3px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3.5em;
    background-repeat: no-repeat;
}

/*Step Further End*/

/*Viisights Transportation Start*/

.viisights-transportation-section {
    padding-bottom: 100px;
}

.viisights-intelligent-section {
    background-image: url('img/intelligent-background.jpg');
    background-color: #dbd759;
    background-repeat: repeat-x;
    padding-top: 120px;
    padding-bottom: 120px;
}

.viisights-transportation-section .description {
    font-size: 17px;
    color: #000000;
    font-family: 'Sansation-Light';
}

.viisights-transportation-section .description p {
    line-height: 26px;
    margin-bottom: 25px;
}

.ebook-download-box {
    border: solid 1px #949494;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.ebook-download-box .title {
    color: #000000;
    font-size: 28px;
    max-width: 730px;
}

.ebook-download__btn {
    display: flex;
    flex-direction: column;
}

.ebook-download__btn .btn:not(:last-child) {
    margin-bottom: 10px;
}

.viisights-intelligent__content .description {
    font-size: 17px;
    color: #000000;
    font-family: 'Sansation-Light';
}

.viisights-intelligent__content .description ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.viisights-intelligent__content .description ul li {
    color: #000000;
    font-size: 17px;
    padding-left: 25px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.4 22' style='enable-background:new 0 0 21.4 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23ffffff;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='0' width='21.4' height='22'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpolyline class='st0' points='2.3,12 7.7,19.7 19.1,2.3 '/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: left top 23px;
    background-repeat: no-repeat;
    background-size: 14px;
    font-family: 'Sansation-Light';
    padding: 18px 0 18px 25px;
    border-bottom: solid 1px #f1efbd;
}

.viisights-intelligent__content .description ul li:last-child {
    border-bottom: none;
}

.viisights-intelligent__content .section-dashline-heading {
    font-size: 24px;
    border-bottom-color: #ffffff;
    margin-bottom: 0px;
}

.viisights-intelligent__content {
    margin-left: -30px;
    margin-right: -30px;
}

.viisights-intelligent__content .col {
    padding-left: 30px;
    padding-right: 30px;
}

.viisights-intelligent__content .showcase-video .title {
    font-size: 24px;
}

/*Viisights Transportation End*/

/*Perimeter Protection Start*/

.fighting-section {
    padding-bottom: 120px;
}

.perimeter-card {
    border: none;
    border-radius: 0;
    height: 100%;
}

.perimeter-card__img {
    position: relative;
    max-height: 240px;
}

.perimeter-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.perimeter-card__img:after {
    content: "";
    position: absolute;
    background-image: url('img/square-rectangle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    top: 0;
    width: 250px;
    height: 185px;
    margin: auto;
    left: 0;
    z-index: 5;
}

.perimeter-card .card-body {
    background-color: #424242;
    padding: 25px 25px 50px;
    position: relative;
    background-image: url('./img/fighting-bg-2.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}

.perimeter-card .title {
    font-size: 24px;
    margin-bottom: 16px;
    color: #d2ce25;
    position: relative;
    z-index: 1;
}

.perimeter-card .description {
    font-size: 17px;
    color: #ffffff;
    font-family: 'Sansation-Light';
    z-index: 1;
    position: relative;
}

.fighting-section .col:first-child .perimeter-card .card-body {
    background-color: #d2ce25;
    background-image: url('./img/fighting-bg-1.png');
}

.fighting-section .col:last-child .perimeter-card .card-body {
    background-color: #BB3F98;
    background-image: url('./img/fighting-bg-3.png');
}

.fighting-section .col:first-child .perimeter-card .title {
    color: #BB3F98;
}

.fighting-section .col:first-child .perimeter-card .description {
    color: #303030;
}

.page-template-perimeter-protection .modal-requestDemo .wpcf7-submit,
.page-template-traffic-monitoring .modal-requestDemo .wpcf7-submit,
.page-template-environmental-personal-safety .modal-requestDemo .wpcf7-submit,
.page-template-events .modal-requestDemo .wpcf7-submit,
.page-template-education-campuses .modal-requestDemo .wpcf7-submit {
    background-color: #BB3F98 !important;
    border-color: #BB3F98 !important;
    color: #ffffff !important;
}

.page-template-perimeter-protection .modal-requestDemo .modal-content,
.page-template-traffic-monitoring .modal-requestDemo .modal-content {
    background-color: #ececec;
}

.page-template-perimeter-protection .modal-requestDemo .form-control,
.page-template-traffic-monitoring .modal-requestDemo .form-control {
    background-color: #f9f9f9 !important;
    border-color: #f9f9f9 !important;
}

/*Perimeter Protection End*/

/*Urban Mmobility End*/

.urban-mobility-section {
    padding-top: 20px;
    padding-bottom: 120px;
}

.urban-mobility-section .section-dashline-heading {
    font-size: 32px;
}

.urban-mobility-section .row .col:first-child {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 20px;
}

.urban-mobility-section .row .col:last-child {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 20px;
}

.urban-mobility-card {
    border-radius: 0;
    background-color: #f3f3f4;
    border: solid 1px #a1a1a1;
}

.urban-mobility-card .card-header {
    display: flex;
    border: none;
    background-color: #424242;
    padding: 0;
    border-radius: 0;
    margin: -1px;
}

.urban-mobility-section .row .col:last-child .urban-mobility-icon {
    background-color: #BB3F98;
}

.urban-mobility-icon {
    display: block;
    background-color: #d2ce25;
    padding: 15px;
}

.urban-mobility-icon img {
    max-width: 80px;
}

.urban-mobility-card .card-header .title {
    margin-bottom: 0;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 24px;
    padding: 20px 25px;
    color: #fff;
    background-image: url('./img/Traffic-Monitoring-card_bg.png');
    background-position: center left -60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.urban-mobility-card .card-body {
    padding: 50px 40px 25px;
}

.urban-mobility-card .description h5 {
    font-size: 22px;
    color: #424242;
    margin-bottom: 10px;
}

.urban-mobility-card .description p {
    font-size: 17px;
    color: #424242;
    font-family: 'Sansation-Light';
    margin-bottom: 25px;
}

/*Urban Mmobility End*/

/*Smart City Start*/

.smartcity-section {
    padding-top: 70px;
    padding-bottom: 50px;
    position: relative;
    background-image: url('img/bottom-square-bg.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.smartcity-section__content .section-dashline-heading {
    font-size: 26px;
}

.smartcity-section__content .description ul {
    list-style: none;
    padding: 0px;
}

.smartcity-section__content .description ul li {
    color: #000000;
    font-size: 17px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.4 22' style='enable-background:new 0 0 21.4 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23D1CC29;stroke-width:4.5;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='0' width='21.4' height='22'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpolyline class='st0' points='2.3,12 7.7,19.7 19.1,2.3 '/%3E%3C/g%3E%3C/svg%3E%0A");
    padding-left: 25px;
    background-position: left top 6px;
    background-repeat: no-repeat;
    background-size: 14px;
    font-family: 'Sansation-Light';
    margin-bottom: 20px;
}

/*Smart City End*/

/*Suspicious Activity Start*/

.identify-grid .identify-card:not(:last-child) {
    margin-bottom: 60px;
}

.identify-card {
    background-color: #424242;
    border-radius: 0;
    border: none;
    flex-direction: row;
}

.identify-card__icon {
    width: 145px;
    background-color: #d2ce25;
    display: flex;
    align-items: center;
    justify-content: center;
}

.identify-card__icon img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.identify-card__icon img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.identify-card .card-body {
    background-image: url('img/identify-card-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: calc(100% - 145px);
    padding: 50px;
}

.identify-card .title {
    font-size: 24px;
    color: #d2ce25;
    margin-top: 0;
    margin-bottom: 12px;
}

.identify-card .description {
    font-size: 16px;
    color: #fff;
    font-family: 'Sansation-Light';
}

/*Suspicious Activity End*/

/*TECHNOLOGY PARNTERS Responsive Start*/

/*TECHNOLOGY PARNTERS Responsive End*/

/********** TECHNOLOGY PARNTERS CSS - END ************/

/********** BANKING LANDING CSS - START ************/
.behaviours {
    display: flex;
    flex-wrap: wrap;
}

.behaviour-point {
    flex: 0 0 48.5%;
    max-width: 48.5%;
    position: relative;
    padding: 10px;
    padding-left: 60px;
    border: 1px solid #c6c6c7;
    background-image: none;
    background-color: #f3f3f4;
    margin-bottom: 30px;
}

.behaviour-point:nth-child(even) {
    margin-left: auto;
}

.behaviour-point:after {
    content: '';
    height: calc(100% + 2px);
    background-color: #BB3F98;
    position: absolute;
    left: -1px;
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px;
    background-image: url("img/check.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.behaviours-link .behaviour-point:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.002 1.002 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z'/%3E%3Cpath d='M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243L6.586 4.672z'/%3E%3C/svg%3E");
    background-size: 26px;
}

.behaviours-link .behaviour-point a {
    color: #4b4b4b;
}

.behaviours-link .behaviour-point a:hover {
    color: #d2ce25;
}

.banking-content-section .card-behavior-form {
    background-color: #ECECEC;
    border: 0;
}

.banking-content-section .card-behavior-form .title,
.banking-content-section .card-behavior-form .behavior-form .information-handle-text a {
    color: #BB3F98;
}

.banking-content-section .card-behavior-form .subtitle,
.banking-content-section .card-behavior-form .behavior-form .form-control::placeholder,
.banking-content-section .card-behavior-form .behavior-form .information-handle-text {
    color: #000000;
}

.banking-content-section .card-behavior-form .behavior-form .form-control {
    background-color: #FFFFFF;
    color: #000000;
    border: 0;
}

.banking-content-section .card-behavior-form .behavior-form .btn-primary,
.banking-content-section .card-behavior-form .behavior-form .btn-primary:hover {
    background-color: #BB3F98 !important;
    border-color: #BB3F98 !important;
    color: #FFFFFF;
}

.banking-content-section .card-behavior-form .behavior-form-success .btn-primary,
.banking-request-modal .btn-primary,
.banking-request-modal .modal-header .close,
.modal-career .modal-header .close {
    background-color: #BB3F98;
    border-color: #BB3F98;
    color: #FFFFFF;
}

.banking-content-section .behavior-form .wpcf7 form .wpcf7-response-output {
    color: #4b4b4b;
}

/********** BANKING LANDING CSS - END ************/

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    border-radius: 5px;
    border-color: #d2ce25;
    border: 1px solid #d2ce25;
    background: #ececec;
    padding: 10px;
    color: #4b4b4b;
}

.search-form input::placeholder {
    color: #434343;
}

.search-form button {
    position: absolute;
    right: 0;
    background: #ceca25;
    border: none;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
    padding: 0px 13px;
    cursor: pointer;
}

.search-form input:focus-visible {
    outline: 0;
}

.search-form button:focus {
    outline: 0;
}

.ajax-load-more-wrap .alm-reveal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.embedpress-pdf {
    text-align: center;
}

/**************************************
**************MEDIA QUERIES************
***************************************/

/* @media (min-width: 1350px) {
    .container {
        max-width: 1320px;
    }
} */

@media (min-width: 768px) and (max-width: 1024px) {
    #solution-section .col-md-6 {
        margin-bottom: 30px;
    }

    #experience-video-section .technology-content {
        padding-left: 20px;
        text-align: center;
    }

    #single-news .col-lg-8 {
        margin-bottom: 40px;
    }

    .behaviour-point {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .event-contact-bg {
        min-height: 380px;

    }
}

@media only screen and (max-width: 1366px) {

    #mainNav .navbar-nav .nav-item .nav-link,
    #mainNav .navbar-nav>.menu-item>a:not(.custom-open-submenu) {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .landing-section {
        padding: 200px 0;
    }

    .landing-section .section-title {
        font-size: 35px;
    }

    .block-title {
        padding-right: 100px;
    }

    .block-text {
        padding-left: 20px;
    }

    .navbar-nav ul.sub-menu {
        position: static;
    }

    .navbar-nav ul.sub-menu ul.sub-menu {
        border: none;
        padding: 0px 10px 0;
        margin: 0;
    }

    .navbar-nav ul.sub-menu ul.sub-menu .menu-item>a {
        padding: 4px 8px;
    }

    .cabin-content br {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .landing-section {
        padding: 150px 0;
    }

    .landing-section .section-title {
        font-size: 28px;
        padding-top: 0;
        align-items: center;
    }

    .block-content {
        padding: 50px 0;
    }

    .block-title h3 {
        font-size: 35px;
    }

    .block-title {
        padding-right: 80px;
    }

    .block-text .btn {
        white-space: pre-wrap;
    }

    .contact-us-section {
        padding: 50px 0;
    }

    .contact-us__card .form-group {
        margin-bottom: 20px;
    }

    .contact-us-form .wpcf7-textarea {
        height: calc(100% - 20px);
    }

    .contact-us__card .section-title {
        font-size: 30px;
    }

    .contact-us__card .section-description {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .become-particle span {
        margin-right: 15px;
    }

    .become-particle span:nth-child(2) {
        margin-right: 30px;
    }

    .thank-you-landing-section {
        padding: 170px 0;
    }

    .thank-you-landing-section .section-title {
        font-size: 50px;
    }

    .thank-you-landing-section .section-subtitle {
        font-size: 35px;
    }

    .social-buttons .list-inline-item {
        margin-bottom: 10px;
    }

    .our-partner__item {
        padding: 35px 0;
    }

    .partners-innovation-section {
        background-size: contain;
    }

    .prediction-recognition-section,
    .behavioral-analytics-section,
    .product-top-section,
    .top-square-section {
        padding-top: 60px;
        padding-bottom: 20px;
        background-size: contain;
    }

    .section-dashline-heading {
        font-size: 32px;
        margin-bottom: 26px;
        padding-bottom: 10px;
    }

    .section-dashline-heading br {
        display: none;
    }

    .behaviors-card .card-body {
        padding: 30px;
    }

    .cta-box {
        margin-top: 100px;
    }

    .cta-box__title {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .behavioral-section,
    .step-further-section,
    .bottom-square-section {
        padding-top: 60px;
        padding-bottom: 100px;
        background-size: contain;
    }

    .behaviors-card .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .behaviors-card .description {
        font-size: 16px;
    }

    .landing-section--frame .section-title {
        padding: 15px;
    }

    .smartcity-section {
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .request-call__button {
        padding: 60px 0 40px;
    }

    #footer-section .custom-open-submenu {
        display: none !important;
    }

    #footer-section ul.sub-menu {
        display: block !important;
    }

    .identify-grid .identify-card:not(:last-child) {
        margin-bottom: 50px;
    }

    .identify-card .card-body {
        padding: 30px;
    }

    #video-section iframe {
        height: 200px;
    }

    .urban-mobility-section .row .col:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 20px;
    }

    .urban-mobility-section .row .col:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 20px;
    }

    .urban-mobility-card {
        margin-bottom: 40px;
    }

    .urban-mobility-section {
        padding-top: 20px;
        padding-bottom: 80px;
    }

    .urban-mobility-section .urban-mobility-section .cta-box {
        margin-top: 40px;
    }
}

/**** Mobile devices *****/

@media only screen and (max-width: 767px) {
    .navbar-nav .dropdown-menu.show {
        display: block !important;
    }

    .navbar-nav .dropdown-menu .dropdown-menu {
        border: none;
        margin-left: 10px;
    }

    .container {
        max-width: 100%;
    }

    .tp-bgimg {
        background-position: 79% 50% !important;
    }

    #solution-section .col-lg-3,
    #experience-video-section .tech-1 {
        margin-bottom: 30px;
    }

    #experience-video-section .technology-content {
        padding-left: 20px;
        text-align: center;
    }

    #experience-video-section img,
    #solution-section .img-block img {
        width: auto;
    }

    #video-everywhere-section .col-md-4 {
        padding-right: 15px;
    }

    .copyright-text {
        margin-top: 50px;
    }

    .copyright-text .white-text:nth-child(5) {
        display: block;
    }

    /* .copyright-text span.white-text:nth-child(4), .copyright-text span.white-text:nth-child(6) {
        display: none;
    } */
    .btn-xl,
    .btn-xxl {
        font-size: 16px;
    }

    #video-section {
        background: #d2ce25;
    }

    .video-section {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .video-section iframe,
    .video-section object,
    .video-section embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #key-features-section .col-md-3,
    #use-case-section .col-md-4,
    #features-section .col-md-6,
    #contact-section .col-md-6,
    #single-news .col-lg-8 {
        margin-bottom: 40px;
    }

    .border-right,
    .border-bottom {
        border: none !important;
    }

    .box-container {
        min-height: auto;
    }

    #features-section .col-md-6 {
        text-align: center;
    }

    .cabin-section-1,
    .cabin-section-2,
    .cabin-section-3 {
        padding: 30px;
    }

    #nvidia-section .col-md-6 {
        text-align: center !important;
        margin-bottom: 20px;
    }

    .employee-details {
        width: 100% !important;
    }

    .employee-details,
    .employee-details p {
        text-align: center !important;
    }

    #hiring-section .banner-icon,
    #hiring-section .hiring-font {
        margin-bottom: 0 !important;
    }

    #hiring-section .bg-green {
        min-height: 200px !important;
        margin-bottom: 20px;
    }

    #news-section .pr-5 {
        padding-right: 0 !important
    }

    .hiring-font {
        font-size: 14px;
    }

    #functionality-section .heading-border {
        visibility: hidden;
    }

    #offer-section {
        background-color: #424242;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .d-sm-none {
        display: none;
    }

    #features-section h3 {
        font-size: 1.2rem !important;
        font-weight: bold !important;
    }

    .cabin-bg .intro-text .intro-lead-in {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .light-gray-text {
        color: #d2ce25;
    }

    #news-section .col-md-9:first-of-type {
        margin-bottom: 0 !important;
    }

    #news-section .col-md-4:last-of-type {
        margin-bottom: 0 !important;
    }

    #operation-flow-section,
    #use-case-section {
        background: #fff;
    }

    #key-features-section {
        background: #ececec;
    }

    #offer-section .green-text {
        color: #fff !important;
    }

    #features-section,
    #power-section,
    #product-model-section,
    #news-section {
        background: #fff !important;
    }

    #leading-team-section {
        background: none !important;
    }

    #leading-team-section .bg-green {
        background-color: #d2ce25 !important;
        background-image: url(img/about/team-green-bg.jpg);
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 130px;
        margin-bottom: 50px;
    }

    #leading-team-section .border-white {
        border-color: #d2ce25 !important;
    }

    .team-img {
        position: relative;
        top: -130px;
        margin-bottom: -130px;
    }

    #video-section iframe {
        min-height: auto !important;
    }

    .content-pad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #single-news .float-left,
    #single-news .float-right {
        float: none !important;
    }

    .big-mt {
        margin-top: 3rem !important;
    }

    .landing-section .section-title {
        font-size: 22px;
    }

    .landing-section .section-title br {
        display: none;
    }

    .technology-landing-section.landing-section .section-title {
        font-size: 28px;
        padding: 0 10px;
        max-width: 345px;
        margin: auto;
    }

    .landing-section {
        padding: 80px 0;
    }

    .become-partner {
        text-align: center;
    }

    .become-partner .section-title {
        font-size: 24px;
    }

    .become-partner .section-description {
        margin-bottom: 20px;
    }

    .become-particle {
        justify-content: center;
        margin-bottom: 25px;
    }

    .become-particle span {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }

    .become-particle span:nth-child(2) {
        margin-right: 20px;
    }

    .become-label {
        font-size: 20px;
    }

    .become-partner .btn-primary {
        padding: 8px 20px;
        font-size: 12px;
    }

    .block-content {
        padding: 0px 0;
    }

    .block-title {
        padding-right: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-text {
        padding-left: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .block-content {
        text-align: center;
        background-color: #efefef;
    }

    .block-content .col {
        position: relative;
    }

    .block-img-left {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }

    .block-img-right {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
    }

    .block-title h3 {
        margin-bottom: 0;
    }

    .block-text .btn {
        padding: 5px 15px;
        font-size: 14px;
    }

    .block-text ul {
        padding-left: 0;
        margin-bottom: 0px;
    }

    .block-text ul li {
        margin-bottom: 25px;
    }

    .block-text ul li:last-child {
        margin-bottom: 0;
    }

    .block-text ul li:before {
        width: 20px;
        height: 20px;
        transform: unset;
        position: static;
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }

    .block-content:nth-child(1) .block-text ul li:before {
        filter: brightness(100);
    }

    .contact-us__card .section-title,
    .contact-us__card .section-description {
        text-align: center;
    }

    .contact-us__card .form-group {
        margin: 0 auto;
    }

    .contact-us__card .section-description {
        font-size: 16px;
    }

    .contact-us__card .form-control {
        font-size: 14px;
    }

    .contact-us__card .form-group {
        margin-bottom: 12px;
    }

    .thank-you-landing-section {
        padding: 100px 0;
    }

    .thank-you-landing-section .section-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .thank-you-landing-section .section-subtitle {
        font-size: 25px;
    }

    .social-buttons .list-inline-item {
        margin-bottom: 0;
    }

    .video-card {
        margin-bottom: 30px;
    }

    .contact-us__card {
        padding: 20px 0 40px;
    }

    .request-call__button {
        padding: 50px 0 40px;
    }

    .landing-section__content .btn {
        margin-top: 35px;
    }

    .contact-us-form .col-md-12 .form-group {
        text-align: center;
    }

    .become-partner .btn-primary,
    .block-text .btn {
        max-width: 330px;
        margin: auto;
        width: 100%;
        display: block;
        white-space: pre-wrap;
    }

    .block-text .btn {
        margin-top: 30px;
    }

    .partners-innovation-section {
        padding: 60px 0 40px;
    }

    .partners-innovation__content .section-title {
        font-size: 32px;
    }

    .partners-innovation__point .list-label {
        font-size: 22px;
    }

    .new-partnership-title {
        font-size: 24px;
    }

    .new-partnership-subtitle {
        font-size: 18px;
        line-height: 24px;
    }

    .partners-innovation__content .desc {
        font-size: 18px;
    }

    .partners-innovation__list li {
        font-size: 18px;
        margin: 10px 0;
    }

    .partners-innovation__point .list-label {
        margin-bottom: 20px;
    }

    .partners-innovation__point {
        margin-bottom: 30px;
    }

    .partners-innovation__content .become-particle {
        justify-content: left;
    }

    .our-partner__logo {
        width: 100%;
        margin-bottom: 25px
    }

    .our-partner__text {
        width: 100%;
    }

    .our-partner-section .section-title {
        font-size: 32px;
    }

    .contact-us-technology .contact-us__card .section-title {
        font-size: 28px;
        text-align: left;
    }

    .contact-us-technology .contact-us__card .section-description {
        font-size: 18px;
        line-height: normal;
        text-align: left;
    }

    .section-dashline-heading {
        font-size: 24px;
    }

    .prediction-recognition-section,
    .behavioral-analytics-section,
    .product-top-section,
    .top-square-section {
        padding-top: 30px;
    }

    .prediction-recognition-section .description p,
    .behavioral-analytics-section .description p,
    .product-top-section .description p,
    .top-square-section .description p {
        line-height: 22px;
        margin-bottom: 20px;
    }

    .behaviors-card .card-body {
        padding: 40px 25px 30px;
    }

    .cta-box {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cta-box__title {
        font-size: 22px;
    }

    .behaviors-card .card-icon {
        height: 90px;
        margin-bottom: 20px;
    }

    .showcase-video .title {
        font-size: 24px;
    }

    .card-behavior-form {
        background-size: 700px;
        margin-bottom: 30px;
    }

    .behavior-form textarea.form-control {
        height: 100px;
    }

    .smartcity-section {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .smartcity-section__content .col {
        padding-top: 50px;
    }

    .vimeo-video__poster .play-icon {
        max-width: 60px;
    }

    .ebook-download-box {
        padding: 20px 20px 25px;
    }

    .ebook-download-box .title {
        margin-bottom: 15px;
        width: 100%;
        font-size: 22px;
    }

    .viisights-transportation-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .viisights-intelligent-section {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .viisights-intelligent__content {
        margin-left: -15px;
        margin-right: -15px;
    }

    .viisights-intelligent__content .showcase-video {
        margin-bottom: 40px;
    }

    .viisights-intelligent__content .col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .viisights-intelligent__content .description ul li:last-child {
        border-bottom: solid 1px #f1efbd
    }

    .viisights-intelligent__content .section-dashline-heading {
        margin-bottom: 10px;
    }

    .viisights-intelligent__content .description ul li {
        padding: 10px 0 10px 25px;
        background-position: left top 15px;
    }

    #footer-section .col {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .bottom-square-section {
        padding-top: 30px;
    }

    .identify-grid .identify-card:not(:last-child) {
        margin-bottom: 40px;
    }

    .identify-card {
        flex-direction: column;
    }

    .identify-card__icon {
        width: 100%;
        padding: 30px 10px;
    }

    .identify-card .card-body {
        width: 100%;
        text-align: center;
    }

    .technological-content {
        padding: 10px 90px 60px;
    }

    .technological-arrow {
        font-size: 14px;
    }

    .technological-arrow.bottom img {
        max-height: 20px;
        width: 3px !important;
        object-fit: cover;
        object-position: bottom;
        margin-bottom: 5px;
        display: flex;
    }

    .technological-arrow.left {
        top: calc(50% - 30px);
    }

    .technological-arrow.right {
        top: calc(50% - 30px);
    }

    .technological-arrow.left img {
        margin-left: 10px;
        max-width: 25px;
        object-position: left;
        object-fit: contain;
    }

    .technological-arrow.right img {
        margin-right: 3px;
        max-width: 25px;
        object-position: left;
        object-fit: contain;
        top: calc(50% - 30px);
    }

    .urban-mobility-icon {
        padding: 10px;
    }

    .urban-mobility-icon img {
        max-width: 40px;
    }

    .urban-mobility-section {
        padding-top: 40px;
    }

    .urban-mobility-card .card-body {
        padding: 30px 25px 15px;
    }

    .urban-mobility-section .section-dashline-heading {
        font-size: 28px;
    }

    .urban-mobility-card .card-header .title {
        padding: 15px 20px;
    }

    .urban-mobility-section .cta-box {
        margin-top: 20px;
    }

    .fighting-section {
        padding-bottom: 60px;
    }

    .perimeter-card {
        height: auto;
        margin-bottom: 40px;
    }

    .perimeter-protection-landing-section {
        height: 295px;
        align-items: center;
    }

    .landing-section--frame-right:after {
        width: 172px;
        height: 128px;
    }

    .page-template-perimeter-protection #footer-section,
    .page-template-traffic-monitoring #footer-section {
        background-image: url('./img/footer-mobile-bg.png');
        background-position: right center;
        background-size: contain;
        background-repeat: repeat;
    }

    .page-template-perimeter-protection #footer-section .col h5.green-text,
    .page-template-perimeter-protection #footer-section .col-md-3 h5.green-text,
    .page-template-traffic-monitoring #footer-section .col h5.green-text,
    .page-template-traffic-monitoring #footer-section .col-md-3 h5.green-text {
        display: inline-block;
        padding-right: 15px;
    }

    .page-template-perimeter-protection #footer-section .col h5.green-text:after,
    .page-template-perimeter-protection #footer-section .col-md-3 h5.green-text::after,
    .page-template-traffic-monitoring #footer-section .col h5.green-text:after,
    .page-template-traffic-monitoring #footer-section .col-md-3 h5.green-text::after {
        display: none;
    }

    .behaviour-point {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .event-contact-bg {
        min-height: 180px;
        margin-top: 0px;
    }


}

@media (max-width: 575.98px) {
    .cta-box .btn {
        font-size: 16px;
        display: block;
    }

    .section-dashline-heading {
        font-size: 26px;
    }

    .ebook-download-box .title {
        font-size: 20px;
    }

    #footer-section {
        padding: 50px 0;
    }

    #footer-section .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #footer-section .col hr {
        display: none;
    }

    #footer-section ul {
        margin-top: 15px;
    }

    #footer-section .col h5.green-text,
    #footer-section .col-md-3 h5.green-text {
        padding-bottom: 15px;
        margin-bottom: 0;
        position: relative;
    }

    #footer-section .col h5.green-text:after,
    #footer-section .col-md-3 h5.green-text::after {
        content: "";
        position: absolute;
        left: 0;
        background-color: #7b7b7b;
        bottom: 0;
        width: 150px;
        height: 1px;
    }

    .copyright-text {
        margin-top: 30px;
    }

    #footer-section .row.text-left>.col-md-12 {
        margin-bottom: -50px;
        padding-bottom: 30px;
        background-color: #555555;
        margin-top: 40px;
    }

    #footer-section .copyright-text .green-text {
        display: block;
    }

    .urban-mobility-section .section-dashline-heading {
        font-size: 26px;
    }

    .landing-section__content .btn {
        margin-left: 0 !important;
    }

    .about-company_link {
        gap: 8px;
        ;
        flex-wrap: nowrap;
    }

    .about-company_link .btn-equal {
        flex: 1;
        padding: 8px 5px !important;
    }
}

/**** Smaller Mobile Devices *****/

@media only screen and (max-width:320px) {
    .main-logo {
        width: 220px;
    }

    .btn-xl {
        font-size: 14px;
        width: 100%;
        padding: 10px;
    }
}

/** Landing Page Media Query CSS *****/

.menu-open .navbar {
    background: #424242 !important;
}

@media only screen and (max-width: 1024px) {
    iframe {
        max-width: 100%;
    }

    #landing-advance-analytics {
        padding-top: 150px;
        padding-bottom: 210px;
        background-size: cover;
    }

    #landing-usecase-section .col-lg-3:first-of-type {
        margin-left: 120px;
    }

    #landing-usecase-section {
        padding-top: 150px;
        padding-bottom: 220px;
    }

    .solid-bg {
        background: #424242 !important;
    }

    .transparent-bg {
        background: transparent !important;
    }

    .fixed-top {
        max-height: 100vh;
        overflow: auto;
    }

    .fixed-top .navbar-collapse {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1199.99px) {
    .custom-open-submenu {
        right: 0;
        position: absolute;
        top: 0;
        width: 42px;
        height: 42px;
        color: #fff;
        text-align: center;
        padding-top: 10px;
        display: block !important;
        z-index: 6;
        cursor: pointer;
    }

    .current-page-parent .fa {
        color: #000;
    }

    .custom-open-submenu:focus,
    .custom-open-submenu:hover {
        color: #ffffff !important;
    }

    .masthead.hero-section {
        max-height: 717px;
        height: 100vh;
    }

    header.masthead .intro-text {
        padding-top: 350px;
    }

    .masthead__bg img {
        max-width: 509px;
        margin-top: 148px;
    }
}

@media only screen and (max-width: 991.99px) {
    header.masthead .intro-text .container {
        max-width: 100%;
    }

    .masthead.hero-section {
        height: auto;
    }

    header.masthead .intro-text {
        padding-top: 250px;
        padding-bottom: 103px;
    }

    .masthead__bg img {
        max-width: 55.173%;
        margin-top: 125px;
    }
}

@media only screen and (width: 768px) {
    #landing-usecase-section .col-lg-3 {
        padding: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .technology-content {
        padding: 10px;
    }

    .img-content-block {
        min-height: 450px !important;
    }

    .cabin-section-1 {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .img-content-block {
        min-height: 430px;
    }

    #artificial-section {
        background-size: cover;
    }

    header.news-bg,
    header.blog-bg {
        background-position: top left
    }

    #landing-advance-analytics {
        background-image: none !important;
        background-color: #424242;
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: none !important;
    }

    #landing-advance-analytics h3 {
        color: #fff;
    }

    #landing-advance-analytics .offset-md-2 {
        margin-right: 0 !important;
    }

    #landing-artificial-section h5 {
        font-size: 1rem;
        font-weight: bold;
    }

    #landing-usecase-section {
        background-color: #d2ce25;
        padding-top: 30px;
        padding-bottom: 30px;
        background-image: url('img/landing-wise/green-square.jpg') !important;
        background-position: bottom;
        background-size: 100%;
    }

    #landing-usecase-section .heading-border {
        border-color: #fff;
    }

    #landing-usecase-section .col-lg-3 {
        margin-bottom: 40px;
        padding: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #landing-artificial-section {
        background-color: #fff;
    }

    #landing-power-section {
        background-image: url('img/landing-wise/light-square.png');
        background-size: 100%;
    }

    #landing-key-features-section {
        background-image: url('img/landing-true/green-square.jpg');
        background-position: bottom;
        background-size: 800px;
        background-repeat: no-repeat;
    }

    #landing-use-case-section .pr-0 {
        padding: 30px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 30px !important;
    }

    #landing-advance-analytics .mr-4 {
        margin-right: 0 !important;
    }

    #landing-advance-analytics .col-md-5 {
        padding: 30px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #landing-usecase-section .col-lg-3:first-of-type {
        margin-left: 0;
    }

    iframe {
        max-width: 100% !important;
    }

    header {
        margin-top: -45px;
    }

    .solid-bg {
        background: #424242 !important;
    }

    .transparent-bg {
        background: transparent !important;
    }

    #video-understanding-section .text-center:first-of-type {
        background: #f6f7f8;
    }

    .card-behavior-form .card-body {
        padding: 40px 30px 40px;
    }

    .card-behavior-form .title {
        font-size: 20px;
    }

    .card-behavior-form .subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .behaviors-card {
        background-size: contain;
    }

    .masthead.hero-section {
        height: 576px;
    }

    header.masthead .intro-text {
        padding-top: 225px;
    }

    .masthead__bg img {
        max-width: 424px;
        margin-top: 116px;
    }
}

@media only screen and (max-width: 767px) {
    .masthead.hero-section {
        height: 552px;
    }

    .masthead__bg img {
        max-width: 55.173%;
        margin-top: 112px;
    }
}

@media only screen and (max-width: 670px) {
    .masthead.hero-section {
        height: 500px;
    }

    .masthead__bg img {
        margin-top: 105px;
    }
}

@media only screen and (max-width: 570px) {
    .masthead__bg img {
        max-width: 60.173%;
    }
}

@media only screen and (max-width: 512px) {
    header.masthead .intro-text {
        padding-top: 260px;
        padding-bottom: 64px;
    }

    header.masthead .intro-text .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    header.masthead.hero-section {
        height: 96.0599vh;
        max-height: 707px;
    }

    .masthead__bg {
        background-position: 79% 50% !important;
        height: 96.0599vh;
        max-height: 707px;
    }

    .masthead__bg img {
        margin-left: -118%;
        margin-top: 38%;
        max-width: 98.135%;
        animation: nudge 5s linear infinite alternate;
    }

    @keyframes nudge {
        0% {
            transform: translate(0, 0);
        }

        25% {
            transform: translate(10px, 0);
        }

        80% {
            transform: translate(-10px, 0);
        }
    }
}

@media only screen and (max-width: 410px) {
    header.masthead .intro-text {
        padding-top: 240px;
        padding-bottom: 20px;
    }

    .masthead__bg img {
        max-width: 365px;
        margin-top: 40%;
    }

    .masthead__bg,
    header.masthead.hero-section {
        max-height: 641px;
    }
}

@media only screen and (max-width: 374px) {
    .masthead__bg img {
        margin-top: 36%;
    }
}

@media only screen and (max-width: 360.98px) {
    .masthead__bg img {
        margin-top: 40%;
    }

    header.masthead .intro-text {
        padding-top: 230px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 340px) {
    header.masthead .intro-text {
        padding-top: 200px;
        padding-bottom: 50px;
    }

    .masthead__bg img {
        max-width: 314px;
        height: 73px;
        margin-top: 36%;
    }

    .intro-text .container {
        padding: 0;
    }

    header.masthead .intro-text .intro-lead-in {
        font-size: 20px;
        margin-bottom: 10px;
    }

    header.masthead .intro-text .intro-subheading {
        margin-bottom: 25px;
        font-size: 20px;
    }
}

#single-news .sidebar-social-widget {
    background-color: transparent;
}

#news-section img,
#single-news img,
.sidebar-posts img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

#share-buttons img.smush-detected-img,
#share-buttons a img {
    width: 35px;
    padding: 2px;
    border: 0;
    box-shadow: 0;
    display: inline;
}

.alm-listing .alm-reveal>li.alm-item {
    min-height: 150px;
}

.alm-reveal .alm-item img {
    width: auto !important;
}

#news-section p,
#single-news p,
.sidebar-posts p {
    line-height: 1.2;
}

.sidebar-social-widget {
    background: #fff;
    border: 1px solid #c5c5c5;
}

.sidebar-social-widget iframe {
    height: 430px !important;
}

.sidebar-social-widget h5 {
    border-bottom: 1px solid #c5c5c5;
    padding: 10px;
    background: #f6f6f6;
}

.fb_loader img {
    width: 30% !important;
}

.pum-title {
    margin-bottom: 20px;
}

.general-head {
    background: #424242 !important;
}

.general-head .inner-banner {
    padding-top: 150px !important;
}

#single-news .offset-lg-1 .sidebar-social-widget:first-of-type {
    border: none;
}

iframe.vp-center:hover {
    cursor: pointer !important;
}

.current-menu-ancestor>a {
    color: #d2ce25 !important;
}

.subscribe-form .wpcf7-validation-errors {
    color: #fff;
}

#leading-team-section .bg-green {
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    select {
        background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #424242, #424242);
        background-position: calc(100% - 25px) calc(1.5em + -5px), calc(100% - 20px) calc(1.5em + -5px), 100% 0 !important;
        background-size: 5px 5px, 5px 5px, 2.5em 3.5em !important;
        background-repeat: no-repeat;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px;
    background-color: #333;
    border-radius: 4px;
    color: #fff;
    height: 48px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    z-index: 10000;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

#video-section iframe {
    min-height: 360px;
    background: #000;
}

#menu-item-127 .dropdown-menu a {
    text-transform: lowercase !important;
}

.exp-btn {
    position: absolute;
    width: 100%;
    bottom: 30px;
    margin-left: -65px;
}

/**********HIRING POPUP START**********/

.f-20 {
    font-size: 20px !important;
}

.f-18 {
    font-size: 18px !important;
}

.pum .fa-square {
    color: #d2ce25 !important;
}

.pum p {
    color: black !important;
    line-height: 1.4 !important;
}

.pum-a {
    border: 1px solid black !important;
    padding: 20px !important;
    text-decoration: none !important;
}

.pum-a:hover {
    color: #d2ce25 !important;
    border-color: #d2ce25 !important;
}

.pum-a:hover span {
    color: #d2ce25 !important;
}

.cl-black {
    color: black !important;
}

.cl-black:hover {
    color: #d2ce25 !important;
}

/**********HIRING POPUP END**********/

.content-pad {
    padding-left: 10%;
    padding-right: 10%;
}

/**** ZOOM IN HOVER ****/

section#smart-solution-section-block .col-md-6 div {
    overflow: hidden;
}

section#smart-solution-section-block .col-md-6 div:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

section#smart-solution-section-block .col-md-6 div img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    height: 146px;
    width: 100%;
    object-fit: cover;
}

/*** TEAM HOVER ***/

section#leading-team-section .team-img {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

section#leading-team-section .team-img:before {
    content: "";
    padding-bottom: 100%;
    display: block;
}

section#leading-team-section .team-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

section#leading-team-section .team-img img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#hiring-section .col-md-3 {
    overflow: hidden;
    position: relative;
}

section#hiring-section .col-md-3:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

section#hiring-section .col-md-3 img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

section#video-everywhere-section .img-content-block {
    overflow: hidden;
    position: relative;
}

section#video-everywhere-section .img-content-block:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

section#video-everywhere-section .img-content-block img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

section#solution-section .img-block {
    overflow: hidden;
    position: relative;
}

section#solution-section .img-block:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

section#solution-section .img-block img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

#cookie-law-info-again {
    display: none !important;
}

.custom-open-submenu {
    display: none;
}

.big-mt {
    margin-top: 8.5rem;
}

.tp-caption img {
    opacity: 0.2 !important;
}

.done,
.hide-this {
    display: none;
}

#popmake-408 .pum-content iframe {
    width: 100%;
    background: #000;
}

#footer-section div.wpcf7-spam-blocked,
#footer-section div.wpcf7-response-output {
    color: #fff;
}

@media only screen and (min-width: 1920px) {
    .tp-bgimg {
        background-position: 0px -40px !important;
    }

    .event-contact-bg {
        min-height: 760px;

    }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
    .tp-bgimg {
        background-position: center center !important;
    }
}

/**** Covid Landing Page *****/

/**** Utility *****/

.bg-ylw {
    background: #d2ce25;
}

.modal-header {
    align-items: stretch;
}

.modal-header .close {
    padding: 1rem 2rem;
    background: #d2ce25;
    float: right;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
}

.vimeo-thumb.img-block {
    overflow: hidden;
    border: none;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.play-box {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    padding: 14px 12px 8px 17px;
    border-radius: 50%;
    background: #333;
    display: block;
    margin-top: -27px;
    margin-left: -27px;
}

span.play-box i {
    box-sizing: border-box;
    border-color: transparent transparent transparent #fff;
    transition: 100ms all ease;
    will-change: border-width;
    cursor: pointer;
    border-style: solid;
    border-width: 12px 0 12px 22px;
    display: inline-block;
    margin-left: 2px;
}

@media only screen and (max-width: 768px) {
    .w-sm-100 {
        width: 100%;
    }
}

/**** Header  *****/

.emergency_bg {
    background: #404040;
    background-image: url('img/covid/covid_bg.png');
    min-height: 520px;
}

.emergency_bg .intro-text {
    padding-top: 180px !important;
}

.highlight {
    color: #d2ce25;
}

/**** Copywriting Section   *****/

#main_content_section {
    background-image: url("img/covid/light_bg.png");
    background-position: top;
    background-size: cover;
    background-clip: padding-box;
}

.copy_writing {
    column-count: 2;
    column-fill: auto;
}

@media only screen and (max-width: 767px) {
    .copy_writing {
        column-count: 1;
    }

    .card_item {
        outline: 1px solid #343a40;
        outline-offset: -9px;
    }

    .emergency_bg .intro-text {
        padding-top: 150px !important;
    }
}

@media only screen and (min-width: 768px) {
    .copy_writing {
        max-height: 700px;
    }

    #highlights_section .caption_placeholder {
        padding: 5px 5px !important;
    }
}

@media only screen and (min-width: 990px) {
    .copy_writing {
        max-height: 565px;
    }

    #highlights_section .caption_placeholder {
        padding: .7rem;
    }
}

@media only screen and (min-width: 1200px) {
    .copy_writing {
        max-height: 480px;
    }

    #highlights_section .caption_placeholder {
        padding: 1rem;
    }
}

/**** Highlights    *****/

.img-responsive {
    max-width: 100%;
}

#highlights_section {
    background: #d4d4d4;
    background-image: url('img/covid/highlights_bg.png');
}

#highlights_section .inner_item_x {
    width: 100%;
    min-height: 150px;
}

.img-block img {
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.img-block:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#highlights_section span.play-box {
    background: #d2ce25;
}

#highlights_section span.play-box i {
    border-color: transparent transparent transparent #fff;
}

#highlights_section .caption_placeholder {
    height: 50px;
    padding: 1rem;
}

.health .inner_item_x .caption_img {
    max-width: 100%;
}

.safety .inner_item_x .caption_img {
    max-width: 100%;
}

#highlights_section .embed-responsive {
    height: 150px;
    background: #343a40;
}

/**** Solution Packages     *****/

#packages_section {
    background-image: url("img/covid/light_bg.png");
    background-position: top;
    background-size: cover;
    background-clip: padding-box;
}

.card_item .card_text {
    font-size: 1.1rem;
}

#highlights_section .safety-container span.play-box {
    background: #fff;
}

#highlights_section .safety-container span.play-box i {
    border-color: transparent transparent transparent #333;
}

/**** Next Features     *****/

#next_features_section {
    background: #dad833;
    background-image: url("img/covid/next_features.png");
    background-position: center;
    background-size: cover;
    background-clip: padding-box;
}

#next_features_section .inner_item_x {
    min-height: 178px;
    height: 100%;
}

.inner_item_x .caption_img {
    max-width: 100%;
    height: auto;
}

.caption_placeholder {
    height: 50px;
    padding: 1rem;
}

.caption_title {
    font-size: 1rem;
    word-break: break-all;
    word-break: break-word;
    width: 100%;
}

#next_features_section .embed-responsive {
    height: 200px;
    background: #343a40;
}

.inner_item {
    min-height: 100%;
}

/**** Covid Contact form    *****/

#covid_contact_form {
    background-image: url("img/covid/light_bg.png");
    background-position: bottom;
    background-size: cover;
    background-clip: padding-box;
}

/**** Covid Landing Page ****/

/**** Environmental Personal Page Start *****/
.viisights-environmental-section {
    padding-top: 70px;
    padding-bottom: 140px;
}

.solutions-icon-card {
    margin-top: 40px;
}

.solutions-icon-card img {
    margin-bottom: 20px;
    max-height: 90px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease
}

.solutions-icon-card img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solutions-icon-card .description {
    max-width: 230px;
    margin: auto;
    font-size: 20px;
    color: #000;
}


@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    .viisights-environmental-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .solutions-icon-card {
        margin-top: 30px;
    }

    .solutions-icon-card img {
        margin-bottom: 15px;
    }

    .solutions-icon-card .description {
        font-size: 18px;
    }

    .page-template-industrial-zones-factories .btn-primary.download-link {
        margin-left: 0px;
    }
}

@media (max-width: 512.98px) {
    .solutions-icon-card .description {
        font-size: 15px;
    }
}

/**** Environmental Personal Page End *****/

/*Education Campuses CSS Start*/
.solution-services-section {
    padding-top: 70px;
    padding-bottom: 110px;
}

.solution-ebook-card {
    background-color: #48494e;
    margin-bottom: 40px;
}

.solution-ebook-card__body {
    padding: 25px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.solution-ebook-card .title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0;
}

.solution-ebook-card .btn {
    margin-left: auto;
}

.solution-ebook-card .subtitle {
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
}

.solution-ebook-card .cta-box {
    margin-top: 90px;
}

@media (max-width: 1199.98px) {
    .solution-ebook-card__head {
        width: 100%;
        text-align: center;
    }

    .solution-ebook-card .btn {
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {
    .solution-ebook-card__body {
        padding: 40px 20px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .solution-services-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .solution-services-section .cta-box .btn {
        display: inline-block;
    }

    .solution-ebook-card {
        margin-bottom: 30px;
    }

    .solution-ebook-card .title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .solution-ebook-card .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 512.98px) {
    .solution-services-section {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

/*Education Campuses CSS End*/

/*Corporate Campuses CSS Start*/
.solution-video-section {
    background-color: #d2ce28;
    padding-top: 80px;
    padding-bottom: 170px;
}

.solution-video-section .showcase-video .title {
    margin-bottom: 40px;
}


@media (max-width: 767.98px) {
    .solution-video-section {
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .solution-video-section .showcase-video .title {
        margin-bottom: 20px;
    }
}

@media (max-width: 512.98px) {
    .solution-video-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

/*Corporate Campuses CSS End*/

/*Industrial Zones & Factories CSS start*/
.industrial-content-section {
    padding-top: 70px;
}

.industrial-content-section .section-dashline-heading {
    font-size: 55px;
    color: #48494e;
    font-weight: 600;
    border-bottom: 0px;
    margin-bottom: 15px;
}

.industrial-content-section .section-heading.text-capitilize {
    font-weight: 600;
}

.section-dashline-heading {
    border-bottom: 0px;
}

.industrial-content-section .heading-border {
    border-color: #BB3F98;
    max-width: 140px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    border-top-width: 3px;
}

.industrial-content-section .solution-ebook-card,
.smartcites-ebook-card.solution-ebook-card {
    background-color: #d2ce25;
    margin-top: 40px;
    width: 100%;
}

.industrial-content-section .solution-ebook-card .title,
.industrial-content-section .solution-ebook-card .subtitle,
.smartcites-ebook-card.solution-ebook-card .title,
.smartcites-ebook-card.solution-ebook-card .subtitle {
    color: #4b4b4b;
}

.industrial-content-section .solution-ebook-card .title,
.smartcites-ebook-card.solution-ebook-card .title {
    font-weight: 600;
}

.industrial-content-section .solution-ebook-card__body,
.smartcites-ebook-card.solution-ebook-card .solution-ebook-card__body {
    flex-wrap: nowrap;
    padding: 35px 40px;
}

.solution-services-section.industrial-services-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.solutions_services_list.top-square-section {
    background-repeat: repeat;
    padding-top: 40px;
    padding-bottom: 25px;
    border-bottom: 5px solid #d2ce25;
    background-color: #f6f6f6;
    margin-bottom: 40px;
    min-height: 200px;
}

.solutions_services_list .solutions-services_title-card {
    display: flex;
    align-items: flex-start;
}

.solutions_services_list .solutions-services_title-card img {
    object-fit: contain;
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.solutions_services_list .solutions-services_title-card img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.solutions-services_icon {
    padding: 0 25px 0px 50px;
    width: 15%;
    max-width: 100%;
}

.solutions_services_list .description {
    padding: 0 25px;
    max-width: 20%;
    font-size: 22px;
    color: #000000;
    line-height: 1.4;
    width: 100%;
}

.industrial-services-section .section-dashline-heading {
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 22px;
}

.industrial-services-section .container .solutions_services_list:first-child .solutions_services_list-item ul {
    display: flex;
    flex-wrap: wrap;
}

.solutions_services_list .solutions_services_list-item ul {
    padding-inline-start: 0px;
}

.industrial-services-section .container .solutions_services_list:first-child .solutions_services_list-item ul li {
    width: 50%;
}

.solutions_services_list-item li {
    list-style: none;
    color: #000;
    margin-bottom: 8px;
    font-size: 16px;
}

.solutions_services_list .solutions_services_list-item {
    padding: 0 25px;
    max-width: 65%;
    width: 100%;
}

.industrial-video-section {
    background-color: #48494e;
    padding-bottom: 60px;
    padding-top: 40px;
}

.btn-primary.download-link {
    color: #424242;
    margin-left: 20px;
    padding: 0.375rem 35px;
}

/** Responsive Start **/
@media (max-width: 1199.98px) {
    .industrial-content-section .section-dashline-heading {
        font-size: 45px;
    }

    .industrial-content-section .solution-ebook-card__body {
        flex-wrap: wrap;
        padding: 20px 40px;
    }

    .solutions_services_list .description {
        padding: 0 15px;
    }

    .solutions_services_list .solutions_services_list-item {
        padding: 0px;
    }

    .industrial-services-section .container .solutions_services_list .solutions_services_list-item ul {
        padding-inline-start: 15px;
        padding-right: 15px;
    }

    .solutions-services_icon {
        max-width: 100%;
        width: 25%;
        padding: 0 25px 0 15px;
    }

    .page-template-industrial-zones-factories .btn-primary.download-link {
        margin-left: 12px;
        padding: 0.375rem 20px;
    }

    #artificial-intelligence-section p {
      line-height: 20px;
    }

    #artificial-intelligence-section p br {
      display: none;
    }
    .img-block .solution-heading {
	    font-size: 16px;
	    padding: 0px 15px;
    }
}

@media (max-width: 991.98px) {
    .industrial-content-section .section-dashline-heading {
        font-size: 30px;
    }

    .industrial-services-section .section-dashline-heading {
        max-width: 720px;
    }

    .solutions_services_list .solutions-services_title-card img {
        padding-bottom: 10px;
    }

    .solutions_services_list .description {
        font-size: 18px;
        padding: 0 8px;
        width: 24%;
    }

    .industrial-services-section .container {
        max-width: 100%;
    }

    .download-tip_link {
        margin-top: 15px;
    }

}

@media (max-width: 767.98px) {
    .industrial-content-section .section-dashline-heading {
        font-size: 22px;
        color: #000000;
        line-height: 1.4;
    }

    .industrial-services-section .section-dashline-heading {
        font-weight: 600;
    }

    .industrial-content-section .heading-border {
        margin-bottom: 25px;
    }

    .industrial-content-section .section-heading.text-capitilize {
        font-size: 20px;
    }

    .solutions_services_list .solutions-services_title-card {
        display: block;
    }

    .solutions_services_list .solutions-services_title-card img {
        padding: 0 15px;
    }

    .solutions_services_list .description {
        max-width: 100%;
        padding: 15px 15px;
        font-weight: 600;
        width: 100%;
    }

    .solutions_services_list .solutions_services_list-item {
        padding: 0px;
        max-width: 100%;
    }

    .industrial-services-section .container .solutions_services_list:first-child .solutions_services_list-item ul {
        display: block;
        flex-wrap: nowrap;
    }

    .industrial-services-section .container .solutions_services_list:first-child .solutions_services_list-item ul li {
        width: 100%;
    }

    .solutions-services_icon {
        max-width: 100%;
        padding: 0px;
        width: 100%;
    }

    .btn-primary.download-link {
        margin-top: 15px;
        margin-left: 0px;
        font-size: 16px !important;
        padding: 0.375rem 43px;
    }
    .solution-description {
        min-height: 145px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
	#solution-section .img-block img {
        width: 355px;
        height: 250px;
        object-fit: cover;
	}
    .solution-description {
        min-height: 145px;
    }
}

@media  (max-width: 540px) {
    #solution-section .img-block img {
        width: 355px;
        height: 250px;
        object-fit: cover;
    }
}
@media (max-width: 575.98px) {}


/** Responsive End **/
/*Industrial Zones & Factories End*/

/**** Events Page Start *****/
.events-section .landing-section--frame {
    max-width: 840px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.event-grid-section {
    padding-top: 90px;
    padding-bottom: 120px;
    position: relative;
}

.event-grid-section .row .col {
    margin-bottom: 40px;
}

.event-grid-section .cta-box {
    margin-top: 50px;
}

.events-card {
    border: solid 1px #babbbd;
    position: relative;
    background-image: url('img/event-card-pattern.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.events-card__img {
    text-align: center;
    padding: 25px;
    background-color: #e7e7e8;
    display: block;
    width: 100%;
}

.events-card__img img {
    height: 125px;
    object-fit: contain;
    max-width: 100%;
    -webkit-transition: all 0.7s ease;
    transition: all 0.9s ease;
}

.events-card:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.1);
}

.events-card__body {
    padding: 40px 25px 50px;
    text-align: center;
}

.events-card .title {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.events-card .title a {
    color: #000;
    text-decoration: none;
}

.events-card .title:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #bb3f98;
}

.events-card .date,
.events-card .location {
    font-size: 20px;
    color: #000;
    display: block;
}

.events-card .btn {
    padding: .375rem 2rem;
    text-transform: uppercase;
    margin-top: 30px;
}
.wp-block-columns {
    margin-bottom: 0px;
}
.load-more-post .alm-listing.alm-ajax.\.load-more-posts.\.load-more-posts {
    display: flex;
}
.solution-ebook-card .btn-gray:hover {
    background-color: #ffff !IMPORTANT;
    color: #4b4b4b !IMPORTANT;
    border-color: #ffff !important;
}
@media (max-width: 767.98px) {
    .events-section .landing-section--frame {
        height: 100px;
        max-width: 235px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .event-grid-section {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .event-grid-section .cta-box {
        margin-top: 20px;
    }

    .event-grid-section .cta-box .btn {
        display: inline-block;
    }
    .load-more-post .alm-listing.alm-ajax.\.load-more-posts.\.load-more-posts {
        display: block;
    }
    .contact-address { 
        width: 88% !IMPORTANT;
    }
}

/**** Events Page End *****/

@media  (max-width: 991px) {
    #contact-section .container .row:last-child .col-md-4:nth-child(3) .float-left:last-child {
        width: 50%;
    }
    
}
@media only screen 
and (min-device-width: 740px) 
and (max-device-width: 1480px) 
and (orientation: landscape) {
    .contact-address {
        width: 65% !IMPORTANT;
    }
}

@media only screen 
and (min-device-width: 720px) 
and (max-device-width: 1080px) 
and (orientation: landscape) {
    .contact-address {
        width: 64% !IMPORTANT;
    }
}
/* iPad Mini - Landscape */
@media only screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
   .contact-address {
        width: 80% !IMPORTANT;
    }
}

/* iPad Air - Landscape */
@media only screen and (min-width: 1180px) and (max-width: 1180px) and (orientation: landscape) {
   .contact-address {
        width: 80% !IMPORTANT;
    }
}

/* iPad Pro - Landscape */
@media only screen and (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
   .contact-address {
        width: 80% !IMPORTANT;
    }
}

/* Surface Pro 7 - Landscape */
@media only screen and (min-width: 1368px) and (max-width: 1368px) and (orientation: landscape) {
   .contact-address {
        width: 80% !IMPORTANT;
    }
}