:root {
    --primary-color: #4989FD;
    --primary-color-hover: #4B576E;
    --primary-color-dark: #4B576E;
    --primary-color-alt: #fece0f;
    --primary-color-alt-hover: #f7c70a;
    --primary-color-allwhite: #FFFFFF;
    --secondary-color: #ff0000;
    --secondary-color-hover: #c00101;
    --secondary-color-alt: #059aef;
    --secondary-color-alt-hover: #047fc7;
    --success-color: #5adc92;
    --text-color: #535353;
    --text-color-light: #abbabe;
    --text-color-dark: #303032;
    --border-color: #e2e2e2;
    --border-color-light: #f7f9fd;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNextLTPro-Regular.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNextLTPro-Medium.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNextLTPro-Bold.woff2") format("woff2"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext-BoldCond.woff2") format("woff2"), url("../fonts/AvenirNext-BoldCond.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Light.woff2") format("woff2"), url("../fonts/Avenir-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Book.woff2") format("woff2"), url("../fonts/Avenir-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Roman.woff2") format("woff2"), url("../fonts/Avenir-Roman.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Avenir, Helvetica, sans-serif;
    color: var(--text-color);
    font-size: 15px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: AvenirNext;
    font-weight: 500;
}

#mainCntr {
    padding-top: 91px;
    width: 100%;
    overflow: hidden;
}

a {
    color: var(--primary-color);
}

a:hover {
    color: var(--primary-color-hover);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin-bottom: 0;
    list-style: none;
}

.txt-color-primary {
    color: var(--primary-color);
}

.txt-color-secondary {
    color: var(--secondary-color);
}

.txt-color-secondary-alt {
    color: var(--secondary-color-alt);
}

.txt-black {
    color: var(--text-color-dark) !important;
}

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

.greyBg {
    background-color: var(--border-color-light);
}

.greyBgAlt {
    background-color: #eff9fd;
}

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs30 {
    font-size: 24px !important;
}

.z-index-1 {
    z-index: 1;
}

.bullet-list {
    margin-left: 20px;
    list-style-type: disc;
}

.bullet-list li+li {
    margin-top: 10px;
}

.checklist li {
    display: flex;
}

.checklist li:before {
    margin-right: 10px;
    content: "";
    min-width: 24px;
    height: 24px;
    background: url(../../images/img/tick-icon.png) top left no-repeat;
}

.checklist li+li {
    margin-top: 20px;
}

.radioList li {
    display: flex;
    font-size: 15px;
}

.radioList li+li {
    margin-top: 20px;
}

.radioList li:before {
    margin-right: 10px;
    content: "";
    min-width: 28px;
    height: 28px;
    background: url(..images/img/radio-icon.png) top left no-repeat;
}

.arrowList li {
    display: flex;
}

.arrowList li+li {
    margin-top: 20px;
}

.arrowList li:before {
    margin: 4px 15px 0 0;
    content: "";
    min-width: 11px;
    height: 17px;
    background: url(..images/img/angle-icon.png) top left no-repeat;
}

.stroke-circle1, .stroke-circle2 {
    padding-bottom: 29%;
    position: absolute;
    left: 0;
    bottom: -25%;
    width: 218px;
    opacity: 0.5;
    z-index: 0;
    background: url(../../images/img/light-blue-circle-bg.png) no-repeat;
    background-size: contain;
}

.stroke-circle2 {
    background-image: url(../../images/img/light-orange-circle-bg.png);
}

.pos-rel {
    position: relative;
}

.overflow-h {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

.number-list {
    margin: 0 0 30px 20px;
}

.number-list li {
    font-size: 15px;
}

.number-list li+li {
    margin-top: 5px;
}

.margin-LR-Auto {
    margin-left: auto;
    margin-right: auto;
}

.max-width-767 {
    max-width: 1000px;
}

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

.btn {
    padding: 0.6rem 1.5rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.25);
}

.btn-round {
    border-radius: 30px;
}

