@charset "utf-8";
@font-face {
    font-family: "Avenir-Black";
    src: url('../fonts/Avenir-Black.otf'); /* IE */
}

@font-face {
    font-family: 'avenirregular';
    src: url('../fonts/avenir_roman.woff2') format('woff2'), url('../fonts/avenir_roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    outline: none;
}

body {
    padding-top: 0 !important;
}

::-webkit-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'avenirregular';
}

:-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'avenirregular';
}

::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'avenirregular';
}

:-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: 'avenirregular';
}

html, body, div, span, object, iframe, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

html {
    -ms-overflow-style: scrollbar;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    border: 0;
    outline: none;
    color: #0b2b5a;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

p {
    font-size: 18px;
    color: #3b3b3a;
    font-weight: 400;
}

li:hover a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #E2BF6E;
    outline: none
}

a, img {
    border: 0;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

body {
    color: #3b3b3a;
    width: 100%;
    height: 100%;
    font-family: 'avenirregular';
    font-size: 14px;
    font-weight: 400;
    background: #ffffff;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    width: 100%;
}

.btn {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    padding: 0 40px;
    border-radius: 4px;
    font-family: 'avenirregular';
    outline: none;
    font-weight: 400;
}

.btn-default, .btn-default:focus {
    outline: none;
    color: #fff;
    background-color: rgba(41, 145, 226, 1);
    border-color: rgba(41, 145, 226, 1);
    height: 45px;
    line-height: 44px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.btn-primary, .btn-primary:focus {
    background-color: #E2BF6E;
    border-color: #E2BF6E;
    color: #323232;
    height: 44px;
    line-height: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-default:hover {
    outline: none;
    color: #fff;
    background-color: rgba(19, 34, 57, 1);
    border-color: rgba(19, 34, 57, 1);
}

.btn-primary:hover {
    outline: none;
    color: #E2BF6E;
    background-color: transparent;
    border-color: #E2BF6E;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.white-bg {
    background-color: #ffffff;
}

.grey-bg {
    background-color: #f5f5f5;
}

.white-bg p, .grey-bg p {
    color: #3b3b3a;
    font-family: 'avenirregular';
    text-align: center;
}

.blog {
    padding: 98px 0 111px 0;
}

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

.container {
    max-width: 100%;
}

/**** Common CSS ****/

/*** Header **/

header {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.logo {
    position: relative;
    z-index: 123;
    float: left;
}

.logo img {
    width: 250px;
}

nav {
    position: relative;
    margin: 0 auto;
    background-color: #ffffff
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: 'avenirregular';
    background: #ffffff;
    padding: 18px 0;
}

#cssmenu > ul > li {
    float: left !important;
}

#cssmenu > ul > li > a {
    color: #3b3b3a;
    font-size: 18px;
    text-decoration: none;
}

#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #ea5b0b;
}

#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    color: #d9540a;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
}
.container-content p {
    margin: 8px 0;
    line-height: 2;
}
.container-content li {
    list-style: disc;
    padding: 5px 0;
    margin-left: 16px;
    font-size: 18px;
}
.container-content ul { 
    margin: 10px 0;
}
.container-content h4 {
margin: 20px 0;
}
.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: bold;
    line-height: 25px !important;
}

.mktoForm .mktoFormRow {
    clear: both;
}
.mktoForm {
    text-align: left;
    margin: 20px 0;
}
.mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton {
    margin: auto;
    background-color: #ea5b0b;
    color: #ffffff;
    transition: all 1s;
    font-size: 18px;
    border: 2px solid #ea5b0b;
    border-radius: 50px;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #ea5b0b;
    padding: 0px 0;
    transition: all .25s ease;
}

#cssmenu ul ul li:hover {
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    min-width: 170px;
    font-size: 18px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fff;
    background-color: #ea5b0b;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

#cssmenu ul {
    float: right;
    padding: 14px 0;
}

#cssmenu ul li {
    display: inline-block;
}

#cssmenu ul li:last-child a {
    padding-right: 0px;
}

#cssmenu ul li a {
    font-size: 18px;
    padding-right: 20px;
}

#cssmenu ul li a:hover, #cssmenu ul li a:focus {
    color: #d9540a;
    transition: all 0s;
}

/*** Header End **/

/** Banner Section **/
.home-banner {
    float: left;
    width: 100%;
    position: relative;
    color: #ffffff;
    text-align: center; /*background: linear-gradient(rgba(234, 91, 11, 0.8), rgba(234, 91, 11, 0.8)), url('../image/home-banner.png'); background-position: center; background-size: cover; */
    background-image: url('../image/hero-background.jpg');
    background-size: cover;
}

.home-banner h1 {
    line-height: 75px;
    font-family: "Avenir-Black";
    font-size: 60px;
    font-weight: 500;
    margin: auto;
    width: 80%;
    padding: 232px 0 40px 0;
}

.banner-video .icon {
    float: left;
    margin: auto;
}

.video-title p {
    vertical-align: middle;
    margin-top: -15px;
    font-weight: 400;
    position: relative;
    text-align: left;
    display: inline-block;
    color: #ffffff;
}

.video-title {
    padding-bottom: 246px;
    float: left;
    width: 100%;
}

.banner-video, .product-ad-specifications {
    float: left;
    width: 100%;
}

.video-btn {
    margin-right: 40px;
    display: inline-block;
    padding: 20px 0 0 3px;
    color: #ea5b0b;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 32px;
}

.banner-figure {
    width: 480px;
    position: absolute;
    top: 0;
    right: 0;
}

.brand-clickz .banner-figure {
    top: auto;
    bottom: 0 !important;
}

.home-banner .banner-figure {
    left: 0;
    bottom: 0;
    top: auto;
}

/** Banner Section End **/
h1.title {
    font-size: 60px;
    line-height: 73px;
    padding-bottom: 35px;
    font-family: "Avenir-Black";
    color: #3b3b3a;
    width: 75%;
    text-align: center;
    margin: auto;
}

.title-medium {
    font-size: 36px;
    font-family: "Avenir-Black";
    margin-bottom: 30px;
}

.inner-container {
    margin: 0 auto;
    max-width: 1150px;
}

.description-details {
    width: 92%;
    margin: auto;
    padding-bottom: 66px;
}

.description-details p {
    font-size: 24px;
}

.description-makers-progress p {
    text-align: left;
    padding-top: 28px;
}

.description-makers-progress p:nth-of-type(1) {
    padding-top: 0px;
}

.description-makers-progress h3 { /*color: #3b3b3a; */
    padding-bottom: 28px; /*font-size: 36px; font-weight: 700;*/
}

.main-btn {
    margin: auto;
    padding: 13px 36px;
    background-color: #ea5b0b;
    color: #ffffff;
    transition: all 1s;
    font-size: 18px;
    border: 2px solid #ea5b0b;
    border-radius: 50px;
}

.main-btn:hover, .main-btn:active {
    background-color: #ffffff;
    color: #ea5b0b;
    transition: all 1s;
    border: 2px solid #ea5b0b;
}

a.brand-btn {
    margin-top: 35px;
}

.description-makers-left {
    padding-right: 80px;
}

.description-makers-right img {
    width: 100%;
}

.economy-list-description {
    width: 380px;
    display: inline-block;
    margin-left: 35px;
}

.economy-list-item figure {
    width: 30%;
    display: inline-block
}

.economy-list-item {
    float: left;
    width: 100%;
    padding-bottom: 53px;
}

.economy-list-item figure {
    vertical-align: top;
    text-align: center;
    line-height: 110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
}

