* {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'DMSans-Light';
    src: url('fonts/DMSans-Light.eot');
    src: url('fonts/DMSans-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Light.woff2') format('woff2'),
        url('fonts/DMSans-Light.woff') format('woff'),
        url('fonts/DMSans-Light.ttf') format('truetype'),
        url('fonts/DMSans-Light.svg#DMSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DMSans-Regular';
    src: url('fonts/DMSans-Regular.eot');
    src: url('fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Regular.woff2') format('woff2'),
        url('fonts/DMSans-Regular.woff') format('woff'),
        url('fonts/DMSans-Regular.ttf') format('truetype'),
        url('fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DMSans-Medium';
    src: url('fonts/DMSans-Medium.eot');
    src: url('fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Medium.woff2') format('woff2'),
        url('fonts/DMSans-Medium.woff') format('woff'),
        url('fonts/DMSans-Medium.ttf') format('truetype'),
        url('fonts/DMSans-Medium.svg#DMSans-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DMSans-Bold';
    src: url('fonts/DMSans-Bold.eot');
    src: url('fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-Bold.woff2') format('woff2'),
        url('fonts/DMSans-Bold.woff') format('woff'),
        url('fonts/DMSans-Bold.ttf') format('truetype'),
        url('fonts/DMSans-Bold.svg#DMSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DMSans-ExtraBold';
    src: url('fonts/DMSans-ExtraBold.eot');
    src: url('fonts/DMSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DMSans-ExtraBold.woff2') format('woff2'),
        url('fonts/DMSans-ExtraBold.woff') format('woff'),
        url('fonts/DMSans-ExtraBold.ttf') format('truetype'),
        url('fonts/DMSans-ExtraBold.svg#DMSans-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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

body {
    line-height: 1.4 !important;
    font-size: 16px !important;
    color: #000 !important;
    background: #fff !important;
    font-family: 'DMSans-Light' !important;
}
b, strong {
    font-weight: normal;
    font-family: 'DMSans-Bold' !important;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
    color: #000;
    line-height: 1.1;
    font-weight: normal;
    letter-spacing: 0 !important;
    text-transform: none !important;
    font-family: 'DMSans-Medium' !important;
}



#header .header-top {
    padding-top: 0 !important;
}
#header .header-top .custom-html span {
  padding: 0 5px;
}

#header {
    width: 100%;
    z-index: 999999;
    background: none;
    padding-bottom: 40px;
    border-top: none !important;
}
#header.sticky-header .header-main.sticky {
    background: rgba(255,255,255,.7) !important;
    box-shadow: 0 0 15px rgba(0,0,0,.2) !important;
}


#header .header-row {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 !important;
}
#header .header-top {
    border: none;
    color: #4d4d4e;
    background: none;
    padding: 20px 5% 0 5%;
}
#header .header-top .header-row {
    align-items: center;
    border-bottom: 1px solid #f1efef;
}
#header .custom-html a {
    color: #4d4d4e;
    display: inline-block;
    text-transform: uppercase;
}
#header .custom-html a:hover {
    text-decoration: underline;
}


#header .header-main {
    padding: 20px 5% 0 5%;
    background: none !important;
}
#header .header-main .header-row .header-left {
    padding: 0;
}
#header .header-main .header-row .header-right {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
#header .header-row {
    align-items: flex-start;
}
#header, .sticky-header .header-main.sticky {
    border-top: none !important;
}
#header.sticky-header .header-main.sticky {
    background: rgba(255,255,255,0.8) !important;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 26%) !important;
}
#header.sticky-header .header-main {
    background: none !important;
}
#header.sticky-header .logo {
    margin-top: 0 !important;
    max-width: none !important;
}
#header .logo a,
#header .logo a img {
    width: 220px;
}
#header.sticky-header .logo a img {
    width: 100%;
}
#header .logo {
    position: relative;
    z-index: 9;
}
#header.sticky-header .sticky .logo img {
    transform: none !important;
}
.home #header .header-left .custom-html {
    display: none;
}
#header .header-left .custom-html {
    margin-left: 0 !important;
}



