/*
Theme Name: Frost
Theme URI: https://frostwp.com/
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.5
Tested up to: 6.5.2
Requires PHP: 7.0
Version: 1.3.1
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: frost
*/


/* Defaults

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link strong{ font-weight:500; }
---------------------------------------- */
.hide-c{
	display:none;
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

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

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}


/*===========================================================================================OWL CAROUSEL CSS CLOSE	*/


/*===========================================================================================RESET CSS START	*/

body {
    font-family: "Montserrat", sans-serif;
    direction: ltr;
    font-size: 16px;
    color: #2B2A34;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
}

html,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    padding: 0px;
    display: block;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sub {
    vertical-align: text-bottom;
}

main,
article {
    min-height: 600px;
}

input,
select,
textarea {
    font-family: "Montserrat", sans-serif;
    direction: ltr;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    margin: 0em;
    margin: 0px;
    border: 1px solid #2B2A34;
    transition: all 0.4s ease-out;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
}

textarea {
    width: 100%;
    max-width: 380px;
    height: 160px;
    resize: none;
}

input[type=text]:focus,
input[type=time]:focus,
input[type=month]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus {
    border-color: #269BFF;
    box-shadow: 0px 0px 8px rgba(38, 155, 255, 0.4);
}

button,
.btn,
input[type=submit],
input[type=button],
input[type=reset] {
    font-family: "Montserrat", sans-serif;
    direction: ltr;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    padding: 13px 25px;
    margin: 0em;
    margin: 0px;
    border: 1px solid #2B2A34;
    transition: all 0.4s ease-out;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    overflow: visible;
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    background-color: #2B2A34;
}

button:hover,
.btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
    background-color: #CCC;
    color: #FFF;
    border-color: #2e2e2e;
}

button:focus,
.btn:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=reset]:focus {
    opacity: 0.5;
    outline: none;
}

input[type=checkbox] {
    height: 13px;
    width: 13px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

input[type=radio] {
    margin-right: 4px;
    position: relative;
    top: 1px;
}

input[type=file] {
    padding: 4px 5px;
    display: inline;
}

select {
    max-width: 100%;
    font-weight: bold;
}

select option {
    padding-left: 4px;
}

p {
    margin: 0px;
    padding-bottom: 15px;
}

a {
    color: #000;
    transition: all 0.2s ease-out;
}

a:hover {
    color: #CCC;
    text-decoration: none;
}

a:active,
a:hover,
a:focus,
a:visited {
    outline: 0px;
    text-decoration: none;
}

a img,
a:hover img,
img,
a input {
    text-decoration: none;
}

a img,
img,
input[type=checkbox],
input[type=radio],
iframe {
    border: none;
}

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

ul {
    margin: 0px;
    padding: 0px;
}

del {
    visibility: hidden;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

hr {
    color: #D0D0D0;
}

address p {
    padding-bottom: 5px;
}

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

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #DDD;
    border: skinny plain lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border: skinny plain gray;
}

::-webkit-scrollbar-thumb:hover {
    background: #1b1e24;
}

::placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    direction: ltr;
    color: #757575;
}

::selection {
    background-color: #9e9e9e;
    color: #757575;
}

h1,
h2 {
    font-family: 'Georgia Regular';
    font-size: 34px;
    line-height: 48px;
    margin: 0px;
    color: #212121;
    font-weight: bold;
    padding-bottom: 15px;
}

h3 {
    font-family: 'Georgia Regular';
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
    color: #353739;
    font-weight: 700;
    padding-bottom: 15px;
}

h4 {
    font-family: 'Georgia Regular';
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
    color: #353739;
    font-weight: 700;
    padding-bottom: 15px;
}

h5 {
    font-family: 'Georgia Regular';
    font-size: 16px;
    line-height: 30px;
    margin: 0px;
    color: #212121;
    font-weight: 700;
    padding-bottom: 20px;
}

h6 {
    font-family: 'Georgia Regular';
    font-size: 14px;
    line-height: 30px;
    margin: 0px;
    color: #212121;
    font-weight: 700;
    padding-bottom: 20px;
}


/*===========================================================================================RESET CSS CLOSE	*/


/*===========================================================================================COMMON CSS START	*/

.loader {
    position: fixed;
    left: 45%;
    top: 40%;
    z-index: 9999;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #ecb752;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Accordion Style */

#acc-contact {
    h2 button {
        font-weight: 700 !important;
    }
    & .accordion-item {
        background: #1c1b25;
        border: 0;
        padding: 0 25px;
    }
    & .accordion-item h2 {
        color: #fff;
        padding-bottom: 0;
        font-size: 16px !important;
    }
    & .accordion-button.collapsed {
        background: #1c1b25;
        color: #fff;
        border-bottom: 1px solid #32313A;
    }
    & .accordion-button::after {
        filter: brightness(0) invert(1);
        background: url('/wp-content/uploads/2024/12/accordion-arrow.png') no-repeat center;
    }
    & .accordion-button {
        border-bottom: 1px solid #32313A;
    }
    & .accordion-button:not(.collapsed) {
        background: #1c1b25;
        color: #fff;
        border-bottom: 1px solid #32313A;
    }
    & .accordion-body {
        color: #fff;
    }
    & #headingThree:focus-visible {
        outline: none;
    }
    & .accordion-button:focus {
        box-shadow: none;
    }
    & .accordion-button:focus {
        opacity: 1;
    }
    & #accordionBlock {
        width: 65%;
    }
    & .accordion-item:first-of-type {
        padding-top: 18px !important
    }
    & .accordion-item:last-of-type {
        padding-bottom: 18px !important
    }
    & ul {
        padding: 0
    }
    & ul li {
        display: block;
        color: #fff;
    }
    & ul li a {
        text-decoration: underline;
        color: #fff;
    }
    & .accordion-item:last-of-type .accordion-button {
        border-bottom: 0;
    }
}

#acc-contact .accordion-item:last-child {
    border: 0;
}


/* Accordion Style End*/

.rm-bg {
    background: none !important;
    padding-bottom: 0 !important;
}

.rm-bg:after {
    display: none !important;
}

.one-bg {
    background-size: cover;
    background-position: 0 -476px;
    background-repeat: no-repeat;
}

.navbar {
    transition: all 1s;
}

ul.list-normal {
    list-style: none;
    padding-bottom: 15px;
}

ul.list-normal li {
    position: relative;
    padding-left: 20px;
}

ul.list-normal li:before {
    top: 10px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    transform: rotate(134deg);
    border-top: 2px solid #bfbfbf;
    border-left: 2px solid #bfbfbf;
}

[class*=sec-] {
    padding: 100px 0px;
}

.container {
    max-width: 1270px;
}

html body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none;
}

:root :where(.is-layout-flow)> :first-child {
    margin-block-start: revert;
}

:root :where(.is-layout-flow)> :last-child {
    margin-block-end: revert;
}

:root :where(.wp-block-table>table) {
    font-size: inherit;
}

:root :where(.wp-block-image) {
    margin: 0px;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    padding: 0px;
}


/*===========================================================================================COMMON CSS CLOSE



	*/


/*===========================================================================================HEADER CSS START	*/

header {
    top: 10px;
    left: 0px;
    z-index: 1;
    width: 100%;
    position: absolute;
    transform: translate(0%, 0%);
}

ul.dropdown-menu li {
    padding-right: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
}

.navbar-nav .nav-item.dropdown {
    padding-right: 20px;
}

.dropdown-toggle:after {
    top: 10px;
    width: 7px;
    height: 7px;
    content: "";
    right: 24px;
    outline: none;
    position: absolute;
    transform: rotate(-135deg);
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    border-right: .0em solid transparent;
}

.navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.navbar-light .navbar-nav .nav-item.dropdown.show .dropdown-menu {
    border: none;
    display: block;
    font-size: 11px;
    margin: -2px 0px 0px 0px;
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.08);
    width: auto;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #FFF;
    border-bottom: solid 1px #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #FFF;
    padding: 0px;
}

.navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu>a+a,
.navbar-light .navbar-nav .nav-item.dropdown.show .dropdown-menu>a+a {
    border-top: 1px solid #f4f4f4;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

header {
    color: #FFF;
    font-weight: 300;
    line-height: 31px;
    z-index: 9999;
}

header select {
    border-color: #FFF;
    border-radius: 8px;
}

#navbar {
    font-weight: 500;
    padding-top: 17px;
}

#navbar ul li {
    padding-right: 40px;
}

.row-neg-tra {
    color: #AAAAAE;
    line-height: 28px;
}

.row-neg-tra [class*=wp-block-column] {
    padding: 0px;
}

.row-neg-tra p strong {
    color: #FFF;
    display: block;
    font-size: 32px;
    line-height: 46px;
    padding-right: 80px;
    font-family: 'Georgia Regular';
}

.box-negotiation-training,
.box-negotiation-consultancy,
.box-benchmark-team {
    position: relative;
    padding: 30px 46px 30px 32px !important;
}

.box-negotiation-training {
    background-color: #0D0C16;
}

.box-negotiation-consultancy {
    background-color: #21202A;
}

.box-benchmark-team {
    background-color: #3F3E48;
}


.global-home-hero-h2 {
    min-height: 50px;
    background: url(img/icon-negotiation-training.png) no-repeat right top;
}

 .box-negotiation-training p strong,.box-negotiation-consultancy p strong,.box-benchmark-team p strong {
    padding-right: 0px !important;
 }


.global-home-hero2-h2 {
    min-height: 60px;
    background: url(img/icon-negotiation-consultancy.png) no-repeat right top;
}


.global-home-hero3-h2 {
    min-height: 66px;
    background: url(img/icon-benchmark-team.png) no-repeat right top;
}

.sec-cus-say:after {
    right: 0px;
    width: 1030px;
    bottom: 0px;
    content: " ";
    height: 720px;
    /* max-width: 935px; */
    position: absolute;
    background: url(img/testimonialsnew.png) no-repeat;
    background-size: cover;
    background-position: bottom -52px;
    z-index: 2;
}

.sec-cus-say {
    position: relative;
}

.arrow-down {
    left: 50%;
    width: 20px;
    height: 12px;
    bottom: 26px;
    position: absolute;
    display: inline-block;
    transform: translate(-50%, -50%);
    background: url(img/arrow-down.png) no-repeat left top;
}

.sec-cus-rec {
    padding-left: 20px;
    padding-right: 20px;
}

.sec-cus-rec .owl-carousel .owl-nav .owl-prev,
.sec-cus-rec .owl-carousel .owl-nav .owl-next {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.sec-cus-rec .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.sec-cus-rec .owl-carousel:hover .owl-nav.disabled {
    opacity: 1 !important;
}

.sec-cus-rec .owl-nav.disabled {
    transition: all 0.3s ease-in-out;
}

.sec-tai-bus .wp-block-column:nth-child(2) img {
    border-radius: 6px !important;
}

ul.navbar-nav li:first-child,
a.btn.btn-contact {
    text-transform: capitalize !important;
}

.box-tai-bus {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/* btn hover ccs */

.sec-val-dea .btn,
.row-cus-say .btn,
.sec-resources .btn,
.sec-neg-cou.about-us .btn {
    font-size: 17px !important;
}

.row-cus-say .btn span {
    font-size: 18px !important;
}


/* blog 19sept css  */

.page-template-default .entry-content {
    padding: 0 !important;
}

.page-template-default main.wp-block-group {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* .sec-blog .box-neg-ins {
    margin-bottom: 25px;
} */

ul.list-col-foo>li:first-child p {
    text-transform: capitalize !important;
}

.btn {
    border: none !important;
}

.sec-neg-cou a.wp-block-button__link:hover,
.sec-val-dea .btn:hover {
    background: rgb(228 183 168 / 50%) !important;
    border: none !important;
}

html body a.wp-block-button__link {
    transition: all 0.4s ease-out;
    /* padding-top: 10px !important;
    padding-bottom: 10px !important; */
}

.sec-tai-bus a.wp-block-button__link strong {
    background: transparent !important;
}



.sec-tai-bus a.wp-block-button__link.has-base-color.has-text-color.has-background.has-link-color.wp-element-button {
    background: transparent !important;
}


/*===========================================================================================HEADER CSS CLOSE	*/


/*===========================================================================================HERO SECTION CSS START	*/

.sec-hero {
    color: #FFF;
    font-weight: 300;
    line-height: 31px;
    position: relative;
    max-width: 100%;
    padding: 180px 20px 110px 20px;
    /* background: url(img/slide-01.jpg) no-repeat center top / cover; */
}


/* .sec-neg-tra h2.wp-block-heading {
    max-width: 400px !important;
    margin-left: 0 !important;
} */

.row-neg-tra {
    padding-top: 100px;
}

#carouselExampleCaptions {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Georgia Regular';
}

#carouselExampleCaptions h1 {
    color: #FFF;
    font-size: 53px;
    line-height: 75px;
    padding: 30px 0px;
    font-weight: bold;
}

#carouselExampleCaptions .carousel-indicators,
#carouselExampleCaptions .carousel-control-next,
#carouselExampleCaptions .carousel-control-prev {
    display: none;
}


/*===========================================================================================HERO SECTION CSS CLOSE	*/


/*===========================================================================================CUSTOMERS RECOMMEND SECTION CSS START	*/

.sec-cus-rec {
    color: #2B2A34;
    font-size: 26px;
    font-weight: bold;
    padding-top: 62px;
    position: relative;
    letter-spacing: 1px;
    background-color: #f0f4f7;
    font-family: 'Georgia Regular';
}

.sec-cus-rec p,
.h2-98 {
    padding-bottom: 47px;
}

.sec-cus-rec .owl-carousel {
    padding: 0px 40px;
}

.sec-cus-rec .owl-carousel .has-global-padding {
    padding-left: inherit;
    padding-right: inherit;
}

.sec-cus-rec .owl-carousel .owl-stage {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.sec-cus-rec .owl-dots {
    display: none;
}
.sec-cus-rec .wp-block-group.owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
}

.sec-cus-rec .wp-block-group.owl-carousel {
    position: relative;
}
.sec-cus-rec .owl-carousel .owl-nav .owl-prev,
.sec-cus-rec .owl-carousel .owl-nav .owl-next {
/*     top: 28px; */
    width: 12px;
    height: 100%;
    position: absolute;
    text-indent: -999em;
}

.sec-cus-rec .owl-carousel .owl-nav .owl-prev {
    left: 0px;
    background: url(img/icon-arrow-left.png) no-repeat center center;
}

.sec-cus-rec .owl-carousel .owl-nav .owl-next {
    right: 0px;
    background: url(img/icon-arrow-right.png) no-repeat center center;
}

.sec-cus-rec .owl-carousel .owl-item img {
    width: auto;
    display: inherit;
}

.sec-neg-cou a.wp-block-button__link,
.sec-neg-tra a.wp-block-button__link,
.sec-spe-neg a.wp-block-button__link,
.sec-cap-sur a.wp-block-button__link,
.sec-tai-bus .btn,
.sec-cal-act a.wp-block-button__link {
    padding: 12px 30px !important;
    margin-top: 0px;
}

.custom-btn a.wp-block-button__link {
    padding: 12px 30px !important;
    font-weight: 600;
}

.home .see-win a.wp-block-button__link {
    padding: 0px !important;
}

.custom-btn a {
    padding: 12px 20px !important;
}

.sec-neg-cou p strong {
    font-size: 16px !important;
}

.box-cus-say .col-12 {
    font-weight: 600;
}

.box-cus-say .col-12:last-child {
    display: flex;
    align-items: flex-end;
}

.sec-tai-bus .wp-block-column p {
    max-width: 600px;
}

.sec-neg-tra p strong,
.sec-neg-cou p strong,
.sec-cap-sur p strong {
    font-weight: 800;
    font-family: 'Montserrat' !important;
}

.sec-spe-neg p {
    font-weight: 800;
}

.sec-spe-neg figure.wp-block-image {
    margin-top: 44px;
    margin-bottom: 0 !important;
    text-align: right;
}

.sec-tai-bus .wp-block-column:nth-child(2) img {
    min-height: 385px;
    object-fit: cover;
}


/*===========================================================================================CUSTOMERS RECOMMEND SECTION CSS CLOSE	*/


/*===========================================================================================NEGOTIATION TRAINING SECTION CSS START	*/

.sec-spe-neg .wp-block-button.btn {
    display: none;
}

.sec-neg-tra {
    position: relative;
    background-color: #f0f4f7;
    padding: 130px 0px 90px 0px;
}

.sec-neg-tra p strong {
    text-transform: uppercase;
}

.sec-neg-tra .wp-block-columns [class*=wp-block-column] {
    position: relative;
}

.sec-neg-tra .wp-block-columns [class*=wp-block-column] img {
    border-radius: 6px;
}

.sec-neg-tra .btn {
    color: #0D0C16;
    border-color: #ADD7D7;
    background-color: #ADD7D7;
}

.box-img-vid figure.wp-block-image:nth-child(1) {
    margin-bottom: 28px;
}


/*===========================================================================================NEGOTIATION TRAINING SECTION CSS CLOSE	*/


/*===========================================================================================NEGOTIATION COURSES SECTION CSS START	*/

.sec-neg-cou {
    position: relative;
    padding-top: 80px;
    padding-bottom: 145px;
    background-color: #f0f4f7;
}