.btn-primary {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.btn-primary:hover {
    border-color: var(--primary-color-hover);
    background-color: var(--primary-color-hover);
}

.btn-primary-alt {
    border-color: var(--primary-color-alt);
    background-color: var(--primary-color-alt);
}

.btn-primary-alt:hover {
    border-color: var(--primary-color-alt-hover);
    background-color: var(--primary-color-alt-hover);
}

.btn-secondary {
    border-color: var(--secondary-color-alt);
    background-color: var(--secondary-color-alt);
}

.btn-secondary:hover {
    border-color: var(--secondary-color-alt-hover);
    background-color: var(--secondary-color-alt-hover);
}

.btn .arrow {
    margin-left: 10px;
    filter: invert(1);
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 16px;
}

.white-btn {
    color: var(--primary-color);
    border-color: transparent;
    background-color: #fff;
}

.white-btn:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.scroll-div:before {
    content: "";
    height: 1px;
    width: 1px;
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

/*
.dots {
    position: absolute;
    width: 100px;
    height: 200px;
    background: url(..images/img/dots-bg.png) top left repeat;
}
*/

.dots.right {
    right: 0;
}

.hamburger-box {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.hamburger-box:hover .hamburger-inner, .hamburger-box:hover .hamburger-inner:after, .hamburger-box:hover .hamburger-inner:before {
    background-color: var(--secondary-color);
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    background-color: #fff;
}

.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -9px;
}

.hamburger-inner:after {
    bottom: -9px;
}

.read-more-link {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
}

.read-more-link img {
    margin-left: 10px;
    width: 16px;
}

.slick-slide {
    outline: 0;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.slick-dots .slick-active button, .slick-dots button:hover {
    background-color: var(--primary-color);
}

.slick-dots button {
    margin: 0 5px;
    display: block;
    text-indent: -9999px;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--border-color);
}

.container {
    max-width: 1200px;
}

.section {
    margin-bottom: 150px;
    position: relative;
}

.section p {
    margin-bottom: 30px;
    font-size: 15px;
}

.section.bg {
    padding: 100px 0;
}

.title-style-1 {
    margin-bottom: 30px;
    color: var(--text-color-dark);
}

.title-style-1.white {
    color: #fff;
}

.title-style-1 h2 {
    font-size: 24px;
    font-weight: 400;
}

.title-style-1 h2 small {
    font-size: 70%;
}

.title-style-1 h2 span.normalTxt {
    font-weight: 400;
}

.title-style-1 h2 span {
    margin-top: 10px;
    display: inline-block;
    color: var(--primary-color);
}

.title-style-1.boldTxt h2 {
    font-weight: 600;
}

.title-style-1.boldTxt h2 span {
    font-weight: 500;
}

.title-style-1.white h2 span {
    color: #fff;
}

.title-style-1 h3 {
    font-size: 18px;
    font-weight: 500;
}

.title-style-2 {
    margin-bottom: 30px;
    color: var(--text-color-dark);
}

.title-style-2.white {
    color: #fff;
}

.title-style-2 h2 {
    font-size: 30px;
}

.title-style-2 h3 {
    font-size: 20px;
}

.title-style-2 h2 small {
    display: block;
    font-size: 18px;
}

.title-style-2 h2 span {
    font-weight: 300;
    display: block;
    color: #4B576E;
}

.title-style-2 p {
    font-size: 18px;
    font-weight: 200;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: background-color 0.5s ease-in;
}

header .white-logo {
    display: block;
}

header .color-logo {
    display: none;
}

header .logo {
    margin: 20px 0;
}

header nav {
    display: flex;
    align-self: stretch;
}

header nav li {
    display: flex;
    list-style: none;
    position: relative;
}

header nav li:last-child, header nav li.last {
    margin-left: 20px;
    align-self: center;
}

header nav a {
    padding: 0 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

header nav a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

header nav .submenu {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    min-width: 200px;
    position: absolute;
    left: 10px;
    top: calc(100% + 20px);
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    background-color: #fff;
}

header nav .submenu a {
    padding: 10px 20px;
    display: block;
    color: var(--primary-color);
}

header nav .submenu a:hover {
    background-color: var(--border-color-light);
}

header nav li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

header .btn {
    color: var(--primary-color);
    border-color: transparent;
    background-color: #fff;
}

header .btn:hover {
    color: #fff;
    background-color: var(--primary-color-hover);
}

header .nav-overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    background-color: #000;
}

header .nav-close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

.white-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.white-header nav a {
    color: var(--primary-color);
}

.white-header .btn {
    color: var(--primary-color);
    border-color: transparent;
    background-color: #fff;
}

.white-header .btn:hover {
    color: #fff;
    background-color: var(--primary-color-hover);
}

.white-header .white-logo {
    display: none;
}

.white-header .color-logo {
    display: block;
}

.white-header .btn {
    color: #fff;
    border-color: transparent;
    background-color: var(--primary-color);
}

.white-header .btn:hover {
    color: #fff;
    background-color: var(--primary-color-hover);
}

.white-header .hamburger-inner, .white-header .hamburger-inner:after, .white-header .hamburger-inner:before {
    background-color: var(--primary-color);
}

.banner-box {
    padding: 150px 0 100px;
    margin-top: -100px;
    color: #fff;
    background: url(..images/img/home-banner-bg.png) bottom center no-repeat;
}

.banner-box .info {
    padding-top: 70px;
    max-width: 50%;
}

.banner-box .info h1 {
    margin-bottom: 30px;
    font-size: 50px;
}

.banner-box .info p {
    margin-bottom: 30px;
    font-size: 18px;
}

.banner-box .video-img {
    margin: 0 0 -100px 0;
    position: relative;
}

.banner-box .dots {
    left: 15px;
    bottom: 35px;
    z-index: -1;
    height: 150px;
}


.reach-goals {
    color: #fff;
    background-color: #007bff;
}

.reach-goals h2 {
    color: #fff;
}

.reach-goals .content {
    margin: 40px auto 0;
    max-width: 244px;
}

.reach-goals h3 {
    font-size: 44px;
    font-weight: 600;
}

.reach-goals h3 span {
    display: block;
    font-size: 19px;
    font-weight: normal;
    font-weight: 500;
}

.reach-goals p {
    margin: 35px 0;
    font-size: 17px;
}






.video-solutions-box .dots {
    top: 130px;
    left: -30px;
    opacity: 0.4;
    height: 180px;
}

.video-solutions-box h2 {
    max-width: 480px;
}

.video-solutions-box h2 u {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border-bottom: 6px solid var(--primary-color);
}

.video-solutions-box h2 img {
    margin: 0 5px;
    width: 21px;
    vertical-align: baseline;
}

.video-solutions-box p {
    margin: 50px 0;
    font-size: 16px;
    font-weight: 400;
}

.video-solutions-box ul {
    margin: 0 0 50px 50px;
    padding: 30px 0 30px 50px;
    border-left: 1px solid var(--primary-color);
}

.video-solutions-box li {
    font-weight: 400;
    font-size: 16px;
}

.video-solutions-box li+li {
    margin-top: 20px;
}

.video-solutions-box a {
    margin-left: 100px;
}


.video-solutions-types .left {
    flex: 1;
    max-width: 536px;
}

.video-solutions-types ul {
    display: grid;
    grid-template-columns: auto auto;
}

.video-solutions-types li img {
    height: 72px;
}

.video-solutions-types li {
    padding: 45px 20px;
    margin: 30px 0 0 30px;
    max-width: 240px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #646464;
}

.video-solutions-types li p {
    margin-bottom: 0;
}

.video-solutions-types li h3 {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 500;
}

.four-steps-process {
    background-image: url(../../images/img/four-steps-bg.png);
    background-size: cover;
}

.four-steps-process h2 {
    color: #b77e05;
}

.four-steps-process ul {
    counter-reset: number;
}

.four-steps-process li {
    margin-top: 36px;
}

.four-steps-process li h4 {
    margin: 0;
    display: flex;
    align-items: center;
    color: #3b3b3b;
    font-size: 17px;
    font-family: AvenirNext;
    font-weight: 600;
}

.four-steps-process li h4:before {
    margin-right: 15px;
    counter-increment: number;
    content: counter(number);
    font-size: 32px;
    line-height: 60px;
    min-width: 57px;
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../images/img/numberBg.png) top left no-repeat;
}

.four-steps-process li p {
    padding-left: 72px;
}


.serviceCard {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.serviceCard h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-size: 26px;
}

.serviceCard h3:after {
    margin-top: 10px;
    content: '';
    width: 70px;
    height: 3px;
    opacity: 0;
    background-color: var(--primary-color-alt);
}

.serviceCard p {
    margin: 30px 0 0;
    font-size: 16px;
    position: absolute;
    top: 100%;
    transition: all .3s ease;
}

.serviceCard .content .link-overlay {
    opacity: 0;
}

.serviceCard .content {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
    background-color: rgba(59, 59, 59, .3);
}

.services-box li {
    margin-bottom: 30px;
}

.services-box li:last-child {
    margin-bottom: 0;
}

.serviceCard img {
    width: 100%;
    max-height: 329px;
    object-fit: cover;
}

.serviceCard:hover .content .link-overlay {
    opacity: 1;
}

.serviceCard:hover .content {
    background-color: rgba(59, 59, 59, .7);
}

.serviceCard:hover .content p {
    position: static;
}

.serviceCard:hover .content h3:after {
    opacity: 1;
}



.tabs-box {
    background: url(..images/img/tabs-box-bg.png) top center no-repeat;
    background-size: cover;
}

.tabs-box .nav {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    flex-wrap: inherit;
    overflow-x: auto;
	background: #fff;
}

.tabs-box .nav li {
    margin-right: 50px;
}

.tabs-box .nav a {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.2;
}

.tabs-box .nav a figure {
    margin: 0 10px 0 0;
    min-width: 69px;
    max-width: 69px;
    min-height: 69px;
    border-radius: 50%;
    background: #fff;
}

.tabs-box .nav a figure:before {
    content: "";
    min-width: 38px;
    width: 38px;
    height: 31px;
    background: url(..images/img/video-icon.png) top center no-repeat;
    background-size: 38px;
}

.tabs-box .nav a>span span {
    display: block;
    color: var(--text-color-dark);
}

.tabs-box .nav a.active figure {
    background-color: var(--success-color);
}

.tabs-box .nav a.active figure:before {
    background-position: bottom center;
}

.tabs-box .nav a:hover {
    text-decoration: none;
}

.tabs-box .nav a:hover:not(.active) span {
    color: var(--primary-color);
}

.tabs-box h3 {
    font-weight: bold;
    color: var(--text-color-dark);
}

.tabs-box p {
    margin: 30px 0;
    font-size: 20px;
    font-weight: 400;
}

.tabs-box .tab-content figure {
    margin: 0;
}

.customer-experience-box .title-style-1 h2 {
    margin: 0 auto;
    max-width: 1000px;
}

.customer-experience-box .slick-dots {
    bottom: 30px;
}

.customer-experience-box .item {
    margin: 0 15px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    border-radius: 10px;
    opacity: 0.5;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #fff;
}

.customer-experience-box .item .info {
    padding: 15px;
}

.customer-experience-box .item h4 {
    color: var(--text-color-dark);
    font-weight: bold;
    font-size: 20px;
}

.customer-experience-box .item p {
    margin-bottom: 0;
}

.customer-experience-box .item figure {
    margin: 0;
}

.customer-experience-box .slick-track {
    padding: 100px 0;
    display: flex;
    align-items: center;
}

.customer-experience-box .slick-current {
    z-index: 1;
    opacity: 1;
    transform: scale(1.7);
    border-color: var(--text-color-dark);
    box-shadow: 0 0 0 10px var(--text-color-dark);
}

.customer-experience-box .slick-current .info {
    display: none;
}

.customer-experience-box .slider-frame {
    margin: 0 -15px;
    position: relative;
}

.customer-experience-box .more-info a {
    color: var(--secondary-color-alt);
}

.customer-experience-box .more-info a:hover {
    color: var(--secondary-color-alt-hover);
}

.who-we-are-box .dots {
    bottom: 0;
    opacity: 0.2;
    left: 0;
}

.textBox h3 {
    font-size: 24px;
    font-weight: 500;
}

.textBox .colR {
    margin-top: 100px;
}

.textBox p {
    margin-bottom: 20px;
}

.textBox a {
    color: var(--secondary-color-alt);
}

.textBox .dots1 {
    opacity: 0.3;
    top: 0px;
}

.help-business-box {
    background-color: #3c4f6f;
}

.help-business-box p {
    margin: 50px 0;
    font-size: 24px;
}

.help-business-box a {
    margin: 20px 15px 0;
}

.help-business-box .explore-btn {
    color: #f7bd2d;
    border-color: #f7bd2d;
    background-color: #000;
}

.values-box {
    text-align: center;
    background: url(..images/img/values-box-bg.png) top center no-repeat #343a42;
    background-size: cover;
}

.values-box h3 {
    margin-bottom: 80px;
    color: #fff;
    font-size: 34px;
}

.values-box li {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    line-height: normal;
}

.values-box li span {
    font-size: 16px;
    color: #fff;
}

.personalizedGifsNBanners .content {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.1);
}