#header .mega-menu-wrap {
    background: none;
}
#header .mega-menu .mega-menu-item {
    height: 40px !important;
    padding: 0 20px !important;
}
#header .mega-menu .mega-menu-item:first-child {
    padding-left: 0 !important;
}
#header .mega-menu .mega-menu-item:last-child {
    padding-right: 0 !important;
}
#header .mega-menu .mega-menu-item a.mega-menu-link {
    padding: 0 !important;
    color: #1A1818 !important;
    background: none !important;
    text-transform: uppercase !important;
}
#header .mega-menu .mega-menu-item a.mega-menu-link:hover,
#header .mega-menu .mega-menu-item a.mega-menu-link[aria-current="page"] {
    border-bottom: 3px solid #000 !important;
}
#header #mega-menu-wrap-main_menu .mega-menu-toggle {
    background: none;
}
#header #mega-menu-wrap-main_menu .mega-menu-toggle.mega-menu-open::after {
    display: none;
}
#header .mega-toggle-blocks-right {
    z-index: 99099;
    background: none;
}
#header #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-animated-inner,
#header #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-animated-inner::before,
#header #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-animated-inner::after {
    height: 2px;
    width: 30px;
    background-color: #000;
}
#header #mega-menu-wrap-main_menu .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner,
#header #mega-menu-wrap-main_menu .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::before,
#header #mega-menu-wrap-main_menu .mega-menu-toggle.mega-menu-open .mega-toggle-animated-inner::after {
    background-color: #fff;
}
#header #mega-menu-wrap-main_menu #mega-menu-main_menu {
    top: 0;
    z-index: 9;
    max-width: none;
    overflow: scroll;
    text-align: center;
    position: fixed;
    left: 0 !important;
    height: 100vh !important;
    width: 100vw !important;
    flex-direction: column;
    padding: 60px 20px 0 20px;
    background: #000;
}
#header #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
    border: none !important;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#header #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    border: none !important;
    color: #fff !important;
    display: inline-block;
    font-size: 24px !important;
    margin-bottom: 10px;
    padding: 5px 30px !important;
    height: auto !important;
}
#header #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #000 !important;
    border-radius: 30px;
    background: #fff !important;
}
#header .mega-sub-menu li a {
    text-align: center !important;
}





/* ==================================== SLIDER BANNER ==================================== */

section.page-top {
    border: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #000;
    padding: 20px 5%;
    margin-bottom: 50px;
}
.page-id-61 section.page-top {
    margin-bottom: 0;
}
section.page-top .container {
    padding: 0 !important;
}
section.page-top .page-title-wrap {
    display: none;
}
section.page-top .page-title {
    display: none;
    font-size: 50px;
    text-transform: uppercase;
}




/* ================== BODY CONTENT =================== */

.page-content, .main-content #content {
	padding: 0 5% 0 5% !important;
}
body:not(.home) .page-content, 
body:not(.home) .main-content #content {
    padding-bottom: 30px;
}
.row.main-content-wrap {
    width: 100%;
}
.main-content, .home .page-content, .home .main-content, .main-content .page-content, .home .container-fluid {
	padding: 0 !important;
}
#main .container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.entry-content {
	margin: 0 !important;
}
.row.main-content-wrap {
    margin-left: 0;
    margin-right: 0;
}
.page-wrapper {
    z-index: 1;
}
.page-wrapper #main {
    background: none;
	position: relative;
}
main#content {
    display: inline-block;
    width: 100%;
}
body:not(.home) #main .main-content {
    /* padding-top: 50px !important;
    padding-bottom: 30px !important; */
}
.row.main-content-wrap {
    margin-left: 0;
    margin-right: 0;
}
#main .vc_btn3-inline {
    float: left;
}
#main .vc_btn3-center {
    margin-top: 15px;
    display: inline-block;
}
#main .vc_btn3,
.wpcf7 input.wpcf7-submit,
#main .porto-sicon-read,
#main .grid-box .btn-readmore {
    border: none;
    font-size: 18px;
    padding: 6px 25px;
    background: none;
    margin-right: 15px;
    border-radius: 30px !important;
    font-family: 'DMSans-Medium';
}
#main .vc_btn3-container:last-child .vc_btn3 {
    margin-right: 0 !important;
}
#main .vc_btn3.vc_btn3-size-lg,
.wpcf7 input.wpcf7-submit {
    padding: 10px 40px;
    font-size: 20px;
}
#main .vc_btn3-inline {
    float: left;
    margin-right: 10px;
}
#main .vc_btn3-center {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
#main .btn-border-black a,
#main .grid-box .btn-readmore {
    color: #000 !important;
    border: 1px solid #000;
}
#main .btn-border-white a {
    color: #fff !important;
    border: 1px solid #fff;
}
#main .btn-white a,
#main .btn-border-white a:hover {
    color: #000 !important;
    border: 1px solid #fff;
    background: #fff !important;
}
#main .btn-black a {
    color: #fff !important;
    border: 1px solid #fff;
    background: #000 !important;
}
#main .btn-purple a {
    color: #fff !important;
    border: 1px solid #7460AA;
    background: #7460AA !important;
}
#main .btn-white a:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #000 !important;
}
#main .btn-black a:hover {
    color: #000 !important;
    border-color: #000 !important;
    background: #fff !important;
}
#main .btn-border-black a:hover,
#main .grid-box .btn-readmore:hover {
    color: #fff !important;
    background: #000 !important;
}
#main .porto-sicon-read span {
    display: none;
}
#main .vc_btn3:hover,
#main .porto-sicon-read:hover {
    background-color: initial !important;
}
#main .btn-purple a:hover {
    color: #7460AA;
}