.sec-neg-cou p strong {
    text-transform: uppercase;
}

.sec-neg-cou .wp-block-columns [class*=wp-block-column] {
    position: relative;
}

.sec-neg-cou .wp-block-columns [class*=wp-block-column] img {
    border-radius: 6px;
}

.sec-neg-cou .btn {
    color: #0D0C16;
    border-color: #E4B7A8;
    background-color: #E4B7A8;
}

.box-about {
    border-radius: 7px;
    background-color: #FFF;
}

.sec-cus-say h2 {
    padding-left: 18px;
}


/*===========================================================================================NEGOTIATION COURSES SECTION CSS CLOSE	*/


/*===========================================================================================UPCOMING COURSES SECTION CSS START	*/

.sec-upc-cou {
    text-align: center;
}

html body .sec-upc-cou p {
    max-width: 730px;
    margin: 0px auto;
    padding-bottom: 62px;
}

.box-upc-cou {
    padding: 40px;
    text-align: left;
    border-radius: 7px;
    background-color: #F0DAD0;
}

.sec-upc-cou .table tr:nth-child(odd) td {
    background-color: #e4b7a8c2;
}

.sec-upc-cou .table tr th,
.sec-upc-cou .table tr:nth-child(even) td,
.sec-upc-cou .table tr:hover td {
    background-color: #F0DAD0;
}

.sec-upc-cou .table tr th {
    text-transform: uppercase;
    padding: 10px 10px 26px 10px;
}

.sec-upc-cou .table tr th,
.sec-upc-cou .table tr td {
    color: #2B2A34;
    vertical-align: middle;
}

.sec-upc-cou .table tr td {
    padding: 18px 10px;
}

.sec-upc-cou .table tr th:first-child,
.sec-upc-cou .table tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

.sec-upc-cou .table tr th:last-child,
.sec-upc-cou .table tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}

.sec-upc-cou .table tr th:first-child,
.sec-upc-cou .table tr td:first-child {
    font-weight: bold;
    padding-left: 27px;
}

.sec-upc-cou .table .btn {
    padding: 8px 17px;
}

.icon-course,
.icon-date,
.icon-location {
    top: 4px;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}

.icon-course {
    top: 6px;
    width: 26px;
    height: 26px;
    position: relative;
    background: url(img/icon-course1.png) no-repeat left top;
        background-size: contain;
}

.icon-date {
    width: 20px;
    height: 20px;
    background: url(img/icon-date1.png) no-repeat left top;
          background-size: contain;
}

.icon-location {
    width: 16px;
    height: 20px;
    background: url(img/icon-location1.png) no-repeat left top;
          background-size: contain;
}


/*===========================================================================================UPCOMING COURSES SECTION CSS CLOSE	*/


/*===========================================================================================NEGOTIATION TRAINING SECTION CSS START	*/

.sec-spe-neg {
    font-weight: bold;
    background-color: #f0f4f7;
    padding: 60px 0px 86px 0px;
}

.sec-spe-neg .container {
    max-width: 974px;
}

.sec-spe-neg p {
    text-transform: uppercase;
}

.sec-spe-neg input[type=text] {
    width: 100%;
    max-width: 338px;
}


/*===========================================================================================NEGOTIATION TRAINING SECTION CSS CLOSE	*/


/*===========================================================================================CAPABILITY SURVEY SECTION CSS START	*/

.sec-cap-sur {
    font-size: 16px;
    line-height: 20px;
    background-color: #DEF1F2;
    padding: 54px 0px 40px 0px;
}

.sec-cap-sur .container {
    max-width: 974px;
}

.sec-cap-sur p strong {
    font-weight: bold;
    text-transform: uppercase;
}

.sec-cap-sur .wp-block-columns {
    max-width: 974px;
}

.sec-cap-sur .wp-container-core-columns-is-layout-5 .wp-block-column {
    padding-right: 30px;
}

.sec-cap-sur .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link.btn {
    font-size: 14px;
}

.sec-cap-sur .wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link.btn strong {
    font-weight: 500;
}


/*===========================================================================================CAPABILITY SURVEY SECTION CSS CLOSE	*/


/*===========================================================================================YOUR BUSINESS SECTION CSS START	*/

.sec-spe-neg.pag-blog .box-subscriber input[type=text] {
    max-width: 296px;
}

.sec-blog {
    padding: 60px 0;
    position: relative;
    z-index: 99;
}

.sec-blog .container {
    position: relative;
}

.sec-blog {
    overflow: hidden;
}

.sec-blog .container::before {
    right: -340px;
    width: 840px;
    top: 50%;
    content: " ";
    height: 1300px;
    max-width: 100%;
    position: absolute;
    background: url(img/blogrightimg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.sec-blog::before {
    left: 0px;
    width: 870px;
    bottom: 0px;
    content: " ";
    height: 625px;
    max-width: 100%;
    position: absolute;
    background: url(img/blogleftimagenew.png) no-repeat;
    background-size: cover;
    background-position: top !important;
    z-index: -1;
}

.sec-blog::after {
    left: 0px;
    width: 985px;
    top: -720px;
    content: " ";
    height: 1700px;
    max-width: 100%;
    position: absolute;
    background: url(img/blogleftimage.png) no-repeat;
    background-size: cover;
    background-position: top !important;
    z-index: -1;
}

.sec-tai-bus {
    position: relative;
    padding: 130px 0px 70px 0px;
    background: url(img/bg-negotiation-business.png) no-repeat left top #f0f4f7;
}

.sec-tai-bus .container {
    border-radius: 7px;
    background-color: #F0DAD0;
    padding: 30px 46px 30px 90px;
}

.sec-tai-bus .wp-block-columns .wp-block-columns {
    text-align: center;
    font-family: 'Georgia Regular';
}

.sec-tai-bus .wp-block-button__link .btn {
    padding: 0px !important;
}

.box-tai-bus {
    padding: 5px;
    min-height: 122px;
    font-weight: bold;
    border-radius: 3px;
    background-color: #E4B7A8;
}

.box-tai-bus span {
    display: block;
    padding-bottom: 10px;
}

.icon-magnifying-glass,
.icon-bar-chart,
.icon-coach,
.icon-chat-bubble {
    display: inline-block;
}

.icon-magnifying-glass {
    width: 48px;
    height: 48px;
    background: url(img/icon-magnifying-glass.png) no-repeat left top;
}

.icon-bar-chart {
    width: 35px;
    height: 49px;
    background: url(img/icon-bar-chart.png) no-repeat left top;
}

.icon-coach {
    width: 43px;
    height: 43px;
    background: url(img/icon-coach.png) no-repeat left top;
}

.icon-chat-bubble {
    width: 51px;
    height: 43px;
    background: url(img/icon-chat-bubble.png) no-repeat left top;
}

.sec-tai-bus .btn {
    margin-top: -13px;
}


/*===========================================================================================YOUR BUSINESS SECTION CSS CLOSE	*/


/*===========================================================================================CALL TO ACTION CSS START	*/

.sec-cal-act {
    position: relative;
    text-align: center;
    background-color: #f0f4f7;
    padding: 0px 0px 186px 0px;
}

.sec-cal-act .container {
    padding: 80px 40px;
    max-width: none;
    background-color: #DEF1F2;
}

.sec-cal-act .btn {
    min-width: 230px;
}


/*===========================================================================================CALL TO ACTION CSS CLOSE	*/


/*===========================================================================================CUSTOMERS SAY SECTION CSS START	*/

.sec-cus-say {
    padding: 64px 0px 160px 0px;
}

.sec-cus-say .container {
    z-index: 3;
    position: relative;
}

.sec-cus-say .container>.row>[class*=wp-block-column] {
    margin-bottom: 54px;
}

.box-cus-say {
    border-radius: 6px;
    padding: 37px 47px 37px 47px;
    /* background: url(img/icon-quotes.png) no-repeat 30px 30px #F0F4F7; */
}

.box-cus-say .wp-block-columns [class*=wp-block-column]:first-child {
    font-weight: bold;
}

.box-cus-say .wp-block-columns [class*=wp-block-column]:last-child {
    display: flex;
    align-items: end;
}

.row-cus-say {
    text-align: center;
    position: relative;
    margin: 20px 15px 0px 15px;
    z-index: 1;
}

.row-cus-say .btn {
    position: relative;
    padding: 13px 17px 13px 25px;
    z-index: 9999;
}

.arrow-right {
    top: 4px;
    width: 14px;
    height: 14px;
    margin-left: 7px;
    position: relative;
    display: inline-block;
    background: url(img/arrow-right.png) no-repeat left top;
}


/*===========================================================================================CUSTOMERS SAY SECTION CSS CLOSE	*/


/*===========================================================================================NEGOTIATION INSIGHTS SECTION CSS START	*/

.sec-neg-ins {
    line-height: 22px;
    position: relative;
    background-color: #f0f4f7;
    padding: 105px 0px 133px 0px;
}

.sec-neg-ins p:not(.sub-header) strong {
    font-weight: bold;
    font-family: 'Georgia Regular';
}

.sec-neg-ins .row-cus-say {
    margin: 72px 0px 0px 0px;
}

.sec-neg-ins .row-cus-say .btn:before,
.sec-neg-ins .row-cus-say .btn:after {
    background-color: #f0f4f7;
}
.page-id-1021 .box-neg-ins{
    background-color: #F0DAD0 !important;
	color: #353739 !important;
}
.page-id-1021 .ebook .sec-blog h3,
.page-id-1021 .ebook .sec-blog p{
	color: #353739 !important;
}
.bg-white {
    padding: 0 !important;
    border-radius: 7px;
}
.page-id-1021  .bg-ebooks,
.page-id-1021 .bg-white{
    background: transparent !important;
}
.box-neg-ins {
    padding: 21px 22px;
    border-radius: 6px;
    background-color: #F0DAD0 !important;
}

.box-neg-ins .btn {
    padding: 8px 20px;
    position: relative;
    font-weight: 600;
}

.thum-neg-ins img {
    height: 219px;
    margin-bottom: 26px;
    width: 100%;
    object-fit: cover;
}

.thum-neg-ins img {
    border-radius: 6px;
}


/*===========================================================================================NEGOTIATION INSIGHTS SECTION CSS CLOSE	*/


/*===========================================================================================NEGOTIATION COURSES SECTION CSS START	*/

.sec-neg-cou.about-us {
    position: relative;
    background-color: #e4e8eb;
}

.sec-neg-cou.about-us .btn {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    border-color: #2B2A34;
    background-color: #2B2A34;
}


/*===========================================================================================NEGOTIATION COURSES SECTION CSS CLOSE	*/


/*===========================================================================================RESOURCES SECTION CSS START	*/

.sec-resources {
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background-color: #2B2A34;
    padding: 124px 0px 96px 0px;
}

.sec-resources h2 {
    color: #FFF;
}

.sec-resources .btn {
    color: #2B2A34;
    border-color: #ADD7D7;
    background-color: #ADD7D7;
}

.sec-resources img {
    border-radius: 6px;
}


/*===========================================================================================RESOURCES SECTION CSS CLOSE	*/


/*===========================================================================================VALUABLE DEALS SECTION CSS START	*/

.sec-val-dea .btn {
    color: #2B2A34;
    border-color: #E4B7A8;
    background-color: #E4B7A8;
}

.arrow-right.arrow-right-black {
    background: url(img/arrow-right-black.png) no-repeat left top;
}

.sec-val-dea p {
    padding-top: 10px;
}

#clockdiv {
    color: #E5BBAD;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

#clockdiv span {
    color: #2B2A34;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-family: 'georgia';
    height: 70px;
}


/*===========================================================================================VALUABLE DEALS SECTION CSS CLOSE	*/


/*===========================================================================================FOOTER CSS START	*/

footer {
    color: #2B2932;
    background-color: #E7ECF0;
    padding: 40px 0px 0px 0px;
}

.row-copyright ul.menu-footer>li>a:hover {
    text-decoration: none !important;
}

.row-copyright ul.menu-footer>li>a {
    transition: all 0.3s ease-in-out;
}

footer a {
    color: #2B2932;
    text-decoration: none;
}

footer a:hover {
    color: #CD9862;
}

.footer-box:nth-child(2) p strong {
    text-transform: capitalize;
}

footer p strong {
    color: #2B2932;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 54px 0px 0px 0px;
    font-family: "Montserrat", sans-serif;
}

footer ul {
    list-style: none;
}

footer ul.list-col-foo:not(:last-child) {
    padding-bottom: 60px;
    border-bottom: solid 1px #D3D8DC;
}

ul.list-col-foo {
    width: 100%;
    display: inline-block;
}

ul.list-col-foo>li {
    width: 15.8%;
    float: left;
}

footer ul li a {
    font-size: 14px;
}

/* apply to all top-level <li> except the first one */
ul.list-col-foo > li:not(:first-child) {
    margin-left: 10px;
}



.footer-box {
    color: #E2DCDC;
    line-height: 17px;
}

.footer-box p {
    padding-bottom: 15px;
}

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

.foo-soc-bt select {
    border-color: #FFF;
    border-radius: 100px;
}

ul.menu-footer li:not(:last-child) {
    padding-bottom: 8px;
}

ul.list-social {
    font-size: 25px;
    list-style: none;
    padding-top: 15px;
}

ul.list-social li {
    display: inline-block;
}

ul.list-social li:not(:last-child) {
    margin-right: 10px;
}

ul.list-social li i {
    color: #2B2A34;
}

.con-info p {
    padding-bottom: 15px;
}

/* .logo-cpd {
    width: 60% !important;
} */

footer.site-footer ul.list-col-foo:nth-child(3) .footer-box {
    width: 20% !important;
}

footer.site-footer ul.list-col-foo:nth-child(3) .hide990 {
    display: none;
}

li.logo-cpd {
    padding-right: 0 !important;
}

.btn-contact {
    color: #2B2932;
    font-weight: 600;
    border-color: #ADD7D7;
    padding: 8px 40px 8px 15px;
    background: url(/img/icon-email.png) no-repeat #ADD7D7;
	background-position: 84.5% 50% !important;
/*     background-position: calc(100% - 15px) center; */
	transition: none !important;
}

.logo-cpd {
    text-align: right;
    padding-top: 50px;
}

.alright {
    text-align: right;
}

.row-copyright {
    font-size: 14px;
    margin-top: 30px;
    padding: 20px 0px;
    background-color: #D3D8DC;
}

ul.menu-footer {
    line-height: 24px;
}

.row-copyright ul.menu-footer>li {
    display: inline;
    position: relative;
}

.row-copyright ul.menu-footer>li:not(:last-child) {
    padding-right: 10px;
}

.row-copyright ul.menu-footer>li:not(:last-child):after {
    top: -2px;
    right: 2px;
    content: "|";
    position: absolute;
}

.row-copyright ul.menu-footer>li>a {
    color: #000;
    text-decoration: underline;
}


/*===========================================================================================FOOTER CSS CLOSE	*/


/*===========================================================================================BLOG PAGE CSS START	*/

html body .row-blo-top input.icon-search {
    max-width: 248px !important;
}

.page-id-341 #carouselExampleCaptions h1:nth-child(1) {
    padding: 0 !important;
}

.sec-blog {
    overflow: hidden;
}

.row-fir-blo .thum-neg-ins {
    height: 262px !important;
}

.row-fir-blo .thum-neg-ins img {
    height: 262px !important;
}


/*.wp-block-cover.alignfull.sec-hero.ban-blog {
    margin: 0 !important;
}*/

.page-id-341 #carouselExampleCaptions h1:nth-child(2) {
    padding-top: 0 !important;
}

.sec-hero.ban-blog {
    background: url(img/banner-blog.jpg) no-repeat center top / cover;
}

.sec-blog {
    background-color: #f0f4f7;
}

.sec-blog h3 {
    font-size: 22px;
}

.sec-blog .wp-block-columns [class*=wp-block-column] {
    padding-bottom: 24px;
}

.sec-blog .box-neg-ins {
    line-height: 22px;
}

.row-blo-top {
    padding-bottom: 43px;
}

.row-blo-top .btn {
    color: #2B2A34;
    background-color: #FFF;
    border: solid 1px #2B2A34 !important;
}

.icon-search {
    width: 100%;
    max-width: 248px;
    padding: 13px 18px;
    background: url(img/icon-search.png) no-repeat right center #FFF;
    background-position: calc(100% - 16px) center;
}

.btn-filter {
    width: 127px;
    padding: 13px 28px 13px 0px;
    background: url(img/icon-filter.png) no-repeat right center;
    background-position: calc(100% - 17px) center;
}

.btn-sort {
    width: 123px;
    margin-left: 15px;
    padding: 13px 28px 13px 7px;
    background: url(img/icon-sort.png) no-repeat right center;
    background-position: calc(100% - 24px) center;
}

.row-fir-blo {
    color: #FFF;
    border-radius: 6px;
    margin-bottom: 30px;
    background-color: #2B2A34;
    padding: 24px 20px 10px 20px;
}

.row-fir-blo .wp-block-columns {
    align-items: center;
}

.row-fir-blo h2 {
    color: #2B2A34;
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 10px;
}

.row-fir-blo .box-neg-ins {
    min-height: 10px;
    padding: 10px 130px 10px 22px;
    background-color: transparent;
}