.personalizedGifsNBanners .col .content {
    min-height: 240px;
}

.personalizedGifsNBanners .col h3 {
    font-size: 18px;
}

.solution-box {
    color: #fff;
    background: url(..images/img/solution-box-bg.jpg) top left no-repeat;
    background-size: cover;
}

.solution-box p {
    font-size: 16px;
    font-weight: bold;
}

.our-company-box .container {
    position: relative;
}

.our-company-box .container:before {
    content: "";
    position: absolute;
    left: -250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    top: 0;
    background-color: var(--border-color-light);
}

.our-company-box p {
    margin-bottom: 30px;
}

.our-company-box ul {
    counter-reset: my-sec-counter;
}

.our-company-box li {
    padding: 20px 0;
    position: relative;
    border-top: 1px solid var(--border-color);
}

.our-company-box li h4 {
    color: var(--text-color-dark);
    font-size: 20px;
}

.our-company-box li p {
    margin-bottom: 0;
    font-size: 14px;
}

.our-company-box li:before {
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter);
    position: absolute;
    top: -15px;
    left: -30px;
    font-size: 20px;
    font-weight: bold;
    color: var(--text-color-light);
}

.clientLogos img {
    margin-right: 20px;
    opacity: 0.45;
    vertical-align: middle;
}

.testimonials-box .title-style-2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.testimonials-box .text {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #f7f7f7;
}

.testimonials-box .slick-slider {
    padding: 0 100px;
}

.testimonials-box .item {
    margin: 15px;
}

.testimonials-box .text:after {
    content: "";
    position: absolute;
    top: calc(100% - 20px);
    left: 30px;
    border-width: 20px;
    border-color: #f7f7f7;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    border-right-color: transparent;
}

.testimonials-box figure {
    margin-right: 15px;
}

.testimonials-box figure img {
    width: 50px;
}

.testimonials-box .author {
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: var(--text-color-dark);
}

.testimonials-box .author span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: var(--text-color);
}

.testimonials-box .slick-dots {
    bottom: -30px;
}

.brands-box ul {
    margin: 0 auto;
    max-width: 1000px;
    flex-wrap: wrap;
}

.brands-box li {
    margin-top: 30px;
    width: 25%;
    text-align: center;
}

.brands-box li img {
    height: 40px;
}

.news-box .title-style-2 {
    margin: 0 auto;
    max-width: 800px;
}

.news-box .item {
    margin: 20px 15px;
}

.news-box .news {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.news-box .news figure {
    margin: 0;
    position: relative;
}

.news-box .news figure span {
    padding: 3px 15px;
    top: 10px;
    right: 10px;
    color: #fff;
    position: absolute;
    border-radius: 20px;
    background-color: #047aff;
}

.news-box .news .detail {
    padding: 20px;
}

.news-box .date, .news-box .date a {
    font-size: 13px;
    color: var(--text-color-light);
}

.news-box .date span {
    margin-right: 10px;
}

.news-box .title {
    margin: 5px 0 10px;
    font-weight: bold;
    font-size: 22px;
}

.news-box .title a {
    color: var(--text-color-dark);
}

.news-box .title a:hover {
    color: var(--primary-color);
}

.news-box .read-more-link {
    font-size: 13px;
    line-height: 1;
}

.news-box .read-more-link img {
    width: 12px;
}

.news-box .slick-dots {
    bottom: -20px;
}

.address-box.bg {
    padding: 0;
    color: #fff;
    background-image: linear-gradient(90deg, #575c62 0%, #343a42 100%);
}

.address-box h5 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}

.address-box address {
    margin: 0;
}

.address-box .address {
    border-left: 0px solid #fff;
    padding: 100px 50px;
}

.address-box .col-md-4:first-child .address {
    border: 0;
}

.contact-us .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-us .container>div {
    margin: 0 30px 0 0;
    flex-basis: 800px;
}

.contact-us .btn, .lets-connect-box .btn {
    padding: 20px 50px;
    font-size: 20px;
    min-width: 250px;
}

.lets-connect-box {
    color: #fff;
    /*background: url(..images/img/lets-connect-bg.png) top left no-repeat var(--primary-color);*/
}

.lets-connect-box h2 {
    color: #fff;
}

.lets-connect-box .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.lets-connect-box .container>div {
    margin: 0 30px 0 0;
    flex-basis: 800px;
}

.lets-connect-box h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 4px;
    background-color: #fff;
}

.lets-connect-box p {
    font-size: 18px;
}