#main .container {
    margin: 0 auto;
    max-width: 1140px;
}
.vc_row .vc_column_container.col-md-12 {
    max-width: 1140px;
    margin: 0 auto;
}
#main h2 {
    font-size: 55px;
    margin-bottom: 10px;
}


#main .vc_row .vc_column_container .vc_column-inner {
    display: block;
}
#main .vc_row .vc_column_container .vc_column-inner .vc_empty_space {
    float: left;
    clear: left;
}


#find_your_voice h2 {
    font-family: 'DMSans-ExtraBold' !important;
}
.home #find_your_voice p {
    font-size: 33px;
}
#find_your_voice .vc_row:nth-child(2) p {
    font-size: 18px;
}

#black_section {
    color: #fff;
    font-size: 22px;
    padding: 100px 0;
    margin-bottom: 50px;
}
#black_section h2 {
    color: #fff;
    margin-bottom: 40px;
}
#black_section p {
    font-size: 30px;
}
#black_section .col-md-6:last-child .vc_column-inner {
    flex-direction: row;
    justify-content: center;
    display: flex !important;
}
#black_section .col-md-6:last-child .vc_column-inner .vc_btn3-center {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
}

body:not(.home) #black_section p {
    font-size: 29px;
    margin-left: auto;
    margin-right: auto;
}


.desc_section p {
    font-size: 26px;
}


#services_switcher {
    margin-top: 100px;
    margin-bottom: 70px;
}
#services_switcher .vc_row {
    align-items: center;
}
#services_switcher .vc_row:not(:first-child) .wpb_wrapper.vc_column-inner {
    display: flex;
    flex-wrap: wrap;
}
#services_switcher .vc_row:not(:first-child) {
    margin: 0 -10px;
}
#services_switcher .vc_row:not(:first-child) .col-md-12 {
    padding: 0;
}
#services_switcher .col-md-12 > .vc_column-inner > .porto-sicon-box,
.icon_columns_grey .col-md-12 > .vc_column-inner > .porto-sicon-box {
    width: calc(25% - 20px);
}
#services_switcher .porto-sicon-box,
.icon_columns_grey .porto-sicon-box {
    float: left;
    padding: 20px;
    margin: 20px 10px;
    border-radius: 10px;
    background: #e8e8ec;
}
/* #services_switcher .vc_column_container .porto-sicon-box,
.icon_columns_grey .porto-sicon-box {
    width: 100% !important;
} */
#services_switcher .porto-sicon-img img,
.icon_columns_grey .porto-sicon-img img {
    height: 35px;
    max-width: 40px !important;
}
#services_switcher .porto-sicon-header {
    font-family: 'DMSans-Regular';
}