.row-fir-blo .wp-block-columns [class*=wp-block-column] {
    padding-bottom: 0px;
}

.row-fir-blo .btn {
    color: #2B2A34;
    background-color: #F0DAD0;
}

.row-fir-blo .thum-neg-ins {
    height: auto;
    position: relative;
    margin-bottom: 0px;
}

.row-fir-blo .thum-neg-ins span {
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
}

ul.pagination li {
    position: relative;
}

ul.pagination li:not(:last-child) {
    margin-right: 12px;
}

ul.pagination li a {
    color: #2B2A34;
    font-weight: 500;
    padding: 7px 13px;
    border-radius: 6px;
    text-decoration: none;
    background-color: #FFF;
    border: solid 1px #2B2A34;
}

ul.pagination li:hover a,
ul.pagination li.active a {
    color: #FFF;
    font-weight: bold;
    background-color: #2B2A34;
}

ul.pagination li.disabled:hover a {
    background-color: #F9FAFB;
}

.sec-spe-neg.pag-blog {
    background-color: #FFF;
}

.sec-spe-neg.pag-blog .container {
    max-width: 1030px;
}

.sec-spe-neg.pag-blog p strong {
    color: #2B2A34;
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: none;
    padding: 12px 0px 13px 0px;
    font-family: 'Georgia Regular';
}

.sec-spe-neg.pag-blog p em {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    font-family: 'Georgia Regular';
}

.sec-spe-neg.pag-blog.box-subscriber {
    padding-top: 28px;
}

.row-pag-btn .btn {
    color: #2B2A34;
    background-color: #FFF;
    border: solid 1px #2B2A34 !important;
}

span.wp-block-cover__background.has-background-dim-0.has-background-dim {
    z-index: 0 !important;
}

.btn-prev {
    padding: 6px 10px 6px 28px;
    background: url(img/left-arrow.svg) no-repeat 12px center;
    border: solid 1px #2B2A34 !important;
}

.btn-next {
    padding: 6px 28px 6px 10px;
    background: url(img/right-arrow.svg) no-repeat 12px center;
    background-position: calc(100% - 12px) center;
}

.box-subscriber {
    margin-top: 30px;
}


/*===========================================================================================BLOG PAGE CSS CLOSE	*/


/*===========================================================================================BLOG DETAILS PAGE CSS START	*/

.txt-banner {
    font-size: 18px;
}

.txt-banner img {
    max-width: 80px;
    margin-right: 35px;
    border-radius: 100%;
}

.sec-blo-det {
    position: relative;
    background-color: #f0f4f7;
    font-family: 'Georgia Regular';
}

.sec-blo-det .container {
    z-index: 1;
    position: relative;
}

.featured-posts {
    padding-bottom: 55px;
}

.featured-posts img {
    border-radius: 10px;
}

.box-comment {
    max-width: 870px;
    margin-bottom: 65px;
    padding: 157px 0px 27px 0px;
    border-bottom: solid 1px #bbbec1;
}

.box-comment p:first-child {
    padding-bottom: 28px;
}

.box-comment p {
    padding-bottom: 18px;
}

.box-comment p strong {
    color: #2B2A34;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: 'Georgia Regular';
}

.box-comment input[type=text],
.box-comment input[type=email] {
    width: 100%;
    max-width: 490px;
    padding: 13px 18px;
}

 .box-neg-ins h3 {

        /**font-family: "Montserrat", sans-serif !important;**/
        font-family: 'Georgia' !important;
        font-weight: 700;
        line-height:1.3 !important;
		font-size:30px !important;
    }

     .box-neg-ins h3 strong {
        font-weight: bold;
     }
     
/* Target all Bootstrap columns inside .sec-blog */
.sec-blog [class*="col-"] {
  display: flex;
  flex-direction: column;
}

/* Stretch .box-neg-ins to match column height */
.sec-blog [class*="col-"] > .box-neg-ins {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Optional for neat spacing */
}


.box-comment textarea {
    height: 131px;
    max-width: 490px;
}

.box-com-pre p strong {
    color: #2B2A34;
    font-size: 26px;
    letter-spacing: 2px;
    font-family: 'Georgia Regular';
}

ul.list-comment {
    list-style: none;
    font-family: "Montserrat", sans-serif;
}

ul.list-comment li:not(:last-child) {
    padding-bottom: 18px;
}

ul.list-comment li p em {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    font-style: normal;
    font-family: 'Georgia Regular';
}

ul.list-comment li .time {
    font-size: 14px;
}

.thum-comment {
    width: 40px;
    float: left;
    margin-right: 10px;
}

.thum-comment img {
    border-radius: 100%;
}

.box-ebo-dow {
    border-radius: 10px;
    background-color: #2B2A34;
    padding: 15px 21px 25px 21px;
}

.box-ebo-dow p {
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 25px;
    font-family: 'Georgia Regular';
}

.box-ebo-dow .btn,
.box-ebo-dow input#gform_submit_button_2 {
    color: #2B2A34;
    min-width: 142px;
    padding: 9px 25px;
    font-weight: bold;
    background-color: #E4B7A8;
}

.box-ebo-dow input#gform_submit_button_2 {
    font-family: "Montserrat", sans-serif;
    direction: ltr;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    transition: all 0.4s ease-out;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    overflow: visible;
    cursor: pointer;
    text-decoration: none;
    text-transform: none;
    width: 100%;
}

.box-ebo-dow .gform-footer.gform_footer.top_label {
    margin-top: 10px;
}

.thum-ebo-dow {
    text-align: center;
    padding-bottom: 36px;
}

.single-post.postid-373 .sec-neg-ins:before {
    display: none;
}


/*===========================================================================================BLOG DETAILS PAGE CSS CLOSE	*/


/*===========================================================================================ABOUT US PAGE CSS START	*/

.sec-hero.ban-blog {
    padding: 170px 0px 75px 0px;
}

.page-id-450 .sec-hero p strong {
    font-family: "Montserrat", sans-serif;
}

.sec-neg-tra.pag-abo h2+p strong,
.sec-neg-tra.pag-abo strong {
    text-transform: none;
}

.sec-nea-yea {
    background-color: #f0f4f7;
}

.sec-nea-yea p {
    line-height: 46px;
    margin: 0px auto !important;
}

.sec-neg-cou.pag-abo:after {
    display: none;
}

.sec-neg-tra.pag-abo:after {
    display: none;
}

.is-layout-constrained>.alignwide.sec-ins-pra {
    max-width: none;
}

html body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)).sec-ins-pra .wp-block-group-is-layout-constrained {
    max-width: 1170px;
}

/* .sec-ins-pra p strong,
.sec-ins-pra .our-value-h3 {
    font-size: 24px;
   
} */

.sec-ins-pra>.wp-block-columns {
    padding-bottom: 15px;
}

.sec-neg-tra.our-vision {
    position: relative;
}

.sec-neg-tra.our-vision:before,
.sec-neg-tra.our-vision:after,
.sec-neg-cou.our-mission:after {
    display: none;
}

.sec-why-sco {
    position: relative;
}

html body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)).sec-why-sco .wp-block-group-is-layout-constrained {
    z-index: 1;
    max-width: 1170px;
    position: relative;
}

.sec-why-sco p strong,
.why-work-h3 {
    font-size: 24px;
    font-family: 'Georgia Regular';
}

.sec-why-sco>.wp-block-columns {
    padding-bottom: 15px;
}

.ali-cen-jus {
    justify-content: center;
}

.sec-why-sco #btn .wp-block-button__link,
.sec-sat-cus #btn .wp-block-button__link {
    color: #2B2A34;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    position: relative;
    background-color: #ADD7D7;
    padding: 13px 37px 14px 22px;
}

.sec-why-sco #btn .wp-block-button__link:after,
.sec-sat-cus #btn .wp-block-button__link:after {
    top: 18px;
    right: 16px;
    font-size: 11px;
    font-weight: 900;
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 6 Free";
}

.sec-sat-cus {
    padding: 80px 0px 40px 0px;
}

html body .sec-sat-cus.wp-container-core-group-is-layout-21> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1008px;
}

.sec-sat-cus .col-lef-50 p,
.satisfied-cust-h2 {
    margin: 0px;
    font-size: 40px;
    line-height: 56px;
    font-family: 'Georgia Regular';
}

.satisfied-cust-h2 {
    font-weight: 400;
}

.sec-sat-cus .col-rig-50 {
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}

.sec-sat-cus .col-rig-50 p {
    min-height: 185px;
    padding-bottom: 30px;
}

.sec-sat-cus .col-rig-50 p strong {
    color: #FFF;
    display: block;
    font-size: 60px;
    min-height: 75px;
    line-height: 75px;
    font-family: 'Georgia Regular';
}

.sec-sat-cus #btn {
    padding-top: 25px;
}

.sec-sat-cus #btn .wp-block-button__link {
    background-color: #E4B7A8;
}


/*===========================================================================================ABOUT US PAGE CSS CLOSE	*/


/*===========================================================================================ADVANCING NEGOTIATION SKILLS PAGE CSS START	*/


/*===========================================================================================ADVANCING NEGOTIATION SKILLS PAGE CSS CLOSE	*/

