@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.eot');
    src: url('../fonts/Inter-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Black.woff') format('woff'),
        url('../fonts/Inter-Black.ttf') format('truetype'),
        url('../fonts/Inter-Black.svg#Inter-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraLight.eot');
    src: url('../fonts/Inter-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraLight.woff') format('woff'),
        url('../fonts/Inter-ExtraLight.ttf') format('truetype'),
        url('../fonts/Inter-ExtraLight.svg#Inter-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-ExtraBold.eot');
    src: url('../fonts/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-ExtraBold.woff') format('woff'),
        url('../fonts/Inter-ExtraBold.ttf') format('truetype'),
        url('../fonts/Inter-ExtraBold.svg#Inter-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Light.woff') format('woff'),
        url('../fonts/Inter-Light.ttf') format('truetype'),
        url('../fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.eot');
    src: url('../fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Thin.woff') format('woff'),
        url('../fonts/Inter-Thin.ttf') format('truetype'),
        url('../fonts/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}





/*==== common css ======*/
body {
    line-height: 1;
    position: relative;
    background-color: #fff;
    height: 100%;
    font-family: 'Inter';
}

html {
    height: 100%;
}

ol,
ul {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

ul,
p {
    margin: 0;
}

*,
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
img:focus {
    outline: none;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #404040;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

label {
    font-weight: normal;
}

.clear {
    clear: both !important;
}

::-moz-placeholder {
    opacity: 1;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

::selection {
    background: #0CBCB9;
    color: #fff;
}

:root {
    --primary-color: #0CBCB9;
    --secondary-color: #0A1C1C;
    --text-secondary: #000000;
    --text-grey: #777171;
    --text-dark: #2B2727;
}

.main-wrapper {
    padding-top: 105px;
}

.custom-bg-dark {
    background-color: var(--secondary-color);
}

.custom-container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}


.custom-container {
    max-width: 1400px;
}

.custom-container-md {
    max-width: 880px;
}

/* .inner-container {
    max-width: 1400px;
}
.custom-container-lg {
    max-width: 1600px;
}

.inner-container-sm {
    max-width: 1300px;
} */

.common-space {
    padding: 60px 0;
}

.common-space-md {
    padding: 80px 0;
}

.common-space-xl {
    padding: 150px 0;
}



.card-slider .slick-dots button,
.btn-play,
.arrows-slider .slick-dots button,
.social-icons li a,
.social-icons li a:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slick-dots li button:before {
    display: none;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next,
.arrows-slider .slick-prev::before,
.arrows-slider .slick-next::before,
.navbar-toggler .top-bar {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-sec .nav-item a,
.theme-btn,
.heading-xs {
    font-family: 'Inter';
}

.heading-lg,
.heading-md,
.heading-md-white {
    font-family: 'Inter';
}

.light-text {
    color: #7E7E7E;
}

/*==== common css end ======*/
.header-sec {
    position: absolute;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 5px 0;
    z-index: 2;
    transition: all 0.2s linear 0s;
    background: linear-gradient(360deg, rgba(10, 28, 28, 0.25) 0%, #0A1C1C 100%);
}


.header-sec .nav-item {
    margin: 0 15px;
}

.header-sec .navbar .nav-item a {
    position: relative;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
}

.header-sec .navbar .nav-item a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background-color: var(--primary-color);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
}

.header-sec .navbar .nav-item a:hover:before,
.nav-item a:focus:before,
.header-sec .navbar .nav-item .active a:before {
    width: 100%;
}

.header-sec .navbar .nav-item a:hover,
.header-sec .navbar .nav-item a:focus,
.header-sec .navbar .nav-item .active>a {
    color: var(--primary-color);
}

.theme-border-btn,
.header-sec .navbar .nav-item a.theme-border-btn {
    text-align: center;
    padding: 15px 20px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}

.theme-border-btn:hover,
.header-sec .navbar .nav-item a.theme-border-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.theme-border-btn:hover::before {
    display: none;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: var(--primary-color);
    display: block;
    transition: 0.2s ease;
    margin-top: 6px;
}

.navbar-toggler {
    border: none;
    background: transparent;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: middle;
}

.navbar-toggler .top-bar {
    transform-origin: left;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: left;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0deg);
}

.icon-bar.top-bar {
    margin-top: 0;
}

.theme-border-btn:hover {
    color: #fff;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.heading-lg {
    font-size: 45px;
    line-height: 1.2;
    color: var(--text-secondary);
}

.heading-md,
.heading-md-white {
    font-size: 32px;
    line-height: 1.3;
}

/* .heading-md {
    color: var(--text-dark);
} */


.heading-xs {
    font-size: 18px;
    line-height: 24px;
}

.theme-color {
    color: var(--primary-color);
}

.f-extra-light {
    font-weight: 200;
}

.f-light {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.interextralarge {
    font-weight: 900;
}

.text-lg {
    font-size: 20px;
    line-height: 1.5;
}

.text-xl-light {
    font-size: 20px;
    color: var(--text-grey);
    line-height: 1.5;
}

.light-yellow {
    background-color: #FAFAFA;
}

.dark {
    color: #000;
}

.text-md {
    font-size: 16px;
    line-height: 1.4;
}

.theme-btn {
    text-align: center;
    padding: 15px 10px;
    min-width: 190px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    font-weight: 600;
}

.theme-btn:hover {
    color: var(--primary-color);
    background: transparent;
    border-color: var(--primary-color);
}

.custom-input {
    color: #2A2727;
    font-size: 17px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: solid #D9D9D9 1px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
    padding: 5px 10px 5px 0;
}

textarea.custom-input {
    height: 45px;
    resize: none;
}

.custom-input:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-input::placeholder {
    color: #2A2727;
}

.custom-input:-ms-input-placeholder {
    color: #2A2727
}

.custom-input::-ms-input-placeholder {
    color: #2A2727
}

.input-label {
    font-size: 15px;
    color: var(--text-grey);
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-bottom: 10px;
}

.radial-bg {
    width: 100%;
    /* margin-bottom: 80px; */
    /* background: rgb(145, 0, 13); */
    /* background: radial-gradient(circle, rgba(145, 0, 13, 1) 7%, rgba(118, 0, 13, 1) 11%, rgba(101, 0, 13, 1) 16%, rgba(28, 5, 2, 1) 59%); */
    background: rgb(12, 188, 185);
    background: radial-gradient(circle, rgb(9 73 72) 0%, rgba(0, 0, 0, 1) 59%);
}

.card-outer {
    background: #F5F5F5;
    padding: 18px 20px;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}

.sec-pd {
    padding: 240px 0;
}


.video-section {
    position: relative;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
}

.btn-play,
.btn-play::after {
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-play {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
    background: transparent;
}

.btn-play::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent white;
    width: 0;
    height: 0;
    margin: -1px 0 0 3px;
}

.btn-play:hover,
.btn-play:hover::after {
    border-color: var(--primary-color);
}

.btn-play:hover::after {
    border-color: transparent transparent transparent var(--primary-color);
}


.bg-grey {
    background: #fafafa;
}

.line-bg {
    background-image: url(../images/backg.png);
    background-position: center bottom;
    background-size: cover;
}

.arrows-slider.slick-slider {
    margin: 0;
}

.arrows-slider {
    padding-bottom: 150px;
}

.arrows-slider .slick-track {
    display: flex;
    align-items: center;
}

.arrows-slider .slick-arrow {
    width: 42px;
    height: 42px;
    background: var(--primary-color);
    border-radius: 3px;
    top: auto;
    bottom: -20px;
}

.arrows-slider .slick-prev {
    left: 0;
}

.arrows-slider .slick-next {
    left: 60px;
}

.arrows-slider .slick-dots {
    text-align: left;
    bottom: 80px;
}

.arrows-slider .slick-dots li,
.arrows-slider .slick-dots button,
.card-slider .slick-dots li,
.card-slider .slick-dots button {
    width: 12px;
    height: 12px;
}

.arrows-slider .slick-dots button,
.card-slider .slick-dots button {
    background: #fff;
}

.card-slider .slick-dots .slick-active button,
.arrows-slider .slick-dots .slick-active button {
    background: var(--primary-color);
    width: 30px;
    border-radius: 20px;
}

.card-slider .slick-dots .slick-active,
.arrows-slider .slick-dots .slick-active {
    margin: 0 20px 0 4px;
}

.arrows-slider .slick-arrow::after {
    content: '';
    width: 22px;
    height: 4px;
    background: #040404;
    position: absolute;
    left: 10px;
    top: 18px;
}

.arrows-slider .slick-prev::before,
.arrows-slider .slick-next::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 4px solid;
    position: absolute;
    left: 12px;
    top: 11px;
    opacity: 1;
}

.arrows-slider .slick-prev::before {
    border-color: transparent transparent #040404 #040404;
}

.arrows-slider .slick-next::before {
    border-color: #040404 #040404 transparent transparent;
}

.arrows-slider .slick-slide img {
    display: inline-block;
    vertical-align: top;
}

.dark-bg {
    background: #000;
    color: #fff;
}

.footer-links p {
    font-size: 16px;
    line-height: 1.3;
    color: var(--text-grey);
}

/* .footer-links a {
    color: #fff;
} */

.footer-links a:hover,
.footer-links a p:hover {
    color: var(--primary-color)
}

/* .social-icons li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
} */

.social-icons li {
    margin: 0 5px;
    display: flex;
    vertical-align: top;
    background: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
}

.social-icons li:hover {
    background: #e5e1e1;
}

/* .social-icons li a {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    line-height: 38px;
    text-align: center;
    position: relative;
} */

/* .social-icons li a em {
    background: url("../images/sprite.png") no-repeat;
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
}

.social-icons li a em {
    text-indent: -9999px;
    height: 26px;
    opacity: 0.4;
}

.social-icons li a.fb em {
    width: 13px;
    vertical-align: middle;
    background-position: -5px -5px;
}

.social-icons li a.twitter em {
    width: 21px;
    vertical-align: middle;
    background-position: -23px -5px;
} */

/* .social-icons li a.fb:hover {
    border-color: #3b5998;
    background: #3b5998;
} 
 .social-icons li a.twitter:hover {
    border-color: #03a9f4;
    background: #03a9f4;
}

.social-icons li a.linkedin em {
    width: 18px;
    vertical-align: middle;
    background-position: -49px -5px;
}

.social-icons li a.linkedin:hover {
    border-color: #165e98;
    background: #165e98;
}

.social-icons li a.u-tube em {
    width: 28px;
    vertical-align: middle;
    background-position: -72px -5px;
}

.social-icons li a.u-tube:hover {
    border-color: #e02f2f;
    background: #e02f2f;
} */

/* .social-icons li a.instagram em {
    width: 24px;
    vertical-align: middle;
    background-position: -105px -5px;
}

.social-icons li a.instagram:hover {
    border-color: #d12798;
    background: #d12798;
}

.social-icons li a:hover em {
    opacity: 1;
} */

/* .social-icons li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.social-icons li a:hover:after {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -moz-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
    -webkit-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
    -o-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.6);
}

.social-icons li a,
.social-icons li a em,
.social-icons li a:after {
    transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
} */

.white-box {
    background: #fff;
    margin: 15px;
}

.testimonial-slider {
    padding: 0 20px;
}

.slider-inner {
    margin: 0px;
    position: relative;
}

.testimonial-slider img {
    display: inline-block;
    vertical-align: top;
}

.icon-quote {
    width: 70px;
    height: 46px;
    position: absolute;
    right: 40px;
    bottom: -5px;
    background: url('../fonts/../images/quote-icon.svg') no-repeat;
    background-size: 100%;
    display: none;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    width: 50px;
    height: 50px;
    border: solid 10px;
}

.testimonial-slider .slick-prev {
    border-color: transparent transparent #AFAFAF #AFAFAF;
    left: -10px;
}

.testimonial-slider .slick-next {
    border-color: #AFAFAF #AFAFAF transparent transparent;
    right: -10px;
}

.testimonial-slider .slick-center .icon-quote {
    display: block;
}

.video-fluid {
    width: 100%;
}

.no-scroll {
    overflow: hidden !important;
    height: 100% !important;
}

.img-banner {
    max-width: 100%;
    height: auto;
}

.img-fluid-sm {
    max-width: 90%;
    height: auto;
}

.borderT {
    border-top: 1px solid #4a4949;
}

.borderB {
    border-bottom: 1px solid #fff;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.fb-icon {
    background-image: url(../images/fb-icon.svg);
    background-position: center bottom;
    background-size: cover;
    width: 11px;
    height: 19px;
}

.insta-icon {
    background-image: url(../images/insta-icon.svg);
    background-position: center bottom;
    background-size: cover;
    width: 17px;
    height: 17px;
}

.twitter-icon {
    background-image: url(../images/twitter.svg);
    background-position: center bottom;
    background-size: cover;
    width: 17px;
    height: 16px;
}

.youtube-icon {
    background-image: url(../images/video-icon.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 14px;
}

.linkdin-icon {
    background-image: url(../images/linkdin.svg);
    background-position: center bottom;
    background-size: cover;
    width: 18px;
    height: 18px;
}


.video_wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background-color: #000;
}

.video_wrapper_full {
    border-radius: 20px;
    height: 570px;
}


.videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 20px;
}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/tv.png);
    background-size: 100%;
    border: none;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    border-radius: 20px;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.videoPoster:hover {
    cursor: pointer;
}

.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -15px 0 0 -8px;
    border-left: 24px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
    border-color: #fff;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
    border-left-color: #fff;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.retail-icon {
    background-image: url(../images/retail.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.health-icon {
    background-image: url(../images/hospital.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.resturant-icon {
    background-image: url(../images/resturant.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.dooh-ad-icon {
    background-image: url(../images/dooh-ad.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.transport-icon {
    background-image: url(../images/transportation.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.govt-icon {
    background-image: url(../images/govt.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.banking-icon {
    background-image: url(../images/banking.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.edu-icon {
    background-image: url(../images/education.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.sport-icon {
    background-image: url(../images/sport.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.event-icon {
    background-image: url(../images/show-event.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.corporate-icon {
    background-image: url(../images/corporate.png);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.entertainment-icon {
    background-image: url(../images/entertainment.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.plug-icon {
    background-image: url(../images/play.svg);
    background-position: center bottom;
    background-size: cover;
    width: 34px;
    height: 31px;
    min-width: 34px;
}

.plug-icon {
    background-image: url(../images/play.svg);
    background-position: center bottom;
    background-size: cover;
    width: 34px;
    height: 31px;
    min-width: 34px;
}

.schedule-icon {
    background-image: url(../images/schedule.svg);
    background-position: center bottom;
    background-size: cover;
    width: 31px;
    height: 31px;
    min-width: 31px;
}

.android-icon {
    background-image: url(../images/android.svg);
    background-position: center bottom;
    background-size: cover;
    width: 32px;
    height: 31px;
    min-width: 32px;
}

.unlimited-icon {
    background-image: url(../images/unlimited.svg);
    background-position: center bottom;
    background-size: cover;
    width: 24px;
    height: 31px;
    min-width: 24px;
}

.smart-icon {
    background-image: url(../images/smart.svg);
    background-position: center bottom;
    background-size: cover;
    width: 30px;
    height: 27px;
    min-width: 30px;
}

.complete-icon {
    background-image: url(../images/complete.svg);
    background-position: center bottom;
    background-size: cover;
    width: 31px;
    height: 35px;
    min-width: 31px;
}

.full-hd-icon {
    background-image: url(../images/full-hd.svg);
    background-position: center bottom;
    background-size: cover;
    width: 36px;
    height: 28px;
    min-width: 36px;
}

.full-admin-icon {
    background-image: url(../images/administrative.svg);
    background-position: center bottom;
    background-size: cover;
    width: 28px;
    height: 34px;
    min-width: 30px;
}

.work-flow-icon {
    background-image: url(../images/work.svg);
    background-position: center bottom;
    background-size: cover;
    width: 31px;
    height: 31px;
    min-width: 31px;
}

.secure-cloud-icon {
    background-image: url(../images/secure.svg);
    background-position: center bottom;
    background-size: cover;
    width: 37px;
    height: 29px;
    min-width: 37px;
}

.update-instaly-icon {
    background-image: url(../images/update.svg);
    background-position: center bottom;
    background-size: cover;
    width: 38px;
    height: 31px;
    min-width: 38px;
}

.easy-use-icon {
    background-image: url(../images/easy-use.svg);
    background-position: center bottom;
    background-size: cover;
    width: 31px;
    height: 31px;
    min-width: 31px;
}

.unlimited-icon {
    background-image: url(../images/unlimited-screens.svg);
    background-position: center bottom;
    background-size: cover;
    width: 33px;
    height: 29px;
    min-width: 33px;
}

.report-icon {
    background-image: url(../images/reports.svg);
    background-position: center bottom;
    background-size: cover;
    width: 25px;
    height: 29px;
    min-width: 25px;
}

.india-icon {
    background-image: url(../images/india.svg);
    background-position: center bottom;
    background-size: cover;
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.usa-icon {
    background-image: url(../images/united-states-of-america.svg);
    background-position: center bottom;
    background-size: cover;
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.singapore-icon {
    background-image: url(../images/singapore.svg);
    background-position: center bottom;
    background-size: cover;
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.card-slider .slick-track {
    display: flex;
}

.card-slider .slick-slide {
    height: inherit;
}

.card-slider .item img {
    height: 192px;
    object-fit: cover;

}

.home-bg {
    background: url(../images/home-bg.png) center no-repeat;
    width: 100%;
    background-size: cover;
}

.note-text {
    max-width: 890px;
    margin: 180px auto 0;
}

.box-content-one {
    background: #fff;
    display: inline-block;
    padding: 20px 20px;
    max-width: 244px;
    border-radius: 10px;
    text-align: center;
}

.box-one {
    position: absolute;
    left: 50px;
    top: -30px;
}

.box-second {
    position: absolute;
    left: 50px;
    bottom: -130px;
}

.box-third {
    position: absolute;
    right: 50px;
    top: -30px;
}

.sol-img {
    height: 198px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
}

.tv-img img {
    height: 232px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
}

.sol-img img,
.tv-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.tv-card-outer {
    background: #fff;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
}

.stright-line {
    width: 160px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
}

.stright-line:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    background: #fff;
    top: -5px;
    border-radius: 50px;
}

.stright-two {
    width: 160px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 100%;
    top: 50%;
}

.stright-two:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    background: #fff;
    top: -5px;
    border-radius: 50px;
}

.stright-three {
    width: 360px;
    height: 70px;
    background: transparent;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.stright-three:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: -7px;
    background: #fff;
    top: -5px;
    border-radius: 50px;
}

.arrows-slider img {
    max-width: 180px;
}

.sport-icon {
    background-image: url(../images/sport.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.event-icon {
    background-image: url(../images/show-event.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.corporate-icon {
    background-image: url(../images/corporate.png);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.entertainment-icon {
    background-image: url(../images/entertainment.svg);
    background-position: center bottom;
    background-size: cover;
    width: 22px;
    height: 22px;
    min-width: 22px;
}

.plug-icon {
    background-image: url(../images/play.svg);
    background-position: center bottom;
    background-size: cover;
    width: 34px;
    height: 31px;
    min-width: 34px;
}

.plug-icon {
    background-image: url(../images/play.svg);
    background-position: center bottom;
    background-size: cover;
    width: 34px;
    height: 31px;
    min-width: 34px;
}

.schedule-icon {
    background-image: url(../images/schedule.svg);
    background-position: center bottom;
    background-size: cover;
    width: 31px;
    height: 31px;
    min-width: 31px;
}

.android-icon {
    background-image: url(../images/android.svg);
    background-position: center bottom;
    background-size: cover;
    width: 32px;
    height: 31px;
    min-width: 32px;
}

.unlimited-icon {
    background-image: url(../images/unlimited.svg);
    background-position: center bottom;
    background-size: cover;
    width: 24px;
    height: 31px;
    min-width: 24px;
}

.smart-icon {
    background-image: url(../images/smart.svg);
    background-position: center bottom;
    background-size: cover;
    width: 30px;
    height: 27px;
    min-width: 30px;
}

.complete-icon {
    background-image: url(../images/complete.svg);
    background-position: center bottom;
    background-size: cover;
    width: 31px;
    height: 35px;
    min-width: 31px;
}

.full-hd-icon {
    background-image: url(../images/full-hd.svg);
    background-position: center bottom;
    background-size: cover;
    width: 36px;
    height: 28px;
    min-width: 36px;
}


.work-flow-icon {
    background-image: url(../images/work.svg);
    background-position: center bottom;
    background-size: cover;
    width: 31px;
    height: 31px;
    min-width: 31px;
}

.secure-cloud-icon {
    background-image: url(../images/secure.svg);
    background-position: center bottom;
    background-size: cover;
    width: 37px;
    height: 29px;
    min-width: 37px;
}

.update-instaly-icon {
    background-image: url(../images/update.svg);
    background-position: center bottom;
    background-size: cover;
    width: 38px;
    height: 31px;
    min-width: 38px;
}

.easy-use-icon {
    background-image: url(../images/easy-use.svg);
    background-position: center bottom;
    background-size: cover;
    width: 31px;
    height: 31px;
    min-width: 31px;
}

.unlimited-icon {
    background-image: url(../images/unlimited-screens.svg);
    background-position: center bottom;
    background-size: cover;
    width: 33px;
    height: 29px;
    min-width: 33px;
}

.report-icon {
    background-image: url(../images/reports.svg);
    background-position: center bottom;
    background-size: cover;
    width: 25px;
    height: 29px;
    min-width: 25px;
}

.card-slider .slick-track {
    display: flex;
}

.card-slider .slick-slide {
    height: inherit;
}

.card-slider .item img {
    height: 192px;
    object-fit: cover;

}

.home-bg {
    background: url(../images/home-bg.png) center no-repeat;
    width: 100%;
    background-size: cover;
}

.note-text {
    max-width: 890px;
    margin: 180px auto 0;
}

.box-content-one {
    background: #fff;
    display: inline-block;
    padding: 20px;
    max-width: 244px;
    border-radius: 10px;
    text-align: center;
}

.box-one {
    position: absolute;
    left: 50px;
    top: -30px;
}

.box-second {
    position: absolute;
    left: 50px;
    bottom: -130px;
}

.box-third {
    position: absolute;
    right: 50px;
    top: -30px;
}

.sol-img {
    height: 198px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
}

.tv-img img {
    height: 232px;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
}

.sol-img img,
.tv-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.tv-card-outer {
    background: #fff;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
}

.stright-line {
    width: 160px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
}

.stright-line:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    background: #fff;
    top: -5px;
    border-radius: 50px;
}

.stright-two {
    width: 160px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 100%;
    top: 50%;
}

.stright-two:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    background: #fff;
    top: -5px;
    border-radius: 50px;
}

.stright-three {
    width: 360px;
    height: 70px;
    background: transparent;
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.stright-three:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    right: -7px;
    background: #fff;
    top: -5px;
    border-radius: 50px;
}

.arrows-slider img {
    max-width: 180px;
}

.error {
    color: red;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75) url("../images/loader.gif") no-repeat center center;
    z-index: 99999;
    background-size: 50px;
}

.caption-info {
    position: relative;
    z-index: 1;
}
.bg-banner {
    background: url(../images/banner-bg.png) no-repeat center;
    background-size: cover;
}
.content-inner {
    max-width: 750px;
    padding: 220px 50px 220px 65px;
    margin-right: 0;
    margin-left: auto;
}
/*===================== responsive-css-start =====================*/
@media screen and (max-width: 1460px) {
.content-inner {
    padding: 220px 40px 220px 15px;
}
}
@media screen and (max-width: 1440px) {
    .heading-lg {
        font-size: 35px
    }

    .heading-md,
    .heading-md-white {
        font-size: 30px;
    }

    .banner-bg {
        right: 0;
    }
 
}

@media screen and (max-width: 1400px) {

    .text-lg {
        font-size: 18px;
        line-height: 1.5;
    }

    .heading-xs {
        font-size: 16px;
        line-height: 20px;
    }

    .text-md {
        font-size: 14px;
        line-height: 1.4;
    }

    /* .theme-btn {
        padding: 13px 10px;
        min-width: 180px;
        font-size: 15px;
    } */

    .card-outer {
        padding: 12px;
    }


    .banner-bg {
        height: 626px;
        /* background-size: 80%; */
    }
}

@media (max-width: 1280px) {

    .box-one,
    .box-second {
        left: 0;
    }

    .box-third {
        right: 0;
    }

    .theme-btn {
        padding: 15px 10px;
        min-width: 170px;
        font-size: 16px;
    }

    .heading-lg {
        font-size: 32px;
    }
  
}

@media (max-width: 1200px) {

    .stright-line,
    .stright-two {
        width: 90px;
    }

    .stright-three {
        width: 260px;
    }

}

@media (max-width: 1080px) {
    .box-content-one {
        padding: 10px;
        max-width: 200px;
    }
    .content-inner {
        padding: 150px 40px 150px 15px;
    }
}

@media (max-width: 991px) {
    .header-sec {
        padding: 5px 0;
    }

    .main-wrapper {
        padding-top: 85px;
    }

    .header-sec.header-small {
        padding: 0;
    }

    .navbar-toggler {
        position: relative;
        z-index: 3;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }

    .header-sec .navbar .nav-item a {
        color: #000;
    }

    .theme-border-btn,
    .header-sec .navbar .nav-item a.theme-border-btn {
        color: #fff;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        z-index: 2;
        background: rgba(255, 255, 255, 0.9);
        padding: 10% 50px 5%;
        text-align: center;
        z-index: 2;
        overflow-x: visible;
        padding-right: 15px;
        padding-left: 15px;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        -webkit-overflow-scrolling: touch;
        transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
    }

    @keyframes animateUp {
        0% {
            opacity: 0;
            top: -80px;
        }

        100% {
            opacity: 1;
            top: 0px;
        }
    }

    .navbar-collapse li {
        position: relative;
        padding: 15px;
        animation: animateUp 1s;
    }

    .navbar-collapse.show {
        height: 100%;
        overflow-y: auto;
    }

    .header-sec .my-nav-links a {
        padding: 10px;
    }

    .header-sec .my-nav-links a:before {
        content: none;
    }

    .header-sec .my-nav-links .dropdown-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .heading-lg {
        font-size: 4vw;
    }

    .heading-md,
    .heading-md-white {
        font-size: 3.5vw;
    } */




    .icon-quote {
        width: 50px;
        height: 33px;
    }

    .heading-lg {
        font-size: 30px;
    }

    .heading-md,
    .heading-md-white {
        font-size: 26px;
    }

    .text-lg {
        font-size: 16px;
        line-height: 1.5;
    }

    .arrows-slider {
        padding-bottom: 120px;
    }

    .heading-xs {
        font-size: 14px;
        line-height: 20px;
    }

    .arrows-slider img {
        max-width: 150px;
        height: auto;
        max-height: 70px;
        width: auto;
    }

    .arrows-slider .slick-slide {
        text-align: center;
    }

    .arrows-slider .slick-dots {
        text-align: center;
    }

    .banner-bg {
        height: 520px;

    }

    .box-content-one {
        max-width: 133px;
    }

}

@media (max-width:860px) {

    .center-tv {
        margin-top: 180px;
    }

    .box-one {
        top: -160px;
        left: 120px;
    }

    .box-third {
        top: -160px;
        right: 120px;
    }

    .box-second {
        left: 0;
        right: 0;
        margin: 0 auto;
    }


    .box-content-one {
        max-width: 200px;
    }

    .stright-three {
        width: 0px;
        height: 20px;
        left: 50%;
        top: -20px;

    }

    .stright-line {
        top: 100%;
        width: 80px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 20%;
        bottom: 0;
        transform: rotate(90deg);
        top: 150px;
    }

    .stright-two {
        top: 130%;
        width: 80px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 20%;
        bottom: 0;
        transform: rotate(270deg);
    }
}

@media (max-width: 767px) {

    .common-space,
    .common-space-md,
    .common-space-xl {
        padding: 30px 0;
    }

    .arrows-slider .slick-dots {
        text-align: center;
    }

    .pl-5 {
        padding-left: 0;
    }

    .arrows-slider .slick-prev {
        left: 50%;
        margin-left: -42px;
    }

    .arrows-slider .slick-next {
        left: 50%;
        margin-left: 8px;
    }

    /* .arrows-slider {
        padding-bottom: 120px;
    } */

    .video-section {
        padding: 0;
    }

    .btn-play {
        width: 50px;
        height: 50px;
        border-width: 4px;
    }

    .btn-play::after {
        border-width: 10px 0 10px 15px;
    }

    .testimonial-slider .slick-prev,
    .testimonial-slider .slick-next {
        width: 22px;
        height: 22px;
        border-width: 4px;
    }

    .testimonial-slider {
        padding: 0 5px;
    }

    .heading-xs {
        font-size: 15px;
    }

    /* .banner-text {
        padding: 80px 0px 20px;
    } */

    .banner-bg {
        height: 300px;
        width: 100%;
    }

    .card-slider .slick-dots {
        position: absolute;
        bottom: 0;
    }
    .content-inner {
        padding: 100px 0px 40px 0px;
    }
    .bg-banner {
        height: 300px;
    }
    .box-content-one h2 {
        font-size: 12px;
    }

    .box-content-one p {
        font-size: 13px;
    }
}

@media (max-width: 730px) {
    .box-one {
        left: 0px;
    }

    .box-third {
        right: 0px;
    }
}

@media (max-width: 680px) {
    .navbar-brand .img-fluid {
        width: 130px;
    }

    .main-wrapper {
        padding-top: 75px;
    }

    .text-lg,
    .text-xl {
        font-size: 16px;
    }

    .theme-btn {
        font-size: 13px;
        padding: 14px 10px;
        min-width: 170px;
    }

    .heading-md,
    .heading-md-white {
        font-size: 4vw;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px;
    }

    .text-md,
    .footer-links p,
    .custom-input,
    .text-lg,
    .text-xl {
        font-size: 15px;
    }

    .card-slider .item img {
        height: 150px;

    }
}

@media (max-width: 480px) {

    .heading-lg,
    .heading-md,
    .heading-md-white {
        font-size: 20px;
    }

    .banner-bg {
        height: 250px;
    }



    .box-content-one {
        max-width: 130px;
        padding: 5px;
    }
    .content-inner {
        padding: 90px 0px 40px 0px;
    }
}