.switch {
    position: relative;
    display: table;
    width: 60px;
    height: 34px;
    margin: 0 auto;
}
.switch::before {
    content: 'Publishers';
    position: absolute;
    left: -112px;
    font-size: 20px;
    top: 3px;
    font-family: 'DMSans-Medium' !important;
}
.switch::after {
    content: 'Journalists';
    position: absolute;
    right: -115px;
    font-size: 20px;
    top: 3px;
    font-family: 'DMSans-Medium' !important;
}
.switch.active::before {
    font-family: 'DMSans-Medium' !important;
}
.switch.active::after {
    font-family: 'DMSans-Medium' !important;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4d4d4e;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider {
    background-color: #4d4d4e;
}
input:focus+.slider {
    box-shadow: 0 0 1px #a9a8a9;
    background-color: #4d4d4e;
}
input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
#secondary_content {
    display: none;
}
#services_switcher .publishers {
    display: none;
}
#services_switcher .vc_btn3-container {
    margin-top: 40px;
}




#testimonials {
    color: #fff;
    text-align: center;
    padding-top: 60px;
}
#testimonials .wpb_text_column:first-child {
    margin-bottom: 10px;
}
#testimonials h2 {
    color: #fff;
    font-family: 'DMSans-Light' !important;
}
#testimonials .testimonial-inner {
    text-align: center;
}
#testimonials .testimonial-content {
    font-style: italic;
    max-width: 600px;
    font-size: 22px;
    margin: 0 auto 30px auto;
}
#testimonials .wpmslider-controls-direction a {
    margin-top: -50px;
}
#testimonials .wpmslider-pager {
    position: unset;
}
#testimonials .wpmslider-pager a {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    border-radius: 50%;
    background: #a3a3a3;
    display: inline-block;
}
#testimonials .wpmslider-pager a::before {
    display: none;
}
#testimonials .wpmslider-pager a.active {
    background: #fff;
}





/*================================= Inner Pages ============================*/

body:not(.home):not(.page-id-75):not(.page-id-77):not(.page-id-188):not(.single-post) #header {
    background: #000;
}
body:not(.home):not(.page-id-75):not(.page-id-77):not(.page-id-188):not(.single-post) #header:not(.sticky-header) .header-left > .logo,
body:not(.home):not(.page-id-75):not(.page-id-77):not(.page-id-188):not(.single-post) #header:not(.sticky-header) .header-left > .logo{
    display: none;
}
body:not(.home):not(.page-id-75):not(.page-id-77):not(.page-id-188):not(.single-post) #header:not(.sticky-header) .header-left > .custom-html,
body:not(.home):not(.page-id-75):not(.page-id-77):not(.page-id-188):not(.single-post) #header:not(.sticky-header) .header-left > .custom-html .logo img
{
    display: block;
}
body:not(.home):not(.page-id-75):not(.page-id-77):not(.page-id-188):not(.single-post) #header:not(.sticky-header) #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-animated-inner, 
body:not(.home):not(.page-id-75):not(.page-id-77):not(.page-id-188):not(.single-post) #header:not(.sticky-header) #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-animated-inner::before, 
body:not(.home):not(.page-id-75):not(.page-id-77):not(.page-id-188):not(.single-post) #header:not(.sticky-header) #mega-menu-wrap-main_menu .mega-menu-toggle .mega-toggle-animated-inner::after {
    background-color: #fff;
}

body:not(.home) #find_your_voice {
    margin-bottom: 50px;
}
body:not(.home):not(.page-id-75):not(.page-id-77) #find_your_voice .wpb_text_column,
body:not(.home):not(.page-id-75):not(.page-id-77) #find_your_voice h3 {
    color: #fff;
}
body:not(.home) #find_your_voice h3 {
    font-size: 26px;
}
body:not(.home) #find_your_voice p {
    font-size: 18px;
}

.page-id-44 #find_your_voice,
.page-id-86 #find_your_voice {
    padding-bottom: 40px;
}
.page-id-44 #find_your_voice h3,
.page-id-86 #find_your_voice h3 {
    font-size: 34px !important;
}
.page-id-44 #find_your_voice p {
    font-size: 22px !important;
}
.page-id-86 #find_your_voice p {
    font-size: 20px;
}