.hide-large,
.hide-all{
	display: none;
}
.ans .sec-neg-tra.no-padding-top {
    padding-top: 0;
}
.no-margin-top{
	margin-top: 0px !important;
}
.show1024{
	display: none !important;
}
.chosen-container.chosen-container-single {
    width: 100% !important;
}
h2.wp-block-heading.has-text-align-center {
    z-index: 1 !important;
    position: relative;
}
.industry-main-cont1:before {
    background: url(https://scotwork-e5h7gkdwh5fshkaz.ukwest-01.azurewebsites.net/wp-content/themes/frost/img/shape-ans-course-right.png) no-repeat right top !important;
    background-size: contain !important;
    position: absolute;
    bottom: 0;
    opacity: 1;
    width: 100%;
    content: " ";
    height: 46%;
    max-width: 985px;
    right: 0;
    z-index: 1;
}
.ans-course.ans.sec-more-ans:after {
    opacity: 1;
    z-index: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    content: " ";
    height: 94%;
    max-width: 743px;
    max-height: 1171px;
    position: absolute;
    background: url(https://scotwork-e5h7gkdwh5fshkaz.ukwest-01.azurewebsites.net/wp-content/themes/frost/img/shape-expert-coaching-left.png) no-repeat left top;
}

.ans-course.ans.sec-more-ans {
    position: relative;
}

/* MANAGER SUPPORT CSS */

.page-width {
    width: 100%;
    margin: 0 auto;
    max-width: 1270px !important;
}
.page-id-8439 main {
    min-height: 440px;
}
.box-neg-ins p{
	color: #2B2A34;
}

/*===========================================================================================RESPONSIVE CSS START	*/

@media (min-width:991px) {
    #back-to-top {
        opacity: 0;
        right: 40px;
        width: 32px;
        height: 32px;
        bottom: 40px;
        z-index: 999;
        color: #2a2a2a;
        position: fixed;
        cursor: pointer;
        line-height: 34px;
        text-align: center;
        border-radius: 2px;
        background-color: #f5f5f5;
        transition: opacity 0.2s ease-out;
    }
    #back-to-top:hover {
        background-color: #e9ebec;
    }
    #back-to-top.show {
        opacity: 1;
    }
    .scroll-back-to-top-inner {
        display: block;
        position: absolute;
        width: 85px;
        line-height: 14px;
        font-size: 10px;
        text-transform: uppercase;
        padding: 5px;
        left: 31px;
        top: -40px;
        z-index: 5;
        color: #464a4c;
        margin-left: -60px;
        border: 1px solid #050709;
        text-align: center;
        border-radius: 3px;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        transform: scale(0);
        background-color: #FFF;
    }
    .scroll-back-to-top-inner:before,
    .scroll-back-to-top-inner:after {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        z-index: 4;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 9px solid #050709;
    }
    .scroll-back-to-top-inner:after {
        bottom: -7px;
        margin-left: -8px;
        border-top: 8px solid rgba(255, 255, 255, 1);
    }
    #back-to-top:hover .scroll-back-to-top-inner {
        opacity: 0.9;
        transform: scale(1);
    }
    /*html body .fixed-me{ background-color:rgba(0,0,0,0.5); position:fixed; top:0px; z-index:10; width:100%; }	*/
    .sec-neg-tra .wp-block-columns [class*=wp-block-column]:first-child {
        left: 0px;
        z-index: 1;
        top: -120px;
    }
    .sec-neg-tra .wp-block-columns [class*=wp-block-column]:last-child {
        left: -160px;
    }
    .sec-neg-cou .wp-block-columns [class*=wp-block-column]:first-child {
        right: -60px;
    }
    .sec-neg-cou .wp-block-columns [class*=wp-block-column]:last-child {
        z-index: 1;
        right: 60px;
        top: -120px;
    }
    .sec-neg-cou.about-us .wp-block-columns [class*=wp-block-column]:first-child {
        z-index: 2;
        top: -120px;
    }
    .sec-neg-cou.about-us .wp-block-columns [class*=wp-block-column]:last-child {
        top: 0px;
        padding-left: 50px;
    }
    .sec-neg-cou.about-us .wp-block-columns [class*=wp-block-column]:last-child {
        top: 0px;
        padding-left: 50px;
    }
    .sec-upc-cou h2 {
        padding-bottom: 30px;
    }
    .sec-spe-neg h2 {
        padding-bottom: 42px;
    }
    .sec-cap-sur h2 {
        font-size: 49px;
        padding-bottom: 25px;
    }
    .sec-tai-bus h2 {
        font-size: 25px;
        padding-top: 5px;
    }
    .sec-cal-act h2 {
        font-size: 49px;
    }
    .sec-cus-say h2 {
        font-size: 30px;
        padding-bottom: 50px;
    }
    .sec-cus-say .container>.row>[class*=wp-block-column] {
        padding: 0px 27px;
    }
    .sec-neg-ins h2 {
        font-size: 30px;
        padding-bottom: 48px;
    }
    .sec-neg-cou.about-us h2 {
        font-size: 49px;
        padding-bottom: 37px;
    }
    .sec-resources h2 {
        font-size: 49px;
        padding-bottom: 35px;
    }
    .sec-val-dea h2 {
        font-size: 40px;
        line-height: 56px;
        margin-top: 0px !important;
    }
    .sec-neg-cou.about-us {
        font-size: 20px;
        line-height: 34px;
        padding: 255px 0px 135px 0px;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns [class*=wp-block-column] {
        padding: 0px 18px;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns [class*=wp-block-column] {
        padding: 0px 18px;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns {
        padding-bottom: 30px;
    }
    .sec-val-dea {
        font-size: 20px;
        line-height: 34px;
        padding-bottom: 80px;
    }
    #clockdiv {
        max-width: 580px;
        padding-top: 55px;
        margin-left: -30px !important;
    }
    .row-cus-say:after {
        top: 34px;
        left: 0px;
        width: 100%;
        height: 1px;
        content: " ";
        position: absolute;
        background-color: rgba(43, 42, 52, 0.3);
    }
    .row-cus-say .btn:before,
    .row-cus-say .btn:after {
        top: 0px;
        width: 50%;
        z-index: 1;
        height: 100%;
        content: " ";
        position: absolute;
        background-color: #FFF;
    }
    .row-cus-say .btn:before {
        left: -50%;
    }
    .row-cus-say .btn:after {
        right: -50%;
    }
    .row-cus-say .btn span {
        z-index: 1;
        position: relative;
    }
    .sec-tai-bus:after,
    .sec-neg-cou.about-us:after,
    .sec-cal-act:after,
    .sec-neg-ins:before {
        top: -125px;
        width: 157px;
        content: " ";
        height: 249px;
        position: absolute;
    }
    .sec-tai-bus:after,
    .sec-neg-cou.about-us:after {
        right: 0px;
        background: url(img/shape-capability-survey.png) no-repeat left top;
    }
    .sec-cal-act:after {
        right: 0px;
        bottom: 62px;
        background: url(img/shape-capability-survey.png) no-repeat left top;
    }
    .sec-cal-act:before {
        left: 0px;
        width: 0px;
        height: 0px;
        bottom: 0px;
        content: " ";
        position: absolute;
        border-style: solid;
        border-width: 188px 188px 0px 0px;
        border-color: #EAEEF1 transparent transparent transparent;
        line-height: 0px;
        _border-color: #007bff #000000 #000000 #000000;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    .sec-neg-cou.about-us:after {
        opacity: 0.5;
        background: url(img/shape-our-story.png) no-repeat left top;
    }
    .sec-neg-ins:before {
        left: 0px;
        width: 149px;
        background: url(img/shape-negotiation-insights.png) no-repeat left top;
    }
    .sec-neg-cou.about-us {
        background: url(img/bg-our-story.png) no-repeat left top #e4e8eb;
        background-size: 1210px 100%;
    }
    .sec-val-dea {
        background: url(img/bg-negotiate-deals.png) no-repeat right top #FFF;
    }
    .sec-cus-rec:before,
    .sec-neg-tra:before {
        top: 0px;
        left: 0px;
        width: 100%;
        content: " ";
        height: 100%;
        max-width: 987px;
        position: absolute;
        background: url(img/bg-customers-recommend.png) no-repeat right top #f0f4f7;
    }
    .sec-cus-rec:before {
        max-width: 987px;
    }
    .sec-neg-tra:before {
        max-width: 650px;
    }
    .sec-neg-tra:after {
        top: 150px;
        right: 0px;
        width: 100%;
        content: " ";
        z-index: 1;
        height: 100%;
        max-width: 935px;
        position: absolute;
        background: url(img/bg-negotiation-training.png) no-repeat right top;
    }
    .sec-neg-cou:after {
        right: 0px;
        width: 100%;
        bottom: 0px;
        content: " ";
        height: 100%;
        max-width: 935px;
        position: absolute;
        background: url(img/bg-negotiation-training.png) no-repeat right bottom;
    }
    .sec-cus-rec .container,
    .sec-neg-cou .container {
        z-index: 1;
        position: relative;
    }
    .sec-neg-tra p {
        padding-bottom: 16px;
    }
    .show990 {
        display: none;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns {
        padding-bottom: 30px;
    }
    .sec-neg-cou.about-us .btn {
        margin-top: 38px;
    }
    .sec-neg-cou .btn {
        margin-top: 12px;
    }
    .sec-cap-sur {
        padding-bottom: 45px;
    }
    .sec-cap-sur .btn {
        margin-top: 12px;
    }
    .sec-cap-sur p {
        padding-bottom: 24px;
    }
    .box-cus-say .wp-block-columns [class*=wp-block-column]:first-child {
        font-size: 17px;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns {
        max-width: 674px;
    }
    .sec-neg-cou p {
        padding-bottom: 16px;
    }
    .sec-resources .btn {
        margin-top: 30px;
    }
    .sec-upc-cou {
        font-size: 16px;
        line-height: 28px;
    }
    .box-img-vid p {
        padding-bottom: 42px;
    }
    .sec-neg-tra .btn {
        margin-top: 12px;
    }
    .sec-neg-tra .btn,
    .sec-neg-cou .btn {
        font-size: 18px;
        min-width: 174px;
        font-weight: bold;
        padding: 15px 20px;
    }
    .sec-neg-cou .btn {
        color: #0D0C16;
        border-color: #E4B7A8;
        background-color: #E4B7A8;
    }
    .row-cus-say .btn {
        margin-top: 10px;
    }
    .box-neg-ins .btn {
        margin-top: 4px;
    }
    .sec-cal-act .btn {
        margin-top: 25px;
    }
    .sec-val-dea .btn {
        margin-top: 20px;
    }
    .carousel-item {
        height: 340px;
    }
    footer ul.list-col-foo:last-child p strong {
        padding: 44px 0px 0px 0px;
    }
    .btn-contact {
        margin-top: 8px;
    }
    .sec-spe-neg.pag-blog .btn {
        margin-top: 16px;
    }
    .sec-spe-neg.pag-blog {
        padding: 89px 0px 85px 0px;
    }
    .sec-spe-neg input[type=text] {
        padding: 13px 18px;
    }
    .row-pag-btn {
        padding-top: 33px;
    }
    .sec-blo-det {
        background: url(img/shape-left-top-blog-art.png) no-repeat left top #f0f4f7;
    }
    .sec-blo-det:before {
        left: 0px;
        bottom: 0px;
        width: 100%;
        content: " ";
        height: 1578px;
        max-width: 995px;
        position: absolute;
        background: url(img/shape-left-bottm-blog-art.png) no-repeat left top;
    }
    .sec-blo-det:after {
        right: 0px;
        width: 100%;
        content: " ";
        bottom: 825px;
        height: 1480px;
        max-width: 944px;
        position: absolute;
        background: url(img/shape-right-mid-blog-art.png) no-repeat left top;
    }
    .box-neg-ins p.date,
    .box-neg-ins p.date strong,
    .box-neg-ins h3 {
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
    }
    .box-neg-ins p {
        font-size: 16px;
        line-height: 1.7;
        font-family: "Montserrat", sans-serif;
    }
    .single-post .sec-neg-ins h4 {
        font-size: 22px;
        line-height: 36px;
    }
    .sec-neg-ins p {
        padding-bottom: 10px;
    }
    .box-neg-ins .btn {
        font-size: 14px;
        padding: 9px 30px;
    }
    .box-neg-ins .btn {
        padding: 9px 26px;
        position: relative;
    }
    .sec-neg-ins p:not(.sub-header) strong {
        font-size: 22px;
    }
    .box-neg-ins p.date {
        padding-bottom: 15px;
    }
    .sec-blo-det p {
        padding-bottom: 35px;
    }
    .sec-blo-det {
        color: #000;
        font-size: 18px;
        line-height: 35px;
        padding-top: 77px;
    }
    ul.list-comment li p {
        padding-bottom: 15px;
    }
    .sec-neg-tra.pag-abo p,
    .sec-neg-tra.pag-abo h2+p,
    .sec-neg-cou.pag-abo h2+p,
    .sec-neg-cou.pag-abo p {
        line-height: 34px;
        /**font-size: 20px !important;**/
    }
    .sec-neg-tra.our-vision .box-about p {
        line-height: 52px;
         /**font-size: 30px !important;**/
    }
    .sec-neg-cou.our-mission .box-about p {
        line-height: 52px;
        /**font-size: 30px !important;**/
    }
    .sec-neg-tra.pag-abo h2 {
        padding-bottom: 25px;
    }
    .sec-neg-tra.pag-abo {
        padding: 216px 0px 85px 0px;
    }
    .sec-neg-cou.pag-abo .box-about h2 {
        padding-bottom: 30px;
    }
    .sec-neg-tra.pag-abo .box-about {
        padding: 74px 90px 80px 88px;
    }
    .sec-neg-cou.pag-abo {
        padding-bottom: 100px;
    }
    .sec-neg-cou.pag-abo .box-about {
        padding: 78px 90px 60px 80px;
    }
    .sec-nea-yea {
        padding-bottom: 178px;
    }
    .sec-neg-tra.our-vision .box-about h2 {
        padding-bottom: 20px;
    }
    .sec-nea-yea p {
        line-height: 46px;
        max-width: 1310px;
    }
    .sec-neg-tra.our-vision .box-about {
        padding: 95px 90px 92px 90px;
    }
    .sec-neg-cou.our-mission {
        padding-bottom: 115px;
    }
    .sec-neg-cou.our-mission .box-about {
        padding: 95px 90px 92px 90px;
    }
    .sec-neg-cou.our-mission .box-about h2 {
        padding-bottom: 20px;
    }
    .sec-why-sco {
        padding-bottom: 114px;
    }
    .sec-neg-tra.pag-abo {
        z-index: 1;
    }
    .sec-neg-tra.pag-abo:before {
        top: 0px;
        left: 0px;
        width: 100%;
        content: " ";
        height: 1241px;
        max-width: 990px;
        position: absolute;
        background: url(img/shape-about-us-pag.png) no-repeat left top;
    }
    .sec-nea-yea {
        position: relative;
    }
    .sec-nea-yea:after {
        right: 0px;
        bottom: 0px;
        width: 913px;
        content: " ";
        height: 722px;
        position: absolute;
        background: url(img/shape-nearly-years.png) no-repeat left top;
    }
  .sec-ins-pra:not(.no-pb) {
        position: relative;
        padding-bottom: 138px;
    }
    .sec-ins-pra:after {
        right: 0px;
        top: -125px;
        width: 157px;
        content: " ";
        height: 249px;
        position: absolute;
        background: url(img/shape-capability-survey.png) no-repeat left top;
    }
    .sec-neg-tra.our-vision {
        background: url(img/shape-our-vision.png) no-repeat left top #f0f4f7;
    }
    .sec-neg-cou.our-mission {
        background: url(img/shape-our-vision.png) no-repeat left -730px #f0f4f7;
    }
    .sec-why-sco:after {
        top: 0px;
        left: 0px;
        width: 100%;
        content: " ";
        height: 100%;
        line-height: 0px;
        position: absolute;
        border-style: solid;
        border-width: 918px 0px 0px 1366px;
        border-color: transparent transparent transparent #fbfcfe;
        _border-color: #000000 #000000 #000000 #fbfcfe;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#fbfcfe');
    }
    .sec-why-sco #btn {
        padding-top: 68px;
    }
    .sec-tai-bus.global:before {
        left: 0px;
        width: 0px;
        height: 0px;
        top: -450px;
        content: " ";
        line-height: 0px;
        position: absolute;
        border-style: solid;
        border-width: 450px 0px 0px 520px;
        border-color: transparent transparent transparent #eaeef1;
        _border-color: #000000 #000000 #000000 #007bff;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    .sec-tai-bus.global:after {
        top: 0px;
        right: 0px;
        width: 100%;
        content: " ";
        height: 240px;
        max-width: 935px;
        position: absolute;
        background: url(img/bg-negotiation-training.png) no-repeat 570px -790px;
    }
    .sec-tai-bus.global .container {
        z-index: 1;
        position: relative;
    }
    .sec-neg-tra.global:before {
        left: -19px;
    }
    .sec-cus-say.global {
        background: url(img/bg-our-customers-say.png) no-repeat left top;
    }
    .sec-cus-say.global:before {
        right: 0px;
        bottom: 0px;
        width: 100%;
        content: " ";
        height: 100%;
        max-width: 735px;
        max-height: 919px;
        position: absolute;
        background: url(img/shape-our-customers-say.png) no-repeat left top;
    }
    .sec-cus-say.global:after {
        right: 0px;
        width: 0px;
        top: -124px;
        height: 0px;
        content: "";
        background: none;
        position: absolute;
        border-right: 158px solid #ADD7D7;
        border-top: 124px solid transparent;
        border-bottom: 124px solid transparent;
    }
    .sec-cus-say .row-cus-say .btn:after {
        background-color: #fbfcfd;
    }
    .sec-neg-ins.global:before {
        display: none;
    }
    .sec-neg-cou.about-us.global:after {
        top: -435px;
        width: 0px;
        height: 0px;
        opacity: 0.02;
        background: none;
        border-right: 550px solid #000;
        border-top: 435px solid transparent;
        border-bottom: 435px solid transparent;
    }
    .sec-neg-cou.about-us.global {
        background: none;
    }
    .sec-neg-cou.global:before {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        content: " ";
        line-height: 0px;
        position: absolute;
        border-style: solid;
        border-width: 1000px 0px 0px 950px;
        border-color: transparent transparent transparent #fafafa;
        _border-color: #000000 #000000 #000000 #fafafa;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    .sec-neg-cou.global .box-about {
        background-color: transparent;
    }
    .sec-val-dea.global {
        background: none;
    }
    .sec-neg-tra.ans {
        position: relative;
        background: url(img/shape-who-ans-right.png) no-repeat right top;
    }
    html body .sec-neg-tra.ans::after {
        left: 0px;
        width: 0px;
        height: 0px;
        bottom: 0px;
        content: " ";
        top: inherit;
        line-height: 0px;
        position: absolute;
        border-style: solid;
        border-width: 220px 0px 0px 270px;
        border-color: transparent transparent transparent #eaeef1;
        _border-color: #000000 #000000 #000000 #eaeef1;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    .sec-ins-pra.ans {
        position: relative;
        background: url(img/shape-doe-ans-right.png) no-repeat left top;
    }
    .sec-ins-pra.ans:after {
        width: 0px;
        right: 0px;
        bottom: 0px;
        height: 0px;
        content: " ";
        top: inherit;
        line-height: 0px;
        position: absolute;
        border-style: solid;
        border-width: 0px 0px 200px 200px;
        border-color: transparent transparent #fbfcfd transparent;
        _border-color: #000000 #000000 #007bff #000000;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    .ans-course.ans {
        position: relative;
        background: url(img/shape-ans-course-right.png) no-repeat right 550px;
    }
    .ans-course.ans:before {
        left: 0px;
        bottom: 0px;
        width: 100%;
        content: " ";
        height: 100%;
        max-width: 743px;
        max-height: 1171px;
        position: absolute;
        background: url(img/shape-expert-coaching-left.png) no-repeat left top;
    }
    .ans-course.ans .box-about {
        background-color: transparent !important;
    }
    .ans-course.ans .sec-neg-cou.about-us:after,
    .ans-course.ans .sec-neg-tra:after {
        display: none;
    }
    .sec-neg-tra.exp-coa {
        position: relative;
        background-color: transparent;
    }
    .row-sal-eng {
        position: relative;
    }
    .row-sal-eng:before {
        left: 0px;
        width: 0px;
        top: -124px;
        height: 0px;
        content: "";
        background: none;
        position: absolute;
        border-left: 158px solid var(--triangle-color, #E4B7A8);
        border-top: 124px solid transparent;
        border-bottom: 124px solid transparent;
    }
    .row-sal-eng:after {
        z-index: 1;
        right: 0px;
        width: 0px;
        height: 0px;
        content: "";
        bottom: -124px;
        background: none;
        position: absolute;
        border-right: 158px solid var(--triangle-color, #E4B7A8);
        border-top: 124px solid transparent;
        border-bottom: 124px solid transparent;
    }
    .sec-bef-aft {
        position: relative;
        background-color: #f0f4f7 !important;
    }
    .sec-bef-aft:before {
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        content: " ";
        line-height: 0px;
        position: absolute;
        border-style: solid;
        border-width: 860px 1360px 0px 0px;
        border-color: #eaeef1 transparent transparent transparent;
        _border-color: #eaeef1 #000000 #000000 #000000;
        _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    }
    .sec-cap-sur.ans {
        position: relative;
    }
    .sec-cap-sur.ans:before {
        left: 0px;
        width: 0px;
        top: -124px;
        height: 0px;
        content: "";
        background: none;
        position: absolute;
        border-left: 158px solid var(--triangle-color, #ADD7D7);
        border-top: 124px solid transparent;
        border-bottom: 124px solid transparent;
    }
    .sec-cap-sur.ans:not(.no-pd):after {
        z-index: 1;
        right: 0px;
        width: 0px;
        height: 0px;
        content: "";
        bottom: -124px;
        background: none;
        position: absolute;
        border-right: 158px solid var(--triangle-color, #ADD7D7);
        border-top: 124px solid transparent;
        border-bottom: 124px solid transparent;
    }
}

@media (min-width:800px) {
    html body .show768 {
        display: none;
    }
}

@media (min-width:768px) {
    .box-cus-say {
        min-height: 370px !important;
    }

    .box-cus-say.no-min {
min-height: auto !important;
    }
    .show767 {
        display: none;
    }
    .sec-spe-neg input[type=text] {
        margin-bottom: 0px;
    }
    .sec-spe-neg p {
        padding-bottom: 10px;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns {
        font-size: 14px;
        margin-left: -18px;
    }
    .foo-soc-bt {
        width: 100%;
        text-align: right;
        display: inline-block;
    }
    .sec-spe-neg.pag-blog .box-subscriber input[type=text] {
        margin-bottom: 8px;
    }
    ul.list-comment {
        max-width: 650px;
        line-height: 28px;
    }
    .single-post .sec-neg-ins h3 {
        margin-bottom: 40px !important;
    }
}

@media (min-width:600px) {
    .row-blo-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .row-pag-btn {
        display: flex;
        font-size: 14px;
        align-items: center;
        justify-content: space-between;
    }
    .row-fir-blo .thum-neg-ins span {
        top: 20px;
        right: 23px;
        font-size: 12px;
        line-height: 26px;
        padding: 0px 10px;
        border-radius: 4px;
        position: absolute;
        background-color: #2B2A34;
    }
}

@media (max-width:1024px) and (min-width:991px) {
    .sec-neg-ins {
        padding: 105px 30px 100px 30px;
    }
    .sec-neg-ins p:not(.sub-header) strong {
        font-size: 18px;
    }
}

@media (max-width:1081px) and (min-width:768px) {
    .box-negotiation-training,
    .box-negotiation-consultancy,
    .box-benchmark-team {
        min-height: 290px;
    }
    .row-neg-tra p strong {
        font-size: 28px !important;
    }
    .row-neg-tra {
        padding: 0 !important;
    }
}

@media (max-width:990px) and (min-width:800px) {
    .page-id-450 .sec-hero #carouselExampleCaptions h1 {
        padding: 10px 00px 30px 0px;
    }
    html body .col-lef-50 {
        margin-top: -80px;
    }
}

@media (max-width:1080px) {
    html body .box-negotiation-training,
    html body .box-negotiation-consultancy,
    html body .box-benchmark-team {
        min-height: 285px !important;
    }
    footer h6 {
        font-size: 27px;
    }
    .box-cus-say {
        min-height: 440px !important;
    }
   
    .box-neg-ins {
        min-height: 425px;
    }
    .box-about {
        padding: 80px 80px 50px 90px;
    }
    #navbar {
        font-size: 14px;
    }
    .sec-blog .row-fir-blo .box-neg-ins {
        min-height: 10px;
    }
    .sec-blog .thum-neg-ins {
        height: 178px;
    }
    .sec-blog .box-neg-ins {
        min-height: 505px;
    }
    .row-fir-blo .box-neg-ins {
        padding: 10px 0px 0px 22px;
    }
    .box-img-vid .wp-block-column:first-child {
        padding: 0px 15px;
    }
    .box-img-vid .wp-block-column:first-child .wp-block-image:not(:last-child) {
        padding-bottom: 15px;
    }
    .sec-tai-bus .wp-block-column:nth-child(2) img {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }
}
@media (max-width:991px) {
.navbar-toggler {
        width: 46px;
        height: 37px;
        border-radius: 8px;
        background-color: #FFF;
    }
    .navbar-toggler-icon {
        width: 28px;
        background: url(img/icon-hamburger.png) no-repeat left top;
        position: relative;
        top: -4px;
        left: -6px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #FFF;
        padding: 10px 0px 10px !important;
    }
    .navbar-toggler:hover {
        text-decoration: none;
        background: #fff !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        background: #fff !important;
        opacity: 1 !important;
    }

	    .navbar-expand-lg .navbar-collapse {
        background: #212121;
        padding: 0 20px;
        position: relative;
        z-index: 9999;
        margin-top: 10px;
    }
}
@media (max-width:990px) {
	.page-id-8439 .ans div#carouselExampleCaptions {
		padding-left: 20px;
		padding-right: 20px;
	}
	.full-781 {
		width: 100%;
	}
	.sec-neg-cou .container,
	.sec-neg-tra .container{
		background-color: #ffffff !important;
		opacity: 1;
		box-shadow: var(--wp--preset--shadow--light);
		border-radius: 10px;
		z-index: 1;
	}
	html body .sec-more-ans .sec-neg-tra.with-padding {
		margin-top: 0 !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.sec-ins-pra.white990 {
		background: #fff !important;
	}
	.sec-ins-pra.white990 .white-ans {
		background: #f0f4f7 !important;
		margin: 0 !important;
	}
	.sec-ins-pra.white990 .has-custom-light-grey-background-color {
		margin: 0 !important;
	}
	.sec-ins-pra.white990 .wp-block-column .wp-block-columns {
		gap: 20px;
	}
	.sec-ins-pra.white990 .white-ans .col-our-val {
		gap: 20px !important;
	}
	.sec-neg-tra .container {
		z-index: 1;
	}
	.media-sec-1 .container {
		z-index: 1;
	}
	.wp-block-group.alignfull.sec-neg-cou {
		padding-top: 0 !important;
	}
	.why-choose-2-col .white-ans {
		background-color: #f5d9cf !important;
	}
	.sec-neg-cou .container .box-about,
	.sec-neg-tra .container .box-about{
		box-shadow: none !important;
	}
	.hide-small{
		display: none;
	}
	.hide-large{
		display: block;
	}
    .sec-neg-tra:after {
        display: none !important;
    }
    footer.site-footer ul.list-col-foo:nth-child(3) .footer-box {
        width: 33% !important;
    }
    /* .logo-cpd {
        width: 34% !important;
    } */
    .sec-neg-tra .container,
    .sec-neg-cou .container {
        padding: 20px 20px 30px !important;
    }
    /* footer ul.list-col-foo:nth-child(2) li.footer-box:nth-child(3) {
        padding-left: 80px;
    } */
    .sec-blog .container {
        padding: 0 !important;
    }
    .dropdown-toggle:after {
        top: 14px;
        width: 12px;
        height: 12px;
    }
    #navbar ul li:not(:last-child) {
        padding-right: 0px;
    }
    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: block;
    }
    .sec-cus-rec .owl-carousel .owl-nav.disabled {
        opacity: 1;
    }
    .sec-resources p {
        font-size: 16px !important;
    }
    .sec-resources .wp-block-columns {
        justify-content: space-between;
        align-items: center !important;
    }
    .box-negotiation-consultancy {
        min-height: 250px !important;
    }
    .sec-spe-neg img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    .sec-tai-bus img {
        width: 100%;
    }
    .box-negotiation-training,
    .box-negotiation-consultancy,
    .box-benchmark-team {
        position: relative;
        padding: 30px 24px 50px 24px !important;
    }
    .row-neg-tra p strong {
        font-size: 18px !important;
    }
    html body .box-negotiation-training,
    html body .box-negotiation-consultancy,
    html body .box-benchmark-team {
        min-height: 260px !important;
    }
    body {
        font-size: 15px;
        line-height: 24px;
    }
    h1,
    h2 {
        font-size: 28px;
        line-height: 32px;
    }
    [class*=sec-] {
        padding: 50px 40px;
    }
    header.site-header {
        padding: 0 10px;
    }
    .navbar-toggler {
        width: 46px;
        height: 37px;
        border-radius: 8px;
        background-color: #FFF;
    }
    .navbar-toggler-icon {
        width: 28px;
        background: url(img/icon-hamburger.png) no-repeat left top;
        position: relative;
        top: -4px;
        left: -2px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #FFF;
        padding: 10px 0px 10px !important;
    }
    .navbar-toggler:hover {
        text-decoration: none;
        background: #fff !important;
    }
    .navbar-toggler:focus {
        box-shadow: none !important;
        background: #fff !important;
        opacity: 1 !important;
    }
    #back-to-top {
        display: none;
    }
    .navbar-light .navbar-nav .nav-item+.nav-item {
        border-top: solid 1px #DDD;
    }
    .navbar-light button.navbar-toggler:focus {
        background-color: #FFF;
        outline: none;
    }
    .navbar-nav .dropdown-menu {
        border: none;
        background-color: #DDD;
        border-radius: 0px;
        font-size: 12px;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        position: relative;
        padding-left: 30px;
    }
    .navbar-nav .dropdown-menu .dropdown-item:after,
    .navbar-nav .dropdown-menu .dropdown-item:before {
        top: 50%;
        width: 0px;
        height: 0px;
        left: 15px;
        content: " ";
        z-index: 10;
        position: absolute;
        pointer-events: none;
        border: solid transparent;
    }
    .navbar-nav .dropdown-menu .dropdown-item:after {
        border-color: rgba(255, 255, 255, 0);
        margin-top: -4px;
        border-width: 4px;
        border-left-color: #DDD;
    }
    .navbar-nav .dropdown-menu .dropdown-item:before {
        border-color: rgba(102, 102, 102, 0);
        margin-top: -6px;
        border-width: 6px;
        border-left-color: #666;
    }
    #carouselExampleCaptions h1 {
        font-size: 40px;
        line-height: 55px;
        padding: 0px 0px 33px 0px;
    }
    .hide990 {
        display: none;
    }
    /*.box-about {
        padding: 50px;
    }*/
    .sec-cus-say .container>.row>[class*=wp-block-column] {
        margin-bottom: 24px;
    }
    .thum-neg-ins {
        height: 115px;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns [class*=wp-block-column]:not(:last-child) {
        margin-bottom: 20px;
    }
    /* .sec-neg-tra .wp-block-columns,
    .sec-tai-bus .container>.wp-block-columns {
        flex-direction: column-reverse;
    } */
    .sec-tai-bus .container {
        flex-direction: column-reverse;
    }
    .row-neg-tra p strong {
        font-size: 20px;
        line-height: 26px;
    }
    .sec-tai-bus .container {
        padding: 20px;
    }
    .sec-cus-say h2 {
        padding-left: 10px !important;
    }
    section.sec-cus-say {
        padding-left: 20px;
        padding-right: 20px;
    }
    html body .sec-neg-tra,
    html body .sec-neg-cou {
        padding-top: 0px;
    }
    html body .sec-neg-tra,
    html body .sec-neg-cou,
    html body .sec-tai-bus {
        padding-left: 40px;
        padding-right: 40px;
    }
    .sec-neg-cou.about-us {
        padding-top: 50px;
    }
    .sec-neg-tra .container,
    .sec-neg-cou .container {
        padding: 20px 20px 5px 20px;
        border-radius: 10px;
        background-color: #FFF;
    }
    .sec-tai-bus img {
        border-radius: 6px;
    }
    .box-tai-bus {
        min-height: 113px;
    }
    /*.box-about{ padding:30px; }*/
    .hide990 {
        display: none;
    }
    /* .sec-neg-ins .thum-neg-ins{ height:145px; } */
    .row-copyright {
        margin: 0px -20px 0px -20px;
    }
    .sec-neg-ins .row-cus-say {
        margin: 20px 0px 0px 0px;
    }
    .sec-tai-bus h2 {
        padding-top: 10px;
    }
    html body .sec-cal-act {
        padding-top: 0px;
    }
    .box-cus-say {
        padding: 30px;
    }
    .box-cus-say {
        background-size: 80px;
    }
    .box-cus-say .wp-block-columns [class*=wp-block-column]:first-child {
        line-height: 24px;
        padding-bottom: 10px;
    }
    .box-cus-say {
        min-height: 410px !important;
    }
    /*.sec-neg-ins p:not(.sub-header) strong{ font-size:20px !important; }*/
    .box-neg-ins {
        min-height: 400px;
    }
    .sec-cal-act .container {
        padding: 40px;
    }
    .sec-upc-cou p {
        padding-bottom: 30px;
    }
    .row-neg-tra {
        padding-left: 20px;
        padding-right: 20px;
    }
    .row-neg-tra[class*=wp-block-column]:not(:last-child) {
        padding-bottom: 20px;
    }
    .box-upc-cou {
        overflow-x: scroll;
    }
    .box-upc-cou .table {
        width: 1000px;
    }
    .sec-hero {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 162px;
    }
    .box-negotiation-training p strong {
        background-size: 40px;
        background-position: right center;
    }
    .box-negotiation-consultancy p strong {
        background-size: 30px;
        background-position: right center;
    }
    .box-benchmark-team p strong {
        background-size: 45px;
        background-position: right center;
    }
    .row-neg-tra {
        line-height: 24px;
    }
    .sec-upc-cou .table tr td {
        padding: 10px;
    }
    .box-upc-cou {
        padding: 30px 30px 23px 30px;
    }
    .sec-cus-rec {
        font-size: 24px;
    }
    #clockdiv span {
        font-size: 34px;
        line-height: 44px;
        height: 50px;
    }
    #carouselExampleCaptions .carousel-item {
        padding-bottom: 30px;
    }
    #carouselExampleCaptions {
        font-size: 22px;
    }
    ul.list-col-foo>li {
        width: 33%;
        padding: 0px 3% 15px 0px;
    }
    footer ul.list-col-foo:first-child>li:nth-child(1),
    footer ul.list-col-foo:first-child>li:nth-child(2),
    footer ul.list-col-foo:first-child>li:nth-child(3) {
        min-height: 325px;
    }
    ul.menu-footer li:not(:last-child) {
        padding-bottom: 5px;
    }
    footer>.container>.wp-block-columns {
        padding-bottom: 30px;
    }
    footer ul.list-col-foo:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    ul.list-social {
        padding-top: 0px;
    }
    .sec-spe-neg.pag-blog p strong {
        font-size: 28px;
    }
    .sec-spe-neg input[type=text] {
        max-width: 310px;
        padding: 12px !important;
    }
    .sec-blog h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .sec-blog .box-neg-ins {
        min-height: 440px;
    }
    .sec-blog .thum-neg-ins {
        height: 178px;
        overflow: hidden;
        border-radius: 6px;
    }
    .row-fir-blo h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .row-blo-top {
        padding-bottom: 20px;
    }
    .icon-search {
        padding: 10px 18px;
    }
    .btn-filter {
        padding: 10px 28px 10px 0px;
    }
    .btn-sort {
        padding: 10px 28px 10px 7px;
    }
    .box-img-vid .wp-block-column.is-layout-flow:nth-last-child(1) {
        /* display: flex; */
        flex-basis: 90% !important;
        padding-left: 30px;
    }
    .box-img-vid .wp-block-column.is-layout-flow:nth-last-child(2) {
        /* display: flex; */
        flex-basis: 40% !important;
    }
    .row-neg-tra p strong {
        font-size: 28px;
    }
    .box-img-vid .wp-block-column img {
        width: 100%;
    }
    .box-img-vid figure.wp-block-image:nth-child(1) {
        margin-bottom: 10px;
    }
    html body .sec-tai-bus .wp-block-column .wp-block-column {
        flex-basis: 44% !important;
        margin: 0 8px 16px !important;
    }
    .sec-neg-tra .show990,
    .sec-neg-cou .show990 {
        padding-bottom: 0 !important;
    }
    .sec-spe-neg {
        padding: 30px 15px 50px !important;
    }
    .sec-neg-cou .wp-block-columns {
        display: block !important;
    }
    /* .btn:hover {
        background-color: #2e2e2ecc !important;
        border-color: #2e2e2e !important;
    } */
    .box-comment {
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .featured-posts {
        padding-bottom: 20px;
    }
    .thum-ebo-dow {
        padding-bottom: 20px;
    }
    .sec-blo-det {
        padding-bottom: 0px;
    }
    .single-post.postid-373 .box-neg-ins {
        min-height: 465px;
    }
    .txt-banner img {
        max-width: 60px;
        margin-right: 15px;
    }
    .sec-neg-tra.pag-abo,
    .sec-neg-tra.our-vision {
        padding-top: 50px;
    }
    html body .sec-nea-yea {
        padding-top: 0px;
    }
    .sec-nea-yea p {
        line-height: 30px;
    }
    .sec-neg-tra .wp-block-columns [class*=wp-block-column] img {
        width: 100% !important;
    }
    .col-our-val>.wp-block-column {
        padding: 0px 10px;
    }
    .sec-ins-pra>.wp-container-core-columns-is-layout-5,
    .sec-ins-pra>.wp-container-core-columns-is-layout-8 {
        gap: inherit;
    }
    /* .sec-ins-pra .our-value-h3,
    .sec-ins-pra p strong,
    .sec-why-sco p strong {
        font-size: 20px;
    } */
    .sec-sat-cus .col-rig-50 {
        font-size: 16px;
        line-height: 26px;
    }
    .sec-sat-cus .col-rig-50 p strong {
        font-size: 55px;
        min-height: 55px;
        line-height: 50px;
    }
    .sec-sat-cus .col-lef-50 p {
        font-size: 34px;
        line-height: 44px;
    }
    .sec-hero.ban-blog {
        padding: 130px 0px 39px 0px;
    }
    .sec-sat-cus {
        padding: 50px 0px 0px 0px;
    }
	padding: 20px 30px 20px 30px !important;
}

