@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


    /*  */
    /*  */
    /*  */
    /*  */


/* Typography */
             /*  */
          /*  */
             /*  */
          /*  */

                         /*  */


*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

::-moz-selection { color: #fff; background: #14202E; text-shadow: none; }
::selection { color: #fff; background: #14202E; text-shadow: none;}

.row-fluid [class*="span"]{ min-height:1px; }

body {
    background: #fff;
    color: #14202E;
    font-family: Lato, sans-serif;
    font-size: 19px;
    line-height:33px;
    margin:0px;
    padding:0 20px;
    overflow-x:hidden;
    padding-bottom:0px !important;
}

body > img { display: none; }











.row-fluid .widget-type-header { display:block; } 
.row-fluid .widget-type-text { display:block; }
.row-fluid .widget-type-rich_text { display:block; } 
.row-fluid .widget-type-linked_image{ display:block; }
.row-fluid .widget-type-form{ display:block; }
.row-fluid .widget-type-cta{ display:block; }

.font-lato{font-family:Lato, sans-serif;}
.font-meri{font-family:Merriweather, serif;}

img { border:0; vertical-align: top; height:auto; max-width:100%; }
hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 
.clear { clear:both }
p { padding:0 0 10px; margin:0; }
p + p{ padding-top:10px;}
ul{list-style:none; padding:0; margin:0;}
li{ padding:0px; margin:0px;}

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


.container-fluid .row-fluid .wrapper, .wrapper { float: none; max-width: 1140px; margin: 0 auto; padding-lefT:15px; padding-right:15px; width:100%; }
.row-fluid .wrapper.large { max-width: 1500px; }

.row-fluid .left-padding {padding-left: calc(((100% - 1140px) + 30px) / 2);}
.row-fluid .right-padding{padding-right: calc(((100% - 1140px) + 30px) / 2);}

@media (max-width:1170px) { 
    .container-fluid .row-fluid .wrapper, .wrapper{max-width:950px;}
    .row-fluid .left-padding {padding-left: calc(((100% - 950px) + 30px) / 2);}
    .row-fluid .right-padding{padding-right: calc(((100% - 950px) + 30px) / 2);} 
}
@media (max-width:1025px) { 
    .container-fluid .row-fluid .wrapper, .wrapper{max-width:750px;} 
    .row-fluid .left-padding {padding-left: calc(((100% - 750px) + 30px) / 2);}
    .row-fluid .right-padding{padding-right: calc(((100% - 750px) + 30px) / 2);} 
}
@media (max-width:767px) { 
    .container-fluid .row-fluid .wrapper, .wrapper{max-width:100%;}
    .row-fluid .left-padding {padding-left:15px;}
    .row-fluid .right-padding{padding-right:15px;}  
}


.ul-circle ul{list-style:none; padding:0; margin:0; line-height:30px;}
.ul-circle li{padding-left:20px;position:relative;list-style:none;}
.ul-circle li + li{margin-top:20px;}
.ul-circle li:after{background-color:#1596f7};border-radius:100%;content:'';height:6px;left:0;position:absolute;top:12px;width:6px;}


a { color: #009CFE; text-decoration:none; }
a:hover, a:focus { color: #FF0000; }
a:focus { color: #009CFE; }

.row-fluid h1, 
.row-fluid h2, 
.row-fluid h3, 
.row-fluid h4, 
.row-fluid h5, 
.row-fluid h6 { margin:0px; font-family:Merriweather, serif; color:inherit; padding-top:0px; padding-bottom:0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-size: inherit; font-weight: inherit; font-style: inherit; font-family: inherit; }

.row-fluid h1 { font-size:28.5px; line-height:normal; }
.row-fluid h2 { font-size:62px; line-height:84px; }
.row-fluid h3 { font-size:34px; line-height:54px; font-weight:300;  }
.row-fluid h4 { font-size:30px; line-height:40px; }
.row-fluid h5 { font-size:25px; line-height:41px; }
.row-fluid h6 { font-size:22px; line-height:28px; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{ }

.font-1{ font-family:Lato, sans-serif; }
.font-2{ font-family:Merriweather, serif; }


.row-fluid .font-17{ font-size:17px; }
.row-fluid .font-18{ font-size:18px; }
.row-fluid .font-19{ font-size:19px; }
.row-fluid .font-20{ font-size:20px; }
.row-fluid .font-21{ font-size:21px; }
.row-fluid .font-22{ font-size:22px; }
.row-fluid .font-23{ font-size:23px; }
.row-fluid .font-24{ font-size:24px; }
.row-fluid .font-25{ font-size:25px; }


.row-fluid .mt-0 { margin-top: 0 }
.row-fluid .mt-10 { margin-top: 10px }
.row-fluid .mt-15 { margin-top: 15px }
.row-fluid .mt-20 { margin-top: 20px }
.row-fluid .mt-30 { margin-top: 30px }
.row-fluid .mt-40 { margin-top: 40px }
.row-fluid .mt-50 { margin-top: 50px }
.row-fluid .mt-60 { margin-top: 60px }
.row-fluid .mt-70 { margin-top: 70px }
.row-fluid .mt-80 { margin-top: 80px }

.row-fluid .mb-0 { margin-bottom: 0 }
.row-fluid .mb-10 { margin-bottom: 10px }
.row-fluid .mb-15 { margin-bottom: 15px }
.row-fluid .mb-20 { margin-bottom: 20px }
.row-fluid .mb-30 { margin-bottom: 30px }
.row-fluid .mb-40 { margin-bottom: 40px }
.row-fluid .mb-50 { margin-bottom: 50px }
.row-fluid .mb-60 { margin-bottom: 60px }
.row-fluid .mb-70 { margin-bottom: 70px }
.row-fluid .mb-80 { margin-bottom: 80px }

.row-fluid .pt-0 { padding-top: 0 }
.row-fluid .pt-10 { padding-top: 10px }
.row-fluid .pt-15 { padding-top: 15px }
.row-fluid .pt-20 { padding-top: 20px }
.row-fluid .pt-30 { padding-top: 30px }
.row-fluid .pt-40 { padding-top: 40px }
.row-fluid .pt-50 { padding-top: 50px }
.row-fluid .pt-60 { padding-top: 60px }
.row-fluid .pt-70 { padding-top: 70px }
.row-fluid .pt-80 { padding-top: 80px }

.row-fluid .pb-0 { padding-bottom: 0 }
.row-fluid .pb-10 { padding-bottom: 10px }
.row-fluid .pb-15 { padding-bottom: 15px }
.row-fluid .pb-20 { padding-bottom: 20px }
.row-fluid .pb-30 { padding-bottom: 30px }
.row-fluid .pb-40 { padding-bottom: 40px }
.row-fluid .pb-50 { padding-bottom: 50px }
.row-fluid .pb-60 { padding-bottom: 60px }
.row-fluid .pb-70 { padding-bottom: 70px }
.row-fluid .pb-80 { padding-bottom: 80px }
.row-fluid .margin-0 { margin: 0 !important }


/* Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none;    -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus,.slick-slide:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0);  -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);   -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,.slick-track:after { display: table; content: ''; } 
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none; }

/* Dots */
.slick-slider { margin-bottom: 50px; }
.no-margin.slick-slider { margin-bottom: 50px; }
.slick-dots {  position: absolute;  bottom: -75px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 8px; height: 8px; margin: 0 8px; padding: 0; cursor: pointer; }
.slick-dots li button {  font-size: 0; line-height: 0; display: block; width: 12px; height: 12px; padding: 5px; cursor: pointer; color: transparent; border: 0;outline: none; background: #ffffff; border-radius:100%; opacity:1; }
.slick-dots li button:hover,.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-size: 8px; line-height: 8px;  position: absolute; top: 0; left: 0; width: 8px; height: 8px; content: ''; text-align: center;opacity: 1; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button { opacity: 1; background: #009CFE;  }

/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%;display: block; width: 35px; height: 35px; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); padding: 0; cursor: pointer;color: transparent; border: none; outline: none; background: transparent; z-index:9; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {  }
.slick-prev:before, 
.slick-next:before { content:''; position:absolute; top:0; left:0; height:100%; width:100%; background-image:url(https://www.kunocreative.com/hubfs/kuno_2019/images/arrow.png); background-position:center; background-size:contain; background-repeat:no-repeat; font-size: 20px; line-height: 1; color: white; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-family: 'FontAwesome'; }
.slick-prev { left: 0px; }
.slick-prev:before {  }
.slick-next { right: 0px; }
.slick-next:before { transform:scaleX(-1);  }


.white-arrow .slick-prev:before, 
.white-arrow .slick-next:before{  background-image:url(https://www.kunocreative.com/hubfs/kuno_2019/images/arrow-white.png); }

.slick-prev:hover, .slick-next:hover { opacity: 0.7; }


a.cta_button,a.cta_btn,.btn-style-1 a {
    background: #009CFE;
    color: #fff;
    display: inline-block;
    padding: 14px 69px;
    border-radius: 45px;
    font-size: 17px;
    font-weight: 700;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor:pointer; 
}

a.cta_button:hover,
a.cta_btn:hover,
.btn-style-1 a:hover{ background: #fff; color: #009CFE; border-color:#009CFE; }

.white a.cta_button,.white a.cta_btn, .btn-style-1.white a { background: #fff !important; color: #1096f7 !important; }
.white a.cta_button:hover,.white a.cta_btn:hover, .btn-style-1.white a:hover { background: #1096f7 !important; border-color: #1096f7 !important; color: #fff !important; }



.rounded a { border-radius: 6px; }
.invert a { padding: 4px 5px; }
.invert a:hover { background: #fff; border-color: #fff; }


/*  Mobile Trigger  menu mobile*/ 
.mobile-trigger{ display:block;  cursor:pointer;  position: absolute;  display: block;  height: 25px;  width: 26px;  right: 15px; top:50%; transform:translateY(-50%);  }
.mobile-trigger i{ position:absolute; height:2px; display:block; width:26px; background:#000;left: 0px;  top: 50%;transform: translatey(-50%); transition:all 0.2s linear}
.mobile-trigger i:After,.mobile-trigger i:before{ content:""; height:100%; width:100%; background:#000; left:0; position:absolute;}
.mobile-trigger i:After{ top:6px; transform:rotate(0deg); transition:transform 0.2s linear,top  0.2s linear 0.2s;}
.mobile-trigger i:before{top:-6px; transform:rotate(0deg); transition:transform 0.2s linear, top 0.2s linear 0.2s;}

.mobile-open .mobile-trigger i{ background:transparent; transition:all 0.2s linear;}
.mobile-open .mobile-trigger i:after{transform:rotate(45deg); top:0; transition:all 0.2s linear, transform 0.2s linear 0.2s;}
.mobile-open .mobile-trigger i:before{ top:0; transform:rotate(-45deg); transition:all 0.2s linear, transform 0.2s linear 0.2s;}

.child-trigger{display:block;height: 53px;width: 100%;position: absolute;top: 0;right: 0;cursor:pointer;z-index:1;}
.child-trigger i{display:block;position:relative;height: 2px;width: 15px;background: #fff;top: 50%;right: 10px;margin: 0 0 0 auto;}
.child-trigger i:after{content:"";position:absolute;height: 100%;width: 100%;display: block;background: #fff;left: 0;transform: rotate(90deg); transition:all 0.2s linear;}
.child-trigger.child-open i:after{ transform:rotate(180deg);}


.submitted-message { text-align:  center; color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; }

.row-fluid input[type=submit],
.row-fluid input,
.row-fluid form button,
.row-fluid textarea,
.row-fluid select,
.row-fluid input[type="text"],
.row-fluid input[type="password"],
.row-fluid input[type="datetime"],
.row-fluid input[type="datetime-local"],
.row-fluid input[type="date"],
.row-fluid input[type="month"],
.row-fluid input[type="time"],
.row-fluid input[type="week"],
.row-fluid input[type="number"],
.row-fluid input[type="email"],
.row-fluid input[type="url"],
.row-fluid input[type="search"],
.row-fluid input[type="tel"],
.row-fluid input[type="color"],
.row-fluid input[type="file"]{border:1px solid #d2d2d2;height:54px;width:100%;min-width:unset;outline:none;padding:0px 15px;,font-family:-1;}

.row-fluid form textarea { min-height: 170px; resize:  none; padding:  15px; font-family: Open Sans, sans-serif; }
.row-fluid select { -webkit-appearance:  none; -moz-appearance: none; appearance: none; 
    border-radius: 0;
    background-color: #ffffff;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALBAMAAABrDns0AAAAAXNSR0IB2cksfwAAACRQTFRFAAAAUJ/FUJ/HTZ/HTqDHT6DHTp/GTp/HTp/HUJ+/TaDHTZ/GYwYjlQAAAAx0Uk5TADAgYP+fkNCgEL9wDYjB2QAAAEVJREFUeJxjYGQAAyYGBpMAMAtIpbiCGMwuBQwcLiBBE/cJDAwtriChSiAXJAgWAglChECCSyBCQEGoEFAQJsTAsBNEAADBag1s4LmQdgAAAABJRU5ErkJggg==');
    background-size: 15px; background-position: calc(100% - 15px) center; background-repeat:  no-repeat; padding-right: 50px;}
select::-ms-expand { display: none; }

.row-fluid .new-header{ z-index:9999; }

.row-fluid form{}
.row-fluid form fieldset{min-width:100%;}
.row-fluid form .hs-form-checkbox,.hs-form-booleancheckbox{}
.row-fluid form .hs-form-checkbox label,.hs-form-booleancheckbox label{}
.row-fluid form .hs-form-checkbox label input[type="checkbox"],.hs-form-booleancheckbox input[type="checkbox"]{height:20px;width:20px!important;min-width:auto;margin:0px;vertical-align:middle;opacity:0;}
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span,.hs-form-booleancheckbox input[type="checkbox"] + span{padding-left:10px;user-select:none;position:relative;line-height:20px;display:inline-block; cursor:pointer; }
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span:before,.hs-form-booleancheckbox  input[type="checkbox"] + span:before{content:'';height:20px;width:20px;border:1px solid #d2d2d2;display:inline-block;vertical-align:bottom;position:absolute;left:-20px;top:0;transition:all 0.3s ease;}
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span:after,.hs-form-booleancheckbox input[type="checkbox"] + span:after{content:"\f00c";height:20px;width:20px;position:absolute;left:-20px;font-family:fontawesome;transform:scale(1.4) rotate(-12deg);transition:all 0.3s ease;font-size:11px;text-align:center;opacity:0;line-height:21px;}
.row-fluid form .hs-form-checkbox label input[type="checkbox"]:checked + span:after,.hs-form-booleancheckbox  input[type="checkbox"]:checked + span:after{opacity:1;transform:scale(1) rotate(0deg);}

.row-fluid form fieldset .hs-form-field{}
.row-fluid form fieldset .hs-form-field > label{font-size:13px;font-weight:600;display:block;margin:0 0 6px;}
.row-fluid form fieldset .hs-form-field .input{}
.row-fluid form fieldset .hs-form-field .input + ul{}
.row-fluid form fieldset .hs-form-field .input + ul label{color:red;}
.row-fluid form fieldset + fieldset{padding-top:10px!important;}
.row-fluid form fieldset .legal-consent-container{margin-top:-10px; font-size:13px; font-weight:600;}
.row-fluid form fieldset .legal-consent-container > div.hs-richtext{padding-top:10px;padding-bottom:10px;}
.row-fluid form .hs_submit.hs-submit{padding-top:20px;}
.row-fluid form .hs_submit.hs-submit input{-webkit-appearance:none;-moz-appearance:none; -o-appearance:none; appearance:none;min-width: auto; display: inline-block; padding: 13px 30px; text-transform: uppercase; transition: all .3s ease; text-align: center; height: auto; font-family: Raleway, sans-serif; background: #4ea0c7; border: 2px solid #4ea0c7; cursor: pointer; color: #fff; font-size: 18px; font-weight: 500; width: 100%; max-width: 510px;}
.row-fluid form .hs_submit.hs-submit input:hover { background: #474e53; color:  #fff; border-color:  #474e53; }
.row-fluid form .legal-consent-container .field.hs-form-field{margin:0px;}
.row-fluid form .hs-form-checkbox + .hs-form-checkbox{padding-top:10px;}


.row-fluid form .hs-form-checkbox label input[type="checkbox"],.hs-form-booleancheckbox input[type="checkbox"]{position:absolute;}
.row-fluid form .hs-form-checkbox label,.hs-form-booleancheckbox label{position:relative;}
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span,.hs-form-booleancheckbox input[type="checkbox"] + span{padding-left:30px;}
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span:before,.hs-form-booleancheckbox input[type="checkbox"] + span:before{left:0;}
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span:after,.hs-form-booleancheckbox input[type="checkbox"] + span:after{left:0;}
.row-fluid form .hs-form-checkbox label input[type="checkbox"] + span:after,.hs-form-booleancheckbox input[type="checkbox"] + span:after{top:0;}

.row-fluid .field.hs-form-field + .hs_error_rollup { display:none; }

.row-fluid form > .hs_error_rollup { padding: 15px 0 0; }
.row-fluid form > .hs_error_rollup label { color: #f55563; font-weight: 500; text-transform: capitalize; font-size: 15px; }
.row-fluid form > .hs_error_rollup > ul.hs-error-msgs.inputs-list { border: 1px solid #ff9696; color: red; background-color: #ffdfdf; padding: 15px 20px !important; }
.row-fluid .submitted-message { text-align:  center; color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; }

.row-fluid .advance-form form .hs-form-field { }
.row-fluid .advance-form form .hs-form-field + .hs-form-field { padding-top: 20px; }
.row-fluid .advance-form form .hs-form-field > label { display: none; }
.row-fluid .advance-form form .hs-form-field .input { }
.row-fluid .advance-form form .hs-form-field .input + ul.hs-error-msgs.inputs-list { display: none !important; }
.row-fluid .advance-form form  .hs_error_rollup { color: red; padding-top: 6px; font-size:13px; font-weight:600;  }
.row-fluid .advance-form form input.invalid,.row-fluid .advance-form form select.invalid,.row-fluid .advance-form form textarea.invalid { border-color: #ff9696; color: red; background-color: #ffdfdf; }
.row-fluid .advance-form form input.invalid::placeholder,.row-fluid .advance-form form select.invalid::placeholder,.row-fluid .advance-form form textarea.invalid::placeholder { color: red; }
.row-fluid .advance-form form .hs_submit.hs-submit { }
.row-fluid .advance-form form .hs_submit.hs-submit input { }
.row-fluid .advance-form .form-title { position: relative; padding-left:0; margin-bottom: 20px; }
.row-fluid .advance-form .form-title:before { content: ""; position: absolute; top: 50%; left: 0; background: ; height: 2px; width: 25px; transform: translateY(-50%); }
.row-fluid .advance-form form .form-columns-2 .hs-form-field + .hs-form-field  { padding-top: 0px; }
.row-fluid .advance-form.lable form .hs-form-field > label { display: block; }

.row-fluid .set-bg{ display:none; }
.row-fluid .get-bg-self img{ display:none; }
.row-fluid .row{margin:0 -15px;display:block;float:none;width:auto;}
.row-fluid .row:after{content:"";display:table;clear:both;} 


.body-container-wrapper { padding-top: 80px; }


/* Header */
.row-fluid .cs_header { border-bottom: 1px solid #d1dae1; width: auto; background: #fff; position: fixed; left: 20px; right: 20px; z-index: 99;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; z-index:999; }
.row-fluid .cs_header .logo { padding: 18px 35px; width: 250px; float: none; display: inline-block; vertical-align: middle; }
.row-fluid .cs_header .search-here { }
.row-fluid .cs_header .nav-menu { text-align: right; float: none; width: calc(100% - 255px); display: inline-block; margin: 0; vertical-align: middle; }
.row-fluid .cs_header .logo img { max-width: 125px; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper { }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul { display: inline-block; vertical-align: middle; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li { padding: 0px 20px; float: left; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li > a { position: relative; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper  ul  li  a { font-family:  -1; color: #1b2126; font-size: 17px; line-height: 26px; display: block; }

.row-fluid .cs_header .nav-menu > div:first-child { padding-right: 80px; }
.row-fluid .cs_header .nav-menu > div:last-child { position: absolute; top: 0; right: 0; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li.hs-item-has-children { position: relative; perspective: 900px; transform-style: preserve-3d; transform-origin: left; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a { position: relative; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { content: ''; width: 15px; margin: 0 0 0 13px; height: 12px; content: ''; display: inline-block; background: url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/2018/images/kuno_plus.svg) no-repeat center; transition: all 0.3s ease; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:before { }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li > a:before { content: ''; position: absolute; bottom: 0; left: 50%;  
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
; height: 2px; width: 0; background: #009CFE;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li:hover > a:before { width: 100%; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {  
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li ul li { }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li ul li a { text-align: right; padding: 6px 26px; font-size: 15px; color: #fff; position: relative; z-index: 2; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li ul li a:after { content: ''; position: absolute; top: 50%; left: 0; background: rgba(0, 0, 0, 0.12); height: 0; width: 100%;  
-webkit-transform:  translateY(-50%);
-moz-transform:  translateY(-50%);
-o-transform:  translateY(-50%);
-ms-transform:  translateY(-50%);
transform:  translateY(-50%);
; z-index: -1;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li ul li a:hover:after { height: 100%; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li > a { padding: 21px 10px 27px; }

img.search-button.msearch-button { display: none; }


.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li ul { position: absolute; background: #009CFE; min-width: 200px; right: 20px; top: 100%;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
;  
-webkit-transform: translateY(-20px) rotate3d(1, 0, 0, 30deg);
-moz-transform: translateY(-20px) rotate3d(1, 0, 0, 30deg);
-o-transform: translateY(-20px) rotate3d(1, 0, 0, 30deg);
-ms-transform: translateY(-20px) rotate3d(1, 0, 0, 30deg);
transform: translateY(-20px) rotate3d(1, 0, 0, 30deg);
; opacity: 0; visibility: hidden; }
.row-fluid .cs_header .nav-menu .hs-menu-wrapper > ul > li:hover ul { opacity: 1; visibility: visible;  
-webkit-transform: translateY(0) rotate3d(1, 0, 0, 0deg);
-moz-transform: translateY(0) rotate3d(1, 0, 0, 0deg);
-o-transform: translateY(0) rotate3d(1, 0, 0, 0deg);
-ms-transform: translateY(0) rotate3d(1, 0, 0, 0deg);
transform: translateY(0) rotate3d(1, 0, 0, 0deg);
; perspective-origin: right; }


/* */

.row-fluid .cs_hero { padding: 138px 0 166px; position: relative; }
.row-fluid .cs_hero .widget-type-header h1 { color: #009CFE; font-style: italic; }
.row-fluid .cs_hero .widget-type-header h2 { padding: 54px 0 60px; font-weight: 300; }
.row-fluid .cs_hero .contain { max-width: 720px; }
.row-fluid .cs_hero .thumb { }
.row-fluid .cs_hero .thumb img { max-width: none; }

/* */
.video-play {  
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
; position: absolute; top: 50%; left: 50%; height: 80px; width: 80px; cursor: pointer; z-index: 1; }
.video-play { display: block; position: relative; }
.video-play:before { content: ''; position: absolute; top: 0; left: 0; height: 80px; width: 80px; border: 3px solid #fff; z-index: 1; border-radius: 100%;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.video-play:after { content: ''; left: 50%; top: calc(50% + 15px); border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-left-color: #fff; border-width: 14px; margin-left: 11px; margin-top: -15px; transition: all 0.3s ease; border-left-width: 22px;  
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
; }
.video-play:hover { }
.video-play:hover:before { border-color: #009CFE; }
.video-play:hover:after { border-left-color: #009CFE; }

/* */
.row-fluid .video-box {position: relative; z-index: 3; }
.row-fluid .video-box:before{ content:''; position:absolute; height:500px; width:500px; background-image:url(https://www.kunocreative.com/hubfs/kuno_2019/images/plush-1.png); background-repeat:no-repeat; background-position:center; background-size:contain; z-index:3; left:calc(100% - 870px); bottom:-120px; }
.row-fluid .video-box .thumb { width: 70%; height: auto !important; position: relative; padding-bottom: 39% !Important; width: 68.71% !Important; }
.row-fluid .video-box .thumb .wistia_embed, .row-fluid .video-box .thumb .wistia_embed > div { position: absolute !important; height: 100% !important; width: 100% !important; cursor: pointer; top:0; left:0; z-index:2;}
.row-fluid .video-box .thumb:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(21, 227, 253); background: -moz-linear-gradient(top, rgba(21, 227, 253, 1) 0%, rgba(0, 155, 253, 1) 100%); background: -webkit-linear-gradient(top, rgba(21, 227, 253, 1) 0%, rgba(0, 155, 253, 1) 100%); background: linear-gradient(to bottom, rgba(21, 227, 253, 1) 0%, rgba(0, 155, 253, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15e3fd', endColorstr='#009bfd', GradientType=0); opacity: 0.29;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.row-fluid .video-box .thumb:hover:after{ opacity:0.2; }
.row-fluid .video-box svg { max-width: 250px; position: absolute; top: 50%; left: 50%;  
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
;  z-index: 1;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.cs_black_section .video-box svg { max-width: 100px; position: absolute; top: 50%; left: 50%;  
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
;  z-index: 1;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.row-fluid .video-box svg path{  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.row-fluid .video-box .thumb:hover svg path { fill: #009CFE !important; }
.row-fluid .video-box .thumb { position: relative; overflow:hidden; } 
.row-fluid .video-box .thumb .thumb-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
; }
.row-fluid .video-box .thumb.has-video:hover .thumb-inner { transform: scale(1.05); }
.row-fluid .video-box .thumb a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }   


.row-fluid .video-box:before,
.row-fluid .video-box svg{ opacity:0;  
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
; } 

.row-fluid .go.video-box:before,
.row-fluid .go.video-box svg{ opacity:1; }

.row-fluid .video-box .thumb { width: 90% !important; padding-bottom: 52% !important; }
.row-fluid .innovations-section.v3 .single-slide {}

.row-fluid .innovations-section.v3 .single-slide .title { line-height: normal; margin: 10px 0 0; }
/* */
.row-fluid .inbound-intro {  color: #fff; position: relative; background: rgb(6, 133, 247); background: -moz-linear-gradient(top, rgba(6, 133, 247, 1) 1%, rgba(114, 88, 233, 1) 52%, rgba(114, 88, 233, 1) 100%); background: -webkit-linear-gradient(top, rgba(6, 133, 247, 1) 1%, rgba(114, 88, 233, 1) 52%, rgba(114, 88, 233, 1) 100%); background: linear-gradient(to bottom, rgba(6, 133, 247, 1) 1%, rgba(114, 88, 233, 1) 52%, rgba(114, 88, 233, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0685f7', endColorstr='#7258e9', GradientType=0); margin: -440px 0 0; }
.row-fluid .inbound-intro:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -moz-linear-gradient(45deg, rgba(5, 254, 250, 0.71) 0%, rgba(5, 254, 250, 0.71) 1%, rgba(5, 254, 250, 0.18) 24%, rgba(5, 254, 250, 0.3) 72%, rgba(5, 254, 250, 1) 100%); background: -webkit-linear-gradient(45deg, rgba(5, 254, 250, 0.71) 0%, rgba(5, 254, 250, 0.71) 1%, rgba(5, 254, 250, 0.18) 24%, rgba(5, 254, 250, 0.3) 72%, rgba(5, 254, 250, 1) 100%); background: linear-gradient(45deg, rgba(5, 254, 250, 0.71) 0%, rgba(5, 254, 250, 0.71) 1%, rgba(5, 254, 250, 0.18) 24%, rgba(5, 254, 250, 0.3) 72%, rgba(5, 254, 250, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b505fefa', endColorstr='#05fefa', GradientType=1); }
.row-fluid .inbound-intro:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: -moz-radial-gradient(center, ellipse cover, rgba(129, 76, 229, 1) 0%, rgba(129, 76, 229, 0.5) 50%, rgba(125, 185, 232, 0) 100%); background: -webkit-radial-gradient(center, ellipse cover, rgba(129, 76, 229, 1) 0%, rgba(129, 76, 229, 0.5) 50%, rgba(125, 185, 232, 0) 100%); background: radial-gradient(ellipse at center, rgba(129, 76, 229, 1) 0%, rgba(129, 76, 229, 0.5) 50%, rgba(125, 185, 232, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#814ce5', endColorstr='#007db9e8', GradientType=1); }
.row-fluid .inbound-intro > div { padding: 620px 0 640px; position: relative; z-index: 1; }
.row-fluid .inbound-intro.v2 > div { padding-bottom: 553px; }
.row-fluid .inbound-intro.fix-padding{margin: -110px 0 0;}
.row-fluid .inbound-intro.fix-padding > div{padding: 150px 0 620px;}
.row-fluid .inbound-intro.fix-padding2{margin:20px 0 0 0;}
.row-fluid .inbound-intro.fix-padding2 > div{padding:100px 0 420px;}
.row-fluid .inbound-intro .widget-type-rich_text a{color: #00ffff;}
/* .row-fluid .inbound-intro .widget-type-header h3 { letter-spacing:px; } */
.row-fluid .inbound-intro .widget-type-rich_text { }
.row-fluid .inbound-intro .wrapper > div { max-width: 880px; margin: 0 auto; }
.row-fluid .inbound-intro .span8{ padding-left:40px; }

.row-fluid .inbound-intro .wrapper > div h2 { font-size: 34px; line-height: 54px;  font-weight: 300; }

/* */



/* */
.row-fluid .innovations-section {overflow: hidden; position: relative; z-index: 111; margin: -480px 0 0; padding: 0 0 60px; text-align: center; }
.row-fluid .innovations-section .cs-testimonials-section { height: 690px; position: relative; }
.row-fluid .innovations-section h2 { font-size: 34px; line-height: 54px;  font-weight: 300; }

/* */
.row-fluid .bg-black { background: #14202E; color: #fff; }
.row-fluid .cs_8stap { padding: 230px 0 190px; overflow: hidden; }
.row-fluid .cs_8stap .widget-type-header { max-width: 180px; }
.row-fluid .cs_8stap .widget-type-header h3 { font-weight: 300; }
.row-fluid .cs_8stap .box8_wrapper { }
.row-fluid .cs_8stap .box8_wrapper > div { width: 50%; float: left; padding: 0 20px; }
.row-fluid .cs_8stap .box8_wrapper:after { ; }
.row-fluid .cs_8stap .single-box { }
.row-fluid .cs_8stap .single-box .number { color: #009CFE; font-size: 25px; font-weight: 700; padding: 0 0 9px; }
.row-fluid .cs_8stap .single-box .text { font-size: 18px; line-height: 31px; text-transform: uppercase; font-weight: 700; }

.row-fluid .cs_8stap .single-box + .single-box { padding-top: 67px; }
.row-fluid .cs_8stap .box8_wrapper .left-side { position: relative; left: -20px; }


/* */
.row-fluid .cs_black_section{ overflow:hidden; }
.row-fluid .Creative_Apart_Box { position: relative; padding: 120px 0 0; color:#14202E; margin-bottom:108px; }
.row-fluid .Creative_Apart_Box:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; background: white; right: calc((100% - 570px) / 2); z-index:1; }
/*.row-fluid .Creative_Apart_Box:after */ .row-fluid .Creative_Apart_Box .bgImg { content:''; position: absolute; top: -125px; left: 60%; height: 532px; width: 710px; background-position: center; background-repeat: no-repeat; background-size: contain; z-index: 0; }
.row-fluid .Creative_Apart_Box > div { position: relative; z-index: 4; }
.row-fluid .Creative_Apart_Box .wrapper > div { max-width: 840px; padding:0px 15px; }
.row-fluid .Creative_Apart_Box .slider-title { text-align: center; }
.row-fluid .Creative_Apart_Box .slider-title > div { max-width: 530px; margin: 0 auto; }
.row-fluid .Creative_Apart_Box .slider-title h3 { font-weight: 300; padding: 0 0 105px; text-align: left; }
.row-fluid .Creative_Apart_Box .team-slider_wrapper { margin: 0 -390px 0 0; padding: 139px 139px 213px; box-shadow: 1px 10px 43px 0px rgba(0, 0, 0, 0.21); }
.row-fluid .Creative_Apart_Box  .slick-slider { color: #fff; }
.row-fluid .Creative_Apart_Box .slick-slider h3 { font-size: 34px; font-family: Lato, sans-serif; line-height: normal; padding: 0 0 39px;  text-transform:none; font-weight:700; }
.row-fluid .Creative_Apart_Box .slick-slider .text { font-size: 24px; line-height: 48px; }
.row-fluid .Creative_Apart_Box .slick-slider .inner { max-width: 850px; }
.row-fluid .Creative_Apart_Box .slick-slider .slick-slide h5 { transition-delay: 0.5s !important; }
.row-fluid .Creative_Apart_Box .slick-slider .slick-slide .text, .row-fluid .Creative_Apart_Box .slick-slider .slick-slide h3 { transform: translateY(30px); opacity: 0; visibility: hidden; transition: all 0.5s ease; }
.row-fluid .Creative_Apart_Box .slick-slider .slick-active .text, .row-fluid .Creative_Apart_Box .slick-slider .slick-active h3 { opacity: 1; visibility: visible; transform: translateY(0); }
.row-fluid .Creative_Apart_Box .slick-slider .slick-slide .text { transition-delay: 0.7s; }
.row-fluid .Creative_Apart_Box .slick-slider .slick-slide .text a,
.row-fluid .Creative_Apart_Box .slick-slider .slick-slide .text span{ color:inherit; }
.row-fluid .Creative_Apart_Box .slick-slider .slick-slide .text a{ text-decoration:underline; } 
.row-fluid .Creative_Apart_Box .slick-arrow { top: calc(100% + 65px); left: 0; }
.row-fluid .Creative_Apart_Box .slick-arrow.slick-next { left: 80px; }

.row-fluid .Creative_Apart_Box.single{padding:0;}
.row-fluid .Creative_Apart_Box.single .wrapper > div{max-width:none;}
.row-fluid .Creative_Apart_Box.single .Action_Card_Box_Widget{margin:0 auto !important;}
.row-fluid .Creative_Apart_Box.single .action_card .contain h5{font-weight:400; font-size:29px;}
.row-fluid .Creative_Apart_Box.single .action_card .contain a{font-weight:600;}

.row-fluid .Creative_Apart_Box .slider-title > div h2 { font-size: 34px; line-height: 54px; font-weight: 300; padding:0 0 105px; text-align: left; }

.row-fluid .next-level-box { padding: 166px 0 0px; position:relative; }
.row-fluid .next-level-box:after { content: ''; position: absolute; bottom: -120px; right: -350px; width: 500px; height: 500px; background-image: url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/plush-1.png); background-repeat: no-repeat; background-position: center; background-size: contain; }
.row-fluid .next-level-box > div { max-width: 522px; margin: 0 auto; }
.row-fluid .next-level-box > div h2 { font-size: 34px; line-height: 54px; font-weight: 300; }
.row-fluid .next-level-box .widget-type-rich_text { padding: 20px 0 49px; }



/* */
.row-fluid .Action_Card_Box_Widget { max-width: 680px; float: none; margin: 0 auto -108px !important; }
.row-fluid .action_card { box-shadow: -4px 4px 18px 0px rgba(0, 0, 0, 0.16); border-radius: 10px; position: relative; overflow: hidden; }
.row-fluid .action_card + .action_card { margin-top: 45px; }
.row-fluid .action_card .contain { padding: 72px 82px 68px; max-width: 700px; position: relative; z-index: 2; background: transparent; }
.row-fluid .action_card .contain h5, .row-fluid .action_card .contain h3 { font-weight: 300; padding: 0 0 15px; text-transform:none; font-size: 25px; line-height: 41px; }
.row-fluid .action_card .contain a { font-weight: 700; font-size: 17px; }
.row-fluid .action_card .thumb { position: absolute; top: 0; right: 0; width: 52%; height: 100%; background-position: top right; background-repeat: repeat; background-size: cover; background-repeat: no-repeat; z-index: 0; }
.row-fluid .action_card:before { content: ''; position: absolute; top: 0; left: 0; width: 200%; height: 200%; background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 63%, rgba(255, 255, 255, 0) 100%); z-index: 1; transform: translate(-46%, 0%); }
.row-fluid .action_card:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(https://www.kunocreative.com/hubfs/kuno_2019/images/box-overlay.png); background-position: center; background-size: 100% 100%; z-index: 1; opacity: 0.8; }
.row-fluid .action_card.image-foreground .thumb{max-width:190px; z-index:1;}

.row-fluid .action_card .thumb { transition: all 0.3s ease; }
.row-fluid .action_card:hover .thumb { transform: scale(1.1); }
.row-fluid .action_card .contain a:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.row-fluid .action_card { transition: all 0.3s ease; }
.row-fluid .action_card .contain a span { position: relative; left: 0;  
-webkit-transition: all 0.3s cubic-bezier(1, 0.53, 0, 1.13);
-moz-transition: all 0.3s cubic-bezier(1, 0.53, 0, 1.13);
-o-transition: all 0.3s cubic-bezier(1, 0.53, 0, 1.13);
-ms-transition: all 0.3s cubic-bezier(1, 0.53, 0, 1.13);
transition: all 0.3s cubic-bezier(1, 0.53, 0, 1.13);
; }
.row-fluid .action_card .contain a:hover span { left: 6px; }
.row-fluid .action_card:hover { box-shadow: -4px 4px 24px 0px rgba(0, 0, 0, 0.25); }

.wistia_placebo_close_button { display: block !important; opacity: 1 !important; height: 20px !important; width: 20px !important; outline:none !important;}
.wistia_placebo_close_button:before, .wistia_placebo_close_button:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); height: 3px; width: 100%; background: #fff; }
.wistia_placebo_close_button:after { transform: translate(-50%, -50%) rotate(-45deg); }
.wistia_placebo_close_button img { display: none; }

.row-fluid .ftcontact-btn a:hover { color: #fff; background: #0c73bd; }
/* */
/*Footer*/
.row-fluid .footer {  background:#fff;  padding-left:0px; padding-right:0px; position:relative; }
.row-fluid .footer .footer-logo img { max-width:150px; }
.row-fluid .top-footer { background:#14202E; padding:150px 0 120px; }
.row-fluid .bottom-footer { padding:30px 0; text-align:center; }
.row-fluid .right-footer { text-align:right;  }
.row-fluid .ftmenu-col .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%; }
.row-fluid .ftmenu-col.ftsimple-menu ul li { width:100%; text-align:left; }
.row-fluid .ftmenu-col.ftsimple-menu ul li a { text-transform:none; padding-bottom:0; font-size:15px; line-height:20px; color:#fff; }
.row-fluid .ftmenu-col.ftsimple-menu ul li:first-child a { font-weight:bold; color:#009CFE; font-size:19px; line-height:26px; }
.row-fluid .ftsimple-menu ul li:last-child a { padding-right:0; }
.row-fluid .ftsimple-menu ul li a:hover { color:#2fabf4; }
.row-fluid .ftcontact-btn a { text-transform:uppercase; text-align:center; max-width:185px; min-width:0; width:100%; margin-top:40px;  }
.row-fluid .ftsocial-links { margin-top:40px; }
.row-fluid .ftsocial-links ul li { display:inline-block; padding-right:15px; }
.row-fluid .ftsocial-links ul li a { display:inline-block; }
.row-fluid .ftsocial-links ul li a:hover { opacity:0.7; }
.row-fluid .ftsocial-links ul li:last-child { padding-right:0; }
.row-fluid .copright-privacy { font-size:14px; line-height:20px; color:#283540; }
.row-fluid .copright-privacy ul { list-style:none; padding:0; margin:0; }
.row-fluid .copright-privacy ul li,.row-fluid .right-footer .copright-privacy ul li a { display:inline-block; color:#242424; }
.row-fluid .copright-privacy ul li:first-child { padding-right:15px; } 
.row-fluid .copright-privacy ul li a { color:#283540;}
.row-fluid .copright-privacy ul li a:after { content:"|"; color:#0488F7; margin:0 4px 0 7px; }
.row-fluid .copright-privacy ul li:last-child a:after { display:none; }
.row-fluid .copright-privacy ul li a:hover { color:#2fabf4; }


/* */
.icon.search { position: relative; display: inline-block; float: right; transform: scale(1.5) rotate(-45deg); -webkit-transform: scale(1.5) rotate(-45deg); color: #fff; cursor: pointer; }
.icon.close { position: relative; display: inline-block; float: right; transform: scale(1.5); -webkit-transform: scale(1.5); color: #fff; cursor: pointer; }
.icon, .icon:before, .icon:after, .icon i, .icon i:before, .icon i:after { transition: all 0.4s ease; }
.icon.search { border-color: #399cf8; }
.search.icon:before { background-color: #399cf8; height: 8px; left: 4px; top: 10px; }
.close.icon:before, .close.icon:after { background-color: #399cf8; }
.search-here .icon { margin: 33px 45px 0 0; }


/* */
.row-fluid .title {}

.row-fluid .title h1 { color: #009CFE; font-style: italic; padding: 0 0 51px; }
.row-fluid .title h2 { font-weight: 300; }


/* */
.row-fluid .hero-video-brand { padding: 145px 0 76px; }
.row-fluid .hero-video-brand .thumb { position: absolute; right: -100px; top: 0; }
.row-fluid .hero-video-brand .contain-row { position: relative; padding: 34px 0 0; margin-top: 37px; }
.row-fluid .hero-video-brand .widget-type-text { padding-top: 147px; font-size: 16px; letter-spacing: 5px; font-weight: 700; }
.row-fluid .hero-video-brand .contain-row > div { max-width: 840px; margin: 0 auto; }
.row-fluid .hero-video-brand .contain-row .contain { width: 60%; }
.row-fluid .hero-video-brand .contain-row .contain + div { width: 40%; }
.row-fluid .hero-video-brand .thumb img { min-width: 570px; }

.row-fluid .hero-video-brand.hub-logo .left-text{width:calc(100% - 414px);margin:0 -140px 0 0;}
.row-fluid .hero-video-brand.hub-logo .thumb{position:static;width:544px;margin:50px -140px 0 140px;}
.row-fluid .hero-video-brand.hub-logo .thumb img,
.onboarding-page .row-fluid .hero-video-brand.hub-logo .thumb img{width:auto;}
.row-fluid .hero-video-brand.hub-logo .left-text .widget-type-rich_text{padding:60px 0 0 170px;}

/* */
.row-fluid .video-center .video-box .thumb {
    margin: 0 auto;    
}
.row-fluid .video-center .video-box:before {left: calc(50% + 490px);transform: translateX(-50%);bottom: -140px;}

.row-fluid .overlay .video-box .thumb:after {
    background: rgb(0,154,251);
    background: -moz-linear-gradient(top, rgba(0,154,251,1) 1%, rgba(0,9,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,154,251,1) 1%,rgba(0,9,14,1) 100%);
    background: linear-gradient(to bottom, rgba(0,154,251,1) 1%,rgba(0,9,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009afb', endColorstr='#00090e',GradientType=0 );
    opacity: 0.5;
}

.row-fluid .inbound-intro.v2>div>div {padding: 19px 0 68px;}
.row-fluid .inbound-intro.v2 {}

.row-fluid .inbound-intro.overlay:not(.v2-21) {background: #6667E0;}
.row-fluid .inbound-intro.overlay:before {opacity: 0.6;background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 43%, rgba(255,255,255,0) 100%);background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 100%);background: linear-gradient(45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );}
.row-fluid .inbound-intro.overlay:after {transform: scaleX(-1);background: -moz-linear-gradient(-45deg, rgba(232,1,141,1) 0%, rgba(245,143,205,0) 56%, rgba(255,255,255,0) 100%);background: -webkit-linear-gradient(-45deg, rgba(232,1,141,1) 0%,rgba(245,143,205,0) 56%,rgba(255,255,255,0) 100%);background: linear-gradient(135deg, rgba(232,1,141,1) 0%,rgba(245,143,205,0) 56%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8018d', endColorstr='#00ffffff',GradientType=1 );}

.top_heading_Content { width: 730px; margin: 0 auto 0px; max-width: 100%; }
.webops-process .main-title h2 { margin-bottom: 30px; }

/* */
.row-fluid .innovations-section:after { content: ''; position: absolute; top: 40px; right: 0; height: 100%; width: 90%; background: #fff url(https://www.kunocreative.com/hubfs/kuno_2019/images/slider-bg.png); background-repeat: no-repeat; background-position: 0 320px; background-size: 88% 660px; }
.row-fluid .innovations-section > div { position: relative; z-index: 1;  width: 100%; margin: 0 0 0 auto; padding: 148px 0 250px;}
.row-fluid .innovations-section:before { content: ''; position: absolute; height: 100%; width: 100%; background: #F6F6F6; left: 0; top: 480px; }
.row-fluid .innovations-section .widget-type-header { padding: 0 0 76px; }
.row-fluid .innovations-section .widget-type-header h3 { font-weight: 300; }


.row-fluid .innovations-section.v2 { margin-top: -415px; text-align: left; }
.row-fluid .innovations-section.v2:before { top: 415px; }
.row-fluid .innovations-section.v2:after { background: #fff; }
.row-fluid .innovations-section.v2>div { padding: 148px 0 50px; }
.row-fluid .innovations-section.v2 .widget-type-header { padding: 0 0 53px; }
.row-fluid .innovations-section.v2 .single-box { float: left; width: 50%; line-height: 30px; padding: 0 25px 58px; }
.row-fluid .innovations-section.v2 .single-box h5 { color: #009CFE; font-family: Lato, sans-serif; margin: 0 0 7px; font-weight:700;  }
.row-fluid .innovations-section.v2 .single-box-wrapper { margin: 0 -25px; }
.row-fluid .innovations-section.v2 .single-box-wrapper .bottom_text{padding:0 0 0 25px;}

/* */
.row-fluid .innovations-section.v3 {margin: 0;background: #f6f6f6; padding:0;}
.row-fluid .innovations-section.v3:after { background: transparent;; }

.row-fluid .innovations-section.v3 > div { padding: 200px 0; }
.row-fluid .innovations-section.v3 .img-box-wrapper {}
.row-fluid .innovations-section.v3 .single-img {text-align: center;}
.row-fluid .innovations-section.v3 .single-img { min-height: 270px; width: 100%; position: relative; }
.row-fluid .innovations-section.v3 .single-img img { position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; max-width: 90%; max-height: 93%; object-fit: contain; }

.row-fluid .cs_8stap.step9 .widget-type-header { max-width: 210px; position: relative; }
.row-fluid .cs_8stap.step9 h2 { font-size: 34px; line-height: 54px; font-weight:300; }


.row-fluid .innovations-section.v2 .single-box li{position:relative;padding-left:17px;}
.row-fluid .innovations-section.v2 .single-box li:before{content:'';position:absolute;top:12px;left:0;height:7px;width:7px;background:#009cfe;border-radius:20px;}
.row-fluid .innovations-section.v2 .single-box li+li{margin-top:6px;}

.row-fluid .cs_8stap.step9 .widget-type-header:before { background-image: url(https://www.kunocreative.com/hubfs/kuno_2019/images/plush3.png); content: ''; background-position: center; background-repeat: no-repeat; background-size: contain; height: 500px; width: 500px; z-index: 1; position: absolute; top: calc(100% - 180px); right: calc(100% - 160px); }
.row-fluid .cs_8stap.step9 .widget-type-header:before { background-image: url(https://www.kunocreative.com/hubfs/plush-icon-1.png); }
/* .row-fluid .cs_8stap .widget-type-header:before { background-image: url(https://www.kunocreative.com/hubfs/kuno_2019/images/plush3.png); content: ''; background-position: center; background-repeat: no-repeat; background-size: contain; height: 500px; width: 500px; z-index: 1; position: absolute; top: calc(100% - 180px); right: calc(100% - 160px); } */

.row-fluid .cs-video9-list{ width:50%; float:left; padding-left:150px; }
.row-fluid .cs-video9-list .csTitle { font-size: 34px; font-family: Merriweather, serif; font-weight: 300; line-height: 54px; padding-bottom:38px; }
.row-fluid .cs-video9-list .singleTitle { font-family: Lato, sans-serif; cursor:pointer; }
.row-fluid .cs-video9-list .singleTitle span { color: #009CFE; display: inline-block; width:60px; text-align: center; position: absolute; left: 0; }
.row-fluid .cs-video9-list .singleTitle h5 { font-family: inherit; font-weight: 400; position: relative; padding-left: 100px; font-size: 18px; text-transform: uppercase; line-height: 54px; cursor: pointer; }
.row-fluid .cs-video9-list .singleTitle span:before { content: ''; width: 0; height: 2px; background: #009CFE; position: absolute; bottom: 10px; left: 0; right: 0; margin: 0 auto; transition: all 0.3s ease; }
.row-fluid .cs-video9-list .singleTitle.active span:before { width: 100%; }
.row-fluid .cs-video9-list .title-list { margin-left: -20px; }

.row-fluid .cs-video9-list .singleTitle.active h5 { font-weight: 700; }

.row-fluid .cs-video9 .single-video9box { display: none; }


.row-fluid .cs-video9 {width:50%; float:left; padding-right:55px; }
.row-fluid .cs-video9 .video-box .thumb { width: 100%; height: 300px; }
.row-fluid .cs-video9 .single-video9box { }
.row-fluid .cs-video9 .single-video9box .contain { padding: 50px 0px 0px; width: 100%; }
.row-fluid .cs-video9 .single-video9box .contain .text { font-size: 18px; line-height: 31px; }
.row-fluid .cs-video9 .single-video9box .contain h5 { font-family: Lato, sans-serif; text-transform: uppercase; padding: 0 0 16px; font-weight:700; }
.row-fluid .cs-video9 .single-video9box .contain .number { color: #009cfe; font-weight: 700; font-size: 32px; }
.row-fluid .cs-video9 .video-box .thumb:before {content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;
    background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(14,42,73,0.41) 52%, rgba(0,0,0,0.72) 100%);
    background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(14,42,73,0.41) 52%,rgba(0,0,0,0.72) 100%);
    background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(14,42,73,0.41) 52%,rgba(0,0,0,0.72) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#b8000000',GradientType=0 );
}
.row-fluid .cs-video9 .video-box:before { display: none; }
.row-fluid .video-box .thumb .thumb-inner { box-shadow: inset 0 0 0 11px rgba(255, 255, 255, 0.12); }
.row-fluid .video-box .thumb .wistia_embed, .row-fluid .video-box .thumb .wistia_embed>div { z-index: 21; cursor: pointer; }



.row-fluid  .Creative_Apart_Box .overlay .team-slider_wrapper { background: url(https://www.kunocreative.com/hubfs/kuno_2019/images/overlay-2.png) !important; }
.row-fluid .Creative_Apart_Box.v2:after { display: none; }
.row-fluid .v2 .next-level-box:after { display: none; }


div#videoScroll { height: calc(100vh); padding-top:90px; overflow:auto; width:calc(100% + 20px)}
div#videoScroll.v2{ height:auto; }
.row-fluid .sticky-bar { position: relative; top: 0;  }
/* .row-fluid .sticky-bar { position: absolute; top: 0;  }
.row-fluid .sticky-bar.fixed { position: fixed; top: 150px; }
.row-fluid .sticky-bar.bottom { top: auto; bottom: 355px; }
.row-fluid .sticky-bar + div { float: right; } */

.row-fluid .video9-widget { padding-bottom: 130px; }
.row-fluid .cs_8stap.step9 {padding: 200px 0 60px;}

.row-fluid .cs_header { transition: all 0.3s ease; }
.nav-up .row-fluid .cs_header { transform: translateY(-100%); }


.footer-container-wrapper { position:static; }
.body-container-wrapper{ padding:0px; }


/* */
.row-fluid .cs-page-banner { padding: 113px 0 100px; background: url(https://www.kunocreative.com/hubfs/kuno_2019/images/grident-bg-2.png); background-position: center; background-repeat: no-repeat; background-size: cover; color: #fff; text-align: center; }
.row-fluid .cs-page-banner h1 { font-style: italic; padding: 0 0 10px; }

.cs-ad-section { padding: 80px 0 60px; background: #F9F9F9; }
.cs-ad-section .sec-title-wrapper { max-width: 815px; margin: 0 auto; }
.cs-ad-section .title { }
.cs-ad-section .title .text { padding: 23px 0 36px; border-bottom: 1px solid #E1E1E1; margin: 0 0 40px; }
.isotope-list { margin: 0 -25px; }
.isotope-list .btn-grp { width: calc(33.33% - 54px); display: inline-block; vertical-align: top; position: relative; margin: 0 25px; }
.isotope-list .btn-grp label { display: block; background: #fff; border: 1px solid #E1E1E1; color: #5A5A5A; font-size: 15px; height: 45px; line-height: 45px; padding: 0 20px; cursor: pointer; position: relative; text-transform:capitalize; }
.isotope-list .btn-grp label:after { content: ''; position: absolute; height: 15px; width: 17px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAICAYAAAAftBSpAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAYJpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZG7SwNBEIe/nAmKRhS0sLA4JFpF8QGiFhYJvkAtkgi+muTMQ0jicXciwVawFRREG1+F/gXaCtaCoCiC2NhYK9qonHM5ISJmltn59rc7w+4sKLGsljO9nZDLW0ZkJKROz8yqlU/4UPAyQEtcM/WJ6HCMsvZ+i8eJ1+1OrfLn/rWahaSpgadKeFDTDUt4VHh8xdId3hJu1DLxBeET4aAhFxS+cfSEy88Op13+dNiIRcKg1Aur6V+c+MVaxsgJy8sJ5LLL2s99nJf4k/mpqMQW8WZMIowQQmWMIcL00kW/zL20002HrCiT31nMn2RJcjWZdQoYLJImg0VQ1GWpnpSYEj0pI0vB6f/fvpqpnm63uj8Evkfbfm2Fyk342rDtjwPb/jqEigc4z5fyl/ah7030jZIW2IO6NTi9KGmJbThbh6Z7PW7Ei1KFuJJKwcsx1M5AwxVUz7k9+9nn6A5iq/JVl7CzC21yvm7+G2+ZZ+o2MvWOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA2ElEQVQokYXNvytFYRzH8dfpO1Emg4zKXZXNZPEjUe6iDBbLM+j6A/gL/ANkOIvFINNNqItBFpsyG2xYLLdkOWU4Vx3XdTzj83k/ryeTFzvYwznWpPj038mLIZxiBbtZ73ILB7jFqhTdGmAEZ5hFS4rDrDJu4AgPWJLifQAwiktMY1OKY8j6oiZO8IQFKV4q2ziuMIl1Kdrf00+kjOfQxivmpXiWFxO4xhiaUtxUn/xGSmgGF/jANvYxjGUp7vvzwUgJTaHT+/0Ni1I8/tnXQA15cScvGnXZF+vJPO1KkZpTAAAAAElFTkSuQmCC'); right: 15px; top: 0; bottom: 0; margin: auto 0; background-position: center; background-repeat: no-repeat; transition: all 0.3s ease; }
.isotope-list .btn-grp.active label:after { transform: scaleY(-1); }
.isotope-list .btn-grp.active ul{ opacity:1; visibility:visible; transform:translateY(0px); }
.isotope-list .btn-grp ul { position: absolute; width: 100%; background: #fff; top: 100%; z-index: 10;     transform: translateY(20px); transition: all 0.3s ease; opacity: 0; visibility: hidden; background:#399cf8; }
.isotope-list .btn-grp ul li { }
.isotope-list .btn-grp ul li a { padding: 8px 25px; display: block; font-size: 16px; text-transform: capitalize; line-height: normal; color:#fff; }
.isotope-list .btn-grp ul li a.active { background: #0288DC !important; color: #fff !important; }
.isotope-list .btn-grp ul li a:hover { background: #0288DC;  }

.cs-ad-section .sinlge-box { width: 33.33%; float: left; }
.cs-ad-section  .box-container { }
.cs-ad-section .box-container:after { content: ''; display: table; clear: both; }
.cs-ad-section .Isotope { }

.cs-ad-section .sinlge-box .inner { box-shadow: -4px 4px 18px 0px rgba(0, 0, 0, 0.16); transition: all 0.3s ease; }
.cs-ad-section .sinlge-box .inner .thumb { height: 200px; }
.cs-ad-section .sinlge-box { padding: 20px; }
.cs-ad-section .sinlge-box .content { padding: 32px 44px; }
.cs-ad-section .sinlge-box .content .text { line-height: normal; color: #14202E; font-size: 16px; line-height: 25px; }
.cs-ad-section .sinlge-box .content span.tag { text-transform: uppercase; font-size: 16px; font-weight: 700; line-height: normal; display: block; margin: 0 0 8px; }
.cs-ad-section .sinlge-box .inner:hover { box-shadow: -4px 4px 24px 0px rgba(0, 0, 0, 0.25); }
.cs-ad-section .box-container { padding: 75px 0 0; }
.cs-ad-section .loadmore-btn-wrapper { text-align: center; }
.cs-ad-section .loadmore-btn-wrapper a.cta_button { margin-top: 36px; }
.row-fluid .ftcontact-btn a.cta_button { padding: 13px 15px; margin-top: 20px; font-size:14px; padding:13px 15px !important; }

.row-fluid .cs-page-banner h2 { font-weight: 300; }
.row-fluid .ftcontact-btn a + .footer-login-cta { margin: 0; }


/* 21-05-2019 */
.row-fluid .cs_8stap.step9{ padding: 200px 0 200px; }


.max-width-space{ max-width: 600px; }
.pricing-calc-main { z-index: 2; position: relative; overflow: hidden; padding-bottom: 140px; }
.pricing-calc-main .calc-heading { padding: 150px 115px 130px 115px; width: 71%; }
.pricing-calc-main .calc-heading h2 { color: #293540; font-weight: 300; font-size: 34px; line-height: 60px; }
.pricing-calc-main:before { content: ''; position: absolute; top: 0; left: 0; width: calc((100vw - -560px) / 2); background-color: #ffffff; bottom: 0; z-index: -1; }

.row-fluid .calc-same { background-color: #131F2D; padding: 150px 0 150px 115px; color: #fff; position: relative; }
.row-fluid .calc-same:before { content: ''; position: absolute; top: 0; bottom: 0; left: 100%; background-color: #131f2d; width: calc((100vw - 168px) / 2); }
.row-fluid .calc-same:after { content: ''; position: absolute; height: 500px; width: 500px; background-image: url('https://www.kunocreative.com/hubfs/2019/Images/plush-blue.png'); background-repeat: no-repeat; background-position: center; background-size: contain; z-index: 3; left: calc(100% - 573px); bottom: -84px; }

.pricing-cals .pricing-input { width: 60%; float: left; padding-top: 15px; }
.pricing-cals .pricing-right { width: 40%; float: left; padding-top: 15px;  position: relative;}
.pricing-cals .pricing-input h4 { font-size: 34px; }
.pricing-cals .pricing-input div { margin-top: 30px; }
.pricing-cals .pricing-input input.monthly-media-spent {  border-radius: 0; width: 100%; margin: 15px 0 30px; font-size: 21px; height: 56px; }
.pricing-cals .pricing-input button.calculate { width: auto; margin-bottom:0; min-width: 296px; max-width: 100%; border-radius: 35px; font-size: 17px; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; padding: 19px 20px; }
.pricing-cals .pricing-right .cals-result span:first-child{ margin-bottom: 50px;  font-size: 26px;  }
.pricing-cals .pricing-right .cals-result span:first-child { display: block; }
.pricing-cals .pricing-right .cals-result { float: right; font-size: 44px; max-width: 250px; text-transform: uppercase; }
.pricing-cals .pricing-right .cals-result span:last-child:before { content: "="; margin-right: 10px; color: #009CFE;}
.pricing-cals .pricing-right .cals-result span:last-child { position: relative;}

.row-fluid .demand-bg-wrap { margin-top: -360px; background: -moz-radial-gradient(bottom, ellipse cover, rgb(16, 126, 250) 0, rgba(22, 238, 254, 0.74) 0, rgb(64, 127, 242) 60%);
    background: -webkit-radial-gradient(bottom, ellipse cover, rgb(16, 126, 250) 0, rgba(22, 238, 254, 0.74) 0, rgb(64, 127, 242) 60%);
    background: radial-gradient(ellipse at bottom, rgb(16, 126, 250) 0, rgba(22, 238, 254, 0.74) 0, rgb(64, 127, 242) 60%);
}

/* .row-fluid .demand-bg-wrap { margin-top: -360px; background:url('https://www.kunocreative.com/hubfs/2019/Images/bg-wrap.svg') no-repeat center bottom / cover;  }*/
.row-fluid .demand-bg-wrap .inbound-intro{ background:none; }
.row-fluid .demand-bg-wrap .inbound-intro:after,.row-fluid .demand-bg-wrap .inbound-intro:before{ content:none; } 

/* .row-fluid .demand-bg-wrap .inbound-intro:before{
background: -moz-radial-gradient(bottom, ellipse cover, rgb(16, 126, 250) 0, rgba(22, 238, 254, 0.74) 0, rgb(64, 127, 242) 60%);
background: -webkit-radial-gradient(bottom, ellipse cover, rgb(16, 126, 250) 0, rgba(22, 238, 254, 0.74) 0, rgb(64, 127, 242) 60%);
background: radial-gradient(ellipse at bottom, rgb(16, 126, 250) 0, rgba(22, 238, 254, 0.74) 0, rgb(64, 127, 242) 60%);
} */
.video-center.video-top-bottom { position: relative; margin-top: -550px;  margin-bottom: -428px;}
.row-fluid .cs_black-demand .cs_8stap.step9 { padding: 700px 0 400px;}
.row-fluid .video-center.video-top-bottom .video-box:before{ content:none;  }
.row-fluid .cs_black-demand .cs_8stap.step9 .widget-type-header:before { background-image: url(https://www.kunocreative.com/hubfs/2019/Images/plus-gradient.png);}
/*.row-fluid .cs_black-demand .Creative_Apart_Box:after, */.row-fluid .cs_black-demand .Creative_Apart_Box .bgImg { top: -307px; left: 53%; height: 625px; width: 767px; 

}
.row-fluid .demand-bg-wrap .inbound-intro.demand-intro2 > div { padding: 660px 0 750px;}
.row-fluid .demand-bg-wrap .inbound-intro.demand-intro1 > div {  padding: 985px 0 150px;}
.row-fluid .video-max-80 .video-box .thumb{  width: 80% !important; }
.row-fluid .video-max-80 .video-box:before {left: calc(100% - 705px); }
.video-center.video-top-bottom:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: -1; background-color: #000;}

.row-fluid .cs_hero.demand-hero { padding-bottom: 35px;}
.row-fluid .cs_black-demand .Creative_Apart_Box .slick-arrow { width: 45px; height: 45px;}

.row-fluid .cs_black-demand .thumb { right: -45px; width: 33%; z-index: 1; opacity: 0.6; background-position: 162% center; background-size: cover; background-repeat: no-repeat;}
.row-fluid .cs_black-demand .Creative_Apart_Box h5 { max-width: 80%;}

.row-fluid .cs_black-demand .next-level-box:after{  background-image: url(https://www.kunocreative.com/hubfs/2019/Images/plus-gray.png); }

.row-fluid .video-center.video-top-bottom .video-box .thumb { width: 80% !Important;}


/* ==A== 05-06-2019 ==A== */
body.cosPassword { padding: 0;}
.row-fluid .passwod-main { background: rgb(15,149,247);
    background: -moz-linear-gradient(left, rgba(15,149,247,1) 0%, rgba(1,194,197,1) 100%);
    background: -webkit-linear-gradient(left, rgba(15,149,247,1) 0%,rgba(1,194,197,1) 100%);
    background: linear-gradient(to right, rgba(15,149,247,1) 0%,rgba(1,194,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f95f7', endColorstr='#01c2c5',GradientType=1 );}
.row-fluid .passwod-main .wrapper > div { min-height: 100vh; display: table; width: 100%; padding: 15px 15px;}
.row-fluid .passwod-main .wrapper > div > .row-fluid { display: table-cell; vertical-align: middle; padding-bottom: 25px;}

.row-fluid .passwod-main .wrapper > div > .row-fluid > div { max-width: 833px; margin: auto; float: none;}
.row-fluid .passwod-main .custom_error_message.widget-type-rich_text { max-width: 677px; margin: auto; float: none; }
.row-fluid .passwod-main .custom_error_message.widget-type-rich_text h1 { color: #fff; font-size: 41px; font-weight: 400; margin-bottom: 15px; }
.row-fluid .passwod-main .custom_error_message.widget-type-rich_text p { color: #fff; font-size: 20px; }
.row-fluid .passwod-main .widget-type-password_prompt.custom_error_message { background-color: #F2F2F2; padding: 55px 75px 50px; border-radius: 5px; box-shadow: -15px 15px 45px 0px rgba(0, 0, 0, 0.2); margin-top: 50px; }
.row-fluid .passwod-main .widget-type-password_prompt.custom_error_message input#hs-pwd-widget-password { border: 1px solid #E1E1E1; height: 54px !important; border-radius: 6px; padding: 10px 25px; margin-bottom: 37px; }
.row-fluid .passwod-main .widget-type-password_prompt.custom_error_message .hs-button { background-color: #009BFD; max-width: 386px; width: 100%; margin: auto; float: none; font-size: 18px; text-transform: uppercase; color: #fff; border-radius: 8px; height: 56px; line-height: 56px; display: block; cursor: pointer; }

.row-fluid .passwod-main .widget-type-password_prompt.custom_error_message span#hs_cos_wrapper_password_prompt > div { font-size: 16px; margin-bottom: 15px; display: block; color: #ff0000 !important;}

.row-fluid .inbound-intro.margin0{ margin:0; }

.process-wrap {padding-right:50px;}
.process-wrap .single-step .title {font-size:24px;line-height:32px; color:#009CFE; font-weight: 700; margin-bottom: 10px;}
.process-wrap .single-step {margin-bottom:50px;}
.process-wrap .single-step ul {margin-top:10px;}
.process-wrap .single-step ul li {font-weight: 700;position:relative; padding-left:25px;}
.process-wrap .single-step ul li:before {content: '+';font-size: 22px; color: #009cfe; position: absolute; left: 0; top: 2px; line-height: 30px;}

.row-fluid .Creative_Apart_Box.creative-apart-section .team-slider_wrapper {background-repeat: no-repeat; background-size: cover;}
.row-fluid .Creative_Apart_Box.creative-apart-section:after {background-image: url(https://32387.fs1.hubspotusercontent-na1.net/hub/32387/hubfs/bx-logo01.png?width=549&name=bx-logo01.png);top: -165px;}

.row-fluid .next-level-box.next-level-box-new {padding:166px 0 0;}
.row-fluid .next-level-box.next-level-box-new .widget-type-rich_text {padding-bottom:39px;}
.row-fluid .next-level-box.next-level-box-new:after {bottom:inherit; top:380px;}

.meeting-tool-wrap .meetings-iframe-container {position:relative;z-index:2;}
.meeting-tool-wrap .meetings-iframe-container iframe {width: 770px; margin-left: 140px;}

.action-card-section.Action_Card_Box_Widget {  margin: 40px auto 150px !important;}
.action-card-section .action_card:before {display:none;}
.action-card-section .action_card .thumb {right: -80px;}

.inbound-intro.inbound-intro-section > div {    padding: 670px 0 270px;}


/* */
body.no-padding { padding: 0; }

body.Branding-page { font-family: 'Open Sans', sans-serif; }
body.Branding-page h1, body.Branding-page h2, body.Branding-page h3, body.Branding-page h4, body.Branding-page h5 { font-family: 'Oswald', sans-serif; font-weight: 400; }
body.Branding-page h1 span, body.Branding-page h2 span, body.Branding-page h3 span, body.Branding-page h4 span, body.Branding-page h5 span { color: #1596F7; }



.row-fluid .build-brand span,
.row-fluid .text span{ color: #1596F7; }

.row-fluid .build-brand { padding: 70px 0;  display: flex; align-items: center; flex-wrap: wrap;min-height: 100vh; height:auto; }
.row-fluid .build-brand h1 { font-size: 107px; color: #fff; text-transform: uppercase; line-height: normal; margin-top: -50px; }
.row-fluid .build-brand > div { width: 100%; }
.row-fluid .build-brand > div:first-child { display: none; }

.row-fluid .touch-points { padding: 70px 0; min-height: 100vh; height:auto; display: flex; align-items: center; }
.row-fluid .touch-points > div { width: 100%; }
.row-fluid .touch-points h2 { text-transform: uppercase; text-align: center; line-height: 73px; }
.row-fluid .touch-points h2:before { content: "“"; display: block; margin: 0 auto 34px; font-size: 191px; height: 17px; }
.row-fluid .touch-points .widget-type-text { text-align: right; padding: 25px 0 0; font-family: 'Oswald', sans-serif; font-weight: 300; text-transform: uppercase; font-size: 34px; letter-spacing: 1px; line-height: normal; max-width: calc(100% - 70px); }
.row-fluid .touch-points .wrapper > div { max-width: 1000px; margin: 0 auto; }
.row-fluid .touch-points .widget-type-text > span:before { content: '-'; }

.row-fluid .product-and-services { min-height: 100vh; height: auto; display: flex; flex-wrap: wrap; align-items: center; }
.row-fluid .product-and-services > div { width: 100%; }
.row-fluid .product-and-services > div:first-child { display: none; }
.row-fluid .product-and-services .content { max-width: 800px; margin-top: -140px; }
.row-fluid .product-and-services .content h2 { text-transform: uppercase; color: #1596F7; line-height: 68px; }
.row-fluid .product-and-services .content .widget-type-text { color: #fff; font-family: 'Oswald', sans-serif; font-size: 30px; text-transform: uppercase; }
.row-fluid .product-and-services .p-logo { position: absolute; right: 105px; top: 100%; }
.row-fluid .product-and-services .wrapper { position: relative; } 

.row-fluid .step-box { }
.row-fluid .step-box h3.box-title { text-transform: uppercase; font-size: 62px; line-height: 68px; padding: 0 0 22px; }
.row-fluid .step-box .point-box { font-size: 22px; border-left: 6px solid #1596F7; padding-left: 40px; }
.row-fluid .step-box .point-box .text ul { font-size: 19px; }
.row-fluid .step-box .point-box .text > ul { column-count: 1; padding-top: 17px; float:left; width:50%; }
.row-fluid .step-box .point-box .text > ul + ul { padding-left: 25px; }
.row-fluid .step-box .point-box .text > ul > li { position: relative; line-height: 23px; padding-left: 12px; }
.row-fluid .step-box .point-box .text > ul > li:before { content: ''; height: 4px; width: 4px; background: #1596F7; position: absolute; border-radius: 25px; left: 0; top: 9px; }
.row-fluid .step-box .point-box .text > ul > li li { position: relative; margin-left: -12px; padding-left: 12px; }
.row-fluid .step-box .point-box .text > ul > li li:before { content: '-'; color: #1596F7; position: absolute; left: 0; }
.row-fluid .step-box .point-box .text > ul  li { padding-bottom: 15px; }

.row-fluid .step-box-2 .point-box:after {content: '';display: table;clear: both;}
.row-fluid .step-box-2 .point-box .inner { max-width: 580px; }
.row-fluid .step-box-2 .point-box .inner:after {content: '';display: table;clear: both;}


/* */
.row-fluid .step-box-1 { padding: 150px  0; }
.row-fluid .rel-action-wrapper { counter-reset: section; }
.row-fluid .rel-action-wrapper span.num:after {color:#252525; counter-increment: section; content: ""counter(section)""; }
.row-fluid .step-box span.num.type-1 { position: absolute; height: 330px; width: 330px; border: 10px solid #000; border-radius: 100%; right: calc(100% - 50px); text-align: center; font-family: 'Oswald', sans-serif; font-size: 181px; line-height: 295px; font-weight: 700; top: 0; bottom: 0; margin: auto 0; }
.row-fluid .step-box .wrapper { position: relative; }

.row-fluid .step-box-1 .content { }
.row-fluid .step-box-1 .content > div { width: 50%; float: left; }
.row-fluid .step-box-1 .content:after { content: ''; display: table; clear: both; }
.row-fluid .step-box-1 .content .title-box { position: relative; padding: 0 40px 0 0; }
.row-fluid .step-box-1 .content .point-box { margin: 75px 0 0; }
.row-fluid .step-box { min-height: 100vh; display: flex; align-items: center; height: auto; }
.row-fluid .step-box-2 { }
.row-fluid .step-box-1 .wrapper { padding-left: 100px; }


.row-fluid .step-box span.num.type-2 { font-size: 650px; font-family: 'Oswald', sans-serif; font-weight: 700; position: absolute; right: calc(100% - 110px); line-height: 500px; }
.row-fluid .step-box-2 { position: relative; overflow: hidden; padding: 150px 0; }
.row-fluid .step-box-2 .bg-img { background-image: url(https://www.kunocreative.com/hubfs/kuno_2019/images/Kuno_icon_bg2.jpg); position: absolute; top: 0; width: 100%; height: 100%; left: calc((100%  - 1230px) / 2); margin-left: 250px; }
.row-fluid .step-box .wrapper { z-index: 4; }
.row-fluid .step-box-2  h3.box-title:before { content: ''; width: 0px; height: 0px; border-top: 40px solid transparent; border-bottom: 40px solid transparent; border-left: 40px solid white; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }
.row-fluid .step-box-2 .content { padding-left: 100px; max-width: 920px; margin: 0 0 0 auto; position: relative; color: #fff; }
.row-fluid .step-box-2 .content .title-box { padding: 0 0 30px; }
.row-fluid .step-box .point-box .text ul ul { padding-top: 11px; }
.row-fluid .step-box h3.box-title {padding:0px; margin: 0 0 22px; margin-left: -100px; position: relative; padding-left: 100px; }


.row-fluid .box-1 .step-box span.num.type-1 { }
.row-fluid .box-1 .step-box span.num.type-1:before { content: ''; position: absolute; height: 90px; width: 90px; border: 14px solid #000; border-radius: 100%; top: calc(100% + 25px); left: 4px; }
.row-fluid .step-box-2 .content .title-box .text { max-width: 580px; }
.row-fluid .step-box-2 .point-box { border-color: #fff; }
.row-fluid .box-3 .step-box span.num.type-1 { }
.row-fluid .box-3 .step-box span.num.type-1:before { content: ''; height: 120px; width: 120px; position: absolute; border: 2px solid #000; border-radius: 100%; top: calc(100% + 20px); left: -10px; }
.row-fluid .box-3 .step-box span.num.type-1 > span { position: absolute; top: -80px; right: 20px; width: 60px; height: 60px; border: 13px solid #000; border-radius: 100%; }
.row-fluid .box-3 .step-box-1 .content .point-box { margin-top: 164px; }
.row-fluid .box-4 .step-box .point-box .text>ul { }
.row-fluid .box-5 .step-box span.num.type-1:before { content: ''; height: 120px; width: 120px; position: absolute; border: 9px solid #000; border-radius: 100%; top: -160px; left: 10px; }
.row-fluid .box-5 .step-box span.num.type-1 > span { position: absolute; top: -50px; right: 20px; width: 40px; height: 40px; border: 2px solid #000; border-radius: 100%; }
.row-fluid .box-5 .step-box-1 .content .point-box { margin-top: 165px; }


.row-fluid .branding-process {overflow:hidden; padding: 120px 0; color: #fff; min-height: 100vh; display: flex; align-items: center; flex-wrap: wrap; position: relative; }
.row-fluid .branding-process h2 { font-size: 62px; line-height: 72px; text-transform: uppercase; }
.row-fluid .branding-process .process-step {  }
.row-fluid .branding-process .process-step > div { height: 580px; width: 580px; border-radius: 100%; position: relative; margin: 0 0 0 auto; border-width: 7px; border-color: #fff; border-style: dotted;}
.row-fluid .branding-process .process-step { }
.row-fluid .branding-process  .process-step-inner { }
.row-fluid .branding-process .process-step-inner > div { height: 160px; width: 160px; background: #1596F7; font-size: 32px; font-family: 'Oswald', sans-serif; text-align: center; border-radius: 100%; padding: 15px; display: flex; align-items: center; justify-content: center; line-height: 34px; text-transform: uppercase; margin: 0 auto; position: absolute; }
.row-fluid .branding-process .process-step-inner > div:nth-child(1) { margin-top: -72px; left: 0; right: 0; }
.row-fluid .branding-process .process-step-inner > div:nth-child(2) { right: 0; top: 0; bottom: 0; margin: auto -80px auto 0; }
.row-fluid .branding-process .process-step-inner > div:nth-child(3) { margin-bottom: -72px; left: 0; right: 0; bottom: 0; }
.row-fluid .branding-process .process-step-inner > div:nth-child(4) { left: 0; top: 0; bottom: 0; margin: auto 0 auto -80px; }
.row-fluid .branding-process .content { }
.row-fluid .branding-process .content > div > div { display: flex; align-items: center; }
.row-fluid .branding-process > div { width: 100%; }
.row-fluid .branding-process > div:first-child { display: none; }
.row-fluid .branding-process .k-logo { position: absolute; bottom: 20px; left: 60px; opacity: 0.07; }


.row-fluid .branding-process .process-step-inner>div:nth-child(1) { }
.row-fluid .branding-process .process-step-inner>div:nth-child(2) { }
.row-fluid .branding-process .process-step-inner>div:nth-child(3) { }
.row-fluid .branding-process .process-step-inner>div:nth-child(4) { }
.row-fluid .branding-process .process-step-inner>div { animation: myOrbitRotaed 35s linear infinite; animation-direction: reverse; }
.row-fluid .branding-process .process-step>div > div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; animation: myOrbitRotaed 35s linear infinite; }

@keyframes myOrbit {
    from { transform: rotate(0deg) translateX(calc(580px / 2)) rotate(0deg); }
    to { transform: rotate(360deg) translateX(calc(580px / 2)) rotate(-360deg); }
}


.row-fluid .product-and-services > div:nth-child(1) { }
.row-fluid .product-and-services > div:nth-child(2) { position: relative; z-index: 3; }
.row-fluid .product-and-services > div:nth-child(3) { position: absolute; width: 100%; height: 100%; z-index: 2; left:0; top:0; transition: all 0.5s ease; }
.row-fluid .product-and-services > div:nth-child(3) .get-bg-self { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.row-fluid .product-and-services { position: relative; }
.row-fluid .product-and-services > div:nth-child(3) .get-bg-self {   opacity: 0; transition: all 0.4s ease 0s; }
.row-fluid .product-and-services > div:nth-child(3) .get-bg-self.go { opacity: 1; transition: all 0.4s ease 3s; }


.row-fluid .action-slide-menu {z-index:999; position: fixed; width: auto; right: 60px; top: 0; height: 100%; display: flex; align-items: center; }
.row-fluid .action-slide-menu a { color: #fff; font-family: 'Oswald', sans-serif; font-size: 20px; text-transform: uppercase; position: relative; display: inline-block; transition: all 0.3s ease; font-weight:500; }
.row-fluid .action-slide-menu ul { counter-reset: section; }
.row-fluid .action-slide-menu ul li { padding: 10px 0; text-align: right; }

.row-fluid .action-slide-menu a:before { counter-increment: section; content: ""counter(section) ""; margin-right: 6px; position: absolute; left: -20px; }
.row-fluid .action-slide-menu a:hover,
.row-fluid .action-slide-menu ul li.active a{ color: #1596F7; }

body[data-color="white"] .row-fluid .action-slide-menu a { color: #000; }
body[data-color="white"] .row-fluid .action-slide-menu li.active a { color: #1596F7; } 


.row-fluid .step-box span.num { opacity:0; transition:all 0.7s ease 0.7s; }
.row-fluid .step-box span.num.go{ opacity:1; }


@keyframes myOrbitRotaed {
    to { transform: rotate(0deg); }
    from { transform: rotate(360deg); }
}

.row-fluid .action-slide-menu ul li { transform: translateX(200%); transition: transform 300ms ease, opacity 1000ms ease; opacity: 0; }
.row-fluid .action-slide-menu.loaded ul li { transform: translateX(0); opacity: 1; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(1) { transition-delay: 200ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(2) { transition-delay: 400ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(3) { transition-delay: 600ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(4) { transition-delay: 800ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(5) { transition-delay: 1000ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(6) { transition-delay: 1200ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(7) { transition-delay: 1400ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(8) { transition-delay: 1600ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(9) { transition-delay: 1800ms; }
.row-fluid .action-slide-menu.loaded ul li:nth-child(10) { transition-delay:2000ms; }

.row-fluid .action-slide-menu ul li { transition-delay: 0ms; }
.row-fluid .action-slide-menu .menu-action-btn{ display:none; }

.row-fluid .step-box .point-box .text ul ul { padding-left: 35px; }


.Inbound-Sales .row-fluid .inbound-intro {  background-position: center; background-repeat: no-repeat; background-size: cover; }
.Inbound-Sales .row-fluid .inbound-intro:before { display: none; }
.Inbound-Sales .row-fluid .inbound-intro:after { display: none; }
.Inbound-Sales .row-fluid .cs_hero .thumb img{ max-width: none !important; }
.Inbound-Sales .row-fluid .cs_hero .thumb {margin-top: 150px;position: relative;top: 10px;}
.Inbound-Sales .row-fluid .video-box:before { left: calc(100% - 530px);}
.Inbound-Sales .row-fluid .cs_8stap.step9 .widget-type-header:before{ background-image: url(https://www.kunocreative.com/hubfs/2019/Images/plush-img.png); }
.Inbound-Sales .row-fluid .cs_8stap .box8_wrapper > div { width: 100%; }
.Inbound-Sales .row-fluid .Creative_Apart_Box.creative-apart-section:after{background-image: url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/Sales_icon.png); top: -165px; height: 482px; width: 480px;}
.Inbound-Sales .row-fluid .cs_8stap.step9 .widget-type-header { max-width:260px; }
.row-fluid .cs_8stap.step9{ position:relative; z-index:1; }


.process-wrap .single-step .cta-box-ul { display: flex; align-items: center; flex-wrap: wrap; }
.process-wrap .single-step .cta-box-ul ul { max-width: 50%; }
.process-wrap .single-step .cta-box-ul .BRAND-CTA { width: 50%; margin: 0; padding-left: 20px; }

.row-fluid .gd-btn {}
.row-fluid .gd-btn a { 
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASoAAABNCAIAAACe3r4uAAABG2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+Gkqr6gAAAW5pQ0NQSEQgNzA5LUEAACiRY2BgsslJzi1mYWBgyM0rKQpyd1KIiIxSYL/DwM3AwyDEYMUgnphcXOAb7BbCgBN8u8bACKIv64LMSvP8edOmtXz+FjavmXJWJTq49YEBd0pqcTIDAyMHkK2TUpycC2SbgNjJBUUlQHYCkK1bXlIAYk8AskWKgA4EspeA2OkQ9g4QOwnCPgNWExLkDGQ/ALIFkiDsDyB2OpjNBLJXIDkjMQXIFgDZlZtTmgx1D8gnPFA2SE6GwYPBhUGBwZzBgMGSQZfBEV1tal5oMC61JakVJSCFzvkFlUWZ6RklCo4FBTmpCs75uQWlJalFOgqeecl6OgpGBoYGIHWgsIcY/TkIbDqj2HmEWP5CBgZLZQYG5h6EWNI0BobtexgYJE4hxFTmMTDwWzMwbDtXkFiUCA9pxm8shPjFacZGEDaPEwMD673//z+rMTCwT2Jg+Dvx///fi/7//7sYaP8dBoYDOQAa/WqRYbpjOQAAAAlwSFlzAAAOxAAADsQBlSsOGwAADt1JREFUeJztnWuyrDgOhNMR7LC30RvtVbl/4EfKlvyggII6roiZc0ugRHbpw1jGM+7ff/5ziB/vATj+BwAf/lPZ/f63tiuCwu7hodhZUNo7jj37Hj88kt2pdnbs2EtBAM5Xjordp75R7LkVpSOQfUfs8kITjtIeRQy76EZhz1fX7aZgz/G3Ppt3KVW8cw5A1VDvEmJOHHDBz8O50qkhGE+PcGTfLAgomh5wcLWjJVjFFU4IDcoXrR3369t2jgnY8YxnOb5Qac9OcKFDXdlFvnZEvg0KR8vutWaFHpwQTAHsNqcJAnCOmsufHRtf/ZS2YM/xtzjc6hYOcQgUGYwWNh6Ac64UtLI8fmlxKB1D+vSwIYEmNkc4hI3NPE4dQXbMLRuwk/Ihxws5RLo5KL5Klv4Eihucq3EKHwub/dEIumMTm6s4RCBHxUOxSw0bG83RtrPkYQ5zgMoYWzuG9mmOLbtUhoOD8xOONjb5F3Re4RANnOD/Gof76NfCCbiQQxRjrJXlJG8/6xqOut2h+inDCSLJxgXZLtujYHMIJ00QkM+0jrJ/yC47oDrBu9wj0p7Hfhub6PgJhyg0gyN+4tF08+DfcpRDlI+mwTGcUnGIFjYjU8TDHFIzPpkihsFhTnAAm0M4sSBdVjgCytyyY2dxlwxec5T2FICFTeYwRc2fPztF3LzTsHGANysu4fOKUg3aMzfdTgJWlst87F9IxvS8Uo20y2gfNUX8LQ659GJVVhin6qfHGIdCsItNGGNrDqFmefxyHYfYCRmeIvrwpbZzB765VAMxOFf2FEDERtr5AlOPpj9WqlFLLx5QH0Ete+yHCpvYP6YjOthcxSEMbBp20hjgEMWgrdo5LGPO+dhSTTE4D8wtT5kiepfytSGoOBZ25exvfPLo57RxD5McxuMBG9SPSbsjlC4b4bAUtLChuE4q1WQ7GawsL8fS41NEnnO+oVQDiMFZ2lMA508RX1qq2UsvIuqYtQpvw3b6TE0RnUuvmLy7VBOSr3SEOmhnO0kCjSmiJLSHTUswH/xKqQbAX54i8lsvGOAQOjYtezr+wRTR4HAfEJscCsUsCHWMDebrSjXDF5JhDU8R5csujA33018q1aAetLPv1x9NqfKZbLKvwRxCdE2/VAOt5dev5ofQrSzvCxqOwxzCwAPF4EyOX1rNV+ecXWw6OCkcQtzfK3sKwMKGRvUfWs3XKp/pYMUhQtbGf9F5n0wRT+dQtCJ+UQqSfcFsflipBuac85Qp4uhLMB2cBDaaY2XPMf2F1fxm5VMYUD+a3laqCadUHAInTRGtOadzaR/GAB66nQxNbIjh46Ua0NPnBav59kswul3Hhk9Avr9X9hTAz67my5fOoNy6BIcof7z05zulGhHA2nhRY9PBCdCyP4epDtqKo2VfGy/an+KlM+hZ7pBfgsknjnBoCLbs6fj7VvNDU3rYkEATmyMcwsbmDav5Y44/U6rZQo4r2dyrrARrmXvp3BeVakjvktV8H76YHKKFh+74pVKNGLTFCd5wbNmlMv7cxovN5/tdiHd6RicMexQ5OhaMzekJ3s4hRJLZWU7ya+PF2njx+aPp5lP8n1dWWNgrgoA+FQz33XkOUWATHasLcQBvXs1fGy+ko7SnAF5TqtngjmPTss8JAupU0GFtvMhXXBsvFEfVngKwsImO3+Ywv3R2VWWFBZH7WgiKlqyNFyaH2AlZGy/4il5zlO1+7MYL+dIZAHcZNrYgQtaWjgDWxovCThpXrOavjRdDHJ618YIqn2XTLsNGEcznncJhPB6wEa0oIqm6bITDUtDChuJaGy/WxovacfMOfG9z3GuExyXYcGheEQTWxou+nQSsLC8doQ7a2U6SgDYVDPa18QIGh4Zg6bjBOe8oqNijgcrUc7FPr8JmTjAHeutqvsEh1saL8kJ8NcZGptTfKdUg3RzER2y3jdcRPx7Z478ccrIK+xnYlE32iiBE1zx2NT92VTj9+aWapp0lRzlEO/vzZf7oxostmOosT9drcAjIKaJyz8uCs9hUFyoGkNOniKdzKFoRvygFyb5gNj+sVAN+1iVB1R7/rI0XUVCpfJZZng4fnSJaL8Hwea8o1UAZtNPNZW28WBsvctT8aTyaBvwsnESWF11Tc4jcpyNTRI+ia8jRsjcFUeJhYdPCKZ7yhtX8tfFCOlr2x2682OLNtoNTmeX5v7Ij2Jc4VO1NbLKu+RLMKYItezr+vtX80JQeNiTQxOYIh7CxecNq/pjj5xxuyLk1hFOLQ0TatLH0ytV8TpWPBZXkz0Jr48XIhcA/9Ecc5gCFIMCDtjjBG44tu1TGfRsvUullGieNQ3BfH+YQIclIPZ63Nl6wIHDWav7aeIGqg319wukbL1LpxcKmj1OJTeUo7eLe9qjV/HDfnecQ3DpyrC7EAbx5NX9tvJCO0p4C6Jdq6tKLhc0QTgKbomtqR+Q+ffRqvgPWxgvGg85yFEloYv9CMqbnlWqkXUZ76hQxjn4xORzSyy4WNkM4lVmuOYJ9iUPVfgQbtrMgwIN2FpRd058iau+6vLFUM2iXGhNTxPjr13buwDeXaiAStbKnACKH0R4rn7JroE4FS2yGcGpxWF6IA7i0VKMLImRt6biHOT5FjINAiU28kukYA7ibQxjYNOykccVq/l/ZeFFVPlscgu8oA3YHlA8mZeNNwQkOcQwbRRAc5G2r+SGB5jksBS1sKK618eLOUg0A1A/J1G618im16WzHJxydIpYFyWFHXIQN6OMVQWBtvOjbScDKcuX+fsoUURLaw6YlmA/eU6pRKp8y1vKep50AfgTt2ZWuCSc4CpYd2Tk6PrpU07Kn42vjxQEOUSRqboVmf/7GC63yCRsn7hqK2WuOPXvS0bKcHRHhKB2z7vnYsCByXwtBiL5+7Gp+7Kpw+vNLNU07S45yCCP7S0HcvfFCqXzGM5o4ya6ReFjY9HCCluXp8MQUUbnnZcFZbOwIw5W0vn7Fan78UaY5xDw2pHFFqSYnqhRU7fHP+BRx9CUYyy6V8yCMDaExR3FqOcLG5gur+WvjRSVoZLk153Rr44VwtF+C0e3yJ/OA49LLPmwexalylI157mq+L7uGHC17UxAlHhY2LZziKW9YzXeU5cPYkEATm2osfe9qfr3xIu/383DOJxh9zaGM6fulmuRTOIJ9iUPV3sQm65ovwZwi2LKn4+9bzQ9N6WFDAk1sjnAIG5tHrOZT5bNoSeKQGzSLkyKYfQrHnj3p9DhEpK1wBC5ezedU+VhQSf4stDZejFwI/EN/xGEOUBlja0eIRG3YY+Uzp65yR4H6aDqFkyJYOY7aWafK8nT4Mav5a+OF4rg2XnhQ5TO5HeAQdZZPTBFHHW8v1XDzP+IQ5W+Q/qhTwXDfnecQ3DpyrC7EAbx5NZ9fghkWHMDmEE4sSJcVjsiJutu3cKjqMuIQKjbYb1a6vZv9WVDOOQccv12qgYFNyz4nmAM155wVTtHvDaUaXLuaH5rYv5CM6RulGjH62f9r2BqH9E1wKOzd7K+6Jp3gKNhXl2rYzoIA6ofnaiztTxG1d13eWKoZtEuNiSli/PVrO3fgraWa8uEznDHEIURLIocArp0ijgqmAHoclhfiAC4t1eiCCFlbOu5hjk8R4yBQYhOvZDrGAO7mEAY2DTtpXLGaf/nGi/TSmcQmfuz/w6QgZWNTcQgDJ9XecgTfUQbsDigfTIBBwQkOcQwbRRAc5G2r+SGB5jksBS1sKK618WJ3pJfOoGGTrnghh2jhVDkC/KxwfIq4Nl6AWxcPaHPOtfGCTPYUURKqcCjsAFBVPs/gEDY2L1jNN+ec7BwdH12qadnT8bXx4gCHKBI1t0KzNzZebD7c3Mpmmy/B0OdRpZrkUzj27ElHy3J2RD04pwAuewmGBQF8PuescIrHPXDtan7sqnD680s1TTtLjnIIurHv6bHxSy0qh8HJ0QnVT/ToUs2onXWqLE+HJ6aIyj0vC85iY0cYrlQ5QsemhVOKbG28SOddupq/AfQkSRwKu7wEvjNFbOLUcoSNzRdW89fGi0rQyHJrzul+Z+PFJkK5lUOIe94Eh2jhVDnGxpeOY3Y7y/nwGav5XoYveLPsTUGUeFjYtHCKp7xhNd+J542O4ANKNSjwy37zHO7nfD5FXBsvoGRz7yWYUwRb9nT8fav5oSk9bEigic0RDlEkavqr45edKg6xU9GdIh7nULYkCXKDZnFSBLNP4dizJ50eh6gH5zyWXrmaz6nysaCS/FlobbwYuRD4h5aCHfyyk7w/xFD6HAK4doo4hZMiWDmO2lmnyvJ0+DGr+WvjheL47Y0Xo/iJUN5RqoGd/eUtasLx9lINN/8jDmEP2t5wVO09DsGtI8fqQhzAm1fz+SWYYcHdegS/HMoDSjX7RdfGCzvLyT4nmAM155wVTtHvDaUaXLuaH5rYFPwIvxzK90o1/G1tvEjnfWE1X3vX5Y2lmkG71JiYIsZf3+Es/HIcjynVgMdYwin6WNmv9DXUqeCoYAqgx2F5IQ7g0lKNLoiQtaXjHub4FDEOAiU28UqmYwzgbg5hYNOwk8bcav7J+GX9x5ZqYOCk2luOAKypoGpXHkyAQcEJDnEMG0UQHORtq/n7D3aAw1LQwobi+vrGi6vwE6H8YqkGgafSccyes3xtvAC3Lh7Q5pw/uPHiDvxyKD9UquFv8gTwI2jPnnQqbMJJlSM7R8dHl2pa9nT8j268uBW/HMrwFHFtvCgdUQ/OKYDLXoJhQeDVq/mxq8Lp3y3VfAe/HMfRKeLaeNF2vOolGDvCcKXKETo2LZxSZD+/8eLL+PHnJVPEJk4tR9jYrI0XD17Nt+ac7oSNFw/CL32eMEV8bKkmyxWOEINzeYNfGy9uW8134nmjLfhE/NJnbbxo41RmueYI9iUOVXsTm6xrvgRzimDLno6/bzU/NEXaH41f+jxnNX9tvAAF1Jwi8hjwsaCS/FnovRsv3oFf+jx3NX8KJ0Wwchy1s06V5enwY1bz18YLdnwZfvx5SakGdvaX98IJx7XxoschuHXkWF2IA7h7Nf/F+KXPE0o1+0XXxgs7y8k+J5gDNeecFU7R7+mlmv8BrEHNUqWYURkAAAAASUVORK5CYII=');
    text-transform: uppercase; font-weight: 700; padding: 14px 49px;color: #fff; background-size: cover; border: none;
}
.row-fluid .gd-btn a:hover {opacity: 0.9;}

.row-fluid .BRAND-CTA { display: none; }
.process-wrap .single-step .BRAND-CTA { display: block; }

body.demand-gt-v2 .video-center.video-top-bottom { margin-bottom: 0; }
body.demand-gt-v2 .row-fluid .video-text { background: rgba(19, 31, 45, 0.85); color: #fff; padding: 45px 80px; position: relative; margin-top: -150px; z-index: 4; }
body.demand-gt-v2 .row-fluid .demand-bg-wrap .inbound-intro.demand-intro2.padding-update > div { padding: 190px 0 750px; }
body.demand-gt-v2 .row-fluid .last-video-box { background: #407ff2; padding: 0 0 200px; }
body.demand-gt-v2 .row-fluid .video-text h4 { font-family: Lato, sans-serif; font-weight: 600; padding: 0 0 25px; }
body.demand-gt-v2 .row-fluid .cs_black-demand .cs_8stap.step9 { padding: 200px 0 400px; }


.meetsection-sec iframe{display:block;}
.meetsection-sec.with-text{padding-top:200px;}
.meetsection-sec.with-text .text-part{text-align:center;}
.meetsection-sec.with-text .text-part h3{color:#1596F7;font-size:53px;padding:0 0 34px;}


/* */
.onboarding-page { }
.onboarding-page .row-fluid .hero-video-brand .contain-row .contain + div { z-index: 4; top: 20px; }
.onboarding-page .row-fluid .video-center .video-box:before { left: 260px; }
.onboarding-page .row-fluid .hero-video-brand .thumb img { min-width: auto; width: 410px; max-width: 100%; }
.onboarding-page .row-fluid .inbound-intro.overlay:after { background-image: url(https://www.kunocreative.com/hubfs/2019/Images/gd.png); background-repeat: no-repeat; background-size: 100% 100%; opacity: 0; }
.onboarding-page .row-fluid .inbound-intro:before { display: none; }
.onboarding-page .row-fluid .inbound-intro.overlay { background-image: url(https://www.kunocreative.com/hubfs/2019/Images/gd.png); background-repeat: no-repeat; background-size: 100% 100%; }
.onboarding-page .row-fluid .innovations-section .widget-type-rich_text { }
.onboarding-page .row-fluid .innovations-section .widget-type-rich_text p { }
.onboarding-page .row-fluid .innovations-section .widget-type-rich_text p span { color: #009CFE; }
.onboarding-page .row-fluid .innovations-section.v2:before { background: #12202D; }
.onboarding-page .row-fluid .innovations-section.v3 > div { background: #12202d; color: #fff; }
.onboarding-page .row-fluid .Creative_Apart_Box .overlay .team-slider_wrapper { background-image: url(https://www.kunocreative.com/hubfs/2019/Images/gd.png) !important; background-size: 100% 100% !important; }
.onboarding-page .row-fluid .next-level-box { padding: 166px 0 0; }
.onboarding-page .row-fluid .next-level-box .widget-type-rich_text { padding: 20px 0 10px; }
.onboarding-page .row-fluid .Creative_Apart_Box .wrapper > div { position: relative; }
.onboarding-page .row-fluid .Creative_Apart_Box:after { content: ''; position: absolute; height: 500px; width: 500px; background-image: url(https://www.kunocreative.com/hubfs/kuno_2019/images/plush-1.png); background-repeat: no-repeat; background-position: center; background-size: contain; z-index: 3; left: calc(100% - 750px); bottom: 560px; z-index: 0; }
.onboarding-page .row-fluid .Creative_Apart_Box:after { content: ''; display: block !important; }

.onboarding-page .row-fluid .inbound-intro .widget-type-rich_text, 
.onboarding-page .row-fluid .innovations-section.v3 > div .widget-type-rich_text { padding: 20px 0 0; padding-left: 120px; }
.onboarding-page .row-fluid .inbound-intro h3,
.onboarding-page .row-fluid .innovations-section .widget-type-header h3 { padding: 0 0 20px;}
.onboarding-page .row-fluid .innovations-section .widget-type-header { padding: 0; text-align: left; }
.onboarding-page .row-fluid .innovations-section.v3 > div { text-align: left; }
.onboarding-page .row-fluid .innovations-section.v3 .wrapper { }
.onboarding-page .row-fluid .innovations-section.v3 .wrapper > div { max-width: 880px; margin:0 auto;}

.onboarding-page .cs-innovation-wrapper { position: relative; overflow:hidden; }
.onboarding-page .cs-innovation-wrapper:before{content:'';position:absolute;height:610px;width:570px;background-image:url(https://www.kunocreative.com/hubfs/2019/Images/hub-logo-2.png);background-repeat:no-repeat;background-position:center;background-size:contain;left:calc(100% - 850px);top:490px;z-index:141;}
.onboarding-page .row-fluid .innovations-section .innovations-section-rich-text { padding-top: 20px; }
.onboarding-page .cs-innovation-wrapper .Creative_Apart_Box { position: relative; z-index: 999; }

.onboarding-page .row-fluid .innovations-section .innovations-section-rich-text ul { margin:10px 0 20px; }
.onboarding-page .row-fluid .innovations-section .innovations-section-rich-text ul li { padding-left: 17px; position: relative; }
.onboarding-page .row-fluid .innovations-section .innovations-section-rich-text ul li:before { content: ''; position: absolute; height: 6px; width: 6px; background: #009CFE; border-radius: 20px; border-radius: 100%; top: 13px; left: 0; }

/* 19-12-2019 */
.title-part h2{font-size:44px; font-weight:300; padding:0 0 35px; line-height:64px;}
.title-part.green h2{color: #2fac85;}
.titlefont-22 h4{font-size:22px;}
.padding-topbottom{padding-top:100px; padding-bottom:100px;}
.text-semiLarge{font-size:22px; font-family:Merriweather, serif; line-height:39px; font-weight:300; padding:0 0 30px;}

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

.shape-bg{position:relative;}
.shape-bg:after{background-color:#ebebeb;content:'';height:1980px;left:0;position:absolute;top:-160px;transform:skewY(-8deg);width:100%;z-index:-1;}
.shape-bg.shape-bg2:after{transform:skewY(0deg); height:1310px;}

.bigcon{opacity:0.1;position:absolute;right:30px;top:250px;width:auto!important;pointer-events:none;}
.bigcon2{right:240px;top:490px;}
.bigcon2{right:50px;top:510px;}

.demand-bann{margin-top:25px;padding:175px 0 0;height:830px;}
.demand-bann .top-text{}
.demand-bann .top-text .kuno-logo{border-right:1px solid #fff;padding:5px 0;width:40px;}
.demand-bann .top-text .kuno-logo img{display:block;}
.demand-bann .top-text .kuno-logo + div{color:#fff;font-weight:300;margin:0;padding:0 0 0 14px;width:calc(100% - 40px);}
.demand-bann h1{color:#fff;font-size:47px;font-weight:400;padding:20px 0 0 0;}
.demand-bann .demandgentitle h1 { font-size:60px; }
.demand-bann h2{color:#efeba4;font-family:inherit;font-size:33px;font-weight:300;line-height:normal;}

.marketing-landscape{padding: 0 0 50px;}
.container-fluid .marketing-landscape .wrapper{max-width:856px;}
.container-fluid .marketing-landscape .wrapper .padding-group{background-color:#fff;margin-top:-146px;padding:54px 60px 0;font-size:17px;line-height:30px;}
.marketing-landscape h3{font-size:22px;line-height:38px;padding:0 0 28px;font-size: 22px;}

.consider-scenario{padding:20px 0 0;}
.consider-scenario h4{font-size:22px;font-style:italic;font-weight:400;}
.consider-scenario .list-wrapper{text-align:center;padding:45px 0 0;}
.consider-scenario .list-wrapper .list{display:inline-block;font-size:15px;line-height:24px;padding:0 20px 50px;vertical-align:top;width:calc(100% / 3 - 5px);}
.consider-scenario .list-wrapper .list h5{color:#2fac85;font-family:Lato, sans-serif;font-size:15px;font-weight:900;text-transform:uppercase;line-height: normal;padding:20px 0 5px;}
.consider-scenario .list-wrapper .list:not(.fourRow) .image-div{min-height:233px;}
.consider-scenario .list-wrapper .list:not(.fourRow) .image-div img{max-height:233px;}
.consider-scenario .list-wrapper.fourRow .list{width:calc(100% / 4 - 5px);padding:0 10px 50px;}
.consider-scenario .list-wrapper.fourRow .list .image-div{min-height:135px;}
.consider-scenario .list-wrapper.fourRow .list .image-div img{max-height:135px;}

.side-text{overflow:hidden;padding:105px 0 100px;position:relative;z-index:1;}
.side-text:not(.remove-overlay):after{background-blend-mode:multiply;background-color:#000;content:'';height:100%;left:0;opacity:0.4;position:absolute;top:0;width:100%;z-index:-1;}
.side-text .wrapper{position:relative;z-index:2;}
.side-text .circle-div{border-radius:100%;height:1620px;left:-140px;position:absolute;top:50%;transform:translateY(-50%);width:69%;}
.side-text .inner-div{max-width:570px;font-family:Merriweather, serif;font-size:26px;color:#fff;line-height:38px;font-weight:300;}
.side-text .inner-div h2{font-size:44px;font-weight:400;line-height:51px;padding:0 0 50px;}
.side-text .inner-div p{padding-bottom:20px;}
.side-text .inner-div p + p{padding-top:20px;}
.side-text .inner-div ul li{padding:0 0 0 30px;position:relative;}
.side-text .inner-div ul li:before{background-color:#fff;border-radius:100%;content:"";height:5px;left:0;position:absolute;top:16px;width:5px;}
.side-text .inner-div ul li:not(:last-child){margin:0 0 40px;}
.side-text[data-align="right"] .circle-div{left:auto; right:-140px;}
.side-text[data-align="right"] .wrapper .inner-div{margin: 0 0 0 auto;}

.side-text.repeater .inner-div{font-family:inherit;font-size:17px;line-height:31px;font-weight:400;}
.side-text.repeater .inner-div h3{font-size:26px;line-height:40px;padding:0 0 17px;}
.side-text.repeater .inner-div ul{padding:20px 0 0;}
.side-text.repeater .inner-div ul li{display:inline-block;vertical-align:top;width:calc(50% - 5px); padding:0;}
.side-text.repeater .inner-div ul li:before{display:none;}
.side-text.repeater .inner-div ul li h4{color:#efeba4;font-family:inherit;font-size:20px;}
.side-text.repeater .inner-div ul li:nth-child(2n+1){padding-right:30px;}
.side-text.repeater .inner-div ul li:nth-child(2n){padding-left:30px;}

.multi-attr{padding-top:78px; padding-bottom:78px;}
.multi-attr .wrapper > div{margin:0 auto; max-width:700px;}
.multi-attr h4{padding:30px 0;}

.demand-gen{padding-bottom: 100px;}
.demand-gen .wrapper > div{background-color:#fff;position:relative;margin:0 auto;max-width:855px;padding:87px 0 0;}
.demand-gen h4{padding:30px 0;}
.demand-gen .widget-type-rich_text{padding:0 74px;}
.demand-gen .list-wrapper{padding-left:50px; padding-right:50px;}

.seo-can{padding:90px 0 160px 0;}
.container-fluid .seo-can .wrapper{max-width:820px;}
.seo-can h4{font-size:26px;font-weight:300;}
.seo-can .list-wrapper{padding:37px 0 0;}
.seo-can .list{display:flex;}
.seo-can .list:not(:last-child){padding-bottom:70px;}
.seo-can .list .image{width:200px;}
.seo-can .list .text{font-size:17px;line-height:31px;padding:0 0 0 35px;width:calc(100% - 200px);}
.seo-can .list .text h5{font-size:20px;font-weight:700;font-family:Lato, sans-serif;}

.emerPPC{padding-bottom: 100px; font-size:17px;}
.emerPPC .wrapper > div{background-color:#fff;position:relative;margin:0 auto;max-width:855px;padding:87px 74px 0 74px;}

.prog-dead{padding-bottom: 100px; font-size:17px;}
.prog-dead .wrapper > div{background-color:#fff;position:relative;margin:0 auto;max-width:855px;padding:0 74px 0;}
.prog-dead h4{font-size: 22px;}
.prog-dead h4 + p em{font-family:Merriweather, serif;font-size:20px;font-weight:300;letter-spacing:-0.5px;}

.native-ads{}
.native-ads .list-wrapper{padding:37px 0 0;}
.native-ads .list{display:flex; align-items:center;}
.native-ads .list:not(:last-child){padding-bottom:35px;}
.native-ads .list .image{width:230px;}
.native-ads .list .image img{display:block; box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.2);}
.native-ads .list .text{font-size:17px;line-height:31px;padding:0 0 0 35px;width:calc(100% - 230px);}
.native-ads .list .text h5{font-size:20px;font-weight:700;font-family:Lato, sans-serif;}

.native-ads .list:nth-child(even){flex-flow:row-reverse;}
.native-ads .list:nth-child(even) .text{padding:0 35px 0 0;}

.twitt-face{font-size:17px; padding: 78px 0;}
.twitt-face .widget-type-rich_text{margin:0 auto; max-width:530px;}
.twitt-face h5{font-size:20px; font-family:inherit;}
.twitt-face .middle-padding{padding:70px 0;}

.lookalike-audience{position:relative; z-index:2;}
.lookalike-audience h5{font-weight:300;padding:0 0 10px;}
.lookalike-audience .wrapper > div{background-color:#154a72;color:#fff;font-size:17px;max-width:1030px;padding:113px 150px;}

.topmargin{margin-top: -62px;}

.fb-targt{padding-top:78px; padding-bottom:78px; font-size:17px;}
.fb-targt .wrapper > div{margin:0 auto; max-width:700px;}
.fb-targt h5{font-size:20px; font-family:inherit;}

.demandGen-casestudy{position:relative;}
.demandGen-casestudy .inner{background-color:#154a72;color:#fff;font-size:17px;margin:0 auto;max-width:1030px;padding:0 20px 100px;position:relative;z-index:2;}
.demandGen-casestudy .inner .green-ttl{background-color:#2fab86;border-radius:0 0 20px 20px;font-family:Merriweather, serif;font-size:20px;font-weight:300;margin:0 auto 100px auto;max-width:515px;padding:13px 15px;text-align:center;}
.case-detail{margin:0 auto;max-width:700px;}
.case-detail .row-1{display:flex;}
.case-detail .row-1 .image{width:250px;}
.case-detail .row-1 .image img{box-shadow:5px 5px 10px 0 rgba(0, 0, 0, 0.3);}
.case-detail .row-1 .right-txt{padding:0 0 0 40px;width:calc(100% - 250px);}
.case-detail .row-1 .right-txt h3{font-size:26px;line-height:normal;padding:0 0 10px;}
.case-detail .row-1 .right-txt h3 strong{font-weight: 700;}

.case-detail.no-image .row-1{display:block;}
.case-detail.no-image .row-1 .right-txt{width:auto; padding:0;}

.case-detail .case-numbers{text-align:center;padding:72px 0 0;display:flex;}
.case-detail .case-numbers .list{flex:1 1 0;font-size:30px;font-weight:700;}
.case-detail .case-numbers .list .counter:before{content:attr(data-symbol); display:inline-block;}
.case-detail .case-numbers .list h6{color:#efeba4;font-family:inherit;font-size:15px; text-transform:uppercase;}

.case-detail:not(:last-child){border-bottom:1px solid #a9b2b7;margin-bottom:82px;padding:0 0 82px;}

.bottom-line{padding-top:356px; padding-bottom:250px; font-size:17px; background-color:#2FAB86; color:#fff; margin-top:-270px;position:relative;}
.bottom-line:after{background-color:#2fab86;bottom:-70px;content:"";height:300px;left:0;position:absolute;transform:skewY(-4deg);width:100%;z-index:-1;}
.bottom-line .wrapper > div{margin:0 auto; max-width:700px;}
.bottom-line h5{font-size:20px; font-family:inherit;}

.are-ready{font-size:17px;margin-top:-260px;padding-bottom:78px;padding-top:100px;position:relative;z-index:1;}
.are-ready .wrapper > div{margin:0 auto; max-width:1100px; background-color:#FFF; padding:87px 74px 0;}
.are-ready .wrapper > div > div{margin:0 auto; max-width:715px;}
.are-ready h2{margin:0 auto;max-width:596px;}
.are-ready .text-semiLarge{font-size:26px;}
.are-ready a.cta_button{background:transparent;border:medium none;padding:0;}
.are-ready a.cta_button:hover{transform: translateX(20px);}
.are-ready .arrow_right { text-align:center; }

.row-fluid .right-nav{max-width:220px;position:fixed;right:44px;text-align:right;top:50%;transform:translateY(-50%);width:auto;z-index:9;}
.row-fluid .right-nav a{display:block;font-size:15px;line-height:24px;margin:0 0 15px;text-transform:uppercase;color:#0c0c0c; transition:all ease 400ms; text-decoration: none;}
.row-fluid .right-nav a:hover,
.row-fluid .right-nav a.active{font-weight:900;}
.row-fluid .right-nav.visible a{color:#FFF;}

.demandgen a { color:#8edec2; text-decoration: underline; }
.demandgen a:hover { color:#77d2b2; }

.row-fluid .landscape_section { margin-top:-340px; }
.row-fluid .marketing-landscape .landscape_section .padding-group { margin-top:0; padding:0 90px 0; }
.row-fluid .landscape_section .demand-gen { padding-bottom:30px; }

.row-fluid .marketing-landscape .landscape_section h3 { color:#1B1B1B; font-weight: 500; }
.row-fluid .landscape_section .consider-scenario { margin-top:20px; }

.row-fluid .inbound-intro.v2-21 { margin-top: 0; overflow:hidden; }
.row-fluid .hero-video-brand .thumb-wrap { }
.row-fluid .hero-video-brand { position: relative; z-index: 1; }
.row-fluid .hero-video-brand .thumb-wrap .wistia_embed { position: absolute; top: 0; left: 0; width: 130%; height: 100%; /*cursor: pointer;*/ }
.row-fluid .hero-video-brand .thumb-wrap .wistia_embed > div { min-width: 100%; }

.row-fluid .hero-video-brand .contain-row a.cta_button {
    margin: 20px 0 0;
}
.row-fluid .inbound-intro.v2-21 > div {
    padding: 90px 0 0;
}

.row-fluid .inbound-intro.v2-21 > div > div {
    padding-bottom: 0;
}


.marketing-video-section { position: relative; overflow: hidden; }
.marketing-video-section .content { position: relative; padding: 110px 0px 372px; }
.marketing-video-section:before { content: ''; position: absolute; top: 0; right: 0; width: 90%; height: 100%; background: #131F2D; }
.marketing-video-section .content > * { position: relative; z-index: 1; }
.marketing-video-section .content h2 { color: #009CFE; font-size: 24px; line-height: 1.2; font-family: Lato, sans-serif; text-transform: uppercase; font-weight: 900; padding: 0 0 20px; }
.row-fluid .innovations-section.v2.right { color: #000; }
.row-fluid .innovations-section.v2.right:before { background: #f6f6f6; top: 306px; } 
.row-fluid .innovations-section.v2.right:after { left: 0; right: auto; }
.marketing-video-section .content .text strong { color: #009CFE; }
.marketing-video-section .content .text ul { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.marketing-video-section .content .text ul li { width: 50%; margin: 11px 0; padding: 0 15px; position: relative; }
.marketing-video-section .content .text ul li:before { content: ''; position: relative; top: -6px; left: 0; height: 5px; width: 5px; background: #009CFE; border-radius: 100px; display: inline-block; margin-right: 8px; }
.marketing-video-section .content .text.text-bottom { color: #009CFE; font-weight: 700; padding: 70px 0 0; }
.row-fluid .innovations-section.v2.right .single-box:nth-child(1) { width: 100%; }


.row-fluid .inbound-intro.v2-21 > div.no-padding { padding: 0; } 
.cs-resources-isotope-section { position: relative; padding: 125px 0; color: #000; }
.row-fluid .inbound-intro.v2-21 > div.no-padding > div { padding: 0; }
.cs-resources-isotope-section:before { content: ''; position: absolute; top: 0; right: 0; width: 90%; height: 100%; background: #F6F6F6; }
.cs-resources-isotope-section > div { position: relative; z-index: 1; }
.cs-resources-isotope-section h2 { font-size: 34px; font-weight: 300; line-height: 1; padding: 0 0 75px; }
.cs-resources-isotope-section .resources_list { display: flex; flex-wrap: wrap; justify-content: center; position: relative; z-index: 1; padding: 0 0 50px; }
.cs-resources-isotope-section .resources_list .tag_listing { display: flex; align-items: center; }
.cs-resources-isotope-section .resources_list h3 { font-size: 19px; font-family: Lato, sans-serif; font-weight: 400; color: #5E5E5E; line-height: 1; padding-right: 30px; }
.cs-resources-isotope-section .resources_list .cover { position: relative; }
.cs-resources-isotope-section .resources_list .cover label { background: #fff; display: block; padding: 7px 15px; text-align: center; position: relative; border: 1px solid #d6d6d6; width: 250px; text-transform: uppercase; color: #5E5E5E; user-select: none; cursor: pointer; height: 50px; }
.cs-resources-isotope-section .resources_list .cover label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 35px;
}
.cs-resources-isotope-section .resources_list .cover label:after { content: ''; position: absolute; top: 0; bottom: 0; right: 6px; height: 35px; width: 35px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAgCAYAAACLmoEDAAAEsmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjQzIgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMzIiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSI0MyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzIiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249Ijk2LjAiCiAgIHRpZmY6WVJlc29sdXRpb249Ijk2LjAiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjEtMDQtMDFUMTg6MDU6NDkrMDU6MzAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjEtMDQtMDFUMTg6MDU6NDkrMDU6MzAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgRGVzaWduZXIgMS44LjQiCiAgICAgIHN0RXZ0OndoZW49IjIwMjEtMDQtMDFUMTg6MDU6NDkrMDU6MzAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PuTo6VAAAAGCaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRu0sDQRCHP5OI4oMIWlhYBIliYSQmELSxiGgU1CKJ4KtJLi8hj+MuImIr2AYURBtfhf4F2grWgqAogtgJ1oo2Gs65JJAgZpad/fa3M8PuLFjCaSWj29yQyea1YMDvWFhccjS9YqOBZrwMRBRdnQ1NhqlrXw8SK3bnMmvVj/vXWmNxXYGGZuExRdXywlPCM+t51eRd4S4lFYkJnwsPanJB4XtTj5b5zeRkmX9M1sLBcbB0CDuSNRytYSWlZYTl5Tgz6TWlch/zJW3x7HxI1l6ZPegECeDHwTQTjONjmFHxPlx4GJIddfLdpfw5cpKriFfZQGOVJCnyDIq6JtXjsiZEj8tIs2H2/29f9YTXU67e5ofGF8P46IOmHSgWDOP72DCKJ2B9hqtsNT93BCOfoheqmvMQ7FtwcV3VontwuQ3dT2pEi5Qkq0xLIgHvZ9C+CJ230LJc7lnlnNNHCG/KV93A/gH0S7x95Rd2NGftCa1nLgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAcxJREFUWIXt1stqE1EYwPF/emqtiJe2KQg+g5edKy+JaFsorRsf4TzVeQPXQgKhgiK2sdaFSi/edrbJTKVpBm8Zz8TFdxAUNGems1A4/10g5/t+cxaTQCgUCoVCuTO2irHTJc+cxtiq79crnkNnTx2jPTvJ2UeLlYfnT1YGhYGuD5+GE9fuD6/HXzlIUq6g1f6oM+Oes08nKRNJytRya3intVBh6nhx6ME3WGoNeZ8A8Bk4A4zEjnlN1+odUAN2N/bhdiOjV/BuewO41ch4LrRd4IabPzI/LIBWbxDw3jMHPswJ7g3k3IZA9xz0re95fyyAVq8RcGc9hrmmP/hwAHONjPX4J7TmLsC7fFgArXYQcLcdwXwzo5/+/Ug/lQd7KtAOUHdzcpUfC6DVNgKO1iKYb/wZ3E/lRtsRAF0H3S6ythgWQKstBByvRrDQzEh+AyepPMiaQCMH3Sq6sjgWQKtNoA7ET7q/gpNUPq8KNHbQzaOs8/tRGJWxF4AHQPXqObh3c4y7KxmPO4C8P2to9eqoa8rBAhh7EQHPnBiHL98BgdbR6mUZK8rDAhh7CVgBZoCPCPRFqTtKzdjLGLvj4P9Bxvr+5wiFQqHQP9QPEWq1AGslmRYAAAAASUVORK5CYII='); margin: auto 0; background-size: contain; background-position: center; }
.cs-resources-isotope-section .resources_list .cover .widget-module { background: #fff; position: absolute; z-index: 1; width: 100%; border: 1px solid #d6d6d6; top: 100%; margin-top: 10px; transition: all 0.3s ease; opacity: 0; visibility: hidden; border-top: 0; }
.cs-resources-isotope-section .resources-strip { z-index: 2 !important; }
.cs-resources-isotope-section .resources_list .cover li a { display: block; width: 100%; padding:3px 20px 3px 40px; position:relative; text-align:left; font-size: 15px; transition: all 0.3s ease;  }
.cs-resources-isotope-section .resources_list .cover li a:before { position:absolute; content:""; left:16px; top:16px; width:8px; height:8px; background:#606060; border-radius:50%; transition:all .4s ease; opacity:0; }
.cs-resources-isotope-section .resources_list .cover li a:after { position:absolute;  content:""; left:12px; top:12px; width:16px; height:16px; border:2px solid #606060; border-radius:50%; }
.cs-resources-isotope-section .resources_list .cover li a.selected:before { opacity:1; }

.cs-resources-isotope-section .resources_list .cover li a.selected,
.cs-resources-isotope-section .resources_list .cover li a:hover{ color: #131F2D; }
.cs-resources-isotope-section .resources_list .cover.open .widget-module { visibility: visible; opacity: 1; margin-top: 0; }
.cs-resources-isotope-section .resources_list > div { padding: 0 15px; }

.cs-resources-isotope-section .single-work { width: 33.33%; padding: 15px; }
.cs-resources-isotope-section .single-work > div { box-shadow: 1px 10px 19px 0px rgb(0 0 0 / 21%); background: #fff; transition: all 0.3s ease; }
.cs-resources-isotope-section .wrapper-isotop { margin: 0 -15px; }
.cs-resources-isotope-section .single-work h3 { font-size: 20px; font-family: Lato, sans-serif; font-weight: 700; text-transform: uppercase; line-height: 1.1; padding: 0 0 13px; color:#009CFE; }
.cs-resources-isotope-section .single-work .text { color: #293540; font-size: 18px; line-height: 26px; }
.cs-resources-isotope-section .single-work  .content { padding: 26px 15px 43px; }
.cs-resources-isotope-section .single-work img { height: 205px; object-fit: cover; width: 100%; }
.cs-resources-isotope-section .wrapper > div { max-width: 100% !important; }
.cs-resources-isotope-section .single-work > div:hover { box-shadow: 1px 10px 29px 0px rgb(0 0 0 / 30%); }
.cs-resources-isotope-section .show-btn-main { text-align: center; padding: 60px 0 0; }
.cs-resources-isotope-section .show-btn-main a {width: 300px;}

.cs-resources-isotope-section .single-work .img-wrapper { width: 100%; position: relative; }
.cs-resources-isotope-section .single-work .img-wrapper i.fa { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; width: 40px; margin: auto; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; border-radius: 100%; z-index: 1; visibility: hidden; opacity: 0; color: #fff; transition: all 0.3s ease; }
.cs-resources-isotope-section .single-work .img-wrapper:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #000; opacity: 0; }
.cs-resources-isotope-section .single-work .wistia_click_to_play { cursor: pointer; }
.cs-resources-isotope-section .single-work .wistia_click_to_play .img-wrapper:before { opacity: 0.5; transition: all 0.3s ease; }
.cs-resources-isotope-section .single-work .wistia_click_to_play .img-wrapper i.fa { opacity: 1; visibility: visible; }
.cs-resources-isotope-section .single-work .wistia_click_to_play:hover { }
.cs-resources-isotope-section .single-work .wistia_click_to_play:hover .img-wrapper:before { opacity: 0.7; }
.cs-resources-isotope-section .single-work .wistia_click_to_play:hover .img-wrapper i.fa { transform: scale(1.2); }

.cs-resources-isotope-section .single-work .wistia_click_to_play { margin: 0 !important; width: 100% !important; }
.cs-resources-isotope-section .single-work .wistia_click_to_play .img-wrapper:before { display: none; }
.cs-resources-isotope-section .single-work .wistia_click_to_play .img-wrapper i.fa { display: none; }

.row-fluid .innovations-section.v3.white-bg { background: #fff; }
.row-fluid .innovations-section.v3.white-bg:before { display: none; }
.row-fluid .innovations-section.v3.white-bg .slick-dots li button { background: #000; opacity: 0.4; }
.row-fluid .innovations-section.v3.white-bg .slick-dots li.slick-active button { opacity: 1; }


.client-video-section { background: #14202e; padding: 141px 0; }
.client-video-section .slick-dots li button { background: #fff; opacity: 0.5; }
.client-video-section .slick-dots li.slick-active button { opacity: 1; }
.client-video-section .single-slide { height: 100px; display: flex; align-items: center; justify-content: center; }
.client-video-section h2 { color: #fff; font-size: 34px; font-weight: 400; text-align: center; }
.client-video-section ul.slick-dots { bottom: -55px; } 
.client-video-section .wrapper-inner { max-width: 873px; margin: 0 auto; }
.row-fluid .next-level-box.v2 { padding: 0 0 0; }
.row-fluid .inbound-intro.v2-21 p a { color: #131F2D; }
.row-fluid .inbound-intro.v2-21 p a:hover { color: #019cfe; }
.row-fluid .inbound-intro.v2-21 > div { }
.row-fluid .inbound-intro.v2-21 > div:first-child:before { content: ''; height: 500px; width: 500px; position: absolute; top: 200px; left: -115px; background-image: url(https://www.kunocreative.com/hubfs/2021/images/icon_plus_white.png); background-repeat: no-repeat; background-size: contain; background-position: center; background-repeat: no-repeat; }
.cs-resources-isotope-section:after { content: ''; height: 500px; width: 500px; position: absolute; top: -100px; right: -150px; background-image: url(https://www.kunocreative.com/hubfs/2021/images/icon_plus_color.png); background-repeat: no-repeat; background-size: contain; background-position: center; background-repeat: no-repeat; }
.row-fluid .innovations-section.v3.white-bg > div { padding: 121px 0; }
.row-fluid .Creative_Apart_Box.plus-icon { }
.row-fluid .Creative_Apart_Box.plus-icon:after { content: ''; display: block; height: 500px; width: 500px; position: absolute; top: 0; right: 300px; background-image: url(https://www.kunocreative.com/hubfs/2021/images/icon_plus_white.png); background-repeat: no-repeat; background-size: contain; background-position: center; background-repeat: no-repeat; /*z-index: 4;*/ }
.row-fluid .Creative_Apart_Box.plus-icon .meeting-tool-wrap { position: relative; }
body.body-hidden .body-container-wrapper { overflow: hidden; }
.row-fluid .hero-video-brand .btn-style-1 .widget-type-text { padding: 0; }
.row-fluid .hero-video-brand .btn-style-1 a { margin-top: 20px; letter-spacing: 0; }
.row-fluid .hero-video-brand .thumb.v2 .video-box:before { display: none; }

/* 11-06-2021 */

/*** 30-07-2021 ***/
.row-fluid .market_hero .about-btn1 { margin-top: 20px; } 
.row-fluid .hero-video-brand.market_hero .widget-type-text { padding-top:80px; }
.row-fluid .inbound-intro.v2.introMarket > div { padding-bottom:1000px; }
.row-fluid .innovations-section.v2.innovationsMarket { margin-top:-1000px; }
.row-fluid .innovations-section.v2.innovationsMarket:before { top:950px; background:#14202E; }
.row-fluid .cs_8stap.step9.stapMarket { padding:140px 0 0; }
.row-fluid .meetingMarket.meeting-tool-wrap .meetings-iframe-container iframe { margin-left:0; }

.marketBtand .cs-resources-isotope-section .resources_list { justify-content: inherit; } 

.row-fluid .innovations-section.innovationsMarket .widget-type-header { padding:0 0 30px; }
.row-fluid .innovations-section.innovationsMarket .markettext { margin-bottom:35px; }


.news-banner { padding: 80px 0; }
.news-banner h1 { font-size: 55px; font-weight: 700; line-height: 1.1; }
.news-banner h1 span { color: #009cfe; font-size: 185%; display: block; font-style: italic; }
.row-fluid .news-banner .text { color: #3a4a58; font-family: Lato; font-size: 19px; max-width: 625px; padding:20px 0 0; }
.row-fluid .news-banner .text span { color: inherit; }
.row-fluid .news-banner .text strong { color: #009cfe; } 


.industry-news { padding: 100px 0 130px; background-color: #eeeded; }
.cs__heading { text-align: center; padding: 0 0 20px; }
.cs__heading > span { color: #009cfe; font-family: Merriweather; font-size: 21px; font-weight: 700; font-style: italic; }
.cs__heading h2 { color: #14202e; font-size: 46px; font-weight: 700; }
.industry-news .industry-boxs { display: flex; flex-wrap: wrap; margin: 0 -15px; padding: 15px 0 0; }
.industry-news .industry-boxs .industry-box { width: 33.333%; padding: 15px; }
.industry-news .industry-boxs .thumb { height: 189px; }
.industry-news .industry-boxs .inner { padding: 15px 15px 25px; background: #fff; border-radius: 5px; transition: all 0.3s ease; position: relative; top: 0; }
.industry-news .industry-boxs .inner:hover { top: -10px; }
.industry-news .industry-boxs  .content { }
.industry-news .industry-boxs .content >span { color: #1596f7; font-family: Lato; font-size: 16px; text-transform:uppercase;  font-weight: 700; display: block; margin: 12px 0 0; }
.industry-news .industry-boxs .content h3 { color: #14202e; font-family: Merriweather; font-size: 21px; font-weight: 700; line-height: 33px; margin: 0px 0 10px; }
.industry-news .industry-boxs .content .date { color: #05364c; font-family: Lato; font-size: 17px; font-weight: 400; line-height: 28px; }
.industry-news .industry-boxs .content h3 a { color: inherit; }
.industry-news .industry-boxs .content h3 a:hover { color: #1596f7; }
.industry-news .industry-boxs .inner:hover { box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16); }
.industry-news .industry-boxs .inner:hover .content h3 a { color: #1596f7; }
.industry-news .btn-wrapper { text-align: center; }
.industry-news .btn-wrapper a { margin-top: 50px; }


.experts-newsroom { padding: 120px 0 100px; }
.cs__heading .text { width: 626px; max-width: 100%; margin: 0 auto; padding-top: 10px; }
.experts-newsroom .experts-boxs { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; }
.experts-newsroom .expert-box { width: 33.33%; padding: 15px; }
.experts-newsroom .expert-box .inner { box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16); background-color: #ffffff; margin-top: 110px; padding: 15px 15px 35px; border-radius: 5px; transition: all 0.5s; top: 0; position: relative; }
.experts-newsroom .expert-box .inner:hover { top: -10px; }
.experts-newsroom .expert-box .inner img { margin-top: -110px; height: 290px; margin-bottom: 10px; }
.experts-newsroom .expert-box  .name { font-size: 24px; font-weight: 700; font-family: "Lato"; }
.experts-newsroom .expert-box  .desination { }
.experts-newsroom .expert-box  .about-link { color: #1596f7; font-family: Lato; font-size: 19px; font-weight: 700; text-transform: uppercase; margin: 20px 0 20px; line-height: 1.1; }
.experts-newsroom .expert-box .about-link a span { position: relative; display: inline-block; width: 12px; height: 2px; background: #009CFE; vertical-align: middle; top: -2px; margin-left: 7px; left: 0; }
.experts-newsroom .expert-box .about-link a:hover span { left: 5px; }
.experts-newsroom .expert-box .about-link a span:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #009CFE; transform: rotate(90deg); }
.experts-newsroom .btn-wrapper { text-align: center; }
.experts-newsroom .expert-box .author-link { color: #6e6e6e; font-family: Merriweather; font-size: 17px; font-weight: 700; font-style: italic; display: inline-block; border-bottom: 1px solid #009cfe; }
.experts-newsroom .expert-box .author-link a { color: inherit; }
.experts-newsroom .btn-wrapper a { margin-top: 60px; }

.stories-newsroom { padding: 0 0 50px; position: relative; }
.stories-newsroom:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 80%; background: #27363f; }
.stories-newsroom > div { position: relative; z-index: 1; }
.stories-newsroom .boxs { display: inline-block; margin: 0 -5px; }
.stories-newsroom .boxs .single-box { width: 50%; padding: 5px; float: left; }
.stories-newsroom .boxs .single-box .inner { box-shadow: 0 0 20px rgba(0, 0, 0, 0.16); border-radius: 5px; background-color: #ffffff; overflow: hidden; }
.stories-newsroom .boxs .single-box .inner.with-image { display: flex; flex-wrap: wrap; }
.stories-newsroom .boxs .single-box .inner.with-image .thumb { width: 135px; }
.stories-newsroom .boxs .single-box .inner.with-image .content { width: calc(100% - 135px); padding: 25px 25px 15px; }
.stories-newsroom .boxs .single-box .inner.with-image h2 { color: #3a4a58; font-family: Merriweather; font-size: 19px; font-weight: 400; line-height: 29px; }
.stories-newsroom .boxs .single-box .inner:not(.with-image) { padding: 45px 55px 60px; }
.stories-newsroom .boxs .single-box .inner:not(.with-image) h2 { color: #3a4a58; font-family: Merriweather; font-size: 35px; font-weight: 700; line-height: 45px; }
.stories-newsroom .boxs .single-box .inner:not(.with-image) .text { color: #3a4a58; }
.stories-newsroom .boxs .single-box .inner:not(.with-image) .text span { color: inherit; }
.stories-newsroom .boxs .single-box .inner:not(.with-image) .btn-wrapper { padding: 20px 0 0; }
.stories-newsroom .boxs .single-box .inner .btn-wrapper { }
.stories-newsroom .boxs .single-box .inner .btn-wrapper a { text-transform: uppercase; color: #1596f7; font-size: 19px; font-weight: 700; line-height: 30px; display: inline-block; padding-right: 32px; position: relative; }
.stories-newsroom .boxs .single-box .inner.with-image .btn-wrapper { padding: 14px 0 0; text-align: right; }
.stories-newsroom .boxs .single-box .inner .btn-wrapper a:before, .stories-newsroom .boxs .single-box .inner .btn-wrapper a:after { content: ''; width: 16px; height: 2px; background: #1596f7; vertical-align: middle; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; display: block !important; }
.stories-newsroom .boxs .single-box .inner .btn-wrapper a:after { transform: rotate(90deg); }

.award-newsroom { background: #27363f; padding: 50px 0 50px; }
.award-newsroom .cs__heading { color: #fff; }
.award-newsroom .cs__heading h2 { color: inherit; }
.award-newsroom  .boxs { display: flex; flex-wrap: wrap; color: #fff; text-align: center; max-width: 870px; margin: 0 auto 0; padding: 50px 0 0; }
.award-newsroom .boxs .single-box { padding: 35px 15px; width: 33.33%; }
.award-newsroom .boxs .single-box ._title { font-family: Merriweather; font-size: 19px; font-style: italic; line-height: 26px; max-width: 200px; margin: 12px auto 0; }
.award-newsroom .boxs .single-box img { max-height: 31px; }

.contact-newsroom { padding: 40px 0 40px; background: #27363f; color: #fff; text-align: center; }
.contact-newsroom .contact-form { padding: 95px 15px 100px; }
.contact-newsroom .contact-form h2 { font-size: 34px; font-weight: 400; line-height: 1.3; }
.contact-newsroom .contact-form h2.__title-2 { padding: 40px 0 55px; font-weight: 700; }
.contact-newsroom .contact-form .inner { max-width: 680px; margin: 0 auto; }
.contact-newsroom .contact-form .field { text-align: left; }
.contact-newsroom .contact-form .field > label { display: none; }
.contact-newsroom .contact-form .field input, .contact-newsroom .contact-form .field textarea { border-radius: 0px !important; }
.contact-newsroom .contact-form  form { text-align: left; }
.contact-newsroom .contact-form form .hs-richtext { font-size: 15px; font-weight: 400; font-style: normal; letter-spacing: normal; line-height: 25px; }
.contact-newsroom .contact-form form .actions { text-align: center; }
.contact-newsroom .contact-form form .actions input { box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16); border-radius: 37px; background-color: #009cfe; border: none; min-width: auto; width: auto; padding: 23px 60px; font-family: Lato; font-weight: 700; }
.contact-newsroom .contact-form form .field { padding-bottom: 10px !important; }
.contact-newsroom .contact-form form fieldset.form-columns-2 { }
body.newsroom-page .row-fluid .top-footer { background: #27363f; }

body.newsroom-page { }
body.newsroom-page .fancybox-wrap { max-width: 1037px; margin: 0 auto; }
body.newsroom-page .fancybox-wrap > div { background-color: #27363f; }
body.newsroom-page .expert-popup { color: #fff; }
body.newsroom-page .expert-popup .inner { display: inline-block; }
body.newsroom-page .expert-popup .inner .thumb { width: 220px; }
body.newsroom-page .expert-popup .inner .content { width: 30%; }


body.newsroom-page .expert-popup .inner { display: flex; flex-wrap: wrap; padding: 40px 40px 30px; }
body.newsroom-page .expert-popup .inner .content { width: calc(100% - 250px); padding-left: 30px; padding-top: 50px; padding-bottom: 30px; }
body.newsroom-page  .fancybox-inner { max-width: 1037px; }
body.newsroom-page .fancybox-wrap { max-width: none; }
body.newsroom-page .expert-popup .inner .content .name { font-family: Lato; font-size: 21px; font-weight: 400; }
body.newsroom-page .expert-popup .inner .content .name span { color: #009cfe; font-weight: 700; }
body.newsroom-page .expert-popup .inner .content strong { }
body.newsroom-page .expert-popup .inner .content ul { }
body.newsroom-page .expert-popup .inner .content ul li { padding-left: 20px; margin: 9px 0; position: relative; }
body.newsroom-page .expert-popup .inner .content ul li:before { content: '•'; color: #009cfe; font-size: 15px; position: absolute; left: 0; }
body.newsroom-page .fancybox-wrap > div { border-radius: 3px !important; }
body.newsroom-page .fancybox-overlay { background: rgb(255 255 255 / 80%) !important; }
body.newsroom-page a.fancybox-close { background-color: transparent; background-image: url(https://www.kunocreative.com/hubfs/Group_23.png); top: 30px; right: 30px; }

body.newsroom-page .expert-popup .inner .content {
    height: auto !important;
}

body.newsroom-page .expert-popup .inner .content { height: auto !important; }
.experts-newsroom .expert-box .about-link a.expert-fancybox { }
.experts-newsroom .expert-box .about-link a.expert-fancybox:hover, .stories-newsroom .boxs .single-box .inner .btn-wrapper a:hover { color: #1f5b92; }
.experts-newsroom .expert-box .about-link a span, .experts-newsroom .expert-box .about-link a span:After, .stories-newsroom .boxs .single-box .inner .btn-wrapper a:before, .stories-newsroom .boxs .single-box .inner .btn-wrapper a:after { transition: all 0.3s ease; }
.experts-newsroom .expert-box .about-link a:hover span, .experts-newsroom .expert-box .about-link a:hover span:after, .stories-newsroom .boxs .single-box .inner .btn-wrapper a:hover:before, .stories-newsroom .boxs .single-box .inner .btn-wrapper a:hover:after { background: #1f5b92; }
.contact-newsroom .contact-form fieldset {}

.contact-newsroom .contact-form fieldset + .hs_error_rollup {
    display: none !important;
}


.stories-newsroom .boxs .single-box .inner .btn-wrapper a:before, .stories-newsroom .boxs .single-box .inner .btn-wrapper a:after { right: 0px; }
.stories-newsroom .boxs .single-box .inner .btn-wrapper a:hover:before, .stories-newsroom .boxs .single-box .inner .btn-wrapper a:hover:after { right: -5px; }

/* Website Design 2021 Page */
.row-fluid .webdesign_hero { display: inline-block; vertical-align: top; width: 100%; padding: 110px 0 400px; position:relative; }
.row-fluid .webdesign_hero:after { position: absolute; content: ""; height: 558px; width: 547px; right: 60px; bottom: 150px; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/hero-plus.png') no-repeat center / cover; }
.row-fluid .webdesign_hero_caption { width: 810px; max-width: 100%; font-size: 21px; line-height: 35px; color: #14202e; }
.row-fluid .webdesign_hero_caption p { padding: 0 0 34px; }
.row-fluid .webdesign_hero_content span { color: #1596f7; font-weight: 700; }
.row-fluid .webdesign_hero_caption h1 { color: #1596f7; font-size: 29px; font-weight: 700; font-style: italic; }
.row-fluid .webdesign_hero_title, .row-fluid .webdesign_hero_title h2 { padding: 30px 0 45px; color: #14202e; font-size: 62px; line-height: 75px; font-weight: 400; font-family: Merriweather, serif; }
.row-fluid .webdesign_hero_title h2 { padding: 0; }
.row-fluid .webdesign_hero_title span, .row-fluid .webdesign_hero_title h2 span { display: block; color: #1596f7; font-weight: 700; font-style: italic; }
.row-fluid .webdesign_hero_btn.about-btn1 a { text-transform: uppercase; color: #fff; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16); border-radius: 37px; font-size: 19px; line-height: 24px; font-weight: 700; min-width: 425px; text-align: center; padding: 25px 15px; }

.row-fluid .feature_video_section { display: inline-block; vertical-align: top; width: 100%; }
.row-fluid .feature_video_section .feature_video_raw { display: inline-block; vertical-align: top; width: 100%; position: relative; margin-top: -300px; }
.row-fluid .feature_video_section .feature_video_raw .video-box .thumb { width: 1400px !important; position: relative; margin-left: -150px; padding-bottom: 0 !important; }
.row-fluid .feature_video_section .feature_video_raw h3 { letter-spacing: 4.75px; color: #14202e; font-size: 19px; font-weight: 700; line-height: 24px; font-family: Lato, sans-serif; padding-bottom: 60px; }
.row-fluid .feature_video_section .video-box .thumb .thumb-inner { box-shadow: none; width: 100%; position: relative; height:auto; }
.row-fluid .feature_video_section .video-box .thumb .thumb-inner.wistia_thumb_inner, .row-fluid .feature_video_section .video-box .thumb .thumb-inner.youtube_thumb_inner { min-height: 790px; }
.row-fluid .feature_video_section .video-box .thumb .thumb-inner.youtube_thumb_inner + iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.row-fluid .feature_video_section .video-box:before { background-image: none; display: none; }
.row-fluid .feature_video_section .video-box .thumb:after { display: none; }
.row-fluid .feature_video_section .w-bpb-wrapper.w-css-reset.w-css-reset-tree, .row-fluid .feature_video_section .w-bottom-bar.w-css-reset { opacity: 0; }
.row-fluid .feature_video_section img.w-css-reset { height:100% !important; width:100% !important; object-fit: cover; border:0 !important; }  

.row-fluid .redesign_process_section { display: inline-block; vertical-align: top; width: 100%; padding: 110px 0; }
.row-fluid .redesign_process_section h2,
.row-fluid .redesign_process_section h3{ color: #14202e; font-size: 40px; line-height: 50px; font-weight: 400; }
.row-fluid .redesign_process_raw { display: flex; width: 100%; padding-top: 50px; align-items: flex-start; }
.row-fluid .redesign_process_section .wrapper { max-width: 1130px; padding: 0 15px; }
.row-fluid .redesign_process_left { width: 350px; text-align: right; padding-right: 25px; border-right: 2px solid #d8d8d8; color: #767676; font-size: 17px; line-height: 28px; font-weight: 400; font-family: Merriweather, serif; }
.row-fluid .redesign_process_right { width: calc(100% - 350px); padding-left: 70px; }
.row-fluid .redesign_process_left ul li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 45px; }
.row-fluid .redesign_process_left ul li a { display: inline-block; vertical-align: top; width: 100%; color: #767676; }
.row-fluid .redesign_process_left ul li:last-child { margin: 0; }
.row-fluid .redesign_process_left ul li.active a, .row-fluid .redesign_process_left ul li a:hover { color: #1596f7; }
.row-fluid .redesign_process_left .process_select { display: none; }
.row-fluid .redesign_process_section .redesign_process_right h3 { color: #1596f7; font-size: 30px; line-height: 38px; font-weight: 700; }
.row-fluid .redesign_process_right p { padding: 28px 0 0; }

.row-fluid .redesign_process_more_text { display: none; }

.row-fluid .redesign_process_readmore a { display: inline-block; vertical-align: top; position: relative; padding-right: 30px; }
.row-fluid .redesign_process_readmore { display: inline-block; vertical-align: top; width: 100%; text-transform: uppercase; font-weight: 400; padding-bottom: 10px; border-bottom: 2px solid #d8d8d8; margin-top: 30px; }
.row-fluid .redesign_process_readmore a:after { display: inline-block; position: relative; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/readmorearrow.png') no-repeat  center / cover; height: 10px; width: 17px; content: ""; left: 10px; top: -1px; transform: rotate(180deg); }
.row-fluid .redesign_process_readmore a:hover { color: #1596f7; }
.row-fluid .redesign_process_readmore.hide a:after { transform: rotate(0); }

.row-fluid .web_exp_section {position: relative; display: inline-block; vertical-align: top; width: 100%; background-color: #f6f6f6; padding: 130px 0 110px; }
.row-fluid .web_exp_section h3, .row-fluid .web_exp_section h2 { color: #14202e; font-size: 35px; line-height: 54px; font-weight: 400; padding-bottom: 30px; }
.row-fluid .sorting_wrap { display: flex; align-items: center; padding-bottom: 40px; }
.row-fluid .sorting_wrap label { width: 140px; text-align: center; text-transform: uppercase; color: #454545; line-height: 33px; font-weight: 400; }
.row-fluid .sorting_wrap section#options { width: 250px; position:relative; }
.row-fluid .sorting_wrap .select_example { display: inline-block; vertical-align: top; width: 100%; background: #fff; padding: 8px 35px 8px 15px; text-transform: uppercase; font-weight: 400; position: relative; cursor: pointer; font-size: 17px; }
.row-fluid .sorting_wrap .select_example:after { position: absolute; content: ""; height: 10px; width: 17px; right: 15px; top: 1px; bottom: 0; margin: auto 0; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/readmorearrow.png') no-repeat center / cover; transform: rotate(180deg); }
.row-fluid .sorting_wrap ul { width: 100%; background: #fff; position: absolute; top: 100%; left: 0; z-index: 1; display: none; }
.row-fluid .sorting_wrap ul li { display: inline-block; vertical-align: top; width: 100%; }
.row-fluid .sorting_wrap ul li a { display: inline-block; vertical-align: top; width: 100%; padding: 10px; color: #454545; font-size: 15px; line-height: 20px; border-top: 1px solid; }
.row-fluid .web_exp_section .website-filter-section .web-item { width: 33.33%; padding: 12px; }
.row-fluid .web_exp_section .website-filter-section .lazy-bg-load { box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); min-height: 210px; }
.row-fluid .web_exp_section .website-filter-section .about-btn1 a { text-transform: uppercase; font-size: 19px; border-radius: 37px; color:#fff; box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16); padding: 17px 15px; min-width: 250px; }
.row-fluid .web_exp_section .website-filter-section .about-btn1 a:hover { background:#fff; color: #1596f7; }
.row-fluid .load_more_exp { text-align: center; display: inline-block; vertical-align: top; width: 100%; padding-top: 50px; }
.row-fluid .load_more_exp a { font-size: 19px; text-transform: uppercase; font-weight: 700; border-radius: 37px; box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16); min-width: 292px; padding: 20px 10px; color: #fff; cursor: pointer; }

.row-fluid .Creative_Apart_Box.design_Creative_Apart_Box { padding-top: 0; }
.row-fluid .meeting_design_section { position: relative; }
.row-fluid .meeting_design_section:after { position: absolute; content: ""; height: 558px; width: 547px; right: 0; top: 0; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/metting_dots.png') no-repeat center / cover; }
.row-fluid .meeting_design_section .next-level-box:after { display: none; }
.row-fluid .meeting_design_section .action_card .contain a:hover { color: #0b84dc; }

/*** Video Marketing Resource ***/
.hero_marketing { padding: 80px 0 200px; text-align: center; position: relative; }
/* .hero_marketing:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-image: linear-gradient(180deg, #008cf1 0%, rgba(45, 33, 137, 0) 100%); opacity: 0.8; }
.hero_marketing:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(180deg, #9d17ff 0%, #2d2189 100%); opacity: 0.9; } */
.hero_marketing > div { position: relative; z-index: 1; }
.heromarketing_cover { margin: 0 auto; max-width: 800px; width: 100%; font-size: 21px; line-height: 35px; color: #ffff; }
.heromarketing_cover .sub { margin: 75px 0 0; font-size: 24px; line-height: 32px; letter-spacing: 2.16px; text-transform: uppercase; }
.heromarketing_cover h1 { font-size: 45px; line-height: 60px; margin: 35px 0; display: inline-block; width: 100%; }
.heromarketing_cover p { padding:0 0 20px; }
.heromarketing_cover .content { margin: 20px 0 0; }

.content_marketing { margin: -120px 0 0; position: relative; z-index: 1; }
.contentmar_cover { background: #fff; padding: 60px; border-radius: 5px; font-size: 17px; line-height: 32px; margin: 0 auto; max-width: 844px; font-weight: 400; }
.contentmar_cover p { padding: 0 0 20px; }
.count_marketing { text-align: center; margin: 40px 0; }
.count_marketing .box h2 { font-size: 40px; line-height: 50px; color: #2d2189; font-weight: 700; font-style: italic; margin: 0 0 20px; }
.count_marketing .box { font-size: 21px; line-height: 35px; margin: 20px  auto; max-width: 550px; width: 100%; display: inline-block; } 

.row-fluid .marketing_strategies_section { display: inline-block; vertical-align: top; width: 100%; }
.row-fluid .marketing_strategies_section h2 { text-align: center; color: #1596f7; font-weight: 700; font-size: 45px; line-height: 70px; }
.row-fluid .marketing_strategies_raw_wrap { display: flex; flex-wrap: wrap; width: 100%; position: relative; align-items: flex-start; padding-top: 70px; }
.row-fluid .marketing_strategies_nav { width: 40%; box-shadow: -10px 20px 30px rgba(90, 90, 90, 0.19); background-color: #ffffff; position: sticky; left:0; top: 80px; margin-left: -20px; text-align: right; padding: 50px; }
.row-fluid .marketing_strategies_wrap { width: 100%; font-size: 17px; line-height: 32px; color: #14202e; display: flex; flex-wrap: wrap; justify-content: flex-end;  }
.row-fluid .marketing_strategies { width: 1500px; max-width: 100%; text-align: center; padding: 80px 50px 120px; }
.row-fluid .marketing_strategies:first-child { padding-top:0; }
.row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul { margin: 0 !important; }
.row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 15px; }
.row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li > a { font-size: 17px; line-height: 35px; padding: 0; font-weight: 700; color: #14202e; position: relative; }
.row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li:last-child { margin-bottom: 0; }
.row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li > a:hover, .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li.active > a { color: #6c57fc; padding-right: 11px; }
.row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li > a:after { position: absolute; content: "\f105"; top: 1px; right: 0; font-family: FontAwesome; opacity: 0; transition: all ease-in-out .4s; color: #6c57fc; }
.row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li > a:hover:after, .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li.active > a:after { opacity: 1; }

.row-fluid .marketing_strategies.bg_active { background-image: linear-gradient(178deg, #1f0631 0%, #2d2189 100%); color: #fff; padding: 100px 50px; }
.row-fluid .marketing_strategiesin { display: inline-block; vertical-align: top; width: 620px; max-width: 100%; text-align: left; }
.row-fluid .marketing_strategies h3 { color: #14202e; font-size: 35px; line-height: 44px; font-weight: 700; padding-bottom: 50px; }
.row-fluid .marketing_strategies h4 { color: #14202e; font-size: 25px; line-height: 39px; font-weight: 700; padding-bottom: 10px; }
.row-fluid .marketing_strategies_topic p { padding: 0; }
.row-fluid .marketing_strategies_topic p + p { padding-top: 20px; }
.row-fluid .marketing_strategies_topic { padding-bottom: 30px; }
.row-fluid .marketing_strategies_topic span { color: #1596f7; font-weight: 700; }
.row-fluid .marketing_strategies_topic a { color: #1596f7; text-decoration: underline; cursor: pointer; }
.row-fluid .marketing_strategies_topic a:hover { color: #0b84dc; }
.row-fluid .marketing_strategiesin .video_title h4 { padding-bottom: 20px; }
.row-fluid .marketing_strategies.bg_active h3, .row-fluid .marketing_strategies.bg_active h4, .row-fluid .marketing_strategies.bg_active .marketing_strategies_counter_num, .row-fluid .marketing_strategies.bg_active .marketing_strategies_counter_col{ color: #fff; }
.row-fluid .marketing_strategies_counter_wrap { display: inline-block; vertical-align: top; width: 100%; padding-bottom: 60px; }
.row-fluid .marketing_strategies_counter_col { display: flex; align-items: center; color: #2d2189; font-size: 20px; line-height: 30px; font-weight: 700; font-style: italic; font-family: Merriweather, serif; padding-top: 0px; }
.row-fluid .marketing_strategies_counter_col + .marketing_strategies_counter_col { padding-top: 30px; }
.row-fluid .marketing_strategies_counter_num { color: #2d2189; font-size: 89px; font-weight: 700; font-style: italic; font-family: Merriweather, serif; padding-right: 30px; } 
.row-fluid .marketing_strategies_counter_text { width: 280px; max-width:100%; }
.row-fluid .marketing_strategiesin .img_active { padding-top: 30px; }
.row-fluid .marketing_strategiesin .img_active h4 { font-size: 21px; line-height: 28px; font-style: italic; }
.row-fluid .marketing_strategies_topic_wrap { display: inline-block; vertical-align: top; width: 100%; padding-bottom: 0; }
.row-fluid .marketing_strategies_counter_col.title_active { padding-top: 30px; }
.row-fluid .marketing_strategies_counter_col.title_active + .marketing_strategies_counter_col { padding-top: 60px; } 
.row-fluid .marketing_strategies.bg_active:nth-child(2) { background-image: linear-gradient(to top, #1f0631 0%, #2d2189 100%); }
.row-fluid .video_poster_popup { display: inline-block; vertical-align: top; width: 100%; max-width: 450px; position: relative; }
.row-fluid .video_poster_popup .wistia_embed { position: absolute; top: 0; left: 0; height: 100%; width: 100%; cursor: pointer; }

.row-fluid .bottom_line_section { padding: 100px 0; font-size: 21px; line-height: 35px; font-weight: 400; }
.row-fluid .bottom_line_section h3 { font-size: 45px; line-height: 50px; padding-bottom: 60px; }

.row-fluid .video_marketing_strategies .next-level-box { color: #1596f7; font-size: 23px; line-height: 35px; font-weight: 700; font-style: italic; font-family: Merriweather, serif; padding: 70px 0; }
.row-fluid .video_marketing_strategies .next-level-box h3 { color: #14202e; font-size: 33px; line-height: 50px; font-weight: 700; font-style: normal; }
.row-fluid .video_marketing_strategies .next-level-box > div { max-width: 600px; }
.row-fluid .video_marketing_strategies .next-level-box .widget-type-rich_text { padding-bottom: 0; }
.row-fluid .video_marketing_strategies .next-level-box:after { right: -450px; }
.row-fluid .video_marketing_strategies .meeting-tool-wrap .meetings-iframe-container iframe { margin-left: 105px; }
.row-fluid .video_marketing_strategies .action_card .contain a:hover { color: #0b84dc; }
.row-fluid .Creative_Apart_Box .bottom_line_section .wrapper > div  { padding-left: 123px; }
.row-fluid .vid_marketing_black_section { padding-bottom: 120px; }

.market_hero .about-btn1 a { letter-spacing: 0.5px; text-align: center; text-transform: uppercase; font-size: 16px; border-radius: 50px; }
.market_hero .about-btn1 a:hover { color: #fff; background: #015795; }
.row-fluid .hero-video-brand.market_hero .widget-type-text { padding-top: 10px; }

/* Homepage 2022 */
html.newPage { overflow-x: hidden; }
.newPage .container-fluid .row-fluid .wrapper { max-width: 1190px; }

.new_home_hero_section { padding: 100px 0; position: relative; z-index: 1; }
.new_home_hero_section:before { position: absolute; content: ""; height: 1457px; width: 710px; max-width: 100%; top: -100px; right: 0; background: url('https://www.kunocreative.com/hubfs/top-right-hero-gredient.png') no-repeat center / cover; z-index: -1; }
.new_home_hero_section:after { position: absolute; content: ""; height: 1373px; width: 889px; max-width: 100%; top: 0; left: 0; background: url('https://www.kunocreative.com/hubfs/new-home-gredient.png') no-repeat center / cover; z-index: -1; }
.new_home_hero_section .plus_sign { position: absolute; height: 597px; width: 597px; max-width: 100%; top: 30px; right: -130px; background: url('https://www.kunocreative.com/hubfs/hero-plus-icon.png') no-repeat center / cover; }
.new_home_hero_top_raw { display: flex; align-items: center; font-size: 25px; color: #14202e; font-family: Merriweather, serif; padding-bottom: 130px; }
/* .new_home_hero_top_raw h1 { color: #121212; font-size: 135px; font-weight: 700; letter-spacing: -2.68px; line-height: 1.072; }
.new_home_hero_top_raw h1 span { color: #399cf8; } */
.new_home_hero_top_raw h1 { color: #399cf8; font-size: 29px; line-height: 30px; letter-spacing: 0; font-style: italic; display:block; width:100%; margin-bottom:30px; }
.new_home_hero_top_raw h2 { color: #121212; font-size: 135px; font-weight: 700; letter-spacing: -2.68px; line-height: 1.072; }
.new_home_hero_top_raw h2 + div { display: flex; align-items: center; }
.new_home_hero_top_raw h2 span { letter-spacing: -2.68px; color: #399cf8; font-style: italic; } 
.new_home_hero_top_raw .herosubtext { width: 100%; max-width: 440px; float: right; position: relative; margin-top: -110px; }


.new_home_hero_top_raw .hightlight_text { font-size: 135px; font-weight: 700; letter-spacing: -2.68px; line-height: 1.072; color: #399cf8; font-style: italic; }
.new_home_hero_top_raw p { padding: 0; } 
.new_home_hero_top_raw p + p { padding-top: 15px; } 
.new_home_hero_top_raw .hightlight_text + div { padding-left: 50px; font-weight: 300; line-height: 1.6; }
.new_home_hero_top_content { width: 72%; }
.new_home_hero_img { width: 28%; text-align: right; padding-left: 30px; }

.get_to_know_area { box-shadow: 0 0 35px rgba(0, 0, 0, 0.04); border-radius: 7px; background-color: #ffffff; padding: 100px 100px; }
.get_to_know_raw { display: flex; flex-wrap: wrap; width: 100%; }
.get_to_know_left { width: 40%; }
.get_to_know_right { width: 60%; padding-left: 40px; color: #14202e; }
.get_to_know_area h2 { font-size: 35px; font-weight: 500; line-height: 1.56; margin-bottom: 35px; }
.get_to_know_area h2 span { color: #399cf8; }
.get_to_know_btn a.cta_button { color: #399cf8; background-color: #fff; border-color: #399cf8; padding: 11px 65px; }
.get_to_know_btn a.cta_button:hover { background: #399cf8; color: #fff; }
.get_to_know_right strong { font-size: 25px; font-family: Merriweather, serif; color: #399cf8; font-weight: 900; font-style: italic; }
.get_to_know_right p { padding: 0; }
.get_to_know_right p + p { padding-top: 30px; }

.smb_tab_section { padding: 100px 0; }
.smb_tab_area { padding-left: 100px; }
.smb_tab_head { width: 760px; max-width: 100%; margin: 0 auto 50px 0; }
.smb_tab_head h2 { color: #14202e; font-size: 35px; line-height: 1.85; font-weight: 500; }
.smb_tab_head h2 span { color: #399cf8; }
.smb_tab_raw { display: flex; flex-wrap: wrap; width: 100%; }
.smb_tab_left { width: 40%; padding-right: 70px; margin-top: 30px; }
.smb_tab_right { width: 60%; }
.smb_tab_left ul li a { color: #c8d1de; font-size: 35px; font-weight: 700; font-family: Merriweather, serif; line-height: 1.62; }
.smb_tab_left ul li a:hover, .smb_tab_left ul li.current a { color: #399cf8; text-decoration: underline; }
.smb_tab_left ul li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 20px; }
.smb_tab_left ul li:last-child { margin-bottom: 0; }
.smb_tab_content { box-shadow: 0 0 21px rgba(0, 0, 0, 0.04); border-radius: 7px; background-color: #ffffff; padding: 65px 115px 65px 80px; font-size: 17px; display: none; }
.smb_tab_content_head { display: flex; align-items: center; margin-bottom: 20px; }
.smb_tab_content_head h3 { color: #399cf8; font-size: 36px; font-weight: 700; padding-left: 25px; }

.kind_word_section { position: relative; }
.kind_word_section:before { position: absolute; content: ""; height: 1089px; width: 1229px; top: -320px; left: 0; background: url('https://www.kunocreative.com/hubfs/kind-gredient.png') no-repeat center / cover; z-index: -1; }
.kind_word_section:after { position: absolute; content: ""; height: 597px; width: 597px; max-width: 100%; top: -150px; left: 7px; background: url('https://www.kunocreative.com/hubfs/hero-plus-icon.png') no-repeat center / cover; z-index: -1; }
.kind_word_area { width: 100%; margin: 0 0 0 auto; padding: 90px 0px 0px 0px; position: relative; z-index: 1; }
.kind_word_area:before { position: absolute; content: ""; height: 100%; width: calc(50% + 1160px/2); top: 0; right: 0; box-shadow: 0 0 21px rgb(0 0 0 / 4%); background-color: #fff; border-radius: 7px 0px 0px 7px; z-index: -1; }
.kind_word_head { width: 810px; max-width: 100%; padding: 0 0 50px; }
.kind_word_head h2 { font-size: 35px; line-height: 1.5; font-weight: 500; margin-bottom: 15px; }
.kind_word_head h2 span { color: #399cf8; }
.kind_word_head p { padding: 0; }
.kind_word_head p + p { padding-top: 20px; }
.kind_testimonial_slider_wrap { box-shadow: 3px 3px 50px rgba(57, 120, 235, 0.13); border-radius: 7px; background-color: #ffffff; padding: 60px 70px 60px 60px; margin-bottom: -80px; position: relative; width: 970px; max-width: 100%; z-index: 1; }
.kind_testimonial_sliderin { display: flex; flex-wrap: wrap; width: 100%; }
.kind_testimonial_img { width: 255px; padding: 25px; }
.kind_testimonial_imgin { height: 205px; width: 205px; border-radius: 100%; box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16); }
.kind_testimonial_content { width: calc(100% - 255px); padding-left: 30px; font-size: 21px; color: #15212f; font-weight: 300; font-family: Merriweather, serif; padding-top: 25px; }
.kind_testimonial_details { padding-top: 30px; }
.kind_testimonial_details h5 { color: #399cf8; font-weight: 700; text-transform: capitalize; font-size: 21px; line-height: 1.4; }
.kind_testimonial_details h6 { color: #14202e; font-size: 16px; text-transform: none; }
.kind_testimonial_slider_wrap .slick-dots { bottom: 40px; left: 0; line-height: 0; display: flex !important; justify-content: flex-end; padding-right: 80px; }
.kind_testimonial_slider_wrap .slick-dots li { height: auto; width: auto; margin: 0 4px; }
.kind_testimonial_slider_wrap .slick-dots li button { height: 4px; width: 60px; background-color: #d3d3d3; border-radius: 0; padding: 0; }
.kind_testimonial_slider_wrap .slick-dots li.slick-active button { background-color: #399cf8; }
.kind_testimonial_slider_area { display: inline-block; vertical-align: top; width: 100%; }
.row-fluid .kind_testimonial_details_box { display: flex; flex-wrap: wrap; width: 100%; }
.row-fluid .kind_testimonial_img_mbl { display: none; }  
.newPage .container-fluid .row-fluid .kind_word_area .wrapper { max-width: 990px; }

.our_story_section { display: inline-block; vertical-align: top; width: 100%; padding: 150px 0 100px; position: relative; }
.newPage .container-fluid .row-fluid .our_story_section .wrapper { max-width: 990px; }
.our_story_section:before { position: absolute; content: ""; height: 1395px; width: 792px; max-width: 100%; top: -100px; left: 0px; background: url('https://www.kunocreative.com/hubfs/story-bg-gredient.png') no-repeat center / cover; z-index: -1; }
.our_story_section:after { position: absolute; content: ""; height: 143px; width: 143px; top: 370px; left: 0px; background: url('https://32387.fs1.hubspotusercontent-na1.net/hub/32387/hubfs/images/brand-1.png') no-repeat center / cover; }
.our_story_head h2 { font-size: 35px; font-weight: 500; color: #14202e; line-height: 1.2; margin-bottom: 70px; }
.our_story_area { display: flex; flex-wrap: wrap; width: 100%; position: relative; z-index: 11; }
.our_story_left { width: 42%; padding-right: 30px; }
.our_story_right { width: 58%; }
.row-fluid .our_story_section .wrapper { max-width: 1000px; }
.our_story_colin { padding: 45px 40px; }
.our_story_colin h4 { font-size: 23px; line-height: 1.5; color: #14202e; }
.our_story_text { font-size: 17px; padding: 25px 0 15px 0; }
.our_story_text strong { font-size: 21px; font-weight: 900; font-family: Merriweather, serif; transition: all ease-in-out .4s; }
.our_story_col:hover .our_story_text strong { color: #399cf8; }
.our_story_text li { margin-bottom: 10px; }
.our_story_colin .link_style a { color: #90a6b7; font-size: 16px; font-weight: 700; text-transform: uppercase; display: inline-block; vertical-align: top; padding-right: 18px; position: relative; }
.our_story_colin .link_style a:after { position: absolute; content: ""; height: 13px; width: 7px; top: 2px; bottom: 0; right: 0; background: url('https://www.kunocreative.com/hubfs/case_more_icon.png') no-repeat center / cover; margin: auto 0; }
.our_story_colin .link_style a:hover { padding-right: 22px; }
.our_story_left .our_story_col { margin-bottom: 100px; }
.more_case_btn { text-align: center; }
.more_case_btn.mobile { display: none; }
.more_case_btn a.cta_button { padding: 11px 30px; font-size: 14px; min-width: 278px; background: #fff; color: #009cfe; border-color: #009cfe; }
.more_case_btn a.cta_button:hover { background: #009cfe; color: #fff; }
.our_story_right .our_story_col { margin-bottom: 30px; }
.our_story_right .our_story_col:last-child { margin-bottom: 0; }
.our_story_col { background-color: #ffffff !important; border-radius: 8px; box-shadow: 3px 3px 50px rgb(57 120 235 / 15%); transition: all ease-in-out .4s; }
.our_story_col:hover { box-shadow: 3px 3px 50px rgba(57, 120, 235, 0.42); }
.our_story_box { position: relative; }
.our_story_box .fullbox_click { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.our_story_col:hover .our_story_colin .link_style a { padding-right: 22px; }


.logo_faq_section { position: relative; z-index: 1; }
.newPage .container-fluid .row-fluid .honored_section .wrapper { max-width: 990px; }
.logo_faq_section:after { position: absolute; content: ""; height: 1457px; width: 719px; top: -440px; right: 0; background: url('https://www.kunocreative.com/hubfs/logo-faq-bg-new.png') no-repeat center / cover; max-width: 100%; z-index: -1; }
.logo_faq_section { background-color: #14202e; padding: 120px 0 0; }
.honored_section { padding-bottom: 110px; }
.honored_head h2 { font-size: 35px; font-weight: 500; line-height: 1.5; padding-bottom: 15px; }
.honored_head { width: 800px; margin: 0 auto 70px; max-width: 100%; font-size: 19px; line-height: 2; }
.honored_wrap { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; margin: 0 -30px; }
.honored_col { width: 20%; font-size: 18px; line-height: 28px; font-style: italic; font-family: Merriweather, serif; padding: 0 20px 30px; }
.honored_text { margin-top: 20px; }
.honored_icon { height: 65px; display: flex; align-items: center; justify-content: center; }
.honored_icon img { width: auto; }
.know_btn .cta_button { border: 2px solid #399cf8; background: transparent; font-size: 14px; margin-top: 30px; padding: 11px 30px; min-width: 278px; }
.know_btn .cta_button:hover { background: #399cf8; color: #fff; }

.problem_faq_section { position: relative; }
.problem_faq_section:after { position: absolute; content: ""; height: 597px; width: 597px; max-width: 100%; top: -170px; right: -142px; background: url('https://www.kunocreative.com/hubfs/logo-faq-plus.png') no-repeat center / cover; }
.problem_faq_area { background-image: linear-gradient(180deg, #734bd8 0%, #744bd8 100%); border-radius: 0px 11px 11px 0px; width: 80%; padding: 80px; padding-left: calc((100% - 960px)/2); position: relative; z-index: 1; }
.problem_faq_head h2 { font-size: 35px; font-weight: 500; line-height: 1.5; }
.problem_faq_raw { border-bottom: 1px solid #fff; font-size: 17px; }
.problem_faq_title { padding: 40px 40px 30px 0; cursor: pointer; position: relative; font-size: 25px; font-family: Merriweather, serif; }
.problem_faq_text { width: 800px; max-width: 100%; display: none; padding-bottom: 30px; }
.problem_faq_raw:last-child { border: 0; padding-bottom: 0; }
.problem_faq_title .clickbtn { height: 35px; width: 35px; position: absolute; top: 0; bottom: 0; margin: auto 0; right: 0; }
.problem_faq_title .clickbtn:before { position: absolute; content: ""; height: 35px; width: 5px; top: 0; right: 0; bottom: 0; left: 0; background: #fff; margin: auto; transition: all ease-in-out .1s; }
.problem_faq_title .clickbtn:after { position: absolute; content: ""; height: 5px; width: 35px; top: 0; right: 0; bottom: 0; left: 0; background: #fff; margin: auto; }
.problem_faq_title.active .clickbtn:before { transform: rotate(90deg); }
.logo_faq_section.logo_faq_banner{overflow:hidden;}
.logo_faq_section.logo_faq_banner .problem_faq_section:after{top:0;}
.logo_faq_section.logo_faq_banner:after{opacity: .3;top: 87px;height: 690px;width: 319px;}

/* Branding Service Page */
.branding_hero_section { display: inline-block; vertical-align: top; width: 100%; color: #fff; font-size: 21px; line-height: 35px; font-weight: 400; padding: 100px 0 120px; position: relative; z-index: 1; }
.branding_hero_section:after { position: absolute; content: ""; height: 100%; width: 1317px; max-width: 100%; top: 0; right: 0; background: url('https://enterpriseinbound.kunocreative.com/hubfs/hero-dotted-pattern.png') no-repeat center / cover; z-index: -1; }
.branding_hero_section h1 { color: #1596f7; font-size: 29px; font-weight: 700; }
.branding_hero_left { width: 810px; max-width: 100%; position: relative; }
.branding_hero_left a.cta_button,
.branding_hero_left a.cta_btn{ background: #fff; color: #1596f7; text-transform: uppercase; padding: 17px 25px; font-size: 19px; font-weight: 700; min-width: 280px; text-align: center; }
.branding_hero_left a.cta_button:hover,
.branding_hero_left a.cta_btn:hover{ background: #1596f7; color: #fff; }
.branding_hero_left p { padding: 0; }
.branding_hero_left p + p { padding-top: 25px; }
.branding_hero_section .sub_title { font-size: 62px; font-weight: 300; line-height: 75px; font-family: Merriweather, serif; padding: 30px 0 40px; }
.branding_hero_section .sub_title span { color: #1596f7; font-weight: 700; font-style: italic; }
.branding_hero_section .content { margin-bottom: 50px; }
.branding_hero_rightimg { position: absolute; width: 505px; left: 100%; bottom: -220px; max-width: 100%; }

.service_brand_section { display: inline-block; vertical-align: top; width: 100%; padding: 90px 0; }
.service_brand_section .heading h2,
.service_brand_section .heading h3 { color: #14202e; font-size: 40px; font-weight: 300; line-height: 1.4; padding-bottom: 100px; }
.service_brand_rawin { display: flex; flex-wrap: wrap; width: 100%; }
.service_brand_imgboxin { position: relative; }
.service_brand_img { height: 256px; width: 256px; border-radius: 100%; box-shadow: 0 3px 25px rgba(0, 0, 0, 0.09); }
.service_brand_imgbox { position: relative; width: 260px; }
.service_brand_logo { position: absolute; height: 155px; width: 155px; box-shadow: 0 3px 25px rgba(58, 121, 235, 0.2); background-color: #ffffff; border-radius: 100%; display: flex; align-items: center; justify-content: center; bottom: -50px; }
/* .service_brand_raw:nth-child(odd) { padding-right: 150px; } */
.service_brand_raw:nth-child(even) { padding-left: 150px; }
.service_brand_right_content { width: calc(100% - 260px); padding-left: 40px; padding-bottom: 170px; }
.service_brand_right_content h3 { color: #1596f7; font-size: 30px; font-weight: 700; line-height: 38px; padding-bottom: 20px; }
.service_brand_link a { color: #1596f7; text-transform: uppercase; position: relative; padding-right: 22px; }
.service_brand_link a:after { position: absolute; content: ""; height: 17px; width: 10px; top: 2px; right: 0; bottom: 0; margin: auto; background: url('https://enterpriseinbound.kunocreative.com/hubfs/link-arrow-icon.png') no-repeat center / cover; transition: all ease-in-out .5s; }
.service_brand_link { margin-top: 10px; }
.service_brand_link a:hover:after { right: -10px; }
.service_brand_raw:nth-child(2) .service_brand_logo { bottom: auto; top: -50px; left: -30px; height: 150px; width: 150px; }
.service_brand_raw:nth-child(3) .service_brand_logo { height: 110px; width: 110px; bottom: -50px; left: auto; right: 70px; }
.service_brand_raw:nth-child(4) .service_brand_logo { height: 110px; width: 110px; bottom: -30px; left: -20px; }
.service_brand_raw:last-child .service_brand_right_content { padding-bottom: 0; }

.service_brand_section.service_brand_sectionV2{}
.service_brand_section.service_brand_sectionV2.value_brand_section .service_brand_right_content h3 span{display:inline-block; font-style:normal;}
.service_brand_section.service_brand_sectionV2 .service_brand_right_content{min-height:420px;}
.service_brand_section.service_brand_sectionV2 .service_brand_raw:nth-child(3) .draw_border_svg:after{position:absolute;left:60px;top:-50px;width:130px;height:200px;background:white;content:'';z-index:-1;}
.service_brand_section.service_brand_sectionV2 .service_brand_raw.active .path-vert2 { animation:draw3 2.5s linear both; animation-delay:3s; }

.row-fluid .service_brand_section.value_brand_section.no-svg .wrapper{max-width:1140px;}
.service_brand_section.no-svg .service_brand_raw:nth-child(even),
.service_brand_section.no-svg .service_brand_raw:nth-child(odd){padding:0;}
.row-fluid .service_brand_section.value_brand_section.no-svg .service_brand_right_content{padding-bottom:50px;}
.service_brand_section.no-svg .service_brand_raw:nth-child(2) .service_brand_imgbox {padding-top:0;}
.service_brand_section.no-svg .btn-style-1{padding-top:40px;}

.path-vert { stroke-dasharray: 1000; stroke-dashoffset: 8000; stroke-width: 2px; }
.draw_border_svg.line1 { position: absolute; z-index: -1; margin-top: -190px; left: 90px; line-height: 0; }
.draw_border_svg.line2 { position: absolute; z-index: -1; margin-top: -150px; left: -60px; line-height: 0; }
.draw_border_svg.line3 { position: absolute; z-index: -1; margin-top: -190px; left: 90px; line-height: 0; }
.service_brand_raw:nth-child(2) .service_brand_imgbox { padding-top: 0; }

/* .service_brand_raw:nth-child(odd).go .path-vert { animation: draw1 7s linear alternate; animation-delay: 7s; }
.service_brand_raw:first-child.go .path-vert { animation: draw1 7s linear alternate; animation-delay: 0s; }
.service_brand_raw:nth-child(even).go .path-vert2 { animation: draw2 7s linear both; animation-delay: 7s; }
.service_brand_raw:nth-child(2).go .path-vert2 { animation: draw2 7s linear both; animation-delay: 4s; } */

.service_brand_raw.active .path-vert { animation: draw1 5s linear alternate; }
.service_brand_raw.active .path-vert2 { animation: draw2 5s linear both; animation-delay: 1s; }



.branding_process_section { background-color: #f6f6f6; }

.row-fluid .branding_maintalk_section .bg-black { background-color: #f6f6f6; padding-bottom: 80px; }
.row-fluid .meeting_design_section:after { background: url('https://enterpriseinbound.kunocreative.com/hubfs/blue-plus-arrow.png') no-repeat center / cover; top: 60px; right: 50px; }
.row-fluid .meeting_design_section .next-level-box h2,
.row-fluid .meeting_design_section .next-level-box h3{ font-size: 35px; margin-bottom: 50px; line-height: 54px;}
.row-fluid .meeting_design_section .next-level-box h2 span,
.row-fluid .meeting_design_section .next-level-box h3 span{ font-weight: 700; font-style: italic; color: #1596f7; }
.row-fluid .path-vert2 { stroke-dasharray: 790px; stroke-dashoffset: 1580px; }
/* .service_brand_raw.go:nth-child(3) .path-vert { animation-delay: 7s; } */

/* .service_brand_imgbox:after { position: absolute; content: ""; height: 100%; width: 240px; left: 90px; background: url('https://enterpriseinbound.kunocreative.com/hubfs/brand_dark_line1.png') no-repeat center / cover; opacity: 0.2; z-index: -1; bottom: -80px; }
.service_brand_raw:nth-child(2) .service_brand_imgbox:after { background: url('https://enterpriseinbound.kunocreative.com/hubfs/brand_dark_line2.png') no-repeat center / cover; left: -60px; bottom: -180px; } 
.service_brand_raw:nth-child(3) .service_brand_imgbox:after { background: url('https://enterpriseinbound.kunocreative.com/hubfs/brand_dark_line3.png') no-repeat center / cover; } 
.service_brand_raw:last-child .service_brand_imgbox:after { display: none; } */

.meetings_rep .title { text-align: center; margin: 0 0 30px; }
.meetings_rep .title h2 { font-size: 35px; line-height: 44px; font-weight: 600; font-weight: 700; }
.meetings_rep .title h2 span { color: #1596F7; font-style: italic; }
.meetings_rep .meeting { margin: 0 auto !important; max-width: 880px; width: 100%; float: none; position: relative; }
.meetings_rep .meeting:before { content: ''; width: 70px; height: 70px; background: url('https://enterpriseinbound.kunocreative.com/hubfs/kuno_2019/images/plus.svg') no-repeat; position: absolute; top: 16px; left: -90px; }
.meetings_rep .meeting:after { content: ''; width: 70px; height: 70px; background: url(https://enterpriseinbound.kunocreative.com/hubfs/kuno_2019/images/plus.svg) no-repeat; position: absolute; bottom: 36px; left: 100px; right: 0; margin: 0 auto; z-index: -1; }
.row-fluid .meetings_rep { padding: 0 0 80px; }
.meetings_rep .meeting > .hs_cos_wrapper:after { content: ''; width: 70px; height: 70px; background: url(https://enterpriseinbound.kunocreative.com/hubfs/kuno_2019/images/plus.svg) no-repeat; position: absolute; bottom: 16px; right: -170px; }
.meetings_rep .meeting > .hs_cos_wrapper:before { content: ''; width: 57px; height: 57px; background: url(https://enterpriseinbound.kunocreative.com/hubfs/kuno_2019/images/plus.svg) no-repeat; position: absolute; top: 106px; right: -120px; background-size: 57px; }
.meetings_rep .meeting > .hs_cos_wrapper > div:before { content: ''; width: 40px; height: 40px; background: url(https://enterpriseinbound.kunocreative.com/hubfs/kuno_2019/images/plus.svg) no-repeat; position: absolute; top: 0; right: -70px; background-size: 40px; }
.meetings_rep.meeting-wrapper .meeting:after,.meetings_rep.meeting-wrapper .meeting > .hs_cos_wrapper:after{display:none;}
.meetings_rep.meeting-wrapper .meeting > .hs_cos_wrapper > div:before{bottom:75px;top:unset;}
.meetings_rep.meeting-wrapper .meeting > .hs_cos_wrapper:before{bottom:0;top:unset;}

.meetings_rep .meeting iframe { position: relative; z-index: 1; }


@keyframes draw1 {
    from {
        stroke-dashoffset: 1200;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.creative_hero { padding: 100px 0; background: radial-gradient(181.62% 198.2% at 127.35% 100%, #734AD8 19.93%, #0092F3 91.67%); font-size: 21px; line-height: 35px; color: #fff; min-height: 750px; display: flex; align-items: center; }
.creative_hero .main { display: flex; flex-wrap: wrap; align-items: center; }
.creative_hero .left { padding: 0 15px 0 0; width: calc(100% - 528px); }
.creative_hero .left h1 { font-size: 62px; line-height: 78px; margin: 0 0 20px; }
.creative_hero .left h1 span { color: #5AB6FB; font-style: italic; }
.creative_hero .left h2 { font-size: 34px; line-height: 54px; font-weight: 300; }
.creative_hero .left .text { max-width: 680px; }
.creative_hero .left .content { margin: 28px 0 0; }
.creative_hero .left .button-1 { margin: 30px 0 0; }
.creative_hero .left a.cta_button { background: #fff; border-color:#fff; color: #4593F0; }
.creative_hero .left a.cta_button:hover { background: rgba(255,255,255,0.8); }
.creative_hero .right .image { width: 450px; height: 450px; border-radius: 100%; box-shadow: 0 0 50px rgb(0 0 0 / 20%); }
.creative_hero .right { position: relative; width: 528px; }
.creative_hero .right .hub_logo { position: absolute; left: 0; top: 0; z-index: 1; }
.creative_hero .right .hub_logo.add-radius{border-radius:100%; overflow:hidden; left:-150px; top:-20px; filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25))}
.creative_hero .right .hublogo { padding: 10px; position: absolute; bottom: 0; right: 0; width: 192px; height: 192px;  background: #fff;  border-radius: 100px;  display: flex;  align-items: center;  justify-content: center; }
.creative_hero .right .hublogo.icon-3{width:102px;height:102px;bottom:200px;right:20px;}
.creative_hero.behind .right .hub_logo{z-index:0;}
.creative_hero.bg-option{background:radial-gradient(185.67% 202.61% at 131.39% -15.6%, #734AD8 27.81%, #0092F3 75.05%);}
.plus-img .creative_hero{position:relative;overflow:hidden;}
.plus-img .creative_hero:after{content:'';position:absolute;right:16%;bottom:-114px;width:920px;height:518px;background:url(https://www.kunocreative.com/hubfs/kuno_2019/images/plus1.png) no-repeat center / 445px auto;}
.plus-img .creative_hero .wrapper{position:relative;z-index:1;}

.hero-banner .creative_hero {position:relative;}
.hero-banner .creative_hero:after{content:'';position:absolute;bottom: 0;right: 30%; width:441px; height: 341px;background:url(https://www.kunocreative.com/hubfs/kuno_2019/images/plus-icon.png) no-repeat center;}
.hero-banner .creative_hero .main{position:relative; z-index:2;}
.hero-banner .creative_hero .left .text{max-width: 773px;}

.creative_hero.banner4img .right .hublogo.icon-3{width:130px;height:130px;right:-50px;bottom:160px;}
.creative_hero.banner4img .right .hublogo{bottom:-40px;}
.creative_hero.banner4img .icon-4{width:130px;height:130px;padding:10px;position:absolute;background:#fff;border-radius:100px;display:flex;align-items:center;justify-content:center;right:200px;bottom:-80px;}

.direct_rep { padding: 60px 0; }
.direct_rep .title h3 { font-size: 33px; line-height: 47px; font-weight: 700; }
.direct_rep .title h3 span { color: #4593F0; font-style: italic; }
.direct_rep .title { margin: 0 0 30px; }
.shadow-blue .direct_rep .directrep_main .box .inner{box-shadow: 0px 4px 40px rgba(69, 147, 240, 0.15);}

.directrep_main { display: flex; flex-wrap: wrap; margin: 0 -30px; }
.directrep_main .box { width: 33.33%; padding: 30px; }
.directrep_main .box .inner { padding: 45px; box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15); border-radius: 10px; background: #FFFFFF; height: 100%; font-size: 21px; line-height: 33px; }
.directrep_main .box .icons { height: 92px; }
.directrep_main .box .icons img { max-height: 100%; }
.directrep_main .box h3 { font-size: 25px; line-height: 31px; font-weight: 700; margin: 14px 0; }
.directrep_main .box .text { margin: 15px 0 0; display: inline-block; width: 100%; }
.directrep_main .box .text .link-text{margin:20px 0 0;}

.services-box-section .box .inner{box-shadow: 0px 4px 40px 0px rgba(69, 147, 240, 0.15);}
.services-box-section .box{padding: 20px;}

.services_includes { padding: 50px 0 80px; color: #fff; position: relative; z-index: 1; }
.services_includes:before { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0;  background: radial-gradient(181.62% 198.2% at 127.35% 100%, #734AD8 19.93%, #0092F3 91.67%); z-index: -1; opacity: 0.8; }
.services_includes .title h3 { font-size: 33px; line-height: 41px; font-weight: 700; font-style: italic; }
.serincl_main { display: flex; flex-wrap: wrap; align-items: center; }
.serincl_main .left { width: 50%; }
.serincl_main .image { width: 450px; height: 450px; border-radius: 100%; box-shadow: 0 0 30px rgb(0 0 0 / 20%); }
.serincl_main .right { width: 50%; padding: 0 0 0 30px; }

.services_includes .title { margin: 0 0 50px; }
.serincl_main .right ul { margin: 0; padding: 0; list-style-type: none; column-count: 2; }
.serincl_main .right ul li { margin: 15px 0; padding: 0; display: inline-block; width: 100%; font-size: 22px; line-height: 30px; font-weight: 300; padding-left:20px; position:relative; }
.serincl_main .right ul li:before { content: ''; width: 6px; height: 6px; position: absolute; top: 13px; left: 0; background: #fff; border-radius: 10px; }
.serincl_main .right ul li a { color: #fff; padding: 0; position: relative; display: inline-block; border-bottom: 1px solid; }
/* .serincl_main .right ul li a:before { content: ''; width: 6px; height: 6px; position: absolute; top: 13px; left: -15px; background: #fff; border-radius: 10px; } */
.work_rep_wrapper{padding: 49px 0 40px;}
.work_rep { padding: 100px 0 70px; }
.work_rep .title h3 { font-weight: 700; }
.work_rep .title h3 span { color: #4593F0; font-style: oblique; }
.work_rep .title { margin: 0 0 70px; }
.workrep_main { display: flex; flex-wrap: wrap; margin: 0 -15px; position: relative; }
.workrep_cover .box { width: 20%; text-align: center; padding: 15px; font-size: 19px; line-height: 33px; transition: 1000ms; }
.workrep_cover .box .icons { padding: 25px; width: 113px; height: 113px; background: #E4E7EC; display: flex; align-items: center; justify-content: center; border-radius: 100%; margin: 0 auto; position: relative; z-index: 1; overflow: hidden; }
.workrep_cover .box .icons:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; background: radial-gradient(181.62% 198.2% at 127.35% 100%, #734AD8 19.93%, #0092F3 91.67%); z-index: -1; transition:all .6s cubic-bezier(0.4, 0, 1, 1); }
.workrep_cover .box .icons img { transition:all .5s cubic-bezier(0.4, 0, 1, 1); }
.workrep_cover .box .text { margin: 30px 0 0; }
.workrep_cover { position: relative; }
.workrep_cover .line { content: ''; height: 5px; background: #E4E7EC; position: absolute; top: 72px; left: 130px; right: 130px; z-index: -1; }
.workrep_cover .line:after { content: ''; width: 0; height: 5px; background: #734AD8; position: absolute; top: 0; left: 0; z-index: -1; transition:all 4s cubic-bezier(0.4, 0, 1, 1); }
.workrep_cover .line:before { content: '';  margin: auto; width: 47px; height: 47px; background: url('https://enterpriseinbound.kunocreative.com/hubfs/kuno_2019/images/round-1.png') no-repeat; position: absolute; top:0; bottom: 0; left: 0; transition:all 4s cubic-bezier(0.4, 0, 1, 1); }

.workrep_cover .box:nth-child(2) .icons:after { transition-delay:1.6s; }
.workrep_cover .box:nth-child(3) .icons:after { transition-delay:2.4s; }
.workrep_cover .box:nth-child(4) .icons:after { transition-delay:3.2s; }
.workrep_cover .box:nth-child(5) .icons:after { transition-delay:3.8s; }

.workrep_cover .box:nth-child(2) .icons img { transition-delay:1.6s; }
.workrep_cover .box:nth-child(3) .icons img { transition-delay:2.4s; }
.workrep_cover .box:nth-child(4) .icons img { transition-delay:3.2s; }
.workrep_cover .box:nth-child(5) .icons img { transition-delay:3.8s; }
.workrep_cover.column_three .line {left: 234px;right: 260px;}
.workrep_cover.column_three .box{width:33.33%;}
.workrep_cover.column_three .box:nth-child(2) .icons:after,.workrep_cover.column_three .box:nth-child(2) .icons img{transition-delay: 2.4s;}
.workrep_cover.column_three .box:nth-child(3) .icons:after,.workrep_cover.column_three .box:nth-child(3) .icons img{transition-delay: 4s;}
.workrep_cover.column_four .box:nth-child(2) .icons:after,.workrep_cover.column_four .box:nth-child(2) .icons img{transition-delay: 1.8s;}
.workrep_cover.column_four .box:nth-child(3) .icons:after,.workrep_cover.column_four .box:nth-child(3) .icons img{transition-delay: 3s;}
.workrep_cover.column_four .box:nth-child(4) .icons:after,.workrep_cover.column_four .box:nth-child(4) .icons img{transition-delay: 4s;}

.workrep_cover .box .pre-title{font-weight:700; color:#4593F0;text-transform:uppercase;}
.workrep_cover.column_four .line {left: 170px;right: 170px;}
.workrep_cover.column_four .box{width:25%;}

.workrep_cover.go .box .icons:after { opacity: 1; }
.workrep_cover.go .box .icons img { filter: invert(1) brightness(100); }

.workrep_cover.go .line:after { width: 100%; }
.workrep_cover.go .line:before { left: calc(100% - 25px); }

.whykuno_section { padding: 60px 0; background: #F6F6F6; }
.whykuno_section .title h3 { font-size: 35px; line-height: 44px; font-weight: 700; }
.whykuno_section .title h3 span { color: #1596F7; font-style: italic; }
.kunowhy_main { display: flex; flex-wrap: wrap; margin: 0 -15px; justify-content: center;}
.kunowhy_main .box { width: 25%; text-align: center; padding: 30px 15px; }
.whykuno_section .title { margin: 0 0 50px; }
.kunowhy_main .icons { height: 70px; display: flex; align-items: center; justify-content: center; }
.kunowhy_main .icons img { max-height: 100%; }
.kunowhy_main .box .text { margin: 10px 0 0; }
.kunowhy_main .box h5 { font-size: 21px; line-height: 32px; font-family: Lato, sans-serif; text-transform: none; color: #000000; }

.row-fluid .directrep_slider { padding: 70px 0; background: transparent; }
.row-fluid .directrep_slider h2 { color: #000; font-size: 35px; line-height: 44px; font-weight: 600; }
.row-fluid .directrep_slider h2 span { font-style: italic; color: #4593F0; }
.row-fluid .directrep_slider .btn_style { margin: 20px 0 0; text-align: center; display: inline-block; width: 100%; }
.row-fluid .directrep_slider .btn_style a { font-size: 19px; line-height: 28px; text-transform: uppercase; background: #4593F0; color: #fff; min-width: auto; padding: 17px 34px; }
.row-fluid .directrep_slider .slick-dots li button { width: 20px; height: 20px; background: radial-gradient(181.62% 198.2% at 127.35% 100%, #734AD8 19.93%, #0092F3 91.67%); }
.row-fluid .directrep_slider ul.slick-dots { position: relative; bottom: auto; margin: 15px 0 0; }
.row-fluid .directrep_slider ul.slick-dots li { width: auto; height: auto; }

/**/
.case_study_section{margin-top:100px;}
.case_study_section .wrapper{display:flex;}
.case_study_section .case_study_img{width:258px;height: 258px;border-radius: 50%;overflow:hidden;flex-shrink:0;box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.09);}
.case_study_section .case_study_img img{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.case_study_section .wrapper .case_study_right{padding-left:54px;max-width:770px;}
.case_study_section h2{font-size: 30px;line-height: 44px;font-weight: 900;}
.case_study_section h2 span{color: #1596F7;font-style: italic;}
.case_study_section .content{margin-top:32px;}

.case_study_card{padding: 95px 0 148px;font-family: Merriweather, serif;}
.case_study_card .card{border-radius: 7px;box-shadow: 0px 4px 40px 0px rgba(125, 138, 162, 0.15);padding: 77px 89px 100px;}
.case_study_card .card_name{color:#4593F0;font-size:22px;line-height: 30.5px;}
.case_study_card .card_designation{color:#7D8AA2;}
.case_study_card .content{font-size:22px;line-height: 40.5px;margin-top:20px;}
.case_study_card .content p span{color:#4593F0;}
/**/
.row-fluid .sales_enable_hero_raw .hero_content h6 { font-size: 28px; line-height: 34px; padding: 12px 0 20px 0; text-transform: capitalize; }

.estiemanag_area { background: #F0F1F3; width:100%; display:inline-block; padding:90px 0 50px; vertical-align:top; position:relative; }
.estiemanag_area:before { position:absolute; content:""; right: 200px; top: 70px; width:547px; height:558px; pointer-events: none; background:url('https://www.kunocreative.com/hubfs/white-pluse.png') no-repeat center center/100% 100%; }

.estiemanag_area .meeting_head_title h3 span { display:inline-block; }
.estiemanag_area .meeting_head_title h3 { font-style: italic; font-weight: 900; padding-bottom: 30px; }
.estiemanag_area .estiemanag_cal { width:100%; max-width:778px; margin:0 auto; }
.estiemanag_area .pricing-cals .pricing-input div { margin-top: 0; }
.estiemanag_area .pricing-cals .pricing-input { width:55%; padding-top:0; color:#000; padding-right: 50px; border-right: 1px solid #9CA7B7; }
.estiemanag_area .pricing-cals .pricing-input button.calculate { margin:0; letter-spacing: 0; background: #4593F0; }
.estiemanag_area .pricing-cals .pricing-input button.calculate:hover { background:#14202E; border-color:#14202E; }  
.estiemanag_area .pricing-cals .pricing-right { width:45%; padding-left: 35px; padding-top: 0; }
.estiemanag_area .pricing-cals .pricing-right .cals-result { float:left;max-width: 300px; }
.estiemanag_area .pricing-cals .pricing-right .cals-result span:first-child { margin-bottom: 25px; font-weight: 700; font-size: 21px; line-height: 35px; color:#4593F0; }
.estiemanag_area .pricing-cals .pricing-input input.monthly-media-spent { color: #9CA7B7; }

/**/
.searchengpro_area { display:flex; flex-wrap:wrap; align-items:flex-start; background: #F0F1F3; width:100%; padding:60px 0 40px; }
.searchengpro_area .searchengpro_left { width:55%; position:relative; display:inline-block; vertical-align:top; padding:65px 0 65px 65px; }
.searchengpro_area .searchengpro_left:before { position:absolute; content:""; left:0; top:0; width:95%; height:100%; background: #FFFFFF; }
.searchengpro_area .searchengpro_left svg { opacity:1; }
.searchengpro_area .searchengpro_right { width:45%; text-align:left; padding-right:calc(100%/2 - 1500px/2); padding-left: 80px; position:relative; }
.searchengpro_area .meeting_head_title h3 { text-align:left; }
.searchengpro_area .video-box { width:calc(100% + 20px); }
.searchengpro_area .video-box .thumb { width:100% !important; }
.searchengpro_area .video-box .thumb-inner { box-shadow: none !important; }
.searchengpro_area .video-box .thumb:after { display:none; }

.semserhero_area .sales_enable_hero_raw .video-box svg { max-width:180px; } 

/**/
.row-fluid .schedulexperts_area .Creative_Apart_Box { position:relative; padding-top:50px; }
.row-fluid .schedulexperts_area .Creative_Apart_Box:after { position:absolute; content:""; left:0; top:0; width:100%; height:calc(75% - 110px); background:#f0f1f3; }   
.row-fluid .schedulexperts_area.value_meeting_section .meeting-tool-wrap:after { right: auto; left: -310px; bottom: 130px; width: 547px; height: 558px; pointer-events: none; background: url(https://www.kunocreative.com/hubfs/white-pluse.png) no-repeat center center/100% 100%; }


.row-fluid .service_brand_section.value_brand_section .service_brand_right_content ul { list-style-type: disc; padding-left: 20px; padding-top: 10px; }

.btnstyle_blue .service_brand_raw .service_brand_link a { width:auto; display:inline-block; margin-top:20px; padding:10px 30px 12px 30px; color:#fff; background: #4593F0; border-radius: 90px; }
.btnstyle_blue .service_brand_raw .service_brand_link a:after { display:none; }
.btnstyle_blue .service_brand_raw .service_brand_link a:hover { background:#283540; }

.row-fluid .sales_enable_hero.semserhero_area { position:relative; }
.row-fluid .sales_enable_hero.semserhero_area:before { position: absolute; content: ""; right: 40px; bottom:-230px; width: 547px; height: 558px; pointer-events: none; background: url(https://www.kunocreative.com/hubfs/kuno_2019/images/plush-1.png) no-repeat center center/100% 100%;     z-index: 11; }
.row-fluid .sales_enable_hero.semserhero_area .video-box .thumb:after { display:none; }

.row-fluid .semserhero_area.sales_enable_hero_raw .hero_title h1 { font-style:normal; }

.row-fluid .schedulexperts_area .action_card:after,.row-fluid .schedulexperts_area .action_card:before { display:none; }
.row-fluid .schedulexperts_area .action_card .thumb { width:100%; }

/**/
.row-fluid .seoservical_area .cs_black_section { overflow:visible; }
.seoservical_area { position:relative; }
.seoservical_area:before { position:absolute; content:""; right:0; top:0; width:84%; height:calc(80% - 150px); background-image: linear-gradient(180deg, #1596f7 0%, #744bd8 100%);  }   
.row-fluid .seoservical_area.branding_maintalk_section .bg-black { padding-bottom:0; }
.row-fluid .seoservical_area .meeting_design_section { position:relative; }
.row-fluid .seoservical_area .meeting_design_section:before { position:absolute; content:""; left:0; bottom:-110px; width:100%; height:140px; background-color: #14202e;  }
.row-fluid .seoservical_area .Creative_Apart_Box:before { right:calc((100% - 520px) / 2); }

.seoservideo_area { width:100%; position:relative; padding:80px 0; display:inline-block; vertical-align:top; } 
.seoservideo_area .container { max-width:1400px; display:flex; flex-wrap:wrap; }
.seoservideo_area .seoservideo_box { width:65%; margin-top: -150px; }
.seoservideo_area .seoservideo_right { width:35%; padding-left: 60px; }
.seoservideo_area .seoservideo_box.video-box svg { opacity:1; max-width: 150px; }
.seoservideo_area .seoservideo_box.video-box .thumb { width:100% !important; }

/**/
.seofivestep_area { width:100%; padding-top:80px; padding-bottom: 150px; position:relative; display:inline-block; vertical-align:top; background-color: #f6f6f6;  }
.seofivestep_area.work_rep .title h3 { font-size: 40px; line-height:48px; font-weight: 300; }
.seofivestep_area .seofivestep_top { width: 100%; text-align:center; }
.seofivestep_area .seofivestep_top .text { max-width: 670px; margin:40px auto !important; width:100%; }
.seofivestep_area .seofivestep_top h4 { color: #1596f7; font-size: 30px; line-height:40px; font-weight: 700; max-width: 500px; margin:0 auto !important; width:100%; }
.seofivestep_area .workrep_cover { margin-top:40px; }
.seofivestep_area .workrep_cover .box h5 { font-family: Lato,sans-serif; color: #1596f7; margin-bottom: 5px; font-size: 19px; line-height: 33px; text-transform: uppercase; font-weight: 400; }
.seofivestep_area .workrep_cover .box .cont { font-size: 17px; line-height: 25px; }

/**/
.experindus_area { width:100%; display:inline-block; vertical-align:top; padding:80px 0 50px; }
.experindus_area .container { max-width:1200px; }
.experindus_area h2 { font-size: 40px; line-height:50px; font-weight: 300; text-align:center; }
.experindus_area .experindus_cover { width:100%; margin-top:60px; }
.experindus_area .experindus_box { width:100%; margin-bottom:70px; display:flex; flex-wrap:wrap; }
.experindus_area .experindus_top { width:60%; padding-right: 30px; } 
.experindus_area .experindus_wrap { width:40%; display: flex; flex-wrap: wrap; align-items: flex-start; }
.experindus_area .experindus_item { width:auto; display:inline-block; }
.experindus_area .experindus_itemin { display:flex; flex-wrap:wrap; align-items:center; justify-content: center; margin:10px; background:#fff; text-align:center; padding:20px; width: 182px; height: 176px; box-shadow: 3px 3px 50px rgba(57, 120, 235, 0.13); border-radius: 50%;  }
.experindus_area .experindus_box:first-child .experindus_item:nth-child(2) .experindus_itemin { width: 244px; height: 243px; }
.experindus_area .experindus_box:first-child .experindus_item:nth-child(3) .experindus_itemin { width: 161px; height: 157px; }
.experindus_area .experindus_box:nth-child(2n) .experindus_top { padding-left:20px; padding-right:0; }
.experindus_area .experindus_itemin .wrapin { line-height:0; }
.experindus_area .experindus_itemin span { color: #14202e; font-size: 15px; line-height: 20px; font-weight: 400; }
.experindus_area .experindus_title { width:100%; margin-bottom:20px; }
.experindus_area .experindus_title h3 { color: #14202e; font-size: 30px; line-height:40px; font-style: italic; font-weight: 700; }
.experindus_area .experindus_title h3 span { color: #1596f7; }
.experindus_area .experindus_box:nth-child(2) { flex-direction:row-reverse; }
.experindus_area .experindus_item h3 { font-weight: 700; background: -webkit-linear-gradient(180deg, #1596f7 0%, #744bd8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.experindus_area .experindus_box .service_brand_link { margin-top:20px; }

.experindus_area .experindus_box:first-child .experindus_item:nth-child(2) { margin-top:50px; }
.experindus_area .experindus_box:first-child .experindus_item:nth-child(3) { margin-top: -100px; margin-left: 30px; }

.experindus_area .experindus_box:nth-child(2) .experindus_item:first-child {  margin-left: 140px; }
.experindus_area .experindus_box:nth-child(2) .experindus_item:first-child .experindus_itemin { width: 213px; height: 213px; }
.experindus_area .experindus_box:nth-child(2) .experindus_item:nth-child(2) {  margin-top:-20px; margin-left: 10px; }
.experindus_area .experindus_box:nth-child(2) .experindus_item:nth-child(2) .experindus_itemin { width: 161px; height: 157px; }
.experindus_area .experindus_box:nth-child(2) .experindus_item:nth-child(3) { margin-top: -140px; margin-left: 200px; }
.experindus_area .experindus_box:nth-child(2) .experindus_item:nth-child(3) .experindus_itemin { width: 202px; height: 196px; }

.experindus_area .experindus_box:nth-child(3) .experindus_item:first-child { margin-left: 150px; }
.experindus_area .experindus_box:nth-child(3) .experindus_item:first-child .experindus_itemin {width: 182px; height: 177px; }
.experindus_area .experindus_box:nth-child(3) .experindus_item:nth-child(2) {  margin-left: 0; margin-top: 0; }
.experindus_area .experindus_box:nth-child(3) .experindus_item:nth-child(2) .experindus_itemin { width: 179px; height: 179px;}
.experindus_area .experindus_box:nth-child(3) .experindus_item:nth-child(3) { margin-top: 0; margin-left: 10px; }
.experindus_area .experindus_box:nth-child(3) .experindus_item:nth-child(3) .experindus_itemin { width: 228px; height: 220px;  }

/**/
.row-fluid .sales_enable_hero.seoservice_hero { position:relative; overflow: hidden; background-image: linear-gradient(73deg, #734ad8 0%, #0092f3 100%); }  
.row-fluid .sales_enable_hero.seoservice_hero:before { position:absolute; content:""; right:0; bottom:0; width: 307px; height: 555px; background:url('https://www.kunocreative.com/hubfs/dots-bg.png') no-repeat center left/cover; opacity:0.13; }   
.row-fluid .sales_enable_hero.seoservice_hero .wrapper { max-width:1200px !important; }
.row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_left { width:55%; }
.row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_right { width:45%; }
.row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_right img { position: absolute; top: -65px; right: 165px; max-width: 500px; }
.row-fluid .seoservice_hero .sales_enable_hero_raw .hero_title h1 { font-weight:300; }
.row-fluid .seoservice_hero .sales_enable_hero_raw .hero_title h1 span { font-weight:700; }
.row-fluid .seoservice_hero .sales_enable_hero_raw .sub_text { font-style:italic; }

.row-fluid .seoservical_area .meeting_design_section:after { background:url('https://www.kunocreative.com/hubfs/kuno_2019/images/plush-1.png') no-repeat center / cover; }

html.SEO { scroll-behavior: smooth; }


/* Webpage */
.row-fluid .web_hero_section { padding: 80px 0 200px; position: relative; }
.row-fluid .web_hero_section .wrapper { max-width: 1440px; }
.row-fluid .web_hero_section:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; background: linear-gradient(90.15deg, #257CEB 40.59%, rgba(24, 131, 238, 0.659091) 80.24%, rgba(0, 146, 243, 0) 97.78%); }
.row-fluid .web_hero_section:after { position: absolute; content: ""; height: 563px; width: 547px; max-width: 100%; bottom: 0; right: 50px; background: url('https://enterpriseinbound.kunocreative.com/hubfs/web-pattern.png') no-repeat center / cover; z-index: 2; }
.row-fluid .web_hero_section .wrapper { position: relative; z-index: 1; }
.row-fluid .web_hero_section .web_hero_caption { width: 780px; max-width: 100%; color: #fff; }
.row-fluid .web_hero_section .web_hero_caption .sub_tite { color: #95C7FF; font-size: 31px; font-weight: 700; font-style: italic; line-height: 38.97px; font-family: Merriweather, serif; }
.row-fluid .web_hero_section .web_hero_caption h1 { font-size: 62px; line-height: 77.93px; font-style: italic; margin: 15px 0 10px 0; }
.row-fluid .web_hero_section .sub_text { font-size: 31px; line-height: 38.97px; font-family: Merriweather, serif; width: 730px; max-width: 100%; margin-bottom: 22px; }

.row-fluid .web_intro_section { position: relative; z-index: 1; }
.row-fluid .web_intro_section:before { position: absolute; content: ""; height: 1512px; width: 453px; max-width: 100%; top: 120px; left: 0; background: url('https://enterpriseinbound.kunocreative.com/hubfs/team-gredient.png') no-repeat center / cover; }
.row-fluid .web_intro_section:after { position: absolute; content: ""; height: 797px; width: 857px; max-width: 100%; top: 120px; right: 0; background: url('https://enterpriseinbound.kunocreative.com/hubfs/eshop-gredient.png') no-repeat center / cover; }
.row-fluid .web_intro_raw { background: #FFFFFF; box-shadow: 0px 4px 40px rgba(69, 147, 240, 0.15); border-radius: 7px; position: relative; margin-top: -120px; z-index: 1; padding: 100px 170px; }
.row-fluid .web_intro_section .wrapper { padding: 0 15px; max-width: 1440px; }
.row-fluid .web_intro_wrap { display: flex; align-items: center; flex-wrap: wrap; width: 100%; }
.row-fluid .web_intro_left { width: 42%; }
.row-fluid .web_intro_right { width: 58%; padding-left: 15px; }
.row-fluid .web_intro_wrap h2 { font-size: 50px; line-height: 62.85px; font-weight: 400; }
.row-fluid .web_intro_wrap h2 span { font-weight: 900; font-style: italic; color: #4593F0; }
.row-fluid .web_intro_right .intro_sub_text { color: #4593F0; font-family: Merriweather, serif; font-weight: 700; font-style: italic; margin-bottom: 18px; font-size: 25px; line-height: 44.5px; }

.row-fluid .growth_mind_section { padding: 90px 0; }
.row-fluid .growth_mind_head { width: 760px; max-width: 100%; margin: 0 auto 50px; position: relative; z-index: 1; }
.row-fluid .growth_mind_head h2 { font-size: 50px; line-height: 62.85px; margin-bottom: 20px; }
.row-fluid .growth_mind_head h2 span { color: #4593F0; font-weight: 700; font-style: italic; display: block; }
.row-fluid .growth_mind_head span { color: #4593F0; font-weight: 700; font-style: italic; font-family: Merriweather, serif; }
.row-fluid .growth_mind_raw_wrap { width: 1090px; max-width: 100%; background: #FFFFFF; box-shadow: 0px 4px 40px rgba(69, 147, 240, 0.15); border-radius: 7px; padding: 60px 90px 70px 90px; margin: 0 auto; position: relative; z-index: 1; }
.row-fluid .growth_mind_sliderin { display: flex; flex-wrap: wrap; width: 100%; align-items: center; padding-bottom: 0; }
.row-fluid .growth_mind_img { height: 230px; width: 230px; border-radius: 100%; }
.row-fluid .growth_mind_caption { width: calc(100% - 230px); padding-left: 70px; }
.row-fluid .growth_mind_text { font-size: 22px; line-height: 40.5px; color: #000000; font-family: Merriweather, serif; }
.row-fluid .growth_mind_details { color: #000000; margin-top: 14px; }
.row-fluid .growth_mind_details span { font-family: Merriweather, serif; color: #4593F0; }
.row-fluid .growth_mind_raw_wrap ul.slick-dots { text-align: right; line-height: 0; position: relative; bottom: 0; }
.row-fluid .growth_mind_raw_wrap ul.slick-dots li button { height: 4px; width: 70px; border-radius: 0; background: #ccc; padding: 0; }
.row-fluid .growth_mind_raw_wrap ul.slick-dots li { height: auto; width: auto; margin: 0 5px; }
.row-fluid .growth_mind_raw_wrap ul.slick-dots li.slick-active button { background: #4593F0; }
.row-fluid .growth_mind_slider_wrap { margin: 0; }
.row-fluid .growth_mind_section.font-set h2{font-size: 33px;line-height: 47px;}
.row-fluid .growth_mind_section.font-set h2 span {display: inline; }


.row-fluid .growth_mind_sliderin.no-image .growth_mind_caption{padding:0;width:auto;margin:0 0 30px 0;}

.row-fluid .board_member_head { display: flex; align-items: center; flex-wrap: wrap; width: 1140px; max-width: 100%; margin: 0 auto; padding: 0 15px; position: relative; z-index: 1; }
.row-fluid .board_member_head_right { width: 60%; padding-left: 50px; }
.row-fluid .board_member_head_left { width: 40%; }
.row-fluid .board_member_head_left h2 { font-size: 50px; line-height: 62.85px; font-weight: 400; }
.row-fluid .board_member_head_left h2 span { display: block; color: #4593F0; font-weight: 700; font-style: italic; }
.row-fluid .board_member_head_right p { padding: 0; }
.row-fluid .board_member_head_right p + p { padding-top: 15px; }
.row-fluid .board_member_head_right span { color: #4593F0; font-weight: 700; font-family: Merriweather, serif; font-style: italic; }
.row-fluid .board_member_wrap { display: flex; flex-wrap: wrap; width: 100%; justify-content: center; text-align: center; position: relative; z-index: 1; }
.board_member_col { width: calc(33.33% - 70px); background: #FFFFFF; box-shadow: 0px 4px 30px rgba(69, 147, 240, 0.15); border-radius: 10px; margin: 70px 35px 0; padding: 30px 60px; }
.row-fluid .board_member_section .wrapper { max-width: 1390px; padding: 0 15px; }
.row-fluid .board_member_img { height: 200px; width: 200px; margin: 0 auto; border-radius: 100%; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
.board_member_caption { margin-top: 20px; }
.row-fluid .board_member_position { font-size: 17px; line-height: 28.5px; margin-top: 5px; }
.row-fluid .board_member_name { color: #4593F0; font-size: 22px; line-height: 35px; font-weight: 700; font-family: Merriweather, serif; }
.row-fluid .board_member_social { margin-top: 20px; }
.row-fluid .board_member_social a:hover { opacity: 0.8; }
.row-fluid .board_member_section { padding-bottom: 100px; }

.row-fluid .meeting_success_section { position: relative; z-index: 1; }
.row-fluid .meeting_success_section:before { position: absolute; content: ""; height: 1221px; width: 334px; top: -300px; left: 0; background: url('https://enterpriseinbound.kunocreative.com/hubfs/meeting-gredient.png') no-repeat center / cover; }
.row-fluid .meeting_success_section:after { position: absolute; content: ""; height: 861px; width: 521px; max-width: 100%; bottom: -500px; right: 0; background: url('https://enterpriseinbound.kunocreative.com/hubfs/meeting-right-gredient.png') no-repeat center / cover; z-index: -1; }
.row-fluid .meeting_success_section h2 { font-size: 50px; line-height: 62.85px; font-weight: 400; margin-bottom: 20px; }
.row-fluid .meeting_success_section h2 span { display: block; color: #4593F0; font-weight: 700; font-style: italic; }
.row-fluid .meeting_success_head .content { width: 640px; max-width: 100%; margin: 0 auto; color: #000000; }
.row-fluid .meeting_title h3 { font-size: 30px; color: #4593F0; font-style: italic; margin: 10px 0; }

@keyframes draw2{
    from { stroke-dashoffset:1580px; }
    to { stroke-dashoffset:2371px; }
}

@keyframes draw3{
    from { stroke-dashoffset:-490px; }
    to { stroke-dashoffset:0; }
}

.btn_white a.cta_btn { color: #4593F0; background: #fff; font-size: 19px; line-height: 35px; text-transform: uppercase; padding: 13px 55px; }
.btn_white a.cta_btn:hover { background: transparent; border-color: #fff; color: #fff; }

.row-fluid .Webops-hero .web_hero_caption h1 { font-style: normal; margin: 0 0 25px; }
.Webops-hero { font-size: 21px; line-height: 35px; }
.row-fluid .web_hero_section.Webops-hero:after { background: url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/plus-1.png) no-repeat center / cover; }
.Webops-hero .btn_white { margin: 50px 0 0; }
.row-fluid .Webops-hero .web_hero_caption { width: 810px; }
.row-fluid .web_hero_section.Webops-hero:before { background: linear-gradient(90.35deg, #257CEB 0.28%, rgba(115, 74, 216, 0.63) 99.69%); }

.develop-services { margin: -90px 0 0 0; position: relative; z-index: 2; }
.row-fluid .develop-services .wrapper { max-width: 1410px; }
.develop-services .inner { background: #FFFFFF; box-shadow: 0px 4px 40px rgba(69, 147, 240, 0.15); border-radius: 7px; padding: 110px 150px 90px; display: flex; flex-wrap: wrap; align-items: center; }
.develop-services .left { width: calc(100% - 354px); padding-right: 10%; }
.develop-services .left h2 { font-size: 50px; line-height: 63px; padding: 0 0 40px; }
.develop-services .image { width: 354px; height: 354px; border-radius: 100%; display: flex; justify-content: flex-end; }
.develop-services .image .icon { width: 177px; height: 177px; background: radial-gradient(181.62% 198.2% at 127.35% 100%, #734AD8 19.93%, #0092F3 91.67%); border-radius: 100%; display: flex; align-items: center; justify-content: center; margin: -40px -40px 0 0; }

.webops-page .row-fluid .innovations-section { margin: 0; }
.webops-page .row-fluid .innovations-section > div { padding: 88px 0 170px; }
.webops-page .row-fluid .innovations-section .cs-testimonials-section { margin: 30px 0 0; }
.webops-page .innovations-section h3 { color: #14202E; font-size: 50px; line-height: 63px; margin: 0 0 30px; display: inline-block; width: 100%; }
.webops-page .row-fluid .innovations-section:before { display: none; }
.webops-page .row-fluid .innovations-section .bee3D--nav { top: calc(100% + 15px); }
.innovations-webops .top { text-align: right; }

body .row-fluid .innovations-webops .cs-testimonials-slider .sinlge-testimonials .bottom .title { font-size: 34px; line-height: 50px; font-family: 'Merriweather'; font-weight: 400; padding-top: 40px; }
.innovations-webops .text { display: flex; flex-wrap: wrap; font-size: 15px; line-height: 27px; }
.innovations-webops .text ul li { margin: 5px 0; display: inline-block; width: 100%; }
.innovations-webops .text ul { column-count: 2; }

.webops-process { padding: 0 0 80px; }
.webops-process .main-title { margin: 0 0 30px; }
.webops-main { margin: 0 auto; max-width: 800px; position: relative; }
.webops-process .main-title h2 { font-size: 50px; line-height: 62px; }
.webops-main .box .inner { display: flex; flex-wrap: wrap; }
.webops-main .box .icon { width: 104px; height: 104px; display: flex; align-items: center; background:#E0E3E9; justify-content: center; border-radius: 100%; position: relative; transition: all .4s linear; }
.webops-main .box .icon img { transition: all .4s linear; }
.webops-main .box .text { width: calc(100% - 104px); padding: 0 0 0 68px; }
.webops-main .box { margin: 50px 0; display: inline-block; width: 100%; }
.webops-main .box h4 { font-size: 19px; line-height: 28px; text-transform: uppercase; font-family: 'Lato'; color: #4593F0; }
.webops-main .box h3 { font-size: 30px; line-height: 42px; font-weight: 700; margin: 10px 0; }

.webops-main .webops-pro { position: absolute; overflow: hidden; width: 4px; bottom: 0; background-color: #D9D9D9; top: 100px; left: 50px; }
.webops-main .webops-pro .pogress { position: absolute; top:0; left: 0; background:#6942CE; width: 100%; }
.webops-main .box.adding .icon img { filter: brightness(2); }
.webops-main .box.adding .icon { background: radial-gradient(181.62% 198.2% at 127.35% 100%, #734AD8 19.93%, #0092F3 91.67%); }

.row-fluid .Webops-hero { background-position: right top !important; background-size: auto 100% !important; } 
.webops-process { padding: 0 0 80px; position: relative; }
.webops-process:after { content: ''; width: 310px; height: 1264px; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/process-shadow.png') no-repeat; position: absolute; top: -40px; right: 0; z-index: -1; }

.webops-page .row-fluid .meeting_success_section { margin-bottom: -500px; position: relative; z-index: 99; }
.webops-page .row-fluid .meeting_success_section h2 { font-size: 40px; line-height: 57px; margin: 0 0 60px; display: inline-block; width: 100%; }
.webops-page .row-fluid .meeting_success_section:after { display: none; }

.webops-page .problem_faq_section { z-index: 2; }
.webops-page .problem_faq_area { padding-top: 500px; }
.webops-page .row-fluid .meeting_success_section:before  { background-position: top right; height: calc(100% - 200px); z-index: -1; }

.webops-page .problem_faq_section:after { background-image: url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/Frequently.png); width: 455px; height: 600px; right: 0; background-size: contain; top: -110px; }
.webops-page .footer:before { content: ''; width: 100%; height: 800px; background:#14202E; position: absolute; bottom: 100%; left: 0; }
.webops-page .footer:after { position: absolute; content: ""; height: 861px; width: 521px; max-width: 100%; top: -1100px; right: 0; background: url(https://enterpriseinbound.kunocreative.com/hubfs/meeting-right-gredient.png) no-repeat center / cover; z-index: -1; }

.row-fluid .redesign1_process_left { width: 350px; text-align: right; padding-right: 25px; border-right: 2px solid #d8d8d8; color: #767676; font-size: 17px; line-height: 28px; font-weight: 400; font-family: Merriweather, serif; }
.row-fluid .redesign1_process_left ul li { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 45px; }
.row-fluid .redesign1_process_left ul li a { display: inline-block; vertical-align: top; width: 100%; color: #767676; }
.row-fluid .redesign1_process_left ul li:last-child { margin: 0; }
.row-fluid .redesign1_process_left ul li.active a, .row-fluid .redesign1_process_left ul li a:hover { color: #1596f7; }
.row-fluid .redesign1_process_left .process_select { display: none; }

.row-fluid .redesign1_process_readmore a { display: inline-block; vertical-align: top; position: relative; padding-right: 30px; }
.row-fluid .redesign1_process_readmore { display: inline-block; vertical-align: top; width: 100%; text-transform: uppercase; font-weight: 400; padding-bottom: 10px; border-bottom: 2px solid #d8d8d8; margin-top: 30px; }
.row-fluid .redesign1_process_readmore a:after { display: inline-block; position: relative; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/readmorearrow.png') no-repeat  center / cover; height: 10px; width: 17px; content: ""; left: 10px; top: -1px; transform: rotate(180deg); }
.row-fluid .redesign1_process_readmore a:hover { color: #1596f7; }
.row-fluid .redesign1_process_readmore.hide a:after { transform: rotate(0); }

/* Content Marketing Service Page */
.row-fluid .marketing_service_hero.Webops-hero { padding: 100px 0; }
.row-fluid .marketing_service_hero.Webops-hero .web_hero_caption h1 { font-size: 31px; line-height: 39px; font-weight: 400; font-style: italic; }
.row-fluid .marketing_service_hero.web_hero_section .sub_text { font-size: 62px; line-height: 1.25; width: 100%; }
.row-fluid .marketing_service_hero.Webops-hero .web_hero_caption { width: 850px; max-width: 100%; }
.row-fluid .marketing_service_hero.web_hero_section.Webops-hero:after { background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/hero-plus-img.png') no-repeat center / cover; height: 628px; width: 666px; max-width: 100%; right: 0; }

.marketing_service_body .team_sales_enable_head { width: 910px; max-width: 100%; margin-left: auto; margin-right: auto; font-size: 19px; line-height: 35px; font-weight: 400; font-family: Lato, sans-serif; }
.marketing_service_body .row-fluid .team_sales_enable_section .wrapper { max-width: 1380px; }
.marketing_service_body .row-fluid .team_sales_enable_section:after { position: absolute; content: ""; height: 1226px; width: 330px; max-width: 100%; max-height: 100%; top: 0; right: 0; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/agency-pattern-img.png') no-repeat center / cover; background-position: bottom; z-index: -1; }
.marketing_service_body .row-fluid .team_sales_enable_section { position: relative; }
.marketing_service_body .row-fluid .team_sales_enable_text { line-height: 1.85; }

.marketing_service_body .row-fluid .service_brand_section.value_brand_section .draw_border_svg.line2, .marketing_service_body .row-fluid .draw_border_svg.line3 { display: none; }
.marketing_service_body .row-fluid .service_brand_section.value_brand_section .service_brand_right_content h3 span { display: unset; }
.marketing_service_body .row-fluid .service_brand_section.value_brand_section .service_brand_right_content h3 { margin-bottom: 10px; }
.marketing_service_body .row-fluid .service_brand_section.value_brand_section .service_brand_right_content h3 + div { line-height: 1.85; }

.marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part h2 { font-size: 40px; line-height: 50px; }
.marketing_service_body .row-fluid .web_zigzag .section_wrap:nth-child(even):before { display: none; }
.marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part ul li { display: inline-block; vertical-align: top; width: 100%; padding-left: 20px; position: relative; margin-bottom: 15px; }
.marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part ul li:before { position: absolute; content: ""; height: 6px; width: 6px; top: 14px; left: 0; border-radius: 100%; background: #4593F0; }
.marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part ul li:last-child { margin-bottom: 0; }
.marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part { padding-top: 70px; padding-bottom: 70px; }
.marketing_service_body .row-fluid .web_zigzag .section_wrap:nth-child(even) .left_part { padding-bottom: 70px; }

.row-fluid .marketing_meeting_section { padding-bottom: 100px; position: relative; }
.row-fluid .marketing_meeting_section:after { position: absolute; content: ""; height: 921px; width: 562px; bottom: 0; left: 0; max-width: 100%; max-height: 100%; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/meeting-shadow-new.png') no-repeat center / cover; }
.marketing_service_body .row-fluid .value_meeting_section .meeting-tool-wrap:after { height: 486px; width: 475px; max-width: 100%; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/meeting_plus-img.png') no-repeat center / cover; bottom: auto; top: -100px; right: -280px; }
.marketing_service_body .row-fluid .Creative_Apart_Box { padding: 0; margin: 0; }
.marketing_service_body .row-fluid .value_meeting_section .meeting-tool-wrap .meetings-iframe-container iframe { height: 685px !important; }


/*** Externded  ***/
.row-fluid .hero-extended { padding: 50px 15px 170px; min-height: 720px; color: #fff; font-size: 21px; line-height: 35px; text-align: center; position: relative; }
.row-fluid .hero-extended:before { content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: radial-gradient(167.79% 187.65% at 132.42% 72.17%, #734AD8 15.1%, #0092F3 62.56%, #00E4F3 100%); transform: matrix(-1, 0, 0, 1, 0, 0); }
.row-fluid .hero-extended .shape { position: absolute; top: 0; right: 0; width: 310px; height: 397px; }
.row-fluid .hero-extended .shape:before { content: ''; width: 100%; height: 100%; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/shape-plus1.png') no-repeat; position: absolute; top: 0; right: 0; background-size: 100%; }
.row-fluid .hero-extended .shape:after { content: ''; width: 143px; height: 142px; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/shape-plus2.png') no-repeat; position: absolute; bottom: -40px; left: 40px; background-size: 100%; }
.row-fluid .hero-extended > div { position: relative; z-index: 1; }
.row-fluid .hero-extended h1 { font-size: 62px; line-height: 78px; margin: 0 0 22px; display: inline-block; width: 100%; }
.row-fluid .hero-extended h3 { font-size: 31px; line-height: 39px; margin: 10px 0 20px; }
.row-fluid .hero-extended .inner { margin: 0 auto; max-width: 710px; width: 100%; }
.row-fluid .hero-extended .logo { margin: 0 0 50px; }

.pricing-extended { padding: 0 15px; }
.pricing-extended .inner { text-align: center; padding: 45px 20px 59px; background: #FFFFFF; box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.11); border-radius: 19px; max-width: 1095px; width: 100%; margin: -120px auto 0; position: relative; }
.pricing-extended .inner:before { content: ''; width: 535px; height: 565px; position: absolute; top: -140px; left: -535px; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/plus1.png') no-repeat; }
.row-fluid .pricing-extended h2 { font-size: 40px; line-height: 48px; padding: 0 0 70px; }
.row-fluid .pricing-extended h2 span { color: #4593F0; font-style: italic; }
.pricing-extended .main { display: flex; flex-wrap: wrap; }
.pricing-extended .main .box { width: 33.33%; font-size: 19px; line-height: 30px; padding: 0 20px; border-right: 1px solid #A4A4A4; }
.pricing-extended .main .box h4 { font-size: 35px; line-height: 42px; color: #4593F0; padding: 0 0 14px; }
.pricing-extended .main .box h5 { font-size: 24px; line-height: 32px; color: #283540; padding: 0 0 10px; }
.pricing-extended .main .box ul li { margin: 8px 0; display: inline-block; width: 100%; }
.pricing-extended .main .box ul li input[type=checkbox] + span{padding-top:0; padding-bottom:0;}
.pricing-extended .main .box ul .hs-form-checkbox + .hs-form-checkbox{padding:0;}
.pricing-extended .main .box:last-child { border-right: none; }
.pricing-extended .main .box .about-btn1 { margin: 30px 0 0; }
.pricing-extended .main .box .about-btn1 a { min-width: 220px; font-size: 19px; line-height: 26px; text-transform: uppercase; padding: 21px 15px; background: #4593F0; border-radius: 100px; color: #fff; }
.pricing-extended .main .box .about-btn1 a:hover { background: #0c73bd; }

.content-extended { padding: 90px 15px 100px; background: #F6F6F6; }
.content-extended .wrapper { display: flex; flex-wrap: wrap; }
.content-extended .left { width: 40%; padding: 0 20px 0 0; }
.content-extended .left h2 { font-size: 40px; line-height: 56px; }
.content-extended .left h2 span { color: #4593F0; font-style: italic; }
.content-extended .right { width: 60%; }
.content-extended .right ul li { margin: 10px 0; display: inline-block; width: 100%; padding: 0 0 0 34px; position: relative; }
.content-extended .right ul li:before { content: ''; width: 18px; height: 13px; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/check-1.png') no-repeat; position: absolute; top: 12px; left: 0; }

.webops-page .row-fluid .meeting_success_section.meetings-extended h2 { margin: 0 0 30px; }
.webops-page .row-fluid .meeting_success_section.meetings-extended h2 span { display: inherit; }
.row-fluid .meeting_success_section.meetings-extended { padding: 85px 0 0; }
.row-fluid .meetings-extended .main_title { text-align: left; margin: 0 0 80px; max-width: 555px; }
.row-fluid .meetings-extended .content { margin: 0; }
.row-fluid .meetings-extended .main_title a { color: #14202E; text-decoration: underline; }
.row-fluid .meetings-extended .main_title a:hover { color: #2d82d2; }

.extended-page .problem_faq_section:after { display: none; }
.row-fluid .meetings-extended.meeting_success_section:before { display: none; }
.row-fluid .meeting_success_section.meetings-extended:after { content: ''; display: block !important; width: 496px; height: 509px; background: url('https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno_2019/images/plus-blue.png') no-repeat; position: absolute; top: -60px; right: 50px; background-size: 100%; }


.row-fluid .extended-popup { display: none; }

.row-fluid .extended-popup { position: fixed; top: 0; left: 0; padding: 50px; overflow: auto; height: 100vh; width: 100%; z-index: 9999; background: rgba(30, 30, 30, 0.9); text-align: left; }
.row-fluid .extended-popup .cover { width: 642px; margin: 0 auto; max-width: 100%; background: #FFFFFF; box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.11); border-radius: 19px; padding: 30px 43px; position: relative; font-family: Lato, sans-serif; }
.row-fluid .extended-popup .cover .close { position: absolute; top: -30px; right: -40px; line-height: 0; cursor: pointer; }
.row-fluid .extended-popup h3 { font-size: 30px; line-height: 42px; font-style: italic; color: #4593F0; margin: 0 0 15px; display: inline-block; width: 100%; }
.row-fluid .extended-popup h3.form-title { display: none; }
.row-fluid .extended-popup .hs-form-field > label { font-size: 17px; line-height: 22px; text-transform: none; font-weight: 400; font-family: Lato, sans-serif; }
.row-fluid .extended-popup .hs-input { background-color: #F8F8F8; border-radius: 5px; height: 53px; }
.row-fluid .extended-popup input.hs-button { display: inline-block; width: auto; min-width: auto; max-width: 100%; }
.row-fluid .extended-popup form fieldset .legal-consent-container > div.hs-richtext { padding: 0; font-size: 14px; line-height: 20px; font-weight: 400; }
.row-fluid .extended-popup form fieldset .legal-consent-container > div.hs-richtext p { padding: 0 0 5px; }
.row-fluid .extended-popup form .hs_submit.hs-submit input { display: inline-block; width: auto; min-width: 292px; max-width: 100%; border-radius: 90px; background-color: #4593F0; border-color: #4593F0; font-size: 19px; line-height: 26px; }
.row-fluid .extended-popup .hs_submit { text-align: center; }
.row-fluid .extended-popup textarea.hs-input { height: 140px; }
.row-fluid .extended-popup .cover .hs-form-field { padding-bottom: 15px !important; }


/* Website Design - LP */
.website-new-hero-main-wrap { display: flex; flex-flow: wrap; position: relative; }
.website-new-hero-main-wrap:after { content: ''; background: radial-gradient(167.79% 187.65% at 132.42% 72.17%, #734AD8 15.1%, #0092F3 62.56%, #00E4F3 100%);  transform: matrix(-1, 0, 0, 1, 0, 0); position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: -1; }
.website-left-side-details-wrap { width: 55%;  position: relative; z-index: 1; } 
.website-right-side-details-wrap { width: 45%; }

.website-new-hero-main-wrap.disable_bottom_section .website-right-side-details-wrap{padding-bottom:130px;}

.website-left-side-details { padding-top: 55px; padding-right: 15%; }
.website-new-hero-logo-wrap { text-align: right; margin-bottom: 37px; }
.website-left-side-details > h3 { font-size: 31px; line-height: 39px; margin-top: 20px; padding-right: 11%; }
.website-new-hero-content { padding-top: 30px; max-width: 497px; } 
.website-right-side-details-wrap { background: #131D28; padding-left: 46px; position: relative; z-index: 1; }
.website-right-side-details { padding-top: 133px; padding-right: 3px; }

.website-right-side-details h3 { font-family: 'Merriweather'; font-style: normal; font-weight: 400; font-size: 31px; line-height: 39px; margin-bottom: 25px; }
.website-right-side-details h3 strong { color: #4593F0; font-weight: normal;  font-style: italic; }
.website-left-side-details { margin-left: -85px; padding-right: 23%; }
.website-right-side-details-meeting { width: calc(100% + 305px); margin-left: -190px; margin-top: 15px; }

.website-right-side-details-meeting iframe { max-height: 686px; }
.website-left-side-details-wrap .plus_sign { position: absolute; height: 597px; width: 597px; max-width: 100%; top: 0; left: -130px; background: url(https://www.kunocreative.com/hubfs/hero-plus-icon.png) no-repeat center / cover; transform: translateY(-32%); opacity:0.4;     z-index: -1; }
.website-right-side-details-wrap .plus_sign { position: absolute; height: 597px; width: 597px; max-width: 100%; top: 50%; right: -190px; background: url(https://www.kunocreative.com/hubfs/hero-plus-icon.png) no-repeat center / cover; transform: translateY(-50%);  opacity:0.4;     z-index: -1; }

.website-new-hero-bottom-details-wrap { position: relative; z-index: 2; padding-top:25px; width: 100%; }
.website-new-hero-bottom-details-wrap:after { content: ''; position: absolute; right: 0; z-index: -1; background: #131D28; width: 45%; height: 100%; top: 0; }
.website-new-hero-bottom-details { box-shadow: 0 0 21px rgb(0 0 0 / 4%); border-radius: 19px; background-color: #ffffff; padding: 65px 52px 105px 142px; font-size: 17px;  margin-bottom: -95px; }
.website-new-hero-bottom-details .get_to_know_raw { align-items: center; }
.website-new-hero-bottom-details .get_to_know_raw .get_to_know_right { padding-left: 0; font-weight: 400; font-size: 19px; line-height: 138%; width: 70%; }
.website-new-hero-bottom-details .get_to_know_raw .get_to_know_left { width: 30%; padding-right: 15px; }
.website-new-hero-bottom-details .get_to_know_raw .get_to_know_left h2 { font-style: normal; font-weight: 400; font-size: 40px; line-height: 57px; }
.website-new-hero-bottom-details .get_to_know_raw .get_to_know_left h2 span { color: #4593F0; }

.website-new-hero-bottom-logo-wrap { margin-top: 55px; margin-bottom: 15px; padding-right: 79px; }
.website-new-hero-bottom-logo-wrap .slick-dots { bottom: -60px; left: -142px; width: calc(100% + 194px); }
.website-new-hero-bottom-logo-wrap .slick-dots li button { background: #D9D9D9; }
.website-new-hero-bottom-logo-wrap .slick-dots li.slick-active button { background: #283540; }

.website-new-hero-bottom-details-wrap:before {     z-index: -1; position: absolute; content: ""; left: 13%; background: url(https://32387.fs1.hubspotusercontent-na1.net/hub/32387/hubfs/images/brand-1.png) no-repeat center / cover; bottom: 0; opacity: 0.4; width: 224px; height: 225px; }
.website-new-hero-bottom-logo { padding: 0px 32px; } 
/* .cs-testimonials-section.website-img-slider-wrap { padding-top: 125px; background-color: #ffffff; padding-bottom: 115px; }
.cs-testimonials-section.website-img-slider-wrap .cs-testimonials-slider { background-color: #ffffff; position: relative; } */
/* .cs-testimonials-section.website-img-slider-wrap .cs-testimonials-slider:after { content: ''; position: absolute; top: 0; right: 0; height: 100%; width: 100%; background: url(https://www.kunocreative.com/hubfs/kuno_2019/images/slider-bg.png); background-repeat: no-repeat; background-position: center; background-size: 60%; left: 0; } */
/* .cs-testimonials-section.website-img-slider-wrap .bee3D--nav.bee3D--nav__next { margin-left: 40px; transform: translateX(-50%) scaleX(-1); }
.cs-testimonials-section.website-img-slider-wrap .bee3D--nav { top: calc(100% + 45px); bottom: auto; margin: 0; transform: none; left: 50%; transform: translateX(-50%); background-image: url(https://www.kunocreative.com/hubfs/kuno_2019/images/arrow.png); width: 38px; background-position: center; background-repeat: no-repeat; background-size: contain; background-color: transparent; }
body .row-fluid .website-img-slider-wrap .sinlge-testimonials { height: auto; width: 832px; margin-left: -23%; }
body .row-fluid .website-img-slider-wrap .sinlge-testimonials img { max-height: 100%; } */

.cs-testimonials-section.website-img-slider-wrap { padding-top: 205px; background-color: #F6F6F6; padding-bottom: 115px; position: relative;  }
.cs-testimonials-section.website-img-slider-wrap .cs-testimonials-slider { background-color: transparent; position: relative; z-index: 3; }
.cs-testimonials-section.website-img-slider-wrap .cs-testimonials-slider:after { content: ''; position: absolute; top: -150px; right: 0; height: calc(100% + 300px); width: 100%; background: url(https://www.kunocreative.com/hubfs/shape-css.png); background-repeat: no-repeat; background-position: center; background-size: 63%; left: 0; z-index: -1;}
.cs-testimonials-section.website-img-slider-wrap .bee3D--nav { bottom: 0; margin: 0; transform: none; left: 48%; transform: translateX(-50%); background-image: url(https://www.kunocreative.com/hubfs/kuno_2019/images/arrow.png); width: 38px; background-position: center; background-repeat: no-repeat; background-size: contain; background-color: transparent; }
body .row-fluid .website-img-slider-wrap .sinlge-testimonials { height: auto;  margin-left: -23%; margin-top: -240px;}
body .row-fluid .website-img-slider-wrap .sinlge-testimonials img { max-height: 100%; width: 100%; }
.cs-testimonials-section.website-img-slider-wrap .bee3D--nav.bee3D--nav__next { margin-left: 60px; transform: translateX(-50%) scaleX(-1); }

.kind_word_section.client-quotes-main-wrap:before, .kind_word_section.client-quotes-main-wrap:after { display: none; }
.kind_word_section.client-quotes-main-wrap .kind_word_area:before { display: none; }
.kind_word_section.client-quotes-main-wrap .kind_testimonial_slider_wrap { background-color: transparent; box-shadow: none; padding: 0; margin-bottom: 0; }
.newPage .container-fluid .row-fluid .kind_word_section.client-quotes-main-wrap .wrapper { max-width: 1250px; display: flex; }
.client-quotes-main-wrap .kind_word_head { width: 391px; padding-right: 15px; padding-top:25px; }
.client-quotes-main-wrap .kind_testimonial_slider_area { width: calc(100% - 391px); }
.client-quotes-main-wrap .kind_word_head h2 span { font-style: italic; }
/* .client-quotes-main-wrap .kind_testimonial_img { padding-top: 0; }
.client-quotes-main-wrap .kind_testimonial_content { padding-top: 0; } */
.client-quotes-main-wrap .kind_testimonial_content .kind_testimonial_details { padding-top: 20px; }
.kind_word_section.client-quotes-main-wrap .kind_word_area { padding-bottom: 115px; background-color: #F6F6F6; }
.kind_word_section.client-quotes-main-wrap .kind_testimonial_content { font-weight: 400; color: #283540; }
.kind_word_section.client-quotes-main-wrap .kind_testimonial_imgin { background-color: #fff !important; background-size: 158px !important; }
.kind_word_section.client-quotes-main-wrap .slick-dots  { bottom: -20px; padding-right: 0; }


/**/
.webops-page .row-fluid .team_sales_enable_col { width:33.33%; padding:20px 20px 40px; }
.webops-page .row-fluid .meeting_success_section:before { display:none; }
.webops-page .row-fluid .meeting_success_section { margin-bottom: 0; padding-top: 90px; overflow:hidden; }   
.webops-page .row-fluid .footer { overflow:hidden; }
.webops-page .row-fluid .action_card { max-width: 800px; margin: 0 auto 100px; }  
.webops-page .row-fluid .action_card .contain { max-width:600px; }
.webops-page .meeting_success_head, .lp-video-meeting-page .meeting_success_head{ position:relative; }
.webops-page .meeting_success_head:before, .lp-video-meeting-page .meeting_success_head:before{ position:absolute; content:""; right: -240px; bottom: 20px; z-index: -1; background:url('https://enterpriseinbound.kunocreative.com/hubfs/blue-plus-arrow.png') no-repeat center / cover; height: 558px; width: 547px; }
.webops-page .row-fluid .action_card.image-foreground .thumb { max-width: 380px; }

.ttl-content{position:relative; z-index:1;    margin-top: 24px;}
.ttl-content:after{position:absolute;z-index:-1;content:'';background:radial-gradient(181.62% 198.2% at 127.35% 100%,#734AD8 19.93%,#0092F3 91.67%);opacity:0.8;left:0;top:0;width:100%;height:calc(100% - 148px);}
.ttl-content .inner-dv{margin:80px 0 0 0;padding:78px 0 80px;position:relative;z-index:1;}
.ttl-content .inner-dv:after{position:absolute;left:50%;top:0;width:calc(100% + 390px);height:100%;content:'';background:#FFFFFF;box-shadow:0px 4px 40px rgba(69,147,240,0.15);border-radius:7px;z-index:-1;transform:translate(-50%,0);}
.ttl-content .widget-type-header{margin:0 0 50px 0;}
.ttl-content .widget-type-header h2{font-size:35px;line-height:44px;text-align: center;font-weight:700;}
.ttl-content .widget-type-header h2 span{color:#1596F7;font-style:italic;}
.ttl-content .inner-dv .boxes{margin:0 -60px;float:none;width:auto;}
.ttl-content .widget-type-rich_text{padding:0 30px;}
.ttl-content .widget-type-rich_text ul{margin:0;padding:0;list-style-type:none;}
.ttl-content .widget-type-rich_text ul li{margin:15px 0;padding:0; font-size:21px;line-height:33px;padding-left:20px;position:relative;letter-spacing:0.03em;}
.ttl-content .widget-type-rich_text ul li:before{content:'';width:8px;height:8px;position:absolute;top:14px;left:0;background:#1596F7;border-radius:10px;}

.pro-tabs{padding:150px 0;}
.pro-tabs .widget-type-header{margin:0 0 50px 0;}
.pro-tabs .widget-type-header h2{font-size:31px;line-height:44px;text-align: center;font-weight:700;}
.pro-tabs .widget-type-header h2 span{color:#1596F7;font-style:italic;}
.pro-tabs .inner-main{display: flex;}
.pro-tabs .inner-main .left-click{width:170px;border-right:solid 2px rgba(0,0,0,0.2);text-align:right;font-family:Merriweather, serif;font-size:17px;color:#767676;padding:14px 40px 0 0;margin:150px 0 0 0;}
.pro-tabs .inner-main .left-click .tabs-title {cursor: pointer;transition: 400ms;}
.pro-tabs .inner-main .left-click .tabs-title + .tabs-title{margin-top: 30px;}
.pro-tabs .inner-main .left-click .tabs-title.current{color:#1596F7;}
.pro-tabs .inner-main .right-change{width:calc(100% - 170px);padding:0 0 0 70px;}
.pro-tabs .inner-flex{display:flex;margin:0 -40px;}
.pro-tabs .box{width:calc(50% - 80px);margin:0 40px;}
.pro-tabs .box h3{font-weight:500;font-size:40px;}
.pro-tabs .box .sub-text{font-size:27px;font-family:Merriweather, serif;color:#7D8AA2;font-weight:300;font-style:italic;padding:5px 0 0;}
.pro-tabs .box .white-bx{background:#fff; box-shadow:0px 4px 40px rgba(69,147,240,0.15);border-radius:10px;margin:60px 0 0 0;padding:60px; position: relative; z-index:1; }
.pro-tabs .box .white-bx .icon { position: absolute; top: 38px; right: 30px; z-index:-1; }
.pro-tabs .box .white-bx h3{color:#1596F7;font-weight:700;font-size:30px;line-height:38px;margin:0 0 23px 0;}
.pro-tabs .box .white-bx ul{margin:0;padding:0;list-style-type:none;}
.pro-tabs .box .white-bx ul li{margin:0;padding:0; font-size:18px;line-height:33px;padding-left:13px;position:relative;font-weight:300;letter-spacing:-0.5px;}
.pro-tabs .box .white-bx ul li:before{content:'';width:5px;height:5px;position:absolute;top:16px;left:0;background:#14202E;border-radius:10px;}

.meetings_rep.section-style{padding:150px 0 20px 0; background: url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/theme-kuno/images/circle-half-blue.png) no-repeat right top;}
.meetings_rep.section-style .widget-type-rich_text{max-width:690px;margin:55px auto 0;}
.meetings_rep.section-style .sub-text .widget-type-rich_text{color:#1596F7;font-style:italic;font-family:Merriweather, serif;font-weight:400;font-size:30px;line-height:54px;}
.meetings_rep.section-style .meeting:after,
.meetings_rep.section-style .meeting > .hs_cos_wrapper:after{display:none;}
.meetings_rep.section-style .meeting > .hs_cos_wrapper > div:before,
.meetings_rep.section-style .meeting > .hs_cos_wrapper:before{top:auto;bottom:100px;}
.meetings_rep.section-style .meeting > .hs_cos_wrapper > div:before{bottom:170px;}
.meetings_rep.section-style .bottom-text .widget-type-rich_text{margin-top:-80px;}

.testimonial{position: relative; z-index:1;/*margin:275px 0 170px;*/ padding:275px 0 170px; overflow:hidden;}
.testimonial:after{content:'';position:absolute;z-index:-1;top:50%;right:0;width:57%;margin:30px 0 0 0;height:calc(100% - 150px);background:radial-gradient(181.62% 198.2% at 127.35% 100%,#734AD8 19.93%,#0092F3 91.67%);opacity:0.8;transform:translate(0,-50%);}
.testimonial h2{font-size:33px;line-height:44px; font-weight:700;font-style:italic;}
.testimonial h2 span{color:#1596F7;}
.testimonial .inner-wrapper{display:flex;align-items:center;}
.testimonial .left-title{width:30%;position: relative;margin:120px 0 0 0;z-index:9;}
.testimonial .left-title:after{position:absolute;left:170px;top:-340px;width:236px;height:203px;content:'';background:url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/theme-kuno/images/translucent-quotes.svg) no-repeat center;}
.testimonial .slider-all{width:70%;}
.testimonial .slider-all .list{}
.testimonial .slider-all .list > div{background:#fff;border-radius:7px;padding:60px 65px;margin:0 25px;}
.testimonial .slider-all .list.slick-active > div{box-shadow:0px 4px 40px rgba(125,138,162,0.15);}
.testimonial .slider-all .upper-dv{display:flex;align-items:center;}
.testimonial .slider-all .upper-dv .image{width:94px;height:94px;border-radius:100%;overflow:hidden;}
.testimonial .slider-all .upper-dv .image img{width:100%;height:100%;object-fit:cover;}
.testimonial .slider-all .upper-dv .detail{width:calc(100% - 94px);margin:0;border:none;height:auto;border-radius:0;padding:0 0 0 35px;}
.testimonial .slider-all .upper-dv .detail .name{color:#1596F7;font-family:Merriweather, serif;font-weight:600;font-size:22px;line-height:30px;}
.testimonial .slider-all .upper-dv .detail .post{color:#7D8AA2;font-weight:400;font-size:19px;line-height:30px;font-style:italic;}
.testimonial .slider-all .content{font-family:Merriweather, serif;padding: 40px 0 0 0;}
.testimonial .max-size{max-width:750px;}
.testimonial .controls{display:flex;align-items:center;margin: 60px 0 -30px 0;}
.testimonial .controls .ctrl{background:url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/theme-kuno/images/arrow-left.png) no-repeat center;width:30px;height:30px;filter:grayscale(1);opacity:0.8;cursor:pointer;transition:400ms;}
.testimonial .controls .ctrl:hover{filter:grayscale(0);opacity:1;}
.testimonial .controls .ctrl.left-ctrl{transform:scaleX(-1) translate(0, -1px);}
.testimonial .controls .ctrl + .ctrl{margin: 0 0 0 30px;}
.testimonial .slick-list{overflow:visible;position: relative;}
.testimonial .slick-list:after{position:absolute;right:100%;top:-50px;width:4000px;height:calc(100% + 100px);content:'';background-color:#fff;margin:0 4px 0 0;}

.marresou-wrapper{padding:100px 0;}
.marresou-wrapper .title-part{text-align:center;}
.marresou-wrapper .title-part h2{font-weight:700;}
.marresou-wrapper .list-wrapper{display:flex;margin:0 -15px;flex-flow:row wrap;justify-content: center;}
.marresou-wrapper .list-wrapper .marresou-box{width:calc(33.33% - 30px);margin:0 15px;}
.marresou-wrapper .list-wrapper .marresou-box a{float:none;width:auto;display:block;}

.directrep_main.two-column .box { width: calc(100% / 2); }
.hub-success-owners-wrap .row-fluid .meetings-extended .main_title { margin-left: auto; margin-right: auto; text-align: center; max-width: 700px; margin-bottom: 40px; } 
.hub-success-owners-wrap .row-fluid .meetings-extended .main_title h5 span { font-size: 30px; font-style: italic; font-weight: 400; line-height: 54px; color: #4593F0; text-transform: none; }
.hub-success-owners-wrap .row-fluid .meetings-extended .main_title .content { width: 100%; }
.hub-success-owners-wrap .row-fluid .growth_mind_head h2 { font-size: 33px; font-style: italic; font-weight: 900; line-height: 142.2%; }
.hub-success-owners-wrap .row-fluid .growth_mind_head h2 span { display: inline-block; }
.hub-success-owners-wrap .row-fluid .hero-extended:before { background: radial-gradient(187.65% 167.79% at 50% 50%, #734AD8 15.1%, #0092F3 62.56%, #00E4F3 100%); }
.hub-success-owners-wrap .row-fluid .hero-extended .inner { max-width: 902px; }
.hub-success-owners-wrap .row-fluid .hero-extended .con { max-width: 620px; margin: 0px auto; }
.hub-success-owners-wrap.webops-page .meeting_success_head:before { display:none !important; }
.hub-success-owners-wrap .row-fluid .meeting_success_section.meetings-extended:after { display:none !important; }
.hub-success-owners-wrap .meetinf_code { position: relative; }
.hub-success-owners-wrap .meetinf_code:before { content: ''; position: absolute; left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71' height='71' viewBox='0 0 71 71' fill='none'%3E%3Crect x='32' width='7' height='71' fill='url(%23paint0_radial_1125_696)'/%3E%3Crect x='71' y='32' width='7' height='71' transform='rotate(90 71 32)' fill='url(%23paint1_radial_1125_696)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1125_696' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(40.9145 71) rotate(-180) scale(12.7137 140.724)'%3E%3Cstop offset='0.199259' stop-color='%23734AD8'/%3E%3Cstop offset='0.916667' stop-color='%230092F3'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_1125_696' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(79.9145 103) rotate(-180) scale(12.7137 140.724)'%3E%3Cstop offset='0.199259' stop-color='%23734AD8'/%3E%3Cstop offset='0.916667' stop-color='%230092F3'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"); width: 71px; height: 71px; top: 20px; }
.hub-success-owners-wrap .meetinf_code:after { content: ''; position: absolute; right: -20px; width: 112px; height: 120px; bottom: 90px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='120' viewBox='0 0 112 120' fill='none'%3E%3Crect x='80.6901' y='63' width='5.61972' height='57' fill='url(%23paint0_radial_1_138)'/%3E%3Crect x='112' y='88.6899' width='5.61972' height='57' transform='rotate(90 112 88.6899)' fill='url(%23paint1_radial_1_138)'/%3E%3Crect x='20.2817' width='4.43662' height='45' fill='url(%23paint2_radial_1_138)'/%3E%3Crect x='45' y='20.2815' width='4.43662' height='45' transform='rotate(90 45 20.2815)' fill='url(%23paint3_radial_1_138)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1_138' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(87.8469 120) rotate(-180) scale(10.2068 112.975)'%3E%3Cstop offset='0.199259' stop-color='%23734AD8'/%3E%3Cstop offset='0.916667' stop-color='%230092F3'/%3E%3C/radialGradient%3E%3CradialGradient id='paint1_radial_1_138' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(119.157 145.69) rotate(-180) scale(10.2068 112.975)'%3E%3Cstop offset='0.199259' stop-color='%23734AD8'/%3E%3Cstop offset='0.916667' stop-color='%230092F3'/%3E%3C/radialGradient%3E%3CradialGradient id='paint2_radial_1_138' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(25.9317 45) rotate(-180) scale(8.05796 89.191)'%3E%3Cstop offset='0.199259' stop-color='%23734AD8'/%3E%3Cstop offset='0.916667' stop-color='%230092F3'/%3E%3C/radialGradient%3E%3CradialGradient id='paint3_radial_1_138' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(50.6501 65.2815) rotate(-180) scale(8.05796 89.191)'%3E%3Cstop offset='0.199259' stop-color='%23734AD8'/%3E%3Cstop offset='0.916667' stop-color='%230092F3'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E"); }


.hs-content-id-148514343823.webops-page .problem_faq_area {  padding-top:120px; } 



/* 12-3-2023 */
/* [data-widget-type="cell"]{display:unset;} */
.section-overflow{overflow:unset !important;}
.content--sticky {position: sticky;top: 0;height: calc(100vh - var(--offset)); }

.row-flex{display:flex;flex-wrap:wrap;}
div.title-text h2{color: #000;font-size: 40px;font-weight: 300;line-height: normal;}
div.title-text h2 span,.title-text h2 strong{color: #4593F0;}
div.title-text h2 em{color: #4593F0;font-size: 40px;font-style: italic;font-weight: 700;line-height: normal;}
div.title-text h4{color: #4593F0;font-size: 23px;font-weight: 700;line-height: 33px;}
.v-center{display:flex;align-items:center;}
.btn-1 a, .btn-1 button{color: #FFF;text-align: center;font-size: 14px;font-weight: 700;line-height: 28px;text-transform: uppercase;padding:20px 24px;border-radius: 30px;background: #1096F7;transition: .4s ease;}
.btn-1 a:hover, .btn-1 button:hover{background: #000;color: #fff;}
.gray-section{background: linear-gradient(180deg, #FAFCFF 0%, #B3B5B9 278.58%);}
.gray-gradient-reverse .gray-section{background: linear-gradient(0deg, #FAFCFF 0%, #B3B5B9 278.58%);}
.dark-section .gray-section,.dark-section.gray-section{background: linear-gradient(180deg, #4593F0 0%, #28558A 100%);}
div.dark-section h2, div.dark-section h2 em, div.dark-section h4,section.dark-section h2,section.dark-section h2 em{color: #fff;}
.row-reverse .row-flex{flex-direction:row-reverse;}
.minh{height:100vh;}

/* ==========================
Hero section css start 
========================== */
.hero-banner-section{padding:33px 0 28px;}
.hero-banner-inner{border-radius: 22px;background: linear-gradient(180deg, #4593F0 0%, #28558A 100%);position:relative;overflow:hidden;}
.hero-banner-section .hero-banner-inner:before{content:'';position:absolute;width:100%;height:100%;background:url(https://www.kunocreative.com/hubfs/2019/Images/bg-pattern.png) no-repeat center / cover;}
.hero-banner-section .hero-banner-row{position:relative;z-index:2;}
.hero-banner-section .hero-banner-row .left-content{padding:65px 30px 65px calc((100% - 1390px) / 2);width:60%;}
.hero-banner-section .hero-banner-row .left-content .brand-logo{margin-bottom:56px;}
.hero-banner-section .hero-banner-row .left-content .brand-logo img{max-width:141px;}
.hero-banner-section .hero-banner-row .left-content h1{color: #FFF;font-size: 62px;line-height: normal;}
.hero-banner-section .hero-banner-row .left-content h1 em{font-weight:300;}
.hero-banner-section .hero-banner-row .content{color: #FFF;font-size: 19px;font-weight: 400;line-height: 33px;margin-top:55px;}
.hero-banner-section .hero-banner-row .content strong{font-size:24px;font-weight:700;}
.hero-banner-section .hero-banner-row .right-content{width:40%;display:flex;align-items:flex-end;justify-content:flex-end;}
.hero-banner-section .hero-banner-row .right-content .banner-img{display:flex;justify-content:flex-end;position:relative;margin-bottom: -30px;max-width:729px;}
.hero-banner-section .hero-banner-row .right-content .banner-img > img{display:block;top: -30px;position: relative;}
.hero-banner-section .hero-banner-row .right-content .badge-image{position:absolute;width:211px;height:211px;left:8%;bottom:317px;}
.hero-banner-section .hero-banner-row .right-content .badge-image img{max-width:211px;display:block;filter: drop-shadow(9px 16px 26.2px rgba(0, 0, 0, 0.25));width:100%;}

/* ==========================
Content image section 1 css start 
========================== */
/* .content-image-section{padding-bottom:28px;} */
.content-image-section .content-image-inner {padding: 35px 0;border-radius: 22px;overflow: hidden;}
.content-image-section .content-image-section-row .content-image-section-left {padding: 0 70px 0 calc((100% - 1390px) / 2);width: 58%;}
.content-image-section .content-image-section-row .content-image-section-left .count{-webkit-text-fill-color: transparent;-webkit-text-stroke: 3px;font-size: 69px;font-weight: 700;line-height: normal;margin-bottom:15px;color:#4593F0;}
.content-image-section .content-image-section-row .content-image-section-left .content{margin-top:37px;color: #000;font-size: 17px;font-weight: 400;line-height: 33px;} 
.content-image-section .content-image-section-row .content-image-section-right{width:42%;text-align:right;}
.content-image-section .content-image-section-row .content-image-section-right .section-img{position:relative;text-align:right;}
.content-image-section .content-image-section-row .content-image-section-right .content-on-image{position:absolute;bottom: 0;right: 82px;max-width:408px;border-radius: 9px;opacity: 0.9;background: #4593F0;box-shadow: 16px 24px 65.1px 0px rgba(0, 0, 0, 0.25);color: #FFF;font-size: 15px;font-weight: 400;line-height: 30px;padding:22px;}

/* ==========================
Content image section 2 css start 
========================== */

/* .content-image-section-2{margin-bottom:28px;} */
.content-image-section-2 .content-image-inner {padding: 30px 0;border-radius: 22px;overflow: hidden;position:relative;}
.bg-img .content-image-section-2 .content-image-inner .section-bg{position:absolute;width:60%;height:100%;top:0;left:0;mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 98%);mask-size: contain;mask-repeat: no-repeat;}
.bg-img .content-image-section-2 .content-image-inner .section-bg img{width:100%;height:100%;object-fit:cover;}
.content-image-section-2 .content-image-inner .section-bg:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;}
.bg-img .content-image-section-2 .content-image-inner{background: linear-gradient(0deg, #4593F0 0%, #28558A 100%);}
/* .bg-img .content-image-section-2 .content-image-inner .section-bg:before{background: linear-gradient(270deg, #4593F0 -69.66%, rgba(40, 85, 138, 0.00) 97.05%);} */
.bg-img .content-image-section-2 .content-image-section-row{position:relative;z-index:2;display:flex;align-items:center;}
.content-image-section-2 .content-image-section-row .content-image-section-left,
.content-image-section-2 .content-image-section-row .content-image-section-right{width: 50%;}
.content-image-section-2 .content-image-section-row .section-img{position:relative;padding-bottom:33px;}
.content-image-section-2 .content-image-section-row .section-img img{filter: drop-shadow(-39.259px 57.662px 65.637px rgba(69, 147, 240, 0.16));}
.content-image-section-2 .content-image-section-row .content-image-section-left{padding-left:60px;}
.content-image-section-2 .content-image-section-row .content-image-section-left .count{-webkit-text-fill-color: transparent;-webkit-text-stroke: 2px;font-size: 69px;font-weight: 700;line-height: normal;margin-bottom:15px;}
.content-image-section-2 .content-image-section-row .content-image-section-left .content{margin-top:37px;color: #000;font-size: 17px;font-weight: 400;line-height: 33px;} 
.dark-section .content-image-section-2 .content-image-section-row .content-image-section-left,.dark-section.content-image-section-2 .content-image-section-row .content-image-section-left{padding-right:0;padding-left:60px;}
.dark-section.row-reverse .content-image-section-2 .content-image-section-row .content-image-section-left,.dark-section.row-reverse.content-image-section-2 .content-image-section-row .content-image-section-left{padding-right:60px;padding-left:0;}
.dark-section .content-image-section-2 .content-image-section-row .content-image-section-left .count,.dark-section.content-image-section-2 .content-image-section-row .content-image-section-left .count{color:#fff;}
.dark-section .content-image-section-2 .content-image-section-row .content-image-section-left .content,.dark-section.content-image-section-2 .content-image-section-row .content-image-section-left .content{color:#fff;}
.row-reverse .content-image-section-2 .content-image-section-right,.row-reverse.content-image-section-2 .content-image-section-right{position:relative;}
.row-reverse.content-image-section-2 .content-image-section-row .section-img,.row-reverse .content-image-section-2 .content-image-section-row .section-img{text-align:right;}
.content-image-section-2 .content-image-section-right .content-on-image{padding:32px 38px;border-radius: 9px;opacity: 0.9;background: var(--white, #FFF);box-shadow: 16px 24px 65.1px 0px rgba(0, 0, 0, 0.25);position:absolute;bottom:0;right:0;max-width:440px;color: #000;font-size: 15px;font-weight: 400;line-height: 30px;text-align:left;}
/* .bg-img .content-image-section-2 .content-image-inner{position:relative;} */
/* .bg-img .content-image-section-2 .content-image-inner:before{content:'';position:absolute;width:60%;background:red;height:100%;;top:0;left:0;} */

/* ==========================
More Recommendation section css start 
========================== */
.more-recommendation-section .more-recommendation-section-inner{background:#fff;border-radius: 22px;}
.more-recommendation-section .more-recommendation-row .more-recommendation-col{width:50%;}
.more-recommendation-section .title-text h2{color: #000;font-size: 30px;font-weight: 400;line-height: 48px;}
.more-recommendation-section .more-recommendation-row .col-left{padding-right:70px;}
.more-recommendation-section .find-out-form-wrapper{padding:60px;border-radius: 10px;background: #FFF;box-shadow: 22px 31px 46px 0px rgba(69, 147, 240, 0.15);}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form h4{color: #4593F0;font-size: 28px;font-weight: 400;line-height: 48px;margin-bottom:23px;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form [class*=form-columns-] {padding:0 !important;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form .hs-form-field > label{margin:0;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form input[type="text"],.more-recommendation-section .find-out-form-wrapper .hs-custom-form input[type="email"]{border-radius: 4px;border: 1px solid #D3D3D3;background: #F4F4F4;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form .hs-input{color: #6F6F6F;font-size: 17px;font-weight: 400;line-height: 25px;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form .hs-input:placeholder{color: #6F6F6F;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form .hs-input:focus{border-color:#4593F0;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form .legal-consent-container{color: #6F6F6F;font-size: 14px;font-weight: 400;line-height: 23px;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form .actions{text-align:center;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form .hs-button.primary{color: #FFF;text-align: center;font-size: 14px;font-weight: 700;line-height: 28px;text-transform: uppercase;padding: 18px 24px;border-radius: 30px;background: #1096F7;transition: .4s ease;border:0;width: auto;font-family: Lato, sans-serif;height:auto;min-width:325px;}
.more-recommendation-section .find-out-form-wrapper .hs-custom-form .hs-button.primary:hover{background: #000;color: #fff;}

/* ==========================
Consultation section section css start 
========================== */
.consultation-wrapper{position:relative;}
.consultation-section{display:none;background:linear-gradient(to bottom, #FAFCFF -2.43%, rgba(179, 181, 185, 0.00) 72.93%), url(https://www.kunocreative.com/hubfs/2019/Images/consultation-bg.png) no-repeat center / cover;border-radius: 22px;overflow:hidden;}
.consultation-section .consultation-content {display: flex;align-items: center;justify-content: center;min-height:880px;}
.consultation-section .consultation-content .consultation-content-inner {max-width: 900px;margin: 0 auto;text-align:center;}
.consultation-section .consultation-content .logo-icon{margin-bottom:75px;}
.consultation-section .consultation-content .logo-icon img{max-width:36px;}
.consultation-section .consultation-content .title-text h2{color: #4593F0;font-style: italic;font-weight: 700;line-height: normal;margin-bottom:40px;}
.consultation-section .consultation-content .title-text .subtitle{color: #000;font-size: 26px;font-weight: 400;line-height: 36px; }
.consultation-section .consultation-content .btn-1{margin-top:60px;display:inline-block;}
/* .footer-container-wrapper{display:none;} */

/* ROI of content marketing page */
.row-fluid .container.large { max-width: 1370px; }

.row-fluid .roi_hero { margin-top: 20px; border-radius: 22px; padding: 60px 0 240px; position: relative; }
.row-fluid .roi_hero:before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; border-radius: 22px; background: linear-gradient(180deg, #4593F0 0%, #28558A 100%); opacity: 0.8; }
.row-fluid .roi_hero .container.large { position: relative; z-index: 1; }
.row-fluid .roi_hero .roi_hero_title { padding-top: 130px; }
.row-fluid .roi_hero .roi_hero_title h1 { color: #fff; font-size: 62px; }

.row-fluid .roi_intro_sc .cover { width: 830px; max-width: 100%; border-radius: 20px; background: #FFF; position: relative; margin: -120px auto 0; color: #283540; padding: 60px 70px; font-family: Open Sans, sans-serif; }
.row-fluid .roi_intro_sc .cover h2.h4,
.row-fluid .roi_intro_sc .cover h4 { font-size: 24px; font-weight: 700; color: #4593F0; line-height: 33px; margin-bottom: 13px; }

.soft_benefit_sc { padding: 40px 0 120px; }
.soft_benefit_wrap { display: flex; align-items: center; flex-wrap: wrap; font-family: Open Sans, sans-serif; }
.soft_benefit_wrap .left { width: 44%; font-size: 17px; line-height: 1.95; color: #000; }
.soft_benefit_wrap .right { width: 56%; padding-left: 50px; display: flex; flex-wrap: wrap; justify-content: center; }
.row-fluid .soft_benefit_wrap .left h2.h3,
.row-fluid .soft_benefit_wrap .left h3 { font-size: 40px; line-height: 1.2; font-weight: 300; color: #000; }
.row-fluid .soft_benefit_wrap .left .text { padding: 25px 0 30px 0; }
.row-fluid .soft_benefit_wrap .left h3.h4,
.row-fluid .soft_benefit_wrap .left h4{ color: #4593F0; font-style: italic; font-weight: 300; font-size: 30px; line-height: 40px;}
.soft_benefit_wrap .right .item { width: 33.33%; padding: 0 15px; }
.soft_benefit_wrap .right .item .icon { height: 100px; width: 100px; background: #fff; display: flex; align-items: center; justify-content: center; border: 1px solid #4593F0; border-radius: 100%; position: relative; margin: 0 auto; }
.soft_benefit_wrap .right .item .title { display: block; width: 110px; font-size: 17px; color: #283540; line-height: 1.5; font-family: Merriweather, serif; margin: 8px auto 0; }

.row-fluid .best_metric_sc { border-radius: 22px; background: linear-gradient(180deg, #FAFCFF 0%, #B3B5B9 278.58%); padding: 100px 0 70px; font-family: Open Sans, sans-serif; }
.row-fluid .best_metric_sc .head h2 { font-size: 40px; line-height: 1.4; font-weight: 300; width: 1000px; max-width: 100%; margin: 0 auto 15px; }
.row-fluid .best_metric_sc .head h2 span { color: #4593F0; }
.row-fluid .best_metric_sc .head { font-size: 17px; line-height: 1.95; color: #000; margin-bottom: 50px; }
.row-fluid .best_metric_sc .wrap { display: flex; flex-wrap: wrap; width: 100%; }
.row-fluid .best_metric_sc .wrap .left { width: 300px; }
.row-fluid .best_metric_sc .wrap .right { width: calc(100% - 300px); padding-left: 70px; }
.row-fluid .best_metric_sc .wrap .left h3 { font-size: 30px; line-height: 43px; color: #4593F0; font-style: italic; }

.row-fluid .roi_impact_sc { padding: 120px 0 80px; font-family: Open Sans, sans-serif; }
.row-fluid .roi_impact_sc .head h2 { font-size: 30px; line-height: 43px; }
.row-fluid .roi_impact_sc .head { margin-bottom: 90px; }
.row-fluid .roi_impact_sc .head h2 span { color: #4593F0; }

.row-fluid .roi_impact_wrap { display: flex; flex-wrap: wrap; margin: 0 -11px; }
.row-fluid .roi_impact_wrap .roi_impact_item { width: calc(33.33% - 22px); margin: 11px; }
.row-fluid .roi_impact_wrap .roi_impact_item .topbox { border-radius: 22px; background: #FFF; box-shadow: 0px 4px 40px 0px rgba(69, 147, 240, 0.15); min-height: 190px; position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-bottom: 122px; }
.row-fluid .roi_impact_wrap .roi_impact_item .topbox .pre_title { display: inline-block; vertical-align: top; width: auto; border-radius: 22px; background: linear-gradient(270deg, #29578E 0%, #4592EF 100%); color: #fff; font-size: 17px; line-height: 1.95; padding: 2px 10px; min-width: 185px; margin-top: -18px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.row-fluid .roi_impact_wrap .roi_impact_item .topbox .title { padding: 35px 15px; width: 100%; }
.row-fluid .roi_impact_wrap .roi_impact_item .topbox .title h3.h4,
.row-fluid .roi_impact_wrap .roi_impact_item .topbox .title h4 { font-weight: 300; color: #4593F0; font-style: italic; font-size: 30px; line-height:40px;}
.row-fluid .roi_impact_wrap .roi_impact_item .bottombox { border-radius: 22px; background: #FFF; box-shadow: 0px 4px 40px 0px rgba(69, 147, 240, 0.15); padding: 55px 70px; position: relative; }
.row-fluid .roi_impact_wrap .roi_impact_item .bottombox h4 { font-size: 20px; line-height: 33px; color: #4593F0; font-weight: 300; margin-bottom: 20px; }
.row-fluid .roi_impact_wrap .roi_impact_item .bottombox .text ul { text-align: left; }
.row-fluid .roi_impact_wrap .roi_impact_item .bottombox .text ul li { padding-left: 15px; font-size: 17px; color: #000; position: relative; }
.row-fluid .roi_impact_wrap .roi_impact_item .bottombox .text ul li:before { position: absolute; content: ""; height: 5px; width: 5px; top: 14px; left: 0; border-radius: 100%; background: #000; }
.row-fluid .roi_impact_wrap .roi_impact_item .topbox .line { position: absolute; top: calc(100% + 16px); left: 0; right: 0; background: #E4E7EC; height: 90px; width: 5px; margin: 0 auto; }
.row-fluid .roi_impact_wrap .roi_impact_item .topbox .line:before { position: absolute; content: ""; left: 0; right: 0; margin: 0 auto; height: 0; width: 100%; background: #4593F0; transition: all ease-in-out 1s; transition-delay: 1s; }
.row-fluid .roi_impact_wrap .roi_impact_item .bottombox .dots { line-height: 0; position: absolute; top: -24px; left: 0; right: 0; margin: auto; z-index: 1; transition: all ease-in-out 1s; transition-delay: 1.7s; transform: scale(0); }
.row-fluid .roi_impact_wrap.go .roi_impact_item .topbox .line:before { height: 100%; }
.row-fluid .roi_impact_wrap.go .roi_impact_item .bottombox .dots { transform: scale(1); }

.row-fluid .roi_model_sc .cover { border-radius: 22px; background: linear-gradient(180deg, #FAFCFF 0%, #B3B5B9 278.58%); display: flex; flex-flow: wrap; padding-top: 124px; }
.row-fluid .roi_model_sc .cover .left { padding-left: calc((100% - 1370px)/2); width: 50%; padding-right: 56px; padding-bottom: 100px; }
.row-fluid .roi_model_sc .cover .right { width: 50%; }
.row-fluid .roi_model_sc .cover .left h2 { font-size: 40px; font-style: normal; font-weight: 300; line-height: normal; color: #000; margin-bottom: 22px; }
.row-fluid .roi_model_sc .cover .left .content { font-size: 17px; font-style: normal; font-weight: 400; line-height: 33px; }
.row-fluid .roi_model_sc .cover .left h3 { font-size: 30px; font-style: normal; font-weight: 300; line-height: 43px; color: #4593F0; }
.row-fluid .roi_model_content_wrap { max-width: 548px; }
.row-fluid .roi_model_sc .cover .right { height: 100%; padding: 65px; border-radius: 22px 0px 0px 22px; background: #FFF; box-shadow: 0px 4px 40px 0px rgba(69, 147, 240, 0.15); padding-right: calc((100% - 1370px)/2); transform: translateX(20px) translateY(50px); }
.row-fluid .roi-right-wrap h5 { color: #4593F0; font-size: 24px; font-style: normal; font-weight: 700; line-height: 33px; font-family: Open Sans, sans-serif; }
.row-fluid .roi-right-wrap .content { font-size: 17px; font-style: normal; font-weight: 400; line-height: 33px; margin-top: 15px; }
.row-fluid .roi_model_sc .content { font-family: Open Sans, sans-serif; }
.row-fluid .roi_model_sc .cover .left h2 span { color: #4593F0; }
.row-fluid .roi_model_sc .cover .left .content { margin-bottom: 10px; }

.row-fluid .blue-announcement-wrap { border-radius: 22px; background: linear-gradient(180deg, #4593F0 0%, #28558A 100%); padding: 47px 89px; font-size: 17px; font-style: normal; font-weight: 400; line-height: 25px; font-family: Open Sans, sans-serif; max-width: 834px; margin: 0px auto; position: absolute; bottom: 0; left: 0; right: 0; }
.row-fluid .blue-announcement-wrap h3 { font-size: 20px; font-style: italic; font-weight: 700; line-height: 25px; margin-top: 15px; }
.row-fluid .blue-announcement-main-wrap { position: relative; padding: 109px 0 0; }
.row-fluid .blue-announcement-wrap h3 a { color: #fff; text-decoration: underline; }

.row-fluid .content-generating-main-wrap { padding: 105px 0; }
.row-fluid .content-generating-top-info-wrap h2 { font-size: 40px; font-style: normal; font-weight: 300; line-height: normal; }
.row-fluid .content-generating-top-info-wrap { text-align: center; }
.row-fluid .content-generating-top-info-wrap .content { font-size: 17px; font-style: normal; font-weight: 400; line-height: 33px; margin-top: 15px; }
.row-fluid .content-generating-top-info-wrap h2 span { color: #4593F0; }
.row-fluid .content-generating-list { padding-top: 50px; display: flex; }

.row-fluid .content-generating-list-number { width: 20%; -webkit-text-stroke-width: 3px; -webkit-text-stroke-color: #4593F0; font-size: 250px; font-style: normal; font-weight: 700; line-height: normal; font-family: Open Sans, sans-serif; color: transparent; }
.row-fluid .content-generating-details { width: 80%; border-radius: 22px; background: #FFF; box-shadow: 0px 4px 40px 0px rgba(69, 147, 240, 0.15); padding: 40px 70px; }
.row-fluid .content-generating-details h3 { font-size: 30px; font-style: normal; font-weight: 300; line-height: normal; color: #000; }
.row-fluid .content-generating-details .content { margin-top: 20px; font-size: 17px; font-style: normal; font-weight: 400; line-height: 33px; font-family: Open Sans, sans-serif; }
.row-fluid .content-generating-details .content a { text-decoration-line: underline; }
.row-fluid .newlp-bottom-details-main-wrap { border-radius: 22px; padding-bottom:95px; }
.row-fluid .newlp-bottom-heading-content-wrap { max-width: 834px; margin: 0px auto; border-radius: 20.571px; background: #FFF; padding: 70px; transform: translateY(-77px); }
.row-fluid .newlp-bottom-heading-content-wrap h3.h5,
.row-fluid .newlp-bottom-heading-content-wrap h5 { font-size: 24px; font-style: normal; font-weight: 700; line-height: 33px; font-family: Open Sans, sans-serif; color: #4593F0; text-transform: none; }
.row-fluid .newlp-bottom-heading-content { margin-top: 15px; }
.row-fluid .newlp-bottom-details-wrap { max-width: 794px; margin: 0px auto; padding-top: 70px; }
.row-fluid .newlp-bottom-details-wrap h2.h3,
.row-fluid .newlp-bottom-details-wrap h3 { font-size: 33px; font-style: italic; font-weight: 700; line-height: normal; color: #4593F0; margin-top: 50px; }
.row-fluid .newlp-bottom-details-wrap .content { font-size: 26px; font-style: normal; font-weight: 400; line-height: 36px; margin-top: 45px; color: #000; margin-bottom: 30px; }
.row-fluid .newlp-bottom-details-wrap .content a { color: #000; }
.row-fluid .newlp-bottom-details-wrap .button-1 a { padding: 20px 24px 21px 24px; display: inline-block; font-size: 14px; font-style: normal; font-weight: 700; line-height: 17px; /* 200% */ text-transform: uppercase; color: #FFF; border-radius: 30px; background: #1096F7; min-width: 248px; }
.row-fluid .newlp-bottom-details-wrap .button-1 a:hover { background-color: #fff; color: #1096F7; }

.dual-boxes{background: #F6F6F6; padding:88px 60px 120px;}
.dual-boxes h2{text-align:center;font-family:Merriweather, serif;font-size:40px;font-style:italic;font-weight:700;line-height:56px;}
.dual-boxes h2 span{color:#4593F0;}
.dual-boxes .wrapper, 
.container-fluid .row-fluid .dual-boxes .wrapper{max-width:1530px;}
.dual-boxes .list-wrapper{margin:75px -20px 0;display:flex;flex-wrap:wrap;}
.dual-boxes .list{margin:0 20px;width:calc(50% - 40px);background:#fff;border-radius:10px;box-shadow:0px 4px 40px 0px rgba(69,147,240,0.15);padding:65px;}
.dual-boxes .list .top{display:flex;align-items:center;font-size:25px;font-weight:700;line-height:35.15px;font-family: Merriweather, serif;}
.dual-boxes .list .top .icon{position:static;min-width: 90px;}
.dual-boxes .list .top .title{padding:0 0 0 30px;}
.dual-boxes .list .top .title span{color:#4593F0;}
.dual-boxes .list .content{padding:30px 0 40px;}
.dual-boxes .list .content.no_link{padding-bottom:0;}
.dual-boxes .list .link-text a{text-transform:uppercase;color:#1596F7;display:inline-block;padding-right:24px;background:url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/arrow-right.png) no-repeat right center;}
.dual-boxes .list .link-text a:hover{padding-right:34px;}


/* ==========================
LP Banner V2 CSS Start 
========================== */

.banner-lp-v2{padding:65px 0 75px;position:relative;z-index:1;background:radial-gradient(202.61% 185.67% at 131.39% -15.6%,#734AD8 27.81%,#0092F3 75.05%);}
.banner-lp-v2 .wrapper{position:relative;z-index:1;}
.banner-lp-v2:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;opacity:.4;mix-blend-mode:soft-light;}
.banner-lp-v2 .banner-logo{position:relative;display:flex;align-items:center;margin-bottom:40px;}
.banner-lp-v2 .banner-logos{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}
.banner-lp-v2 .banner-logo:before{content:'';background:url(https://www.kunocreative.com/hubfs/kuno-theme-2024/images/close-icon.svg) no-repeat center;width:23px;height:23px;display:inline-block;margin:0 30px;}
.banner-lp-v2 .banner-logo:first-child:before{display:none;}
.banner-lp-v2 h1{font-size:62px;font-weight:400;line-height:78px;margin:40px auto;color: #fff;max-width:1100px;}
.banner-lp-v2 .content{font-size:34px;font-weight:300;line-height:54px;font-family: Merriweather;color: #fff;}
.banner-lp-v2 .button-1 {margin-top: 70px;}

.content-with__Whitebox{padding:70px 0;overflow-x:hidden;position:relative;z-index:1;}
.content-with__Whitebox:before{content:'';width:2000px;position:absolute;top:0;left:calc(48.717948718% + 100px);bottom:0;background:#fff;box-shadow:0px 4px 40px 0px rgba(69,147,240,0.15);margin:70px 0;border-radius:22px 0px 0px 22px;z-index:-1;}
.content-with__Whitebox:after{content:'';position:absolute;width:330px;height:330px;background:url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/meeting-plus-icon.png) no-repeat center /contain;top:75px;right:-80px;z-index:-1;opacity:.5;}
/* .content-with__Whitebox .full-width {
padding-left: calc((100% - 1495px) / 2);
} */
.content-with__Whitebox .left-content h2{font-size:40px;line-height:50px;font-weight:700;color:#122B4B;margin-bottom:25px;}
.content-with__Whitebox .left-content .hs_cos_wrapper_type_rich_text{font-size:21px;font-weight:400;color:#122B4B;}
.content-with__Whitebox .right-content{padding:60px 10px 60px 75px;position:relative;z-index:1;width: calc(48.717948718% - 100px);margin-left:100px;}
.content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text h3{font-size:24px;line-height:35px;font-family:Lato;font-weight:700;color:#122B4B;margin-bottom:15px;}
.content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text h3 span{color:#4593F0;}
.content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text{font-size:21px;line-height:35px;font-weight:400;color:#122B4B;}
.content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text a{color:#1096F7;text-decoration:underline;transition:400ms;}
.content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text a:hover{text-decoration:none;}
.content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text p + p{padding-top:20px;}
.content-with__Whitebox .wrapper .row-fluid {display: flex;align-items: center;}

.speakers-section {background: #F6F6F6;padding: 90px 0 80px;}
.speakers-section .inner {display: flex;flex-wrap: wrap;}
.speakers-section .inner .title-part {width: 30%;font-size: 40px;line-height: 50px;font-weight: 700;font-family: Merriweather;margin-top:20px;}
.speakers-section .inner .list-wrapper {width: 70%;display: flex;justify-content: space-between;flex-wrap:wrap;}
.speakers-section .inner .list-wrapper .list {width: calc(33.33% - 30px);margin: 0 15px;display:flex;flex-direction:column;}
.speakers-section .inner .list-wrapper .list .photo {width: 145px;height: 145px;border-radius: 145px;overflow: hidden;margin: 0 auto 20px;}
.speakers-section .inner .list-wrapper .list .photo img {width: 100%;height: 100%;object-fit: cover;object-position: top;}
.speakers-section .inner .list-wrapper .list .name {font-size: 22px;line-height: 40px;font-family: Merriweather;color: #000;font-style: italic;flex-grow:1;text-transform:capitalize;}
.speakers-section .inner .list-wrapper .list .name strong {font-size: 30px;line-height: 50px;font-style: normal;display: block;}
.speakers-section .inner .list-wrapper .list .image {width: 150px;height: 90px;margin: 15px auto;display: flex;align-items: center;justify-content: center;}
.speakers-section .inner .list-wrapper .list .image img {display: block;width: 100%;}

.expect-form {padding: 100px 0;position:relative;z-index:1;}
.expect-form .wrapper {position:relative;z-index:1;}
.expect-form:after{content:'';position:absolute;background: linear-gradient(180deg, #0C8BF1 0%, #744BD9 100%);top:0;right:0;bottom:0;left:58%;z-index:-1;}
.expect-form .left-content h2 {font-size: 40px;font-weight: 700;line-height: 50px;margin-bottom: 40px;}
.expect-form .left-content .hs_cos_wrapper_type_rich_text {font-size: 21px;line-height: 35px;}
.expect-form .left-content .hs_cos_wrapper_type_rich_text ul {padding-left: 32px;}
.expect-form .left-content .hs_cos_wrapper_type_rich_text ul li {position: relative;margin: 10px 0;display: inline-block;width: 100%;}
.expect-form .left-content .hs_cos_wrapper_type_rich_text ul li:before {content: '';width: 7px;height: 7px;display: inline-block;position: absolute;left: -20px;top: 15px;background: #4593F0;border-radius: 50px;}
.expect-form .form-right {border-radius: 19px;background: #FFF;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.11);padding: 45px;}
.expect-form .form-right .default-form .form-title {font-size: 30px;font-style: italic;font-weight: 400;line-height: 42px;color: #4593F0;margin-bottom: 35px;}
.expect-form .form-right .default-form input, .expect-form .form-right .default-form form button, 
.expect-form .form-right .default-form textarea, .expect-form .form-right .default-form select, 
.expect-form .form-right .default-form input[type="text"], .expect-form .form-right .default-form input[type="password"], 
.expect-form .form-right .default-form input[type="datetime"], .expect-form .form-right .default-form input[type="datetime-local"], 
.expect-form .form-right .default-form input[type="date"], .expect-form .form-right .default-form input[type="month"], 
.expect-form .form-right .default-form input[type="time"], .expect-form .form-right .default-form input[type="week"], 
.expect-form .form-right .default-form input[type="number"], .expect-form .form-right .default-form input[type="email"], 
.expect-form .form-right .default-form input[type="url"], .expect-form .form-right .default-form input[type="search"], 
.expect-form .form-right .default-form input[type="tel"], .expect-form .form-right .default-form input[type="color"], 
.expect-form .form-right .default-form input[type="file"] {border-radius: 2px;border: 1px solid #DCDCDC;background: #F8F8F8;height: 59px;}
.expect-form .form-right .default-form .hs-form-field > label{font-size:17px;font-weight:400;text-transform:capitalize;color:#283540;font-family:Lato;line-height:normal;}
.expect-form .form-right .default-form .legal-consent-container .hs-richtext{padding:5px 0;}
.expect-form .form-right .default-form .legal-consent-container .hs-richtext p:empty{padding:0;}
.expect-form .form-right .default-form .legal-consent-container .hs-richtext,
.expect-form .form-right .default-form .hs-form input[type=checkbox] + span{font-size:14px;font-weight:300;line-height:23px;color:#000;}
.expect-form .form-right .default-form .legal-consent-container .hs-dependent-field .field{padding:0;}
.expect-form .form-right .default-form .legal-consent-container .hs-richtext a{color:#009CFE;transition:400ms;}
.expect-form .form-right .default-form .legal-consent-container .hs-richtext a:hover{text-decoration:underline;}
.expect-form .form-right .default-form .hs-submit{padding-top:0;}
.expect-form .form-right .default-form .hs-submit .actions{text-align:center;}
.expect-form .form-right .default-form input[type="submit"]{background-color:#4593F0;border-radius:30px;color:#fff;display:inline-block;min-width:300px;padding:15px;border:0;width:auto;font-family:Lato;font-size:19px;line-height:35px;font-weight:700;text-transform:uppercase;margin-top:30px;}
.expect-form .form-right .default-form input[type="submit"]:hover{color:#fff;background:#0c73bd;}
.expect-form .form-right .default-form .hs-form-checkbox label input[type="checkbox"] + span:after,
.expect-form .form-right .default-form .hs-form-booleancheckbox input[type="checkbox"] + span:after{top:10px;}
.expect-form .left-content .hs_cos_wrapper_type_rich_text em {font-size: 16px;}

.speakers__tyPage{background:#F6F6F6;padding:40px 0;}
.speakers__tyPage .inner{display:flex;align-items:center;flex-wrap:wrap;}
.speakers__tyPage .inner .date-dv{display:flex;align-items:center;flex-wrap:wrap;width:35%;padding-right:15px;}
.speakers__tyPage .inner .list-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:65%;}
.speakers__tyPage .inner .list-wrapper .list{display:flex;align-items:center;flex-wrap:wrap;/*width:calc(33.33% - 40px);margin:0 20px;*/margin: 0 10px;}
.speakers__tyPage .inner .date-dv .Calendar{width:92px;height:92px;margin-right:25px;}
.speakers__tyPage .inner .date-dv .date__time{font-size:21px;font-weight:400;font-family:Lato;line-height:40px;color:#000;width:calc(100% - 117px);}
.speakers__tyPage .inner .date-dv .date__time strong{font-family:Merriweather;font-size:30px;line-height:50px;display:block;}
.speakers__tyPage .inner .list-wrapper .list .photo{width:112px;height:112px;overflow:hidden;border-radius:112px;margin-right:20px;}
.speakers__tyPage .inner .list-wrapper .list .photo img {width: 100%;height: 100%;object-fit: cover;object-position: top;}
.speakers__tyPage .inner .list-wrapper .list .after-dv{width:calc(100% - 132px);}
.speakers__tyPage .inner .list-wrapper .list .after-dv .name{color:#000;font-family:Merriweather;font-size:16px;font-style:italic;font-weight:300;line-height:25px;margin-bottom:10px;}
.speakers__tyPage .inner .list-wrapper .list .after-dv .name strong{font-size:18px;font-style:normal;font-weight:700;display:block;}
.speakers__tyPage .inner .list-wrapper .list .after-dv .image{max-width:100px;}

.center-ty-content{padding:80px 0 65px;}
.center-ty-content .hs_cos_wrapper_type_rich_text{max-width:975px;margin:0 auto;display:block;text-align:center;font-size: 21px;font-weight: 400;line-height: 35px;}
.center-ty-content .hs_cos_wrapper_type_rich_text h3{font-size:30px;line-height:44px;font-weight:700;color:#122B4B;margin-bottom:10px;}
.center-ty-content .hs_cos_wrapper_type_rich_text h3 span {display: block;color: #009CFE;}
.center-ty-content .hs_cos_wrapper_type_rich_text p + p {padding-top: 20px;}
/* ==========================
LP Banner V2 CSS End 
========================== */

/* 28-08-2024 */
.banner-lp-v2.full-text h1 {max-width: unset;padding: 0 15px;}
.video-banner{background: #F6F6F6;padding:120px 0;}
.video-banner .video-wrapper{max-width:1242px;margin:0 auto !important;}
.center-ty-content.content-width .hs_cos_wrapper_type_rich_text {max-width: 1060px;}

.lp-video-meeting-page .meeting_success_section{padding:120px 0 70px;overflow:hidden;}
.lp-video-meeting-page .meeting_success_section:before, .lp-video-meeting-page .row-fluid .meeting_success_section:after{display:none;}
.lp-video-meeting-page .meeting_success_section .wrapper{max-width:1190px;}
.lp-video-meeting-page .meeting_success_section .meeting_success_head h2{font-size:40px;line-height:50px;color: #122B4B;font-style: italic;font-weight: bold;}
.lp-video-meeting-page .meeting_success_section .meeting_success_head .content{max-width:1050px;width:100%;font-size:26px;line-height:36px;margin-top:50px;}
.lp-video-meeting-page .meeting_success_section .meeting_success_head .content strong{color:#1596f7;}
.lp-video-meeting-page .meeting_success_section .meeting_success_head .meetinf_code{margin-top:70px;}

/* 16-10-2024 */
.banner-v2 .form:not(.form-first){display:none;}
.banner-v2 .meeting.form-first{display:none;}
/* .banner-v2 .meeting{transition:400ms;opacity:0;visibility:hidden;}
.banner-v2 .form{opacity:0;visibility:hidden;transition:400ms;}
.banner-v2 .meeting.active, .banner-v2 .form.active{opacity:1;visibility:visible;} */
.banner-v2 .website-right-side-details-wrap.form h3{margin-bottom:55px;}
/* .banner-v2 .consultaion-form{width:748px;} */
.banner-v2 .consultaion-form{width:calc(100% + 300px);margin-left: -140px;}

.banner-v2 .consultaion-form .form-body{padding:42px 52px 30px;border-radius:10px 10px 0 0;background:#fff;}
.banner-v2 .form h3.form-title{display:none;}
.banner-v2 .consultaion-form form fieldset label{color:#283540;text-transform:capitalize;font-size:17px;line-height:normal;font-weight:400;font-family:Lato,sans-serif;margin-bottom:14px;}
.banner-v2 .consultaion-form form .row-fluid input[type=submit],
.row-fluid input,
.row-fluid form button,
.row-fluid textarea,
.row-fluid select,
.row-fluid input[type="text"],
.row-fluid input[type="password"],
.row-fluid input[type="datetime"],
.row-fluid input[type="datetime-local"],
.row-fluid input[type="date"],
.row-fluid input[type="month"],
.row-fluid input[type="time"],
.row-fluid input[type="week"],
.row-fluid input[type="number"],
.row-fluid input[type="email"],
.row-fluid input[type="url"],
.row-fluid input[type="search"],
.row-fluid input[type="tel"],
.row-fluid input[type="color"],
.row-fluid input[type="file"]{height:59px;border-radius:2px;border:1px solid #DCDCDC;background:#F8F8F8;}
.banner-v2 .consultaion-form form .hs-fieldtype-textarea.hs-input{resize:none;min-height:133px;}
.banner-v2 .consultaion-form form fieldset + fieldset{padding-top:4px!important;}
.banner-v2 .consultaion-form form .hs_submit{padding-top:0;text-align:center;}
.banner-v2 .consultaion-form form .hs_submit input[type="submit"]{font-size:19px;line-height:35px;font-weight:700;font-family:Lato,sans-serif;min-width:293px;max-width:max-content;border-radius:65px;background-color:#1096f7;border-color:#1096f7;}
.banner-v2 .consultaion-form form .hs_submit input[type="submit"]:hover{background:#0c73bd;border-color:#0c73bd;}
.banner-v2 .website-new-hero-bottom-details-wrap{padding-top:60px;}
.banner-v2 .consultaion-form form .hs-form-required{display:inline-block;color:#283540;}
.banner-v2 .consultaion-form form fieldset .legal-consent-container{line-height:18px;font-weight:400;margin:0 0 30px;}
.banner-v2 .consultaion-form form fieldset .legal-consent-container .hs-richtext{padding:0;}
.banner-v2 .consultaion-form form fieldset .legal-consent-container p{margin:0;padding:0;}
.banner-v2 .consultaion-form form fieldset .legal-consent-container p + p{margin-top:10px;}
.banner-v2 .consultaion-form form .hs_error_rollup{display:none;}
.banner-v2 .consultaion-form form ul.hs-error-msgs label{font-size:14px;line-height:normal;}
.banner-v2 .consultaion-form form ul.hs-error-msgs li{line-height:normal;}

.banner-v2 .bottom-text{border-radius:0px 0px 10px 10px;background:#F6F6F6;padding:24px 52px 20px;cursor:pointer;}
.banner-v2 .bottom-text span{font-size:22px;line-height:39px;font-weight:700;font-family:Merriweather,serif;color:#122B4B;}
.banner-v2 .bottom-text span strong{color:#399CF8;}
.banner-v2 .bottom-text span{padding:0 40px 0 62px;position:relative;display:inline-block;}
.banner-v2 .bottom-text span:before{position:absolute;content:'';width:42px;height:44px;background:url(https://www.kunocreative.com/hubfs/calender-icon.svg) no-repeat center;left:0;top:-2px;}
.banner-v2 .bottom-text span:after{position:absolute;content:'';width:25px;height:42px;background:url(https://www.kunocreative.com/hubfs/right-arrow.svg) no-repeat center;right:0;top:-2px;transition:400ms;}
.banner-v2 .bottom-text:hover span:after{transform:translateX(-4px);}
.banner-v2 .website-right-side-details-meeting iframe{max-height:unset;}
.banner-v2 .bottom-text.meeting-footer{width:calc(100% - 7px);margin:-52px auto 0;box-shadow:-4px 4px 12px -2px rgba(0, 0, 0, 0.20);position: relative;}
.banner-v2 .bottom-text.meeting-footer span:before{display:none;}
.banner-v2 .bottom-text.meeting-footer span{padding-left:0;}

/* 18-10-2024 */
.hero-extended.hero-extended-div .inner{max-width:1044px;}
.hero-extended.hero-extended-div .inner .con{max-width:954px;margin:0 auto;}

.pricing-extended.pricing-extended-div .wrapper{max-width:1394px;}
.pricing-extended.pricing-extended-div .wrapper .inner{max-width:unset;}
.pricing-extended.pricing-extended-div .main .box{padding:0 35px;}
.pricing-extended.pricing-extended-div .main .box h5{padding:0;font-family:Lato, sans-serif;}
.pricing-extended.pricing-extended-div .main .box .about-btn1{margin-top:25px;}
.pricing-extended.pricing-extended-div .main .box .content{margin-top:32px;color: #122B4B;}
.pricing-extended.pricing-extended-div .main .box .content h5{color:#4593F0;}


.meetings-extended.meetings_extended_div .meeting_success_head:before{display:none;}

.problem_faq_section.problem_faq_section_div{margin-top:-300px;}
.problem_faq_section.problem_faq_section_div .problem_faq_area{padding-top:312px;}


.marketing_service_hero .main { display: flex; flex-wrap: wrap; position: relative; z-index: 2; }
.marketing_service_hero .main .right { position: relative; width: 528px; height: 100%; margin-top: 30px; }
.marketing_service_hero .main .web_hero_caption.left { padding: 0 30px 0 0; width: calc(100% - 528px); }
.marketing_service_hero .main .right .hub_logo { position: absolute; left: 0; top: 0; z-index: 1; }
.marketing_service_hero .main .right .image { width: 450px; height: 450px; border-radius: 100%; box-shadow: 0 0 50px rgb(0 0 0 / 20%); }
.marketing_service_hero .main .right .hublogo { padding: 10px; position: absolute; bottom: -30px; right: 0; width: 192px; height: 192px; background: #fff; border-radius: 100px; display: flex; align-items: center; justify-content: center; }

/* 24-01-2024 */
.website-new-hero-main-wrap.banner-v2.website-new-hero-main-wrap.disable_bottom_section .website-right-side-details-wrap { padding-bottom: 80px; }
.website-new-hero-main-wrap.banner-v2 .content-bg-img {position: absolute;bottom: 0; opacity: 0.34; max-width: 868px;right: -50px; z-index: -1;}
.website-new-hero-main-wrap.banner-v2 .icon { margin-top: 30px; position:relative; }
.website-new-hero-main-wrap.banner-v2 .bottom-content { font-family: Merriweather, serif; font-size: 31px; line-height: normal; max-width: 400px; margin-top: 35px; font-weight: 300; }


/**/
@media(min-width:1500px){
    .container-fluid .row-fluid .wrapper.md-wrapper {max-width: 1495px;}
}

@media(min-width:1440px){
    .container.container-1420{max-width:1420px;margin:0 auto;}
}
@media(min-width:1200px){



    .cs-testimonials-section.website-img-slider-wrap .bee3D--nav { bottom: 0; margin: 0; transform: none; left: 48%; transform: translateX(-50%); background-image: url(https://www.kunocreative.com/hubfs/kuno_2019/images/arrow.png); width: 38px; background-position: center; background-repeat: no-repeat; background-size: contain; background-color: transparent; }
    body .row-fluid .website-img-slider-wrap .sinlge-testimonials { height: auto; width: 832px; }

    .hub-success-owners-wrap.webops-page .row-fluid .meeting_success_section { padding-top: 0; }

    .hero-banner .creative_hero {padding:138px 0 105px;}
    .hero-banner .creative_hero .right .image{width:504px;height:504px;}
    .hero-banner .creative_hero .left .content{font-size:19px;line-height:33px;}
    .services-box-section{padding:98px 0 0;}
    .workrep_cover.column_three .box .inner{max-width:403px;}
    .workrep_cover .box .cont h4{font-size:22px;line-height:33px;}
    .workrep_cover .box .cont p{margin-top:15px;}
    .meetings_rep.meeting-wrapper .title h2{font-size: 40px;line-height:normal;}
    .meetings_rep.meeting-wrapper .content{margin-top:20px;}
    
    .marketing_service_hero .main .right .image { width: 504px; height: 504px; }

}

@media(min-width:1300px) and (max-width:1450px){
    .row-fluid .cs-video9 { max-width: 100%; }
}

@media (min-width:1601px) and (max-width:1900px){
    .row-fluid .cs_hero .thumb img { width:550px !important; }    
}

@media(max-width:1700px){
    .hero-banner-section .hero-banner-row .right-content .badge-image {position: absolute;width: 164px;height: 164px;bottom: 242px;}
}


@media(max-width:1600px){
    .row-fluid .innovations-section.v2:after { width: calc(100% - 15px); left:15px; }

    .row-fluid .cs_hero .thumb img { width: 515px !important;}

    .inbound-intro.inbound-intro-section>div { padding: 630px 0 200px;}

    .row-fluid .step-box span.num.type-1 { right: calc(100% - 120px); height: 190px; width: 190px; line-height: 160px; font-size: 110px; }
    .row-fluid .step-box span.num.type-2 { font-size: 360px; line-height: 180px; right: calc(100% - 160px); }
    .row-fluid .step-box-1 .wrapper { padding-left: 150px; padding-right: 160px; }

    body.demand-gt-v2 .row-fluid .video-text { max-width: 1060px; margin: -50px auto 0; float: none; padding: 45px 50px; position: relative; top: -60px; }
    body.demand-gt-v2 .row-fluid .demand-bg-wrap .inbound-intro.demand-intro2.padding-update > div { padding: 130px 0 700px; }
    .row-fluid .right-nav{max-width:260px; right:-270px; text-align:left; transition:all ease 400ms;}
    .row-fluid .right-nav ul{background-color:#fff; padding:20px;box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.2); padding:20px 20px 1px 20px;}
    .row-fluid .right-nav a.right-btn{background:#154A72 url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno-2017/images/bars.svg) no-repeat center / 25px auto;box-shadow:0 0 10px 0 rgba(0,0,0,0.2);cursor:pointer;height:40px;left:-60px;padding:10px;position:absolute;top:-40px;transition:all 400ms ease 0s;width:40px;}
    .row-fluid .right-nav.open a.right-btn{background:#154A72 url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/kuno-2017/images/close.svg) no-repeat center / 20px auto; left:0;}
    .row-fluid .right-nav.open{right:0;}
    .cs-resources-isotope-section:before,.marketing-video-section:before{ width: calc(100% - 15px); }

    .row-fluid .hero-video-brand .thumb { right:0; }
    .row-fluid .hero-video-brand .thumb img { min-width:100%; }

    .row-fluid .video-center.pluseshape .video-box:before { left: auto; transform: inherit; right: 0; }

    /* Website Design 2021 Page */
    .row-fluid .feature_video_section .feature_video_raw .video-box .thumb { width: 100% !important; margin-left: 0 !important; }

    /* Branding Page */
    .branding_hero_rightimg { width: 300px; }

    .row-fluid .wrapper.large { max-width: 1170px; }
    .directrep_main { margin: 0 -15px; }
    .directrep_main .box { padding: 15px; font-size: 14px; line-height: 22px; }
    .directrep_main .box .inner { padding: 25px; }
    .creative_hero .left h1 { font-size: 50px; line-height: 62px; }
    .creative_hero.bg-option .right .image{;margin: 0 0 0 auto;}
    .creative_hero.bg-option .right .hub_logo.add-radius{left:40px;}
    .creative_hero.bg-option .main h3 br{display:none;}

    .estiemanag_area:before { right: 100px; top: 130px; width: 417px; height: 428px; }
    .searchengpro_area .searchengpro_right { padding-right:calc(100%/2 - 1170px/2); }

    .row-fluid .sales_enable_hero.semserhero_area:before { right: 20px; bottom: -170px; width: 447px; height: 458px; }

    .row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_right img { max-width:380px !important; }

    /*     .problem_faq_area { padding-left: 60px; }  */
    .website-left-side-details{margin-left:-25px;padding-right:13%;}
    .website-right-side-details-meeting{width:calc(100% + 235px);margin-left:-140px;}

    .ttl-content .inner-dv .boxes{padding:0 40px;}
    .ttl-content .inner-dv:after{width:calc(100% + 140px);}
    .workrep_cover.column_three .line {left: 186px;right: 178px;}
    .workrep_cover.column_four .line {left: 130px;right: 130px;}
    
    .banner-v2 .consultaion-form{width:calc(100% + 200px);}
}
@media (max-width: 1499px) {
    .speakers-section .inner .list-wrapper .list .name {font-size: 20px;line-height: 36px;}
    .speakers-section .inner .list-wrapper .list .name strong {font-size: 24px;line-height: 40px;}
    .speakers__tyPage .inner .date-dv {width: 100%;justify-content: center;margin-bottom: 40px;}
    .speakers__tyPage .inner .list-wrapper {width: 100%;}
    .speakers__tyPage .inner .date-dv .date__time {width: auto;}
}
@media(max-width:1439px){
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li { padding: 0px 16px; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li ul{ right:16px; }
    .row-fluid .innovations-section.v2{ padding-left:20px; }

    /*.row-fluid .cs_black-demand .Creative_Apart_Box:after, */.row-fluid .cs_black-demand .Creative_Apart_Box .bgImg { top: -250px; left: 70%; height: 500px; width: 515px; background-size: 500px 515px; }
    .video-center.video-top-bottom { margin-top: -310px; margin-bottom: -428px;}
    .row-fluid .cs_black-demand .cs_8stap.step9 {  padding: 35% 0 285px;}
    .row-fluid .demand-bg-wrap .inbound-intro.demand-intro2 > div { padding: 560px 0 450px;}
    .row-fluid .demand-bg-wrap .inbound-intro.demand-intro1 > div {  padding: 880px 0 150px;} 
    .row-fluid .demand-bg-wrap { margin-top: -240px;}

    .row-fluid .cs_hero .thumb img { width: 100% !important;}

    .inbound-intro.inbound-intro-section>div {  padding: 600px 0 150px;}

    .row-fluid .step-box span.num.type-2 { font-size: 360px; line-height: 180px; right: calc(100% - 160px); }
    .row-fluid .build-brand h1 { font-size: 77px; margin-top: -38px; }
    .row-fluid .step-box-1 .wrapper { padding-left: 150px; padding-right: 160px; }

    .row-fluid .branding-process .process-step>div { height: 460px; width: 460px; margin: 0; margin: 0 auto; }
    .row-fluid .branding-process .process-step-inner>div { font-size: 24px; line-height: 26px; }
    .row-fluid .branding-process .process-step { padding-right: 150px; }
    .row-fluid .step-box h3.box-title { font-size: 55px; line-height: 60px; }

    body.demand-gt-v2 .row-fluid .video-text { width: calc(100% - 160px); max-width: 100%; } 
    body.demand-gt-v2 .row-fluid .demand-bg-wrap .inbound-intro.demand-intro2.padding-update > div { padding: 90px 0 460px; }
    body.demand-gt-v2 .row-fluid .last-video-box { padding: 0 0 140px; } 

    .searchengpro_area .searchengpro_right { padding-right:calc(100%/2 - 1000px/2); }

    /**/
    .row-fluid .marketing_service_hero.web_hero_section.Webops-hero:after { height: 300px; width: 300px; }

    .website-new-hero-bottom-details { padding: 65px 52px; }
    .website-right-side-details-meeting { width: calc(100% + 195px); margin-left: -170px; }
    .website-left-side-details { margin-left: 0; padding-right: 22%; }

    .pro-tabs .box{width: calc(50% - 24px);margin: 0 12px;}
    .testimonial .left-title:after{left:70px;}

    .row-fluid .hero-video-brand.hub-logo .left-text{width:calc(100% - 400px); margin:0;}
    .row-fluid .hero-video-brand.hub-logo .left-text .widget-type-rich_text{padding:60px 0 0 130px;}
    .row-fluid .hero-video-brand.hub-logo .thumb{width:400px; margin:50px 0 0 0;}

    .marresou-wrapper .list-wrapper .marresou-box .marresource-boxinner{padding-left: 15px;padding-right: 15px;}

    .creative_hero.banner4img .right .hublogo.icon-3{right:0;}


    .hero-banner-section .hero-banner-row .left-content{padding: 65px 30px 65px 30px;}
    .hero-banner-section .hero-banner-row .right-content .badge-image{bottom: 210px;width: 124px;height: 124px;}
    .content-image-section .content-image-section-row .content-image-section-left {padding: 0 30px;}
    .content-image-section .content-image-section-row .content-image-section-right .content-on-image{bottom: -65px;line-height: 26px;}
    .content-image-section-2 .content-image-section-row {padding: 0 15px;}
    .more-recommendation-section .more-recommendation-row{padding: 0 15px;}

    .roi_model_sc .cover .left { padding-left: 20px; padding-right: 15px; padding-bottom: 70px; }
    .roi_model_sc .cover { padding-top: 90px; }
    .roi_model_sc .cover .right { padding: 50px; }
    
    .banner-v2 .consultaion-form{width:calc(100% + 150px);}
    .banner-v2 .bottom-text span{font-size:18px;line-height:39px;}
}

@media(max-width:1340px){
    .service_brand_section.service_brand_sectionV2 .service_brand_right_content{min-height:340px;}
}

@media(max-width:1300px){
    .row-fluid .cs_header .logo { width: 200px; }
    .row-fluid .cs_header .nav-menu { width: calc(100% - 205px); }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li { padding: 0 5px; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li ul{ right:4px;}
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { margin-left: 6px; }
    .row-fluid .cs_header .nav-menu>div:first-child { padding-right: 60px; }
    .row-fluid .cs_header .nav-menu>div:last-child { height: 100%; width: 30px; right: 0; }
    .search-here .icon { margin: 33px 20px 0 0; }

    .row-fluid .top-footer {padding: 100px 0 80px;}


    .row-fluid .step-box-1 .content .title-box { padding: 0 40px 0 0; }
    .row-fluid .step-box h3.box-title { margin: 0; padding: 20px 0 20px; font-size: 44px; line-height: 48px; }
    .row-fluid .step-box span.num.type-1 { position: relative; display: block; margin: 0 auto; left: 0; }
    .row-fluid .box-1 .step-box span.num.type-1:before { bottom: auto; top: -20px; left: -120px; }
    .row-fluid .step-box .wrapper { padding: 0 15px; padding-right:140px;}
    .row-fluid .box-3 .step-box span.num.type-1:before { left: -100px; top: auto; height: 80px; width: 80px; bottom: 0; }
    .row-fluid .box-3 .step-box span.num.type-1>span { top: -20px; right: -50px; }
    .row-fluid .step-box-2 .bg-img { left: 0; width: 100%; max-width: 100%; margin: 0; }
    .row-fluid .step-box span.num.type-2 { position: relative; left: 0; margin: 0 auto; color: #fff; display: block; text-align: left; line-height: 150px; font-size: 180px; }
    .row-fluid .step-box span.num.type-2:after { color: #fff; font-size: inherit; }
    .row-fluid .step-box-2 .content { padding: 0; max-width: 100%; }
    .row-fluid .step-box-2 h3.box-title:before { display: none; }
    .row-fluid .box-5 .step-box span.num.type-1:before { top: -30px; left: -140px; }
    .row-fluid .box-5 .step-box span.num.type-1>span { top: 50px; left: -70px; }
    .row-fluid .step-box h3.box-title {}
    .row-fluid .step-box-2 .content .title-box .text { max-width: 100%; }
    .row-fluid .step-box-2 .point-box .inner { max-width: 100%; }
    .row-fluid .branding-process .title { width: 100%; padding: 0 0 130px; text-align: center; }
    .row-fluid .branding-process .content > div > div { display: block; }
    .row-fluid .branding-process .title br { display: none; }
    .row-fluid .branding-process .process-step { width: 100%; max-width: 100%; margin: 0; padding: 0; }
    .row-fluid .branding-process .wrapper { padding-right: 140px; }
    .row-fluid .Creative_Apart_Box .bgImg{ top:-45px; } 

    .row-fluid .sales_enable_hero.seoservice_hero:before { width:257px; }
    .row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_right img { top: 0; right: 115px; } 
    .experindus_area .experindus_box:last-child { margin-bottom: 20px; }

    .row-fluid .seoservical_area .next-level-box { padding:70px 0 0px; }
    .seoservical_area:before { height:calc(80% - 100px); }

    .experindus_area .experindus_box:first-child .experindus_item:nth-child(2) { margin-top: -70px; margin-left: 170px; }
    .experindus_area .experindus_box:first-child .experindus_item:nth-child(3) { margin-top: -190px; margin-left: -10px; }
    .experindus_area .experindus_box:nth-child(3) .experindus_item:nth-child(3) { margin-top: -150px; margin-left: 190px; }
    .experindus_area .experindus_box:nth-child(3) .experindus_item:nth-child(2) { margin-left: -10px; margin-top: -50px; }

    body .row-fluid .website-img-slider-wrap .sinlge-testimonials {     margin-left: -37%; }

    .ttl-content .inner-dv{background:#fff;box-shadow:0px 4px 40px rgba(69,147,240,0.15);border-radius:7px;}
    .ttl-content .inner-dv:after{display:none;}
    .ttl-content .inner-dv .boxes{margin:0;}

    .content-image-section-2 .content-image-section-row .content-image-section-left{padding-left:30px;}

    .dual-boxes{padding: 88px 20px 120px;}
    .dual-boxes .list{padding: 45px 35px;}
}
@media(max-width:1439px) and (min-width:1200px){

    .row-fluid .video-box::before{ left: calc(100% - 45%);}
}

@media(max-width:1800px){
    .row-fluid .marketing_strategies_wrap { padding-left: 40%; }
    .row-fluid .marketing_strategies { width: 100%; }
    .row-fluid .marketing_strategiesin { width: 100%; padding-right: 150px; }

    .estiemanag_area:before { right:100px; }

}

@media(max-width:1200px){
    .row-fluid .cs-video9-list .singleTitle span:before { bottom:-5px; }

    /* Website Design 2021 Page */
    .row-fluid .webdesign_hero:after, .row-fluid .meeting_design_section:after { display: none; }
    .row-fluid .web_exp_section .wrapper { max-width: 950px !important; }
    .row-fluid .redesign_process_left { width: 250px; }
    .row-fluid .redesign_process_right { width: calc(100% - 250px); padding-left: 50px; }
    .row-fluid .redesign_process_section { padding: 70px 0; }
    .row-fluid .web_exp_section { padding: 80px 0; }

    /*** Video Marketing Resource ***/
    .row-fluid .marketing_strategiesin { padding-right: 0; }

    .row-fluid .feature_video_section .video-box .thumb .thumb-inner.wistia_thumb_inner { min-height: 520px; }

    /* Branding Page */
    .branding_hero_section { font-size: 18px; line-height: 1.8; }
    .service_brand_section .heading h2,
    .service_brand_section .heading h3 { font-size: 34px; line-height: 1.2; }
    .branding_hero_rightimg { width: 50%; left: auto; right: 0; text-align: right; z-index: -1; opacity: 0.2 !important; bottom: -170px; }
    .service_brand_raw:nth-child(odd) { padding-right: 0; }
    .service_brand_rawin { font-size: 17px; line-height: 1.7; }
    .service_brand_section .wrapper { max-width: 950px !important; }

    .row-fluid .wrapper.large { max-width: 950px; }

    .estiemanag_area:before { top: 180px; width: 317px; height: 328px; right: 20px; }
    .searchengpro_area .searchengpro_right { padding-right:calc(100%/2 - 960px/2 + 35px); padding-left: 30px; }
    .searchengpro_area .searchengpro_left { padding:40px 0 40px 40px; }
    .searchengpro_area .video-box  { width:100%; } 

    .row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_right img { max-width:280px !important; } 
    .row-fluid .sales_enable_hero.seoservice_hero:before { width: 210px; height: 430px; } 

    .experindus_area .experindus_box:first-child .experindus_item:nth-child(2) { margin-top: -30px; margin-left: 145px; }
    .experindus_area .experindus_box:first-child .experindus_item:nth-child(3) {  margin-top: -150px; margin-left: -50px; }

    .experindus_area .experindus_box:nth-child(3) .experindus_item:nth-child(2) { margin-left: 160px; margin-top: 30px; }
    .experindus_area .experindus_box:nth-child(3) .experindus_item:nth-child(3) {  margin-top: -290px; margin-left: -10px; } 

    .experindus_area .experindus_box:nth-child(2) .experindus_item:nth-child(2) { margin-top: 0; margin-left:150px; }
    .experindus_area .experindus_box:nth-child(2) .experindus_item:nth-child(3) { margin-top: -280px; margin-left: -26px; }    

    .experindus_area .experindus_top { padding-right: 60px; }
    .experindus_area .experindus_box:nth-child(2n) .experindus_top { padding-left: 30px; padding-right:0; }

    .experindus_area .experindus_itemin { width:170px !important; height:170px !important; }


    /**/
    .newPage .container-fluid .row-fluid .wrapper { max-width: 950px; }
    .row-fluid .new_home_hero_top_raw h2 { font-size: 100px; line-height:100px; }
    .row-fluid .get_to_know_area { padding: 70px 50px; }
    .row-fluid .get_to_know_area h2 { font-size: 35px; line-height: 1.56; }
    .row-fluid .smb_tab_head h2 { font-size: 35px; line-height: 1.85; }
    .row-fluid .our_story_colin { padding: 30px 15px; }
    .row-fluid .our_story_colin h4 { font-size: 23px; line-height: 1.4; }
    .row-fluid .problem_faq_area { padding-right: 30px; }
    .row-fluid .problem_faq_head h2 { font-size: 35px; line-height: 1.5; }
    .row-fluid .problem_faq_text { width: 100%; }
    .smb_tab_area { padding-left: 50px; }

    .kind_word_area:before { width: calc(50% + 920px/2); }
    .newPage .container-fluid .row-fluid .kind_word_area .wrapper { max-width: 840px; }

    /* Webpage */
    .row-fluid .web_hero_section:after { display: none; }
    .row-fluid .web_intro_raw { padding: 100px 50px; }
    .board_member_col { width: calc(33.33% - 30px); margin: 30px 15px 0; padding: 30px; }
    .row-fluid .board_member_wrap { margin-top: 25px; }


    .row-fluid .service_brand_section.value_brand_section .draw_border_svg.line1 { margin-top:-210px; }

    .row-fluid .hero-video-brand.hub-logo{padding:95px 0 75px 0;}
    .row-fluid .hero-video-brand.hub-logo .left-text{width:calc(100% - 250px);padding:0 50px 0 0;}
    .row-fluid .hero-video-brand.hub-logo .thumb{width:250px;}
    .row-fluid .hero-video-brand.hub-logo .left-text .widget-type-rich_text{padding:30px 0 0 0;}

    .row-fluid .inbound-intro.fix-padding2 > div{padding:70px 0 450px;}

    .hub-success-owners-wrap .meetinf_code:before { left: -91px; }
    .hub-success-owners-wrap .meetinf_code:after { right: -121px; }

    .hs-content-id-148514343823.webops-page .problem_faq_area {  padding-top:60px; } 

    .new_home_hero_top_raw .herosubtext { max-width: 380px; margin-top: -90px; font-size:22px; line-height:30px; } 

    .workrep_cover.column_three .line {left: 144px;right: 144px;}

    .hero-banner-section .hero-banner-row .left-content h1{font-size: 52px;}

    .row-fluid .roi_hero .roi_hero_title { padding-top: 90px; }
    .row-fluid .roi_hero { padding: 60px 0 200px; }
    .row-fluid .roi_intro_sc .cover { padding: 55px 55px; }
    .row-fluid .soft_benefit_wrap .left { width: 50%; }
    .row-fluid .soft_benefit_wrap .right { width: 50%; padding-left: 20px; }
    .row-fluid .soft_benefit_wrap .right .item { padding: 0 8px 30px; }

    .row-fluid .soft_benefit_wrap .left h2.h3,
    .row-fluid .soft_benefit_wrap .left h3 { font-size: 30px; }
    .row-fluid .soft_benefit_wrap .left .text { padding: 15px 0 20px 0; }
    .row-fluid .soft_benefit_sc { padding: 40px 0 70px; }
    .row-fluid .best_metric_sc { padding: 60px 0 50px; }
    .row-fluid .best_metric_sc .wrap .right { padding-left: 30px; }
    .row-fluid .best_metric_sc .head { margin-bottom: 30px; }
    .row-fluid .best_metric_sc .head h2 { font-size: 30px; }
    .row-fluid .roi_impact_sc { padding: 70px 0 60px; }
    .row-fluid .roi_impact_sc .head { margin-bottom: 60px; }

    .row-fluid .roi_impact_wrap .roi_impact_item .topbox .title h3.h4,
    .row-fluid .roi_impact_wrap .roi_impact_item .topbox .title h4 { font-size: 24px; line-height: normal; }
    .row-fluid .roi_impact_wrap .roi_impact_item .topbox { min-height: 150px; margin-bottom: 99px; }
    .row-fluid .roi_impact_wrap .roi_impact_item .topbox .line { top: 100%; }
    .row-fluid .roi_impact_wrap .roi_impact_item .bottombox { padding: 35px; }
    .row-fluid .roi_model_sc .cover .left h2 { font-size: 30px; }
    .row-fluid .roi_model_sc .cover .left h3 { font-size: 27px; line-height: 1.5; }
    .row-fluid .roi_model_sc .cover .right { padding: 30px; }
    .row-fluid .blue-announcement-wrap { padding: 26px 40px; }
    .row-fluid .blue-announcement-wrap h3 { font-size: 20px; line-height: 1.5; margin-top: 10px; }
    .row-fluid .content-generating-main-wrap { padding: 75px 0; }
    .row-fluid .content-generating-list { padding-top: 40px; }
    .row-fluid .content-generating-details { padding: 35px; }
    .row-fluid .newlp-bottom-heading-content-wrap { padding: 40px; transform: translateY(-58px); }

    .row-fluid .newlp-bottom-details-wrap h2.h3,
    .row-fluid .newlp-bottom-details-wrap h3 { margin-top: 40px; }
    .row-fluid .newlp-bottom-details-wrap .content { margin-top: 30px; margin-bottom: 20px; font-size: 20px; line-height: 1.5; }
    .row-fluid .newlp-bottom-details-main-wrap { padding-bottom: 70px; }
    .row-fluid .content-generating-list-number { font-size: 200px; } 

}

@media (max-width: 1170px) {
    .speakers-section .inner .title-part, .speakers-section .inner .list-wrapper {width:100%;}
    .speakers-section .inner .title-part {margin-bottom: 50px;text-align: center;margin-top:0;}
    .expect-form .left-content .hs_cos_wrapper_type_rich_text {font-size: 18px;line-height: 30px;}
    .expect-form .left-content .hs_cos_wrapper_type_rich_text ul li:before {top: 12px;}
    .expect-form .form-right {padding: 30px;}
    .expect-form .left-content .hs_cos_wrapper_type_rich_text em {font-size: 14px;} 
}

@media(max-width:1199px){
    .row-fluid h1 { font-size:28.5px; line-height:normal; }
    .row-fluid h2 { font-size:48px; line-height:68px; }
    .row-fluid h3 { font-size:34px; line-height:54px; font-weight:300;  }
    .row-fluid h4 { font-size:30px; line-height:40px; }
    .row-fluid h5 { font-size:25px; line-height:41px; }
    .row-fluid h6 { font-size:22px; line-height:28px; }

    .row-fluid .cs_hero .thumb img { width: 355px !important; }
    .row-fluid .video-box .thumb { height: 450px; }
    .row-fluid .video-box:before { height: 300px; width: 300px; left: 50%; bottom: -60px; }
    .row-fluid .video-box svg { width: 100px; }
    .row-fluid .inbound-intro { margin: -320px 0 0; }
    .row-fluid .inbound-intro>div { padding: 410px 0 560px; }
    .row-fluid .innovations-section:after { width: 95%; }

    .row-fluid .innovations-section>div { padding: 98px 0 180px; }

    .row-fluid .cs_8stap { padding: 120px 0 140px; }


    .row-fluid .cs_8stap .single-box+.single-box { padding-top: 47px; }
    .row-fluid .Creative_Apart_Box:before { right: calc((100% - 730px) / 2); }
    .row-fluid .Creative_Apart_Box .slider-title h3 { padding: 0 0 40px; }
    .row-fluid .Creative_Apart_Box .team-slider_wrapper { margin: 0 -60px 0  0; }
    .row-fluid .Creative_Apart_Box .slick-slider .text { line-height: 30px; font-size: 20px; }
    .row-fluid .Creative_Apart_Box .slick-slider h5 { padding: 0 0 20px; }
    .row-fluid .Creative_Apart_Box .slick-arrow { top: calc(100% + 45px); }
    .row-fluid .Creative_Apart_Box .slick-arrow.slick-next { left: 59px; }
    .row-fluid .Creative_Apart_Box .team-slider_wrapper { padding: 69px 150px 143px; }
    .row-fluid .Creative_Apart_Box:after { height: 330px; }
    .row-fluid .next-level-box { padding: 80px 0 90px; }
    /*   .row-fluid .top-footer { padding: 90px 0 120px; } */

    .row-fluid .innovations-section .cs-testimonials-section { height: auto; }
    .row-fluid .innovations-section .bee3D--nav { top: calc(100% + 0px); }


    .row-fluid .innovations-section>div { padding: 98px 0 70px; }
    .row-fluid .innovations-section:after { width: auto; left: calc((100% - 920px) / 2); right: 0; background-position: -40px 210px; background-size: 100% 510px; }

    .row-fluid .next-level-box:after { height: 300px; width: 300px; bottom: -90px; right: -200px; }

    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li>a{ font-size:16px; }

    /* Video Brand Marketing 2019 */
    .row-fluid .hero-video-brand .widget-type-text { padding-top: 77px; }
    .row-fluid .hero-video-brand .thumb img { max-width: 420px; min-width:420px; }
    .row-fluid .hero-video-brand .thumb { right: -30px; }
    .row-fluid .inbound-intro.v2>div>div { padding: 0; }
    .row-fluid .innovations-section.v2 .single-box { padding: 0 15px 58px; }
    .row-fluid .innovations-section.v2 .single-box-wrapper { margin: 0 -15px; }
    .row-fluid .innovations-section.v2 { padding-left: 45px; }
    .row-fluid .innovations-section.v2>div { padding: 98px 0 10px; }
    .row-fluid .innovations-section.v3>div { padding: 130px 0; }
    .row-fluid .sticky-bar { width: 26%; }
    .row-fluid .sticky-bar + .video9-wrapper { width: 74%; margin: 0; }
    .row-fluid .cs-video9 .single-video9box .contain { width: 100%;}
    .row-fluid .cs_8stap.step9 .widget-type-header:before { height: 300px; width: 300px; top: calc(100% - 120px); right: calc(100% - 120px); }
    .row-fluid .cs-video9 .video-box .thumb { height: 360px; }

    .row-fluid .video9-widget { padding-bottom: 80px; }
    .row-fluid .cs_8stap.step9 { padding: 110px 0 60px; }
    .row-fluid .video-center .video-box:before { left: calc(50% + 320px); transform: translateX(-50%); bottom: -90px; }
    .row-fluid .cs-video9{ padding-right:0px;  }
    .row-fluid .cs-video9-list .singleTitle h5 { line-height: normal; }
    .row-fluid .cs-video9-list .singleTitle { margin: 23px 0; }


    .row-fluid .video-max-80 .video-box:before { left: calc(100% - 435px);}
    .row-fluid .calc-same:after { height: 300px; width: 315px; left: calc(100% - 370px); bottom: -60px;}
    .pricing-cals .pricing-input h4 { font-size: 26px;}
    .pricing-cals .pricing-input div { margin-top: 10px;}
    .pricing-cals .pricing-right .cals-result span:first-child { margin-bottom: 35px; font-size: 21px;}
    .pricing-cals .pricing-right .cals-result { font-size: 35px;  max-width: 200px;}
    .pricing-cals .pricing-input button.calculate { min-width: 225px; font-size: 15px;}
    .pricing-cals .pricing-right .cals-result span:first-child { margin-bottom: 25px; font-size: 18px; }
    .pricing-cals .pricing-right .cals-result { font-size: 30px; max-width: 185px; }
    .row-fluid .pricing-calc-main:before { width: calc((100vw - -354px) / 2); }

    .row-fluid .demand-bg-wrap .inbound-intro.demand-intro2 > div { padding: 460px 0 450px;}
    .row-fluid .demand-bg-wrap .inbound-intro.demand-intro1 > div {  padding: 685px 0 150px;} 

    .row-fluid .inbound-intro.margin0 { margin: -85px 0 0;}

    .inbound-intro.inbound-intro-section>div {padding: 410px 0 70px;}
    .row-fluid .next-level-box.next-level-box-new {  padding: 80px 0 20px;}
    .meeting-tool-wrap .meetings-iframe-container iframe {margin-left: 10px;}
    .action-card-section.Action_Card_Box_Widget { margin: 0px auto 80px !important;}    

    .row-fluid .right-footer {margin-top:25px;}
    .row-fluid .top-footer {padding-bottom:80px;}
    .row-fluid .left-footer, .row-fluid .right-footer { width: 100%;text-align: center;}
    .row-fluid .right-footer .ftmenu-col {margin:0;}

    .row-fluid .Creative_Apart_Box.creative-apart-section:after {top:-105px;}
    .row-fluid .action-slide-menu a {}
    .row-fluid .action-slide-menu { right: 30px; }
    .row-fluid .step-box-2 .content { padding-right: 110px; }
    /*     .row-fluid .step-box .point-box .text > ul { width: 100%; }
    .row-fluid .step-box .point-box .text > ul + ul { padding-left: 0; padding-top: 0; } */

    .side-text .circle-div{width: 100%;}
    .lookalike-audience .wrapper > div{padding:63px 70px;}

    .row-fluid .inbound-intro.v2-21 > div:first-child:before,
    .row-fluid .Creative_Apart_Box.plus-icon:after{ display: none; }
    .marketing-video-section:before { width: 100%; }
    .cs-resources-isotope-section:before { width: 100%; }
    .cs-resources-isotope-section:after { display: none; }

    .row-fluid .hero-video-brand .thumb img { min-width:100%; }

    .stories-newsroom .boxs .single-box .inner:not(.with-image) h2 { padding: 0 0 26px; }

    .row-fluid .wrapper.large { max-width: 950px; }

    .creative_hero { font-size: 18px; line-height: 32px; min-height: auto; }
    .creative_hero .right .image { width: 400px; height: 400px; }
    .creative_hero .left { width: calc(100% - 400px); }
    .creative_hero .left h1 { font-size: 40px; line-height: 52px; }
    .creative_hero .right { width: 400px; }
    .creative_hero .right .hub_logo { width: 120px; }
    .creative_hero .right .hublogo { width: 120px; height: 120px; }
    .creative_hero .right .hublogo.icon-3{width:75px;height:75px;bottom:120px;right:-40px;}
    .creative_hero.bg-option .right .image{width:300px;height:300px;}
    .creative_hero.banner4img .right .hublogo{bottom: 5px;}
    .creative_hero.banner4img .right .hublogo.icon-3{width:100px;height:100px;right:-30px;bottom:130px;}
    .creative_hero.banner4img .icon-4{width:100px;height:100px;right:130px;bottom:-30px;}



    .workrep_cover .line { right: 70px; }
    .directrep_main .box .icons { height: 80px; }
    .directrep_main .box .inner { padding: 15px; }
    .directrep_main .box h3 { font-size: 22px; line-height: 30px; }
    .directrep_main .box .inner { font-size: 18px; line-height: 30px; }
    .workrep_cover .box { font-size: 15px; line-height:26px; }

    .serincl_main .image { width: 400px; height: 400px; }
    .serincl_main .right ul li { font-size: 18px; line-height: 26px; }
    .serincl_main .right ul li a:before { top: 10px; }

    .meetings_rep .meeting > .hs_cos_wrapper:after { right: -30px; }
    .meetings_rep .meeting > .hs_cos_wrapper:before { right: -20px; }
    .meetings_rep .meeting:before { left: -20px; }
    .meetings_rep .meeting > .hs_cos_wrapper > div:before { right: 0; }
    .meetings_rep .meeting:after { bottom: 90px; }

    .develop-services .inner { padding: 90px 70px 70px 50px; }
    .develop-services .left h2 { font-size: 42px; line-height: 54px; }

    .webops-page .innovations-section h3 { font-size: 40px; line-height: 48px; }
    body .row-fluid .innovations-webops .cs-testimonials-slider .sinlge-testimonials .bottom .title { font-size: 32px; line-height: normal; }
    .webops-process .main-title h2 { font-size: 40px; line-height: 50px; }
    .webops-page .row-fluid .meeting_success_section h2 { margin: 0 0 20px; }

    body .row-fluid .innovations-webops .cs-testimonials-slider .sinlge-testimonials .bottom .text { font-size: 15px; line-height: 27px; }

    .innovations-webops .text ul li { margin: 3px 0; }
    .webops-page .row-fluid .innovations-section > div  { padding: 88px 0 110px; }
    body .row-fluid .cs-testimonials-slider .sinlge-testimonials .bottom { padding: 0 15px; }
    body .row-fluid .innovations-webops .cs-testimonials-slider .sinlge-testimonials .bottom .title { padding: 15px 0; font-size: 24px; } 
    .row-fluid .bee3D--slide img { max-height: 100px; }

    .row-fluid .hero-extended h1 { font-size: 48px; line-height: 60px; }
    .row-fluid .hero-extended h3 { font-size: 26px; line-height: 34px; }
    .row-fluid .hero-extended .shape { width: 240px; height: 307px; }
    .row-fluid .hero-extended .shape:after { width: 93px; height: 92px; bottom: -30px; }
    .row-fluid .pricing-extended h2 { font-size: 32px; line-height: 44px; padding: 0 0 50px; }
    .content-extended .left h2 { font-size: 32px; line-height: 44px; }
    .pricing-extended .main .box h4 { font-size: 28px; line-height: 38px; }
    .pricing-extended .main .box h5 { font-size: 20px; line-height: 30px; }
    .pricing-extended .main .box .about-btn1 a { font-size: 16px; line-height: 24px; padding: 17px 15px; min-width: 180px; }
    .row-fluid .meeting_success_section.meetings-extended:after { width: 300px; height: 309px; right: 0; top: -30px; }


    .website-right-side-details-meeting iframe { max-height: 636px; }
    .website-new-hero-bottom-details { padding: 35px; }
    .website-new-hero-bottom-details .get_to_know_raw .get_to_know_left { width: 40%; }
    .website-new-hero-bottom-details .get_to_know_raw .get_to_know_right { width: 60%; }
    .website-new-hero-bottom-logo-wrap { padding-right: 0px; margin-top: 35px; }
    .client-quotes-main-wrap .kind_word_head { width: 320px; padding-right: 0; }
    .client-quotes-main-wrap .kind_testimonial_slider_area { width: calc(100% - 320px); }
    .kind_word_section.client-quotes-main-wrap .kind_testimonial_content { padding-left: 0; }
    .kind_word_section.client-quotes-main-wrap .kind_word_area { padding: 60px 0; }

    body .row-fluid .cs-testimonials-slider .sinlge-testimonials { width: 540px; margin-left: -27%; margin-top: -140px; }
    .cs-testimonials-section.website-img-slider-wrap { padding-top: 155px; padding-bottom: 85px; }
    .cs-testimonials-section.website-img-slider-wrap { padding-top: 155px; padding-bottom: 85px; }
    .website-new-hero-bottom-logo-wrap .slick-dots { position: static; width: 100%; }
    .website-new-hero-bottom-logo-wrap { margin-bottom:0px; }
    .website-right-side-details-meeting { width: calc(100% + 195px); margin-left: -120px; }
    .website-left-side-details { padding-right: 20%; }
    .website-new-hero-bottom-details-wrap { z-index: 4; }
    .website-new-hero-bottom-logo-wrap .slick-dots { position: static; width: 100%; }

    .kind_word_section.client-quotes-main-wrap .kind_testimonial_imgin { width: 170px; height: 170px; margin: 0 auto; }
    .client-quotes-main-wrap .kind_testimonial_content { width: calc(100% - 220px); }
    .kind_testimonial_img { width: 220px; }

    .marresou-wrapper .list-wrapper .marresou-box{margin-bottom:30px;width: calc(50% - 30px);}

    /* ============== */
    div.title-text h2,div.title-text h2 span, div.title-text h2 em  {font-size: 34px;}
    .content-image-section .content-image-section-row .content-image-section-left .count {font-size: 50px;}
    .more-recommendation-section .title-text h2{font-size: 24px;line-height:38px;}
    .more-recommendation-section .more-recommendation-row .col-left {padding-right: 30px;}
    .more-recommendation-section .find-out-form-wrapper{padding: 30px;}
    .dark-section .content-image-section-2 .content-image-section-row .content-image-section-left .count{font-size: 50px;}
    .dark-section.row-reverse .content-image-section-2 .content-image-section-row .content-image-section-left {padding-right: 30px;}
    .dark-section .content-image-section-2 .content-image-section-row .content-image-section-left {padding-left: 30px;}

    .dual-boxes .list .top{display:block;}
    .dual-boxes .list .top .title{padding: 30px 0 0;}

    .banner-lp-v2 .wrapper h1 {font-size:45px;}
    .banner-lp-v2 .content {font-size: 30px;line-height:40px;}
    .content-with__Whitebox .left-content h2 {font-size: 30px;line-height: 40px;}
    .content-with__Whitebox .left-content .hs_cos_wrapper_type_rich_text {font-size: 18px;}
    .content-with__Whitebox .right-content {padding: 40px 10px 40px 40px;width: calc(48.717948718% - 50px);margin-left: 50px;}
    .content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text h3 {font-size: 20px;line-height: 30px;}
    .content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text {font-size: 18px;line-height: 33px;}
    .content-with__Whitebox:before {left: calc(48.717948718% + 50px);}
    
    
    .banner-v2 .bottom-text.meeting-footer{max-width:398px;}
    .banner-v2 .consultaion-form{margin-left: -80px;}
    .banner-v2 .consultaion-form .form-body{padding:42px 20px 30px;}
    .banner-v2 .consultaion-form form fieldset.form-columns-2 .hs-form-field{width:100%;}
    .banner-v2 .consultaion-form form fieldset.form-columns-2 .hs-form-field:first-child+.field{padding-left:0;}
    .banner-v2 .bottom-text{padding:24px 20px 20px;}
    
    .row-fluid .marketing_service_hero.web_hero_section .sub_text { font-size: 50px; line-height: 1.4; }
    .marketing_service_hero .main .right { width: 400px; }
    .marketing_service_hero .main .web_hero_caption.left { width: calc(100% - 400px); padding: 0 20px 0 0; }
    .marketing_service_hero .main .right .image { width: 400px; height: 400px; }
    .marketing_service_hero .main .right .hub_logo { width: 120px; }
    .marketing_service_hero .main .right .hublogo { width: 120px; height: 120px; bottom: 5px; }
    
    .website-new-hero-main-wrap.banner-v2.website-new-hero-main-wrap.disable_bottom_section .website-right-side-details-wrap { padding-bottom: 180px; }
    .website-new-hero-main-wrap.banner-v2 .consultaion-form { margin: -120px; }
    .banner-v2 .consultaion-form .hs-form .form-columns-2 .field:first-child{ padding: 0 12.5px 25px 12.5px; }
    .banner-v2 .consultaion-form form fieldset.form-columns-2 .hs-form-field:first-child+.field { padding: 0 12.5px 25px 12.5px; }
    .banner-v2 .consultaion-form form fieldset.form-columns-1 .hs-fieldtype-textarea { padding: 0 12.5px 25px 12.5px; }
    
}

@media (max-width: 1100px){
    .row-fluid .problem_faq_area { padding-left: 40px; }
}

@media(max-width:1025px){
    body { font-size: 17px; line-height: 27px; }
    a.cta_button, .btn-style-1 a { padding: 10px 50px; }

    .row-fluid .cs_header { transition: all 0.3s ease; }
    .nav-up .row-fluid .cs_header { transform: translateY(0%); }

    .row-fluid h1 { font-size:28.5px; line-height:normal; }
    .row-fluid h2 { font-size:38px; line-height:50px; }
    .row-fluid h3 { font-size:27px; line-height:43px; font-weight:300;  }
    .row-fluid h4 { font-size:30px; line-height:40px; }
    .row-fluid h5 { font-size:25px; line-height:41px; }
    .row-fluid h6 { font-size:22px; line-height:28px; }


    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul { width: 100%; }
    .row-fluid .cs_header .nav-menu {display:none; position: absolute; top: 100%; left: 0; width: 100%; background: #f7f7f7; }
    .row-fluid .cs_header .nav-menu>div:first-child { padding: 0; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li { width: 100%; text-align: left; padding: 0; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li>a { padding: 6px 15px; display: block; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { position: absolute; top: 13px; right: 10px; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li ul { position: relative; transform: none; left: 0; transition: none; visibility: visible; opacity: 1; display: none; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li ul li a { text-align: left; padding: 5px 15px; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li>a:before { display: none; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li.hs-item-has-children.active>a:after { transform: rotate(45deg) !important; }
    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li + li { border-top: 1px solid rgba(0, 0, 0, 0.1); }

    .row-fluid .cs_header .nav-menu>div:last-child { position: relative; left: 0; width: 100%; }
    .row-fluid .cs_header .nav-menu>div:last-child { display: none; }

    .row-fluid .cs_header .logo { padding-left: 0; }

    .cs-mobile-trigger{display:block;cursor:pointer;position:absolute;display:block;height:25px;width:26px;right:15px;top:50%;transform:translateY(-50%);}
    .cs-mobile-trigger i{ display:none; position:absolute;height:2px;display:block;width:26px;background:#000;left:0px;top:50%;transform:translatey(-50%);transition:all 0.2s linear}
    .cs-mobile-trigger i:After,.cs-mobile-trigger i:before{content:"";height:100%;width:100%;background:#000;left:0;position:absolute;}
    .cs-mobile-trigger i:After{top:6px;transform:rotate(0deg);transition:transform 0.2s linear,top  0.2s linear 0.2s;}
    .cs-mobile-trigger i:before{top:-6px;transform:rotate(0deg);transition:transform 0.2s linear,top 0.2s linear 0.2s;}
    .mobile-open .cs-mobile-trigger i{background:transparent;transition:all 0.2s linear;}
    .mobile-open .cs-mobile-trigger i:after{transform:rotate(45deg);top:0;transition:all 0.2s linear,transform 0.2s linear 0.2s;}
    .mobile-open .cs-mobile-trigger i:before{top:0;transform:rotate(-45deg);transition:all 0.2s linear,transform 0.2s linear 0.2s;}
    .cs-child-trigger{display:block;height:38px;width:100%;position:absolute;top:0;right:0;cursor:pointer;z-index:1;}
    .cs-child-trigger i{ position:relative;height:2px;width:15px;background:#fff;top:50%;right:10px;margin:0 0 0 auto;}
    .cs-child-trigger i:after{content:"";position:absolute;height:100%;width:100%;display:block;background:#fff;left:0;transform:rotate(90deg);transition:all 0.2s linear;}
    .cs-child-trigger.child-open i:after{transform:rotate(180deg);}

    .row-fluid .cs_header .nav-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after { transform: rotate(0deg); }

    /* */
    .row-fluid .cs_hero .widget-type-header h2 { padding: 24px 0 30px; }
    .row-fluid .cs_hero .thumb img { width: 100% !important; } 
    .row-fluid .cs_hero .widget-type-rich_text br { display: none; }
    .row-fluid .cs_hero { padding: 78px 0 96px; }
    .row-fluid .video-box .thumb { height: 0; padding-bottom: 46%; width: 80%; }
    .row-fluid .video-box:before { left: 53%; bottom: -80px; height: 250px; width: 250px; }
    .row-fluid .inbound-intro .widget-type-header h3 br { display: none; }
    .row-fluid .inbound-intro .widget-type-rich_text br { display: none; }
    .row-fluid .innovations-section:after { left: calc((100% - 695px) / 2); }
    .row-fluid .Creative_Apart_Box:before { right: calc((100% - 696px) / 2); }
    .row-fluid .Creative_Apart_Box { padding: 70px 0 0; }
    .row-fluid .action_card .contain { }
    .row-fluid .next-level-box { }
    .row-fluid .next-level-box .widget-type-rich_text { padding: 15px 0 29px; }

    .creative_hero .left h2 { font-size: 27px; line-height: 43px; }

    .row-fluid .cs_8stap .box8_wrapper>div { padding: 0 10px; }
    .row-fluid .cs_8stap .single-box .text { font-size: 15px; line-height: 27px; }
    .row-fluid .cs_8stap .single-box+.single-box { padding-top: 30px; }
    .row-fluid .cs_8stap { padding: 90px 0 90px; }
    .row-fluid .Creative_Apart_Box .team-slider_wrapper { padding: 69px 70px 123px; margin: 0 -30px 0px 0px; }
    .row-fluid .video-box { overflow: hidden; }
    .row-fluid .cs_hero { overflow: hidden; }

    .invert a { padding: 4px 15px; }
    .row-fluid .ftsocial-links ul li { padding-right: 7px; }
    .row-fluid .ftcontact-btn a { margin-top: 30px; }
    .row-fluid .ftsocial-links { margin-top: 30px; }

    .wistia_placebo_close_button { margin: -30px 0 0 -29px !important; }

    .row-fluid .innovations-section.v2 .single-box { width: 100%; padding: 0 15px 38px; }
    .row-fluid .innovations-section.v2:after { width: 100%; left: 0; }
    .row-fluid .innovations-section.v2 { padding-left: 0; padding-bottom: 20px; }
    .row-fluid .innovations-section.v2 .widget-type-header { padding: 0 0 30px; }
    .row-fluid .innovations-section .widget-type-header { padding: 0 0 20px; }
    .row-fluid .innovations-section.v3>div { padding: 80px 0; }
    .row-fluid .cs_8stap.step9 .widget-type-header:before { height: 200px; width: 200px; top: calc(100% - 90px); right: calc(100% - 80px); }
    .row-fluid .cs-video9 { max-width: 100%; }

    .row-fluid .cs-video9 .single-video9box .contain .text { line-height: 26px; }
    .row-fluid .video9-widget { padding-bottom: 50px; }
    .row-fluid .sticky-bar { width: 100%; position: static; }
    .row-fluid .sticky-bar+.video9-wrapper { width: 100%; left: 0; }
    .row-fluid .cs-video9 { padding-left: 0; padding-top:30px; }
    div#videoScroll { width: 550px; max-width:calc(100% - 30px); height: auto; float: none; margin: 0 auto; padding-top:0px; }
    .row-fluid .cs_8stap .widget-type-header h3 br { display: none; }
    .row-fluid .cs_8stap.step9 .widget-type-header { max-width: 100%; }
    .row-fluid .cs_8stap.step9 .widget-type-header:before { display: none; }
    .row-fluid .cs-video9 .single-video9box .contain { padding: 40px 0 0; }
    .row-fluid .cs-video9 .video-box .thumb { height: 280px; }


    .row-fluid .cs_8stap.step9 .left-padding { padding: 0 !important; }
    .row-fluid .cs-video9{ width:100%; }
    .row-fluid .cs-video9-list{ width:100%; padding:0; }
    .row-fluid .cs-video9-list .title-list{ margin:0px; }
    .row-fluid .cs-video9-list .csTitle { padding: 0 0 20px; }
    .row-fluid .inbound-intro.v2 > div{  padding-bottom: 493px; }

    .cs-ad-section .box-container { padding: 30px 0 0; }
    .cs-ad-section .sinlge-box { padding: 15px; }
    .cs-ad-section .sinlge-box .content { padding: 32px 34px 28px; }
    .cs-ad-section .sinlge-box { width: 50%; }
    .cs-ad-section .box-container { margin: 0 -15px; }
    .row-fluid .footer-login-cta { margin: 0; }

    /* .row-fluid .cs_black-demand .Creative_Apart_Box:after, */.row-fluid .cs_black-demand .Creative_Apart_Box .bgImg { top: -225px; left: 60%; height: 370px; width: 370px; background-size: 370px 370px; }
    .video-center.video-top-bottom { margin-top: -215px; margin-bottom: -202px; }
    .row-fluid .cs_black-demand .cs_8stap.step9 { padding: 300px 0 285px; }
    .row-fluid .demand-bg-wrap .inbound-intro.demand-intro2 > div { padding: 400px 0 328px;}
    .pricing-calc-main { padding-bottom: 80px;}
    .row-fluid .calc-same { padding: 60px 0 80px 60px;}
    .pricing-calc-main .calc-heading { padding: 60px 65px 60px 60px;}
    .pricing-calc-main .calc-heading h2 { font-size: 28px; line-height: 50px;}
    .pricing-calc-main:before {  width: calc((100vw - -254px) / 2);}


    .row-fluid .action-slide-menu { height: auto; background: #1596F7; right: 0; top: auto; bottom: 30px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.37); transform: translateX(calc(100% + 1px)); transition: all 0.3s ease; }
    .row-fluid .action-slide-menu .menu-action-btn { position: absolute; right: 100%; background: #1596F7; color: #fff; height: 40px; width: 40px; text-align: center; line-height: 40px; bottom: 0; cursor: pointer; transition: all 0.3s ease; }
    .row-fluid .action-slide-menu ul li { text-align: left; padding: 7px 9px; }
    .row-fluid .action-slide-menu a:before { left: 9px; }
    .row-fluid .action-slide-menu a { padding-left: 30px; display: block; padding-right: 30px; }

    /*     .row-fluid .action-slide-menu .menu-action-btn:hover { background: #fff; color: #1596F7; } */
    .row-fluid .action-slide-menu a:hover, .row-fluid .action-slide-menu ul li.active a { color: #000; }
    body[data-color="white"] .row-fluid .action-slide-menu a { }
    body[data-color="white"] .row-fluid .action-slide-menu { background: #fff; }
    .row-fluid .action-slide-menu.loaded { transform: translateX(0); }
    .row-fluid .action-slide-menu .menu-action-btn i:before {    content: "\f053"; }
    .row-fluid .action-slide-menu.loaded .menu-action-btn i:before {     content: "\f054"; }
    .row-fluid .action-slide-menu .menu-action-btn{ display:block; }

    .row-fluid .build-brand { }
    .row-fluid .build-brand h1 { font-size: 57px; margin-top: -28px; }
    .row-fluid .touch-points h2 { font-size: 45px; line-height: 51px; }
    .row-fluid .touch-points { min-height: 650px; }
    .row-fluid .product-and-services .content .widget-type-text { line-height: 35px; font-size: 21px; letter-spacing: 0.5px; }
    .row-fluid .product-and-services .content h2 { line-height: 40px; }
    .row-fluid .step-box { min-height: 100vh; height: auto; padding: 80px 0; }
    .row-fluid .step-box-1 .content>div { width: 100%; }
    .row-fluid .step-box-1 .wrapper { padding-right: 15px; }
    .row-fluid .step-box-1 .content .point-box { margin-top: 25px !important; }

    .row-fluid .box-1 .step-box span.num.type-1:before { height: 60px; width: 60px; border-width: 8px; }

    .row-fluid .step-box .wrapper{padding:0px 15px;}
    .row-fluid .step-box .point-box { font-size: 18px; line-height: normal; padding-left: 24px; border-width: 4px; }
    .row-fluid .step-box .point-box .text>ul { column-count: 1; }

    .row-fluid .box-3 .step-box span.num.type-1>span { right: 20px; width: 40px; height: 40px; border-width: 6px; top: -70px; }
    .row-fluid .box-5 .step-box span.num.type-1:before { top: 0; left:-100px; height: 80px; width: 80px; border-width: 4px; }
    .row-fluid .box-5 .step-box span.num.type-1>span { top: -60px; right: 0px; }
    .row-fluid .branding-process h2 { font-size: 38px; line-height: 42px; }
    .row-fluid .branding-process .process-step-inner>div { height: 100px; width: 100px; font-size: 19px; line-height: 20px; }
    .row-fluid .branding-process .process-step>div { height: 360px; width: 350px; }
    .row-fluid .branding-process .process-step-inner>div:nth-child(4) { margin: auto 0 auto -43px; }
    .row-fluid .branding-process .process-step-inner>div:nth-child(3) { margin-bottom: -42px; }
    .row-fluid .branding-process .process-step-inner>div:nth-child(2) { margin: auto -53px auto 0; }
    .row-fluid .branding-process .process-step-inner>div:nth-child(1) { margin-top: -45px; }
    .row-fluid .branding-process { padding: 80px 0; }

    .row-fluid .step-box-2 .content{ padding-right:0px; }
    .row-fluid .step-box-1 .content .title-box { padding: 0; }
    .row-fluid .branding-process .wrapper { padding: 0 15px; }
    .row-fluid .branding-process .title { padding: 0 0 60px; }

    body.demand-gt-v2 .row-fluid .video-text { width: calc(100% - 50px); }
    body.demand-gt-v2 .row-fluid .video-text h4 { font-size: 22px; line-height: normal; }
    body.demand-gt-v2 .row-fluid .demand-bg-wrap .inbound-intro.demand-intro2.padding-update > div { padding:10px 15px 150px; }
    body.demand-gt-v2 .row-fluid .last-video-box { padding: 0 0 80px; }
    body.demand-gt-v2 .row-fluid .cs_black-demand .cs_8stap.step9{padding:100px 15px 100px;}

    .onboarding-page .row-fluid .innovations-section .innovations-section-rich-text { padding: 0; }
    .onboarding-page .row-fluid .inbound-intro h3, .onboarding-page .row-fluid .innovations-section .widget-type-header h3 { padding: 0; }
    .onboarding-page .row-fluid .innovations-section .innovations-section-rich-text ul li:before { top: 10px; }


    .row-fluid .hero-video-brand .thumb.new { }
    .row-fluid .hero-video-brand .thumb.new .video-box { overflow: visible; }
    .row-fluid .inbound-intro.v2-21 > div { padding-bottom: 0; }
    .cs-resources-isotope-section { padding: 75px 0; }
    .cs-resources-isotope-section h2 { padding: 0 0 35px; }
    .cs-resources-isotope-section .resources_list .cover label { height: auto; }
    .cs-resources-isotope-section .single-work { width: 50%; }
    .cs-resources-isotope-section .show-btn-main { padding: 30px 0 0; }
    .cs-resources-isotope-section .show-btn-main a { width: auto; }
    .row-fluid .innovations-section.v3.white-bg > div { padding: 81px 0; }
    .client-video-section { padding: 101px 0; }
    .client-video-section .single-slide img { padding: 15px; } 


    .stories-newsroom .boxs .single-box:first-child { width: 100%; }
    .experts-newsroom .expert-box .inner img { height: 170px; }
    .experts-newsroom .expert-box .name { font-size: 18px; margin: 0 0 5px; }
    .experts-newsroom .expert-box .inner { margin-top: 90px; }
    .experts-newsroom .btn-wrapper a { margin-top: 30px; }
    .experts-newsroom { padding: 70px 0 70px; }
    .news-banner { padding: 60px 0; }
    .cs__heading > span { display: block; padding: 0 0 12px; }
    .industry-news .industry-boxs .industry-box { width: 50%; }
    .industry-news { padding: 70px 0 80px; }
    .industry-news .btn-wrapper a { margin-top: 30px; }
    .award-newsroom { padding: 50px 0 20px; }
    .award-newsroom .boxs .single-box { padding: 25px 15px; }
    .contact-newsroom .contact-form { padding: 65px 15px 80px; }
    .contact-newsroom .contact-form form .actions input { padding: 19px 40px; }
    .contact-newsroom .contact-form h2.__title-2 { padding: 20px 0 45px; }


    /* WebPage */
    .row-fluid .web_intro_wrap h2 { font-size: 40px; }
    .row-fluid .growth_mind_head h2 { font-size: 40px; line-height: 1.4; }
    .row-fluid .growth_mind_raw_wrap { padding: 30px; }
    .row-fluid .growth_mind_img { height: 150px; width: 150px; }
    .row-fluid .growth_mind_caption { width: calc(100% - 150px); padding-left: 30px; margin-bottom: 20px; }
    .row-fluid .growth_mind_text { font-size: 18px; line-height: 1.9; }
    .row-fluid .board_member_head_left h2 { font-size: 40px; line-height: 1.4; }
    .row-fluid .board_member_img { height: 150px; width: 150px; }
    .row-fluid .board_member_name { font-size: 18px; line-height: 1.5; }
    .row-fluid .board_member_position { font-size: 15px; line-height: 1.7; }
    .row-fluid .meeting_success_section h2 { font-size: 40px; line-height: 1.4; }

    .row-fluid .hero-extended h1 { font-size: 32px; line-height: 40px; margin: 0 0 14px; }
    .row-fluid .hero-extended h3 { font-size: 22px; line-height: 30px; }
    .row-fluid .hero-extended { font-size: 19px; line-height: 30px; min-height: auto; }
    .row-fluid .hero-extended .shape { width: 180px; height: 230px; }
    .row-fluid .hero-extended .shape:after { width: 50px; height: 51px; bottom: 0; }
    .pricing-extended .inner { padding: 40px 15px; }
    .row-fluid .pricing-extended h2 { font-size: 26px; line-height: 38px; padding: 0 0 15px; }
    .pricing-extended .main .box { width: 100%; padding: 30px 0; border-right: none; border-bottom: 1px solid #A4A4A4; }
    .pricing-extended .main .box:last-child { border-bottom: none; }
    .content-extended .left { width: 100%; }
    .content-extended .right { margin: 20px 0 0; width: 100%; }
    .content-extended .left h2 { font-size: 26px; line-height: 36px; }
    .content-extended { padding: 50px 15px; }
    .row-fluid .meeting_success_section.meetings-extended { padding: 60px 0  0; }
    .row-fluid .meetings-extended .main_title { margin: 0 0 40px; }
    .content-extended .right ul li:before { top: 9px; }

    .row-fluid .ttl-content .wrapper{max-width:950px;}
    .ttl-content .widget-type-rich_text ul li{font-size:16px; line-height:23px; letter-spacing:0;}
    .ttl-content .widget-type-rich_text ul li:before{top:9px;}
    .testimonial .slick-list{overflow:hidden;}

    .creative_hero .right .hublogo.icon-3{right:-15px;}

    .row-fluid .inbound-intro.fix-padding{margin:-40px 0 0;}
    .row-fluid .inbound-intro.fix-padding > div{padding:80px 30px 520px;}

    .row-fluid .inbound-intro.fix-padding2 > div{padding:70px 0 430px;}


    .row-fluid .inbound-intro .wrapper > div h2,.row-fluid .innovations-section h2,.row-fluid .innovations-section h2 { font-size: 27px; line-height: 43px; }
    .row-fluid .Creative_Apart_Box .slider-title > div h2 { font-size: 27px; line-height: 43px; padding:0 0 60px; }  
    .row-fluid .cs_8stap.step9 h2,.row-fluid .Creative_Apart_Box .slick-slider h3 { font-size: 27px; line-height: 43px; }


    .banner-lp-v2 .content {font-size: 20px;line-height: 26px;}
    .banner-lp-v2 .button-1 {margin-top: 50px;}
    .content-with__Whitebox .wrapper.md-wrapper .left-content,
    .content-with__Whitebox .wrapper.md-wrapper .right-content {width: 100%;margin: 0;}
    .content-with__Whitebox .wrapper.md-wrapper .right-content {position:relative;z-index:1;}
    .content-with__Whitebox .wrapper.md-wrapper .right-content:before  {content:'';position:absolute;top:0;left:0;bottom:0;width:2000px;box-shadow:0px 4px 40px 0px rgba(69, 147, 240, 0.15);border-radius:22px;background:#fff;z-index:-1;}
    .content-with__Whitebox:before, .content-with__Whitebox:after {display:none;}
    .content-with__Whitebox .wrapper.md-wrapper .left-content {margin-bottom: 30px;}
    .content-with__Whitebox .wrapper .row-fluid {flex-wrap:wrap;}
    .expect-form .form-right, .expect-form .left-content {width: 100%;margin: 0;}
    .expect-form .left-content h2 {text-align:center;}
    .expect-form .left-content {margin-bottom: 50px;}
    .expect-form:after {height: 500px; left:0;top:unset;}
    
/*     .speakers__tyPage .inner .list-wrapper .list .after-dv {width: 100%;margin-top: 20px;text-align: center;}
    .speakers__tyPage .inner .list-wrapper .list .after-dv .name {margin-bottom: 10px;}
    .speakers__tyPage .inner .list-wrapper .list .photo {margin: 0;}
    .speakers__tyPage .inner .list-wrapper .list {justify-content: center;}
    .speakers__tyPage .inner .list-wrapper .list .after-dv .image {margin: 0 auto;} */
    .speakers__tyPage .inner .list-wrapper .list {width: calc(50% - 30px);margin: 0 15px 30px;}
    .speakers__tyPage .inner .list-wrapper .list .after-dv .name {margin-bottom: 10px;}
    
    /*.speakers__tyPage .inner .list-wrapper .list .after-dv .name {font-size: 13px;line-height: 24px;}
    .speakers__tyPage .inner .list-wrapper .list .after-dv .name strong {font-size: 15px;line-height: 27px;}*/
    .speakers__tyPage .inner .list-wrapper .list .after-dv .image {max-width: 70px;}
    
    .pricing-extended.pricing-extended-div .main .box{padding:30px 15px;}

}
@media(max-width:991px){

    .row-fluid .passwod-main .custom_error_message.widget-type-rich_text h1 { font-size: 35px;  margin-bottom: 10px;}
    .row-fluid .passwod-main .custom_error_message.widget-type-rich_text p { font-size: 17px;}
    .row-fluid .passwod-main .widget-type-password_prompt.custom_error_message { padding: 40px 30px 40px; margin-top: 30px;}  

    .meeting-tool-wrap .meetings-iframe-container iframe {margin-left: 0;width: 640px;height: 690px !important;}
    .row-fluid .right-footer .ftmenu-col { float: left; margin: 0; }
    .row-fluid .right-footer .ftmenu-col > div{ padding-top: 13px; }
    .demand-bann .demandgentitle h1 { font-size:30px; }

    .row-fluid .Creative_Apart_Box.creative-apart-section {margin-bottom: 78px;}
    .row-fluid .top-footer { padding-bottom: 65px;}
    .meetsection-sec.with-text{padding-top:100px;}
    .meetsection-sec.with-text .text-part h3{line-height:64px;}

    .demand-bann{padding: 60px 0 0; height:480px;}
    .side-text{padding:50px 30px;}
    .side-text .circle-div{border-radius:0;height:100%;left:0;top:0;transform:translateY(0px);}
    .side-text .inner-div{max-width: none;}
    .side-text[data-align="right"] .circle-div{left:auto;right:0;}
    .topmargin{margin-top:60px;}
    .container-fluid .marketing-landscape .wrapper .padding-group{padding: 44px 30px 0;}
    .demand-gen .wrapper > div{padding: 57px 0 0; max-width: none;}
    .demand-gen .widget-type-rich_text{padding: 0 30px;}
    .emerPPC .wrapper > div{padding:57px 30px 0; max-width: none;}
    .prog-dead .wrapper > div{max-width:none; padding:0 30px;}
    .twitt-face .widget-type-rich_text{max-width:none;padding:0 30px;}
    .lookalike-audience .wrapper > div{padding: 63px 30px;}
    .are-ready .wrapper > div{padding: 57px 30px 0;}

    .row-fluid .landscape_section { margin-top:-180px; }
    .row-fluid .marketing-landscape .landscape_section .padding-group { padding:0 47px 0; }

    .row-fluid .cs_8stap.step9.stapMarket { padding:60px 0 0; }

    .row-fluid .webdesign_hero { padding-top: 60px; padding-bottom: 350px; }
    .row-fluid .webdesign_hero_caption h1 { font-size: 22px; }
    .row-fluid .webdesign_hero_title, .row-fluid .webdesign_hero_title h2 { font-size: 44px; line-height: 54px; padding: 20px 0; }
    .row-fluid .webdesign_hero_caption { font-size: 18px; line-height: 30px; }
    .row-fluid .webdesign_hero_btn.about-btn1 a { font-size: 16px; min-width: 380px; padding: 20px 15px; }
    .row-fluid .web_exp_section .website-filter-section .web-item { width: 50%; }

    .row-fluid .marketing_strategies { padding-left: 30px; padding-right: 30px; }
    .row-fluid .marketing_strategies.bg_active { padding: 50px 30px; }
    .row-fluid .marketing_strategies h3 { font-size: 28px; line-height: 34px; padding-bottom: 30px; }
    .row-fluid .marketing_strategies h4 { font-size: 20px; line-height: 26px; padding-bottom: 5px; }
    .row-fluid .marketing_strategies_topic { }
    .row-fluid .marketing_strategies_wrap { line-height: 27px; }
    .row-fluid .marketing_strategies { padding: 70px 30px; }
    .row-fluid .marketing_strategies_raw_wrap { padding-top: 45px; }
    .row-fluid .marketing_strategies_section h2 { font-size: 32px; line-height: 36px; }
    .row-fluid .marketing_strategies_nav { padding: 30px; }
    .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li { margin-bottom: 5px; }
    .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li > a { font-size: 15px; line-height: 25px; }

    .row-fluid .feature_video_section .video-box .thumb .thumb-inner.wistia_thumb_inner { min-height: 410px; }

    .row-fluid .wrapper.large { max-width: 750px; }

    .creative_hero { padding: 50px 0; }
    .creative_hero .left { width: 100%; padding: 0; }
    .creative_hero .left .text { max-width: 100%; }
    .creative_hero .left h1 { font-size: 32px; line-height: 46px; }
    .creative_hero .right { margin: 30px auto 0; }
    .creative_hero.bg-option .right{margin-top:90px;}
    .hero-banner .creative_hero:after{right: 0;}

    .directrep_main .box { width: 50%; }

    .serincl_main .left { width: 100%; }
    .serincl_main .image { margin: 0 auto; }
    .serincl_main .right { padding: 0; width: 100%; margin: 30px 0 0; }
    .serincl_main .right ul li { margin: 10px 0; }

    .workrep_main { justify-content: center; }
    .workrep_cover .box { width: 33.33%; }
    .workrep_cover .line { display: none; }
    .workrep_cover.column_four .box {width: 33.33%;}
    .kunowhy_main { justify-content: center; }
    .kunowhy_main .box { width: 33.33%; }
    .kunowhy_main .box h5 { font-size: 18px; line-height: 28px; }
    .row-fluid .service_brand_section.value_brand_section.no-svg .service_brand_right_content{padding-left: 50px;}

    /**/
    .estiemanag_area:before { display:none; }
    .estiemanag_area { padding:50px 0; }
    .searchengpro_area { padding:40px 0; }
    .searchengpro_area .searchengpro_img { height:360px; }
    .searchengpro_area .searchengpro_right { padding-right:calc(100%/2 - 750px/2 + 30px);  }

    .row-fluid .sales_enable_hero.semserhero_area:before { display:none; }

    .searchengpro_area .video-box { width:100%; }

    .row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_right img { max-width: 230px !important; right: 50px; }

    .experindus_area .experindus_box:nth-child(3) .experindus_item,.experindus_area .experindus_box:nth-child(2) .experindus_item,.experindus_area .experindus_box:first-child .experindus_item { margin:5px auto !important; }

    .experindus_area .experindus_box .experindus_itemin { width: 180px !important; height: 180px !important; }

    /**/
    .newPage .container-fluid .row-fluid .wrapper { max-width: 750px; }
    .row-fluid .new_home_hero_top_raw h2 { font-size: 70px; line-height:70px; }
    .new_home_hero_top_raw .hightlight_text { font-size: 70px; }
    .new_home_hero_top_raw .hightlight_text+div { padding-left: 20px; }
    .new_home_hero_top_raw { font-size: 20px; }
    .row-fluid .get_to_know_area { padding: 50px 15px; position: relative; }
    .row-fluid .get_to_know_area h2 { font-size: 24px; }
    .get_to_know_btn a.cta_button { padding: 11px 20px; font-size: 14px; min-width: 200px; text-align: center; }
    .get_to_know_right { padding-left: 15px; }
    .smb_tab_section { padding: 80px 0; }
    .row-fluid .smb_tab_head h2 { font-size: 26px; }
    .smb_tab_left { padding-right: 30px; }
    .smb_tab_left ul li a { font-size: 22px; }
    .smb_tab_content { padding: 50px 30px; }
    .new_home_hero_section { padding-bottom: 50px; }
    .kind_word_area { padding: 50px 50px 0px 0px; }
    .row-fluid .our_story_colin h4 { font-size: 18px; }
    .our_story_text strong { font-size: 18px; }
    .more_case_btn a.cta_button { min-width: 250px; }
    .honored_col { width: 33.33%; }
    .problem_faq_title { font-size: 20px; }
    .kind_testimonial_slider_wrap { padding: 30px 15px 70px; }
    .kind_testimonial_content { font-size: 16px; width: calc(100% - 230px); padding-left: 15px; }
    .row-fluid .kind_testimonial_details h5 { font-size: 18px; line-height: 1.5; }
    .row-fluid .kind_testimonial_details h6 { font-size: 16px; line-height: 1.2; }
    .kind_testimonial_imgin { height: 180px; width: 180px; }
    .kind_testimonial_img { width: 230px; }
    .smb_tab_area { padding-left: 15px; }
    .newPage .container-fluid .row-fluid .our_story_section .wrapper { max-width: 750px; }
    .newPage .container-fluid .row-fluid .honored_section .wrapper { max-width: 750px; }
    .kind_word_area:before { width: calc(50% + 710px/2); }
    .newPage .container-fluid .row-fluid .kind_word_area .wrapper { width: 660px; }


    /* Webpage */
    .row-fluid .web_hero_section .web_hero_caption h1 { font-size: 46px; line-height: 1.4; }
    .row-fluid .web_hero_section .sub_text { font-size: 24px; line-height: 1.5; }
    .row-fluid .web_intro_raw { padding: 50px 20px; }
    .row-fluid .web_intro_wrap h2 { font-size: 36px; }
    .row-fluid .board_member_head_left h2 { font-size: 34px; }
    .board_member_col { padding: 30px 15px; }
    .row-fluid .board_member_img { height: 120px; width: 120px; }
    .row-fluid .meeting_success_section h2 { font-size: 34px; }
    .row-fluid .meeting_title h3 { font-size: 26px; }
    .row-fluid .web_intro_right .intro_sub_text { font-size: 20px; line-height: 1.7; }

    .develop-services .inner { padding: 50px 19px; }
    .develop-services .left { width: 100%; }
    .develop-services .left h2 { font-size: 38px; line-height: 48px; padding: 0 0 20px; }
    .develop-services .image { margin: 30px auto 0; width: 280px; height: 280px; }
    .develop-services .image .icon { width: 100px; height: 100px; margin: 0; }
    .develop-services .image .icon img { max-height: 40px; }

    .btn_white a.cta_btn { font-size: 16px; line-height: 28px; padding: 12px 35px; }
    .Webops-hero { font-size: 18px; line-height: 30px; }
    .Webops-hero .btn_white { margin: 20px 0 0; }

    /**/
    .marketing_service_body .row-fluid .service_brand_section.value_brand_section .service_brand_right_content h3 + div { line-height: 1.6; font-size: 16px; }
    .row-fluid .marketing_service_hero.web_hero_section .sub_text { font-size: 44px;line-height: 1.5;  }

    /**/
    .row-fluid .service_brand_section.value_brand_section .draw_border_svg.line2 { left: -70px; }
    .row-fluid .service_brand_section.value_brand_section .draw_border_svg.line1 { left: 40px; }
    .service_brand_raw:nth-child(even) { padding-left: 120px; }  


    .row-fluid .meeting_success_section.meetings-extended:after { width: 230px; height: 239px; }
    .client-quotes-main-wrap .kind_word_head { width: 100%;     padding-bottom: 25px; }
    .client-quotes-main-wrap .kind_testimonial_slider_area { width: 100%; }
    .newPage .container-fluid .row-fluid .kind_word_section.client-quotes-main-wrap .wrapper { display: inline-block; width: 100%; }
    .kind_word_section.client-quotes-main-wrap .kind_word_area { padding-top: 15px; }
    .website-right-side-details-meeting {width: calc(100% + 90px);margin-left: -90px;}
    .website-new-hero-bottom-details .get_to_know_raw .get_to_know_right {     font-size: 17px; line-height: 27px;  }
    body .row-fluid .cs-testimonials-slider .sinlge-testimonials { width: 450px; margin-left: -30%; }

    /**/
    .webops-page .row-fluid .action_card .contain { padding:50px 52px 50px; }
    .webops-page .row-fluid .meeting_success_section { margin-top:60px; }
    .webops-page .meeting_success_head:before, .lp-video-meeting-page .meeting_success_head:before { display:none; }

    .ttl-content .inner-dv{padding:50px 40px 0;}
    .ttl-content .inner-dv h2 br{display:none;}
    .ttl-content .inner-dv .boxes{padding:0; margin:0 -30px;}
    .pro-tabs .box h3{font-size:30px;}
    .pro-tabs .box .sub-text{font-size: 17px;}
    .pro-tabs .box .white-bx{padding: 20px;}
    .pro-tabs .box .white-bx h3{font-size:24px; line-height:28px;}
    .pro-tabs .box .white-bx ul li{font-size: 14px; line-height: 19px; letter-spacing: 0;font-weight: 400;}
    .pro-tabs .box .white-bx ul li + li{margin-top: 14px;}
    .pro-tabs .box .white-bx ul li:before{top: 8px;}
    .testimonial .slider-all .list > div{padding:40px 35px;}
    .testimonial .row-fluid h2{font-size: 27px;line-height: 35px;}
    .testimonial .slick-list:after{display:none;}
    .testimonial .left-title:after{background-size:100% auto;width:150px;height:150px;}

    .hub-success-owners-wrap .meetinf_code:before,.hub-success-owners-wrap .meetinf_code:after { display:none; }
    .hub-success-owners-wrap .row-fluid .meetings-extended .main_title { margin-bottom: 20px; }
    .webops-page.hub-success-owners-wrap .row-fluid .meeting_success_section { margin-top:0px; }

    .new_home_hero_top_raw h1 { margin-bottom: 20px; }

    .new_home_hero_top_raw .herosubtext { max-width: 310px; margin-top: -65px; font-size: 18px; line-height: 25px; }    

    .case_study_section .case_study_img{width:150px;height: 150px;}
    .case_study_section .wrapper .case_study_right{padding-left:30px;}
    .case_study_card .card{padding:40px;}
    .case_study_card .content{font-size: 19px;line-height: 30.5px;}

    /*     ===== */
    .minh {height: unset;}
    .content--sticky {position: static;}
    .hero-banner-section .hero-banner-row .left-content h1{font-size: 42px;}
    .hero-banner-section .hero-banner-row .content{font-size: 16px;line-height:24px;}
    .hero-banner-section .hero-banner-row .right-content .badge-image {bottom: 140px;width: 84px;height: 84px;}
    .hero-banner-section .hero-banner-row .content strong{font-size: 20px;}
    .content-image-section{margin-bottom:30px;}
    .content-image-section .content-image-section-row {flex-direction: column;}
    .content-image-section .content-image-section-row .content-image-section-left {width: 100%;}
    .content-image-section .content-image-section-row .content-image-section-right {margin-left: auto;margin-top: 30px;width:100%;}
    /*     .content-image-section .content-image-section-row .content-image-section-right .section-img{text-align:right;} */
    .content-image-section .content-image-section-row .content-image-section-right .content-on-image{bottom:0;text-align:left;right:20px;}
    .content-image-section-2 {margin-bottom: 30px;}
    .content-image-section-2 .content-image-section-row {flex-direction: column-reverse;}
    .content-image-section-2 .content-image-section-row .content-image-section-left, .content-image-section-2 .content-image-section-row .content-image-section-right {width: 100%;}
    .content-image-section-2 .content-image-section-row .content-image-section-left {padding-left: 0;}
    .content-image-section-2 .content-image-section-row .content-image-section-right{margin-top: 30px;}
    .dark-section.row-reverse .content-image-section-2 .content-image-section-row .content-image-section-left,.dark-section.row-reverse.content-image-section-2 .content-image-section-row .content-image-section-left{padding-right:0;}
    .dark-section .content-image-section-2 .content-image-section-row .content-image-section-left{padding-left:0;}
    .content-image-section-2 .content-image-section-row .section-img,.row-reverse .content-image-section-2 .content-image-section-right .section-img,.row-reverse.content-image-section-2 .content-image-section-right .section-img{text-align:left;}
    .content-image-section-2 .content-image-section-row .section-img img{width:100%;}
    .more-recommendation-section .more-recommendation-row {flex-direction: column;}
    .more-recommendation-section {margin-bottom: 30px;}
    .more-recommendation-section .more-recommendation-row .more-recommendation-col {width: 100%;}
    .more-recommendation-section .more-recommendation-row .col-left {padding-right: 0;}


    .row-fluid .roi_hero .roi_hero_title h1 { font-size: 42px; line-height: normal; }
    .row-fluid .roi_hero .roi_hero_title { padding-top: 40px; }
    .row-fluid .roi_hero { padding: 50px 0 180px; }
    .row-fluid .roi_intro_sc .cover { padding: 35px; }
    .row-fluid .soft_benefit_wrap .left { width: 100%; }
    .row-fluid .soft_benefit_wrap .right { width: 100%; padding-left: 0; padding-top: 40px; }
    .row-fluid .soft_benefit_wrap .right .item .title { width: 100%; }
    .row-fluid .soft_benefit_sc { padding: 40px 0 50px; }
    .row-fluid .best_metric_sc .wrap .right { padding-left: 10px; }

    .row-fluid .roi_impact_wrap .roi_impact_item .topbox .title h3.h4,
    .row-fluid .roi_impact_wrap .roi_impact_item .topbox .title h4 { font-size: 17px; }
    .row-fluid .roi_impact_wrap .roi_impact_item .bottombox { padding: 22px; }
    .row-fluid .roi_impact_wrap .roi_impact_item .bottombox h4 { font-size: 17px; line-height: normal; margin-bottom: 10px; }
    .row-fluid .roi_impact_wrap .roi_impact_item .bottombox .text ul li { font-size: 15px; }
    .row-fluid .roi_impact_wrap .roi_impact_item .bottombox .text ul li:before { top: 11px; }
    .roi_model_sc .cover { padding-top: 50px; }
    .roi_model_sc .cover .left h2 { font-size: 25px; }
    .row-fluid .roi_impact_sc .head h2 { font-size: 25px; line-height: normal; }
    .row-fluid .best_metric_sc .head h2 { font-size: 25px; }

    .row-fluid .soft_benefit_wrap .left h2.h3,
    .row-fluid .soft_benefit_wrap .left h3 { font-size: 25px; }
    .row-fluid .best_metric_sc .wrap .left h3 { font-size: 25px; line-height: normal; }
    .roi_model_sc .cover .left h3 { font-size: 20px; }
    .roi_model_sc .cover .left .content { line-height: 1.7; }
    .row-fluid .blue-announcement-wrap h3 { font-size: 18px; line-height: normal; }
    .row-fluid .blue-announcement-wrap { max-width: 95%; padding: 24px 30px; }
    .row-fluid .content-generating-top-info-wrap h2 { font-size: 25px; line-height: normal; }
    .row-fluid .content-generating-details h3 { font-size: 20px; line-height: 1.6; }
    .row-fluid .content-generating-details .content { margin-top: 10px; }
    .row-fluid .content-generating-list-number { font-size: 190px; }
    .row-fluid .newlp-bottom-heading-content-wrap h5 { font-size: 20px; line-height: 1.4; }
    .row-fluid .newlp-bottom-details-wrap .content { margin-top: 20px; }

    .row-fluid .newlp-bottom-details-wrap h2.h3,
    .row-fluid .newlp-bottom-details-wrap h3 { margin-top: 35px; }
    .row-fluid .newlp-bottom-details-main-wrap { padding-bottom: 60px; }

    .row-fluid .roi_model_sc .cover .left { padding-left: calc((100% - 750px)/2); padding-right: 15px; padding-bottom: 15px; }
    .row-fluid .touch_point .section_wrap .pattern_wrap { display: none; }
    
    .video-banner{padding:70px 0;}
    .lp-video-meeting-page .meeting_success_section{padding:70px 0;}
    .lp-video-meeting-page .meeting_success_section .meeting_success_head h2{font-size:32px;line-height:1.2;}
    .lp-video-meeting-page .meeting_success_section .meeting_success_head .content{font-size:17px;line-height:27px;margin-top:30px;}
    .lp-video-meeting-page .meeting_success_section .meeting_success_head .meetinf_code{margin-top:40px;}

    .banner-v2 .bottom-text.meeting-footer{margin:-22px auto 0;}
    .banner-v2 .consultaion-form{width:calc(100% + 100px);}
    .banner-v2 .consultaion-form form .hs_submit input[type="submit"]{min-width:200px;}
    
    .marketing_service_hero .main .web_hero_caption.left { width: 100%; padding: 0; }
    .marketing_service_hero .main .right { margin: 30px auto 0; }
    .website-new-hero-main-wrap.banner-v2 .icon { margin-top: 10px; }
    .website-new-hero-main-wrap.banner-v2 .bottom-content { margin-top: 10px; font-size: 20px; }
}

@media(max-width:767px){
    .row-fluid h1 { font-size:23px; line-height:normal; }
    .row-fluid h2 { font-size:28px; line-height:40px; }
    .row-fluid h3 { font-size:27px; line-height:43px; font-weight:300;  }
    .row-fluid h4 { font-size:30px; line-height:40px; }
    .row-fluid h5 { font-size:25px; line-height:41px; }
    .row-fluid h6 { font-size:22px; line-height:28px; }

    .container-fluid .row-fluid .wrapper, .wrapper{ padding:0px; }

    .row-fluid .cs_hero .thumb { position: absolute; top: calc(50% - 40px); right: -60px; z-index: -1; transform: translateY(-50%); }
    .row-fluid .inbound-intro { margin: -100px 0 0; }
    .row-fluid .cs_hero .thumb img { opacity: 0.2; }
    .row-fluid .cs_hero { padding: 78px 0 66px; }
    .row-fluid .video-box:before { height: 200px; width: 200px; }
    .row-fluid .inbound-intro>div { padding: 140px 15px 560px; }
    .row-fluid .innovations-section { margin-top: -500px; }
    .row-fluid .inbound-intro .widget-type-header h3 { padding: 0 0 30px; }
    .row-fluid .innovations-section>div { padding: 58px 0 70px; }
    .row-fluid .innovations-section .widget-type-header { padding: 0 0 30px; }
    .row-fluid .cs_8stap .box8_wrapper { left: 0; }
    .row-fluid .cs_8stap .box8_wrapper:after { content: ''; display: table; clear: both; }
    .row-fluid .cs_8stap .box8_wrapper .left-side { left: 0; }

    .row-fluid .cs_8stap .widget-type-header { max-width: 74%; padding: 0 15px 30px; }
    .row-fluid .cs_8stap .go.wrapper>div:before { opacity: 0.5; }
    .row-fluid .cs_8stap .box8_wrapper>div { padding: 0 15px; }
    .row-fluid .cs_8stap { padding: 60px 0px 60px; }
    .row-fluid .Creative_Apart_Box:before { opacity: 0; display: none; }
    .row-fluid .Creative_Apart_Box { background: #fff; }
    .row-fluid .Creative_Apart_Box:after { height: 270px; left: auto; right: -40px; width: 290px; opacity: 0.2; }
    .row-fluid .Creative_Apart_Box .team-slider_wrapper { margin: 0; padding: 49px 30px 93px; }
    .row-fluid .Creative_Apart_Box .slick-arrow { top: calc(100% + 33px); }
    .row-fluid .Creative_Apart_Box .slick-slider .text { font-size: 17px; line-height: 26px; }
    .row-fluid .next-level-box { padding: 50px 0 60px; }
    .row-fluid .action_card .contain { padding: 42px 40px; }
    .row-fluid .action_card { box-shadow: 2px 4px 18px 0px rgba(0, 0, 0, 0.16); }
    .row-fluid .top-footer .wrapper > div { padding: 0 15px; }

    .row-fluid .right-footer { padding: 20px 0 0; }
    .row-fluid .top-footer { padding:80px 0 60px; }
    .row-fluid .bottom-footer { padding: 20px 0; }

    /*     .bee3D--parent { pointer-events: none; } */
    .row-fluid .innovations-section .bee3D--nav { pointer-events: auto; }
    .row-fluid .next-level-box:after{ display:none; }
    .row-fluid .cs_hero .thumb{ display:none; }

    .row-fluid .inbound-intro .span8{ padding-left:0px; }

    .row-fluid .hero-video-brand { padding: 105px 0 46px; }
    .row-fluid .title h1 { padding: 0 0 30px; }
    .row-fluid .hero-video-brand .thumb { display: none; }
    .row-fluid .hero-video-brand .contain-row { margin: 0; }
    .row-fluid .hero-video-brand .widget-type-text { text-align: center; }
    .row-fluid .v2.inbound-intro>div { padding: 140px 15px 510px; }
    .row-fluid .innovations-section.v2>div { padding: 68px 0 10px; }
    .row-fluid .cs_8stap.step9 .widget-type-header { padding: 0; }
    div#videoScroll .left-padding { padding-left: 0 !important; }
    .row-fluid .hero-video-brand .contain-row .contain{ width:100%; }
    .row-fluid .cs_8stap.step9{ padding:80px 15px 60px; }
    .row-fluid .cs-video9-list .csTitle { font-size: 29px; line-height: 40px; padding: 0 0 10px; }
    .row-fluid .cs-video9-list .singleTitle h5 { line-height: normal; }
    .row-fluid .cs-video9-list .singleTitle { margin: 13px 0; }
    .row-fluid .footer{ padding-top:0px; }  

    .cs-ad-section .box-container { margin: 0; }
    .isotope-list .btn-grp { width: 100%; margin: 0 0 20px; }
    .isotope-list { margin: 0; }
    .cs-ad-section .sec-title-wrapper { padding: 0 15px; }
    .client-video-section .single-slide img { height: auto !important; width: auto !important; }

    .row-fluid .video-max-80 .video-box .thumb { width: 90% !important; }
    .row-fluid .demand-bg-wrap { margin-top: -80px; }
    .row-fluid .demand-bg-wrap .inbound-intro.demand-intro1 > div { padding: 225px 20px 55px; }
    .pricing-calc-main .calc-heading { padding: 30px 15px 30px 20px; }
    .pricing-calc-main .calc-heading h2 { font-size: 25px; line-height: 37px; }
    .row-fluid .pricing-calc-main:before { width: calc((100vw - -180px) / 2); }
    .pricing-cals .pricing-input { width: 100%; float: left; padding-top: 0; }
    .pricing-cals .pricing-right { width: 100%; float: left; padding-top: 45px; position: relative; text-align: center; }
    .pricing-cals .pricing-right .cals-result { font-size: 30px; max-width: 185px; float: left; width: 100%; max-width: 100%; }
    .row-fluid .calc-same:after { content: none; }
    .row-fluid .calc-same { padding: 60px 20px 60px; }
    .row-fluid .demand-bg-wrap .inbound-intro.demand-intro2 > div { padding: 150px 20px 150px; }
    .video-center.video-top-bottom { margin-top: -90px; margin-bottom: -288px; }
    .row-fluid .cs_black-demand .cs_8stap.step9 { padding: 44% 20px 85px; }
    .row-fluid .cs_black-demand .cs_8stap .widget-type-header h3 { margin-bottom: 25px;}

    .row-fluid .passwod-main .widget-type-password_prompt.custom_error_message input#hs-pwd-widget-password { margin-bottom: 20px;}

    .row-fluid .inbound-intro.margin0 { margin: 0;}
    .video-first.video-center.video-top-bottom { margin-top: -90px;  margin-bottom: -75px;}

    .inbound-intro.inbound-intro-section>div {    padding: 140px 15px 40px;}
    .process-wrap {  padding-right: 0;}

    .wrapper-767 .container-fluid .row-fluid .wrapper,.wrapper-767  .wrapper { padding: 0 15px; }

    .row-fluid .build-brand h1 { font-size: 50px; margin-top: -29px; }
    .row-fluid .touch-points h2 { font-size: 34px; line-height: 39px; }
    .row-fluid .touch-points .widget-type-text { font-size: 25px; text-align: center; max-width: 100%; padding: 4px 0; }
    .row-fluid .product-and-services .content .widget-type-text { line-height: initial; font-size: 24px; }

    .row-fluid .step-box-1 .content .title-box { padding: 0; }
    .row-fluid .step-box h3.box-title { margin: 0; padding: 20px 0 20px; font-size: 44px; line-height: 48px; }
    .row-fluid .step-box span.num.type-1 { position: relative; display: block; margin: 0 auto; left: 0; }
    .row-fluid .box-1 .step-box span.num.type-1:before { bottom: auto; top: -20px; left: -80px; }

    .row-fluid .step-box-1 .content .point-box { margin-top: 15px !important; font-size: inherit; }

    .row-fluid .step-box .point-box .text ul { font-size: inherit; padding-top: 0; }
    .row-fluid .step-box span.num.type-2 { position: relative; left: 0; margin: 0 auto; color: #fff; display: block; text-align: center; line-height: 150px; font-size: 180px; }
    .row-fluid .step-box span.num.type-2:after { color: #fff; font-size: inherit; }
    .row-fluid .step-box-2 .bg-img { left: 0; margin: 0; }
    .row-fluid .step-box-2 .content { padding: 30px 0 0; margin: 0; max-width: 100%; }
    .row-fluid .step-box-2 h3.box-title:before { display: none; }
    .row-fluid .step-box h3.box-title br { display: none; }
    .row-fluid .box-3 .step-box span.num.type-1:before { left: -100px; top: auto; height: 80px; width: 80px; bottom: 0; }
    .row-fluid .box-3 .step-box span.num.type-1>span { top: -20px; right: -50px; }
    .row-fluid .touch-points h2 { font-size: 36px; line-height: 44px; }
    .row-fluid .product-and-services .content { margin-top: 0; }
    .row-fluid .branding-process .title { width: 100%; }
    .row-fluid .branding-process .content>div>div { flex-wrap: wrap; }
    .row-fluid .branding-process .process-step { width: 100%; padding: 80px 0 0; }
    .row-fluid .branding-process h2 br { display: none; }
    .row-fluid .branding-process h2 { text-align: center; }
    .row-fluid .branding-process .k-logo { bottom: 20px; left: 20px; max-width: 40px; } 
    .row-fluid .box-5 .step-box span.num.type-1:before { top: -30px; left: -140px;}
    .row-fluid .box-5 .step-box span.num.type-1>span { top: 50px; left: -70px; }
    .row-fluid .action-slide-menu .menu-action-btn { background: #1596F7 !important; }
    .row-fluid .branding-process { min-height: auto; height: auto; }

    .Inbound-Sales .row-fluid .Creative_Apart_Box.creative-apart-section:after { height: 282px; width: 280px; top: -100px; }
    .demand-bann .demandgentitle h1 { font-size:22px; }
    .process-wrap .single-step .cta-box-ul ul { width: 100%; max-width: 100%; }
    .process-wrap .single-step .cta-box-ul .BRAND-CTA { width: 100%; padding: 20px 0 0; }

    body.demand-gt-v2 .row-fluid .video-text { top: 0; padding:30px 25px; }
    .row-fluid .action_card.image-foreground .thumb{z-index:0;}
    .row-fluid .Creative_Apart_Box.single .wrapper > div{padding: 0;}
    .meetsection-sec.with-text{padding-top:50px;}
    .meetsection-sec.with-text .text-part h3{line-height: 44px; font-size:28px;}
    .row-fluid .Creative_Apart_Box.single{margin-top:-40px;}
    .row-fluid .Creative_Apart_Box.single .action_card .contain h5{font-size:18px; line-height:23px;}

    .onboarding-page .row-fluid .inbound-intro .widget-type-rich_text, .onboarding-page .row-fluid .innovations-section.v3 > div .widget-type-rich_text { padding-left: 0; padding-top: 0; }
    .onboarding-page .row-fluid .inbound-intro .widget-type-header h3 { padding: 0 0 10px; }
    .onboarding-page .row-fluid .innovations-section.v3>div> div { padding: 0 15px; }
    .onboarding-page .cs-innovation-wrapper:before { height: 240px; width: 280px; left: 240px; top: 310px; display:none; }
    .onboarding-page .row-fluid .next-level-box { padding: 40px 0 50px; }

    .bigcon,.shape-bg:after{display:none !important;}
    .demand-bann{padding:60px 15px; height:auto;}
    .demand-bann .top-text > div > div{align-items:center;display:flex;}
    .container-fluid .marketing-landscape .wrapper .padding-group{margin:0;padding:30px 0 0;}
    .consider-scenario .list-wrapper .list{display:block;padding:0 0 40px;width:auto;}
    .consider-scenario .list-wrapper .list .image-div{height:auto!important;}
    .side-text{padding: 30px;}
    .side-text .inner-div{font-size:16px; line-height: 26px;}
    .multi-attr{padding:30px 0;}
    .multi-attr h4{padding: 0 0 30px;}
    .text-semiLarge{font-size:16px; line-height:29px;}
    .multi-attr .row-fluid .font-17{font-size:16px;line-height:29px;}
    .demand-gen .wrapper > div{padding:0;}
    .demand-gen .widget-type-rich_text{padding: 0;}
    .demand-gen .list-wrapper{padding-left:0;padding-right:0;}
    .consider-scenario .list-wrapper.fourRow .list{padding:0 0 40px;width:auto;}
    .side-text .inner-div h2{font-size: 21px; line-height: 31px; padding: 0 0 20px;}
    .seo-can{padding: 60px 0 0;}
    .seo-can .list{display:block;}
    .seo-can .list .image{text-align:center;width:auto;}
    .seo-can .list .text{padding:20px 0 0;width:auto;}
    .seo-can .list:not(:last-child){padding-bottom: 40px;}
    .emerPPC{font-size: 15px;}
    .emerPPC .wrapper > div{padding: 57px 0 0;}
    .prog-dead .wrapper > div{padding: 0;}

    .native-ads .list{display:block;}
    .native-ads .list .image{text-align:center;width:auto;}
    .native-ads .list .image img{margin: 0 auto;}
    .native-ads .list .text,
    .native-ads .list:nth-child(2n) .text{padding:20px 0 0;width:auto;}
    .side-text.repeater .inner-div h3{font-size:21px; line-height:31px;}
    .side-text.repeater .inner-div ul li{width: auto;}
    .side-text .inner-div ul li:not(:last-child){margin: 0 0 10px;}
    .side-text.repeater .inner-div ul li:nth-child(2n+1),
    .side-text.repeater .inner-div ul li:nth-child(2n){padding:0;}
    .twitt-face{padding: 50px 0; font-size: 15px;}
    .twitt-face .widget-type-rich_text{padding: 0;}
    .twitt-face .middle-padding{padding: 40px 0;}
    .lookalike-audience .wrapper > div{padding: 30px;}
    .case-detail .row-1{display:block;}
    .case-detail .row-1 .image{text-align:center;width:auto;}
    .case-detail .row-1 .right-txt{padding:20px 0 0;width:auto;}
    .case-detail .row-1 .right-txt h3{font-size: 21px;}
    .demandGen-casestudy .inner{padding:0 20px 20px;}
    .case-detail .case-numbers{display:block;padding:30px 0 0;}
    .case-detail .case-numbers .list{margin:0 0 30px;}
    .case-detail:not(:last-child){margin-bottom:40px;padding:0;}
    .bottom-line{margin:0;padding:30px;}
    .bottom-line:after{display:none;}
    .are-ready{margin:0;padding-top:0;}
    .are-ready .text-semiLarge{font-size:15px;}
    .row-fluid .right-nav ul{max-height:380px;overflow:auto;-webkit-overflow-scrolling:touch;}

    .row-fluid .marketing-landscape .landscape_section .padding-group { padding:0; } 
    .row-fluid .landscape_section { margin-top:0; padding:30px 0 0; }
    .row-fluid .landscape_section .consider-scenario { margin-top:0; }

    .row-fluid .hero-video-brand .thumb.new { display: block; position: static; width: 100% !important; padding: 30px 0 20px; } 
    .row-fluid .hero-video-brand .thumb img { width: 140px !important; height: 140px !important; min-width: auto; }
    .row-fluid .hero-video-brand .thumb-wrap .wistia_embed > div { min-height: 100%; }
    .row-fluid .hero-video-brand .thumb-wrap { display: initial; display: inline-block; }
    /*     .row-fluid .hero-video-brand .contain-row a.cta_button { margin: 180px 0 0; } */
    .row-fluid .inbound-intro.v2-21 > div { padding: 50px 15px 0; }
    .marketing-video-section .content { padding: 60px 15px 402px; }
    .marketing-video-section .content .text.text-bottom { padding: 40px 0 0; }
    .marketing-video-section .content .text ul li { width: 100%; }
    .row-fluid .innovations-section.v2.right { padding: 0 15px; }
    .row-fluid .innovations-section.v2.right .widget-type-header { padding: 0; }
    .cs-resources-isotope-section { padding: 45px 0; text-align: center; }
    .cs-resources-isotope-section .resources_list .tag_listing { flex-direction: column; }
    .cs-resources-isotope-section .resources_list h3 { padding: 0 0 15px; }
    .cs-resources-isotope-section .resources_list > div { margin: 7px 0; justify-content: center; text-align: center; }
    .cs-resources-isotope-section h2 { padding: 0 0 15px; }
    .cs-resources-isotope-section .single-work { width: 100%; }
    .cs-resources-isotope-section .wrapper-isotop { margin: 0 auto; max-width: 410px; }
    .cs-resources-isotope-section .resources_list { flex-direction: column; justify-content: center; padding: 0 0 10px; }
    .cs-resources-isotope-section .resources_list .cover label { margin: 0 auto; }
    .client-video-section { padding: 60px 0 30px; }
    .client-video-section ul.slick-dots { bottom: -20px; }

    .action_card { margin-top: 20px; }

    .row-fluid .cs_8stap.step9.stapMarket { padding:80px 15px 60px; }

    .row-fluid .innovations-section.innovationsMarket .widget-type-header { padding:0 0 20px; }
    .row-fluid .innovations-section.innovationsMarket .markettext { margin-bottom:25px; }

    .industry-news { padding: 50px 0 50px; }
    .cs__heading > span { padding: 0 0 7px; font-size: 18px; }
    .industry-news .industry-boxs .industry-box { width: 100%; }
    .industry-news .industry-boxs { margin: 0; padding: 0; }
    .industry-news .industry-boxs .content h3 { font-size: 18px; line-height: 1.4; }
    .industry-news .industry-boxs .content .date { font-size: 15px; }
    .industry-news .btn-wrapper a { margin-top: 10px; }
    .experts-newsroom { padding: 50px 0 70px; }
    .experts-newsroom .expert-box { width: 100%; }

    .stories-newsroom .boxs .single-box .inner:not(.with-image) { padding: 35px 20px 20px; }
    .stories-newsroom .boxs .single-box .inner:not(.with-image) h2 { font-size: 24px; line-height: 1.2; padding: 0 0 10px; }
    .stories-newsroom .boxs .single-box .inner:not(.with-image) .btn-wrapper { padding: 10px 0 0; }
    .stories-newsroom .boxs .single-box .inner .btn-wrapper a { font-size: 15px; }
    .stories-newsroom .boxs .single-box { width: 100%; }
    .stories-newsroom .boxs .single-box .inner.with-image .thumb { width: 100%; padding-bottom: 50%; }
    .stories-newsroom .boxs .single-box .inner.with-image .content { width: 100%; padding: 20px 20px 20px; }
    .stories-newsroom .boxs .single-box .inner.with-image .btn-wrapper { text-align: left; }
    .stories-newsroom .boxs .single-box + div { margin-top: 14px; }
    .stories-newsroom .boxs { margin: 0; padding: 0 10px 0; }
    .stories-newsroom:after { height: 95%; }
    .stories-newsroom { padding: 0 0 20px; }
    .award-newsroom .boxs .single-box { width: 200px; padding: 20px 15px; }
    .award-newsroom .boxs { justify-content: center; padding: 20px 0 0; }
    .contact-newsroom { padding: 20px 0 30px; }
    .contact-newsroom .contact-form { padding: 45px 15px 50px; }
    .contact-newsroom .contact-form h2 { font-size: 26px; }
    .contact-newsroom .contact-form form .field { padding-bottom: 20px !important; }
    .contact-newsroom .contact-form form fieldset { padding-top: 0 !important; }
    .contact-newsroom .contact-form form .actions input { font-size: 15px; line-height: 1.3; padding: 19px 16px; }
    .award-newsroom { padding: 30px 0 20px; }
    .news-banner { padding: 50px 15px 50px; }
    .row-fluid .news-banner .text { font-size: 16px; }
    .industry-news .industry-boxs .inner { padding: 15px 10px 25px; }

    .experts-newsroom .expert-box .inner { max-width: 340px; margin-left: auto; margin-right: auto; }
    body.newsroom-page .expert-popup .inner { display: block; padding: 20px 15px 20px; }
    body.newsroom-page .expert-popup .inner .content { float: left; width: 100%; height: auto !important; padding: 0; }
    body.newsroom-page .expert-popup .inner .thumb { }
    body.newsroom-page a.fancybox-close { top: 10px; right: 10px; width: 25px; }

    .row-fluid .redesign_process_left { text-align: left; border: 0; padding: 0; display: flex; flex-wrap: wrap; width: 450px; margin: 0 auto; position: relative; font-family: Lato, sans-serif; }
    .row-fluid .redesign_process_right { width: 100%; padding: 30px 0 0; }
    .row-fluid .redesign_process_raw { flex-wrap: wrap; }
    .row-fluid .redesign_process_left .process_select { display: inline-block; vertical-align: top; width: 100%; background: #f6f6f6; padding: 15px 35px 15px 15px; text-transform: uppercase; font-weight: 600; position: relative; cursor: pointer; font-size: 17px; }
    .row-fluid .redesign_process_left .process_select:after { position: absolute; content: ""; height: 10px; width: 17px; right: 15px; top: 1px; bottom: 0; margin: auto 0; background: url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/readmorearrow.png) no-repeat center / cover; transform: rotate(180deg); }
    .row-fluid .redesign_process_left ul { position: absolute; top: 100%; left: 0; background: #f6f6f6; display: none; }
    .row-fluid .redesign_process_left ul li { margin: 0; }
    .row-fluid .redesign_process_left ul li a { padding: 10px 15px; border-top: 1px solid; }
    .row-fluid .redesign_process_left ul li.active a, .row-fluid .redesign_process_left ul li a:hover { color: #767676; }

    .row-fluid .webdesign_hero .wrapper, .row-fluid .feature_video_section .wrapper, .row-fluid .web_exp_section .wrapper { padding: 0 15px; }
    .row-fluid .web_exp_section { padding: 50px 0; }
    .row-fluid .redesign_process_section h2,
    .row-fluid .redesign_process_section h3 { font-size: 30px; line-height: 40px; }
    .row-fluid .redesign_process_section { padding: 50px 0; }
    .row-fluid .redesign_process_raw { padding-top: 30px; }
    .row-fluid .web_exp_section .website-filter-section .about-btn1 a { min-width: 180px; font-size: 15px; padding: 13px 15px; }
    .row-fluid .load_more_exp { padding: 20px 0 0; }
    .row-fluid .load_more_exp a { min-width: 200px; padding: 15px; font-size: 16px; }

    .row-fluid .webdesign_hero_btn.about-btn1 a { min-width: 1px; font-size: 14px; padding: 15px 10px; line-height: 20px; }
    .row-fluid .feature_video_section .feature_video_raw h3 { letter-spacing: 1px; font-size: 18px; padding-bottom: 20px; }
    .row-fluid .webdesign_hero { padding-bottom: 50px; }
    .row-fluid .feature_video_section .feature_video_raw { margin-top: 50px; }
    .row-fluid .redesign_process_section h2,
    .row-fluid .redesign_process_section h3 { font-size: 22px; line-height: 30px; }
    .row-fluid .redesign_process_section .redesign_process_right h3 { font-size: 20px; line-height: 30px; }
    .row-fluid .redesign_process_right p { padding-top: 15px; }
    .row-fluid .web_exp_section h3, .row-fluid .web_exp_section h2 { font-size: 24px; line-height: 30px; }
    .row-fluid .sorting_wrap { flex-wrap: wrap; }
    .row-fluid .sorting_wrap label { width: 100%; text-align: left; }
    .row-fluid .webdesign_hero_caption h1 { font-size: 16px; }
    .row-fluid .webdesign_hero_title, .row-fluid .webdesign_hero_title h2 { font-size: 28px; line-height: 36px; }
    .row-fluid .webdesign_hero_caption { font-size: 15px; line-height: 23px; }
    .row-fluid .meeting_design_section .next-level-box { padding-bottom: 20px; }
    .row-fluid .meeting_design_section .meeting-tool-wrap .meetings-iframe-container iframe { min-width: 1px !important; }

    /*** Video Marketing Resource ***/
    .row-fluid .hero_marketing { padding: 50px 0; display: inline-block; vertical-align: top; width: 100%; }
    .row-fluid .heromarketing_cover .sub { margin-top: 20px; }
    .row-fluid .heromarketing_cover h1 { margin: 15px 0; line-height: 40px; }
    .row-fluid .heromarketing_cover { font-size: 17px; line-height: 30px; }
    .row-fluid .hero_marketing .wrapper { padding: 0 15px; }
    .row-fluid .content_marketing { margin: 0; }
    .row-fluid .contentmar_cover { padding: 50px 0; }
    .row-fluid .content_marketing .wrapper { padding: 0; }
    .row-fluid .count_marketing { margin: 20px 0 30px 0; }
    .row-fluid .contentmar_cover p { padding: 0; }
    .row-fluid .count_marketing .box h2 { font-size: 26px; line-height: 30px; margin-bottom: 5px; }
    .row-fluid .count_marketing .box { font-size: 17px; line-height: 25px; margin-bottom: 0; margin-top: 30px; }
    .row-fluid .marketing_strategies { padding: 50px 15px; font-size: 15px; line-height: 25px; }
    .row-fluid .marketing_strategies_counter_col { flex-wrap: wrap; font-size: 16px; line-height: 26px; }
    .row-fluid .marketing_strategies_counter_num { width: 100%; font-size: 50px; line-height: 50px; padding: 0 0 10px; }
    .row-fluid .marketing_strategies_counter_text { width: 100%; }
    .row-fluid .marketing_strategies_counter_wrap { padding-bottom: 30px; }
    .row-fluid .marketing_strategies h3 { font-size: 24px; line-height: 30px; }
    .row-fluid .marketing_strategies_counter_col.title_active + .marketing_strategies_counter_col { padding-top: 30px; }
    .row-fluid .bottom_line_section { padding: 50px 0; font-size: 16px; line-height: 26px; }
    .row-fluid .bottom_line_section h3 { padding-bottom: 10px; font-size: 32px; line-height: 40px; }
    .row-fluid .Creative_Apart_Box .bottom_line_section .wrapper > div { padding: 0 15px; }
    .row-fluid .video_marketing_strategies .next-level-box { padding: 50px 0; font-size: 16px; line-height: 26px; }
    .row-fluid .video_marketing_strategies .next-level-box h3 { font-size: 25px; line-height: 38px; }
    .row-fluid .video_marketing_strategies .next-level-box > div { max-width: 100%; }
    .row-fluid .video_marketing_strategies .meeting-tool-wrap .meetings-iframe-container iframe { margin: 0; }

    .row-fluid .marketing_strategies_nav { width: 100%; text-align: center; box-shadow: none; padding: 0; margin-left: 0; top: 0px; background: transparent; }
    .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper { width: 350px; max-width: 100%; display: inline-block; vertical-align: top; float: none; text-align: left; position: relative; }
    .row-fluid .marketing_strategies_nav .select_video_option { display: inline-block; vertical-align: top; width: 100%; padding: 15px 25px 15px 10px; background: #1596f7; font-weight: 700; position: relative; cursor: pointer; }
    .row-fluid .marketing_strategies_nav .select_video_option:after { position: absolute; content: "\f107"; right: 15px; font-family: 'FontAwesome'; font-size: 22px; }
    .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul { box-shadow: -10px 20px 30px rgb(90 90 90 / 19%); position: absolute; top: 100%; left: 0; background: #fff; z-index: 1; padding: 10px 0; display: none; }
    .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li { margin-bottom: 0 !important; }
    .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li > a { display: inline-block; vertical-align: top; width: 100%; padding: 5px 15px; }
    .row-fluid .marketing_strategies_raw_wrap .hs-menu-wrapper > ul > li > a:after { display: none; }
    .row-fluid .marketing_strategies_wrap { margin: 0 !important; padding: 40px 0 0; }
    .row-fluid .marketing_strategies { padding: 70px 0px; }
    .row-fluid .marketing_strategies.bg_active  { padding: 70px 15px; }
    .row-fluid .video_marketing_strategies .next-level-box .widget-type-rich_text br { display: none; }
    .row-fluid .marketing_strategies_section h2 { font-size: 26px; }
    .row-fluid .vid_marketing_black_section { padding-bottom: 50px; }

    .row-fluid .feature_video_section .wrapper { padding: 0; }
    .row-fluid .feature_video_section .video-box .thumb .thumb-inner.youtube_thumb_inner { min-height: 500px; }
    .row-fluid .feature_video_section .video-box .thumb .thumb-inner.wistia_thumb_inner { min-height: 350px; } 

    /* Branding Page */
    .row-fluid .branding_hero_section .wrapper { padding: 0 15px; }
    .branding_hero_section { padding: 60px 0; }
    .branding_hero_section .sub_title { font-size: 57px; line-height: 1.25; padding: 10px 0 30px; }
    .branding_hero_section .sub_title br{ display:none; }
    .branding_hero_left a.cta_button { padding: 15px; min-width: 250px; font-size: 16px; }
    .branding_hero_rightimg { display: none; }
    .service_brand_section { padding: 60px 0; }
    .service_brand_section .heading h2,
    .service_brand_section .heading h3 { padding-bottom: 50px; font-size: 26px; }
    .service_brand_imgbox { width: 100%;  }
    .service_brand_right_content { width: 100%; padding: 70px 0 0; }
    .draw_border_svg { display: none; }
    .service_brand_raw { padding: 0 0 50px !important; }
    .service_brand_raw:nth-child(2) .service_brand_logo { top: auto; bottom: -50px; left: auto; }
    .service_brand_raw:nth-child(2) .service_brand_imgbox { padding: 0; }
    .service_brand_raw:nth-child(3) .service_brand_logo { right: auto; left: auto; }
    .service_brand_raw:nth-child(4) .service_brand_logo { left: auto; }
    .service_brand_raw:last-child { padding-bottom: 0 !important; }

    .branding_body .row-fluid .redesign_process_section { padding: 50px 15px; } 
    .directrep_main .box .inner { font-size: 16px; line-height: 27px; }

    .creative_hero { padding: 40px 15px 50px; }
    .creative_hero .left h1 { font-size: 30px; line-height: 38px; }
    .hero-banner .creative_hero:after{display:none;}
    .direct_rep .title h3 { font-size: 24px; line-height: 32px; }
    .row-fluid .directrep_slider .btn_style a { font-size: 16px; line-height: 22px; padding: 12px 26px; }

    .services_includes .title h3 { font-size: 24px; line-height: 32px; }
    .services_includes { padding: 50px 15px; }

    .work_rep { padding: 50px 0; }
    .work_rep .title { margin: 0 0 30px; }
    .work_rep .title h3 { font-size: 26px; line-height: 36px; }

    .workrep_cover .box,.workrep_cover.column_three .box,.workrep_cover.column_four .box { width: 50%; }

    .whykuno_section { padding: 50px 0; }
    .whykuno_section .title { margin: 0 0 20px; }
    .whykuno_section .title h3 , .row-fluid .directrep_slider h2 { font-size: 26px; line-height: 36px; }

    .kunowhy_main .box { width: 50%; }
    .meetings_rep .title h2 { font-size: 26px; line-height: 36px; }
    .meetings_rep .meeting iframe { height: 630px !important; }
    .meetings_rep .meeting > .hs_cos_wrapper:after { right: 0; }
    .meetings_rep .meeting:before { left: 0; }

    .meetings_rep .meeting:before { display: none; }
    .meetings_rep .meeting:after { display: none; }
    .meetings_rep .meeting > .hs_cos_wrapper:before { display: none; }
    .meetings_rep .meeting > .hs_cos_wrapper > div:before { display: none; }
    .meetings_rep .meeting > .hs_cos_wrapper:after { display: none; }
    .row-fluid .five-col .team_sales_enable_col{width:50%;}
    .row-fluid .service_brand_section.value_brand_section.no-svg .service_brand_right_content{padding-left:0;}

    /**/
    .estiemanag_area { padding:50px 0 20px; }
    .searchengpro_area .searchengpro_right { width:100%; padding:0 20px; }  
    .estiemanag_area .pricing-cals .pricing-input { width:100%; padding-right: 0; border: none; }
    .estiemanag_area .pricing-cals .pricing-right { width:100%; padding:20px 0 0 0; }

    .searchengpro_area { padding:0 0 40px; }
    .searchengpro_area .searchengpro_left { width:100%; padding:15px 15px 30px; }
    .searchengpro_area .searchengpro_right { width:100%;  }
    .estiemanag_area .meeting_head_title h3 { font-size: 26px; }
    .estiemanag_area .pricing-cals .pricing-right .cals-result span:first-child { font-size: 18px; line-height: 32px; }
    .estiemanag_area .pricing-cals .pricing-right .cals-result { text-align:left; } 

    .estiemanag_area .pricing-cals .pricing-input input.monthly-media-spent { margin:15px 0 20px; }
    .searchengpro_area .searchengpro_left:before { display:none; }
    .searchengpro_area .meeting_head_title h3 { font-size:24px; padding-bottom:20px; }
    .searchengpro_area .searchengpro_img { height:300px; }

    .row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_right img,.row-fluid .sales_enable_hero.seoservice_hero:before { display:none; }
    .row-fluid .sales_enable_hero.seoservice_hero .sales_enable_hero_left { width:100%; padding:0 !important; }
    .experindus_area { padding:40px 0 50px; }
    .experindus_area .experindus_top { width:100%; padding-right: 0; }
    .experindus_area .experindus_wrap { width:100%; padding-top:30px; }

    .seofivestep_area.work_rep .title h3 { font-size: 24px; line-height: 36px; }
    .seofivestep_area.work_rep { padding:50px 10px; }
    .seofivestep_area .seofivestep_top h4 { font-size: 22px; line-height: 32px; }
    .seoservideo_area .seoservideo_box { width:100%; margin-top:0; margin-bottom:20px; }
    .seoservideo_area .seoservideo_box.video-box .thumb { width:100% !important; }
    .seoservideo_area .seoservideo_right { width:100%; }
    .seoservical_area:before { width:100%; }
    .seoservideo_area { padding:40px 0; }

    .row-fluid .seoservical_area .meeting_design_section .next-level-box { padding:30px 0 0; }
    .row-fluid .seoservical_area .meeting_design_section .next-level-box h3 {  margin-bottom: 20px; }

    .experindus_area .experindus_box:nth-child(2n) .experindus_top { padding-left: 0; padding-right: 0; }
    .experindus_area .experindus_box .experindus_itemin { width: 180px !important; height: 180px !important; }
    .experindus_area .experindus_title h3 { font-size: 22px; line-height: 34px; }    

    .seoservideo_area .seoservideo_right { padding:0; }

    .experindus_area .experindus_box .service_brand_link { text-align: center; width: 100%; margin-top: 40px; opacity: 1; }

    /**/
    .newPage .container-fluid .row-fluid .wrapper { max-width: 100%; padding: 0 15px; } 
    .new_home_hero_section { padding: 50px 0; }
    .new_home_hero_top_raw h2+div { flex-wrap: wrap; }
    .new_home_hero_top_raw .hightlight_text+div { width: 100%; padding: 0 100px 0 0; }
    .new_home_hero_top_raw { flex-wrap: wrap; position: relative; padding-bottom: 0; margin-bottom: 50px; }
    .new_home_hero_top_content { width: 100%; position: relative; z-index: 1; }
    .new_home_hero_img { padding: 0; position: absolute; right: 0; bottom: 0px; height: 90px; width: 90px; }
    .new_home_hero_top_raw .hightlight_text { padding-bottom: 15px; }
    .new_home_hero_section .plus_sign { }
    .get_to_know_left { width: 100%; padding: 0 0 30px; }
    .get_to_know_right { width: 100%; padding: 0; font-size: 19px; line-height: 36px; }
    .get_to_know_btn { text-align: center; }
    .row-fluid .smb_tab_head h2 { font-size: 35px; line-height: 1.5; padding-bottom: 15px; }
    .smb_tab_head { font-size: 19px; line-height: 36px; }
    .smb_tab_left { width: 100%; margin: 0; padding: 0 0 30px; display: none; }
    .smb_tab_right { width: 100%; }
    .smb_tab_content { display: block !important; box-shadow: none; background: transparent; line-height: 30px; padding: 0; width: 400px; margin: 0 auto 40px; }
    .smb_tab_content:last-child { margin-bottom: 0; }
    .smb_tab_content_head { justify-content: center; flex-wrap: wrap; }
    .smb_tab_icon { width: 100%; text-align: center; }
    .row-fluid .smb_tab_title h3 { padding: 15px 0 0; font-weight: 700; font-size: 26px; }
    .smb_tab_section { padding-bottom: 0; }
    .kind_word_section:after { display: none; }
    .kind_word_area { width: 100%; padding: 50px 20px; }
    .kind_word_section:before { left: -20px; }
    .kind_testimonial_slider_wrap .slick-dots { justify-content: center; padding: 0 15px; }

    .row-fluid .new_home_hero_top_raw h2 { font-size: 51px; letter-spacing: 0; }
    .new_home_hero_top_raw .hightlight_text { font-size: 51px; }
    .our_story_section { padding-top: 100px; }
    .row-fluid .our_story_head h2 { font-size: 35px; }
    .our_story_left { width: 100%; padding: 0; }
    /*     .our_story_section:before { left: -25px; }
    .new_home_hero_section:after { left: -25px; }
    .new_home_hero_section:before { right: -25px; } */
    .our_story_section:after { display: none; }
    .more_case_btn { display: none; }
    .our_story_left .our_story_col { margin-bottom: 30px; }
    .our_story_right { width: 100%; }
    .logo_faq_section:after { right: 0; }
    .our_story_section:before { }
    .newPage .container-fluid .row-fluid .logo_faq_section .wrapper { padding: 0 15px; }
    .row-fluid .logo_faq_section { padding: 50px 0; }
    .row-fluid .honored_head h2 { font-size: 35px; }
    .row-fluid .honored_head { }
    .row-fluid .problem_faq_area { width: 100%; padding: 50px 20px; border-radius: 11px; }
    .problem_faq_section { padding: 0 20px; }
    .problem_faq_section:after { display: none; }

    .kind_testimonial_img_desk { display: none; }
    .kind_testimonial_img.kind_testimonial_img_mbl { display: block; width: auto; }
    .kind_testimonial_img.kind_testimonial_img_mbl .kind_testimonial_imgin { height: 70px; width: 70px; box-shadow: 0 3px 30px rgba(0, 0, 0, 0.16); }
    .kind_testimonial_content { width: 100%; padding: 0; font-size: 19px; line-height: 36px; }
    .more_case_btn.desktop { display: none; }
    .more_case_btn.mobile { display: block; position: relative; z-index: 1; margin-top: 30px; }

    html.newPage body { padding: 0; }
    html.newPage .new-header { padding: 0 15px; }
    html.newPage .toggle { right: 15px; }
    .kind_word_section { padding: 0 15px; }
    .kind_word_area { border-radius: 7px; }
    .newPage .container-fluid .row-fluid .kind_word_area .wrapper { padding: 0; }
    .row-fluid .kind_word_head h2 { font-size: 35px; }
    .kind_testimonial_slider_wrap .slick-dots li button { width: 35px; }
    .kind_testimonial_slider_wrap { margin-bottom: 0; }
    .our_story_section:after { display: none; }
    .kind_word_area:before { width: 100%; border-radius: 7px; }
    .newPage .container-fluid .row-fluid .kind_word_area .wrapper { width: 100%; }

    /* WebPage */
    .row-fluid .web_hero_section .wrapper { padding: 0 15px; }
    .row-fluid .web_hero_section .web_hero_caption .sub_tite { font-size: 22px; line-height: 1.5; }
    .row-fluid .web_hero_section .web_hero_caption h1 { font-size: 30px; }
    .row-fluid .web_intro_section .wrapper { padding: 0; }
    .row-fluid .web_intro_left { width: 100%; }
    .row-fluid .web_intro_right { width: 100%; padding: 15px 0 0; }
    .row-fluid .web_intro_raw { padding: 50px 15px; margin: 50px 0 0; }
    .row-fluid .web_intro_section:before, .row-fluid .web_intro_section:after { display: none; }
    .row-fluid .growth_mind_raw_wrap { padding: 50px 15px; }
    .row-fluid .growth_mind_caption { width: 100%; padding: 15px 0; }
    .row-fluid .board_member_head_left { width: 100%; }
    .row-fluid .board_member_head_right { width: 100%; padding: 10px 0 0; }
    .board_member_col { width: 400px; max-width: 100%; margin-left: 0; margin-right: 0; }
    .board_member_captionin { height: auto !important; }
    .row-fluid .board_member_section { padding-bottom: 50px; }
    .row-fluid .meeting_success_section:before, .row-fluid .meeting_success_section:after { display: none; }
    .row-fluid .board_member_head { padding: 0; text-align: center; }
    .row-fluid .growth_mind_sliderin { text-align: center; justify-content: center; }
    .row-fluid .growth_mind_raw_wrap ul.slick-dots { text-align: center; }
    .row-fluid .meeting_success_head iframe { width: 100% !important; min-width: 1px !important; height: auto !important; }
    .row-fluid .web_hero_section { padding: 50px 0; }
    .row-fluid .web_hero_section:before { background: #257CEB; opacity: 0.8; }
    .row-fluid .web_hero_section .web_hero_caption .sub_tite { color: #fff; }
    .row-fluid .web_hero_section .sub_text { font-size: 17px; }
    .row-fluid .web_intro_wrap h2 { font-size: 28px; }
    .row-fluid .growth_mind_head h2 { font-size: 24px; }
    .row-fluid .board_member_head_left h2 { font-size: 28px; }
    .row-fluid .meeting_success_section { padding-bottom: 50px; }
    .row-fluid .growth_mind_raw_wrap ul.slick-dots li button { width: 25px; }
    .row-fluid .web_intro_right .intro_sub_text { font-size: 16px; }

    .develop-services { margin: 60px 0 0; }

    .row-fluid .redesign1_process_left { text-align: left; border: 0; padding: 0; display: flex; flex-wrap: wrap; width: 450px; margin: 0 auto; position: relative; font-family: Lato, sans-serif; }
    .row-fluid .redesign1_process_left .process_select { display: inline-block; vertical-align: top; width: 100%; background: #fff; padding: 15px 35px 15px 15px; text-transform: uppercase; font-weight: 600; position: relative; cursor: pointer; font-size: 17px; }
    .row-fluid .redesign1_process_left .process_select:after { position: absolute; content: ""; height: 10px; width: 17px; right: 15px; top: 1px; bottom: 0; margin: auto 0; background: url(https://32387.fs1.hubspotusercontent-na1.net/hubfs/32387/readmorearrow.png) no-repeat center / cover; transform: rotate(180deg); }
    .row-fluid .redesign1_process_left ul { position: absolute; top: 100%; left: 0; background: #f6f6f6; display: none; }
    .row-fluid .redesign1_process_left ul li { margin: 0; }
    .row-fluid .redesign1_process_left ul li a { padding: 10px 15px; border-top: 1px solid; }
    .row-fluid .redesign1_process_left ul li.active a, .row-fluid .redesign_process_left ul li a:hover { color: #767676; }
    .row-fluid .redesign1_process_content { padding: 0 15px; }

    .develop-services .left h2 { font-size: 26px; line-height: 38px; padding: 0 0 10px; }

    .webops-page .innovations-section h3 { font-size: 30px; line-height: 38px; }
    .innovations-webops .text ul li { margin: 0; }
    .webops-process .main-title h2 { font-size: 30px; line-height: 38px; }

    .webops-main .webops-pro { top: 30px; left: 23px; }
    .webops-process .main-title { margin: 0 0 20px; }
    .webops-main .box { margin: 15px 0; }
    .webops-main .box .icon { width: 50px; height: 50px; }
    .webops-main .box .icon img { max-height: 21px; }
    .webops-main .box .text { width: calc(100% - 50px); padding: 0 0 0 20px; }
    .webops-main .box h3 { font-size: 20px; line-height: 28px; }
    .webops-main .box h4 { font-size: 16px; line-height: 24px; }

    .webops-page .row-fluid .meeting_success_section { margin: 0; }
    .webops-page .row-fluid .meeting_success_section h2 { font-size: 28px; line-height: 40px; }
    .webops-page .footer:before { display: none; }

    .webops-page .problem_faq_section { padding: 0 0 60px; }
    .webops-page .row-fluid .innovations-section .cs-testimonials-section { margin: 0; }

    .webops-page .row-fluid .innovations-section > div { padding: 60px 0 70px; }
    .innovations-webops .top { height: 60px; }
    .innovations-webops .top img { max-height: 60px; }

    .webops-process:after { display: none; }

    /**/
    .row-fluid .marketing_service_hero.web_hero_section .sub_text { font-size: 32px; line-height: 1.5;  }
    .row-fluid .marketing_service_hero.Webops-hero .web_hero_caption h1 { font-size: 22px; line-height: 1.5; margin-bottom: 10px; }
    .row-fluid .marketing_service_hero.Webops-hero { padding: 50px 0; }
    .marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part h2 { font-size: 30px; line-height: 1.5; }
    .marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part { padding-bottom: 10px; }
    .marketing_service_body .row-fluid .web_zigzag .section_wrap:nth-child(even) .left_part { padding-bottom: 0; }
    .marketing_service_body .row-fluid .team_sales_enable_head h2 { line-height: 1.5; }
    .marketing_service_body .team_sales_enable_head { font-size: 17px; line-height: 1.8; }
    .marketing_service_body .row-fluid .team_sales_enable_section:after { display: none; }

    body .row-fluid .innovations-webops .cs-testimonials-slider .sinlge-testimonials .bottom .text { font-size: 14px; line-height: 22px; }
    body .row-fluid .innovations-webops .cs-testimonials-slider .sinlge-testimonials .bottom .title { font-size: 20px; }

    .row-fluid .meeting_success_section.meetings-extended:after { display: none !important; }


    .website-left-side-details-wrap { width: 100%; }
    .website-left-side-details { margin-left: 0px; padding-right: 0px; padding-top: 22px; padding-bottom: 32px; }
    .website-right-side-details-wrap { width: 100%; padding-left: 28px !important; padding-right: 28px !important; }
    .website-left-side-details-wrap .plus_sign { display: none; }
    .website-new-hero-logo-wrap { text-align: center; }
    .website-right-side-details { padding-top: 42px; padding-right: 37px; }
    .website-right-side-details h3 { font-size: 24px; }
    .website-right-side-details-meeting { width: calc(100% + 3px) !important; margin-left: 0px; margin-top: 10px; }
    .website-right-side-details-wrap .plus_sign { display: none; }
    .website-left-side-details h2 { font-size: 45px; line-height: 57px; }
    .website-left-side-details h3 { font-size: 24px; line-height: 30px; padding-right: 0px; }
    .website-right-side-details-meeting iframe { max-width: 100% !important; min-width: 100% !important; width: 100% !important; margin-left: 0; max-height: 626px; }
    .website-new-hero-bottom-details { padding: 29px 22px;  margin-bottom: -125px; }
    .website-new-hero-bottom-logo { padding: 0px 11px; }
    .website-new-hero-bottom-logo-wrap { padding-right: 0px; margin-top: 35px; margin-bottom: 9px; }
    .website-new-hero-bottom-details .get_to_know_raw .get_to_know_left { width: 100%; padding-bottom: 15px; }
    .website-new-hero-bottom-details .get_to_know_raw .get_to_know_right { width: 100%; font-family: 'Lato'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 25px; }
    .website-new-hero-bottom-details .get_to_know_raw .get_to_know_left h2 { font-size: 35px; line-height: 40px; }
    .website-new-hero-bottom-details-wrap:after { width: 100%; }
    .website-left-side-details-wrap.left-padding { padding-left: 28px !important; padding-right: 28px !important; }
    .website-new-hero-bottom-details-wrap.left-padding.right-padding { padding-left: 28px !important; padding-right: 28px !important; }
    .website-new-hero-bottom-logo-wrap .slick-dots { width: 100%; left: 0; position: static; margin-top: 30px; }

    .cs-testimonials-section.website-img-slider-wrap { padding-top: 175px; padding-bottom: 75px; }
    body .row-fluid .website-img-slider-wrap .sinlge-testimonials { margin-top: -110px; margin-left: -44%; width: 90%; }
    .cs-testimonials-section.website-img-slider-wrap .cs-testimonials-slider:after { background-size: 120%; }
    .kind_word_section.client-quotes-main-wrap { padding: 0; }
    .client-quotes-main-wrap .kind_word_head { width: 100%; }
    .client-quotes-main-wrap .kind_testimonial_slider_area { width: 100%; }
    .newPage .container-fluid .row-fluid .kind_word_section.client-quotes-main-wrap .wrapper { flex-flow: wrap; }


    .kind_word_section.client-quotes-main-wrap .kind_testimonial_imgin { background-size: contain !important; }
    .row-fluid .kind_word_head h2 { font-size: 35px; line-height: 40px; }
    .kind_word_section.client-quotes-main-wrap .kind_word_area {padding-bottom: 77px;padding-top:15px; padding-left:15px; padding-right:15px;}
    .cs-testimonials-section.website-img-slider-wrap .bee3D--nav { top: auto; bottom: -100px; left: 42%; }

    body .row-fluid .website-img-slider-wrap .sinlge-testimonials {height: 324px;}
    body .row-fluid .website-img-slider-wrap .sinlge-testimonials img { height: 100% !important; }
    .kind_word_section.client-quotes-main-wrap .kind_testimonial_content {     width: 100%; }

    /**/
    .webops-page .row-fluid .team_sales_enable_col { width:100%; }  
    .webops-page .row-fluid .team_sales_enable_col:last-child { padding-bottom:0; }
    .webops-page .row-fluid .action_card { margin:0 auto 60px; }
    .webops-page .row-fluid .action_card .contain { padding:30px; }
    .webops-page .row-fluid .meeting_success_section { padding-top:40px; }

    /**/
    .cs-resources-isotope-section .resources_list .cover { max-width: 250px; margin: 0 auto; }
    .cs-resources-isotope-section .resources_list .cover li a:after { top:10px; }  
    .cs-resources-isotope-section .resources_list .cover li a:before { top:14px; }

    .ttl-content .inner-dv{margin:40px 15px !important; padding:50px 15px 0;}
    .ttl-content .widget-type-header{margin:0 0 20px 0;}
    .ttl-content .widget-type-header h2{font-size:21px; line-height:33px;}

    .pro-tabs{padding:50px 0}
    .pro-tabs .widget-type-header h2{font-size:21px; line-height:33px;}
    .pro-tabs .widget-type-header h2 br{display:none;}
    .pro-tabs .inner-main{display: block;}
    .pro-tabs .inner-main .left-click{width:auto;text-align:center;padding:0;margin:-10px 0 0 0;border:none;}
    .pro-tabs .inner-main .left-click .tabs-title{display: inline-block;padding:0 5px; font-size: 14px;}
    .pro-tabs .inner-main .left-click .tabs-title + .tabs-title{margin-top:0;}

    .pro-tabs .inner-main .right-change{width:auto;padding:50px 0 0 0;}
    .pro-tabs .inner-flex{display: block;margin: 0;}
    .pro-tabs .box{width: auto; margin: 0;}
    .pro-tabs .box + .box{margin-top:60px;}
    .pro-tabs .box .white-bx{margin:20px 0 0 0;}

    .row-fluid .growth_mind_section.font-set .growth_mind_raw_wrap{margin:0 15px; width:auto;}
    .row-fluid .growth_mind_section.font-set .growth_mind_text{font-size:16px; line-height:170%;}

    .testimonial{padding:75px 0 60px;}
    .testimonial:after{display:none;}
    .testimonial .inner-wrapper{display: block;}
    .testimonial .left-title{width: auto;margin: 0;}
    .testimonial .slider-all{width: auto;}
    .testimonial .slider-all .upper-dv{display:block;}
    .testimonial .controls{display:none;}
    .testimonial .slider-all .upper-dv .detail{width: auto;padding: 20px 0 0 0;}
    .testimonial .slider-all .list > div{margin:0;padding:0;}
    .testimonial .max-size{max-width: none;margin: 50px 0 0;padding: 0 0 40px 0;}
    .testimonial .slick-dots li:not(.slick-active) button{background-color:#cfcfcf;}
    .testimonial .slick-dots{bottom:0;}

    .meetings_rep.section-style{padding:40px 0 60px;}
    .meetings_rep.section-style .bottom-text .widget-type-rich_text{margin-top: 40px;}

    .row-fluid .inbound-intro.fix-padding > div{padding:40px 30px 510px;}

    .row-fluid .hero-video-brand.hub-logo{padding: 55px 0 45px 0;}
    .row-fluid .hero-video-brand.hub-logo .left-text{width: auto;padding: 0;}

    .row-fluid .inbound-intro.fix-padding2 > div{padding:70px 15px 430px;}

    .marresou-wrapper .list-wrapper{display:block;}
    .marresou-wrapper .list-wrapper .marresou-box{width:auto;}

    .directrep_main.two-column .box { width: 100%; }
    .directrep_main.two-column { margin: 0; }
    .hub-success-owners-wrap .row-fluid .meetings-extended .main_title h5 span { font-size: 18px; line-height: 30px; }

    .hub-success-owners-wrap .growth_mind_section { padding: 40px 0; }
    .hub-success-owners-wrap .row-fluid .growth_mind_head { margin-bottom: 25px; }
    .hub-success-owners-wrap .direct_rep { padding: 30px 20px; }
    .hub-success-owners-wrap .row-fluid .growth_mind_head h2 { font-size: 24px; }
    .hub-success-owners-wrap .direct_rep .title { margin-bottom: 15px; }
    .webops-page.hub-success-owners-wrap .row-fluid .meeting_success_section { margin-bottom: 45px; }

    .row-fluid .Creative_Apart_Box .slick-slider h3 { padding:0 0 18px; }

    .new_home_hero_top_raw .herosubtext { max-width: 100%;  margin-top: 20px; }

    .hero-banner-section .hero-banner-row .left-content {width: 100%;}
    .hero-banner-section .hero-banner-row .right-content {margin-left: auto;}
    .content-image-section-2 .content-image-section-row .content-image-section-left, .content-image-section-2 .content-image-section-row .content-image-section-right{width:100%;}
    .more-recommendation-section .find-out-form-wrapper .hs-custom-form .hs-button.primary{min-width: unset;}

    .row-fluid .roi_hero .roi_hero_title h1 { font-size: 30px; }
    .row-fluid .roi_intro_sc .cover { padding: 20px; }
    .row-fluid .roi_intro_sc .cover h2.h4,
    .row-fluid .roi_intro_sc .cover h4 { font-size: 20px; line-height: normal; }

    .row-fluid .soft_benefit_wrap .left h2.h3,
    .row-fluid .soft_benefit_wrap .left h3 { font-size: 20px; line-height: 1.5; }
    .row-fluid .soft_benefit_sc { padding: 40px 0 30px; }
    .row-fluid .best_metric_sc { padding: 30px 0 30px; }
    .row-fluid .best_metric_sc .head h2 { font-size: 20px; line-height: normal; }
    .row-fluid .best_metric_sc .wrap .left { width: 100%; }
    .row-fluid .best_metric_sc .wrap .right { width: 100%; padding-left: 0; padding-top: 15px; }
    .row-fluid .roi_impact_sc { padding: 50px 0 20px; }
    .row-fluid .roi_impact_sc .head h2,.roi_model_sc .cover .left h2 { font-size: 20px; line-height: 1.4; }
    .row-fluid .roi_impact_sc .head { margin-bottom: 50px; }
    .row-fluid .roi_impact_wrap .roi_impact_item { width: 100%; margin: 0 0 55px; }
    .roi_model_sc .cover .left { width: 100%; padding-bottom: 0; }
    .roi_model_sc .cover .right { width: 100%; transform: translateX(20px) translateY(32px); padding: 19px; }
    .blue-announcement-wrap { position: relative; }
    .blue-announcement-main-wrap { padding-top: 0 !important; margin-top: -60px; }
    .content-generating-main-wrap { padding: 40px 0; }
    .content-generating-list-number { font-size: 75px; }
    .content-generating-details { padding: 19px; }
    .content-generating-details h3,.roi_model_sc .cover .left h3 { font-size: 17px; line-height: 1.5; }
    .content-generating-details .content { font-size: 15px; line-height: 1.5; }
    .content-generating-list { padding-top: 30px; }
    .newlp-bottom-heading-content-wrap { padding: 21px; transform: translateY(-38px); }
    .newlp-bottom-details-wrap { padding: 0px 15px; }
    .newlp-bottom-details-wrap .content { font-size: 15px; line-height: 1.56; margin-bottom: 5px; }
    .newlp-bottom-details-main-wrap { padding-bottom: 30px; }
    .content-generating-top-info-wrap .content,.roi-right-wrap .content,.roi_model_sc .cover .left .content { font-size: 15px; line-height: 1.6; }
    .row-fluid .best_metric_sc .wrap .left h3 { font-size: 18px; line-height: normal; }

    .row-fluid .roi_model_sc .cover .left { padding-left: 15px; padding-right: 15px; width: 100%; }
    .row-fluid .roi_model_sc .cover { padding-top: 50px; }
    .row-fluid .roi_model_sc .cover .right { width: calc(100% - 30px); transform: none; margin: 20px auto 50px; border-radius: 22px; }
    .row-fluid .blue-announcement-wrap { position: relative; }
    .row-fluid .content-generating-list-number { font-size: 80px; width: 100%; }
    .row-fluid .content-generating-details { width: 100%; box-shadow: none; padding: 20px 0 0; }
    .row-fluid .content-generating-list { flex-wrap: wrap; box-shadow: 0px 4px 40px 0px rgba(69, 147, 240, 0.15); background: #fff; border-radius: 22px; margin-top: 30px; padding: 35px; }
    .row-fluid .newlp-bottom-heading-content-wrap { width: calc(100% - 30px); transform: none; }
    .row-fluid .newlp-bottom-details-main-wrap { padding-top: 60px; }

    .creative_hero.bg-option.behind .right .hub_logo.add-radius{left: -20px;}

    .dual-boxes{padding:50px 20px 10px;}
    .dual-boxes .list-wrapper{margin:25px 0 0;display:block;}
    .dual-boxes .list{width:auto;margin:0 0 30px;}
    .dual-boxes .list .top{font-size:21px;line-height:36px;}

    .container-fluid .row-fluid .banner-lp-v2 .wrapper.md-wrapper {padding: 0 15px;}
    .banner-lp-v2 {padding: 50px 0;}
    .banner-lp-v2 .banner-logo {margin-bottom: 20px;}
    .banner-lp-v2 .wrapper h1 {margin: 25px 0;font-size: 30px;/*line-height: 50px;*/}
    .banner-lp-v2 .content {font-size: 15px;line-height: 24px;}
    .banner-lp-v2 .button-1 {margin-top: 30px;}
    .banner-lp-v2 .banner-logo img {max-width: 100px;}
    .banner-lp-v2 .banner-logo:before {margin: 0 15px;width: 10px;height: 10px;}
    
    .content-with__Whitebox {padding: 50px 0;}
    .content-with__Whitebox .left-content h2 {font-size: 20px;line-height: 30px;margin-bottom: 15px;}
    .content-with__Whitebox .left-content .hs_cos_wrapper_type_rich_text {font-size: 15px;line-height: 24px;}
    .content-with__Whitebox .wrapper.md-wrapper .right-content {padding: 20px 20px 20px 30px;}
    .content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text h3 {font-size: 18px;line-height: 26px;}
    .content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text {font-size: 15px;line-height: 24px;}
    .content-with__Whitebox .right-content .hs_cos_wrapper_type_rich_text p + p {padding-top: 10px;}

    .speakers-section {padding: 50px 0;}
    .speakers-section .inner .title-part {font-size: 20px;line-height: 30px;margin-bottom: 30px;}
    .speakers-section .inner .list-wrapper .list {width: calc(33.33% - 20px);margin: 0 10px;}
    .speakers-section .inner .list-wrapper .list .photo {width: 100px;height: 100px;border-radius: 100px;}
    .speakers-section .inner .list-wrapper .list .name strong {font-size: 18px;line-height: 28px;}
    .speakers-section .inner .list-wrapper .list .name {font-size: 16px;line-height: 28px;}
    .speakers-section .inner .list-wrapper .list .image {width: 100px;height: 60px;margin: 5px auto;}
    
    .expect-form {padding: 50px 0;}
    .expect-form .left-content h2 {font-size: 20px;line-height: 30px;margin-bottom: 20px;}
    .expect-form .left-content .hs_cos_wrapper_type_rich_text {font-size: 15px;line-height: 27px;}
    .expect-form .form-right .default-form input[type="submit"] {min-width: 200px;font-size: 14px;line-height: 27px;padding: 13px 15px;}
    .expect-form .form-right {padding: 20px;width:calc(100% - 20px);margin: 0 10px;}
    .expect-form .form-right .default-form .form-title {font-size: 20px;margin-bottom: 20px;}
    .expect-form .form-right .default-form input, .expect-form .form-right .default-form form button, 
    .expect-form .form-right .default-form textarea, .expect-form .form-right .default-form select, 
    .expect-form .form-right .default-form input[type="text"], .expect-form .form-right .default-form input[type="password"], 
    .expect-form .form-right .default-form input[type="datetime"], .expect-form .form-right .default-form input[type="datetime-local"], 
    .expect-form .form-right .default-form input[type="date"], .expect-form .form-right .default-form input[type="month"], 
    .expect-form .form-right .default-form input[type="time"], .expect-form .form-right .default-form input[type="week"], 
    .expect-form .form-right .default-form input[type="number"], .expect-form .form-right .default-form input[type="email"], 
    .expect-form .form-right .default-form input[type="url"], .expect-form .form-right .default-form input[type="search"], 
    .expect-form .form-right .default-form input[type="tel"], .expect-form .form-right .default-form input[type="color"], 
    .expect-form .form-right .default-form input[type="file"] {height: 45px;}
    .expect-form .form-right .default-form fieldset + fieldset {padding-top: 0 !important;}
    .expect-form .form-right .default-form .hs-form-field > label {font-size: 15px;}
    .expect-form .form-right .default-form .legal-consent-container .hs-richtext, .expect-form .form-right .default-form .hs-form input[type=checkbox] + span {font-size: 12px;line-height: 20px;}
    .expect-form .form-right .default-form .legal-consent-container {margin-top: 0;}
    .expect-form .form-right .default-form .hs-form input[type=checkbox] + span {margin: 0;}
    .expect-form .form-right .default-form .hs-form input[type=checkbox] + span:before {width:15px;height:15px;}
    .expect-form .form-right .default-form .hs-form-checkbox label input[type="checkbox"] + span:after, 
    .expect-form .form-right .default-form .hs-form-booleancheckbox input[type="checkbox"] + span:after {width:15px;height:15px;top: 7px;font-size: 9px;}
    .content-with__Whitebox .wrapper.md-wrapper .right-content:before {left:10px;}
    .expect-form .left-content .hs_cos_wrapper_type_rich_text em {font-size: 12px;}
    
    .speakers__tyPage .inner .date-dv .date__time strong {font-size: 20px;line-height: 35px;}
    .speakers__tyPage .inner .date-dv .date__time {font-size: 15px;line-height: 27px;}
    .speakers__tyPage .inner .date-dv .Calendar {width: 70px;height: 70px;}
    /*.speakers__tyPage .inner .date-dv {margin-bottom: 20px;}*/
    .speakers__tyPage .inner .list-wrapper .list {align-items: flex-start;}
    .speakers__tyPage .inner .list-wrapper .list .photo {width: 45px;height: 45px;border-radius: 45px;margin-right:15px;}
    .speakers__tyPage .inner .list-wrapper .list .after-dv {width: calc(100% - 60px);}
    
    .center-ty-content {padding: 50px 0;}
    .center-ty-content .hs_cos_wrapper_type_rich_text h3 {font-size: 20px;line-height: 30px;}
    .center-ty-content .hs_cos_wrapper_type_rich_text {font-size: 15px;line-height: 27px;}
    .center-ty-content .hs_cos_wrapper_type_rich_text p + p {padding-top: 10px;}
    .center-ty-content .hs_cos_wrapper_type_rich_text p:last-child {padding-bottom: 0;}
    
    .lp-video-meeting-page .row-fluid .meeting_success_section{padding-bottom:40px;}
    .lp-video-meeting-page .meeting_success_section .meeting_success_head h2{font-size:26px;line-height:1.5;}
    
    .banner-v2 .bottom-text.meeting-footer{max-width:100%;margin:-50px auto 0;}
    .banner-v2 .consultaion-form{width:100%;margin:0;}
    
    .website-new-hero-main-wrap.banner-v2.website-new-hero-main-wrap.disable_bottom_section .website-right-side-details-wrap{ padding:40px; }
    .website-new-hero-main-wrap.banner-v2 .consultaion-form{ margin:0; }
    
}

@media (max-width: 684px){
    .banner-v2 .bottom-text.meeting-footer{max-width:400px;margin:-20px auto 0;}
    .banner-v2 .bottom-text span{font-size:14px;line-height:20px;padding:0 40px 0 30px;}
    .banner-v2 .bottom-text span:before{width:20px;height:22px;background-size:contain;top:0;}
    .banner-v2 .bottom-text span:after{top:-10px;}
}

@media (max-width: 650px){
    .honored_wrap { margin: 0; }
    .honored_col { width: 50%; }
    .problem_faq_title { font-size: 18px; padding-right: 50px; }
    .row-fluid .hero-extended .shape { display: none; }
}

@media(max-width:600px){
    .row-fluid .web_exp_section .website-filter-section .web-item { width: 100%; padding: 0 0 30px; }
    .row-fluid .web_exp_section .website-filter-section .lazy-bg-load { min-height: 280px; }
    .cs-testimonials-section.website-img-slider-wrap .bee3D--nav { top: auto; bottom: -50px; left: 42%; }
    body .row-fluid .website-img-slider-wrap .sinlge-testimonials { height: 224px; }
    body .row-fluid .website-img-slider-wrap .sinlge-testimonials img { height: 100% !important; }

    /*     ======== */
    div.title-text h2,div.title-text h2 span, div.title-text h2 em {font-size: 28px;}
    .hero-banner-section .hero-banner-row .right-content .badge-image {bottom: 90px;width: 54px;height: 54px;}
    .consultation-section .consultation-content{min-height: unset;padding: 50px 0;}
    .consultation-section .consultation-content .logo-icon {margin-bottom: 35px;}
    .consultation-section .consultation-content .title-text .subtitle{font-size: 20px;line-height: 28px;}
    .content-image-section-2 .content-image-section-right .content-on-image{padding: 12px 18px;}

    .soft_benefit_wrap .right .item { width: 50%; }
    
    .speakers-section {padding: 50px 0 25px;}
    .speakers-section .inner .list-wrapper .list {width: calc(50% - 20px);margin: 0 10px 25px;}
}

@media(max-width:550px){

    body { font-size: 15px; line-height: 24px; }
    a.cta_button, .btn-style-1 a { padding: 6px 33px; font-size: 16px; }
    body { padding: 0 15px; }

    .row-fluid h1 { font-size:20px; line-height:normal; }
    .row-fluid h2 { font-size:21px; line-height:33px; }
    .row-fluid h3 { font-size:20px; line-height:30px; font-weight:300;  }
    .row-fluid h4 { font-size:20px; line-height:35px; }
    .row-fluid h5 { font-size:18px; line-height:30px; }
    .row-fluid h6 { font-size:22px; line-height:28px; }

    .row-fluid .video-box { overflow: hidden; }
    .row-fluid .cs_hero { overflow: hidden; }
    .row-fluid .cs_hero .thumb { right: 0; width: 70%; }
    .row-fluid .cs_hero .thumb img { width: 100% !important; }
    .row-fluid .video-box .thumb { width: 100%; padding-bottom: 60%; }
    .row-fluid .video-box svg { height: 50px; width: 50px; }
    .row-fluid .inbound-intro .widget-type-header h3 { padding: 0 0 20px; }
    .row-fluid .heromarketing_cover h1 { line-height: 30px; }

    .creative_hero .left h2 { font-size: 20px; line-height: 30px; }

    .row-fluid .cs_8stap .box8_wrapper>div { width: 100%; }
    .row-fluid .cs_8stap .widget-type-header { width: 100%; max-width: 100%; }
    .row-fluid .cs_8stap .box8_wrapper>div + div { padding-top: 30px; }
    .row-fluid .Creative_Apart_Box:after { height: 250px; width: 210px; top: 0; }
    .row-fluid .Creative_Apart_Box .team-slider_wrapper { padding: 49px 15px 93px; box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.21); }
    .row-fluid .Creative_Apart_Box .slick-slider h5 { font-size: 25px; }
    .row-fluid .Creative_Apart_Box .slick-slider .text { font-size: 16px; line-height: 24px; }
    .row-fluid .action_card .contain { padding: 42px 15px; text-align: center; }
    .row-fluid .Creative_Apart_Box .wrapper>div { }
    .row-fluid .Action_Card_Box_Widget { }
    .row-fluid .action_card .contain a { font-size: 15px; }
    .row-fluid .action_card+.action_card { margin-top: 20px; }
    .row-fluid .right-footer .ftmenu-col { width: 100%; height: auto !important; }
    .row-fluid .ftmenu-col.ftsimple-menu ul li { text-align: center; }
    .row-fluid .top-footer { text-align: center; }
    .row-fluid .bottom-footer { padding: 10px 0; }
    .row-fluid .innovations-section { padding: 0 0 20px; }
    .row-fluid .cs_header { left: 15px; right: 15px; }


    .row-fluid .hero-video-brand { padding: 65px 0 46px; }
    .row-fluid .v2.inbound-intro>div { padding: 140px 15px 460px; }
    .row-fluid .innovations-section.v2>div { padding: 48px 0 10px; }
    .row-fluid .innovations-section.v2 .single-box { line-height: 24px; padding: 0 15px 28px; }
    .row-fluid .innovations-section.v3 { padding: 0 15px; }
    .row-fluid .innovations-section.v3 .single-img { min-height: 180px; }
    .row-fluid .innovations-section.v3 .img-box-wrapper { margin: 0 0 20px; }
    .row-fluid .innovations-section.v3 .img-box-wrapper ul.slick-dots { bottom: -30px; }
    .row-fluid .innovations-section.v3>div { padding: 60px 0 70px; }
    .row-fluid .cs-video9 .single-video9box .contain .text { line-height: 22px; font-size: 16px; }
    .row-fluid .cs-video9 .single-video9box .contain .number { font-size: 23px; }
    .row-fluid .cs-video9 .single-video9box .contain h5 { padding: 0 0 10px; }
    .row-fluid .cs-video9 .video-box .thumb { height: auto; }
    .row-fluid .video9-widget { padding-bottom: 0; }
    .row-fluid .cs-video9-list .singleTitle h5 { padding-left: 60px; font-size: 16px; }
    .row-fluid .cs-video9-list .singleTitle span { width: 50px; }

    .cs-ad-section .sinlge-box { width: 100%; }
    .cs-ad-section { padding: 60px 0 60px; }
    .row-fluid .cs-page-banner { padding: 73px 0 70px; }

    .row-fluid .cs_black-demand .thumb { right: 0; width: 80%; background-position: 110% center; background-size: 47%; background-repeat: no-repeat;}
    .row-fluid .cs_black-demand .Creative_Apart_Box h5 { max-width: 100%;}
    .row-fluid .cs_black-demand .Creative_Apart_Box .thumb { display: none;}

    .row-fluid .passwod-main .custom_error_message.widget-type-rich_text h1 { font-size: 27px; margin-bottom: 10px;}
    .row-fluid .passwod-main .widget-type-password_prompt.custom_error_message { padding: 35px 15px 35px; margin-top: 30px;}
    .row-fluid .passwod-main .widget-type-password_prompt.custom_error_message span#hs_cos_wrapper_password_prompt > div { font-size: 14px; margin-bottom: 12px;}
    .row-fluid .passwod-main .widget-type-password_prompt.custom_error_message input#hs-pwd-widget-password { padding: 10px 15px;}


    .action-card-section .action_card:before {display:block;} 
    .action-card-section .action_card .thumb {right:0;width:100%;}
    .meeting-tool-wrap .meetings-iframe-container iframe {height: 630px !important;}

    .row-fluid .build-brand { min-height: auto; }
    .row-fluid .build-brand h1 { font-size: 31px; line-height: 35px; margin: -12px 0 0; }
    .row-fluid .touch-points { min-height: auto; height: auto; }
    .row-fluid .touch-points h2:before { height: 40px; line-height: 90px; font-size: 90px; margin: 0 0 10px; }
    .row-fluid .touch-points h2 { font-size: 28px; line-height: 34px; }
    .row-fluid .touch-points .widget-type-text { font-size: 16px; }
    .row-fluid .product-and-services { min-height: auto; padding: 60px 0; }
    .row-fluid .product-and-services .content .widget-type-text { font-size: 18px; line-height: 22px; }
    .row-fluid .product-and-services .content h2 { font-size: 25px; line-height: 30px; }
    .row-fluid .product-and-services>div:nth-child(3) .get-bg-self:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.5; }
    .row-fluid .step-box span.num.type-1 { height: 100px; transition: none; width: 100px; font-size: 35px; border-width: 5px; line-height: 80px; }
    .row-fluid .box-1 .step-box span.num.type-1:before { border-width: 5px; width: 40px; height: 40px; left: -60px; }
    .row-fluid .step-box h3.box-title { font-size: 29px; line-height: 33px; }
    .row-fluid .step-box-1 { min-height: auto; padding: 60px 0; }
    .row-fluid .step-box-1 .wrapper { padding: 0 !important; }
    .row-fluid .step-box .point-box .text>ul li { padding-bottom: 9px; }
    .row-fluid .step-box span.num.type-2 { font-size: 110px; transition: none; height: 100px; line-height: 89px; text-align: left; }
    .row-fluid .step-box-2 .content { padding-top: 0; }
    .row-fluid .step-box { min-height: auto; padding: 60px 0; }
    .row-fluid .box-5 .step-box span.num.type-1:before { left: auto; right: -100px; }
    .row-fluid .branding-process h2 { font-size: 27px; line-height: 35px; }
    .row-fluid .branding-process .process-step>div { height: 200px; width: 200px; }
    .row-fluid .branding-process .process-step-inner>div { height: 75px; width: 75px; font-size: 12px; line-height: 14px; font-weight: 600; }
    .row-fluid .branding-process .process-step-inner>div:nth-child(1) { margin-top: -34px; }
    .row-fluid .branding-process .process-step-inner>div:nth-child(2) { margin: auto -34px auto 0; }
    .row-fluid .branding-process .process-step-inner>div:nth-child(3) { margin-bottom: -34px; }
    .row-fluid .branding-process .process-step-inner>div:nth-child(4) { margin: auto 0 auto -36px; }
    .row-fluid .branding-process { padding: 60px 0 90px; }
    .row-fluid .branding-process .process-step { padding: 50px 0 0; }

    .row-fluid .action-slide-menu a { font-size: 15px; }
    .row-fluid .action-slide-menu ul li { padding: 4px 9px; }
    .row-fluid .action-slide-menu .menu-action-btn { background: #1596F7 !important; }

    .row-fluid .step-box .point-box .text ul{ width:100%; }
    .row-fluid .step-box .point-box .text ul + ul{ padding:10px 0 0;}
    .row-fluid .step-box .point-box .text ul ul {padding-left: 15px;}

    body.demand-gt-v2 .row-fluid .video-text { max-width: 100%; width: calc(100% - 30px); margin: 0 auto 0; }
    body.demand-gt-v2 .row-fluid .video-text h4 { font-size: 21px; }

    .row-fluid .pillar-page-main { padding:0 15px; }

    .row-fluid .hero-video-brand .thumb img { width: 110px !important; height: 110px !important; }

    .row-fluid .inbound-intro.v2-21 > div { padding: 50px 15px 0; }
    .cs-resources-isotope-section .show-btn-main { padding: 20px 0 0; }
    .row-fluid .innovations-section.v3.white-bg > div { padding: 61px 0; }
    .marketing-video-section .content h2 { font-size: 20px; padding: 0 0 10px; }

    body.newsroom-page .fancybox-wrap > div { background-color: #27363f !important; }

    .row-fluid .feature_video_section .video-box .thumb .thumb-inner.youtube_thumb_inner { min-height: 350px; }
    .row-fluid .feature_video_section .video-box .thumb .thumb-inner.wistia_thumb_inner { min-height: 250px; }

    .creative_hero .left h1 { font-size: 24px; line-height: 33px; }
    .creative_hero .right .image { width: 270px; height: 270px; margin: 0 auto; }
    .creative_hero .right { width: 270px; }
    .creative_hero .right .hublogo { width: 80px; height: 80px; }
    .creative_hero .right .hublogo.icon-3{width:55px;height:55px;bottom:90px;right:-15px;}
    .creative_hero .right .hub_logo { width: 90px; }

    .creative_hero.banner4img .right .hublogo.icon-3,
    .creative_hero.banner4img .icon-4 {width: 70px;height: 70px;}

    .directrep_main { margin: 0; }
    .directrep_main .box { width: 100%; padding: 15px 0; }

    .serincl_main .image { width: 270px; height: 270px; }
    .serincl_main .right ul { column-count: 1; }

    .workrep_main { margin: 0; }
    .workrep_cover .box, .workrep_cover.column_three .box, .workrep_cover.column_four .box { width: 100%; }
    .kunowhy_main .icons { height: 50px; }

    .kunowhy_main { margin: 0; }
    .kunowhy_main .box { width: 100%; padding: 15px 10px; }

    .row-fluid .directrep_slider .slick-dots li button { width: 10px; height: 10px; }
    .directrep_slider .client-video-slider { margin-bottom: 20px; }


    .branding_hero_section { overflow: hidden; padding:40px 0; background: url(https://www.kunocreative.com/hubfs/banner_mobile.png)no-repeat center/cover !important; }
    .branding_hero_section:after { top: -70px; right: -120px; width: 890px; height: 460px; }
    .service_brand_img { margin:0 auto; }
    .service_brand_img{width:200px;height:200px;}
    .service_brand_logo{width:100px;height:100px;left:80px;bottom:-40px;}
    .service_brand_logo img{width:80%;}
    .service_brand_raw:nth-child(2) .service_brand_logo{width:100px;height:100px;left:90px;top:-30px;bottom:auto;}
    .service_brand_raw:nth-child(2){margin-top:20px;}
    .service_brand_raw:nth-child(3) .service_brand_logo{right:70px;bottom:-40px;}
    .service_brand_raw:nth-child(3) .service_brand_logo img{width:30%;}
    .service_brand_raw:nth-child(4) .service_brand_logo { width: 100px; height: 100px; left: 90px; }
    .service_brand_raw:nth-child(4) .service_brand_logo img { width: 40%; }
    .service_brand_right_content h3 { font-weight: 700; }
    .branding_hero_section .sub_title { padding: 30px 0; }
    .row-fluid .meeting_design_section .next-level-box h2,
    .row-fluid .meeting_design_section .next-level-box h3{ font-size:24px; line-height:36px; font-weight:500; }
    body { padding:0 20px; }

    .row-fluid .hero-extended { font-size: 16px; line-height: 28px; }

    .row-fluid .extended-popup .cover .close { width: 20px; height: 20px; top: -27px; right: 0; }
    .row-fluid .extended-popup .cover .close svg { width: 100%; height: 100%; }
    .row-fluid .extended-popup .cover { padding: 30px 15px; }
    .row-fluid .extended-popup { padding: 50px 15px; }
    .row-fluid .extended-popup .hs-form-field > label { font-size: 15px; line-height: 20px; }

    .row-fluid .inbound-intro .wrapper > div h2,.row-fluid .innovations-section h2,.row-fluid .innovations-section h2 { font-size: 20px; line-height: 30px; }
    .row-fluid .Creative_Apart_Box .slider-title > div h2 { font-size: 20px; line-height: 30px; padding:0 0 60px; }  
    .row-fluid .cs_8stap.step9 h2,.row-fluid .Creative_Apart_Box .slick-slider h3 { font-size: 20px; line-height: 30px; padding-bottom:20px; }
    .row-fluid .cs_8stap.step9 h2 { margin-bottom:30px; }

    .case_study_section .wrapper{flex-direction: column;}
    .case_study_section .wrapper .case_study_right{margin-top:20px;padding-left:0;}
    .case_study_card .card {padding: 30px 20px;}

    .row-fluid .soft_benefit_wrap .left h3.h4,
    .row-fluid .soft_benefit_wrap .left h4{font-size: 20px; line-height: 35px;}

    .pricing-extended.pricing-extended-div .main .box{padding:30px 0;}
}

@media(max-width:550px){

    .row-fluid .web_exp_section .website-filter-section .lazy-bg-load { min-height: 180px; }

    .row-fluid .hero-extended h1 { font-size: 26px; line-height: 38px; }
    .row-fluid .pricing-extended h2 { font-size: 24px; line-height: 34px; }
    .content-extended .left h2 { font-size: 24px; line-height: 36px; }

    .row-fluid .inbound-intro.fix-padding2 > div{padding:70px 15px 430px;}

    .row-fluid .action_card .contain h3 { font-size: 18px; line-height: 30px; }
    
    .marketing_service_hero .main .right { width: 250px; }
    .marketing_service_hero .main .right .hub_logo { width: 90px; }
    .marketing_service_hero .main .right .image { width: 250px; height: 250px; margin: 0 auto; }
    .marketing_service_hero .main .right .hublogo { width: 80px; height: 80px; }
}

@media (max-width: 450px){
    .new_home_hero_top_raw .hightlight_text+div { padding-right: 0; }
    .new_home_hero_img { bottom: 70px; }
    .row-fluid .new_home_hero_top_raw h2 { font-size: 45px; line-height:50px; letter-spacing: -0.5px; }
    .smb_tab_content { max-width: 100%; }
    .honored_col { width: 100%; }
    .row-fluid .problem_faq_head h2 { font-size: 26px; }
    .kind_testimonial_content { font-size: 16px; line-height: 2; } 

    .row-fluid .marketing_service_hero.web_hero_section .sub_text { font-size: 22px; line-height: 1.5; }
    .row-fluid .marketing_service_hero.Webops-hero .web_hero_caption h1 { font-size: 18px; }
    .marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part h2 { font-size: 24px; }
    .marketing_service_body .row-fluid .web_zigzag .section_wrap .left_part h2 span { display: unset; }
    
    .speakers-section .inner .list-wrapper .list {width:100%;}
    .expect-form .left-content .hs_cos_wrapper_type_rich_text ul {padding-left: 20px;}
    .speakers__tyPage .inner .list-wrapper .list {width:100%;}
    .speakers__tyPage .inner .list-wrapper .list:last-child {margin-bottom: 0;}

}

@media (max-width: 400px){
    .soft_benefit_wrap .right .item { width: 100%; }
}

@media (max-width: 350px){
    .row-fluid .roi_model_sc .cover .right { padding: 30px 15px; }
    .row-fluid .roi-right-wrap .content { font-size: 15px; line-height: 1.7; }
    .row-fluid .roi_model_sc .cover .left h3 { font-size: 20px; }
    .row-fluid .content-generating-list { padding: 30px 15px; }
    .row-fluid .content-generating-details .content { font-size: 15px; line-height: 1.8; }
    .row-fluid .newlp-bottom-heading-content-wrap { padding: 30px 15px; }
}

/*MISC STYLES*/
.demandgen .row-fluid form .hs_submit.hs-submit input {max-width: 100%; background: #2fac85; border: 2px solid #2fac85; font-family: Lato, serif;}