#short_desc h4 {
    font-size: 25px;
    margin: 20px 0;
}
#short_desc p {
    font-size: 22px;
}

#main .vc_row .col-md-6 .wpb_wrapper.vc_column-inner {
    display: block;
}

.icons_columns .img-icon {
    max-height: 30px;
    width: 30px;
}
.icons_columns .porto-sicon-header {
    font-family: 'DMSans-Medium';
}


#how_we_different {
    margin-top: 40px;
    margin-bottom: 40px;
}
#how_we_different .toggle,
#hot_questions .toggle {
    padding-bottom: 0;
    border-bottom: 1px solid #d2d2d8;
}
#how_we_different .porto-toggles .toggle > label,
#hot_questions .porto-toggles .toggle > label {
    border: none;
    background: none;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000 !important;
    font-family: 'DMSans-Medium';
}
#how_we_different .porto-toggles .toggle > label:before,
#hot_questions .porto-toggles .toggle > label:before {
    display: none;
}
#how_we_different .porto-toggles .toggle > label:after,
#hot_questions .porto-toggles .toggle > label:after {
    content: '';
    top: 20px;
    right: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    left: initial;
    position: absolute;
    background: url(images/accordion-arrow-down.svg) no-repeat center center;
    background-size: contain;
}
#how_we_different .porto-toggles .toggle.active > label:after,
#hot_questions .porto-toggles .toggle.active > label:after {
    transform: rotate(-180deg);
}


#who_we_serve {
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 50px;
}
#who_we_serve p {
    font-size: 32px;
}


#info_title {
    padding-top: 60px;
    padding-bottom: 60px;
}
#info_title h2 {
    font-family: 'DMSans-ExtraBold' !important;
}



#information_form {
    margin-bottom: 50px;
}
#information_form .wpb_text_column:first-child h2 {
    font-family: 'DMSans-Light' !important;
}
#information_form h2 {
    font-size: 36px;
    max-width: 910px;
    margin: 0 auto;
    font-family: 'DMSans-Bold' !important;
}
#information_form h2 em {
    font-family: 'DMSans-Bold';
}
#information_form .wpcf7 {
    padding: 40px;
    margin: 0 auto;
    max-width: 900px;
    border-radius: 20px;
    border-top: 1px solid rgba(35, 31, 32, 0.1);
    box-shadow: 0px 8px 10px rgba(35, 31, 32, 0.2);
}
#information_form .wpcf7 h3 {
    margin-bottom: 5px;
    font-family: 'DMSans-Regular' !important;
}
.wpcf7 input:not([type="submit"]),
.wpcf7 textarea {
    color: #000;
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid #d2d2d8 !important;
}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    opacity: 1;
}
.wpcf7 input.wpcf7-submit {
    display: table;
    min-width: auto;
    background: #000;
    border-radius: 30px;
    margin: 20px auto 0 auto;
    border: 1px solid transparent !important;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #000;
    border-color: #000 !important;
    background: #fff;
}



.page-id-77 #information_form .wpb_text_column h2,
.page-id-77 #information_form .wpcf7 h3 {
    margin-bottom: 10px;
    font-family: 'DMSans-Bold' !important;
}
.page-id-77 #information_form h4 {
    font-family: 'DMSans-Regular' !important;
}

#contact_details .vc_row {
    max-width: 900px;
    margin: 40px auto 0 auto;
}
#contact_details .wpb_text_column {
    margin-bottom: 0;
}
#contact_details .porto-icon {
    width: auto;
    font-size: 24px !important;
}



#key_points {
    margin-top: 60px;
    margin-bottom: 40px;
}
#key_points h3 {
    font-size: 38px;
}

#key_points .vc_row:nth-child(2) {
    align-items: center;
}
#key_points .porto-ultimate-content-box {
    padding: 5px 20px 20px 20px;
    display: inline-block;
    max-width: 210px;
    margin-bottom: 20px;
}
#key_points .porto-sicon-header {
    font-size: 20px;
}
#key_points .porto-sicon-description {
    font-size: 20px;
}
#key_points .porto-ultimate-content-box .wpb_text_column,
#key_points .porto-ultimate-content-box p {
    margin-bottom: 0;
}
#key_points .porto-ultimate-content-box span,
#key_points .porto-ultimate-content-box sup {
    font-family: 'DMSans-Bold';
}
#key_points .col-md-6 h3 {
    font-family: 'DMSans-Light' !important;
}