@media (max-width:781px) {
    html body .sec-tai-bus .wp-block-column .wp-block-column:nth-child(4) {
        margin-right: 0 !important;
    }
    html body .sec-tai-bus .wp-block-column .wp-block-column:nth-child(3) {
        margin-left: 0 !important;
    }
	.white990 .wp-block-group .wp-block-columns.is-layout-flex {
		gap: 30px !important;
	}
	.sec-ins-pra.white990 .white-ans {
        box-shadow: none;
    }
	.white-ans.m-reverse {
		box-shadow: var(--wp--preset--shadow--light);
	}
	.why-choose-2-col .white-ans.m-reverse {
		margin-bottom: 0 !important;
		background: #f5d9cf !important;
	}
	.why-choose-2-col {
		margin-bottom: 20px !important;
		row-gap: 20px;
		margin-top: 0 !important;
	}
}

@media (max-width:768px) {
	.why-section, .findings-col {
		row-gap: 30px !important;
	}
	.ans-banner-top-content p, .ans-banner-top-content h1 {
		color: #fff !important;
	}
    h3 {
        font-size: 24px;
    }
    footer ul.list-col-foo:nth-child(2) li.footer-box:nth-child(3) {
        padding-left: 0px;
    }
    .box-img-vid .wp-block-column.is-layout-flow:nth-last-child(1) {
        display: block;
        flex-basis: 40% !important;
        padding-left: 30px;
    }
    .sec-resources,
    .sec-val-dea {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .sec-resources,
    .sec-val-dea {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .box-img-vid .wp-block-column.is-layout-flow:nth-last-child(2) {
        display: block;
        flex-basis: 0% !important;
    }
    .box-img-vid .wp-block-column:first-child {
        padding: 0 !important;
    }
    /*.sec-neg-ins {
		padding: 105px 20px 60px 20px !important;
		}*/
    .sec-ins-pra,
    .sec-why-sco {
        text-align: center;
    }
    :root .sec-ins-pra :where(.is-layout-flow)> :last-child,
     :root .sec-why-sco :where(.is-layout-flow)> :last-child,
     :root .sec-sat-cus :where(.is-layout-flow)> :last-child {
        margin-block-end: auto;
    }
    :root .sec-ins-pra :where(.is-layout-flow)> :first-child,
     :root .sec-why-sco :where(.is-layout-flow)> :first-child,
     :root .sec-sat-cus :where(.is-layout-flow)> :first-child {
        margin-block-start: auto;
    }
    .sec-ins-pra>.wp-block-columns,
    .sec-why-sco>.wp-block-columns {
        padding-bottom: 0px;
    }
    .sec-ins-pra [class*=wp-container-core-columns-is-layout-],
    .sec-why-sco [class*=wp-container-core-columns-is-layout-] {
        gap: 0em;
    }
    .col-our-val>.wp-block-column {
        padding: 10px;
    }
    .sec-sat-cus {
        text-align: center;
    }
    .sec-sat-cus .col-rig-50 p {
        min-height: 10px;
        padding-bottom: 30px;
    }
    .sec-sat-cus .col-rig-50 p strong {
        font-size: 35px;
        min-height: 35px;
        line-height: 35px;
    }
    .sec-sat-cus .col-lef-50 p {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 40px;
    }
    html body .hide768 {
        display: none;
    }
    .sec-sat-cus .wp-block-columns .wp-block-buttons {
        justify-content: center;
    }
    .col-rig-50.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 50% !important;
    }
    .sec-why-sco #btn {
        padding-bottom: 30px;
    }
    .sec-sat-cus {
        padding: 50px 0px;
    }
}