.custom-development-box {
    color: #fff;
    background: url(../../images/img/custom-development-bg.jpg) top left no-repeat #3474fa;
    background-size: cover;
}

.custom-development-box h2 {
    color: #fff;
}

.custom-development-box .btn {
    color: #000;
    border-color: var(--primary-color-alt);
    background-color: var(--primary-color-alt);
}

.custom-development-box .content {
    padding-left: 20px;
    margin-top: 30px;
    border-left: 5px solid var(--primary-color-alt);
}

.custom-development-box ul {
    margin-top: 30px;
}

.custom-development-box li {
    display: flex;
}

.custom-development-box li+li {
    margin-top: 20px;
}

.custom-development-box li:before {
    margin: 10px 15px 0 0;
    content: "";
    min-width: 23px;
    height: 3px;
    background-color: var(--primary-color-alt);
}

.inner-banner-box {
    background-size: cover;
}

.inner-banner-box h1 {
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    text-transform: normal;
}

.inner-banner-box h2 {}

.inner-banner-box p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}

.inner-banner-box .content {
    max-width: 700px;
}

/*
.interactive-banner {
    background-image: url(../../images/img/video-interaction-banner.jpg);
    background-position: top center;
}
*/

.analytics-banner {
    background-image: url(../../images/analytics-banner.jpg);
    background-position: top center;
}

.interactive-banner p {
    max-width: 767px;
    font-weight: bold;
}

.scrolling-buttons {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
}

.scrolling-buttons a {
    padding: 15px;
    margin: 20px 20px 0 0;
    min-width: 214px;
    max-width: 214px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    transition: transform 0.3s ease;
    background-color: var(--primary-color);
}

.scrolling-buttons a span {
    margin-top: 15px;
}

.scrolling-buttons a:hover {
    background-color: var(--primary-color-hover);
}

.title-sep h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-sep h1:after {
    margin-top: 10px;
    content: "";
    width: 60px;
    height: 3px;
    background-color: #fff;
}

.case-studies-banner {
    overflow: hidden;
    background: url(..images/img/case-studies-banner.jpg) top left no-repeat;
    background-size: cover;
}

.case-studies-detail-banner {
    background: url(..images/img/case-studies-detail-banner.jpg) top left no-repeat;
    background-size: cover;
}

.case-studies-detail-banner h2 {
    font-family: Avenir;
    font-size: 35px;
    font-weight: bold;
}

.case-studies-maxlife-banner {
    background: url(..images/img/case-studies-detail-banner.jpg) top left no-repeat;
    background-size: cover;
}

.case-studies-maxlife-banner h2 {
    font-family: Avenir;
    font-size: 35px;
    font-weight: bold;
}

.who-we-are-banner {
    background: url(../../images/who-we-are-banner.jpg) top left no-repeat;
    background-size: cover;
}

.who-we-are-banner h1, .careers-banner h1, .our-clients-banner h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.who-we-are-banner h1:after, .careers-banner h1:after, .our-clients-banner h1:after {
    margin-top: 10px;
    content: "";
    width: 60px;
    height: 3px;
    background-color: var(--text-color-dark);
}

.careers-banner {
    color: #fff;
    background: url(..images/img/careers-banner.jpg) top left no-repeat;
    background-size: cover;
}

.careers-banner h2 {
    color: #fff;
}

.careers-banner h1:after, .our-clients-banner h1:after {
    background-color: #fff;
}

.our-clients-banner {
    background-color: var(--secondary-color-alt);
  /*   background: url(..images/img/careers-banner.jpg) top left no-repeat;
    background-size: cover;*/
}

.our-clients-banner .stroke-circle2, .case-studies-banner .stroke-circle2, .stroke-circle-white {
    mix-blend-mode: luminosity;
}

.our-clients-banner a {
    color: #fff;
}

.have-any-box h4 {
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--text-color-dark);
}

.our-clients-box ul {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.our-clients-box ul li {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.our-clients-box ul li img {
    filter: grayscale(1);
    opacity: 0.7;
}

.our-clients-box ul li:hover img {
    opacity: 1;
    filter: grayscale(0);
}

.join-team-box {
    background: url(..images/img/join-team-box-bg.png) top right no-repeat;
    background-size: contain;
}

.join-team-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 86px;
    background: url(..images/img/careers-shadow-sep.jpg) top center no-repeat;
    background-size: contain;
}

.join-team-box li:nth-child(1) .content {
    background-color: #f6f9fc;
}

.join-team-box li:nth-child(1) h3, .join-team-box li:nth-child(1) ul li:before {
    color: #07a5ff;
}

.join-team-box li:nth-child(2) .content {
    background-color: #f4ffff;
}

.join-team-box li:nth-child(2) h3, .join-team-box li:nth-child(2) ul li:before {
    color: #05cdd9;
}

.join-team-box li:nth-child(3) .content {
    background-color: #fcf9fc;
}

.join-team-box li:nth-child(3) h3, .join-team-box li:nth-child(3) ul li:before {
    color: #ee5cff;
}

.join-team-box li:nth-child(4) .content {
    background-color: #f4f8ef;
}

.join-team-box li:nth-child(4) h3, .join-team-box li:nth-child(4) ul li:before {
    color: #81b82b;
}

.join-team-box li h3 {
    padding: 15px 25px 12px;
    margin: 0;
    font-size: 23px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #302f31;
}

.join-team-box li img {
    width: 100%;
}

.join-team-box li ul {
    padding: 25px;
    counter-reset: number;
}

.join-team-box li ul li {
    display: flex;
    color: var(--text-color-dark);
}

.join-team-box li ul li:before {
    counter-increment: number;
    content: counter(number);
    min-width: 25px;
    font-weight: 800;
    font-family: AvenirNext;
    font-size: 20px;
}

.join-team-box li ul li+li {
    margin-top: 25px;
}

.join-team-box ul li {
    font-size: 15px;
    line-height: 23px;
}

.careersBox h3 {
    display: flex;
    align-items: center;
    font-size: 29px;
}

.careersBox h3 span {
    padding: 10px 50px 10px 0;
    font-weight: 300;
    min-width: 180px;
    background-color: #fff;
}

.careersBox h3:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--text-color-light);
}

.careersBox li a {
    padding: 30px;
    display: flex;
    color: var(--text-color);
}

.careersBox li a:hover {
    color: var(--secondary-color-alt);
}

.careersBox ul {
    max-width: 900px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
}

.careersBox li {
    margin: 20px;
    border-radius: 10px;
    width: 44%;
    max-width: 395px;
    font-weight: bold;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.careersBox li figure {
    margin: 0 15px 0 0;
}

.careersBox li .title span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.blog-list-box .container {
    margin: 60px auto;
}

.blog-list-box figure img {
    width: 100%;
}

.blog-list-box h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
}

.blog-list-box .item {
    margin-top: 30px;
    border: 1px solid var(--border-color);
}

.blog-list-box .content {
    padding: 15px;
}

.blog-list-box .content .date {
    margin-bottom: 8px;
    font-size: 14px;
    color: #999;
}

.blog-list-box h3 {
    font-size: 18px;
    font-weight: 500;
}

.blog-list-box p {
    margin-bottom: 15px;
    font-size: 16px;
}