#key_points .vc_row:not(:nth-child(2)) .col-md-6 {
    margin-bottom: 30px;
}
#key_points .col-md-6 .wpb_wrapper.vc_column-inner,
#key_points .col-md-6 .porto-sicon-box {
    height: 100%;
    display: block;
}
#key_points .porto-sicon-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
}
#key_points .porto-sicon-default {
    margin: 0 auto;
    display: table;
}
#key_points .porto-sicon-default .porto-sicon-img {
    height: 30px;
    margin-right: 0;
}
#key_points .porto-sicon-default img {
    width: 35px;
    max-height: 30px;
    vertical-align: top;
    display: inline-block;
}
#key_points .porto-sicon-header {
    width: 100%;
    flex: none;
    padding-top: 15px;
    font-family: 'DMSans-Bold';
}


#key_cap {
    padding-top: 60px;
    padding-bottom: 50px;
}
#key_cap h4 {
    font-size: 25px;
    max-width: 730px;
    margin: 0 auto 40px auto;
    font-family: 'DMSans-Light' !important;
}
#services_switcher .porto-sicon-top,
#key_cap .porto-sicon-top,
.icon_columns_grey .porto-sicon-top {
    text-align: center;
}

#key_cap .porto-sicon-img img {
    width: 35px;
    max-height: 30px;
}
#services_switcher .porto-sicon-header,
#key_cap .porto-sicon-header,
.icon_columns_grey .porto-sicon-header {
    font-size: 20px;
    font-family: 'DMSans-Bold';
}
#services_switcher .porto-sicon-description,
#key_cap .porto-sicon-description,
.icon_columns_grey .porto-sicon-description {
    font-size: 18px;
}


#how_different {
    margin-top: 40px;
    margin-bottom: 50px;
}
#how_different h3 {
    max-width: 530px;
    margin: 0 auto;
    font-family: 'DMSans-Light' !important;
}
#how_different .col-md-6 {
    margin-bottom: 30px;
}
#how_different .col-md-6 .wpb_wrapper.vc_column-inner,
#how_different .col-md-6 .porto-sicon-box {
    height: 100%;
    display: block;
}
.icon_columns_grey .vc_column_container .vc_column-inner, 
.icon_columns_grey .porto-sicon-box {
    height: 100%;
}
.icon_columns_grey .porto-sicon-box {
    width: 100%;
    margin: 0;
}
#main .icon_columns_grey .porto-sicon-img {
    margin-right: 0;
    vertical-align: top;
    height: 40px;
    margin-bottom: 0;
}
.icon_columns_grey .porto-sicon-img img {
    height: 35px;
    max-width: 40px !important;
    display: inline-block;
    vertical-align: top;
}
#main .icon_columns_grey .porto-sicon-default {
    margin: 0 auto;
    display: table;
}
.icon_columns_grey .porto-sicon-header {
    width: 100%;
    padding-top: 15px;
    flex: none !important;
}

.page-id-86 #key_cap .porto-sicon-description, 
.page-id-86 .icon_columns_grey .porto-sicon-description {
    font-size: 16px;
}



#key_outcomes {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
#key_outcomes h2,
#key_outcomes h3 {
    color: #fff;
}
#key_outcomes h4 {
    color: #fff;
    font-family: 'DMSans-Regular' !important;
}



#problems_solve {
    padding-top: 40px;
    padding-bottom: 70px;
}
#problems_solve .wpb_text_column {
    margin-bottom: 50px;
}


#industry_best {
    margin-top: 30px;
}
#industry_best h2 {
    margin-bottom: 50px;
}
#industry_best p {
    font-size: 24px;
}
#industry_best .wpb_single_image {
    margin-top: 50px;
}



#hot_questions {
    margin-top: 50px;
}
#hot_questions > .col-md-12::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d2d2d8;
    display: table;
    margin-bottom: 60px;
}
#hot_questions img {
    width: 60px;
}
#hot_questions .vc_row {
    margin-top: 50px;
    margin-bottom: 50px;
}