.economy-list-item h4 {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.economy-list-item:hover h4 {
    color: #ea5b0b;
}

.economy-list-item .hover-icon {
    opacity: 0;
}

.economy-list-item .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.economy-list-description h4 {
    padding-bottom: 30px;
}

.economy-list-description p {
    text-align: left;
}

.help-btn {
    margin: auto;
    text-align: center;
    margin-top:
}

.help-btn a {
    margin-top: 5px;
}

.team-members {
    float: left;
    width: 100%;
    text-align: left;
    margin: auto;
    position: relative;
}

.team-members p {
    text-align: left;
}

.team-member-item figure {
    display: inline-block;
    float: left;
}

.team-member-details {
    width: 475px;
    float: left;
    margin-left: 40px;
    margin-top: 30px;
}

.team-member-details h4 {
    padding-bottom: 5px;
    font-size: 24px;
    color: #3b3b3a;
    font-weight: bold;
}

.team-member-description {
    padding-top: 21px;
}

.team-panel {
    width: 760px;
    margin: auto;
}

.how-help-banner {
    background-color: #ea5b0b;
}

/** Slick **/
.slick-prev, .slick-next {
    color: #3b3b3a;
    border: 2px solid #ebebeb;
    color: #3b3b3a;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    z-index: 999;
}

.slick-next:before, .slick-prev:before {
    color: #3b3b3a;
    font-size: 36px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:before {
    content: "\f104";
}

/** Slick End **/

/** Blog **/

.main-banner h1.title {
    color: #ffffff;
    padding-bottom: 0;
}

.main-banner {
    background-color: #ea5b0b;
}

.main-banner .container {
    position: relative; /* top: 0; right: 0 */
}

.blog-articles {
    float: left;
    width: 100%;
    text-align: center;
}

a.filter-btn {
    color: #ffffff;
}

.filter-articles {
    padding: 12px 0;
    border-bottom: 2px solid #ebebeb;
}

.filter-articles ul li {
    text-align: center;
}

.filter-articles p {
    color: #3b3b3a;
    padding-right: 25px;
    vertical-align: middle;
    display: inline-block;
}

.filter-btn i {
    padding-left: 13px;
}

.dropdown-list-item li {
    display: block;
}

.filter-content {
    display: inline-block;
    position: relative;
}

.dropdown-list-item .filter-menu .btn:hover, .dropdown-list-item .filter-menu .btn.active, .blog-articles .filter-menu .btn:hover, .blog-articles .filter-menu .btn.active, .blog-articles .filter-menu .btn:active {
    border-bottom: 3px solid transparent;
    color: #ea5b0b;
}

.blog-articles .filter-menu .btn {
    padding-bottom: 10px;
}

.dropdown-list-item {
    top: 70px;
    display: none;
    left: -100px;
    padding: 25px 15px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #3b3b3a;
    z-index: 10;
    text-align: left;
    position: absolute;
}

.dropdown-list-item .filter-menu .btn {
    padding-bottom: 7px;
}

.dropdown-list-item:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 15px 15px 15px;

    border-color: transparent transparent #e0e0e0 transparent;
}

.dropdown-list-item ul {
    min-width: 260px;
    text-align: center;
}

.filter-content:hover .dropdown-list-item {
    display: block;
}

.article-lists {
    float: left;
    width: 100%;
    padding: 86px 0 110px 0;
    position: relative;
}

.article-item {
    margin-top: 25px;
}

.article-item figure {
    height: 240px;
    overflow: hidden;
}

.article-item figure img {
    height: 100%;
    width: auto;
    display: block;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.article-item:hover figure img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.article-details {
    padding: 55px 60px;
    text-align: left;
    border: 1px solid #ebebeb;
}

.article-details p {
    color: #3b3b3a;
    font-family: 'avenirregular';
}

.article-type p {
    font-family: "Avenir-Black";
    color: #9c9c9c;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.article-details h4 {
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
}

.article-details h4 a{
    color: #3b3b3a;
}

.read-article {
    color: #ea5b0b;
    font-weight: bold;
    font-size: 18px;
}

.article-type {
    padding-bottom: 20px;
}

.read-more {
    padding-top: 27px;
}

.also-like .article-details {
    background-color: #ffffff;
}

.also-like .article-type p {
    text-align: left;
}

.blog-details {
    float: left;
    width: 100%;
}

.also-like .article-item figure img {
    width: 100%;
}

.also-like .article-item figure {
    height: 160px;
}

.also-like .read-more {
    padding-top: 0;
}

/** Blog End **/

/** How We Help **/
.help-panel, .unique-skillset {
    width: 100%;
    float: left;
    position: relative;
}

.inner-menu {
    background-color: #ffffff;
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 2px solid #ebebeb;
}

.inner-menu li {
    display: inline-block;
}

.inner-menu li a {
    color: #3b3b3a;
    font-size: 18px;
    padding: 25px 15px;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.inner-menu li a:hover, .inner-menu li.active a {
    border-bottom: 3px solid #ea5b0b;
}

.content-panel {
    padding: 100px 0 110px 0;
    float: left;
    width: 100%;
}

.content-details {
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 66px;
}

.content-details p {
    font-size: 24px;
}

.tools-description {
    padding-right: 90px;
}

.tools-description p {
    padding-top: 40px;
}

.our-process {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 105px;
}

.round-figure figure {
    text-align: center;
    line-height: 110px;
    width: 110px;
    height: 110px;
    background: #f5f5f5;
    border-radius: 50%;
    position: relative;
}

.round-figure h4 {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.round-figure:hover h4 {
    color: #ea5b0b;
}

.round-figure .hover-icon {
    opacity: 0;
}

.round-figure .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.round-figure figure {
    text-align: center;
    line-height: 110px;
    width: 110px;
    height: 110px;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.title-small {
    font-size: 24px;
    color: #3b3b3a;
    font-weight: bold;
}

.our-process-lists {
    float: left;
    width: 100%;
    padding-top: 72px;
}

.our-process-description {
    text-align: left;
}

.our-process-description h4, .our-unique-skill h4 {
    padding: 38px 0 30px 0;
}

.technology-stack, .campaign-objectives, .get-in-touch, .the-results, .the-results {
    float: left;
    width: 100%;
}

.short-description, .technology-content-description {
    text-align: center;
    width: 90%;
    margin: auto;
    padding-bottom: 67px;
    font-size: 20px;
}

.technology-content-description {
    width: 100%
}

.short-description p, .technology-content-description p {
    font-size: 24px;
}

.technology-stack-details p {
    text-align: left;
    padding-top: 20px;
}

.technology-stack-description h4 {
    line-height: 53px;
}

.technology-stack-details { /*border-bottom: 1px solid #e0e0e0; */
    float: left;
    width: 100%;
}

.technology-stack-description {
    padding-left: 100px;
}

.technology-stack-description ul{
    padding: 0 0 0 20px;
}

.technology-stack-description li{
    font-size: 18px;
    color: #3b3b3a;
    font-family: 'avenirregular';
    margin-bottom: 15px;
    list-style-type: disc;
}

.our-unique-skill p, .cause-deail p {
    text-align: left;
}

.unique-skillset {
    border-bottom: 2px solid #ebebeb;
}

.download-options li {
    display: inline-block;
    margin-right: 20px;
}

.download-options {
    text-align: center;
}

/** How We Help End **/

/** Case Studies **/
.objective-lists-description figure {
    float: left;
    text-align: center;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.objective-lists-description figure img {
    padding-top: 12px;
    vertical-align: middle;
}

.objective-lists-description {
    float: left;
    display: flex;
}

.objective-lists-description p {
    padding-left: 25px;
    width: 80%;
    display: inline-block;
    text-align: left;
}

.about-campaign, .campaign-description, .our-customers {
    float: left;
    width: 100%;
}

.our-customers .content-panel p{
    text-align: center;
}

.campaign-description {
    padding-top: 43px;
}

.campaign-description p {
    text-align: left;
    padding-top: 30px;
}

.result-description {
    padding-right: 90px;
}

.the-results .technology-stack-details {
    padding-bottom: 74px;
    border-bottom: 1px solid #e0e0e0;
}

.total-result {
    padding-top: 80px;
    float: left;
}

.the-results .technology-stack-details p {
    padding-top: 28px;
}

.team-member-lists h4 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 26px;
}

.team-member-lists p, .our-process-description p {
    text-align: left;
}

.team-member-lists figure {
    overflow: hidden;
}

.team-member-lists figure img {
    max-height: 200px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.team-member-lists:hover figure img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.team-member-contact {
    padding-top: 14px;
}

.team-member__contact{
    margin-top: 5px;
    min-height: 22px;
}

.team-member__contact li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.team-member__contact li a{
    font-size: 16px;
    margin-right: 5px;
    color: #ea5b0b;
}

.team-member__contact li a:hover{
    color: #b94809;
}

.our-team-members {
    float: left;
    width: 100%;
    padding-bottom: 55px;
}

.more-cases {
    padding-top: 20px;
    text-align: center;
}

.our-approach-types h4 {
    line-height: 38px;
    padding: 30px 0 23px 0;
    font-family: "Avenir-Black";
    width: 100%;
}

.cause-deail h4 {
    padding-bottom: 30px;
}

.about-campaign figure img {
}

/** Case Studies End **/

/** Brand Overview **/
.brand-clickz h4 {
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.brand-clickz .short-description {
}

span.customRadio, span.customCheckbox {
    display: none;
}

input[type="radio"] {
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: default;
    opacity: 0;
    margin-right: -16px;
}

input[type="radio"] + span.customRadio {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: white; /* margin: 0 0 0 -16px;*/
    margin: 0px 8px -8px -16px;
    border-radius: 50%;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.8);
    pointer-events: none;
}

input[type="radio"] + span.customRadio::after {
    content: '.';
    color: transparent;
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    margin: 7px 0 0 7px;
    opacity: 0.6;
    border-radius: 50%;
    transition: .2s;
}

input[type="radio"]:checked + span.customRadio::after {
    width: 15px;
    height: 15px;
    opacity: 1;
    background-color: #ea5b0b;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}

.metrices-lists h1 {
    color: #ea5b0b;
    font-size: 60px;
    font-family: "Avenir-Black";
}

.engagement-type p {
    font-family: "Avenir-Black";
    font-size: 24px;
    min-height: 68px;
}

.engagement-details {
    padding-top: 62px;
}

.our-approach, .engagement-metrics, .cause-details, .case-study {
    width: 100%;
    float: left;
}

.cause-details p {
    padding-bottom: 50px;
}

.cause-details-description {
    padding-right: 90px;
}

.cause-details-description h4 {
    padding-bottom: 30px;
}

.cause-details-description p {
    text-align: left;
}

.tools-description.causes-description p {
    padding-top: 0;
    padding-bottom: 28px;
}



.partner-lists {
    padding-top: 26px;
    display: block;
    text-align: center;
    width: 100%;
    float: left;
}

.partner-lists ul{
    margin: 0;
    padding: 0;
}

.partner-lists ul li{
    list-style: none;
    display: inline-block;
    margin: 20px;
}

.partner-lists ul li img {
    width: 160px;
    text-align: center;
    margin: auto;
}


.partner-lists figure {
    width: 100%;
    text-align: center;
    padding-bottom: 74px;
}

.partner-description h4 {
    font-size: 24px;
    text-align: center;
}

.our-customers .short-description {
    padding-bottom: 20px;
}

.download-options li a {
    width: auto;
}

.cause-details-right img {
    vertical-align: middle;
}

.cause-details-right {
    position: absolute;
    top: 90px;
}

.category-select ul li {
    display: inline-block;
    margin-right: 30px;
}

.category-select {
    text-align: center;
    padding-top: 60px;
}

.cause-details-right img {
    width: 100%;
}

.category-select label {
    font-family: 'avenirregular';
    font-size: 18px;
    font-weight: normal;
    padding-left: 7px;
}

.cause-details {
    padding: 0 50px;
}

.banner-info {
    padding: 100px 0;
    width: 100%;
    float: left;
}

.banner-info .short-description {
    padding-bottom: 0;
    line-height: 1.3;
}

.banner-info h1 {
    margin-bottom: 50px;
}

.banner-info .title.title-nopspace {
    margin-bottom: 0;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #ffffff;
    left: 0;
    z-index: 9999;
}

.main-banner {
    margin-top: 80px;
}

.home-banner {
    margin-top: 82px;
}

/** Brand Overview End **/
.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 81px;
    transition: all 0s;
}

header {
    box-shadow: 0 0 8px 0px rgba(224, 224, 224, 0.8);
}

/** Careers **/
table th:first-child, tbody tr td:first-child {
    text-align: left;
}

tbody tr td:last-child {
    text-align: right;
}

thead th {
    padding-bottom: 23px;
}

table {

    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table tr {
    border-bottom: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: 30px 0;
    text-align: center;
    font-family: 'avenirregular';
    font-size: 18px;
    font-weight: normal;
}

table th {
    font-family: "Avenir-Black";
    font-size: 14px;
    text-transform: uppercase;
}

/** Careers End **/

/** footer **/
footer {
    background-color: #3b3b3a;
    padding-top: 110px;
    color: #ffffff;
    float: left;
    width: 100%;
    position: relative;
}

footer a {
    color: #ffffff;
}

.footer-logo {
    padding-bottom: 57px;
}

.footer-social-links li:hover i {
    border: 2px solid #ea5b0b;
}

.footer-links {
    width: 100%;
    float: left;
    padding-bottom: 65px;
}

.footer-links li a {
    font-size: 17px;
}

.footer-links li {
    padding-bottom: 12px;
}

li.footer-title a {
    font-size: 14px;
    font-weight: 700;
}

li.footer-title {
    padding-bottom: 21px;
    text-transform: uppercase;
}

.footer-social-links li i {
    line-height: 35px;
    font-size: 22px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    padding: 6px 8px;
    height: 50px;
    text-align: center;
    width: 50px;
}

.footer-social-links li {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    display: inline-block;
}

.footer-social-links li a {
    margin-right: 13px;
}

.footer-social-links {
    margin-top: 6px;
}

.footer-links li a:hover {
    color: #ea5b0b;
}

.footer-copyright {
    padding: 26px 0;
    background-color: #333333;
}

.footer-copyright li {
    display: inline-block;
    padding-right: 13px;
}

.footer-copyright li a {
    font-size: 17px;
}

.article-item:hover .article-item figure img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.our-process-description p {
    min-height: 180px;
}

#campaign img {
    padding-top: 80px;
}

.brand-details-description p, .brand-details-description .read-more {
    text-align: center !important;
}

.filter-menu li label {
    font-size: 18px;
    font-family: 'avenirregular';
    color: #3b3b3a;
    font-weight: 400;
}

.filter-menu input[type="radio"] {
    width: 0;
    height: 0;
    margin: 0;
}

.filter-menu .btn {
    padding: 10px;
}

.filter-menu li {
    margin-right: 12px;
}

.filter-menu .btn:hover, .filter-menu .btn.active, .filter-menu .btn:active {
    box-shadow: none;
    outline: none;
    border-radius: 0;
    border-bottom: 3px solid #ea5b0b;
}

.filter-menu .btn {
    border-bottom: 3px solid transparent;
}

.brand-partner .inner-menu {
    padding: 0;
}

.inner-menu .filter-articles {
    border-bottom: 2px solid transparent;
}


.filter-menu .article-item figure img {
    width: 100%;
    object-fit: cover;
}

.blog-articles-details .article-item {
    margin-top: 0;
    margin-bottom: 25px;
}

.blog-articles-details h1.title {
    width: 100%;
}

.article-date {
    float: left;
}

.article-date p {
    line-height: 50px;
    font-size: 14px;
    font-family: "Avenir-Black";
}ua

@media (max-width: 480px){

    .article-date{
        width: 100%;
    }

    .article-date span{
        display: block;
    }
}

.article-link {
    float: right;
}

.article-link ul li {
    display: inline-block;
}

.article-link ul li i {
    line-height: 35px;
    font-size: 22px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #ea5b0b;
    padding: 6px 8px;
    color: #ffffff;
    height: 50px;
    text-align: center;
    width: 50px;
}

.article-banner img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.article-banner, .article-publish, .blog-articles-details, .also-like, .article-brief-description {
    float: left;
    width: 100%;
}

.article-publish {
    padding-bottom: 28px;
    padding-top: 50px;
}

.article-brief-description {
    padding-top: 54px;
}

.article-brief-description p {
    text-align: left;
    padding-bottom: 30px;
}

.article-brief-description img{
    margin: 25px 0;
    max-width: 100%;
    height: auto;
}

.blog-articles-details h4 {
    text-align: center;
    width: 75%;
    margin: auto;
}

#masonry img {
    height: auto;
    vertical-align: middle;
    margin: auto;
}

#masonry figure {
    border: 1px solid #ebebeb;
    border-bottom: 0;
}

#masonry .article-item figure {
    display: flex;
    display: -webkit-flex;
}

#masonry img {
    height: auto;
    width: 100%;
}

.brand-articles #masonry img {
    height: auto;
    width: auto;
}

section.blog-articles-details.white-bg {
    padding-top: 90px;
}

/** **/
.contactus-container {
    width: 100%;
    float: left;
}

.address-panel {
    width: 100%;
    float: left;
}

.address-panel.top {
    margin-bottom: 55px;
}

.address-panel h3 {
    font-family: "Avenir-Black";
    color: #262626;
    font-size: 24px;
    margin-bottom: 35px;
}

.address-info {
    margin-bottom: 40px;
    display: block;
}

.address-info p {
    font-size: 18px;
    color: 18px;
    color: #262626;
    margin-bottom: 10px;
    line-height: initial;
}

.address-info p:last-child {
    margin-bottom: 0;
}

.address-panel a {
    font-family: "Avenir-Black";
    color: #262626;
    font-size: 18px;
}

.form-right .form-control {
    height: 54px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #262626;
    font-size: 18px;
    padding: 6px 20px;
    margin-bottom: 25px;
}

.form-right .form-control::-webkit-input-placeholder {
    color: #262626;
    font-size: 18px;
}

.form-right .form-control::-moz-input-placeholder {
    color: #262626;
    font-size: 18px;
}

.form-right .form-control::-ms-input-input-placeholder {
    color: #262626;
    font-size: 18px;
}

.form-right .form-control:-moz-input-placeholder {
    color: #262626;
    font-size: 18px;
}

.form-right textarea.form-control {
    resize: none;
    height: 400px;
    margin-bottom: 40px;
}

.form-right .form-control:focus {
    border-color: #ea5b0b;
}

.form-right .main-btn {
    width: 160px;
}

.ourexperts-container .tools-description p {
    padding-top: 0;
    margin-bottom: 30px;
}

.ourexperts-container .tools-description p:last-child {
    margin-bottom: 0;
}

.ourexperts-container .content-details {
    width: 87%;
}

.ourexperts-container .tools-banner img {
    width: 100%;
}

.ourexperts-container .tools-description.right {
    padding-right: 0;
    padding-left: 40px;
}

.ourexperts-container .tools-description.right p {
    text-align: left;
}

.ourexperts-container{


}

.ourteam-container {
    width: 100%;
    float: left;
}

.teampanel-box {
    width: 100%;
    float: left;
    margin-bottom: 75px;
}

.teampanel-box figure {
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.teampanel-box:hover figure::before {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.teampanel-box figure img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.teampanel-box:hover figure img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.teampanel-box .teampanel-description {
    text-align: left
}

.teampanel-box .teampanel-description h3 {
    font-family: "Avenir-Black";
    color: #262626;
    font-size: 24px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.teampanel-box .teampanel-description p {
    color: #262626;
    font-size: 18px;
    text-align: left;
}

.teampanel-box:hover .teampanel-description h3 {
    color: #ea5b0b;
}

.team-panel figure img{
    max-width: 240px;
    height: auto;
}

.ourteam-list .filters {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    padding-left: 15px;
}

.ourteam-list .filters label.btn {
    font-size: 18px;
    color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    margin-right: 20px;
}

.ourteam-list .filters label.btn:last-child {
    margin-right: 0;
}

.ourteam-list .filters label.active, .ourteam-list .filters label:focus {
    color: #262626;
    outline: 0;
    outline-offset: 0;
}

.ourteam-description {
    width: 100%;
    float: left;
}

label.btns {
    position: relative;
    top: -7px;
}

.blog-articles-details #masonry img {
    width: 100%;
    height: 100%;
}

.brand-articles .article-item {
    margin-top: 0;
    margin-bottom: 24px;
}

.filter-articles ul li {
    width: 100%;
}

.case-studie-menu .inner-menu {
    padding: 27px 0 0 0;
}

/** **/

.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
}

.bs-example-tabs .nav-tabs li {
    text-align: center;
    flex-grow: 1;
}

.graph-tabs li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    display: inline-block;
    position: relative;
}

.graph-tabs li i::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.graph-tabs li.active i::before {
    background: #ea5b0b;
}

.graph-tabs li span {
    display: table;
}

.graph-tabs li span i, .graph-tabs li small {
    display: table-cell;
    vertical-align: middle;
}

.graph-tabs li small {
    padding-left: 10px;
    font-size: 18px;
    color: #3b3b3a;
}

.nav-tabs.graph-tabs > li.active > a, .nav-tabs.graph-tabs > li.active > a:focus, .nav-tabs.graph-tabs > li.active > a:hover {
    border: none;
}

.nav-tabs.graph-tabs > li > a:hover {
    border-color: transparent;
}

.nav.graph-tabs > li > a:focus, .nav.graph-tabs > li > a:hover {
    background-color: transparent;
}

.nav-tabs.graph-tabs > li > a {
    border: none;
    padding: 0;
}

.nav-tabs.graph-tabs {
    border: none;
}

.tab-content.graph-tab-content {
    margin-bottom: 50px;
}

#chartdiv1, #chartdiv2, #chartdiv3, #chart_2, #chartdiv4 {
    width: 100%;
    height: 400px;
}