@media (max-width:781px) {
    .sec-hero.ban-blog p {
        font-size: 17px;
    }
    html body .row-blo-top input.icon-search {
        max-width: 190px !important;
    }
    .sec-spe-neg .wp-block-column:nth-child(1) {
        padding: 0px 20px 50px;
    }
    html body .box-cus-say {
        min-height: auto !important;
    }
    .row-pag-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    html body .sec-hero.ban-blog {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .sec-hero.ban-blog,
    .sec-cal-act {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .box-tai-bus {
        min-height: 120px;
    }
    footer p strong {
        padding: 0px 0 0;
        font-size: 14px;
        line-height: 16px;
    }
    footer p strong {
        padding: 0px 0px 0px 0px !important;
    }
    body {
        font-size: 14px;
        line-height: 22px;
    }
    h1,
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    [class*=sec-] {
        padding: 30px 15px 30px 15px;
    }
    button,
    .btn,
    input[type=submit],
    input[type=button],
    input[type=reset] {
        padding: 10px 25px;
    }
    header {
        padding-top: 0px;
    }
    header select {
        max-width: 55px;
    }
    ul.list-col-foo>li {
        width: 100%;
        padding: 0px 0% 0px 0px;
    }
    .logo-cpd {
        text-align: left;
    }
    .navbar>.container {
        align-items: normal;
    }
    #navbar {
        padding-top: 7px;
    }
    #logo {
        padding-bottom: 0px;
        max-width: 150px;
    }
    #carouselExampleCaptions h2 {
        font-size: 40px;
        line-height: 45px;
        padding: 0px 0px 15px 0px;
    }
    .thum-neg-ins {
        height: auto;
    }
    .row-copyright {
        margin: 20px 0px 0px 0px;
    }
    .box-cus-say {
        min-height: 10px;
    }
    .sec-neg-ins .thum-neg-ins {
        height: auto;
    }
    .box-about {
        /**padding: 20px 0px 0px 0px;**/
        padding:12px !important;
    }
    .sec-upc-cou .table tr td {
        padding: 10px 5px;
    }
    .hide767 {
        display: none;
    }
    /* .row-res-img{ max-width:420px; margin-right:auto; } */
    .row-neg-tra [class*=wp-block-column]:not(:last-child) {
        padding-bottom: 20px;
    }
    .sec-neg-ins .wp-block-columns [class*=wp-block-column]:not(:last-child) {
        padding-bottom: 15px;
    }
    .thum-neg-ins {
        margin-bottom: 20px;
    }
    .sec-spe-neg .wp-block-columns {
        flex-direction: column-reverse;
    }
    .sec-spe-neg .wp-block-columns [class*=wp-block-column]:last-child {
        padding-bottom: 15px;
    }
    .row-cus-say {
        margin: 0px 15px 0px 15px;
    }
    .sec-cus-rec {
        font-size: 22px;
    }
    .box-neg-ins {
        min-height: 10px;
    }
    .box-cus-say {
        padding: 20px;
    }
    #clockdiv {
        font-weight: 600;
    }
    #clockdiv span {
        font-size: 28px;
        line-height: 40px;
    }
    .row-neg-tra {
        padding: 0px 10px 5px 10px;
    }
    #carouselExampleCaptions .carousel-item {
        padding-bottom: 20px;
    }
    #carouselExampleCaptions h1 {
        font-size: 30px;
        line-height: 34px;
        padding: 0px 0px 15px 0px;
    }
    #carouselExampleCaptions {
        font-size: 20px;
    }
    .btn-contact {
        padding: 7px 40px 8px 15px;
    }
    ul.menu-footer {
        line-height: 20px;
        padding-bottom: 10px;
    }
    footer ul.list-col-foo:not(:last-child) {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: none;
    }
    .row-copyright .alright {
        text-align: center;
    }
    ul.list-social {
        padding-bottom: 15px;
    }
    .sec-hero {
        padding-top: 130px;
    }
    .row-fir-blo .wp-block-columns {
        flex-direction: column-reverse;
    }
    .row-fir-blo .box-neg-ins {
        padding: 15px 0px 0px 0px;
    }
    .row-fir-blo h2 {
        font-size: 31px;
        line-height: 40px;
    }
    .sec-blog .box-neg-ins {
        min-height: 10px;
    }
    .sec-blog h3 {
        font-size: 22px;
        line-height: 34px;
        max-width: 250px;
    }
    .sec-blog .thum-neg-ins {
        height: auto;
    }
    .icon-search {
        padding: 13px 18px;
    }
    .btn-filter {
        padding: 13px 28px 13px 0px;
    }
    .btn-sort {
        padding: 13px 28px 13px 7px;
    }
    .btn-prev {
        padding: 6px 10px 6px 28px;
    }
    .btn-next {
        padding: 6px 28px 6px 10px;
    }
    ul.pagination li a {
        padding: 7px 12px;
    }
    .row-pag-btn {
        padding-bottom: 10px;
    }
    .sec-spe-neg.pag-blog p strong {
        font-size: 39px;
        line-height: 40px;
    }
    /* 17september css */
    #logo {
        max-width: 170px !important;
    }
    html body .box-about,
     {
        padding: 20px 0px 20px 0px !important;
    }
	 html body .sec-neg-cou {
        padding: 20px 20px 20px 20px !important;
    }
    .sec-cus-rec {
        padding: 60px 15px 60px;
    }
    .box-img-vid figure.wp-block-image:nth-child(1),
    .box-img-vid figure.wp-block-image:nth-child(2) {
        width: 50%;
    }
    .row-neg-tra {
        padding: 0 !important;
    }
    /*.sec-hero {
            padding-bottom: 10px !important;
        }*/
    .row-neg-tra .wp-block-column.is-layout-flow {
        flex-basis: 100% !important;
    }
    .sec-tai-bus .container {
        padding: 20px 20px 30px !important;
    }
    .sec-val-dea .wp-block-group {
        padding: 0 !important;
    }
    .box-neg-ins {
        min-height: auto !important;
    }
    .sec-spe-neg .wp-block-columns [class*=wp-block-column]:last-child {
        padding-bottom: 0 !important;
    }
    html body #btn a.wp-block-button__link {
        display: block;
        width: 100%;
    }
    .sec-spe-neg input[type=text] {
        max-width: 100%;
    }
    .row-neg-tra p {
        font-size: 12px !important;
    }
    .sec-tai-bus img {
        margin-bottom: 20px;
    }
    .box-negotiation-training,
    .box-negotiation-consultancy,
    .box-benchmark-team {
        padding: 30px 30px 40px 30px !important;
    }
    .sec-cap-sur h2.wp-block-heading {
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
    }
    .box-about p:last-child {
        padding: 0 !important;
    }
    .box-about p {
        padding-bottom: 20px;
    }
    .sec-neg-cou.about-us {
        padding-bottom: 0px !important;
    }
    .sec-neg-ins .thum-neg-ins {
        height: 225px;
        object-fit: cover;
    }
    .sec-resources h2.wp-block-heading {
        font-size: 39px;
        margin-top: 10px !important;
    }

    .row-neg-tra p strong {
        max-width: 100%;
    }
    .sec-upc-cou h2.wp-block-heading {
        font-size: 30px;
    }
    html body .sec-neg-tra,
    html body .sec-neg-cou,
    html body .sec-tai-bus,
    .sec-upc-cou {
        padding-left: 20px;
        padding-right: 20px;
    }
    html body .sec-upc-cou p {
        font-size: 16px;
        line-height: 24px;
    }
    #clockdiv p {
        font-size: 14px !important;
    }
    .box-img-vid figure.wp-block-image:nth-child(1) {
        margin-bottom: 0px !important;
    }
    .sec-val-dea h2.wp-block-heading {
        font-size: 40px;
        line-height: 50px !important;
    }
    .sec-resources figure:first-child {
        margin: 0 !important;
    }
    .sec-val-dea .btn,
    .sec-neg-cou.about-us .btn,
    .sec-resources .btn {
        font-size: 14px !important;
    }
    #clockdiv span {
        font-size: 50px;
    }
    #clockdiv .col-6 {
        float: left;
    }
    #clockdiv {
        display: block !important;
    }
    .sec-val-dea p {
        font-size: 16px;
        line-height: 30px !important;
    }
    .sec-resources .btn {
        font-size: 14px;
        padding: 13px 20px;
        margin-top: 20px;
    }
    .box-about p:last-child {
        padding: 0 !important;
    }
    .sec-neg-cou.about-us .btn {
        padding: 14px 28px !important;
    }
    .box-about p {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }
    .row-cus-say .btn {
        font-size: 14px !important;
        padding: 13px 24px 13px 24px;
    }
    .sec-neg-ins .box-neg-ins {
        margin-bottom: 20px;
    }
    .sec-neg-ins h2 {
        font-size: 30px;
        margin-bottom: 30px;
        padding: 0;
    }
    .sec-resources img {
        width: 100% !important;
    }
    .sec-neg-ins {
        padding: 40px 10px 60px 10px !important;
    }
    /*.sec-spe-neg .container,.sec-resources .wp-block-group{
            padding: 0;
        }*/
    .sec-neg-ins .box-neg-ins .btn {
        font-size: 14px;
    }
    .sec-neg-ins p {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .sec-cus-say {
        padding: 64px 10px 0px 10px !important;
    }
    .sec-neg-ins {
        background: #e7ecf0;
    }
    .sec-neg-ins p:not(.sub-header) strong {
        font-size: 20px;
    }
    .row-cus-say {
        margin: 20px 0 0px !important;
    }
    .sec-cap-sur {
        padding: 30px 20px !important;
    }
    .sec-tai-bus .container {
        padding: 20px 20px 28px;
    }
    .sec-cus-say {
        background: #e7ecf0;
    }
    .sec-cus-say .container>.row>[class*=col-] {
        margin-bottom: 44px !important;
    }
    .box-cus-say {
        background: url(img/icon-quotes.png) no-repeat 22px 37px #F0F4F7;
        background-size: 110px !important;
    }
    .box-cus-say .row [class*=col-]:not(:last-child) {
        font-size: 17px;
        font-weight: 600;
    }
    .box-cus-say p {
        font-size: 16px;
        line-height: 28px;
    }
    .sec-cus-say h2 {
        font-size: 30px;
        max-width: 100%;
        margin-bottom: 30px;
        line-height: 40px;
    }
    .sec-tai-bus p {
        font-size: 16px;
    }
    .sec-tai-bus .btn,
    .sec-cap-sur a.wp-block-button__link {
        font-size: 14px !important;
        padding: 12px 33px !important;
    }
    .sec-cap-sur p strong {
        font-size: 16px !important;
        font-weight: 900;
    }
    .sec-hero .wp-block-group {
        padding: 0;
    }
    .box-tai-bus {
        padding: 10px;
    }
    .box-tai-bus span {
        font-size: 15px;
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto;
    }
    .sec-tai-bus h2 {
        padding: 0px;
        margin: 0 !important;
    }
    .sec-tai-bus .wp-block-column {
        padding: 0 !important;
    }
    .sec-neg-tra a.wp-block-button__link,
    .sec-neg-cou a.wp-block-button__link {
        padding: 13px 40px !important;
    }
    .sec-neg-tra p.has-x-small-font-size,
    .sec-neg-cou .container p.has-x-small-font-size {
        padding-bottom: 26px;
        line-height: 28px;
    }
    .sec-neg-cou {
        padding-top: 36px !important;
    }
    .sec-tai-bus .wp-block-column:nth-child(2) img {
        height: 218px;
        min-height: 218px;
    }
    html body .sec-neg-cou {
        padding-bottom: 50px !important;
    }
    .row-cus-say .btn span,
    .wp-block-button__link {
        font-size: 14px !important;
    }
    .row-neg-tra p strong {
        font-size: 26px !important;
        line-height: 36px;
        font-weight: bold;
        max-width: 100%;
    }
    .sec-neg-tra .container,
    .sec-neg-cou .container {
        padding: 20px 20px 30px;
    }
    .box-about {
        padding: 10px 0px 0px 0px !important;
    }
    /*#carouselExampleCaptions{
            padding: 0 0 60px 0 !important;
        }
         .wp-block-group.alignwide.has-global-padding.is-layout-constrained {
            padding: 0 !important;
        } */
    #carouselExampleCaptions p.has-text-align-left {
        font-size: 15px !important;
        padding-bottom: 0 !important;
    }
    .row-cus-say .btn {
        position: relative;
    }
    .sec-tai-bus .wp-block-column:nth-child(2) {
        padding: 0 !important;
        margin: 0 !important;
    }
    .foo-soc-bt {
        margin: 30px 0 40px;
    }
    ul.list-col-foo>li,
    footer p strong {
        font-size: 16px;
    }
    ul.list-col-foo>li {
        margin-bottom: 20px;
    }
    .btn-contact {
        font-size: 14px;
    }
    html body .sec-cus-say h2,
    html body .sec-neg-ins h2 {
        padding-bottom: 0px !important;
    }
    .sec-tai-bus .wp-block-column p {
        padding-bottom: 0;
    }
    .sec-neg-tra.pag-abo,
    .sec-neg-tra.our-vision {
        padding-top: 40px;
    }
    .sec-why-sco {
        text-align: center;
    }
    .sec-ins-pra {
        text-align: center;
    }
    .sec-sat-cus #btn {
        padding: 0px 0px 25px 0px;
    }
    .sec-why-sco #btn .wp-block-button__link,
    .sec-sat-cus #btn .wp-block-button__link {
        padding: 13px 37px 14px 14px;
    }
}

@media (max-width:640px) {
    .box-tai-bus {
        min-height: 120px;
    }
}

@media (max-width:568px) {
    button,
    .btn,
    input[type=submit],
    input[type=button],
    input[type=reset] {
        font-size: 12px;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns {
        padding-bottom: 15px;
    }
    #clockdiv .wp-block-columns [class*=wp-block-column]:not(:last-child) {
        padding-bottom: 15px;
    }
    .icon-search {
        max-width: none;
        margin-bottom: 15px;
    }
    .row-blo-top div {
        display: flex;
        justify-content: space-between;
    }
    .row-blo-top div .btn {
        width: 50%;
    }
    .row-pag-btn .btn {
        width: 100%;
    }
    .row-pag-btn ul.pagination {
        width: 100%;
        padding: 20px 0px;
        display: inline-flex;
        justify-content: center;
    }
    .row-fir-blo .thum-neg-ins span {
        display: block;
        padding-bottom: 10px;
    }
}

@media (max-width:480px) {
    #carouselExampleCaptions h2 {
        padding: 0px 0px 20px 0px;
    }
	#carouselExampleCaptions .carousel-item {
		padding-right: 0 !important;
	}
}

@media (min-width:991px) {
    .foo-soc-bt .btn {
        float: right;
    }

}

@media (max-width:781px) {
    .sec-blog .box-neg-ins p {
        padding-bottom: 20px;
    }
    .sec-cal-act .container {
        padding: 40px 20px;
    }
    .sec-spe-neg.pag-blog .row .col-12 {
        width: 100% !important;
    }
    .sec-spe-neg.pag-blog .row {
        flex-direction: column-reverse;
    }
    .sec-spe-neg {
        padding: 0px 0px 0px !important;
    }
    .row-fir-blo .thum-neg-ins {
        height: 262px !important;
    }
    ul.pagination li a {
        padding: 5px 11px;
    }
    .row-pag-btn .btn {
        width: auto !important;
    }
    html body footer {
        padding: 40px 0px 0px 0px;
    }
    .icon-search {
        max-width: 214px !important;
    }
    .sec-spe-neg.pag-blog .box-subscriber input[type=text] {
        max-width: 100%;
    }
    .sec-spe-neg img {
        height: 295px;
    }
    .sec-spe-neg.pag-blog {
        background: #F0F4F7;
        padding: 0;
    }
    .sec-spe-neg.pag-blog .row .col-12:nth-last-child(3) {
        padding: 20px 15px 20px 15px;
    }
}

html body .sec-blog .row-fir-blo .box-neg-ins {
    margin: 0;
}

.row-fir-blo .thum-neg-ins span {
    top: 20px;
    right: 23px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 10px;
    border-radius: 4px;
    position: absolute;
    background-color: #2B2A34;
}

.row-blo-top {
    display: flex !important;
    justify-content: space-between;
}

html body .sec-blog .thum-neg-ins img {
    height: 225px;
    object-fit: contain !important;
}

.row-fir-blo .thum-neg-ins {
    height: 262px !important;
}

.row-fir-blo {
    padding: 24px 20px 24px 20px;
}

.btn-filter {
    background-position: calc(100% - 12px) center;
}

.btn-sort {
    background-position: calc(100% - 17px) center;
}

.icon-search {
    max-width: 190px !important;
}

.box-cus-say {
    min-height: auto;
}

html body .sec-upc-cou p {
    padding-bottom: 40px;
}

.row-copyright ul.menu-footer {
    text-align: left;
}

html body .box-negotiation-training,
html body .box-negotiation-consultancy,
html body .box-benchmark-team {
    min-height: 200px;
}

header.site-header {
    padding: 0 10px !important;
}