#info_title {
    color: #fff;
}
#info_title .vc_btn3-container {
    margin: 50px auto;
}


.icons_columns .porto-sicon-description {
    font-size: 17px;
}


.porto-blog .img-thumbnail img {
    max-height: 200px;
    object-fit: cover;
}




#how_you_benefit .row {
    align-items: unset !important;
}
#how_you_benefit .col-md-4 {
    margin: 15px 0;
}
#how_you_benefit .col-md-4 .vc_column-inner {
    height: 100%;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
#how_you_benefit .col-md-4:nth-child(2) .vc_column-inner {
    background: #564d9b;
}
#how_you_benefit .col-md-4 .porto-info-list-item-desc {
    width: calc(100% - 32px);
}
#how_you_benefit .col-md-4 i {
    order: 12;
    margin-left: 18px;
    margin-right: 0;
}
#how_you_benefit .col-md-4:nth-child(2) i {
    color: #fff;
}
#how_you_benefit .btn-border-black a:hover {
    color: #fff !important;
    background: #564d9b !important;
}
#how_you_benefit .btn-white a:hover {
    color: #fff !important;
    background: #564d9b !important;
}


.page-id-482 #main .vc_row .vc_btn3-container a:hover {
    color: #fff !important;
    background: #564d9b !important;
}






/* ==================================== FOOTER ==================================== */

.footer-wrapper {
    z-index: -1;
    padding: 0;
    position: relative;
}
.footer-wrapper .container {
    margin: 0 auto;
    max-width: 1140px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.footer-wrapper #footer {
    background: #fff;
}
.footer-wrapper #footer .footer-main .container {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 40px;
    padding-bottom: 0;
}
.footer-wrapper #footer .col-lg-6:first-child aside {
    width: 33.33%;
    float: left;
    margin-top: 0;
    font-size: 18px;
}
.footer-wrapper #footer .widget-title {
    color: #4d4d4e;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'DMSans-Bold' !important;
}
.footer-wrapper #footer .col-lg-6:first-child aside a {
    font-size: 18px;
}
#footer p {
    color: #4d4d4e;
    font-size: 15px;
}
#footer a {
    color: #4d4d4e;
}
#footer a:hover {
    text-decoration: underline;
}
.footer-wrapper #footer .col-lg-6:last-child .textwidget {
    text-align: right;
}

.footer-wrapper #footer .footer-bottom {
    background: none;
}
.footer-wrapper #footer .footer-bottom .footer-left {
    display: none;
}
.footer-wrapper #footer .footer-bottom .footer-right {
    text-align: center;
}
#footer .footer-bottom .follow-us {
    width: 100%;
    padding-bottom: 30px;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #000;
}
#footer .footer-bottom .follow-us a {
    font-size: 24px;
    color: black;
}
#footer .footer-bottom .follow-us a:hover {
    opacity: 0.8;
    background: none;
}

#footer .footer-bottom img {
    width: 40px;
}





.wpcf7 label {
    width: 100%;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
    width: 100%;
    border-radius: 3px;
    border-color: #000000 !important;
}
.wpcf7 .wpcf7-submit {
    margin: 0 auto;
    color: #fff;
    display: table;
    min-width: 170px;
    font-size: 16px;
    padding: 10px 20px;
    background: none;
    border-radius: 30px;
    background: #FF7A19;
    border: 1px solid #FF7A19;
}
.wpcf7 .wpcf7-submit:hover {
    color: #fff;
    border-color: #3F5064;
    background: #3F5064;
}








.for_mobile, .single #content article .post-image.single, .single .post-content .entry-title, section.page-top, .aioseo-author-bio-compact {
    display: none !important;
}