.canvas-chart {
    width: 100%;
    height: 400px;
}

.canvas-chart canvas {
    margin-top: 50px;
}

.amcharts-chart-div a {
    display: none !important;
}

.description-makers-right, .description-makers-progress {
    width: 100%;
    float: left;
}

.modal {
    top: 100px;
}

.modal-content {
    position: relative;
}

.modal-footer {
    text-align: center;
    border: none;
}

.modal-dialog {
    width: 70%;
}

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

.close:focus, .close:hover, button.close:hover {
    background-color: #ea5b0b;
    opacity: 1;
    color: #ffffff;
    transform: rotate(360deg);
    transition: all 0.6s;
}

.close, button.close {
    transition: all 0.6s;
}

.modal-body btn {
    text-align: center;
    padding-top: 20px;
}

.close {
    font-size: 36px;
    opacity: 1;
}

button.close {
    z-index: 5;
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ea5b0b;
    color: #ffffff;
}

/** modal **/
.sample-window {
    width: 350px;
    padding: 5px;
    border: 2px solid #186db4;
    background-color: #fff;
    display: none;
}

.plainmodal-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

#demo {
    width: 75%;
    padding: 20px 40px;
    color: #fff;
    background-color: #ffffff;
    border-radius: 10px;
    display: none;
    font-family: 'Georgia', serif;
}