footer {
    padding: 40px 0px 0px 0px;
}

footer h6 {
    padding: 20px 0px 20px 0px;
}

@media (max-width:414px) {
    .foo-soc-bt .list-social {
        float: left;
        padding-top: 20px;
        padding-left: 0px;
    }
}

@media (max-width:360px) {
    html body .btn-sort {
        background-position: calc(100% - 18px) center;
    }
    html body .btn-filter {
        background-position: calc(100% - 13px) center;
    }
}

@media (max-width:340px) {
    .sec-cap-sur .wp-container-core-columns-is-layout-5 .wp-block-column {
        padding-right: 0;
    }
    .row-cus-say .btn:before,
    .row-cus-say .btn::after {
        width: 30px;
    }
    .row-cus-say .btn:before {
        left: -40px;
    }
    .row-cus-say .btn::after {
        right: -40px;
    }
    .row-neg-tra p strong {
        font-size: 22px !important;
    }
}


/*===========================================================================================RESPONSIVE CSS CLOSE	*/

@media (min-width:991px) {
    .sec-neg-tra .wp-block-columns [class*=wp-block-column]:last-child {
/*         left: -160px; */
		left: -25px;
        position: relative;
    }
    .sec-neg-tra .wp-block-columns [class*=wp-block-column]:first-child {
        left: 0px;
        z-index: 1;
        top: -120px;
        position: relative;
    }
    strong {
        font-weight: bold;
    }
}

.box-about {
    z-index: 2;
}

@media (min-width:991px) {
    .box-about {
        padding: 80px 90px 80px 120px;
    }
    .sec-neg-cou .wp-block-columns [class*=wp-block-column]:first-child {
        right: -60px;
        position: relative;
    }
    .sec-neg-cou .wp-block-columns [class*=wp-block-column]:last-child {
        z-index: 1;
        right: 60px;
        top: -120px;
        position: relative;
    }
}

@media (min-width: 783px) {
    .img-center {
        text-align: center;
    }
}

@media (max-width: 782px) {
    .img-center {
        width: 100% !important;
    }
	.row-neg-tra.pt-0 h2 {
		font-size: 23px !important;
	}
	.sec-val-dea .wp-block-columns.wp-block-columns-is-layout-flex h2.wp-block-heading {
		font-size: 29px !important;
	}
}

.row>* {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}


/*@media (max-width:781px) {
    .sec-tai-bus .wp-block-columns .wp-block-columns [class*=wp-block-column] {
        padding: 0px !important;
    }
}*/

.sec-upc-cou {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.sec-cus-say .container>.row>[class*=col-] {
    margin-bottom: 54px;
}

@media (min-width:991px) {
    .sec-cus-say .container>.row>[class*=col-] {
        padding: 0px 27px;
    }
}

@media (max-width:1536px) {
    html {
        overflow-x: hidden;
    }
    .sec-cus-say:after {
        width: 880px;
        height: 530px;
    }
    .box-img-vid figure.wp-block-image:nth-child(1) {
        margin-bottom: 28px;
    }
}

@media (max-width:1240px) {
    .sec-hero.ban-blog {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec-cus-say:after {
        width: 600px;
        height: 400px;
    }
    body {
        overflow-x: hidden;
    }
}

@media (max-width:1024px) {
	.hide1024 {
		display: none !important;
	}
	.show1024 {
		display: block !important;
	}
	.course-col .col-our-val {
		gap: 20px !important;
	}
	.ans-bottom-sec .wp-block-column {
		margin-bottom: 50px;
		padding: 0 !important;
	}
	.top-110.left-85-custom.z-1.about-image-container {
		left: -40px !important;
	}
    footer ul.list-col-foo:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
    }
    footer ul.list-col-foo:nth-child(2) li {
        float: none !important;
    }
    .sec-blog::before {
        width: 780px;
        height: 400px;
    }
    html body .sec-blog .thum-neg-ins img {
        height: 185px;
    }
    footer {
        padding: 40px 20px 0px 20px;
    }
    .sec-neg-cou:after {
        max-width: 500px;
        height: 400px;
    }
    .sec-cap-sur .wp-container-core-columns-is-layout-5 .wp-block-column {
        padding-right: 0px;
    }
    .sec-cap-sur .wp-block-columns {
        max-width: 100% !important;
        display: block;
    }
    html body .sec-cap-sur .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:nth-child(1) {
        flex-basis: 100% !important;
    }
    .sec-cus-say:after {
        display: none !important;
    }
    .sec-cus-say:after {
        width: 600px;
    }
    .row-pag-btn {
        margin-top: 20px;
    }
    header.site-header {
        padding: 0 18px;
    }
    .sec-blog .row-fir-blo .thum-neg-ins {
        height: 270px;
    }
    .sec-blog .thum-neg-ins img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .sec-blog,
    .sec-spe-neg.pag-blog {
        padding-left: 30px;
        padding-right: 30px;
    }
    .sec-upc-cou {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .box-cus-say {
        position: relative;
        padding: 35px !important;
    }
    .sec-resources h2.wp-block-heading {
        margin-top: 10px !important;
    }
    .box-cus-say .row {
        position: absolute;
        left: 40px;
        bottom: 40px;
        right: 40px;
    }
    .sec-val-dea .btn,
    .row-cus-say .btn,
    .sec-resources .btn,
    .sec-neg-cou.about-us .btn {
        font-size: 14px !important;
    }
    .sec-val-dea .btn {
        padding: 13px 18px !important;
        font-weight: 600;
    }
    #clockdiv {
        padding-top: 0px;
    }
    .sec-resources,
    .sec-val-dea {
        padding-left: 60px;
        padding-right: 60px;
    }
    footer.site-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sec-neg-cou.about-us .wp-block-columns [class*=wp-block-column]:first-child {
        top: -85px;
    }
    .box-about {
        padding: 40px 40px 40px 40px;
    }
    .sec-neg-cou .box-about {
        padding: 40px 40px 40px 60px !important;
    }
    .box-neg-ins {
        min-height: 448px;
    }
    .sec-cus-say {
        padding: 64px 0px 100px 0px;
    }
    .sec-neg-ins .row-cus-say {
        margin: 90px 0px 0px 0px;
    }
    .sec-cus-say .container>.row>[class*=col-] {
        margin-bottom: 62px;
    }
    .sec-neg-cou .wp-block-columns .wp-block-column:nth-child(2) {
        right: 20px !important;
    }
    .sec-tai-bus .container {
        padding: 30px 30px 30px 60px;
    }
    .sec-spe-neg .container {
        max-width: 930px;
    }
    .sec-spe-neg .wp-block-column:nth-child(2) figure {
        text-align: right;
    }
    .sec-cap-sur {
        padding-left: 60px;
        padding-right: 60px;
    }
    .sec-neg-tra .wp-block-columns [class*=wp-block-column]:first-child {
        left: 20px;
    }
    .sec-neg-tra:after {
        display: none !important;
    }
}

@media (max-width:990px) {
	.sec-bef-aft {
		background: #f0f4f7 !important;
	}
	html body .sec-neg-tra .sec-neg-tra.no-paddin990g {
		padding-left: 20px;
		padding-right: 20px;
	}
	html body .sec-neg-tra .padding-bottom990 {
		padding-bottom: 100px !important;
        padding-top: 50px !important;
        margin-top: 0 !important;
	}
	.findings-col .m-reverse {
		margin: 0 !important;
	}
	.course-col .white-ans {
		background-color: #e7ecf0 !important;
	}
	.course-col .m-mb.white-ans {
        margin-bottom: 0 !important;
    }
	.why-section .teal-bg {
		background-color: #daf2f3 !important;
		margin: 0 !important;
	}
	.top-110.left-85-custom.z-1.about-image-container {
		left: 0px !important;
	}
	.not-reverse .wp-block-columns {
		flex-direction: column !important;
	}
	.sec-neg-tra.exp-coa.rm-bg {
		margin-top: 0;
	}
	div#benchmark-your-team {
		padding-left: 0;
		padding-right: 0;
	}
	.nn-img.newer-gate .about-sec-img {
		margin: 0 !important;
		padding-bottom: 40px !important;
		padding-top: 40px !important;
	}
	.about-image-container figure img {
		width: 100% !important;
		height: inherit !important;
	}
    .box-img-vid figure.wp-block-image:nth-child(1) {
        margin-bottom: 10px;
    }
	.image-container figure img {
		width: 100% !important;
	}
	.white-ans.m-reverse .wp-block-columns {
		column-gap: 15px;
	}
    /* blog css */
    .sec-cap-sur .wp-container-core-columns-is-layout-5 .wp-block-column p {
        margin-bottom: 0;
    }
    .row-cus-say {
        margin: 0px 15px 0px 15px;
    }
    .sec-blog::after {
        width: 627px;
        height: 600px;
    }
    .sec-cus-say:after {
        width: 500px;
        height: 600px;
    }
    .row-fir-blo .thum-neg-ins img {
        height: 100% !important;
        object-fit: cover;
    }
    .row-fir-blo .thum-neg-ins {
        height: 262px !important;
    }
    /*.ban-blog {
        padding: 170px 40px 150px !important;
        padding-right: 40px !important;
    }*/
    header.site-header {
        padding: 0 20px;
    }
    header {
        z-index: 999;
    }
    .navbar-expand-lg .navbar-collapse {
        background: #212121;
        padding: 0 20px;
        position: relative;
        z-index: 9999;
        margin-top: 10px;
    }
    .sec-neg-cou img {
        width: 100% !important;
    }
    .logo-cpd {
        padding-top: 34px !important;
    }
    footer p strong {
        padding: 34px 0px 0px 0px;
    }
    .icon-bar-chart {
        height: 35px;
    }
    .box-neg-ins {
        min-height: 412px;
    }
    .sec-neg-tra .wp-block-columns [class*=wp-block-column] figure,
    .sec-neg-cou .wp-block-columns [class*=wp-block-column] figure {
        margin-bottom: 0 !important;
    }
    .sec-val-dea .wp-block-columns.wp-block-columns-is-layout-flex {
        justify-content: space-between;
    }
    .sec-neg-tra a.wp-block-button__link,
    .sec-neg-cou a.wp-block-button__link {
        margin-top: 0 !important;
        ;
    }
    .sec-neg-ins .thum-neg-ins {
        height: auto;
    }
    .sec-neg-cou .wp-block-columns .wp-block-column:nth-child(2) {
        right: 0 !important;
    }
    .sec-cus-say {
        padding: 64px 0px 60px 0px;
    }
    .sec-cus-say h2,
    .sec-neg-ins h2 {
        padding-bottom: 30px !important;
    }
    .sec-tai-bus .wp-block-columns .wp-block-columns {
        margin-left: 0 !important;
    }
    html body .sec-tai-bus .wp-block-column .wp-block-column:first-child {
        margin-left: 0 !important;
    }
    .sec-cap-sur {
        padding-left: 40px;
        padding-right: 40px;
    }
    .sec-tai-bus .container {
        padding: 30px;
    }
    .sec-tai-bus .wp-block-column {
        padding-bottom: 0 !important;
    }
    .box-about {
        padding: 20px 0px 20px 0px !important;
    }
    .sec-neg-cou .box-about {
        padding: 20px 0px !important;
    }
    .sec-neg-tra .wp-block-columns {
        flex-direction: column-reverse;
    }
    /* .box-about {
        padding: 40px;
    } */
    .sec-neg-tra .wp-block-columns [class*=wp-block-column]:first-child {
        left: 0px;
    }
    .sec-resources,
    .sec-val-dea {
        padding-left: 40px;
        padding-right: 40px;
    }
    .navbar-toggler {
        padding: 0 !important;
    }
    #logo {
        padding: 0 !important;
    }
    .sec-cus-say .container>.row>[class*=col-] {
        margin-bottom: 40px;
    }
    .box-img-vid .wp-block-column:first-child {
        padding: 0px 0px 0 15px;
    }
    .sec-neg-cou.about-us .wp-block-columns [class*=wp-block-column]:first-child {
        top: 0;
    }
    .sec-neg-ins .row-cus-say {
        margin: 20px 0px 0px 0px;
    }
    /*.sec-neg-ins {
        padding: 105px 30px 60px 30px;
    }*/
    .sec-neg-ins .row-cus-say {
        margin: 40px 0px 0px 0px !important;
    }
    .sec-cal-act a.wp-block-button__link {
        margin: 0 !important;
    }
    .box-cus-say .row [class*=col-]:not(:last-child) {
        padding-bottom: 20px;
    }
}

.sec-neg-ins .row-cus-say {
    margin: 80px 0px 0px 0px;
}

.sec-neg-ins .row-cus-say .btn:before,
.sec-neg-ins .row-cus-say .btn:after {
    background-color: #f0f4f7;
}

@media (max-width:834px) {
    .box-cus-say {
        min-height: 520px !important;
    }
}

@media (max-width:781px) {
/* 	.sec-cus-rec .owl-carousel .owl-nav .owl-prev, .sec-cus-rec .owl-carousel .owl-nav .owl-next {
		top: 22px;
	} */
	html body .sec-neg-tra .sec-neg-tra.no-paddin990g {
        padding-left: 0;
        padding-right: 0;
    }
	.course-col .white-ans {
        box-shadow: none;
    }
	html body .sec-neg-cou.tra-industry {
		padding-bottom: 30px !important;
	}
	.padding-bottom-780 {
		padding-bottom: 50px;
	}
    .row-copyright ul.menu-footer {
        text-align: center;
    }
    .btn-filter {
        background-position: calc(100% - 17px) center;
    }
    .btn-sort {
        background-position: calc(100% - 21px) center;
    }
    .btn-filter,
    .btn-sort {
        width: 54px !important;
        font-size: 0;
        padding: 5px !important;
        height: 48px !important;
    }
    .sec-blog .container::before,
    .sec-blog::before {
        display: none !important;
    }
    .row-pag-btn {
        margin-bottom: 30px;
    }
    .row-pag-btn .btn {
        font-size: 0 !important;
        padding: 6px 20px 6px 10px !important;
    }
    html body .sec-blog .thum-neg-ins img {
        height: 225px;
    }
    .row-fir-blo .row {
        flex-direction: column-reverse;
    }
    .sec-blog {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*.ban-blog {
        padding: 120px 40px 145px !important;
        padding-right: 40px !important;
    }*/
    .sec-hero.ban-blog {
        padding: 50px 0px 10px 0px;
    }
    footer.site-footer ul.list-col-foo:nth-child(3) .footer-box,
    .logo-cpd {
        width: 100% !important;
    }
    li.logo-cpd {
        padding-top: 0 !important;
    }
    html body .sec-tai-bus .wp-block-column .wp-block-column:first-child,
    html body .sec-tai-bus .wp-block-column .wp-block-column:nth-child(3) {
        margin-left: 0 !important;
    }
    html body .sec-tai-bus .wp-block-column .wp-block-column:nth-child(2),
    html body .sec-tai-bus .wp-block-column .wp-block-column:nth-child(4) {
        margin-right: 0 !important;
    }
    .sec-neg-ins .row [class*=col-]:not(:last-child) {
        padding-bottom: 15px;
    }
    /*.sec-neg-tra .wp-block-columns [class*=wp-block-column] img,.sec-neg-cou .wp-block-columns [class*=wp-block-column] img {
        height: 218px !important;
        object-fit: cover;
    }*/
    .box-cus-say .row {
        position: unset !important;
    }
}

@media (max-width:360px) {
    .btn-filter,
    .btn-sort {
        width: 47px !important;
        height: 47px !important;
    }
    .icon-search {
        max-width: 155px !important;
    }
    .row-pag-btn .btn {
        padding: 4px 20px 4px 8px !important;
    }
    ul.pagination li:not(:last-child) {
        margin-right: 8px;
    }
}

@media (max-width:320px) {
    .navbar-toggler {
        width: 40px;
    }
    #logo {
        max-width: 155px !important;
    }
}

.sec-blog-ind .carousel-item {
    height: auto !important;
}

@media (min-width:768px) {
    .hero-p {
        max-width: 550px;
    }
}

.sec-blog-opinion .carousel-item {
    height: auto !important;
}

.sec-blog-op .box-neg-ins {
    background-color: #fff;
    padding: 45px 52px 55px 45px;
}

.sec-blog-op h3 {
    font-size: 34px;
    line-height: 1.25;
}

.sec-blog-op .box-neg-ins .btn {
    color: #0D0C16;
    border-color: #ADD7D7;
    background-color: #ADD7D7;
    font-size: 18px;
    min-width: 174px;
    font-weight: bold;
    padding: 15px 10px;
    margin-top: 20px;
    width: fit-content;
}

.box-neg-ins.neg-type .btn {
    border-color: #E4B7A8;
    background-color: #E4B7A8;
}

/**.ans-teach strong,
.who-ans-h3 {
    font-size: 40px !important;
}**/

.sec-ins-pra .wp-block-column {
    border-radius: 10px;
}

.ans-course .sec-cus-rec {
    background: #f0f4f7 !important;
}

.ans-course .sec-neg-cou.about-us {
    background: none !important;
}

@media (min-width: 991px) {
    .ans-course .sec-neg-cou.about-us {
        padding: 155px 0px 100px 0px !important;
    }
    .ans-course .sec-cus-rec:before,
    .ans-course .sec-neg-tra:before {
        background: none !important;
    }
}