.blog-list-box .read-more {
    font-size: 14px;
    text-transform: uppercase;
}

.containerSmall {
    max-width: 1200px;
}

.blog-detail-box .container, .blog-detail-box .containerSmall {
    margin: 60px auto 0;
    max-width: 1200px;
}

.blog-detail-box h1 {
    font-size: 34px;
    color: var(--text-color-dark);
}

.blog-detail-box .date {
    margin-bottom: 8px;
    font-size: 18px;
    color: #999;
}

.blog-detail-box h2 {
    font-size: 24px;
    font-weight: 500;
    color: var(--text-color-dark);
}

.blog-detail-box p {
    font-size: 18px;
}

.blog-detail-box .blog-main-img {
    margin: 30px 0;
}

.blog-detail-box .share h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.blog-detail-box .share {
    display: flex;
    flex-wrap: wrap;
}

.blog-detail-box .share a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    min-width: 41px;
    min-height: 41px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

.blog-detail-box .share a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.blog-detail-box .share .linkedin {
    background-color: #3c7ba9;
}

.blog-detail-box .share .fb {
    background-color: #3b589d;
}

.blog-detail-box .share .twitter {
    background-color: #5aabf4;
}

.blog-detail-box .prevNextBlog {
    margin-top: 50px;
    display: flex;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.blog-detail-box .prevNextBlog a {
    padding: 50px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color-dark);
}

.blog-detail-box .prevNextBlog a i {
    margin: 0 10px;
    font-size: 40px;
    font-weight: 300;
}

.blog-detail-box .prevNextBlog a:last-child {
    justify-content: flex-end;
    border-left: 1px solid var(--border-color);
}

.blog-detail-box .prevNextBlog a:hover {
    color: var(--secondary-color-alt);
}

.service-intergration-banner {
/*    background-image: url(..images/img/service-integration-banner-bg.png);*/
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 15%;
}

.service-intergration-banner img {
    mix-blend-mode: darken;
}

.solution-process-banner {
    background: url(../../images/solution-process.jpg) top left no-repeat #363f4c;
	background-size: cover;
}

.contact-us-banner.bg {
    padding-bottom: 300px;
    background: url(../../images/img/contact-us-banner.jpg) bottom center no-repeat;
    background-size: 80%;
}

.contact-us-banner h1 {
    color: var(--primary-color);
}

.contact-us-banner p {
    color: var(--text-color-dark);
}

.key-result-box.bg {
    padding: 60px 0;
}

.key-result-box ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.key-result-box li {
    margin-top: 20px;
    padding: 0 10px;
    flex: 1;
    font-size: 42px;
    color: var(--text-color-dark);
    font-weight: 500;
    font-family: AvenirNext;
}

.key-result-box li span {
    display: block;
    font-size: 20px;
    color: var(--primary-color);
    font-family: Avenir;
}

.key-result-box li small {
    font-size: 26px;
    font-weight: 500;
}

.contact-options-box {
    background-color: #f0bc1c;
}

.contact-options-box .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-options-box .option {
    padding: 30px;
    margin: 0 15px;
    width: 27%;
    border-radius: 10px;
    box-shadow: 0px 5px 14.07px 6.93px rgba(56, 55, 55, 0.2);
    background-color: #fff;
}

.contact-options-box img {
    height: 50px;
}

.contact-options-box h3 {
    font-size: 24px;
    margin: 20px 0;
    font-weight: normal;
    color: var(--secondary-color-alt);
}

.contact-box .number {
    position: relative;
}

.contact-box .number span {
    padding-right: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    border-right: 1px solid var(--border-color);
}

.contact-box .number input {
    padding-left: 70px;
}

.contact-address-box.bg {
    padding: 35px 0;
    background-color: #fef9f0;
}

.contact-address-box strong {
    font-weight: bold;
}

.contact-address-box address {
    margin: 15px 0;
    font-weight: 300;
}

.engaging-video-box .dots1 {
    top: -150px;
    right: 0;
    width: 180px;
    height: 80px;
}

.engaging-video-box .dots2 {
    top: 30%;
    left: -35px;
    opacity: 0.5;
}

.do-it-yourself .dots {
    top: 30%;
    left: -35px;
    opacity: 0.5;
}

.circle-bg .container:before {
    content: "";
    position: absolute;
    top: -50%;
    left: 0;
    width: 600px;
    background-color: var(--border-color-light);
    height: 600px;
    border-radius: 50%;
    transform: translate(-20%, -50%);
    z-index: -1;
}

.vernacular-lang-box {
/*
    background: url(..images/img/vernacular-language-bg.jpg) top right no-repeat rgb(131, 181, 207);
    background-size: cover;
*/
    background: linear-gradient(to right, #343A42, #3d5275);
}

.publish-banner {
    background: url(..images/img/inner-banner.jpg) top left no-repeat;
    background-size: cover;
}

.publish-banner h1 {
    color: var(--primary-color-allwhite);
}

.publish-banner h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: var(--text-color-dark);
}

.publish-banner .content {
    max-width: 850px;
}

.publish-banner p {
    color: var(--text-color);
}

.editor-banner {
/*    background: url(../images/editor_top_banner.jpg) top left no-repeat;*/
    background-size: cover;
}

.editor-banner h1 {
    color: var(--primary-color-allwhite);
}

.editor-banner h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: var(--text-color-dark);
}

.editor-banner .content {
    max-width: 850px;
}

.editor-banner p {
    color: var(--primary-color-allwhite);
}

.our-core-values-box .right {
    padding: 50px 0 0 100px;
}

.our-core-values-box .right:before {
    content: "3";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 300px;
    font-family: AvenirNext;
    font-weight: 500;
    line-height: 1;
    color: var(--primary-color);
    opacity: 0.2;
}

.our-core-values-box .title {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
}

.our-core-values-box .right p span {
    text-transform: uppercase;
    font-weight: bold;
}

.team-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-box li {
    margin: 10px;
    min-width: 190px;
    max-width: 300px;
    position: relative;
}

.team-box li figure {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.team-box li .info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    background-color: rgba(247, 180, 53, 0.9);
}

.team-box li .info p {
    font-size: 16px;
    color: var(--text-color-dark);
}

.team-box li:hover .info {
    transform: translateY(0);
}

.channels {
    margin-top: 80px;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.channels li {
    margin: 20px 10px 0;
    flex: 1;
    max-width: 150px;
}

.channels li a {
    text-align: center;
    display: block;
    padding: 30px;
    font-weight: 600;
    font-size: 20px;
    color: var(--text-color-dark);
    transition: box-shadow 0.3s ease;
    background-color: #eebf04;
}

.channels li a:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.channels li img {
    height: 50px;
}

.channels li span {
    margin-top: 30px;
    display: block;
}

.explore-link {
    font-size: 18px;
    color: var(--secondary-color-alt);
}

.explore-link i {
    font-size: 30px;
}

#personalizedSlider .slick-dots {
    margin-top: 30px;
}

/*
.telecomWrap.bg {
    background-color: #fdf9ec;
}
*/

.telecomWrap li {
    display: flex;
    margin-top: 20px;
}

.telecomWrap ul {
    margin-top: 80px;
}

.telecomWrap li:before {
    margin: 12px 15px 0 0;
    content: "";
    min-width: 23px;
    height: 3px;
    background-color: var(--primary-color-alt);
}