#demo:after { /* clearfix */
    content: "";
    clear: both;
    display: block;
}

#demo p {
    font-size: 18px;
}

#demo .sample-head {
    margin: 0 0 15px;
    font-size: 36px;
    font-family: 'avenirregular';
}

#demo img {
    float: left;
    margin-right: 10px;
    box-shadow: none;
}

#demo .plainmodal-close i {
    font-size: 36px;
    text-align: center;
    position: absolute;
    top: -20px;
    right: -14px;
    background-color: #ea5b0b;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    padding-top: 5px;
    border-radius: 50%;
}

#demo .plainmodal-close:hover {
    transform: rotate(360deg);
}

.sample-head h1.title {
    width: 100%;
}

.btn.focus, .btn:focus, .btn:hover {
    outline: none;
    color: #ffffff;
}

.produts-lists figure {
    margin: auto;
    width: auto;
    display: flex;
    height: 180px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ebebeb;
}

.produts-lists figure img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: auto;
    height: auto;
    margin: auto;
}

.product-details {
    padding: 55px 0px 0px;
}

.produts-lists:hover figure img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

section#our-products {
    float: left;
    width: 100%;
}

/** Modal **/

/* Video **/
video {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    width: 100%;
    float: left;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('image/home-banner.png') no-repeat;
    background-position: right;
    transition: 1s opacity;
}

.videos {
    width: 100%;
    float: left;
    width: 100%;
}

.stopfade {
    opacity: .5;
}

.our-products {
    float: left;
    width: 100%;
}

.video-btn {
    cursor: pointer;
}

.no-margin{
    margin: 0 !important;
}
.no-padding{
    padding: 0 !important;
}

/** Marketo **/
label[for="acceptedTCs"]{
    display: none !important;
}

#acceptedTCs{
    opacity: 1;
}

@media(min-width: 991px){
    .attention-economy .economy-list-item{
        min-height: 300px;
    }
}


/** Video **/

@media screen and (max-width: 479px) {
    #chartdiv1, #chartdiv2, #chartdiv3, #chart_2, #chartdiv4 {
        width: 100%;
        height: 300px;
    }

    .nav-tabs-responsive > li {
        display: none;
        width: 23%;
    }

    .nav-tabs-responsive > li > a {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        width: 100%;
        text-align: center;
        vertical-align: top;
    }

    .nav-tabs-responsive > li.active {
        width: 54%;
    }

    .nav-tabs-responsive > li.active:first-child {
        margin-left: 23%;
    }

    .nav-tabs-responsive > li.active, .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
        display: block;
    }

    .nav-tabs-responsive > li.active i{
        display: none;
    }


    .nav-tabs-responsive > li.prev, .nav-tabs-responsive > li.next {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .nav-tabs-responsive > li.next > a, .nav-tabs-responsive > li.prev > a {
        -webkit-transition: none;
        transition: none;
    }

    .nav-tabs-responsive > li.next > a .text, .nav-tabs-responsive > li.prev > a .text {
        display: none;
    }

    .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.next > a:after, .nav-tabs-responsive > li.prev > a:after, .nav-tabs-responsive > li.prev > a:after {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .nav-tabs-responsive > li.prev > a:after {
        content: "\e079";
    }

    .nav-tabs-responsive > li.next > a:after {
        content: "\e080";
    }

    .nav-tabs-responsive > li.dropdown > a > .caret {
        display: none;
    }

    .nav-tabs-responsive > li.dropdown > a:after {
        content: "\e114";
    }

    .nav-tabs-responsive > li.dropdown.active > a:after {
        display: none;
    }

    .nav-tabs-responsive > li.dropdown.active > a > .caret {
        display: inline-block;
    }

    .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
        left: 0;
        right: auto;
    }

    .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
        left: auto;
        right: 0;
    }
}