@media (min-width: 991px) {
    .ans-course .sec-neg-cou .wp-block-columns [class*=wp-block-column]:first-child {
        right: 0px !important;
    }
}

@media (min-width: 991px) {
    .ans-course .inspiring {
        padding: 80px 65px 80px 65px !important;
    }
    .expert-coaching {
        padding: 80px 157px 80px 70px !important;
    }
}

@media (min-width: 991px) {
    .ans-course .sec-neg-cou .wp-block-columns [class*=wp-block-column]:last-child {
        right: 70px !important;
    }
}

@media (min-width: 991px) {
    .ans-course .sec-neg-tra .wp-block-columns [class*=wp-block-column]:first-child {
        left: 0px !important;
        z-index: 1;
        top: 0px !important;
        position: relative;
    }
}

@media (min-width: 991px) {
    .ans-course .sec-neg-tra .wp-block-columns [class*=wp-block-column]:last-child {
        left: -85px !important;
        top: -120px !important;
        position: relative;
        z-index: 1;
    }
}

.box-negotiation-training-ans p strong {
    min-height: 66px !important;
    background: url(/wp-content/themes/frost/img/icon-benchmark-team.png) no-repeat right top !important;
}

.ans .sec-neg-tra {
    padding-top: 190px;
}

.ebook .sec-hero,
.ans .sec-hero,
.testimonial .sec-hero {
    padding-top: 150px !important;
}

.ebook #carouselExampleCaptions h1,
.testimonial #carouselExampleCaptions h1 {
    padding-top: 10px !important;
    line-height: 1.15 ;
    padding-bottom: 25px !important;
}

.ans .row-neg-tra {
    padding-top: 0px;
}

.ans #carouselExampleCaptions h1 {
    padding-top: 10px !important;
   
    padding-bottom: 25px !important;
}

.ebook .sec-blog .box-neg-ins {
    background: transparent;
    color: #fff !important;
}

.bg-ebooks {
    background: #2B2A34 !important;
        flex: 1 1 auto;
           border-radius: 6px;
	padding: 0;
}

@media (min-width: 1200px) {
    .col-xl-4 {
      
        width: calc(33.33333333% - 20px);

    }
}
@media (max-width: 1200px) {
	.row-neg-tra.pt-0 figure {
		margin: 0;
	}
}
.gapper-20 {
    gap: 20px;
}

.ebook .sec-blog h3 {
    color: #353739 !important;
}

.bg-grn {
    color: #2B2A34 !important;
    background: #ADD7D7 !important;
}

.bg-cream {
    color: #2B2A34 !important;
    background: #E4B7A8 !important;
}

.row-blo-top,
.row-pag-btn {
    padding-left: 18px;
    padding-right: 18px;
}

.row-blo-top,
.row-pag-btn {
    padding-left: 18px;
    padding-right: 18px;
}

.contact-us .carousel-item {
    height: auto !important;
}

.contact-us .height-300 {
    min-height: 320px !important;
}

@media (min-width:782px) {
    form#gform_1 {
        width: 90% !important;
    }
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}

.mtt .box-neg-ins {
    background: #2B2A34 !important;
    color: #fff !important;
    margin-bottom: 25px;
}

.mtt .sec-blog h3 {
    color: #fff !important;
}

.mtt .box-neg-ins .btn {
    color: #2B2A34 !important;
    background: #ADD7D7 !important;
}

@media (min-width:782px) {
    .mtt .member-snippet {
        min-height: 272px !important;
    }
}

.consultancy .carousel-item,
.thank-you .carousel-item {
    height: auto !important;
}

.consultancy .sec-hero {
    padding-top: 150px !important;
}

.consultancy .sec-neg-tra img {
    z-index: 1 !important;
    position: relative !important;
}

@media (min-width: 991px) {
    .consultancy .sec-neg-tra .wp-block-columns [class*=wp-block-column]:last-child {
        left: -67px !important;
    }
}

.consultancy .sec-ins-pra:after,
.consultancy .sec-cus-rec:before,
.sec-neg-tra:before {
    display: none;
}

/* .ebook .sec-blog .box-neg-ins p {
    min-height: 170px !important;
} */

.ebook .sec-blog h3 {
    font-size: 23px !important;
}

.author-img .wp-block-post-author__content {
    display: none !important;
}

@media (min-width:782px) {
    .author-img img {
        width: 235px !important;
        height: 235px !important;
        border-radius: 100% !important;
    }
}

.author-img .wp-block-post-author__avatar {
    width: 100% !important;
}

.author-bio .wp-block-post-author__name {
    display: none !important;
}

.author-archive .a.wp-block-post-excerpt__more-link {
    display: none !important;
}

.about-us #carouselExampleCaptions h1 {
    padding-top: 10px !important;
    line-height: 1.25;
    padding-bottom: 25px !important;
}

.about-us .carousel-item {
    height: auto;
}

.about-us .sec-hero.ban-blog {
    padding: 170px 0px 150px 0px;
}


/*
.single .sec-hero {
background:url('https://wordpressmu-84742-4816325.cloudwaysapps.com/wp-content/uploads/2024/10/istockphoto-2125615621-640_adpp_is-1-10-min.png') no-repeat;

background-size:cover;

} */

.single .txt-banner {
    padding-bottom: 40px;
}

.author-archive .sec-hero {
    padding-top: 200px;
}

html body .box-negotiation-training,
html body .box-negotiation-consultancy,
html body .box-benchmark-team {
    min-height: auto !important;
}

.box-p {
    margin-bottom: 10px !important;
}

@media (max-width: 781px) {
    .ans .sec-hero {
        padding-top: 50px !important;
    }
    .ebook .sec-hero,
    .testimonial .sec-hero {
        padding-top: 0px !important;
    }
}

@media (max-width: 781px) {
    .ans .row-neg-tra [class*=wp-block-column]:not(:last-child) {
        padding-bottom: 0px;
    }
	html body .ess-1st-sec {
		padding-top: 50px !important;
	}
}

@media (max-width: 990px) {
	.ess-1st-sec {
		padding-top: 80px !important;
	}

	.ess-1st-sec .wp-block-columns.alignwide {
		margin-top: 15px !important;
	}

	.sec-neg-cou.mov-r0 .wp-block-columns.alignwide.is-layout-flex .wp-block-column.has-base-background-color {
		box-shadow: none !important;
	}
	.sec-neg-cou.tra-industry {
		padding-bottom: 50px !important;
	}
	.no-margin-mob {
		margin-top: 0 !important;
	}
	.sec-val-dea .wp-block-columns.alignwide.is-layout-flex .wp-block-column.has-global-padding {
		flex-basis: 61% !important;
	}
    .ans .m-center {
        text-align: center;
        font-size: 18px !important;
    }
    .m-center-align {
        justify-content: center !important;
    }
    .ans .sec-neg-tra {
        padding-top: 50px;
    }
    .ans-btn a {
        width: 100%;
    }
    .ans-teach-h2 {
        font-size: 30px !important;
        padding-top: 0px !important;
    }
    .m-mb {
        margin-bottom: clamp(30px, 4vw, 40px) !important;
    }
    .hide-781 {
        display: none !important;
    }
    .grey-ans {
        background: #f0f4f7 !important;
    }
    .white-ans {
        background: #fff !important;
    }
    html body .sec-more-ans .sec-neg-cou,
    html body .sec-more-ans .sec-neg-tra {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sec-more-ans .sec-neg-tra {
        padding-top: 0px !important;
    }
    .ans .sec-bef-aft,
    .ans .m-p-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .ans .exp-coa {
        margin-top: 51px;
    }
    .ans .m-mt-0 {
        margin-top: 2.5rem;
    } 
}

@media (max-width:767px) {
  section.sec-neg-ins.global  .thum-neg-ins img {
        margin-bottom: 10px;
    }
}

@media (max-width:781px) {
    .m-reverse .wp-block-columns {
        flex-direction: column-reverse !important;
    }
    .single .sec-hero {
        padding-top: 100px !important;
    }
    .single #carouselExampleCaptions h1 {
        padding-bottom: 30px !important;
        font-size: 2.5rem !important;
    }
    .txt-banner img {
        display: block;
        padding-bottom: 10px;
    }
    .about-us .sec-hero.ban-blog {
        padding: 50px 0px 50px 0px !important;
    }
    .contact-us .sec-hero,
    .thank-you .sec-hero,
    .author-archive .sec-hero {
        padding-top: 70px !important;
        background: none !important;
        min-height: auto !important;
        padding-bottom: 50px !important;
    }
    .m-text-center {
        text-align: center !important;
    }
    .consultancy .sec-hero {
        padding-top: 70px !important;
    }
    .consultancy .m-reverse ul {
        text-align: left !important;
    }
    .consultancy .sec-neg-tra {
        padding-top: 15px;
    }
    .author-img img {
        width: 135px !important;
        height: 135px !important;
        border-radius: 100% !important;
    }
}

.row-pag-btn {
    margin-bottom: 0px !important;
}

.testimonial .sec-cus-say {
    background-color: #fff !important;
}

img.img-flag {
    width: 20px;
    height: 19px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px solid lightgrey;
}

.select2-container {
    border-color: #FFF;
    border-radius: 8px;
    max-width: 100%;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #2B2A34;
    transition: all 0.4s ease-out;
    outline: none;
    z-index: 10000;
    background: #fff;
    padding: 6px 0px;
}

.journey-h3 {
    font-family: "Montserrat", sans-serif;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}



@media (min-width: 991px) {
    .home .back-triangle:before {
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1;
        content: " ";
        height: 100%;
        max-width: 987px;
        position: absolute;
        background: url(/wp-content/uploads/2024/10/Vector-19-1-1.png) no-repeat right top #f0f4f7;
    }
    .home .back-triangle:after {
        bottom: -73px;
        right: 0px;
        width: 100%;
        z-index: 0;
        content: " ";
        height: 50%;
        max-width: 987px;
        position: absolute;
        background: url(/wp-content/uploads/2024/10/Vector-14.png) no-repeat right top;
        background-size: contain;
    }
    .home .sec-cus-rec:before,
    .home .sec-neg-tra:after,
    .home .sec-neg-cou:after {
        display: none;
    }
}

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

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

.all-nego-courses .sec-hero {
    padding-top: 150px !important;
}

.all-nego-courses .carousel-item {
    height: auto !important;
}

.all-nego-courses .sec-hero .row-neg-tra {
    padding-top: 50px !important;
}

.all-nego-courses .sec-hero {
    background: none !important;
}

.all-nego-courses .sec-hero img.wp-block-cover__image-background.wp-image-1094 {
    height: 87%;
}

.all-nego-courses .sec-neg-tra:after,
.all-nego-courses .sec-neg-cou:after {
    display: none;
}

@media (min-width: 991px) {
    .all-nego-courses .sec-neg-tra .wp-block-columns [class*=wp-block-column]:last-child {
        top: 57px;
    }
}

#advance-courses,
#continued-development {
    display: none;
}

.all-nego-courses .fundamental:hover,
.all-nego-courses .advanced-courses:hover,
.all-nego-courses .continued-development:hover {
    cursor: pointer !important;
}

a.btn.btn-contact:hover {
    color: #2B2932;
    background-color: #ADD7D7;
}

.home input {
    padding: 10px 10px !important;
}

.max-w-435 {
    max-width: 435px;
}

.capability-survey .z-0 {
    z-index: 0;
}

@media (min-width: 991px) {
    .capability-survey .sec-neg-tra.pag-abo p,
    .capability-survey .sec-neg-cou.pag-abo p {
        line-height: 34px;
        font-size: 20px !important;
    }
}

.capability-survey .sec-hero {
    padding-top: 150px !important;
}

.capability-survey .carousel-item {
    height: auto !important;
}

.ans .row-sal-eng:before {
    z-index: 1;
}

a.nav-link.dropdown-toggle {
    border-bottom: none !important;
}

a.nav-link.dropdown-toggle.resources:after {
    right: 3px;
}

.logoh1 img,
.logo-head img {
    height: auto;
    max-width: 220px;
}

.logo-footer img {
   width: 220px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #add7d77d;
}

.box-cus-say img {
    filter: grayscale(100%);
}

@media (max-width:781px) {
    .box-cus-say img {
        height: 30px;
        object-fit: contain !important;
    }
    .box-cus-say .wp-block-post-featured-image {
        margin-left: 0px !important;
    }
    .wp-block-post-featured-image :where(img) {
        width: auto !important;
    }
    .m-pt-1 {
        padding-top: 20px;
    }
    .m-pl-10 {
        padding-left: 10px !important;
    }
    p.who-is-ans-sub {
        text-align: left;
    }
    .m-text-left {
        text-align: left;
    }
    .m-mt-20 {
        margin-top: 20px !important;
    }
}

@media (min-width:782px) {
    .cns .min-h-674,
    .ans .min-h-674 {
        min-height: 684px !important;
    }
}

@media (min-width: 991px) {
    .move-top-80 .wp-block-columns [class*=wp-block-column]:last-child {
        top: 80px;
    }
    .mov-r0 .wp-block-columns [class*=wp-block-column]:first-child {
        right: 0px !important;
    }
    .mov-r0 .box-about {
        padding: 80px 40px 80px 40px;
    }
}

.btn-hover-ch a:hover {
    background: rgb(228 183 168 / 50%) !important;
    border: none !important;
}

@media (max-width:767px) {
    .select2-container {
        width: auto !important;
    }
}

.fixed-me {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Ensure it spans the full width */
    z-index: 1000;
    /* Make sure it stays above other elements */
    background-color: #fff;
    /* Ensure a solid background */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional shadow for visibility */
}

.fixed-me .nav-link {
    color: #000 !important;
}

.fixed-me .selector-flags {
    display: none !important;
}

.navbar-expand-lg .navbar-collapse.with-contact {
    display: none !important;
}

.fixed-me .navbar-expand-lg .navbar-collapse.with-contact {
    display: block !important;
}

.fixed-me .navbar-nav {
    justify-content: end !important;
    align-items: center !important;
}

.fixed-me .without-contact {
    display: none !important;
}

.fixed-me .dropdown-toggle:after {
    border-color: #000;
}

.with-contact .lastnave {
    padding-right: 20px;
    margin-right: 20px;
}

.with-contact-btn {
    display: none;
}

.fixed-me .with-contact-btn {
    display: block;
}

.page-id-1386 {
    background: url(https://wordpressmu-84742-4816325.cloudwaysapps.com/wp-content/uploads/2024/12/image-97.png) repeat-y;
    background-size: 100%;
}

.global-home .sec-neg-cou.global:before {
    display: none !important;
}

.global-home .sec-neg-cou.home-p {
    padding-top: 0px !important;
}

.global-home .sec-neg-ins {
    padding-bottom: 23px !important;
}

.back-triangle .sec-cus-rec:before {
    display: none !important;
}

.background-section {
    position: relative;
    z-index: 1;
    color: #000;
    /* content color */
}

.background-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2025/05/Vector-17-1.png') no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    /* 50% opacity */
    z-index: -1;
    /* push behind content */
}


[class^="max-width-"] {
  display: block;
}

.max-width-100 { max-width: 100px; }
.max-width-200 { max-width: 200px; }
.max-width-300 { max-width: 300px; }
.max-width-400 { max-width: 400px; }
.max-width-500 { max-width: 500px; }
.max-width-600 { max-width: 600px; }
.max-width-700 { max-width: 700px; }
.max-width-800 { max-width: 800px; }
.max-width-900 { max-width: 900px; }
.max-width-1000 { max-width: 1000px; }
.max-width-1100 { max-width: 1100px; }
.max-width-1200 { max-width: 1200px; }
.max-width-1300 { max-width: 1300px; }
.max-width-1400 { max-width: 1400px; }
.max-width-1500 { max-width: 1500px; }
.max-width-1600 { max-width: 1600px; }
.max-width-1700 { max-width: 1700px; }
.max-width-1800 { max-width: 1800px; }
.max-width-1900 { max-width: 1900px; }
.max-width-2000 { max-width: 2000px; }

@media (min-width:782px) {
.certification {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    flex-wrap: wrap;
} 
}

@media (max-width:781px) {
li.logo-cpd {
    margin-bottom: 20px;
}
}

.sec-cus-say.testimonial-page li.testimonial {
    background: #F5D9CF !important;
}

section.sec-blog.sec-blog-op .row-gap-20 {
gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    width: 100%;
}

.custom-articles {
    flex-grow: 0 !important;

}  

@media (max-width:781px) {
    .custom-articles {
    flex-grow: 1 !important;

}  
section.sec-blog.sec-blog-op .row-gap-20 {

    flex-wrap: wrap !important;
      margin-right: initial;
    margin-left: initial;

}

.custom-blog-gap   .col-xl-6 {
    flex-grow: 1 !important;
      
}
}
@media (max-width:480px) {
	.logoh1 img, .logo-head img {
		height: auto;
		max-width: 170px;
	}
	p.teal-blue-heading {
		line-height: 1.2;
	}
	.toolbox-content-text {
		padding-right: 0 !important;
		margin: 0 !important;
	}
	.wp-block-group.has-custom-light-teal-background-color {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
 @media (min-width: 782px) {
.custom-blog-gap .custom-min-height {
    min-height: 190px;
}
} 