@media only screen and (max-width: 1150px) {

}
@media only screen and (max-width: 1024px) {

    html[lang="en-US"] {
        margin-top: 0 !important;
    }
    #wpadminbar, .header_right {
        display: none !important;
    }

    body:not(.home) #black_section p br,
    .icons_columns .porto-sicon-description br,
    .page-id-86 #key_cap .porto-sicon-description br,
    .page-id-86 .icon_columns_grey .porto-sicon-description br,
    .page-id-86 #key_cap .porto-sicon-header br,
    .page-id-86 .icon_columns_grey .porto-sicon-header br,
    #short_desc p br,
    #key_points .porto-sicon-description br,
    #key_outcomes h3 br,
    #key_outcomes p br,
    #industry_best p br {
        display: none;
    }
}
@media only screen and (max-width: 991px) {

    #header .logo {
        max-width: none !important;
    }
    #header.sticky-header .header-main.sticky .logo {
        max-width: none !important;
    }

    .home #find_your_voice p {
        font-size: 22px;
    }
}
@media only screen and (max-width: 800px) {

    #services_switcher .col-md-12 > .vc_column-inner > .porto-sicon-box,
    .icon_columns_grey .col-md-12 > .vc_column-inner > .porto-sicon-box {
        width: calc(50% - 20px);
    }

    #footer .col-lg-3:not(:last-child) {
        width: 33.33%;
    }
    #footer .col-lg-3 img {
        margin: 0 auto;
        display: table;
        width: 100%;
        max-width: 300px !important;
    }
}
@media only screen and (max-width: 768px) {

    #header .header-main {
        padding-top: 20px;
    }
    #header.sticky-header .header-main.sticky {
        padding-top: 10px; 
    }
    #header .header-main .container {
        align-items: center;
    }

    #main h2 {
        font-size: 36px;
    }

    /* #services_switcher .col-md-12 > .vc_column-inner > .porto-sicon-box,
    .icon_columns_grey .col-md-12 > .vc_column-inner > .porto-sicon-box {
        width: 100%;
        margin: 10px 0;
    } */
}
@media only screen and (max-width: 767px) {

    .row, .vc_row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .vc_row .col-md-12,
    .vc_row .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    #find_your_voice .col-md-6,
    #find_your_voice .vc_btn3-container {
        text-align: center;
    }
    #find_your_voice .col-md-6 .vc_btn3-container {
        float: none;
    }
    #find_your_voice .col-md-6:first-child {
        order: 12;
    }

    #key_points .vc_row:not(:nth-child(2)) {
        margin: 0 -15px !important;
    }
    .icons_columns .col-md-3,
    #key_points .vc_row:not(:nth-child(2)) .col-md-6,
    #how_different .col-md-6,
    #problems_solve .col-md-3 {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    #key_cap .porto-sicon-box {
        padding-left: 0;
        padding-right: 0;
    }
    #key_points h3 {
        font-size: 24px;
    }

    #contact_details .col-md-4 {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 667px) {
    
    .for_desktop {
        display: none !important;
    }
    .for_mobile {
        display: block !important;
    }
}
@media only screen and (max-width: 580px) {

    
}
@media only screen and (max-width: 568px) {

    #header .header-top {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 480px) {

    .desc_section .col-md-12 > .vc_column-inner {
        padding: 0 !important;
    }

    #services_switcher {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    #how_we_different {
        margin-top: 20px;
    }

    #testimonials .testimonial-content {
        font-size: 16px;
    }

    #black_section {
        padding: 60px 0 40px 0;
    }

    
    #key_points .vc_row:not(:nth-child(2)) {
        margin: 0 !important;
    }
    #services_switcher .col-md-12 > .vc_column-inner > .porto-sicon-box,
    .icon_columns_grey .col-md-12 > .vc_column-inner > .porto-sicon-box {
        width: 100%;
        margin: 10px 0;
    } 
    .icons_columns .col-md-3,
    #key_points .vc_row:not(:nth-child(2)) .col-md-6,
    #how_different .col-md-6,
    #problems_solve .col-md-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    #information_form .wpcf7 {
        padding: 20px;
    }

    #main .vc_btn3 {
        margin-right: 10px;
    }

    #hot_questions {
        margin-top: 20px;
    }
    #hot_questions > .col-md-12::before {
        margin-bottom: 30px;
    }

    #industry_best {
        margin-top: 0;
    }

    #info_title h2 {
        font-size: 24px;
    }

    #footer .col-lg-3:not(:last-child) {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 384px) {
    
    #main .container {
        padding: 0 10px;
    }
    #main h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 360px) {

}