/** Media Querie **/
@media screen and (min-width: 1600px) {
    .container {
        width: 1480px;
    }

    .inner-container {
        width: 1150px;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .inner-container {
        max-width: 100%;
    }

    .title-small, .team-member-lists h4, .article-details h4, .content-details p {
        font-size: 20px;
    }

    #cssmenu ul li a, p, .footer-links li a, table th, table td, .filter-menu li label {
        font-size: 16px;
    }

    .home-banner h1 {
        font-size: 48px;
        padding: 116px 0 33px 0;
        line-height: 60px;
    }

    .video-title {
        padding-bottom: 120px;
    }

    h1.title {
        font-size: 48px;
        line-height: 60px;
        padding-bottom: 20px;
    }

    .content-panel {
        padding: 55px 0;
    }

    .description-details {
        padding-bottom: 33px;
    }

    .short-description p, .technology-content-description p {
        font-size: 20px;
    }

    .short-description, .technology-content-description {
        padding-bottom: 35px;
    }

    .economy-list-description {
        width: 90%;
        margin-left: 0;
        padding-right: 50px;
    }

    .economy-list-item figure {
        margin-bottom: 20px;
    }

    .economy-list-description h4 {
        padding-bottom: 20px;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .team-panel {
        width: 610px;
    }

    footer {
        padding-top: 55px;
    }

    .footer-logo {
        padding-bottom: 28px;
    }

    li.footer-title {
        padding-bottom: 12px;
    }

    .description-makers-progress p {
        padding-top: 18px;
    }

    .short-description, .technology-content-description {
        width: 95%;
    }

    .economy-list-item {
        padding-bottom: 30px;
    }

    .team-panel {
        width: 81%;
    }

    img {
        max-width: 100%;
    }

    .article-details {
        padding: 30px;
    }

    .article-item figure img {
        object-fit: cover;
    }

    .banner-info {
        padding: 50px 0;
    }

    .banner-figure {
        width: 280px;
    }

    .banner-info h1 {
        margin-bottom: 18px;
    }

    .category-select label {
        font-size: 16px;
    }

    .download-options li a {
        width: 220px;
    }

    .main-btn {
        font-size: 16px;
    }

    .engagement-details {
        padding-top: 30px;
    }

    .metrices-lists h1 {
        font-size: 48px;
    }

    .engagement-type p, .partner-description h4 {
        font-size: 21px;
    }

    .our-approach-types h4 {
        line-height: 28px;
    }

    .our-approach-types h4 {
        padding: 24px 0 13px 0;
    }

    .more-cases, .campaign-description p {
        padding-top: 0;
    }

    .cause-details-description, .result-description {
        padding-right: 15px;
    }

    .cause-details {
        padding: 0 75px;
    }

    .short-description, .technology-content-description, .cause-details p {
        padding-bottom: 25px;
    }

    .cause-details-description h4 {
        padding-bottom: 18px;
    }

    .partner-lists figure, .the-results .technology-stack-details {
        padding-bottom: 40px;
    }

    .inner-menu li a {
        font-size: 17px;
    }

    .tools-description {
        padding-right: 35px;
    }

    .tools-description p {
        padding-top: 22px;
    }

    .our-process-description h4, .our-unique-skill h4 {
        padding: 22px 0 20px 0;
    }

    .download-options li a {
        width: 100%;
    }

    .technology-stack-description {
        padding-left: 25px;
    }

    .technology-stack-details {
        padding-top: 30px;
    }

    .technology-stack-description h4 {
        line-height: 40px;
    }

    .content-details {
        width: 95%;
        padding-bottom: 30px;
    }

    .our-unique-skill p, .team-member-lists p, .our-process-description p {
        padding-right: 25px;
    }

    .our-process {
        padding-top: 55px;
    }

    .our-process-lists, #campaign img, .total-result {
        padding-top: 40px;
    }

    .our-process-lists {
        min-height: 160px;
    }

    img {
        text-align: center;
    }

    .latest-tools, .article-brief-description {
        float: left;
        padding-top: 20px;
    }

    .article-publish, .article-banner img {
        padding-bottom: 35px;
    }

    .article-brief-description p {
        padding-bottom: 25px;
    }

    .filter-menu .btn {
        padding-bottom: 14px;
    }

    .dropdown-list-item, .article-publish {
        padding: 15px;
    }

    .dropdown-list-item .filter-menu li {
        margin-bottom: 0
    }

    .article-lists {
        padding: 40px 0 55px 0;
    }

    .blog-articles-details h4 {
        width: 90%;
    }

    .article-details h4 {
        line-height: 26px;
    }

    .read-more {
    }

    .dropdown-list-item {
        top: 66px;

    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
    }

    .logo {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: left;
        float: left;
    }

    .logo img {
        width: 220px;
    }

    .logo2 {
        display: none
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        top: 20px;
        width: 100%;
        display: none;
        background-color: #ffffff;
        padding: 0;
    }

    #cssmenu ul li:first-child {
        border-top: 0px solid #444
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }

    #cssmenu ul ul li, #cssmenu li:hover > ul > li {
        height: auto
    }

    #cssmenu ul li a, #cssmenu ul ul li a {
        font-size: 20px;
        text-align: center;
        width: 100%;
        border-bottom: 0;
        padding: 12px 0;
    }

    #cssmenu > ul > li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
        color: #fff
    }

    #cssmenu ul ul, #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }

    #cssmenu ul {
        display: none;
    }

    #cssmenu {
        padding: 23px 0;
    }

    .button {
        width: 30px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 28px;
        cursor: pointer;
        z-index: 999;
        background: transparent;
        text-align: center;
        padding: 7px 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    .button span {
        width: 28px;
        margin-bottom: 0;
        height: 3px;
        background: #132239;
        display: block;
        position: absolute;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .button span:nth-child(1) {
        top: 0px;
    }

    .button span:nth-child(2), .button span:nth-child(3) {
        top: 8px;
    }

    .button span:nth-child(4) {
        top: 16px;
    }

    .button.menu-opened span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .button.menu-opened span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button.menu-opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .button.menu-opened span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .button.menu-opened {
        background: transparent;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 42px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #132239
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu li a {
        font-size: 20px;
    }

    h1.title {
        font-size: 42px;
        width: 80%;
    }

    .description-makers-right img {
        max-width: 100%;
        width: auto;
        text-align: center;
    }

    .description-makers-right figure {
        text-align: center;
        padding-top: 20px;
    }

    .slick-next {
        right: 25px;
    }

    .slick-prev {
        left: 25px;
    }

    .inner-container {
        width: 90%;
    }

    .team-panel figure {
        width: 100%
    }

    .team-panel figure img {
        margin: auto;
    }

    .team-member-details, .team-member-details p {
        text-align: center;
    }

    .team-member-details {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .article-lists {
        padding: 46px 0 60px 0;
    }

    .our-approach-types.round-figure {
        margin-bottom: 40px;
    }

    a.brand-btn {
        margin-top: 20px;
    }

    .more-cases a.brand-btn {
        margin-top: 0px;
    }

    .short-description, .technology-content-description, .tools-banner {
        width: 100%;
    }

    .tools-banner img, .team-member-lists h4, .team-member-lists p {
        text-align: center;
    }

    .metrices-details {
        width: 70%;
        margin: auto;
    }

    .engagement-details {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .engagement-type p {
        min-height: auto;
    }

    .cause-details .slick-next {
        right: 0;
    }

    .cause-details .slick-prev {
        left: 0;
    }

    .cause-details-right {
        display: table-header-group;
        position: relative;
        float: left;
    }

    .cause-details-description {
        display: table-footer-group;
    }

    .team-member-lists figure img {
        width: auto;
        margin: auto;
    }

    .team-member-lists, .objective-lists-description {
        margin-bottom: 20px;
    }

    .our-team-members, .tools-description.causes-description p {
        padding-bottom: 15px;
    }

    .footer-links ul {
        padding-bottom: 30px;
    }

    .cause-details-right {
        top: 20px;
    }

    .footer-links li a {
        font-size: 15px;
    }

    li.footer-title a {
        font-size: 13px;
    }

    .inner-menu li a {
        font-size: 16px;
        padding: 15px;
    }

    .banner-info h4 {
        font-size: 18px;
    }

    .technology-stack-banner figure {
        margin-top: 0px;
        padding-top: 30px;
    }

    .the-results .technology-stack-details {
        padding-bottom: 40px;
    }

    .total-result {
        padding-top: 35px;
    }

    .tools-banner, .technology-stack-banner {
        text-align: center;
    }

    .tools-banner img {
        margin-top: 35px;
    }

    .our-process-lists {
        padding-top: 20px;
    }

    .our-process-description p {
        padding-right: 30px;
    }

    .technology-stack-details, .latest-tools {
        padding-top: 0;
    }

    .technology-stack-description {
        padding-top: 35px;
    }

    .download-options li, .tools-banner img, .ourexperts-container .tools-description p {
        margin-bottom: 18px;
    }

    .objective-lists-description p {
        width: 90%;
        margin: auto;
    }

    .sticky {
        top: 70px;
    }

    .home-banner, .main-banner {
        margin-top: 71px;
    }

    /*.filter-menu li:first-child {*/
        /*width: 100%;*/
        /*margin-right: 0*/
    /*}*/

    .our-process-description p {
        min-height: 150px;
    }

}
@media screen and (max-width: 767px) {
    .title-medium {
        font-size: 26px;
    }

    .inner-container, .economy-list-description {
        width: 100%;
    }

    .short-description p, .technology-content-description p, .filter-menu li label {
        font-size: 17px;
    }

    .description-makers-progress h3 {
        padding-bottom: 14px;
    }

    .footer-links ul {
        padding-bottom: 20px;
    }

    .inner-container, .short-description, .technology-content-description {
        width: 100%;
    }

    .short-description, .technology-content-description {
        padding-bottom: 25px;
    }

    .footer-links li {
        padding-bottom: 8px;
    }

    .team-member-details {
        margin-left: 25px;
        margin-top: 10px;
    }

    .team-panel figure img {
        width: 180px;
        height: 180px;
    }

    .home-banner h1 {
        font-size: 23px;
        margin-top: 40px;
        line-height: 30px;
        padding: 0;
        margin-bottom: 25px;
    }

    .banner-figure {
        width: 170px;
    }

    .home-banner {
        height: 300px;
        padding: 25px 0;
    }

    h1.title {
        font-size: 30px;
        line-height: 36px;
        width: 100%;
    }

    .video-title {
        padding-bottom: 0;
    }

    .video-btn {
        margin-right: 20px;
    }

    .main-btn {
        font-size: 15px;
    }

    .video-btn {
        padding: 4px 0 0 4px;
        width: 50px;
        height: 50px;
    }

    .video-btn i {
        font-size: 26px;
        font-weight: 500;
    }

    .home-banner {
        height: 320px;
        padding: 25px 0 0 0;
    }

    a.brand-btn {
        margin-top: 18px;
    }

    .short-description p, .technology-content-description p {
        font-size: 18px;
    }

    .description-makers-left {
        padding-right: 0;
    }

    .economy-list-description {
        padding-right: 0;
    }

    .team-panel, .team-member-details, .team-member-item figure {
        width: 100%;
    }

    .team-member-details {
        margin-left: 0;
    }

    .team-panel figure img {
        margin: 0 auto;
    }

    .team-member-details, .team-members p {
        text-align: center;
    }

    #cssmenu ul {
        top: 15px;
    }

    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
        top: 40%;
    }

    .article-item figure img {
        width: 100%
    }

    .article-details {
        padding: 18px;
    }

    .article-details h4 {
        padding-bottom: 20px;
    }

    .read-more {
        padding-top: 16px;
    }

    .article-lists {
        padding: 26px 0 40px 0;
    }

    .inner-container, .short-description, .technology-content-description {
        width: 90%;
    }

    .our-approach-types.round-figure, .unique-skill-lists {
        margin-bottom: 30px;
    }

    .download-options li a {
        width: 100%;
    }

    .cause-details-description {
        padding-right: 0;
    }

    .banner-info {
        padding: 30px 0;
    }

    .metrices-details {
        width: 90%;
    }

    .round-figure h4, .economy-list-description h4, .economy-list-item, .our-process-description p, .economy-list-description p, .our-unique-skill p, .cause-deail p {
        text-align: center;
    }

    .round-figure figure {
        margin: auto;
    }

    .our-process-description p {
        height: auto;
        margin-bottom: 15px;
    }

    .unique-skill-lists, .economy-list-item {
        float: none;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .category-select {
        padding-top: 25px;
    }

    .metrices-lists h1 {
        padding-bottom: 15px;
    }

    .engagement-type p{
        padding-bottom: 10px;
    }

    .address-left {
        margin-bottom: 35px;
        float: left;
        width: 100%;
    }

    .teampanel-box figure {
        text-align: center;
    }

    .teampanel-box figure img {
        width: auto;
        height: 100%;
    }

    .ourexperts-container .content-details {
        width: 100%;
        text-align: left;
    }

    .ourexperts-container .tools-description {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .ourexperts-container .content-details p {
        text-align: left;
    }

    .ourexperts-container .tools-description.right {
        padding-left: 0;
        margin-top: 25px;
    }

    .ourexperts-container .tools-banner img {
        margin-top: 0;
    }

    .ourteam-list .filters label.btn, .article-item {
        float: none;
        margin-bottom: 15px;
    }

    .ourteam-list .filters {
        padding-left: 0;
        text-align: center;
    }

    .article-item figure img {
        width: auto;
    }

    .article-item {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .tools-description {
        padding-right: 0;
    }

    .inner-menu {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        background-image:

            /* Shadows */
                linear-gradient(to right, white, white),
                linear-gradient(to right, white, white),

                    /* Shadow covers */
                linear-gradient(to right, rgba(0,0,0,.45), rgba(255,255,255,0)),
                linear-gradient(to left, rgba(0,0,0,.45), rgba(255,255,255,0));

        background-position: left center, right center, left center, right center;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 50px 100%, 50px 100%, 20px 100%, 20px 100%;

        /* Opera doesn't support this in the shorthand */
        background-attachment: local, local, scroll, scroll;
    }

    .brand-partner .inner-menu {
        padding: 0 6px;
        white-space: unset !important;
        overflow-x: unset !important;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        background-image:

            /* Shadows */
                linear-gradient(to right, white, white),
                linear-gradient(to right, white, white),

                    /* Shadow covers */
                linear-gradient(to right, rgba(0,0,0,.45), rgba(255,255,255,0)),
                linear-gradient(to left, rgba(0,0,0,.45), rgba(255,255,255,0));

        background-position: left center, right center, left center, right center;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 50px 100%, 50px 100%, 20px 100%, 20px 100%;

        /* Opera doesn't support this in the shorthand */
        background-attachment: local, local, scroll, scroll;
    }

    .sticky {
        position: relative;
        top: 15px;
    }

    .filter-articles p {
        display: none;
    }

    table th:first-child, tbody tr td:first-child {
        text-align: left;
    }

    table {
        border: 0;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {

        display: block;
        text-align: right;
    }

    tbody tr td:last-child {
        text-align: center;
        padding-bottom: 20px;
    }

    table td:before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table th, table td {
        font-size: 15px;
    }

    table th, table td {
        padding: 12px 0;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table th:first-child, tbody tr td:first-child {
        text-align: right;
    }

    .case-studie-menu .inner-menu {
        padding: 12px 0 0;
    }

}

@media screen and (max-width: 640px) {
    .inner-container, .short-description, .technology-content-description {
        width: 100%;
    }

    .economy-list-item, .round-figure h4 {
        text-align: center;
    }

    .round-figure figure {
        margin: 0 auto;
    }

    .download-options li a {
        width: 100%;
        margin-bottom: 0px
    }

    .inner-container, .short-description, .technology-content-description {
        width: 95%;
    }

    .team-member-lists {
        margin-bottom: 30px;
    }

    .filter-menu .btn {
        padding-bottom: 8px;
    }

    .cause-details {
        padding: 0 20px 0 35px;
    }
}
@media screen and (max-width: 460px) {
    .our-unique-skill p, .team-member-lists p, .our-process-description p {
        padding-right: 0
    }

    .unique-skill-lists, .economy-list-item {
        width: 100%;
    }
}

.block-item-icon{
    padding-bottom: 65px;
}

.careers-people{
    padding: 0 0 110px 0;
    margin: -50px 0 0 0;
    float: left;
    width: 100%;
}

.two-content-panel{
    padding-top: 0;
}

#our-values{
    padding-bottom: 0;
}
.page-template-template-resource .container-content {
    padding: 50px 0;
}
/***

 Added sass files

*/

.single-post .article-brief-description h1, .single-post .article-brief-description h2, .single-post .article-brief-description h3, .single-post .article-brief-description h4, .single-post .article-brief-description h5, .single-post .article-brief-description h6 {
    display: block;
    margin: 0 0 15px 0;
    text-align: left;
    font-weight: bold;
}
.single-post .article-brief-description h1, .single-post .article-brief-description .h1 {
    font-size: 40px;
}
.single-post .article-brief-description h2, .single-post .article-brief-description .h2 {
    font-size: 32px;
}
.single-post .article-brief-description h3, .single-post .article-brief-description .h3 {
    font-size: 28px;
}
.single-post .article-brief-description h4, .single-post .article-brief-description .h4 {
    font-size: 24px;
}
.single-post .article-brief-description h5, .single-post .article-brief-description .h5 {
    font-size: 20px;
}
.single-post .article-brief-description h6, .single-post .article-brief-description .h6 {
    font-size: 16px;
}
.single-post .article-brief-description a {
    font-weight: bold;
    color: #ea5b0b;
}
.single-post .article-brief-description a:hover {
    color: #b94809;
}
@media screen and (max-width: 1199px) {
    .single-post .article-brief-description a {
        font-size: 16px;
    }
}
.single-post .article-brief-description ul {
    padding: 0 0 0 20px;
}
.single-post .article-brief-description ul li {
    list-style-type: disc;
    font-size: 18px;
    color: #3b3b3a;
    font-weight: 400;
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .single-post .article-brief-description ul li {
        font-size: 16px;
    }
}

.page.page-template-default .container-content,
.page-template-template-landling-page .container-content {
    padding: 50px 0;
}
.page.page-template-default .content-panel p,
.page.page-template-default .container-content p,
.page-template-template-landling-page .content-panel p,
.page-template-template-landling-page .container-content p {
    margin-bottom: 15px;
}
.page.page-template-default .content-panel a,
.page.page-template-default .container-content a,
.page-template-template-landling-page .content-panel a,
.page-template-template-landling-page .container-content a {
    font-weight: bold;
    color: #ea5b0b;
}
.page.page-template-default .content-panel a:hover,
.page.page-template-default .container-content a:hover,
.page-template-template-landling-page .content-panel a:hover,
.page-template-template-landling-page .container-content a:hover {
    color: #b94809;
}
@media screen and (max-width: 1199px) {
    .page.page-template-default .content-panel a,
    .page.page-template-default .container-content a,
    .page-template-template-landling-page .content-panel a,
    .page-template-template-landling-page .container-content a {
        font-size: 16px;
    }
}
.page.page-template-default .content-panel h1, .page.page-template-default .content-panel h2, .page.page-template-default .content-panel h3, .page.page-template-default .content-panel h4, .page.page-template-default .content-panel h5, .page.page-template-default .content-panel h6,
.page.page-template-default .container-content h1,
.page.page-template-default .container-content h2,
.page.page-template-default .container-content h3,
.page.page-template-default .container-content h4,
.page.page-template-default .container-content h5,
.page.page-template-default .container-content h6,
.page-template-template-landling-page .content-panel h1,
.page-template-template-landling-page .content-panel h2,
.page-template-template-landling-page .content-panel h3,
.page-template-template-landling-page .content-panel h4,
.page-template-template-landling-page .content-panel h5,
.page-template-template-landling-page .content-panel h6,
.page-template-template-landling-page .container-content h1,
.page-template-template-landling-page .container-content h2,
.page-template-template-landling-page .container-content h3,
.page-template-template-landling-page .container-content h4,
.page-template-template-landling-page .container-content h5,
.page-template-template-landling-page .container-content h6 {
    display: block;
    margin: 0 0 15px 0;
    text-align: left;
    font-weight: bold;
}
.page.page-template-default .content-panel h1, .page.page-template-default .content-panel .h1,
.page.page-template-default .container-content h1,
.page.page-template-default .container-content .h1,
.page-template-template-landling-page .content-panel h1,
.page-template-template-landling-page .content-panel .h1,
.page-template-template-landling-page .container-content h1,
.page-template-template-landling-page .container-content .h1 {
    font-size: 40px;
}
.page.page-template-default .content-panel h2, .page.page-template-default .content-panel .h2,
.page.page-template-default .container-content h2,
.page.page-template-default .container-content .h2,
.page-template-template-landling-page .content-panel h2,
.page-template-template-landling-page .content-panel .h2,
.page-template-template-landling-page .container-content h2,
.page-template-template-landling-page .container-content .h2 {
    font-size: 32px;
}
.page.page-template-default .content-panel h3, .page.page-template-default .content-panel .h3,
.page.page-template-default .container-content h3,
.page.page-template-default .container-content .h3,
.page-template-template-landling-page .content-panel h3,
.page-template-template-landling-page .content-panel .h3,
.page-template-template-landling-page .container-content h3,
.page-template-template-landling-page .container-content .h3 {
    font-size: 28px;
}
.page.page-template-default .content-panel h4, .page.page-template-default .content-panel .h4,
.page.page-template-default .container-content h4,
.page.page-template-default .container-content .h4,
.page-template-template-landling-page .content-panel h4,
.page-template-template-landling-page .content-panel .h4,
.page-template-template-landling-page .container-content h4,
.page-template-template-landling-page .container-content .h4 {
    font-size: 24px;
}
.page.page-template-default .content-panel h5, .page.page-template-default .content-panel .h5,
.page.page-template-default .container-content h5,
.page.page-template-default .container-content .h5,
.page-template-template-landling-page .content-panel h5,
.page-template-template-landling-page .content-panel .h5,
.page-template-template-landling-page .container-content h5,
.page-template-template-landling-page .container-content .h5 {
    font-size: 20px;
}
.page.page-template-default .content-panel h6, .page.page-template-default .content-panel .h6,
.page.page-template-default .container-content h6,
.page.page-template-default .container-content .h6,
.page-template-template-landling-page .content-panel h6,
.page-template-template-landling-page .content-panel .h6,
.page-template-template-landling-page .container-content h6,
.page-template-template-landling-page .container-content .h6 {
    font-size: 16px;
}
.page.page-template-default .content-panel ul,
.page.page-template-default .container-content ul,
.page-template-template-landling-page .content-panel ul,
.page-template-template-landling-page .container-content ul {
    padding: 0 0 0 20px;
}
.page.page-template-default .content-panel ul li,
.page.page-template-default .container-content ul li,
.page-template-template-landling-page .content-panel ul li,
.page-template-template-landling-page .container-content ul li {
    list-style-type: disc;
    font-size: 18px;
    color: #3b3b3a;
    font-weight: 400;
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .page.page-template-default .content-panel ul li,
    .page.page-template-default .container-content ul li,
    .page-template-template-landling-page .content-panel ul li,
    .page-template-template-landling-page .container-content ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .teampanel-box .teampanel-description h3, .teampanel-box .teampanel-description p, .teampanel-box .teampanel-description ul, .teampanel-box .teampanel-description li {
        text-align: center;
    }
}

.page-template-template-landling-page .main-banner {
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-template-landling-page .main-banner .banner-info {
    padding: 0;
    width: auto;
    float: none;
}

.page-template-template-all-blogs .intro {
    margin-bottom: -100px;
}
.page-template-template-all-blogs .intro p {
    max-width: 600px;
    margin: 50px auto;
}

/**** end of sass generated - don't change anything above this file. source file is in added.scss !!! ****/
.mktoOffset {
    width: 0!important
}

.page .mktoOffset {
    width: 10px!important
}

.mktoField {
    padding: 8px!important;
    border-color: #e1e1e1!important;
    box-shadow: none!important;
    border: 1px solid;
}

.mktoField:focus {
    background-color: #f9f9f9!important
}

.mktoInvalid {
    border-color: #8c0005!important
}

.mktoLabel {
    line-height: 30px!important
}

.mktoForm h1,.mktoForm h2,.mktoForm h3,.mktoForm h4,.mktoForm h5 {
    font-family: "PT Sans",sans-serif!important;
    font-weight: 600!important
}

.mktoForm h1 strong,.mktoForm h2 strong,.mktoForm h3 strong,.mktoForm h4 strong,.mktoForm h5 strong {
    font-weight: 600!important
}

.mktoForm .mktoButtonWrap.mktoRound,.mktoForm .mktoButtonWrap.mktoLight {
    display: inline-block;
    padding: 0!important;
    background: transparent!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -o-border-radius: 0!important;
    -khtml-border-radius: 0!important;
    border-radius: 0!important
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton,.mktoForm .mktoButtonWrap.mktoLight .mktoButton,.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
    border: none;
    display: block;
    width: auto!important;
    height: auto!important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    font-weight: normal!important;
    background: #ff8b00!important;
    background-color: #ff8b00!important;
    filter: none!important;
    color: #fff!important;
    text-shadow: none!important;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
    padding: 10px 16px!important;
    font-size: 18px!important;
    line-height: 1.33333!important;
    border-radius: 6px!important;
    border: 0!important
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover,.mktoForm .mktoButtonWrap.mktoLight .mktoButton:hover,.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover {
    background: #ffb466!important
}

.page-template .cnt-marketo-form-container {
    margin: 50px 0 0 0
}

@media (max-width: 48em) {
    .page-template.cnt-marketo-form-container {
        overflow:hidden!important
    }

    .page-template.cnt-marketo-form-container form,.page-template.cnt-marketo-form-container .mktoHtmlText {
        width: 100%!important
    }
}

.cnt-marketo-form-container .mktoField, .cnt-marketo-form .mktoLabel{
    width: 50%!important;
}

@media (max-width: 36.25em) {
    .cnt-marketo-form-container .mktoField, .cnt-marketo-form .mktoLabel {
        width:100%!important;
    }
    .cnt-marketo-form-container .mktoForm .mktoFormRow{
        margin-bottom: 20px;
    }
}

.page-template.cnt-marketo-form-container .mktoFormRow[class*="gDPROptin"].has-checkbox .mktoCheckboxList,.page-template.cnt-marketo-form-container .mktoFormRow.has-checkbox .mktoCheckboxList {
    position: absolute;
    left: 0
}

@media (max-width: 36.25em) {
    .page-template.cnt-marketo-form-container .mktoFormRow[class*="gDPROptin"].has-checkbox .mktoCheckboxList,.page-template.cnt-marketo-form-container .mktoFormRow.has-checkbox .mktoCheckboxList {
        position:absolute!important
    }

    .page-template.cnt-marketo-form-container .mktoFormRow[class*="gDPROptin"].has-checkbox .mktoCheckboxList label:before,.page-template.cnt-marketo-form-container .mktoFormRow.has-checkbox .mktoCheckboxList label:before {
        right: 0;
        left: auto
    }
}

.page-template.cnt-marketo-form-container .mktoFormRow[class*="gDPROptin"].has-checkbox .mktoHtmlText,.page-template.cnt-marketo-form-container .mktoFormRow.has-checkbox .mktoHtmlText {
    padding-left: 35px
}

.page-template.cnt-marketo-form-container fieldset.mktoFormCol .mktoCheckboxList {
    position: relative!important;
    float: right
}

@media (max-width: 36.25em) {
    .page-template.cnt-marketo-form-container fieldset.mktoFormCol .mktoCheckboxList {
        left:auto!important;
        right: 0
    }
}

.mktoForm div.mktoButtonRow {
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important
}

.page-template .mktoForm{
    max-width: 500px
}

.mktoForm {
    width: 100%!important;
}

@media (max-width: 30em) {
    .mktoForm {
        padding:0!important
    }
}

.mktoForm .mktoFormCol {
    width: 100% !important;
}

.newsletter-modal-mkto .mktoFormCol,.page-template-template-about-us .cnt-marketo-form .mktoFormCol {
    width: 50%;
    padding: 0 10px;
}

@media (max-width: 36.25em) {
    .newsletter-modal-mkto .mktoFormCol,.page-template-template-about-us .cnt-marketo-form .mktoFormCol {
        width:100%!important
    }
}

.mktoField {
    border-radius: 3px!important
}

.mktoLabel,.mktoField,.mktoForm .mktoFieldWrap {
    width: 100%!important
}

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

.mktoField{
    padding: 10px !important;
    font-size: 16px !important;
}


@media (max-width: 36.25em) {
    .mktoLabel,.mktoField,.mktoForm .mktoFieldWrap {
        width:100%!important
    }
}

.mktoFieldWrap .mktoGutter,.mktoAsterix,.mktoForm .mktoOffset {
    display: none!important
}

fieldset.mktoFormCol {
    width: 100%!important
}

.newsletter-modal-mkto .mktoFormRow,.page-template-template-about-us .cnt-marketo-form .mktoFormRow {
    margin: 0 -10px!important
}

.newsletter-modal-mkto label[for="acceptedTCs"].mktoLabel {
    display: none!important
}

.newsletter-modal-mkto fieldset .mktoCheckboxList {
    float: right
}

@media (max-width: 36.25em) {
    .newsletter-modal-mkto fieldset .mktoCheckboxList {
        float:left
    }
}

fieldset {
    border: none!important;
    margin-bottom: 0!important
}

fieldset legend {
    padding: 0!important;
    margin: 24px 0!important;
    font-size: 18px;
    float: left
}

fieldset .mktoFormRow {
    margin-left: -10px;
    margin-right: -10px
}

fieldset .mktoLabel {
    width: 150px!important;
    line-height: normal!important
}

@media (max-width: 36.25em) {
    fieldset .mktoLabel {
        width:95%!important
    }
}

fieldset .mktoFieldDescriptor.mktoFormCol {
    width: 50%!important
}

@media (max-width: 36.25em) {
    fieldset .mktoFieldDescriptor.mktoFormCol {
        width:100%!important
    }
}

fieldset .mktoFormCol {
    width: 60%!important
}

@media (max-width: 36.25em) {
    fieldset .mktoFormCol {
        width:100%!important
    }
}

fieldset .mktoCheckboxList label {
    margin: 0!important
}

@media (max-width: 36.25em) {
    fieldset strong {
        padding:0!important
    }

    fieldset .mktoCheckboxList {
        width: auto!important
    }
}

.mktoHtmlText {
    width: auto!important
}

.mktoFormRow {
    position: relative
}

.mktoFormRow:nth-last-child {
    display: none!important
}

.mktoFormRow.acceptedTCs .mktoFormCol,.mktoFormRow.righttoberemoved .mktoFormCol,.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoFormCol {
    width: 100%!important
}

@media (max-width: 30em) {
    .mktoFormRow.acceptedTCs .mktoFormCol,.mktoFormRow.righttoberemoved .mktoFormCol,.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoFormCol {
        float:left!important;
        clear: unset!important
    }
}

.mktoFormRow.acceptedTCs fieldset.mktoFormCol,.mktoFormRow.righttoberemoved fieldset.mktoFormCol,.mktoFormRow.subscribedtoCZSEWMasterMarketing fieldset.mktoFormCol {
    padding-left: 0
}

.mktoFormRow.acceptedTCs .mktoHtmlText,.mktoFormRow.righttoberemoved .mktoHtmlText,.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoHtmlText {
    padding-left: 35px
}

.mktoFormRow.acceptedTCs .mktoHtmlText span,.mktoFormRow.righttoberemoved .mktoHtmlText span,.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoHtmlText span {
    display: inline-block
}

@media (max-width: 30em) {
    .mktoFormRow.acceptedTCs .mktoHtmlText *,.mktoFormRow.righttoberemoved .mktoHtmlText *,.mktoFormRow.subscribedtoCZSEWMasterMarketing .mktoHtmlText * {
        padding:0!important
    }
}

form>.mktoFormRow.has-checkbox>.mktoFormCol.mktoFieldDescriptor,.gdrpr__form .righttoberemoved .has-checkbox>.mktoFieldDescriptor.mktoFormCol,.gdrpr__form .acceptedTCs .has-checkbox>.mktoFieldDescriptor.mktoFormCol {
    width: 40px!important;
    position: absolute;
    left: 0;
    z-index: 10
}

@media (max-width: 30em) {
    form>.mktoFormRow.has-checkbox>.mktoFormCol.mktoFieldDescriptor,.gdrpr__form .righttoberemoved .has-checkbox>.mktoFieldDescriptor.mktoFormCol,.gdrpr__form .acceptedTCs .has-checkbox>.mktoFieldDescriptor.mktoFormCol {
        float:left!important;
        clear: unset!important
    }
}

form>.mktoFormRow.has-checkbox>.mktoFormCol.mktoFieldDescriptor .mktoLabel,.gdrpr__form .righttoberemoved .has-checkbox>.mktoFieldDescriptor.mktoFormCol .mktoLabel,.gdrpr__form .acceptedTCs .has-checkbox>.mktoFieldDescriptor.mktoFormCol .mktoLabel {
    display: none
}

.mktoForm input[type="checkbox"]+label:before,.mktoForm input[type="radio"]+label:before {
    margin-left: 0!important
}

.mktoFormRow[class*="gDPROptin"] .mktoLabel,.mktoFormRow.has-checkbox .mktoLabel {
    width: 60%!important
}

.mktoFormRow[class*="gDPROptin"] .mktoCheckboxList,.mktoFormRow.has-checkbox .mktoCheckboxList {
    width: 40%!important
}

.gdrpr__form .mktoFormRow [class*="gDPROptin"] {
    display: none
}

.mktoLabel *,.mktoForm .mktoRadioList,.mktoForm .mktoCheckboxList {
    padding: 0!important
}

.mktoFieldWrap .mktoCheckboxList {
    position: relative
}

.mktoFieldWrap .mktoCheckboxList label:before {
    left: 0
}

.mktoForm .mktoRadioList>label,.mktoForm .mktoCheckboxList>label {
    margin-left: 0!important
}

.has-checkbox {
    margin: 5px 0!important
}
.cnt-marketo-form-container .cnt-marketo-form .mktoCheckboxList #acceptedTCs{
    width: 100% !important;
}
.mktoPaperMashup{
    margin-left: 0 !important;

}

.mktoPaperMashup .mktoButton{
    padding: 15px 30px !important;
    font-size: 16px !important;
    margin-top: 10px !important;
}