/*
.video-email {
    background: url(..images/img/video-email-bg.jpg) top center no-repeat var(--secondary-color-alt);
}
*/

.video-email .points li {
    margin-top: 30px;
    display: flex;
    color: #fff;
}

.video-email .points li:before {
    margin-right: 15px;
    content: "";
    min-width: 10px;
    height: 43px;
    background-color: var(--success-color);
}

.video-email .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video-email .list li {
    margin-top: 40px;
    display: flex;
    align-items: center;
    min-width: 45%;
    color: #fff;
    font-size: 16px;
}

.video-email .list li img {
    margin-right: 15px;
}

.video-modal .modal-content {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.1%;
}

.video-modal iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-modal .close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    box-shadow: none;
}

.bgStyle {
    margin: 200px 0;
}

.bgStyle.bg {
    padding: 50px 0;
    background-color: #f2f7f7;
}

.bgStyle:before, .bgStyle:after {
    z-index: -1;
    position: absolute;
    left: 0;
    width: 120%;
    content: "";
    height: 120px;
    display: block;
    background-color: #f2f7f7;
}

.bgStyle:before {
    top: -70px;
    transform: rotate(176deg);
}

.bgStyle:after {
    bottom: -70px;
    transform: rotate(-176deg);
}

.bgStyleBlue.bg {
    background-color: #e9edf8;
}

.bgStyleBlue:before, .bgStyleBlue:after {
    background-color: #e9edf8;
}

/*
.channel-specific-box {
    background: url(../../images/img/channel-specific-analytics-bg.jpg) top left no-repeat #fdeed5;
    background-size: 100% 100%;
}
*/

.channel-specific-box .content {
    padding-right: 50px;
    margin-top: 30px;
    position: relative;
}

.channel-specific-box .content:after {
    position: absolute;
    top: 100px;
    right: 20px;
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 100px;
    background-color: #c7b58a;
}

.channel-specific-box h3 {
    font-weight: 500;
    font-size: 22px;
}

.solutionResultsBox {
    color: #fff;
}

.solutionResultsBox .btn {
    color: #fff;
    background-color: #000;
}

.faqs-box .nav {
    margin: 0 -5px;
    display: flex;
}

.faqs-box .nav li {
    margin: 0 5px;
    flex: 1;
    width: calc(33.33% - 10px);
}

.faqs-box .nav li a {
    padding: 20px 30px;
    border: 1px solid var(--border-color);
    display: block;
    font-size: 20px;
    color: var(--text-color);
    background-color: #fff;
}

.faqs-box .nav li a.active {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-color: var(--secondary-color-alt);
}

.faqs-box .tab-content {
    padding: 50px;
    margin-top: 15px;
    background-color: #fff;
}

.faqs-box .faq+.faq {
    margin-top: 50px;
}

.faqs-box .faq h3 {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color-dark);
    display: flex;
}

.faqs-box .faq h3 span {
    min-width: 25px;
}

.faqs-box .faq p {
    margin-left: 25px;
}

.job-description-box {
    padding: 94px 0;
}

.job-description-box header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    z-index: 10;
    background-color: #fff;
}

.job-description-box section {
    margin-bottom: 70px;
}

.job-description-box h1 {
    margin: 0 0 0 45px;
    font-size: 26px;
    color: var(--text-color-dark);
    font-weight: 500;
}

.job-description-box h1 span {
    display: block;
    font-size: 19px;
    color: var(--text-color);
    font-weight: 500;
}

.job-description-box .highlight-bar {
    padding: 22px 0;
    margin-bottom: 34px;
    background-color: #f9f9f9;
}

.job-description-box .highlight-bar .container div {
    margin-left: 84px;
    font-size: 18px;
}

.job-description-box h2 {
    margin: 0 0 20px;
    font-size: 18px;
    color: var(--text-color-dark);
}

.job-description-box .job-details {
    padding-left: 84px;
    font-size: 17px;
}

.job-description-box h2 {
    font-weight: 500;
}

.job-description-box .job-details li {
    margin-bottom: 15px;
    font-size: 17px;
}

.job-description-box .job-details li strong {
    color: var(--text-color-dark);
}

.job-description-box .points li {
    display: flex;
}

.job-description-box .points li:before {
    margin-right: 3px;
    content: "-";
}

.job-description-box .tags a {
    padding: 7px 20px;
    margin: 0 10px 10px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    color: var(--text-color);
    white-space: nowrap;
    border: 1px solid var(--border-color);
}

.job-description-box .tags a.active {
    color: var(--secondary-color-alt);
    border-color: var(--secondary-color-alt);
}

.job-description-box .tags a:hover:not(.active) {
    border-color: var(--text-color-light);
}

.job-description-box .preffered-skill {
    margin-top: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.job-description-box .preffered-skill:before {
    margin-right: 10px;
    content: "";
    min-width: 30px;
    height: 4px;
    background-color: var(--secondary-color-alt);
}

.job-description-box .footer {
    padding: 20px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #e6f1f7;
}

.job-description-box .footer a {
    margin-left: 84px;
    min-width: 300px;
}

.case-studies-box ul {
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
}

.case-studies-box li {
    margin-top: 30px;
}

.case-studies-box li figure {
    overflow: hidden;
}

.case-studies-box li img {
    width: 100%;
    transition: transform 0.7s ease;
}

.case-studies-box li:hover img {
    transform: scale(1.2);
}

.case-studies-box .case-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.case-studies-box .case-card .content {
    padding: 25px;
}

.case-studies-box .case-card .company {
    margin-bottom: 20px;
    color: var(--secondary-color-alt);
}

.case-studies-box .case-card h3 {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
}

.job-apply-modal h5 span {
    font-size: 17px;
    display: block;
    color: var(--text-color);
    font-weight: normal;
    text-transform: uppercase;
}

.job-apply-modal .modal-header {
    border-bottom-width: 4px;
}

.job-apply-modal .close {
    font-size: 50px;
    font-weight: 300;
}

.job-apply-modal .modal-dialog {
    max-width: 767px;
}

.job-apply-modal .modal-content {
    overflow: hidden;
}

.job-apply-modal h5 {
    font-size: 23px;
    text-transform: none;
    font-weight: 500;
    color: var(--text-color-dark);
}

.job-apply-modal label {
    font-weight: bold;
}

.form-control, .job-apply-modal .custom-file {
    max-width: 500px;
    height: 50px;
    display: block;
}

textarea.form-control {
    height: 100px;
}

.job-apply-modal .btn {
    border-radius: 0;
    height: 60px;
    font-size: 17px;
}

.job-apply-modal .custom-file-label {
    padding: 0.895rem 1.2rem;
    height: 100%;
}

.job-apply-modal .custom-file-label:after {
    padding: 0.795rem 1.2rem;
    height: 100%;
    content: "Upload";
    color: #fff;
    background-color: var(--secondary-color-alt);
}

.job-apply-modal .custom-file-input {
    height: 100%;
}

.thankyou-modal .modal-dialog {
    max-width: 400px;
}

.thankyou-modal .modal-content {
    overflow: hidden;
    background-color: #fdfff6;
}

.thankyou-modal .modal-body {
    padding: 30px;
}

.thankyou-modal h4 {
    margin: 20px 0 0;
    font-weight: 500;
    font-size: 21px;
}

.thankyou-modal .btn {
    border-radius: 0;
    color: #fff;
    height: 50px;
    font-size: 17px;
    background-color: #73910b;
}

footer {
    color: var(--border-color-light);
    font-weight: bold;
/*    background: url(..images/img/footer-curve-bg.png) top left repeat-x #343A42;*/
    background-size: 100%;
}

footer h5 {
    font-size: 17px;
    font-weight: 500;
}

footer .top {
    padding: 150px 0 50px;
}

footer a {
    color: var(--border-color-light);
}

footer a:hover {
    color: var(--primary-color);
}

footer p {
    /*padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--border-color-light);*/
}

footer .contact {
    flex-wrap: wrap;
}

footer .contact a {
    margin-top: 10px;
    min-width: 50%;
}

footer .right {
    padding: 50px 0 0 100px;
    flex-wrap: wrap;
}

footer .links {
    display: flex;
    flex-direction: column;
    flex: 1;
}

footer .links a {
    margin-top: 10px;
}

footer .social {
    margin-top: 20px;
}

footer .social a {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color-dark);
    border: 1px solid var(--primary-color-dark);
}

footer .social a:hover {
    color: var(--primary-color);
    background-color: var(--primary-color-dark);
}

footer .bot {
    padding: 15px;
    font-size: 13px;
    text-align: center;
    background-color: #343a42;
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: none;
    color: #fff;
    font-size: 26px;
    border-radius: 60px;
    text-align: center;
    line-height: 50px;
    background-color: var(--primary-color);
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

@media screen and (min-width: 992px) {
    .channel-specific-box .col-md-6:nth-child(3) .content:after, .channel-specific-box .col-md-6:nth-child(6) .content:after {
        display: none;
    }
    .video-email .list li {
        max-width: 45%;
    }
    header nav a i {
        margin-left: 5px;
        font-style: normal;
        font-size: 17px !important;
    }
}

@media screen and (min-width: 768px) {
    .section .col-md-6 figure {
        padding: 0 20px;
    }
    .section .imgRight {
        order: 1;
    }
    .sec-top-edge-img .content {
        padding-top: 150px;
    }
    .sec-bot-edge-img .content {
        padding-bottom: 150px;
    }
    .sec-bot-edge-img .imgDiv {
        align-self: flex-end;
    }
    .scrolling-buttons a:hover {
        transform: translateY(-20px);
    }
    .personalizedGifsNBanners .col:not(:last-child) {
        padding-right: 0;
    }
    .personalizedGifsNBanners .col:nth-child(2) .content {
        margin-top: 20px;
    }
    .personalizedGifsNBanners .col:nth-child(4) .content {
        margin-top: 30px;
    }
    .job-apply-modal .modal-header {
        padding: 30px;
        border-bottom-width: 4px;
    }
    .job-apply-modal .modal-body {
        padding: 30px;
    }
    .our-clients-box li:nth-child(5n-5) {
        border-right: none;
    }
    .solutionResultsBox {
        background: rgb(210, 94, 17);
        background: linear-gradient(90deg, rgba(210, 94, 17, 1) 0%, rgba(210, 94, 17, 1) 50%, rgba(12, 167, 192, 1) 50%, rgba(12, 167, 192, 1) 100%);
    }
    .solutionResultsBox.bg {
        padding: 70px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .channel-specific-box .col-md-6:nth-child(2) .content:after, .channel-specific-box .col-md-6:nth-child(4) .content:after, .channel-specific-box .col-md-6:nth-child(6) .content:after {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    header nav a {
        padding: 20px 10px;
    }
    .banner-box {
        padding: 130px 0 140px;
        margin-bottom: 40px;
    }
    .banner-box .info h1 {
        font-size: 46px;
    }
    .title-style-2 h2 {
        font-size: 26px;
    }
    .banner-box .video-img {
        top: 0;
    }
    .banner-box .info {
        padding-top: 0;
    }
    .customer-experience-box .slick-current {
        transform: scale(2.2);
        box-shadow: 0 0 0 5px var(--text-color-dark);
    }
    .video-solutions-box ul, .video-solutions-box a {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .section {
        margin-bottom: 100px;
    }
    .section p {
        margin-bottom: 20px;
    }
    .section.bg {
        padding: 50px 0;
    }
    .bgStyle {
        margin: 150px 0;
    }
    #mainCntr {
        padding-top: 54px;
    }
    header nav ul {
        padding-top: 50px;
    }
    header nav .submenu {
        padding: 0;
        position: static;
        transition: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-radius: 0;
        border-top: 1px solid var(--border-color);
        border-bottom: 1px solid var(--border-color);
    }
    header nav .submenu a {
        padding-left: 30px;
    }
    header nav li {
        flex-direction: column;
    }
    .accordion-container {
        cursor: pointer;
        flex: 1;
    }
    .accordion-container .content-entry.open .article-title {
        background-color: var(--border-color-light);
    }
    .accordion-container .content-entry i {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 20px;
    }
    .accordion-container .content-entry i:before {}
    .accordion-container .content-entry.open i {
        transform: rotate(180deg);
    }
    .accordion-content {
        display: none;
        padding-left: 2.3125em;
    }
    header nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        transition: transform 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        overflow-y: auto;
        transform: translateX(100%);
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
        background-color: #fff;
    }
    header nav a {
        padding: 20px;
        color: var(--primary-color);
        flex: 1;
    }
    header nav ul {
        flex-direction: column;
    }
    header nav li {
        width: 100%;
    }
    header nav li:last-child {
        margin-left: 0;
        align-self: flex-start;
    }
    header.nav-open .nav-overlay {
        opacity: 0.7;
        visibility: visible;
    }
    header.nav-open nav {
        transform: translateX(0);
    }
    .testimonials-box .slick-slider {
        padding: 0;
    }
    .address-box .address {
        padding: 60px 30px;
    }
    footer .right {
        padding: 0 15px;
    }
    footer .links {
        margin-right: 20px;
    }
    footer .links:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .section {
        margin-bottom: 50px;
    }
    .bgStyle {
        margin: 100px 0;
    }
    header .logo {
        margin: 10px 0;
    }
    header .logo img {
        width: 100px;
    }
    .banner-box {
        padding: 70px 0 170px;
        margin: -54px 0 0;
        background-size: cover;
    }
    .banner-box .container {
        flex-wrap: wrap;
    }
    .banner-box .info {
        max-width: 100%;
    }
    .banner-box .video-img {
        margin: auto;
        width: 400px;
        order: -1;
    }
    .banner-box .info h1 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .video-solutions-box h2 u {
        margin-bottom: 5px;
    }
    .video-solutions-box h2 img {
        width: 26px;
    }
    .video-solutions-box .img {
        margin-bottom: 40px;
    }
    .video-solutions-box p {
        margin: 20px 0;
    }
    .video-solutions-box ul {
        padding: 0;
        margin-bottom: 20px;
        border-left: 0;
    }
    .tabs-box .tab-content figure {
        order: -1;
        margin-bottom: 20px;
    }
    .title-style-2 h2 {
        font-size: 24px;
        font-weight: 500;
    }
    .title-style-2 p {
        font-size: 16px;
    }
    .tabs-box h3 {
        font-size: 26px;
    }
    .customer-experience-box .slick-current {
        transform: none;
    }
    .customer-experience-box .slick-current .info {
        display: block;
    }
    .customer-experience-box .item {
        margin: 0 5px;
        box-shadow: none;
        border-color: var(--border-color);
        opacity: 1;
    }
    .customer-experience-box .slick-track {
        padding: 0 0 60px 0;
        align-items: stretch;
    }
    .values-box ul {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .values-box h3 {
        margin-bottom: 30px;
    }
    .values-box li {
        margin: 20px 0 0;
        width: 50%;
    }
    .textBox .colR {
        margin-top: 30px;
    }
    .our-company-box .points {
        margin-top: 40px;
    }
    .our-company-box .points {
        padding-left: 40px;
    }
    .brands-box li {
        width: 50%;
    }
    .news-box .item {
        margin: 20px 5px;
    }
    .address-box.bg {
        padding: 20px 0;
    }
    .address-box .address {
        padding: 30px;
        border: 0;
        border-top: 1px solid #fff;
    }
    .address-box .col-md-4 {
        padding: 0;
    }
    .contact-us .container>div, .lets-connect-box .container>div {
        margin: 0 0 20px;
        text-align: center;
    }
    .solutionResultsBox.bg {
        padding: 0;
    }
    .solutionResultsBox .bg1, .solutionResultsBox .bg2 {
        padding: 30px;
    }
    .solutionResultsBox .bg1 {
        background-color: rgb(210, 94, 17);
    }
    .solutionResultsBox .bg2 {
        background-color: rgb(12, 167, 192);
    }
    .lets-connect-box h2:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-us .btn, .lets-connect-box .btn {
        padding: 10px 40px;
        font-size: 20px;
        min-width: 200px;
        height: 58px;
    }
    footer .top {
        padding-top: 50px;
    }
    footer .links {
        margin-top: 30px;
        min-width: calc(50% - 20px);
    }
    .video-modal iframe {
        height: 300px;
    }
    .inner-banner-box h1 {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .video-email .list li {
        padding-right: 10px;
        width: 50%;
    }
    .video-email .list li img {
        width: 32px;
    }
    .scrolling-buttons {
        margin-top: 30px;
    }
    .scrolling-buttons a {
        min-width: 150px;
        max-width: 154px;
    }
    .engaging-video-box .dots1 {
        top: -107px;
        width: 100px;
    }
    .engaging-video-box .dots2 {
        left: -55px;
        height: 100px;
    }
    .vernacular-lang-box iframe {
        height: 200px;
    }
    .bgStyle:before, .bgStyle:after {
        height: 40px;
    }
    .bgStyle:before {
        top: -20px;
    }
    .bgStyle:after {
        bottom: -20px;
    }
    .channels {
        margin: 20px 0 50px;
    }
    .channels li a {
        padding: 22px;
    }
    .channels li span {
        margin-top: 20px;
    }
    .publish-banner h2 {
        font-size: 28px;
    }
    .video-email .points li {
        margin-top: 0;
    }
    .video-email .points li+li {
        margin: 20px 0 0;
    }
    .our-core-values-box .right {
        padding-left: 15px;
    }
    .our-core-values-box .right:before {
        font-size: 200px;
    }
    .channel-specific-box {
        background-image: none;
    }
    .channel-specific-box .col-md-6 .content {
        padding: 0 0 10px;
        margin: 0 0 30px;
    }
    .channel-specific-box .col-md-6:last-child .content {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .channel-specific-box .col-md-6:last-child .content:after {
        display: none;
    }
    .channel-specific-box .col-md-6 .content:after {
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 1px;
    }
    .custom-development-box .content {
        padding-left: 0;
        margin-top: 0;
        border-left: 0;
    }
    .telecomWrap ul {
        margin-top: 40px;
    }
    .careersBox li {
        margin: 10px 0;
        min-width: 200px;
        width: 161px;
        flex: 1;
    }
    .careersBox h3 {
        font-size: 20px;
    }
    .careersBox h3 span {
        min-width: 140px;
    }
    .join-team-box .row>li+li {
        margin-top: 30px;
    }
    .job-description-box {
        padding: 84px 0;
    }
    .job-description-box .back-arrow img {
        width: 20px;
    }
    .job-description-box h1 {
        margin-left: 20px;
        font-size: 20px;
    }
    .job-description-box h1 span {
        font-size: 16px;
    }
    .job-description-box .highlight-bar .container div, .job-description-box .footer a {
        margin-left: 0;
    }
    .job-description-box .highlight-bar .container div+div {
        margin-top: 10px;
    }
    .job-description-box .job-details {
        padding-left: 0;
    }
    .job-description-box section {
        margin-bottom: 40px;
    }
    .job-description-box .footer {
        padding: 15px 0;
    }
    .job-description-box .footer a {
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 400px;
    }
    .job-apply-modal h5 {
        font-size: 20px;
    }
    .job-apply-modal h5 span {
        font-size: 16px;
    }
    .job-apply-modal .close {
        font-size: 36px;
    }
    .our-clients-box ul {
        grid-template-columns: auto auto auto;
    }
    .our-clients-box li:nth-child(3n-3) {
        border-right: 0;
    }
    .our-clients-box li:last-child {
        border-bottom: 0;
    }
    .blog-detail-box .container, .blog-list-box .container {
        margin: 40px auto;
    }
    .contact-options-box .option {
        margin: 0;
        width: 100%;
    }
    .contact-options-box .option+.option {
        margin-top: 30px;
    }
    .faqs-box .nav li a {
        padding: 10px;
        font-size: 16px;
    }
    .faqs-box .tab-content {
        padding: 20px;
    }
    .sol-pro li {
        margin-top: 10px;
    }
    .key-result-box li {
        width: 50%;
        flex: auto;
        font-size: 34px;
    }
}

@media screen and (max-width: 480px) {
    .key-result-box li {
        width: 100%;
    }
}

.tableFrame{
    position: relative;
    margin-right: -232px;
    height: 738px;
    width: 968px;
    background: url(..images/img/tablet-frame-bg.png) top no-repeat;
    background-size: 700px;
    
}
.tableFrame iframe{
    position: absolute;
    right: 214px;
    top: 41px;
    border-radius: 12px;
}

.video_parent{
    position: absolute;
    right: 214px;
    top: 41px;
    border-radius: 12px;
    background-color: #000;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.formBox {
    padding: 50px;
    background: linear-gradient(to right, #343A42, #3d5275);
}
.finnerBox {
    background: #fff;
    margin: 30px !important;
}
.finnerBox>.col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.fbox {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    margin-top: 5px;
}
.fbox input {
    display: block;
    width: 95%;
    padding: 10px;
    border: none;
    outline: none;
    background: none;
    border-bottom: 3px solid #f5bc04;
    color: #666;
    font-size: 15px;
    transition: 0.4s ease-out;
    margin: auto;
}
.fbox label {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: #AAA;
    font-size: 15px;
    transition: 0.5s ease-out;
}
.fbox select {
    border: none;
    outline: none;
    background: none;
    border-bottom: 3px solid #f5bc04;
}
.formImage{
    margin-right: 10px;
}